* simple.el (list-processes--refresh): For a server use :host or
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7fcc0070
AS
12012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2
3 * simple.el (list-processes--refresh): For a server use :host or
4 :local as the address.
5
00340faf
MN
62012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
7
8 * lisp/mpc.el: Support password in host argument.
9 (mpc--proc-connect): Parse and use new password element.
10 Set mpc-proc variable instead of returning process.
11 (mpc-proc): Adjust accordingly.
12
6dad7178
EZ
132012-08-03 Eli Zaretskii <eliz@gnu.org>
14
18949c2f
EZ
15 * whitespace.el (whitespace-display-mappings): Use Unicode
16 codepoints, instead of emacs-mule codepoints. See
17 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
18 for the details.
19
6dad7178
EZ
20 * files.el (file-truename): Don't skip symlink-chasing part on
21 windows-nt. Incorporate the resolution of 8+3 short aliases on
22 Windows into the loop that recursively chases symlinks. Compare
23 directory and its parent case-insensitively on MS-Windows and
24 MS-DOS.
25
385b0198
CY
262012-08-03 Chong Yidong <cyd@gnu.org>
27
6200f3c4
CY
28 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
29
385b0198
CY
30 * sort.el (sort-regexp-fields): Doc fix.
31
b9e74744
TH
322012-08-03 Tassilo Horn <tsdh@gnu.org>
33
34 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
35 labels regex position point at the expected place.
36
41013cb4
MK
372012-08-03 MON KEY <monkey@sandpframing.com>
38
39 * net/imap.el (imap-interactive-login, imap-authenticate)
40 (imap-mailbox-lsub, imap-mailbox-list)
41 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
42 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
43 (imap-parse-response): Doc fix.
44
0ffee616
JT
452012-08-03 João Távora <joaotavora@gmail.com>
46
47 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
48 if sexp scanning does not move point (Bug#5734).
49
cfcc9cc8
TH
502012-08-02 Tassilo Horn <tsdh@gnu.org>
51
52 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
53 Add listings, minted, and ctable packages.
54 (reftex-label-alist-builtin): Move listings, minted, and ctable
55 entries before LaTeX.
a01bbb84 56 (reftex-label-alist): Docfix.
cfcc9cc8 57
66ec2442
BG
582012-08-02 Bastien Guerry <bzg@gnu.org>
59
60 * replace.el (occur): Fix docstring (bug#12122).
61
837b365b
GM
622012-08-02 Glenn Morris <rgm@gnu.org>
63
64 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
65
e098de97
PE
662012-08-02 Paul Eggert <eggert@cs.ucla.edu>
67
68 Obsolete alias inactivate-current-input-method-function (Bug#10150).
69 * international/mule-cmds.el: Create
70 inactivate-current-input-method-function as an obsolete alias for
71 deactivate-current-input-method-function. See Katsumi Yamaoka in
72 <http://bugs.gnu.org/10150#46>.
73
a0f95636
JB
742012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
75
76 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
77 of nested `if's.
78
0d26d7c4
GM
792012-08-01 Glenn Morris <rgm@gnu.org>
80
81 * progmodes/autoconf.el (autoconf-definition-regexp):
82 Add AH_TEMPLATE, adjust submatch numbering.
83 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
84 (autoconf-current-defun-function): Update for above change.
85 (autoconf-current-defun-function): First skip to end of current word.
86
b686ba06
RS
872012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
88
89 * calendar/cal-html.el (cal-html-insert-agenda-days):
90 Fix typo. (Bug#12018)
91
0d49da68
FEG
922012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
93
94 Shell processes: enhancements to startup and CEDET compatibility.
95 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
96 (python-shell-make-comint): accept-process-output at startup.
97 (run-python-internal): Set inferior-python-mode-hook to nil.
98 (python-shell-internal-get-or-create-process): call sit-for.
99 (python-preoutput-result): Add obsolete alias.
100 (python-shell-internal-send-string): Use it.
101 (python-shell-send-setup-code): Remove call to
102 accept-process-output.
103
f1a71c6e
AS
1042012-07-31 Andreas Schwab <schwab@linux-m68k.org>
105
106 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
107 (Bug#12108)
108
d2605269
JB
1092012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
110
111 * calc-mode.el (calc-basic-simplification-mode): Rename from
112 `calc-limited-simplification-mode'.
113 (calc-alg-simplification-mode): New function.
d66060f8 114 (calc-set-simplify-mode): Adjust message.
f1a71c6e 115
d2605269
JB
116 * calc.el (calc-set-mode-line): Adjust mode line display for
117 basic simplification mode.
118
119 * calc-help.el (calc-m-prefix-help): Update help message.
120
121 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
122 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
123
a3827a43
BG
1242012-07-31 Bastien Guerry <bzg@gnu.org>
125
126 * man.el (man): Fix comment. (bug#12101)
127
502e3f89
MR
1282012-07-31 Martin Rudalics <rudalics@gmx.at>
129
130 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
131 Don't return a non-nil value when no suitable buffer was found.
132
d7714961
FEG
1332012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
134
135 * progmodes/python.el (run-python-internal): Disable font lock for
136 internal shells.
137
1f45e27e
SM
1382012-07-30 Stefan Merten <smerten@oekonux.de>
139
140 * rst.el: Silence `checkdoc-ispell'.
141 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
142 (rst-official-version, rst-official-cvs-rev)
143 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
144 (rst-mode-map): New key binding.
145
0aee6912
PE
1462012-07-30 Paul Eggert <eggert@cs.ucla.edu>
147
148 Update .PHONY listings in makefiles.
149 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
150 autoloads, update-subdirs, updates, bzr-update, update-authors,
151 compile-onefile, compile-calc, backup-compiled-files,
152 compile-after-backup, compile-one-process, mh-autoloads,
153 bootstrap-clean, distclean, maintainer-clean.
154
9052f9f0
JB
1552012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
156
1823ac5a
JB
157 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
158 (calc-set-mode-line): Don't display "AlgSimp ".
159
160 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
161 (calc-lim-simplify-mode): New function.
162 (calc-set-simplify-mode): Default to 'alg.
163 (calc-default-simplify-mode): Make algebraic simplifications
164 the default.
165
166 * calc/calc-ext.el (calc-init-extensions): Remove binding for
167 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
168
8d7c7eed 169 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
170 indicate new simplification modes.
171
1823ac5a
JB
172 * calc/README: Mention new default simplification mode.
173
9052f9f0
JB
174 * calc/calc.el (math-normalize-error): New variable.
175 (math-normalize): Set `math-normalize-error' to t
176 when there's an error.
177
178 * calc/calc-alg.el (math-simplify): Don't simplify when
179 `math-normalize' returns an error.
180
20ba0cb4
EZ
1812012-07-29 Eli Zaretskii <eliz@gnu.org>
182
183 * international/mule-cmds.el (set-locale-environment): Revert last
184 change, since display-graphic-p returns nil when this function is
185 called during startup. Instead...
186
187 * term/w32console.el (terminal-init-w32console): ...setup the
188 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
189
a5dcc929
JL
1902012-07-29 Juri Linkov <juri@jurta.org>
191
192 * simple.el (goto-line): Don't display default line number in the
193 prompt because it should be displayed by `read-number' (bug#9952).
194 Add the current line number to the defaults of `goto-line' to
195 allow its easier modification by users with `M-n' (bug#9201).
196
197 * subr.el (read-number): Support multiple default values like in
198 other minibuffer reading functions. Replace `read' with
199 `string-to-number' for consistency with `number-to-string'.
200
72b255c7
PE
2012012-07-29 Paul Eggert <eggert@cs.ucla.edu>
202
203 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
204 * emulation/viper-init.el (viper-deactivate-input-method-action):
205 Rename from viper-inactivate-input-method-action.
206 (viper-deactivate-input-method):
207 Rename from viper-inactivate-input-method.
208 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
209 * international/mule-cmds.el (deactivate-input-method):
210 Rename from inactivate-input-method.
211 Also run input-method-deactivate-hook.
212 (deactivate-current-input-method-function):
213 Rename from inactivate-current-input-method-function.
214 (input-method-deactivate-hook): New hook.
215 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
216 (inactivate-input-method): Mark obsolete.
217
72b255c7
PE
218 * international/quail.el (quail-activate):
219 Also run quail-deactivate-hook.
220 (quail-deactivate): Rename from quail-inactivate.
221 * international/robin.el (robin-activate):
222 Also run robin-deactivate-hook.
223 (robin-deactivate): Rename from robin-inactivate.
224
2549c068
CY
2252012-07-29 Chong Yidong <cyd@gnu.org>
226
227 * simple.el (indicate-copied-region): New function.
228 (kill-ring-save): Split off from here.
229
230 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
231 (kill-rectangle): Set deactivate-mark to t on read-only error.
232
233 * register.el (copy-to-register, copy-rectangle-to-register):
234 Deactivate the mark, and use indicate-copied-region (Bug#10056).
235 (append-to-register, prepend-to-register): Call
236
17711ed9
JL
2372012-07-29 Juri Linkov <juri@jurta.org>
238
239 * simple.el (async-shell-command-buffer): New defcustom.
240 (shell-command): Use it. (Bug#4719)
241
01bd1b0d
EZ
2422012-07-28 Eli Zaretskii <eliz@gnu.org>
243
244 * international/mule-cmds.el (set-locale-environment): In a
245 console session on MS-Windows, set up keyboard and terminal
246 encoding from the OEM codepage, not the ANSI codepage.
247 (Bug#12055)
248
a55739d3
CY
2492012-07-28 Chong Yidong <cyd@gnu.org>
250
251 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
252 gdb-get-location.
253
9a0f8f2e
LL
2542012-07-25 Leo Liu <sdl.web@gmail.com>
255
256 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
257 the alist (bug#12029).
258
20329d73
EZ
2592012-07-28 Eli Zaretskii <eliz@gnu.org>
260
261 * makefile.w32-in (custom-deps, finder-data, updates, compile)
262 (compile-always, compile-first)
263 ($(lisp)/calendar/cal-loaddefs.el)
264 ($(lisp)/calendar/diary-loaddefs.el)
265 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
266 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
267 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
268 instead of on update-subdirs.
269 (bootstrap-clean): Delete $(lisp)/subdirs.el.
270
345a2258
CY
2712012-07-28 Chong Yidong <cyd@gnu.org>
272
1eee6341
CY
273 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
274 directory if vc-deduce-backend returns nil (Bug#7350).
275
345a2258
CY
276 * simple.el (delete-trailing-lines): New option.
277 (delete-trailing-whitespace): Obey it (Bug#11879).
278
049a0936
DE
2792012-07-28 David Engster <deng@randomsample.de>
280
281 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
282 Explanation of new 'symbol-qnames feature in doc-strings.
283 (xml-maybe-do-ns): Return expanded names as plain symbols if
284 'symbol-qnames was provided in XML-NS argument (Bug#11916).
285 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
286
aa81af71
FEG
2872012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
288
289 Consistent completion in inferior python with emacs -nw.
290 * progmodes/python.el (inferior-python-mode): replace "<tab>"
291 binding in inferior-python-mode-map with "\t".
292 (python-shell-completion-complete-at-point)
293 (python-completion-complete-at-point): Remove interactive spec.
294
e827b1eb
JB
2952012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
296
297 * calc/calccomp.el (math-compose-expr): Undo previous change.
298
a90dfb95
FEG
2992012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
300
301 * progmodes/python.el (python-mode-map): Added keybinding for
302 run-python.
303 (python-shell-make-comint): Fix pop-to-buffer call.
304 (run-python): Autoload. New arg SHOW.
305 (python-shell-get-or-create-process): Do not pop python process
306 buffer.
307
32770973 3082012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
309
310 * notifications.el (notifications-on-action-signal)
311 (notifications-on-closed-signal): Use also the bus address for the map.
312 (notifications-notify, notifications-close-notification)
313 (notifications-get-capabilities): Add optional argument BUS.
314
86332df2
TH
3152012-07-27 Tassilo Horn <tsdh@gnu.org>
316
317 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
318 support for the lstlisting and minted environments, and for the
319 ctable macro.
320 * textmodes/reftex.el (reftex-compile-variables): Also recognize
321 labels written in keyvals syntax.
322
ca1302a4
JB
3232012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
324
325 * calc/calccomp.el (math-compose-expr): Use parentheses when
326 there is a product in the denominator of a fraction.
327
f8b91036
EZ
3282012-07-26 Eli Zaretskii <eliz@gnu.org>
329
330 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
331 ($(lisp)/calendar/diary-loaddefs.el)
332 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
333 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
334 failures in parallel bootstrap because subdirs.el is being
335 rewritten while the autoload files are built at the same time,
336 which needs to load subdirs.el.
337
c8e5a42c
MR
3382012-07-26 Martin Rudalics <rudalics@gmx.at>
339
340 * mouse.el (popup-menu): Fix doc-string and re-indent code.
341 (mouse-drag-line): Don't exit tracking when a switch-frame or
342 switch-window event occurs (Bug#12006).
343
670d85ea
SM
3442012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * mouse.el (popup-menu): Fix last change.
347
7abaf5cc
SM
3482012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 Autoload from Lisp with more care. Follow aliases when looking for
351 function properties.
352 * subr.el (autoloadp): New function.
353 (symbol-file): Use it.
354 (function-get): New function.
355 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
356 autoload-do-load.
357 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
358 (lisp-indent-function):
359 * emacs-lisp/gv.el (gv-get):
360 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
361 * emacs-lisp/byte-opt.el (byte-optimize-form):
362 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
363 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
364 Use function-get.
365 * emacs-lisp/cl.el: Don't propagate function properties any more.
366
367 * speedbar.el (speedbar-add-localized-speedbar-support):
368 * emacs-lisp/disass.el (disassemble-internal):
369 * desktop.el (desktop-load-file):
370 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
371 (describe-function-1):
372 * emacs-lisp/find-func.el (find-function-noselect):
373 * emacs-lisp/elp.el (elp-instrument-function):
374 * emacs-lisp/advice.el (ad-has-proper-definition):
375 * apropos.el (apropos-safe-documentation, apropos-macrop):
376 * emacs-lisp/debug.el (debug-on-entry):
377 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
378 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
379 * calc/calc.el (name): Use autoloadp & autoload-do-load.
380
b1364986
AA
3812012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
382
383 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
384 function, not an obsolete variable (Bug#12046).
385
67ada220
AS
3862012-07-25 Andreas Schwab <schwab@linux-m68k.org>
387
388 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
389
f08088e3
CS
3902012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
391
392 * emacs-lisp/pp.el (pp-display-expression): Select old selected
393 window only if it is still live (Bug#12034).
394
8137e7b3
MR
3952012-07-25 Martin Rudalics <rudalics@gmx.at>
396
397 * subr.el (redirect-frame-focus): Add advertised calling
398 convention (Bug#12030).
399
09ae5da1
PE
4002012-07-25 Paul Eggert <eggert@cs.ucla.edu>
401
402 Prefer typical American spelling for "acknowledgment".
403 * vc/add-log.el (change-log-acknowledgment): Rename from
404 change-log-acknowledgement, with an alias for the old name.
405
3cc5a3a8
JB
4062012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
407
408 * calc-alg.el (math-simplify-divide): Don't cross multiply
409 in an equation when the lhs is a variable.
410
b7af7f62
JD
4112012-07-24 Julien Danjou <julien@danjou.info>
412
413 * net/netrc.el (netrc-find-service-number, netrc-store-data):
414 Remove, unused.
415
ec1b09b1
EZ
4162012-07-23 Eli Zaretskii <eliz@gnu.org>
417
418 * startup.el (command-line): Don't display an empty user name in
419 the error message about non-existent home directory, when
420 init-file-user was set to an empty string. See
421 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
422 for the details and context.
423
b525fd8a
VB
4242012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
425
426 * ses.el (ses-cell-formula-aset): New macro.
427 (ses-cell-references-aset): New macro.
428 (ses-cell-p): New function.
429 (ses-rename-cell): Do no longer rely on complex operations like
430 ses-cell-set-formula or ses-set-cell to change the cell and handle
431 the undo at the same time, but rather use lower level new macros
432 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
433 the undo directly. Refresh the mode line.
434
2c73e345
LL
4352012-07-21 Leo Liu <sdl.web@gmail.com>
436
670d85ea
SM
437 * progmodes/cc-cmds.el (c-defun-name):
438 Use match-string-no-properties instead for consistency.
2c73e345 439
542dfbde
LL
4402012-07-20 Leo Liu <sdl.web@gmail.com>
441
3646bcd6
LL
442 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
443 (Bug#7879)
444
542dfbde
LL
445 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
446
25721031
CY
4472012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
450 * progmodes/bug-reference.el, misearch.el: Provide themselves
451 (bug#11915).
452
453 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
454 of narrowed buffer (bug#11966).
455
316e68a7
VB
4562012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
457
458 * ses.el (ses-rename-cell): Set new name also in reference list of
459 cells of which the renamed cell depends.
460
bbf0e7d9
MY
4612012-07-20 Masatake YAMATO <yamato@redhat.com>
462
463 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
464 to check whether menu-bar is shown or not. If not shown,
465 show the menu-bar as a popup menu instead of using tmm.
466 * mouse.el (popup-menu): Accept `point' as `position' argument.
467
c28662a8
DG
4682012-07-20 Dmitry Gutov <dgutov@yandex.ru>
469
470 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
471 up inside string symbol literal (bug#11923).
472
87ab808f
EZ
4732012-07-20 Eli Zaretskii <eliz@gnu.org>
474
475 * startup.el (fancy-startup-text): Read the whole tutorial, not
476 just its first 256 bytes. Prevents gibberish in display of the
477 tutorial title.
478
89dea803
DA
4792012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
480
481 Drop idle buffer compaction due to an absence of the
482 proved efficiency.
483 * compact.el: Remove.
484
8a4e6db8
SS
4852012-07-19 Sam Steingold <sds@gnu.org>
486
487 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
488 vc-bzr-pull & vc-bzr-merge-branch.
489 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
490 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
491 for consistency with compilation-error-regexp-alist.
492 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
493 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
494 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
495 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
496
5db81e33
SM
4972012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * emacs-lisp/chart.el: Use lexical-binding.
500 (chart-emacs-storage): Don't hardcode the list of entries.
501
5b835e1d
DA
5022012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
503
504 Next round of tweaks caused by Fgarbage_collect changes.
505 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
506
9cd47b72
DA
5072012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
508
509 Compact buffers when idle.
510 * compact.el: New file.
511
1d6fc0df
SM
5122012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * subr.el (eventp): Presume that if it looks vaguely like an event,
515 it's an event (bug#10190).
516
1d29cc7d
FEG
5172012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
518
519 Enhancements to ppss related code (thanks Stefan).
520 * progmodes/python.el (python-indent-context)
521 (python-indent-calculate-indentation, python-indent-dedent-line)
522 (python-indent-electric-colon, python-nav-forward-block)
523 (python-mode-abbrev-table)
1d6fc0df 524 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
525 for ppss context.
526 (python-info-continuation-line-p): Cleanup.
527 (python-info-ppss-context): Do not catch 'quote.
528 (python-info-ppss-context-type)
529 (python-info-ppss-comment-or-string-p): Simplify.
530
d583cbe6
FEG
5312012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
532
533 * progmodes/python.el: Enhancements to eldoc support.
534 (python-info-current-symbol): New function.
535 (python-eldoc-at-point): Use python-info-current-symbol.
536 (python-info-current-defun): Fix cornercase on first defun scan.
537 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
538 and signal error when no inferior python process is available.
539
eceb6feb
DG
5402012-07-18 Dmitry Gutov <dgutov@yandex.ru>
541
542 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
543 assume it's always t.
544 (vc-git-registered): Remove caching, the function is only called
545 once.
546 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
547
4c8ff0fe
CY
5482012-07-18 Chong Yidong <cyd@gnu.org>
549
19fb7186
CY
550 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
551
9587c688
CY
552 * simple.el (count-words): Report on narrowing (Bug#9959).
553
0fe776a1
CY
554 * bindings.el: Bind M-= to count-words.
555
4c8ff0fe
CY
556 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
557
7f5331cc
MY
5582012-07-18 Masatake YAMATO <yamato@redhat.com>
559
560 * progmodes/sh-script.el (sh-imenu-generic-expression):
561 Capture a function with `function' keyword and without parentheses
562 like "function FOO" (bug#11856).
563
2dc2a609
TH
5642012-07-18 Tassilo Horn <tassilo@member.fsf.org>
565
566 * window.el (split-window-sensibly): Make WINDOW argument
567 optional.
568
439f7677
CY
5692012-07-18 Chong Yidong <cyd@gnu.org>
570
9aeb25a6
CY
571 * subr.el (keyboard-translate): Doc fix (Bug#7261).
572
439f7677
CY
573 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
574 and make C-x 8 RET exit isearch (Bug#11439).
575
576 * international/iso-transl.el: Move isearch-mode-map key
577 definitions to isearch.el.
578
12999ea8
SM
5792012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
582 (eieio-defclass): Use gv-define-setter when possible.
583
3ab6e069
DA
5842012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
585
586 Reflect recent changes in Fgarbage_collect.
587 * emacs-lisp/chart.el (chart-emacs-storage): Change to
588 reflect new format of data returned by Fgarbage_collect.
589
0a60bc10
FEG
5902012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
591
592 New utility functions + python-info-ppss-context fix (Bug#11910).
593 * progmodes/python.el (python-info-beginning-of-block-statement-p)
594 (python-info-ppss-comment-or-string-p): New functions.
595 (python-info-ppss-context): Small fix for string check.
596
6dafa0d5
JL
5972012-07-17 Juri Linkov <juri@jurta.org>
598
599 * dired-aux.el (dired-do-async-shell-command): Doc fix.
600 (dired-do-async-shell-command): Don't add `*' at the end of the
601 command (Bug#11815).
602 (dired-do-shell-command): Doc fix.
603 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
604 Join the individual commands using either "&" or ";" as the
605 separator depending on the values of these trailing characters.
606 At the end re-add the trailing "&". (Bug#10598)
607
608 * simple.el (async-shell-command): Sync the interactive spec with
609 `shell-command'. Doc fix.
610 (shell-command): Doc fix.
611
b19dd9d1
JL
6122012-07-17 Juri Linkov <juri@jurta.org>
613
614 * descr-text.el (describe-char): Fix format args. (Bug#10129)
615
bcdc27d7 6162012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 617
bcdc27d7 618 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
619 * progmodes/python.el (python-nav-beginning-of-statement):
620 Rename from python-nav-statement-start.
bcdc27d7
FEG
621 (python-nav-end-of-statement): Rename from
622 python-nav-statement-end.
623 (python-nav-beginning-of-block): Rename from
624 python-nav-block-start.
625 (python-nav-end-of-block): Rename from python-nav-block-end.
626
191da00e
FEG
6272012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
628
7f5331cc
MY
629 * progmodes/python.el (python-shell-send-string-no-output):
630 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
631 future interactions (Bug#11868).
632
4dc7c8d5 6332012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 634
88ecaf8f
SM
635 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
636
ef501ef0
SM
637 * emacs-lisp/elint.el (elint-find-args-in-code):
638 Use help-function-arglist, so as to handle lexical byte-code.
639
aa7aaf8f
SM
640 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
641 change (bug#11826).
642
45fd731c
SM
6432012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
644
2143fa32
SM
645 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
646 Avoid spuriously marking the buffer as modified because of c-is-sws.
647
efc26dbe
SM
648 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
649 as not-a-comment (bug#11946).
650
f5695c9a
SM
651 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
652 for uninterned vars.
653
654 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
655 Use read-event since we don't really want to read chars but bytes.
656
45fd731c
SM
657 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
658 $$..$$ but also $..$ using regexps (bug#11953).
659 Use tex-verbatim for \url and \path.
660 (tex-font-lock-keywords): Define as defconst like the others.
661 (tex-common-initialization): Don't use font-lock-syntax-table any more.
662
ddfc8813
RK
6632012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
664
665 * international/mule-cmds.el (ucs-insert): Make it an obsolete
666 alias for insert-char.
667
758e556a
FEG
6682012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
669
670 * progmodes/python.el: Simplified imenu implementation.
671 (python-nav-jump-to-defun): Remove command.
672 (python-mode-map): Use `imenu' instead.
673 (python-nav-list-defun-positions-cache)
674 (python-imenu-include-defun-type, python-imenu-make-tree)
675 (python-imenu-subtree-root-label, python-imenu-index-alist):
676 Remove vars.
677 (python-nav-list-defun-positions, python-nav-read-defun)
678 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
679 (python-imenu-make-tree, python-imenu-create-index):
680 Remove functions.
758e556a
FEG
681 (python-mode): Update to interact with imenu by setting
682 `imenu-extract-index-name-function' only.
683
032d23ab
FEG
6842012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
685
686 * progmodes/python.el: Enhancements to navigation commands.
687 (python-nav-backward-sentence)
688 (python-nav-forward-sentence): Remove.
689 (python-nav-backward-statement, python-nav-forward-statement)
690 (python-nav-statement-start, python-nav-statement-end)
691 (python-nav-backward-block, python-nav-forward-block)
692 (python-nav-block-start, python-nav-block-end)
693 (python-nav-forward-sexp-function)
694 (python-info-current-line-comment-p)
695 (python-info-current-line-empty-p): New functions.
696 (python-indent-context): Use `python-nav-statement-start'.
697
01795a1b
MA
6982012-07-16 Michael Albinus <michael.albinus@gmx.de>
699
9328d9aa
MA
700 * eshell/em-ls.el (eshell/ls): Use `apply'.
701
702 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
703 multi-hops, instead of Tramp internals.
704
01795a1b
MA
705 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
706
707 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
708 when F1 and F2 are located on different hosts.
709
63408057
CY
7102012-07-14 Chong Yidong <cyd@gnu.org>
711
712 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
713 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
714 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
715 (xterm-mouse--read-event-sequence-1000)
716 (xterm-mouse--read-event-sequence-1006): New functions. For old
717 mouse protocol, handle M-mouse-X events correctly.
718 (xterm-mouse-event): New arg specifying mouse protocol.
719 (turn-on-xterm-mouse-tracking-on-terminal)
720 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
721 sequence to toggle extended coordinates on newer XTerms.
722 This appears to be harmless on terminals which do not support this.
63408057 723
cd276f6e
LL
7242012-07-14 Leo Liu <sdl.web@gmail.com>
725
28ca98ac
LL
726 Add fringe bitmap indicators for flymake. (Bug#11253)
727 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
728 (flymake-make-overlay): New arg BITMAP.
729 (flymake-error-bitmap, flymake-warning-bitmap)
730 (flymake-fringe-indicator-position): New user variables.
731
cd276f6e
LL
732 * fringe.el: New bitmap exclamation-mark.
733
04408072
JD
7342012-07-14 Jan Djärv <jan.h.d@swipnet.se>
735
736 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
737 also (Bug#7879).
738
b5cf7fc4
CY
7392012-07-14 Chong Yidong <cyd@gnu.org>
740
741 * electric.el (electric-pair-post-self-insert-function): Fix pair
742 insertion in empty-region case (Bug#11520).
743
be755c79
RT
7442012-07-14 Chong Yidong <cyd@gnu.org>
745
45fd731c
SM
746 * bindings.el: Consolidate ctl-x-r-map bindings.
747 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
748
749 * rect.el, register.el: Move bindings to bindings.el.
750
7512012-07-14 Reuben Thomas <rrt@sc3d.org>
752
753 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
754
7f5b3198
AS
7552012-07-13 Andreas Schwab <schwab@linux-m68k.org>
756
757 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
758
97662200
JB
7592012-07-13 Juanma Barranquero <lekktu@gmail.com>
760
80185fed
JB
761 * bindings.el (top): Use `mapc' instead of `mapcar'.
762
97662200
JB
763 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
764
2bb1ae55
MA
7652012-07-13 Michael Albinus <michael.albinus@gmx.de>
766
767 * progmodes/sql.el (sql-comint): Suppress the check for program on
768 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
769 (Bug#11908)
770
dea31bd3
CY
7712012-07-13 Chong Yidong <cyd@gnu.org>
772
773 * bindings.el: Assign a non-nil permanent-local property to
774 per-buffer variables which lack a default value (Bug#11930).
775
776 * help-fns.el (describe-variable): In the "automatically becomes
777 local" notice, take note of permanent-local variables.
778
b68b3337
CY
7792012-07-13 Chong Yidong <cyd@gnu.org>
780
781 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
782 to allow printing the message when called from Lisp.
783
784 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
785 Remove toggle-read-only.
786
787 * bs.el (bs-toggle-readonly):
45fd731c
SM
788 * buff-menu.el (Buffer-menu-toggle-read-only):
789 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
790
791 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
792 Remove with-no-warnings around toggle-read-only.
793 (ffap-read-only, ffap-read-only-other-window)
794 (ffap-read-only-other-frame): Callers changed.
795
796 * help-mode.el: Don't require view package.
797 (help-mode-finish): Set buffer-read-only instead of calling
798 toggle-read-only.
799
800 * bindings.el (mode-line-toggle-read-only):
801 * dired.el (dired-toggle-read-only):
802 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
803 with non-nil second arg.
804
805 * emacs-lisp/eieio-custom.el (eieio-customize-object):
806 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
807 directly.
808
56bc1586
EZ
8092012-07-12 Eli Zaretskii <eliz@gnu.org>
810
811 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
812 not incf.
813
a464a6c7
SM
8142012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 More CL cleanups and reduction of use of cl.el.
817 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
818 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
819 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
820 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
821 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
822 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
823 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
824 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
825 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
826 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
827 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
828 * eshell/em-cmpl.el, eshell/em-banner.el:
829 * calendar/parse-time.el: Use cl-lib.
830 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
831 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
832 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
833 * term/ns-win.el, term.el, shell.el, ps-samp.el:
834 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
835 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
836 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
837 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
838 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
839 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
840 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
841 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
842 `lambda' rather than with `quote'.
843 (eshell-do-opt): Adjust accordingly.
844 (eshell-process-option): Simplify.
845 * eshell/esh-var.el:
846 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
847 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
848 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
849 to `pcase--dontcare'.
850 * emacs-lisp/cl.el (labels): Mark obsolete.
851 (cl--letf, letf): Move to cl-lib.
852 (cl--letf*, letf*): Remove.
853 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
854 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
855 (cl-progv): Rewrite.
856 (cl--letf, cl-letf): Move from cl.el.
857 (cl-letf*): New macro.
858 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
859
7ad4afe1
MA
8602012-07-11 Michael Albinus <michael.albinus@gmx.de>
861
862 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
863
9af57756
CY
8642012-07-11 Chong Yidong <cyd@gnu.org>
865
866 * vc/log-edit.el (log-edit-vc-backend): New variable.
867 (log-edit): Doc fix.
868
869 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
870 argument of log-edit to set up all local variables.
871 (vc-start-logentry): New optional arg specifying VC backend.
872
873 * vc/vc.el (vc-checkin): Use it.
874 (vc-deduce-fileset): Handle Log Edit buffers.
875 (vc-diff): Make first argument optional too.
876
877 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
878
8477cc7a
MA
8792012-07-10 Michael Albinus <michael.albinus@gmx.de>
880
881 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
882 command, just in case. The function is not needed anymore.
883 (eshell-external-command): Do not call `eshell-remote-command'.
884
19faa8e8
SM
8852012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
886
f58e0fd5
SM
887 Reduce use of (require 'cl).
888 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
889 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
890 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
891 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
892 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
893 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
894 * battery.el, avoid.el, abbrev.el: Use cl-lib.
895 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
896 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
897 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
898 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
899 * calculator.el, autorevert.el, apropos.el: Don't require CL.
900 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
901 (byte-compile-unfold-bcf, byte-compile-check-variable):
902 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
903 (byte-compile-nilconstp):
904 * emacs-lisp/autoload.el (make-autoload): Use pcase.
905 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
906
2519d43a
SM
907 * emacs-lisp/gv.el (cond): Make it a valid place.
908 (if): Simplify slightly.
909
19faa8e8
SM
910 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
911 (pcase--self-quoting-p): New function.
912 (pcase--u1): Use it.
913
c4907a5e
GM
9142012-07-10 Glenn Morris <rgm@gnu.org>
915
916 * emacs-lisp/authors.el (authors-fixed-entries):
917 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
918
c4444d16
PE
9192012-07-09 Paul Eggert <eggert@cs.ucla.edu>
920
921 Rename configure.in to configure.ac (Bug#11603).
922 * emacs-lisp/authors.el (authors-canonical-file-name):
923 * progmodes/autoconf.el (autoconf-mode):
924 Prefer configure.ac to configure.in.
925
d75be97d
CY
9262012-07-08 Chong Yidong <cyd@gnu.org>
927
01ac65bd
CY
928 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
929 Implement the mouse-1-click-follows-link handling properly.
930
931 * info.el (Info-link-keymap): Use follow-link mechanism for
932 header-line links (Bug#374).
933
d75be97d
CY
934 * simple.el (deactivate-mark): Do not set the primary selection
935 if another program has acquired it (Bug#11772).
936
87a92845 9372012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
938
939 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
940 (woman-decode-region): Replace escaped-escapes without destroying
941 bold or underline (Bug#11552).
87a92845 942 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 943
621b9d6c
CY
9442012-07-07 Chong Yidong <cyd@gnu.org>
945
946 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
947 (interprogram-cut-function, interprogram-paste-function):
948 Mention that we typically mean the clipboard.
621b9d6c 949
133a11fc
GM
9502012-07-06 Glenn Morris <rgm@gnu.org>
951
0d27a45e
GM
952 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
953
133a11fc
GM
954 * files.el (toggle-read-only): Restrict message to interactive use.
955
07b151f1
MA
9562012-07-06 Michael Albinus <michael.albinus@gmx.de>
957
958 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
959
960 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
961
211b896b
GM
9622012-07-06 Glenn Morris <rgm@gnu.org>
963
50394322
GM
964 * Makefile.in (compile-one-process): Rename from "recompile".
965
211b896b
GM
966 * Makefile.in (bzr-update): "compile" is the same as "recompile
967 autoloads", but parallelizable, so use that instead.
968
4737eec9
DG
9692012-07-06 Dmitry Gutov <dgutov@yandex.ru>
970
971 * window.el (quit-window): Always restore window height when
8137e7b3 972 it's saved in quit-restore parameter (Bug#11810).
4737eec9 973
226c3633 9742012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
975
976 * simple.el (kill-whole-line): Doc tweak.
977
226c3633 9782012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
979
980 * files.el (file-relative-name): Compare file names
981 case-insensitively if on MS-Windows or MS-DOS, or if
982 read-file-name-completion-ignore-case is non-nil. Don't use
983 case-fold-search for this purpose. (Bug#11827)
984
4dc7c8d5
SM
9852012-07-17 Andreas Schwab <schwab@linux-m68k.org>
986
987 * calendar/cal-dst.el (calendar-current-time-zone):
988 Return calendar-current-time-zone-cache if non-nil.
989
9902012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 9912012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 992
19faa8e8
SM
993 * calendar/cal-dst.el (calendar-current-time-zone):
994 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 995
60198fc9
GM
9962012-07-06 Glenn Morris <rgm@gnu.org>
997
998 * Makefile.in (cvs-update): Remove old alias.
999
957b3189
MA
10002012-07-05 Michael Albinus <michael.albinus@gmx.de>
1001
1002 Sync with Tramp 2.2.6-pre.
1003
1004 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1005 compatible declaration.
1006
19faa8e8
SM
1007 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1008 Protect `list-load-path-shadows' call.
957b3189
MA
1009
1010 * net/tramp-compat.el (top): Require packages, which aren't
1011 autoloaded anymore for XEmacs. Protect call of
1012 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1013 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1014 it hurts at least for SXEmacs.
1015 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1016 standard-value for `temporary-file-directory'.
1017
1018 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1019 Redirect stderr to /dev/null.
1020 (tramp-sh-handle-write-region): uid and gid can be floats.
1021 Reported by Russell Sim <russell.sim@gmail.com>.
1022 (tramp-sh-handle-vc-registered): Hide errors.
1023 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1024 and `start-file-process'.
1025 (tramp-maybe-open-connection): Check also whether `non-essential'
1026 is bound.
1027
566df3fc
CY
10282012-07-04 Chong Yidong <cyd@gnu.org>
1029
1030 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1031 (xml-parse-tag): Likewise, and avoid changing entity tables.
1032 (xml-syntax-table): Define from scratch, making sure not to give
1033 x2000 and other Unicode spaces whitespace syntax, since those are
1034 not spaces in XML.
1035 (xml-parse-fragment): Delete unused function.
1036 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1037 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1038 (xml-entity-ref, xml-pe-reference-re)
1039 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1040 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1041 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1042 (xml-entity-value-re): Use syntax references in regexps where
1043 possible; no need to define inside a let-binding.
1044 (xml-parse-dtd): Use xml-pe-reference-re.
1045 (xml-entity-or-char-ref-re): New defconst.
1046 (xml-parse-string, xml-substitute-special): Use it.
1047
30eabd7a
SM
10482012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1049
0781098a
SM
1050 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1051 (find-file--read-only): New function.
1052 (find-file-read-only, find-file-read-only-other-window)
1053 (find-file-read-only-other-frame): Use it.
1054 (insert-file-contents-literally): Don't `fset'.
1055 (get-free-disk-space): Use locate-dominating-file.
1056
b5771c0d
SM
1057 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1058 function is already compiled.
1059
30eabd7a
SM
1060 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1061
b4886f6e
MA
10622012-07-03 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1065 files on the same host.
1066
b9d82339
AS
10672012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1068
1069 * help-fns.el (describe-function-1): Only call
1070 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1071
a76e6535
CY
10722012-07-03 Chong Yidong <cyd@gnu.org>
1073
1074 * xml.el: Protect parser against XML bombs.
1075 (xml-entity-expansion-limit): New variable.
1076 (xml-parse-string, xml-substitute-special): Use it.
1077 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1078
b544fef2
GM
10792012-07-03 Glenn Morris <rgm@gnu.org>
1080
1081 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1082 Allow linking to specific messages in debbugs reports (eg 123#5).
1083
a7aef6f5
CY
10842012-07-02 Chong Yidong <cyd@gnu.org>
1085
1086 * xml.el: Fix entity and character reference expansion, allowing
1087 them to expand into markup as per XML spec.
1088 (xml-default-ns): New variable.
1089 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1090 (xml-parse-region): Make first two arguments optional.
1091 Discard text properties.
1092 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1093 All callers changed.
a7aef6f5
CY
1094 (xml-parse-tag): Call xml-parse-tag-1. For backward
1095 compatibility, this function should not modify buffer contents.
1096 (xml-parse-tag-1): Fix opening-tag regexp.
1097 (xml-parse-string): Rewrite, handling entity and character
1098 references properly.
1099 (xml--entity-replacement-text): Signal an error if a parameter
1100 entity is undefined.
1101
3df31c9f
SM
11022012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1103
2b5208f1
SM
1104 * comint.el (comint-output-filter): Filter out repeated prompts.
1105
3df31c9f
SM
1106 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1107 and file-name-absolute-p.
1108 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1109 internal calls.
1110
e3ac1281
PE
11112012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 Spelling fixes.
1114 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1115 Rename from byte-compile--refiy-function. All uses changed.
1116
fbf2e7ad
CY
11172012-07-01 Chong Yidong <cyd@gnu.org>
1118
1119 * xml.el (xml--parse-buffer): New function. Move most of
1120 xml-parse-region here.
1121 (xml-parse-region): Copy region into a temporary buffer, since
1122 parameter entity substitution requires changing buffer contents.
1123 Use xml--parse-buffer.
1124 (xml-parse-file): Use xml--parse-buffer.
1125 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1126 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1127
9bf0aa15
GM
11282012-06-30 Glenn Morris <rgm@gnu.org>
1129
bbce2853
GM
1130 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1131
9bf0aa15
GM
1132 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1133 Remove outdated and unnecessary dbus declarations.
1134
0d23c240
EZ
11352012-06-30 Eli Zaretskii <eliz@gnu.org>
1136
1137 * emacs-lisp/timer.el (timer-until): Subtract results of
1138 float-time, instead of taking float-time of the result of
1139 time-subtract, since float-time signals an error for negative time
1140 arguments.
1141
b3218de1
CY
11422012-06-30 Chong Yidong <cyd@gnu.org>
1143
1144 * xml.el (xml-*-re): Convert defvars into defconsts, and
1145 eval-and-compile them so eval-and-compile works on derivatives.
1146 (xml--entity-replacement-text): Use eval-and-comple.
1147
a40c87a0
MA
11482012-06-30 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * vc/vc-git.el (vc-git-registered): Use cache property
1151 `git-registered'.
1152 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1153 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1154 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1155
ac87de97
DG
11562012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1157
1158 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1159 removed (likely outside Emacs). (Bug#11757)
ac87de97 1160
ac10fe06
SM
11612012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1162
3df31c9f 1163 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1164
7f3fbd5d
CY
11652012-06-30 Chong Yidong <cyd@gnu.org>
1166
1167 * xml.el: Implement XML parameter entities.
1168 (xml-parameter-entity-alist): New variable.
1169 (xml-parse-region, xml-parse-fragment): Preserve previous values
1170 of xml-entity-alist and xml-parameter-entity-alist, so that
1171 repeated calls on different documents do not change them.
1172 (xml-parse-tag): Fix doctype regexp.
1173 (xml--entity-replacement-text): New function.
1174 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1175 properly requires url retrieval which is unimplemented.
1176 (xml-escape-string): Doc fix.
1177
3cfbebba
SM
11782012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1181
2af3565e
DA
11822012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1183
1184 * fringe.el (fringe-mode): Doc fix.
1185
929df0e7
MA
11862012-06-29 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1189 is non-nil.
1190 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1191 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1192
c8d3a25c 11932012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1194
c8d3a25c
GM
1195 * calendar/cal-dst.el (calendar-current-time-zone):
1196 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1197
c8d3a25c 11982012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1199
1200 * progmodes/which-func.el (which-func-format):
1201 Add mouse-face. (Bug#11698)
1202
c8d3a25c
GM
12032012-06-29 Leo Liu <sdl.web@gmail.com>
1204
1205 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1206
12072012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * minibuffer.el (minibuffer-confirm-exit-commands):
1210 Add completion-at-point (bug#11725).
1211
12122012-06-29 Glenn Morris <rgm@gnu.org>
1213
1214 * progmodes/f90.el (f90-font-lock-keywords-2):
1215 Add some preprocessor elements. (Bug#10499)
1216
12172012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1220 Use syntax-propertize (bug#11739).
1221
2badeec4
JB
12222012-06-28 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1225
ae4969c2
JD
12262012-06-28 Julien Danjou <julien@danjou.info>
1227
1228 * term.el (term-handle-colors-array): Use a set of new faces to
1229 color the terminal. Also uses :inverse-video property.
1230 (term-default-fg-color): Set to nil by default, deprecate in favor
1231 of `term-face'.
1232 (term-default-bg-color): Set to nil by default, deprecate in favor
1233 of `term-face'.
1234 (term-current-face): Use `term-face' by default.
1235 (term-bold-attribute): Variable deleted.
1236
1c9bd870
GM
12372012-06-28 Glenn Morris <rgm@gnu.org>
1238
1239 * simple.el (completion-list-mode-finish):
1240 Don't use toggle-read-only. (Since completion-list-mode has
1241 a special mode-class, it wasn't doing anything extra anyway.)
1242
c207708c
SM
12432012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 Make inlining of other-mode interpreted functions work (bug#11799).
1246 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1247 (byte-compile): Use it to fix compilation of lexical-binding closures.
1248 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1249 function, if needed.
1250
3fd56834
SM
12512012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1252
04901786
SM
1253 * help-mode.el (help-make-xrefs): Don't just withstand
1254 cyclic-variable-indirection but any error in documentation-property.
1255
1ec4b7b2
SM
1256 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1257 memory use.
1258 * bindings.el (bindings--define-key): New function.
1259 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1260 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1261 * bindings.el: Use it to purecopy define-key bindings.
1262
e309e2a5
SM
1263 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1264
d5c6faf9
SM
1265 * emacs-lisp/cl.el (flet): Mark obsolete.
1266 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1267 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1268 * progmodes/js.el (js-c-fill-paragraph):
1269 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1270 (ebrowse-switch-member-buffer-to-derived-class):
1271 * play/5x5.el (5x5-solver): Use cl-flet.
1272
6e9590e2
SM
1273 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1274 (cl--symbol-function): New macro.
1275 (cl--letf, cl--letf*): Use it.
1276
3fd56834
SM
1277 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1278 Strip "toggle-" if any.
1279
35ff222c
GM
12802012-06-27 Glenn Morris <rgm@gnu.org>
1281
1ba6038a
GM
1282 * info.el (Info-default-directory-list): Move here from paths.el.
1283 * paths.el: Remove file, which is now empty.
1284 * loadup.el: No longer load "paths".
1285
0ea0e51b
GM
1286 * custom.el (custom-initialize-delay): Doc fix.
1287
35ff222c
GM
1288 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1289 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1290 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1291 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1292 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1293 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1294 * eshell/eshell.el (eshell-defgroup): Remove alias.
1295
c89926a5
CY
12962012-06-27 Chong Yidong <cyd@gnu.org>
1297
1298 * help.el (help-enable-auto-load): New variable.
1299
1300 * help-fns.el (help-fns--autoloaded-p): New function.
1301 (describe-function-1): Refer to a function as "autoloaded" if it
1302 was autoloaded at any time in the past. Perform autoloading if
1303 help-enable-auto-load is non-nil.
1304
cc06e7e7
EZ
13052012-06-26 Eli Zaretskii <eliz@gnu.org>
1306
1307 * makefile.w32-in (compile, compile-always): Depend on
1308 update-subdirs, not on subdirs.el. Otherwise, several different
1309 sub-targets of 'bootstrap' running in parallel could
1310 simultaneously write to subdirs.el, producing a garbled file.
1311
d2c32364
SS
13122012-06-26 Sam Steingold <sds@gnu.org>
1313
1314 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1315 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1316 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1317 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1318 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1319 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1320 * textmodes/tex-mode.el: Use it.
1321 Did not touch cedet and org because they are maintained elsewhere.
1322
5cf983b2
MR
13232012-06-26 Martin Rudalics <rudalics@gmx.at>
1324
1325 * calendar/calendar.el (calendar-exit): Don't try to delete or
1326 iconify last frame. See:
1327 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1328
8c4f2952
JD
13292012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1330
1331 * server.el (server-process-filter): Remember dir in the
1332 process's `server-client-directory' properties.
1333
772b2e2c
CY
13342012-06-24 Chong Yidong <cyd@gnu.org>
1335
1336 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1337 non-tag text.
1338
711b11e1
JB
13392012-06-23 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1342
dc5d230c
SM
13432012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * help-fns.el (describe-variable): Don't croak when doc is not found.
1346 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1347 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1348 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1349 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1350 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1351 ((lambda ..) ..).
1352 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1353
136e1c1d
CY
13542012-06-23 Chong Yidong <cyd@gnu.org>
1355
e8c1cabf
CY
1356 * info.el (Info-mouse-follow-link): Accept symbol values of
1357 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1358 (Info-fontify-node): Use Info-link-keymap for all navigation
1359 buttons, with link-args property to perform the desired action.
1360 (Info-link-keymap): Doc fix.
1361 (Info-next-link-keymap, Info-prev-link-keymap)
1362 (Info-up-link-keymap): Delete now-unused keymaps.
1363
0e9e6c6a
CY
13642012-06-23 Chong Yidong <cyd@gnu.org>
1365
05e89fea
CY
1366 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1367
0e9e6c6a
CY
1368 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1369 system abbrevs.
1370
1371 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1372
e33c6771
SM
13732012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1374
b68581e2
SM
1375 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1376 (bug#11719).
1377
e33c6771
SM
1378 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1379 the requote function doesn't work properly (bug#11714).
1380
7117e105
GM
13812012-06-23 Glenn Morris <rgm@gnu.org>
1382
1383 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1384
36cec983
SM
13852012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 Further GV/CL cleanups.
1388 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1389 gv-expander.
1390 (gv--defun-declaration): New function.
1391 (defun-declarations-alist): Use it.
1392 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1393 (gv-place): Autoload.
1394 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1395 original definition of dotimes and dolist.
1396 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1397 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1398 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1399 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1400 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1401 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1402 to the function's definition.
1403 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1404 * window.el:
1405 * files.el:
1406 * faces.el:
1407 * env.el: Don't use CL.
1408
d35af63c
PE
14092012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1410
1411 Support higher-resolution time stamps (Bug#9000).
1412
1413 * calendar/time-date.el (with-decoded-time-value): New arg
1414 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1415 (encode-time-value): New optional arg PICO. New type 3.
1416 (time-to-seconds) [!float-time]: Support the new picoseconds
1417 component if it's used.
1418 (seconds-to-time, time-subtract, time-add):
1419 Support ps-resolution time stamps as well.
1420
1421 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1422 (timerp): Timer vectors now have length 9, not 8.
1423 (timer--time): Support new-style (4-part) time stamps.
1424 (timer-next-integral-multiple-of-time): Time stamps now have
1425 picosecond resolution, so take a bit more care about rounding.
1426 (timer-relative-time, timer-inc-time): New optional arg psecs.
1427 (timer-set-time-with-usecs): Set psecs to 0.
1428 (timer--activate): Check psecs component, too.
1429
1430 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1431
ac77b21a
SM
14322012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1433
f143bfe3
SM
1434 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1435 Move the non-essential binding to the post/pre-command-hook where it is
1436 more obviously correct.
1437
ac77b21a
SM
1438 * subr.el (read-passwd): Don't use a history at all.
1439 * savehist.el (savehist-save): Remove password saved accidentally
1440 because of the above bug.
1441
76386c5a
BG
14422012-06-22 Bastien Guerry <bzg@gnu.org>
1443
1444 * files.el (toggle-read-only): Display a message telling whether
1445 the buffer is read-only or not (bug#11726).
1446
2ee3d7f0
SM
14472012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * emacs-lisp/gv.el: New file.
1450 * subr.el (push, pop): Extend to generalized variables.
1451 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1452 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1453 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1454 gv-define-simple-setter, and gv-define-expander.
1455 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1456 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1457 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1458 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1459 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1460 gv-letplace.
1461 (cl-defstruct): Don't define setf-method any more.
1462 * emacs-lisp/cl.el (flet): Don't autoload.
1463 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1464 (define-setf-expander, defsetf, define-modify-macro)
1465 (cl-struct-setf-expander): Move from cl-lib.el.
1466 * emacs-lisp/syntax.el:
1467 * emacs-lisp/ewoc.el:
1468 * emacs-lisp/smie.el:
1469 * emacs-lisp/cconv.el:
1470 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1471 (timer--time): Use gv-define-simple-setter.
1472 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1473 to avoid coding-system problems in subr.el. Adjust all users.
1474 (macroexp--maxsize, macroexp-small-p): New functions.
1475 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1476 * scroll-bar.el (scroll-bar-mode):
1477 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1478 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1479 * winner.el (winner-configuration, winner-make-point-alist)
1480 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1481 * files.el (locate-file-completion-table): Avoid list*.
1482
c5695d1d
CY
14832012-06-22 Chong Yidong <cyd@gnu.org>
1484
1485 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1486 (dired-create-files): Doc fix (Bug#11329).
1487 (dired-do-copy): Doc fix (Bug#11334).
1488 (dired-mark-read-string): Doc fix (Bug#11553).
1489
2ee3d7f0
SM
1490 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1491 Doc fix (Bug#11326).
c5695d1d
CY
1492 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1493 (dired-dwim-target): Doc fix.
1494
1495 * wdired.el (wdired-mode): Doc fix.
1496
89b5595a
GM
14972012-06-22 Glenn Morris <rgm@gnu.org>
1498
575db3f1
GM
1499 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1500 (pcmpl-rpm-cache-stamp-file): New constant.
1501 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1502 (pcmpl-rpm-packages): Optionally cache list of packages.
1503
a4c8dd51
GM
1504 * pcmpl-rpm.el (pcmpl-rpm): New group.
1505 (pcmpl-rpm-query-options): New option.
1506 (pcmpl-rpm-packages): No need to inline it.
1507 Use pcmpl-rpm-query-options.
1508
89b5595a
GM
1509 * calendar/calendar.el (calendar-in-read-only-buffer):
1510 Avoid some needless mode changes.
1511
e76f0800
CY
15122012-06-21 Chong Yidong <cyd@gnu.org>
1513
1514 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1515 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1516 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1517
297a8f1d
CY
15182012-06-20 Chong Yidong <cyd@gnu.org>
1519
1520 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1521
d34c18b1
DR
15222012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1523
1524 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1525 (bug#11201).
1526
32f7f28e
CY
15272012-06-20 Chong Yidong <cyd@gnu.org>
1528
1529 * term.el (term-window-width): Handle the case of a missing right
1530 fringe (Bug#8837).
1531 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1532 (term-mode): Use define-derived-mode. Minor cleanups.
1533 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1534 (term-move-columns, term-insert-char, term-emulate-terminal)
1535 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1536
493c6688
MA
15372012-06-20 Michael Albinus <michael.albinus@gmx.de>
1538
d34c18b1
DR
1539 * net/ange-ftp.el (ange-ftp-get-passwd):
1540 Bind `enable-recursive-minibuffers'.
493c6688
MA
1541 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1542
3f06ecf4
DR
15432012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1544
1545 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1546
68f12411
GM
15472012-06-19 Glenn Morris <rgm@gnu.org>
1548
1549 * progmodes/python.el (python-mode): Derive from prog-mode.
1550
b3820318
KG
15512012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1552
1553 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1554 (edt-user-menu-bar-update-buffers): New functions.
1555 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1556
c6bf3022
CY
15572012-06-19 Chong Yidong <cyd@gnu.org>
1558
1559 * subr.el (with-selected-window): Preserve the selected window's
1560 terminal's top-frame (Bug#4702).
1561
1562 * window.el (save-selected-window): Likewise.
1563
25f09295
SM
15642012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * progmodes/python.el (python-rx-constituents): Move backquote.
1567 (python-skeleton-define, python-define-auxiliary-skeleton):
1568 Use `declare'.
1569
6b11952a
MA
15702012-06-18 Michael Albinus <michael.albinus@gmx.de>
1571
1572 * minibuffer.el (read-file-name-default): Revert the patch from
1573 2012-06-17.
1574
ee4b1330
SM
15752012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1578 (pcase--u1, pcase--q1): Don't use apply-partially.
1579
35647f79
GM
15802012-06-18 Glenn Morris <rgm@gnu.org>
1581
1582 * progmodes/python.el (python-proc, python-buffer)
1583 (python-send-receive, python-send-string): Fix obsolete versions.
1584
24b0cff0
MR
15852012-06-18 Martin Rudalics <rudalics@gmx.at>
1586
1587 * window.el (special-display-p): Completely remove stringp
1588 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1589
29855149
MA
15902012-06-17 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1593
1594 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1595
1596 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1597 * net/tramp-sh.el (tramp-maybe-open-connection):
1598 Throw if `non-essential' is non-nil.
1599
07463363
MR
16002012-06-17 Martin Rudalics <rudalics@gmx.at>
1601
1602 * window.el (special-display-p): Signal an error if BUFFER-NAME
1603 is not a string (Bug#11713).
1604
48d1354e
PE
16052012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1606
1607 * progmodes/python.el (python-info-beginning-of-backslash):
1608 Rename from python-info-beginning-of-backlash, as a spelling fix.
1609
eb4a8a9a
CY
16102012-06-17 Chong Yidong <cyd@gnu.org>
1611
1612 * term.el (term-emulate-terminal): If term-check-size is called,
1613 move point to the process mark without resetting point (Bug#4635).
1614
ddfbf826 16152012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1616
1617 * international/mule-cmds.el (mule-menu-keymap)
1618 (set-language-environment, set-locale-environment): Doc tweaks.
1619
9b0e3eba
AA
16202012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1621
1622 * cus-face.el (custom-face-attributes): Add wave-style underline
1623 attribute.
1624 * faces.el (set-face-attribute): Update docstring to describe
1625 wave-style underline attribute.
1626
771e3eae
CY
16272012-06-16 Chong Yidong <cyd@gnu.org>
1628
1629 * term/xterm.el (terminal-init-xterm): Discard input before
1630 querying background mode (Bug#10959).
1631
7ae2ea10
SM
16322012-06-16 Stefan Merten <smerten@oekonux.de>
1633
1634 * textmodes/rst.el: Added and corrected some comments.
1635 (rst-re-alist-def): Improve symbol syntax.
1636 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1637 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1638 (rst-official-version, rst-official-cvs-rev): Update version
1639 information.
7ae2ea10 1640
b6974efa
JB
16412012-06-15 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1644 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1645
8826d473
GM
16462012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1647
1648 * progmodes/python.el: New python.el merge.
1649 (python-guess-indent): Obsolete var.
1650 (python-indent-guess-indent-offset): New defcustom.
1651 (python-indent): Obsolete var.
1652 (python-indent-offset): New defcustom.
1653 (python-python-command, python-jython-command): Delete var.
1654 (python-shell-interpreter): New defcustom.
1655 (python-pdbtrack-do-tracking-p): Delete var.
1656 (python-pdbtrack-activate): New defcustom.
1657 (python-use-skeletons): Obsolete var.
1658 (python-skeleton-autoinsert): New defcustom.
1659 (inferior-python-filter-regexp, python-continuation-offset)
1660 (python-honour-comment-indentation, python-indent-string-contents)
1661 (python-jython-packages, python-mode-hook)
1662 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1663 (python-shell-prompt-alist)
1664 (python-source-modes): Delete defcustoms.
1665 (python-check-buffer-name, python-eldoc-setup-code)
1666 (python-eldoc-string-code, python-ffap-setup-code)
1667 (python-ffap-string-code, python-fill-comment-function)
1668 (python-fill-decorator-function, python-fill-paren-function)
1669 (python-fill-string-function, python-imenu-include-defun-type)
1670 (python-imenu-make-tree, python-imenu-subtree-root-label)
1671 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1672 (python-shell-compilation-regexp-alist)
1673 (python-shell-completion-module-string-code)
1674 (python-shell-completion-pdb-string-code)
1675 (python-shell-completion-setup-code)
1676 (python-shell-completion-string-code)
1677 (python-shell-enable-font-lock, python-shell-exec-path)
1678 (python-shell-extra-pythonpaths)
1679 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1680 (python-shell-process-environment)
1681 (python-shell-prompt-block-regexp)
1682 (python-shell-prompt-output-regexp)
1683 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1684 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1685 (python-shell-virtualenv-path): New defcustoms.
1686 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1687 (inferior-python-mode-syntax-table, python--prompt-regexp)
1688 (python-buffer, python-command python-python-command)
1689 (python-default-template, python-imports, python-indent-index)
1690 (python-indent-list, python-indent-list-length)
1691 (python-mode-running, python-pdbtrack-is-tracking-p)
1692 (python-preoutput-continuation, python-preoutput-leftover)
1693 (python-preoutput-result, python-preoutput-skip-next-prompt)
1694 (python-prev-dir/file, python-recursing)
1695 (python-saved-check-command, python-version-checked)
1696 (python-which-func-length-limit)
1697 (view-return-to-alist): Delete vars.
1698 (python-check-custom-command, python-dotty-syntax-table)
1699 (python-imenu-index-alist, python-indent-current-level)
1700 (python-indent-dedenters, python-indent-levels)
1701 (python-nav-beginning-of-defun-regexp)
1702 (python-nav-list-defun-positions-cache)
1703 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1704 (python-shell-internal-buffer)
1705 (python-skeleton-available): New vars.
1706 (def-python-skeleton): Delete macro.
1707 (python-skeleton-define): New macro.
1708 (python-define-auxiliary-skeleton, python-rx): New macros.
1709 (python-insert-class): Delete command.
1710 (python-skeleton-class): New command.
1711 (python-insert-def): Delete command.
1712 (python-skeleton-def): New command.
1713 (python-insert-for): Delete command.
1714 (python-skeleton-for): New command.
1715 (python-insert-if): Delete command.
1716 (python-skeleton-if): New command.
1717 (python-insert-try/except, python-insert-try/finally): Delete commands.
1718 (python-skeleton-try): New command.
1719 (python-insert-while): Delete command.
1720 (python-skeleton-while): New command.
1721 (python-backspace): Delete command.
1722 (python-indent-dedent-line-backspace): New command.
1723 (python-electric-colon): Delete command.
1724 (python-indent-electric-colon): New command.
1725 (python-guess-indent): Delete command.
1726 (python-indent-guess-indent-offset): New command.
1727 (python-shift-left): Delete command.
1728 (python-indent-shift-left): New command.
1729 (python-shift-right): Delete command.
1730 (python-indent-shift-right): New command.
1731 (python-find-function): Delete command.
1732 (python-nav-jump-to-defun): New command.
1733 (python-next-statement): Delete command.
1734 (python-nav-forward-sentence): New command.
1735 (python-previous-statement): Delete command.
1736 (python-nav-backward-sentence): New command.
1737 (python-fill-paragraph): Delete command.
1738 (python-fill-paragraph-function): New command.
1739 (python-send-buffer): Delete command.
1740 (python-shell-send-buffer): New command.
1741 (python-send-defun): Delete command.
1742 (python-shell-send-defun): New command.
1743 (python-send-region, python-send-region-and-go): Delete commands.
1744 (python-shell-send-region)
1745 (python-shell-switch-to-shell): New commands.
1746 (python-send-string): Delete command.
1747 (python-shell-send-string): New command.
1748 (python-switch-to-python): Delete command.
1749 (python-shell-switch-to-shell): New command.
1750 (python-describe-symbol): Delete command.
1751 (python-eldoc-at-point): New command.
1752 (python--set-prompt-regexp, python-args-to-list)
1753 (python-after-info-look, python-check-version)
1754 (python-check-comint-prompt, python-find-imports)
1755 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1756 (python-unload-function, python-expand-template)
1757 (python-maybe-jython, python-preoutput-filter)
1758 (python-pdbtrack-get-source-buffer)
1759 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1760 (python-pdbtrack-toggle-stack-tracking)
1761 (python-pdbtrack-track-stack-file, python-initial-text)
1762 (python-first-word, python-comment-line-p, python-send-command)
1763 (python-setup-brm, python-sentinel, python-set-proc)
1764 (python-skip-out, python-input-filter, python-outdent-p)
1765 (python-outline-level, python-backslash-continuation-line-p)
1766 (python-end-of-block, python-end-of-statement, python-mark-block)
1767 (python-beginning-of-block, python-beginning-of-statement)
1768 (python-blank-line-p, python-beginning-of-string)
1769 (python-open-block-statement-p): Delete functions.
1770 (python-indent-line, python-indent-line-1): Delete functions.
1771 (python-indent-line): New function.
1772 (python-indentation-levels): Delete function.
1773 (python-indent-calculate-levels): New function.
1774 (python-proc): Delete function.
1775 (python-shell-get-process): New function.
1776 (python-send-receive): Delete function.
1777 (python-shell-send-string-no-output): New function.
1778 (python-module-path): Delete function.
1779 (python-ffap-module-path): New function.
1780 (python-completion-at-point)
1781 (python-symbol-completions): Delete functions.
1782 (python-completion-complete-at-point): New function.
1783 (python-load-file): Delete function.
1784 (python-shell-send-file): New function.
1785 (python-calculate-indentation): Delete function.
1786 (python-indent-calculate-indentation): New function.
1787 (python-skip-comments/blanks): Delete function.
1788 (python-util-forward-comment): New function.
1789 (python-continuation-line-p): Delete function.
1790 (python-info-continuation-line-p): New function.
1791 (python-which-func, python-current-defun): Delete function.
1792 (python-info-current-defun): New function.
1793 (python-beginning-of-defun): Delete function.
1794 (python-nav-beginning-of-defun): New function.
1795 (python-close-block-statement-p)
1796 (python-block-end-p): Delete function.
1797 (python-info-closing-block): New function.
1798 (python-comint-output-filter-function)
1799 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1800 (python-fill-comment, python-fill-decorator, python-fill-paren)
1801 (python-fill-string, python-imenu-make-element-tree)
1802 (python-imenu-make-tree, python-imenu-tree-assoc)
1803 (python-indent-context, python-indent-dedent-line)
1804 (python-indent-line-function)
1805 (python-indent-post-self-insert-function)
1806 (python-indent-toggle-levels)
1807 (python-info-assignment-continuation-line-p)
1808 (python-info-beginning-of-backlash)
1809 (python-info-block-continuation-line-p)
1810 (python-info-closing-block-message)
1811 (python-info-line-ends-backslash-p)
1812 (python-info-looking-at-beginning-of-defun)
1813 (python-info-ppss-context, python-info-ppss-context-type)
1814 (python-nav-list-defun-positions, python-nav-read-defun)
1815 (python-nav-sentence-end, python-nav-sentence-start)
1816 (python-pdbtrack-comint-output-filter-function)
1817 (python-pdbtrack-set-tracked-buffer)
1818 (python-shell-calculate-exec-path)
1819 (python-shell-calculate-process-environment)
1820 (python-shell-completion--do-completion-at-point)
1821 (python-shell-completion--get-completions)
1822 (python-shell-completion-complete-at-point)
1823 (python-shell-completion-complete-or-indent)
1824 (python-shell-get-or-create-process)
1825 (python-shell-get-process-name)
1826 (python-shell-internal-get-or-create-process)
1827 (python-shell-internal-get-process-name)
1828 (python-shell-internal-send-string, python-shell-make-comint)
1829 (python-shell-parse-command, python-shell-send-setup-code)
1830 (python-skeleton-add-menu-items)
1831 (python-util-clone-local-variables, python-util-position)
1832 (run-python-internal, python-indentation-levels)
1833 (python-nav-beginning-of-defun)
1834 (python-completion-complete-at-point): New functions.
1835 (run-python): Change arguments. New API requirements.
1836
4302f5ba
SM
18372012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1838
f38ea36d
SM
1839 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1840 (bug#11649).
1841
1842 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1843 (macroexp--expand-all): Use it.
1844
4302f5ba
SM
1845 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1846 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1847 Use `cl-function' instead.
1848
33377562
JB
18492012-06-14 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1852 Suggested by Stefan Monnier while discussing bug#11657.
1853
54c5ba1a
SS
18542012-06-14 Sam Steingold <sds@gnu.org>
1855
1856 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1857
f9f1b1fe
AS
18582012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1859
1860 * play/doctor.el (doctor-doc): Remove parameter and use
1861 doctor-sent instead of sent.
1862 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1863
a81068ba
SM
18642012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1865
5a315f9c
SM
1866 * files.el: Require cl-lib.
1867 (file-name-non-special): Replace case -> cl-case.
1868
1869 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1870
a81068ba
SM
1871 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1872 mapping from #' to function*.
1873
8cca9703
CY
18742012-06-13 Chong Yidong <cyd@gnu.org>
1875
1876 * mouse.el (mouse-drag-track): Do not set the mark if the user
1877 releases the mouse without selecting anything (Bug#11588).
1878
a12ac9d7
SM
18792012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1880
ccf1dc18
SM
1881 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1882 as well (bug#11646).
1883
ef62b23d
SM
1884 * loadup.el: Count byte-code functions as well.
1885
c4c8444a
SM
1886 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1887 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1888
a12ac9d7
SM
1889 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1890 (bug#11649). Add cl-defun and cl-defmacro.
1891
87e6e64f
DA
18922012-06-13 Drew Adams <drew.adams@oracle.com>
1893
1894 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1895 Fix last change.
1896
682cefaf
MA
18972012-06-13 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1900 Otherwise, it blocks in batch mode.
1901
773e1f08
JB
19022012-06-13 Juanma Barranquero <lekktu@gmail.com>
1903
1904 * help-mode.el (bookmark-make-record-default): Declare.
1905
60057926
CY
19062012-06-13 Chong Yidong <cyd@gnu.org>
1907
1908 * emacs-lisp/package.el (list-packages): Compute a list of
1909 packages that are newly-available since the last list-packages
1910 invocation.
1911 (package-menu--new-package-list): New var.
1912 (package-menu--generate, package-menu--print-info)
1913 (package-menu--status-predicate, package-menu-mark-install):
1914 Handle new status label "new".
1915
ad4d226c
SM
19162012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1919 conversion to backquotes.
1920
f1a4e679
CY
19212012-06-12 Chong Yidong <cyd@gnu.org>
1922
1923 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1924 Rename from gud-inhibit-global-bindings.
1925
1926 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1927
1928 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1929 hook from nxml-glyph-set-hook.
1930
1931 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1932 declaration.
1933
1934 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1935
1936 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1937 Convert to defcustom.
1938
0c9e42b5
DA
19392012-06-12 Drew Adams <drew.adams@oracle.com>
1940
1941 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1942 New functions.
1943 (help-mode): Use them.
1944
09e06855
GM
19452012-06-11 Glenn Morris <rgm@gnu.org>
1946
1947 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1948 Use preprocessor face for directives.
1949 (fortran-directive-re): Doc fix.
1950
71adb94b
SM
19512012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1952
2eb87922
SM
1953 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1954 conversion to backquotes (bug#11652).
1955
71adb94b
SM
1956 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1957 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1958 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1959 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1960 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1961 (cl-ninth, cl-tenth): Mark them as inlinable.
1962 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1963 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1964 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1965 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1966 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1967 (cl-list*, cl-adjoin): Don't put an autoload manually.
1968 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1969 (cl--compiler-macro-list*): Add autoload cookie.
1970 (cl--compiler-macro-cXXr): New function.
2eb87922 1971
71adb94b
SM
1972 * help-fns.el (help-fns--compiler-macro): New function extracted from
1973 describe-function-1; follow aliases and use `compiler-macro' property.
1974 (describe-function-1): Use it.
1975
a6674402
CY
19762012-06-11 Chong Yidong <cyd@gnu.org>
1977
1978 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1979 is uninstalled, if imagemagick is installed.
1980
bb3faf5b
SM
19812012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * emacs-lisp/cl-lib.el: Use lexical-binding.
1984 (cl-map-extents, cl-maclisp-member): Remove.
1985 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1986 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1987 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1988 * emacs-lisp/cl-extra.el: Use lexical-binding.
1989 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1990 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1991 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1992 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1993 * emacs-lisp/cl-seq.el: Use lexical-binding.
1994 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1995 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1996 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1997 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1998 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1999 CL's internals.
2000
2fe4b125
MA
20012012-06-11 Michael Albinus <michael.albinus@gmx.de>
2002
2003 Sync with Tramp 2.2.6-pre.
2004
2005 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2006 `print-length' and `print-level' to nil, in order to avoid
2007 truncation. Reported by Christopher Schmidt
2008 <christopher@ristopher.com>.
2009
2010 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2011
2012 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2013 New defmacro.
2014 (tramp-compat-copy-directory): Add optional argument
2015 COPY-CONTENTS. It is not handled yet.
2016
2017 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2018 (tramp-ftp-file-name-p): Simplify.
2019
2020 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2021 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2022 connection vector.
2023
2024 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2025 (tramp-methods): Do not use `tramp-password-end-of-line'.
2026 (tramp-completion-function-alist-putty): Handle UNIX case.
2027 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2028 (tramp-do-file-attributes-with-stat)
2029 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2030 gid as real numbers. They could run out of integer range on cygwin.
2031 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2032 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2033 (tramp-open-connection-setup-interactive-shell):
2034 Use `tramp-cleanup'. Move check for busyboxes ...
2035 (tramp-find-shell): ... here. Simplify implementation.
2036 Set "remote-shell" property also for alternative shells.
2037 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2038 If failing, a regular file would be written otherwise.
2039 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2040 (tramp-find-inline-encoding): Cache the coding commands in the
2041 process cache. Apply test command on the remote side, if defined.
2042 (tramp-find-inline-compress): Cache the compress commands in the
2043 process cache.
2044 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2045 when requested. Handle hops.
2046 (tramp-current-connection): New defvar.
87e6e64f
DA
2047 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2048 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2049 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2050 (tramp-get-inline-compress, tramp-get-inline-coding):
2051 Read connection properties from the process cache.
2fe4b125
MA
2052
2053 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2054 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2055 New defconsts.
2fe4b125
MA
2056 (tramp-smb-prompt): Extend for powershell prompt.
2057 (tramp-smb-file-name-handler-alist): Add handlers for
2058 `process-file', `shell-command' and `start-file-process'.
2059 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2060 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2061 (tramp-smb-file-name-p): Simplify.
2062 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2063 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2064 (tramp-smb-shell-quote-argument): New defuns.
2065 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2066 Implement using "tar". By this, time-stamps are preserved.
2067 (tramp-smb-handle-copy-file): Handle also the case of directories.
2068 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2069 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2070 Use `tramp-get-connection-buffer').
2fe4b125
MA
2071 (tramp-smb-handle-rename-file): Use "rename", when source and
2072 target are on the same share.
87e6e64f
DA
2073 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2074 Use `tramp-smb-server-version'.
2fe4b125
MA
2075 (tramp-smb-wait-for-output): Remove prompt.
2076
2077 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2078 (tramp-methods, tramp-rsh-end-of-line):
2079 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2080 (tramp-save-ad-hoc-proxies): New defcustom.
2081 (tramp-completion-function-alist): Adapt docstring.
2082 (tramp-default-password-end-of-line): Remove defcustom.
2083 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2084 (tramp-user-regexp, tramp-file-name-regexp-unified)
2085 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2086 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2087 (tramp-remote-file-name-spec-regexp): New defconst.
2088 (tramp-file-name-structure): Extend structure for hops.
2089 (tramp-get-method-parameter): Move up.
2090 (tramp-file-name-p, tramp-dissect-file-name)
2091 (with-parsed-tramp-file-name): Handle hops.
2092 (tramp-file-name-hop): New defun.
2093 (tramp-make-tramp-file-name): New optional arg HOP.
2094 (tramp-message-show-progress-reporter-message): New defvar.
2095 (tramp-with-progress-reporter): Use it. We cannot use
2096 `tramp-message-show-message' here, because this suppresses also
2097 error buffers.
2098 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2099 `tramp-message-show-message' is nil.
2100 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2101 (tramp-cleanup): New defun.
2102 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2103 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2104 an error unchanged.
2105 (tramp-completion-handle-file-name-all-completions): Handle hops.
2106 Fix an error when called from ido.
2107 (tramp-completion-dissect-file-name): Use better local variable
2108 name. Add hop to the vector.
2109 (tramp-handle-insert-file-contents): Use progress-reporter for the
2110 whole scenario.
2111 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2112 to `t'.
2113 (tramp-check-for-regexp): Simplify search.
2114 (tramp-enter-password): Remove it. Move implementation ...
2115 (tramp-action-password): ... here.
2116 (tramp-mode-string-to-int, tramp-local-host-p)
2117 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2118 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2119 Set tramp-autoload cookie.
2fe4b125
MA
2120
2121 * net/trampver.el: Update release number.
2122
21232012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2124 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2127 (tramp-parse-group, tramp-parse-file)
2128 (tramp-parse-shostkeys-sknownhosts): New defuns.
2129 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2130 (tramp-parse-shosts-group, tramp-parse-sconfig)
2131 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2132 (tramp-parse-sknownhosts, tramp-parse-hosts)
2133 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2134 Use them.
2135 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2136 (tramp-parse-putty-group): Don't narrow.
2137 (tramp-parse-putty): Make a loop.
2138 (tramp-file-name-handler): Catch the `suppress' signal.
2139
72834e10
CY
21402012-06-11 Chong Yidong <cyd@gnu.org>
2141
2142 * image.el (imagemagick-register-types): Put the ImageMagick entry
2143 at the end of image-type-file-name-regexps.
2144
a4712e11
JB
21452012-06-11 Johan Bockgård <bojohan@gnu.org>
2146
2147 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2148 (pcase, pcase-let*, pcase-dolist): Use them.
2149
82ad98e3
SM
21502012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * emacs-lisp/pcase.el (pcase--let*): New function.
2153 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2154 (pcase--expand): Use macroexp-let².
2155
f80efb86
SM
21562012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2159 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2160 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2161 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2162 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2163 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2164
31ca4639 21652012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2166
31ca4639
CY
2167 * mail/rmail.el (rmail-yank-current-message): Leave point at
2168 correct position. (Bug#11660)
94f0aa34 2169
31ca4639 21702012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2171
31ca4639 2172 * allout-widgets.el: Fix code header.
9e1b8ec4 2173
31ca4639 21742012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2175
f80efb86
SM
2176 * cus-edit.el (customize-changed-options-previous-release):
2177 Bump to 24.1.
31ca4639 2178
642b6d30
AS
21792012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2180
2181 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2182
4f5d2ba1
CY
21832012-06-09 Chong Yidong <cyd@gnu.org>
2184
2185 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2186
e75852fd
MR
21872012-06-09 Martin Rudalics <rudalics@gmx.at>
2188
2189 * window.el (special-display-popup-frame): Don't use
2190 window--display-buffer (Bug#11651).
2191
1e48e282
EZ
21922012-06-09 Eli Zaretskii <eliz@gnu.org>
2193
8a26b487
EZ
2194 Fix parallel builds: make sure loaddefs.el is not being written
2195 while Lisp files are compiled.
2196 (compile): Don't depend on 'mh-autoloads'.
2197 (compile-CMD, compile-SH): Depend on 'autoloads'.
2198 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2199
1e48e282
EZ
2200 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2201
6175e34b
CY
22022012-06-09 Chong Yidong <cyd@gnu.org>
2203
2204 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2205 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2206 Doc fixes (Bug#11225).
2207
d9857e53
SM
22082012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2211 a function if there's a clear indication that it has a compiler-macro.
2212 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2213 (macro-declarations-alist): Add arglist to declaration functions.
2214 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2215 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2216 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2217 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2218 Also add autoload to find the compiler macro.
2219 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2220 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2221 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2222 (cl--compiler-macro-get): New functions, replacing calls to
2223 cl-define-compiler-macro.
2224 (cl-typep) [compiler-macro]: Use macroexp-let².
2225
f81298f8 22262012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2227
2228 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2229 string properly, fixes Bug#11473.
2230
4b56d0fe
CY
22312012-06-08 Chong Yidong <cyd@gnu.org>
2232
2233 * faces.el (set-face-attribute): Doc fix.
2234 (modify-face): Don't use :bold and :italic.
2235 (error, warning, success): Tweak definitions.
2236
2237 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2238 (custom-modified, custom-set, custom-changed, custom-themed)
2239 (custom-saved, custom-button, custom-button-mouse)
2240 (custom-button-pressed, custom-state, custom-comment-tag)
2241 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2242 (custom-group-subtitle): Use new-style face specs.
2243 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2244 (custom-set-face, custom-changed-face, custom-saved-face)
2245 (custom-button-face, custom-button-pressed-face)
2246 (custom-documentation-face, custom-state-face)
2247 (custom-comment-face, custom-comment-tag-face)
2248 (custom-variable-tag-face, custom-variable-button-face)
2249 (custom-face-tag-face, custom-group-tag-face-1)
2250 (custom-group-tag-face): Remove obsolete face alias.
2251
2252 * epa.el (epa-validity-high, epa-validity-medium)
2253 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2254 (epa-field-name, epa-field-body):
2255 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2256 (font-lock-keyword-face, font-lock-builtin-face)
2257 (font-lock-function-name-face, font-lock-variable-name-face)
2258 (font-lock-type-face, font-lock-constant-face):
2259 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2260 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2261 * speedbar.el (speedbar-button-face, speedbar-file-face)
2262 (speedbar-directory-face, speedbar-tag-face)
2263 (speedbar-selected-face, speedbar-highlight-face)
2264 (speedbar-separator-face):
2265 * whitespace.el (whitespace-newline, whitespace-space)
2266 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2267 (whitespace-line, whitespace-space-before-tab)
2268 (whitespace-space-after-tab, whitespace-indentation)
2269 (whitespace-empty):
2270 * emulation/cua-base.el (cua-global-mark):
2271 * eshell/em-prompt.el (eshell-prompt):
2272 * net/newst-plainview.el (newsticker-new-item-face)
2273 (newsticker-old-item-face, newsticker-immortal-item-face)
2274 (newsticker-obsolete-item-face, newsticker-date-face)
2275 (newsticker-statistics-face, newsticker-default-face):
2276 * net/newst-reader.el (newsticker-feed-face)
2277 (newsticker-extra-face, newsticker-enclosure-face):
2278 * net/newst-treeview.el (newsticker-treeview-face)
2279 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2280 (newsticker-treeview-immortal-face)
2281 (newsticker-treeview-obsolete-face)
2282 (newsticker-treeview-selection-face):
2283 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2284 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2285 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2286 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2287 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2288 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2289 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2290 (mpuz-text):
2291 * progmodes/vera-mode.el (vera-font-lock-number)
2292 (vera-font-lock-function, vera-font-lock-interface):
2293 * textmodes/table.el (table-cell): Use new-style face specs, and
2294 don't use the old :bold and :italic attributes.
2295
2296 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2297 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2298 (ebrowse-member-class, ebrowse-progress): Likewise.
2299 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2300 (ebrowse-file-name-face, ebrowse-default-face)
2301 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2302 (ebrowse-progress-face): Remove obsolete faces.
2303
2304 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2305 Inherit from error and warning faces respectively.
2306
2307 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2308 Likewise.
f80efb86
SM
2309 (flyspell-incorrect-face, flyspell-duplicate-face):
2310 Remove obsolete aliases.
4b56d0fe 2311
03310646
MA
23122012-06-08 Michael Albinus <michael.albinus@gmx.de>
2313
2314 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2315 Avoid infloop.
2316
513749ee
SM
23172012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * startup.el (argv, argi): Make lexically scoped.
2320 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2321 * emacs-lisp/cl-macs.el: Use lexical-binding.
2322 Rename cl-bind-* to cl--bind-*.
2323 * files.el: Don't require `cl' since it doesn't use it.
2324 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2325
595ef4ad
JB
23262012-06-08 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2329 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2330 instead of calling external sort utility.
2331 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2332
e9f66fcb
EZ
23332012-06-08 Eli Zaretskii <eliz@gnu.org>
2334
2335 * descr-text.el (describe-char): Mention how to insert the
2336 character, if the current input method doesn't support it.
2337 See the discussion in this thread for the details:
2338 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2339
3d10db47
SS
23402012-06-08 Sam Steingold <sds@gnu.org>
2341
2342 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2343 XF86Back to previous-buffer.
2344 (minibuffer-local-map): Bind them to next-history-element and
2345 previous-history-element respectively.
2346 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2347 help-go-back respectively.
2348 * info.el (Info-mode-map): Bind them to Info-history-forward and
2349 Info-history-back respectively.
2350 These are the keys next to Up on the ThinkPad keyboard.
2351
de7e2b36
SM
23522012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2355 * emacs-lisp/cl-macs.el: Provide itself.
2356 (cl--labels-convert-cache): New var.
2357 (cl--labels-convert): New function.
2358 (cl-flet, cl-labels): New implementation with new semantics, relying on
2359 lexical-binding.
2360 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2361 (cl-closure-vars, cl--function-convert-cache)
2362 (cl--function-convert): Move from cl-macs.el.
2363 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2364 rename by removing the "cl-" prefix.
2365 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2366
6fa6c4ae
SM
23672012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2370 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2371 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2372 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2373 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2374 (cl-hash-table-count): Add old compatibility aliases.
2375
2376 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2377 Use macroexpand-all-environment instead.
2378 (cl--old-macroexpand): New var.
2379 (cl--sm-macroexpand): New function.
2380 (cl-symbol-macrolet): Use it during macro expansion.
2381 (cl--function-convert-cache): New var.
2382 (cl--function-convert): New function, extracted from
2383 cl-macroexpand-all.
2384 (cl-lexical-let): Use it.
2385
2386 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2387 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2388 (cl-member): Remove old alias.
2389
2390 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2391 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2392 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2393 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2394 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2395 (cl-macroexpand-cmacs): Remove var.
2396 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2397 Use macroexpand-all instead.
2398
4dd1c416
SM
23992012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2402 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2403 (macroexp-copyable-p): New functions and macros.
2404 * emacs-lisp/edebug.el (edebug-unwrap):
2405 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2406 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2407 (pcase--let*): Remove.
2408 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2409 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2410 macroexp-const-p instead.
2411 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2412
2413 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2414 instead of "cl-" for internal definitions. Use macroexp-const-p.
2415 (cl-old-bc-file-form): Remove var.
2416 (cl-const-exprs-p): Remove fun.
2417 (cl-labels, cl-macrolet): Use backquote.
2418 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2419 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2420 (cl-define-setf-expander): Rename from cl-define-setf-method.
2421 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2422
2423 * international/mule-cmds.el: Don't require CL.
2424 (view-hello-file): Don't use `letf'.
2425
ed8bd4d7
SM
24262012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2427
7287f2f3
SM
2428 * tmm.el (tmm-prompt): Use string-prefix-p.
2429 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2430 (tmm-add-prompt): Use minibuffer-completion-help.
2431 (tmm-delete-map): Remove.
2432
ed8bd4d7
SM
2433 * subr.el (kbd): Make it its own function.
2434
7b4cdbf4
SM
24352012-06-07 Stefan Merten <smerten@oekonux.de>
2436
2437 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2438 Silence compiler warnings. Fix versions.
ed8bd4d7 2439 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2440 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2441 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2442 (rst-package-emacs-version-alist): Correct Emacs version to
2443 represent major merge with upstream.
ed8bd4d7 2444 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2445
2b48d721
GM
24462012-06-06 Glenn Morris <rgm@gnu.org>
2447
2448 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2449 Only print environment variables if set.
2450
fa779ab0
SM
24512012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2454 (macroexp--cons): Rename from maybe-cons.
2455 (macroexp--accumulate): Rename from macroexp-accumulate.
2456 (macroexp--all-forms): Rename from macroexpand-all-forms.
2457 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2458 (macroexp--expand-all): Rename from macroexpand-all-1.
2459
628299e0
SS
24602012-06-06 Sam Steingold <sds@gnu.org>
2461
2462 * calendar/calendar.el (calendar-in-read-only-buffer):
2463 Call `special-mode' to enable the standard read-only keybindings.
2464
b7bb5838
SM
24652012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2468 with "loading" messages (bug#11635).
2469
dfb308ba
MA
24702012-06-06 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * files.el (enable-remote-dir-locals): New option.
2473 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2474
0372ee92
MA
2475 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2476 Ensure, that the temp directory is local.
2477
2478 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2479 `temporary-file-directory'.
2480
eed0bb91
MA
2481 * progmodes/python.el (python-send-region): Ensure, that the
2482 temporary file is created also in the remote case.
2483
7a58f64d
GM
24842012-06-06 Glenn Morris <rgm@gnu.org>
2485
f7dd4e98
GM
2486 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2487 (vc-rcs-update-changelog): Use it.
2488
090bd7cb 2489 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2490
7a58f64d
GM
2491 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2492 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2493 (vc-sccs-diff): Replace use of the external vcdiff script.
2494
daed4003
GM
24952012-06-05 Glenn Morris <rgm@gnu.org>
2496
2497 * ledit.el: Move to obsolete/.
2498
48c455c7
SS
24992012-06-05 Sam Steingold <sds@gnu.org>
2500
ed9265fc 2501 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2502 patch (Bug#11140).
2503
57a7d507
SM
25042012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2505
090bd7cb 2506 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2507
53aacf21
SM
2508 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2509 compiler-macro expansion.
2510
57a7d507
SM
2511 Add native compiler-macro support.
2512 * emacs-lisp/macroexp.el (macroexpand-all-1):
2513 Support compiler-macros directly. Properly follow aliases and apply
2514 the compiler macros more thoroughly.
2515 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2516 macroexpand now properly follows aliases.
2517 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2518 (cl-compiler-macroexpand): Use new prop.
2519 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2520
2521 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2522
51a5f9d8
MR
25232012-06-05 Martin Rudalics <rudalics@gmx.at>
2524
2525 * window.el (get-lru-window, get-mru-window, get-largest-window):
2526 New argument NOT-SELECTED to avoid picking the selected window.
2527 (window--display-buffer-1, window--display-buffer-2): Replace by
2528 new function window--display-buffer
2529 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2530 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2531 Use window--display-buffer.
51a5f9d8
MR
2532 (display-buffer-use-some-window): Remove temporary dedication
2533 hack by calling get-lru-window and get-largest-window with
2534 NOT-SELECTED argument non-nil. Call window--display-buffer.
2535
08f9f738
GM
25362012-06-05 Glenn Morris <rgm@gnu.org>
2537
2538 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2539 Replace external vcdiff script.
2540
e364a2b7
SM
25412012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2544
041df390
CY
25452012-06-04 Chong Yidong <cyd@gnu.org>
2546
e364a2b7
SM
2547 * image.el (imagemagick-types-inhibit): Revert last change.
2548 Add INFO and M.
47b36b94 2549 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2550
7c1898a7
SM
25512012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * emacs-lisp/cl-lib.el: Rename from cl.el.
2554 * emacs-lisp/cl.el: New compatibility file.
2555 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2556 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2557 to obey the "cl-" prefix.
2558 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2559
0c3461de
GM
25602012-06-03 Glenn Morris <rgm@gnu.org>
2561
1e266c88
GM
2562 * emacs-lisp/authors.el (authors-aliases): Addition.
2563
0c3461de
GM
2564 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2565 Fix :version.
2566
d8a52e15
SM
25672012-06-03 Stefan Merten <smerten@oekonux.de>
2568
2569 * textmodes/rst.el: Add comments.
2570 (rst-transition, rst-adornment): New faces.
2571 (rst-adornment-faces-alist): Make default safe to reevaluate.
2572 Fixes
2573 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2574 Improve customization tags.
2575 (rst-define-level-faces): Clarify meaning.
2576
5205d6f6
CY
25772012-06-03 Chong Yidong <cyd@gnu.org>
2578
2579 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2580 (compilation-mode-line-run, compilation-mode-line-exit):
2581 New faces.
5205d6f6
CY
2582 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2583
757ee657
JD
25842012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2585
7c1898a7
SM
2586 * progmodes/which-func.el (which-func-update-ediff-windows):
2587 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2588
5f2c76c6
CY
25892012-06-03 Chong Yidong <cyd@gnu.org>
2590
2591 * bindings.el: Remove explicit help text from format-mode-line.
2592 It is now supplied by mode-line-default-help-echo.
2593 (mode-line-front-space, mode-line-end-spaces)
2594 (mode-line-misc-info): New variables.
2595 (mode-line-modes, mode-line-position): Move the default value to
2596 the variable definition.
2597 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2598 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2599 (mode-line-modified-help-echo): New functions.
2600 (mode-line-mule-info, mode-line-modified): Use them.
2601 (mode-line-eol-desc, propertized-buffer-identification):
2602 Consistency fixes for help text.
cbe46e5f
CY
2603 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2604 set-buffer-file-coding-system (Bug#289).
2605 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2606
f2d6a3df
SM
26072012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * simple.el (execute-extended-command): Set real-this-command
2610 (bug#11506).
2611
37269466
CY
26122012-06-02 Chong Yidong <cyd@gnu.org>
2613
2614 Remove incorrect uses of "modeline" in comments, docstrings, and
2615 function/variable names (Bug#10329).
2616
2617 * cus-edit.el (mode-line):
2618 * dframe.el (dframe-mouse-hscroll):
2619 * emacs-lisp/re-builder.el:
2620 * emacs-lisp/easy-mmode.el (define-minor-mode):
2621 * frame.el (set-frame-name):
2622 * help.el (lookup-minor-mode-from-indicator):
2623 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2624 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2625 (c-toggle-hungry-state):
2626 * progmodes/antlr-mode.el (antlr-language-alist):
2627 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2628 * progmodes/vhdl-mode.el (vhdl-mode):
2629 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2630 * term/ns-win.el (ns-face-at-pos):
2631 * term/sup-mouse.el (sup-mouse-report):
2632 * textmodes/flyspell.el (flyspell-mode-line-string):
2633 * textmodes/ispell.el (ispell-highlight-face):
2634 * textmodes/reftex-global.el:
2635 * vc/vc-arch.el (vc-arch-mode-line-string):
2636 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2637 * vc/vc-git.el (vc-git-mode-line-string):
2638 * vc/vc-hooks.el (vc-display-status)
2639 (vc-default-mode-line-string):
2640 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2641
2642 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2643
2644 * dired.el (dired-sort-set-mode-line): Rename from
2645 dired-sort-set-modeline. All callers changed.
2646
2647 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2648 eshell-status-in-modeline.
2649
2650 * foldout.el (foldout-mode-line-string): Rename from
2651 foldout-modeline-string. All callers changed.
2652 (foldout-update-mode-line): Rename from foldout-update-modeline.
2653
2654 * subr.el (redraw-modeline): Make into obsolete alias.
2655
2656 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2657 timeclock-modeline-display. Make old name an alias.
2658 (timeclock-update-mode-line): Likewise. All callers changed.
2659 (timeclock-mode-line-display): No need to check before using
2660 add-hook.
2661 (timeclock-relative, timeclock-day-over-hook)
2662 (timeclock-use-elapsed, timeclock-mode-string)
2663 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2664
2665 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2666 crisp-mode-modeline-string.
2667
2668 * play/solitaire.el (solitaire-build-mode-line): Rename from
2669 solitaire-build-modeline. All callers changed.
2670
2671 * play/zone.el (zone-hiding-mode-line): Rename from
2672 zone-hiding-modeline. All callers changed.
2673 (zone): Remove unusued `modeline-hidden-level' property.
2674
2675 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2676 xscheme-modeline-initialize. All callers changed.
2677
2678 * strokes.el (strokes-lighter): Rename from
2679 strokes-modeline-string.
2680
2681 * textmodes/sgml-mode.el (html-face-tag-alist)
2682 (html-tag-face-alist): Use mode-line face instead of obsolete
2683 alias modeline.
2684
42152ee4
SM
26852012-06-02 Stefan Merten <smerten@oekonux.de>
2686
2687 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2688 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2689
95f520b5
CY
26902012-06-02 Chong Yidong <cyd@gnu.org>
2691
2692 * image.el (imagemagick-enabled-types): Rename from
2693 imagemagick-types-enable. Add many more types.
2694 (imagemagick-types-inhibit): Change default to nil.
2695 (imagemagick-filter-types): Caller changed.
2696
4a5f187a
SM
26972012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2698
03fef3e6
SM
2699 * emacs-lisp/cl-macs.el: Use backquotes.
2700 (cl-transform-function-property): Use eval-and-compile rather than
2701 abusing `require'.
2702 (defstruct): Use declare-function instead of with-no-warnings.
2703
4a5f187a
SM
2704 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2705 (byte-compile-output-docform): Re-add the print-circle bindings.
2706 (byte-compile-fix-header): Use #$ just because it's shorter.
2707 (byte-compile-output-file-form): Remove defun/defmacro.
2708
bd56924f
MR
27092012-06-01 Martin Rudalics <rudalics@gmx.at>
2710
2711 * simple.el (choose-completion): Remove now obsolete binding for
2712 owindow.
2713
046e38ce
MA
27142012-06-01 Michael Albinus <michael.albinus@gmx.de>
2715
2716 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2717 in order to avoid "Stack overflow in regexp matcher".
2718
32d72c2f
GM
27192012-05-31 Glenn Morris <rgm@gnu.org>
2720
2721 * image.el: For clarity, call imagemagick-register-types at
2722 top-level, rather than relying on a custom :initialize.
2723 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2724 (imagemagick-filter-types): New function. (Bug#7406)
2725 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2726 If disabling support, remove elements altogether rather
2727 than using an impossible regexp.
2728 (imagemagick-types-inhibit): Give it the default init function.
2729
dd41169b
SM
27302012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2731
4a5f187a
SM
2732 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2733 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2734
efc00ab1 27352012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2736
2737 * desktop.el (desktop-read): Clear previous and next buffers for
2738 all windows and bury *Messages* buffer (bug#11556).
2739
500fcedc
SM
27402012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 Add `declare' for `defun'. Align `defmacro's with it.
2743 * emacs-lisp/easy-mmode.el (define-minor-mode)
2744 (define-globalized-minor-mode): Don't autoload the var definitions.
2745 * emacs-lisp/byte-run.el: Use lexical-binding.
2746 (defun-declarations-alist, macro-declarations-alist): New vars.
2747 (defmacro, defun): Use them.
2748 (make-obsolete, define-obsolete-function-alias)
2749 (make-obsolete-variable, define-obsolete-variable-alias):
2750 Use `declare'.
2751 (macro-declaration-function): Mark obsolete.
2752 * emacs-lisp/autoload.el: Use lexical-binding.
2753 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2754
6e8a1786
AM
27552012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2756
2757 * textmodes/ispell.el (ispell-with-no-warnings):
2758 Define as a macro.
500fcedc
SM
2759 (ispell-kill-ispell, ispell-change-dictionary):
2760 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2761 `interactive-p'.
2762
61b108cc
SM
27632012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2766 (macro-declaration-function): Move var from C code.
2767 (macro-declaration-function): Define function with defalias.
2768 * emacs-lisp/macroexp.el (macroexpand-all-1):
2769 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2770 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2771 defun/defmacro any more.
2772 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2773 Provide fallback for unknown arglist.
2774 (byte-compile-arglist-warn): Change calling convention.
2775 (byte-compile-output-file-form): Move print-vars binding.
2776 (byte-compile-output-docform): Simplify accordingly.
2777 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2778 (byte-compile-defmacro-declaration): Remove.
2779 (byte-compile-file-form-defmumble): Generalize to defalias.
2780 (byte-compile-output-as-comment): Return byte-positions.
2781 Simplify callers accordingly.
2782 (byte-compile-lambda): Use `assert'.
2783 (byte-compile-defun, byte-compile-defmacro): Remove.
2784 (byte-compile-file-form-defalias):
2785 Use byte-compile-file-form-defmumble.
2786 (byte-compile-defalias-warn): Remove.
2787
6d3f7c2f
SM
27882012-05-29 Stefan Merten <smerten@oekonux.de>
2789
2790 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2791 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2792
2793 (rst-mode-abbrev-table): Merge definition.
2794 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2795 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2796
6dbaa1c7
UJ
27972012-05-29 Ulf Jasper <ulf.jasper@web.de>
2798
2799 * calendar/icalendar.el
2800 (icalendar-export-region): Export UID properly.
2801
d209e2fb 28022012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2803 * calendar/icalendar.el (icalendar-import-format):
2804 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2805 (icalendar-import-format-uid): New.
2806 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2807 Export UID.
2808
6876a58d
SM
28092012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2812 different alternative patterns.
2813 (pcase-codegen): Be more careful to preserve identity.
2814 (pcase--u1): Don't forget to mark vars as used.
2815
2816 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2817 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2818 (byte-compile-from-buffer): ...rather than here.
2819
2820 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2821 functions from byte-compile-function-environment.
2822
46b7967e
TN
28232012-05-29 Troels Nielsen <bn.troels@gmail.com>
2824
2825 * window.el (window-deletable-p): Avoid deleting the root window
2826 of a frame with an active minibuffer.
2827
69d565e2
MR
28282012-05-29 Martin Rudalics <rudalics@gmx.at>
2829
2830 * simple.el (choose-completion): Use quit-window (Bug#11567).
2831
a149fa51
CY
28322012-05-29 Chong Yidong <cyd@gnu.org>
2833
2834 * whitespace.el (whitespace-cleanup): Fix usage of
2835 whitespace-empty-at-bob-regexp (Bug#11492).
2836
2b311310
AH
28372012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2838
2839 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2840 revert (Bug#11488).
2841
b9cb2387
JL
28422012-05-29 Juri Linkov <juri@jurta.org>
2843
2844 * isearch.el (isearch-mode-map): Bind `M-s _' to
2845 `isearch-toggle-symbol'. Bind `M-s c' to
2846 `isearch-toggle-case-fold'.
2847 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2848 (isearch-forward): Add `M-s _' to the docstring.
2849 (isearch-forward-symbol, isearch-toggle-case-fold)
2850 (isearch-symbol-regexp): New functions. (Bug#11381)
2851
d5e61c1c
JL
28522012-05-29 Juri Linkov <juri@jurta.org>
2853
2854 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2855 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2856 a function, call it to get the regexp.
2857 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2858 property `isearch-message-prefix' instead of the string "word ".
2859 (isearch-search-fun-default): For the case of `isearch-word',
2860 return a lambda that calls re-search-forward/re-search-backward
2861 with a regexp returned by `word-search-regexp' or by the function
2862 in `isearch-word'.
2863
8cbd80f7
JL
28642012-05-29 Juri Linkov <juri@jurta.org>
2865
2866 * isearch.el (isearch-search-fun-default): New function.
2867 (isearch-search-fun): Move default part to the new function
2868 `isearch-search-fun-default'.
2869 (isearch-search-fun-function): Set the default value to
2870 `isearch-search-fun-default'. (Bug#11381)
2871
2872 * comint.el (comint-history-isearch-end):
2873 Use `isearch-search-fun-default'.
2874 (comint-history-isearch-search): Use `isearch-search-fun-default'
2875 and remove spacial case for `isearch-word'.
2876 (comint-history-isearch-wrap): Remove spacial case for
2877 `isearch-word'.
2878
2879 * hexl.el (hexl-isearch-search-function):
2880 Use `isearch-search-fun-default'.
2881
2882 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2883 Use `word-search-regexp' for `isearch-word'.
2884
2885 * misearch.el (multi-isearch-search-fun):
2886 Use `isearch-search-fun-default'.
2887
2888 * simple.el (minibuffer-history-isearch-search):
2889 Use `isearch-search-fun-default' and remove spacial case for
2890 `isearch-word'.
2891 (minibuffer-history-isearch-wrap): Remove spacial case for
2892 `isearch-word'.
2893
2894 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2895 Remove spacial case for `isearch-word'.
2896 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2897
85c8c5b6
AM
28982012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2899
2900 Decrease XEmacs incompatibilities.
2901 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2902 Use `string-match'.
2903 (flyspell-delete-region-overlays): Use alternative definition for
2904 XEmacs.
2905 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2906 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2907 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2908 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2909 `define-obsolete-face-alias' under XEmacs, but old method.
2910
2911 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2912 `with-no-warnings' definition or Emacs alias.
2913 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2914 (ispell-word): Do not use `region-p' if XEmacs.
2915
8cab9efc
AM
29162012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2917
2918 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2919 Check for `ispell-dictionary-base-alist' instead of full
2920 `ispell-dictionary-alist'.
2921 (ispell-init-process): Show spellchecker when starting new Ispell
2922 process.
2923
fda91268
RZ
29242012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2927 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2928
694ea8e3
JB
29292012-05-27 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * version.el (motif-version-string, gtk-version-string)
2932 (ns-version-string): Declare.
2933
e4d4f539
JL
29342012-05-27 Juri Linkov <juri@jurta.org>
2935
2936 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2937 after the `eval-defun-1' specialcaseing
2938 like in `edebug-eval-defun' (bug#10181).
2939
2940 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2941 like in `eval-defun-1'.
2942
33017faf 29432012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2944
fda91268
RZ
2945 * mail/sendmail.el (mail-yank-region):
2946 Recognize rmail-yank-current-message in addition to insert-buffer.
2947 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2948 a *mail* buffer created through rmail-start-mail with sendmail as
2949 mail-user-agent.
2950
33017faf
GM
29512012-05-27 Chong Yidong <cyd@gnu.org>
2952
2953 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2954 Default to 256 (Bug#11267).
2955
2956 * help.el (describe-mode): Doc fix.
2957
04188bb9
GM
29582012-05-26 Glenn Morris <rgm@gnu.org>
2959
38264cc9
GM
2960 * w32-fns.el (w32-init-info): Remove.
2961 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2962
eb7afdad
GM
2963 * info.el (info-initialize): For self-contained NS builds, put the
2964 included info/ directory at the front. (Bug#2791)
2965
04188bb9
GM
2966 * paths.el (Info-default-directory-list): Make it a defcustom,
2967 mainly so that we can use custom-initialize-delay.
2968
a179e3f7
SM
29692012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2970
43416392
SM
2971 * subr.el (buffer-has-markers-at): Mark obsolete.
2972
a179e3f7 2973 * subr.el (lambda): Use declare.
43416392 2974
a179e3f7
SM
2975 * emacs-lisp/lisp-mode.el (lambda):
2976 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2977
34a008d9
AH
29782012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2979
2980 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2981
0a3b289f
GM
29822012-05-26 Glenn Morris <rgm@gnu.org>
2983
2984 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2985
758c81e8
GM
29862012-05-25 Glenn Morris <rgm@gnu.org>
2987
f9f334f0
GM
2988 * paths.el: Remove no-byte-compile.
2989 * loadup.el: No need to load paths.el uncompiled.
2990
87eb79c2
GM
2991 * image.el (imagemagick-types-inhibit): Doc fix.
2992
758c81e8
GM
2993 * version.el: Remove no-byte-compile and associated formatting.
2994 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2995 is ancient code from when there was an "inc-vers.el".
2996
e7e85dc0
SM
29972012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * progmodes/gdb-mi.el: Minor style changes.
3000 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3001 Turn into minor modes.
3002 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3003 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3004 (gdb-shell): Remove unneeded let-binding.
3005 (gdb-get-many-fields): Eliminate O(n²) behavior.
3006
f31237a4
EZ
30072012-05-25 Eli Zaretskii <eliz@gnu.org>
3008
3009 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3010 platforms that don't link in fontset.c.
3011
bc1b21bb
JL
30122012-05-25 Juri Linkov <juri@jurta.org>
3013
3014 Use the same diff color scheme as in modern VCSes (bug#10181).
3015
3016 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3017 to avoid confusion with `diff-added' that now uses green colors.
3018 (diff-removed): Use shades of red.
3019 (diff-added): Use shades of green.
3020 (diff-changed): Leave just the yellow color.
3021 (diff-use-changed-face): New variable.
3022 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3023 how to highlight context diff changes.
3024 (diff-refine-change): Use shades of yellow.
3025 (diff-refine-removed): New face that uses shades of red.
3026 (diff-refine-added): New face that uses shades of green.
3027 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3028 `diff-refine-removed' in the call to `smerge-refine-subst'
3029 depending on the value of `diff-use-changed-face'.
3030
3031 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3032 (smerge-other): Use shades of green.
3033 (smerge-base): Use shades of yellow.
3034 (smerge-refined-change): Empty face.
3035 (smerge-refined-removed): New face that uses shades of red.
3036 (smerge-refined-added): New face that uses shades of green.
3037 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3038 args `props-r' and `props-a', and use them. Doc fix.
3039 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3040 on its value use different faces `smerge-refined-change',
3041 `smerge-refined-removed', `smerge-refined-added' in the call to
3042 `smerge-refine-subst'.
3043
3044 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3045 Add face condition `min-colors 88' with shades of red.
3046 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3047 `min-colors 88' with shades of green.
3048 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3049 `min-colors 88' with shades of yellow.
3050
6df9112c
GM
30512012-05-24 Glenn Morris <rgm@gnu.org>
3052
ead5edc0
GM
3053 * paths.el (prune-directory-list, remote-shell-program): Move to...
3054 * files.el (prune-directory-list, remote-shell-program): ...here.
3055 For the latter, delay initialization, prefer ssh, just search PATH.
3056
f18b81e6
GM
3057 * paths.el (term-file-prefix): Move to faces.el (the only user).
3058 * faces.el (term-file-prefix): Move here, make it a defcustom.
3059
ee2f89a6
GM
3060 * paths.el (news-directory, news-path, news-inews-program):
3061 Move to gnus/nnspool.el.
61a583ca 3062
f8815e4c
GM
3063 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3064
c8f3b42c
GM
3065 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3066 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3067 Make the latter a defcustom, with a delayed initialization.
3068
6df9112c
GM
3069 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3070 These were deleted from Gnus itself late 2010.
3071
5dadff36
JB
30722012-05-22 Juanma Barranquero <lekktu@gmail.com>
3073
9e1701c6
JB
3074 * progmodes/which-func.el (which-func-ff-hook):
3075 Check against user-error, not error.
3076
bd7239f5 3077 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3078 cl-specs.el, which no longer exists.
3079
3290526d
GM
30802012-05-22 Glenn Morris <rgm@gnu.org>
3081
3082 * info.el (info-emacs-bug): New command.
3083 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3084 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3085
ff0c3cfb
GM
30862012-05-21 Glenn Morris <rgm@gnu.org>
3087
3088 * makefile.w32-in (update-subdirs-SH):
3089 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3090
5814f126
SM
30912012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3092
a52c0aa0
SM
3093 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3094
5814f126
SM
3095 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3096 Simplify Maven regexp, and make sure the file can't start with a space
3097 (bug#11517).
3098
b847032c
GM
30992012-05-21 Glenn Morris <rgm@gnu.org>
3100
3101 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3102 Scrap superfluous subshells.
3103
3858bfe7
SM
31042012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3107 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3108
d14b0029
JB
31092012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3110
3111 * calc/calc.el (calc-ensure-consistent-units): New variable.
3112
a52c0aa0
SM
3113 * calc/calc-units.el (math-consistent-units-p)
3114 (math-check-unit-consistency): New functions.
3115 (calc-quick-units, calc-convert-units):
3116 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3117 is non-nil.
d14b0029
JB
3118 (calc-extract-units): Fix typo.
3119
60c4db3a
SM
31202012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3121
77f3b62e
SM
3122 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3123
60c4db3a
SM
3124 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3125 (flyspell-default-deplacement-commands): Don't spell check after
3126 repeated window/frame switches (e.g. triggered by mouse-movement).
3127 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3128 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3129 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3130 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3131 Remove unused vars.
3132 (flyspell-get-casechars, flyspell-get-not-casechars):
3133 Simplify; Don't bother removing a ] just to add it back.
3134 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3135
d209e2fb 31362012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3137
3138 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3139 New functions.
bd7239f5 3140 (math-function-table): Add support for more C functions.
b1a10716 3141
3f1b25b5
AM
31422012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3143
090bd7cb
JB
3144 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3145 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3146 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3147
b581bb5c
SM
31482012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3151 their respective macro declarations.
3152 * skeleton.el (define-skeleton):
3153 * progmodes/compile.el (define-compilation-mode):
3154 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3155 (define-ibuffer-filter):
3156 * emacs-lisp/generic.el (define-generic-mode):
3157 * emacs-lisp/easy-mmode.el (define-minor-mode)
3158 (define-globalized-minor-mode):
3159 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3160 * emacs-lisp/byte-run.el (defsubst):
3161 * custom.el (deftheme): Add doc-string metadata.
3162
70b8ef8f
SM
31632012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3166
b1198e17
SM
31672012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3168
9abdc45d
SM
3169 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3170
b1198e17
SM
3171 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3172 * emacs-lisp/cl-macs.el: Idem.
3173 * emacs-lisp/cl-specs.el: Remove.
3174
4735906a
SM
31752012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 Minor renaming of internal CL functions and variables.
3178 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3179 (cl--position): Rename from cl-position.
3180 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3181 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3182 (cl--random-state): Rename from *random-state*.
3183
ac348012
SM
31842012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3187 parens around the arg list (bug#11499).
3188
a0a79cde
JL
31892012-05-17 Juri Linkov <juri@jurta.org>
3190
3191 * isearch.el (word-search-regexp, word-search-backward)
3192 (word-search-forward, word-search-backward-lax)
3193 (word-search-forward-lax): Move functions from search.c
3194 (bug#10145, bug#11381).
3195
65034a51
AM
31962012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3197
090bd7cb
JB
3198 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3199 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3200 Delay for otherchars as for normal word components.
65034a51 3201
1a72a195
SM
32022012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * minibuffer.el (completion--sifn-requote): Fix last change.
3205 (minibuffer-local-must-match-filename-map):
3206 Move define-obsolete-variable-alias before its var.
3207
fdb058c2
SM
32082012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3209
c41045e6
SM
3210 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3211
036dfb8b
SM
3212 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3213 behavior.
3214 (completion--string-equal-p): New function.
3215 (completion--twq-all): Use it to get better assertion failure data.
3216
2473256d
SM
3217 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3218 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3219 (shell--requote-argument): New functions.
3220 (shell-completion-vars): Use them.
3221 (shell--parse-pcomplete-arguments): Rename from
3222 shell-parse-pcomplete-arguments.
3223 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3224 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3225 Obey comint-file-name-quote-list.
3226
fdb058c2
SM
3227 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3228 (smie-indent-keyword): Use it.
3229
51fa99f1
SM
32302012-05-14 Stefan Merten <smerten@oekonux.de>
3231
3232 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3233
e18afed7 32342012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3235
3236 * net/rlogin.el (rlogin-mode-map): Fix last change.
3237
e18afed7 32382012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3239
3240 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3241 the following \r\n using a single `process-send-string', since the
3242 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3243 with two `process-send-string's (Bug#11444).
8633b1f4 3244
e18afed7 32452012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3246
fdb058c2
SM
3247 * shell.el (shell-parse-pcomplete-arguments):
3248 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3249
2d21d7f6
WJ
32502012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3251
e18afed7 3252 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3253 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3254 (image-transform-width, image-transform-fit-width): New functions.
3255 (image-transform-properties): Use them.
3256 (image-transform-check-size): New function.
3257 (image-toggle-display-image): Use it (for testing).
3258 (image-transform-set-rotation): Reduce angle mod 360.
3259 Delete obsolete comment.
3260
7102e6d0
WJ
32612012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3262
3263 * image-mode.el: Fix scaling (bug#11399).
3264 (image-transform-resize): Doc fix.
3265 (image-transform-properties): Default scale is 1 and height should
3266 be an integer.
3267
06bc5e6e
SM
32682012-05-13 Johan Bockgård <bojohan@gnu.org>
3269
3270 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3271 than hard-coding `car', to fix misbehavior when moving forward.
3272
0ae03b6a
CY
32732012-05-13 Chong Yidong <cyd@gnu.org>
3274
3275 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3276 (tabulated-list-entries, tabulated-list-padding)
3277 (tabulated-list-sort-key): Make permanent-local.
3278
3279 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3280 (electric-buffer-list): Put electric buffer menu
3281 command descriptions in this docstring, instead of the docstring
3282 of electric-buffer-menu-mode. Code cleanups.
3283 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3284 Electric-buffer-menu-mode.
3285 (electric-buffer-update-highlight): Minor code cleanup.
3286
205a7391
MA
32872012-05-13 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3290 (Bug#11447)
3291
e5bd0a28
SM
32922012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 Move define-obsolete-variable-alias before the var's definition.
3295 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3296 * tooltip.el (tooltip-hook):
3297 * textmodes/reftex-toc.el (reftex-toc-map):
3298 * textmodes/reftex-sel.el (reftex-select-label-map)
3299 (reftex-select-bib-map):
3300 * textmodes/reftex-index.el (reftex-index-map)
3301 (reftex-index-phrases-map):
3302 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3303 * progmodes/meta-mode.el (meta-mode-map):
3304 * novice.el (disabled-command-hook):
3305 * loadhist.el (unload-hook-features-list):
3306 * frame.el (blink-cursor):
3307 * files.el (find-file-not-found-hooks, write-file-hooks)
3308 (write-contents-hooks):
3309 * emulation/tpu-edt.el (GOLD-map):
3310 * emacs-lock.el (emacs-lock-from-exiting):
3311 * emacs-lisp/generic.el (generic-font-lock-defaults):
3312 * emacs-lisp/chart.el (chart-map):
3313 * dos-fns.el (register-name-alist):
3314 * dired-x.el (dired-omit-files-p):
3315 * desktop.el (desktop-enable):
3316 * cus-edit.el (custom-mode-hook):
3317 * buff-menu.el (buffer-menu-mode-hook):
3318 * bookmark.el (bookmark-read-annotation-text-func)
3319 (bookmark-exit-hooks):
3320 * allout.el (allout-mode-deactivate-hook)
3321 (allout-exposure-change-hook, allout-structure-added-hook)
3322 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3323 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3324 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3325 comes before the corresponding variable's definition.
3326
ac59c2f6
CY
33272012-05-12 Chong Yidong <cyd@gnu.org>
3328
3329 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3330 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3331 (Buffer-menu-mode-map): Bind it.
3332 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3333
dee6c9a3
SM
33342012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3335
2171cea5
SM
3336 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3337 (prolog-upper-case-string, prolog-lower-case-string)
3338 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3339 (prolog-use-smie, prolog-smie-grammar): New vars.
3340 (prolog-smie-forward-token, prolog-smie-backward-token)
3341 (prolog-smie-rules): New funs.
3342 (prolog-comment-indent): Remove.
3343 (prolog-mode-variables): Use default comment indentation instead.
3344 Setup SMIE.
3345 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3346 (prolog-mode): Don't call them any more.
3347 (prolog-electric-colon, prolog-electric-dash)
3348 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3349
aa0382bd
SM
3350 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3351
dbacb4bd
SM
3352 * minibuffer.el (completion--twq-all): Again, allow case differences.
3353
13bdd94c
SM
3354 * term.el: Move keymap initialization code to be more idiomatic.
3355 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3356 (term-terminal-menu): Move initialization into declaration.
3357 (term-escape-char): Let the user set it in her .emacs.
3358
ff46c759
SM
3359 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3360 Provide SMIE-based indentation (not enabled by default yet).
3361 (sh-mode-map): Don't bind electric keys.
3362 Use electric-pair-mode instead of skeleton-pair.
3363 (sh-assignment-regexp): Fit within 80 columns.
3364 (sh-indent-supported): Specify actual shell name instead of boolean.
3365 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3366 (sh-maybe-here-document): Use it. Make obsolete.
3367 (sh-electric-here-document-mode) New minor mode.
3368 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3369 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3370 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3371 (sh-smie-rc-grammar, sh-use-smie): New vars.
3372 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3373 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3374 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3375 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3376 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3377 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3378 (sh-set-shell): Use smie-setup if requested.
3379
dee6c9a3
SM
3380 * term.el (term-set-escape-char): Properly set term-escape-char.
3381 See http://stackoverflow.com/questions/10524656.
3382
9f9aa044
CY
33832012-05-10 Chong Yidong <cyd@gnu.org>
3384
3385 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3386 Use url-generic-parse-url, and handle host names and Windows
3387 filenames properly.
3388 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3389 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3390 URL schemes to work on.
3391 (ffap--toggle-read-only): New function.
3392 (ffap-read-only, ffap-read-only-other-window)
3393 (ffap-read-only-other-frame): Use it.
3394 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3395 necessary for ffap-url-unwrap-remote.
3396
836d29b3
DA
33972012-05-10 Dave Abrahams <dave@boostpro.com>
3398
3399 * cus-start.el (create-lockfiles): Add it.
3400
00fd78ed
CY
34012012-05-09 Chong Yidong <cyd@gnu.org>
3402
3403 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3404 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3405
666b903b 34062012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3407
3408 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3409
666b903b 34102012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3411
3412 * ansi-color.el (ansi-color-process-output): Check for validity of
3413 comint-last-output-start before using it. This avoids a bad
3414 interaction with gdb-mi's input/output buffer.
3415
666b903b 34162012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3417
3418 * files.el (dir-locals-read-from-file):
3419 Mention dir-locals in any error message.
3420
666b903b 34212012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3422
3423 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3424 package (Bug#11410).
3425
f677562b
CY
3426 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3427 variables into description.
3428
666b903b 34292012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3430
3431 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3432 shell-delimiter-argument-list (bug#11348).
3433 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3434
b499d8d0
JB
34352012-05-09 Juanma Barranquero <lekktu@gmail.com>
3436
8f6b6da8
JB
3437 * textmodes/rst.el: Silence byte-compiler warnings.
3438 (rst-re-alist, rst-reset-section-caches): Move around.
3439 (rst-re): Use `characterp', not `char-valid-p'.
3440 (font-lock-beg, font-lock-end): Declare.
3441
4824146a
JB
3442 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3443 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3444
b499d8d0
JB
3445 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3446
ad89bb83
GM
34472012-05-08 Glenn Morris <rgm@gnu.org>
3448
3449 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3450
8bba5a75
SM
34512012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3452
49ed9c8e
SM
3453 * vc/log-edit.el: Add GNU coding standards highlighting.
3454 (log-edit-font-lock-gnu-style)
3455 (log-edit-font-lock-gnu-keywords): New vars.
3456 (log-edit-font-lock-keywords): New fun.
3457 (log-edit-mode): Don't fold case in font-lock.
3458 (log-edit-font-lock-keywords): Do not assume case-folding.
3459
07d00b56
SM
3460 * imenu.el: Misc cleanup. Make docstrings out of comments.
3461 Use lexical-binding.
3462 (imenu--index-alist, imenu--last-menubar-index-alist)
3463 (imenu-menubar-modified-tick): Use defvar-local.
3464 (imenu--split-menu): Remove unused var.
3465 (imenu--cleanup-seen): Declare as global.
3466 (imenu--cleanup): Use dolist.
3467
8bba5a75
SM
3468 * subr.el (defvar-local): Add debug spec and doc-string position.
3469
5075bdb5
GM
34702012-05-08 Glenn Morris <rgm@gnu.org>
3471
090bd7cb 3472 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3473 * language/english.el, language/georgian.el, language/greek.el:
3474 * language/japanese.el, language/khmer.el, language/korean.el:
3475 * language/lao.el, language/misc-lang.el, language/romanian.el:
3476 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3477 * language/thai.el, language/utf-8-lang.el:
3478 Remove no-byte-compile setting.
3479
5075bdb5
GM
3480 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3481
06f679a7
AH
34822012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3483
3484 * progmodes/make-mode.el (makefile-browse):
3485 Remove unnecessary interactive. (Bug#11324)
3486
03794570
GM
34872012-05-07 Glenn Morris <rgm@gnu.org>
3488
af8630f4
GM
3489 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3490
03794570
GM
3491 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3492
f0809a9d
SM
34932012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3494
28be5ce7
SM
3495 * loadup.el: Preload newcomment.el.
3496 * newcomment.el: Move autoload-only code to toplevel.
3497
f0809a9d
SM
3498 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3499 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3500 Handle new :right-align column property.
3501 (tabulated-list-print-col): Idem, plus use `display' text-property to
3502 try and preserve alignment for variable pitch fonts.
3503
1241b724
CY
35042012-05-07 Chong Yidong <cyd@gnu.org>
3505
3506 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3507 (tabulated-list-use-header-line): New var.
3508 (tabulated-list-init-header): Use it.
3509 (tabulated-list-print-fake-header): New function.
3510 (tabulated-list-print): Use it.
3511 (tabulated-list-sort-button-map): Add non-header-line commands.
3512 (tabulated-list-init-header): Add column name property to basic
3513 labels as well.
3514 (tabulated-list-col-sort): Handle non-header-line button case.
3515 (tabulated-list--sort-by-column-name): Fix a corner case.
3516
f0809a9d
SM
3517 * buff-menu.el (list-buffers--refresh):
3518 Handle Buffer-menu-use-header-line.
1241b724 3519
e5f9458f
CY
35202012-05-06 Chong Yidong <cyd@gnu.org>
3521
3522 * buff-menu.el: Convert to Tabulated List mode.
3523 (Buffer-menu-buffer+size-width): Make obsolete.
3524 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3525 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3526 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3527 documentation into docstring of buffer-menu.
3528 (Buffer-menu-toggle-files-only): Add an informative message.
3529 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3530 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3531 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3532 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3533 (Buffer-menu-execute, Buffer-menu-select)
3534 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3535 (Buffer-menu-bury): Use Tabulated List machinery.
3536 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3537 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3538 Delete.
e5f9458f
CY
3539 (list-buffers--refresh): New function.
3540 (list-buffers-noselect): Use it.
3541 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3542 (Buffer-menu--pretty-file-name): New helper functions.
3543
3544 * loadup.el: Preload tabulated-list.
3545
3546 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3547 tabulated-list-sort-column.
3548 (tabulated-list-init-header): Add the initial aligning space even
3549 if tabulated-list-padding is zero.
3550
e129292c
CS
35512012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3552
3553 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3554 whose cdr is not a cons cell correctly (bug#11038).
3555
6632d361
CY
35562012-05-06 Chong Yidong <cyd@gnu.org>
3557
e129292c
CS
3558 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3559 Accept additional plist in column descriptors.
6632d361
CY
3560 (tabulated-list-init-header): Obey it.
3561 (tabulated-list-get-entry): New function.
3562 (tabulated-list-put-tag): Use it. Use string-width instead of
3563 length.
3564 (tabulated-list--column-number): New function.
3565 (tabulated-list-print): Use it.
e129292c
CS
3566 (tabulated-list-print-col): New function.
3567 Set `tabulated-list-column-name' property on each column's text.
6632d361 3568 (tabulated-list-print-entry): Use it.
e129292c
CS
3569 (tabulated-list-delete-entry, tabulated-list-set-col):
3570 New functions.
6632d361
CY
3571 (tabulated-list-sort-column): New command (Bug#11337).
3572
3cc99f68
CY
3573 * buff-menu.el (list-buffers): Move C-x C-b binding from
3574 buff-menu.el to bindings.el.
3575
3576 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3577 :advertised-binding feature.
3578
52b61776
TN
35792012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3580
3581 * progmodes/compile.el (compilation-internal-error-properties):
3582 Calculate start position correctly when end-col is set but
3583 end-line is not (Bug#11382).
3584
ebfe2597
WJ
35852012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3586
3587 * man.el (Man-unindent): Use text-property-default-nonsticky to
3588 prevent untabify from inheriting face properties (Bug#11408).
3589
6d3f7c2f
SM
35902012-05-05 Stefan Merten <smerten@oekonux.de>
3591
3592 * textmodes/rst.el: Major merge with upstream development up to
3593 Docutils SVN r7399 / rst.el V1.2.1.
3594
3595 Clarify maintainership and authors.
3596
3597 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3598 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3599 (rst-official-version, rst-official-cvs-rev, rst-version)
3600 (rst-package-emacs-version-alist): New functions and variables
3601 for version information.
3602
3603 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3604 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3605 (rst-mode-syntax-table, rst-mode): New and corrected functions
3606 and variables representing reStructuredText features.
3607
3608 (rst-re): New function for reStructuredText regexes. Use in
3609 many places.
3610
3611 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3612 (rst-mode-map): Rebind keys.
3613
3614 (rst-mode-lazy, rst-font-lock-keywords)
3615 (rst-font-lock-extend-region)
3616 (rst-font-lock-extend-region-internal)
3617 (rst-font-lock-extend-region-extend)
3618 (rst-font-lock-find-unindented-line-limit)
3619 (rst-font-lock-find-unindented-line-match)
3620 (rst-adornment-level, rst-font-lock-adornment-level)
3621 (rst-font-lock-adornment-match)
3622 (rst-font-lock-handle-adornment-pre-match-form)
3623 (rst-font-lock-handle-adornment-matcher): Major revision of
3624 font-locking. Integrate with other code. Use `jit-lock-mode'.
3625
3626 (rst-preferred-adornments, rst-adjust-hook)
3627 (rst-new-adornment-down, rst-preferred-bullets)
3628 (rst-preferred-bullets, rst-indent, rst-indent-width)
3629 (rst-indent-field, rst-indent-literal-normal)
3630 (rst-indent-literal-minimized, rst-indent-comment): Change,
3631 extend and improve customization.
3632
3633 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3634 (rst-normalize-cursor-position, rst-get-decoration)
3635 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3636 (rst-rstrip, rst-toc-insert-find-delete-contents)
3637 (rst-shift-fill-region, rst-compute-bullet-tabs)
3638 (rst-debug-print-tabs, rst-debug-mark-found)
3639 (rst-shift-region-guts, rst-shift-region-right)
3640 (rst-shift-region-left, rst-use-char-classes)
3641 (rst-font-lock-keywords-function)
3642 (rst-font-lock-indentation-point)
3643 (rst-font-lock-find-unindented-line-begin)
3644 (rst-font-lock-find-unindented-line-end)
3645 (rst-font-lock-find-unindented-line)
3646 (rst-font-lock-adornment-point, rst-font-lock-level)
3647 (rst-adornment-level-alist): Remove functions and variables.
3648
3649 (rst-compare-adornments, rst-get-adornment-match)
3650 (rst-suggest-new-adornment, rst-get-adornments-around)
3651 (rst-adornment-complete-p, rst-get-next-adornment)
3652 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3653 (rst-straighten-adornments): Standardize function names to
3654 use "adornment" instead of "decoration". Correct callers.
3655 Similar standardizing in many places.
3656
3657 (rst-update-section, rst-adjust, rst-promote-region)
3658 (rst-enumerate-region, rst-bullet-list-region)
3659 (rst-repeat-last-character): Correct use of `interactive'.
3660
3661 (rst-classify-adornment, rst-find-all-adornments)
3662 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3663 (rst-find-leftmost-column, rst-repeat-last-character):
3664 Refactor functions.
3665
3666 (rst-find-title-line, rst-reset-section-caches)
3667 (rst-get-adornments-around, rst-adjust-adornment-work)
3668 (rst-arabic-to-roman, rst-roman-to-arabic)
3669 (rst-insert-list-pos, rst-insert-list-new-item)
3670 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3671 New functions.
3672
3673 (rst-all-sections, rst-section-hierarchy)
3674 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3675 New variables.
3676
3677 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3678 configuration instead of only buffer. Change where necessary.
3679
3680 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3681 (rst-shift-region, rst-adaptive-fill): New functions for
3682 indentation and filling.
3683
3684 (rst-comment-line-break, rst-comment-indent)
3685 (rst-comment-insert-comment, rst-comment-region)
3686 (rst-uncomment-region): New functions for handling comments.
3687
3688 (rst-compile): Quote shell arguments.
3689
3690 (rst-compile-pdf-preview, rst-compile-slides-preview):
3691 Delete temporary files after use.
3692
a43f98b3
GM
36932012-05-05 Glenn Morris <rgm@gnu.org>
3694
48176e8b
GM
3695 * calendar/cal-html.el: Optionally include holidays in the output.
3696 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3697 (cal-html-holidays): New option.
3698 (cal-html-css-default): Add holiday entry.
3699 (holiday-in-range): Autoload it.
3700 (cal-html-htmlify-entry): Add optional class argument.
3701 (cal-html-htmlify-list): Add optional holidays argument.
3702 (cal-html-insert-agenda-days): Include holidays in the output.
3703 (cal-html-one-month): Maybe include holidays.
3704
a43f98b3
GM
3705 * calendar/holidays.el (holiday-in-range):
3706 Move here from cal-tex-list-holidays.
3707 * calendar/cal-tex.el (cal-tex-list-holidays):
3708 Make it an obsolete alias for holiday-in-range. Update all callers.
3709
fef9d149 37102012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3711
3712 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3713 Nextstep.
3714
248da2f4
RW
37152012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3716
3717 * files.el (file-auto-mode-skip): New var.
3718 (set-auto-mode-1): Use it.
3719
f95e9344
SM
37202012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3721
df96ab1e
SM
3722 * repeat.el: Use lexical-binding.
3723 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3724 (repeat-undo-count): Remove.
3725 (repeat):
3726 * progmodes/octave-mod.el (octave-abbrev-start):
3727 * progmodes/f90.el (f90-abbrev-start):
3728 * face-remap.el (text-scale-adjust):
3729 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3730
5342bb06
SM
3731 * emacs-lisp/pcase.el (pcase--let*): New function.
3732 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3733 a bit more.
3734 (pcase--split-pred): Be more clever about ruling out overlap between
3735 a predicate and some constant pattern.
3736 (pcase--q1): Use `null' instead of (eq foo nil).
3737
f95e9344
SM
3738 * subr.el (setq-local, defvar-local): New macros.
3739 (kbd): Redefine as an alias.
3740 (with-selected-window): Leave unrelated frames alone.
3741 (set-temporary-overlay-map): New function.
3742
71873e2b
SM
37432012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * subr.el (user-error): New function.
3746 * window.el (switch-to-buffer):
3747 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3748 (smerge-match-conflict):
3749 * simple.el (previous-matching-history-element)
3750 (next-matching-history-element, goto-history-element, undo-more)
3751 (undo-start):
3752 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3753 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3754 (next-file, tags-loop-scan, list-tags, complete-tag):
3755 * progmodes/compile.el (compilation-loop):
3756 * mouse.el (mouse-minibuffer-check):
3757 * man.el (Man-bgproc-sentinel, Man-goto-page):
3758 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3759 (Info-history-forward, Info-follow-reference, Info-menu)
3760 (Info-extract-menu-item, Info-extract-menu-counting)
3761 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3762 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3763 (Info-next-reference, Info-prev-reference, Info-index)
3764 (Info-index-next, Info-follow-nearest-node)
3765 (Info-copy-current-node-name):
3766 * imenu.el (imenu--make-index-alist)
3767 (imenu-default-create-index-function, imenu-add-to-menubar):
3768 * files.el (basic-save-buffer, recover-file):
3769 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3770 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3771 (checkdoc-message-text, checkdoc-defun):
3772 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3773 * cus-edit.el (customize-changed-options, customize-rogue)
3774 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3775 (custom-variable-mark-to-reset-standard)
3776 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3777 (custom-file):
3778 * completion.el (check-completion-length):
3779 * comint.el (comint-search-arg)
3780 (comint-previous-matching-input-string-position)
3781 (comint-previous-matching-input)
3782 (comint-replace-by-expanded-history-before-point, comint-send-input)
3783 (comint-copy-old-input, comint-backward-matching-input)
3784 (comint-goto-process-mark, comint-set-process-mark):
3785 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3786 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3787
8a61ee22
SM
37882012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3789
66408d1e
SM
3790 * dabbrev.el (dabbrev--ignore-case-p): New function.
3791 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3792 Use it.
3793
8a61ee22
SM
3794 * files.el (automount-dir-prefix): Mark as obsolete.
3795
3c74813a
GM
37962012-05-04 Glenn Morris <rgm@gnu.org>
3797
3798 * patcomp.el, play/bruce.el: Move to obsolete/.
3799
0bfcf5c5
PE
38002012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3801
3802 Fix minor Y10k bugs.
3803 * arc-mode.el (archive-unixdate):
3804 * autoinsert.el (auto-insert-alist):
3805 * calc/calc-forms.el (math-this-year):
3806 * emacs-lisp/copyright.el (copyright-current-year)
3807 (copyright-update-year, copyright):
3808 * tar-mode.el (tar-clip-time-string):
3809 * time.el (display-time-update):
3810 Don't assume years have 4 digits.
3811
78f3273a
CY
38122012-05-04 Chong Yidong <cyd@gnu.org>
3813
3814 * dos-w32.el (file-name-buffer-file-type-alist)
3815 (direct-print-region-use-command-dot-com):
3816 * ffap.el (ffap-menu-regexp):
3817 * find-file.el (ff-special-constructs):
3818 * follow.el (follow-debug):
3819 * forms.el (forms--debug):
3820 * iswitchb.el (iswitchb-all-frames):
3821 * ido.el (ido-all-frames):
3822 * emacs-lisp/timer.el (timer-max-repeats):
3823 * mail/feedmail.el (feedmail-mail-send-hook)
3824 (feedmail-mail-send-hook-queued):
3825 * mail/footnote.el (footnote-signature-separator):
3826 * mail/mailabbrev.el (mail-alias-separator-string)
3827 (mail-abbrev-mode-regexp):
3828 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3829 * progmodes/idlwave.el (idlwave-libinfo-file)
3830 (idlwave-default-completion-case-is-down)
3831 (idlwave-library-routines): Convert defvars to defcustoms.
3832
3833 * mail/rmail.el (rmail-decode-mime-charset):
3834 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3835 (idlwave-shell-fix-inserted-breaks)
3836 (idlwave-shell-activate-alt-keybindings)
3837 (idlwave-shell-use-breakpoint-glyph):
3838 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3839
f7ae6719
SM
38402012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3843
47086495
WS
38442012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3845
3846 * progmodes/verilog-mode.el (font-lock-keywords):
3847 Fix mis-highligting auto. Reported by Craig Barner.
3848 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3849 defines from global name space. Reported by Dan Dever.
3850 (verilog-auto-reset, verilog-auto-reset-widths)
3851 (verilog-auto-tieoff): Support using unbased numbers for
3852 AUTORESET and AUTOTIEOFF.
3853 (verilog-submit-bug-report): Update variable list.
3854 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3855 parenthesis from not matching. Reported by Michael Rytting.
3856 (verilog-auto-template-lint): Fix hash error when linting modules
3857 with no used templates.
3858 (verilog-warn, verilog-warn-error)
3859 (verilog-warn-fatal): When non-interactive report multiple
3860 warnings before exiting. Suggested by Brad Dobbie.
3861 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3862 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3863 to report unused template errors. Reported by Brad Dobbie.
3864 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3865 nets, bug438. Reported by Vns Blore.
3866 (verilog-auto-inout-module, verilog-auto-reg)
3867 (verilog-read-decls, verilog-read-sub-decls-sig)
3868 (verilog-signals-edit-wire-reg, verilog-signals-with):
3869 Fix passing of Verilog data types in ANSI input/output ports
3870 such as "output logic" into the AUTOs. Special case "wire" and
3871 "reg" for backwards compatibility presuming Verilog 2001.
3872 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3873 (verilog-preprocess): Fix replication of preprocess output.
3874 Reported by Brad Dobbie.
3875 (verilog-auto-inst-interfaced-ports):
3876 Create verilog-auto-inst-interfaced-ports, bug429.
3877 Reported by Julian Gorfajn.
3878 (verilog-after-save-font-hook)
3879 (verilog-before-save-font-hook): New variable.
3880 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3881 (verilog-save-font-mods): Wrap disabling fontification, reported
3882 by David Rogoff.
3883 (verilog-do-indent, verilog-pretty-declarations-auto)
3884 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3885 Reported by Pierre-David Pfister.
3886 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3887 of class declarations, bug292. Reported by Kevin Heilman.
3888 (verilog-read-decls): Fix 'parameter type' not appearing in
3889 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3890 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3891 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3892 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3893 Reported by David Kravitz.
3894
38952012-05-03 Michael McNamara <mac@mail.brushroad.com>
3896
3897 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3898 assignment with tests in ifs and for loops.
3899 (verilog-extended-complete-re, verilog-complete-reg): Change so
3900 that DPI inport functions don't look like fuction declarations.
3901 (verilog-pretty-expr): Don't line up assignment
3902 operations to the test and increment in if and for loops
3903 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3904 that DPI inport functions don't look like fuction declarations.
47086495 3905
2e51d4b5
KH
39062012-05-03 Kenichi Handa <handa@m17n.org>
3907
3908 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3909 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3910 (Bug#11282).
3911
2bd785a2
SM
39122012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * emacs-lisp/bytecomp.el
3915 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3916 since cconv.el might have introduced :fun-body, internal-make-closure,
3917 and friends for bytecomp to handle (bug#11391).
3918 * custom.el (defcustom): Avoid ((λ ..) ..).
3919
99d27583
SM
39202012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3923
55a71479
JB
39242012-05-02 Juanma Barranquero <lekktu@gmail.com>
3925
3926 * notifications.el (dbus-debug):
3927 * term/linux.el (gpm-mouse-enable):
3928 * term/screen.el (xterm-register-default-colors): Declare.
3929
7b97c764
CY
39302012-05-02 Chong Yidong <cyd@gnu.org>
3931
2bc356d7
CY
3932 * cus-start.el (gc-cons-percentage, exec-suffixes)
3933 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3934 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3935 (make-cursor-line-fully-visible, void-text-area-pointer)
3936 (font-list-limit): Add customization data.
3937
7b97c764
CY
3938 * allout.el (allout-exposure-change-functions)
3939 (allout-structure-added-functions)
3940 (allout-structure-deleted-functions)
3941 (allout-structure-shifted-functions): Rename abnormal hooks from
3942 *-hook, and convert to defcustoms.
5d3385a0
JB
3943 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3944 Convert to defcustoms.
7b97c764
CY
3945 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3946
3947 * allout-widgets.el: Hook callers changed.
3948
90207a15 39492012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3950
3951 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3952 the yanked message in preference to the default value of
3953 buffer-file-coding-system.
3954
90207a15 39552012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3956
5d3385a0
JB
3957 * window.el (display-buffer--action-function-custom-type):
3958 Fix entry.
d9558cad 3959
90207a15 39602012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3961
3962 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3963
d80ac57b
GM
39642012-05-01 Glenn Morris <rgm@gnu.org>
3965
976f7668
GM
3966 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3967
beb83b5a
GM
3968 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3969
d80ac57b
GM
3970 * cus-edit.el (custom-variable-documentation): Simplify with format.
3971
b593d6a9 39722012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 3973 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
3974
3975 * simple.el (suggest-key-bindings, execute-extended-command):
3976 Move from keyboard.c.
3977
782fbf2a
CY
39782012-05-01 Chong Yidong <cyd@gnu.org>
3979
3980 * follow.el: Eliminate advice.
3981 (set-process-filter, process-filter, sit-for): Advice deleted.
3982 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3983 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3984 Vars deleted.
782fbf2a
CY
3985 (follow-auto): Use a :set function.
3986 (follow-mode): Rewritten. Don't advise process filters.
3987 (follow-switch-to-current-buffer-all, follow-scroll-up)
3988 (follow-scroll-down): Assume follow-mode is bound.
3989 (follow-comint-scroll-to-bottom)
3990 (follow-align-compilation-windows): New functions.
3991 (follow--window-sorter): New function.
3992 (follow-all-followers): Use it to explicitly sort windows by their
3993 positions; don't make assumptions about next-window order.
3994 (follow-windows-start-end, follow-delete-other-windows-and-split)
3995 (follow-calc-win-start): Doc fix.
3996 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3997 vertical-motion unnecessarily.
3998 (follow-adjust-window): New function.
3999 (follow-post-command-hook): Use it.
4000 (follow-call-set-process-filter, follow-call-process-filter)
4001 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4002 (follow-stop-intercept-process-output, follow-generic-filter):
4003 Functions deleted.
4004 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4005 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4006 New functions, replacing advice on scroll-bar-* commands.
87233a14 4007 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4008
4009 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4010 (comint-postoutput-scroll-to-bottom): Use it.
4011 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4012
290af740
GM
40132012-05-01 Glenn Morris <rgm@gnu.org>
4014
4015 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4016 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4017 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4018 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4019 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4020 Remove no-byte-compile setting.
4021
6eac8dc9
SM
40222012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4025 all-completions code to not return a number in the last cdr.
4026
9cc7819c
LL
40272012-04-30 Leo Liu <sdl.web@gmail.com>
4028
4029 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4030 read-only error.
4031
c93b886f
CY
40322012-04-29 Chong Yidong <cyd@gnu.org>
4033
4034 * follow.el (follow-calc-win-end): Rewrite to handle partial
4035 screen lines correctly (Bug#8390).
4036 (follow-avoid-tail-recenter): Minor cleanup.
4037
8b6c19f4
SM
40382012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 Avoid the obsolete `assoc' package.
4041 * speedbar.el (speedbar-refresh): Avoid adelete.
4042 (speedbar-file-lists): Simplify and avoid aput.
4043 * man.el (Man--sections, Man--refpages): New vars, replacing
4044 Man-sections-alist and Man-refpages-alist.
4045 (Man-build-section-alist, Man-build-references-alist):
4046 Use them; avoid aput.
4047 (Man--last-section, Man--last-refpage): New vars.
4048 (Man-follow-manual-reference): Use them.
4049 Use the `default' arg of completing-read.
4050 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4051
c5bb7569
CY
40522012-04-27 Chong Yidong <cyd@gnu.org>
4053
d1d2e2e8
CY
4054 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4055
15cd8efd
CY
4056 * startup.el (x-apply-session-resources): New function.
4057
4058 * term/ns-win.el (ns-initialize-window-system):
4059 * term/w32-win.el (w32-initialize-window-system):
4060 * term/x-win.el (x-initialize-window-system): Use it to properly
4061 set menu-bar-mode and other vars from X resources, even if the
4062 initial frame is not a window-system frame (Bug#2299).
4063
c5bb7569
CY
4064 * subr.el (read-key): Avoid running filter function when setting
4065 up temporary tool bar entries (Bug#9922).
4066
a8e7d6d7 40672012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4068
4069 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4070 (Bug#11344)
4071
a8e7d6d7 40722012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4073
4074 * select.el (xselect--encode-string): New function, split from
4075 xselect-convert-to-string.
4076 (xselect-convert-to-string): Use it.
4077 (xselect-convert-to-filename, xselect-convert-to-os)
4078 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4079 returned strings are properly encoded (Bug#11315).
4080
a8e7d6d7 40812012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4082
4083 * simple.el (delete-active-region): Move to killing custom group.
4084
a8e7d6d7 40852012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4086
4087 * progmodes/which-func.el (which-func-current): Quote %
4088 characters for mode-line processing.
4089
578c1d4b 40902012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4091
4092 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4093 reaching eob (Bug#11286).
4094
a8e7d6d7 40952012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4096
4097 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4098 (gdb): Make it buffer-local and init to zero.
4099 (gdb-control-commands-regexp): New variable.
4100 (gdb-send): Don't wrap in "-interpreter-exec console" if
4101 gdb-control-level is positive. Increment gdb-control-level
4102 whenever the command matches gdb-control-commands-regexp, and
4103 decrement it each time the command is "end". (Bug#11279)
4104
a8e7d6d7 41052012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4106
4107 * window.el (adjust-window-trailing-edge, enlarge-window)
4108 (shrink-window, window-resize):
4109 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4110 windows (Bug#11276).
4111
b3608390
CY
41122012-04-27 Chong Yidong <cyd@gnu.org>
4113
4114 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4115 fix "missing prefix" warning. All callers changed.
b3608390 4116
797e6e88
SM
41172012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * emacs-lisp/assoc.el: Move to obsolete/.
4120
e95a67dc
SM
41212012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4122
657c21e4 4123 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4124
4125 * term/ns-win.el (ns-define-service):
4126 * progmodes/pascal.el (pascal-goto-defun):
4127 * progmodes/js.el (js--read-tab):
4128 * progmodes/etags.el (tags-lazy-completion-table):
4129 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4130 * emacs-lisp/ewoc.el (ewoc--wrap):
4131 * emacs-lisp/assoc.el (aput, adelete, amake):
4132 * doc-view.el (doc-view-convert-current-doc):
4133 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4134
cb3e7ae0
CY
41352012-04-26 Chong Yidong <cyd@gnu.org>
4136
dce04f7f
CY
4137 * image.el (image-type-from-buffer): Only return supported image
4138 type (Bug#9045).
4139
cb3e7ae0
CY
4140 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4141 value, for symmetry with diff-end-of-hunk.
4142 (diff-split-hunk, diff-find-source-location)
4143 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4144 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4145 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4146 compute the relevant hunk or file properly (Bug#6005).
4147 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4148
0d42eb3e
SM
41492012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * vc/vc-mtn.el:
4152 * vc/vc-hg.el:
4153 * vc/vc-git.el:
4154 * vc/vc-dir.el:
4155 * vc/vc-cvs.el:
4156 * vc/vc-bzr.el:
4157 * vc/vc-arch.el:
4158 * vc/vc.el: Replace lexical-let by lexical-binding.
4159 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4160 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4161 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4162
f08ae1c9
CY
41632012-04-26 Chong Yidong <cyd@gnu.org>
4164
8b71081d
CY
4165 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4166 (diff-mode-shared-map): Bind it to / and [remap undo].
4167
f08ae1c9
CY
4168 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4169 (ediff-window-setup-function): Use it as the default, to set up
4170 windows based on whether the current frame is graphical (Bug#2138).
4171 (ediff-choose-window-setup-function-automatically): Make obsolete.
4172
4173 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4174
ef24141c
SM
41752012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4176
cc356a5d
SM
4177 * ffap.el: Remove old code for obsolete package.
4178 (ffap-complete-as-file-p): Remove.
4179
b4ff4f1f
SM
4180 Use completion-table-with-quoting for comint and pcomplete.
4181 * comint.el (comint--unquote&requote-argument)
4182 (comint--unquote-argument, comint--requote-argument): New functions.
4183 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4184 (comint-quote-filename): Use regexp-opt-charset.
4185 (comint--common-suffix, comint--common-quoted-suffix)
4186 (comint--table-subvert): Remove.
4187 (comint-unquote-function, comint-requote-function): New vars.
4188 (comint--complete-file-name-data): Use them with
4189 completion-table-with-quoting.
4190 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4191 * pcomplete.el (pcomplete-arg-quote-list)
4192 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4193 (pcomplete-unquote-argument-function): Default to non-nil.
4194 (pcomplete-unquote-argument): Simplify.
4195 (pcomplete--common-quoted-suffix): Remove.
4196 (pcomplete-requote-argument-function): New var.
4197 (pcomplete--common-suffix): New function.
4198 (pcomplete-completions-at-point): Use completion-table-with-quoting
4199 and completion-table-subvert.
4200
79c4eeb4
SM
4201 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4202 (minibuffer--double-dollars): Preserve properties.
4203 (completion--sifn-requote): New function.
4204 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4205
ef24141c
SM
4206 * minibuffer.el: Add support for completion of quoted/escaped data.
4207 (completion-table-with-quoting, completion-table-subvert): New funs.
4208 (completion--twq-try, completion--twq-all): New functions.
4209 (completion--nth-completion): New function.
4210 (completion-try-completion, completion-all-completions): Use it.
4211
784e7d6e
LL
42122012-04-25 Leo Liu <sdl.web@gmail.com>
4213
dd2ac746
SM
4214 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4215 Use compilation-message if available to find real filename.
784e7d6e 4216
07875ee7
CY
42172012-04-25 Chong Yidong <cyd@gnu.org>
4218
4219 * vc/diff-mode.el (diff-setup-whitespace): New function.
4220 (diff-mode): Use it.
4221
4222 * vc/diff.el (diff-sentinel):
4223 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4224 Whitespace mode variables based on diff style (Bug#8612).
4225
5055880d
LL
42262012-04-25 Leo Liu <sdl.web@gmail.com>
4227
daf75653
LL
4228 * progmodes/python.el (python-send-region): Add suffix .py to the
4229 temp file.
4230
5055880d
LL
4231 * files.el (auto-mode-alist): Use javascript-mode instead.
4232
db9b177b
AH
42332012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4234
ef24141c 4235 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4236
090bd7cb 4237 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4238 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4239 references, see Bug#9.
ef24141c 4240 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4241 when receiving a fault reply.
ef24141c 4242 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4243
090bd7cb 4244 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4245 (soap-inspect-simple-type): New function.
db9b177b 4246
090bd7cb 4247 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4248 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4249 (soap-decode-basic-type, soap-encode-basic-type):
4250 support unsignedInt and double basic types.
db9b177b 4251 (soap-resolve-references-for-simple-type)
ef24141c
SM
4252 (soap-parse-simple-type, soap-encode-simple-type): New function.
4253 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4254
090bd7cb 4255 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4256 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4257 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4258 the local name of "soapenc:Array".
4259 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4260 decoding integer, byte and anyURI xsd types.
4261
1fc6097b
CY
42622012-04-25 Chong Yidong <cyd@gnu.org>
4263
4264 * cus-edit.el (custom-buffer-create-internal): Update header text.
4265
afc6df87
EZ
42662012-04-25 Eli Zaretskii <eliz@gnu.org>
4267
4268 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4269 settings on 'system-type', not on 'window-system'. On MS-Windows,
4270 set interactive-mode on in GDB.
4271
dfbd787f
SM
42722012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4275 (ruby-syntax-propertize-regexp): Remove.
4276 (ruby-syntax-propertize-function): Split regexp into chunks.
4277 Match following code directly.
4278
85222d44
DG
42792012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4280
51a8ea2a
DG
4281 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4282 (ruby-syntax-propertize-regexp): New function.
4283 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4284 by a special keyword.
4285
85222d44
DG
4286 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4287 (ruby-syntax-general-delimiters-goto-beg)
4288 (ruby-syntax-propertize-general-delimiters): New functions.
4289 (ruby-syntax-propertize-function): Use them to handle GDL.
4290 (ruby-font-lock-keywords): Move old handling of GDL...
4291 (ruby-font-lock-syntactic-keywords): .. to here.
4292 (ruby-calculate-indent): Adjust indentation for GDL.
4293
b613912b
MA
42942012-04-24 Michael Albinus <michael.albinus@gmx.de>
4295
b5380639
MA
4296 * notifications.el (top): Remove unneeded declarations.
4297 (notifications-specification-version): Change to "1.2".
e43042fe 4298 (notifications-interface, notifications-notify-method)
b613912b
MA
4299 (notifications-close-notification-method): Fix docstring.
4300 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4301 (notifications-notify): Add :action-items, :resident and
4302 :transient hints. Change "image_data" to "image-data" and
4303 "image_path" to "image-path".
b613912b
MA
4304 (notifications-get-capabilities): New defun.
4305
257440aa
LL
43062012-04-24 Leo Liu <sdl.web@gmail.com>
4307
4308 * progmodes/python.el: Move hideshow setup to the end.
4309
b1bac16e
MR
43102012-04-24 Martin Rudalics <rudalics@gmx.at>
4311
4312 * window.el (handle-select-window): Clear echo area since this is
4313 no more done by read_char (Bug#11304).
4314
d81bd059
SM
43152012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4318 and `/ M' to filter-derived-mode.
4319 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4320 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4321 (ibuffer-mark-by-mode): Use default rather than initial-input.
4322 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4323
c4cf6d91
IA
43242012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4325
4326 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4327 (ibuffer-filter-by-derived-mode): New filter.
4328 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4329
7511ded8
CY
43302012-04-23 Andreas Politz <politza@fh-trier.de>
4331
4332 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4333
775c916b
CY
43342012-04-23 Chong Yidong <cyd@gnu.org>
4335
4336 * cus-edit.el (customize-apropos, customize-apropos-options):
4337 Disable matching of non-option variables (Bug#11176).
4338 (customize-option, customize-option-other-window)
4339 (customize-changed-options): Doc fix.
4340 (customize-apropos-options, customize-apropos-faces)
4341 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4342
4343 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4344 Fix word list splitting (Bug#11132).
46c71e23
CY
4345 (apropos-symbol, apropos-keybinding, apropos-label)
4346 (apropos-property, apropos-function-button)
4347 (apropos-variable-button, apropos-misc-button): New faces.
4348 (apropos-symbol-face, apropos-keybinding-face)
4349 (apropos-label-face, apropos-property-face, apropos-match-face):
4350 Variables removed (Bug#8396).
4351 (apropos-library-button, apropos-format-plist, apropos-print)
4352 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4353
2df41f9c
MA
43542012-04-23 Michael Albinus <michael.albinus@gmx.de>
4355
4356 * net/xesam.el (xesam-mode-map): Use let-bound map in
4357 initialization. (Bug#11292)
4358
da00640a
AM
43592012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4360
4361 Preserve ispell session localwords when switching back to
4362 original buffer.
4363
090bd7cb
JB
4364 * textmodes/ispell.el (ispell-buffer-session-localwords):
4365 New buffer-local variable to hold buffer session localwords.
ed9265fc 4366 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4367 localwords.
4368 (ispell-command-loop, ispell-change-dictionary)
4369 (ispell-buffer-local-words): Preserve session localwords when
4370 needed.
4371
090bd7cb
JB
4372 * textmodes/flyspell.el (flyspell-process-localwords)
4373 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4374
f621ccf5
AM
43752012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4376
090bd7cb
JB
4377 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4378 using obsolete `translation-table-for-input'.
ef24141c
SM
4379 (ispell-word, ispell-process-line, ispell-complete-word):
4380 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4381
c2d1019e
CY
43822012-04-22 Chong Yidong <cyd@gnu.org>
4383
4384 * cus-edit.el (custom-variable-menu)
4385 (custom-variable-reset-saved, custom-face-menu)
4386 (custom-face-reset-saved): If there is no saved value, make the
4387 "reset-saved" operation bring back the default (Bug#9509).
4388 (custom-face-state): Properly detect themed faces.
4389
eeddc531
CY
4390 * faces.el (face-spec-set): Stop supporting deprecated form of
4391 third arg.
4392
dcbf5805
MA
43932012-04-22 Michael Albinus <michael.albinus@gmx.de>
4394
4395 Move functions from C to Lisp. Make non-blocking method calls
4396 the default. Implement further D-Bus standard interfaces.
4397
ef24141c
SM
4398 * net/dbus.el (dbus-message-internal): Declare function.
4399 Remove unneeded function declarations.
dcbf5805
MA
4400 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4401 (dbus-message-type-method-return, dbus-message-type-error)
4402 (dbus-message-type-signal): Declare variables. Remove local
4403 definitions.
4404 (dbus-interface-dbus, dbus-interface-peer)
4405 (dbus-interface-introspectable, dbus-interface-properties)
4406 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4407 Adapt docstring.
4408 (dbus-interface-objectmanager): New defconst.
4409 (dbus-call-method, dbus-call-method-asynchronously)
4410 (dbus-send-signal, dbus-method-return-internal)
4411 (dbus-method-error-internal, dbus-register-service)
4412 (dbus-register-signal, dbus-register-method): New defuns, moved
4413 from dbusbind.c
4414 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4415 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4416 New defuns.
dcbf5805
MA
4417 (dbus-call-method-non-blocking): Make it an obsolete function.
4418 (dbus-unregister-object, dbus-unregister-service)
4419 (dbus-handle-event, dbus-register-property)
4420 (dbus-property-handler): Obey the new structure of
4421 `bus-registered-objects'.
4422 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4423 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4424 Use `dbus-call-method'.
4425
cf20dee0
CY
44262012-04-22 Chong Yidong <cyd@gnu.org>
4427
4428 * cus-edit.el (custom-commands, custom-reset-menu)
4429 (Custom-reset-standard): Tweak labels.
4430 (custom-reset-button-menu): Change default to t.
4431 (custom-buffer-create-internal): For the custom-reset-button-menu
4432 case, put the revert button first.
4433 (custom-group-subtitle): New face.
4434 (custom-group-value-create): Align docstring to a specific column.
4435
4436 * wid-edit.el (widget-documentation-link-add): Don't handle
4437 indentation in this function.
4438 (widget-documentation-string-indent-to): New function.
4439 (widget-documentation-string-value-create): Use it.
4440
4441 * autorevert.el (auto-revert):
4442 * epg-config.el (epg):
4443 * ibuffer.el (ibuffer):
4444 * mpc.el (mpc):
4445 * ses.el (ses):
4446 * eshell/eshell.el (eshell):
4447 * net/ange-ftp.el (ange-ftp):
4448 * progmodes/ebnf2ps.el (postscript):
4449 * progmodes/flymake.el (flymake):
4450 * progmodes/prolog.el (prolog):
4451 * progmodes/verilog-mode.el (verilog-mode):
4452 * progmodes/which-func.el (which-func):
4453 * term/xterm.el (xterm):
4454 * textmodes/picture.el (picture):
4455 * textmodes/tildify.el (tildify):
4456 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4457 customization buffers.
4458
583e23bd
AM
44592012-04-22 Alan Mackenzie <acm@muc.de>
4460
4461 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4462 Adding a ) can hide the resulting (..) from searches. Fix it.
4463 Bound the backward search to the position of the existing (.
4464
7dd51bf1
JB
44652012-04-21 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * progmodes/verilog-mode.el (verilog-mode): Check whether
4468 which-func-modes is t before adding verilog-mode.
4469 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4470
d64a438f
LL
44712012-04-21 Leo Liu <sdl.web@gmail.com>
4472
7dd51bf1 4473 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4474
081e8d65
MV
44752012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4476
4477 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4478 filling of the last column of a table (Bug#5635).
4479 (woman-find-next-control-line): New arg, specifying an additional
4480 regexp component for the control line.
4481 (woman2-roff-buffer): Use it.
4482 (woman-break-table): New function.
4483 (woman2-TS): Use it.
4484
44852012-04-21 Chong Yidong <cyd@gnu.org>
4486
4487 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4488 (woman-horizontal-escapes, woman-negative-vertical-space)
4489 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4490 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4491
ed571ccb
SM
44922012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * minibuffer.el (completion-file-name-table): Complete user names.
4495
39773899
LL
44962012-04-20 Leo Liu <sdl.web@gmail.com>
4497
4498 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4499 and pcase-let*.
4500
de6ff46d
CY
45012012-04-20 Chong Yidong <cyd@gnu.org>
4502
4503 * server.el (server-execute): Respect initial-buffer-choice if it
4504 is a string and there are no files to open (Bug#2825).
4505 (server-create-window-system-frame, server-create-tty-frame):
4506 Don't switch buffers here.
2d0e8e61
CY
4507 (server-process-filter): Only try to open a window system frame if
4508 compiled with graphical support (Bug#8314).
de6ff46d 4509
54071013
DN
45102012-04-20 Dan Nicolaescu <dann@gnu.org>
4511
4512 * battery.el (battery-echo-area-format): Display remaining time
4513 for sysfs backend too (Bug#11269).
4514 (battery-linux-sysfs): Fix conditional for the charge.
4515
f30d612a
CY
45162012-04-20 Chong Yidong <cyd@gnu.org>
4517
c07a4c0b 4518 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4519 (gdb-inferior-io--init-proc): New function.
4520 (gdb-init-1): Use it.
4521 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4522 responsible for allocating a new pty and hooking it to gdb when
4523 the old pty gets an EIO due to process exit.
4524 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4525 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4526 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4527
2116e93c
EZ
45282012-04-20 Eli Zaretskii <eliz@gnu.org>
4529
4530 * window.el (window-min-size, window-sizable, window-min-delta)
4531 (window-max-delta, window--resizable, window-resizable)
4532 (window-total-size, window-full-height-p, window-full-width-p)
4533 (window-in-direction, window--resize-mini-window, window-resize)
4534 (window--resize-child-windows-normal)
4535 (window--resize-child-windows, window--resize-siblings)
4536 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4537 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4538
c07a4c0b 45392012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4540
ef24141c
SM
4541 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4542 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4543 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4544 pty process (Bug#11273).
4545 (gdb-update): New arg to suppress talking to the gdb process.
4546 (gdb-done-or-error): Use it.
4547 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4548 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4549 sentinel not being called.
4550
4551 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4552
d02766ab
CY
4553 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4554
c07a4c0b 45552012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4556
4557 * net/network-stream.el (open-network-stream): Doc fix.
4558
c07a4c0b 45592012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4560
4561 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4562
c07a4c0b 45632012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4564
4565 Ensure searching for keywords is case sensitive.
4566
4567 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4568 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4569 (c-defun-name, c-mark-function, c-cpp-define-name)
4570 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4571 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4572
ef24141c
SM
4573 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4574 Bind case-fold-search to nil.
f0f6bc35 4575
c07a4c0b 45762012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4577
4578 * mail/sendmail.el (mail-bury): Call return action with the right
4579 Rmail buffer (Bug#11242).
4580
9a864fa2
CY
4581 * server.el (server-process-filter): Handle corner case where both
4582 tty and nowait options are present (Bug#11102).
4583
539aa513
EZ
45842012-04-20 Eli Zaretskii <eliz@gnu.org>
4585
4586 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4587 (top level): Put into the executable the ident-style '$Id:' tag on
4588 windows-nt as well.
539aa513 4589
cfc7d5da
SM
45902012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * electric.el (electric-indent-post-self-insert-function): Check that
4593 electric-indent-mode is enabled in current buffer.
4594
5b01685c
JB
45952012-04-19 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * imenu.el (imenu-progress-message): Restore; it is "used" in
4598 erc/erc-imenu.el and net/snmp-mode.el.
4599
4d6769e1
JB
46002012-04-19 Juanma Barranquero <lekktu@gmail.com>
4601
4602 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4603 (mouse-avoidance-nudge-mouse): Remove unused binding.
4604
4605 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4606
4607 * descr-text.el (describe-char):
4608 * progmodes/python.el (python-describe-symbol):
4609 Don't call `toggle-read-only', set `buffer-read-only'.
4610
4611 * imenu.el (imenu-default-goto-function): Mark unused args.
4612 (imenu-progress-message): Remove obsolete macro; all callers changed.
4613
4614 * subr.el (keymap-canonicalize): Remove unused binding.
4615 (read-passwd): Mark unused arg.
4616
4617 * tutorial.el (tutorial--display-changes): Remove unused binding.
4618 (tutorial--save-tutorial-to): Remove unused variable.
4619
4620 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4621 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4622 (package-generate-autoloads, package-menu--generate)
4623 (package-menu--find-upgrades): Remove unused bindings.
4624
4625 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4626 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4627 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4628 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4629 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4630 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4631 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4632 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4633 (cua-delete-char-rectangle): Mark unused args.
4634 (cua-align-rectangle): Remove unused binding.
4635
4636 * mail/rmail.el (compilation--message->loc)
4637 (epa--find-coding-system-for-mime-charset): Declare.
4638
4639 * net/dbus.el (dbus-register-service): Declare.
4640 (dbus-name-owner-changed-handler): Remove unused binding.
4641
4642 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4643 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4644 (nxml-scan-backward-within): Mark unused arg.
4645 (nxml-dynamic-markup-word): Remove unused binding.
4646
4647 * mouse.el (mouse-menu-major-mode-map):
4648 * emacs-lisp/authors.el (authors-scan-change-log)
4649 (authors-add-to-author-list):
4650 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4651 * emacs-lisp/smie.el (smie-auto-fill):
4652 * mail/sendmail.el (mail-bury):
4653 * mail/unrmail.el (unrmail):
4654 * net/tls.el (open-tls-stream):
4655 * textmodes/picture.el (picture-mouse-set-point):
4656 Remove unused bindings.
4657
8c8fc5df
MA
46582012-04-19 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * net/tramp.el (tramp-action-password): Let-bind
4661 `enable-recursive-minibuffers' to t.
4662
a77b0ac9
SS
46632012-04-18 Sam Steingold <sds@gnu.org>
4664
4665 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4666 instead of 'string to accommodate values like [f11].
4667 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4668 * progmodes/gdb-mi.el: Likewise.
4669
12a106a9
LL
46702012-04-18 Leo Liu <sdl.web@gmail.com>
4671
4672 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4673 current buffer.
4674 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4675 LOCAL is nil.
4676
bc6494ef
CY
46772012-04-18 Chong Yidong <cyd@gnu.org>
4678
4679 * simple.el (line-move): Use forward-line if in batch mode
4680 (Bug#11053).
4681
c09c46b2
CS
46822012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4683
4684 * files.el (after-find-file): Do not try to add a final newline if
4685 the buffer is read-only (Bug#11156).
4686
5f6530ea
RS
46872012-04-17 Richard Stallman <rms@gnu.org>
4688
4689 * mail/rmail.el (rmail-start-mail):
4690 Pass (rmail-mail-return...) for the return-action.
4691 Pass (rmail-yank-current-message...) for the yank-action.
4692 (rmail-yank-current-message): New function.
4693 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4694 (rmail-reply): Likewise.
4695 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4696
4697 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4698 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4699 buffer, not newbuf.
4700
197b6f3c
JB
47012012-04-17 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * server.el (server-ensure-safe-dir): Simplify.
4704
2311d8e5 47052012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4706
2311d8e5
GM
4707 * emacs-lisp/smie.el: Provide smarter auto-filling.
4708 (smie-auto-fill): New function.
4709 (smie-setup): Use it.
98fb480e 4710
2311d8e5
GM
4711 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4712
47132012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4714
4715 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4716 (comment-indent): Use it.
4717
2311d8e5 47182012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4719
4720 * ses.el: The overall change is to add cell renaming, that is
4721 setting fancy names for cell symbols other than name matching
4722 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4723 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4724 (ses-create-cell-variable): New defun.
2311d8e5 4725 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4726 (ses-relocate-formula): Relocate formulas only for cells the
4727 symbols of which are not renamed, i.e. symbols whose names do not
4728 match regexp "\\`[A-Z]+[0-9]+\\'".
4729 (ses-relocate-all): Relocate values only for cells the symbols of
4730 which are not renamed.
4731 (ses-load): Create cells variables as the (ses-cell ...) are read,
4732 in order to check row col consistency with cell symbol name only
4733 for cells that are not renamed.
4734 (ses-replace-name-in-formula): New defun.
4735 (ses-rename-cell): New defun.
4bdf2ad2 4736
fc72b15c
PO
47372012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4738
4739 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4740 New option (bug#11118).
4741 (perl-calculate-indent): Respect it.
4742
12e10e61
GM
47432012-04-17 Glenn Morris <rgm@gnu.org>
4744
4745 * dired-aux.el (dired-mark-read-string): Doc fix.
4746
30009afd
DA
47472012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4748
4749 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4750 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4751
41f03f4d
GM
47522012-04-17 Glenn Morris <rgm@gnu.org>
4753
4754 * mouse.el (mouse-drag-track):
4755 * speedbar.el (speedbar-frame-mode):
4756 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4757
f45f90f3
LL
47582012-04-16 Leo Liu <sdl.web@gmail.com>
4759
4760 * progmodes/python.el: Trivial cleanup.
4761
94ee8db5
GM
47622012-04-16 Glenn Morris <rgm@gnu.org>
4763
121b8917
GM
4764 * vc/vc.el (vc-string-prefix-p):
4765 * vc/pcvs-util.el (cvs-string-prefix-p):
4766 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4767 * mpc.el (mpc-string-prefix-p):
4768 Make all of these into obsolete aliases for string-prefix-p.
4769 Update callers.
4770 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4771
1197ecfa
GM
4772 * textmodes/two-column.el: Move custom options to the start.
4773 (frame-width): Remove compat definition.
4774 (2C-associate-buffer, 2C-dissociate):
4775 Use with-current-buffer rather than save-excursion.
4776 (2C-dissociate): Force a mode-line update.
4777 (2C-autoscroll): Use ignore-errors.
4778
099e7202
GM
4779 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4780 Autoload trivia.
4781
bf350d6a
GM
4782 * emacs-lisp/cl-extra.el (*random-state*):
4783 Remove unnecessary declaration.
4784
0e829eab
GM
4785 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4786
e3ad7552
GM
4787 * play/cookie1.el (cookie-snarf):
4788 Give an explicit error if input file cannot be read.
4789
68892d27
GM
4790 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4791
20f0c46d
GM
4792 * progmodes/perl-mode.el (c-macro-expand):
4793 Remove unnecessary autoload (it is in loaddefs.el).
4794
5a0978ce
GM
4795 * textmodes/picture.el (picture-desired-column)
4796 (picture-update-desired-column): Convert comments to doc-strings.
4797 (picture-substitute): Remove function.
4798 (picture-mode-map): Initialize in the defvar.
4799
6b955486
GM
4800 * woman.el: Remove eval-after-load for tar-mode.
4801 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4802 (woman-tar-extract-file): Autoload it.
4803
94ee8db5
GM
4804 * frame.el (automatic-hscrolling): Make this alias obsolete.
4805
177eca34
AM
48062012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4807
090bd7cb 4808 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4809 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4810 (ispell-dictionary-base-alist): Revert to original XEmacs
4811 friendly version for default. [:alpha:] will be added in
090bd7cb 4812 `ispell-set-spellchecker-params' if needed.
177eca34 4813
c505aaeb
CY
48142012-04-16 Chong Yidong <cyd@gnu.org>
4815
b19dd9d1 4816 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4817 (imagemagick-register-types): Use it.
4818 (imagemagick-types-inhibit): Add :set function. Allow new value
4819 of t to inhibit all types.
4820
4821 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4822 so we can preload it.
4823
4824 * loadup.el (fboundp): Preload regexp-opt, needed by
4825 imagemagick-register-types.
4826
60efac0f
CY
48272012-04-15 Chong Yidong <cyd@gnu.org>
4828
4829 * frame.el (scrolling): Remove nearly unused customization group.
4830
4831 * scroll-all.el (scroll-all-mode): Move to windows group.
4832
5dd1713e
CY
48332012-04-15 Chong Yidong <cyd@gnu.org>
4834
4835 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4836
e6fd457e
CY
48372012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4840 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4841
e153c136
GM
48422012-04-15 Glenn Morris <rgm@gnu.org>
4843
4844 * simple.el (process-file-side-effects): Doc fix.
4845
e6fd457e 48462012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4847
4848 * international/mule-cmds.el (set-language-environment): Doc fix.
4849
3603c3b1
JB
48502012-04-14 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * server.el (server-auth-key, server-generate-key): Doc fixes.
4853 (server-get-auth-key): Doc fix. Use `string-match-p'.
4854 (server-start): Reflow docstring.
4855
e6de100c
LI
48562012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4857
4858 * server.el (server-generate-key): `called-interactively-p'
4859 requires a parameter.
4860
29734c21
MN
48612012-04-14 Michal Nazarewicz <mina86@mina86.com>
4862
4863 * server.el (server-auth-key): New variable.
75f1671a 4864 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4865 (server-start): Use the new variable and functions to allow
4866 setting a permanent server key (bug#9423).
4867
d65c9521
LL
48682012-04-14 Leo Liu <sdl.web@gmail.com>
4869
4870 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4871
5ae255c7
PE
48722012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4873
4874 Spelling fixes.
4875 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4876 Emacs uses American spelling.
4877
d5e6342e
JB
48782012-04-14 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4881 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4882 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4883 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4884
ab036cd7
SM
48852012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * progmodes/which-func.el (which-func-modes): Change default.
4888
35dc09a1 48892012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4890
4891 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4892 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4893
35dc09a1 48942012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4895
4896 * custom.el (custom-theme-set-variables): Doc fix.
4897
35dc09a1 48982012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4899
4900 * international/mule.el (set-auto-coding-for-load): Doc fix.
4901
35dc09a1 49022012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4903
35dc09a1
GM
4904 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4905 imenu work again for Objective C Mode. Correct the *-index values,
4906 these having been disturbed by a previous change in 2011-08.
57f845ee 4907
0de3da9f
AM
4908 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4909 Correct two search limits.
4910
35dc09a1 49112012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4912
4913 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4914
35dc09a1 49152012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4916
4917 * international/characters.el: Fix sorting.
4918
35dc09a1 49192012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4920
4921 * international/characters.el: Add more missing Latin case pairs.
4922
35dc09a1 49232012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4924
4925 * files.el (dir-locals-set-class-variables): Doc fix.
4926
35dc09a1 49272012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4928
3f1b5bf8
EZ
4929 * international/characters.el: Add set-case-syntax-pair call for
4930 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4931 counterpart. (Bug#11209)
4932
9f847f41
EZ
4933 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4934
35dc09a1 49352012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4936
4937 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4938
35dc09a1 49392012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4940
35dc09a1
GM
4941 * textmodes/ispell.el (ispell-dictionary-base-alist):
4942 Add data for Hebrew.
e2627d21 4943
35dc09a1 49442012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4945
35dc09a1
GM
4946 * net/rcirc.el (rcirc-cmd-quit):
4947 Revert 2012-03-18 change (Bug#11192).
5c14e333 4948
35dc09a1 49492012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4950
4951 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4952
35dc09a1 49532012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4954
4517fe3a
SM
4955 * minibuffer.el (completion-in-region-mode-map):
4956 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4957
b472a594
VD
49582012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4959
4960 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4961
09b95ce3
MY
49622012-04-13 Masatake YAMATO <yamato@redhat.com>
4963
4964 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4965 to allow `C-M-f' and `C-M-b' to move to the nearest path
4966 separator (bug#9511).
4967
4b63a9ca
LI
49682012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4969
4970 * avoid.el: Require cl when compiling. And also move the
4971 `provide' to the end.
4972
7b55b8bf
TV
49732012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4974
4975 * avoid.el (mouse-avoidance-banish-position): New variable.
4976 (mouse-avoidance-banish-destination): Use it (bug#10165).
4977
adedaa1f
LL
49782012-04-13 Leo Liu <sdl.web@gmail.com>
4979
4980 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4981
70e74021
KB
49822012-04-13 Ken Brown <kbrown@cornell.edu>
4983
4984 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4985 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4986 (browse-url-filename-alist): For the same reason, don't modify
4987 file:// URLs on Cygwin.
4988
e75e89ba
SM
49892012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4992 the region on shift if the binding is already shifted (bug#11221).
4993
82f289a4
GM
49942012-04-12 Glenn Morris <rgm@gnu.org>
4995
4996 * mail/mailpost.el: Move to obsolete/.
4997
d333dc4c
DA
49982012-04-12 Drew Adams <drew.adams@oracle.com>
4999
5000 * imenu.el (imenu--generic-function): Ignore invisible definitions
5001 (bug#10123).
5002
0d15b5ba
VD
50032012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5004
5005 * hexl.el (hexl-bits): New variable.
5006 (hexl-options): Mention the variable in the doc string.
75f1671a 5007 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5008 (hexl-mode): Mention the new variable.
75f1671a
JB
5009 (hexl-mode, hexl-current-address, hexl-current-address):
5010 Use the displen.
0d15b5ba
VD
5011 (hexl-ascii-start-column): New function.
5012 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5013 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5014
64a440db
AM
50152012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5016
5017 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5018 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5019 the encoding, as expected by hunspell.
5020
6decb6c2
SM
50212012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * battery.el (battery--linux-sysfs-regexp): New const.
5024 (battery-status-function): Use it. Remove yeeloong special case.
5025 (battery-yeeloong-sysfs): Remove.
5026 (battery-echo-area-format): Remove yeeloong special case.
5027
088be6fb
SM
50282012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5029
6622e416
SM
5030 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5031 Reported by Noah Friedman.
5032
088be6fb
SM
5033 * subr.el (read-passwd): Use read-string.
5034
b49f886e
LMI
50352012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5036
5037 * vcursor.el (vcursor-move): Increase the priority of the overlay
5038 (bug#9663).
5039
a63067fc
DD
50402012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5041
5042 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5043 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5044
ac3cf14a
WS
50452012-04-11 William Stevenson <yhvh2000@gmail.com>
5046
5047 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5048 define-minor-mode (bug#10760).
5049
c4fc691b 50502012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5051
4d6769e1 5052 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5053 that directories matching `grep-find-ignored-files' won't be
5054 pruned (bug#10351).
5055
af23e2e5
CY
50562012-04-11 Chong Yidong <cyd@gnu.org>
5057
5058 * startup.el (command-line): Remove support for long-obsolete
5059 variable font-lock-face-attributes.
5060
ab7ce8c1
GM
50612012-04-11 Glenn Morris <rgm@gnu.org>
5062
5063 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5064
de8c03dc
SM
50652012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * window.el (window--state-get-1): Obey window-point-insertion-type.
5068
050cc68b
LB
50692012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5070
5071 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5072 to previous function when point is on the first character of a
75f1671a 5073 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5074
a38c310c
GM
50752012-04-11 Glenn Morris <rgm@gnu.org>
5076
effed0c2
GM
5077 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5078 not just file-errors.
5079
a38c310c
GM
5080 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5081 (vc-bzr-sha1): Use internal sha1.
5082
0221e323
SM
50832012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5086
43956923
SG
50872012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5088
5089 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5090 that start in the middle of the line (bug#10496).
5091
6a8c9eaf
DN
50922012-04-10 Dan Nicolaescu <dann@gnu.org>
5093
5094 * battery.el (battery-linux-proc-acpi): Only one battery is
5095 discharged at a time, but that seems to confuse battery.el when
5096 computing `rate-type' for the battery not being discharged
5097 (bug#10332).
5098
1930bf5d
SM
50992012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5100
2a718f6f
SM
5101 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5102
599430d0
SM
5103 * international/quail.el: Use dolist and simplify.
5104 (quail-define-package, quail-update-keyboard-layout)
5105 (quail-define-rules): Use dolist.
5106 (quail-insert-kbd-layout, quail-get-translation): CSE.
5107
a2754b6c
SM
5108 * tmm.el: Use dolist, remove left over hook.
5109 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5110 Use dolist.
5111 (calendar-load-hook): Don't mess with it.
5112
1930bf5d
SM
5113 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5114 Use derived-mode-p. Run the diff asynchronously.
5115
9f67961c
LMI
51162012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5117
5118 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5119
2a8ce227
JB
51202012-04-10 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5123 (list-dynamic-libraries--loaded): New function.
5124 (list-dynamic-libraries--refresh): Use it.
5125
8f33b5f8
NW
51262012-04-10 Nathan Weizenbaum <nweiz@google.com>
5127
1930bf5d
SM
5128 * progmodes/python.el (python-fill-paragraph):
5129 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5130 disabled (bug#7018).
5131
b12f0439
L
51322012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5133
1930bf5d 5134 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5135 DOS/MS Windows for the Baltic languages. There are still plenty
5136 of texts written in this encoding/codepage (bug#6519).
b12f0439 5137
57c3bd01
GM
51382012-04-10 Glenn Morris <rgm@gnu.org>
5139
5140 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5141 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5142
6c3eab30
FA
51432012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5144
1930bf5d 5145 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5146 next-line "n" and previous-line "p" in order to make recentf more
5147 consistent with ibuffer, dired or org-mode (bug#9387).
5148
24d78a88
LMI
51492012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5150
bc72b5d9
LMI
5151 * image.el (put-image): Return the overlay created instead of the
5152 optional input string (bug#7834). Note that this may break code
5153 that is (for some reason or other) depending on `put-image'
5154 returning the string.
5155
bd2dba5a
LMI
5156 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5157
74beb59f
LMI
5158 * simple.el (zap-to-char): Allow zapping using input methods
5159 (bug#1580).
5160
24d78a88
LMI
5161 * textmodes/fill.el (fill-region): Leave point and mark where they
5162 were before filling (bug#5399).
5163
263f20cd
GM
51642012-04-09 Glenn Morris <rgm@gnu.org>
5165
5166 * version.el (emacs-bzr-get-version):
5167 Handle lightweight checkouts of local branches.
5168
58d1f797
AS
51692012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5170
263f20cd 5171 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5172
b4d3bc10
CY
51732012-04-09 Chong Yidong <cyd@gnu.org>
5174
5175 * custom.el (custom-variable-p): Return nil for non-symbol
5176 arguments instead of signaling an error.
5177 (user-variable-p): Obsolete alias for custom-variable-p.
5178
5179 * apropos.el (apropos-variable):
5180 * files-x.el (read-file-local-variable):
5181 * simple.el (set-variable):
5182 * woman.el (woman-mini-help):
5183 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5184
fd06db5d
GM
51852012-04-09 Glenn Morris <rgm@gnu.org>
5186
e5fcdb5e
GM
5187 * startup.el (normal-top-level): Don't look for leim-list.el
5188 in places where it will not be found. (Bug#910)
5189
fd06db5d
GM
5190 * international/mule-cmds.el (set-default-coding-systems):
5191 * files.el (normal-mode):
5192 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5193 This function was removed with ucs-tables.el in 2008.
5194
b39bb7e1
EZ
51952012-04-08 Eli Zaretskii <eliz@gnu.org>
5196
5197 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5198 ispell-encoding8-command to "-i", without a trailing space.
5199 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5200 separate command-line arguments, to specify the encoding, since
5201 that's how hunspell expects it.
5202
5c5b8e23
GM
52032012-04-08 Glenn Morris <rgm@gnu.org>
5204
5205 * loadup.el: Load bindings before cus-start.
5206 This reduces somewhat the number of "rogue" settings in emacs -Q.
5207
a1ed8b05
GM
52082012-04-07 Glenn Morris <rgm@gnu.org>
5209
5210 * version.el (emacs-bzr-get-version): New function.
dfae128a 5211 (emacs-bzr-version): New variable.
a1ed8b05
GM
5212 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5213 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5214
b142f158
EZ
52152012-04-07 Eli Zaretskii <eliz@gnu.org>
5216
dfae128a
GM
5217 * international/uni-bidi.el, international/uni-category.el:
5218 * international/uni-combining.el, international/uni-decimal.el:
5219 * international/uni-decomposition.el, international/uni-digit.el:
5220 * international/uni-lowercase.el, international/uni-mirrored.el:
5221 * international/uni-name.el, international/uni-numeric.el:
5222 * international/uni-titlecase.el, international/uni-uppercase.el:
5223 Update for Unicode 6.1.
b142f158 5224
9078ead6
EZ
52252012-04-07 Eli Zaretskii <eliz@gnu.org>
5226
5227 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5228
f23d2c7d
LMI
52292012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
5231 * window.el (shrink-window): Mention the `window-min-height'
5232 variable in the doc string.
5233
0a0a3573
BG
52342012-04-05 Bastien Guerry <bzg@altern.org>
5235
5236 * color.el (color-lighten-name): Fix typo.
5237
e5248ac9
SM
52382012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * server.el (server--on-display-p): New function.
5241 (server--on-display-p): Use it.
5242
b4243e22
GV
52432012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5244
5245 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5246 (bug#11145).
5247
305d9f44
SM
52482012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * comint.el (comint--common-quoted-suffix): Check string boundary
5251 before comparing (bug#11158).
5252 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5253
3d439cd1
CY
52542012-04-04 Chong Yidong <cyd@gnu.org>
5255
321cc491
CY
5256 * minibuffer.el (completion-extra-properties): Doc fix.
5257
3d439cd1
CY
5258 * subr.el (delayed-warnings-hook): Doc fix.
5259
2d562c0f
DU
52602012-04-04 Daiki Ueno <ueno@unixuser.org>
5261
5262 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5263 selection (Bug#11159).
5264 (epa-insert-keys): Inform that the default public key will be
5265 exported if no key is selected.
5266
4443f204
RS
52672012-04-04 Richard Stallman <rms@gnu.org>
5268
5269 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5270
529c06b6
CY
52712012-04-03 Chong Yidong <cyd@gnu.org>
5272
5273 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5274 mail-insert-file, not its obsolete alias mail-attach-file.
5275
66b907dc
MA
52762012-04-03 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * notifications.el (notifications-notify): Fix docstring.
5279
c0ea195d
GM
52802012-04-02 Glenn Morris <rgm@gnu.org>
5281
5282 * emacs-lisp/authors.el (authors-aliases): Another addition.
5283
5ca64e00
MA
52842012-04-02 Michael Albinus <michael.albinus@gmx.de>
5285
5286 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5287 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5288 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5289
42ee526b
CY
52902012-04-01 Chong Yidong <cyd@gnu.org>
5291
5292 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5293 Handle root directory properly.
5294 (copy-directory): Caller changed.
5295
5296 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5297 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5298
0b021094
GM
52992012-03-31 Glenn Morris <rgm@gnu.org>
5300
40f86458
GM
5301 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5302
7019c177
GM
5303 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5304
a1daddd6
GM
5305 * calendar/calendar.el (calendar-window-list)
5306 (calendar-hide-window): Restore. (Bug#11140)
5307 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5308
0b021094
GM
5309 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5310
40311efc
TV
53112012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5312
5313 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5314 Check if file is a symlink (Bug#10489).
5315
5316 * files.el (copy-directory): Likewise.
5317
5319014e
CY
53182012-03-30 Chong Yidong <cyd@gnu.org>
5319
5320 * image.el (imagemagick-types-inhibit)
5321 (imagemagick-register-types): Doc fix.
5322
935d1290
AM
53232012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5324
090bd7cb 5325 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5326 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5327 and treats ~word as ordinary words in pipe mode.
935d1290 5328
61c6e8fd
GM
53292012-03-30 Glenn Morris <rgm@gnu.org>
5330
5331 * tutorial.el (help-with-tutorial): Ensure local variables don't
5332 happen to make the buffer read-only. (Bug#11127)
5333
81fdff00
SM
53342012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5337 (perl-calculate-indent): Return `noindent' in strings.
5338
6e7a6ec0
SS
53392012-03-28 Sam Steingold <sds@gnu.org>
5340
5341 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5342 instead of the broken adhockery which does not prevent calendar
5343 buffers from being displayed at random after exit.
5344 (calendar-window-list, calendar-hide-window): Remove the broken
5345 adhockery.
5346
fee88ca0
GM
53472012-03-28 Glenn Morris <rgm@gnu.org>
5348
5349 * replace.el (query-replace-map): Doc fix.
5350
38de3354
AS
53512012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5352
5353 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5354 contents. (Bug#11109)
5355
b973155e
SM
53562012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5359 (bug#11077).
5360 (avl-tree--check, avl-tree--check-node): New funs.
5361
dcb6e7b3
MR
53622012-03-27 Martin Rudalics <rudalics@gmx.at>
5363
5364 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5365 (switch-to-prev-buffer, switch-to-next-buffer):
5366 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5367 showing a buffer already is done on the same frame.
5368
b4fa35fa
GM
53692012-03-27 Glenn Morris <rgm@gnu.org>
5370
5371 * startup.el (mail-host-address): Doc fix.
5372
f9210e18
SM
53732012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5376 than 197 variables.
5377
c0bf7753
AF
53782012-03-26 Ami Fischman <ami@fischman.org>
5379
5380 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5381
33da7b16
GM
53822012-03-26 Glenn Morris <rgm@gnu.org>
5383
02243d9d
GM
5384 * files.el (save-buffers-kill-emacs): Doc fix.
5385
33da7b16
GM
5386 * startup.el (normal-top-level, command-line, command-line-1):
5387 Give them doc strings.
5388
e5a69fd0
EZ
53892012-03-25 Eli Zaretskii <eliz@gnu.org>
5390
5391 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5392 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5393
9a69676a
CY
53942012-03-25 Chong Yidong <cyd@gnu.org>
5395
4125cb8b
CY
5396 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5397 theme if it was previously enabled before (Bug#11031).
5398
dd470960
CY
5399 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5400 spec with custom-face-get-current-spec if its :shown-value is not
5401 determined yet (Bug#9337).
4125cb8b 5402 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5403
9a69676a
CY
5404 * button.el (button-at): Minor addition to docstring.
5405
6e7e90fa
SL
54062012-03-24 Simon Leinen <simon.leinen@gmail.com>
5407
5408 * vc/vc.el (vc-merge): Fix a prompt.
5409
f06e2758
CY
54102012-03-24 Chong Yidong <cyd@gnu.org>
5411
5412 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5413 point (Bug#9623).
5414
6e7e90fa
SL
5415 * button.el (button-at): Minor addition to docstring.
5416
b9d0879b
SM
54172012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * newcomment.el (comment-choose-indent): No space after BOL.
5420
e71cebb3
SS
54212012-03-22 Sam Steingold <sds@gnu.org>
5422
5423 * window.el (switch-to-prev-buffer): Revert last patch because the
5424 bug turned out to be an advertised feature (Elisp manual 28.14).
5425
335aff35
GM
54262012-03-22 Glenn Morris <rgm@gnu.org>
5427
5428 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5429 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5430
c676576a
LMI
54312012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5432
5433 * net/network-stream.el (network-stream-open-starttls): Make error
5434 message under Windows be less misleading.
5435
126f3d39
LW
54362012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5437
5438 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5439 understands (bug#9942).
5440
64fee311
CY
54412012-03-22 Chong Yidong <cyd@gnu.org>
5442
5443 * simple.el (end-of-visible-line): Handle return value of
5444 next-single-property-change properly (Bug#9371).
5445
a640d29a
KH
54462012-03-22 Kenichi Handa <handa@m17n.org>
5447
5448 * international/quail.el (quail-insert-kbd-layout): Fix previous
5449 change. To avoid unwanted bidi reordering, use
5450 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5451
39675016
DG
54522012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5453
5454 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5455 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5456 (ruby-beginning-of-indent): Be more careful with the difference
5457 between word-boundary and symbol boundary.
5458 (ruby-mode-syntax-table): Make : a symbol constituent.
5459
0a6934fc 54602012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5461
3d008e4f
SM
5462 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5463
0a6934fc
SM
54642012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5465
af67c9d7
SM
5466 * progmodes/etags.el (tags-completion-at-point-function):
5467 Improve last fix.
5468
1acad97c
SM
5469 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5470
e298b5da
SS
54712012-03-21 Sam Steingold <sds@gnu.org>
5472
5473 * progmodes/etags.el (tags-completion-at-point-function):
5474 Avoid the error when point is inside the pattern.
5475
91d82a70
JY
54762012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5477
5478 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5479 line (Bug#10855).
5480
69188b79
CY
54812012-03-21 Drew Adams <drew.adams@oracle.com>
5482
5483 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5484
99fc91fe
AK
54852012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5486
5487 * ido.el (ido-set-current-directory, ido-read-internal)
5488 (ido-choose-completion-string, ido-completion-help): Handle nil
5489 value of ido-completion-buffer (Bug#11008).
5490
087bbb4c
SS
54912012-03-21 Sam Steingold <sds@gnu.org>
5492
5493 * window.el (switch-to-prev-buffer): Do not switch to a visible
5494 window previous buffer, just like with the frame previous buffers.
5495
fb5b8aca
CY
54962012-03-21 Chong Yidong <cyd@gnu.org>
5497
5498 * faces.el (make-face, make-empty-face, copy-face):
5499 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5500 Doc fixes.
5501
dc9924b8
SM
55022012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5505 (widget-complete): Remove broken use of it.
5506
f0bcceb9
CY
55072012-03-20 Chong Yidong <cyd@gnu.org>
5508
dc9924b8
SM
5509 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5510 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5511 characters.
5512
ee52ebf3
TH
55132012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5514
5515 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5516 to draw rectangles, not squares. (Regression introduced by revno
5517 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5518
4c5779ab
CY
55192012-03-18 Chong Yidong <cyd@gnu.org>
5520
5521 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5522 it is not yet defined (for temacs).
5523
15360934
LL
55242012-03-18 Leo Liu <sdl.web@gmail.com>
5525
dc9924b8 5526 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5527
d9a8eb66
EZ
55282012-03-17 Eli Zaretskii <eliz@gnu.org>
5529
5530 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5531 (ispell-choices-win-default-height, ispell-silently-savep)
5532 (ispell-dictionary-alist, ispell-encoding8-command)
5533 (ispell-check-version, ispell-aspell-find-dictionary)
5534 (ispell-valid-dictionary-list, ispell-words-keyword)
5535 (ispell-get-word, ispell-internal-change-dictionary)
5536 (ispell-region, ispell-skip-region-list)
5537 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5538 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5539 (ispell-message-text-end, ispell-message)
5540 (ispell-buffer-local-parsing): Doc fix.
5541
f02ff80d
J
55422012-03-13 Jambunathan K <kjambunathan@gmail.com>
5543
5544 * htmlfontify.el: Add support for code block fontification for ODT
5545 export (Bug #9914).
5546 (hfy-optimisations): Define new option
5547 `body-text-only'
5548 (hfy-fontify-buffer): Honor above setting.
5549 (hfy-begin-span, hfy-end-span): New routines factored out form
5550 `hfy-fontify-buffer'.
5551 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5552 that permit insertion of custom tags.
5553 (hfy-fontify-buffer): Use above handlers.
5554 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5555 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5556 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5557 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5558 bind a special variable `hfy-user-sheet-assoc'.
5559 (htmlfontify-string): New defun.
5560 (hfy-compile-face-map): Make sure that the last char in the
5561 buffer is correctly fontified.
5562 (hfy-face-resolve-face): Whitespace only change.
5563
9ac7a13f
EZ
55642012-03-17 Eli Zaretskii <eliz@gnu.org>
5565
5566 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5567 message more clear.
5568
e2b5bdd7
LL
55692012-03-16 Leo Liu <sdl.web@gmail.com>
5570
5571 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5572
2e492df3
AM
55732012-03-16 Alan Mackenzie <acm@muc.de>
5574
5575 Further optimise the handling of large macros.
5576
5577 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5578 limit to a call of `c-literal-limits'.
5579 (c-determine-+ve-limit): New function.
dc9924b8
SM
5580 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5581 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5582 In CASE 5B, restrict a search limit to 500.
5583 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5584
5585 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5586 Restrict macro bounds to +-500 from after-change's BEG END.
5587
50e94f0c
LL
55882012-03-16 Leo Liu <sdl.web@gmail.com>
5589
5590 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5591
6f09f6ed
AH
55922012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5593
5594 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5595 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5596
c7e73d51
GM
55972012-03-16 Glenn Morris <rgm@gnu.org>
5598
da986230
GM
5599 * view.el (view-buffer, view-buffer-other-window)
5600 (view-buffer-other-frame): Doc fixes re special mode-class.
5601
0835f01e
GM
5602 * subr.el (eval-after-load): If named feature is provided not from
5603 a file, run after-load forms. (Bug#10946)
5604
c7e73d51
GM
5605 * calendar/calendar.el (calendar-insert-at-column):
5606 Handle non-unit-width characters a bit better. (Bug#10978)
5607
3f2eafd1
CY
56082012-03-15 Chong Yidong <cyd@gnu.org>
5609
5610 * emacs-lisp/ring.el (ring-extend): New function.
5611 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5612
5613 * comint.el (comint-read-input-ring)
5614 (comint-add-to-input-history): Grow comint-input-ring lazily.
5615
103af3fe
SM
56162012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5617
663b1677
SM
5618 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5619 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5620
103af3fe
SM
5621 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5622 (imenu-add-to-menubar): Don't add a redundant index.
5623 (imenu-update-menubar): Handle a dynamically composed keymap.
5624
899cb7cb
KY
56252012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5626
5627 * mail/sendmail.el (mail-encode-header):
5628 Bind rfc2047-encode-encoded-words to nil.
5629
3809f91d
GM
56302012-03-13 Glenn Morris <rgm@gnu.org>
5631
5632 * calendar/calendar.el (calendar-string-spread):
5633 Handle non-unit-width characters a bit better. (Bug#10978)
5634
9e345a01
LL
56352012-03-13 Leo Liu <sdl.web@gmail.com>
5636
5637 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5638 directory and file as argument (Bug#10822).
5639
4a07df36
KS
56402012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5641
5642 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5643 For dynamically generated code, follow $PC.
5644 (gdb-disassembly-handler-custom): Handle no function name case.
5645
4aaa9356
TL
56462012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5647
5648 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5649 * emulation/ws-mode.el (ws-query-replace):
5650 * sort.el (sort-regexp-fields):
5651 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5652
225979da
SM
56532012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * dabbrev.el: Fix cycle completion order (bug#10963).
5656 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5657 (dabbrev-completion): Don't use an obarray; provide
5658 a cycle-sort-function.
5659
e2f1fdab
LL
56602012-03-12 Leo Liu <sdl.web@gmail.com>
5661
dc9924b8 5662 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5663 (kill-do-not-save-duplicates): Doc fix.
5664
b19490ed
SM
56652012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * dabbrev.el: Fix cycle completion (bug#10963).
5668 Use lexical binding and wrap to 80 columns.
5669 (dabbrev-completion): Delay computing the list of completions.
5670
4b05d722
KH
56712012-03-12 Kenichi Handa <handa@m17n.org>
5672
5673 * international/quail.el (quail-insert-kbd-layout): Surround each
5674 row by LRO and PDF instead of inserting many LRMs. Pad the left
5675 and right of each non-spacing marks. Insert invisible space
5676 between lower and upper characters to prevent composition.
5677
dbbc2e69
SM
56782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * minibuffer.el (minibuffer-complete): Don't get confused when the
5681 function is run twice via different commands (bug#10958).
5682 (complete-with-action): Fix docstring.
5683
292112ed
CY
56842012-03-12 Chong Yidong <cyd@gnu.org>
5685
5d1ac394
CY
5686 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5687 (nxml-completion-at-point-function): New function.
5688 (nxml-mode): Use it.
5689 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5690
292112ed
CY
5691 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5692 Load generated autoloads file before byte compiling (Bug#10970).
5693 (package--make-autoloads-and-compile): New helper fun.
5694
4098f8f7
CS
56952012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5696
5697 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5698
8f754691
MA
56992012-03-11 Michael Albinus <michael.albinus@gmx.de>
5700
5701 * autorevert.el (auto-revert-handler): Ensure, that
5702 file-readable-p is applied only for local files or in
5703 auto-revert-tail-mode.
5704
e29ab36b
AS
57052012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5706
dbbc2e69
SM
5707 * server.el (server-eval-at): Handle non-tcp connections.
5708 Decode result string.
ad0bf5b6 5709
e29ab36b
AS
5710 * server.el (server-msg-size): New constant.
5711 (server-reply-print): New function.
5712 (server-eval-and-print): Use it.
5713 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5714 Handle -print-nonl.
5715
de5939ba
CS
57162012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5717
5718 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5719 (Bug#10987).
5720
0c93eabf
CY
57212012-03-11 Chong Yidong <cyd@gnu.org>
5722
397a688f
CY
5723 * simple.el (goto-line): Doc fix (Bug#9938).
5724
2cc775f9
CY
5725 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5726
0c93eabf
CY
5727 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5728 when finished (Bug#10963).
5729
c491fa41
MR
57302012-03-11 Martin Rudalics <rudalics@gmx.at>
5731
5732 * window.el (split-window-below): Fix bug in case where
5733 split-window-keep-point is nil (Bug#10971).
5734
300e8fa5
JL
57352012-03-11 Juri Linkov <juri@jurta.org>
5736
5737 * replace.el (replace-highlight): Set isearch-word to nil
5738 unconditionally. (Bug#10887)
5739
dbf6c5a1
EZ
57402012-03-10 Eli Zaretskii <eliz@gnu.org>
5741
5742 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5743 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5744 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5745 (mairix-widget-create-query): Add usage information about mairix
5746 search forms: negating words, searching for substrings, etc.
5747
b9e501de
JP
57482012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5749
5750 * international/fontset.el (font-encoding-alist): Add an entry for
5751 ksx1001 (Bug#5667).
5752
92795c91
RS
57532012-03-10 Richard Stallman <rms@gnu.org>
5754
1694e6c1
RS
5755 * mail/sendmail.el (mail-encode-header):
5756 Set rfc2047-encode-encoded-words.
5757
607e8555
RS
5758 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5759
de3bc99a
RS
5760 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5761 view buffer means not swapped.
5762 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5763 (rmail-write-region-annotate): Error if real text has disappeared.
5764
92795c91
RS
5765 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5766
699bd04e
CY
57672012-03-10 Chong Yidong <cyd@gnu.org>
5768
5769 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5770 * emulation/cua-base.el (cua--init-keymaps):
5771 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5772
570a1714
MR
57732012-03-10 Martin Rudalics <rudalics@gmx.at>
5774
dbbc2e69
SM
5775 * speedbar.el (speedbar-unhighlight-one-tag-line):
5776 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5777
82dcf4e4
CY
57782012-03-10 Chong Yidong <cyd@gnu.org>
5779
7a2c7ca7
CY
5780 * minibuffer.el (completion-in-region, completion-help-at-point):
5781 Give the completion field overlay a high priority (Bug#6830).
5782
82dcf4e4
CY
5783 * dired.el (dired-goto-file): Recognize absolute file name
5784 listings (Bug#7126).
5785 (dired-goto-file-1): New helper function.
5786 (dired-toggle-read-only): Inhibit warnings.
5787
052e28ac
MA
57882012-03-09 Michael Albinus <michael.albinus@gmx.de>
5789
75f1671a 5790 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5791 there are no properties.
5792
95d5e396
LL
57932012-03-09 Leo Liu <sdl.web@gmail.com>
5794
5795 * savehist.el (savehist-printable): Stricter check for string
5796 value (Bug#10937).
5797
3f018d6d
EZ
57982012-03-09 Eli Zaretskii <eliz@gnu.org>
5799
dbbc2e69
SM
5800 * mail/smtpmail.el (smtpmail-send-it):
5801 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5802 valid mbox format.
5803
f7fd3d79
GM
58042012-03-09 Glenn Morris <rgm@gnu.org>
5805
5806 * files.el (dir-locals-find-file):
5807 Don't check result is regular, readable.
5808 (dir-locals-read-from-file): Demote errors.
5809
6ff6e72f
EZ
58102012-03-08 Eli Zaretskii <eliz@gnu.org>
5811
dbbc2e69
SM
5812 * international/quail.el (quail-insert-kbd-layout):
5813 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5814 layout cell, to prevent their reordering by bidi display engine.
5815 For details, see the discussion in
5816 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5817
9cec7834
AM
58182012-03-08 Alan Mackenzie <acm@muc.de>
5819
5820 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5821 the starting position; make it extend the marked region when
5822 invoked repeatedly - all under appropriate circumstances.
5823 Fixes bugs #5525, #10906.
5824
9a40b8d4
GM
58252012-03-08 Glenn Morris <rgm@gnu.org>
5826
5827 * files.el (locate-dominating-file, dir-locals-find-file):
5828 Undo 2012-03-06 change.
5829
7a08ed35
EZ
58302012-03-07 Eli Zaretskii <eliz@gnu.org>
5831
dbbc2e69
SM
5832 * international/quail.el (quail-help):
5833 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5834 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5835 for the reason.
5836
5aca4f71 58372012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5838
5839 Avoid superfluous registering of signals. (Bug#10807)
5840
5841 * notifications.el (notifications-on-action-object)
5842 (notifications-on-close-object): New defvars.
5843 (notifications-on-action-signal, notifications-on-closed-signal):
5844 Unregister the signal if not needed any longer.
5845 (notifications-notify): Register `notifications-action-signal' or
5846 `notifications-closed-signal', if :on-action or :on-close has been
5847 passed as argument.
5848
78e8b10a
CY
58492012-03-07 Chong Yidong <cyd@gnu.org>
5850
5851 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5852 non-X platforms.
5853
69481eb8
GM
58542012-03-06 Glenn Morris <rgm@gnu.org>
5855
5856 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5857 (x-disown-selection-internal, x-get-selection-internal):
5858 Doc fix (add arglist signatures). (Bug#10783)
5859
133b8e11
KS
58602012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5861
5862 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5863 Handle breakpoints with no "type".
5864
99a83064
GM
58652012-03-06 Glenn Morris <rgm@gnu.org>
5866
5867 * files.el (locate-dominating-file): Add optional predicate argument.
5868 (dir-locals-find-file): Make use of above change.
5869
17798e78
TTN
58702012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5871
5872 * info.el (Info-insert-dir): Also try "dir.gz".
5873
eb182446
GM
58742012-03-06 Glenn Morris <rgm@gnu.org>
5875
8f2114ee
GM
5876 * files.el (dir-locals-find-file):
5877 Ignore non-readable or non-regular files. (Bug#10928)
5878
eb182446
GM
5879 * files.el (locate-dominating-file): Doc fix.
5880
24679323
AS
58812012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5882
5883 * calendar/calendar.el (calendar-set-mode-line):
5884 `getenv' returns a string. (Bug#10951)
5885
01d972a9
LL
58862012-03-05 Leo Liu <sdl.web@gmail.com>
5887
109aa8a9
LL
5888 * simple.el (backward-delete-char-untabify): Constrain point to
5889 field (Bug#10939).
5890
01d972a9
LL
5891 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5892
10607bea
CY
58932012-03-05 Chong Yidong <cyd@gnu.org>
5894
5895 * simple.el (count-words): If called from Lisp, return the word
5896 count, for symmetry with `count-lines'. Arglist changed.
5897 (count-words--message): Args changed. Consolidate counting code
5898 from count-words and count-words-region.
5899 (count-words-region): Caller changed.
5900 (count-lines-region): Make it an obsolete alias.
5901
5dd11cfe
TH
59022012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5903
5904 * saveplace.el (save-place-to-alist)
5905 (save-place-ignore-files-regexp): Allow value nil to disable this
5906 feature.
5907
c349f4e6
CY
59082012-03-04 Chong Yidong <cyd@gnu.org>
5909
5910 * faces.el (face-spec-reset-face): For the default face, reset the
5911 attributes to default values (Bug#10748).
5912
e627be4c
LMI
59132012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5914
5915 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5916 previous patch: Check `message-send-mail-function', and not the
5917 default function (bug#10897).
5918
ebeabff4
MA
59192012-03-04 Michael Albinus <michael.albinus@gmx.de>
5920
a41a6cf4
MA
5921 * notifications.el (notifications-on-action-signal)
5922 (notifications-on-closed-signal): Check for unique service name of
5923 incoming event. Fix error in removing entry.
ebeabff4 5924 (top): Register for signals with wildcard service name.
a41a6cf4 5925 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5926
c1ca42b4
CY
59272012-03-04 Chong Yidong <cyd@gnu.org>
5928
dc9924b8 5929 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5930
ea16568d
GM
59312012-03-04 Glenn Morris <rgm@gnu.org>
5932
5933 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5934 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5935 (expand-abbrev, define-abbrev-table): Doc fixes.
5936
fbae4637
LMI
59372012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5938
5939 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5940 `message-default-send-mail-function' and not `send-mail-function'
5941 when doing the prompting for `sendmail-query-once' before sending
5942 in Message buffers (bug#10897).
5943
a1e7225c
LMI
5944 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5945 This is inconsistent with all the other stream functions, which leave
5946 the setting up to the higher levels (if so wanted) (bug#10931).
5947
56d093a9
AM
59482012-03-02 Alan Mackenzie <acm@muc.de>
5949
5950 Depessimize the handling of very large macros.
5951
5952 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5953 (c-macro-cache-syntactic): New variables to implement a one
5954 element macro cache.
5955 (c-invalidate-macro-cache): New function.
5956 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5957 Adapt to use the new cache.
5958 (c-state-safe-place): Use better the cache of safe positions.
5959 (c-state-semi-nonlit-pos-cache)
5960 (c-state-semi-nonlit-pos-cache-limit):
5961 New variables for...
5962 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5963 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5964 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5965 Use c-state-semi-safe-place.
56d093a9 5966
dbbc2e69
SM
5967 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5968 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5969
817e5c3d
MA
59702012-03-02 Michael Albinus <michael.albinus@gmx.de>
5971
dbbc2e69
SM
5972 * jka-compr.el (jka-compr-call-process):
5973 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5974 not remote.
5975
a032a702
MA
59762012-03-01 Michael Albinus <michael.albinus@gmx.de>
5977
5978 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5979 access of FILE2, if FILE1 does not exist.
5980
99a54f21
MA
5981 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5982 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5983
5984 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5985 Add "PAGER=" to `process-environment'.
5986
f6561e1f
MM
59872012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5988
5989 * progmodes/sql.el: Bug fix
5990 (sql-get-login-ext): Save login values in globals.
5991 (sql-get-login): Use new version of `sql-get-login-ext'.
5992 (sql-interactive-mode): Set global `sql-connection' to nil.
5993 (sql-connect): Set global values for connection.
5994 (sql-product-interactive): Save global values as buffer local.
5995
2d44d9cc
LL
59962012-02-29 Leo Liu <sdl.web@gmail.com>
5997
5998 * abbrev.el (define-abbrevs): Reset sys to nil.
5999
96b49301 60002012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6001
bf7f9bc5
JB
6002 * files.el (file-equal-p): Rename from `files-equal-p'.
6003 Return nil when one or both files don't exist.
96b49301 6004 (file-subdir-of-p): Now only top directory must exists,
6005 return nil if it doesn't.
bf7f9bc5
JB
6006 (copy-directory): No need to test with `file-subdir-of-p' after
6007 creating dir.
6008 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6009 to `file-equal-p'.
96b49301 6010
44e97401
GM
60112012-02-28 Glenn Morris <rgm@gnu.org>
6012
6013 * shell.el (shell-mode):
6014 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6015 * play/landmark.el (landmark-font-lock-face-O):
6016 * play/handwrite.el (handwrite):
6017 * play/gomoku.el (gomoku-O):
6018 * net/browse-url.el (browse-url-browser-display):
6019 * international/mule.el (define-charset):
6020 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6021 * filesets.el (filesets-find-file-delay):
6022 * eshell/em-xtra.el (eshell-xtra):
6023 * eshell/em-unix.el (eshell-grep):
6024 * emulation/viper.el (viper-mode):
6025 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6026 * emacs-lisp/easymenu.el (easy-menu-define):
6027 * calendar/timeclock.el (timeclock-use-display-time):
6028 * bs.el (bs-mode):
6029 * bookmark.el (bookmark-save-flag):
6030 Doc fix (standardize possessive apostrophe usage).
6031
c98c6276
CY
60322012-02-27 Chong Yidong <cyd@gnu.org>
6033
bf7f9bc5
JB
6034 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6035 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6036
c98c6276
CY
6037 * font-lock.el (font-lock-specified-p): Rename from
6038 font-lock-spec-present. Callers changed.
6039
9c62cd04 60402012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6041
bf7f9bc5
JB
6042 * emacs-lisp/package.el (package-compute-transaction):
6043 Handle holding a package version to t in package-load-list.
8ac9e529 6044
530739c9
MA
60452012-02-26 Michael Albinus <michael.albinus@gmx.de>
6046
6047 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6048 (tramp-get-inode, tramp-get-device): Use cached values.
6049
487915d7
AM
60502012-02-26 Alan Mackenzie <acm@muc.de>
6051
6052 Check there is a font-lock specification before doing initial
6053 fontification.
6054
6055 * font-core.el (font-lock-mode): Move the conditional from
6056 :after-hook to font-lock-initial-fontify.
6057 (font-lock-default-function): Move the check for a specification
6058 to font-lock-spec-present.
6059
dc9924b8 6060 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6061 (font-lock-spec-present): New function.
6062
4fd96557
JB
60632012-02-26 Jim Blandy <jimb@red-bean.com>
6064
6065 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6066 (gdb-send): Apply it to the operand of the '-interpreter-exec
6067 console' command, so that we can pass arguments with (say) quotes
6068 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6069
9a4888c0
CY
60702012-02-26 Chong Yidong <cyd@gnu.org>
6071
07498861
CY
6072 * help-fns.el (describe-function-1): Clarify description of
6073 remapping (Bug#10844).
6074
9a4888c0
CY
6075 * files.el (files-equal-p): Doc fix.
6076 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6077 and quit the loop once a mismatch is found.
6078
ea8fb88d
JB
60792012-02-25 Juanma Barranquero <lekktu@gmail.com>
6080
6081 * bs.el (bs--show-with-configuration): Don't throw an error
6082 if the window cannot be split; otherwise, subsequent calls to
6083 bs-show fail, restoring a stale window config. (Bug#10882)
6084
525795c1
JD
60852012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6086
6087 * term/ns-win.el (global-map): Bind ns-drag-file to
6088 ns-find-file (Bug#5855, Bug#10050).
6089
f008086f
AS
60902012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6091
6092 * calendar/parse-time.el (parse-time-string): Allow extractor to
6093 return nil.
6094
a3fcfa99
MA
60952012-02-25 Michael Albinus <michael.albinus@gmx.de>
6096
91027d08
JB
6097 * net/tramp.el (tramp-file-name-for-operation):
6098 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6099
6100 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6101 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6102 Add COPY-CONTENTS argument.
a3fcfa99 6103
67b0de11
CY
61042012-02-25 Chong Yidong <cyd@gnu.org>
6105
6106 Add custom groups for VC backends, for consistency with vc-bzr.
6107
6108 * vc/vc-arch.el (vc-arch):
6109 * vc/vc-cvs.el (vc-cvs):
6110 * vc/vc-git.el (vc-git):
6111 * vc/vc-hg.el (vc-hg):
6112 * vc/vc-mtn.el (vc-mtn):
6113 * vc/vc-rcs.el (vc-rcs):
6114 * vc/vc-sccs.el (vc-sccs):
6115 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6116 All relevant defcustoms reassigned.
6117
3c9dfce6
CY
61182012-02-25 Chong Yidong <cyd@gnu.org>
6119
1339bf43
CY
6120 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6121
3c9dfce6
CY
6122 * term/x-win.el (x-initialize-window-system): Reduce default for
6123 x-selection-timeout to 5 seconds (Bug#8869).
6124
25b2e303 61252012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6126
ec70a47d
GM
6127 * files.el (files-equal-p, file-subdir-of-p): New functions.
6128 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6129 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6130 * dired-aux.el (dired-copy-file-recursive): Same.
6131 (dired-create-files): Modify destination when source is equal to
6132 dest when copying files.
53a46cd0 6133 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6134
914260cd
MA
61352012-02-24 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6138 (Bug#10874)
6139
2cb228f7
AM
61402012-02-23 Alan Mackenzie <acm@muc.de>
6141
6142 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6143 parameter "after-hook:" to allow the expansion to run code after
6144 the execution of the mode hooks.
6145
6146 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6147 from font-lock-mode-internal.
2cb228f7 6148
91027d08 6149 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6150 :after-hook.
6151
8f0fde21
SM
61522012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6153
3e88618b
SM
6154 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6155 (completion--cache-all-sorted-completions): New function.
6156 (completion-all-sorted-completions): Use it.
6157 (completion--do-completion, minibuffer-force-complete):
6158 Use it to re-instate the flush hook.
6159
8f0fde21
SM
6160 * icomplete.el (icomplete-completions): Replace last fix with a better
6161 one (bug#10850).
6162
8e911f6f
DG
61632012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6164
6165 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6166 when it might call us back infinitely (bug#10797).
6167
49fe4321
GM
61682012-02-23 Glenn Morris <rgm@gnu.org>
6169
6170 * minibuffer.el (completion-category-overrides): Doc fix.
6171
b291b572
SM
61722012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6175 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6176
31a9ef2e
GM
61772012-02-23 Glenn Morris <rgm@gnu.org>
6178
5e6e6794 6179 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6180 (authors-obsolete-files-regexps, authors-ignored-files)
6181 (authors-ambiguous-files, authors-renamed-files-alist):
6182 Add more entries.
6183
0bd1e074
JL
61842012-02-23 Juri Linkov <juri@jurta.org>
6185
6186 * isearch.el (isearch-occur): Sync interactive spec with occur's
6187 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6188
b617673c
JL
6189 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6190
19e9789e
JL
61912012-02-22 Juri Linkov <juri@jurta.org>
6192
6193 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6194 (ucs-insert): Doc fix. Check for hex digits in the string.
6195 Don't display `nil' in the error message. (Bug#10857)
6196
f41ce09d
AM
61972012-02-22 Alan Mackenzie <acm@muc.de>
6198
7a71b18d 6199 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6200
ac2eceee
GM
62012012-02-22 Glenn Morris <rgm@gnu.org>
6202
6203 * ffap.el (ffap-c-path):
6204 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6205
abd1f678
CY
62062012-02-22 Chong Yidong <cyd@gnu.org>
6207
6208 * custom.el (load-theme): Doc fix.
6209
f25aef2e
GM
62102012-02-22 Glenn Morris <rgm@gnu.org>
6211
6212 * dired-x.el (dired-guess-shell-alist-default):
6213 Remove escape sequences from nroff output. (Bug#172)
6214
5f8dc2ca
GM
62152012-02-21 Glenn Morris <rgm@gnu.org>
6216
6ff86ec4
GM
6217 * vc/emerge.el (emerge-defvar-local):
6218 Set `permanent-local' property rather than unused `preserved'.
6219
be3223a3 6220 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6221 (picture-mode-map): Use it. (Bug#10860)
6222 (picture-mode): Doc fix.
6223
3fe58f4f
JB
62242012-02-21 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * newcomment.el (uncomment-region-default): Remove unused binding.
6227
f9a998c3
GM
62282012-02-21 Glenn Morris <rgm@gnu.org>
6229
6230 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6231 (picture-self-insert, picture-tab-chars): Doc fix.
6232 (picture-mode-map): Fix C-a, C-e.
6233
c6029348
GM
62342012-02-20 Glenn Morris <rgm@gnu.org>
6235
6236 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6237
ab1ce9d7
LL
62382012-02-20 Leo Liu <sdl.web@gmail.com>
6239
6240 * icomplete.el (icomplete-completions): Check FROM arg before
6241 passing to substring (Bug#10850).
6242
0fd40f89
CY
62432012-02-19 Chong Yidong <cyd@gnu.org>
6244
6245 * comint.el: Require ansi-color.
6246 (comint-output-filter-functions): Add ansi-color-process-output.
6247
6248 * ansi-color.el: Don't set comint-output-filter-functions; it is
6249 now in the initial value defined in comint.el.
6250 (ansi-color-apply-face-function): New variable.
6251 (ansi-color-apply-on-region): Use it.
6252 (ansi-color-apply-overlay-face): New function.
6253
6254 * shell.el (shell): No need to require ansi-color.
6255 (shell-mode): Use ansi-color-apply-face-function to highlight
6256 color escapes using font-lock-face property (Bug#10835).
6257
20af2394
CY
62582012-02-19 Chong Yidong <cyd@gnu.org>
6259
6260 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6261 mode-line formats (Bug#10839).
6262
e23a3fbe
GM
62632012-02-18 Glenn Morris <rgm@gnu.org>
6264
b474519e
GM
6265 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6266
6267 * mail/undigest.el (unforward-rmail-message): Doc fix.
6268
e23a3fbe
GM
6269 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6270
57939ff4
EZ
62712012-02-18 Eli Zaretskii <eliz@gnu.org>
6272
6273 * international/characters.el (script-list): Sync with the latest
6274 Unicode Character Database.
6275
0c23686e
AS
62762012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6277
6278 * international/titdic-cnv.el: Remove duplicate coding tag.
6279 * language/cham.el: Likewise.
6280 * language/tai-viet.el: Likewise.
6281
6818b449
GM
62822012-02-18 Glenn Morris <rgm@gnu.org>
6283
6284 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6285 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6286 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6287 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6288 * calendar/holidays.el (holiday-bahai-holidays)
6289 (calendar-holidays, list-holidays):
6290 Use utf-8 Bahá'í in doc-strings, menus, etc.
6291
0311a3fc
TH
62922012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6293
6294 * saveplace.el (save-place-ignore-files-regexp): New variable
6295 allowing for excluding files from saving their location of point.
6296 The default value matches the temporary commit message editing
6297 files from Git, SVN, Bazaar, and Mercurial.
6298 (save-place-to-alist): Use it.
6299
d209e2fb 63002012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6301 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6302
6303 * newcomment.el (uncomment-region-default): Don't leave extra space
6304 when an arg is provided (bug#8150).
6305
ee0ce425
TZ
63062012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6307
eb864a71 6308 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6309
95ddf442
GM
63102012-02-17 Glenn Morris <rgm@gnu.org>
6311
6312 * net/socks.el: Require network-stream. (Bug#10599)
6313
48dd1e39 63142012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6315
6316 * international/charprop.el:
6317 * international/uni-name.el:
6318 * international/uni-old-name.el:
6319 * international/uni-comment.el: Regenerate.
6320
d68cd087
GM
63212012-02-16 Glenn Morris <rgm@gnu.org>
6322
6323 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6324 Interactively in calendar buffer, give an error if not on a date.
6325
13932042
GM
63262012-02-15 Glenn Morris <rgm@gnu.org>
6327
6328 * shell.el (shell-delimiter-argument-list):
6329 Revert 2011-02-17 change. (Bug#8027)
6330
c3a70e2b
CY
63312012-02-15 Chong Yidong <cyd@gnu.org>
6332
60236b0d
CY
6333 * minibuffer.el (completion-at-point-functions): Doc fix.
6334
c3a70e2b
CY
6335 * custom.el (defcustom): Doc fix; note use of defvar.
6336
9f26dc24
GM
63372012-02-15 Glenn Morris <rgm@gnu.org>
6338
6339 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6340 Doc fixes.
6341
6546b134
GM
63422012-02-14 Glenn Morris <rgm@gnu.org>
6343
6344 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6345
d29b2b4c
LI
63462012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6347
6348 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6349 way the ports list is computed.
835bdcba
LI
6350 (smtpmail-query-smtp-server): Prompt the user for a port number if
6351 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6352
08dcdbc9
TZ
63532012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6354
6355 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6356
2605051a
GM
63572012-02-13 Glenn Morris <rgm@gnu.org>
6358
6359 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6360
7ee99f32
TZ
63612012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6362
6363 * net/gnutls.el (gnutls-trustfiles): New variable.
6364 (gnutls-negotiate): Use it.
6365
5f0af64f
LI
63662012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6367
6368 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6369 does its stuff if Gnus is running.
6370
c14fcc95
AM
63712012-02-13 Alan Mackenzie <acm@muc.de>
6372
6373 Fix a loop in c-set-fl-decl-start.
6374
7a71b18d 6375 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6376 c-backward-syntactic-ws actually moves backwards.
6377
142b4d90
LL
63782012-02-13 Leo Liu <sdl.web@gmail.com>
6379
6380 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6381 beginning so that all \C-o chars are removed.
6382
fa9958a6
TZ
63832012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6384
dc9924b8 6385 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6386
0bc5886a
AM
63872012-02-12 Alan Mackenzie <acm@muc.de>
6388
6389 Fix infinite loop with long macros.
4d6769e1 6390 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6391
d4bd55e7
CY
63922012-02-12 Chong Yidong <cyd@gnu.org>
6393
6394 * window.el (display-buffer): Doc fix (Bug#10785).
6395
66f3fe22
GM
63962012-02-12 Glenn Morris <rgm@gnu.org>
6397
bd7da63e
GM
6398 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6399 (x-disown-selection-internal, x-get-selection-internal):
6400 Sync docs with the xselect.c versions.
6401
66f3fe22
GM
6402 * allout-widgets.el: Add missing license notice.
6403
3e0d2fa7
GM
64042012-02-11 Glenn Morris <rgm@gnu.org>
6405
cfecdf09
GM
6406 * select.el (x-get-selection-internal, x-own-selection-internal)
6407 (x-disown-selection-internal):
6408 * x-dnd.el (x-get-selection-internal): Update declarations.
6409
6d216d7f
GM
6410 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6411
2bed3f04
GM
6412 * window.el (window-sides-slots):
6413 * tool-bar.el (tool-bar-position):
6414 * term/xterm.el (xterm-extra-capabilities):
6415 * ses.el (ses-self-reference-early-detection):
6416 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6417 (verilog-auto-wire-type)
6418 (verilog-auto-delete-trailing-whitespace)
6419 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6420 (verilog-auto-tieoff-declaration):
6421 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6422 (sql-oracle-statement-starters, sql-oracle-scan-on):
6423 * progmodes/prolog.el (prolog-align-comments-flag)
6424 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6425 (prolog-left-indent-regexp, prolog-paren-indent-p)
6426 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6427 (prolog-types, prolog-mode-specificators)
6428 (prolog-determinism-specificators, prolog-directives)
6429 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6430 (prolog-electric-dot-flag)
6431 (prolog-electric-dot-full-predicate-template)
6432 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6433 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6434 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6435 (prolog-program-switches, prolog-prompt-regexp)
6436 (prolog-debug-on-string, prolog-debug-off-string)
6437 (prolog-trace-on-string, prolog-trace-off-string)
6438 (prolog-zip-on-string, prolog-zip-off-string)
6439 (prolog-use-standard-consult-compile-method-flag)
6440 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6441 (prolog-imenu-max-lines, prolog-info-predicate-index)
6442 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6443 (prolog-char-quote-workaround):
6444 * progmodes/cc-vars.el (c-defun-tactic):
6445 * net/tramp.el (tramp-encoding-command-interactive)
6446 (tramp-local-end-of-line):
6447 * net/soap-client.el (soap-client):
6448 * net/netrc.el (netrc-file):
6449 * net/gnutls.el (gnutls):
6450 * minibuffer.el (completion-category-overrides)
6451 (completion-cycle-threshold)
6452 (completion-pcm-complete-word-inserts-delimiters):
6453 * man.el (Man-name-local-regexp):
6454 * mail/feedmail.el (feedmail-display-full-frame):
6455 * international/characters.el (glyphless-char-display-control):
6456 * eshell/em-ls.el (eshell-ls-date-format):
6457 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6458 (lisp-lambda-list-keyword-parameter-indentation)
6459 (lisp-lambda-list-keyword-parameter-alignment):
6460 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6461 * dired-x.el (dired-omit-verbose):
6462 * cus-theme.el (custom-theme-allow-multiple-selections):
6463 * calc/calc.el (calc-highlight-selections-with-faces)
6464 (calc-lu-field-reference, calc-lu-power-reference)
6465 (calc-note-threshold):
6466 * battery.el (battery-mode-line-limit):
6467 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6468 (archive-7z-update):
6469 * allout.el (allout-prefixed-keybindings)
6470 (allout-unprefixed-keybindings)
6471 (allout-inhibit-auto-fill-on-headline)
6472 (allout-flattened-numbering-abbreviation):
6473 * allout-widgets.el (allout-widgets-auto-activation)
6474 (allout-widgets-icons-dark-subdir)
6475 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6476 (allout-widgets-theme-dark-background)
6477 (allout-widgets-theme-light-background)
6478 (allout-widgets-item-image-properties-emacs)
6479 (allout-widgets-item-image-properties-xemacs)
6480 (allout-widgets-run-unit-tests-on-load)
6481 (allout-widgets-time-decoration-activity)
6482 (allout-widgets-hook-error-post-time)
6483 (allout-widgets-track-decoration):
6484 Add missing :version tags to new defcustoms and defgroups.
6485
5fec1b8e
GM
6486 * progmodes/sql.el (sql-ansi-statement-starters)
6487 (sql-oracle-statement-starters): Add custom type.
6488
3e0d2fa7
GM
6489 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6490 (prolog-system-version): Give it a type.
6491
90b671e2
EZ
64922012-02-11 Eli Zaretskii <eliz@gnu.org>
6493
6494 * term/pc-win.el (x-select-text, x-selection-owner-p)
6495 (x-own-selection-internal, x-disown-selection-internal)
6496 (x-get-selection-internal): Sync doc strings and argument lists
6497 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6498
5eac0c02
LL
64992012-02-11 Leo Liu <sdl.web@gmail.com>
6500
6501 * progmodes/python.el (python-end-of-statement): Fix infinite
6502 loop. (Bug#10788)
6503
f82cb659
GM
65042012-02-10 Glenn Morris <rgm@gnu.org>
6505
6506 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6507 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6508
cc26d239
LI
65092012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6510
6511 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6512 about SMTP before checking the From header.
6513
91027d08 6514 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6515 into own function for reuse by emacsbug.el.
6516
1be3ca5a
LL
65172012-02-10 Leo Liu <sdl.web@gmail.com>
6518
6519 * subr.el (condition-case-unless-debug): Rename from
6520 condition-case-no-debug. All callers changed.
6521 (with-demoted-errors): Fix caller.
6522
6523 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6524 * nxml/rng-valid.el (rng-do-some-validation):
6525 * emacs-lisp/package.el (package-refresh-contents)
6526 (package-menu-execute):
6527 * desktop.el (desktop-create-buffer):
91027d08 6528 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6529
b011fbfe
GM
65302012-02-10 Glenn Morris <rgm@gnu.org>
6531
b2096d72
GM
6532 * textmodes/bibtex.el:
6533 Add missing :version tags for new/changed defcustoms.
6534
b011fbfe
GM
6535 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6536
4c7e65bf
LI
65372012-02-09 Lars Ingebrigtsen <larsi@rusty>
6538
6539 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6540 (smtpmail-via-smtp): Use it, or fall back on the From address.
6541 (smtpmail-send-it): Ditto.
6542
f3934f6f
SM
65432012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6546 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6547 (byte-compile-tmp-var): New const.
6548 (byte-compile-defvar): Use it to minimize .elc size.
6549 Just use `defvar' rather than simulate it (bug#10761).
6550
a075a2c5
GM
65512012-02-09 Glenn Morris <rgm@gnu.org>
6552
cf3aa21b
GM
6553 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6554
354998cd
GM
6555 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6556 Add :version tags.
6557
dc9924b8
SM
6558 * progmodes/compile.el (compilation-error-screen-columns)
6559 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6560
dab3703d
GM
6561 * vc/log-view.el (log-view-toggle-entry-display):
6562 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6563
3f88cd72
GM
6564 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6565 (report-emacs-bug-can-use-xdg-email):
6566 (report-emacs-bug-insert-to-mailer): Doc fixes.
6567 (report-emacs-bug): Message fix.
6568
d95b247d
GM
6569 * net/browse-url.el (browse-url-can-use-xdg-open)
6570 (browse-url-xdg-open): Doc fixes.
6571
a075a2c5
GM
6572 * electric.el (electric-indent-mode, electric-pair-mode)
6573 (electric-layout-rules, electric-layout-mode): Doc fixes.
6574 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6575
ffb6157e
MR
65762012-02-08 Martin Rudalics <rudalics@gmx.at>
6577
6578 * server.el (server-unselect-display): Don't inadvertently kill
6579 the current buffer. (Bug#10729)
6580
e1ac4066
GM
65812012-02-08 Glenn Morris <rgm@gnu.org>
6582
34e8a2da
GM
6583 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6584 (sql-list-table): Doc fixes.
6585
b4ac6e8c
GM
6586 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6587 Comment out (does nothing).
6588
e1ac4066
GM
6589 * completion.el (dynamic-completion-mode):
6590 * dirtrack.el (dirtrack-debug-mode):
6591 * electric.el (electric-layout-mode):
6592 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6593 * face-remap.el (text-scale-mode, buffer-face-mode):
6594 * iimage.el (iimage-mode):
6595 * image-mode.el (image-transform-mode):
6596 * minibuffer.el (completion-in-region-mode):
6597 * scroll-lock.el (scroll-lock-mode):
6598 * simple.el (next-error-follow-minor-mode):
6599 * tar-mode.el (tar-subfile-mode):
6600 * tooltip.el (tooltip-mode):
6601 * vcursor.el (vcursor-use-vcursor-map):
6602 * wid-browse.el (widget-minor-mode):
6603 * emulation/tpu-edt.el (tpu-edt-mode):
6604 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6605 * international/iso-ascii.el (iso-ascii-mode):
6606 * language/thai-util.el (thai-word-mode):
6607 * mail/supercite.el (sc-minor-mode):
6608 * net/goto-addr.el (goto-address-mode):
6609 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6610 * progmodes/cwarn.el (cwarn-mode):
6611 * progmodes/flymake.el (flymake-mode):
6612 * progmodes/glasses.el (glasses-mode):
6613 * progmodes/hideshow.el (hs-minor-mode):
6614 * progmodes/pascal.el (pascal-outline-mode):
6615 * textmodes/enriched.el (enriched-mode):
6616 * vc/smerge-mode.el (smerge-mode):
6617 Doc fixes (minor mode argument).
6618
5e0d957f
EZ
66192012-02-07 Eli Zaretskii <eliz@gnu.org>
6620
6621 * ls-lisp.el (ls-lisp-sanitize): New function.
6622 (ls-lisp-insert-directory): Use it to fix or remove any elements
6623 in file-alist with missing attributes. (Bug#4673)
6624
98d7371e
AM
66252012-02-07 Alan Mackenzie <acm@muc.de>
6626
6627 Fix spurious recognition of c-in-knr-argdecl.
6628
6629 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6630 putative K&R region.
6631
667ced3a
AM
66322012-02-07 Alan Mackenzie <acm@muc.de>
6633
eb864a71
LM
6634 * progmodes/cc-engine.el (c-forward-objc-directive):
6635 Prevent looping in "#pragma mark @implementation".
667ced3a 6636
5b77774d
MA
66372012-02-07 Michael Albinus <michael.albinus@gmx.de>
6638
6639 * notifications.el (notifications-on-closed-signal): Make `reason'
6640 optional. (Bug#10744)
6641
af008560
GM
66422012-02-07 Glenn Morris <rgm@gnu.org>
6643
60d47423
GM
6644 * emacs-lisp/easy-mmode.el (define-minor-mode):
6645 Doc fixes for the macro and the mode it defines.
6646
dd605cc4
GM
6647 * image.el (imagemagick-types-inhibit): Doc fix.
6648
af008560
GM
6649 * cus-start.el (imagemagick-render-type): Add it.
6650
5cc59a37
LI
66512012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6652
4d6769e1
JB
6653 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6654 Set the default at load time, too, so that `font-lock-fontify-buffer'
6655 can be called without setting up the entire mode first. This fixes
6656 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6657
9a6dd747
CY
66582012-02-06 Chong Yidong <cyd@gnu.org>
6659
2d16b285
CY
6660 * simple.el (list-processes--refresh): Delete exited processes
6661 (Bug#8094).
6662
171e9b6e
CY
6663 * comint.el (comint-next-prompt): next-single-char-property-change
6664 and prev-single-char-property-change never return nil (Bug#8657).
6665
9a6dd747
CY
6666 * custom.el (defcustom): Doc fix (Bug#9711).
6667
aa4589a7
CY
66682012-02-05 Chong Yidong <cyd@gnu.org>
6669
5c2a252f
CY
6670 * cus-edit.el (custom-variable-reset-backup): Quote the value
6671 before storing it in the customized-value property (Bug#6712).
4aab9006 6672 (custom-display): Add a customization type tag.
983b9602 6673 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6674
aa4589a7
CY
6675 * wid-edit.el (widget-field-value-get): New optional arg to
6676 suppress trailing whitespace truncation.
6677 (character): Use it (Bug#2689).
6678
1ff980ae
AS
66792012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6680
6681 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6682 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6683
03988c98
CY
66842012-02-05 Chong Yidong <cyd@gnu.org>
6685
eeb6cc88
CY
6686 * cus-edit.el (custom-variable-value-create): For mismatched
6687 types, show the current value (Bug#7600).
6688
03988c98
CY
6689 * custom.el (defcustom): Doc fix.
6690
f8cdeef0
GM
66912012-02-05 Glenn Morris <rgm@gnu.org>
6692
6693 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6694
0696d255
JB
66952012-02-05 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6698 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6699 (pp-last-sexp): Use `looking-at-p'.
6700
34c99998
GM
67012012-02-04 Glenn Morris <rgm@gnu.org>
6702
8f05da42
GM
6703 * files.el (revert-buffer):
6704 Doc fix (mention revert-buffer-in-progress-p).
6705
f160676e
GM
6706 * emacs-lisp/ert-x.el (ert-simulate-command):
6707 Check deferred-action-list (which is obsolete) is bound.
6708
c7291ad9
GM
6709 * subr.el (with-wrapper-hook): Doc fixes.
6710
34c99998
GM
6711 * simple.el (filter-buffer-substring-functions)
6712 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6713
6283a7d3
LL
67142012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6715
6716 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6717 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6718
e96e3013
LL
67192012-02-04 Leo Liu <sdl.web@gmail.com>
6720
6721 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6722
8ded50f2
GM
67232012-02-04 Glenn Morris <rgm@gnu.org>
6724
82ff1d13
GM
6725 * image.el (image-extension-data): Add obsolete alias.
6726
987a0a16
GM
6727 * isearch.el (isearch-update): Doc fix.
6728
ea32ef46
GM
6729 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6730
8ded50f2
GM
6731 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6732
eea14f31
GM
67332012-02-03 Glenn Morris <rgm@gnu.org>
6734
6735 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6736 (image-animate-timeout): Doc fix.
6737
6738 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6739
12f381b7
GM
67402012-02-02 Glenn Morris <rgm@gnu.org>
6741
953cebf5
GM
6742 * server.el (server-auth-dir): Doc fix.
6743 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6744
12f381b7
GM
6745 * subr.el (run-mode-hooks): Doc fix.
6746
953a8c3b
JL
67472012-02-02 Juri Linkov <juri@jurta.org>
6748
6749 * image-mode.el (image-toggle-display-image): Remove tautological
6750 `major-mode' from the `derived-mode-p' test.
6751
c5d3843c
KH
67522012-02-02 Kenichi Handa <handa@m17n.org>
6753
9f6e692e 6754 * composite.el (compose-region): Cancel previous change.
c5d3843c 6755
159462d4 67562012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6757
6758 * composite.el (compose-region, compose-string): Signal error for
6759 a null string component (Bug#6988).
6760
9f562668
CY
67612012-02-01 Chong Yidong <cyd@gnu.org>
6762
e2cef717
CY
6763 * view.el (view-buffer-other-window, view-buffer-other-frame):
6764 Handle special modes like view-buffer (Bug#10650).
6765 (view-buffer): Simplify.
6766
9f562668
CY
6767 * frame.el (set-frame-font): Tweak meaning of third argument.
6768
9f6e692e
JB
6769 * dynamic-setting.el (font-setting-change-default-font):
6770 Use set-frame-font (Bug#9982).
9f562668 6771
781acb9f
GM
67722012-02-01 Glenn Morris <rgm@gnu.org>
6773
6035be52
GM
6774 * progmodes/compile.el (compilation-internal-error-properties):
6775 Respect compilation-first-column in the "*compilation*" buffer.
6776
781acb9f
GM
6777 * emacs-lisp/easy-mmode.el (define-minor-mode):
6778 Relax :variable's test for a named function.
6779
abbceb00
AM
67802012-01-31 Alan Mackenzie <acm@muc.de>
6781
6782 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6783 off by one error.
6784
fce3fdeb
CY
67852012-01-31 Chong Yidong <cyd@gnu.org>
6786
6787 * frame.el (set-frame-font): New arg ALL-FRAMES.
6788
6789 * menu-bar.el (menu-set-font): Use set-frame-font.
6790
6791 * faces.el (face-spec-reset-face): Don't apply unspecified
6792 attribute values to the default face.
6793
47893581
JB
67942012-01-31 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * progmodes/cwarn.el (cwarn): Remove dead link.
6797 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6798 Remove * from defcustom docstrings.
6799 (turn-on-cwarn-mode): Make obsolete.
6800 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6801 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6802
e58e988a
GM
68032012-01-31 Glenn Morris <rgm@gnu.org>
6804
60dc2671 6805 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6806 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6807 Allow named functions to be used as the cdr of :variable.
e58e988a 6808
7a3f511d
GM
68092012-01-30 Glenn Morris <rgm@gnu.org>
6810
6811 * emacs-lisp/authors.el (authors-fixed-entries):
6812 Remove reference to deleted file rnewspost.el.
6813
cb882333
JB
68142012-01-29 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * window.el (window-with-parameter): Remove unused variable `windows'.
6817 (window--side-check): Remove unused variable `code'.
6818 (window--resize-siblings): Remove unused variable `first'.
6819 (adjust-window-trailing-edge): Remove unused variable `failed'.
6820 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6821 Use `let', not `let*'.
6822 (balance-windows-2): Remove unused variable `found'.
6823 (window--state-put-2): Remove unused variable `splits'.
6824 (window-state-put): Remove unused variable `selected'.
6825 (same-window-p): Use `string-match-p'.
6826 (display-buffer-assq-regexp): Remove unused variable `value'.
6827 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6828 Mark argument ALIST as ignored.
6829 (pop-to-buffer): Remove unused variable `old-window'.
6830
907201af
EZ
68312012-01-29 Eli Zaretskii <eliz@gnu.org>
6832
6833 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6834 and .lzma compressed files.
6835
ea162670
CY
68362012-01-29 Chong Yidong <cyd@gnu.org>
6837
5b95ee8a
CY
6838 * frame.el (window-system-default-frame-alist): Doc fix.
6839
ea162670
CY
6840 * dynamic-setting.el (font-setting-change-default-font): Don't
6841 change the default face if SET-FONT argument is non-nil (Bug#9982).
6842
d6e6f4b1
SB
68432012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6844
6845 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6846
0f29fa41 68472012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6848
6849 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6850 breakpoints in files outside current directory (Bug#6098).
6851
db174434
CY
68522012-01-29 Chong Yidong <cyd@gnu.org>
6853
6b25e4e2
SE
6854 * progmodes/python.el: Require ansi-color at top-level.
6855
6df6ae42
JB
6856 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6857 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6858 (lisp-mode-abbrev-table): Add doc.
6859 (lisp-mode-variables): Don't set local-abbrev-table.
6860 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6861
e70ee681
RW
68622012-01-28 Roland Winkler <winkler@gnu.org>
6863
6864 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6865
ace88aa2
RW
68662012-01-28 Roland Winkler <winkler@gnu.org>
6867
6868 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6869 (bibtex-set-dialect): Use it. Either set global values of
6870 dialect-dependent variables or bind these variables buffer-locally
6871 (Bug#10254).
6872 (bibtex-mode): Call bibtex-set-dialect via
6873 hack-local-variables-hook.
eb864a71
LM
6874 (bibtex-dialect): Update docstring.
6875 Add safe-local-variable predicate.
ace88aa2
RW
6876 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6877 bibtex-set-dialect.
6878 (bibtex-mode-map): Define menu for each dialect.
6879 (bibtex-entry): Fix docstring.
6880
93376c5b
CY
68812012-01-28 Chong Yidong <cyd@gnu.org>
6882
6883 * eshell/esh-arg.el (eshell-quote-argument): New function.
6884
6885 * eshell/esh-ext.el (eshell-invoke-batch-file):
6886 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6887 first arg to eshell-parse-command (Bug#10523).
6888
4372494f
DA
68892012-01-28 Drew Adams <drew.adams@oracle.com>
6890
6891 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6892 `default-directory' is non-nil.
6893
4d4ec1f8
EZ
68942012-01-28 Eli Zaretskii <eliz@gnu.org>
6895
6896 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6897 line that displays system-configuration-options. (Bug#9924)
6898
7c188927
DA
68992012-01-28 Drew Adams <drew.adams@oracle.com>
6900
6901 * descr-text.el (describe-char): Show information about POS, in
6902 addition to information about the character at POS. Improve and
6903 update the doc string. Change "code point" to "code point in
6904 charset", to avoid confusion with the character's Unicode code
6905 point shown above that. (Bug#10129)
6906
e0da685a
EZ
69072012-01-28 Eli Zaretskii <eliz@gnu.org>
6908
6909 * descr-text.el (describe-char): Show the raw character, not only
6910 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6911 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6912 for the reasons.
6913
70550acf
PH
69142012-01-28 Phil Hagelberg <phil@hagelb.org>
6915
eb864a71
LM
6916 * emacs-lisp/package.el (package-install):
6917 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6918
0ce8e868
CY
69192012-01-28 Chong Yidong <cyd@gnu.org>
6920
cb882333
JB
6921 * emacs-lisp/package.el (package-maybe-load-descriptor):
6922 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6923 (package-maybe-load-descriptor): Use it.
6924 (package-download-transaction): Fully load required packages
6925 inside the loop, so that `require' calls work (Bug#10593).
6926 (package-install): No need to call package-initialize now.
6927
2e7f3bea
CY
69282012-01-28 Chong Yidong <cyd@gnu.org>
6929
6e9bad14
CY
6930 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6931
f823b8ca
CY
6932 * tooltip.el (tooltip-mode): Doc fix.
6933 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6934
2680c309
CY
6935 * frame.el (set-cursor-color): Doc fix (Bug#352).
6936
d7a9e63b
CY
6937 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6938 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6939
2e7f3bea
CY
6940 * cus-edit.el (custom-buffer-create-internal): Fix search button
6941 action (Bug#10542).
2ae01800 6942 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6943
fc4f7a23
EW
69442012-01-27 Eduard Wiebe <usenet@pusto.de>
6945
6946 * dired.el (dired-mark-files-regexp):
6947 Include any subdirectory components. (Bug#10445)
6948
7dd37071
ML
69492012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6950
6951 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6952 Handle [host]:port syntax. (Bug#10533)
6953
a268160b
AH
69542012-01-27 Alex Harsanyi <harsanyi@mac.com>
6955
6956 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6957
e43273ef
GM
69582012-01-26 Glenn Morris <rgm@gnu.org>
6959
6960 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6961 * term.el (term-raw-escape-map): Use Control-X-prefix.
6962 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6963
1edf595d
MR
69642012-01-25 Martin Rudalics <rudalics@gmx.at>
6965
6966 * window.el (window-state-get, window--state-get-1): Don't deal
6967 with fixed-sizeness of windows. Simplify code.
6968
fa8eafef
JC
69692012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6970
6df6ae42
JB
6971 * window.el (window--state-get-1, window--state-put-2):
6972 Don't save and restore the mark.
fa8eafef 6973
0b21c100
CY
69742012-01-25 Chong Yidong <cyd@gnu.org>
6975
6976 * custom.el (custom-variable-p): Doc fix.
6977
5ae1a6c8
GM
69782012-01-25 Glenn Morris <rgm@gnu.org>
6979
40047858
GM
6980 * dired.el (dired-goto-file): Handle some of the more common
6981 characters that `ls -b' escapes. (Bug#10596)
6982
5ddce96c
GM
6983 * progmodes/compile.el (compilation-next-error-function):
6984 Respect compilation-first-column in the "*compilation*" buffer.
6985 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6986
5ae1a6c8
GM
6987 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6988
b559f1a9
GM
69892012-01-24 Glenn Morris <rgm@gnu.org>
6990
6991 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6992
6725d21a
JD
69932012-01-24 Julien Danjou <julien@danjou.info>
6994
6995 * color.el (color-rgb-to-hsl): Fix value computing.
6996 (color-hue-to-rgb): New function.
6997 (color-hsl-to-rgb): New function.
6998 (color-clamp, color-saturate-hsl, color-saturate-name)
6999 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7000 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7001
70df4bbe
GM
70022012-01-24 Glenn Morris <rgm@gnu.org>
7003
7004 * vc/vc-rcs.el (vc-rcs-create-tag):
7005 * vc/vc-sccs.el (vc-sccs-create-tag):
7006 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7007
802a2ae2
ML
70082012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7009
7010 * eshell/esh-util.el (eshell-read-hosts-file):
7011 Skip comment lines. (Bug#10549)
7012
d7128bb1
ML
7013 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7014
d1a5c3b4
JB
70152012-01-23 Juanma Barranquero <lekktu@gmail.com>
7016
2724d9c7
JB
7017 * subr.el (display-delayed-warnings): Doc fix.
7018 (collapse-delayed-warnings): New function to collapse identical
7019 adjacent warnings.
7020 (delayed-warnings-hook): Add it.
d1a5c3b4 7021
a5509865
MA
70222012-01-22 Michael Albinus <michael.albinus@gmx.de>
7023
7024 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7025
a5509865
MA
7026 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7027 (tramp-default-user-alist): Don't add "pscp".
7028 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7029 property "login-as", if set. (Bug#10530)
7030
cc6d5805
MA
70312012-01-21 Michael Albinus <michael.albinus@gmx.de>
7032
7033 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7034 "plink1" and "psftp". (Bug#10530)
7035
70362012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7037
7038 * international/mule-cmds.el (prefer-coding-system): Show a
7039 warning message if the default value of file-name-coding-system
7040 was not changed.
7041
f0960428
JC
70422012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7043
cb882333
JB
7044 * windmove.el (windmove-reference-loc):
7045 Fix windmove-reference-loc miscalculation.
f0960428 7046
dd6f2a63
JB
70472012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7048
7049 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7050 default unit.
7051
7b447e9b
GM
70522012-01-21 Glenn Morris <rgm@gnu.org>
7053
117a9ea1
GM
7054 * international/mule.el (auto-coding-alist): Add .tbz.
7055
7b447e9b
GM
7056 * files.el (local-enable-local-variables): Doc fix.
7057 (inhibit-local-variables-regexps): Rename from
7058 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7059 Doc fix. Add some extensions from auto-coding-alist.
7060 (inhibit-local-variables-suffixes):
7061 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7062 (inhibit-local-variables-p):
7063 New function, extracted from set-auto-mode-1.
7064 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7065 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7066 (hack-local-variables): Doc fix. Make the mode-only case
7067 respect enable-local-variables and friends.
7068 Respect inhibit-local-variables-regexps for file-locals, but
7069 not for directory-locals.
7070 (set-visited-file-name):
7071 Take account of inhibit-local-variables-regexps.
7072 Whether it applies may change as the file name is changed.
7073 * jka-cmpr-hook.el (jka-compr-install):
7074 * jka-compr.el (jka-compr-uninstall):
7075 Update for inhibit-first-line-modes-suffixes name change.
7076
dd6e3cdd
MR
70772012-01-20 Martin Rudalics <rudalics@gmx.at>
7078
7079 * help-macro.el (make-help-screen): Temporarily restore original
7080 binding for minor-mode-map-alist (Bug#10454).
7081
0d0deb38
JD
70822012-01-19 Julien Danjou <julien@danjou.info>
7083
7084 * color.el (color-name-to-rgb): Use the white color to find the max
7085 color component value and return correctly computed values.
7086 (color-name-to-rgb): Add missing float conversion for max value.
7087
34a02f46
MR
70882012-01-19 Martin Rudalics <rudalics@gmx.at>
7089
7090 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7091 special state value for window-persistent-parameters.
7092 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7093 (window--state-put-2): Reset all window parameters to nil before
7094 assigning values of persistent parameters.
7095
606c44c4
AM
70962012-01-18 Alan Mackenzie <acm@muc.de>
7097
7098 Eliminate sluggishness and hangs in fontification of "semicolon
7099 deserts".
7100
cb882333
JB
7101 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7102 Change value 10000 -> 3000.
606c44c4
AM
7103 (c-state-safe-place): Reformulate so it doesn't stack up an
7104 infinite number of wrong entries in c-state-nonlit-pos-cache.
7105 (c-determine-limit-get-base, c-determine-limit): New functions to
7106 determine backward search limits disregarding literals.
7107 (c-find-decl-spots): Amend commenting.
7108 (c-cheap-inside-bracelist-p): New function which detects "={".
7109
7110 * progmodes/cc-fonts.el
7111 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7112 backward search.
7113 (c-font-lock-declarations): Fix an occurrence of point being
7114 undefined. Check additionally for point being in a bracelist or
7115 near a macro invocation without a semicolon so as to avoid a
7116 fruitless time consuming search for a declarator. Give a more
7117 precise search limit for declarators using the new
7118 c-determine-limit.
7119
f3860cea
GM
71202012-01-18 Glenn Morris <rgm@gnu.org>
7121
7122 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7123 (set-auto-mode): Doc fixes.
7124
1db03b16
GM
71252012-01-17 Glenn Morris <rgm@gnu.org>
7126
0e6038be
GM
7127 * isearch.el (search-nonincremental-instead): Fix doc typo.
7128
1db03b16
GM
7129 * dired.el (dired-insert-directory): Handle newlines in directory name.
7130 (dired-build-subdir-alist): Unescape newlines in directory name.
7131
4cb0aa75
MA
71322012-01-17 Michael Albinus <michael.albinus@gmx.de>
7133
7134 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7135 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7136 (tramp-action-terminal): Use it. (Bug#10530)
7137
1d00653d
SM
71382012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7141
6a6ee00d
MR
71422012-01-16 Martin Rudalics <rudalics@gmx.at>
7143
7144 * window.el (window-state-ignored-parameters): Remove variable.
7145 (window--state-get-1): Rename argument MARKERS to IGNORE.
7146 Handle persistent window parameters. Make copy of clone-of
7147 parameter only if requested. (Bug#10348)
7148 (window--state-put-2): Install a window parameter only if it has
7149 a non-nil value or an existing parameter shall be overwritten.
7150
97912def
MA
71512012-01-15 Michael Albinus <michael.albinus@gmx.de>
7152
7153 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7154
688070a5
EZ
71552012-01-14 Eli Zaretskii <eliz@gnu.org>
7156
7157 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7158 don't pass the (nil) value of `upnode' to string-match.
7159
301afadc
CY
71602012-01-14 Chong Yidong <cyd@gnu.org>
7161
7162 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7163 Fix values recognized by the cursorBlink resource.
301afadc 7164
9e5788aa
PE
71652012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7166
7167 * epg.el (epg--make-temp-file): Avoid permission race condition
7168 when running on old Emacs versions (bug#10403).
7169
3cdb7f5a
GM
71702012-01-14 Glenn Morris <rgm@gnu.org>
7171
7172 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7173
8c82b1b4
AM
71742012-01-13 Alan Mackenzie <acm@muc.de>
7175
7176 Fix filling for when filladapt mode is enabled.
7177
7178 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7179 c-mask-paragraph, pass in `fill-paragraph' rather than
7180 `fill-region-as-paragraph'. (This is a reversion of a previous
7181 change.)
eb864a71
LM
7182 * progmodes/cc-mode.el (c-basic-common-init):
7183 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7184
e517eda4
GM
71852012-01-13 Glenn Morris <rgm@gnu.org>
7186
1498536e
GM
7187 * dired.el (dired-switches-escape-p): New function.
7188 (dired-insert-directory): Use dired-switches-escape-p.
7189 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7190
e517eda4
GM
7191 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7192
328f984d
GM
71932012-01-12 Glenn Morris <rgm@gnu.org>
7194
7195 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7196 changes in adaptive-fill-regexp. (Bug#10276)
7197
2cc769a8
AM
71982012-01-11 Alan Mackenzie <acm@muc.de>
7199
7200 Fix Emacs bug #10463 - put `widen's around the critical spots.
7201
1d00653d 7202 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7203 widen around each invocation of c-state-pp-to-literal. Remove an
7204 unused let variable.
7205
e52c37fa
GM
72062012-01-11 Glenn Morris <rgm@gnu.org>
7207
7208 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7209 Doc fix.
e52c37fa 7210
96f8741e
CY
72112012-01-10 Chong Yidong <cyd@gnu.org>
7212
1d00653d
SM
7213 * net/network-stream.el (network-stream-open-starttls):
7214 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7215 response to the capability command.
7216
b09a806e
GM
72172012-01-10 Glenn Morris <rgm@gnu.org>
7218
7219 * mail/unrmail.el (unrmail): Tweak previous change.
7220
7655cb66
CY
72212012-01-09 Chong Yidong <cyd@gnu.org>
7222
7223 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7224
9d5a8f0b
AM
72252012-01-08 Alan Mackenzie <acm@muc.de>
7226
7227 Optimise font locking in long enum definitions.
7228
7229 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7230 arm to a cond form to handle enums.
7231 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7232 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7233
9a0115ab 72342012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7235
7236 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7237 (Bug#10401)
6bb72cbd 7238
f186bb95
LMI
72392012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7240
29232a68
LMI
7241 * faces.el (set-face-attribute): Clarify the meaning of the nil
7242 frame (bug#10294).
7243
4e5d086d
LMI
7244 * subr.el (with-selected-frame): Mention that the selected frame
7245 is restored (bug#9980).
7246
8e66aebe
LMI
7247 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7248 (bug#9759).
7249
cd394be1 7250 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7251 (password-read): Don't autoload unused function.
7252
adf4e762
JB
72532012-01-07 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * progmodes/which-func.el (which-func-mode): Turn into a
7256 non-interactive function and mark as obsolete (bug#10428).
7257
89bd9ccd
CY
72582012-01-06 Chong Yidong <cyd@gnu.org>
7259
7260 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7261 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7262 functions, along with 1 and -1.
7263
4afee9d5
EZ
72642012-01-06 Eli Zaretskii <eliz@gnu.org>
7265
7266 * time.el (display-time-load-average)
7267 (display-time-default-load-average): Doc fixes. See the thread
7268 starting at
7269 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7270 for the details.
7271
536aea70
GM
72722012-01-06 Glenn Morris <rgm@gnu.org>
7273
665ae865
GM
7274 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7275 has no messages. (Bug#10377)
7276
c869783d
GM
7277 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7278 than Info-edit. (Bug#10385)
7279
2bb4227e
GM
7280 * time.el (display-time-load-average, display-time-next-load-average):
7281 Doc fixes.
7282
7d5944b9
GM
7283 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7284 local setting of buffer-read-only to the input buffer. (Bug#10419)
7285
536aea70
GM
7286 * calendar/calendar.el (calendar-mode):
7287 Locally set scroll-margin to 0. (Bug#10379)
7288
7dccca16
UM
72892012-01-06 Ulrich Mueller <ulm@gentoo.org>
7290
7291 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7292
afbb7930
GM
72932012-01-05 Glenn Morris <rgm@gnu.org>
7294
7295 * eshell/em-unix.el (diff-no-select): Autoload it.
7296 (eshell/diff): Use diff-no-select. (Bug#10420)
7297
04482335
CY
72982012-01-05 Chong Yidong <cyd@gnu.org>
7299
7baca3bc
CY
7300 * shell.el (shell-dynamic-complete-functions): Revert last change.
7301 (shell-command-completion-function): New function.
7302 (shell-completion-vars): Use it to implement
7303 shell-completion-execonly (Bug#10417).
7304
04482335
CY
7305 * custom.el (enable-theme): Don't set custom-safe-themes.
7306
1d00653d
SM
7307 * cus-theme.el (custom-theme-merge-theme):
7308 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7309
bb5aa5d6
MM
73102012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7311
7312 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7313 first prompt in `sql-interacive-mode'.
7314 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7315 keywords.
6df6ae42 7316 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7317 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7318 context of original buffer. Invoke `sql-login-hook'.
7319
a7183d7c
EZ
73202012-01-04 Eli Zaretskii <eliz@gnu.org>
7321
7322 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7323 letters in cite-prefix.
7324
a1eacd1e
LMI
73252012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7326
7327 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7328
787cdb34
CY
73292012-01-03 Chong Yidong <cyd@gnu.org>
7330
1d00653d
SM
7331 * shell.el (shell-dynamic-complete-functions):
7332 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7333 comint-filename-completion first (Bug#10417).
7334
30710442
RS
73352012-01-02 Richard Stallman <rms@gnu.org>
7336
7337 * battery.el (battery-status-function):
7338 Detect when to use battery-yeeloong-sysfs.
7339 (battery-echo-area-format): Add string for Yeeloong.
7340 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7341 (battery-yeeloong-sysfs): New function.
7342
f75bfc33
CY
73432012-01-02 Chong Yidong <cyd@gnu.org>
7344
7345 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7346 (dirtrack): Merge code for handling relative filenames in prompt
7347 from shell-dir-cookie-watcher.
7348 (dirtrack-debug-message): New arg to avoid excess format calls.
7349
7350 * shell.el (shell-dir-cookie-re): Variable deleted.
7351 (shell-dir-cookie-watcher): Function deleted.
7352 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7353 with dirtrack-mode.
7354
651e947e
EZ
73552012-01-01 Eli Zaretskii <eliz@gnu.org>
7356
1d00653d
SM
7357 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7358 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7359 libgnutls-26.dll.
7360
94d4c7dc
AS
73612011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7362
7363 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7364
8d43f3cd
EZ
73652011-12-31 Eli Zaretskii <eliz@gnu.org>
7366
7367 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7368 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7369
98c8795a
MA
73702011-12-29 Michael Albinus <michael.albinus@gmx.de>
7371
7372 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7373 also for alternative shells.
7374 (tramp-open-connection-setup-interactive-shell): Check, whether
7375 the shell is a busybox.
7376 (tramp-send-command): Don't suppress multiple prompts for
7377 busyboxes, it hurts.
7378
51281b32
CY
73792011-12-28 Chong Yidong <cyd@gnu.org>
7380
7381 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7382 (gdb-get-source-file): Move mode line update to
7383 gdb-get-source-file (Bug#10087).
7384
2170cb53
CY
73852011-12-25 Chong Yidong <cyd@gnu.org>
7386
7387 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7388 gud-gdb-marker-filter without taking it as an argument.
7389 (gud-gdb-run-command-fetch-lines): Caller changed.
7390 (gud-gdb-completion-function): New variable.
7391 (gud-gdb-completion-at-point): Use it.
7392 (gud-gdb-completions-1): Split from gud-gdb-completions.
7393
7394 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7395 function as separate arguments.
7396 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7397 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7398 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7399 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7400 (gdb-stopped, def-gdb-auto-update-trigger)
7401 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7402 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7403 Callers changed.
2170cb53
CY
7404 (gud-gdbmi-completions): New function.
7405 (gdb): Use it for generating the completion table.
7406
be8b11bb
AM
74072011-12-24 Alan Mackenzie <acm@muc.de>
7408
7409 Introduce a mechanism to widen the region used in context font
1d00653d 7410 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7411
1d00653d
SM
7412 * progmodes/cc-langs.el (c-before-font-lock-functions):
7413 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7414 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7415 functions to be run just before context (etc.) font locking.
7416
7417 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7418 New, functionality extracted from
be8b11bb 7419 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7420 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7421 (c-after-change): Set c-in-after-change-fontification.
7422 (c-set-fl-decl-start): Rejig its interface, so it can be called
7423 from both after-change and context fontifying.
b81d40f0
JB
7424 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7425 New functions.
7426 (c-standard-font-lock-fontify-region-function): New variable.
7427 (c-font-lock-fontify-region): New function.
be8b11bb 7428
341cf6ac
JL
74292011-12-24 Juri Linkov <juri@jurta.org>
7430
7431 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7432 (Bug#10348)
7433
bffcee0a
MA
74342011-12-23 Michael Albinus <michael.albinus@gmx.de>
7435
7436 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7437 existence of source file. (Bug#10325)
7438
cb5e207c
AM
74392011-12-23 Alan Mackenzie <acm@muc.de>
7440
7441 Fix unstable fontification inside templates.
7442
b81d40f0
JB
7443 * progmodes/cc-langs.el (c-before-font-lock-functions):
7444 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7445 additionally has c-set-fl-decl-start. The other languages (apart
7446 from AWK) have that as a single entry.
7447
b81d40f0
JB
7448 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7449 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7450 c-set-fl-decl-start.
7451
b81d40f0
JB
7452 * progmodes/cc-mode.el (c-common-init, c-after-change):
7453 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7454 (c-set-fl-decl-start): New function, extracted from
7455 c-font-lock-enclosing-decls and enhanced.
7456
60ff536c
JB
74572011-12-23 Juanma Barranquero <lekktu@gmail.com>
7458
7459 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7460
1c4757d6
JL
74612011-12-22 Juri Linkov <juri@jurta.org>
7462
7463 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7464
d031f2c7
CY
74652011-12-22 Chong Yidong <cyd@gnu.org>
7466
7467 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7468
bace743a
DA
74692011-12-21 Drew Adams <drew.adams@oracle.com>
7470
7471 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7472
728a1f2b
JC
74732011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7474
7475 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7476
0d373f73
TZ
74772011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7478
fec0aaa4
TZ
7479 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7480 highlighting and support. Fix up comments for capitalization.
7481 (cfengine-mode-debug): New var.
7482 (cfengine3-mode): Change the modeline indicator to "CFE3".
7483 (cfengine3-font-lock-keywords): Improve defun highlighting.
7484 (cfengine2-actions): Rename from `cfengine-actions'.
7485 (cfengine2-font-lock-keywords): Rename from
7486 `cfengine-font-lock-keywords'.
7487 (cfengine2-imenu-expression): Rename from
7488 `cfengine-imenu-expression'.
7489 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7490 (cfengine2-beginning-of-defun): Rename from
7491 `cfengine-beginning-of-defun'.
7492 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7493 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7494 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7495 modeline indicator to "CFE2".
7496 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7497 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7498
bc86f573
CY
74992011-12-21 Chong Yidong <cyd@gnu.org>
7500
7501 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7502 filename argument.
7503
d45ba96b
MR
75042011-12-20 Martin Rudalics <rudalics@gmx.at>
7505
7506 * window.el (window-normalize-buffer-to-display): Remove.
7507 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7508
a6198c90
CY
75092011-12-19 Chong Yidong <cyd@gnu.org>
7510
7511 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7512 Don't signal an error in a predicate function; return non-nil.
7513 (vc-dir-mark-file): Move the error here.
7514 (vc-dir-mark-unmark): If acting on the region, keep going if one
7515 of the entries cannot be marked/unmarked.
7516 (vc-dir-mark-all-files): If current entry is a directory, mark
7517 only child files, as documented.
7518
34c5fb55
VB
75192011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7520
7521 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7522 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7523 addition.
7524
c803b2b7
JD
75252011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7526
7527 * term/ns-win.el (ns-get-selection-internal)
7528 (ns-store-selection-internal): Declare.
1154d12e
JB
7529 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7530 Declare as obsolete.
7531 (ns-get-pasteboard, ns-paste-secondary):
7532 Use ns-get-selection-internal.
7533 (ns-set-pasteboard, ns-copy-including-secondary):
7534 Use ns-store-selection-internal.
c803b2b7 7535
9cff91f8 75362011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7537
7538 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7539 (vc-deduce-fileset): Doc fix.
99a289d9 7540
f16c898a
AS
75412011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7542
7543 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7544
763237c4
SS
75452011-12-13 Sam Steingold <sds@gnu.org>
7546
7547 * man.el (Man-getpage-in-background): When running under a
7548 window-system, ignore $MANWIDTH and $COLUMNS.
7549
5fc1c122
KH
75502011-12-15 Kenichi Handa <handa@m17n.org>
7551
7552 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7553 (setup-ethiopic-environment-internal): Comment out key-binding for
7554 ethio-toggle-punctuation.
7555
13d49cbb
AM
75562011-12-13 Alan Mackenzie <acm@muc.de>
7557
898169a2
AM
7558 Add the switch statement to AWK Mode.
7559
7a71b18d 7560 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7561 "default" to the keywords regexp.
7562
7a71b18d 7563 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7564 expression as the rest.
1d00653d
SM
7565 (c-nonlabel-token-key): Allow string literals for AWK.
7566 Refactor for the other modes.
898169a2 7567
13d49cbb 7568 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7569 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7570 routines. Limit backward searching in c-font-lock-enclosing.decl.
7571
7572 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7573 pp-state and literal type in addition to the limits.
1d00653d 7574 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7575 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7576 (c-slow-in-literal, c-fast-in-literal): Remove.
7577 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7578
7579 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7580 being in a literal. Add a limit for backward searching.
7581
7582 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7583 c-slow-in-literal.
7584
15e0efc7
SM
75852011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7588
454592a6
MR
75892011-12-13 Martin Rudalics <rudalics@gmx.at>
7590
7591 * window.el (delete-other-windows): Use correct frame in call to
7592 window-with-parameter.
7593
87393f26
DP
75942011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7595
7596 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7597 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7598 (makefile-gmake-statements, makefile-makepp-statements):
7599 Use it and add new makepp keywords.
7600 (makefile-makepp-font-lock-keywords): Add new patterns.
7601 (makefile-match-function-end): Match new [...] and [[...]].
7602
11636b22
JB
76032011-12-11 Juanma Barranquero <lekktu@gmail.com>
7604
7605 * ses.el (ses-call-printer-return, ses-cell-property-get)
7606 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7607 (ses-create-cell-variable, ses-reset-header-string)
7608 (ses-cell-set-formula, ses-repair-cell-reference-all)
7609 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7610 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7611 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7612 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7613 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7614 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7615 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7616 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7617 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7618 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7619 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7620 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7621
cf018193
VB
76222011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7623
7624 * ses.el: The overall change is to add cell renaming, that is
7625 setting fancy names for cell symbols other than name matching
7626 "\\`[A-Z]+[0-9]+\\'" regexp .
7627 (ses-create-cell-variable): New defun.
7628 (ses-relocate-formula): Relocate formulas only for cells the
7629 symbols of which are not renamed, i.e. symbols whose names do not
7630 match regexp "\\`[A-Z]+[0-9]+\\'".
7631 (ses-relocate-all): Relocate values only for cells the symbols of
7632 which are not renamed.
7633 (ses-load): Create cells variables as the (ses-cell ...) are read,
7634 in order to check row col consistency with cell symbol name only
7635 for cells that are not renamed.
7636 (ses-replace-name-in-formula): New defun.
7637 (ses-rename-cell): New defun.
7638
ee957461
CY
76392011-12-11 Chong Yidong <cyd@gnu.org>
7640
7641 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7642 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7643
9a9e9ef0
MR
76442011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7645
7646 * window.el (other-window): Fix docstring.
7647
92a8eba5
EZ
76482011-12-10 Eli Zaretskii <eliz@gnu.org>
7649
7650 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7651 `from' or `to' address before taking its substring.
7652 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7653 encoded name is chopped in the middle of the encoded string, and
7654 thus displayed encoded.
7655
e152e577
JB
76562011-12-10 Juanma Barranquero <lekktu@gmail.com>
7657
7658 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7659
e5d84bfe
EZ
76602011-12-10 Eli Zaretskii <eliz@gnu.org>
7661
7662 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7663 to use texinfo-update-node and commands that call it if the
7664 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7665 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7666 (texinfo-all-menus-update, texinfo-master-menu)
7667 (texinfo-update-node, texinfo-every-node-update)
7668 (texinfo-multiple-files-update): Doc fix. Warn against updating
7669 all the @node lines.
7670 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7671 argument is numeric. Explain better in the doc string what the
7672 function really does.
7673 (texinfo-insert-master-menu-list): Improve the error message
7674 displayed if there's no menu in the Top node.
7675 (Bug#2975) See also this thread:
e5d84bfe
EZ
7676 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7677
1d84e9bb
MG
76782011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7679
7680 * speedbar.el (speedbar-supported-extension-expressions):
7681 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7682
382c953b
JB
76832011-12-09 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * printing.el (pr-mode-alist):
7686 * simple.el (filter-buffer-substring-functions)
7687 (completion-list-insert-choice-function):
7688 * window.el (window-with-parameter, window-atom-root)
7689 (window-sides-slots, window-size-fixed, window-min-delta)
7690 (window-max-delta, window--resize-mini-window)
7691 (window--resize-child-windows-normal, window-tree)
7692 (delete-other-windows, quit-window, split-window)
7693 (display-buffer-record-window, special-display-buffer-names)
7694 (special-display-regexps, special-display-popup-frame)
7695 (same-window-p, split-window-sensibly)
7696 (display-buffer-overriding-action, display-buffer-alist)
7697 (display-buffer-base-action, display-buffer, switch-to-buffer)
7698 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7699 (fit-window-to-buffer, recenter-positions)
7700 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7701 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7702 and remove unneeded backslashes in docstrings.
7703
39c9faef
SM
77042011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7705
98449af8
SM
7706 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7707
39c9faef
SM
7708 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7709 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7710 end in ".mk".
7711 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7712 when reading the makefile (bug#10116).
7713
86ed9fdc
SM
77142011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7717 (bug#10116).
7718
5580f89d
GM
77192011-12-06 Glenn Morris <rgm@gnu.org>
7720
7721 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7722
28d3917c
CY
77232011-12-06 Chong Yidong <cyd@gnu.org>
7724
7725 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7726
a98edce9
JB
77272011-12-06 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * textmodes/table.el (table-shorten-cell): Fix typo.
7730
e65adfac
CG
77312011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7732
7733 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7734
71cc0b74
EZ
77352011-12-05 Eli Zaretskii <eliz@gnu.org>
7736
7737 * descr-text.el (describe-char): Fix display of strong
7738 right-to-left characters and directional embeddings and overrides.
7739
7740 * simple.el (what-cursor-position): Fix display of codepoints of
7741 strong right-to-left characters.
7742
315bc30d
CY
77432011-12-05 Chong Yidong <cyd@gnu.org>
7744
7745 * faces.el (read-color): Doc fix.
7746
58a70b94
GM
77472011-12-05 Glenn Morris <rgm@gnu.org>
7748
7749 * align.el (align--set-marker): Add doc-string.
7750 Don't try to move something that is not a marker. (Bug#10216)
7751
5158face
GM
77522011-12-04 Glenn Morris <rgm@gnu.org>
7753
7754 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7755 overly zealous deletion of trailing whitespace.
7756
520fca41
JB
77572011-12-04 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * server.el (server-delete-client): On Windows, do not try to delete
7760 the only terminal.
7761 (server-process-filter): On Windows, treat requests for a tty frame as
7762 if they were for a GUI frame if the running server is in GUI mode.
7763
5e605a2e
GM
77642011-12-03 Glenn Morris <rgm@gnu.org>
7765
7766 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7767
5c3fe83f
SM
77682011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7769
6f5e57e7
SM
7770 * electric.el: Streamline electric-indent's hook.
7771 (electric-indent-chars): Revert to simple list.
7772 (electric-indent-functions): New var.
7773 (electric-indent-post-self-insert-function): Use it.
7774
5c3fe83f
SM
7775 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7776 there's no inferior buffer (bug#10196).
7777 (prolog-consult-compile): Don't use toggle-read-only.
7778
6bdac736
MA
77792011-12-02 Michael Albinus <michael.albinus@gmx.de>
7780
7781 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7782 interrupt. (Bug#10187)
7783
6131ba7f
SM
77842011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7785
99c79fee
SM
7786 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7787 (bug#9160).
7788
6131ba7f
SM
7789 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7790 (bug#10191).
7791
cb0a02ea
JL
77922011-12-02 Juri Linkov <juri@jurta.org>
7793
7794 * info.el (Info-search): Display "end of manual" when Isearch
7795 reaches the end of single-file Info manual. (Bug#9918)
7796
66e0570c
EZ
77972011-12-02 Eli Zaretskii <eliz@gnu.org>
7798
7799 * isearch.el (isearch-message-prefix): Run the input method part
7800 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7801
02b16839
JL
78022011-12-02 Juri Linkov <juri@jurta.org>
7803
7804 * isearch.el (isearch-occur): Use `word-search-regexp' for
7805 `isearch-word'.
7806 (isearch-search-and-update): Add condition for `isearch-word' and
7807 call `word-search-regexp'. (Bug#10145)
7808
0b950688
GM
78092011-12-01 Glenn Morris <rgm@gnu.org>
7810
7811 * eshell/em-hist.el (eshell-hist-initialize):
7812 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7813 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7814
9505c3c7
SM
78152011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7818
1bbe96b2 78192011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7820
a1beca85
SM
7821 * progmodes/verilog-mode.el (verilog-pretty-expr):
7822 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7823 verilog, such as += *= and the like.
7824 (verilog-assignment-operator-re): Regular expression to find the
7825 assigment operator in a verilog assignment.
7826 (verilog-assignment-operation-re): Regular expression to find an
7827 assignment statement for pretty-expr.
7828 (verilog-in-attribute-p): Query returns true if point is in an
7829 attribute context; used to skip these for expression line up from
7830 pretty-expr.
7831 (verilog-in-parameter-p): Query returns true if point is in an
7832 parameter definition context; used to skip these for expression
7833 line up from pretty-expr.
7834 (verilog-in-parenthesis-p): Query returns true if point is in a
7835 parenthetical expression, specifically ( ) but not [ ] or { };
7836 used by pretty-expr.
7837 (verilog-just-one-space): If there is no space, don't add one.
7838 (verilog-get-lineup-indent-2): Specifically skip just attribute
7839 contexts for expression lineup, rather than skipping all
7840 parenthetical expressions.
7841 (verilog-calculate-indent): Fix comment, and fix indent.
7842 (verilog-do-indent): Indent declarations in lists (suggested by
7843 Joachim Lechner).
7844 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7845 skeleton items.
7846 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7847 by Alain Mellan).
7848
1bbe96b2 78492011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7850
7851 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7852 parameters with embedded comments. Reported by Ray Stevens.
7853 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7854 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7855 Reported by Tim Holt.
7856 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7857 instantiated by upper module causing wrong expansion until AUTOed a
7858 second time. Reported by K C Buckenmaier.
7859 (verilog-diff-auto): Fix showing .* as a difference when
7860 `verilog-auto-star-save' off. Reported by Dan Dever.
7861 (verilog-auto-reset, verilog-read-always-signals)
7862 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7863 temporary signals in reset list if
7864 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7865 style to each signal's assignment type, bug381.
7866 Reported by Thomas Esposito.
6288f0ca
WS
7867 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7868 (verilog-uvm-statement-re): Support UVM indentation and
7869 highlighting, with old OVM keywords only.
a1beca85 7870 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7871 Support AUTOTIEOFF creating non-wire data types.
7872 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7873 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7874 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7875 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7876 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7877 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7878 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7879 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7880 non-numeric vector width. Reported by Alex Reed.
7881 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7882 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7883 (verilog-auto-delete-trailing-whitespace):
7884 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7885 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7886 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7887 Fix verilog-scan-cache corruption when running user AUTO expansion
7888 hooks that call indentation routines.
7889 (verilog-simplify-range-expression): Fix typo ignoring lower case
7890 identifiers.
7891 (verilog-delete-auto): Fix delete-autos to also remove user created
7892 automatics, as long as they start with AUTO.
7893 (verilog-batch-diff-auto, verilog-diff-auto)
7894 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7895 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7896 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7897 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7898 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7899 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7900 is disabled and its cache will get corrupt, causing AUTOS not to
7901 expand. Instead use only -quick functions.
7902 (verilog-scan-region): Fix scanning over escaped quotes.
7903 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7904 (verilog-re-search-backward-quick)
7905 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7906 related functions now ignore strings, to fix misparsing of strings
7907 with magic comments embedded in them.
a1beca85
SM
7908 (verilog-read-auto-template):
7909 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7910 Reported by Brad Dobbie.
7911 (verilog-read-auto-template):
7912 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7913 Reported by Brad Dobbie.
6288f0ca
WS
7914 (verilog-auto-inst, verilog-auto-inst-param)
7915 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7916 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7917 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7918 debugging templates without merge conflicts, bug357.
7919 Reported by Brad Dobbie.
7920 (verilog-read-auto-template):
7921 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7922 Reported by Brad Dobbie.
7923 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7924 abbrevs so user won't be asked to save.
7925 (verilog-read-auto-lisp-present): Fix to start at beginning of
7926 buffer in case called outside of verilog-auto.
7927 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7928 to "X-2". Reported by Matthew Myers.
7929 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7930 all inputs from module templates. Reported by Leith Johnson.
7931 (verilog-module-inside-filename-p): Fix locating programs as with
7932 modules.
7933 (verilog-auto-inst-port): Fix vl-width expressions when using
7934 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7935 (verilog-decls-get-regs, verilog-decls-get-signals,
7936 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7937 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7938 verilog-read-decls): Combine reg and wire structures into one var
7939 structure to represent SystemVerilog concepts.
7940 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7941 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7942 (verilog-auto-wire-type, verilog-insert-definition):
7943 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7944 SystemVerilog "logic" keyword instead of "wire"/"reg".
7945 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7946 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7947 ifdef or generate if so there's not a driver conflict).
7948 Reported by Matthew Myers.
7949 (verilog-auto-declare-nettype, verilog-insert-definition):
7950 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7951 `default_nettype none. Reported by Julian Gorfajn.
7952 (verilog-read-always-signals-recurse, verilog-read-decls)
7953 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7954 malformed end statement, bug325. Reported by Joshua Wise and
7955 Andrew Drake.
7956 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7957 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7958 when expanding .* in interfaces, bug320.
7959 Reported by Pierre-David Pfister.
6288f0ca 7960 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7961 name and open parenthesis, bug317.
7962 Reported by Pierre-David Pfister.
6288f0ca
WS
7963 (verilog-simplify-range-expression): Fix simplification of
7964 multiplications inside AUTOWIRE connections, bug303.
7965 (verilog-auto-inst-port): Support parameter expansion in
7966 multidimensional arrays.
7967 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7968 after "assert property". Reported by Julian Gorfajn.
7969 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7970 with multiplication, bug303.
7971 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7972 Reported by Jan Frode Lonnum.
7973
1bbe96b2
GM
79742011-11-30 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7977 (hfy-shell-file-name, hfy-shell):
7978 * international/fontset.el (x-decompose-font-name): Fix typos.
7979
79802011-11-29 Ken Brown <kbrown@cornell.edu>
7981
7982 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7983 (gdb-version): Remove defvar.
7984 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7985 (gdb-gud-context-command, gdb-non-stop-handler)
7986 (gdb-current-context-command, gdb-stopped): Use it.
7987 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7988 (gdb-non-stop-handler): Don't enable pretty-printing here.
7989 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7990 non-stop mode. Use the following.
7991 (gdb-check-target-async): New defun.
7992 (gud-watch, gdb-stopped): Fix whitespace.
7993 (gdb-get-source-file): Don't try to display the source file if
7994 `gdb-main-file' is nil.
7995
79962011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * align.el: Try to generate fewer markers (bug#10047).
7999 (align--set-marker): New macro.
8000 (align-region): Use it.
8001
c935221f
SM
80022011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8005
e70b5064
CY
80062011-11-29 Chong Yidong <cyd@gnu.org>
8007
8008 * indent.el (indent-for-tab-command, indent-according-to-mode):
8009 Doc fix.
8010 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8011
f3af92b7
MA
80122011-11-29 Michael Albinus <michael.albinus@gmx.de>
8013
8014 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8015 aware of remote file names. (Bug#10124)
8016
ed472be9
CY
80172011-11-29 Chong Yidong <cyd@gnu.org>
8018
8019 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8020
24510c22
SM
80212011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * files.el (find-file): Don't use force-same-window (bug#10144).
8024 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8025 use pop-to-buffer if the selected window can't be used.
8026 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8027
c60c3703
EZ
80282011-11-28 Eli Zaretskii <eliz@gnu.org>
8029
8030 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8031 special-mode-map.
8032
e95def75
CY
80332011-11-28 Chong Yidong <cyd@gnu.org>
8034
8035 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8036
c3f1c606
NR
80372011-11-27 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8040 gdb-get-source-file-list on gdb-create-source-file-list.
8041
00db469c
EZ
80422011-11-26 Eli Zaretskii <eliz@gnu.org>
8043
8044 * whitespace.el (whitespace-newline): Use a different foreground
8045 color for 16-color light-background displays.
8046
4ad3bc2a
CY
80472011-11-24 Chong Yidong <cyd@gnu.org>
8048
8049 * window.el (display-buffer--special-action): Doc fix.
8050
e9fce1ac
JB
80512011-11-25 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8054 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8055 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8056 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8057 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8058 (avl-tree-stack-first):
8059 * emacs-lisp/cconv.el (cconv--analyse-use):
8060 * net/gnutls.el (gnutls-negotiate): Fix typos.
8061
cb825e5d
GM
80622011-11-24 Glenn Morris <rgm@gnu.org>
8063
3adbe224
GM
8064 * lpr.el (lpr-windows-system, lpr-lp-system):
8065 * mail/binhex.el (binhex-begin-line):
8066 * progmodes/grep.el (grep-history, grep-find-history):
8067 * textmodes/flyspell.el:
8068 * vc/pcvs-defs.el (cvs-global-menu):
8069 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8070 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8071 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8072
321decc8
GM
8073 * net/tls.el: Fix case of "GnuTLS".
8074
420b63ad
GM
8075 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8076
cb825e5d
GM
8077 * version.el (emacs-build-system): Give it a doc-string.
8078
a0649f08
JL
80792011-11-24 Juri Linkov <juri@jurta.org>
8080
8081 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8082
c0bc0fd4
GM
80832011-11-24 Glenn Morris <rgm@gnu.org>
8084
8085 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8086 if called on a non-mime message just toggle the headers. (Bug#8006)
8087
20db1522
JB
80882011-11-24 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8091 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8092 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8093 (allout-rebullet-heading, allout-open-sibtopic)
8094 (allout-toggle-current-subtree-encryption)
8095 (allout-toggle-subtree-encryption, allout-encrypt-string)
8096 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8097 (allout-distinctive-bullets-string, allout-auto-activation):
8098 * window.el (window-normalize-buffer-to-display):
8099 * progmodes/verilog-mode.el (verilog-batch-indent):
8100 * textmodes/bibtex.el (bibtex-field-braces-opt)
8101 (bibtex-field-strings-opt):
8102 * vc/cvs-status.el (cvs-tree-merge):
8103 Fix typos.
8104
7262a87c
MA
81052011-11-23 Michael Albinus <michael.albinus@gmx.de>
8106
8107 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8108 `non-essential' to t, in order to avoid remote connections.
8109
283430a1
EZ
81102011-11-23 Eli Zaretskii <eliz@gnu.org>
8111
a1beca85
SM
8112 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8113 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8114 case-insensitively.
8115
d2992a38
ML
81162011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8117
8118 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8119
50419064
GM
81202011-11-23 Glenn Morris <rgm@gnu.org>
8121
da94eca1
GM
8122 * paths.el (rmail-file-name): Reformat the doc-string so that it
8123 is picked up.
8124
9aac4de2
GM
8125 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8126 (rmail-auto-file): Ignore case in the "special" field names,
8127 as mail-fetch-field does for all others.
8128
8038d2d2
GM
8129 * mail/rmail.el (rmail-forward):
8130 * mail/rmailkwd.el (rmail-set-label):
8131 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8132 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8133
f3fe222a
GM
8134 * mail/rmail.el (rmail-current-message): Doc fix.
8135
50419064
GM
8136 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8137
28109f49
SM
81382011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8141
394c65f1
GM
81422011-11-22 Glenn Morris <rgm@gnu.org>
8143
8144 * mail/rmailmm.el (test-rmail-mime-handler)
8145 (test-rmail-mime-bulk-handler)
8146 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8147
f2a0aa3a
JL
81482011-11-21 Juri Linkov <juri@jurta.org>
8149
1154d12e
JB
8150 * calc/calc.el (calc-read-key-sequence):
8151 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8152
9c34a344
LMI
81532011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8154
8155 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8156 Tell the caller that the next line needs recomputation, even
8157 though it doesn't start a sexp (bug#10094).
8158
f04a3be9
SM
81592011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8162
7978747f
SM
81632011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8164
f04a3be9
SM
8165 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8166 Use force-same-window.
7978747f 8167
fe7a3057
JB
81682011-11-20 Juanma Barranquero <lekktu@gmail.com>
8169
8170 * descr-text.el (describe-char-unicode-data):
8171 * json.el (json-string-escape):
8172 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8173 (Footnote-unicode, Footnote-style-p):
8174 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8175
24901d61
CY
81762011-11-20 Chong Yidong <cyd@gnu.org>
8177
8178 * window.el (replace-buffer-in-windows): Restore interactive spec.
8179
bac7ff22
SM
81802011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8181
24f3d7b9
SM
8182 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8183
bac7ff22
SM
8184 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8185 (byte-compile-global-not-obsolete-vars): New var.
8186 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8187 Use it.
8188 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8189
cd1181db
JB
81902011-11-20 Juanma Barranquero <lekktu@gmail.com>
8191
8192 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8193 * progmodes/pascal.el (electric-pascal-equal):
8194 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8195 * xml.el (xml-substitute-special): Fix typos.
8196
7fb18e9e
GM
81972011-11-20 Glenn Morris <rgm@gnu.org>
8198
8199 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8200 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8201 Doc fixes.
8202 (rmail-decode-mime-charset): Mark as obsolete.
8203
8204 * mail/rmailsum.el (rmail-message-regexp-p-1):
8205 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8206 Before using mime functions, check they are set. (Bug#10077)
8207
d5a6b3ba
JL
82082011-11-19 Juri Linkov <juri@jurta.org>
8209
8210 * info.el (Info-finder-find-node): Use `package--builtins' instead
8211 of `package-alist'. Use node names formed by the pattern "Keyword "
8212 and the keyword name.
8213
e981b61f
AS
82142011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8215
1d00653d 8216 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8217
3ffbc301
JL
82182011-11-19 Juri Linkov <juri@jurta.org>
8219
8220 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8221 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8222 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8223 `old-history', `old-history-forward'. Add let-binding
8224 `window-selected'. Remove calls to `kill-buffer',
8225 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8226 before calling `Info-find-node', so `Info-find-node-2' will reread
8227 the Info file. Restore window positions only when `window-selected'
8228 is non-nil.
8229
30c62133
JL
82302011-11-19 Juri Linkov <juri@jurta.org>
8231
8232 * isearch.el (isearch-lazy-highlight-new-loop):
8233 Remove condition `(not isearch-error)'. (Bug#9918)
8234
8235 * misearch.el (multi-isearch-search-fun): Add condition
8236 `(not bound)' to ignore lazy-highlighting search.
8237 Add the search-failed message "end of multi" when the end of
8238 multi-sequence is reached. Uncapitalize the search-failed
8239 message "Repeat for next buffer".
8240
8241 * info.el (Info-search): Add the search-failed message
8242 "end of the manual" when the end of the manual is reached
8243 in Isearch mode.
8244
645ca9cf
JL
82452011-11-19 Juri Linkov <juri@jurta.org>
8246
8247 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8248 Use non-destructive `remove' instead of `delete' because
8249 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8250 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8251
df754f66
JL
82522011-11-19 Juri Linkov <juri@jurta.org>
8253
8254 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8255 to nil instead of binding `search-ring' and `regexp-search-ring'.
8256 (Bug#9185)
8257
0e23d96a
EZ
82582011-11-19 Eli Zaretskii <eliz@gnu.org>
8259
8260 * simple.el (line-move): Force movement by logical lines for any
8261 hscrolled window, not only when auto-hscroll-mode is on.
8262 (line-move-visual): Update doc string to that effect. (Bug#10076)
8263
8a6ccb66
AS
82642011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8265
8266 * language/european.el (macintosh): Define as alias for mac-roman.
8267
49ae5b39
EZ
82682011-11-19 Eli Zaretskii <eliz@gnu.org>
8269
8270 * mail/rmailmm.el (rmail-mime-display-header)
8271 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8272 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8273 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8274 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8275 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8276 of a raw aref.
8277 (rmail-mime-entity-segment): To get past the tagline, move forward
8278 2 more lines, to account for the 2 empty lines that precede and
8279 follow the line with the buttons.
8280 (rmail-mime-update-tagline): Move one more line, to get past the
8281 empty line that follows the buttons in the tagline. (Bug#9520)
8282
c56cad4a
MR
82832011-11-19 Martin Rudalics <rudalics@gmx.at>
8284
8285 * window.el (window-max-delta-1, window-min-delta-1)
8286 (window-min-size-1, window-state-get-1, window-state-put-1)
8287 (window-state-put-2): Use "window--" prefix.
8288
cbe71af3
SM
82892011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8290
2ad52c60
SM
8291 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8292 (smie-warning-count): New var.
8293 (smie-set-prec2tab): Use it.
8294 (smie-bnf->prec2): Improve warnings. Add docstring.
8295 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8296 (smie-bnf--set-class): New function.
8297 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8298 corner case.
8299
6944dbc1
SM
8300 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8301 (compilation-error-properties, compilation-move-to-column):
8302 Handle compilation-first-column while in the target buffer.
8303
c400c4d7
SM
8304 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8305 Don't hardcode point-min==1.
8306
6dbe3e96
SM
8307 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8308 (eshell-rewrite-for-command): Remove workaround.
8309 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8310 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8311 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8312
cbe71af3
SM
8313 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8314
a8e1496d
GM
83152011-11-17 Glenn Morris <rgm@gnu.org>
8316
8317 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8318 Ignore buffer-local generated-autoload-file if it is the same
8319 as the global value. (Bug#10049)
8320
df85d315
JB
83212011-11-17 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8324 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8325 (reftex-toc-previous-heading, reftex-toc-max-level)
8326 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8327 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8328 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8329 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8330 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8331 (reftex-toc-rename-label, reftex-toc-visit-location)
8332 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8333 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8334 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8335 leaving "*toc*" only for references to the buffer.
8336
a0c2d0ae
MR
83372011-11-17 Martin Rudalics <rudalics@gmx.at>
8338
8339 * window.el (window-resize, delete-window, split-window):
8340 Replace window-splits by window-combination-resize.
1d00653d 8341 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8342
35c0bac8
GM
83432011-11-17 Glenn Morris <rgm@gnu.org>
8344
8345 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8346 Make bash entry derive from sh entry, not shell entry.
8347
d0c8fc8a
MA
83482011-11-16 Michael Albinus <michael.albinus@gmx.de>
8349
7262a87c
MA
8350 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8351 local file name.
8352
7877f373
JB
83532011-11-16 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * menu-bar.el (menu-bar-file-menu):
8356 * printing.el (pr-ps-utility):
8357 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8358 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8359 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8360 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8361 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8362 (icalendar--convert-cyclic-to-ical)
8363 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8364 (icalendar--convert-ical-to-diary)
8365 (icalendar--convert-recurring-to-diary)
8366 (icalendar--convert-non-recurring-all-day-to-diary)
8367 (icalendar-import-format-sample):
8368 * progmodes/idlw-shell.el (idlwave-shell-mode):
8369 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8370 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8371 (vhdl-ps-print-init): Fix typos.
8372
10649b82
KM
83732011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8374
9d0cfcd6
GM
8375 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8376 FSF and collapse date sequence, obscure author/maintainer email address
8377 better, remove extra version line, track relocation of author's webpage.
10649b82 8378
9d0cfcd6
GM
8379 * progmodes/python.el (python-pdbtrack-input-prompt)
8380 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8381 regular python pdb prompts. Adjustments shamelessly taken exactly as
8382 suggested in EmacsWiki page (tiny change):
8383 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8384
58179cce
JB
83852011-11-16 Juanma Barranquero <lekktu@gmail.com>
8386
8387 * expand.el (expand-pos, expand-index, expand-point):
8388 Remove redundant info from docstring.
8389 (expand-add-abbrevs): Doc fix.
8390 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8391 (expand-sample-perl-mode-expand-list): Fix typos.
8392
8393 * net/dbus.el (dbus-event-member-name):
8394 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8395 * term/pc-win.el (msdos-create-frame-with-faces):
8396 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8397
b6f67890
MR
83982011-11-16 Martin Rudalics <rudalics@gmx.at>
8399
8400 * window.el (split-window, window-state-get-1)
8401 (window-state-put-1, window-state-put-2): Rename occurrences of
8402 window-nest to window-combination-limit.
1d00653d 8403 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8404
ce7ddba0
CY
84052011-11-16 Chong Yidong <cyd@gnu.org>
8406
8407 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8408 regexp (Bug#10033).
8409
3ae704f4
SM
84102011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8413 `completing-read' will remove *Completions* and will preserve
8414 current-buffer for us.
8415 (tmm-add-prompt): Users of *Completions* will always (re)set its
8416 major mode.
8417 (tmm-old-comp-map): Remove.
8418
6ad1cdde
GM
84192011-11-16 Glenn Morris <rgm@gnu.org>
8420
8421 * mail/rmailedit.el: Require rmailmm when compiling.
8422 (rmail-old-mime-state): New declaration.
8423 (rmail-edit-current-message): If editing a mime message,
8424 edit the "raw" message from the mbox buffer.
8425 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8426
d20faa20
GM
84272011-11-15 Glenn Morris <rgm@gnu.org>
8428
8429 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8430 which wasn't being used. Add optional arg to force given state.
8431 (rmail-mime): Add optional arg to force given state.
8432
c7015153
JB
84332011-11-15 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8436 * frame.el (display-mm-dimensions-alist):
8437 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8438 (outline-move-subtree-down):
8439 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8440 (newsticker--treeview-do-get-node):
8441 * net/quickurl.el (quickurl-list-buffer-name):
8442 * progmodes/dcl-mode.el (dcl-mode):
8443 * progmodes/gdb-mi.el (gdb-mapcar*):
8444 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8445
45261b50
GM
84462011-11-15 Glenn Morris <rgm@gnu.org>
8447
8448 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8449 in a boolean sense, so just make it a boolean, and fix the doc.
8450 (rmail-show-mime-function, rmail-mime-feature)
8451 (rmail-require-mime-maybe): Doc fixes.
8452 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8453
8454 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8455
0d26e0b6
JB
84562011-11-15 Juanma Barranquero <lekktu@gmail.com>
8457
8458 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8459 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8460 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8461 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8462
447f30f6
GM
84632011-11-15 Glenn Morris <rgm@gnu.org>
8464
672b871d
GM
8465 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8466 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8467 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8468 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8469 (rmail-mime, rmail-show-mime): Doc fixes.
8470
f6aa5bb1
GM
8471 * term/ns-win.el (mode-line-frame-identification):
8472 Leave it alone. (Bug#10051)
8473
947cd66b
GM
8474 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8475
447f30f6
GM
8476 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8477 Handle empty buffers. (Bug#9978)
8478
0b381c7e
JB
84792011-11-14 Juanma Barranquero <lekktu@gmail.com>
8480
8481 * international/mule.el (define-charset):
8482 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8483 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8484 * progmodes/verilog-mode.el (verilog-backward-token):
8485 * textmodes/ispell.el (lookup-words):
8486 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8487
71e027ac
GM
84882011-11-14 Glenn Morris <rgm@gnu.org>
8489
56632ce4
GM
8490 * progmodes/executable.el
8491 (executable-make-buffer-file-executable-if-script-p):
8492 Handle file-modes returning nil.
8493
40500957
GM
8494 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8495 message - not necessary, and causes problems. (Bug#9831)
8496
071c2340
GM
8497 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8498
d3cfca60
GM
8499 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8500
71e027ac
GM
8501 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8502 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8503 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8504
89d61221
MR
85052011-11-12 Martin Rudalics <rudalics@gmx.at>
8506
8507 * window.el (window-resize, delete-window): Use window-splits
8508 variable instead of function.
8509 (window-state-get-1, window-state-put-2, window-state-put):
8510 Don't deal with windows' splits status.
8511
98282f6f
GM
85122011-11-12 Glenn Morris <rgm@gnu.org>
8513
8514 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8515 (apropos-documentation): Doc fixes.
8516
40a8bdf6
JB
85172011-11-11 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8520 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8521
65bd19ff
SM
85222011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * electric.el (electric-indent-post-self-insert-function): Make it
8525 possible for a char to only indent in some circumstances.
8526 (electric-indent-mode): Simplify.
8527
54f9154c
MR
85282011-11-11 Martin Rudalics <rudalics@gmx.at>
8529
8530 * window.el (windows-with-parameter): Remove unused function.
8531 (windows-at-side): Rename to window-at-side-list.
8532 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8533 (window-side-check, window-size-ignore, window-size-fixed-1)
8534 (window-in-direction-2): Prefix with "window--".
8535 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8536
68cbc58b
GM
85372011-11-11 Glenn Morris <rgm@gnu.org>
8538
8539 * subr.el (eval-after-load): If FILE is already loaded,
8540 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8541
b2621720
GM
85422011-11-10 Glenn Morris <rgm@gnu.org>
8543
9a4de110
GM
8544 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8545 Call svn via vc-svn-command rather than vc-do-command.
8546 (vc-svn-command): Add --non-interactive. (Bug#9993)
8547 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8548
b2621720
GM
8549 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8550 Add toggle-read-only. (Bug#7292)
8551 * files.el (toggle-read-only): Mention that it should only
8552 be used interactively. (Bug#10006)
8553
1dce7193
SM
85542011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8555
d9ac1a1e
SM
8556 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8557 Adjust regexp for OCaml warnings.
8558
0c325082
SM
8559 * electric.el (electric-pair-post-self-insert-function): Let user
8560 turn it off buffer-locally (bug#9932).
8561
90132c14
SM
8562 * progmodes/python.el (python-beginning-of-statement):
8563 Rewrite (bug#2703).
8564
1dce7193
SM
8565 * progmodes/compile.el: Better handle TABs (bug#9749).
8566 (compilation-internal-error-properties)
8567 (compilation-next-error-function): Obey the target buffer's
8568 compilation-error-screen-columns.
8569
c4e7c63a
JB
85702011-11-09 Juanma Barranquero <lekktu@gmail.com>
8571
8572 * progmodes/meta-mode.el: Remove obsolete comments.
8573 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8574 Fix typos in docstrings.
8575
2cffd681
MR
85762011-11-09 Martin Rudalics <rudalics@gmx.at>
8577
8578 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8579 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8580 (window--resizable): New function. Make all callers of
8581 window-resizable call window--resizable instead.
8582 (window-resizable): Rewrite in terms of window--resizable.
8583
0edcba87
GM
85842011-11-08 Glenn Morris <rgm@gnu.org>
8585
8586 * progmodes/delphi.el (delphi-mode-syntax-table):
8587 Let define-derived-mode define a proper syntax table. (Bug#9994)
8588
4b0d61e3
SM
85892011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * window.el: Stay away from defsubst.
8592 (window-list-no-nils): Remove.
8593 (window-state-get-1, window-state-get): Use backquote instead.
8594
cd394be1 85952011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8596
4b0d61e3 8597 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8598 Fix incorrect use of default argument in `completing-read'.
8599
e1c2c6f2
MR
86002011-11-08 Martin Rudalics <rudalics@gmx.at>
8601
8602 * window.el (display-buffer-function, special-display-function):
8603 Mention display-buffer-record-window but do not mention
8604 help-setup parameter in doc-strings.
b3f4a882 8605 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8606
105216ed
CY
86072011-11-08 Chong Yidong <cyd@gnu.org>
8608
8609 * window.el (window-total-height, window-total-width): Doc fix.
8610 (window-body-size): Move from C.
8611 (window-body-height, window-body-width): Move to C.
8612
0a9f9ab5
SM
86132011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * window.el: Make special-display like display-buffer-alist (bug#9532).
8616 (display-buffer--special-action): New function, morphed
8617 from display-buffer--special.
8618 (display-buffer): Use it to handle special-display-buffers at higher
8619 priority (just after display-buffer-alist).
8620 (display-buffer-fallback-action, display-buffer--other-frame-action)
8621 (pop-to-buffer-same-window): Remove display-buffer--special.
8622
a769dd15
GM
86232011-11-07 Glenn Morris <rgm@gnu.org>
8624
8625 * calendar/cal-menu.el (cal-menu-set-date-title):
8626 Do nothing if not in a calendar. (Bug#9976)
8627
05a61ee3
SM
86282011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * files.el (find-file): Always use selected-window.
8631
be7f5545
MR
86322011-11-07 Martin Rudalics <rudalics@gmx.at>
8633
8634 * window.el (window-combinations): Make WINDOW argument
8635 mandatory. Rewrite doc-string.
8636 (walk-window-subtree, window-atom-check, window-min-delta)
8637 (window-max-delta, window--resize-this-window)
8638 (window--resize-root-window-vertically, window-tree)
8639 (balance-windows, window-state-put): Rewrite doc-strings as to
8640 not mention the term "subwindow".
8641 (window--resize-subwindows-skip-p): Rename to
8642 window--resize-child-windows-skip-p.
8643 (window--resize-subwindows-normal): Rename to
8644 window--resize-child-windows-normal.
8645 (window--resize-subwindows): Rename to
8646 window--resize-child-windows.
8647 (window-or-subwindow-p): Rename to window--in-subtree-p.
8648
3c6702ef
ML
86492011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8650
8651 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8652 Ensure that mbox format messages end in two newlines (Bug#9974).
8653
49745b39
CY
86542011-11-06 Chong Yidong <cyd@gnu.org>
8655
8656 * window.el (window-combination-p): Function deleted; its
8657 side-effect is not used in any existing code.
8658 (window-combinations, window-combined-p): Call window-*-child
8659 directly.
8660
24300f5f
CY
86612011-11-05 Chong Yidong <cyd@gnu.org>
8662
8663 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8664 (window-size-ignore, window-state-get): Callers changed.
8665 (window-normalize-window): Rename from window-normalize-any-window.
8666 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8667 (window-normalize-live-window): Delete.
447f16b8
CY
8668 (window-combination-p, window-combined-p, window-combinations)
8669 (walk-window-subtree, window-atom-root, window-min-size)
8670 (window-sizable, window-sizable-p, window-size-fixed-p)
8671 (window-min-delta, window-max-delta, window-resizable)
8672 (window-resizable-p, window-full-height-p, window-full-width-p)
8673 (window-current-scroll-bars, window-point-1, set-window-point-1)
8674 (window-at-side-p, window-in-direction, window-resize)
8675 (adjust-window-trailing-edge, maximize-window, minimize-window)
8676 (window-deletable-p, delete-window, delete-other-windows)
8677 (record-window-buffer, unrecord-window-buffer)
8678 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8679 (quit-window, split-window, window-state-put)
8680 (set-window-text-height, fit-window-to-buffer)
8681 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8682
89bd5ee1
EZ
86832011-11-04 Eli Zaretskii <eliz@gnu.org>
8684
53479029
EZ
8685 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8686 rfc2047-decode-string.
8687 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8688 warnings.
8689
89bd5ee1
EZ
8690 * window.el (window-body-height, window-body-width): Mention in
8691 the doc string that the return values are in frame's canonical
8692 units. (Bug#9949)
8693
bd17fdee
AM
86942011-11-03 Alan Mackenzie <acm@muc.de>
8695
8696 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8697 change in cc-engine.el.
8698
acc825c5
SM
86992011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8700
8701 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8702
1885e5b8
MR
87032011-11-02 Martin Rudalics <rudalics@gmx.at>
8704
8705 * window.el (quit-window): Call unrecord-window-buffer after
8706 showing another buffer in the window. (Bug#9937)
acc825c5 8707 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8708
ebe06da9
JB
87092011-11-02 Juanma Barranquero <lekktu@gmail.com>
8710
8711 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8712 Accept status with more than 9 shelves. (Bug#9935)
8713 Reported by Colin D Bennett <colin@gibibit.com>.
8714
4ee88440
MR
87152011-11-01 Martin Rudalics <rudalics@gmx.at>
8716
8717 * help.el (with-help-window): Don't reference
8718 temp-buffer-show-specifiers in doc-string.
8719
08e1d82c
AS
87202011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8721
8722 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8723 menu-item.
8724
84bd6e9e
VJL
87252011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8726
8727 * whitespace.el: New version 13.2.2.
8728 (whitespace-newline-mode): Disable properly. Reported by Sarah
8729 <EmacsWiki>.
8730
dba0634a
UJ
87312011-10-30 Ulf Jasper <ulf.jasper@web.de>
8732
8733 * net/newst-treeview.el: Remove "Time-stamp".
8734 (newsticker--group-manage-orphan-feeds): Do not call
8735 newsticker--treeview-tree-update.
db22a3c2
JB
8736 (newsticker-treeview-update, newsticker-treeview):
8737 Call newsticker--treeview-tree-update if necessary.
dba0634a 8738
3d8daefe
MR
87392011-10-30 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8742 (window-iso-combinations): Remove "iso-" infix.
8743 Suggested by Chong Yidong.
3d8daefe
MR
8744 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8745 (window-max-delta-1, window-resize, window--resize-siblings)
8746 (window--resize-this-window, adjust-window-trailing-edge)
8747 (split-window, balance-windows-1)
8748 (shrink-window-if-larger-than-buffer):
8749 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8750 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8751
1bc4c3ae
SM
87522011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8755 in place (bug#9907).
8756 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8757 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8758 (eshell-structure-basic-command, eshell-rewrite-while-command)
8759 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8760 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8761 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8762 (eshell-do-pipelines-synchronously, eshell-eval-command):
8763 Use backquotes and prefer setq to set.
8764 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8765 (eshell-macrop): Use functionp.
c1e2f5fa 8766 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8767
30b65d9c
CY
87682011-10-30 Chong Yidong <cyd@gnu.org>
8769
8770 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8771 instead of set-mark (Bug#9810).
8772
2d197ffb
CY
87732011-10-30 Chong Yidong <cyd@gnu.org>
8774
8775 * window.el (split-window-below, split-window-right): Rename from
8776 split-window-above-each-other and split-window-side-by-side
8777 respectively. All callers changed.
8778 (split-window-sensibly, split-window-sensibly): Use them.
8779 (split-window-keep-point): Doc fix.
8780
8781 * isearch.el: Add isearch-scroll property to split-window-below
8782 and split-window-right.
8783
8784 * follow.el (follow-mode):
8785 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8786 * progmodes/ada-xref.el (ada-gdb-application):
8787 * emulation/vip.el (vip-buffer-in-two-windows):
8788 * image-dired.el (image-dired-dired-with-window-configuration):
8789 * dired-x.el (dired-do-find-marked-files):
8790 * dired.el (dired-pop-to-buffer):
8791 * bs.el (bs--show-with-configuration):
8792 * vc/emerge.el (emerge-setup-windows):
8793 * textmodes/two-column.el (2C-two-columns):
8794 * textmodes/reftex-toc.el (reftex-toc):
8795 * progmodes/gdb-mi.el (gdb-setup-windows):
8796 * progmodes/fortran.el (fortran-window-create):
8797 * net/newst-treeview.el (newsticker--treeview-window-init):
8798 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8799 * emulation/tpu-edt.el (tpu-gold-map):
8800 * emulation/crisp.el (crisp-mode-map):
8801 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8802
38bb2ca8
CY
88032011-10-29 Chong Yidong <cyd@gnu.org>
8804
aa4de341
CY
8805 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8806
e1eb5385
CY
8807 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8808
5d2ece3c
CY
8809 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8810 forged Ispell output (Bug#7904).
8811
38bb2ca8
CY
8812 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8813
d0af9f77
SM
88142011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * doc-view.el: Avoid ugly errors about not finding nil.
8817 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8818 (doc-view-dvipdf-program, doc-view-unoconv-program)
8819 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8820 Avoid nil or absolute file name as default value.
8821 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8822
52bedd34
AM
88232011-10-28 Alan Mackenzie <acm@muc.de>
8824
db22a3c2 8825 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8826
7e43cfa5
AM
88272011-10-28 Alan Mackenzie <acm@muc.de>
8828
8829 Amend the handling of c-beginning/end-of-defun in nested declaration
8830 scopes.
8831
52bedd34
AM
8832 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8833 cc-langs.el. Change it to a defcustom.
7e43cfa5 8834
52bedd34
AM
8835 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8836 cc-vars.el.
7e43cfa5 8837
d0af9f77
SM
8838 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8839 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8840
52bedd34 8841 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8842 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8843 (c-widen-to-enclosing-decl-scope): New function.
8844 (c-while-widening-to-decl-block): New macro.
8845 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8846 outward for defun boundaries, and correspondingly change symbol
8847 `respect-enclosure' to `go-outward'.
8848 (c-declaration-limits): Change algorithm to report only the "innermost"
8849 defun's boundaries.
8850
1a2ce9ee
DD
88512011-10-28 Deniz Dogan <deniz@dogan.se>
8852
8853 * net/rcirc.el (rcirc-mode): Use hard newlines.
8854
bc97a826
AM
88552011-10-28 Alan Mackenzie <acm@muc.de>
8856
8857 Amend to indent and fontify macros "which include their own semicolon"
8858 correctly, using the "virtual semicolon" mechanism.
8859
52bedd34 8860 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8861
d0af9f77 8862 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8863 Recode to scan one line at a time rather than having \n and \r
58179cce 8864 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8865 (c-forward-label): Amend for virtual semicolons.
58179cce 8866 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8867
52bedd34
AM
8868 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8869 of the new C macros.
bc97a826 8870
52bedd34 8871 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8872 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8873 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8874 (c-opt-cpp-macro-define): Make into a full language variable.
8875 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8876 AWK Mode (including \n, \r) removed, no longer needed.
8877
d0af9f77
SM
8878 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8879 Invoke c-make-macro-with-semi-re.
bc97a826 8880
52bedd34
AM
8881 * progmodes/cc-vars.el (c-macro-with-semi-re):
8882 (c-macro-names-with-semicolon): New variables.
58179cce 8883 (c-make-macro-with-semi-re): New function.
bc97a826 8884
7a6c0941
SM
88852011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * vc/log-edit.el: Fill empty field rather than adding new one.
8888 (log-edit-add-field): New function.
8889 (log-edit-insert-changelog): Use it.
8890
b0c4cdcf
ML
88912011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8892
8893 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8894
ee1f1da9
SM
88952011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8898 (gdb--check-interpreter): New function.
8899 (gdb): Use it.
8900
51bc5f8b
GM
89012011-10-27 Glenn Morris <rgm@gnu.org>
8902
416a2c45
GM
8903 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8904 (least-positive-float, least-negative-float)
8905 (least-positive-normalized-float, least-negative-normalized-float)
8906 (float-epsilon, float-negative-epsilon):
8907 Remove unnecessary declarations.
8908
8909 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8910 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8911 (least-positive-float, least-negative-float)
8912 (least-positive-normalized-float, least-negative-normalized-float)
8913 (float-epsilon, float-negative-epsilon): Add doc-strings,
8914 based on those in cl.texi.
8915
51bc5f8b
GM
8916 * files.el (set-visited-file-name): If the major-mode changed,
8917 reload the local variables. (Bug#9796)
8918
15de15c6
CY
89192011-10-27 Chong Yidong <cyd@gnu.org>
8920
8921 * subr.el (change-major-mode-after-body-hook): New hook.
8922 (run-mode-hooks): Run it.
8923
ee1f1da9
SM
8924 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8925 Use change-major-mode-before-body-hook.
15de15c6
CY
8926
8927 * simple.el (fundamental-mode):
8928 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8929 change introducing fundamental-mode-hook.
8930
5430d399
JB
89312011-10-26 Juanma Barranquero <lekktu@gmail.com>
8932
acc825c5 8933 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8934
ad74a69e
MA
89352011-10-26 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8938 tramp.el explicitly. (Bug#7583)
ad74a69e 8939
71d4c2a5
SM
89402011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * progmodes/octave-mod.el:
8943 * progmodes/octave-inf.el: Update maintainer.
8944
b1f6fa26
CY
89452011-10-26 Chong Yidong <cyd@gnu.org>
8946
8947 * subr.el (with-wrapper-hook): Rewrite doc.
8948
3f04efd6
MA
89492011-10-25 Michael Albinus <michael.albinus@gmx.de>
8950
8951 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8952 filenames "/method:foo:". (Bug#9793)
3f04efd6 8953
410488d3
SM
89542011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8957 (bug#9865).
8958
c1ebb47e
GM
89592011-10-24 Glenn Morris <rgm@gnu.org>
8960
8961 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8962
7f5c46c7
MA
89632011-10-24 Michael Albinus <michael.albinus@gmx.de>
8964
8965 * notifications.el: Add the requirement of a running D-Bus session
8966 bus to the Commentary.
8967
db2440b6
JL
89682011-10-24 Juri Linkov <juri@jurta.org>
8969
8970 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8971 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8972 (Bug#9364)
8973
feecf435
JL
89742011-10-24 Juri Linkov <juri@jurta.org>
8975
8976 * info.el (Info-following-node-name-re): Add newline to the list
8977 of allowed characters for leading space. (Bug#9824)
8978
a3839de2
SM
89792011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8980
acc825c5
SM
8981 * progmodes/octave-inf.el (inferior-octave-mode-map):
8982 Fix C-c C-h binding.
a3839de2
SM
8983 * progmodes/octave-mod.el (octave-help): Remove.
8984
09388e76
MA
89852011-10-23 Michael Albinus <michael.albinus@gmx.de>
8986
8987 Sync with Tramp 2.2.3.
8988
8989 * net/tramp-cache.el (top): Pacify byte-compiler using
8990 `init-file-user' and `site-run-file'.
8991
8992 * net/trampver.el: Update release number.
8993
86c60681
CY
89942011-10-23 Chong Yidong <cyd@gnu.org>
8995
8996 * files.el (toggle-read-only): Remove obsolete comment about
8997 version control.
8998
8999 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9000 for toggle-read-only. Note that this hasn't called vc-next-action
9001 since 2008-05-02, though it wasn't documented at the time.
9002
a3839de2
SM
9003 * vc/ediff-init.el (ediff-toggle-read-only-function):
9004 Use toggle-read-only.
86c60681 9005
cd5495ff
AM
90062011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9007
9008 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9009 of c-parse-state.
9010
00b77525 9011 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9012 correct faulty logical expression.
cd5495ff
AM
9013 (c-parse-state-state, c-record-parse-state-state):
9014 (c-replay-parse-state-state): New defvar/defuns.
9015 (c-debug-parse-state): Use new functions.
9016
42ee24ed
MR
90172011-10-22 Martin Rudalics <rudalics@gmx.at>
9018
9019 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9020 last fix. Use window-in-direction correctly.
42ee24ed 9021
a7dee7e7
CY
90222011-10-21 Chong Yidong <cyd@gnu.org>
9023
9024 * progmodes/idlwave.el (idlwave-mode):
9025 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9026 require-final-newline; that's done in prog-mode.
9027 Suggested by Stefan Monnier.
a7dee7e7 9028
e07b9a6d
MR
90292011-10-21 Martin Rudalics <rudalics@gmx.at>
9030
9031 * mouse.el (mouse-drag-window-above)
9032 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9033 (mouse-drag-mode-line-1, mouse-drag-header-line)
9034 (mouse-drag-vertical-line-rightward-window): Remove.
9035 (mouse-drag-line): New function.
9036 (mouse-drag-mode-line, mouse-drag-header-line)
9037 (mouse-drag-vertical-line): Call mouse-drag-line.
9038 * window.el (window-at-side-p, windows-at-side): New functions.
9039
7e1361d9
UM
90402011-10-21 Ulrich Mueller <ulm@gentoo.org>
9041
9042 * tar-mode.el (tar-grind-file-mode):
9043 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9044
30fcaf3a
CY
90452011-10-21 Chong Yidong <cyd@gnu.org>
9046
9047 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9048 * progmodes/vera-mode.el (vera-mode):
9049 Use mode-require-final-newline.
30fcaf3a 9050
516eddb0
GM
90512011-10-20 Glenn Morris <rgm@gnu.org>
9052
db22a3c2 9053 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9054
10d5f513
CS
90552011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9056
9057 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9058
ac6c8639
CY
90592011-10-20 Chong Yidong <cyd@gnu.org>
9060
9061 * emulation/cua-base.el (cua-mode):
9062 * mail/footnote.el (footnote-mode):
9063 * mail/mailabbrev.el (mail-abbrevs-mode):
9064 * net/xesam.el (xesam-minor-mode):
9065 * progmodes/bug-reference.el (bug-reference-mode):
9066 * progmodes/cap-words.el (capitalized-words-mode):
9067 * progmodes/compile.el (compilation-minor-mode)
9068 (compilation-shell-minor-mode):
9069 * progmodes/gud.el (gud-tooltip-mode):
9070 * progmodes/hideif.el (hide-ifdef-mode):
9071 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9072 * progmodes/subword.el (subword-mode):
9073 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9074 * progmodes/which-func.el (which-function-mode):
9075 * term/tvi970.el (tvi970-set-keypad-mode):
9076 * term/vt100.el (vt100-wide-mode):
9077 * textmodes/flyspell.el (flyspell-mode):
9078 * textmodes/ispell.el (ispell-minor-mode):
9079 * textmodes/nroff-mode.el (nroff-electric-mode):
9080 * textmodes/paragraphs.el (use-hard-newlines):
9081 * textmodes/refill.el (refill-mode):
9082 * textmodes/reftex.el (reftex-mode):
9083 * textmodes/rst.el (rst-minor-mode):
9084 * textmodes/sgml-mode.el (html-autoview-mode)
9085 (sgml-electric-tag-pair-mode):
9086 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9087 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9088 * emulation/crisp.el (crisp-mode):
9089 * emacs-lisp/eldoc.el (eldoc-mode):
9090 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9091 minor mode behavior.
9092
aa42ab43
JL
90932011-10-19 Juri Linkov <juri@jurta.org>
9094
9095 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9096 the list of hard-coded chars with escape-glyph face.
9097
89400f1d
SM
90982011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9101
305c07f6
MA
91022011-10-19 Michael Albinus <michael.albinus@gmx.de>
9103
9104 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9105 running process.
9106
13754b54
GM
91072011-10-19 Glenn Morris <rgm@gnu.org>
9108
9109 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9110 Ignore ignored files. (Bug#9726)
9111
06e21633
CY
91122011-10-19 Chong Yidong <cyd@gnu.org>
9113
9114 Doc fix for minor modes, stating that an omitted argument enables
9115 the mode unconditionally when called from Lisp.
9116
9117 * abbrev.el (abbrev-mode):
9118 * allout.el (allout-mode):
9119 * autoinsert.el (auto-insert-mode):
9120 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9121 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9122 (global-auto-revert-mode):
9123 * battery.el (display-battery-mode):
9124 * composite.el (global-auto-composition-mode)
9125 (auto-composition-mode):
9126 * delsel.el (delete-selection-mode):
9127 * desktop.el (desktop-save-mode):
9128 * dired-x.el (dired-omit-mode):
9129 * dirtrack.el (dirtrack-mode):
9130 * doc-view.el (doc-view-minor-mode):
9131 * double.el (double-mode):
9132 * electric.el (electric-indent-mode, electric-pair-mode):
9133 * emacs-lock.el (emacs-lock-mode):
9134 * epa-hook.el (auto-encryption-mode):
9135 * follow.el (follow-mode):
9136 * font-core.el (font-lock-mode):
9137 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9138 * help.el (temp-buffer-resize-mode):
9139 * hilit-chg.el (highlight-changes-mode)
9140 (highlight-changes-visible-mode):
9141 * hi-lock.el (hi-lock-mode):
9142 * hl-line.el (hl-line-mode, global-hl-line-mode):
9143 * icomplete.el (icomplete-mode):
9144 * ido.el (ido-everywhere):
9145 * image-file.el (auto-image-file-mode):
9146 * image-mode.el (image-minor-mode):
9147 * iswitchb.el (iswitchb-mode):
9148 * jka-cmpr-hook.el (auto-compression-mode):
9149 * linum.el (linum-mode):
9150 * longlines.el (longlines-mode):
9151 * master.el (master-mode):
9152 * mb-depth.el (minibuffer-depth-indicate-mode):
9153 * menu-bar.el (menu-bar-mode):
9154 * minibuf-eldef.el (minibuffer-electric-default-mode):
9155 * mouse-sel.el (mouse-sel-mode):
9156 * msb.el (msb-mode):
9157 * mwheel.el (mouse-wheel-mode):
9158 * outline.el (outline-minor-mode):
9159 * paren.el (show-paren-mode):
9160 * recentf.el (recentf-mode):
9161 * reveal.el (reveal-mode, global-reveal-mode):
9162 * rfn-eshadow.el (file-name-shadow-mode):
9163 * ruler-mode.el (ruler-mode):
9164 * savehist.el (savehist-mode):
9165 * scroll-all.el (scroll-all-mode):
9166 * scroll-bar.el (scroll-bar-mode):
9167 * server.el (server-mode):
9168 * shell.el (shell-dirtrack-mode):
9169 * simple.el (auto-fill-mode, transient-mark-mode)
9170 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9171 (line-number-mode, column-number-mode, size-indication-mode)
9172 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9173 * strokes.el (strokes-mode):
9174 * time.el (display-time-mode):
9175 * t-mouse.el (gpm-mouse-mode):
9176 * tool-bar.el (tool-bar-mode):
9177 * tooltip.el (tooltip-mode):
9178 * type-break.el (type-break-mode-line-message-mode)
9179 (type-break-query-mode):
9180 * view.el (view-mode):
9181 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9182 (global-whitespace-mode, global-whitespace-newline-mode):
9183 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9184
a3839de2
SM
9185 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9186 Fix autogenerated docstring.
06e21633 9187
5214e501
JL
91882011-10-19 Juri Linkov <juri@jurta.org>
9189
9190 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9191 by checking environment variables "DESKTOP_SESSION" and
9192 "XDG_CURRENT_DESKTOP". (Bug#9779)
9193
195f8db9
JL
91942011-10-19 Juri Linkov <juri@jurta.org>
9195
9196 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9197 (browse-url-chromium-program, browse-url-chromium-arguments):
9198 New defcustoms.
9199 (browse-url-default-browser): Check for `browse-url-chromium' and
9200 call `browse-url-chromium-program'.
9201 (browse-url-chromium): New command. (Bug#9779)
9202
343a34ff
JB
92032011-10-18 Juanma Barranquero <lekktu@gmail.com>
9204
9205 * facemenu.el (list-colors-duplicates): On Windows, detect more
9206 duplicates by assuming that only colors matching "^System" are
9207 special "system colors". (Bug#9722)
9208
6978a151
SM
92092011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9212 to distinguish the author from the committer.
9213
6a80b297
MA
92142011-10-18 Michael Albinus <michael.albinus@gmx.de>
9215
9216 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9217
b31a5677
JK
92182011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9219
9220 * international/mule.el (sgml-html-meta-auto-coding-function):
9221 Add support for detecting encoding in HTML5 specified only as
9222 <meta charset="UTF-8">. Implementation just makes http-equiv and
9223 content-type parts from HTML4 encoding string optional. (Bug#9716)
9224
80c6d77f
GM
92252011-10-18 Glenn Morris <rgm@gnu.org>
9226
9227 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9228
08b0fee8
CY
92292011-10-18 Chong Yidong <cyd@gnu.org>
9230
9231 * faces.el (cursor): Doc fix.
9232
67e729a5
CY
92332011-10-17 Chong Yidong <cyd@gnu.org>
9234
9235 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9236
343a34ff 92372011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9238
9239 * dirtrack.el (dirtrack): Support shell buffers with path
9240 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9241
0bc06380
TZ
92422011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9243
9244 * json.el: Bump version to 1.3 and note change in History.
9245 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9246
8b79f3e0
SM
92472011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9248
5a7c536b
SM
9249 * comint.el (comint-insert-input, comint-send-input)
9250 (comint-get-old-input-default, comint-backward-matching-input)
9251 (comint-next-prompt): Use nil instead of `input' for field property of
9252 past user input (bug#114).
9253
96a8a0df
SM
9254 * minibuffer.el (completion--replace): Inherit surrounding properties
9255 (bug#114).
9256 (minibuffer-complete-and-exit): Use it.
9257
8b79f3e0
SM
9258 * comint.el (comint--table-subvert): Quote the all-completions output
9259 (bug#9160).
9260
b8f7ff0d
MR
92612011-10-17 Martin Rudalics <rudalics@gmx.at>
9262
8b79f3e0 9263 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9264
b8f7ff0d 9265 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9266 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9267 entries and separate them from frame entries.
9268
c235b555
GM
92692011-10-15 Glenn Morris <rgm@gnu.org>
9270
9271 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9272 Doc fixes.
9273
6bbfa6e1
CY
92742011-10-15 Chong Yidong <cyd@stupidchicken.com>
9275
8b79f3e0
SM
9276 * net/network-stream.el (network-stream-open-starttls):
9277 Improve detection of failure due to lack of TLS support.
ec5c990d 9278
6bbfa6e1
CY
9279 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9280 putting the input text in front and in bold.
9281
98488977
SM
92822011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9283
3d1337be
SM
9284 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9285
ee0b45e4
SM
9286 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9287 empty buffer.
9288
98488977
SM
9289 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9290 unread-command-events rather than pushing yet-another event.
9291
186f4720
EZ
92922011-10-14 Eli Zaretskii <eliz@gnu.org>
9293
9294 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9295 the explanation of the possible choices. Make the options passed
9296 to completing-read shorter.
9297
8b7a997c
AM
92982011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9299
9300 * textmodes/flyspell.el (flyspell-large-region): Make sure
9301 extended character mode is used if defined (Bug#1339).
9302
12587bbb
EZ
93032011-10-13 Eli Zaretskii <eliz@gnu.org>
9304
9305 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9306 character info for LRE, LRO, RLE, and RLO characters by appending
9307 an invisible PDF.
12587bbb 9308
bad41229
SM
93092011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9312 even in case of error; add debug spec; simplify data flow.
9313 (with-timeout-handler): Remove.
9314
28dbc92f
MA
93152011-10-12 Michael Albinus <michael.albinus@gmx.de>
9316
9317 Fix Bug#6019, Bug#9315.
9318
9319 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9320 complete `buffer-file-name', the local file name part could look
9321 remotely (for example on VMS).
9322
9323 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9324 `tramp-run-real-handler'.
9325 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9326 already quoted by '"'.
9327
9328 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9329 Let `file-name-handler-alist' be nil, the local file name part
9330 could look remotely (for example on VMS).
9331
e1b0b23a
SM
93322011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9335 from here...
9336 (flyspell-post-command-hook): ...to here.
9337
a120bde9
SM
93382011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9341 if not needed.
9342 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9343 using completion. Protect against "slow" callers.
9344 Remove the "message hack".
9345
7ce7717b
JL
93462011-10-11 Juri Linkov <juri@jurta.org>
9347
9348 * isearch.el (isearch-lazy-highlight-word): New variable.
9349 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9350 Use it. (Bug#9727)
9351
c02ee9d6
GM
93522011-10-11 Glenn Morris <rgm@gnu.org>
9353
9354 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9355 like f90-previous-statement does.
9356
93e616fd 93572011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9358
1f190e73 9359 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9360 only in interactive use, to avoid error.
9361
af7b6078
SM
93622011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * minibuffer.el (completion-file-name-table): Fix last change,
9365 i.e. ignore normal errors but not the other ones.
9366
0563dae9
MR
93672011-10-10 Martin Rudalics <rudalics@gmx.at>
9368
9369 * window.el (special-display-buffer-names)
9370 (special-display-regexps): Remove some remnants of earlier
9371 changes from doc-strings.
366ca7f3
MR
9372 (quit-windows-on): New function.
9373
9374 * vc/vc.el (vc-revert, vc-rollback):
9375 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9376 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9377 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9378
49677495
MR
93792011-10-09 Martin Rudalics <rudalics@gmx.at>
9380
9381 * window.el (frame-auto-hide-function): Add version tag.
9382 (Bug#9699)
9383
56f2d1e1
MA
93842011-10-09 Michael Albinus <michael.albinus@gmx.de>
9385
9386 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9387 condition.
9388
112a6592
LL
93892011-10-09 Leo Liu <sdl.web@gmail.com>
9390
9391 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9392 (Bug#9701)
9393
0812589b
GM
93942011-10-08 Glenn Morris <rgm@gnu.org>
9395
9396 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9397 before the first code statement zero indent. (Bug#9690)
9398
b2b0776e
CY
93992011-10-08 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * simple.el (count-words-region): Always count in the region.
9402 Report the number of lines and characters too.
9403 (count-words): New command, which counts in the buffer if the
9404 region is inactive, as count-words-region used to.
9405 (count-words--message): New function. Handle plurals.
9406 (count-lines-region): Make it an alias for count-words-region.
9407
9408 * bindings.el (esc-map): Replace count-lines-region with
9409 count-words-region.
9410
c557cd6b
MR
94112011-10-08 Martin Rudalics <rudalics@gmx.at>
9412
9413 * window.el (window--delete): Delete dedicated frame
9414 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9415 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9416
61a57ef4 94172011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9418
3a7d293b 9419 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9420
c3833279
CY
94212011-10-07 Chong Yidong <cyd@stupidchicken.com>
9422
9423 * bindings.el ([M-left],[M-right]): Bind to left-word and
9424 right-word respectively.
9425
21ce8245
GM
94262011-10-07 Glenn Morris <rgm@gnu.org>
9427
9428 * cus-start.el (debug-on-quit): Fix custom type.
9429
6d823bb2
LMI
94302011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9431
0181e193
LMI
9432 * subr.el (define-key-after): Clarify that the function is not
9433 useful for non-menu keymaps.
9434
6d823bb2
LMI
9435 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9436
8e3459ce 94372011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9438
21ce8245 9439 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9440 in current minibuffer (Fix bug with recursive minibuffers).
9441
a1c2d21e
CY
94422011-10-06 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * progmodes/gdb-mi.el (gdb): Doc fix.
9445
5a4cf282
MR
94462011-10-05 Martin Rudalics <rudalics@gmx.at>
9447
9448 * window.el (frame-auto-hide-function): New option replacing
9449 frame-auto-delete. Suggested by Stefan Monnier.
9450 (window--delete): Call frame-auto-hide-function instead of
9451 investigating frame-auto-delete.
c96111ea
MR
9452 (window-point-1, set-window-point-1): New functions.
9453 (window-in-direction, record-window-buffer, window-state-get-1)
9454 (display-buffer-record-window): Use window-point-1 instead of
9455 window-point.
9456 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9457
9854542e
SM
94582011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9461
8943cfb0
GM
94622011-10-05 Glenn Morris <rgm@gnu.org>
9463
9464 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9465 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9466
647ab967
LL
94672011-10-05 Leo Liu <sdl.web@gmail.com>
9468
9469 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9470 works with buffer object.
9471
3ddfbced
SM
94722011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * mpc.el (mpc-tool-bar-map): Add labels.
9475
bdfa5dd2
GM
94762011-10-04 Glenn Morris <rgm@gnu.org>
9477
9478 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9479
0e2070b5
MR
94802011-10-04 Martin Rudalics <rudalics@gmx.at>
9481
9482 * window.el (window--delete): New function.
9483 (frame-auto-delete): Resuscitate option.
9484 (bury-buffer, replace-buffer-in-windows)
9485 (quit-window): Rewrite using window--delete.
9486 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9487 Pass display-buffer-mark-dedicated to window--display-buffer-2
9488 (Bug#9639).
9489
3dc61a09
SM
94902011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9491
915a9b64
SM
9492 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9493 returns a list (bug#9554). Add remote file name completion.
9494 * comint.el (comint--table-subvert): Curry and get quote&unquote
9495 functions as arguments.
9496 (comint--complete-file-name-data): Adjust call accordingly.
9497 * pcomplete.el (pcomplete--table-subvert): Remove.
9498 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9499
3dc61a09
SM
9500 * minibuffer.el (completion-table-case-fold): Use currying.
9501 (completion--styles-type, completion--cycling-threshold-type):
9502 New constants.
9503 (completion-styles, completion-category-overrides)
9504 (completion-cycle-threshold): Use them.
9505 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9506 completion-table-case-fold.
9507
8ea0a993
SB
95082011-10-03 Stephen Berman <stephen.berman@gmx.net>
9509
9510 * minibuffer.el (completion-category-overrides): Fix type of styles
9511 and add more user friendly tags (bug#9660).
9512
8c24b7f6
SM
95132011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9516 (mule-input-method-string): New widget.
9517 (default-input-method, language-info-custom-alist): Use it.
9518
428fe61a
SM
95192011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9520
32c1fffd
SM
9521 * pcomplete.el: Require comint.
9522 (pcomplete--common-suffix): Remove.
9523 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9524 (pcomplete--table-subvert): Sync with comint--table-subvert.
9525 (pcomplete--entries): Use comint-completion-file-name-table.
9526 * comint.el (comint-unquote-filename): Simplify.
9527 (comint-completion-file-name-table): New function (bug#9616).
9528 (comint--complete-file-name-data): Use it.
9529
428fe61a
SM
9530 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9531 (pcmpl-gnu-tar-buffer): Remove.
9532 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9533 around. Make sure pcomplete-suffix-list is only changed temporarily.
9534 Don't look inside the tar's file if it's too large.
428fe61a 9535
04c52e2f
CY
95362011-10-01 Chong Yidong <cyd@stupidchicken.com>
9537
ce3cefcc
CY
9538 * cus-edit.el (custom-mode-map):
9539 * epa.el (epa-key-list-mode-map):
9540 * man.el (Man-mode-map):
9541 * startup.el (splash-screen-keymap):
9542 * simple.el (special-mode-map): Use scroll-up-command and
9543 scroll-down-command.
9544
9545 * progmodes/idlw-help.el (idlwave-help-mode-map):
9546 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9547 * net/newst-plainview.el (newsticker-mode-map):
9548 * emulation/ws-mode.el (wordstar-mode-map):
9549 * emulation/vi.el (vi-com-map):
9550 * calc/calc-graph.el (calc-graph-show-dumb):
9551 * term/sun.el (terminal-init-sun):
9552 * term/ns-win.el (global-map):
9553 * progmodes/grep.el (grep-mode-map):
9554 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9555 * mail/rmail.el (rmail-mode-map):
9556 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9557
04c52e2f
CY
9558 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9559 custom-safe-themes as special.
9560
79adf8c8
JD
95612011-10-01 Julien Danjou <julien@danjou.info>
9562
9563 * notifications.el (notifications-notify): Fix docstring.
9564
63bd50d3
PS
95652011-10-01 Per Starbäck <per@starback.se>
9566
9567 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9568
199e4c7e
MR
95692011-09-30 Martin Rudalics <rudalics@gmx.at>
9570
9571 * startup.el (command-line-1): Fix last fix by inserting
9572 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9573 (Bug#9605) and (Bug#9636)
199e4c7e 9574
fe5f08dd
EZ
95752011-09-29 Eli Zaretskii <eliz@gnu.org>
9576
9577 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9578 window is hscrolled, move by logical lines. (Bug#9607)
9579 (line-move-visual): Update the doc string to the above effect.
9580
b5516bbd
MR
95812011-09-29 Martin Rudalics <rudalics@gmx.at>
9582
ccee00c0
MR
9583 * window.el (display-buffer-record-window): When WINDOW is the
9584 selected window use `point' instead of `window-point'. (Bug#9626)
9585
b5516bbd
MR
9586 * startup.el (command-line-1): Use insert-before-markers when
9587 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9588
b5516bbd
MR
9589 * help.el (help-window): Remove variable.
9590
52aa0014
GM
95912011-09-29 Glenn Morris <rgm@gnu.org>
9592
9593 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9594
df9a7357
JB
95952011-09-29 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * descr-text.el (describe-char-categories): Accept category
9598 descriptions more than one line long.
9599
a8406c20
SM
96002011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9601
88d9610c
SM
9602 * simple.el (delete-trailing-whitespace): Fix last change.
9603
a5daf810
SM
9604 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9605 Don't confuse "y => 3" as the beginning of a `y' operation.
9606
a8406c20
SM
9607 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9608 object has more than 4 slots (bug#9613).
9609
a239d4e9
JB
96102011-09-28 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * subr.el (with-output-to-temp-buffer):
9613 * net/quickurl.el (quickurl, quickurl-browse-url):
9614 Fix typos in docstrings.
9615
693fbdb6
EZ
96162011-09-27 Eli Zaretskii <eliz@gnu.org>
9617
9618 * minibuffer.el (completion-styles)
9619 (completion-category-overrides): Cross reference each other in doc
9620 strings.
9621
8b457e28
GM
96222011-09-27 Glenn Morris <rgm@gnu.org>
9623
9624 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9625 to split-string. (Bug#9606)
9626
85a16208
LMI
96272011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9628
9629 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9630 (bug#9615).
9631
502f9ebd
CY
96322011-09-27 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * emacs-lisp/package.el (list-packages): Fix echo area message.
9635
7690bdea
LL
96362011-09-27 Leo Liu <sdl.web@gmail.com>
9637
9638 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9639
e2ee6f30
MA
96402011-09-25 Michael Albinus <michael.albinus@gmx.de>
9641
9642 * net/dbus.el (dbus-unregister-object): Don't release services for
9643 registered signals. (Bug#9581)
9644
f3f98342
TZ
96452011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9646
9647 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9648 function that picks between cfengine 2 and 3 support
9649 automatically. Update docs accordingly.
9650
dd7aa8dd
KH
96512011-09-22 Kenichi Handa <handa@m17n.org>
9652
9653 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9654 ZERO.
9655 (indian-itrans-v5-table-for-tamil): New variable.
9656 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9657
3f2b07f8
KM
96582011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9659
9660 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9661 that's true if the current command involved collapsing of text.
9662 It's reset to false at the beginning of the next command.
9663 (allout-post-command-business): Move the cursor to the beginning
9664 of entry if the cursor is hidden and collapsing activity just
9665 happened.
9666
371d6a61
CY
96672011-09-24 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9670 tracking (Bug#9541).
9671
2ac2721a
UJ
96722011-09-24 Ulf Jasper <ulf.jasper@web.de>
9673
9674 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9675 (newsticker-show-news): Automatically load html rendering package
9676 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9677 because w3m-fill-column is let-bound" and the error "Symbol's value
9678 as variable is void: w3m-fill-column".
2ac2721a 9679
fac7ae53
MA
96802011-09-24 Michael Albinus <michael.albinus@gmx.de>
9681
9682 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9683 Release services only if they are defined. (Bug#9581)
9684
e08b633b
RS
96852011-09-23 Richard Stallman <rms@gnu.org>
9686
e488d29c
RS
9687 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9688 distinguish start of paragraph from start of its text.
9689
19c38752
RS
9690 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9691
e08b633b
RS
9692 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9693 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9694 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9695
0a39f27e
AS
96962011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9697
9698 * international/mule-diag.el (mule-diag): Insert a newline after
9699 each fontset description.
9700
db4e950d
SM
97012011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * simple.el (delete-trailing-whitespace):
9704 Document last change; simplify.
9705
eca3f3ea
PW
97062011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9707
d68e189a
PW
9708 * simple.el (delete-trailing-whitespace): Also delete
9709 extra newlines at the end of the buffer.
9710
eca3f3ea
PW
9711 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9712 (picture-newline): Use forward-line so as to ignore fields.
9713
01c157cc
SM
97142011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * subr.el (with-wrapper-hook): Fix edebug spec.
9717
022de23e
LMI
97182011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9719
9720 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9721 (bug#4538).
9722
91683089
MA
97232011-09-23 Michael Albinus <michael.albinus@gmx.de>
9724
eca3f3ea
PW
9725 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9726 Fix nasty bug using wrong cached values.
91683089 9727
5bdd6fa4
AM
97282011-09-23 Alan Mackenzie <acm@muc.de>
9729
9730 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9731
97adfb97
CY
97322011-09-23 Chong Yidong <cyd@stupidchicken.com>
9733
9734 * window.el (pop-to-buffer): Ensure right window is selected if we
9735 chose another frame.
9736
d4ef2b50
EZ
97372011-09-22 Eli Zaretskii <eliz@gnu.org>
9738
9739 * simple.el (what-cursor-position): Use get-char-property-change
9740 and next-single-char-property-change, to be able to show display
9741 properties that come from overlays as well as text properties.
9742
72258fe5
CY
97432011-09-22 Chong Yidong <cyd@stupidchicken.com>
9744
9745 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9746
9747 * cmuscheme.el (run-scheme, switch-to-scheme):
9748 * cus-edit.el (customize-group, custom-buffer-create)
9749 (customize-browse):
9750 * info.el (info):
9751 * shell.el (shell):
9752 * mail/sendmail.el (mail):
9753 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9754
8f098516
RS
97552011-09-22 Richard Stallman <rms@gnu.org>
9756
9757 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9758 move back only to line beg, don't move back over blank lines.
9759
e74f1bb6
MA
97602011-09-22 Michael Albinus <michael.albinus@gmx.de>
9761
9762 * files.el (copy-directory): Set directory attributes only in case
9763 they could be retrieved from the source directory. (Bug#9565)
9764
bfeef8b6
DK
97652011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9766
9767 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9768 (hs-find-block-beginning, hs-hide-level-recursive):
9769 Ignore strings as well as comments. (Bug#9502)
9770
7e423bb8
AS
97712011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9772
9773 * progmodes/sql.el (sql-comint-postgres):
9774 Convert port number to a string. (Bug#9566)
9775
b4d72fcf
MR
97762011-09-22 Martin Rudalics <rudalics@gmx.at>
9777
9778 * window.el (quit-window): Undedicate window when switching to
9779 previous buffer. Reported by Thierry Volpiatto
9780 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9781 (special-display-popup-frame): When popping up a new frame reset
9782 its previous buffers to nil. Simplify code.
b4d72fcf 9783
a7b88dc6
MA
97842011-09-21 Michael Albinus <michael.albinus@gmx.de>
9785
9786 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9787 and process filter, as done also in `shell-command'.
9788
cf4eacfd
MR
97892011-09-21 Martin Rudalics <rudalics@gmx.at>
9790
eca3f3ea 9791 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9792 Call set-window-start with NOFORCE argument t.
9793 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9794 (quit-window): Reword doc-string. Handle new format of
9795 quit-restore parameter. Don't delete window if it has a
9796 previous buffer we can show instead of the present one.
9797 (display-buffer-record-window): Rewrite using a new format for
9798 the quit-restore window parameter
9799 (special-display-popup-frame, display-buffer-same-window)
9800 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9801 (display-buffer-pop-up-window, display-buffer-use-some-window):
9802 Adapt symbol passed to display-buffer-record-window.
9803 * help.el (help-window-setup): Handle new format of quit-restore
9804 parameter.
9805
8d28cb95
SM
98062011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9807
94ab793f
SM
9808 * faces.el (face-list): Fix docstring (bug#9564).
9809
8d28cb95
SM
9810 * window.el (display-buffer--action-function-custom-type):
9811 Don't include internal functions in the Custom interface.
9812
3820edeb
JL
98132011-09-20 Juri Linkov <juri@jurta.org>
9814
9815 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9816 (Info-forward-node, Info-backward-node, Info-next-preorder)
9817 (Info-last-preorder): Use it. (Bug#9528)
9818
5147931d
JL
98192011-09-20 Juri Linkov <juri@jurta.org>
9820
9821 * info.el (Info-last-preorder): Visit last menu item only when
9822 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9823
cf499a1a
JD
98242011-09-20 Julien Danjou <julien@danjou.info>
9825
9826 * password-cache.el (password-cache-remove): Remove entries even if the
9827 value is nil, so that password with a nil value (negative caching) is
9828 possible to invalidate.
9829
f84e2fe2
LM
98302011-09-20 Lawrence Mitchell <wence@gmx.li>
9831
9832 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9833 all whitespace around breakpoint. (Bug#9553)
9834 (f90-find-breakpoint): Only break at whitespace inside a comment.
9835
78054a46
SM
98362011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * minibuffer.el (completion-file-name-table): Keep track of errors.
9839 (completion-table-with-predicate): Handle the case where pred1 is nil.
9840 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9841
345083b2
SM
98422011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9843
e24e27be
SM
9844 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9845 (debugger-return-value): Signal an error if the debugging context does
9846 not await any return value.
9847
345083b2
SM
9848 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9849 * image-mode.el (image-toggle-display-text)
9850 (image-toggle-display-image): Stay away from evil `intangible'.
9851
08d355e3
LL
98522011-09-19 Leo Liu <sdl.web@gmail.com>
9853
9854 * replace.el (occur-revert-arguments): Make it permanent-local.
9855 (occur-mode): Don't call font-lock-defontify.
9856
f01da43f
CY
98572011-09-19 Chong Yidong <cyd@stupidchicken.com>
9858
9859 * net/ldap.el (ldap-search-internal): Don't push empty search
9860 result (Bug#9508).
9861
b6072fa6
SM
98622011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9865
443d6696
MA
98662011-09-19 Michael Albinus <michael.albinus@gmx.de>
9867
9868 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9869 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9870
7cc6e154
JL
98712011-09-18 Juri Linkov <juri@jurta.org>
9872
9873 * buff-menu.el (Buffer-menu-mode-map):
9874 * dired.el (dired-mode-map):
9875 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9876 (lisp-interaction-mode-map):
9877 * emacs-lisp/package.el (package-menu-mode-map):
9878 * epa.el (epa-key-list-mode-map):
9879 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9880 (menu-bar-options-menu):
9881 * outline.el (outline-mode-menu-bar-map):
9882 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9883 * vc/vc-dir.el (vc-dir-menu-map):
9884 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9885 Capitalize non-function content words in menu item strings.
9886
9887 * dired.el (dired-mode-map): Add menu item for
9888 `image-dired-dired-toggle-marked-thumbs'.
9889
80302a81
JL
98902011-09-18 Juri Linkov <juri@jurta.org>
9891
9892 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9893 to `isearch-case-fold-search' and restore its original value
9894 after the `isearch-mode' call.
9895
46c5cf66
JL
98962011-09-18 Juri Linkov <juri@jurta.org>
9897
9898 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9899 because `zgrep' returns 1 for successful matches (bug#9226).
9900
d18b513b
JL
99012011-09-18 Juri Linkov <juri@jurta.org>
9902
9903 * info.el (Info-extract-menu-node-name): Check the second match
9904 for empty string (second test-case of bug#9528).
9905 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9906 intermediate nodes to the history (first test-case of bug#9528).
9907
72753f87
JL
99082011-09-18 Juri Linkov <juri@jurta.org>
9909
9910 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9911 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9912
c9384295
JL
99132011-09-18 Juri Linkov <juri@jurta.org>
9914
1154d12e
JB
9915 * info.el (Info-file-supports-index-cookies):
9916 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9917 outputs one more line for long file names (bug#4142).
c9384295 9918
d473dce8
CY
99192011-09-18 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * newcomment.el (comment-normalize-vars): If prompting for
9922 comment-start, set comment-start-skip too (Bug#8424).
9923
2176854d
JB
99242011-09-18 Johan Bockgård <bojohan@gnu.org>
9925
9926 * icomplete.el: Fix previous fix of Bug#5849.
9927 (icomplete-mode): Don't set completion-show-inline-help.
9928 (icomplete-minibuffer-setup): Set completion-show-inline-help
9929 locally during icompletion.
9930
3aace4e4
CY
99312011-09-18 Chong Yidong <cyd@stupidchicken.com>
9932
c940224f
CY
9933 * woman.el (woman2-process-escapes): Don't delete unrecognized
9934 escapes (Bug#7843).
9935
3aace4e4
CY
9936 * files.el (inhibit-first-line-modes-regexps): Add image files.
9937 (hack-local-variables-prop-line): Return nil for malformed
9938 prop-lines (Bug#9044).
9939
710dec63
MA
99402011-09-18 Michael Albinus <michael.albinus@gmx.de>
9941
9942 * net/tramp.el (top): Don't require 'shell.
9943 (tramp-methods): Fix docstring.
9944 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9945 Return complete remote file name. Handle "smb" case.
9946 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9947 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9948
9949 * net/tramp-compat.el (top): Require 'shell.
9950
9951 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9952 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9953 `tramp-current-host'.
9954 (tramp-get-remote-tmpdir): Remove.
9955
9956 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9957 `tramp-tmpdir' entries.
9958 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9959 (tramp-smb-handle-file-attributes): Ignore errors.
9960 (tramp-smb-wait-for-output): Check also for process end.
9961
5d5ac8ec
LMI
99622011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9963
9964 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9965 when sending QUIT (bug#9312).
9966
8c0f49f0
CY
99672011-09-17 Chong Yidong <cyd@stupidchicken.com>
9968
9969 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9970 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9971 occur-mode-display-occurrence.
9972 (occur-edit-mode): Add usage message.
9973 (occur-cease-edit): New command.
9974 (occur-after-change-function): Use text properties to find the
9975 position of the prefix text.
9976 (occur-engine): Set stickiness of prefix text properties.
9977
8f1383f7
GM
99782011-09-17 Glenn Morris <rgm@gnu.org>
9979
9980 * progmodes/etags.el (complete-tag):
9981 Fix call to completion-in-region. (Bug#9526)
9982
744ba0e3
JL
99832011-09-17 Juri Linkov <juri@jurta.org>
9984
9985 * textmodes/ispell.el (ispell-word): Add to the error message
9986 the word, ispell program name and current dictionary (bug#9121).
9987 (ispell-tex-arg-end): Capitalize "error" in the error message.
9988
d9bbf400
AS
99892011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9990
9991 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9992 check. (Bug#4251)
9993
8da11505
JL
99942011-09-17 Juri Linkov <juri@jurta.org>
9995
9996 * window.el (window-safe-min-height, window-safe-min-width):
9997 Fix typos (followup to bug#9522).
9998
a91adc7e
SJ
99992011-09-17 Sven Joachim <svenjoac@gmx.de>
10000
10001 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10002
064f328a
EZ
100032011-09-16 Eli Zaretskii <eliz@gnu.org>
10004
10005 * simple.el (line-move): If goal-column is set, move by logical
10006 lines, not by display lines. (Bug#971)
10007 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10008 to reflect the above change.
10009
e69df516
SM
100102011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * image.el (imagemagick-register-types): Use regexp-opt.
10013
cbb0f9ab
CY
100142011-09-15 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * window.el (display-buffer-base-action): Rename from
10017 display-buffer-default-action. Make default value empty.
10018 (display-buffer-overriding-action): Convert to defvar.
10019 (display-buffer-fallback-action): New var.
10020
25322144
CY
100212011-09-15 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10024 declaration.
10025 (package--add-to-archive-contents): If there is a duplicate entry
10026 with an older version, remove it.
10027 (package-menu-mark-delete, package-menu-mark-install)
10028 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10029 (package-menu-mark-obsolete-for-deletion):
10030 Use package-menu-get-status instead of a regexp search.
25322144
CY
10031 (package-menu-get-status): Use tabulated-list-entry.
10032 (package-menu-mark-upgrades): New command.
d770725a 10033 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10034 (package-menu-execute): Do installation before deletion.
10035 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10036 instead of checking major-mode.
10037 (package-menu--find-upgrades): New function.
10038
7520339c
LMI
100392011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10040
10041 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10042 passwords in the log buffer.
65a046c4
LMI
10043 (smtpmail-process-filter): Update the process marker so that the
10044 "broken by peer" status message is inserted in the right place.
7520339c 10045
d3c30954
SM
100462011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10047
3fe48822
SM
10048 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10049 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10050 bibtex-completion-at-point-function.
10051 (bibtex-completion-at-point-function): Use them.
10052
1b8b3954
SM
10053 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10054
d3c30954
SM
10055 * mpc.el (mpc-constraints-tag-lookup): New function.
10056 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10057 also to browser "album|playlist".
10058
72779976
JL
100592011-09-14 Juri Linkov <juri@jurta.org>
10060
10061 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10062 (isearch-edit-string): Use length of `isearch-string' when
10063 `isearch-fail-pos' returns nil.
10064 (isearch-message): Remove duplicate code and call
10065 `isearch-fail-pos' with arg `t'.
10066
a0bf2bcd
CY
100672011-09-14 Chong Yidong <cyd@stupidchicken.com>
10068
17bb0a2d
CY
10069 * replace.el (occur-mode-goto-occurrence): Don't force using other
10070 window (Bug#9499).
10071
a0bf2bcd
CY
10072 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10073
f678e0b6
MR
100742011-09-14 Martin Rudalics <rudalics@gmx.at>
10075
10076 * window.el (display-buffer-window): Remove.
10077 (display-buffer-record-window): Use help-setup window parameter
10078 instead of variable display-buffer-window.
10079 (display-buffer-function, special-display-buffer-names)
10080 (special-display-function): Mention help-setup parameter instead
10081 of display-buffer-window in doc-string.
d3c30954
SM
10082 * help.el (help-window-setup): New argument help-window.
10083 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10084 Reword some messages.
10085 (with-help-window): Pass window used for displaying the buffer
10086 to help-window-setup. Don't set display-buffer-window.
10087
8e39b2e8
GM
100882011-09-13 Glenn Morris <rgm@gnu.org>
10089
10090 * emacs-lisp/debug.el (debugger-make-xrefs):
10091 Preserve point. (Bug#9462)
10092
85e9c04b
CY
100932011-09-13 Chong Yidong <cyd@stupidchicken.com>
10094
10095 * window.el (window-deletable-p): Use next-frame.
10096
1b36ed6a
MR
100972011-09-13 Martin Rudalics <rudalics@gmx.at>
10098
10099 * window.el (window-auto-delete): Remove.
10100 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10101 dedication and previous buffers.
1b36ed6a
MR
10102 (switch-to-prev-buffer): Don't delete window.
10103 (delete-windows-on): Delete a window's frame if and only if the
10104 window is dedicated.
10105 (replace-buffer-in-windows): Delete buffer's window or frame if
10106 and only if window is dedicated.
10107 (quit-window): Handle quit-restore as before last change.
4d61f28d 10108 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10109
ef8ef9fb
CY
101102011-09-13 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * window.el (window-deletable-p): Never delete the last frame on a
10113 given terminal.
10114
b2cba41e
GM
101152011-09-13 Glenn Morris <rgm@gnu.org>
10116
10117 * help.el (describe-key-briefly): Copy previous standard-output change.
10118
51553db6 101192011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10120
10121 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10122
b7556719
GM
101232011-09-13 Glenn Morris <rgm@gnu.org>
10124
10125 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10126 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10127
64b51947
CY
101282011-09-12 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * dired-aux.el (dired-mark-read-string): Don't return default
10131 value on empty input (Bug#9361).
10132 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10133 Omit initial minibuffer contents.
10134 (dired-do-chmod): Signal an error on empty input.
10135 (dired-mark-read-string): Don't return default on empty input.
10136
10137 * files.el (file-modes-symbolic-to-number): Doc fix.
10138
393a301e
SM
101392011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * international/mule-cmds.el (ucs-completions): Remove.
10142 (read-char-by-name): Use complete-with-action instead; add metadata.
10143
fa5660f9
CY
101442011-09-11 Chong Yidong <cyd@stupidchicken.com>
10145
10146 * window.el (display-buffer--action-function-custom-type)
10147 (display-buffer--action-custom-type): New vars.
10148 (display-buffer-alist, display-buffer-default-action)
10149 (display-buffer-overriding-action): Add defcustom types.
10150
4a592f66
CY
10151 * frame.el (delete-other-frames): Doc fix (Bug#276).
10152
73d56dbd
LMI
101532011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10154
10155 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10156
37ac18a3
CY
101572011-09-11 Chong Yidong <cyd@stupidchicken.com>
10158
10159 Change modes that used same-window-* vars to use switch-to-buffer.
10160
10161 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10162 Use switch-to-buffer.
10163
10164 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10165 (customize-browse, custom-buffer-create-other-window):
10166 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10167
10168 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10169 (Info-prev, Info-up, Info-speedbar-goto-node)
10170 (info-display-manual): Use switch-to-buffer.
10171 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10172
10173 * mail/sendmail.el (mail): Use switch-to-buffer.
10174 (mail-recover): Use switch-to-buffer-other-window.
10175
10176 * cmuscheme.el (run-scheme, switch-to-scheme):
10177 * ielm.el (ielm):
10178 * shell.el (shell):
10179 * net/rlogin.el (rlogin):
10180 * net/telnet.el (telnet, rsh):
10181 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10182
10195bd6
AS
101832011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10184
10185 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10186
b322f63a
LMI
101872011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10188
39d7fed6
LMI
10189 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10190 so don't mention it (bug#9301).
ba5a81f1 10191 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10192
ee0e9f11
LMI
10193 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10194 match `x', `w32' and `ns', like the manual says (bug#9029).
10195
0b1c89c1 10196 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10197 (process-kill-buffer-query-function): Mention the buffer name in
10198 the query.
0b1c89c1 10199
77549ea8
LMI
10200 * image-mode.el (image-next-line): The line parameter is mandatory
10201 (bug#9258).
10202
803ef892
LMI
10203 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10204 which can be useful (bug#9301).
10205
12980837
LMI
10206 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10207
91054f8f
LMI
10208 * subr.el (match-string): Mention that the current buffer should
10209 be the same as the search was done in (bug#9282).
10210
b322f63a
LMI
10211 * facemenu.el: Disable the remove-* commands if the mark isn't
10212 active (bug#9162).
10213
3199b96f
CY
102142011-09-10 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10217 of display-buffer.
10218 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10219
10220 * replace.el (occur-mode-goto-occurrence)
10221 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10222 and display-buffer.
10223
10224 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10225 display-buffer.
10226
10227 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10228 special-display and same-window variables.
10229 (mail-other-window): Use switch-to-buffer-other-window.
10230 (mail-other-frame): USe switch-to-buffer-other-frame.
10231
393a301e
SM
10232 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10233 Use display-buffer-other-frame.
3199b96f
CY
10234 (gdb-display-gdb-buffer): Use pop-to-buffer.
10235
10236 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10237
10238 * progmodes/python.el: Don't set same-window-buffer-names.
10239
10240 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10241
10242 * window.el (display-buffer-alist): Add *Python*.
10243
8319e0bf
CY
102442011-09-10 Chong Yidong <cyd@stupidchicken.com>
10245
10246 * window.el (display-buffer-alist): Add entry for buffers
10247 previously handled same-window-*.
10248 (display-buffer-alist, display-buffer-default-action)
10249 (display-buffer-overriding-action): Mark as risky.
10250 (display-buffer-alist): Document action function changes.
10251 (display-buffer--same-window-action)
10252 (display-buffer--other-frame-action): New variables.
10253 (switch-to-buffer, display-buffer-other-frame): Use them.
10254 (display-buffer): Rename reuse-frame entry to reusable-frames.
10255 (display-buffer-reuse-selected-window): Function deleted.
10256 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10257 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10258 (display-buffer-special): New function.
10259 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10260 display-buffer-reuse-or-pop-window. Split off special-display
10261 part into display-buffer-special.
10262 (display-buffer-use-some-window): Don't perform any special
10263 pop-up-frames handling.
10264 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10265 (display-buffer--maybe-same-window): Rename from
0d3ff375 10266 display-buffer-maybe-same-window.
8319e0bf 10267
919a69aa
CY
10268 * info.el: Don't set same-window-regexps.
10269 (info-setup): New function.
10270 (info-other-window, info): Call it.
10271
10272 * cus-edit.el: Don't set same-window-regexps.
10273 (customize-group): New argument.
10274 (customize-group-other-window): Use it.
10275 (customize-face, customize-face-other-window): Likewise.
10276 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10277
8319e0bf
CY
10278 * net/rlogin.el:
10279 * net/telnet.el:
10280 * progmodes/gud.el: Don't set same-window-regexps.
10281
10282 * cmuscheme.el:
10283 * ielm.el:
10284 * shell.el:
10285 * mail/sendmail.el:
10286 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10287
25173000
JL
102882011-09-10 Juri Linkov <juri@jurta.org>
10289
10290 * isearch.el (isearch-edit-string): Remove obsolete mention of
10291 `C-w' (`isearch-yank-word-or-char') from docstring.
10292 (isearch-query-replace): Fix typo in docstring (bug#9466).
10293
056e44ef
JL
102942011-09-10 Juri Linkov <juri@jurta.org>
10295
10296 * paren.el (show-paren-function): Don't show escaped parens.
10297 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10298
c3760c17
EZ
102992011-09-10 Eli Zaretskii <eliz@gnu.org>
10300
10301 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10302 (mm-default-file-encoding): Remove autoload forms, they are
10303 replaced with autoload cookies in mml.el and mm-encode.el.
10304 (mail-add-attachment): New command.
10305 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10306 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10307 the doc string.
10308 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10309
fece895e
RT
103102011-09-10 Reuben Thomas <rrt@sc3d.org>
10311
e69df516
SM
10312 * simple.el (count-words-region): Use buffer if there's no region
10313 (bug#9429).
fece895e 10314
5e68ce4a
JL
103152011-09-09 Juri Linkov <juri@jurta.org>
10316
10317 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10318 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10319 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10320
0a6b9622
AM
103212011-09-09 Alan Mackenzie <acm@muc.de>
10322
10323 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10324 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10325
14a29deb
EZ
103262011-09-09 Eli Zaretskii <eliz@gnu.org>
10327
10328 Fix for Savannah bug#9392.
10329 * simple.el (mail-encode-mml): New defvar.
10330
10331 * mail/rmail.el (mail-encode-mml): Add a defvar.
10332 (rmail-enable-mime-composing): Default to t.
10333 (rmail-forward): Use MIME method of forwarding only if both
10334 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10335 Set mail-encode-mml non-nil if the MIME method was used.
10336
10337 * mail/sendmail.el (mml-to-mime): Add autoload form.
10338 (mail-encode-mml): Add a defvar.
10339 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10340 to nil.
10341 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10342 message through mml-to-mime, and reset mail-encode-mml to nil.
10343
28c45130
GM
103442011-09-09 Glenn Morris <rgm@gnu.org>
10345
10346 * woman.el (woman-if-body): When processing an .el block,
10347 do not delete the next .el block as well. (Bug#9447)
69f4b618 10348 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10349
9b1c252e
MR
103502011-09-08 Martin Rudalics <rudalics@gmx.at>
10351
10352 * window.el (window-deletable-p): Make sure window is live before
10353 invoking window-prev-buffers.
10354
567457e3
LL
103552011-09-08 Leo Liu <sdl.web@gmail.com>
10356
10357 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10358
97f05794
JL
103592011-09-08 Juri Linkov <juri@jurta.org>
10360
10361 * progmodes/compile.el (compilation-environment): Make it
10362 a defcustom (bug#8340).
10363
8b0874b5
MR
103642011-09-08 Martin Rudalics <rudalics@gmx.at>
10365
10366 * window.el (frame-auto-delete): Rename to window-auto-delete.
10367 Make it control auto-deletion of windows and/or frames.
10368 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10369 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10370 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10371 Rewrite handling of case when window/frame can be deleted.
10372 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10373 argument t. (Bug#9456)
8b0874b5 10374
4feb6e73
CY
103752011-09-07 Chong Yidong <cyd@stupidchicken.com>
10376
10377 * help-mode.el (help-mode): Restore autoload.
10378
91ab9c13
JL
103792011-09-07 Juri Linkov <juri@jurta.org>
10380
10381 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10382 `compilation-environment'. Set buffer-local
10383 `compilation-environment' to `thisenv' later after (funcall mode).
10384 (Bug#8340)
10385
10386 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10387 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10388 instead of replacing its value. (Bug#8340)
10389
0527e251
JL
103902011-09-07 Juri Linkov <juri@jurta.org>
10391
10392 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10393 based on text properties put by `grep-filter' instead of matching
10394 escape sequences.
10395 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10396 to the value of `grep-error-screen-columns' (bug#9438).
10397
249f792c
JL
103982011-09-07 Juri Linkov <juri@jurta.org>
10399
10400 * simple.el (next-error-highlight, next-error-highlight-no-select):
10401 Doc fix (bug#9432).
10402
ff7271b9
OT
104032011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10404
10405 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10406 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10407
183fc730
LL
104082011-09-07 Leo Liu <sdl.web@gmail.com>
10409
10410 * net/rcirc.el (rcirc-mode): Conditionally initialize
10411 rcirc-input-ring.
10412
77694924
SM
104132011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * emacs-lisp/find-func.el (find-function-C-source): Only set
10416 find-function-C-source-directory after checking that we found a source
10417 file there (bug#9440).
10418
d809b8eb
AM
104192011-09-06 Alan Mackenzie <acm@muc.de>
10420
10421 * isearch.el (isearch-other-meta-char): Wherever a key list is
10422 unread, "unread" the prefix arg, too. This fixes bug #8901.
10423
453de99f
OG
104242011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10425
10426 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10427
90439906
JL
104282011-09-05 Juri Linkov <juri@jurta.org>
10429
10430 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10431
f62bd846
JL
104322011-09-05 Juri Linkov <juri@jurta.org>
10433
10434 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10435 keeping point where processing of grep matches begins, and
10436 continue to delete remaining escape sequences from the same point.
10437 (grep-filter): Make leading zero optional in "0?1;31m" because
10438 git-grep emits "\033[1;31m" escape sequences unlike expected
10439 "\033[01;31m" as GNU Grep does (bug#9408).
10440 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10441
045820ec
JL
104422011-09-05 Juri Linkov <juri@jurta.org>
10443
10444 * subr.el (y-or-n-p): Capitalize "yes".
10445
f5e29b9b
MA
104462011-09-04 Michael Albinus <michael.albinus@gmx.de>
10447
10448 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10449 `tramp-cache-unload-hook' where appropriate.
10450 (tramp-methods): Rename `tramp-remote-sh' to
10451 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10452 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10453
10454 * net/tramp-sh.el (top): Don't require 'shell.
10455 (tramp-methods): Add `tramp-remote-shell' and
10456 `tramp-remote-shell-args' entries.
10457 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10458 (tramp-sh-handle-shell-command): Remove.
10459 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10460 Use `tramp-remote-shell'.
10461
2784c434
CY
104622011-09-03 Chong Yidong <cyd@stupidchicken.com>
10463
393a301e 10464 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10465 (sendmail-query-once): Save directly to send-mail-function.
10466 Update message-send-mail-function too.
10467
10468 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10469
464cdf56
CS
104702011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10471
10472 * progmodes/python.el (python-mode-map): Use correct function to
10473 start python interpreter from menu-bar (as reported by Geert
10474 Kloosterman).
10475 (inferior-python-mode-map): Fix typo.
393a301e 10476 (python-shell-map): Remove.
464cdf56 10477
d37e5c87
DD
104782011-09-03 Deniz Dogan <deniz@dogan.se>
10479
10480 * net/rcirc.el (rcirc-print): Simplify code for
10481 rcirc-scroll-show-maximum-output. There is no need to walk
10482 through all windows to find the right one.
10483
f3ada0ee
CS
104842011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10485
10486 * help.el (help-return-method): Doc fix.
10487
1f3c99ca
MR
104882011-09-03 Martin Rudalics <rudalics@gmx.at>
10489
10490 * window.el (window-deletable-p): Don't return a non-nil value
10491 when there's a buffer that was shown in the window before.
10492 (Bug#9419)
393a301e
SM
10493 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10494 Set window's previous buffers to nil.
1f3c99ca 10495
a3cf097f
EZ
104962011-09-03 Eli Zaretskii <eliz@gnu.org>
10497
10498 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10499 newline before and after the tag line, so it doesn't interfere
10500 with determining the paragraph direction of bidirectional text.
10501
3d03de90
LL
105022011-09-03 Leo Liu <sdl.web@gmail.com>
10503
10504 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10505
c3313451
CY
105062011-09-02 Chong Yidong <cyd@stupidchicken.com>
10507
393a301e 10508 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10509 (pop-to-buffer): Change interactive spec. Pass second argument
10510 directly to display-buffer.
10511 (display-buffer): Fix interactive spec. Use functionp to
10512 distinguish between a function and a list of functions.
10513
10514 * abbrev.el (edit-abbrevs):
10515 * arc-mode.el (archive-extract):
10516 * autoinsert.el (auto-insert):
10517 * bookmark.el (bookmark-bmenu-list):
10518 * files.el (find-file):
10519 * view.el (view-buffer):
10520 * progmodes/compile.el (compilation-goto-locus):
10521 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10522
89894cd8
CY
105232011-09-02 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * window.el (display-buffer-alist): Doc fix.
10526 (display-buffer): Add docstring. Don't treat
10527 display-buffer-default specially.
10528 (display-buffer-reuse-selected-window)
10529 (display-buffer-same-window, display-buffer-maybe-same-window)
10530 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10531 (display-buffer-pop-up-window)
10532 (display-buffer-reuse-or-pop-window)
10533 (display-buffer-use-some-window): New functions.
10534 (display-buffer-default-action): Use them.
393a301e 10535 (display-buffer-default): Delete.
89894cd8
CY
10536 (pop-to-buffer-1): Fix choice of actions.
10537
ae0bc9fb
SM
105382011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * minibuffer.el (completion--insert-strings): Don't get confused by
10541 completion entries that end with an LF char.
10542
e9d90883
EZ
105432011-09-01 Eli Zaretskii <eliz@gnu.org>
10544
10545 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10546
437014c8
CY
105472011-09-01 Chong Yidong <cyd@stupidchicken.com>
10548
10549 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10550 (display-buffer-same-window, display-buffer-other-window):
10551 New functions.
437014c8
CY
10552 (pop-to-buffer-1): New function. Use the above.
10553 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10554 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10555
10556 * view.el (view-buffer-other-window, view-buffer-other-frame):
10557 Just use pop-to-buffer.
10558
a5e063d5
TV
105592011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10560
10561 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10562
793d32bb
WH
105632011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10564
10565 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10566
d65e4c15
RS
105672011-08-31 Richard Stallman <rms@gnu.org>
10568
10569 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10570 of the separation of rmail-view-buffer from rmail-buffer.
10571 If you say no to "replace original", the decrypt is in the
10572 view buffer. If you say yes, the decrypt goes into the
10573 rmail buffer also.
10574
f818cd2a
MR
105752011-08-31 Martin Rudalics <rudalics@gmx.at>
10576
10577 * window.el (display-buffer-window): Rewrite doc-string.
10578 (display-buffer-record-window): New function.
10579 (display-buffer-macro-specifiers)
10580 (display-buffer-even-window-sizes, display-buffer-set-height)
10581 (display-buffer-set-width, display-buffer-in-window)
10582 (display-buffer-reuse-window, display-buffer-split-specifiers)
10583 (display-buffer-side-specifiers, display-buffer-split-window-1)
10584 (display-buffer-split-window, display-buffer-split-atom-window)
10585 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10586 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10587 (display-buffer-other-window-means-other-frame)
10588 (display-buffer-normalize-special)
10589 (display-buffer-normalize-default)
10590 (display-buffer-normalize-argument)
10591 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10592 (display-buffer-normalize-specifiers, display-buffer-frame)
10593 (display-buffer-same-window, display-buffer-same-frame)
10594 (display-buffer-other-window)
10595 (display-buffer-same-frame-other-window)
10596 (display-buffer-other-frame, pop-to-buffer-same-window)
10597 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10598 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10599 (switch-to-buffer-same-frame)
10600 (switch-to-buffer-other-window-same-frame)
10601 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10602 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10603 (display-buffer-alist-set): Remove.
10604 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10605 (special-display-regexps, special-display-function):
10606 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10607 parameter.
10608 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10609 (special-display-frame-alist, special-display-popup-frame)
10610 (same-window-buffer-names, same-window-regexps, same-window-p)
10611 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10612 (split-window-preferred-function, split-height-threshold)
10613 (split-width-threshold, window-splittable-p)
10614 (split-window-sensibly, window--try-to-split-window)
10615 (window--frame-usable-p, even-window-heights)
10616 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10617 (window--display-buffer-2, display-buffer-other-frame):
10618 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10619 (display-buffer-default, display-buffer-assq-regexp): New functions.
10620 (display-buffer-alist): Rewrite doc-string.
10621 (display-buffer-default-action)
10622 (display-buffer-overriding-action): New variables.
10623 (display-buffer, switch-to-buffer): Rewrite.
10624 (pop-to-buffer): Restore Emacs 23 behavior but use
10625 window-normalize-buffer-to-display.
10626 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10627 Restore Emacs 23 behavior but use
10628 window-normalize-buffer-to-switch-to.
10629 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10630 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10631 Rewrite using Emacs 23 options.
f818cd2a 10632
5bc3b51d
MA
106332011-08-31 Michael Albinus <michael.albinus@gmx.de>
10634
10635 * net/tramp.el (tramp-root-regexp): Remove.
10636 (tramp-completion-file-name-regexp-unified)
10637 (tramp-completion-file-name-regexp-separate)
10638 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10639 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10640 (tramp-drop-volume-letter): Simplify definition.
10641 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10642
b1a4f8e1
SM
106432011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10644
10645 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10646 (bug#9356).
10647
5664fa7b
RT
106482011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10649
b1a4f8e1 10650 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10651
9a45d6c3
JL
106522011-08-29 Juri Linkov <juri@jurta.org>
10653
10654 * isearch.el (isearch-done): Don't display message "Mark saved"
10655 when arg `edit' is non-nil to prevent its flicker in the echo area.
10656
fb87e0fb
CY
106572011-08-28 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10660 obsolete packages for deletion.
10661
09ac1c2a
CS
106622011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10663
10664 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10665 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10666 view-mode from help-mode.
10667 (help-xref-override-view-map): Remove.
10668 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10669 view-mode is not used anymore.
10670
7a1ff57f
CY
106712011-08-28 Chong Yidong <cyd@stupidchicken.com>
10672
10673 * server.el (server-port): Doc fix.
10674
b9696605
CY
10675 * cus-theme.el (custom-theme-choose-mode): Inherit from
10676 special-mode (Bug#9124).
10677 (custom-theme-choose-mode-map): Add special-mode to parent.
10678
ef8cdf8c
AM
106792011-08-28 Alan Mackenzie <acm@muc.de>
10680
10681 * progmodes/cc-fonts.el
10682 (c-make-font-lock-BO-decl-search-function): New function.
10683 (c-basic-matchers-after - "Fontify the clauses after various
10684 keywords"): Extract the three keyword lists for the 3 erroneous
10685 constructs from the list of four, and use the new function above
10686 in place of an old one.
10687
27de4e20
DD
106882011-08-28 Deniz Dogan <deniz@dogan.se>
10689
10690 * net/rcirc.el (rcirc-insert-prev-input)
10691 (rcirc-insert-next-input): Remove unused argument.
10692
356a3681
SM
106932011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10696
3fc9b218
AM
106972011-08-27 Alan Mackenzie <acm@muc.de>
10698
10699 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10700 handle function pointer parameters properly.
10701
538a061c
MR
107022011-08-27 Martin Rudalics <rudalics@gmx.at>
10703
10704 * window.el (display-buffer-reuse-window): Fix case where
10705 selected window was reused with non-nil OTHER-WINDOW argument.
10706 (Bug#9381)
10707
35b1c40c
DD
107082011-08-27 Deniz Dogan <deniz@dogan.se>
10709
10710 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10711 oftc's NickServ messages.
10712
2f6a3e79
GM
107132011-08-27 Glenn Morris <rgm@gnu.org>
10714
10715 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10716
7254299e
CY
107172011-08-26 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * emacs-lisp/package.el (package-install): Call package-initialize
10720 if called interactively.
10721
f8ccf167
LL
107222011-08-26 Leo Liu <sdl.web@gmail.com>
10723
10724 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10725
3e8cd5ce
JL
107262011-08-25 Juri Linkov <juri@jurta.org>
10727
10728 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10729 `search-whitespace-regexp' (bug#9364).
10730
93eb7113
JL
107312011-08-25 Juri Linkov <juri@jurta.org>
10732
10733 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10734 `regexp-search-ring' to their global values to protect from
10735 updating by `read-from-minibuffer' (bug#9185).
10736
f65d1611
JL
107372011-08-25 Juri Linkov <juri@jurta.org>
10738
10739 * textmodes/ispell.el (ispell-command-loop): Add newline
10740 at the end of the "Use option `i'..." line.
10741
f1cf7a31
JL
107422011-08-25 Juri Linkov <juri@jurta.org>
10743
10744 * battery.el (display-battery-mode): If `battery-status-function'
10745 or `battery-mode-line-format' is nil, display the message and set
10746 `display-battery-mode' to nil (bug#9363).
10747
0c95fcf7
EZ
107482011-08-25 Eli Zaretskii <eliz@gnu.org>
10749
10750 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10751 bidi-string-mark-left-to-right; they are unnecessary now.
10752
a2ebe600
DD
107532011-08-25 Deniz Dogan <deniz@dogan.se>
10754
10755 * net/quickurl.el: Documentation typo fixes.
10756
e4ed06f1
CY
107572011-08-25 Chong Yidong <cyd@stupidchicken.com>
10758
10759 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10760
e5f1c99e
GM
107612011-08-25 Glenn Morris <rgm@gnu.org>
10762
b2948976
GM
10763 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10764
e5f1c99e
GM
10765 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10766 (smtpmail-via-smtp): Handle nil response from smtp.
10767
f22f4808
JL
107682011-08-24 Juri Linkov <juri@jurta.org>
10769
10770 * proced.el (proced-marked): Inherit from `error' instead of
10771 `font-lock-warning-face'.
10772
10773 * ibuffer.el (ibuffer-marked-face): Change default face from
10774 `font-lock-warning-face' to `warning'.
10775 (ibuffer-deletion-face): Change default face from
10776 `font-lock-type-face' to `error'.
10777
10778 * battery.el (battery-update): Use the face `error' instead of
10779 `font-lock-warning-face' (bug#6117).
10780
6a93965e
JL
107812011-08-24 Juri Linkov <juri@jurta.org>
10782
10783 * faces.el (success): Change face color from "Green3" to
10784 "ForestGreen" on light background (bug#9353).
10785
1ed43b09
CY
107862011-08-24 Chong Yidong <cyd@stupidchicken.com>
10787
5664fa7b
RT
10788 * window.el (quit-window): Rename from quit-restore-window.
10789 Use same arglist as old quit-window.
1ed43b09
CY
10790 (frame-auto-delete): Doc fix.
10791
10792 * view.el (view-mode-exit): Use quit-window.
10793
11dcdbb2
JL
107942011-08-24 Juri Linkov <juri@jurta.org>
10795
10796 * isearch.el (isearch-ring-adjust1): Start visiting previous
10797 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10798 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10799 for empty search string (when the last search string is reused
10800 automatically) to adjust the isearch ring to the last element and
10801 prepare the correct index for further M-p commands (bug#9185).
10802
de62b4df
KH
108032011-08-24 Kenichi Handa <handa@m17n.org>
10804
10805 * international/ucs-normalize.el: If decomposition property of
10806 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10807 nil.
10808 (nfd, nfkd): Likewise.
10809
963b492b
SM
108102011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10813 from process filters aren't reliably transmitted to the surrounding
10814 accept-process-output.
10815 (mpc-proc-check): New function.
10816 (mpc-proc-sync): Use it (bug#8293)
10817
93b6b5e1
SM
108182011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10821 Add compatibility functions (bug#9313).
10822
bca633fb
EZ
108232011-08-23 Eli Zaretskii <eliz@gnu.org>
10824
b177498a
EZ
10825 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10826
6df6ae42 10827 * international/uni-bidi.el: Regenerate.
bca633fb 10828
0902a04e
KH
108292011-08-23 Kenichi Handa <handa@m17n.org>
10830
10831 * international/charprop.el:
10832 * international/uni-bidi.el:
10833 * international/uni-category.el:
10834 * international/uni-combining.el:
10835 * international/uni-comment.el:
10836 * international/uni-decimal.el:
10837 * international/uni-decomposition.el:
10838 * international/uni-digit.el:
10839 * international/uni-lowercase.el:
10840 * international/uni-mirrored.el:
10841 * international/uni-name.el:
10842 * international/uni-numeric.el:
10843 * international/uni-old-name.el:
10844 * international/uni-titlecase.el:
10845 * international/uni-uppercase.el: Regenerate.
10846
3bbf23bc
MR
108472011-08-23 Martin Rudalics <rudalics@gmx.at>
10848
10849 * help.el (help-window-setup): Fix message displayed when other
10850 window is reused. (Bug#9341)
10851
b3fd59bd
SM
108522011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10853
1802e444
SM
10854 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10855 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10856
b3fd59bd
SM
10857 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10858 Mark obsolete.
10859 * shell.el (shell-parse-pcomplete-arguments): New function.
10860 (shell-completion-vars): Use it instead (bug#9160).
10861
4eb61348
SM
108622011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10863
867cab74
SM
10864 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10865 strings and comments (bug#9333).
10866
4eb61348
SM
10867 * emacs-lisp/debug.el (debug-arglist): New function.
10868 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10869 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10870
262a1439
JL
108712011-08-22 Juri Linkov <juri@jurta.org>
10872
56ee679c
JL
10873 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10874 Revert regexp that highlights output switches to its old
10875 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10876
262a1439
JL
10877 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10878 to check for empty output (bug#9226).
10879
f13f86fb
CY
108802011-08-22 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10883 symbol-constituent as the default, as that stops font-lock from
10884 working properly (Bug#8843).
10885
c65c9622
LMI
108862011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10887
10888 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10889 `coding-system-for-*' around the process open call to avoid
10890 auth-source side effects.
e7f2c178 10891 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10892 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10893 probe hangs.
c65c9622 10894
23a8a5ab
CY
108952011-08-21 Chong Yidong <cyd@stupidchicken.com>
10896
ff98b2dd
CY
10897 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10898
23a8a5ab
CY
10899 * emacs-lisp/find-func.el (find-function-noselect): New arg
10900 lisp-only.
10901
10902 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10903 signal an error for built-in functions (Bug#6664).
10904
f5e3c598
LMI
109052011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
10907 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10908 (smtpmail-try-auth-methods): Use it.
10909
a3f2468a
CY
109102011-08-21 Chong Yidong <cyd@stupidchicken.com>
10911
2c34e8da
CY
10912 * font-lock.el (font-lock-fontify-region)
10913 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10914 (font-lock-default-unfontify-buffer)
10915 (font-lock-default-fontify-region)
10916 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10917
b3fd59bd
SM
10918 * progmodes/compile.el (compilation-error-properties):
10919 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10920 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10921 `ant' regexp.
ee31aabc 10922
a3f2468a
CY
10923 * net/browse-url.el (browse-url-firefox): Don't call
10924 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10925
8e999f70
GM
109262011-08-20 Glenn Morris <rgm@gnu.org>
10927
c21a496a
GM
10928 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10929
59ee0542
GM
10930 * tutorial.el (tutorial--default-keys): Update some default bindings.
10931
8e999f70
GM
10932 * files.el (hack-local-variables): Fully ignore case for "mode:".
10933
e3715033
AM
109342011-08-20 Alan Mackenzie <acm@muc.de>
10935
10936 Resolve invalid use of a regexp in regexp-opt.
10937
4d61f28d
JB
10938 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10939 detection for a java annotation.
e3715033 10940
4d61f28d 10941 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10942 detection for a java annotation.
10943
4d61f28d
JB
10944 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10945 handling for java.
e3715033
AM
10946 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10947
04ed2e9c
CY
109482011-08-20 Chong Yidong <cyd@stupidchicken.com>
10949
10950 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10951 (Bug#9274).
10952
826cee64
AM
109532011-08-20 Alan Mackenzie <acm@muc.de>
10954
58179cce 10955 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10956 such a construct. Mainly for when jit-lock etc. starts a chunk
10957 here.
10958
58179cce 10959 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10960 variable.
58179cce 10961 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10962 c-make-font-lock-search-function.
10963 (c-make-font-lock-search-function): Use the above function.
10964 (c-make-font-lock-context-search-function): New function.
10965 (c-cpp-matchers): Enhance the preprocessor expression case with
10966 the above function
10967 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10968 which takes an expression.
10969
10970 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10971
13009bd8
MR
109722011-08-20 Martin Rudalics <rudalics@gmx.at>
10973
10974 * window.el (display-buffer-reuse-window)
10975 (display-buffer-pop-up-window): Don't reuse or split a side
10976 window.
10977
9234ff7f
GM
109782011-08-19 Glenn Morris <rgm@gnu.org>
10979
10980 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10981 Downcase "Mode:". (Bug#9331)
9234ff7f 10982
f635daa1
CY
109832011-08-18 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * international/characters.el: Add L and R categories.
10986
10987 * subr.el (bidi-string-mark-left-to-right): Rename from
10988 string-mark-left-to-right. Use category search.
10989
10990 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10991
bc987f8b
JL
109922011-08-18 Juri Linkov <juri@jurta.org>
10993
10994 * faces.el (error, warning, success): New faces with definitions
10995 copied from old default values of `font-lock-warning-face',
10996 `compilation-warning', `compilation-info' (bug#6117).
10997
10998 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10999
11000 * progmodes/compile.el (compilation-error): Inherit from `error'.
11001 (compilation-warning): Inherit from `warning'.
11002 (compilation-info): Inherit from `success'.
11003
11004 * dired.el (dired-marked): Inherit from `warning'.
11005 (dired-flagged): Inherit from `error'.
11006
57173b96
LMI
110072011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11008
3e79eb87
LMI
11009 * mail/smtpmail.el (auth-source): Require to avoid problems with
11010 binding variables (bug#9298). Also clean up some unused
11011 autoloads.
11012
b3fd59bd
SM
11013 * net/network-stream.el (network-stream-open-starttls):
11014 Support using starttls.el without using gnutls-cli.
57173b96 11015
02b404de
JL
110162011-08-17 Juri Linkov <juri@jurta.org>
11017
11018 * progmodes/grep.el (rgrep): Handle the case when
11019 `grep-find-command' is a cons cell (bug#9278).
11020
8c9177f2
MR
110212011-08-17 Martin Rudalics <rudalics@gmx.at>
11022
11023 * window.el (display-buffer-pop-up-frame): Run frame creation
11024 function with BUFFER current (as special-display-popup-frame
11025 does). Reported by Drew Adams.
11026
3644a0ab
DU
110272011-08-17 Daiki Ueno <ueno@unixuser.org>
11028
11029 * epa-mail.el: Simplify GnuPG group expansion using
11030 epg-expand-group.
11031 (epa-mail-group-alist, epa-mail-group-modtime)
11032 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11033 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11034 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11035 Remove.
11036
5e617bc2 110372011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11038
11039 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11040
9c4aeabf
AM
110412011-08-16 Alan Mackenzie <acm@muc.de>
11042
11043 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11044 Correct, to avoid the inside of macros.
11045
3a99bf64
RS
110462011-08-16 Richard Stallman <rms@gnu.org>
11047
04963aa8
RS
11048 * epa-mail.el: Handle GnuPG group definitions.
11049 (epa-mail-group-alist, epa-mail-group-modtime)
11050 (epa-mail-gnupg-conf-file): New variables.
11051 (epa-mail-parse-groups, epa-mail-sync-groups)
11052 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11053 (epa-mail-expand-recipients): New functions.
11054 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11055
177549d0
RS
11056 * mail/rmail.el (rmail-epa-decrypt): New command.
11057
fe38beef
RS
11058 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11059 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11060 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11061 (epa-decrypt-armor-in-region): Make error message clearer.
11062
934eacb9
SM
110632011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11066 and "a2b" to "ab" for `prefix'.
11067
d024fb4e
CY
110682011-08-14 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11071 filter groups.
de148fee
CY
11072 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11073 Fourquet (Bug#8804).
d024fb4e 11074
62f1ca49
JB
110752011-08-12 Juanma Barranquero <lekktu@gmail.com>
11076
11077 * startup.el (argi): Declare as global variable (bug#9275).
11078
9ccaaa4b
CY
110792011-08-12 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * subr.el (string-mark-left-to-right): Search the entire string
11082 for RTL script, not just the terminating character. Doc fix.
11083
a3dae87a
SM
110842011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11085
6cd18349
SM
11086 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11087 New function.
11088 (js--regexp-literal, js-syntax-propertize-function): Remove.
11089 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11090 (js-mode-map): Don't rebind electric keys.
11091 (js-insert-and-indent): Remove.
11092 (js-mode): Setup electric-layout and electric-indent instead.
11093
a3dae87a
SM
11094 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11095
9d5cb631
DU
110962011-08-12 Daiki Ueno <ueno@unixuser.org>
11097
11098 * epa.el (epa-progress-callback-function): Fix the logic of
11099 displaying progress.
11100 * epa-file.el (epa-file-insert-file-contents): Make progress
11101 display more user-friendly.
11102 (epa-file-write-region): Ditto.
11103
3e26a4a2
CY
111042011-08-10 Chong Yidong <cyd@stupidchicken.com>
11105
11106 * subr.el (string-mark-left-to-right): New function.
11107
11108 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11109 Use string-mark-left-to-right.
11110 (list-buffers-noselect): Caller changed.
11111
a3dae87a
SM
11112 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11113 Use string-mark-left-to-right.
3e26a4a2
CY
11114 (tabulated-list-print): Recenter after moving point.
11115
ac8cf6e6
JL
111162011-08-10 Juri Linkov <juri@jurta.org>
11117
11118 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11119 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11120 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11121
8d96c9a4
CY
111222011-08-09 Chong Yidong <cyd@stupidchicken.com>
11123
11124 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11125 (Bug#7554).
11126
7be1c708 111272011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11128
11129 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11130 character. (Bug#6594)
11131
37e11a63
CY
111322011-08-08 Chong Yidong <cyd@stupidchicken.com>
11133
839dde57
CY
11134 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11135 (image-dired--with-db-file): New macro.
11136 (image-dired-write-tags, image-dired-remove-tag)
11137 (image-dired-create-gallery-lists, image-dired-write-comments)
11138 (image-dired-get-comment, image-dired-mark-tagged-files)
11139 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11140 (image-dired-gallery-generate): Use insert-file-contents.
11141
37e11a63
CY
11142 * time.el (display-time-world-list, display-time-world-display):
11143 * time-stamp.el (time-stamp-string):
11144 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11145 set-time-zone-rule (Bug#7337).
11146
0b4946c4
DU
111472011-08-08 Daiki Ueno <ueno@unixuser.org>
11148
11149 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11150 (epg-error-to-string, epg-errors-to-string): New function.
11151 (epg-wait-for-completion): Reverse errors list.
11152 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11153 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11154 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11155 (epg-sign-keys, epg-generate-key-from-file)
11156 (epg-generate-key-from-string): Format errors by using
11157 epg-errors-to-string (bug#9255).
11158 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11159
75bfc667
JL
111602011-08-07 Juri Linkov <juri@jurta.org>
11161
11162 * faces.el (list-faces-display): Remove extra angle bracket
11163 from `help-mode-map'.
11164
11165 * info.el (Info-history-toc-nodes): Doc fix.
11166
11167 * longlines.el (longlines-mode): Doc fix.
11168
673e08bb
SM
111692011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11170
4640dd88
SM
11171 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11172 of statements and in a few more cases (bug#9183).
11173
673e08bb
SM
11174 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11175 New functions.
11176 (cl-transform-lambda): Use them (bug#9239).
11177
89b3f019
MR
111782011-08-05 Martin Rudalics <rudalics@gmx.at>
11179
11180 * window.el (display-buffer-same-window)
11181 (display-buffer-same-frame, display-buffer-other-window)
11182 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11183 (pop-to-buffer-other-window)
11184 (pop-to-buffer-same-frame-other-window)
11185 (pop-to-buffer-other-frame): Make them defuns.
11186 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11187
640c8776
SM
111882011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * subr.el (make-composed-keymap): Move from C. Change calling
11191 convention, and improve docstring to bring attention to a subtle point.
11192 * minibuffer.el (completing-read-default): Adjust accordingly.
11193
63648a95
MA
111942011-08-03 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11197 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11198
11199 * net/trampver.el: Update release number.
11200
b796c9b7
SM
112012011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11204 "in" (bug#9190).
11205
2239d7d5
LMI
112062011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11207
e07dd7c3
LMI
11208 * mail/sendmail.el (sendmail-query-once): Restore the current
11209 buffer after querying (bug#9074).
11210
0e6a2bd7
LMI
11211 * dired.el (dired-flagged): Use different faces for marked and
11212 flagged files (bug#6117).
11213
ce887515
LMI
11214 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11215 (bug#4433).
11216
92f2affc
LMI
11217 * ido.el (ido-mode): Switch off the message if called
11218 non-interactively.
11219
57d5aff0
LMI
11220 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11221 before 587, since it appears that that's more likely to work for
11222 more people.
11223
98cd6c18 11224 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11225 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11226 exist.
11227
b96dec83
LMI
11228 * info.el: Remove the `Info-beginning-of-buffer' function
11229 (bug#8325).
11230
b796c9b7
SM
11231 * net/network-stream.el (network-stream-open-starttls):
11232 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11233
d90e2ea0
MR
112342011-08-01 Martin Rudalics <rudalics@gmx.at>
11235
11236 * window.el (display-buffer-in-window): Don't set dedicated status
11237 of window here (Bug#9215).
11238 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11239 (display-buffer-pop-up-side-window)
b796c9b7 11240 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11241
cca09170
SM
112422011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11245 before binding generated-autoload-file.
11246
027b979c
DD
112472011-08-01 Deniz Dogan <deniz@dogan.se>
11248
11249 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11250
3c7ee4f3
MA
112512011-07-30 Michael Albinus <michael.albinus@gmx.de>
11252
11253 Sync with Tramp 2.2.2.
11254
11255 * net/trampver.el: Update release number.
11256
2cc8e51a
JL
112572011-07-30 Juri Linkov <juri@jurta.org>
11258
11259 * dired-aux.el (dired-touch-initial): Remove function.
11260 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11261 current time, and `default' to the last modification time of the
11262 current marked file (bug#6887).
11263
a514d856
JM
112642011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11265
11266 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11267 numeric argument to read-number (bug#9163).
a514d856 11268
8a7eddd7
MA
112692011-07-27 Michael Albinus <michael.albinus@gmx.de>
11270
11271 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11272 connection process, it could be nil.
11273
1ddd96f5
LL
112742011-07-27 Leo Liu <sdl.web@gmail.com>
11275
11276 Simplify url handling in rcirc-mode.
11277
11278 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11279 (rcirc-browse-url-at-mouse): Remove.
11280 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11281
b248a85d
AM
112822011-07-26 Alan Mackenzie <acm@muc.de>
11283
11284 Fontify bitfield declarations properly.
11285
11286 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11287 (c-symbol-chars): Now exported as a lang variable.
11288 (c-not-primitive-type-keywords): New lang variable.
11289
11290 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11291 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11292 parsed as a bitfield declaration.
b248a85d 11293
b796c9b7
SM
11294 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11295 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11296 (c-punctuation-in): New function.
11297 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11298 declarations properly.
11299
68575ab0
UJ
113002011-07-26 Ulf Jasper <ulf.jasper@web.de>
11301
11302 * calendar/icalendar.el (icalendar--all-events): Take care of
11303 multiple vcalendars in a single file.
b796c9b7 11304 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11305
0f0a88b9
DD
113062011-07-25 Deniz Dogan <deniz@dogan.se>
11307
11308 * image.el (insert-image): Clarifying docstring.
11309
0b3f36df
MA
113102011-07-24 Michael Albinus <michael.albinus@gmx.de>
11311
11312 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11313 `tramp-send-command-and-check' if there is no error.
11314 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11315
a9901f61
AM
113162011-07-22 Alan Mackenzie <acm@muc.de>
11317
11318 Prevent cc-langs.elc being loaded at run time.
11319
11320 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11321 cc-langs.
11322
4d61f28d 11323 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11324 "(require 'cc-langs)". Quote a form so it will evaluate at
11325 (cc-mode's) compilation time.
11326
11d074b2
MA
113272011-07-22 Michael Albinus <michael.albinus@gmx.de>
11328
11329 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11330 loading. (Bug#9114)
11331
938b94c8
MR
113322011-07-21 Martin Rudalics <rudalics@gmx.at>
11333
11334 * window.el (display-buffer-pop-up-window)
11335 (display-buffer-pop-up-side-window)
11336 (display-buffer-in-side-window): Call display-buffer-set-height
11337 and display-buffer-set-width after setting the new window's
b796c9b7 11338 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11339
bfa4f190
SS
113402011-07-20 Sam Steingold <sds@gnu.org>
11341
11342 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11343 (etags-tags-included-tables): Call `convert-standard-filename' on
11344 the file names contained in TAGS so that windows Emacs can handle
11345 TAGS files created by cygwin ctags.
11346
8ca42262
LMI
113472011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11348
11349 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11350 which apparently didn't work.
11351
5db2afd2 113522011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11353
5db2afd2
RW
11354 * proced.el (proced-send-signal): For *Marked Processes* buffer
11355 put point at beginning of buffer.
11356
92e15d10
SB
113572011-07-19 Stephen Berman <stephen.berman@gmx.net>
11358
11359 * proced.el (proced-format): Make header lines align with the text
11360 (bug#1779).
11361
1bfd59e5
LMI
113622011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11363
11364 * view.el (view-buffer): Allow running in `special' modes if we're
11365 visiting a file (bug#8615).
11366
f5aae37c
MR
113672011-07-19 Martin Rudalics <rudalics@gmx.at>
11368
11369 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11370 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11371 New functions.
f5aae37c
MR
11372 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11373 more accurately.
11374
bf2c1571
AM
113752011-07-18 Alan Mackenzie <acm@muc.de>
11376
11377 Fontify declarators properly when, e.g., a jit-lock chunk begins
11378 inside a declaration.
11379
11380 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11381
b796c9b7
SM
11382 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11383 New function.
bf2c1571
AM
11384 (c-complex-decl-matchers): Insert reference to
11385 c-font-lock-enclosing-decls.
11386
11387 * progmodes/cc-engine.el (c-backward-single-comment):
11388 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11389 to nil around calls to (forward-comment -1).
11390
4e190b80
LMI
113912011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11392
12dc863d
LMI
11393 * image.el (put-image): Doc typo fix.
11394
a762e966
LMI
11395 * progmodes/etags.el (tags-search): Doc typo fix.
11396
4e190b80
LMI
11397 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11398 password if we get errors 550 to 554.
11399
f019fb21
LMI
114002011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11401
b796c9b7 11402 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11403
81746738
LMI
11404 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11405 indentation character (bug#6380).
11406
3ee3a1b5
LMI
11407 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11408
c82f64de
LMI
11409 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11410 to clarify what the problem is (bug#4291).
11411
f019fb21
LMI
11412 * simple.el (current-kill): Clarify what
11413 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11414 (auto-fill-mode): Document `auto-fill-function' in relation to
11415 `auto-fill-mode' (bug#2470).
f019fb21 11416
0794775d
LM
114172011-07-16 Lawrence Mitchell <wence@gmx.li>
11418
11419 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11420 method if slot is read-only (bug#9035).
11421
be39b8cc
MR
114222011-07-16 Martin Rudalics <rudalics@gmx.at>
11423
b796c9b7 11424 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11425 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11426 selected before, see discussion of (Bug#8615), (Bug#6954).
11427 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11428
6ccf7859
GM
114292011-07-15 Glenn Morris <rgm@gnu.org>
11430
11431 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11432 Respect help-form.
6ccf7859 11433
87e86684
LM
114342011-07-09 Lawrence Mitchell <wence@gmx.li>
11435
11436 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11437 (gnutls-negotiate): Use it.
11438
d6066239
LMI
114392011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11440
b796c9b7
SM
11441 * net/gnutls.el (gnutls-negotiate):
11442 Upcase `gnutls-algorithm-priority'.
d6066239 11443
bd23ebc0
GM
114442011-07-15 Glenn Morris <rgm@gnu.org>
11445
c65bca65
GM
11446 * jka-compr.el (jka-compr-verbose): Move from here...
11447 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11448 Add missing :version tag.
11449 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11450
478615cc
LMI
114512011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11452
7b41decb
LMI
11453 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11454 (gnutls-negotiate): Use it.
11455
dbc44fcd
LMI
11456 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11457
06789f97
LMI
11458 * info.el (Info-beginning-of-buffer): New command.
11459 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11460 announcing `b' as the key (bug#8325).
ab896c37 11461 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11462
c39da690
LMI
11463 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11464
3aa5f34b
LMI
11465 * international/mule-cmds.el
11466 (describe-specified-language-support): Make the error message
11467 clearer (bug#8905).
11468
4bf0979f
LMI
11469 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11470
478615cc
LMI
11471 * isearch.el (isearch-barrier): Add a doc string, since it's
11472 mentioned in a function doc string (bug#8678).
11473
75c68aa1
MR
114742011-07-15 Martin Rudalics <rudalics@gmx.at>
11475
11476 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11477 buffer argument (Bug#9083) and self-identifying label argument.
11478
a7c33da2
GM
114792011-07-15 Glenn Morris <rgm@gnu.org>
11480
11481 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11482
2f5c6024
LMI
114832011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11484
11485 * man.el (Man-fontify-manpage): Fix message when formatting the
11486 man page (bug#7929).
11487
0bb23927 114882011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11489
11490 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11491 argument LRM; if non-nil, append an invisible LRM character to the
11492 buffer name.
11493 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11494 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11495 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11496 paragraph direction.
cce4b0a7 11497
621ef9ab
LMI
114982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11499
d1583c48
LMI
11500 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11501 the man page name (bug#7929).
11502
6a57fb5f
LMI
11503 * image.el (put-image): Mention the `put-image' overlay property
11504 (bug#7834).
11505
d7956b14
LMI
11506 * scroll-bar.el (set-scroll-bar-mode): Mention that
11507 `scroll-bar-mode' lists the values (bug#7772).
11508
5b2d4a66
LMI
11509 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11510 command (bug#7729).
11511
7509a874
LMI
11512 * rect.el (apply-on-rectangle): Return the point after the last
11513 operation.
11514 (string-rectangle): Go to the point after the last operation
11515 (bug#7522).
11516
4fe74b19
LMI
11517 * printing.el (pr-toggle-region): Clarify the documentation
11518 slightly (bug#7493).
11519
b796c9b7
SM
11520 * time.el (display-time-update):
11521 Allow `display-time-mail-function' to return nil (bug#7158).
11522 Fix suggested by Detlev Zundel.
ab283561 11523
fc233c9d
LMI
11524 * vc/diff.el (diff): Clarify the order the file names are read
11525 (bug#7111).
11526
43f5740b
LMI
11527 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11528 the doc string (bug#7015).
11529
f2182a76
LMI
11530 * font-lock.el (font-lock-maximum-decoration): Mention what
11531 numeric levels mean (bug#6935).
11532
621ef9ab
LMI
11533 * startup.el (initial-buffer-choice): Don't mention the `none'
11534 selection, which is against policy.
11535
adc47434
MR
115362011-07-14 Martin Rudalics <rudalics@gmx.at>
11537
b796c9b7
SM
11538 * window.el (display-buffer-normalize-special):
11539 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11540
7e5bfb8f
EZ
115412011-07-14 Eli Zaretskii <eliz@gnu.org>
11542
11543 * subr.el (version<, version<=, version=): Mention "-CVS" and
11544 "-12345" alpha version numbers.
11545
27fa387a
CY
115462011-07-14 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * bindings.el: Add advertised binding for set-mark-command
11549 (Bug#5772).
11550
8bdfa064
CY
115512011-07-14 Chong Yidong <cyd@stupidchicken.com>
11552
11553 * bindings.el (mode-line-other-buffer):
11554 * bookmark.el (bookmark-bmenu-2-window):
11555 * bs.el (bs-cycle-next, bs-cycle-previous):
11556 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11557 switch-to-buffer.
11558
11559 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11560 Delete.
8bdfa064 11561
5eba16a3
JB
115622011-07-14 Juanma Barranquero <lekktu@gmail.com>
11563
11564 * follow.el (follow-debug-message, follow-redisplay):
11565 * jka-cmpr-hook.el (with-auto-compression-mode):
11566 Fix typos in docstrings.
11567
15853710
LMI
115682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11569
a28e4607
LMI
11570 * subr.el (with-silent-modifications): Clarify somewhat what the
11571 macro inhibits (bug#6525).
11572
15853710
LMI
11573 * simple.el (eval-expression): Note what it does if called
11574 interactively (bug#6495).
11575
bee0fcef
CY
115762011-07-13 Chong Yidong <cyd@stupidchicken.com>
11577
b796c9b7
SM
11578 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11579 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11580
11581 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11582 Remove switch-to-buffer.
11583
58274504
LMI
115842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11585
bd2fcc8d
LMI
11586 * files.el (make-directory): Clarify that an error will be raised
11587 if there's an error (bug#6397).
11588
0f04b32c
LMI
11589 * startup.el (initial-buffer-choice): Add `none' as a choice
11590 (bug#6234).
11591
465c5fc8
LMI
11592 * subr.el (add-hook): Clarify section about buffer-local hooks
11593 (bug#6218).
11594
58274504
LMI
11595 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11596
bead9a43
JB
115972011-07-13 Juanma Barranquero <lekktu@gmail.com>
11598
11599 * tabify.el (untabify): Preserve the current column so that point
11600 doesn't move (bug#6032).
11601
3af98a7b
LMI
116022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11603
b796c9b7
SM
11604 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11605 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11606
6240145a
GM
116072011-07-13 Glenn Morris <rgm@gnu.org>
11608
11609 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11610 (dired-insert-directory): Give a message the first time
11611 if ls is found not to support --dired.
11612
1d8c2ccc
LMI
116132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11614
11615 * simple.el (toggle-truncate-lines): Clarify what is toggled
11616 (bug#5580). Text by Drew Adams.
11617
5fc4038e
CY
116182011-07-13 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * simple.el (blink-matching-open): Make the error message from the
11621 last change less verbose.
11622
bf6012e5
DN
116232011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11624
11625 * font-lock.el (font-lock-comment-face): Use the high contrast
11626 "yellow" color for font-lock-comment-face on low color terminals
11627 using a dark background color (bug#4221).
11628
343c3b5a
LMI
116292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11630
7e9505c5
LMI
11631 * dired.el (dired-insert-set-properties): Make the doc string
11632 reflect what it does now (bug#5325).
11633
c26fdcf5
LMI
11634 * simple.el (blink-matching-open): Say that we were unable to find
11635 the match within the limit, if we're limited (bug#5122).
11636
bb388cc5
LMI
11637 * international/mule-cmds.el (prefer-coding-system): Add an
11638 example (bug#4869).
11639
343c3b5a
LMI
11640 * progmodes/etags.el (tags-search): Document `file-list-form'
11641 (bug#4731).
11642
2a517d45
LM
116432011-07-13 Lawrence Mitchell <wence@gmx.li>
11644
11645 * net/browse-url.el (browse-url-default-browser)
11646 (browse-url-browser-function): Make the default browser choice a
11647 bit more logical (bug#4300). Also clean up the doc string.
11648
b6c78ef2
JB
116492011-07-13 Juanma Barranquero <lekktu@gmail.com>
11650
11651 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11652 binary endings (bug#4440).
11653
1c4dd947
LMI
116542011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11655
a2014063
LMI
11656 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11657 which can be pretty annoying (bug#8971).
11658
9c9c2d88
LMI
11659 * jka-compr.el (jka-compr-verbose): New variable, and use
11660 throughout (bug#8971).
11661
1c4dd947
LMI
11662 * info.el (Info-find-file): Fall back on the installation
11663 directory if we can't find the info node anywhere else.
11664
a1c9f41b
SO
116652011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11666
11667 * vc/vc.el (vc-revert-file):
11668 Don't set file time-stamp in the past. (Bug#5181)
11669
536f3d36
LMI
116702011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11671
7152b011
LMI
11672 * files.el (after-find-file): Give a better error message when
11673 trying to find a symlink that points to a file that doesn't exist
11674 (bug#4398).
11675
536f3d36
LMI
11676 * progmodes/cc-vars.el: Remove (probably) misleading comment
11677 (bug#4396).
11678
460c0fba
JB
116792011-07-12 Johan Bockgård <bojohan@gnu.org>
11680
11681 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11682
7a6bda45
CY
116832011-07-12 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * mouse-sel.el: Hack restoring functionality, while keeping
11686 compatibility with 2010-07-03 changes to mouse selection.
11687 (mouse-sel-primary-overlay): New var.
11688 (mouse-sel-selection-alist): Use it.
11689 (mouse-sel-mode): Doc fix; remove points that are default features
11690 of mouse.el.
11691
c79598ef
JB
116922011-07-12 Johan Bockgård <bojohan@gnu.org>
11693
11694 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11695 Fix previous fix (bug#2490).
11696
ff8be6ef
RW
116972011-07-12 Roland Winkler <winkler@gnu.org>
11698
b796c9b7
SM
11699 * textmodes/bibtex.el (bibtex-initialize):
11700 Use pop-to-buffer-same-window.
ff8be6ef
RW
11701 (bibtex-search-entries): Fix interactive call.
11702
296ba3ee
LMI
117032011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11704
f5242a02 11705 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11706 Fontise bytecomp Error lines more correctly (bug#2490).
11707 Fix suggested by Johan Bockgård.
f5242a02 11708
296ba3ee
LMI
11709 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11710
11711 * dired-x.el (dired-guess-default): Use `delete-dups'.
11712
f69fd0d2
CY
117132011-07-12 Chong Yidong <cyd@stupidchicken.com>
11714
11715 * dired.el (dired-mark-prompt):
11716 * dired-aux.el (dired-read-shell-command): Doc fix.
11717
eab5dc07
LMI
117182011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11719
b796c9b7
SM
11720 * mail/sendmail.el (sendmail-query-once):
11721 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11722 emacs -Q.
11723
11724 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11725
eab5dc07
LMI
11726 * cus-edit.el (custom-file): Take an optional no-error variable.
11727 (customize-save-variable): Set the variable, and give a warning if
11728 running under "emacs -q".
11729
a1e65d42
JB
117302011-07-11 Juanma Barranquero <lekktu@gmail.com>
11731
11732 * loadhist.el (unload-feature-special-hooks):
11733 Add `auto-coding-functions', `fill-nobreak-predicate' and
11734 `find-directory-functions' (bug#5327).
11735
1d52da10
LMI
117362011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11737
be958f1d
LMI
11738 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11739
5bedb26c
LMI
11740 * cus-edit.el (custom-guess-name-alist): -alist variables should
11741 use the `alist' type (bug#3120). Suggested by Drew Adams.
11742
1d52da10
LMI
11743 * printing.el: Add documentation to all the `pr-toggle-' commands.
11744
cd394be1 117452011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11746
11747 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11748 backends where it makes sense (bug#2623).
11749
dcc88d8a
LMI
117502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11751
c3de9feb
LMI
11752 * dired-x.el (dired-guess-default): Remove duplicate shell command
11753 entries (bug#2028).
8a93078b 11754 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11755 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11756
dcc88d8a
LMI
11757 * subr.el (remove-duplicates): New conveniency function.
11758
505e3645
LMI
117592011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11760
11761 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11762 (bug#1526).
11763
117642011-07-10 Martin Rudalics <rudalics@gmx.at>
11765
11766 * window.el (display-buffer-normalize-default): Don't invert
11767 meaning of even-window-heights. Reported by Eli Zaretskii
11768 <eliz@gnu.org>.
11769
455e4fa1
BR
117702011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11771
11772 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11773
8e0bc3e9
CY
117742011-07-10 Chong Yidong <cyd@stupidchicken.com>
11775
11776 * window.el (display-buffer): Fix arguments to
11777 display-buffer-reuse-window in last change.
11778
fa7c3228
CY
11779 * faces.el (link): Use a less saturated blue on light backgrounds.
11780
11781 * startup.el (fancy-startup-text, fancy-about-text)
11782 (fancy-startup-tail): Use font-lock faces, for background safety.
11783
c0a7f300
BN
117842011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11785
b796c9b7
SM
11786 * emulation/viper-cmd.el (viper-change-state-to-vi):
11787 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11788
4dc2a129
MR
117892011-07-09 Martin Rudalics <rudalics@gmx.at>
11790
11791 * window.el (display-buffer-default-specifiers): Remove.
11792 (display-buffer-macro-specifiers): Remove default specifiers.
11793 (display-buffer-alist): Default to nil.
b796c9b7 11794 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11795 (display-buffer-pop-up-window): Allow splitting internal
11796 windows. Check whether a live window was created.
11797 (display-buffer-other-window-means-other-frame)
11798 (display-buffer-normalize-arguments): Rename to
11799 display-buffer-normalize-argument and rewrite. Set the
11800 other-window specifier.
11801 (display-buffer-normalize-special): New function.
11802 (display-buffer-normalize-options): Rename to
11803 display-buffer-normalize-default and rewrite.
11804 (display-buffer-normalize-options-inhibit): Remove.
11805 (display-buffer-normalize-specifiers): Rewrite.
11806 (display-buffer): Process other-window specifier and call
11807 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11808 more faithfully.
b796c9b7 11809 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11810 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11811 (display-buffer-in-window, display-buffer-alist-set):
11812 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11813 <tassilo@member.fsf.org>.
11814
2d43b8c9
LL
118152011-07-09 Leo Liu <sdl.web@gmail.com>
11816
11817 * register.el (insert-register): Restore accidental change on
11818 2011-06-26. (Bug#9028)
11819
7f9b7c53
GM
118202011-07-09 Glenn Morris <rgm@gnu.org>
11821
11822 * subr.el (remq): Handle the empty list. (Bug#9024)
11823
f042cfd8
AS
118242011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11825
11826 * mail/sendmail.el (send-mail-function): No longer delay custom
11827 initialization.
11828 * custom.el (custom-initialize-delay): Doc fix.
11829
856b2f11
SM
118302011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11833
afae1d68
MA
118342011-07-08 Michael Albinus <michael.albinus@gmx.de>
11835
11836 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11837 human-friendly prompt.
11838
0757af94
SM
118392011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11842 provided by a particular plugin.
11843
d760b731
LMI
118442011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11845
11846 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11847 save customizations (with "emacs -Q"), just set the variable
11848 instead of erroring out.
11849
11850 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11851
cd79ce90
JL
118522011-07-08 Juri Linkov <juri@jurta.org>
11853
11854 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11855 (archive-zip-update-case): Use 7z if found by `executable-find'.
11856 The order of searching the available programs is the same as in
11857 `archive-zip-extract' (bug#8968).
11858
14cc04aa
CY
118592011-07-07 Chong Yidong <cyd@stupidchicken.com>
11860
11861 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11862 (menu-bar-options-menu): Tweak descriptions.
11863
0a1848ec
LMI
118642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11865
11866 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11867 menu items into verb phrases (bug#1421). Also refill to fit under
11868 80 columns.
11869
f5bd0689
CY
118702011-07-07 Chong Yidong <cyd@stupidchicken.com>
11871
538e85c6
CY
11872 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11873 (Info-read-node-name): Doc fix (Bug#1084).
11874
f5bd0689
CY
11875 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11876 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11877 (end-of-sexp, beginning-of-sexp)
11878 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11879 (forward-symbol, forward-same-syntax, word-at-point)
11880 (sentence-at-point): Doc fix (Bug#1144).
11881
56ec5115
LMI
118822011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11883
f3f8e37f
LMI
11884 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11885 should cover it (bug#1281).
11886
0757af94 11887 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11888
e9fce1ac 11889 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11890 negotiation fails, then possibly try again with a non-encrypted
11891 connection (bug#9017).
11892
56ec5115
LMI
11893 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11894 be used.
11895
c2f9aec8
RS
118962011-07-07 Richard Stallman <rms@gnu.org>
11897
11898 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11899 property, and handle its changed format.
11900 Look for the correct line number.
11901 Use file's line contents (but not past first =) to find
11902 correct line in message.
11903
ef7b981d 119042011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11905
11906 * international/characters.el (build-unicode-category-table):
11907 Delete it.
0757af94 11908 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11909
0757af94 11910 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11911 to src/chartab.c.
11912 (get-char-code-property): Call unicode-property-table-internal to
11913 load a file. Call get-unicode-property-internal where necessary.
11914 (put-char-code-property): Call unicode-property-table-internal to
11915 load a file. Call put-unicode-property-internal where necessary.
11916 put-unicode-property-internal where necessary.
0757af94
SM
11917 (char-code-property-description):
11918 Call unicode-property-table-internal to load a file.
c805dec0
KH
11919
11920 * international/charprop.el:
11921 * international/uni-bidi.el:
11922 * international/uni-category.el:
11923 * international/uni-combining.el:
11924 * international/uni-comment.el:
11925 * international/uni-decimal.el:
11926 * international/uni-decomposition.el:
11927 * international/uni-digit.el:
11928 * international/uni-lowercase.el:
11929 * international/uni-mirrored.el:
11930 * international/uni-name.el:
11931 * international/uni-numeric.el:
11932 * international/uni-old-name.el:
11933 * international/uni-titlecase.el:
11934 * international/uni-uppercase.el: Regenerate.
11935
11936 * loadup.el: Load international/charprop.el before
11937 international/characters.
11938
e14b388a
CY
119392011-07-07 Chong Yidong <cyd@stupidchicken.com>
11940
11941 * window.el (next-buffer, previous-buffer): Signal an error if
11942 called from a minibuffer window.
11943
11944 * bindings.el: Revert 2011-07-04 change.
11945
354cf0ba
RS
119462011-07-06 Richard Stallman <rms@gnu.org>
11947
11948 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11949 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11950 Treat markers like ints.
11951 (rmail-mime-entity): Doc fix.
11952
a48868a7
LMI
119532011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11954
4906cd3d
LMI
11955 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11956 defcustom again for backwards compatibility.
11957
e0457abe
LMI
11958 * simple.el (shell-command-on-region): Fill.
11959
d67f7e1f
LMI
11960 * dired-aux.el (dired-kill-line): Add a doc string.
11961
fe204702
LMI
11962 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11963 to "\\sw\\|\\s_" (bug#358).
11964
a48868a7
LMI
11965 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11966 (dired-unmark-backward): Ditto.
11967 (dired-flag-backup-files): Ditto.
11968
11969 * dired-x.el (dired-mark-sexp): Ditto.
11970
aa8a705c
RS
119712011-07-06 Richard Stallman <rms@gnu.org>
11972
11973 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11974 (rmail-mime-entity): New arg TRUNCATED.
11975 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11976 New functions.
11977 (rmail-mime-save): Warn if entity is truncated.
11978 (rmail-mime-toggle-hidden): Likewise, for showing.
11979 (rmail-mime-process-multipart): Record when an entity is truncated.
11980
a9a936b9
RS
11981 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11982 if ENTITY is a string.
11983
1f2b92cb
LMI
119842011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11985
f4f73198 11986 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11987 of faces when `M-C-x'-ing their definitions (bug#8378).
11988 Also clean up the code slightly.
f4f73198 11989
12b16734 11990 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11991 because that makes the colors go away.
12b16734 11992
f0691d22
LMI
11993 * mail/sendmail.el (send-mail-function): Change the default to
11994 `sendmail-query-once'.
9e87df06 11995 (sendmail-query-once): Add an autoload cookie.
f0691d22 11996
1f2b92cb
LMI
11997 * net/network-stream.el (network-stream-open-starttls): Try using
11998 a plain connection even if the server offered STARTTLS, and we
11999 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12000 capability. This should make smtpmail.el work in slightly more
12001 configurations.
12002
1cdd2a1b
MA
120032011-07-06 Michael Albinus <michael.albinus@gmx.de>
12004
12005 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12006 New defun.
12007 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12008
fbcc67e2
MM
120092011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12010
12011 * progmodes/sql.el: Version 3.0
0757af94 12012 (sql-product-alist): Add product :completion-object,
fbcc67e2 12013 :completion-column, and :statement attributes.
0757af94 12014 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12015 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12016 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12017 ansi keywords.
12018 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12019 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12020 (sql-oracle-show-reserved-words): New function for development.
12021 (sql-product-font-lock): Simplify for source code buffers.
12022 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12023 New functions.
12024 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12025 (sql-mode-map): Add statement movement functions.
12026 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12027 New variable.
fbcc67e2
MM
12028 (sql-statement-regexp, sql-beginning-of-statement)
12029 (sql-end-of-statement, sql-signum): New functions.
0757af94 12030 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12031 (sql-show-sqli-buffer): Bug fix.
12032 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12033 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12034 with sql-interactive-mode.
12035 (sql-save-connection): Save buffer local settings.
0757af94 12036 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12037 (sql-product-interactive): Bug fix.
12038 (sql-preoutput-hold): New variable.
12039 (sql-interactive-remove-continuation-prompt): Bug fixes.
12040 (sql-debug-redirect): New variable.
12041 (sql-str-literal): New function.
12042 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12043 Redesign.
fbcc67e2
MM
12044 (sql-oracle-save-settings, sql-oracle-restore-settings)
12045 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12046 (sql-completion-object, sql-completion-column)
12047 (sql-completion-sqlbuf): New variables.
12048 (sql-build-completions-1, sql-build-completions)
12049 (sql-try-completion): New functions.
12050 (sql-read-table-name): Use them.
12051 (sql-contains-names): New buffer local variable.
12052 (sql-list-all, sql-list-table): Use it.
12053 (sql-oracle-completion-types): New variable.
12054 (sql-oracle-completion-object, sql-sqlite-completion-object)
12055 (sql-postgres-completion-object): New functions.
12056
d4eaeab1
GM
120572011-07-06 Glenn Morris <rgm@gnu.org>
12058
12059 * window.el (pop-to-buffer): Doc fix.
12060
322b7dab 120612011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12062
12063 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12064
322b7dab 120652011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12066
322b7dab 12067 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12068
322b7dab 12069 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12070
605dd5bf
CY
120712011-07-05 Chong Yidong <cyd@stupidchicken.com>
12072
12073 * button.el (button): Inherit from link face. Suggested by Dan
12074 Nicolaescu.
12075
7dbfa719
SM
120762011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12077
3db614b0
SM
12078 * progmodes/gdb-mi.el: Fit in 80 columns.
12079 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12080 switch-to-buffer.
12081
7dbfa719
SM
12082 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12083 if imenu is simply not configured (bug#8941).
12084
919d884a
KM
120852011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12086
12087 * allout.el (allout-post-undo-hook): New allout outline-change
12088 event hook to signal undo activity.
12089 (allout-post-command-business): Run allout-post-undo-hook if an
12090 undo just occurred.
7dbfa719
SM
12091 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12092 * allout-widgets.el (allout-widgets-after-undo-function):
12093 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12094 in the vicinity of an undo.
12095 (allout-widgets-mode): Include allout-widgets-after-undo-function
12096 on the new allout-post-undo-hook.
12097
450a0f09
SM
120982011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12101 Let define-derived-mode define it.
12102 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12103 cycles of abbrev-table inheritance (bug#8998).
12104
2de69e00
RW
121052011-07-05 Roland Winkler <winkler@gnu.org>
12106
12107 * textmodes/bibtex.el: Add support for biblatex.
12108 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12109 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12110 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12111 (bibtex-entry-alist, bibtex-field-alist): New variables.
12112 (bibtex-entry-field-alist): Obsolete alias for
12113 bibtex-BibTeX-entry-alist.
12114 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12115 (bibtex-set-dialect): New command.
12116 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12117 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12118 Bind via bibtex-set-dialect.
2de69e00
RW
12119 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12120 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12121 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12122 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12123 Define via bibtex-set-dialect.
450a0f09
SM
12124 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12125 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12126 (bibtex-vec-push, bibtex-vec-incr): New functions.
12127 (bibtex-format-entry, bibtex-field-list)
12128 (bibtex-print-help-message, bibtex-validate)
12129 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12130
2dcdbdd9
SM
121312011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12132
12133 * progmodes/compile.el (compilation-goto-locus):
12134 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12135 * bs.el (bs-cycle-next, bs-cycle-previous):
12136 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12137 * bindings.el (mode-line-other-buffer):
12138 * autoinsert.el (auto-insert):
12139 * arc-mode.el (archive-extract):
12140 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12141
b27640fe
JB
121422011-07-05 Juanma Barranquero <lekktu@gmail.com>
12143
12144 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12145 Fix check of `emacs-lock-unlockable-modes'.
12146 Coerce true values of `emacs-lock--try-unlocking' to t.
12147
53bbe3ad
JB
121482011-07-05 Juanma Barranquero <lekktu@gmail.com>
12149
12150 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12151 * emacs-lock.el: New file.
12152
1d3cdbc7
JD
121532011-07-05 Julien Danjou <julien@danjou.info>
12154
12155 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12156 than `boundp' to check if face is set.
12157
9173deec
JB
121582011-07-05 Juanma Barranquero <lekktu@gmail.com>
12159
12160 * register.el (registerv-make):
12161 * window.el (window-min-height): Fix typos in docstrings.
12162
869795d6
JD
121632011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12164
9173deec 12165 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12166 Update doc string.
12167
b768cdcd
JB
121682011-07-04 Juanma Barranquero <lekktu@gmail.com>
12169
12170 * server.el (server-execute): Catch quit and call
12171 `server-return-error' to pass the error back to emacsclient and
12172 close the connection (bug#8942).
12173
13aa217b
KM
121742011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12175
12176 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12177 insecure exception for current topic. Also note that auto-saves
12178 are handled differently.
12179
5d3385a0 12180 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12181 State variables for tracking auto-save inhibition situation.
12182
12183 (allout-write-contents-hook-handler): Rename from
12184 'allout-write-file-hook-handler', and describe how it depends on
12185 write-contents-functions sensitivity to non-nil value to prevent
12186 file write.
12187
12188 (allout-auto-save-hook-handler): Remove. auto-save does not check
12189 this in individual buffers, only in the starting buffer, so this
12190 is not the right way for us to inhibit auto-save in a buffer
12191 according to its condition.
12192
12193 (allout-mode): Use new allout-write-contents-hook-handler, and
12194 only with write-contents-functions. Remove auto-save provisions -
12195 they're implemented elsewhere.
12196
12197 (allout-before-change-handler): If undo is in progress, note that
12198 for attention of allout-post-command-business.
12199
12200 (allout-post-command-business): If the command we're following was
12201 an undo, check for change in the status of encrypted items and
12202 adjust auto-save inhibitions accordingly.
12203
12204 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12205 according to whether there are or aren't any plain-text topics
12206 pending encryption.
12207
2dcdbdd9 12208 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12209 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12210 if there are plain-text topics pending encryption.
13aa217b
KM
12211
12212 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12213 buffer-saved-size and some allout state to not inhibit auto-saves
12214 if there are no longer any plain-text topics pending encryption.
12215
0757af94
SM
12216 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12217 No longer provide for exemption of the current topic.
13aa217b 12218
ac89b32c
JL
122192011-07-04 Juri Linkov <juri@jurta.org>
12220
12221 Add 7z operations to delete and save changed members (bug#8968).
12222 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12223 New defcustoms.
12224 (archive-7z-write-file-member): New function.
12225 (archive-7z-summarize): Fix the number of dashes in the
12226 listing output.
12227
8fa39615
SM
122282011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12231 (bug#8958).
12232
2f11b3f1
CY
122332011-07-04 Chong Yidong <cyd@stupidchicken.com>
12234
d66fef2b
CY
12235 * bindings.el: Ignore next-buffer and previous-buffer in
12236 minibuffer-local-map.
12237
2f11b3f1
CY
12238 * font-lock.el (font-lock-builtin-face): Change light background
12239 color to dark slate blue (Bug#6693).
12240
f932a347
WD
122412011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12242
12243 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12244
c8af70e1
SM
122452011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12248 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12249 Add switch-to-buffer.
12250
f158badc
LMI
122512011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12252
12253 * isearch.el (isearch-search-fun-function): Clarify further the
12254 meaning of the function returned.
12255
6d95bd46
MA
122562011-07-04 Michael Albinus <michael.albinus@gmx.de>
12257
12258 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12259
12260 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12261 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12262 Use it.
12263 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12264 `tramp-default-remote-path' does not exist.
12265 (tramp-send-command-and-read): New optional argument NOERROR.
12266 (tramp-open-connection-setup-interactive-shell)
12267 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12268 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12269 (tramp-process-sentinel): Flush also process' connection property.
12270 (tramp-sh-handle-start-file-process): Do not set process
12271 sentinel. It is done now ...
12272 (tramp-maybe-open-connection): ... here. (Bug#8929)
12273
909e6b67
MK
122742011-07-04 MON KEY <monkey@sandpframing.com>
12275
12276 * play/animate.el (animate-string): Doc fixes and allow changing
12277 the buffer name (bug#5417).
12278
122792011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12280
c8af70e1 12281 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12282
f34755dc
PE
122832011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12284
396cec72
PE
12285 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12286 This is simpler and helps future-proof the code.
12287 (timer-until): Use time-subtract and float-time.
08235028 12288 (timer--time-less-p): Use time-less-p.
f34755dc 12289
56e6cc31
JB
122902011-07-04 Juanma Barranquero <lekktu@gmail.com>
12291
3abb79e5
JB
12292 * type-break.el (timep): Use the value of `float-time' to avoid a
12293 byte-compiler warning.
12294
56e6cc31
JB
12295 * server.el (server-eval-and-print): Return any result, even nil.
12296
7b9430b4
PE
122972011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12298
12299 * type-break.el: Accept time formats that the builtins accept.
12300 (timep, type-break-time-difference): Accept any format that
12301 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12302 This is simpler and helps future-proof the code.
12303 (type-break-time-difference): Round rather than ignoring
12304 subseconds components.
12305
3034e9e7
LMI
123062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12307
12308 * info.el (Info-apropos-matches): Make non-interactive, since it
12309 doesn't seem to do anything useful as a command (bug#8829).
12310
1485f4c0
CY
123112011-07-03 Chong Yidong <cyd@stupidchicken.com>
12312
12313 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12314 Move from faces.el.
1485f4c0
CY
12315 (frame-default-terminal-background): New function.
12316
12317 * custom.el (custom-push-theme): Don't record faces in `changed'
12318 theme; this doesn't work correctly for per-frame face settings.
12319 (disable-theme): Use face-set-after-frame-default to reset faces.
12320 (custom--frame-color-default): New function.
12321
9fa3dd45
LMI
123222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12323
c8af70e1 12324 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12325 (bug#8769).
12326
6cbbc20c
KR
123272011-03-29 Kevin Ryde <user42@zip.com.au>
12328
12329 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12330 `perl-Test2' extend to match possible "fail #N" rep count
12331 (bug#8377).
12332
c7f98048
LMI
123332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12334
65676592
LMI
12335 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12336 `smtpmail-via-smtp' now returns the error instead of nil.
12337
c7f98048
LMI
12338 * isearch.el (isearch-search-fun-function): Clarify the doc string
12339 (bug#8101).
12340
56e6cc31 123412011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12342
12343 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12344 unnecessary spaces (bug#8987).
12345
2b216704
LMI
123462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12347
12348 * net/network-stream.el (open-network-stream): Use the
12349 :end-of-capability command thoughout.
12350
123512011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12352
12353 * net/network-stream.el (open-network-stream): Add the
12354 :end-of-capability command parameter, used by pop3.el.
12355
36adf6ce
LMI
123562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12357
1ca0da0e
LMI
12358 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12359
fc00f69c
LMI
12360 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12361 for list)" (bug#6475).
12362
28fd8759 12363 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12364 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12365 an error (bug#6297).
12366
0dd8b6da
LMI
12367 * man.el (Man-reference-regexp): Allow matching possible
12368 word-wrapped references (bug#6289).
12369
ce1438d6
LMI
12370 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12371 for consistency with the other vc buffers (bug#6197).
12372 (vc-checkin): Ditto.
12373
12374 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12375
36adf6ce
LMI
12376 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12377
e83cc1f7
LMI
123782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12379
8a20ca4c
LMI
12380 * custom.el (defcustom): Clarify that :set is only used in the
12381 Customize user interface (bug#6089).
12382
83319045
LMI
12383 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12384 associated with a file, refuse to run instead of erroring out
12385 (bug#6084).
12386
a8392169
LMI
12387 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12388 the doc string, since it appears that using `fill-column' always
12389 controls the width (bug#7845).
12390
e83cc1f7
LMI
12391 * simple.el (shell-command-on-region): Say where the error output
12392 went if `shell-command-default-error-buffer' is set (bug#6857).
12393
e47ca23b
KM
123942011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12395
12396 * allout.el (allout-yank-processing): Adjust cursor position for
12397 backwards-deleted space.
12398
12399 (allout-rebullet-heading): Register changes with
12400 allout-exposure-changed-hook, so the modified topic is properly
12401 decorated.
12402
5cf56143
LMI
124032011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12404
08549772
LMI
12405 * minibuffer.el (completion-in-region): Document PREDICATE
12406 (bug#7136).
12407
48e96771
LMI
12408 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12409 of keyword/argument pairs (bug#6904).
12410
c8af70e1
SM
12411 * replace.el (multi-occur):
12412 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12413
e17d05e2
LMI
124142011-07-02 Drew Adams <drew.adams@oracle.com>
12415
12416 * dired.el (dired-mark-if): Make the message about whether it's
12417 marking or unmarking clearer (bug#8523).
12418
063b0e45
LMI
124192011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12420
12421 * disp-table.el (display-table-print-array): New function.
12422 (describe-display-table): Use it to print the vectors more pretty
12423 (Bug#8859).
12424
28545e04
MR
124252011-07-02 Martin Rudalics <rudalics@gmx.at>
12426
12427 * window.el (window-state-get-1): Don't assign clone numbers.
12428 Add clone-of item to list of window parameters.
12429 (window-state-put-2): Don't process clone numbers.
12430 (display-buffer-alist): Fix doc-string.
12431
3349e122
SM
124322011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * subr.el (remq): Don't allocate if it's not needed.
12435 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12436 (keymap--merge-bindings): New functions.
12437 (keymap-canonicalize): Use them to refine the canonicalization.
12438 * minibuffer.el (minibuffer-local-completion-map)
12439 (minibuffer-local-must-match-map): Move initialization from C.
12440 (minibuffer-local-filename-completion-map): Move initialization from C;
12441 don't inherit from anything here.
12442 (minibuffer-local-filename-must-match-map): Make obsolete.
12443 (completing-read-default): Use make-composed-keymap to combine
12444 minibuffer-local-filename-completion-map with either
12445 minibuffer-local-must-match-map or
12446 minibuffer-local-filename-completion-map.
12447
d224ac83
GM
124482011-07-01 Glenn Morris <rgm@gnu.org>
12449
3de63bf8
GM
12450 * type-break.el (type-break-time-sum): Use dolist.
12451
d224ac83
GM
12452 * textmodes/flyspell.el (flyspell-word-search-backward):
12453 Replace CL function.
12454
1a1e3f32
SM
124552011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12456
fe3f64d5
SM
12457 * mouse.el (mouse--strip-first-event): New function.
12458 (function-key-map): Use it to map fringe clicks to normal clicks
12459 by default.
12460
eb604e34
SM
12461 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12462 (vc-bzr-revision-completion-table): Add support for annotate and date.
12463
1a1e3f32
SM
12464 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12465 inherit from parent.
12466
5bd35902
LMI
124672011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12468
ace6c69c 12469 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12470 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12471
191e2bed
LMI
12472 * dired.el (dired-mode): Fix up the doc string as suggested by
12473 Drew Adams (bug#8817).
12474
5bd35902
LMI
12475 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12476 cookie, since the manual says that it should be possible to add
12477 this function to `find-file-hook' (bug#8709).
12478
eee8207a
TZ
124792011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12480
12481 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12482 here. Noted Ted Zlatanov as the maintainer.
12483 (cfengine-common-settings, cfengine-common-syntax): New functions
12484 to set up common things between `cfengine-mode' and
12485 `cfengine3-mode'.
12486 (cfengine3-mode): New mode.
12487 (cfengine3-defuns cfengine3-defuns-regex
12488 (cfengine3-class-selector-regex cfengine3-category-regex)
12489 (cfengine3-vartypes cfengine3-font-lock-keywords)
12490 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12491 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12492
36b148cf
MA
124932011-07-01 Michael Albinus <michael.albinus@gmx.de>
12494
12495 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12496
12497 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12498
0bf4ba9a
MR
124992011-07-01 Martin Rudalics <rudalics@gmx.at>
12500
12501 * window.el (same-window-buffer-names, same-window-regexps)
12502 (same-window-p, special-display-frame-alist)
12503 (special-display-popup-frame, special-display-function)
12504 (special-display-buffer-names, special-display-regexps)
12505 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12506 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12507 (split-window-preferred-function, split-height-threshold)
12508 (split-width-threshold, even-window-heights)
12509 (display-buffer-mark-dedicated, window-splittable-p)
12510 (split-window-sensibly, window-safely-shrinkable-p):
12511 Un-obsolete.
12512 (display-buffer): Don't spread args with function specifier
12513 because special-display-popup-frame won't like it.
12514
35837f51
PE
125152011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12516
d0672f86
PE
12517 Time-stamp simplifications and fixes.
12518 These improve accuracy slightly, and future-proof the code
12519 against some potential changes to current-time format.
12520
b9444d97
PE
12521 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12522 by using time-since and float-time.
12523
0ef923dc
PE
12524 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12525 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12526 + NNN microseconds".
12527
2f81380d
PE
12528 * type-break.el (type-break-time-sum): Rewrite using time-add.
12529
845b5c3e
PE
12530 * play/hanoi.el (hanoi-current-time-float): Remove.
12531 All uses replaced by float-time.
12532
ee6f1be0
PE
12533 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12534 This yields a more-accurate answer.
12535 (rng-time-to-float): Remove; no longer needed.
12536
fe955043
PE
12537 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12538
5777162a
PE
12539 * calendar/timeclock.el (timeclock-seconds-to-time):
12540 Defalias to seconds-to-time, since they're the same thing.
12541
3103f8b6 12542 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12543 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12544 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12545
0e61a35f
SM
125462011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * window.el (bury-buffer): Don't iconify the only frame.
12549 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12550 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12551
ddd63a1e
CY
125522011-07-01 Chong Yidong <cyd@stupidchicken.com>
12553
0e61a35f
SM
12554 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12555 Add mouse-yank-primary.
ddd63a1e 12556
055f4923
TZ
125572011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12558
12559 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12560
6a2fb145
SM
125612011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12564 (find-library-name): Use it to find relative load names when provided
12565 absolute file name (bug#8803).
12566
fd4983f2
LMI
125672011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12568
887d14ad
LMI
12569 * textmodes/flyspell.el (flyspell-word): Consider words that
12570 differ only in case as potential doublons (bug#5687).
12571
c53dc7fc
LMI
12572 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12573 Remove two rather uninteresting debugging-like messages to make
12574 debbugs.el more silent.
12575
fd4983f2
LMI
12576 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12577 a password-like phrase.
12578
7a71b18d 125792011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12580
12581 * progmodes/cc-guess.el: New file.
12582
6a2fb145 12583 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12584
12585 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12586 derived from `c-basic-common-init'.
12587
12588 * progmodes/cc-mode.el (top-level): Require cc-guess.
12589 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12590
1fa280a3
LM
125912011-06-30 Lawrence Mitchell <wence@gmx.li>
12592
12593 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12594
e6597158
AM
125952011-06-30 Alan Mackenzie <acm@muc.de>
12596
1fa280a3
LM
12597 * progmodes/cc-engine.el (c-guess-continued-construct):
12598 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12599 lock is disabled. Name this case as "CASE G".
12600
68ba37fb
KM
126012011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12602
12603 * allout.el (allout-yank-processing): Fix injection of extra space
12604 between bullet and non-whitespace character in first topic when
12605 pasting, ensuring that the actual spacing in the pasted topic
12606 following the bullet char is preserved. This extra space was
12607 causing pasted encrypted topics to get a decrypted status even
12608 when the content was actually still encrypted. Now the decryption
12609 status from before the paste is preserved.
12610
12611 (allout-flag-region): Set all allout overlays so they evaporate
12612 when reduced to zero length (evanescent), to prevent overlay
12613 leakage.
12614
887a0b34
GM
126152011-06-30 Glenn Morris <rgm@gnu.org>
12616
94b9acce
GM
12617 * w32-fns.el (w32-charset-info-alist): Declare.
12618
1d9b46d4
GM
12619 * find-dired.el (find-grep-options): Simplify.
12620
cc232200
GM
12621 * term/ns-win.el (ns-set-resource): Declare.
12622
28e77c46
GM
12623 * ses.el (row, col): Declare dynamic variables honestly.
12624
887a0b34
GM
12625 * textmodes/reftex-parse.el (index-tags): Declare.
12626
658d8eb8
CY
126272011-06-30 Chong Yidong <cyd@stupidchicken.com>
12628
12629 * cus-edit.el (customize-push-and-save): New function.
12630
12631 * files.el (hack-local-variables-confirm): Use it.
12632
1fa280a3
LM
12633 * custom.el (load-theme): New arg NO-CONFIRM.
12634 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12635 (custom-enabled-themes): Doc fix.
12636
12637 * cus-theme.el (customize-create-theme)
12638 (custom-theme-merge-theme): Callers to load-theme changed.
12639
bb617717
LMI
126402011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12641
d61bdd5d
LMI
12642 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12643 short URLs have at least one dot in them (bug #7614).
12644
bb617717
LMI
12645 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12646 nil, because using a pty is apparently too slow (bug #895).
12647
2f31f37a
LMI
126482011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12649
12650 * mail/sendmail.el (sendmail-query-once): New function.
12651 (sendmail-query-once-function): New variable.
12652
3076b24e
GM
126532011-06-29 Glenn Morris <rgm@gnu.org>
12654
faf2a174
GM
12655 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12656
3076b24e
GM
12657 * ses.el (top-level): Require cl when compiling.
12658 (ses-set-localvars): Fix error statement.
12659 Call it at compile time to silence a storm of warnings.
12660
5386012d
MR
126612011-06-29 Martin Rudalics <rudalics@gmx.at>
12662
12663 * window.el (normalize-live-buffer): Rename to
12664 window-normalize-buffer.
12665 (normalize-live-frame): Rename to window-normalize-frame.
12666 (normalize-any-window): Rename to window-normalize-any-window.
12667 (normalize-live-window): Rename to window-normalize-live-window.
12668 (make-window-atom): Rename to window-make-atom.
12669 (window-resize-reset): Rename to window--resize-reset.
12670 (window-resize-reset-1): Rename to window--resize-reset-1.
12671 (resize-mini-window): Rename to window--resize-mini-window.
12672 (resize-subwindows-skip-p): Rename to
12673 window--resize-subwindows-skip-p.
12674 (resize-subwindows-normal): Rename to
12675 window--resize-subwindows-normal.
12676 (resize-subwindows): Rename to window--resize-subwindows.
12677 (resize-other-windows): Rename to window--resize-siblings.
12678 (resize-this-window): Rename to window--resize-this-window.
12679 (resize-root-window): Rename to window--resize-root-window.
12680 (resize-root-window-vertically): Rename to
12681 window--resize-root-window-vertically.
12682 (normalize-buffer-to-display): Rename to
12683 window-normalize-buffer-to-display.
12684 (normalize-buffer-to-switch-to): Rename to
12685 window-normalize-buffer-to-switch-to.
12686 Correspondingly update all callers of the functions listed
12687 above.
12688 (display-buffer-alist, display-buffer-normalize-arguments)
12689 (display-buffer-normalize-options, display-buffer)
12690 (display-buffer-alist-set): Use "function" instead of
12691 "fun-with-args".
12692
1176868d
CY
126932011-06-28 Chong Yidong <cyd@stupidchicken.com>
12694
12695 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12696 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12697 debbugs.gnu.org. Mention acknowledgment email.
12698
20a7a65f
LMI
126992011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12700
12701 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12702 buffer multibyteness, since it shouldn't matter.
12703
5f45cca5
MR
127042011-06-28 Martin Rudalics <rudalics@gmx.at>
12705
12706 * window.el (display-buffer-in-side-window): Handle dedicated
12707 windows as in display-buffer-reuse-window.
12708 (display-buffer-normalize-alist): Use value of override
12709 specifier.
12710 (display-buffer-normalize-specifiers): Use value of
12711 other-window-means-other-frame specifier.
12712 (display-buffer-alist): Rewrite some texts in widgets.
12713 (display-buffer): Spread arguments when calling function
12714 specified by fun-with-args.
12715
ad85fe1f
DD
127162011-06-28 Deniz Dogan <deniz@dogan.se>
12717
1fa280a3
LM
12718 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12719 Unnest `let'.
da68c4c8 12720
ad85fe1f
DD
12721 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12722 selectors (Bug#5732).
ec49bd31 12723 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12724
a08cc025
JA
127252011-06-27 Jari Aalto <jari.aalto@cante.net>
12726
12727 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12728 (eshell-ls-date-format): New defcustom.
12729 (eshell-ls-file): Use it.
12730
e2b551c5
SM
127312011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12734
8982b231
KY
127352011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12736
12737 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12738 (ange-ftp-make-tmp-name): New arg.
12739 (ange-ftp-file-local-copy): Use it.
12740
36c9fa27
J
127412011-06-27 Jambunathan K <kjambunathan@gmail.com>
12742
12743 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12744 no-conversion (Bug#8870).
12745
d68443dc
MR
127462011-06-27 Martin Rudalics <rudalics@gmx.at>
12747
12748 * window.el (window-right, window-left, window-child)
12749 (window-child-count, window-last-child)
12750 (window-iso-combination-p, walk-window-tree-1)
12751 (window-atom-check-1, window-tree-1, delete-window)
12752 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12753 new naming conventions - window-vchild, window-hchild,
12754 window-next and window-prev are now called window-top-child,
12755 window-left-child, window-next-sibling and window-prev-sibling
12756 respectively.
d615d6d2
MR
12757 (resize-window-reset): Rename to window-resize-reset.
12758 (resize-window-reset-1): Rename to window-resize-reset-1.
12759 (resize-window): Rename to window-resize.
12760 (window-min-height, window-min-width)
12761 (resize-mini-window, resize-this-window, resize-root-window)
12762 (resize-root-window-vertically, adjust-window-trailing-edge)
12763 (enlarge-window, shrink-window, maximize-window)
12764 (minimize-window, delete-window, quit-restore-window)
12765 (split-window, balance-windows, balance-windows-area-adjust)
12766 (balance-windows-area, window-state-put-2)
12767 (display-buffer-even-window-sizes, display-buffer-set-height)
12768 (display-buffer-set-width, set-window-text-height)
12769 (fit-window-to-buffer): Rename all "resize-window" prefixed
12770 calls to use the "window-resize" prefix convention.
12771 (display-buffer-alist): Fix symbol for label specifier.
12772 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12773 corresponding specifier.
12774 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12775
b6458526
VB
127762011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12777
12778 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12779 convention.
12780 (ses-call-printer): Does not pass an empty string to formatter when the
12781 cell is empty to keep from barking printer Calc math-format-value.
12782
d31fd9ac
RS
127832011-06-27 Richard Stallman <rms@gnu.org>
12784
43d5bf84
RS
12785 * battery.el (battery-mode-line-limit): New variable.
12786 (battery-update): Handle it.
12787
d31fd9ac
RS
12788 * mail/rmailmm.el (rmail-mime-process-multipart):
12789 Handle truncated messages.
12790
819a6054
GM
127912011-06-27 Glenn Morris <rgm@gnu.org>
12792
12793 * progmodes/flymake.el (flymake-err-line-patterns):
12794 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12795
cedc73f2
VB
127962011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12797
819a6054 12798 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12799 (ses--clean-!, ses--clean-_): New functions.
12800 (ses-range): Add configurability of readout order, and conversion
12801 to Calc vector.
12802
5e5d49b6
VB
12803 * ses.el (ses-repair-cell-reference-all): New function.
12804 (ses-cell-symbol): Set macro as safe, so that it can be used in
12805 formulas.
12806
56e6cc31 12807 * ses.el: Update cycle detection algorithm.
90ca8b49 12808 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12809 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12810 (ses-set-localvars): New function.
12811 (ses-make-cell): Add property-list as a cell element.
12812 (ses-cell-property-get-fun, ses-cell-property-get)
12813 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12814 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12815 New functions.
90ca8b49
VB
12816 (ses-cell-property-set, ses-cell-property-pop)
12817 (ses-cell-property-get-handle): New macro.
12818 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12819 New aliases, used for code readability.
12820 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12821 cycle detection.
12822 (ses-self-reference-early-detection): New defcustom.
fac916bf 12823 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12824 (ses-mode): Use ses-set-localvars.
12825 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12826 before lauching the update processing.
12827 (ses-initialize-Dijkstra-attempt): New function.
12828 (ses-recalculate-cell): Update for cycle detection based on
12829 Dijkstra algorithm.
12830
2bb63e81
VB
12831 * ses.el: Fix commenting and indenting convention.
12832
c9d29fb8
SM
128332011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * bs.el (bs-cycle-next): Complete last change.
12836
d8e4b68b
JB
128372011-06-27 Drew Adams <drew.adams@oracle.com>
12838
12839 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12840
40098786
LMI
128412011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12842
c9d29fb8
SM
12843 * net/network-stream.el (network-stream-open-starttls):
12844 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12845 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12846
40098786
LMI
12847 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12848 to binary to possibly avoid line encoding issues on Windows (among
12849 other things).
12850
468d09d4
LMI
128512011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12852
12853 * net/network-stream.el (open-network-stream): Return an :error
12854 saying what the problem was, if possible.
12855
12856 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12857 server.
12858
12859 * net/network-stream.el (network-stream-open-starttls): If we
12860 wanted to use STARTTLS, and the server offered it, but we weren't
12861 able to because we had no STARTTLS support, then close the connection.
12862 (open-network-stream): Return an :error element, if present.
12863
16f07dd7
CY
128642011-06-26 Chong Yidong <cyd@stupidchicken.com>
12865
88821ca0
CY
12866 * hl-line.el (hl-line-sticky-flag): Doc fix.
12867 (global-hl-line-sticky-flag): New option (Bug#8323).
12868 (global-hl-line-highlight): Obey it.
12869
16f07dd7
CY
12870 * vc/vc.el (vc-revert-show-diff): Default to t.
12871
6b5ccddf
KM
128722011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12873
c9d29fb8
SM
12874 * allout-widgets.el (allout-widgets-post-command-business):
12875 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12876 undecorated when an isearch is continued past, and isearch
12877 automatically collapses them. This leads to "widget leaks", where
12878 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12879 hidden widgets can slow down cursor travel, substantially.
12880 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12881 so we're doing without this nicety.
12882
12883 (allout-widgets-tally-string): Don't try to do a hash-table-count
12884 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12885 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12886 *Messages* when allout-widgets-maintain-tally is t.
12887
355f2e07
MR
128882011-06-26 Martin Rudalics <rudalics@gmx.at>
12889
12890 * window.el (display-buffer-normalize-argument): Rename to
12891 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12892 LABEL argument. Respect special-display-function when popping up
12893 a new frame. Fix code searching for a window showing the buffer
12894 on another frame.
c9d29fb8
SM
12895 (display-buffer-normalize-specifiers):
12896 Call display-buffer-normalize-arguments.
355f2e07
MR
12897 (display-buffer-in-window): Don't undedicate the window if its
12898 buffer remains the same.
12899 Reported by Drew Adams <drew.adams@oracle.com>.
12900 (display-buffer-alist): Add choice for same-window macro
12901 specfier.
12902 (display-buffer): Mention special meaning of LABEL argument in
12903 doc-string. Fix quoting. Don't pop up a new frame even as
12904 fallback.
12905
7ca8fc42
JB
129062011-06-26 Juanma Barranquero <lekktu@gmail.com>
12907
12908 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12909 avoid deleting the current window in some cases (bug#8911).
12910
bc312254
AS
129112011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12912
12913 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12914 (Bug#8934)
12915
2db18f3f
LMI
129162011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12917
c9d29fb8
SM
12918 * net/network-stream.el (network-stream-open-starttls):
12919 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12920 (network-stream-open-tls): Ditto.
12921
6302e0d3
LL
129222011-06-26 Leo Liu <sdl.web@gmail.com>
12923
12924 * register.el (registerv): New struct.
12925 (registerv-make): New function.
c9d29fb8
SM
12926 (jump-to-register, describe-register-1, insert-register):
12927 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12928 struct. (Bug#8415)
12929
5fdd4046
CY
129302011-06-26 Chong Yidong <cyd@stupidchicken.com>
12931
2afef60a
CY
12932 * vc/vc.el (vc-revert-show-diff): New defcustom.
12933 (vc-diff-internal): New arg specifying diff buffer.
12934 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12935 reuse an existing *vc-diff* buffer (Bug#8927).
12936
5fdd4046
CY
12937 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12938
e93db24a
GM
129392011-06-26 Glenn Morris <rgm@gnu.org>
12940
12941 * progmodes/f90.el (f90-critical-indent): New option.
12942 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12943 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12944 (f90-mode): Doc fix.
12945 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12946 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12947 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12948 (f90-match-end): Handle block, critical.
12949
eefff499
GM
129502011-06-25 Glenn Morris <rgm@gnu.org>
12951
f6ba4cc9
GM
12952 * calendar/diary-lib.el (diary-included-files): Doc fix.
12953 (diary-include-files): New function, extracted from
12954 diary-include-other-diary-files and diary-mark-included-diary-files.
12955 (diary-include-other-diary-files, diary-mark-included-diary-files):
12956 Just call diary-include-files.
12957 (diary-mark-entries): Reset diary-included-files on first call.
12958
16712304
GM
12959 * calendar/diary-lib.el (diary-mark-entries)
12960 (diary-mark-included-diary-files):
12961 Visit included diary-files in temp buffers.
12962
5d8e0d43
GM
12963 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12964 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12965 (f90-start-block-re, f90-imenu-generic-expression)
12966 (f90-looking-at-program-block-start, f90-no-block-limit):
12967 Add support for submodules.
12968
ccf7a5d5
GM
12969 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12970 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12971
11fdef7d 129722011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12973
12974 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12975 buffer-file-type before setting its value, to avoid disastrous
eefff499 12976 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12977
74f53697
JB
129782011-06-25 Juanma Barranquero <lekktu@gmail.com>
12979
12980 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12981
12982 * ses.el (ses-unload-function):
12983 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12984
12985 * proced.el (proced-unload-function):
12986 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12987
18a4ce5e
AR
129882011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12989
12990 * server.el (server-create-window-system-frame): Add parameters arg.
12991 (server-process-filter): Doc fix. Handle frame-parameters.
12992
519d22cc
JB
129932011-06-25 Juanma Barranquero <lekktu@gmail.com>
12994
12995 Fix bug#8730, bug#8781.
12996
12997 * loadhist.el (unload--set-major-mode): New function.
12998 (unload-feature): Use it.
12999
13000 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13001 (python-unload-function): New function.
13002
c206f5b0
SM
130032011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13006
f9ad64f3
GS
130072011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13008
13009 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13010 the candidates list.
13011
7d0da90e
JB
130122011-06-24 Juanma Barranquero <lekktu@gmail.com>
13013
13014 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13015
14b4e83d
RS
130162011-06-23 Richard Stallman <rms@gnu.org>
13017
13018 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13019 (rmail-variables): Set next-error-move-function.
13020 (rmail-what-message): Take argument POS.
13021 (rmail-next-error-move): New function.
13022
273d2baf
SM
130232011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13026 messages for adjacent non-terminals.
13027
56c2cc9a
RS
130282011-06-23 Richard Stallman <rms@gnu.org>
13029
13030 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13031 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13032 (rmail-start-mail): Don't specify use of rmail-mail-return;
13033 that's done by mail-bury now.
13034 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13035
d59eb518
MA
130362011-06-23 Michael Albinus <michael.albinus@gmx.de>
13037
13038 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13039 SIZE is a number.
13040
02cfc6d6
MR
130412011-06-23 Martin Rudalics <rudalics@gmx.at>
13042
13043 * window.el (get-lru-window, get-mru-window)
13044 (get-largest-window): Never return a minibuffer window.
13045 (display-buffer-pop-up-window): Fix a bug that could lead to
13046 reusing the minibuffer window.
13047 (display-buffer): Pass original specifier argument to
13048 display-buffer-function instead of the normalized one.
13049 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13050
4e323265
LL
130512011-06-22 Leo Liu <sdl.web@gmail.com>
13052
13053 * minibuffer.el (completing-read-function)
13054 (completing-read-default): Move from minibuf.c
13055
7a70468f
RS
130562011-06-22 Richard Stallman <rms@gnu.org>
13057
50718fc2
RS
13058 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13059 to Rmail even if not started by a special Rmail command.
13060
7a70468f
RS
13061 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13062 Copy the buffer currently showing just one message.
13063
297dde5a
RW
130642011-06-22 Roland Winkler <winkler@gnu.org>
13065
13066 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13067 (bibtex-clean-entry): First delete the old key so that a
13068 customized algorithm for generating the new key does not get
13069 confused by the old key.
13070 (bibtex-url): Obey regexp of first step.
13071 (bibtex-search-entries): Do not use add-to-list with local
13072 list-var.
13073
97bb1093
LMI
130742011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13075
13076 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13077 stored a user name, then query for the password first, instead of
13078 waiting for SMTP to give an error message and the trying again.
13079
1c0f1a19
JD
130802011-06-22 Lawrence Mitchell <wence@gmx.li>
13081
13082 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13083 BUFFER in call-process.
13084
396f7c9d
LMI
130852011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13086
13087 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13088 QUIT twice.
ddb7ffee
LMI
13089 (smtpmail-try-auth-methods): Require user name and password from
13090 auth-source.
396f7c9d 13091
8998d1b3
MR
130922011-06-22 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (display-buffer-default-specifiers)
13095 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13096 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13097 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13098
13099 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13100 (special-display-frame-alist, special-display-popup-frame):
13101 Remove duplicate declarations. These are now in window.el.
13102
4ea31e07
LMI
131032011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13104
c9d29fb8
SM
13105 * mail/smtpmail.el (smtpmail-via-smtp):
13106 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13107 server supports it. SMTP servers that support STARTTLS commonly
13108 require it.
13109
13110 * net/network-stream.el (network-stream-open-starttls): Support
13111 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13112 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13113
95f41d9a
LMI
13114 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13115 upgrades with `open-network-stream', and rely solely on
13116 auth-source for all credentials. Big changes throughout the file,
13117 but in particular:
c9d29fb8
SM
13118 (smtpmail-auth-credentials): Remove.
13119 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13120 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13121 MAIL FROM, too.
95f41d9a 13122
c9d29fb8
SM
13123 * net/network-stream.el (network-stream-open-starttls):
13124 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13125 STARTTLS.
13126 (auth-source): Require.
13127 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13128 (network-stream-certificate): Change cert-cert to cert and
13129 cert-key to key.
4ea31e07 13130
065ec2c7
MA
131312011-06-21 Michael Albinus <michael.albinus@gmx.de>
13132
13133 * net/tramp-cache.el (top): Don't load the persistency file when
13134 "emacs -Q" has been called.
13135
cd93b359
DR
131362011-06-21 Tim Harper <timcharper@gmail.com>
13137
d8e4b68b
JB
13138 * term/ns-win.el (ns-initialize-window-system):
13139 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13140 resource to NO as it is not yet supported by the NS port.
13141
ae9c0411
JB
131422011-06-21 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13145 (list-dynamic-libraries): ...not here.
13146
7f3f739f
LL
131472011-06-21 Leo Liu <sdl.web@gmail.com>
13148
13149 * subr.el (sha1): Implement sha1 using secure-hash.
13150
327c8fb1
MR
131512011-06-21 Martin Rudalics <rudalics@gmx.at>
13152
13153 * window.el (display-buffer-alist): In default value do not
13154 enforce searching a window on any but the selected frame.
13155 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13156 (display-buffer-select-window): Remove function.
13157 (display-buffer-in-window): When a window on another frame gets
13158 reused, do not select it any more but just raise its frame if
13159 necessary (Bug#8851) and (Bug#8856).
13160 (display-buffer-normalize-options): Handle pop-up-frames related
13161 options more faithfully.
13162 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13163 window if it is on another frame.
c9d29fb8
SM
13164 (display-buffer-alist, display-buffer-default-specifiers):
13165 Don't make new frame unsplittable by default.
9e9de014
MR
13166 (display-buffer-normalize-argument): Fix doc-string typo and use
13167 'same-frame-other-window instead of 'other-window when associating
13168 with display-buffer-macro-specifiers.
327c8fb1 13169
7cf3f556
VB
131702011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13171
13172 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13173 New functions.
13174 (5x5-mode-map, 5x5-mode-menu): Bind them.
13175 (5x5-draw-grid): Tweak the solver's rendering.
13176
60a406cf
SM
131772011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13180 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13181
d8e4b68b 131822011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13183
13184 * menu-bar.el: Use function variable instead of switch-to-buffer.
13185 (menu-bar-select-buffer-function): New variable.
60a406cf 13186 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13187
478d6f95
SM
131882011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13191 variable's status.
13192
ca530739
JD
131932011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13194
13195 * x-dnd.el (x-dnd-version-from-flags)
13196 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13197 and long as number (Bug#8899).
13198 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13199
bcd70d97
SM
132002011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13201
60a406cf 13202 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13203 (completion-try-completion, completion-all-completions): Compute the
13204 metadata argument if it's missing; make it optional (bug#8795).
13205
60a406cf 13206 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13207 (widget-complete): Use new :completion-function property.
13208 (widget-completions-at-point): New function.
13209 (default): Use :completion-function instead of :complete.
60a406cf
SM
13210 (widget-default-completions): Rename from widget-default-complete;
13211 Rewrite.
bcd70d97
SM
13212 (widget-string-complete, widget-file-complete, widget-color-complete):
13213 Remove functions.
13214 (file, symbol, function, variable, coding-system, color):
13215 * international/mule-cmds.el (default-input-method, charset)
13216 (language-info-custom-alist):
13217 * cus-edit.el (face): Use new property :completions.
13218
13219 * progmodes/pascal.el (pascal-completions-at-point): New function.
13220 (pascal-mode): Use it.
13221 (pascal-mode-map): Use completion-at-point.
13222 (pascal-toggle-completions): Make obsolete.
13223 (pascal-complete-word, pascal-show-completions):
13224 * progmodes/octave-mod.el (octave-complete-symbol):
13225 Redefine as obsolete alias.
13226 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13227 Signal absence of completion info for old Octave,
13228 (inferior-octave-complete): Redefine as obsolete alias.
13229 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13230 (meta-completions-at-point): Rename from meta-complete-symbol and
13231 adapt it for use on completion-at-point-functions.
13232 (meta-common-mode): Use it.
13233 (meta-looking-at-backward, meta-match-buffer): Remove.
13234 (meta-complete-symbol): Redefine as obsolete alias.
13235 (meta-common-mode-map): Use completion-at-point.
13236 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13237 (makefile-mode-map): Use completion-at-point.
13238 (makefile-completions-at-point): Rename from makefile-complete and
13239 adapt it for use on completion-at-point-functions.
13240 (makefile-mode): Use it.
13241 (makefile-complete): Redefine as obsolete alias.
13242
aebf69c8
DD
132432011-06-20 Deniz Dogan <deniz@dogan.se>
13244
13245 * net/rcirc.el: Delete trailing whitespaces once and for all.
13246
bfbbb27d
DC
132472011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13248
13249 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13250
d264a46b
CY
132512011-06-19 Chong Yidong <cyd@stupidchicken.com>
13252
4ca009e5
CY
13253 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13254
d264a46b
CY
13255 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13256
fbf5b3ce
MR
132572011-06-19 Martin Rudalics <rudalics@gmx.at>
13258
13259 * window.el (display-buffer-other-window-means-other-frame):
13260 Call display-buffer-normalize-alist.
13261 (display-buffer-normalize-specifiers-1): Rename to
13262 display-buffer-normalize-argument. New argument other-frame.
13263 Rewrite.
13264 (display-buffer-normalize-specifiers-2): Rename to
13265 display-buffer-normalize-options.
13266 (display-buffer-normalize-alist-1): New function.
13267 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13268 display-buffer-normalize-alist.
13269 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13270 (display-buffer-normalize-options-inhibit): New variable.
13271 (display-buffer-normalize-specifiers): Rewrite calling
13272 display-buffer-normalize-alist,
13273 display-buffer-normalize-argument, and
13274 display-buffer-normalize-options. Don't call the latter if
13275 display-buffer-normalize-options-inhibit is non-nil.
13276 (frame-auto-delete): New option.
13277 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13278 (window-list-no-nils, window-state-ignored-parameters)
13279 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13280 (window-state-put-1, window-state-put-2, window-state-put):
13281 New functions.
9a028c23
MR
13282 (display-buffer-normalize-options): Move special-display-p group
13283 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13284
6d10d800
CY
132852011-06-18 Chong Yidong <cyd@stupidchicken.com>
13286
6420d28b
CY
13287 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13288 groups (Bug#8776).
13289 (rx-submatch-n): New function.
13290 (rx): Document it.
13291
ddb8b596
CY
13292 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13293 (Bug#8768).
13294
13295 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13296
77080289
CY
13297 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13298
61dfb316
CY
13299 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13300 anytime existing face settings are present (Bug#8889).
13301
6d10d800
CY
13302 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13303 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13304 Remove unused argument.
13305
be3fb2b8
MR
133062011-06-18 Martin Rudalics <rudalics@gmx.at>
13307
bcd70d97
SM
13308 * window.el (display-buffer-default-specifiers):
13309 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13310 pop-up-window-min-width, and another reuse-window specifier
13311 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13312 (display-buffer-normalize-specifiers-2):
13313 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13314 pop-up-windows is unset. Add a reuse-window specifier for the
13315 case popping up a new window fails.
13316 (special-display-popup-frame): Remove double quoting.
28dec25a 13317 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13318
1c6d8c76
SM
133192011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13322 according to comint-completion-addsuffix.
13323
13324 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13325 (pcomplete-suffix-list): Mark as obsolete.
13326 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13327 pcomplete-seen in the closure.
13328 (pcomplete-comint-setup): Setup completion-at-point as well.
13329 (pcomplete--entries): New function.
13330 (pcomplete--env-regexp): New var.
13331 (pcomplete-entries): Rewrite to work with partial-completion and
13332 without relying on pcomplete-suffix-list.
13333 (pcomplete-pare-list): Remove, unused.
13334
25aef8b8
MR
133352011-06-17 Martin Rudalics <rudalics@gmx.at>
13336
13337 * window.el (display-buffer-alist): Set pop-up-window-min-height
13338 and pop-up-window-min-width in default value. Reported by
13339 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13340 other-window-means-other-frame.
13341 (display-buffer-macro-specifiers): Comment out entry for
13342 other-window specifier.
13343 (display-buffer-other-window-means-other-frame): New function.
13344 (display-buffer-normalize-specifiers-1): New arguments
13345 buffer-name and label. Treat other-window case specially.
13346 (display-buffer-normalize-specifiers-2): Treat other-window case
13347 specially.
13348 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13349 (display-buffer-normalize-specifiers):
13350 Call display-buffer-normalize-specifiers-3.
25aef8b8 13351
dbad4f69
MR
133522011-06-17 Martin Rudalics <rudalics@gmx.at>
13353
13354 * window.el (same-window-p): Fix two typos introduced when
13355 adding with-no-warnings.
d1067961
MR
13356 (display-buffer-normalize-specifiers-1): Don't check
13357 pop-up-frames for 'unset initialization.
13358 (display-buffer-normalize-specifiers-2): Major rewrite using
13359 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13360 (pop-up-frames, display-buffer-reuse-frames)
13361 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13362 Suggested by David Engster <deng@randomsample.de>.
13363 (even-window-heights): Initialize to 'unset.
13364 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13365 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13366 other window case.
dbad4f69 13367
9b9c9e3a
MR
133682011-06-16 Martin Rudalics <rudalics@gmx.at>
13369
bcd70d97
SM
13370 * window.el (display-buffer-normalize-specifiers-1):
13371 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13372 second argument of display-buffer (Bug#8865).
981d5c09
MR
13373 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13374 (switch-to-buffer-other-window-same-frame)
13375 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13376 Adams (Bug#8875).
9c2755e9
MR
13377 (display-buffer): Don't check noninteractive when calling
13378 display-buffer-pop-up-frame.
13379 (display-buffer-pop-up-frame): Never pop up a frame in
13380 noninteractive mode (Bug#8857).
67222e1d
MR
13381 (enlarge-window, shrink-window): Don't report an error when the
13382 window can't be resized as requested (Bug#8862).
9b9c9e3a 13383
2b75be67
SM
133842011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13385
9ffdd3ba
SM
13386 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13387
cb581a67
SM
13388 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13389
2b75be67
SM
13390 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13391
8c0e3589
AM
133922011-06-15 Alan Mackenzie <acm@muc.de>
13393
cb581a67
SM
13394 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13395 for declarators, disable knr checking to speed up for normal files.
13396 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13397
b96e6cde
LMI
133982011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13399
4bba86e6
LMI
13400 * net/network-stream.el (open-network-stream): Add the keyword
13401 :always-query-capabilities for the case where you want to force a
13402 `plain' network connection, but the protocol still requires the
13403 capabilitiy command (i.e., SMTP and EHLO).
13404
2b75be67 13405 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13406 consistency with other `-live-p' functions.
13407
efdcdbf8
SM
134082011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * window.el (same-window-buffer-names, same-window-regexps)
13411 (special-display-frame-alist, special-display-popup-frame)
13412 (special-display-function, special-display-buffer-names)
13413 (special-display-regexps, pop-up-frame-alist)
13414 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13415 (pop-up-windows, split-window-preferred-function)
13416 (split-height-threshold, split-width-threshold, even-window-heights)
13417 (display-buffer-mark-dedicated): Don't encourage the use of
13418 display-buffer-alist from Elisp code.
13419
c5cde042
DN
134202011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13421
13422 * progmodes/python.el (python-mode): Derive from prog-mode.
13423 * progmodes/ps-mode.el (ps-mode):
13424 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13425 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13426 * progmodes/ld-script.el (ld-script-mode): Likewise.
13427
baa1c9ab
MR
134282011-06-15 Martin Rudalics <rudalics@gmx.at>
13429
13430 * window.el (display-buffer-alist): Trim default value to avoid
13431 popping up a new frame (Bug#8857) or reusing an arbitrary window
13432 on another frame.
13433 (display-buffer): Do not fall back on popping up a new frame in
13434 batch mode (Bug#8857).
13435
c5dd5a51
CY
134362011-06-14 Chong Yidong <cyd@stupidchicken.com>
13437
13438 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13439 (custom-theme-summary): New function.
13440 (customize-themes): Use it.
13441
d647b7c4
GM
134422011-06-13 Glenn Morris <rgm@gnu.org>
13443
13444 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13445
9481c002
MR
134462011-06-13 Martin Rudalics <rudalics@gmx.at>
13447
357f93d2
MR
13448 * help.el (help-window): Remove variable.
13449 (help-window-point-marker, temp-buffer-max-height)
13450 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13451 (help-print-return-message): Don't set help-window.
13452 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13453 (help-window-setup-finish): Remove.
13454 (help-window-display-message, help-window-setup)
13455 (with-help-window): Major rewrite based on new
13456 display-buffer-window variable.
13457
13458 * help-mode.el (help-mode-finish): Remove help-window related
13459 code.
13460
13461 * view.el (view-exits-all-viewing-windows): Remove reference to
13462 view-return-to-alist in doc-string.
13463 (view-return-to-alist): Make obsolete.
13464 (view-buffer): Call pop-to-buffer-same-window and remove
13465 undo-window code.
13466 (view-buffer-other-window): Call pop-to-buffer-other-window and
13467 simplify code. Ignore second argument.
13468 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13469 simplify code. Ignore second argument.
13470 (view-return-to-alist-update): Make obsolete.
13471 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13472 Rewrite using quit-restore window parameters.
2b75be67
SM
13473 (view-mode-exit): Rename second argument to EXIT-ONLY.
13474 Rewrite using quit-restore-window.
357f93d2
MR
13475 (View-exit, View-exit-and-edit, View-leave, View-quit)
13476 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13477 appropriate arguments.
13478 (view-end-message): Use quit-restore window parameter.
13479
9481c002
MR
13480 * window.el (display-buffer-function): Rewrite doc-string.
13481 (display-buffer-window, display-buffer-alist): New variables.
13482 (display-buffer-split-specifiers)
13483 (display-buffer-side-specifiers)
13484 (display-buffer-macro-specifiers): New constants.
13485 (display-buffer-even-window-sizes, display-buffer-set-height)
13486 (display-buffer-set-width, display-buffer-select-window)
13487 (display-buffer-in-window, display-buffer-reuse-window)
13488 (display-buffer-split-window-1, display-buffer-split-window)
13489 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13490 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13491 (display-buffer-in-side-window, normalize-buffer-to-display)
13492 (display-buffer-normalize-specifiers-1)
13493 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13494 (display-buffer-normalize-specifiers, display-buffer-frame):
13495 New functions.
9481c002
MR
13496 (display-buffer): Major rewrite.
13497 (display-buffer-other-window, display-buffer-other-frame)
13498 (pop-to-buffer, switch-to-buffer-other-window)
13499 (switch-to-buffer-other-frame): Rewrite.
13500 (display-buffer-same-window, display-buffer-same-frame)
13501 (display-buffer-same-frame-other-window)
13502 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13503 (pop-to-buffer-other-window)
13504 (pop-to-buffer-same-frame-other-window)
13505 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13506 (switch-to-buffer-other-window-same-frame): New functions.
13507 (same-window-p, special-display-p): Rewrite disabling warnings.
13508 Make obsolete.
13509 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13510 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13511 Make obsolete
13512 (same-window-buffer-names, same-window-regexps)
13513 (special-display-frame-alist, special-display-popup-frame)
13514 (special-display-function, special-display-buffer-names)
13515 (special-display-regexps, pop-up-frame-alist)
13516 (pop-up-frame-function, split-window-preferred-function)
13517 (split-height-threshold, split-width-threshold)
13518 (even-window-heights): Make obsolete.
13519
9db51aca
GM
135202011-06-12 Glenn Morris <rgm@gnu.org>
13521
13522 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13523 Misc simplifications.
9db51aca 13524
39cffb44
MR
135252011-06-12 Martin Rudalics <rudalics@gmx.at>
13526
13527 * window.el (window-safely-shrinkable-p): Restore function which
13528 was inadvertently removed in change from 2011-06-11. Declare as
13529 obsolete.
13530
2b75be67
SM
13531 * calendar/calendar.el (calendar-generate-window):
13532 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13533 window-safely-shrinkable-p.
13534
a8955be7
GM
135352011-06-12 Glenn Morris <rgm@gnu.org>
13536
13537 * progmodes/fortran.el (fortran-mode-syntax-table):
13538 * progmodes/f90.el (f90-mode-syntax-table):
13539 Set % to punctuation. (Bug#8820)
13540 (f90-find-tag-default): Remove, no longer needed.
13541
f0d4059d
DC
135422011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13543
13544 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13545
1100a63c
CY
135462011-06-11 Chong Yidong <cyd@stupidchicken.com>
13547
13548 * image.el (image-animated-p): Return animation delay in seconds.
13549 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13550 (image-animate-timeout): Remove DELAY argument. Don't assume
13551 every subimage has the same delay; get it from image-animated-p.
13552 (image-animate): Caller changed.
13553
def722bf
MA
135542011-06-11 Michael Albinus <michael.albinus@gmx.de>
13555
13556 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13557 to ignored backtrace functions.
13558
0a2bb1a9
GM
135592011-06-11 Glenn Morris <rgm@gnu.org>
13560
13561 * calendar/appt.el (appt-disp-window-function): Doc fix.
13562 (appt-check): Handle overlapping appointments. (Bug#8337)
13563
6198ccd0
MR
135642011-06-11 Martin Rudalics <rudalics@gmx.at>
13565
13566 * window.el (window-tree-1, window-tree): New functions, moving
13567 the latter to window.el.
13568 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13569 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13570 (bw-refresh-edges): Remove.
13571 (balance-windows-1, balance-windows-2): New functions.
13572 (balance-windows): Rewrite in terms of window tree functions,
13573 balance-windows-1 and balance-windows-2.
13574 (bw-adjust-window): Remove.
13575 (balance-windows-area-adjust): New function with functionality of
13576 bw-adjust-window but using resize-window.
2b75be67
SM
13577 (set-window-text-height): Rewrite doc-string.
13578 Use normalize-live-window and resize-window.
13579 (enlarge-window-horizontally, shrink-window-horizontally):
13580 Rename argument to DELTA.
6198ccd0
MR
13581 (window-buffer-height): New function.
13582 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13583 Rewrite using new window resize routines.
2b75be67
SM
13584 (kill-buffer-and-window, mouse-autoselect-window-select):
13585 Use ignore-errors instead of condition-case.
6198ccd0
MR
13586 (quit-window): Call delete-frame instead of delete-windows-on
13587 for the only buffer on frame.
13588
9397e56f
MR
135892011-06-10 Martin Rudalics <rudalics@gmx.at>
13590
13591 * loadup.el (top-level): Load window before files for the sake
13592 of replace-buffer-in-windows.
13593
13594 * files.el (read-buffer-to-switch)
13595 (switch-to-buffer-other-window)
2b75be67
SM
13596 (switch-to-buffer-other-frame, display-buffer-other-frame):
13597 Move to window.el.
9397e56f
MR
13598
13599 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13600 (previous-buffer): Move to window.el.
13601
13602 * bindings.el (unbury-buffer): Move to window.el.
13603
13604 * window.el (delete-other-windows-vertically): Move after
13605 definition of delete-other-windows.
13606 (other-window, delete-windows-on, replace-buffer-in-windows):
13607 Move here from window.c.
13608 (record-window-buffer, unrecord-window-buffer)
13609 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13610 (switch-to-next-buffer): New functions.
13611 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13612 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13613 (previous-buffer): Move here from simple.el.
13614 Call switch-to-prev-buffer.
9397e56f
MR
13615 (bury-buffer): Move here from buffer.c. Switch to previous
13616 buffer when window cannot be deleted.
13617 (unbury-buffer): Move here from bindings.el.
13618 (ctl-x-map): Move binding for other-window from window.c to
13619 here.
13620 (read-buffer-to-switch, switch-to-buffer-other-window)
13621 (switch-to-buffer-other-frame): Move here from files.el.
13622 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13623 (switch-to-buffer): Move here from buffer.c.
13624 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13625
562dd5e9
MR
136262011-06-10 Martin Rudalics <rudalics@gmx.at>
13627
13628 * window.el (window-min-height, window-min-width): Move here
13629 from window.c. Add defcustoms and rewrite doc-strings.
13630 (resize-mini-window, resize-window): New functions.
13631 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13632 Move here from window.c.
13633 (maximize-window, minimize-window): New functions.
13634 (delete-window, delete-other-windows, split-window): Move here
13635 from window.c.
13636 (window-split-min-size): New function.
13637 (split-window-keep-point): Mention split-window-above-each-other
13638 instead of split-window-vertically.
2b75be67 13639 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13640 Rename split-window-vertically to split-window-above-each-other
13641 and provide defalias for old definition.
13642 (split-window-side-by-side, split-window-horizontally):
13643 Rename split-window-horizontally to split-window-side-by-side
13644 and provide defalias for the old definition.
562dd5e9
MR
13645 (ctl-x-map): Move bindings for delete-window,
13646 delete-other-windows and enlarge-window here from window.c.
13647 Replace bindings for split-window-vertically and
13648 split-window-horizontally by bindings for
13649 split-window-above-each-other and split-window-side-by-side.
13650
13651 * cus-start.el (all): Remove entries for window-min-height and
13652 window-min-width. Add entries for window-splits and
13653 window-nest.
13654
f0da764a
GM
136552011-06-09 Glenn Morris <rgm@gnu.org>
13656
80675c21
GM
13657 * calendar/appt.el (appt-mode-line): New function.
13658 (appt-check, appt-disp-window): Use it.
13659
f0da764a
GM
13660 * files.el (hack-one-local-variable-eval-safep):
13661 Allow minor-modes with explicit +/-1 arguments.
13662
59f623b7
TZ
136632011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13664
13665 * term/xterm.el (xterm): Add defgroup.
13666 (xterm-extra-capabilities): Add defcustom to supply known xterm
13667 capabilities, skip querying them, or query them (default).
13668 (terminal-init-xterm): Use it.
13669 (terminal-init-xterm-modify-other-keys): New function to set up
13670 modifyOtherKeys support to simplify `terminal-init-xterm'.
13671
9aab8e0d
MR
136722011-06-09 Martin Rudalics <rudalics@gmx.at>
13673
13674 * window.el (resize-window-reset, resize-window-reset-1)
13675 (resize-subwindows-skip-p, resize-subwindows-normal)
13676 (resize-subwindows, resize-other-windows, resize-this-window)
13677 (resize-root-window, resize-root-window-vertically)
13678 (window-deletable-p, window-or-subwindow-p)
13679 (frame-root-window-p): New functions.
13680
e8b08aee
GM
136812011-06-09 Glenn Morris <rgm@gnu.org>
13682
13683 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13684 (ange-ftp-get-files): Use it.
13685
254c37a5
AK
136862011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13687
13688 * mail/sendmail.el (mail-recover-1, mail-recover):
13689 * files.el (recover-file, recover-session):
13690 Handle dired-listing-switches not being just a single short option.
13691
35d7dbd3
GM
136922011-06-09 Glenn Morris <rgm@gnu.org>
13693
13694 * calendar/appt.el (appt-display-message, appt-disp-window):
13695 Handle lists of appointments.
13696
387522b2
MR
136972011-06-08 Martin Rudalics <rudalics@gmx.at>
13698
2b75be67
SM
13699 * window.el (one-window-p): Move down in code.
13700 Rewrite doc-string.
13701 (window-current-scroll-bars): Rewrite doc-string.
13702 Normalize live window argument.
387522b2
MR
13703 (walk-windows, get-window-with-predicate, count-windows):
13704 Rewrite doc-string. Use window-list-1.
13705 (window-in-direction-2, window-in-direction, get-mru-window):
13706 New functions.
13707
d8e4b68b 137082011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13709
13710 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13711 Doc fix (Bug#8713).
13712
137132011-06-08 Chong Yidong <cyd@stupidchicken.com>
13714
13715 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13716
137172011-06-08 Juanma Barranquero <lekktu@gmail.com>
13718
13719 * loadhist.el (unload-feature-special-hooks):
13720 Add `comint-output-filter-functions'.
13721
0de12c52
IK
137222011-06-08 Ivan Kanis <gnu@kanis.fr>
13723
13724 * calendar/appt.el (appt-check): Move some initializations into the let.
13725
f3d1777e
MR
137262011-06-08 Martin Rudalics <rudalics@gmx.at>
13727
13728 * window.el (window-height): Defalias to window-total-height.
13729 (window-width): Defalias to window-body-width.
13730
18af70d0
CY
137312011-06-07 Chong Yidong <cyd@stupidchicken.com>
13732
13733 * image-mode.el (image-toggle-animation): New command.
13734 (image-mode-map): Bind it to RET.
13735 (image-mode): Update message.
13736 (image-toggle-display-image): Avoid a spurious cache flush.
13737 (image-transform-rotation): Doc fix.
13738 (image-transform-properties): Return quickly in the normal case.
13739 (image-animate-loop): Rename from image-animate-max-time.
13740
2b75be67 13741 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13742 (create-animated-image): Remove unnecessary function.
13743 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13744 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13745 (image-animate-timer): Use car-safe.
13746 (image-animate-timeout): Rename argument.
13747
190b47e6
MR
137482011-06-07 Martin Rudalics <rudalics@gmx.at>
13749
13750 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13751 window.c. Rename first argument to ALL-FRAMES.
13752 Rephrase doc-strings.
13753 (get-buffer-window-list): Rewrite using window-list-1.
13754 Rephrase doc-string.
a1511caf
MR
13755 (window-safe-min-height, window-safe-min-width): New constants.
13756 (window-size-ignore, window-min-size, window-min-size-1)
13757 (window-sizable, window-sizable-p, window-size-fixed-1)
13758 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13759 (window-max-delta-1, window-max-delta, window-resizable)
13760 (window-resizable-p, window-total-height, window-total-width)
13761 (window-body-width): New functions.
13762 (window-full-height-p, window-full-width-p): Rewrite using
13763 window-total-size.
13764 (window-body-height): Rewrite using window-body-size.
190b47e6 13765
85cc1f11
MR
137662011-06-06 Martin Rudalics <rudalics@gmx.at>
13767
13768 * window.el (window-right, window-left, window-child)
13769 (window-child-count, window-last-child, window-any-p)
13770 (normalize-live-buffer, normalize-live-frame)
13771 (normalize-any-window, normalize-live-window)
13772 (window-iso-combination-p, window-iso-combined-p)
13773 (window-iso-combinations)
13774 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13775 (windows-with-parameter, window-with-parameter)
13776 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13777 (window-atom-check, window-side-check, window-check):
13778 New functions.
85cc1f11
MR
13779 (ignore-window-parameters, window-sides, window-sides-vertical)
13780 (window-sides-slots): New variables.
13781 (window-size-fixed): Move down in code. Minor doc-string fix.
13782
e7156492
AS
137832011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13784
13785 * comint.el (comint-dynamic-complete-as-filename)
13786 (comint-dynamic-complete-filename): Correctly call
13787 completion-in-region.
13788
7e821d0d
DD
137892011-06-05 Deniz Dogan <deniz@dogan.se>
13790
13791 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13792 in last change.
13793
ac09b8a1
DD
137942011-06-05 Deniz Dogan <deniz@dogan.se>
13795
13796 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13797 (rcirc): Use it to prompt for encryption.
13798
34699b85
RW
137992011-06-05 Roland Winkler <winkler@gnu.org>
13800
13801 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13802 (bibtex-search-entries): New command bound to C-c C-a.
13803 (bibtex-display-entries): New function.
13804
004dedd3
RW
138052011-06-05 Roland Winkler <winkler@gnu.org>
13806
13807 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13808 (bibtex-insert-kill): After yanking insert newline if necessary.
13809 (bibtex-initialize): Call bibtex-string-files-init only once.
13810 (bibtex-mode): Do not call easy-menu-add.
13811 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13812 (bibtex-yank): Set arg properly if nil.
13813
022fe7ce
RW
138142011-06-05 Roland Winkler <winkler@gnu.org>
13815
2b75be67
SM
13816 * textmodes/bibtex.el (bibtex-search-entry-globally):
13817 New variable.
022fe7ce
RW
13818 (bibtex-search-entry): Use it.
13819
b7c3692a
RW
138202011-06-05 Roland Winkler <winkler@gnu.org>
13821
13822 * textmodes/bibtex.el (bibtex-entry-format): New option
13823 sort-fields.
13824 (bibtex-format-entry, bibtex-reformat): Honor this option.
13825 (bibtex-parse-entry): Return fields in proper order.
13826
8eda563d
JB
138272011-06-05 Juanma Barranquero <lekktu@gmail.com>
13828
13829 * doc-view.el (doc-view-remove-if): Move computation of result out
13830 of `dolist' to silence misleading lexical-binding warning.
13831
7dbe3dbc
CY
138322011-06-04 Chong Yidong <cyd@stupidchicken.com>
13833
13834 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13835 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13836
0c33dd17
MA
138372011-06-04 Michael Albinus <michael.albinus@gmx.de>
13838
13839 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13840 "SunOS 5.10".
13841
f8f91c2b
MA
138422011-06-04 Michael Albinus <michael.albinus@gmx.de>
13843
13844 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13845 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13846 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13847 (tramp-parse-putty):
13848 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13849 (tramp-completion-function-alist-ssh)
13850 (tramp-completion-function-alist-telnet)
13851 (tramp-completion-function-alist-su)
13852 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13853 cookie.
13854
13855 * net/tramp-ftp.el:
13856 * net/tramp-sh.el:
13857 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13858 load "tramp.el" `tramp-set-completion-function'.
13859
e17d9003
SM
138602011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * shell.el: Require and use pcomplete.
13863 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13864 (shell-completion-vars): Set pcomplete-default-completion-function.
13865
6c4cab03
DD
138662011-06-04 Deniz Dogan <deniz@dogan.se>
13867
13868 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13869 `memq' (Bug#8799).
13870
ea9fafe0
SM
138712011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13874
b3e945d3
JB
138752011-06-02 Juanma Barranquero <lekktu@gmail.com>
13876
13877 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13878 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13879 * vc/log-view.el (log-view-beginning-of-defun):
13880 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13881 (smerge-refine-forward, smerge-refine-chopup-region):
13882 Silence warning for unused `dotimes' counter variables.
13883
7d520089
SM
138842011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * net/tramp.el (tramp-with-progress-reporter): Rename from
13887 with-progress-reporter. Use `declare'.
13888 * net/tramp-smb.el:
13889 * net/tramp-sh.el:
13890 * net/tramp-gvfs.el: Update all uses.
13891
a1c2400f
JB
138922011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13893
13894 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13895 buffer isn't killed before making it current.
13896
2403c841
SM
138972011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 Silence various byte-compiler warnings.
13900 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13901 `access-type' and new obsolescence format.
13902 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13903 new format.
13904 (byte-compile-check-variable): New `access-type' argument.
13905 Only warn if the access-type is obsolete.
13906 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13907 (byte-compile-variable-set): Adjust callers.
13908 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13909 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13910 setting it as obsolete.
13911 * simple.el (minibuffer-completing-symbol):
13912 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13913 access as obsolete.
13914 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13915 obsolete yet.
13916 * international/quail.el (quail-mouse-choose-completion): Remove unused
13917 code referring to obsolete var.
13918 (quail-choose-completion-string): Remove.
13919 * server.el (server-clients-with, server-kill-buffer-query-function)
13920 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13921 * proced.el (proced-send-signal):
13922 * emacs-lisp/lisp.el (lisp-complete-symbol):
13923 Replace completion-annotate-function with completion-extra-properties.
13924
2462470b
SM
139252011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13926
fb5b2591
SM
13927 * simple.el (goto-line): Use read-number.
13928 (overriding-map-is-bound): Remove.
13929 (saved-overriding-map): Change default.
13930 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13931 Take the map as argument.
13932 (universal-argument, negative-argument, digit-argument): Use it.
13933 (restore-overriding-map): Adjust.
13934 (do-auto-fill): Use fill-forward-paragraph.
13935 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13936
fd6fa53f
SM
13937 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13938 (minibuffer-inactive-mode): New major mode.
13939 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13940 the *Messages* buffer" hack.
13941 (mouse-popup-menubar): Don't burp if the event is a normal key.
13942
2462470b
SM
13943 Miscellaneous tweaks.
13944 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13945 lexical scoping as in subr.el's dolist and dotimes.
13946 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13947 Silence compiler warning.
13948 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13949 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13950 * international/ccl.el (ccl-compile): Trivial simplification.
13951 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13952 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13953 `printflag' argument.
13954 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13955 Purecopy the whole obsolescence data.
13956
108bf785
LL
139572011-06-01 Leo Liu <sdl.web@gmail.com>
13958
13959 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13960 improve doc-string as suggested by Marco Pessotto
13961 <melmothx@gmail.com>.
13962 (rcirc-print): Fix last change.
13963
30a23501
SM
139642011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * minibuffer.el (complete-with-action): Return nil for the metadata and
13967 boundaries of non-functional tables.
13968 (completion-table-dynamic): Return nil for the metadata.
13969 (completion-table-with-terminator): Add default case, using
13970 complete-with-action.
13971 (completion--metadata): New function.
13972 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13973 to try and avoid pathological performance problems.
13974 (completion--embedded-envvar-table): Return `category' metadata.
13975
bcd54f83
LMI
139762011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13977
13978 * subr.el (process-alive-p): New tiny convenience function.
13979
e227544d
SM
139802011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13983 content but also its previous major mode.
13984
e8296fdc
HE
139852011-05-31 Helmut Eller <eller.helmut@gmail.com>
13986
4d61f28d 13987 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13988 *Backtrace* buffer when we exit with C-M-c.
13989
620c53a6
SM
139902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * minibuffer.el: Add metadata method to completion tables.
13993 (completion-category-overrides): New defcustom.
13994 (completion-metadata, completion--field-metadata)
13995 (completion-metadata-get, completion--styles)
13996 (completion--cycle-threshold): New functions.
13997 (completion-try-completion, completion-all-completions):
13998 Add `metadata' argument to choose completion-styles.
13999 (completion--do-completion): Use metadata to choose cycling.
14000 (completion-all-sorted-completions): Use metadata for sorting.
14001 Remove :completion-cycle-penalty which is not needed any more.
14002 (completion--try-word-completion): Add `metadata' argument.
14003 (minibuffer-completion-help): Check metadata for annotation function
14004 and sorting.
14005 (completion-file-name-table): Return `category' metadata.
14006 (minibuffer-completing-file-name): Make obsolete.
14007 * simple.el (minibuffer-completing-symbol): Make obsolete.
14008 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14009 completion-try-completion.
14010
1257e755
SM
140112011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14014
3767e706
LL
140152011-05-30 Leo Liu <sdl.web@gmail.com>
14016
14017 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14018 (rcirc-print): Decode all incoming messages (bug#8744).
14019 (rcirc-decode-coding-system): Allow value nil for automatic coding
14020 system detection.
3767e706 14021
d1a5d56a
GM
140222011-06-01 Glenn Morris <rgm@gnu.org>
14023
14024 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14025
e8cbec34
CY
140262011-05-29 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * image.el (image-animate-max-time): Allow nil and t values.
14029 Default to nil.
14030 (create-animated-image): Doc fix.
14031 (image-animate-start): Remove second arg; just use
14032 image-animate-max-time.
14033 (image-animate-timeout): Doc fix. Args changed.
14034
14035 * image-mode.el (image-toggle-display-image): Ensure that the
14036 image spec passed to the animate timer is the same object as in
58179cce 14037 the buffer's display property (Bug#6981).
e8cbec34
CY
14038 (image-transform-properties): Doc fix.
14039
14040 * image.el (image-animate-max-time): Default to nil.
14041
159daf87
MR
140422011-05-29 Martin Rudalics <rudalics@gmx.at>
14043
14044 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14045 entire buffer list (Bug#8184).
14046
d66c4c7c
CY
140472011-05-29 Chong Yidong <cyd@stupidchicken.com>
14048
14049 * image.el (imagemagick-types-inhibit)
14050 (imagemagick-register-types): Doc fix.
14051
80aec780
DD
140522011-05-29 Deniz Dogan <deniz@dogan.se>
14053
14054 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14055 default.
14056
1dd3c2d9
CY
140572011-05-29 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * select.el: Don't perform clipboard-manager saving in hooks;
14060 leave the hooks empty.
14061
60e56523
LL
140622011-05-28 Leo Liu <sdl.web@gmail.com>
14063
14064 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14065 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14066 (occur-edit-mode): New major mode (Bug#8463).
14067 (occur-after-change-function): New function.
14068 (occur-engine): Give Occur tags a read-only property.
14069
2b1e1a22
KR
140702011-05-28 Kevin Ryde <user42@zip.com.au>
14071
14072 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14073
5d344e88
CY
140742011-05-28 Chong Yidong <cyd@stupidchicken.com>
14075
8e6ca83d
CY
14076 * bindings.el (help-echo): Make the initial non-indicator dash
14077 empty on graphical terminals (Bug#7295).
14078
5d344e88
CY
14079 * files.el (auto-mode-alist): Move config rule after the
14080 in-stripping one (Bug#8547).
14081
bfbbace7
CY
14082 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14083
fbeba6e2
CY
14084 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14085 setting (Bug#8740).
14086
60ed8c72
AA
140872011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14088
4ac619f0
AA
14089 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14090 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14091 (Bug#8539).
60ed8c72 14092
23db196e
CY
140932011-05-28 Chong Yidong <cyd@stupidchicken.com>
14094
14095 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14096
5012f24c
DK
140972011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14098
14099 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14100 (hs-hide-block-at-point, hs-find-block-beginning)
14101 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14102 (Bug#8279).
14103
6a639b16
GM
141042011-05-28 Glenn Morris <rgm@gnu.org>
14105
14106 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14107
d43eaf2c
CY
141082011-05-28 Chong Yidong <cyd@stupidchicken.com>
14109
5199bde1
CY
14110 * help-fns.el (describe-function-1): If the function is a derived
14111 major mode, print the parent mode.
14112
d43eaf2c
CY
14113 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14114 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14115
423428a8
SM
141162011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14117
0ff8e1ba 14118 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14119 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14120 * progmodes/etags.el (tags-completion-at-point-function):
14121 * info-look.el (info-lookup-completions-at-point): Mark as
14122 non-exclusive.
14123 (info-complete): Adjust accordingly.
14124
423428a8
SM
14125 * info-look.el: Convert to lexical-binding and completion-at-point.
14126 (info-lookup-completions-at-point): New function.
14127 (info-complete): Use it and completion-in-region.
14128
b74aa22b
DA
141292011-05-28 Drew Adams <drew.adams@oracle.com>
14130
14131 * isearch.el: Let M-e start with point at the first mismatched char.
14132 (isearch-fail-pos): New function.
14133 (isearch-edit-string): Use it.
14134
66e2e71d
DK
141352011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14136
14137 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14138
b1890b0f 141392011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14140
14141 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14142 traversal functions for avl-trees.
14143 (avl-tree--stack): New struct.
14144 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14145 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14146 (avl-tree--do-enter): Add optional `updatefun' arg.
14147 Change return value.
eb95d01d 14148 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14149 (avl-tree--do-delete): Add `test' and `nilflag' args.
14150 Change return value.
eb95d01d
TC
14151 (avl-tree-member): Add optional `nilflag'
14152 (avl-tree-member-p): New function.
14153 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14154 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14155 (avl-tree-stack-empty-p): New functions.
14156
3769ddcf
TC
14157 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14158 avl-tree--del-balance1 and make it work both ways.
14159 (avl-tree--del-balance2): Remove.
14160 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14161 make it work both ways.
14162 (avl-tree--enter-balance2): Remove.
14163 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14164 New macros.
14165 (avl-tree--mapc, avl-tree-map): Add direction argument.
14166
eb95d01d 141672011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14168
14169 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14170
a9f737ee
CY
141712011-05-27 Chong Yidong <cyd@stupidchicken.com>
14172
14173 * select.el: Support clipboard managers with built-in function
14174 x-clipboard-manager-save, via delete-frame-functions and
14175 kill-emacs-hook.
14176 (xselect-convert-to-targets): Add MULTIPLE target to list.
14177 (xselect-convert-to-save-targets): New function.
14178
c92a1e54
KH
141792011-05-27 Kenichi Handa <handa@m17n.org>
14180
14181 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14182 let-binding rfc2047-encode-encoded-words to nil.
14183
e145f188
GM
141842011-05-27 Glenn Morris <rgm@gnu.org>
14185
5ec8a862
GM
14186 * mail/emacsbug.el: Don't require url-util.
14187
4b29d9fb
GM
14188 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14189
e145f188
GM
14190 * files.el (set-auto-mode):
14191 Also respect mode: entries at the end of the file. (Bug#8586)
14192
7d15102b
GM
141932011-05-26 Glenn Morris <rgm@gnu.org>
14194
98f593b8
GM
14195 * files.el (hack-local-variables-prop-line, hack-local-variables):
14196 Downcase mode names, as seems to be traditional.
27b48e63 14197 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14198
7d15102b
GM
14199 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14200 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14201
51d5b4ec
JD
142022011-05-25 Julien Danjou <julien@danjou.info>
14203
14204 * textmodes/rst.el (rst-define-level-faces): Do not define face
14205 symbol if it is already defined.
14206
91513f63
VB
142072011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14208
14209 * play/5x5.el (5x5-new-game, 5x5-randomize):
14210 Reset 5x5-solver-output to nil when a new grid is cast.
14211 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14212 these debugging traces, as defmacro breaks the compiled code.
14213
4d90d6d0
DK
142142011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14215
14216 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14217
e1b90ef6
LL
142182011-05-24 Leo Liu <sdl.web@gmail.com>
14219
14220 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14221 (vc-bzr-sha1): Adapt.
14222
d8e4b68b 14223 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14224
14225 * bindings.el: Provide sha1 feature.
14226
db0406bb 142272011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14228
14229 * mail/sendmail.el: Require `rfc2047'.
14230 (mail-insert-from-field): Do not perform RFC2047 encoding.
14231 (mail-encode-header): New function.
14232 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14233 buffer to the return value of select-message-coding-system.
14234 Call mail-encode-header.
b8d747b9
KH
14235
14236 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14237
db0406bb 142382011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14239
4d90d6d0
DK
14240 * mail/supercite.el (sc-default-cite-frame):
14241 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14242
eb8a5e9b
GM
142432011-05-24 Glenn Morris <rgm@gnu.org>
14244
f8630703
GM
14245 * progmodes/python.el (brm-menu): Declare.
14246
8831bbed
GM
14247 * emulation/viper.el (viper-set-hooks): Declare.
14248
eb8a5e9b
GM
14249 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14250 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14251 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14252 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14253 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14254 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14255
a2a25d24
SM
142562011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 Add an :exit-function for completion-at-point.
14259
14260 * minibuffer.el (completion--done): New fun.
14261 (completion--do-completion): Use it. New arg `expect-exact'.
14262 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14263 since completion--do-completion does it for us now.
14264 (minibuffer-force-complete): Use completion--done and
14265 completion--replace. Handle sole-completion case with more care.
14266 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14267 (completion-extra-properties): New var.
14268 (completion-annotate-function): Make obsolete.
14269 (minibuffer-completion-help): Adjust accordingly.
14270 Use completion-list-insert-choice-function.
14271 (completion-at-point, completion-help-at-point):
14272 Bind completion-extra-properties.
14273 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14274 * simple.el (completion-list-insert-choice-function): New var.
14275 (completion-setup-function): Preserve it.
14276 (choose-completion): Pay attention to it, shuffle the code a bit.
14277 (choose-completion-string): New arg `insert-function'.
14278
14279 * textmodes/bibtex.el: Convert to lexical binding.
14280 (bibtex-mode-map): Use completion-at-point.
14281 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14282 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14283 (bibtex-complete): Define as obsolete alias.
14284 (bibtex-complete-internal): Remove.
14285 (bibtex-format-entry): Remove unused sub-group in regexp.
14286 * shell.el (shell--command-completion-data)
14287 (shell-environment-variable-completion):
14288 * pcomplete.el (pcomplete-completions-at-point):
14289 * comint.el (comint--complete-file-name-data): Use :exit-function
14290 instead of completion-table-with-terminator so it also works for
14291 choose-completion.
14292
e44e373d
SM
142932011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14294
4f91a816
SM
14295 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14296
782fc819
SM
14297 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14298 (bug#8710).
14299
e44e373d
SM
14300 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14301
381987c3
KM
143022011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14303
14304 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14305 customization variable and implement: If non-nil, auto-fill will
14306 be inhibited while on topic's header line.
14307
b776bc70
VB
143082011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14309
14310 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14311 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14312 always have a solution in grid size = 5 cases.
14313 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14314 (5x5-solver-output, 5x5-log-buffer): New vars.
14315 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14316 Make these variables buffer local to achieve 5x5 multi-session-ness.
14317 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14318 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14319 (5x5-solve-suggest): New funs.
14320 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14321 randomize a grid so that we ensure that there is always a solution.
14322 (5x5-make-random-grid): Allow other movement than flipping.
14323
7de88b6e
KR
143242011-05-23 Kevin Ryde <user42@zip.com.au>
14325
14326 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14327 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14328 advice and passes PREDICATE.
14329
b1ef1257
SM
143302011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14331
bbca48fe
SM
14332 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14333 byte-compile-lambda if it's actually a lambda.
14334
b1ef1257
SM
14335 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14336 Fix function quoting. Use backquote better.
14337
92a9cc65
YS
143382011-05-22 Yuanle Song <sylecn@gmail.com>
14339
14340 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14341 matching (Bug#8516).
14342
f0fb8059
JA
143432011-01-22 Jari Aalto <jari.aalto@cante.net>
14344
14345 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14346 different face (Bug#8178).
14347
d5b44c93
CY
143482011-05-22 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14351 defface (Bug#8144).
14352
79106a44
SM
143532011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14354
9c848d8a
SM
14355 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14356 funcall as well (bug#8712). Warn when performing those conversions.
14357 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14358
79106a44
SM
14359 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14360
88dfa756
GM
143612011-05-22 Glenn Morris <rgm@gnu.org>
14362
14363 * files.el (hack-local-variables-prop-line): Small simplifications.
14364 (hack-local-variables, hack-local-variables-prop-line):
14365 If MODE-ONLY, return the mode, rather than just `t'.
14366
b7cf2c79
SM
143672011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14370
3f1a8558
GM
143712011-05-21 Glenn Morris <rgm@gnu.org>
14372
7e4ccca3
GM
14373 * files.el (hack-local-variables-prop-line, hack-local-variables):
14374 If only interested in the mode, don't bother doing the other stuff.
14375
637d46ca
GM
14376 * image-mode.el (image-after-revert-hook):
14377 Redraw all frames on which the image is visible. (Bug#8567)
14378
973d955b
GM
14379 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14380
3f1a8558
GM
14381 * wid-edit.el (widget-checklist-match-inline):
14382 Fix 2011-04-19 change. (Bug#8649)
14383
96479927
SM
143842011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14385
1dcf791f
SM
14386 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14387 Also allow singlespace after single-letter capitals followed by a dot.
14388
96479927
SM
14389 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14390 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14391
35fd0881
N
143922011-05-20 Nix <nix@esperi.org.uk>
14393
14394 * files.el (basic-save-buffer-2):
14395 Fix handling of break-hardlink-on-save with non-existent files.
14396
82745640
DD
143972011-05-19 Deniz Dogan <deniz@dogan.se>
14398
14399 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14400 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14401
4a720484
GM
144022011-05-19 Glenn Morris <rgm@gnu.org>
14403
d1f21341
GM
14404 * progmodes/f90.el (f90-type-def-re):
14405 Handle "type, bind(c)". (Bug#8691)
14406
4a720484
GM
14407 * emacs-lisp/autoload.el (batch-update-autoloads):
14408 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14409
2fb0a219
MA
144102011-05-18 Michael Albinus <michael.albinus@gmx.de>
14411
14412 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14413 property for the correct connection in case of multihops.
14414
e565dd37
GM
144152011-05-18 Glenn Morris <rgm@gnu.org>
14416
c2571358 14417 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14418 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14419
e565dd37
GM
14420 Rationalize calendar handling of day and month abbrev-arrays.
14421 * calendar/calendar.el (calendar-customized-p): New function.
14422 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14423 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14424 Add :set function.
14425 (calendar-abbrev-length, calendar-day-abbrev-array)
14426 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14427 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14428 Elements may no longer be nil.
14429 (calendar-day-name, calendar-month-name):
14430 Update for changed nature of abbrev arrays.
14431 * calendar/diary-lib.el (diary-name-pattern):
14432 Update for changed nature of abbrev arrays.
14433 (diary-mark-entries-1): Update calendar-make-alist calls.
14434 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14435 * calendar/cal-html.el (cal-html-day-abbrev-array):
14436 Simply inherit from calendar-day-abbrev-array.
14437
1d99a745
SM
144382011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * progmodes/grep.el (grep-mode): Disable default
14441 compilation-directory-matcher setting (bug#8684).
14442
7c1d9aa0
MA
144432011-05-17 Michael Albinus <michael.albinus@gmx.de>
14444
14445 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14446 instead of "head" and "tail". There were problems with SunOS 5.9,
14447 and it performs better.
14448
3952e9d8
GM
144492011-05-17 Glenn Morris <rgm@gnu.org>
14450
2dd12e7f
GM
14451 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14452
e4157b9c
GM
14453 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14454 Replace obsolete function.
14455
8e249bbd
GM
14456 * shell.el (pcomplete-parse-arguments-function): Declare.
14457
3952e9d8
GM
14458 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14459 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14460 (appt-check): Doc fixes.
14461 (appt-disp-window-function, appt-delete-window-function):
14462 Remove needless special case in custom :type.
14463 (appt-display-count): Default to 0, not nil.
14464 (appt-check): Reset appt-display-count to 0, not nil.
14465
c71a0d48 144662011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14467
c71a0d48
GM
14468 * progmodes/python.el (python-font-lock-keywords):
14469 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14470
31d55be9
SM
144712011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14474
3bfacb2f
KR
144752011-05-16 Kevin Ryde <user42@zip.com.au>
14476
14477 * info-look.el (makefile-automake-mode): New setups, looking in
14478 automake manual, then makefile-mode.
14479 (makefile-mode): Remove automake manual, have it just in
14480 makefile-automake-mode since there's various things different or
14481 not relevant to plain make.
14482 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14483 believe a hypothetical automake-mode would go to makefile-mode,
14484 not the other way around.
14485
c8e83751
CY
144862011-05-15 Chong Yidong <cyd@stupidchicken.com>
14487
5e9e35cd
CY
14488 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14489 hunk-end tags (Bug#8672).
14490
c8e83751
CY
14491 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14492 vc-annotate-show-diff-revision-at-line (Bug#8671).
14493
50b23e5a
GM
144942011-05-14 Glenn Morris <rgm@gnu.org>
14495
7210a739
GM
14496 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14497 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14498 (change-log-font-lock-keywords): Also handle multiple author lines
14499 with leading tabs. (Bug#8644)
7210a739 14500
4691905a
GM
14501 * calendar/appt.el (appt-check): Rename some local variables.
14502 Some simplification/reordering.
14503
50b23e5a
GM
14504 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14505 (feedmail-sendmail-f-doesnt-sell-me-out)
14506 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14507 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14508 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14509 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14510 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14511 (feedmail-binmail-gnulinuxish-template):
14512 Rename from feedmail-binmail-linuxish-template.
14513 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14514 Use insert-buffer-substring.
14515
215cda7c
BC
145162011-05-14 Bill Carpenter <bill@carpenter.org>
14517
14518 * mail/feedmail.el (feedmail-patch-level): Increase.
14519 (feedmail-debug): New custom group.
14520 (feedmail-confirm-outgoing-timeout)
14521 (feedmail-sendmail-f-doesnt-sell-me-out)
14522 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14523 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14524 (feedmail-sender-line, feedmail-from-line)
14525 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14526 (feedmail-spray-this-address)
215cda7c
BC
14527 (feedmail-spray-address-fiddle-plex-list)
14528 (feedmail-queue-use-send-time-for-date)
14529 (feedmail-queue-use-send-time-for-message-id)
14530 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14531 (feedmail-buffer-eating-function):
14532 Doc fixes.
14533 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14534 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14535 (feedmail-message-action-scroll-down): New functions.
14536 (feedmail-queue-directory, feedmail-queue-draft-directory):
14537 Use expand-file-name.
14538 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14539 Remove C-v help entry.
14540 (feedmail-queue-buffer-file-name): New variable.
14541 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14542 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14543 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14544 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14545 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14546 (feedmail-message-action-toggle-spray)
14547 (feedmail-run-the-queue-no-prompts)
14548 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14549 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14550 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14551 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14552 (feedmail-envelope-deducer, feedmail-fiddle-from)
14553 (feedmail-fiddle-sender, feedmail-default-date-generator)
14554 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14555 (feedmail-fiddle-spray-address)
14556 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14557 (feedmail-fiddle-list-of-fiddle-plexes)
14558 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14559 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14560 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14561 Change default. Doc fix.
14562 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14563 (feedmail-binmail-linuxish-template): New constant.
14564 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14565 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14566 (feedmail-send-it): Add debug call.
14567 Use feedmail-queue-buffer-file-name, and
14568 feedmail-send-it-immediately-wrapper.
14569 (feedmail-message-action-send): Add debug call.
14570 Use feedmail-send-it-immediately-wrapper.
14571 (feedmail-queue-express-to-queue): Add debug call.
14572 Run feedmail-queue-express-hook.
14573 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14574 (feedmail-message-action-help-blat):
14575 Rename from feedmail-queue-send-edit-prompt-help-first.
14576 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14577 Check line-endings. Handle errors better.
14578 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14579 Doc fix. Add debug call.
14580 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14581 Use feedmail-queue-send-edit-prompt-inner.
14582 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14583 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14584 from feedmail-queue-send-edit-prompt.
14585 (feedmail-queue-send-edit-prompt-help)
14586 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14587 (feedmail-tidy-up-slug): Add debug call.
14588 Respect feedmail-queue-slug-suspect-regexp.
14589 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14590 (feedmail-dump-message-to-queue): Add debug call.
14591 Expand queue-directory.
14592 (feedmail-dump-message-to-queue): Change message slightly.
14593 Use feedmail-say-chatter.
14594 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14595 (feedmail-send-it-immediately-wrapper): New function.
14596 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14597 Insert empty string rather than newline. Handle full-frame case.
14598 Use catch/throw. Use feedmail-say-chatter.
14599 (feedmail-fiddle-from): Try mail-host-address.
14600 (feedmail-default-message-id-generator): Doc fix.
14601 Bind system-time-locale. Handle missing end.
14602 (feedmail-fiddle-x-mailer): Add debug call.
14603 Handle feedmail-x-mailer-line being nil.
14604 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14605 Add debug call. Use buffer-substring-no-properties.
14606 (feedmail-say-debug, feedmail-say-chatter): New functions.
14607 (feedmail-find-eoh): Give an explicit error.
14608
42c7e61e
UJ
146092011-05-13 Ulf Jasper <ulf.jasper@web.de>
14610
c2571358 14611 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14612 family from helvetica to sans.
c2571358 14613 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14614 etc/images/newsticker.
14615
c2571358 14616 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14617 family from helvetica to sans.
14618
14619 * net/newst-plainview.el (newsticker-new-item-face)
14620 (newsticker-old-item-face, newsticker-immortal-item-face)
14621 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14622 (newsticker-statistics-face): Change default family from
42c7e61e 14623 helvetica to sans.
c2571358 14624 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14625 etc/images/newsticker.
14626
5d3385a0
JB
14627 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14628 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14629 auto-marking.
14630
8497a297
DV
146312011-05-13 Didier Verna <didier@xemacs.org>
14632
14633 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14634 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14635 TODO entries.
8497a297
DV
14636 (lisp-lambda-list-keyword-parameter-indentation)
14637 (lisp-lambda-list-keyword-parameter-alignment)
14638 (lisp-lambda-list-keyword-alignment): New customizable user options.
14639 (lisp-indent-defun-method): Improve docstring.
14640 (extended-loop-p): Fix comment.
14641 (lisp-indent-lambda-list-keywords-regexp): New variable.
14642 (lisp-indent-lambda-list): New function.
14643 (lisp-indent-259): Use it.
14644 (lisp-indent-defmethod): Support for more than one
14645 method qualifier and properly indent methods lambda-lists.
14646 (defgeneric): Provide a missing common-lisp-indent-function property.
14647
f278f87f
SM
146482011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14651 bounds for the empty string (bug#8667).
14652
5233edd7
GM
146532011-05-13 Glenn Morris <rgm@gnu.org>
14654
5237a44f
GM
14655 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14656
8340026c 14657 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14658 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14659
5233edd7 14660 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14661 (appt-time-msg-list): Doc fix.
a5464014 14662 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14663
92d10796
AS
146642011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14665
14666 * progmodes/ld-script.el (ld-script-keywords)
14667 (ld-script-builtins): Update keywords list.
14668
914a0ae1
SM
146692011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14670
c89be45f
SM
14671 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14672
914a0ae1
SM
14673 * shell.el (shell-completion-vars): New function.
14674 (shell-mode):
14675 * simple.el (read-shell-command): Use it.
14676 (blink-matching-open): No need for " [...]" in minibuffer-message.
14677
98dc3df3
GM
146782011-05-12 Glenn Morris <rgm@gnu.org>
14679
14680 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14681 (appt-check): Simplify.
14682
d2fc7e3d 146832011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14684
4d61f28d 14685 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14686 literal "/dev/null".
14687
d2fc7e3d 146882011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14689
14690 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14691 Fix typo.
14692
d2fc7e3d 146932011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14694
3f254caa
SM
14695 * progmodes/which-func.el (which-function):
14696 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14697 which might not be defined (Bug#8260).
14698
d45885f7
GM
146992011-05-12 Glenn Morris <rgm@gnu.org>
14700
14701 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14702 Let byte-compile-initial-macro-environment always take precedence.
14703
488086f4
SM
147042011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * net/rcirc.el: Add support for SSL/TLS connections.
14707 (rcirc-server-alist): New field `encryption'.
14708 (rcirc): Check `encryption' settings.
14709 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14710 Merge make-local-variable into `set'.
14711 (rcirc--connection-open-p): New function.
14712 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14713 the process is not a network process (e.g. running gnutls-cli).
14714 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14715 Make rcirc-(en|de)code-coding-system local here.
14716 (rcirc-mode): Merge make-local-variable into `set'.
14717 (rcirc-parent-buffer): Make permanent buffer-local.
14718 (rcirc-multiline-minor-mode): Don't do it here.
14719 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14720 there's no server buffer.
14721
7d3b9d44
GM
147222011-05-11 Glenn Morris <rgm@gnu.org>
14723
f64049c6
GM
14724 * newcomment.el (comment-kill): Prefix "unused" local.
14725
93c9df73
GM
14726 * term/w32console.el (get-screen-color): Declare.
14727
7d3b9d44
GM
14728 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14729 Handle symbol elements of byte-compile-initial-macro-environment.
14730
9e2dd53f
LL
147312011-05-10 Leo Liu <sdl.web@gmail.com>
14732
488086f4
SM
14733 * bookmark.el (bookmark-bmenu-mode-map):
14734 Bind bookmark-bmenu-search to `/'.
8b340240 14735
9e2dd53f 14736 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14737 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14738 (Footnote-unicode): New function.
14739 (footnote-style-alist): Add unicode style to the list.
14740 (footnote-style): Doc fix.
9e2dd53f 14741
79b70037
GM
147422011-05-10 Jim Meyering <meyering@redhat.com>
14743
14744 Fix doubled-word typos.
14745 * international/quail.el (quail-insert-kbd-layout): and and -> and
14746 * kermit.el: and and -> and
14747 * net/ldap.el (ldap-search-internal): to to -> to
14748 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14749 * progmodes/js.el (js-mode): and and -> and
14750 * textmodes/artist.el (artist-move-to-xy): at at -> at
14751 (artist-draw-region-trim-line-endings): if if -> if
14752 And Safetyc -> Safety.
14753 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14754
b8f82dc1 147552011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14756 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14757
14758 * files.el (hack-one-local-variable-eval-safep):
14759 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14760
4f99f44b
GM
147612011-05-10 Glenn Morris <rgm@gnu.org>
14762
14763 * calendar/diary-lib.el (diary-list-entries-hook)
14764 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14765 (diary-nongregorian-marking-hook, diary-list-entries)
14766 (diary-include-other-diary-files, diary-mark-entries)
14767 (diary-mark-included-diary-files): Doc fixes.
14768
84f29e6b
JB
147692011-05-09 Juanma Barranquero <lekktu@gmail.com>
14770
14771 * misc.el: Require tabulated-list.el during compilation.
14772
9bedd73a
CY
147732011-05-09 Chong Yidong <cyd@stupidchicken.com>
14774
488086f4
SM
14775 * progmodes/compile.el (compilation-start):
14776 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14777 (compilation-filter-hook): Doc fix.
14778
797c735c
DD
147792011-05-09 Deniz Dogan <deniz@dogan.se>
14780
14781 * wdired.el: Remove outdated installation comment. Fix usage
14782 comment.
14783
5f4b1dfe
JB
147842011-05-09 Juanma Barranquero <lekktu@gmail.com>
14785
14786 * misc.el: Implement new command `list-dynamic-libraries'.
14787 (list-dynamic-libraries--loaded-only-p): New variable.
14788 (list-dynamic-libraries--refresh): New function.
14789 (list-dynamic-libraries): New command.
14790
4c44026c
CY
147912011-05-09 Chong Yidong <cyd@stupidchicken.com>
14792
488086f4
SM
14793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14794 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14795 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14796 higher priority to avoid clobbering by gnu.
14797
027f966d
CY
147982011-05-08 Chong Yidong <cyd@stupidchicken.com>
14799
14800 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14801 if the face has existing theme settings (Bug#8454).
14802
085f5d7d
CY
148032011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14804
488086f4
SM
14805 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14806 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14807
2a86a00c
RS
14808 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14809 special file names `.' and `..' (Bug#8259).
14810
d9c54a06
CY
148112011-05-08 Chong Yidong <cyd@stupidchicken.com>
14812
488086f4
SM
14813 * progmodes/grep.el (grep-mode-font-lock-keywords):
14814 Remove buffer-changing entries.
d9c54a06
CY
14815 (grep-filter): New function.
14816 (grep-mode): Add it to compilation-filter-hook.
14817
14818 * progmodes/compile.el (compilation-filter-hook)
14819 (compilation-filter-start): New defvars.
14820 (compilation-filter): Call compilation-filter-hook prior to
14821 updating the process mark.
14822
c4662635
SM
148232011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14826
b0512a1d
EZ
148272011-05-07 Eli Zaretskii <eliz@gnu.org>
14828
605c9376
EZ
14829 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14830 mailclient-send-it even if window-system is nil. (Bug#8595)
14831
c4662635
SM
14832 * term/w32console.el (terminal-init-w32console):
14833 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14834 background-mode. (Bug#8597)
14835
d1dc2cc2
SM
148362011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14839 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14840 New functions.
14841 (defgeneric, eieio--defmethod): Use them.
14842 (eieio-defgeneric): Remove.
14843 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14844
915d1300
GM
148452011-05-07 Glenn Morris <rgm@gnu.org>
14846
a3961c3e
GM
14847 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14848 Use let rather than let*.
14849 (timeclock-find-discrep): Remove unused local.
14850
314347b9
GM
14851 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14852
915d1300
GM
14853 * calendar/appt.el (appt-time-msg-list): Doc fix.
14854
275b59b0
NF
148552011-05-06 Noah Friedman <friedman@splode.com>
14856
14857 * apropos.el (apropos-print-doc): Only use
14858 emacs-lisp-docstring-fill-column when it is bound to an integer,
14859 per that variable's documentation.
14860
6c19f744
SM
148612011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14864 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14865
60f884b2
GM
148662011-05-06 Glenn Morris <rgm@gnu.org>
14867
5006e634
GM
14868 * calendar/appt.el (appt-message-warning-time): Doc fix.
14869 (appt-warning-time-regexp): New option.
14870 (appt-make-list): Respect appt-message-warning-time.
14871
548d0a63
GM
14872 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14873 New options.
14874 (diary-add-to-list): Strip comments from the displayed string.
14875 (diary-mode): Set comment-start and comment-end.
14876
60f884b2
GM
14877 * vc/diff-mode.el (smerge-refine-subst): Declare.
14878 (diff-refine-hunk): Don't require smerge-mode when compiling.
14879
989681bb
JB
148802011-05-06 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * simple.el (list-processes): Return nil as the docstring says.
14883
a6bc05e1
MA
148842011-05-05 Michael Albinus <michael.albinus@gmx.de>
14885
14886 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14887 to "".
14888 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14889 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14890 determining of binary transfer. (Bug#7383)
14891
23c22e9a
MA
148922011-05-05 Michael Albinus <michael.albinus@gmx.de>
14893
c4662635
SM
14894 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14895 Fix port computation bug. (Bug#8618)
23c22e9a 14896
0bff894f
GM
148972011-05-05 Glenn Morris <rgm@gnu.org>
14898
b8296902
GM
14899 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14900
1f522ce8
GM
14901 * simple.el (shell-dynamic-complete-functions)
14902 (comint-dynamic-complete-functions): Declare.
14903
cf5bee67
GM
14904 * net/network-stream.el (gnutls-negotiate):
14905 * simple.el (tabulated-list-print): Fix declarations.
14906
14907 * progmodes/gud.el (syntax-symbol, syntax-point):
14908 Remove unnecessary and incorrect declarations.
14909
0bff894f
GM
14910 * emacs-lisp/check-declare.el (check-declare-scan):
14911 Handle byte-compile-initial-macro-environment in bytecomp.el
14912
9869b3ae
SM
149132011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 Fix earlier half-done eieio-defmethod change (bug#8338).
14916 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14917 Streamline and change calling convention.
14918 (defmethod): Adjust accordingly and simplify.
14919 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14920 new eieio--defmethod.
14921 (slot-boundp): Minor CSE simplification.
14922
9c1d5ac5
MZ
149232011-05-05 Milan Zamazal <pdm@zamazal.org>
14924
14925 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14926 (glasses-make-readable): Use glasses-separate-capital-groups.
14927
455c834e
JB
149282011-05-05 Juanma Barranquero <lekktu@gmail.com>
14929
14930 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14931 (warning-series): Doc fix.
14932 (display-warning): Don't try to create the buffer if we just found it.
14933
9ed7c8cb
CY
149342011-05-04 Chong Yidong <cyd@stupidchicken.com>
14935
14936 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14937 (autoload-find-generated-file): New function.
14938 (generate-file-autoloads): Bind generated-autoload-file to
14939 buffer-file-name.
9869b3ae
SM
14940 (update-file-autoloads, update-directory-autoloads):
14941 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14942 output file (Bug#7989).
14943 (batch-update-autoloads): Doc fix.
14944
0898ca10
JB
149452011-05-04 Juanma Barranquero <lekktu@gmail.com>
14946
14947 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14948
31dfb76c
GM
149492011-05-04 Glenn Morris <rgm@gnu.org>
14950
f330b642
GM
14951 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14952 function, so it follows changes in calendar-date-style.
14953 (diary-fancy-date-matcher): New function.
14954 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14955 (diary-fancy-font-lock-fontify-region-function):
14956 Use diary-fancy-date-pattern as a function.
14957
31dfb76c
GM
14958 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14959 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14960
48e79d6a
TZ
149612011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14962
14963 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14964 instead of positional arguments. Allow :keylist and :crlfiles
14965 arguments.
14966 (open-gnutls-stream): Call it.
14967
14968 * net/network-stream.el (network-stream-open-starttls): Adjust to
14969 call `gnutls-negotiate' with :process and :hostname arguments.
14970
dd5a5ee0
SM
149712011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14972
ef80fc09
SM
14973 * minibuffer.el (completion--message): New function.
14974 (completion--do-completion, minibuffer-complete)
14975 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14976 (completion--do-completion): Don't ignore completion-auto-help when in
14977 icomplete-mode.
14978
dd5a5ee0
SM
14979 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14980 internal encoding (e.g. tibetan zero is not whitespace).
14981 (global-whitespace-mode): Prefer save-current-buffer.
14982 (whitespace-trailing-regexp): Remove useless save-match-data.
14983 (whitespace-empty-at-bob-regexp): Minor simplification.
14984
b7d22a83
CY
149852011-05-03 Chong Yidong <cyd@stupidchicken.com>
14986
14987 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14988
5192af46
AM
149892011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14990
14991 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14992 Use `concat' to create string for insertion.
5192af46 14993
5767d190
SM
149942011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14997 Avoid open-line which runs post-self-insert-hook.
14998 (bibtex-fill-entry): Remove unused `end' var.
14999
bf242939
AM
150002011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15001
5767d190
SM
15002 * textmodes/ispell.el (ispell-add-per-file-word-list):
15003 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15004
25666126
LL
150052011-05-03 Leo Liu <sdl.web@gmail.com>
15006
15007 * isearch.el (isearch-yank-pop): New command.
5767d190 15008 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15009 (isearch-forward): Mention it.
15010
52d3c2d0
SM
150112011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15012
1bcace58
SM
15013 * simple.el (minibuffer-complete-shell-command): Remove.
15014 (minibuffer-local-shell-command-map): Use completion-at-point.
15015 (read-shell-command): Setup completion vars here instead.
15016 (read-expression-map): Bind TAB to symbol completion.
15017
52d3c2d0
SM
15018 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15019 error directly rather via storing it into `results'.
15020
35813471
LL
150212011-05-02 Leo Liu <sdl.web@gmail.com>
15022
15023 * vc/diff.el: Fix description.
15024
e793a940
LMI
150252011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15026
15027 * server.el (server-eval-at): New function.
15028
8de66e05
LMI
150292011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15030
15031 * net/network-stream.el (open-network-stream): Take a :nowait
15032 parameter and pass it on to `make-network-process'.
15033 (network-stream-open-plain): Ditto.
15034
dcb79f20
AS
150352011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15036
15037 * faces.el (face-spec-set-match-display): Don't match toolkit
15038 options on terminal frames.
15039
14a7fbd8
SM
150402011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15041
7eabc1be
SM
15042 * progmodes/pascal.el: Use lexical binding.
15043 (pascal-mode-map): Remove author preferences.
15044
14a7fbd8
SM
15045 * pcomplete.el (pcomplete-std-complete): Don't abuse
15046 completion-at-point.
15047
50f84510
JB
150482011-04-28 Juanma Barranquero <lekktu@gmail.com>
15049
6e087a44
JB
15050 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15051 removing code that has been dead since 1991 or so.
15052
50f84510
JB
15053 * startup.el (command-line): When warning about "_emacs", use a
15054 delayed warning to allow the user to filter it out.
15055
0ba690bd
DD
150562011-04-28 Deniz Dogan <deniz@dogan.se>
15057
15058 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15059 user has not joined.
15060
08abfaad
SM
150612011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15064 aren't any completions at point.
15065
638f053a
JB
150662011-04-28 Juanma Barranquero <lekktu@gmail.com>
15067
15068 * subr.el (display-delayed-warnings): New function.
15069 (delayed-warnings-hook): New variable.
15070
8fff8daa
SM
150712011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15072
08abfaad
SM
15073 * minibuffer.el (completion-at-point, completion-help-at-point):
15074 Don't presume that a given completion-at-point-function will always
15075 use the same calling convention.
15076
8fff8daa
SM
15077 * pcomplete.el (pcomplete-completions-at-point):
15078 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15079 pcomplete-seen is non-nil.
15080 (pcomplete-comint-setup): Also recognize the new comint/shell
15081 completion functions.
15082 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15083 pcomplete-seen is non-nil.
15084
841a1577 150852011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15086
841a1577 15087 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15088 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15089 the first character in the entry. This allows for code to add its
211ec907
UJ
15090 own uid to the entry.
15091 (icalendar--convert-float-to-ical): Add export of
15092 `diary-float'-entries save for those with the optional DAY
15093 argument.
15094
2a782793
DC
150952011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15096
15097 * subr.el (shell-quote-argument): Use alternate escaping strategy
15098 when we spot a variable reference in a string.
15099
0438ce91
DC
151002011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15101
15102 * cus-start.el (all): Define customization for debug-on-event.
15103
841a1577 151042011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15105
15106 * subr.el (shell-quote-argument): Escape correctly under Windows.
15107
d090ed6c
SM
151082011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15109
15110 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15111
bfd31217
MA
151122011-04-25 Michael Albinus <michael.albinus@gmx.de>
15113
d090ed6c
SM
15114 * net/tramp.el (tramp-process-actions): Add POS argument.
15115 Delete region between POS and (pos).
bfd31217 15116
d090ed6c
SM
15117 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15118 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15119 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15120
15121 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15122 position in `tramp-process-actions' call.
15123
15124 * net/trampver.el: Update release number.
15125
e92f3bd3
SM
151262011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15127
850256b5
SM
15128 * custom.el (defcustom): Obey lexical-binding.
15129
e92f3bd3
SM
15130 Fix octave-inf completion problems reported by Alexander Klimov.
15131 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15132 Inherit from octave-mode-syntax-table.
15133 (inferior-octave-mode): Set info-lookup-mode.
15134 (inferior-octave-completion-at-point): New function.
15135 (inferior-octave-complete): Use it and completion-in-region.
15136 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15137 comint-filename-completion.
15138 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15139 symbol elements which shouldn't be word elements.
15140 (octave-font-lock-keywords, octave-beginning-of-defun)
15141 (octave-function-header-regexp): Adjust regexps accordingly.
15142 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15143
cd22b309
JB
151442011-04-25 Juanma Barranquero <lekktu@gmail.com>
15145
15146 * net/gnutls.el (gnutls-errorp): Declare before first use.
15147
8b492194
TZ
151482011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15149
15150 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15151 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15152 default trustfile exists before going to use it. Add missing
5a5fa834 15153 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15154 Reported by Claudio Bley <claudio.bley@gmail.com>.
15155 (open-gnutls-stream): Add usage example.
15156
15157 * net/network-stream.el (network-stream-open-starttls): Give host
15158 parameter to `gnutls-negotiate'.
15159 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15160 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15161
841a1577 151622011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15163
cd22b309
JB
15164 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15165 Use correct match group (bug#8438).
05842630 15166
3ba7869c
CY
151672011-04-24 Chong Yidong <cyd@stupidchicken.com>
15168
512e3ae1
CY
15169 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15170 (package-menu--generate): New arg specifying packages to show.
15171 (package-menu-refresh, package-menu-execute, list-packages):
15172 Callers changed.
15173 (package-show-package-list): New function, replacing deleted
15174 package--list-packages (renamed because it is non-internal).
15175
15176 * finder.el (finder-list-matches): Use package-show-package-list
15177 instead of deleted package--list-packages.
15178
e92f3bd3
SM
15179 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15180 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15181 (vc-annotate-mode-map): Bind it to RET.
15182
7031be6d
UR
151832011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15184
15185 * progmodes/etags.el (next-file): Don't use set-buffer to change
15186 buffers (Bug#8478).
15187
4ef177aa
CY
151882011-04-24 Chong Yidong <cyd@stupidchicken.com>
15189
c8d173eb
CY
15190 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15191
4ef177aa
CY
15192 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15193 (apropos-accumulator): Doc fix.
15194 (apropos-function, apropos-macro, apropos-command)
15195 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15196 (apropos-plist): Add face property.
15197 (apropos-symbols-internal): Fix indentation.
15198 (apropos-print): Simplify help, and recognize apropos-multi-type.
15199 (apropos-print-doc): Use button-type-get to extract the button's
15200 face property. Fill docstring (Bug#8352).
15201
4ffd0d6b 152022011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15203
15204 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15205
c6c32125 15206 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15207 (mpuz-mode-map): Use mapc.
c6c32125
JB
15208 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15209 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15210 Fix typos in docstrings.
15211
58d468b4
JB
15212 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15213 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15214
6470c3c6
JB
15215 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15216
4ffd0d6b 152172011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15218
15219 * minibuffer.el (completion--do-completion): Avoid the "Next char
15220 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15221
3ad8bad0
CY
15222 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15223 mouse-2 into unread-command-events, it is interpreted correctly.
15224
71d73c9c 15225 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15226 (image-toggle-display): Doc fix.
71d73c9c 15227
841a1577 152282011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15229
4ffd0d6b
GM
15230 * textmodes/page.el (what-page): Use line-number-at-pos to
15231 calculate line number (Bug#6825).
6e1dbaa9 15232
c2fb1b60
JB
152332011-04-22 Juanma Barranquero <lekktu@gmail.com>
15234
15235 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15236 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15237 Pass argument NO-DEFAULT to `find-tag-interactive'.
15238
e02f48d7
JB
152392011-04-22 Juanma Barranquero <lekktu@gmail.com>
15240
15241 Lexical-binding cleanup.
15242
15243 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15244 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15245 * progmodes/ada-prj.el (ada-prj-initialize-values)
15246 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15247 (ada-prj-show-value):
15248 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15249 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15250 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15251 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15252 * progmodes/bug-reference.el (bug-reference-push-button):
15253 * progmodes/fortran.el (fortran-line-length):
15254 * progmodes/glasses.el (glasses-change):
15255 * progmodes/octave-mod.el (octave-fill-paragraph):
15256 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15257 (python-pdbtrack-grub-for-buffer, python-sentinel):
15258 * progmodes/sql.el (sql-save-connection):
15259 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15260 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15261 Mark unused parameters.
15262
15263 * progmodes/compile.el (compilation--flush-directory-cache)
15264 (compilation--flush-parse, compile-internal): Mark unused parameters.
15265 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15266 (compilation-next-error-function): Remove unused variable `timestamp'.
15267
15268 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15269 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15270
15271 * progmodes/dcl-mode.el (dcl-end-of-command):
15272 Remove unused variable `start'.
15273 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15274 (dcl-option-value-basic, dcl-option-value-offset)
15275 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15276 Mark unused parameters.
15277 (dcl-save-local-variable): Remove unused variable `val'.
15278 (mode): Declare.
15279
15280 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15281 Mark unused parameters.
15282 (delphi-ignore-changes): Move before first use.
15283 (delphi-charset-token-at): Remove unused variable `start'.
15284 (delphi-else-start): Remove unused variable `if-count'.
15285 (delphi-comment-block-start, delphi-comment-block-end):
15286 Remove unused variable `kind'.
15287 (delphi-indent-line): Remove unused variable `new-point'.
15288
15289 * progmodes/ebrowse.el (ebrowse-files-list)
15290 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15291 Mark unused parameters. Don't quote `lambda'.
15292 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15293 Don't quote `lambda'.
15294 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15295 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15296 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15297 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15298 Use `ignore-errors'.
15299 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15300 (ebrowse-view/find-file-and-search-pattern)
15301 (ebrowse-view/find-member-declaration/definition):
15302 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15303 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15304 Rename parameter PREFIX-ARG to PREFIX.
15305 (ebrowse-tags-read-name): Remove unused variables `start' and
15306 `member-info'.
15307 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15308 to `tags-file'.
15309
15310 * progmodes/etags.el (local-find-tag-hook): Declare.
15311 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15312 Mark unused parameters.
15313
15314 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15315 (executable-interpret): Mark unused parameter.
15316
15317 * progmodes/flymake.el (flymake-process-sentinel)
15318 (flymake-after-change-function)
15319 (flymake-create-temp-with-folder-structure)
15320 (flymake-get-include-dirs-dot): Mark unused parameters.
15321 (flymake-safe-delete-directory): Remove unused variable `err'.
15322
15323 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15324 (speedbar-timer-fn, speedbar-line-text)
15325 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15326 (speedbar-center-buffer-smartly): Declare functions.
15327 (gdb-find-watch-expression): Remove unused variable `array'.
15328 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15329 (gdb-starting): Mark unused parameters.
15330 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15331 (gdb-table-string): Remove unused variable `res'.
15332 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15333 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15334 (gdb-display-buffer): Remove unused variable `cur-size'.
15335
15336 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15337 allow lexical-binding compilation.
15338 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15339 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15340 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15341 Mark unused parameters.
15342 (gud-gdb-marker-filter): Remove unused variable `match'.
15343 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15344 lambda expressions and funcall them, instead of using `fset'.
15345
15346 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15347 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15348
15349 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15350 variable `header-beg'; use `let'.
15351
15352 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15353 `restart', `last-sexp' and `at-do'.
15354
15355 * progmodes/js.el (js--debug): Mark unused parameter.
15356 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15357 (js--splice-into-items): Remove unused variable `item'.
15358 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15359
15360 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15361 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15362 (makefile-complete): Remove unused variable `try'.
15363 (makefile-fill-paragraph, makefile-match-function-end):
15364 Mark unused parameters.
15365
15366 * progmodes/octave-inf.el (inferior-octave-complete):
15367 Remove unused variable `proc'.
15368 (inferior-octave-output-digest): Mark unused parameter.
15369
15370 * progmodes/perl-mode.el (perl-calculate-indent):
15371 Remove unused variable `err'.
15372
15373 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15374 (prolog-indent-line): Mark unused parameters.
15375 (prolog-indent-line): Remove unused variable `beg'.
15376
15377 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15378 (reporter-dont-compact-list): Declare.
15379
15380 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15381 Remove unused variable `char'.
15382 (sh-debug): Mark unused parameter.
15383 (sh-get-indent-info): Remove unused variable `start'.
15384 (sh-calculate-indent): Remove unused variable `var'.
15385
15386 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15387 (simula-electric-keyword): Remove unused variable `null'.
15388 (simula-search-backward, simula-search-forward): Remove unused
15389 variables `begin' and `end'.
15390
15391 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15392 Remove unused variable `pos'.
15393 (vera-electric-tab, vera-comment-uncomment-region):
15394 Mark unused parameters.
15395 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15396
7ede3b65
CY
153972011-04-22 Chong Yidong <cyd@stupidchicken.com>
15398
15399 * emacs-lisp/package.el (package--builtins, package-alist)
15400 (package-load-descriptor, package-built-in-p, package-activate)
15401 (define-package, package-installed-p)
15402 (package-compute-transaction, package-buffer-info)
15403 (package--push): Doc fix. Distinguish more clearly between
15404 version strings and version lists.
15405
121656e9
JB
154062011-04-21 Juanma Barranquero <lekktu@gmail.com>
15407
15408 Lexical-binding cleanup.
15409
15410 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15411 (5x5-make-mutate-best):
15412 * play/fortune.el (fortune-in-buffer):
15413 * play/gomoku.el (gomoku-init-display):
15414 * play/solitaire.el (solitaire, solitaire-do-check):
15415 * play/tetris.el (tetris-default-update-speed-function):
15416 Mark unused parameters.
15417
15418 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15419 (bubbles--shift): Remove unused variable `char-org'.
15420 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15421 (bubbles--show-images): Remove unused variable `char'.
15422
15423 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15424 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15425 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15426 (decipher-analyze-buffer): Use ?\s.
15427 (decipher-make-checkpoint): Remove unused variable `mapping'.
15428
15429 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15430
15431 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15432 Remove unused variable `result'; use `let'.
15433
15434 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15435 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15436 (gametree-children-shown-p, gametree-compute-reduced-score):
15437 Use `ignore-errors'.
15438
15439 * play/handwrite.el (ps-lpr-switches): Declare.
15440 (handwrite): Remove unused variables `pmin' and `lastp'.
15441
15442 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15443
15444 * play/landmark.el (landmark-init-display)
15445 (landmark-update-naught-weights): Mark unused parameters.
15446 (landmark-y): Remove unused variable `noise'. Simplify.
15447 (landmark-human-plays): Remove unused variable `score'.
15448
15449 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15450 (mpuz-try-proposal): Remove unused variable `game'.
15451
15452 * play/zone.el (life-patterns): Declare.
15453
80f499c7
JB
154542011-04-20 Juanma Barranquero <lekktu@gmail.com>
15455
15456 * vc/vc.el (ediff-vc-internal): Declare function.
15457
024ff170
SM
154582011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15459
c0a193ea
SM
15460 * shell.el: Use lexical-binding and std completion UI.
15461 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15462 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15463 comint-preoutput-filter-functions rather than on
15464 comint-output-filter-functions.
15465 (shell-command-completion, shell--command-completion-data)
15466 (shell-filename-completion, shell-environment-variable-completion)
15467 (shell-c-a-p-replace-by-expanded-directory): New functions.
15468 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15469 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15470 (shell-dynamic-complete-environment-variable): Use them.
15471 (shell-dynamic-complete-as-environment-variable)
15472 (shell-dynamic-complete-as-command): Remove.
15473 (shell-match-partial-variable): Match past point.
15474 * comint.el: Clean up use of completion-at-point-functions.
15475 (comint-completion-at-point): New function.
15476 (comint-mode): Use it completion-at-point-functions.
15477 (comint-dynamic-complete): Make it obsolete.
15478 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15479 (comint-c-a-p-replace-by-expanded-history): New function.
15480 (comint-dynamic-complete-functions)
15481 (comint-replace-by-expanded-history): Use it.
15482 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15483 termination strings. Try harder to avoid second try-completion.
15484 (completion-in-region-mode-map): Disable bindings that don't work yet.
15485
2dbaa080
SM
15486 * comint.el: Use lexical-binding. Require CL.
15487 (comint-dynamic-complete-functions): Use comint-filename-completion.
15488 (comint-completion-addsuffix): Tweak custom type.
15489 (comint-filename-completion, comint--common-suffix)
15490 (comint--common-quoted-suffix, comint--table-subvert)
15491 (comint--complete-file-name-data): New functions.
15492 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15493 (comint-dynamic-list-filename-completions): Use them.
15494 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15495
2dbaa080
SM
15496 * minibuffer.el (completion-in-region-mode):
15497 Keep completion-in-region-mode--predicate global.
15498 (completion-in-region--postch):
15499 Assume completion-in-region-mode--predicate is not null.
15500
c79a6f38
SM
15501 * progmodes/flymake.el (flymake-start-syntax-check-process):
15502 Obey `dir'. Simplify.
15503
024ff170
SM
15504 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15505 we're in VC after all.
15506
1c6c854e
CS
155072011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15508
15509 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15510 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15511 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15512
bed7f140
SM
155132011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15514
332e62ab
SM
15515 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15516 add sanity check.
15517
bed7f140
SM
15518 * obsolete/erc-hecomplete.el: Make obsolete.
15519 * obsolete/: Standardize obsolescence info in the header.
15520
f195c582
GM
155212011-04-20 Glenn Morris <rgm@gnu.org>
15522
15523 * calendar/solar.el (solar-horizontal-coordinates):
15524 Use the longitude argument rather than `calendar-longitude'.
15525 (solar-date-next-longitude): Remove unused locals.
15526
cb79b8c0
VJL
155272011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15528
15529 * whitespace.el: New version 13.2.1.
15530
155312011-04-20 felix <EmacsWiki> (tiny change)
15532
d8e4b68b 15533 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15534 switching between major modes on a file.
15535
602ea69d
SM
155362011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15539 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15540 multi-line comments as well.
15541
06b60517
JB
155422011-04-19 Juanma Barranquero <lekktu@gmail.com>
15543
15544 Lexical-binding cleanup.
15545
15546 * arc-mode.el (archive-mode-revert):
15547 * cmuscheme.el (scheme-interactively-start-process):
15548 * custom.el (custom-initialize-delay):
15549 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15550 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15551 * emacs-lock.el (emacs-lock-clear-sentinel):
15552 * ezimage.el (defezimage):
15553 * follow.el (follow-avoid-tail-recenter):
15554 * fringe.el (set-fringe-mode-1):
15555 * generic-x.el (bat-generic-mode-compile):
15556 * help-mode.el (help-info-variable, help-do-xref)
15557 (help-mode-revert-buffer):
15558 * help.el (view-emacs-todo):
15559 * iswitchb.el (iswitchb-completion-help):
15560 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15561 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15562 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15563 * locate.el (locate-update):
15564 * longlines.el (longlines-encode-region)
15565 (longlines-after-change-function):
15566 * outline.el (outline-isearch-open-invisible):
15567 * ps-def.el (declare-function, charset-dimension, char-width)
15568 (encode-char):
15569 * ps-mule.el (ps-mule-plot-string):
15570 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15571 (recentf-edit-list-select, recentf-edit-list-validate)
15572 (recentf-open-files-action):
15573 * rect.el (delete-whitespace-rectangle-line)
15574 (rectangle-number-line-callback):
15575 * register.el (window-configuration-to-register)
15576 (frame-configuration-to-register):
15577 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15578 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15579 (xselect-convert-to-targets, xselect-convert-to-delete)
15580 (xselect-convert-to-filename, xselect-convert-to-charpos)
15581 (xselect-convert-to-lineno, xselect-convert-to-colno)
15582 (xselect-convert-to-os, xselect-convert-to-host)
15583 (xselect-convert-to-user, xselect-convert-to-class)
15584 (xselect-convert-to-name, xselect-convert-to-integer)
15585 (xselect-convert-to-atom, xselect-convert-to-identity):
15586 * subr.el (declare, ignore, process-kill-without-query)
15587 (text-clone-maintain):
15588 * terminal.el (te-get-char, te-tic-sentinel):
15589 * tool-bar.el (tool-bar-make-keymap):
15590 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15591 * type-break.el (type-break-mode, type-break-noninteractive-query):
15592 * view.el (View-back-to-mark):
15593 * wid-browse.el (widget-browse-action, widget-browse-widget)
15594 (widget-browse-widgets, widget-browse-sexp):
15595 * widget.el (define-widget-keywords):
15596 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15597 Mark unused parameters.
15598
15599 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15600 (align-areas): Remove unused variable `look'.
15601 (align-region): Remove unused variables `real-end' and `pos-list'.
15602
15603 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15604
15605 * bindings.el (mode-line-modified, mode-line-remote):
15606 Mark unused parameters.
15607 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15608
15609 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15610 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15611
15612 * comint.el (comint-history-isearch-pop-state)
15613 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15614 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15615 (comint-substitute-in-file-name): Doc fix.
15616
15617 * completion.el (cmpl-statistics-block): Mark unused parameter.
15618 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15619 (save-completions-to-file, load-completions-from-file):
15620 Remove unused local variable `e'.
15621
15622 * composite.el (compose-chars): Remove unused variable `len'.
15623 (lgstring-insert-glyph): Remove unused variable `g'.
15624 (compose-glyph-string): Remove unused variables `ascent',
15625 `descent', `lbearing' and `rbearing'.
15626 (compose-glyph-string-relative): Remove unused variables
15627 `lbearing', `rbearing' and `wadjust'.
15628 (compose-gstring-for-graphic): Remove unused variables `header',
15629 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15630 (compose-gstring-for-terminal): Remove unused variables `header'
15631 and `nchars'. Use `let', not `let*'.
15632
15633 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15634 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15635 (Custom-buffer-done, custom-buffer-create-internal)
15636 (custom-browse-visibility-action, custom-browse-group-tag-action)
15637 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15638 (widget-magic-mouse-down-action, custom-toggle-parent)
15639 (custom-add-parent-links, custom-toggle-hide-variable)
15640 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15641 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15642 (custom-face-menu-create, custom-variable-menu-create, get)
15643 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15644 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15645 (customize-apropos): Remove unused variable `tests'.
15646 (custom-group-value-create): Remove unused variable `hidden-p'.
15647 (sort-fold-case): Declare.
15648
15649 * cus-theme.el (custom-reset-standard-faces-list)
15650 (custom-reset-standard-variables-list): Declare.
15651 (customize-create-theme, custom-theme-revert, custom-theme-write)
15652 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15653 Mark unused parameters.
15654
15655 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15656
15657 * delim-col.el (delimit-columns-max): Move defvar before first use.
15658
15659 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15660 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15661
15662 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15663 (auto-insert): Declare.
15664 (desktop-restore-file-buffer): Rename desktop-* parameters;
15665 mark unused ones.
15666 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15667 (desktop-buffer): Rename desktop-* parameters.
15668
15669 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15670 (dframe-reposition-frame-xemacs, dframe-help-echo)
15671 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15672 Mark unused parameters.
15673
15674 * dired-aux.el (backup-extract-version-start, overwrite-query)
15675 (overwrite-backup-query, rename-regexp-query)
15676 (rename-non-directory-query): Declare.
15677 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15678 (dired-add-entry): Remove unused variable `orig-file-name'.
15679 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15680 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15681 `dired-copy-preserve-time' directly.
15682 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15683 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15684
15685 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15686 (dired-virtual-revert, dired-make-relative-symlink):
15687 Mark unused parameters.
15688 (manual-program): Declare.
15689 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15690 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15691 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15692
15693 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15694
15695 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15696
15697 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15698 Declare.
15699
15700 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15701
15702 * electric.el (Electric-command-loop): Rename parameter
15703 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15704
15705 * expand.el (expand-in-literal): Remove unused variable `here'.
15706
15707 * facemenu.el (facemenu-add-new-color):
15708 Remove unused variable `docstring'.
15709
15710 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15711 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15712 (face-attr-construct): Mark unused parameter. Doc fix.
15713 (read-color): Remove unused variable `hex-string'.
15714
15715 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15716 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15717 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15718 (display-buffer-other-frame): Remove unused variable `old-window'.
15719 (kill-buffer-hook): Declare.
15720 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15721 Mark unused parameters.
15722 (after-find-file): Pass 1 to `auto-save-mode', not t.
15723
15724 * files-x.el (auto-insert): Declare.
15725 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15726
15727 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15728 variable `buf'. Mark unused parameter.
06b60517
JB
15729 (find-lisp-insert-directory): Mark unused parameter.
15730
15731 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15732 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15733 (format-common-tail): Remove, unused.
15734 (format-deannotate-region): Remove unused variable `loc'.
15735 (format-annotate-region): Remove unused variable `p'.
15736 (format-annotate-single-property-change): Remove unused variables
15737 `default' and `tail'.
15738
15739 * forms.el (read-file-filter): Declare.
15740 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15741
15742 * frame.el (frame-creation-function-alist): Mark unused parameter.
15743 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15744
15745 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15746 Remove unused parameters.
15747 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15748 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15749
15750 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15751 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15752 (hfy-prepare-tag-map): Mark unused parameters.
15753 (htmlfontify-buffer): Use `called-interactively-p'.
15754
15755 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15756 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15757 (ibuffer-do-occur): Mark unused parameters.
15758 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15759 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15760
15761 * ibuffer.el: Don't quote `lambda'.
15762 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15763 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15764 Mark unused parameters.
15765
15766 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15767 (ido-completing-read): Mark unused parameters.
15768 (ido-copy-current-word): Mark unused parameters;
15769 remove unused variable `name'.
15770 (ido-sort-merged-list): Remove unused parameter `dirs'.
15771
15772 * ielm.el (ielm-input-sender): Mark unused parameter.
15773 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15774 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15775 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15776 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15777 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15778
15779 * image-dired.el (image-dired-display-thumbs): Remove unused
15780 variables `curr-file' and `count'.
15781 (image-dired-remove-tag): Remove unused variable `start'.
15782 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15783 variable `curr-file'
15784 (image-dired-rotate-original): Remove unused variable `temp-file'.
15785 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15786 Remove unused variable `file'.
15787 (image-dired-gallery-generate): Remove unused variable `curr'.
15788 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15789
15790 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15791
15792 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15793
15794 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15795
15796 * isearch.el (minibuffer-history-symbol): Declare.
15797 (isearch-edit-string): Remove unused variable `err'.
15798 (isearch-message-prefix, isearch-message-suffix):
15799 Mark unused parameters.
15800
15801 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15802
15803 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15804
15805 * makesum.el (double-column): Remove unused variable `cnt'.
15806
15807 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15808 (ido-ignore-item-temp-list): Declare.
15809
15810 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15811 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15812 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15813 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15814 `mouse-col-delta'.
15815
15816 * mouse-sel.el (mouse-extend-internal):
15817 Remove unused variable `orig-window-frame'.
15818
15819 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15820 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15821 Move declarations before first use.
15822 (pcomplete-opt): Mark unused parameters; doc fix.
15823
15824 * proced.el (proced-revert): Mark unused parameter.
15825 (proced-send-signal): Remove unused variable `err'.
15826
15827 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15828 Rename parameter PREFIX-ARG to ARG.
15829 (ps-basic-plot-string, ps-basic-plot-whitespace):
15830 Mark unused parameters.
15831
15832 * replace.el (replace-count): Define.
15833 (occur-revert-function): Mark unused parameters.
15834 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15835 (isearch-case-fold-search, isearch-string): Declare.
15836 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15837 bind `case-fold-search'. Remove unused variables `beg' and `end',
15838 and simplify.
15839 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15840 COUNT and bind `replace-count'.
15841 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15842 to COUNT.
15843
15844 * savehist.el (print-readably, print-string-length): Declare.
15845
15846 * shadowfile.el (shadow-expand-cluster-in-file-name):
15847 Remove unused variable `cluster'.
15848 (shadow-copy-file): Remove unused variable `i'.
15849 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15850 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15851 (shadow-define-literal-group, shadow-define-regexp-group)
15852 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15853
15854 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15855 (shell): Use `called-interactively-p'.
15856 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15857
15858 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15859 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15860 (delete-backward-char): Remove unused variable `ocol'.
15861 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15862 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15863 (event-apply-hyper-modifier, event-apply-shift-modifier)
15864 (event-apply-control-modifier, event-apply-meta-modifier):
15865 Mark unused parameters.
15866 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15867 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15868
15869 * speedbar.el (speedbar-ignored-directory-expressions)
15870 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15871 (speedbar-find-file, speedbar-dir-follow)
15872 (speedbar-directory-buttons-follow, speedbar-tag-find)
15873 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15874 (speedbar-buffers-line-directory, speedbar-buffer-click):
15875 Mark unused parameters.
15876 (speedbar-tag-file): Remove unused variable `mode'.
15877 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15878
15879 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15880
15881 * talk.el (talk): Remove unused variable `display'.
15882
15883 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15884 (tar-write-region-annotate): Mark unused parameter.
15885
15886 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15887 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15888 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15889 warning by another.
15890
15891 * time-stamp.el (time-stamp-string-preprocess):
15892 Remove unused variable `require-padding'.
15893
15894 * tree-widget.el (widget-glyph-enable): Declare.
15895 (tree-widget-action): Mark unused parameter.
15896
15897 * w32-fns.el (x-get-selection): Mark unused parameter.
15898 (autoload-make-program, generated-autoload-file): Declare.
15899
15900 * wdired.el (wdired-revert): Mark unused parameters.
15901 (wdired-xcase-word): Remove unused variable `err'.
15902
15903 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15904 (whitespace-help-scroll): Remove unused variable `data-help'.
15905
15906 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15907 (widget-image-insert, widget-after-change, default)
15908 (widget-default-format-handler, widget-default-notify)
15909 (widget-default-prompt-value, widget-info-link-action)
15910 (widget-url-link-action, widget-function-link-action)
15911 (widget-variable-link-action, widget-file-link-action)
15912 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15913 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15914 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15915 (widget-insert-button-action, widget-delete-button-action, visibility)
15916 (widget-documentation-link-action, widget-documentation-string-action)
15917 (widget-const-prompt-value, widget-regexp-match, symbol)
15918 (widget-coding-system-prompt-value)
15919 (widget-key-sequence-value-to-external, sexp)
15920 (widget-sexp-value-to-internal, character, vector, cons)
15921 (widget-choice-prompt-value, widget-boolean-prompt-value)
15922 (widget-color--choose-action): Mark unused parameters.
15923 (widget-item-match-inline, widget-choice-match-inline)
15924 (widget-checklist-match, widget-checklist-match-inline)
15925 (widget-group-match): Rename parameter VALUES to VALS.
15926 (widget-field-value-set): Remove unused variable `size'.
15927 (widget-color-action): Remove unused variables `value' and `start'.
15928
15929 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15930 variable `dir'. Doc fix.
06b60517
JB
15931 (windmove-find-other-window): Don't pass it.
15932
15933 * window.el (count-windows): Mark unused parameter.
15934 (bw-adjust-window): Remove unused variable `err'.
15935
15936 * woman.el (woman-file-name): Remove unused variable `default'.
15937 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15938 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15939 (global-font-lock-mode): Declare.
15940 (woman-decode-region): Mark unused parameter.
15941 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15942
15943 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15944 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15945 (x-dnd-handle-moz-url): Remove unused variable `title'.
15946 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15947
15948 * xml.el (xml-parse-tag, xml-parse-attlist):
15949 Remove unused variable `pos'.
15950
bc4f7f3d
GM
159512011-04-19 Glenn Morris <rgm@gnu.org>
15952
15953 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15954 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15955 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15956 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15957 * calendar/cal-html.el (cal-html-insert-minical):
15958 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15959 (calendar-mark-date-pattern):
15960 Prefix "unused" locals.
15961
15962 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15963 optional argument `style'.
15964
15965 * calendar/appt.el (appt-make-list):
15966 * calendar/cal-china.el (calendar-chinese-date-string):
15967 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15968 (diary-hebrew-yahrzeit):
15969 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15970 * calendar/calendar.el (calendar-generate-window):
15971 * calendar/time-date.el (time-to-days):
15972 Remove unused local variables.
15973
16a43933
CY
159742011-04-18 Chong Yidong <cyd@stupidchicken.com>
15975
15976 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15977 glyphless-char-display table.
15978 (tabulated-list-glyphless-char-display): New var.
15979
7eed1860
SS
159802011-04-18 Sam Steingold <sds@gnu.org>
15981
15982 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15983 to acknowledgments.
15984
4d2d1ccd
GM
159852011-04-17 Glenn Morris <rgm@gnu.org>
15986
15987 * calendar/diary-lib.el (diary-sexp-entry):
15988 * calendar/holidays.el (holiday-sexp):
15989 Set debug-on-error rather than the removed stack-trace-on-error.
15990
239da61d
GM
159912011-04-16 Glenn Morris <rgm@gnu.org>
15992
15993 * progmodes/f90.el: Use lexical-binding.
15994 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15995
8b05752a
SM
159962011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15997
daca8ba5
SM
15998 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15999 (mail-mode): Setup mailalias completion here instead.
16000 * mail/mailalias.el: Use lexical-binding.
16001 (pattern, mailalias-done): Declare dynamic.
16002 (mail-completion-at-point-function): New function, from mail-complete.
16003 (mail-complete): Use it.
16004 (mail-completion-expand): New function.
16005 (mail-get-names): Use it.
16006 (mail-directory, mail-directory-process, mail-directory-stream):
16007 Don't use `pattern' for lexically bound arg.
16008
6f542485
SM
16009 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16010
037e7c3f
SM
16011 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16012 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16013 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16014
8b05752a
SM
16015 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16016 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16017 (byte-interactive-p): Define them again, for use when inlining
16018 old code.
16019
49093f60
JB
160202011-04-15 Juanma Barranquero <lekktu@gmail.com>
16021
16022 * loadup.el: Use `string-to-number', not `string-to-int'.
16023
b5b8e7de
SM
160242011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16027 gud-gdb-complete-command.
16028 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16029 (gud-gdb-completion-at-point): New function.
16030 (gud-gdb-completions): Remove.
16031
f42efeb5
MA
160322011-04-14 Michael Albinus <michael.albinus@gmx.de>
16033
49093f60
JB
16034 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16035 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16036 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16037 whether `executable-find' is bound.
f42efeb5
MA
16038
16039 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16040
e240cc21
SM
160412011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * minibuffer.el (completion-in-region-mode-predicate)
16044 (completion-in-region-mode--predicate): New vars.
16045 (completion-in-region, completion-in-region--postch)
16046 (completion-in-region-mode): Use them.
16047 (completion--capf-wrapper): Also return the hook function.
16048 (completion-at-point, completion-help-at-point):
16049 Adjust and provide a predicate.
c2bd2ab0
SM
16050
16051 Preserve arg names for advice of subr and lexical functions (bug#8457).
16052 * help-fns.el (help-function-arglist): Consolidate the subr and
16053 new-byte-code cases. Add argument `preserve-names' to extract names
16054 from the docstring when needed.
16055 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16056 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16057 (ad-arglist): Use help-function-arglist's new arg.
16058 (ad-definition-type): Use cond.
16059
c183f693
JB
160602011-04-13 Juanma Barranquero <lekktu@gmail.com>
16061
06641a47
JB
16062 * autorevert.el (auto-revert-handler):
16063 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16064 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16065 Don't quote lambda.
16066
c183f693
JB
16067 * image-mode.el (image-transform-set-scale):
16068 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16069
1e3b6001
G
160702011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16071
16072 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16073 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16074 Upgrades via gnutls-cli are too slow to be done opportunistically.
16075
2d6af8dd
JB
160762011-04-12 Juanma Barranquero <lekktu@gmail.com>
16077
16078 * dframe.el (dframe-current-frame): Remove spurious quote.
16079
c0749a51
GM
160802011-04-12 Glenn Morris <rgm@gnu.org>
16081
088d0d61
GM
16082 * calendar/cal-tex.el (cal-tex-end-document):
16083 Try to automatically use latin1 input if needed.
16084
c0749a51
GM
16085 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16086 Don't try to cons a mark onto an empty element.
16087
5c90fde0
LL
160882011-04-11 Leo Liu <sdl.web@gmail.com>
16089
16090 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16091 buffers.
16092 (ido-kill-buffer-at-head): Support killing virtual buffers.
16093
369e974d
CY
160942011-04-10 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * minibuffer.el (completion-show-inline-help): New var.
16097 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16098 (minibuffer-force-complete, minibuffer-complete-word):
16099 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16100
16101 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16102 to avoid interference from inline help (Bug#5849).
16103
37f1c930
LL
161042011-04-10 Leo Liu <sdl.web@gmail.com>
16105
099c39a4
JB
16106 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16107 Fix typo.
37f1c930 16108
a32d4040
CY
161092011-04-09 Chong Yidong <cyd@stupidchicken.com>
16110
16111 * image-mode.el (image-toggle-display-image): Signal an error if
16112 not in Image mode.
16113 (image-transform-mode, image-transform-resize)
16114 (image-transform-set-rotation): Doc fix.
daca8ba5 16115 (image-transform-set-resize): Delete.
a32d4040
CY
16116 (image-transform-set-scale, image-transform-fit-to-height)
16117 (image-transform-fit-to-width): Handle image-toggle-display-image
16118 and image-transform-resize directly.
16119
099c39a4 161202011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16121
16122 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16123 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16124 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16125 (doc-view-mode-map): Add bindings for the new functions.
16126
099c39a4 161272011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16128
4d61f28d 16129 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16130 Fix typo in docstring.
16131
3726838a
EZ
161322011-04-08 Eli Zaretskii <eliz@gnu.org>
16133
04f33f1e
EZ
16134 * files.el (file-size-human-readable): Produce one digit after
16135 decimal, like "ls -lh" does.
16136
16137 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16138 the file size representation.
16139
3726838a
EZ
16140 * simple.el (list-processes): If async subprocesses are not
16141 available, error out with a clear error message.
16142
cbb59342
CY
161432011-04-08 Chong Yidong <cyd@stupidchicken.com>
16144
16145 * help.el (help-form-show): New function, to be called from C.
16146 Put help-form output in a buffer named differently than *Help*.
16147
e3971c44
EZ
161482011-04-08 Eli Zaretskii <eliz@gnu.org>
16149
16150 * files.el (file-size-human-readable): New function.
16151
16152 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16153 computing the representation inline. Don't require `cl'.
16154
12544bbe
GM
161552011-04-08 Glenn Morris <rgm@gnu.org>
16156
a1de6c6a
GM
16157 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16158
3c4671f4
GM
16159 * net/browse-url.el (browse-url-firefox):
16160 Test system-type, not system-configuration.
16161
b605679c
GM
16162 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16163 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16164 Use log-edit-empty-buffer-p. (Bug#7598)
16165
56442f0c
GM
16166 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16167 (rlogin-mode-map): Initialize in the defvar.
16168 (rlogin): Use ignore-errors.
16169
12544bbe
GM
16170 * replace.el (occur-mode-map): Some fixes for menu items.
16171
eb237b0f
AH
161722011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16173
16174 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16175
7d668f2c
CY
161762011-04-06 Chong Yidong <cyd@stupidchicken.com>
16177
e67a13ab
CY
16178 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16179 issuing unused warnings.
16180
16181 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16182 macro directly.
16183
7d668f2c
CY
16184 * simple.el: Lisp reimplement of list-processes. Based on an
16185 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16186 (process-menu-mode): New major mode.
16187 (list-processes--refresh, list-processes):
16188 (process-menu-visit-buffer): New functions.
16189
16190 * files.el (save-buffers-kill-emacs): Don't assume any return
16191 value of list-processes, which is undocumented anyway.
16192
a83ec3c9
CY
161932011-04-06 Chong Yidong <cyd@stupidchicken.com>
16194
16195 * emacs-lisp/tabulated-list.el: New file.
16196
e91a96fe
CY
16197 * emacs-lisp/package.el: Use Tabulated List mode.
16198 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16199 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16200 table format using Tabulated List mode variables.
16201 (package--push): New macro, replacing package-list-maybe-add.
16202 (package-menu--generate): Use package--push. Renamed from
16203 package--generate-package-list.
16204 (package-menu-refresh, list-packages): Use it.
daca8ba5 16205 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16206 Return insertion data instead of inserting it directly.
099c39a4
JB
16207 (package-menu-describe-package, package-menu-execute):
16208 Use tabulated-list-get-id.
e91a96fe
CY
16209 (package-menu-mark-delete, package-menu-mark-install)
16210 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16211 (package-menu-mark-obsolete-for-deletion):
16212 Use tabulated-list-put-tag.
e91a96fe
CY
16213 (package--list-packages, package-menu-revert)
16214 (package-menu-get-package, package-menu-get-version)
16215 (package-menu-sort-by-column): Functions deleted.
16216 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16217 (package-menu--status-predicate, package-menu--version-predicate)
16218 (package-menu--name-predicate)
16219 (package-menu--description-predicate): Handle arguments in the
16220 Tabulated List format.
16221 (package-list-packages-no-fetch): Call list-packages.
16222
3e214b50
JB
162232011-04-06 Juanma Barranquero <lekktu@gmail.com>
16224
16225 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16226 (after-find-file): Don't bind it.
3e214b50
JB
16227 (revert-buffer-in-progress-p): New variable.
16228 (revert-buffer): Bind it.
16229 Pass nil for `after-find-file-from-revert-buffer'.
16230
16231 * saveplace.el (save-place-find-file-hook): Use new variable
16232 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16233
3f0f1700
GM
162342011-04-06 Glenn Morris <rgm@gnu.org>
16235
c0274801
GM
16236 * Makefile.in (AUTOGEN_VCS): New variable.
16237 (autoloads): Use $AUTOGEN_VCS.
16238
3f0f1700
GM
16239 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16240 * calendar/calendar.el (calendar-mode-map):
16241 Check for toolkit scroll bars. (Bug#8305)
16242
41ea9e48
CY
162432011-04-05 Chong Yidong <cyd@stupidchicken.com>
16244
16245 * minibuffer.el (completion-in-region--postch)
16246 (completion-in-region-mode): Remove unnecessary messages.
16247
6194c800
JB
162482011-04-05 Juanma Barranquero <lekktu@gmail.com>
16249
33256f14
JB
16250 * font-lock.el (font-lock-refresh-defaults):
16251 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16252 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16253
6194c800
JB
16254 * info.el (Info-directory-list, Info-read-node-name-2)
16255 (Info-split-parameter-string): Doc fixes.
16256 (Info-virtual-nodes): Reflow docstring.
16257 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16258 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16259 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16260 Fix typos in docstrings.
16261 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16262 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16263 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16264 (Info-restore-desktop-buffer): Mark unused parameters.
16265 (Info-directory-find-file, Info-directory-find-node)
16266 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16267 (Info-virtual-index-find-node, Info-apropos-find-file)
16268 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16269 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16270 (Info-virtual-index): Remove unused local variable `nodename'.
16271
b87a8200 162722011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16273
b87a8200
DD
16274 * net/rcirc.el: Update my e-mail address.
16275 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16276
3b2ff876
CY
162772011-04-05 Chong Yidong <cyd@stupidchicken.com>
16278
16279 * startup.el (command-line): Save the cursor's theme-face
16280 directly, instead of using face-override-spec.
16281
16282 * custom.el (load-theme): Minor optimization in assigning faces.
16283
8d17e7ca
JB
162842011-04-04 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * help-fns.el (describe-variable): Complete all variables having
16287 documentation, including keywords.
16288 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16289
2fbc1934
JB
162902011-04-04 Juanma Barranquero <lekktu@gmail.com>
16291
16292 Convert to lexical-binding.
16293
16294 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16295 (bs--get-marked-string, bs--get-modified-string)
16296 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16297 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16298 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16299
16300 * ehelp.el (electric-help-execute-extended)
16301 (electric-help-ctrl-x-prefix):
16302 * hexl.el (hexl-revert-buffer-function):
16303 * linum.el (linum-after-change, linum-after-scroll):
16304 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16305
16306 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16307
74f50695
DU
163082011-04-04 Daiki Ueno <ueno@unixuser.org>
16309
16310 * epa-dired.el:
16311 * epa-mail.el:
16312 * epa-hook.el:
16313 * epa-file.el:
16314 * epa.el:
16315 * epg.el: Use lexical binding.
16316
c11325f7
CY
163172011-04-03 Chong Yidong <cyd@stupidchicken.com>
16318
0d9e9a12
CY
16319 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16320
c11325f7 16321 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16322 dictionary case for flyspell-mark-duplications-exceptions.
16323 Use regexp matching for languages.
c11325f7
CY
16324 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16325 default dictionary (Bug#7926).
16326
da91b5f2
CY
163272011-04-02 Chong Yidong <cyd@stupidchicken.com>
16328
099c39a4
JB
16329 * emacs-lisp/package.el (package--with-work-buffer):
16330 Recognize https URLs.
da91b5f2 16331
099c39a4
JB
16332 * net/network-stream.el: Move from gnus/proto-stream.el.
16333 Change prefix to network-stream throughout.
da91b5f2
CY
16334 (open-protocol-stream): Merge into open-network-stream, leaving
16335 open-protocol-stream as an alias. Handle nil BUFFER args.
16336
16337 * subr.el (open-network-stream): Move to net/network-stream.el.
16338
afa8e9f6
GM
163392011-04-02 Glenn Morris <rgm@gnu.org>
16340
1d2e369d
GM
16341 * find-dired.el (find-exec-terminator): New option.
16342 (find-ls-option): Test for -ls support.
16343 (find-ls-subdir-switches): Test for -b in find-ls-option.
16344 (find-dired, find-grep-dired): Doc fixes.
16345 (find-dired): Use find-exec-terminator.
16346
8abb7da8 16347 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16348 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16349 (find-name-arg): Remove purecopy.
8abb7da8 16350
f3ca7378
GM
16351 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16352 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16353 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16354 accordingly. Don't add the null-device if not needed.
16355
afa8e9f6
GM
16356 * files.el (save-some-buffers): Doc fix.
16357
35eae264
EZ
163582011-04-02 Eli Zaretskii <eliz@gnu.org>
16359
16360 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16361
26b51db5
JB
163622011-04-01 Juanma Barranquero <lekktu@gmail.com>
16363
16364 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16365 Use `dolist' rather than `mapcar'.
16366
7200d79c
SM
163672011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16368
03408648 16369 Add lexical binding.
7200d79c 16370
03408648
SM
16371 * subr.el (apply-partially): Use new closures rather than CL.
16372 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16373 (dolist, dotimes): Use slightly different expansion for lexical code.
16374 (functionp): Move to C.
16375 (letrec): New macro.
16376 (with-wrapper-hook): Use it and apply-partially instead of CL.
16377 (eval-after-load): Preserve lexical-binding.
16378 (save-window-excursion, with-output-to-temp-buffer): Turn them
16379 into macros.
7200d79c 16380
03408648
SM
16381 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16382
16383 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16384 than the arglist.
16385 (help-add-fundoc-usage): Don't add `Not documented'.
16386 (help-function-arglist): Handle closures, subroutines, and new
16387 byte-code-functions.
16388 (help-make-usage): Remove leading underscores.
16389 (describe-function-1): Handle closures.
16390 (describe-variable): Use special-variable-p for completion.
16391
16392 * files.el (lexical-binding): Declare safe.
f488fb65 16393
03408648
SM
16394 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16395 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16396 (pcase): Add `let' pattern.
16397 Change memoization so it actually works.
16398 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16399 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16400 <let>: New case.
f488fb65 16401
03408648
SM
16402 * emacs-lisp/macroexp.el: Use lexical binding.
16403 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16404 Don't convert ' to #' without checking that it's indeed quoting
16405 a lambda.
16406
16407 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16408 Use eval-sexp-add-defvars.
03408648
SM
16409 (eval-sexp-add-defvars): New fun.
16410
16411 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16412
16413 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16414 Don't autoload.
16415 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16416 than the internal `byte-compile-lambda'.
16417 (defmethod): Don't hide code under quotes.
16418 (eieio-defmethod): New `code' argument.
16419
16420 * emacs-lisp/eieio-comp.el: Remove.
16421
16422 * emacs-lisp/edebug.el (edebug-eval-defun)
16423 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16424 (edebug-toggle): Avoid `eval'.
16425
16426 * emacs-lisp/disass.el (disassemble-internal): Handle new
16427 `closure' objects.
16428 (disassemble-1): Handle new byte codes.
16429
16430 * emacs-lisp/cl.el (pushnew): Silence warning.
16431
16432 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16433 (cl-byte-compile-throw): Remove.
16434 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16435
16436 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16437 closures.
16438
16439 * emacs-lisp/cconv.el: New file.
16440
16441 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16442 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16443 (byte-compile-initial-macro-environment):
16444 Handle declare-function here.
16445 (byte-compile--lexical-environment): New var.
16446 (byte-stack-ref, byte-stack-set, byte-discardN)
16447 (byte-discardN-preserve-tos): New lap codes.
16448 (byte-interactive-p): Don't use any more.
16449 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16450 New macros.
16451 (byte-compile-lapcode): Use them and handle new lap codes.
16452 (byte-compile-obsolete): Remove.
16453 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16454 (byte-compile-arglist-warn): Check late def of inlinable funs.
16455 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16456 since they should have been expanded by now.
16457 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16458 (byte-compile-from-buffer): Remove unused second arg.
16459 (byte-compile-preprocess): New function.
16460 (byte-compile-toplevel-file-form): New function to distinguish
16461 file-form calls from outside from file-form calls from hunk-handlers.
16462 (byte-compile-file-form): Simplify.
16463 (byte-compile-file-form-defsubst): Remove.
16464 (byte-compile-file-form-defmumble): Simplify now that
16465 byte-compile-lambda always returns a byte-code-function.
16466 (byte-compile): Preprocess.
16467 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16468 Remove, not used any more.
16469 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16470 (byte-compile-make-args-desc): New funs.
16471 (byte-compile-lambda): Handle lexical functions. Always return
16472 a byte-code-function.
16473 (byte-compile-reserved-constants): New var, to make up room for
16474 closed-over variables.
16475 (byte-compile-constants-vector): Obey it.
16476 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16477 (byte-compile-macroexpand-declare-function): New function.
16478 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16479 byte-code-functions.
16480 (byte-compile-form): Check obsolescence here.
16481 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16482 (byte-compile-variable-ref): Remove.
16483 (byte-compile-dynamic-variable-op): New fun.
16484 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16485 (byte-compile-variable-set): New funs.
16486 (byte-compile-discard): Add 2 args.
16487 (byte-compile-stack-ref, byte-compile-stack-set)
16488 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16489 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16490 macroexpand-all instead.
16491 (byte-compile-quote-form): Remove.
16492 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16493 (byte-compile-bind, byte-compile-unbind): New funs.
16494 (byte-compile-let): Handle let* and lexical binding.
16495 (byte-compile-let*): Remove.
16496 (byte-compile-catch, byte-compile-unwind-protect)
16497 (byte-compile-track-mouse, byte-compile-condition-case):
16498 Handle a new :fun-body form, used for lexical scoping.
16499 (byte-compile-save-window-excursion)
16500 (byte-compile-with-output-to-temp-buffer): Remove.
16501 (byte-compile-defun): Simplify.
16502 (byte-compile-stack-adjustment): New fun.
16503 (byte-compile-out): Use it.
16504 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16505
16506 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16507 handler any more.
16508
16509 * emacs-lisp/byte-opt.el: Use lexical binding.
16510 (byte-inline-lapcode): Remove (to bytecomp).
16511 (byte-compile-inline-expand): Pay attention to inlining to/from
16512 lexically bound code.
16513 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16514 any more.
16515 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16516 any more and don't call compiler-macros.
16517 (byte-compile-splice-in-already-compiled-code): Remove.
16518 (byte-code): Don't inline any more.
16519 (disassemble-offset): Receive `bytes' as argument rather than via
16520 dynamic scoping.
16521 (byte-compile-tag-number): Declare before first use.
16522 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16523 `return' even if make-spliceable.
16524 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16525 obsolete interactive-p.
16526 (byte-optimize-lapcode): Optimize new lap-codes.
16527 Don't trip up on new form of `byte-constant' lap code.
16528
16529 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16530
16531 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16532
16533 * custom.el (custom-initialize-default, custom-declare-variable):
16534 Use `defvar'.
16535
16536 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16537 New variables.
16538 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16539 (COMPILE_FIRST): Add macroexp and cconv.
16540 * makefile.w32-in: Mirror changes in Makefile.in.
16541
16542 * vc/cvs-status.el:
16543 * vc/diff-mode.el:
16544 * vc/log-edit.el:
16545 * vc/log-view.el:
16546 * vc/smerge-mode.el:
16547 * textmodes/bibtex-style.el:
090bd7cb 16548 * textmodes/css-mode.el:
03408648
SM
16549 * startup.el:
16550 * uniquify.el:
da91b5f2
CY
16551 * minibuffer.el:
16552 * newcomment.el:
16553 * reveal.el:
16554 * server.el:
16555 * mpc.el:
16556 * emacs-lisp/smie.el:
16557 * doc-view.el:
16558 * dired.el:
03408648
SM
16559 * abbrev.el: Use lexical binding.
16560
0f0c1f27
EZ
165612011-04-01 Eli Zaretskii <eliz@gnu.org>
16562
16563 * info.el (info-display-manual): New function.
16564
c82b2579
SM
165652011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16566
16567 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16568
221ddf68
TH
165692011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16570
16571 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16572 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16573
cba6e77e
GM
165742011-03-31 Glenn Morris <rgm@gnu.org>
16575
e040639f
GM
16576 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16577
cba6e77e
GM
16578 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16579
6d0f1c9e
CS
165802011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16581
16582 * progmodes/python.el (python-default-interpreter)
16583 (python-python-command-args, python-jython-command-args)
16584 (python-which-shell, python-which-args, python-which-bufname)
16585 (python-file-queue, python-comint-output-filter-function)
16586 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16587 variables and functions.
16588
3e2d70fd
SM
165892011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16590
16591 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16592 (completion-in-region-mode): New minor mode.
16593 (completion-in-region): Use it.
16594 (completion-in-region--data, completion-in-region-mode-map): New vars.
16595 (completion-in-region--postch): New function.
16596 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16597 New vars.
16598 (completion--capf-wrapper): New function.
16599 (completion-at-point): Use it to track well-behavedness of
16600 hook functions.
16601 (completion-help-at-point): New command.
16602
f3e4086c
JM
166032011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16604
16605 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16606 syntax class to search for whitespace on a single line
16607 (Message-ID: <4D938140.4030905@redhat.com>).
16608
eb7ffc14
LL
166092011-03-30 Leo Liu <sdl.web@gmail.com>
16610
16611 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16612 New commands.
16613 (edit-abbrevs-map): Bind them here.
16614 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16615
d806ab68
KM
166162011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16617
16618 * allout.el (allout-hide-by-annotation, allout-flag-region):
16619 Reduce possibility of overlay leakage by making them volatile.
16620
16621 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16622 hash is not shared between buffers. Mode initialization is
16623 responsible for giving it a useful starting value.
16624 (allout-item-span): Reduce possibility of overlay leakage by
16625 making them volatile.
16626 (allout-widgets-count-buttons-in-region): Add diagnostic function
16627 for tracking down button overlay leaks.
16628
ea622834
LL
166292011-03-29 Leo Liu <sdl.web@gmail.com>
16630
16631 * ido.el (ido-read-internal): Use the default history var
16632 minibuffer-history if no HISTORY is specified.
16633
b62f8267
G
166342011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16635
03408648
SM
16636 * net/imap.el (imap-shell-open, imap-process-connection-type):
16637 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16638 Kerberos, SSL, other subprocesses.
16639
947b6566
LL
166402011-03-28 Leo Liu <sdl.web@gmail.com>
16641
16642 * abbrev.el (abbrev-table-empty-p): New function.
16643 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16644 nonempty ones. (Bug#5937)
16645
5ffb62aa
JD
166462011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16647
16648 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16649
7a097943
LL
166502011-03-27 Leo Liu <sdl.web@gmail.com>
16651
16652 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16653 for foreground and background colors.
16654 (ansi-color-make-color-map): Adapt.
16655
c5b40130
LL
166562011-03-25 Leo Liu <sdl.web@gmail.com>
16657
1f48f7d2
LL
16658 * midnight.el (midnight-time-float): Remove. Note it calculates
16659 the microsecond component incorrectly and seconds-to-time does the
16660 same job.
625897ec 16661 Remove redundant (require 'timer).
1f48f7d2 16662
c5b40130
LL
16663 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16664 (ido-completions): Remove unused arguments. (Bug#8329)
16665
d86d2721
SM
166662011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * minibuffer.el (completion--flush-all-sorted-completions):
16669 Remove itself from hook.
16670 (completion-at-point): Let the functions perform the completion
16671 immediately and return nil or t.
16672 * comint.el (comint-dynamic-complete-functions): Now identical to
16673 completion-at-point-functions.
16674 (comint-dynamic-list-input-ring): Remove unused var `index'.
16675 (comint--match-partial-filename, comint--unquote&expand-filename):
16676 New funs, split from comint-match-partial-filename.
16677 (comint-dynamic-complete): Use completion-at-point.
16678 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16679
e8974c48
DA
166802011-03-24 Drew Adams <drew.adams@oracle.com>
16681
16682 * thingatpt.el: Support `defun'.
16683
def71b5e
LL
166842011-03-23 Leo Liu <sdl.web@gmail.com>
16685
cb5af48e
LL
16686 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16687
def71b5e
LL
16688 * help-mode.el (help-mode-finish): Tweak regexp.
16689
927c53e7
GM
166902011-03-23 Glenn Morris <rgm@gnu.org>
16691
18d05bed
GM
16692 * eshell/esh-opt.el (eshell-eval-using-options):
16693 Do not bind unused local variable `eshell-option-stub'.
16694
927c53e7
GM
16695 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16696
9d0da923
JB
166972011-03-22 Juanma Barranquero <lekktu@gmail.com>
16698
16699 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16700 keymap variable in `with-no-warnings' to avoid a warning when the
16701 keymap has been already `defconst'ed.
16702
4b978a67
LL
167032011-03-22 Leo Liu <sdl.web@gmail.com>
16704
16705 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16706 encode all chars in abbrevs; otherwise use emacs-mule or
16707 utf-8-emacs. (Bug#8308)
16708
5fd62452
JB
167092011-03-22 Juanma Barranquero <lekktu@gmail.com>
16710
0b1596c6
JB
16711 * simple.el (backward-delete-char-untabify):
16712 Avoid warning about using `delete-backward-char'.
16713
5fd62452
JB
16714 * image.el (image-type-file-name-regexps): Make it variable.
16715 `imagemagick-register-types' modifies it, and the user may want
16716 to add new extensions for known image types.
16717 (imagemagick-register-types): Throw error if not using ImageMagick.
16718
0b4e93f1
LL
167192011-03-22 Leo Liu <sdl.web@gmail.com>
16720
16721 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16722 located before rcirc-prompt-end-marker.
16723 (rcirc-complete): Error if point is not after rcirc prompt.
16724 Handle the case when table is nil.
9882e214 16725 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16726
fccee4ab
CY
167272011-03-22 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * custom.el (custom--inhibit-theme-enable): Make it affect only
16730 custom-theme-set-variables and custom-theme-set-faces.
16731 (provide-theme): Ignore custom--inhibit-theme-enable.
16732 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16733 (custom-enabling-themes): Delete variable.
d86d2721
SM
16734 (enable-theme): Accept only loaded themes as arguments.
16735 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16736 (custom-enabled-themes): Forbid themes from setting this.
16737 Eliminate use of custom-enabling-themes.
16738 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16739
af896da6
LL
167402011-03-21 Leo Liu <sdl.web@gmail.com>
16741
16742 * ido.el (ido-read-internal): Add ido-selected to history instead
16743 of user input.
16744
78f64af0
SM
167452011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * subr.el (deferred-action-list, deferred-action-function):
16748 Mark obsolete.
16749
b16ac1ec
LL
167502011-03-21 Leo Liu <sdl.web@gmail.com>
16751
810f7698
LL
16752 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16753 change on 2011-02-13 (bug#8309).
16754
b16ac1ec
LL
16755 * minibuffer.el (read-file-name-function): Change default value.
16756 (read-file-name--defaults): Rename from read-file-name-defaults.
16757 (read-file-name-default): Rename from read-file-name.
16758 (read-file-name): Call read-file-name-function.
16759
4e05e67e
GM
167602011-03-21 Glenn Morris <rgm@gnu.org>
16761
16762 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16763 Doc fixes.
16764
4359915b
CY
167652011-03-21 Chong Yidong <cyd@stupidchicken.com>
16766
16767 * cus-theme.el: Add missing provide statement.
16768 (customize-create-theme): Extract theme value correctly.
16769 (custom-theme-visit-theme): Autoload.
16770 (customize-create-theme): Prompt before inserting default faces.
16771
1fe275ee
JB
167722011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16773
16774 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16775 units and musical notes.
16776
cd394be1 167772011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16778
16779 * ido.el (ido-read-internal): Use completing-read-default.
16780 (ido-completing-read): Fix compatibility with completing-read.
16781
7d476bde
CO
167822011-03-20 Christian Ohler <ohler@gnu.org>
16783
16784 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16785 (ert-delete-all-tests): Use `called-interactively-p' rather than
16786 `interactive-p'.
16787 (ert--make-xrefs-region): Respect END.
16788
fe0fb33e
CY
167892011-03-19 Chong Yidong <cyd@stupidchicken.com>
16790
ff854b0b
CY
16791 * dired-aux.el (dired-create-directory): Signal an error if the
16792 directory already exists (Bug#8246).
16793
fe0fb33e
CY
16794 * facemenu.el (list-colors-display): Call list-faces-display
16795 inside with-help-window.
16796 (list-colors-print): Use display property to align the final
16797 column, instead of checking window-width.
16798
576bce32
EZ
167992011-03-19 Eli Zaretskii <eliz@gnu.org>
16800
4d61f28d 16801 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16802 windows-nt systems.
16803 (emerge-protect-metachars): Quote correctly for ms-dos and
16804 windows-nt systems.
16805
89c41d68 168062011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16807
16808 * info.el (info-initialize): Replace all uses of `:' with
16809 path-separator for compatibility with non-Unix systems.
16810 Cache quoting of path-separator. (Bug#8258)
16811
b14e3e21 168122011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16813
16814 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16815 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16816 (mouse-avoidance-mode): Fix typos in docstrings.
16817
4525ce3e
CY
168182011-03-19 Chong Yidong <cyd@stupidchicken.com>
16819
16820 * startup.el (package-subdirectory-regexp): Move from package.el.
16821 Omit \\` and \\', and let callers add them.
16822
16823 * emacs-lisp/package.el (package-strip-version)
16824 (package-load-all-descriptors): Add \\` and \\' to
16825 package-subdirectory-regexp before using it.
16826 (package-untar-buffer): New arg DIR; ensure that file untars only
16827 into this expected directory. Remove superfluous delete-region.
16828 (package-unpack): Caller changed.
16829 (package-tar-file-info): Use package-subdirectory-regexp.
16830
a904a09a 168312011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16832
a904a09a
SM
16833 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16834 diff-mode-shared-map (bug#8284).
16835 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16836
168372011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16838
16839 * calendar/time-date.el (format-seconds): Use assoc instead of
16840 assoc-string, since assoc-string doesn't exist in XEmacs.
16841
171fc304
JB
168422011-03-17 Juanma Barranquero <lekktu@gmail.com>
16843
16844 * custom.el (custom-known-themes): Reflow docstring.
16845 (custom-theme-load-path): Fix typo in docstring.
16846 (load-theme): Fix typo in error message.
16847 (custom-available-themes, custom-variable-theme-value):
16848 Use `let', not `let*'.
16849
d71990a1
JB
168502011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16851
16852 * calc/README: Mention inclusion of musical notes.
16853
16854 * calc/calc-units.el (calc-lu-quant): Rename from
16855 `calc-logunits-quantity'.
16856 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16857 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16858 (calc-db): Rename from `calc-dblevel'.
16859 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16860 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16861 (calc-np): Rename from `calc-nplevel'.
16862 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16863 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16864 (calc-lu-plus): Rename from `calc-logunits-add'.
16865 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16866 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16867 (calc-lu-minus): Rename from `calc-logunits-sub'.
16868 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16869 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16870 (calc-lu-times): Rename from `calc-logunits-mul'.
16871 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16872 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16873 (calc-lu-divide): Rename from `calc-logunits-div'.
16874 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16875 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16876
16877 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16878 functions being autoloaded.
16879
16880 * calc/calc.el (calc-lu-power-reference): Rename from
16881 `calc-logunits-power-reference'.
16882 (calc-lu-field-reference): Rename from
16883 `calc-logunits-field-reference'.
16884
7a71b18d
GM
16885 * calc/calc-help.el (calc-l-prefix-help):
16886 Mention musical note functions.
d71990a1 16887
40c2934b
SM
168882011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * minibuffer.el (completion-all-sorted-completions):
16891 Use :completion-cycle-penalty text property if present.
16892
b0911414
KM
168932011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16894
16895 * allout.el (allout-yank-processing): Adjust for new rebulleting
16896 regime so bullet being yanked is used without prompting the user
16897 for a choice.
16898
8a05b668
JB
168992011-03-16 Juanma Barranquero <lekktu@gmail.com>
16900
16901 * startup.el (command-line): Warn the user that _emacs is deprecated.
16902
5ba5fb81
JB
169032011-03-16 Juanma Barranquero <lekktu@gmail.com>
16904
16905 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16906 (delphi-verbose, delphi-comment-face, delphi-string-face)
16907 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16908 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16909 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16910 (delphi-new-comment-line, delphi-font-lock-defaults)
16911 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16912 Fix typos in docstrings.
16913
2dab465b
KM
169142011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16915
5ba5fb81 16916 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16917 Invert the roles of character and string values for INSTEAD, so a
16918 string is used for the more common case of a defaulting prompt.
16919
0adf5618
SM
169202011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16921
16922 * progmodes/ruby-mode.el (ruby-backward-sexp):
16923 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16924 * play/gamegrid.el (gamegrid-make-face):
16925 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16926 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16927 * notifications.el (notifications-notify):
16928 * net/xesam.el (xesam-search-engines):
16929 * net/quickurl.el (quickurl-list-insert):
16930 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16931
d72700e5
CY
169322011-03-15 Chong Yidong <cyd@stupidchicken.com>
16933
16934 * startup.el (command-line): Update package subdirectory regexp.
16935
49c5410a
SM
169362011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16937
c6eee9aa
SM
16938 * allout.el (allout-abbreviate-flattened-numbering)
16939 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16940
49c5410a
SM
16941 * subr.el (read-char-choice): Only show the cursor after the prompt,
16942 not after the answer.
16943
047b2bb9
KR
169442011-03-15 Kevin Ryde <user42@zip.com.au>
16945
16946 * help-fns.el (variable-at-point): Skip leading quotes, if any
16947 (bug#8253).
16948
0a57d256
SM
169492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16950
16951 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16952 warning message.
16953
77c992bc
MA
169542011-03-14 Michael Albinus <michael.albinus@gmx.de>
16955
16956 * shell.el (shell): When called interactively, offer to change the
16957 shell file name on remote hosts.
16958
eebc475d
TZ
169592011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16960
16961 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16962 integration for LDAP parameters. The host, base, user or binddn,
16963 and secret tokens can be specified in a netrc file, for instance.
16964 This is optional because an `auth-source' parameter must be
16965 specified in the search attributes.
16966
9d05d1ba
JB
169672011-03-13 Juanma Barranquero <lekktu@gmail.com>
16968
16969 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16970
09d9db2c
GM
169712011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16972
16973 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16974 into declaration. Remove redundant and harmful binding.
16975
169762011-03-12 Eli Zaretskii <eliz@gnu.org>
16977
16978 * files.el (file-ownership-preserved-p): Pass `integer' as an
16979 explicit 2nd argument to `file-attributes'. If the file's owner
16980 is the Administrators group on Windows, and the current user is
16981 Administrator, consider that a match.
16982
16983 * server.el (server-ensure-safe-dir): Consider server directory
16984 safe on MS-Windows if its owner is the Administrators group while
16985 the current Emacs user is Administrator. Use `=' to compare
16986 numerical UIDs, since they could be integers or floats.
16987
219bd536
JB
169882011-03-12 Juanma Barranquero <lekktu@gmail.com>
16989
16990 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16991
f3afd36b
MA
169922011-03-12 Michael Albinus <michael.albinus@gmx.de>
16993
16994 Sync with Tramp 2.2.1.
16995
16996 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16997
16998 * net/trampver.el: Update release number.
16999
3aaaa6f1
SM
170002011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17001
94642599
SM
17002 * progmodes/compile.el (compilation--previous-directory): Fix up
17003 various nil/dead-marker mismatches (bug#8014).
17004 (compilation-directory-properties, compilation-error-properties):
17005 Don't call it at a position past the one we're about to change.
17006
3aaaa6f1
SM
17007 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17008 Disable obsolescence warnings in the file that declares it.
17009
14239447
KM
170102011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17011
099c39a4
JB
17012 * allout-widgets.el (allout-widgets-tally):
17013 Initialize allout-widgets-tally as a hash table rather than nil to
17014 prevent mode-line redisplay warnings. Also, clarify the module
17015 description and fix a comment typo.
14239447 17016
135e287c
JB
170172011-03-11 Juanma Barranquero <lekktu@gmail.com>
17018
17019 * help-fns.el (describe-variable): Don't complete keywords.
17020 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17021
ffbf300e
CY
170222011-03-10 Chong Yidong <cyd@stupidchicken.com>
17023
ba08b241
CY
17024 * emacs-lisp/package.el (package-version-join): Impose a standard
17025 string representation for pre/alpha/beta version lists.
17026 (package-unpack-single): Standardize the directory name by passing
17027 it through package-version-join.
17028 (package-strip-rcs-id): Accept any version string that does not
17029 signal an error in version-to-list.
ffbf300e 17030
f346fd6b
MA
170312011-03-10 Michael Albinus <michael.albinus@gmx.de>
17032
17033 * simple.el (delete-trailing-whitespace): Return nil for the
17034 benefit of `write-file-functions'.
17035
ccb55d27
GM
170362011-03-10 Glenn Morris <rgm@gnu.org>
17037
5ceaac0c
GM
17038 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17039
02da65ff
GM
17040 * vc/vc-git.el (vc-git-program): New option.
17041 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17042 (vc-git--call): Use it.
17043
b2f603cc
GM
17044 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17045
5772caab
GM
17046 * cus-edit.el (Custom-newline): If no button at point, look
17047 for a subgroup button at start-of-line. (Bug#2298)
17048
ccb55d27
GM
17049 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17050
ec6ecaed
JD
170512011-03-10 Julien Danjou <julien@danjou.info>
17052
17053 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17054 `cursor-type' is nil.
17055
9d5aa01d
JB
170562011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17057
17058 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17059
b6a5875b
KM
170602011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17061
7a71b18d 17062 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17063 preserves the existing header prefix, rebulleting it if necessary,
17064 rather than replacing it. This is necessary for proper operation
17065 of cooperative addons like allout-widgets.
1154d12e
JB
17066 (allout-make-topic-prefix, allout-rebullet-heading):
17067 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17068 value as alternate bullet to be used, instead of prompting the user
17069 for a bullet character.
b6a5875b 17070
ee545c35
MA
170712011-03-09 Michael Albinus <michael.albinus@gmx.de>
17072
d86d2721
SM
17073 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17074 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17075 `tramp-default-port'.
17076
c47971d7
DD
170772011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17078
17079 * net/rcirc.el (rcirc-handler-001): Remove useless
17080 with-rcirc-process-buffer.
17081 (rcirc-check-auth-status): Swap arguments to string-match.
17082
13522cb4
GM
170832011-03-09 Glenn Morris <rgm@gnu.org>
17084
0be6f4f1
GM
17085 * shell.el (shell-mode):
17086 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17087
13522cb4
GM
17088 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17089 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17090
515de2e3
CY
170912011-03-08 Chong Yidong <cyd@stupidchicken.com>
17092
17093 * emacs-lisp/package.el (package-refresh-contents)
17094 (package-menu-execute): Use condition-case-no-debug.
17095
b511b994
MA
170962011-03-08 Michael Albinus <michael.albinus@gmx.de>
17097
17098 * simple.el (shell-command-to-string): Use `process-file'.
17099
17100 * emacs-lisp/package.el (package-tar-file-info): Handle also
17101 remote files.
17102
d86d2721
SM
17103 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17104 Use `equal' for upload base check.
b511b994 17105
25bbfb31
AM
171062011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17107
17108 * textmodes/texinfo.el (texinfo-environments):
17109 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17110
be996521
GM
171112011-03-08 Glenn Morris <rgm@gnu.org>
17112
e9c8529f
GM
17113 * cus-start.el (cursor-in-non-selected-windows):
17114 Fix :set quoting oddness. (Bug#8192)
17115
be996521
GM
17116 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17117 in some setf expressions. (Bug#2159)
17118
2bb5649e
CY
171192011-03-08 Chong Yidong <cyd@stupidchicken.com>
17120
17121 * custom.el (custom-available-themes): Return themes in
17122 alphabetical order.
17123
33383987 17124See ChangeLog.15 for earlier changes.
e3d51b27
MR
17125
17126;; Local Variables:
17127;; coding: utf-8
e3d51b27
MR
17128;; End:
17129
acaf905b 17130 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17131
17132 This file is part of GNU Emacs.
17133
17134 GNU Emacs is free software: you can redistribute it and/or modify
17135 it under the terms of the GNU General Public License as published by
17136 the Free Software Foundation, either version 3 of the License, or
17137 (at your option) any later version.
17138
17139 GNU Emacs is distributed in the hope that it will be useful,
17140 but WITHOUT ANY WARRANTY; without even the implied warranty of
17141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17142 GNU General Public License for more details.
17143
17144 You should have received a copy of the GNU General Public License
17145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.