Use INTERNAL_FIELD for processes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0d49da68
FEG
12012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Shell processes: enhancements to startup and CEDET compatibility.
4 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5 (python-shell-make-comint): accept-process-output at startup.
6 (run-python-internal): Set inferior-python-mode-hook to nil.
7 (python-shell-internal-get-or-create-process): call sit-for.
8 (python-preoutput-result): Add obsolete alias.
9 (python-shell-internal-send-string): Use it.
10 (python-shell-send-setup-code): Remove call to
11 accept-process-output.
12
f1a71c6e
AS
132012-07-31 Andreas Schwab <schwab@linux-m68k.org>
14
15 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
16 (Bug#12108)
17
d2605269
JB
182012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
19
20 * calc-mode.el (calc-basic-simplification-mode): Rename from
21 `calc-limited-simplification-mode'.
22 (calc-alg-simplification-mode): New function.
d66060f8 23 (calc-set-simplify-mode): Adjust message.
f1a71c6e 24
d2605269
JB
25 * calc.el (calc-set-mode-line): Adjust mode line display for
26 basic simplification mode.
27
28 * calc-help.el (calc-m-prefix-help): Update help message.
29
30 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
31 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
32
a3827a43
BG
332012-07-31 Bastien Guerry <bzg@gnu.org>
34
35 * man.el (man): Fix comment. (bug#12101)
36
502e3f89
MR
372012-07-31 Martin Rudalics <rudalics@gmx.at>
38
39 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
40 Don't return a non-nil value when no suitable buffer was found.
41
d7714961
FEG
422012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
43
44 * progmodes/python.el (run-python-internal): Disable font lock for
45 internal shells.
46
1f45e27e
SM
472012-07-30 Stefan Merten <smerten@oekonux.de>
48
49 * rst.el: Silence `checkdoc-ispell'.
50 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
51 (rst-official-version, rst-official-cvs-rev)
52 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
53 (rst-mode-map): New key binding.
54
0aee6912
PE
552012-07-30 Paul Eggert <eggert@cs.ucla.edu>
56
57 Update .PHONY listings in makefiles.
58 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
59 autoloads, update-subdirs, updates, bzr-update, update-authors,
60 compile-onefile, compile-calc, backup-compiled-files,
61 compile-after-backup, compile-one-process, mh-autoloads,
62 bootstrap-clean, distclean, maintainer-clean.
63
9052f9f0
JB
642012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
65
1823ac5a
JB
66 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
67 (calc-set-mode-line): Don't display "AlgSimp ".
68
69 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
70 (calc-lim-simplify-mode): New function.
71 (calc-set-simplify-mode): Default to 'alg.
72 (calc-default-simplify-mode): Make algebraic simplifications
73 the default.
74
75 * calc/calc-ext.el (calc-init-extensions): Remove binding for
76 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
77
8d7c7eed 78 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
79 indicate new simplification modes.
80
1823ac5a
JB
81 * calc/README: Mention new default simplification mode.
82
9052f9f0
JB
83 * calc/calc.el (math-normalize-error): New variable.
84 (math-normalize): Set `math-normalize-error' to t
85 when there's an error.
86
87 * calc/calc-alg.el (math-simplify): Don't simplify when
88 `math-normalize' returns an error.
89
20ba0cb4
EZ
902012-07-29 Eli Zaretskii <eliz@gnu.org>
91
92 * international/mule-cmds.el (set-locale-environment): Revert last
93 change, since display-graphic-p returns nil when this function is
94 called during startup. Instead...
95
96 * term/w32console.el (terminal-init-w32console): ...setup the
97 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
98
a5dcc929
JL
992012-07-29 Juri Linkov <juri@jurta.org>
100
101 * simple.el (goto-line): Don't display default line number in the
102 prompt because it should be displayed by `read-number' (bug#9952).
103 Add the current line number to the defaults of `goto-line' to
104 allow its easier modification by users with `M-n' (bug#9201).
105
106 * subr.el (read-number): Support multiple default values like in
107 other minibuffer reading functions. Replace `read' with
108 `string-to-number' for consistency with `number-to-string'.
109
72b255c7
PE
1102012-07-29 Paul Eggert <eggert@cs.ucla.edu>
111
112 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
113 * emulation/viper-init.el (viper-deactivate-input-method-action):
114 Rename from viper-inactivate-input-method-action.
115 (viper-deactivate-input-method):
116 Rename from viper-inactivate-input-method.
117 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
118 * international/mule-cmds.el (deactivate-input-method):
119 Rename from inactivate-input-method.
120 Also run input-method-deactivate-hook.
121 (deactivate-current-input-method-function):
122 Rename from inactivate-current-input-method-function.
123 (input-method-deactivate-hook): New hook.
124 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
125 (inactivate-input-method): Mark obsolete.
126
72b255c7
PE
127 * international/quail.el (quail-activate):
128 Also run quail-deactivate-hook.
129 (quail-deactivate): Rename from quail-inactivate.
130 * international/robin.el (robin-activate):
131 Also run robin-deactivate-hook.
132 (robin-deactivate): Rename from robin-inactivate.
133
2549c068
CY
1342012-07-29 Chong Yidong <cyd@gnu.org>
135
136 * simple.el (indicate-copied-region): New function.
137 (kill-ring-save): Split off from here.
138
139 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
140 (kill-rectangle): Set deactivate-mark to t on read-only error.
141
142 * register.el (copy-to-register, copy-rectangle-to-register):
143 Deactivate the mark, and use indicate-copied-region (Bug#10056).
144 (append-to-register, prepend-to-register): Call
145
17711ed9
JL
1462012-07-29 Juri Linkov <juri@jurta.org>
147
148 * simple.el (async-shell-command-buffer): New defcustom.
149 (shell-command): Use it. (Bug#4719)
150
01bd1b0d
EZ
1512012-07-28 Eli Zaretskii <eliz@gnu.org>
152
153 * international/mule-cmds.el (set-locale-environment): In a
154 console session on MS-Windows, set up keyboard and terminal
155 encoding from the OEM codepage, not the ANSI codepage.
156 (Bug#12055)
157
a55739d3
CY
1582012-07-28 Chong Yidong <cyd@gnu.org>
159
160 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
161 gdb-get-location.
162
9a0f8f2e
LL
1632012-07-25 Leo Liu <sdl.web@gmail.com>
164
165 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
166 the alist (bug#12029).
167
20329d73
EZ
1682012-07-28 Eli Zaretskii <eliz@gnu.org>
169
170 * makefile.w32-in (custom-deps, finder-data, updates, compile)
171 (compile-always, compile-first)
172 ($(lisp)/calendar/cal-loaddefs.el)
173 ($(lisp)/calendar/diary-loaddefs.el)
174 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
175 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
176 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
177 instead of on update-subdirs.
178 (bootstrap-clean): Delete $(lisp)/subdirs.el.
179
345a2258
CY
1802012-07-28 Chong Yidong <cyd@gnu.org>
181
1eee6341
CY
182 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
183 directory if vc-deduce-backend returns nil (Bug#7350).
184
345a2258
CY
185 * simple.el (delete-trailing-lines): New option.
186 (delete-trailing-whitespace): Obey it (Bug#11879).
187
049a0936
DE
1882012-07-28 David Engster <deng@randomsample.de>
189
190 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
191 Explanation of new 'symbol-qnames feature in doc-strings.
192 (xml-maybe-do-ns): Return expanded names as plain symbols if
193 'symbol-qnames was provided in XML-NS argument (Bug#11916).
194 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
195
aa81af71
FEG
1962012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
197
198 Consistent completion in inferior python with emacs -nw.
199 * progmodes/python.el (inferior-python-mode): replace "<tab>"
200 binding in inferior-python-mode-map with "\t".
201 (python-shell-completion-complete-at-point)
202 (python-completion-complete-at-point): Remove interactive spec.
203
e827b1eb
JB
2042012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
205
206 * calc/calccomp.el (math-compose-expr): Undo previous change.
207
a90dfb95
FEG
2082012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
209
210 * progmodes/python.el (python-mode-map): Added keybinding for
211 run-python.
212 (python-shell-make-comint): Fix pop-to-buffer call.
213 (run-python): Autoload. New arg SHOW.
214 (python-shell-get-or-create-process): Do not pop python process
215 buffer.
216
32770973 2172012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
218
219 * notifications.el (notifications-on-action-signal)
220 (notifications-on-closed-signal): Use also the bus address for the map.
221 (notifications-notify, notifications-close-notification)
222 (notifications-get-capabilities): Add optional argument BUS.
223
86332df2
TH
2242012-07-27 Tassilo Horn <tsdh@gnu.org>
225
226 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
227 support for the lstlisting and minted environments, and for the
228 ctable macro.
229 * textmodes/reftex.el (reftex-compile-variables): Also recognize
230 labels written in keyvals syntax.
231
ca1302a4
JB
2322012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
233
234 * calc/calccomp.el (math-compose-expr): Use parentheses when
235 there is a product in the denominator of a fraction.
236
f8b91036
EZ
2372012-07-26 Eli Zaretskii <eliz@gnu.org>
238
239 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
240 ($(lisp)/calendar/diary-loaddefs.el)
241 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
242 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
243 failures in parallel bootstrap because subdirs.el is being
244 rewritten while the autoload files are built at the same time,
245 which needs to load subdirs.el.
246
c8e5a42c
MR
2472012-07-26 Martin Rudalics <rudalics@gmx.at>
248
249 * mouse.el (popup-menu): Fix doc-string and re-indent code.
250 (mouse-drag-line): Don't exit tracking when a switch-frame or
251 switch-window event occurs (Bug#12006).
252
670d85ea
SM
2532012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * mouse.el (popup-menu): Fix last change.
256
7abaf5cc
SM
2572012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 Autoload from Lisp with more care. Follow aliases when looking for
260 function properties.
261 * subr.el (autoloadp): New function.
262 (symbol-file): Use it.
263 (function-get): New function.
264 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
265 autoload-do-load.
266 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
267 (lisp-indent-function):
268 * emacs-lisp/gv.el (gv-get):
269 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
270 * emacs-lisp/byte-opt.el (byte-optimize-form):
271 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
272 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
273 Use function-get.
274 * emacs-lisp/cl.el: Don't propagate function properties any more.
275
276 * speedbar.el (speedbar-add-localized-speedbar-support):
277 * emacs-lisp/disass.el (disassemble-internal):
278 * desktop.el (desktop-load-file):
279 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
280 (describe-function-1):
281 * emacs-lisp/find-func.el (find-function-noselect):
282 * emacs-lisp/elp.el (elp-instrument-function):
283 * emacs-lisp/advice.el (ad-has-proper-definition):
284 * apropos.el (apropos-safe-documentation, apropos-macrop):
285 * emacs-lisp/debug.el (debug-on-entry):
286 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
287 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
288 * calc/calc.el (name): Use autoloadp & autoload-do-load.
289
b1364986
AA
2902012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
291
292 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
293 function, not an obsolete variable (Bug#12046).
294
67ada220
AS
2952012-07-25 Andreas Schwab <schwab@linux-m68k.org>
296
297 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
298
f08088e3
CS
2992012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
300
301 * emacs-lisp/pp.el (pp-display-expression): Select old selected
302 window only if it is still live (Bug#12034).
303
8137e7b3
MR
3042012-07-25 Martin Rudalics <rudalics@gmx.at>
305
306 * subr.el (redirect-frame-focus): Add advertised calling
307 convention (Bug#12030).
308
09ae5da1
PE
3092012-07-25 Paul Eggert <eggert@cs.ucla.edu>
310
311 Prefer typical American spelling for "acknowledgment".
312 * vc/add-log.el (change-log-acknowledgment): Rename from
313 change-log-acknowledgement, with an alias for the old name.
314
3cc5a3a8
JB
3152012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
316
317 * calc-alg.el (math-simplify-divide): Don't cross multiply
318 in an equation when the lhs is a variable.
319
b7af7f62
JD
3202012-07-24 Julien Danjou <julien@danjou.info>
321
322 * net/netrc.el (netrc-find-service-number, netrc-store-data):
323 Remove, unused.
324
ec1b09b1
EZ
3252012-07-23 Eli Zaretskii <eliz@gnu.org>
326
327 * startup.el (command-line): Don't display an empty user name in
328 the error message about non-existent home directory, when
329 init-file-user was set to an empty string. See
330 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
331 for the details and context.
332
b525fd8a
VB
3332012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
334
335 * ses.el (ses-cell-formula-aset): New macro.
336 (ses-cell-references-aset): New macro.
337 (ses-cell-p): New function.
338 (ses-rename-cell): Do no longer rely on complex operations like
339 ses-cell-set-formula or ses-set-cell to change the cell and handle
340 the undo at the same time, but rather use lower level new macros
341 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
342 the undo directly. Refresh the mode line.
343
2c73e345
LL
3442012-07-21 Leo Liu <sdl.web@gmail.com>
345
670d85ea
SM
346 * progmodes/cc-cmds.el (c-defun-name):
347 Use match-string-no-properties instead for consistency.
2c73e345 348
542dfbde
LL
3492012-07-20 Leo Liu <sdl.web@gmail.com>
350
3646bcd6
LL
351 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
352 (Bug#7879)
353
542dfbde
LL
354 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
355
25721031
CY
3562012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
359 * progmodes/bug-reference.el, misearch.el: Provide themselves
360 (bug#11915).
361
362 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
363 of narrowed buffer (bug#11966).
364
316e68a7
VB
3652012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
366
367 * ses.el (ses-rename-cell): Set new name also in reference list of
368 cells of which the renamed cell depends.
369
bbf0e7d9
MY
3702012-07-20 Masatake YAMATO <yamato@redhat.com>
371
372 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
373 to check whether menu-bar is shown or not. If not shown,
374 show the menu-bar as a popup menu instead of using tmm.
375 * mouse.el (popup-menu): Accept `point' as `position' argument.
376
c28662a8
DG
3772012-07-20 Dmitry Gutov <dgutov@yandex.ru>
378
379 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
380 up inside string symbol literal (bug#11923).
381
87ab808f
EZ
3822012-07-20 Eli Zaretskii <eliz@gnu.org>
383
384 * startup.el (fancy-startup-text): Read the whole tutorial, not
385 just its first 256 bytes. Prevents gibberish in display of the
386 tutorial title.
387
89dea803
DA
3882012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
389
390 Drop idle buffer compaction due to an absence of the
391 proved efficiency.
392 * compact.el: Remove.
393
8a4e6db8
SS
3942012-07-19 Sam Steingold <sds@gnu.org>
395
396 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
397 vc-bzr-pull & vc-bzr-merge-branch.
398 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
399 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
400 for consistency with compilation-error-regexp-alist.
401 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
402 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
403 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
404 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
405
5db81e33
SM
4062012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * emacs-lisp/chart.el: Use lexical-binding.
409 (chart-emacs-storage): Don't hardcode the list of entries.
410
5b835e1d
DA
4112012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
412
413 Next round of tweaks caused by Fgarbage_collect changes.
414 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
415
9cd47b72
DA
4162012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
417
418 Compact buffers when idle.
419 * compact.el: New file.
420
1d6fc0df
SM
4212012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * subr.el (eventp): Presume that if it looks vaguely like an event,
424 it's an event (bug#10190).
425
1d29cc7d
FEG
4262012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
427
428 Enhancements to ppss related code (thanks Stefan).
429 * progmodes/python.el (python-indent-context)
430 (python-indent-calculate-indentation, python-indent-dedent-line)
431 (python-indent-electric-colon, python-nav-forward-block)
432 (python-mode-abbrev-table)
1d6fc0df 433 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
434 for ppss context.
435 (python-info-continuation-line-p): Cleanup.
436 (python-info-ppss-context): Do not catch 'quote.
437 (python-info-ppss-context-type)
438 (python-info-ppss-comment-or-string-p): Simplify.
439
d583cbe6
FEG
4402012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
441
442 * progmodes/python.el: Enhancements to eldoc support.
443 (python-info-current-symbol): New function.
444 (python-eldoc-at-point): Use python-info-current-symbol.
445 (python-info-current-defun): Fix cornercase on first defun scan.
446 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
447 and signal error when no inferior python process is available.
448
eceb6feb
DG
4492012-07-18 Dmitry Gutov <dgutov@yandex.ru>
450
451 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
452 assume it's always t.
453 (vc-git-registered): Remove caching, the function is only called
454 once.
455 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
456
4c8ff0fe
CY
4572012-07-18 Chong Yidong <cyd@gnu.org>
458
19fb7186
CY
459 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
460
9587c688
CY
461 * simple.el (count-words): Report on narrowing (Bug#9959).
462
0fe776a1
CY
463 * bindings.el: Bind M-= to count-words.
464
4c8ff0fe
CY
465 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
466
7f5331cc
MY
4672012-07-18 Masatake YAMATO <yamato@redhat.com>
468
469 * progmodes/sh-script.el (sh-imenu-generic-expression):
470 Capture a function with `function' keyword and without parentheses
471 like "function FOO" (bug#11856).
472
2dc2a609
TH
4732012-07-18 Tassilo Horn <tassilo@member.fsf.org>
474
475 * window.el (split-window-sensibly): Make WINDOW argument
476 optional.
477
439f7677
CY
4782012-07-18 Chong Yidong <cyd@gnu.org>
479
9aeb25a6
CY
480 * subr.el (keyboard-translate): Doc fix (Bug#7261).
481
439f7677
CY
482 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
483 and make C-x 8 RET exit isearch (Bug#11439).
484
485 * international/iso-transl.el: Move isearch-mode-map key
486 definitions to isearch.el.
487
12999ea8
SM
4882012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
491 (eieio-defclass): Use gv-define-setter when possible.
492
3ab6e069
DA
4932012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
494
495 Reflect recent changes in Fgarbage_collect.
496 * emacs-lisp/chart.el (chart-emacs-storage): Change to
497 reflect new format of data returned by Fgarbage_collect.
498
0a60bc10
FEG
4992012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
500
501 New utility functions + python-info-ppss-context fix (Bug#11910).
502 * progmodes/python.el (python-info-beginning-of-block-statement-p)
503 (python-info-ppss-comment-or-string-p): New functions.
504 (python-info-ppss-context): Small fix for string check.
505
6dafa0d5
JL
5062012-07-17 Juri Linkov <juri@jurta.org>
507
508 * dired-aux.el (dired-do-async-shell-command): Doc fix.
509 (dired-do-async-shell-command): Don't add `*' at the end of the
510 command (Bug#11815).
511 (dired-do-shell-command): Doc fix.
512 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
513 Join the individual commands using either "&" or ";" as the
514 separator depending on the values of these trailing characters.
515 At the end re-add the trailing "&". (Bug#10598)
516
517 * simple.el (async-shell-command): Sync the interactive spec with
518 `shell-command'. Doc fix.
519 (shell-command): Doc fix.
520
b19dd9d1
JL
5212012-07-17 Juri Linkov <juri@jurta.org>
522
523 * descr-text.el (describe-char): Fix format args. (Bug#10129)
524
bcdc27d7 5252012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 526
bcdc27d7 527 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
528 * progmodes/python.el (python-nav-beginning-of-statement):
529 Rename from python-nav-statement-start.
bcdc27d7
FEG
530 (python-nav-end-of-statement): Rename from
531 python-nav-statement-end.
532 (python-nav-beginning-of-block): Rename from
533 python-nav-block-start.
534 (python-nav-end-of-block): Rename from python-nav-block-end.
535
191da00e
FEG
5362012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
537
7f5331cc
MY
538 * progmodes/python.el (python-shell-send-string-no-output):
539 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
540 future interactions (Bug#11868).
541
4dc7c8d5 5422012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 543
88ecaf8f
SM
544 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
545
ef501ef0
SM
546 * emacs-lisp/elint.el (elint-find-args-in-code):
547 Use help-function-arglist, so as to handle lexical byte-code.
548
aa7aaf8f
SM
549 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
550 change (bug#11826).
551
45fd731c
SM
5522012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
553
2143fa32
SM
554 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
555 Avoid spuriously marking the buffer as modified because of c-is-sws.
556
efc26dbe
SM
557 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
558 as not-a-comment (bug#11946).
559
f5695c9a
SM
560 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
561 for uninterned vars.
562
563 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
564 Use read-event since we don't really want to read chars but bytes.
565
45fd731c
SM
566 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
567 $$..$$ but also $..$ using regexps (bug#11953).
568 Use tex-verbatim for \url and \path.
569 (tex-font-lock-keywords): Define as defconst like the others.
570 (tex-common-initialization): Don't use font-lock-syntax-table any more.
571
ddfc8813
RK
5722012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
573
574 * international/mule-cmds.el (ucs-insert): Make it an obsolete
575 alias for insert-char.
576
758e556a
FEG
5772012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
578
579 * progmodes/python.el: Simplified imenu implementation.
580 (python-nav-jump-to-defun): Remove command.
581 (python-mode-map): Use `imenu' instead.
582 (python-nav-list-defun-positions-cache)
583 (python-imenu-include-defun-type, python-imenu-make-tree)
584 (python-imenu-subtree-root-label, python-imenu-index-alist):
585 Remove vars.
586 (python-nav-list-defun-positions, python-nav-read-defun)
587 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
588 (python-imenu-make-tree, python-imenu-create-index):
589 Remove functions.
758e556a
FEG
590 (python-mode): Update to interact with imenu by setting
591 `imenu-extract-index-name-function' only.
592
032d23ab
FEG
5932012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
594
595 * progmodes/python.el: Enhancements to navigation commands.
596 (python-nav-backward-sentence)
597 (python-nav-forward-sentence): Remove.
598 (python-nav-backward-statement, python-nav-forward-statement)
599 (python-nav-statement-start, python-nav-statement-end)
600 (python-nav-backward-block, python-nav-forward-block)
601 (python-nav-block-start, python-nav-block-end)
602 (python-nav-forward-sexp-function)
603 (python-info-current-line-comment-p)
604 (python-info-current-line-empty-p): New functions.
605 (python-indent-context): Use `python-nav-statement-start'.
606
01795a1b
MA
6072012-07-16 Michael Albinus <michael.albinus@gmx.de>
608
9328d9aa
MA
609 * eshell/em-ls.el (eshell/ls): Use `apply'.
610
611 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
612 multi-hops, instead of Tramp internals.
613
01795a1b
MA
614 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
615
616 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
617 when F1 and F2 are located on different hosts.
618
63408057
CY
6192012-07-14 Chong Yidong <cyd@gnu.org>
620
621 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
622 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
623 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
624 (xterm-mouse--read-event-sequence-1000)
625 (xterm-mouse--read-event-sequence-1006): New functions. For old
626 mouse protocol, handle M-mouse-X events correctly.
627 (xterm-mouse-event): New arg specifying mouse protocol.
628 (turn-on-xterm-mouse-tracking-on-terminal)
629 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
630 sequence to toggle extended coordinates on newer XTerms.
631 This appears to be harmless on terminals which do not support this.
63408057 632
cd276f6e
LL
6332012-07-14 Leo Liu <sdl.web@gmail.com>
634
28ca98ac
LL
635 Add fringe bitmap indicators for flymake. (Bug#11253)
636 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
637 (flymake-make-overlay): New arg BITMAP.
638 (flymake-error-bitmap, flymake-warning-bitmap)
639 (flymake-fringe-indicator-position): New user variables.
640
cd276f6e
LL
641 * fringe.el: New bitmap exclamation-mark.
642
04408072
JD
6432012-07-14 Jan Djärv <jan.h.d@swipnet.se>
644
645 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
646 also (Bug#7879).
647
b5cf7fc4
CY
6482012-07-14 Chong Yidong <cyd@gnu.org>
649
650 * electric.el (electric-pair-post-self-insert-function): Fix pair
651 insertion in empty-region case (Bug#11520).
652
be755c79
RT
6532012-07-14 Chong Yidong <cyd@gnu.org>
654
45fd731c
SM
655 * bindings.el: Consolidate ctl-x-r-map bindings.
656 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
657
658 * rect.el, register.el: Move bindings to bindings.el.
659
6602012-07-14 Reuben Thomas <rrt@sc3d.org>
661
662 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
663
7f5b3198
AS
6642012-07-13 Andreas Schwab <schwab@linux-m68k.org>
665
666 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
667
97662200
JB
6682012-07-13 Juanma Barranquero <lekktu@gmail.com>
669
80185fed
JB
670 * bindings.el (top): Use `mapc' instead of `mapcar'.
671
97662200
JB
672 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
673
2bb1ae55
MA
6742012-07-13 Michael Albinus <michael.albinus@gmx.de>
675
676 * progmodes/sql.el (sql-comint): Suppress the check for program on
677 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
678 (Bug#11908)
679
dea31bd3
CY
6802012-07-13 Chong Yidong <cyd@gnu.org>
681
682 * bindings.el: Assign a non-nil permanent-local property to
683 per-buffer variables which lack a default value (Bug#11930).
684
685 * help-fns.el (describe-variable): In the "automatically becomes
686 local" notice, take note of permanent-local variables.
687
b68b3337
CY
6882012-07-13 Chong Yidong <cyd@gnu.org>
689
690 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
691 to allow printing the message when called from Lisp.
692
693 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
694 Remove toggle-read-only.
695
696 * bs.el (bs-toggle-readonly):
45fd731c
SM
697 * buff-menu.el (Buffer-menu-toggle-read-only):
698 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
699
700 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
701 Remove with-no-warnings around toggle-read-only.
702 (ffap-read-only, ffap-read-only-other-window)
703 (ffap-read-only-other-frame): Callers changed.
704
705 * help-mode.el: Don't require view package.
706 (help-mode-finish): Set buffer-read-only instead of calling
707 toggle-read-only.
708
709 * bindings.el (mode-line-toggle-read-only):
710 * dired.el (dired-toggle-read-only):
711 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
712 with non-nil second arg.
713
714 * emacs-lisp/eieio-custom.el (eieio-customize-object):
715 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
716 directly.
717
56bc1586
EZ
7182012-07-12 Eli Zaretskii <eliz@gnu.org>
719
720 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
721 not incf.
722
a464a6c7
SM
7232012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 More CL cleanups and reduction of use of cl.el.
726 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
727 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
728 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
729 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
730 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
731 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
732 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
733 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
734 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
735 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
736 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
737 * eshell/em-cmpl.el, eshell/em-banner.el:
738 * calendar/parse-time.el: Use cl-lib.
739 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
740 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
741 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
742 * term/ns-win.el, term.el, shell.el, ps-samp.el:
743 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
744 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
745 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
746 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
747 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
748 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
749 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
750 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
751 `lambda' rather than with `quote'.
752 (eshell-do-opt): Adjust accordingly.
753 (eshell-process-option): Simplify.
754 * eshell/esh-var.el:
755 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
756 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
757 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
758 to `pcase--dontcare'.
759 * emacs-lisp/cl.el (labels): Mark obsolete.
760 (cl--letf, letf): Move to cl-lib.
761 (cl--letf*, letf*): Remove.
762 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
763 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
764 (cl-progv): Rewrite.
765 (cl--letf, cl-letf): Move from cl.el.
766 (cl-letf*): New macro.
767 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
768
7ad4afe1
MA
7692012-07-11 Michael Albinus <michael.albinus@gmx.de>
770
771 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
772
9af57756
CY
7732012-07-11 Chong Yidong <cyd@gnu.org>
774
775 * vc/log-edit.el (log-edit-vc-backend): New variable.
776 (log-edit): Doc fix.
777
778 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
779 argument of log-edit to set up all local variables.
780 (vc-start-logentry): New optional arg specifying VC backend.
781
782 * vc/vc.el (vc-checkin): Use it.
783 (vc-deduce-fileset): Handle Log Edit buffers.
784 (vc-diff): Make first argument optional too.
785
786 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
787
8477cc7a
MA
7882012-07-10 Michael Albinus <michael.albinus@gmx.de>
789
790 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
791 command, just in case. The function is not needed anymore.
792 (eshell-external-command): Do not call `eshell-remote-command'.
793
19faa8e8
SM
7942012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
795
f58e0fd5
SM
796 Reduce use of (require 'cl).
797 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
798 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
799 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
800 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
801 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
802 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
803 * battery.el, avoid.el, abbrev.el: Use cl-lib.
804 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
805 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
806 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
807 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
808 * calculator.el, autorevert.el, apropos.el: Don't require CL.
809 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
810 (byte-compile-unfold-bcf, byte-compile-check-variable):
811 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
812 (byte-compile-nilconstp):
813 * emacs-lisp/autoload.el (make-autoload): Use pcase.
814 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
815
2519d43a
SM
816 * emacs-lisp/gv.el (cond): Make it a valid place.
817 (if): Simplify slightly.
818
19faa8e8
SM
819 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
820 (pcase--self-quoting-p): New function.
821 (pcase--u1): Use it.
822
c4907a5e
GM
8232012-07-10 Glenn Morris <rgm@gnu.org>
824
825 * emacs-lisp/authors.el (authors-fixed-entries):
826 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
827
c4444d16
PE
8282012-07-09 Paul Eggert <eggert@cs.ucla.edu>
829
830 Rename configure.in to configure.ac (Bug#11603).
831 * emacs-lisp/authors.el (authors-canonical-file-name):
832 * progmodes/autoconf.el (autoconf-mode):
833 Prefer configure.ac to configure.in.
834
d75be97d
CY
8352012-07-08 Chong Yidong <cyd@gnu.org>
836
01ac65bd
CY
837 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
838 Implement the mouse-1-click-follows-link handling properly.
839
840 * info.el (Info-link-keymap): Use follow-link mechanism for
841 header-line links (Bug#374).
842
d75be97d
CY
843 * simple.el (deactivate-mark): Do not set the primary selection
844 if another program has acquired it (Bug#11772).
845
87a92845 8462012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
847
848 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
849 (woman-decode-region): Replace escaped-escapes without destroying
850 bold or underline (Bug#11552).
87a92845 851 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 852
621b9d6c
CY
8532012-07-07 Chong Yidong <cyd@gnu.org>
854
855 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
856 (interprogram-cut-function, interprogram-paste-function):
857 Mention that we typically mean the clipboard.
621b9d6c 858
133a11fc
GM
8592012-07-06 Glenn Morris <rgm@gnu.org>
860
0d27a45e
GM
861 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
862
133a11fc
GM
863 * files.el (toggle-read-only): Restrict message to interactive use.
864
07b151f1
MA
8652012-07-06 Michael Albinus <michael.albinus@gmx.de>
866
867 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
868
869 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
870
211b896b
GM
8712012-07-06 Glenn Morris <rgm@gnu.org>
872
50394322
GM
873 * Makefile.in (compile-one-process): Rename from "recompile".
874
211b896b
GM
875 * Makefile.in (bzr-update): "compile" is the same as "recompile
876 autoloads", but parallelizable, so use that instead.
877
4737eec9
DG
8782012-07-06 Dmitry Gutov <dgutov@yandex.ru>
879
880 * window.el (quit-window): Always restore window height when
8137e7b3 881 it's saved in quit-restore parameter (Bug#11810).
4737eec9 882
226c3633 8832012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
884
885 * simple.el (kill-whole-line): Doc tweak.
886
226c3633 8872012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
888
889 * files.el (file-relative-name): Compare file names
890 case-insensitively if on MS-Windows or MS-DOS, or if
891 read-file-name-completion-ignore-case is non-nil. Don't use
892 case-fold-search for this purpose. (Bug#11827)
893
4dc7c8d5
SM
8942012-07-17 Andreas Schwab <schwab@linux-m68k.org>
895
896 * calendar/cal-dst.el (calendar-current-time-zone):
897 Return calendar-current-time-zone-cache if non-nil.
898
8992012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 9002012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 901
19faa8e8
SM
902 * calendar/cal-dst.el (calendar-current-time-zone):
903 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 904
60198fc9
GM
9052012-07-06 Glenn Morris <rgm@gnu.org>
906
907 * Makefile.in (cvs-update): Remove old alias.
908
957b3189
MA
9092012-07-05 Michael Albinus <michael.albinus@gmx.de>
910
911 Sync with Tramp 2.2.6-pre.
912
913 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
914 compatible declaration.
915
19faa8e8
SM
916 * net/tramp-cmds.el (tramp-append-tramp-buffers):
917 Protect `list-load-path-shadows' call.
957b3189
MA
918
919 * net/tramp-compat.el (top): Require packages, which aren't
920 autoloaded anymore for XEmacs. Protect call of
921 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
922 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
923 it hurts at least for SXEmacs.
924 (tramp-compat-temporary-file-directory): In XEmacs, there is no
925 standard-value for `temporary-file-directory'.
926
927 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
928 Redirect stderr to /dev/null.
929 (tramp-sh-handle-write-region): uid and gid can be floats.
930 Reported by Russell Sim <russell.sim@gmail.com>.
931 (tramp-sh-handle-vc-registered): Hide errors.
932 (tramp-vc-file-name-handler): Use dummy results for `process-file'
933 and `start-file-process'.
934 (tramp-maybe-open-connection): Check also whether `non-essential'
935 is bound.
936
566df3fc
CY
9372012-07-04 Chong Yidong <cyd@gnu.org>
938
939 * xml.el (xml--parse-buffer): Use xml-syntax-table.
940 (xml-parse-tag): Likewise, and avoid changing entity tables.
941 (xml-syntax-table): Define from scratch, making sure not to give
942 x2000 and other Unicode spaces whitespace syntax, since those are
943 not spaces in XML.
944 (xml-parse-fragment): Delete unused function.
945 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
946 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
947 (xml-entity-ref, xml-pe-reference-re)
948 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
949 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
950 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
951 (xml-entity-value-re): Use syntax references in regexps where
952 possible; no need to define inside a let-binding.
953 (xml-parse-dtd): Use xml-pe-reference-re.
954 (xml-entity-or-char-ref-re): New defconst.
955 (xml-parse-string, xml-substitute-special): Use it.
956
30eabd7a
SM
9572012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
958
0781098a
SM
959 * files.el (locate-dominating-file): Allow `name' to be a predicate.
960 (find-file--read-only): New function.
961 (find-file-read-only, find-file-read-only-other-window)
962 (find-file-read-only-other-frame): Use it.
963 (insert-file-contents-literally): Don't `fset'.
964 (get-free-disk-space): Use locate-dominating-file.
965
b5771c0d
SM
966 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
967 function is already compiled.
968
30eabd7a
SM
969 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
970
b4886f6e
MA
9712012-07-03 Michael Albinus <michael.albinus@gmx.de>
972
973 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
974 files on the same host.
975
b9d82339
AS
9762012-07-03 Andreas Schwab <schwab@linux-m68k.org>
977
978 * help-fns.el (describe-function-1): Only call
979 help-fns--autoloaded-p when we have a file name. (Bug#11848)
980
a76e6535
CY
9812012-07-03 Chong Yidong <cyd@gnu.org>
982
983 * xml.el: Protect parser against XML bombs.
984 (xml-entity-expansion-limit): New variable.
985 (xml-parse-string, xml-substitute-special): Use it.
986 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
987
b544fef2
GM
9882012-07-03 Glenn Morris <rgm@gnu.org>
989
990 * progmodes/bug-reference.el (bug-reference-bug-regexp):
991 Allow linking to specific messages in debbugs reports (eg 123#5).
992
a7aef6f5
CY
9932012-07-02 Chong Yidong <cyd@gnu.org>
994
995 * xml.el: Fix entity and character reference expansion, allowing
996 them to expand into markup as per XML spec.
997 (xml-default-ns): New variable.
998 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
999 (xml-parse-region): Make first two arguments optional.
1000 Discard text properties.
1001 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1002 All callers changed.
a7aef6f5
CY
1003 (xml-parse-tag): Call xml-parse-tag-1. For backward
1004 compatibility, this function should not modify buffer contents.
1005 (xml-parse-tag-1): Fix opening-tag regexp.
1006 (xml-parse-string): Rewrite, handling entity and character
1007 references properly.
1008 (xml--entity-replacement-text): Signal an error if a parameter
1009 entity is undefined.
1010
3df31c9f
SM
10112012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1012
2b5208f1
SM
1013 * comint.el (comint-output-filter): Filter out repeated prompts.
1014
3df31c9f
SM
1015 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1016 and file-name-absolute-p.
1017 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1018 internal calls.
1019
e3ac1281
PE
10202012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 Spelling fixes.
1023 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1024 Rename from byte-compile--refiy-function. All uses changed.
1025
fbf2e7ad
CY
10262012-07-01 Chong Yidong <cyd@gnu.org>
1027
1028 * xml.el (xml--parse-buffer): New function. Move most of
1029 xml-parse-region here.
1030 (xml-parse-region): Copy region into a temporary buffer, since
1031 parameter entity substitution requires changing buffer contents.
1032 Use xml--parse-buffer.
1033 (xml-parse-file): Use xml--parse-buffer.
1034 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1035 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1036
9bf0aa15
GM
10372012-06-30 Glenn Morris <rgm@gnu.org>
1038
bbce2853
GM
1039 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1040
9bf0aa15
GM
1041 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1042 Remove outdated and unnecessary dbus declarations.
1043
0d23c240
EZ
10442012-06-30 Eli Zaretskii <eliz@gnu.org>
1045
1046 * emacs-lisp/timer.el (timer-until): Subtract results of
1047 float-time, instead of taking float-time of the result of
1048 time-subtract, since float-time signals an error for negative time
1049 arguments.
1050
b3218de1
CY
10512012-06-30 Chong Yidong <cyd@gnu.org>
1052
1053 * xml.el (xml-*-re): Convert defvars into defconsts, and
1054 eval-and-compile them so eval-and-compile works on derivatives.
1055 (xml--entity-replacement-text): Use eval-and-comple.
1056
a40c87a0
MA
10572012-06-30 Michael Albinus <michael.albinus@gmx.de>
1058
1059 * vc/vc-git.el (vc-git-registered): Use cache property
1060 `git-registered'.
1061 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1062 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1063 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1064
ac87de97
DG
10652012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1066
1067 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1068 removed (likely outside Emacs). (Bug#11757)
ac87de97 1069
ac10fe06
SM
10702012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1071
3df31c9f 1072 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1073
7f3fbd5d
CY
10742012-06-30 Chong Yidong <cyd@gnu.org>
1075
1076 * xml.el: Implement XML parameter entities.
1077 (xml-parameter-entity-alist): New variable.
1078 (xml-parse-region, xml-parse-fragment): Preserve previous values
1079 of xml-entity-alist and xml-parameter-entity-alist, so that
1080 repeated calls on different documents do not change them.
1081 (xml-parse-tag): Fix doctype regexp.
1082 (xml--entity-replacement-text): New function.
1083 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1084 properly requires url retrieval which is unimplemented.
1085 (xml-escape-string): Doc fix.
1086
3cfbebba
SM
10872012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1090
2af3565e
DA
10912012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1092
1093 * fringe.el (fringe-mode): Doc fix.
1094
929df0e7
MA
10952012-06-29 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1098 is non-nil.
1099 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1100 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1101
c8d3a25c 11022012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1103
c8d3a25c
GM
1104 * calendar/cal-dst.el (calendar-current-time-zone):
1105 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1106
c8d3a25c 11072012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1108
1109 * progmodes/which-func.el (which-func-format):
1110 Add mouse-face. (Bug#11698)
1111
c8d3a25c
GM
11122012-06-29 Leo Liu <sdl.web@gmail.com>
1113
1114 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1115
11162012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * minibuffer.el (minibuffer-confirm-exit-commands):
1119 Add completion-at-point (bug#11725).
1120
11212012-06-29 Glenn Morris <rgm@gnu.org>
1122
1123 * progmodes/f90.el (f90-font-lock-keywords-2):
1124 Add some preprocessor elements. (Bug#10499)
1125
11262012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1129 Use syntax-propertize (bug#11739).
1130
2badeec4
JB
11312012-06-28 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1134
ae4969c2
JD
11352012-06-28 Julien Danjou <julien@danjou.info>
1136
1137 * term.el (term-handle-colors-array): Use a set of new faces to
1138 color the terminal. Also uses :inverse-video property.
1139 (term-default-fg-color): Set to nil by default, deprecate in favor
1140 of `term-face'.
1141 (term-default-bg-color): Set to nil by default, deprecate in favor
1142 of `term-face'.
1143 (term-current-face): Use `term-face' by default.
1144 (term-bold-attribute): Variable deleted.
1145
1c9bd870
GM
11462012-06-28 Glenn Morris <rgm@gnu.org>
1147
1148 * simple.el (completion-list-mode-finish):
1149 Don't use toggle-read-only. (Since completion-list-mode has
1150 a special mode-class, it wasn't doing anything extra anyway.)
1151
c207708c
SM
11522012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 Make inlining of other-mode interpreted functions work (bug#11799).
1155 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1156 (byte-compile): Use it to fix compilation of lexical-binding closures.
1157 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1158 function, if needed.
1159
3fd56834
SM
11602012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1161
04901786
SM
1162 * help-mode.el (help-make-xrefs): Don't just withstand
1163 cyclic-variable-indirection but any error in documentation-property.
1164
1ec4b7b2
SM
1165 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1166 memory use.
1167 * bindings.el (bindings--define-key): New function.
1168 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1169 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1170 * bindings.el: Use it to purecopy define-key bindings.
1171
e309e2a5
SM
1172 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1173
d5c6faf9
SM
1174 * emacs-lisp/cl.el (flet): Mark obsolete.
1175 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1176 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1177 * progmodes/js.el (js-c-fill-paragraph):
1178 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1179 (ebrowse-switch-member-buffer-to-derived-class):
1180 * play/5x5.el (5x5-solver): Use cl-flet.
1181
6e9590e2
SM
1182 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1183 (cl--symbol-function): New macro.
1184 (cl--letf, cl--letf*): Use it.
1185
3fd56834
SM
1186 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1187 Strip "toggle-" if any.
1188
35ff222c
GM
11892012-06-27 Glenn Morris <rgm@gnu.org>
1190
1ba6038a
GM
1191 * info.el (Info-default-directory-list): Move here from paths.el.
1192 * paths.el: Remove file, which is now empty.
1193 * loadup.el: No longer load "paths".
1194
0ea0e51b
GM
1195 * custom.el (custom-initialize-delay): Doc fix.
1196
35ff222c
GM
1197 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1198 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1199 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1200 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1201 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1202 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1203 * eshell/eshell.el (eshell-defgroup): Remove alias.
1204
c89926a5
CY
12052012-06-27 Chong Yidong <cyd@gnu.org>
1206
1207 * help.el (help-enable-auto-load): New variable.
1208
1209 * help-fns.el (help-fns--autoloaded-p): New function.
1210 (describe-function-1): Refer to a function as "autoloaded" if it
1211 was autoloaded at any time in the past. Perform autoloading if
1212 help-enable-auto-load is non-nil.
1213
cc06e7e7
EZ
12142012-06-26 Eli Zaretskii <eliz@gnu.org>
1215
1216 * makefile.w32-in (compile, compile-always): Depend on
1217 update-subdirs, not on subdirs.el. Otherwise, several different
1218 sub-targets of 'bootstrap' running in parallel could
1219 simultaneously write to subdirs.el, producing a garbled file.
1220
d2c32364
SS
12212012-06-26 Sam Steingold <sds@gnu.org>
1222
1223 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1224 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1225 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1226 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1227 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1228 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1229 * textmodes/tex-mode.el: Use it.
1230 Did not touch cedet and org because they are maintained elsewhere.
1231
5cf983b2
MR
12322012-06-26 Martin Rudalics <rudalics@gmx.at>
1233
1234 * calendar/calendar.el (calendar-exit): Don't try to delete or
1235 iconify last frame. See:
1236 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1237
8c4f2952
JD
12382012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1239
1240 * server.el (server-process-filter): Remember dir in the
1241 process's `server-client-directory' properties.
1242
772b2e2c
CY
12432012-06-24 Chong Yidong <cyd@gnu.org>
1244
1245 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1246 non-tag text.
1247
711b11e1
JB
12482012-06-23 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1251
dc5d230c
SM
12522012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * help-fns.el (describe-variable): Don't croak when doc is not found.
1255 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1256 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1257 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1258 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1259 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1260 ((lambda ..) ..).
1261 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1262
136e1c1d
CY
12632012-06-23 Chong Yidong <cyd@gnu.org>
1264
e8c1cabf
CY
1265 * info.el (Info-mouse-follow-link): Accept symbol values of
1266 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1267 (Info-fontify-node): Use Info-link-keymap for all navigation
1268 buttons, with link-args property to perform the desired action.
1269 (Info-link-keymap): Doc fix.
1270 (Info-next-link-keymap, Info-prev-link-keymap)
1271 (Info-up-link-keymap): Delete now-unused keymaps.
1272
0e9e6c6a
CY
12732012-06-23 Chong Yidong <cyd@gnu.org>
1274
05e89fea
CY
1275 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1276
0e9e6c6a
CY
1277 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1278 system abbrevs.
1279
1280 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1281
e33c6771
SM
12822012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1283
b68581e2
SM
1284 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1285 (bug#11719).
1286
e33c6771
SM
1287 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1288 the requote function doesn't work properly (bug#11714).
1289
7117e105
GM
12902012-06-23 Glenn Morris <rgm@gnu.org>
1291
1292 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1293
36cec983
SM
12942012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 Further GV/CL cleanups.
1297 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1298 gv-expander.
1299 (gv--defun-declaration): New function.
1300 (defun-declarations-alist): Use it.
1301 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1302 (gv-place): Autoload.
1303 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1304 original definition of dotimes and dolist.
1305 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1306 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1307 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1308 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1309 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1310 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1311 to the function's definition.
1312 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1313 * window.el:
1314 * files.el:
1315 * faces.el:
1316 * env.el: Don't use CL.
1317
d35af63c
PE
13182012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1319
1320 Support higher-resolution time stamps (Bug#9000).
1321
1322 * calendar/time-date.el (with-decoded-time-value): New arg
1323 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1324 (encode-time-value): New optional arg PICO. New type 3.
1325 (time-to-seconds) [!float-time]: Support the new picoseconds
1326 component if it's used.
1327 (seconds-to-time, time-subtract, time-add):
1328 Support ps-resolution time stamps as well.
1329
1330 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1331 (timerp): Timer vectors now have length 9, not 8.
1332 (timer--time): Support new-style (4-part) time stamps.
1333 (timer-next-integral-multiple-of-time): Time stamps now have
1334 picosecond resolution, so take a bit more care about rounding.
1335 (timer-relative-time, timer-inc-time): New optional arg psecs.
1336 (timer-set-time-with-usecs): Set psecs to 0.
1337 (timer--activate): Check psecs component, too.
1338
1339 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1340
ac77b21a
SM
13412012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1342
f143bfe3
SM
1343 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1344 Move the non-essential binding to the post/pre-command-hook where it is
1345 more obviously correct.
1346
ac77b21a
SM
1347 * subr.el (read-passwd): Don't use a history at all.
1348 * savehist.el (savehist-save): Remove password saved accidentally
1349 because of the above bug.
1350
76386c5a
BG
13512012-06-22 Bastien Guerry <bzg@gnu.org>
1352
1353 * files.el (toggle-read-only): Display a message telling whether
1354 the buffer is read-only or not (bug#11726).
1355
2ee3d7f0
SM
13562012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * emacs-lisp/gv.el: New file.
1359 * subr.el (push, pop): Extend to generalized variables.
1360 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1361 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1362 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1363 gv-define-simple-setter, and gv-define-expander.
1364 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1365 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1366 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1367 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1368 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1369 gv-letplace.
1370 (cl-defstruct): Don't define setf-method any more.
1371 * emacs-lisp/cl.el (flet): Don't autoload.
1372 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1373 (define-setf-expander, defsetf, define-modify-macro)
1374 (cl-struct-setf-expander): Move from cl-lib.el.
1375 * emacs-lisp/syntax.el:
1376 * emacs-lisp/ewoc.el:
1377 * emacs-lisp/smie.el:
1378 * emacs-lisp/cconv.el:
1379 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1380 (timer--time): Use gv-define-simple-setter.
1381 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1382 to avoid coding-system problems in subr.el. Adjust all users.
1383 (macroexp--maxsize, macroexp-small-p): New functions.
1384 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1385 * scroll-bar.el (scroll-bar-mode):
1386 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1387 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1388 * winner.el (winner-configuration, winner-make-point-alist)
1389 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1390 * files.el (locate-file-completion-table): Avoid list*.
1391
c5695d1d
CY
13922012-06-22 Chong Yidong <cyd@gnu.org>
1393
1394 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1395 (dired-create-files): Doc fix (Bug#11329).
1396 (dired-do-copy): Doc fix (Bug#11334).
1397 (dired-mark-read-string): Doc fix (Bug#11553).
1398
2ee3d7f0
SM
1399 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1400 Doc fix (Bug#11326).
c5695d1d
CY
1401 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1402 (dired-dwim-target): Doc fix.
1403
1404 * wdired.el (wdired-mode): Doc fix.
1405
89b5595a
GM
14062012-06-22 Glenn Morris <rgm@gnu.org>
1407
575db3f1
GM
1408 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1409 (pcmpl-rpm-cache-stamp-file): New constant.
1410 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1411 (pcmpl-rpm-packages): Optionally cache list of packages.
1412
a4c8dd51
GM
1413 * pcmpl-rpm.el (pcmpl-rpm): New group.
1414 (pcmpl-rpm-query-options): New option.
1415 (pcmpl-rpm-packages): No need to inline it.
1416 Use pcmpl-rpm-query-options.
1417
89b5595a
GM
1418 * calendar/calendar.el (calendar-in-read-only-buffer):
1419 Avoid some needless mode changes.
1420
e76f0800
CY
14212012-06-21 Chong Yidong <cyd@gnu.org>
1422
1423 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1424 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1425 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1426
297a8f1d
CY
14272012-06-20 Chong Yidong <cyd@gnu.org>
1428
1429 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1430
d34c18b1
DR
14312012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1432
1433 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1434 (bug#11201).
1435
32f7f28e
CY
14362012-06-20 Chong Yidong <cyd@gnu.org>
1437
1438 * term.el (term-window-width): Handle the case of a missing right
1439 fringe (Bug#8837).
1440 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1441 (term-mode): Use define-derived-mode. Minor cleanups.
1442 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1443 (term-move-columns, term-insert-char, term-emulate-terminal)
1444 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1445
493c6688
MA
14462012-06-20 Michael Albinus <michael.albinus@gmx.de>
1447
d34c18b1
DR
1448 * net/ange-ftp.el (ange-ftp-get-passwd):
1449 Bind `enable-recursive-minibuffers'.
493c6688
MA
1450 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1451
3f06ecf4
DR
14522012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1453
1454 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1455
68f12411
GM
14562012-06-19 Glenn Morris <rgm@gnu.org>
1457
1458 * progmodes/python.el (python-mode): Derive from prog-mode.
1459
b3820318
KG
14602012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1461
1462 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1463 (edt-user-menu-bar-update-buffers): New functions.
1464 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1465
c6bf3022
CY
14662012-06-19 Chong Yidong <cyd@gnu.org>
1467
1468 * subr.el (with-selected-window): Preserve the selected window's
1469 terminal's top-frame (Bug#4702).
1470
1471 * window.el (save-selected-window): Likewise.
1472
25f09295
SM
14732012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * progmodes/python.el (python-rx-constituents): Move backquote.
1476 (python-skeleton-define, python-define-auxiliary-skeleton):
1477 Use `declare'.
1478
6b11952a
MA
14792012-06-18 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * minibuffer.el (read-file-name-default): Revert the patch from
1482 2012-06-17.
1483
ee4b1330
SM
14842012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1487 (pcase--u1, pcase--q1): Don't use apply-partially.
1488
35647f79
GM
14892012-06-18 Glenn Morris <rgm@gnu.org>
1490
1491 * progmodes/python.el (python-proc, python-buffer)
1492 (python-send-receive, python-send-string): Fix obsolete versions.
1493
24b0cff0
MR
14942012-06-18 Martin Rudalics <rudalics@gmx.at>
1495
1496 * window.el (special-display-p): Completely remove stringp
1497 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1498
29855149
MA
14992012-06-17 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1502
1503 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1504
1505 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1506 * net/tramp-sh.el (tramp-maybe-open-connection):
1507 Throw if `non-essential' is non-nil.
1508
07463363
MR
15092012-06-17 Martin Rudalics <rudalics@gmx.at>
1510
1511 * window.el (special-display-p): Signal an error if BUFFER-NAME
1512 is not a string (Bug#11713).
1513
48d1354e
PE
15142012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1515
1516 * progmodes/python.el (python-info-beginning-of-backslash):
1517 Rename from python-info-beginning-of-backlash, as a spelling fix.
1518
eb4a8a9a
CY
15192012-06-17 Chong Yidong <cyd@gnu.org>
1520
1521 * term.el (term-emulate-terminal): If term-check-size is called,
1522 move point to the process mark without resetting point (Bug#4635).
1523
ddfbf826 15242012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1525
1526 * international/mule-cmds.el (mule-menu-keymap)
1527 (set-language-environment, set-locale-environment): Doc tweaks.
1528
9b0e3eba
AA
15292012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1530
1531 * cus-face.el (custom-face-attributes): Add wave-style underline
1532 attribute.
1533 * faces.el (set-face-attribute): Update docstring to describe
1534 wave-style underline attribute.
1535
771e3eae
CY
15362012-06-16 Chong Yidong <cyd@gnu.org>
1537
1538 * term/xterm.el (terminal-init-xterm): Discard input before
1539 querying background mode (Bug#10959).
1540
7ae2ea10
SM
15412012-06-16 Stefan Merten <smerten@oekonux.de>
1542
1543 * textmodes/rst.el: Added and corrected some comments.
1544 (rst-re-alist-def): Improve symbol syntax.
1545 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1546 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1547 (rst-official-version, rst-official-cvs-rev): Update version
1548 information.
7ae2ea10 1549
b6974efa
JB
15502012-06-15 Juanma Barranquero <lekktu@gmail.com>
1551
1552 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1553 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1554
8826d473
GM
15552012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1556
1557 * progmodes/python.el: New python.el merge.
1558 (python-guess-indent): Obsolete var.
1559 (python-indent-guess-indent-offset): New defcustom.
1560 (python-indent): Obsolete var.
1561 (python-indent-offset): New defcustom.
1562 (python-python-command, python-jython-command): Delete var.
1563 (python-shell-interpreter): New defcustom.
1564 (python-pdbtrack-do-tracking-p): Delete var.
1565 (python-pdbtrack-activate): New defcustom.
1566 (python-use-skeletons): Obsolete var.
1567 (python-skeleton-autoinsert): New defcustom.
1568 (inferior-python-filter-regexp, python-continuation-offset)
1569 (python-honour-comment-indentation, python-indent-string-contents)
1570 (python-jython-packages, python-mode-hook)
1571 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1572 (python-shell-prompt-alist)
1573 (python-source-modes): Delete defcustoms.
1574 (python-check-buffer-name, python-eldoc-setup-code)
1575 (python-eldoc-string-code, python-ffap-setup-code)
1576 (python-ffap-string-code, python-fill-comment-function)
1577 (python-fill-decorator-function, python-fill-paren-function)
1578 (python-fill-string-function, python-imenu-include-defun-type)
1579 (python-imenu-make-tree, python-imenu-subtree-root-label)
1580 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1581 (python-shell-compilation-regexp-alist)
1582 (python-shell-completion-module-string-code)
1583 (python-shell-completion-pdb-string-code)
1584 (python-shell-completion-setup-code)
1585 (python-shell-completion-string-code)
1586 (python-shell-enable-font-lock, python-shell-exec-path)
1587 (python-shell-extra-pythonpaths)
1588 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1589 (python-shell-process-environment)
1590 (python-shell-prompt-block-regexp)
1591 (python-shell-prompt-output-regexp)
1592 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1593 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1594 (python-shell-virtualenv-path): New defcustoms.
1595 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1596 (inferior-python-mode-syntax-table, python--prompt-regexp)
1597 (python-buffer, python-command python-python-command)
1598 (python-default-template, python-imports, python-indent-index)
1599 (python-indent-list, python-indent-list-length)
1600 (python-mode-running, python-pdbtrack-is-tracking-p)
1601 (python-preoutput-continuation, python-preoutput-leftover)
1602 (python-preoutput-result, python-preoutput-skip-next-prompt)
1603 (python-prev-dir/file, python-recursing)
1604 (python-saved-check-command, python-version-checked)
1605 (python-which-func-length-limit)
1606 (view-return-to-alist): Delete vars.
1607 (python-check-custom-command, python-dotty-syntax-table)
1608 (python-imenu-index-alist, python-indent-current-level)
1609 (python-indent-dedenters, python-indent-levels)
1610 (python-nav-beginning-of-defun-regexp)
1611 (python-nav-list-defun-positions-cache)
1612 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1613 (python-shell-internal-buffer)
1614 (python-skeleton-available): New vars.
1615 (def-python-skeleton): Delete macro.
1616 (python-skeleton-define): New macro.
1617 (python-define-auxiliary-skeleton, python-rx): New macros.
1618 (python-insert-class): Delete command.
1619 (python-skeleton-class): New command.
1620 (python-insert-def): Delete command.
1621 (python-skeleton-def): New command.
1622 (python-insert-for): Delete command.
1623 (python-skeleton-for): New command.
1624 (python-insert-if): Delete command.
1625 (python-skeleton-if): New command.
1626 (python-insert-try/except, python-insert-try/finally): Delete commands.
1627 (python-skeleton-try): New command.
1628 (python-insert-while): Delete command.
1629 (python-skeleton-while): New command.
1630 (python-backspace): Delete command.
1631 (python-indent-dedent-line-backspace): New command.
1632 (python-electric-colon): Delete command.
1633 (python-indent-electric-colon): New command.
1634 (python-guess-indent): Delete command.
1635 (python-indent-guess-indent-offset): New command.
1636 (python-shift-left): Delete command.
1637 (python-indent-shift-left): New command.
1638 (python-shift-right): Delete command.
1639 (python-indent-shift-right): New command.
1640 (python-find-function): Delete command.
1641 (python-nav-jump-to-defun): New command.
1642 (python-next-statement): Delete command.
1643 (python-nav-forward-sentence): New command.
1644 (python-previous-statement): Delete command.
1645 (python-nav-backward-sentence): New command.
1646 (python-fill-paragraph): Delete command.
1647 (python-fill-paragraph-function): New command.
1648 (python-send-buffer): Delete command.
1649 (python-shell-send-buffer): New command.
1650 (python-send-defun): Delete command.
1651 (python-shell-send-defun): New command.
1652 (python-send-region, python-send-region-and-go): Delete commands.
1653 (python-shell-send-region)
1654 (python-shell-switch-to-shell): New commands.
1655 (python-send-string): Delete command.
1656 (python-shell-send-string): New command.
1657 (python-switch-to-python): Delete command.
1658 (python-shell-switch-to-shell): New command.
1659 (python-describe-symbol): Delete command.
1660 (python-eldoc-at-point): New command.
1661 (python--set-prompt-regexp, python-args-to-list)
1662 (python-after-info-look, python-check-version)
1663 (python-check-comint-prompt, python-find-imports)
1664 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1665 (python-unload-function, python-expand-template)
1666 (python-maybe-jython, python-preoutput-filter)
1667 (python-pdbtrack-get-source-buffer)
1668 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1669 (python-pdbtrack-toggle-stack-tracking)
1670 (python-pdbtrack-track-stack-file, python-initial-text)
1671 (python-first-word, python-comment-line-p, python-send-command)
1672 (python-setup-brm, python-sentinel, python-set-proc)
1673 (python-skip-out, python-input-filter, python-outdent-p)
1674 (python-outline-level, python-backslash-continuation-line-p)
1675 (python-end-of-block, python-end-of-statement, python-mark-block)
1676 (python-beginning-of-block, python-beginning-of-statement)
1677 (python-blank-line-p, python-beginning-of-string)
1678 (python-open-block-statement-p): Delete functions.
1679 (python-indent-line, python-indent-line-1): Delete functions.
1680 (python-indent-line): New function.
1681 (python-indentation-levels): Delete function.
1682 (python-indent-calculate-levels): New function.
1683 (python-proc): Delete function.
1684 (python-shell-get-process): New function.
1685 (python-send-receive): Delete function.
1686 (python-shell-send-string-no-output): New function.
1687 (python-module-path): Delete function.
1688 (python-ffap-module-path): New function.
1689 (python-completion-at-point)
1690 (python-symbol-completions): Delete functions.
1691 (python-completion-complete-at-point): New function.
1692 (python-load-file): Delete function.
1693 (python-shell-send-file): New function.
1694 (python-calculate-indentation): Delete function.
1695 (python-indent-calculate-indentation): New function.
1696 (python-skip-comments/blanks): Delete function.
1697 (python-util-forward-comment): New function.
1698 (python-continuation-line-p): Delete function.
1699 (python-info-continuation-line-p): New function.
1700 (python-which-func, python-current-defun): Delete function.
1701 (python-info-current-defun): New function.
1702 (python-beginning-of-defun): Delete function.
1703 (python-nav-beginning-of-defun): New function.
1704 (python-close-block-statement-p)
1705 (python-block-end-p): Delete function.
1706 (python-info-closing-block): New function.
1707 (python-comint-output-filter-function)
1708 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1709 (python-fill-comment, python-fill-decorator, python-fill-paren)
1710 (python-fill-string, python-imenu-make-element-tree)
1711 (python-imenu-make-tree, python-imenu-tree-assoc)
1712 (python-indent-context, python-indent-dedent-line)
1713 (python-indent-line-function)
1714 (python-indent-post-self-insert-function)
1715 (python-indent-toggle-levels)
1716 (python-info-assignment-continuation-line-p)
1717 (python-info-beginning-of-backlash)
1718 (python-info-block-continuation-line-p)
1719 (python-info-closing-block-message)
1720 (python-info-line-ends-backslash-p)
1721 (python-info-looking-at-beginning-of-defun)
1722 (python-info-ppss-context, python-info-ppss-context-type)
1723 (python-nav-list-defun-positions, python-nav-read-defun)
1724 (python-nav-sentence-end, python-nav-sentence-start)
1725 (python-pdbtrack-comint-output-filter-function)
1726 (python-pdbtrack-set-tracked-buffer)
1727 (python-shell-calculate-exec-path)
1728 (python-shell-calculate-process-environment)
1729 (python-shell-completion--do-completion-at-point)
1730 (python-shell-completion--get-completions)
1731 (python-shell-completion-complete-at-point)
1732 (python-shell-completion-complete-or-indent)
1733 (python-shell-get-or-create-process)
1734 (python-shell-get-process-name)
1735 (python-shell-internal-get-or-create-process)
1736 (python-shell-internal-get-process-name)
1737 (python-shell-internal-send-string, python-shell-make-comint)
1738 (python-shell-parse-command, python-shell-send-setup-code)
1739 (python-skeleton-add-menu-items)
1740 (python-util-clone-local-variables, python-util-position)
1741 (run-python-internal, python-indentation-levels)
1742 (python-nav-beginning-of-defun)
1743 (python-completion-complete-at-point): New functions.
1744 (run-python): Change arguments. New API requirements.
1745
4302f5ba
SM
17462012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1747
f38ea36d
SM
1748 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1749 (bug#11649).
1750
1751 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1752 (macroexp--expand-all): Use it.
1753
4302f5ba
SM
1754 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1755 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1756 Use `cl-function' instead.
1757
33377562
JB
17582012-06-14 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1761 Suggested by Stefan Monnier while discussing bug#11657.
1762
54c5ba1a
SS
17632012-06-14 Sam Steingold <sds@gnu.org>
1764
1765 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1766
f9f1b1fe
AS
17672012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1768
1769 * play/doctor.el (doctor-doc): Remove parameter and use
1770 doctor-sent instead of sent.
1771 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1772
a81068ba
SM
17732012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1774
5a315f9c
SM
1775 * files.el: Require cl-lib.
1776 (file-name-non-special): Replace case -> cl-case.
1777
1778 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1779
a81068ba
SM
1780 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1781 mapping from #' to function*.
1782
8cca9703
CY
17832012-06-13 Chong Yidong <cyd@gnu.org>
1784
1785 * mouse.el (mouse-drag-track): Do not set the mark if the user
1786 releases the mouse without selecting anything (Bug#11588).
1787
a12ac9d7
SM
17882012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1789
ccf1dc18
SM
1790 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1791 as well (bug#11646).
1792
ef62b23d
SM
1793 * loadup.el: Count byte-code functions as well.
1794
c4c8444a
SM
1795 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1796 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1797
a12ac9d7
SM
1798 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1799 (bug#11649). Add cl-defun and cl-defmacro.
1800
87e6e64f
DA
18012012-06-13 Drew Adams <drew.adams@oracle.com>
1802
1803 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1804 Fix last change.
1805
682cefaf
MA
18062012-06-13 Michael Albinus <michael.albinus@gmx.de>
1807
1808 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1809 Otherwise, it blocks in batch mode.
1810
773e1f08
JB
18112012-06-13 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * help-mode.el (bookmark-make-record-default): Declare.
1814
60057926
CY
18152012-06-13 Chong Yidong <cyd@gnu.org>
1816
1817 * emacs-lisp/package.el (list-packages): Compute a list of
1818 packages that are newly-available since the last list-packages
1819 invocation.
1820 (package-menu--new-package-list): New var.
1821 (package-menu--generate, package-menu--print-info)
1822 (package-menu--status-predicate, package-menu-mark-install):
1823 Handle new status label "new".
1824
ad4d226c
SM
18252012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1828 conversion to backquotes.
1829
f1a4e679
CY
18302012-06-12 Chong Yidong <cyd@gnu.org>
1831
1832 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1833 Rename from gud-inhibit-global-bindings.
1834
1835 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1836
1837 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1838 hook from nxml-glyph-set-hook.
1839
1840 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1841 declaration.
1842
1843 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1844
1845 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1846 Convert to defcustom.
1847
0c9e42b5
DA
18482012-06-12 Drew Adams <drew.adams@oracle.com>
1849
1850 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1851 New functions.
1852 (help-mode): Use them.
1853
09e06855
GM
18542012-06-11 Glenn Morris <rgm@gnu.org>
1855
1856 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1857 Use preprocessor face for directives.
1858 (fortran-directive-re): Doc fix.
1859
71adb94b
SM
18602012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1861
2eb87922
SM
1862 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1863 conversion to backquotes (bug#11652).
1864
71adb94b
SM
1865 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1866 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1867 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1868 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1869 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1870 (cl-ninth, cl-tenth): Mark them as inlinable.
1871 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1872 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1873 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1874 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1875 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1876 (cl-list*, cl-adjoin): Don't put an autoload manually.
1877 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1878 (cl--compiler-macro-list*): Add autoload cookie.
1879 (cl--compiler-macro-cXXr): New function.
2eb87922 1880
71adb94b
SM
1881 * help-fns.el (help-fns--compiler-macro): New function extracted from
1882 describe-function-1; follow aliases and use `compiler-macro' property.
1883 (describe-function-1): Use it.
1884
a6674402
CY
18852012-06-11 Chong Yidong <cyd@gnu.org>
1886
1887 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1888 is uninstalled, if imagemagick is installed.
1889
bb3faf5b
SM
18902012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * emacs-lisp/cl-lib.el: Use lexical-binding.
1893 (cl-map-extents, cl-maclisp-member): Remove.
1894 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1895 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1896 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1897 * emacs-lisp/cl-extra.el: Use lexical-binding.
1898 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1899 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1900 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1901 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1902 * emacs-lisp/cl-seq.el: Use lexical-binding.
1903 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1904 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1905 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1906 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1907 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1908 CL's internals.
1909
2fe4b125
MA
19102012-06-11 Michael Albinus <michael.albinus@gmx.de>
1911
1912 Sync with Tramp 2.2.6-pre.
1913
1914 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1915 `print-length' and `print-level' to nil, in order to avoid
1916 truncation. Reported by Christopher Schmidt
1917 <christopher@ristopher.com>.
1918
1919 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1920
1921 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1922 New defmacro.
1923 (tramp-compat-copy-directory): Add optional argument
1924 COPY-CONTENTS. It is not handled yet.
1925
1926 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1927 (tramp-ftp-file-name-p): Simplify.
1928
1929 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1930 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1931 connection vector.
1932
1933 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1934 (tramp-methods): Do not use `tramp-password-end-of-line'.
1935 (tramp-completion-function-alist-putty): Handle UNIX case.
1936 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1937 (tramp-do-file-attributes-with-stat)
1938 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1939 gid as real numbers. They could run out of integer range on cygwin.
1940 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1941 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1942 (tramp-open-connection-setup-interactive-shell):
1943 Use `tramp-cleanup'. Move check for busyboxes ...
1944 (tramp-find-shell): ... here. Simplify implementation.
1945 Set "remote-shell" property also for alternative shells.
1946 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1947 If failing, a regular file would be written otherwise.
1948 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1949 (tramp-find-inline-encoding): Cache the coding commands in the
1950 process cache. Apply test command on the remote side, if defined.
1951 (tramp-find-inline-compress): Cache the compress commands in the
1952 process cache.
1953 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1954 when requested. Handle hops.
1955 (tramp-current-connection): New defvar.
87e6e64f
DA
1956 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1957 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1958 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1959 (tramp-get-inline-compress, tramp-get-inline-coding):
1960 Read connection properties from the process cache.
2fe4b125
MA
1961
1962 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1963 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1964 New defconsts.
2fe4b125
MA
1965 (tramp-smb-prompt): Extend for powershell prompt.
1966 (tramp-smb-file-name-handler-alist): Add handlers for
1967 `process-file', `shell-command' and `start-file-process'.
1968 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1969 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1970 (tramp-smb-file-name-p): Simplify.
1971 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1972 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1973 (tramp-smb-shell-quote-argument): New defuns.
1974 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1975 Implement using "tar". By this, time-stamps are preserved.
1976 (tramp-smb-handle-copy-file): Handle also the case of directories.
1977 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1978 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1979 Use `tramp-get-connection-buffer').
2fe4b125
MA
1980 (tramp-smb-handle-rename-file): Use "rename", when source and
1981 target are on the same share.
87e6e64f
DA
1982 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1983 Use `tramp-smb-server-version'.
2fe4b125
MA
1984 (tramp-smb-wait-for-output): Remove prompt.
1985
1986 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1987 (tramp-methods, tramp-rsh-end-of-line):
1988 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1989 (tramp-save-ad-hoc-proxies): New defcustom.
1990 (tramp-completion-function-alist): Adapt docstring.
1991 (tramp-default-password-end-of-line): Remove defcustom.
1992 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1993 (tramp-user-regexp, tramp-file-name-regexp-unified)
1994 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1995 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1996 (tramp-remote-file-name-spec-regexp): New defconst.
1997 (tramp-file-name-structure): Extend structure for hops.
1998 (tramp-get-method-parameter): Move up.
1999 (tramp-file-name-p, tramp-dissect-file-name)
2000 (with-parsed-tramp-file-name): Handle hops.
2001 (tramp-file-name-hop): New defun.
2002 (tramp-make-tramp-file-name): New optional arg HOP.
2003 (tramp-message-show-progress-reporter-message): New defvar.
2004 (tramp-with-progress-reporter): Use it. We cannot use
2005 `tramp-message-show-message' here, because this suppresses also
2006 error buffers.
2007 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2008 `tramp-message-show-message' is nil.
2009 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2010 (tramp-cleanup): New defun.
2011 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2012 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2013 an error unchanged.
2014 (tramp-completion-handle-file-name-all-completions): Handle hops.
2015 Fix an error when called from ido.
2016 (tramp-completion-dissect-file-name): Use better local variable
2017 name. Add hop to the vector.
2018 (tramp-handle-insert-file-contents): Use progress-reporter for the
2019 whole scenario.
2020 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2021 to `t'.
2022 (tramp-check-for-regexp): Simplify search.
2023 (tramp-enter-password): Remove it. Move implementation ...
2024 (tramp-action-password): ... here.
2025 (tramp-mode-string-to-int, tramp-local-host-p)
2026 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2027 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2028 Set tramp-autoload cookie.
2fe4b125
MA
2029
2030 * net/trampver.el: Update release number.
2031
20322012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2033 Michael Albinus <michael.albinus@gmx.de>
2034
2035 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2036 (tramp-parse-group, tramp-parse-file)
2037 (tramp-parse-shostkeys-sknownhosts): New defuns.
2038 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2039 (tramp-parse-shosts-group, tramp-parse-sconfig)
2040 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2041 (tramp-parse-sknownhosts, tramp-parse-hosts)
2042 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2043 Use them.
2044 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2045 (tramp-parse-putty-group): Don't narrow.
2046 (tramp-parse-putty): Make a loop.
2047 (tramp-file-name-handler): Catch the `suppress' signal.
2048
72834e10
CY
20492012-06-11 Chong Yidong <cyd@gnu.org>
2050
2051 * image.el (imagemagick-register-types): Put the ImageMagick entry
2052 at the end of image-type-file-name-regexps.
2053
a4712e11
JB
20542012-06-11 Johan Bockgård <bojohan@gnu.org>
2055
2056 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2057 (pcase, pcase-let*, pcase-dolist): Use them.
2058
82ad98e3
SM
20592012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * emacs-lisp/pcase.el (pcase--let*): New function.
2062 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2063 (pcase--expand): Use macroexp-let².
2064
f80efb86
SM
20652012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2068 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2069 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2070 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2071 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2072 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2073
31ca4639 20742012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2075
31ca4639
CY
2076 * mail/rmail.el (rmail-yank-current-message): Leave point at
2077 correct position. (Bug#11660)
94f0aa34 2078
31ca4639 20792012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2080
31ca4639 2081 * allout-widgets.el: Fix code header.
9e1b8ec4 2082
31ca4639 20832012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2084
f80efb86
SM
2085 * cus-edit.el (customize-changed-options-previous-release):
2086 Bump to 24.1.
31ca4639 2087
642b6d30
AS
20882012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2089
2090 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2091
4f5d2ba1
CY
20922012-06-09 Chong Yidong <cyd@gnu.org>
2093
2094 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2095
e75852fd
MR
20962012-06-09 Martin Rudalics <rudalics@gmx.at>
2097
2098 * window.el (special-display-popup-frame): Don't use
2099 window--display-buffer (Bug#11651).
2100
1e48e282
EZ
21012012-06-09 Eli Zaretskii <eliz@gnu.org>
2102
8a26b487
EZ
2103 Fix parallel builds: make sure loaddefs.el is not being written
2104 while Lisp files are compiled.
2105 (compile): Don't depend on 'mh-autoloads'.
2106 (compile-CMD, compile-SH): Depend on 'autoloads'.
2107 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2108
1e48e282
EZ
2109 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2110
6175e34b
CY
21112012-06-09 Chong Yidong <cyd@gnu.org>
2112
2113 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2114 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2115 Doc fixes (Bug#11225).
2116
d9857e53
SM
21172012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2120 a function if there's a clear indication that it has a compiler-macro.
2121 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2122 (macro-declarations-alist): Add arglist to declaration functions.
2123 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2124 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2125 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2126 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2127 Also add autoload to find the compiler macro.
2128 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2129 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2130 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2131 (cl--compiler-macro-get): New functions, replacing calls to
2132 cl-define-compiler-macro.
2133 (cl-typep) [compiler-macro]: Use macroexp-let².
2134
f81298f8 21352012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2136
2137 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2138 string properly, fixes Bug#11473.
2139
4b56d0fe
CY
21402012-06-08 Chong Yidong <cyd@gnu.org>
2141
2142 * faces.el (set-face-attribute): Doc fix.
2143 (modify-face): Don't use :bold and :italic.
2144 (error, warning, success): Tweak definitions.
2145
2146 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2147 (custom-modified, custom-set, custom-changed, custom-themed)
2148 (custom-saved, custom-button, custom-button-mouse)
2149 (custom-button-pressed, custom-state, custom-comment-tag)
2150 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2151 (custom-group-subtitle): Use new-style face specs.
2152 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2153 (custom-set-face, custom-changed-face, custom-saved-face)
2154 (custom-button-face, custom-button-pressed-face)
2155 (custom-documentation-face, custom-state-face)
2156 (custom-comment-face, custom-comment-tag-face)
2157 (custom-variable-tag-face, custom-variable-button-face)
2158 (custom-face-tag-face, custom-group-tag-face-1)
2159 (custom-group-tag-face): Remove obsolete face alias.
2160
2161 * epa.el (epa-validity-high, epa-validity-medium)
2162 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2163 (epa-field-name, epa-field-body):
2164 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2165 (font-lock-keyword-face, font-lock-builtin-face)
2166 (font-lock-function-name-face, font-lock-variable-name-face)
2167 (font-lock-type-face, font-lock-constant-face):
2168 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2169 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2170 * speedbar.el (speedbar-button-face, speedbar-file-face)
2171 (speedbar-directory-face, speedbar-tag-face)
2172 (speedbar-selected-face, speedbar-highlight-face)
2173 (speedbar-separator-face):
2174 * whitespace.el (whitespace-newline, whitespace-space)
2175 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2176 (whitespace-line, whitespace-space-before-tab)
2177 (whitespace-space-after-tab, whitespace-indentation)
2178 (whitespace-empty):
2179 * emulation/cua-base.el (cua-global-mark):
2180 * eshell/em-prompt.el (eshell-prompt):
2181 * net/newst-plainview.el (newsticker-new-item-face)
2182 (newsticker-old-item-face, newsticker-immortal-item-face)
2183 (newsticker-obsolete-item-face, newsticker-date-face)
2184 (newsticker-statistics-face, newsticker-default-face):
2185 * net/newst-reader.el (newsticker-feed-face)
2186 (newsticker-extra-face, newsticker-enclosure-face):
2187 * net/newst-treeview.el (newsticker-treeview-face)
2188 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2189 (newsticker-treeview-immortal-face)
2190 (newsticker-treeview-obsolete-face)
2191 (newsticker-treeview-selection-face):
2192 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2193 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2194 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2195 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2196 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2197 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2198 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2199 (mpuz-text):
2200 * progmodes/vera-mode.el (vera-font-lock-number)
2201 (vera-font-lock-function, vera-font-lock-interface):
2202 * textmodes/table.el (table-cell): Use new-style face specs, and
2203 don't use the old :bold and :italic attributes.
2204
2205 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2206 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2207 (ebrowse-member-class, ebrowse-progress): Likewise.
2208 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2209 (ebrowse-file-name-face, ebrowse-default-face)
2210 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2211 (ebrowse-progress-face): Remove obsolete faces.
2212
2213 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2214 Inherit from error and warning faces respectively.
2215
2216 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2217 Likewise.
f80efb86
SM
2218 (flyspell-incorrect-face, flyspell-duplicate-face):
2219 Remove obsolete aliases.
4b56d0fe 2220
03310646
MA
22212012-06-08 Michael Albinus <michael.albinus@gmx.de>
2222
2223 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2224 Avoid infloop.
2225
513749ee
SM
22262012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * startup.el (argv, argi): Make lexically scoped.
2229 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2230 * emacs-lisp/cl-macs.el: Use lexical-binding.
2231 Rename cl-bind-* to cl--bind-*.
2232 * files.el: Don't require `cl' since it doesn't use it.
2233 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2234
595ef4ad
JB
22352012-06-08 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2238 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2239 instead of calling external sort utility.
2240 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2241
e9f66fcb
EZ
22422012-06-08 Eli Zaretskii <eliz@gnu.org>
2243
2244 * descr-text.el (describe-char): Mention how to insert the
2245 character, if the current input method doesn't support it.
2246 See the discussion in this thread for the details:
2247 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2248
3d10db47
SS
22492012-06-08 Sam Steingold <sds@gnu.org>
2250
2251 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2252 XF86Back to previous-buffer.
2253 (minibuffer-local-map): Bind them to next-history-element and
2254 previous-history-element respectively.
2255 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2256 help-go-back respectively.
2257 * info.el (Info-mode-map): Bind them to Info-history-forward and
2258 Info-history-back respectively.
2259 These are the keys next to Up on the ThinkPad keyboard.
2260
de7e2b36
SM
22612012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2264 * emacs-lisp/cl-macs.el: Provide itself.
2265 (cl--labels-convert-cache): New var.
2266 (cl--labels-convert): New function.
2267 (cl-flet, cl-labels): New implementation with new semantics, relying on
2268 lexical-binding.
2269 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2270 (cl-closure-vars, cl--function-convert-cache)
2271 (cl--function-convert): Move from cl-macs.el.
2272 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2273 rename by removing the "cl-" prefix.
2274 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2275
6fa6c4ae
SM
22762012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2279 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2280 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2281 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2282 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2283 (cl-hash-table-count): Add old compatibility aliases.
2284
2285 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2286 Use macroexpand-all-environment instead.
2287 (cl--old-macroexpand): New var.
2288 (cl--sm-macroexpand): New function.
2289 (cl-symbol-macrolet): Use it during macro expansion.
2290 (cl--function-convert-cache): New var.
2291 (cl--function-convert): New function, extracted from
2292 cl-macroexpand-all.
2293 (cl-lexical-let): Use it.
2294
2295 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2296 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2297 (cl-member): Remove old alias.
2298
2299 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2300 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2301 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2302 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2303 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2304 (cl-macroexpand-cmacs): Remove var.
2305 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2306 Use macroexpand-all instead.
2307
4dd1c416
SM
23082012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2311 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2312 (macroexp-copyable-p): New functions and macros.
2313 * emacs-lisp/edebug.el (edebug-unwrap):
2314 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2315 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2316 (pcase--let*): Remove.
2317 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2318 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2319 macroexp-const-p instead.
2320 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2321
2322 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2323 instead of "cl-" for internal definitions. Use macroexp-const-p.
2324 (cl-old-bc-file-form): Remove var.
2325 (cl-const-exprs-p): Remove fun.
2326 (cl-labels, cl-macrolet): Use backquote.
2327 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2328 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2329 (cl-define-setf-expander): Rename from cl-define-setf-method.
2330 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2331
2332 * international/mule-cmds.el: Don't require CL.
2333 (view-hello-file): Don't use `letf'.
2334
ed8bd4d7
SM
23352012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2336
7287f2f3
SM
2337 * tmm.el (tmm-prompt): Use string-prefix-p.
2338 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2339 (tmm-add-prompt): Use minibuffer-completion-help.
2340 (tmm-delete-map): Remove.
2341
ed8bd4d7
SM
2342 * subr.el (kbd): Make it its own function.
2343
7b4cdbf4
SM
23442012-06-07 Stefan Merten <smerten@oekonux.de>
2345
2346 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2347 Silence compiler warnings. Fix versions.
ed8bd4d7 2348 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2349 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2350 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2351 (rst-package-emacs-version-alist): Correct Emacs version to
2352 represent major merge with upstream.
ed8bd4d7 2353 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2354
2b48d721
GM
23552012-06-06 Glenn Morris <rgm@gnu.org>
2356
2357 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2358 Only print environment variables if set.
2359
fa779ab0
SM
23602012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2363 (macroexp--cons): Rename from maybe-cons.
2364 (macroexp--accumulate): Rename from macroexp-accumulate.
2365 (macroexp--all-forms): Rename from macroexpand-all-forms.
2366 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2367 (macroexp--expand-all): Rename from macroexpand-all-1.
2368
628299e0
SS
23692012-06-06 Sam Steingold <sds@gnu.org>
2370
2371 * calendar/calendar.el (calendar-in-read-only-buffer):
2372 Call `special-mode' to enable the standard read-only keybindings.
2373
b7bb5838
SM
23742012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2377 with "loading" messages (bug#11635).
2378
dfb308ba
MA
23792012-06-06 Michael Albinus <michael.albinus@gmx.de>
2380
2381 * files.el (enable-remote-dir-locals): New option.
2382 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2383
0372ee92
MA
2384 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2385 Ensure, that the temp directory is local.
2386
2387 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2388 `temporary-file-directory'.
2389
eed0bb91
MA
2390 * progmodes/python.el (python-send-region): Ensure, that the
2391 temporary file is created also in the remote case.
2392
7a58f64d
GM
23932012-06-06 Glenn Morris <rgm@gnu.org>
2394
f7dd4e98
GM
2395 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2396 (vc-rcs-update-changelog): Use it.
2397
090bd7cb 2398 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2399
7a58f64d
GM
2400 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2401 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2402 (vc-sccs-diff): Replace use of the external vcdiff script.
2403
daed4003
GM
24042012-06-05 Glenn Morris <rgm@gnu.org>
2405
2406 * ledit.el: Move to obsolete/.
2407
48c455c7
SS
24082012-06-05 Sam Steingold <sds@gnu.org>
2409
ed9265fc 2410 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2411 patch (Bug#11140).
2412
57a7d507
SM
24132012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2414
090bd7cb 2415 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2416
53aacf21
SM
2417 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2418 compiler-macro expansion.
2419
57a7d507
SM
2420 Add native compiler-macro support.
2421 * emacs-lisp/macroexp.el (macroexpand-all-1):
2422 Support compiler-macros directly. Properly follow aliases and apply
2423 the compiler macros more thoroughly.
2424 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2425 macroexpand now properly follows aliases.
2426 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2427 (cl-compiler-macroexpand): Use new prop.
2428 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2429
2430 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2431
51a5f9d8
MR
24322012-06-05 Martin Rudalics <rudalics@gmx.at>
2433
2434 * window.el (get-lru-window, get-mru-window, get-largest-window):
2435 New argument NOT-SELECTED to avoid picking the selected window.
2436 (window--display-buffer-1, window--display-buffer-2): Replace by
2437 new function window--display-buffer
2438 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2439 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2440 Use window--display-buffer.
51a5f9d8
MR
2441 (display-buffer-use-some-window): Remove temporary dedication
2442 hack by calling get-lru-window and get-largest-window with
2443 NOT-SELECTED argument non-nil. Call window--display-buffer.
2444
08f9f738
GM
24452012-06-05 Glenn Morris <rgm@gnu.org>
2446
2447 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2448 Replace external vcdiff script.
2449
e364a2b7
SM
24502012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2453
041df390
CY
24542012-06-04 Chong Yidong <cyd@gnu.org>
2455
e364a2b7
SM
2456 * image.el (imagemagick-types-inhibit): Revert last change.
2457 Add INFO and M.
47b36b94 2458 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2459
7c1898a7
SM
24602012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * emacs-lisp/cl-lib.el: Rename from cl.el.
2463 * emacs-lisp/cl.el: New compatibility file.
2464 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2465 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2466 to obey the "cl-" prefix.
2467 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2468
0c3461de
GM
24692012-06-03 Glenn Morris <rgm@gnu.org>
2470
1e266c88
GM
2471 * emacs-lisp/authors.el (authors-aliases): Addition.
2472
0c3461de
GM
2473 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2474 Fix :version.
2475
d8a52e15
SM
24762012-06-03 Stefan Merten <smerten@oekonux.de>
2477
2478 * textmodes/rst.el: Add comments.
2479 (rst-transition, rst-adornment): New faces.
2480 (rst-adornment-faces-alist): Make default safe to reevaluate.
2481 Fixes
2482 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2483 Improve customization tags.
2484 (rst-define-level-faces): Clarify meaning.
2485
5205d6f6
CY
24862012-06-03 Chong Yidong <cyd@gnu.org>
2487
2488 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2489 (compilation-mode-line-run, compilation-mode-line-exit):
2490 New faces.
5205d6f6
CY
2491 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2492
757ee657
JD
24932012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2494
7c1898a7
SM
2495 * progmodes/which-func.el (which-func-update-ediff-windows):
2496 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2497
5f2c76c6
CY
24982012-06-03 Chong Yidong <cyd@gnu.org>
2499
2500 * bindings.el: Remove explicit help text from format-mode-line.
2501 It is now supplied by mode-line-default-help-echo.
2502 (mode-line-front-space, mode-line-end-spaces)
2503 (mode-line-misc-info): New variables.
2504 (mode-line-modes, mode-line-position): Move the default value to
2505 the variable definition.
2506 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2507 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2508 (mode-line-modified-help-echo): New functions.
2509 (mode-line-mule-info, mode-line-modified): Use them.
2510 (mode-line-eol-desc, propertized-buffer-identification):
2511 Consistency fixes for help text.
cbe46e5f
CY
2512 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2513 set-buffer-file-coding-system (Bug#289).
2514 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2515
f2d6a3df
SM
25162012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * simple.el (execute-extended-command): Set real-this-command
2519 (bug#11506).
2520
37269466
CY
25212012-06-02 Chong Yidong <cyd@gnu.org>
2522
2523 Remove incorrect uses of "modeline" in comments, docstrings, and
2524 function/variable names (Bug#10329).
2525
2526 * cus-edit.el (mode-line):
2527 * dframe.el (dframe-mouse-hscroll):
2528 * emacs-lisp/re-builder.el:
2529 * emacs-lisp/easy-mmode.el (define-minor-mode):
2530 * frame.el (set-frame-name):
2531 * help.el (lookup-minor-mode-from-indicator):
2532 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2533 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2534 (c-toggle-hungry-state):
2535 * progmodes/antlr-mode.el (antlr-language-alist):
2536 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2537 * progmodes/vhdl-mode.el (vhdl-mode):
2538 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2539 * term/ns-win.el (ns-face-at-pos):
2540 * term/sup-mouse.el (sup-mouse-report):
2541 * textmodes/flyspell.el (flyspell-mode-line-string):
2542 * textmodes/ispell.el (ispell-highlight-face):
2543 * textmodes/reftex-global.el:
2544 * vc/vc-arch.el (vc-arch-mode-line-string):
2545 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2546 * vc/vc-git.el (vc-git-mode-line-string):
2547 * vc/vc-hooks.el (vc-display-status)
2548 (vc-default-mode-line-string):
2549 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2550
2551 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2552
2553 * dired.el (dired-sort-set-mode-line): Rename from
2554 dired-sort-set-modeline. All callers changed.
2555
2556 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2557 eshell-status-in-modeline.
2558
2559 * foldout.el (foldout-mode-line-string): Rename from
2560 foldout-modeline-string. All callers changed.
2561 (foldout-update-mode-line): Rename from foldout-update-modeline.
2562
2563 * subr.el (redraw-modeline): Make into obsolete alias.
2564
2565 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2566 timeclock-modeline-display. Make old name an alias.
2567 (timeclock-update-mode-line): Likewise. All callers changed.
2568 (timeclock-mode-line-display): No need to check before using
2569 add-hook.
2570 (timeclock-relative, timeclock-day-over-hook)
2571 (timeclock-use-elapsed, timeclock-mode-string)
2572 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2573
2574 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2575 crisp-mode-modeline-string.
2576
2577 * play/solitaire.el (solitaire-build-mode-line): Rename from
2578 solitaire-build-modeline. All callers changed.
2579
2580 * play/zone.el (zone-hiding-mode-line): Rename from
2581 zone-hiding-modeline. All callers changed.
2582 (zone): Remove unusued `modeline-hidden-level' property.
2583
2584 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2585 xscheme-modeline-initialize. All callers changed.
2586
2587 * strokes.el (strokes-lighter): Rename from
2588 strokes-modeline-string.
2589
2590 * textmodes/sgml-mode.el (html-face-tag-alist)
2591 (html-tag-face-alist): Use mode-line face instead of obsolete
2592 alias modeline.
2593
42152ee4
SM
25942012-06-02 Stefan Merten <smerten@oekonux.de>
2595
2596 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2597 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2598
95f520b5
CY
25992012-06-02 Chong Yidong <cyd@gnu.org>
2600
2601 * image.el (imagemagick-enabled-types): Rename from
2602 imagemagick-types-enable. Add many more types.
2603 (imagemagick-types-inhibit): Change default to nil.
2604 (imagemagick-filter-types): Caller changed.
2605
4a5f187a
SM
26062012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2607
03fef3e6
SM
2608 * emacs-lisp/cl-macs.el: Use backquotes.
2609 (cl-transform-function-property): Use eval-and-compile rather than
2610 abusing `require'.
2611 (defstruct): Use declare-function instead of with-no-warnings.
2612
4a5f187a
SM
2613 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2614 (byte-compile-output-docform): Re-add the print-circle bindings.
2615 (byte-compile-fix-header): Use #$ just because it's shorter.
2616 (byte-compile-output-file-form): Remove defun/defmacro.
2617
bd56924f
MR
26182012-06-01 Martin Rudalics <rudalics@gmx.at>
2619
2620 * simple.el (choose-completion): Remove now obsolete binding for
2621 owindow.
2622
046e38ce
MA
26232012-06-01 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2626 in order to avoid "Stack overflow in regexp matcher".
2627
32d72c2f
GM
26282012-05-31 Glenn Morris <rgm@gnu.org>
2629
2630 * image.el: For clarity, call imagemagick-register-types at
2631 top-level, rather than relying on a custom :initialize.
2632 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2633 (imagemagick-filter-types): New function. (Bug#7406)
2634 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2635 If disabling support, remove elements altogether rather
2636 than using an impossible regexp.
2637 (imagemagick-types-inhibit): Give it the default init function.
2638
dd41169b
SM
26392012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2640
4a5f187a
SM
2641 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2642 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2643
efc00ab1 26442012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2645
2646 * desktop.el (desktop-read): Clear previous and next buffers for
2647 all windows and bury *Messages* buffer (bug#11556).
2648
500fcedc
SM
26492012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 Add `declare' for `defun'. Align `defmacro's with it.
2652 * emacs-lisp/easy-mmode.el (define-minor-mode)
2653 (define-globalized-minor-mode): Don't autoload the var definitions.
2654 * emacs-lisp/byte-run.el: Use lexical-binding.
2655 (defun-declarations-alist, macro-declarations-alist): New vars.
2656 (defmacro, defun): Use them.
2657 (make-obsolete, define-obsolete-function-alias)
2658 (make-obsolete-variable, define-obsolete-variable-alias):
2659 Use `declare'.
2660 (macro-declaration-function): Mark obsolete.
2661 * emacs-lisp/autoload.el: Use lexical-binding.
2662 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2663
6e8a1786
AM
26642012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2665
2666 * textmodes/ispell.el (ispell-with-no-warnings):
2667 Define as a macro.
500fcedc
SM
2668 (ispell-kill-ispell, ispell-change-dictionary):
2669 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2670 `interactive-p'.
2671
61b108cc
SM
26722012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2675 (macro-declaration-function): Move var from C code.
2676 (macro-declaration-function): Define function with defalias.
2677 * emacs-lisp/macroexp.el (macroexpand-all-1):
2678 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2679 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2680 defun/defmacro any more.
2681 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2682 Provide fallback for unknown arglist.
2683 (byte-compile-arglist-warn): Change calling convention.
2684 (byte-compile-output-file-form): Move print-vars binding.
2685 (byte-compile-output-docform): Simplify accordingly.
2686 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2687 (byte-compile-defmacro-declaration): Remove.
2688 (byte-compile-file-form-defmumble): Generalize to defalias.
2689 (byte-compile-output-as-comment): Return byte-positions.
2690 Simplify callers accordingly.
2691 (byte-compile-lambda): Use `assert'.
2692 (byte-compile-defun, byte-compile-defmacro): Remove.
2693 (byte-compile-file-form-defalias):
2694 Use byte-compile-file-form-defmumble.
2695 (byte-compile-defalias-warn): Remove.
2696
6d3f7c2f
SM
26972012-05-29 Stefan Merten <smerten@oekonux.de>
2698
2699 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2700 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2701
2702 (rst-mode-abbrev-table): Merge definition.
2703 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2704 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2705
6dbaa1c7
UJ
27062012-05-29 Ulf Jasper <ulf.jasper@web.de>
2707
2708 * calendar/icalendar.el
2709 (icalendar-export-region): Export UID properly.
2710
d209e2fb 27112012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2712 * calendar/icalendar.el (icalendar-import-format):
2713 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2714 (icalendar-import-format-uid): New.
2715 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2716 Export UID.
2717
6876a58d
SM
27182012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2721 different alternative patterns.
2722 (pcase-codegen): Be more careful to preserve identity.
2723 (pcase--u1): Don't forget to mark vars as used.
2724
2725 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2726 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2727 (byte-compile-from-buffer): ...rather than here.
2728
2729 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2730 functions from byte-compile-function-environment.
2731
46b7967e
TN
27322012-05-29 Troels Nielsen <bn.troels@gmail.com>
2733
2734 * window.el (window-deletable-p): Avoid deleting the root window
2735 of a frame with an active minibuffer.
2736
69d565e2
MR
27372012-05-29 Martin Rudalics <rudalics@gmx.at>
2738
2739 * simple.el (choose-completion): Use quit-window (Bug#11567).
2740
a149fa51
CY
27412012-05-29 Chong Yidong <cyd@gnu.org>
2742
2743 * whitespace.el (whitespace-cleanup): Fix usage of
2744 whitespace-empty-at-bob-regexp (Bug#11492).
2745
2b311310
AH
27462012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2747
2748 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2749 revert (Bug#11488).
2750
b9cb2387
JL
27512012-05-29 Juri Linkov <juri@jurta.org>
2752
2753 * isearch.el (isearch-mode-map): Bind `M-s _' to
2754 `isearch-toggle-symbol'. Bind `M-s c' to
2755 `isearch-toggle-case-fold'.
2756 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2757 (isearch-forward): Add `M-s _' to the docstring.
2758 (isearch-forward-symbol, isearch-toggle-case-fold)
2759 (isearch-symbol-regexp): New functions. (Bug#11381)
2760
d5e61c1c
JL
27612012-05-29 Juri Linkov <juri@jurta.org>
2762
2763 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2764 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2765 a function, call it to get the regexp.
2766 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2767 property `isearch-message-prefix' instead of the string "word ".
2768 (isearch-search-fun-default): For the case of `isearch-word',
2769 return a lambda that calls re-search-forward/re-search-backward
2770 with a regexp returned by `word-search-regexp' or by the function
2771 in `isearch-word'.
2772
8cbd80f7
JL
27732012-05-29 Juri Linkov <juri@jurta.org>
2774
2775 * isearch.el (isearch-search-fun-default): New function.
2776 (isearch-search-fun): Move default part to the new function
2777 `isearch-search-fun-default'.
2778 (isearch-search-fun-function): Set the default value to
2779 `isearch-search-fun-default'. (Bug#11381)
2780
2781 * comint.el (comint-history-isearch-end):
2782 Use `isearch-search-fun-default'.
2783 (comint-history-isearch-search): Use `isearch-search-fun-default'
2784 and remove spacial case for `isearch-word'.
2785 (comint-history-isearch-wrap): Remove spacial case for
2786 `isearch-word'.
2787
2788 * hexl.el (hexl-isearch-search-function):
2789 Use `isearch-search-fun-default'.
2790
2791 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2792 Use `word-search-regexp' for `isearch-word'.
2793
2794 * misearch.el (multi-isearch-search-fun):
2795 Use `isearch-search-fun-default'.
2796
2797 * simple.el (minibuffer-history-isearch-search):
2798 Use `isearch-search-fun-default' and remove spacial case for
2799 `isearch-word'.
2800 (minibuffer-history-isearch-wrap): Remove spacial case for
2801 `isearch-word'.
2802
2803 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2804 Remove spacial case for `isearch-word'.
2805 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2806
85c8c5b6
AM
28072012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2808
2809 Decrease XEmacs incompatibilities.
2810 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2811 Use `string-match'.
2812 (flyspell-delete-region-overlays): Use alternative definition for
2813 XEmacs.
2814 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2815 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2816 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2817 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2818 `define-obsolete-face-alias' under XEmacs, but old method.
2819
2820 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2821 `with-no-warnings' definition or Emacs alias.
2822 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2823 (ispell-word): Do not use `region-p' if XEmacs.
2824
8cab9efc
AM
28252012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2826
2827 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2828 Check for `ispell-dictionary-base-alist' instead of full
2829 `ispell-dictionary-alist'.
2830 (ispell-init-process): Show spellchecker when starting new Ispell
2831 process.
2832
fda91268
RZ
28332012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2836 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2837
694ea8e3
JB
28382012-05-27 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * version.el (motif-version-string, gtk-version-string)
2841 (ns-version-string): Declare.
2842
e4d4f539
JL
28432012-05-27 Juri Linkov <juri@jurta.org>
2844
2845 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2846 after the `eval-defun-1' specialcaseing
2847 like in `edebug-eval-defun' (bug#10181).
2848
2849 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2850 like in `eval-defun-1'.
2851
33017faf 28522012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2853
fda91268
RZ
2854 * mail/sendmail.el (mail-yank-region):
2855 Recognize rmail-yank-current-message in addition to insert-buffer.
2856 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2857 a *mail* buffer created through rmail-start-mail with sendmail as
2858 mail-user-agent.
2859
33017faf
GM
28602012-05-27 Chong Yidong <cyd@gnu.org>
2861
2862 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2863 Default to 256 (Bug#11267).
2864
2865 * help.el (describe-mode): Doc fix.
2866
04188bb9
GM
28672012-05-26 Glenn Morris <rgm@gnu.org>
2868
38264cc9
GM
2869 * w32-fns.el (w32-init-info): Remove.
2870 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2871
eb7afdad
GM
2872 * info.el (info-initialize): For self-contained NS builds, put the
2873 included info/ directory at the front. (Bug#2791)
2874
04188bb9
GM
2875 * paths.el (Info-default-directory-list): Make it a defcustom,
2876 mainly so that we can use custom-initialize-delay.
2877
a179e3f7
SM
28782012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2879
43416392
SM
2880 * subr.el (buffer-has-markers-at): Mark obsolete.
2881
a179e3f7 2882 * subr.el (lambda): Use declare.
43416392 2883
a179e3f7
SM
2884 * emacs-lisp/lisp-mode.el (lambda):
2885 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2886
34a008d9
AH
28872012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2888
2889 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2890
0a3b289f
GM
28912012-05-26 Glenn Morris <rgm@gnu.org>
2892
2893 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2894
758c81e8
GM
28952012-05-25 Glenn Morris <rgm@gnu.org>
2896
f9f334f0
GM
2897 * paths.el: Remove no-byte-compile.
2898 * loadup.el: No need to load paths.el uncompiled.
2899
87eb79c2
GM
2900 * image.el (imagemagick-types-inhibit): Doc fix.
2901
758c81e8
GM
2902 * version.el: Remove no-byte-compile and associated formatting.
2903 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2904 is ancient code from when there was an "inc-vers.el".
2905
e7e85dc0
SM
29062012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * progmodes/gdb-mi.el: Minor style changes.
2909 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2910 Turn into minor modes.
2911 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2912 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2913 (gdb-shell): Remove unneeded let-binding.
2914 (gdb-get-many-fields): Eliminate O(n²) behavior.
2915
f31237a4
EZ
29162012-05-25 Eli Zaretskii <eliz@gnu.org>
2917
2918 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2919 platforms that don't link in fontset.c.
2920
bc1b21bb
JL
29212012-05-25 Juri Linkov <juri@jurta.org>
2922
2923 Use the same diff color scheme as in modern VCSes (bug#10181).
2924
2925 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2926 to avoid confusion with `diff-added' that now uses green colors.
2927 (diff-removed): Use shades of red.
2928 (diff-added): Use shades of green.
2929 (diff-changed): Leave just the yellow color.
2930 (diff-use-changed-face): New variable.
2931 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2932 how to highlight context diff changes.
2933 (diff-refine-change): Use shades of yellow.
2934 (diff-refine-removed): New face that uses shades of red.
2935 (diff-refine-added): New face that uses shades of green.
2936 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2937 `diff-refine-removed' in the call to `smerge-refine-subst'
2938 depending on the value of `diff-use-changed-face'.
2939
2940 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2941 (smerge-other): Use shades of green.
2942 (smerge-base): Use shades of yellow.
2943 (smerge-refined-change): Empty face.
2944 (smerge-refined-removed): New face that uses shades of red.
2945 (smerge-refined-added): New face that uses shades of green.
2946 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2947 args `props-r' and `props-a', and use them. Doc fix.
2948 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2949 on its value use different faces `smerge-refined-change',
2950 `smerge-refined-removed', `smerge-refined-added' in the call to
2951 `smerge-refine-subst'.
2952
2953 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2954 Add face condition `min-colors 88' with shades of red.
2955 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2956 `min-colors 88' with shades of green.
2957 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2958 `min-colors 88' with shades of yellow.
2959
6df9112c
GM
29602012-05-24 Glenn Morris <rgm@gnu.org>
2961
ead5edc0
GM
2962 * paths.el (prune-directory-list, remote-shell-program): Move to...
2963 * files.el (prune-directory-list, remote-shell-program): ...here.
2964 For the latter, delay initialization, prefer ssh, just search PATH.
2965
f18b81e6
GM
2966 * paths.el (term-file-prefix): Move to faces.el (the only user).
2967 * faces.el (term-file-prefix): Move here, make it a defcustom.
2968
ee2f89a6
GM
2969 * paths.el (news-directory, news-path, news-inews-program):
2970 Move to gnus/nnspool.el.
61a583ca 2971
f8815e4c
GM
2972 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2973
c8f3b42c
GM
2974 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2975 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2976 Make the latter a defcustom, with a delayed initialization.
2977
6df9112c
GM
2978 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2979 These were deleted from Gnus itself late 2010.
2980
5dadff36
JB
29812012-05-22 Juanma Barranquero <lekktu@gmail.com>
2982
9e1701c6
JB
2983 * progmodes/which-func.el (which-func-ff-hook):
2984 Check against user-error, not error.
2985
bd7239f5 2986 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2987 cl-specs.el, which no longer exists.
2988
3290526d
GM
29892012-05-22 Glenn Morris <rgm@gnu.org>
2990
2991 * info.el (info-emacs-bug): New command.
2992 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2993 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2994
ff0c3cfb
GM
29952012-05-21 Glenn Morris <rgm@gnu.org>
2996
2997 * makefile.w32-in (update-subdirs-SH):
2998 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2999
5814f126
SM
30002012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3001
a52c0aa0
SM
3002 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3003
5814f126
SM
3004 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3005 Simplify Maven regexp, and make sure the file can't start with a space
3006 (bug#11517).
3007
b847032c
GM
30082012-05-21 Glenn Morris <rgm@gnu.org>
3009
3010 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3011 Scrap superfluous subshells.
3012
3858bfe7
SM
30132012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3016 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3017
d14b0029
JB
30182012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3019
3020 * calc/calc.el (calc-ensure-consistent-units): New variable.
3021
a52c0aa0
SM
3022 * calc/calc-units.el (math-consistent-units-p)
3023 (math-check-unit-consistency): New functions.
3024 (calc-quick-units, calc-convert-units):
3025 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3026 is non-nil.
d14b0029
JB
3027 (calc-extract-units): Fix typo.
3028
60c4db3a
SM
30292012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3030
77f3b62e
SM
3031 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3032
60c4db3a
SM
3033 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3034 (flyspell-default-deplacement-commands): Don't spell check after
3035 repeated window/frame switches (e.g. triggered by mouse-movement).
3036 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3037 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3038 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3039 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3040 Remove unused vars.
3041 (flyspell-get-casechars, flyspell-get-not-casechars):
3042 Simplify; Don't bother removing a ] just to add it back.
3043 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3044
d209e2fb 30452012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3046
3047 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3048 New functions.
bd7239f5 3049 (math-function-table): Add support for more C functions.
b1a10716 3050
3f1b25b5
AM
30512012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3052
090bd7cb
JB
3053 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3054 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3055 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3056
b581bb5c
SM
30572012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3060 their respective macro declarations.
3061 * skeleton.el (define-skeleton):
3062 * progmodes/compile.el (define-compilation-mode):
3063 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3064 (define-ibuffer-filter):
3065 * emacs-lisp/generic.el (define-generic-mode):
3066 * emacs-lisp/easy-mmode.el (define-minor-mode)
3067 (define-globalized-minor-mode):
3068 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3069 * emacs-lisp/byte-run.el (defsubst):
3070 * custom.el (deftheme): Add doc-string metadata.
3071
70b8ef8f
SM
30722012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3075
b1198e17
SM
30762012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3077
9abdc45d
SM
3078 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3079
b1198e17
SM
3080 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3081 * emacs-lisp/cl-macs.el: Idem.
3082 * emacs-lisp/cl-specs.el: Remove.
3083
4735906a
SM
30842012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 Minor renaming of internal CL functions and variables.
3087 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3088 (cl--position): Rename from cl-position.
3089 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3090 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3091 (cl--random-state): Rename from *random-state*.
3092
ac348012
SM
30932012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3096 parens around the arg list (bug#11499).
3097
a0a79cde
JL
30982012-05-17 Juri Linkov <juri@jurta.org>
3099
3100 * isearch.el (word-search-regexp, word-search-backward)
3101 (word-search-forward, word-search-backward-lax)
3102 (word-search-forward-lax): Move functions from search.c
3103 (bug#10145, bug#11381).
3104
65034a51
AM
31052012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3106
090bd7cb
JB
3107 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3108 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3109 Delay for otherchars as for normal word components.
65034a51 3110
1a72a195
SM
31112012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * minibuffer.el (completion--sifn-requote): Fix last change.
3114 (minibuffer-local-must-match-filename-map):
3115 Move define-obsolete-variable-alias before its var.
3116
fdb058c2
SM
31172012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3118
c41045e6
SM
3119 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3120
036dfb8b
SM
3121 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3122 behavior.
3123 (completion--string-equal-p): New function.
3124 (completion--twq-all): Use it to get better assertion failure data.
3125
2473256d
SM
3126 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3127 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3128 (shell--requote-argument): New functions.
3129 (shell-completion-vars): Use them.
3130 (shell--parse-pcomplete-arguments): Rename from
3131 shell-parse-pcomplete-arguments.
3132 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3133 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3134 Obey comint-file-name-quote-list.
3135
fdb058c2
SM
3136 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3137 (smie-indent-keyword): Use it.
3138
51fa99f1
SM
31392012-05-14 Stefan Merten <smerten@oekonux.de>
3140
3141 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3142
e18afed7 31432012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3144
3145 * net/rlogin.el (rlogin-mode-map): Fix last change.
3146
e18afed7 31472012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3148
3149 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3150 the following \r\n using a single `process-send-string', since the
3151 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3152 with two `process-send-string's (Bug#11444).
8633b1f4 3153
e18afed7 31542012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3155
fdb058c2
SM
3156 * shell.el (shell-parse-pcomplete-arguments):
3157 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3158
2d21d7f6
WJ
31592012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3160
e18afed7 3161 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3162 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3163 (image-transform-width, image-transform-fit-width): New functions.
3164 (image-transform-properties): Use them.
3165 (image-transform-check-size): New function.
3166 (image-toggle-display-image): Use it (for testing).
3167 (image-transform-set-rotation): Reduce angle mod 360.
3168 Delete obsolete comment.
3169
7102e6d0
WJ
31702012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3171
3172 * image-mode.el: Fix scaling (bug#11399).
3173 (image-transform-resize): Doc fix.
3174 (image-transform-properties): Default scale is 1 and height should
3175 be an integer.
3176
06bc5e6e
SM
31772012-05-13 Johan Bockgård <bojohan@gnu.org>
3178
3179 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3180 than hard-coding `car', to fix misbehavior when moving forward.
3181
0ae03b6a
CY
31822012-05-13 Chong Yidong <cyd@gnu.org>
3183
3184 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3185 (tabulated-list-entries, tabulated-list-padding)
3186 (tabulated-list-sort-key): Make permanent-local.
3187
3188 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3189 (electric-buffer-list): Put electric buffer menu
3190 command descriptions in this docstring, instead of the docstring
3191 of electric-buffer-menu-mode. Code cleanups.
3192 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3193 Electric-buffer-menu-mode.
3194 (electric-buffer-update-highlight): Minor code cleanup.
3195
205a7391
MA
31962012-05-13 Michael Albinus <michael.albinus@gmx.de>
3197
3198 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3199 (Bug#11447)
3200
e5bd0a28
SM
32012012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 Move define-obsolete-variable-alias before the var's definition.
3204 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3205 * tooltip.el (tooltip-hook):
3206 * textmodes/reftex-toc.el (reftex-toc-map):
3207 * textmodes/reftex-sel.el (reftex-select-label-map)
3208 (reftex-select-bib-map):
3209 * textmodes/reftex-index.el (reftex-index-map)
3210 (reftex-index-phrases-map):
3211 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3212 * progmodes/meta-mode.el (meta-mode-map):
3213 * novice.el (disabled-command-hook):
3214 * loadhist.el (unload-hook-features-list):
3215 * frame.el (blink-cursor):
3216 * files.el (find-file-not-found-hooks, write-file-hooks)
3217 (write-contents-hooks):
3218 * emulation/tpu-edt.el (GOLD-map):
3219 * emacs-lock.el (emacs-lock-from-exiting):
3220 * emacs-lisp/generic.el (generic-font-lock-defaults):
3221 * emacs-lisp/chart.el (chart-map):
3222 * dos-fns.el (register-name-alist):
3223 * dired-x.el (dired-omit-files-p):
3224 * desktop.el (desktop-enable):
3225 * cus-edit.el (custom-mode-hook):
3226 * buff-menu.el (buffer-menu-mode-hook):
3227 * bookmark.el (bookmark-read-annotation-text-func)
3228 (bookmark-exit-hooks):
3229 * allout.el (allout-mode-deactivate-hook)
3230 (allout-exposure-change-hook, allout-structure-added-hook)
3231 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3232 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3233 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3234 comes before the corresponding variable's definition.
3235
ac59c2f6
CY
32362012-05-12 Chong Yidong <cyd@gnu.org>
3237
3238 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3239 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3240 (Buffer-menu-mode-map): Bind it.
3241 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3242
dee6c9a3
SM
32432012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3244
2171cea5
SM
3245 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3246 (prolog-upper-case-string, prolog-lower-case-string)
3247 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3248 (prolog-use-smie, prolog-smie-grammar): New vars.
3249 (prolog-smie-forward-token, prolog-smie-backward-token)
3250 (prolog-smie-rules): New funs.
3251 (prolog-comment-indent): Remove.
3252 (prolog-mode-variables): Use default comment indentation instead.
3253 Setup SMIE.
3254 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3255 (prolog-mode): Don't call them any more.
3256 (prolog-electric-colon, prolog-electric-dash)
3257 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3258
aa0382bd
SM
3259 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3260
dbacb4bd
SM
3261 * minibuffer.el (completion--twq-all): Again, allow case differences.
3262
13bdd94c
SM
3263 * term.el: Move keymap initialization code to be more idiomatic.
3264 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3265 (term-terminal-menu): Move initialization into declaration.
3266 (term-escape-char): Let the user set it in her .emacs.
3267
ff46c759
SM
3268 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3269 Provide SMIE-based indentation (not enabled by default yet).
3270 (sh-mode-map): Don't bind electric keys.
3271 Use electric-pair-mode instead of skeleton-pair.
3272 (sh-assignment-regexp): Fit within 80 columns.
3273 (sh-indent-supported): Specify actual shell name instead of boolean.
3274 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3275 (sh-maybe-here-document): Use it. Make obsolete.
3276 (sh-electric-here-document-mode) New minor mode.
3277 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3278 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3279 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3280 (sh-smie-rc-grammar, sh-use-smie): New vars.
3281 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3282 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3283 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3284 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3285 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3286 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3287 (sh-set-shell): Use smie-setup if requested.
3288
dee6c9a3
SM
3289 * term.el (term-set-escape-char): Properly set term-escape-char.
3290 See http://stackoverflow.com/questions/10524656.
3291
9f9aa044
CY
32922012-05-10 Chong Yidong <cyd@gnu.org>
3293
3294 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3295 Use url-generic-parse-url, and handle host names and Windows
3296 filenames properly.
3297 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3298 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3299 URL schemes to work on.
3300 (ffap--toggle-read-only): New function.
3301 (ffap-read-only, ffap-read-only-other-window)
3302 (ffap-read-only-other-frame): Use it.
3303 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3304 necessary for ffap-url-unwrap-remote.
3305
836d29b3
DA
33062012-05-10 Dave Abrahams <dave@boostpro.com>
3307
3308 * cus-start.el (create-lockfiles): Add it.
3309
00fd78ed
CY
33102012-05-09 Chong Yidong <cyd@gnu.org>
3311
3312 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3313 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3314
666b903b 33152012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3316
3317 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3318
666b903b 33192012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3320
3321 * ansi-color.el (ansi-color-process-output): Check for validity of
3322 comint-last-output-start before using it. This avoids a bad
3323 interaction with gdb-mi's input/output buffer.
3324
666b903b 33252012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3326
3327 * files.el (dir-locals-read-from-file):
3328 Mention dir-locals in any error message.
3329
666b903b 33302012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3331
3332 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3333 package (Bug#11410).
3334
f677562b
CY
3335 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3336 variables into description.
3337
666b903b 33382012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3339
3340 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3341 shell-delimiter-argument-list (bug#11348).
3342 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3343
b499d8d0
JB
33442012-05-09 Juanma Barranquero <lekktu@gmail.com>
3345
8f6b6da8
JB
3346 * textmodes/rst.el: Silence byte-compiler warnings.
3347 (rst-re-alist, rst-reset-section-caches): Move around.
3348 (rst-re): Use `characterp', not `char-valid-p'.
3349 (font-lock-beg, font-lock-end): Declare.
3350
4824146a
JB
3351 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3352 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3353
b499d8d0
JB
3354 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3355
ad89bb83
GM
33562012-05-08 Glenn Morris <rgm@gnu.org>
3357
3358 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3359
8bba5a75
SM
33602012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3361
49ed9c8e
SM
3362 * vc/log-edit.el: Add GNU coding standards highlighting.
3363 (log-edit-font-lock-gnu-style)
3364 (log-edit-font-lock-gnu-keywords): New vars.
3365 (log-edit-font-lock-keywords): New fun.
3366 (log-edit-mode): Don't fold case in font-lock.
3367 (log-edit-font-lock-keywords): Do not assume case-folding.
3368
07d00b56
SM
3369 * imenu.el: Misc cleanup. Make docstrings out of comments.
3370 Use lexical-binding.
3371 (imenu--index-alist, imenu--last-menubar-index-alist)
3372 (imenu-menubar-modified-tick): Use defvar-local.
3373 (imenu--split-menu): Remove unused var.
3374 (imenu--cleanup-seen): Declare as global.
3375 (imenu--cleanup): Use dolist.
3376
8bba5a75
SM
3377 * subr.el (defvar-local): Add debug spec and doc-string position.
3378
5075bdb5
GM
33792012-05-08 Glenn Morris <rgm@gnu.org>
3380
090bd7cb 3381 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3382 * language/english.el, language/georgian.el, language/greek.el:
3383 * language/japanese.el, language/khmer.el, language/korean.el:
3384 * language/lao.el, language/misc-lang.el, language/romanian.el:
3385 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3386 * language/thai.el, language/utf-8-lang.el:
3387 Remove no-byte-compile setting.
3388
5075bdb5
GM
3389 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3390
06f679a7
AH
33912012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3392
3393 * progmodes/make-mode.el (makefile-browse):
3394 Remove unnecessary interactive. (Bug#11324)
3395
03794570
GM
33962012-05-07 Glenn Morris <rgm@gnu.org>
3397
af8630f4
GM
3398 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3399
03794570
GM
3400 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3401
f0809a9d
SM
34022012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3403
28be5ce7
SM
3404 * loadup.el: Preload newcomment.el.
3405 * newcomment.el: Move autoload-only code to toplevel.
3406
f0809a9d
SM
3407 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3408 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3409 Handle new :right-align column property.
3410 (tabulated-list-print-col): Idem, plus use `display' text-property to
3411 try and preserve alignment for variable pitch fonts.
3412
1241b724
CY
34132012-05-07 Chong Yidong <cyd@gnu.org>
3414
3415 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3416 (tabulated-list-use-header-line): New var.
3417 (tabulated-list-init-header): Use it.
3418 (tabulated-list-print-fake-header): New function.
3419 (tabulated-list-print): Use it.
3420 (tabulated-list-sort-button-map): Add non-header-line commands.
3421 (tabulated-list-init-header): Add column name property to basic
3422 labels as well.
3423 (tabulated-list-col-sort): Handle non-header-line button case.
3424 (tabulated-list--sort-by-column-name): Fix a corner case.
3425
f0809a9d
SM
3426 * buff-menu.el (list-buffers--refresh):
3427 Handle Buffer-menu-use-header-line.
1241b724 3428
e5f9458f
CY
34292012-05-06 Chong Yidong <cyd@gnu.org>
3430
3431 * buff-menu.el: Convert to Tabulated List mode.
3432 (Buffer-menu-buffer+size-width): Make obsolete.
3433 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3434 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3435 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3436 documentation into docstring of buffer-menu.
3437 (Buffer-menu-toggle-files-only): Add an informative message.
3438 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3439 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3440 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3441 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3442 (Buffer-menu-execute, Buffer-menu-select)
3443 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3444 (Buffer-menu-bury): Use Tabulated List machinery.
3445 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3446 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3447 Delete.
e5f9458f
CY
3448 (list-buffers--refresh): New function.
3449 (list-buffers-noselect): Use it.
3450 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3451 (Buffer-menu--pretty-file-name): New helper functions.
3452
3453 * loadup.el: Preload tabulated-list.
3454
3455 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3456 tabulated-list-sort-column.
3457 (tabulated-list-init-header): Add the initial aligning space even
3458 if tabulated-list-padding is zero.
3459
e129292c
CS
34602012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3461
3462 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3463 whose cdr is not a cons cell correctly (bug#11038).
3464
6632d361
CY
34652012-05-06 Chong Yidong <cyd@gnu.org>
3466
e129292c
CS
3467 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3468 Accept additional plist in column descriptors.
6632d361
CY
3469 (tabulated-list-init-header): Obey it.
3470 (tabulated-list-get-entry): New function.
3471 (tabulated-list-put-tag): Use it. Use string-width instead of
3472 length.
3473 (tabulated-list--column-number): New function.
3474 (tabulated-list-print): Use it.
e129292c
CS
3475 (tabulated-list-print-col): New function.
3476 Set `tabulated-list-column-name' property on each column's text.
6632d361 3477 (tabulated-list-print-entry): Use it.
e129292c
CS
3478 (tabulated-list-delete-entry, tabulated-list-set-col):
3479 New functions.
6632d361
CY
3480 (tabulated-list-sort-column): New command (Bug#11337).
3481
3cc99f68
CY
3482 * buff-menu.el (list-buffers): Move C-x C-b binding from
3483 buff-menu.el to bindings.el.
3484
3485 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3486 :advertised-binding feature.
3487
52b61776
TN
34882012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3489
3490 * progmodes/compile.el (compilation-internal-error-properties):
3491 Calculate start position correctly when end-col is set but
3492 end-line is not (Bug#11382).
3493
ebfe2597
WJ
34942012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3495
3496 * man.el (Man-unindent): Use text-property-default-nonsticky to
3497 prevent untabify from inheriting face properties (Bug#11408).
3498
6d3f7c2f
SM
34992012-05-05 Stefan Merten <smerten@oekonux.de>
3500
3501 * textmodes/rst.el: Major merge with upstream development up to
3502 Docutils SVN r7399 / rst.el V1.2.1.
3503
3504 Clarify maintainership and authors.
3505
3506 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3507 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3508 (rst-official-version, rst-official-cvs-rev, rst-version)
3509 (rst-package-emacs-version-alist): New functions and variables
3510 for version information.
3511
3512 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3513 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3514 (rst-mode-syntax-table, rst-mode): New and corrected functions
3515 and variables representing reStructuredText features.
3516
3517 (rst-re): New function for reStructuredText regexes. Use in
3518 many places.
3519
3520 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3521 (rst-mode-map): Rebind keys.
3522
3523 (rst-mode-lazy, rst-font-lock-keywords)
3524 (rst-font-lock-extend-region)
3525 (rst-font-lock-extend-region-internal)
3526 (rst-font-lock-extend-region-extend)
3527 (rst-font-lock-find-unindented-line-limit)
3528 (rst-font-lock-find-unindented-line-match)
3529 (rst-adornment-level, rst-font-lock-adornment-level)
3530 (rst-font-lock-adornment-match)
3531 (rst-font-lock-handle-adornment-pre-match-form)
3532 (rst-font-lock-handle-adornment-matcher): Major revision of
3533 font-locking. Integrate with other code. Use `jit-lock-mode'.
3534
3535 (rst-preferred-adornments, rst-adjust-hook)
3536 (rst-new-adornment-down, rst-preferred-bullets)
3537 (rst-preferred-bullets, rst-indent, rst-indent-width)
3538 (rst-indent-field, rst-indent-literal-normal)
3539 (rst-indent-literal-minimized, rst-indent-comment): Change,
3540 extend and improve customization.
3541
3542 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3543 (rst-normalize-cursor-position, rst-get-decoration)
3544 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3545 (rst-rstrip, rst-toc-insert-find-delete-contents)
3546 (rst-shift-fill-region, rst-compute-bullet-tabs)
3547 (rst-debug-print-tabs, rst-debug-mark-found)
3548 (rst-shift-region-guts, rst-shift-region-right)
3549 (rst-shift-region-left, rst-use-char-classes)
3550 (rst-font-lock-keywords-function)
3551 (rst-font-lock-indentation-point)
3552 (rst-font-lock-find-unindented-line-begin)
3553 (rst-font-lock-find-unindented-line-end)
3554 (rst-font-lock-find-unindented-line)
3555 (rst-font-lock-adornment-point, rst-font-lock-level)
3556 (rst-adornment-level-alist): Remove functions and variables.
3557
3558 (rst-compare-adornments, rst-get-adornment-match)
3559 (rst-suggest-new-adornment, rst-get-adornments-around)
3560 (rst-adornment-complete-p, rst-get-next-adornment)
3561 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3562 (rst-straighten-adornments): Standardize function names to
3563 use "adornment" instead of "decoration". Correct callers.
3564 Similar standardizing in many places.
3565
3566 (rst-update-section, rst-adjust, rst-promote-region)
3567 (rst-enumerate-region, rst-bullet-list-region)
3568 (rst-repeat-last-character): Correct use of `interactive'.
3569
3570 (rst-classify-adornment, rst-find-all-adornments)
3571 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3572 (rst-find-leftmost-column, rst-repeat-last-character):
3573 Refactor functions.
3574
3575 (rst-find-title-line, rst-reset-section-caches)
3576 (rst-get-adornments-around, rst-adjust-adornment-work)
3577 (rst-arabic-to-roman, rst-roman-to-arabic)
3578 (rst-insert-list-pos, rst-insert-list-new-item)
3579 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3580 New functions.
3581
3582 (rst-all-sections, rst-section-hierarchy)
3583 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3584 New variables.
3585
3586 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3587 configuration instead of only buffer. Change where necessary.
3588
3589 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3590 (rst-shift-region, rst-adaptive-fill): New functions for
3591 indentation and filling.
3592
3593 (rst-comment-line-break, rst-comment-indent)
3594 (rst-comment-insert-comment, rst-comment-region)
3595 (rst-uncomment-region): New functions for handling comments.
3596
3597 (rst-compile): Quote shell arguments.
3598
3599 (rst-compile-pdf-preview, rst-compile-slides-preview):
3600 Delete temporary files after use.
3601
a43f98b3
GM
36022012-05-05 Glenn Morris <rgm@gnu.org>
3603
48176e8b
GM
3604 * calendar/cal-html.el: Optionally include holidays in the output.
3605 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3606 (cal-html-holidays): New option.
3607 (cal-html-css-default): Add holiday entry.
3608 (holiday-in-range): Autoload it.
3609 (cal-html-htmlify-entry): Add optional class argument.
3610 (cal-html-htmlify-list): Add optional holidays argument.
3611 (cal-html-insert-agenda-days): Include holidays in the output.
3612 (cal-html-one-month): Maybe include holidays.
3613
a43f98b3
GM
3614 * calendar/holidays.el (holiday-in-range):
3615 Move here from cal-tex-list-holidays.
3616 * calendar/cal-tex.el (cal-tex-list-holidays):
3617 Make it an obsolete alias for holiday-in-range. Update all callers.
3618
fef9d149 36192012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3620
3621 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3622 Nextstep.
3623
248da2f4
RW
36242012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3625
3626 * files.el (file-auto-mode-skip): New var.
3627 (set-auto-mode-1): Use it.
3628
f95e9344
SM
36292012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3630
df96ab1e
SM
3631 * repeat.el: Use lexical-binding.
3632 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3633 (repeat-undo-count): Remove.
3634 (repeat):
3635 * progmodes/octave-mod.el (octave-abbrev-start):
3636 * progmodes/f90.el (f90-abbrev-start):
3637 * face-remap.el (text-scale-adjust):
3638 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3639
5342bb06
SM
3640 * emacs-lisp/pcase.el (pcase--let*): New function.
3641 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3642 a bit more.
3643 (pcase--split-pred): Be more clever about ruling out overlap between
3644 a predicate and some constant pattern.
3645 (pcase--q1): Use `null' instead of (eq foo nil).
3646
f95e9344
SM
3647 * subr.el (setq-local, defvar-local): New macros.
3648 (kbd): Redefine as an alias.
3649 (with-selected-window): Leave unrelated frames alone.
3650 (set-temporary-overlay-map): New function.
3651
71873e2b
SM
36522012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * subr.el (user-error): New function.
3655 * window.el (switch-to-buffer):
3656 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3657 (smerge-match-conflict):
3658 * simple.el (previous-matching-history-element)
3659 (next-matching-history-element, goto-history-element, undo-more)
3660 (undo-start):
3661 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3662 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3663 (next-file, tags-loop-scan, list-tags, complete-tag):
3664 * progmodes/compile.el (compilation-loop):
3665 * mouse.el (mouse-minibuffer-check):
3666 * man.el (Man-bgproc-sentinel, Man-goto-page):
3667 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3668 (Info-history-forward, Info-follow-reference, Info-menu)
3669 (Info-extract-menu-item, Info-extract-menu-counting)
3670 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3671 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3672 (Info-next-reference, Info-prev-reference, Info-index)
3673 (Info-index-next, Info-follow-nearest-node)
3674 (Info-copy-current-node-name):
3675 * imenu.el (imenu--make-index-alist)
3676 (imenu-default-create-index-function, imenu-add-to-menubar):
3677 * files.el (basic-save-buffer, recover-file):
3678 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3679 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3680 (checkdoc-message-text, checkdoc-defun):
3681 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3682 * cus-edit.el (customize-changed-options, customize-rogue)
3683 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3684 (custom-variable-mark-to-reset-standard)
3685 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3686 (custom-file):
3687 * completion.el (check-completion-length):
3688 * comint.el (comint-search-arg)
3689 (comint-previous-matching-input-string-position)
3690 (comint-previous-matching-input)
3691 (comint-replace-by-expanded-history-before-point, comint-send-input)
3692 (comint-copy-old-input, comint-backward-matching-input)
3693 (comint-goto-process-mark, comint-set-process-mark):
3694 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3695 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3696
8a61ee22
SM
36972012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3698
66408d1e
SM
3699 * dabbrev.el (dabbrev--ignore-case-p): New function.
3700 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3701 Use it.
3702
8a61ee22
SM
3703 * files.el (automount-dir-prefix): Mark as obsolete.
3704
3c74813a
GM
37052012-05-04 Glenn Morris <rgm@gnu.org>
3706
3707 * patcomp.el, play/bruce.el: Move to obsolete/.
3708
0bfcf5c5
PE
37092012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3710
3711 Fix minor Y10k bugs.
3712 * arc-mode.el (archive-unixdate):
3713 * autoinsert.el (auto-insert-alist):
3714 * calc/calc-forms.el (math-this-year):
3715 * emacs-lisp/copyright.el (copyright-current-year)
3716 (copyright-update-year, copyright):
3717 * tar-mode.el (tar-clip-time-string):
3718 * time.el (display-time-update):
3719 Don't assume years have 4 digits.
3720
78f3273a
CY
37212012-05-04 Chong Yidong <cyd@gnu.org>
3722
3723 * dos-w32.el (file-name-buffer-file-type-alist)
3724 (direct-print-region-use-command-dot-com):
3725 * ffap.el (ffap-menu-regexp):
3726 * find-file.el (ff-special-constructs):
3727 * follow.el (follow-debug):
3728 * forms.el (forms--debug):
3729 * iswitchb.el (iswitchb-all-frames):
3730 * ido.el (ido-all-frames):
3731 * emacs-lisp/timer.el (timer-max-repeats):
3732 * mail/feedmail.el (feedmail-mail-send-hook)
3733 (feedmail-mail-send-hook-queued):
3734 * mail/footnote.el (footnote-signature-separator):
3735 * mail/mailabbrev.el (mail-alias-separator-string)
3736 (mail-abbrev-mode-regexp):
3737 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3738 * progmodes/idlwave.el (idlwave-libinfo-file)
3739 (idlwave-default-completion-case-is-down)
3740 (idlwave-library-routines): Convert defvars to defcustoms.
3741
3742 * mail/rmail.el (rmail-decode-mime-charset):
3743 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3744 (idlwave-shell-fix-inserted-breaks)
3745 (idlwave-shell-activate-alt-keybindings)
3746 (idlwave-shell-use-breakpoint-glyph):
3747 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3748
f7ae6719
SM
37492012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3752
47086495
WS
37532012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3754
3755 * progmodes/verilog-mode.el (font-lock-keywords):
3756 Fix mis-highligting auto. Reported by Craig Barner.
3757 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3758 defines from global name space. Reported by Dan Dever.
3759 (verilog-auto-reset, verilog-auto-reset-widths)
3760 (verilog-auto-tieoff): Support using unbased numbers for
3761 AUTORESET and AUTOTIEOFF.
3762 (verilog-submit-bug-report): Update variable list.
3763 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3764 parenthesis from not matching. Reported by Michael Rytting.
3765 (verilog-auto-template-lint): Fix hash error when linting modules
3766 with no used templates.
3767 (verilog-warn, verilog-warn-error)
3768 (verilog-warn-fatal): When non-interactive report multiple
3769 warnings before exiting. Suggested by Brad Dobbie.
3770 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3771 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3772 to report unused template errors. Reported by Brad Dobbie.
3773 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3774 nets, bug438. Reported by Vns Blore.
3775 (verilog-auto-inout-module, verilog-auto-reg)
3776 (verilog-read-decls, verilog-read-sub-decls-sig)
3777 (verilog-signals-edit-wire-reg, verilog-signals-with):
3778 Fix passing of Verilog data types in ANSI input/output ports
3779 such as "output logic" into the AUTOs. Special case "wire" and
3780 "reg" for backwards compatibility presuming Verilog 2001.
3781 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3782 (verilog-preprocess): Fix replication of preprocess output.
3783 Reported by Brad Dobbie.
3784 (verilog-auto-inst-interfaced-ports):
3785 Create verilog-auto-inst-interfaced-ports, bug429.
3786 Reported by Julian Gorfajn.
3787 (verilog-after-save-font-hook)
3788 (verilog-before-save-font-hook): New variable.
3789 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3790 (verilog-save-font-mods): Wrap disabling fontification, reported
3791 by David Rogoff.
3792 (verilog-do-indent, verilog-pretty-declarations-auto)
3793 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3794 Reported by Pierre-David Pfister.
3795 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3796 of class declarations, bug292. Reported by Kevin Heilman.
3797 (verilog-read-decls): Fix 'parameter type' not appearing in
3798 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3799 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3800 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3801 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3802 Reported by David Kravitz.
3803
38042012-05-03 Michael McNamara <mac@mail.brushroad.com>
3805
3806 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3807 assignment with tests in ifs and for loops.
3808 (verilog-extended-complete-re, verilog-complete-reg): Change so
3809 that DPI inport functions don't look like fuction declarations.
3810 (verilog-pretty-expr): Don't line up assignment
3811 operations to the test and increment in if and for loops
3812 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3813 that DPI inport functions don't look like fuction declarations.
47086495 3814
2e51d4b5
KH
38152012-05-03 Kenichi Handa <handa@m17n.org>
3816
3817 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3818 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3819 (Bug#11282).
3820
2bd785a2
SM
38212012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * emacs-lisp/bytecomp.el
3824 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3825 since cconv.el might have introduced :fun-body, internal-make-closure,
3826 and friends for bytecomp to handle (bug#11391).
3827 * custom.el (defcustom): Avoid ((λ ..) ..).
3828
99d27583
SM
38292012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3832
55a71479
JB
38332012-05-02 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * notifications.el (dbus-debug):
3836 * term/linux.el (gpm-mouse-enable):
3837 * term/screen.el (xterm-register-default-colors): Declare.
3838
7b97c764
CY
38392012-05-02 Chong Yidong <cyd@gnu.org>
3840
2bc356d7
CY
3841 * cus-start.el (gc-cons-percentage, exec-suffixes)
3842 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3843 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3844 (make-cursor-line-fully-visible, void-text-area-pointer)
3845 (font-list-limit): Add customization data.
3846
7b97c764
CY
3847 * allout.el (allout-exposure-change-functions)
3848 (allout-structure-added-functions)
3849 (allout-structure-deleted-functions)
3850 (allout-structure-shifted-functions): Rename abnormal hooks from
3851 *-hook, and convert to defcustoms.
5d3385a0
JB
3852 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3853 Convert to defcustoms.
7b97c764
CY
3854 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3855
3856 * allout-widgets.el: Hook callers changed.
3857
90207a15 38582012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3859
3860 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3861 the yanked message in preference to the default value of
3862 buffer-file-coding-system.
3863
90207a15 38642012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3865
5d3385a0
JB
3866 * window.el (display-buffer--action-function-custom-type):
3867 Fix entry.
d9558cad 3868
90207a15 38692012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3870
3871 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3872
d80ac57b
GM
38732012-05-01 Glenn Morris <rgm@gnu.org>
3874
976f7668
GM
3875 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3876
beb83b5a
GM
3877 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3878
d80ac57b
GM
3879 * cus-edit.el (custom-variable-documentation): Simplify with format.
3880
b593d6a9 38812012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 3882 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
3883
3884 * simple.el (suggest-key-bindings, execute-extended-command):
3885 Move from keyboard.c.
3886
782fbf2a
CY
38872012-05-01 Chong Yidong <cyd@gnu.org>
3888
3889 * follow.el: Eliminate advice.
3890 (set-process-filter, process-filter, sit-for): Advice deleted.
3891 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3892 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3893 Vars deleted.
782fbf2a
CY
3894 (follow-auto): Use a :set function.
3895 (follow-mode): Rewritten. Don't advise process filters.
3896 (follow-switch-to-current-buffer-all, follow-scroll-up)
3897 (follow-scroll-down): Assume follow-mode is bound.
3898 (follow-comint-scroll-to-bottom)
3899 (follow-align-compilation-windows): New functions.
3900 (follow--window-sorter): New function.
3901 (follow-all-followers): Use it to explicitly sort windows by their
3902 positions; don't make assumptions about next-window order.
3903 (follow-windows-start-end, follow-delete-other-windows-and-split)
3904 (follow-calc-win-start): Doc fix.
3905 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3906 vertical-motion unnecessarily.
3907 (follow-adjust-window): New function.
3908 (follow-post-command-hook): Use it.
3909 (follow-call-set-process-filter, follow-call-process-filter)
3910 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3911 (follow-stop-intercept-process-output, follow-generic-filter):
3912 Functions deleted.
3913 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3914 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3915 New functions, replacing advice on scroll-bar-* commands.
87233a14 3916 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3917
3918 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3919 (comint-postoutput-scroll-to-bottom): Use it.
3920 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3921
290af740
GM
39222012-05-01 Glenn Morris <rgm@gnu.org>
3923
3924 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3925 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3926 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3927 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3928 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3929 Remove no-byte-compile setting.
3930
6eac8dc9
SM
39312012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3934 all-completions code to not return a number in the last cdr.
3935
9cc7819c
LL
39362012-04-30 Leo Liu <sdl.web@gmail.com>
3937
3938 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3939 read-only error.
3940
c93b886f
CY
39412012-04-29 Chong Yidong <cyd@gnu.org>
3942
3943 * follow.el (follow-calc-win-end): Rewrite to handle partial
3944 screen lines correctly (Bug#8390).
3945 (follow-avoid-tail-recenter): Minor cleanup.
3946
8b6c19f4
SM
39472012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 Avoid the obsolete `assoc' package.
3950 * speedbar.el (speedbar-refresh): Avoid adelete.
3951 (speedbar-file-lists): Simplify and avoid aput.
3952 * man.el (Man--sections, Man--refpages): New vars, replacing
3953 Man-sections-alist and Man-refpages-alist.
3954 (Man-build-section-alist, Man-build-references-alist):
3955 Use them; avoid aput.
3956 (Man--last-section, Man--last-refpage): New vars.
3957 (Man-follow-manual-reference): Use them.
3958 Use the `default' arg of completing-read.
3959 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3960
c5bb7569
CY
39612012-04-27 Chong Yidong <cyd@gnu.org>
3962
d1d2e2e8
CY
3963 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3964
15cd8efd
CY
3965 * startup.el (x-apply-session-resources): New function.
3966
3967 * term/ns-win.el (ns-initialize-window-system):
3968 * term/w32-win.el (w32-initialize-window-system):
3969 * term/x-win.el (x-initialize-window-system): Use it to properly
3970 set menu-bar-mode and other vars from X resources, even if the
3971 initial frame is not a window-system frame (Bug#2299).
3972
c5bb7569
CY
3973 * subr.el (read-key): Avoid running filter function when setting
3974 up temporary tool bar entries (Bug#9922).
3975
a8e7d6d7 39762012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3977
3978 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3979 (Bug#11344)
3980
a8e7d6d7 39812012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3982
3983 * select.el (xselect--encode-string): New function, split from
3984 xselect-convert-to-string.
3985 (xselect-convert-to-string): Use it.
3986 (xselect-convert-to-filename, xselect-convert-to-os)
3987 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3988 returned strings are properly encoded (Bug#11315).
3989
a8e7d6d7 39902012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3991
3992 * simple.el (delete-active-region): Move to killing custom group.
3993
a8e7d6d7 39942012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3995
3996 * progmodes/which-func.el (which-func-current): Quote %
3997 characters for mode-line processing.
3998
578c1d4b 39992012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4000
4001 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4002 reaching eob (Bug#11286).
4003
a8e7d6d7 40042012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4005
4006 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4007 (gdb): Make it buffer-local and init to zero.
4008 (gdb-control-commands-regexp): New variable.
4009 (gdb-send): Don't wrap in "-interpreter-exec console" if
4010 gdb-control-level is positive. Increment gdb-control-level
4011 whenever the command matches gdb-control-commands-regexp, and
4012 decrement it each time the command is "end". (Bug#11279)
4013
a8e7d6d7 40142012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4015
4016 * window.el (adjust-window-trailing-edge, enlarge-window)
4017 (shrink-window, window-resize):
4018 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4019 windows (Bug#11276).
4020
b3608390
CY
40212012-04-27 Chong Yidong <cyd@gnu.org>
4022
4023 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4024 fix "missing prefix" warning. All callers changed.
b3608390 4025
797e6e88
SM
40262012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * emacs-lisp/assoc.el: Move to obsolete/.
4029
e95a67dc
SM
40302012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4031
657c21e4 4032 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4033
4034 * term/ns-win.el (ns-define-service):
4035 * progmodes/pascal.el (pascal-goto-defun):
4036 * progmodes/js.el (js--read-tab):
4037 * progmodes/etags.el (tags-lazy-completion-table):
4038 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4039 * emacs-lisp/ewoc.el (ewoc--wrap):
4040 * emacs-lisp/assoc.el (aput, adelete, amake):
4041 * doc-view.el (doc-view-convert-current-doc):
4042 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4043
cb3e7ae0
CY
40442012-04-26 Chong Yidong <cyd@gnu.org>
4045
dce04f7f
CY
4046 * image.el (image-type-from-buffer): Only return supported image
4047 type (Bug#9045).
4048
cb3e7ae0
CY
4049 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4050 value, for symmetry with diff-end-of-hunk.
4051 (diff-split-hunk, diff-find-source-location)
4052 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4053 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4054 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4055 compute the relevant hunk or file properly (Bug#6005).
4056 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4057
0d42eb3e
SM
40582012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * vc/vc-mtn.el:
4061 * vc/vc-hg.el:
4062 * vc/vc-git.el:
4063 * vc/vc-dir.el:
4064 * vc/vc-cvs.el:
4065 * vc/vc-bzr.el:
4066 * vc/vc-arch.el:
4067 * vc/vc.el: Replace lexical-let by lexical-binding.
4068 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4069 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4070 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4071
f08ae1c9
CY
40722012-04-26 Chong Yidong <cyd@gnu.org>
4073
8b71081d
CY
4074 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4075 (diff-mode-shared-map): Bind it to / and [remap undo].
4076
f08ae1c9
CY
4077 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4078 (ediff-window-setup-function): Use it as the default, to set up
4079 windows based on whether the current frame is graphical (Bug#2138).
4080 (ediff-choose-window-setup-function-automatically): Make obsolete.
4081
4082 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4083
ef24141c
SM
40842012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4085
cc356a5d
SM
4086 * ffap.el: Remove old code for obsolete package.
4087 (ffap-complete-as-file-p): Remove.
4088
b4ff4f1f
SM
4089 Use completion-table-with-quoting for comint and pcomplete.
4090 * comint.el (comint--unquote&requote-argument)
4091 (comint--unquote-argument, comint--requote-argument): New functions.
4092 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4093 (comint-quote-filename): Use regexp-opt-charset.
4094 (comint--common-suffix, comint--common-quoted-suffix)
4095 (comint--table-subvert): Remove.
4096 (comint-unquote-function, comint-requote-function): New vars.
4097 (comint--complete-file-name-data): Use them with
4098 completion-table-with-quoting.
4099 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4100 * pcomplete.el (pcomplete-arg-quote-list)
4101 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4102 (pcomplete-unquote-argument-function): Default to non-nil.
4103 (pcomplete-unquote-argument): Simplify.
4104 (pcomplete--common-quoted-suffix): Remove.
4105 (pcomplete-requote-argument-function): New var.
4106 (pcomplete--common-suffix): New function.
4107 (pcomplete-completions-at-point): Use completion-table-with-quoting
4108 and completion-table-subvert.
4109
79c4eeb4
SM
4110 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4111 (minibuffer--double-dollars): Preserve properties.
4112 (completion--sifn-requote): New function.
4113 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4114
ef24141c
SM
4115 * minibuffer.el: Add support for completion of quoted/escaped data.
4116 (completion-table-with-quoting, completion-table-subvert): New funs.
4117 (completion--twq-try, completion--twq-all): New functions.
4118 (completion--nth-completion): New function.
4119 (completion-try-completion, completion-all-completions): Use it.
4120
784e7d6e
LL
41212012-04-25 Leo Liu <sdl.web@gmail.com>
4122
dd2ac746
SM
4123 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4124 Use compilation-message if available to find real filename.
784e7d6e 4125
07875ee7
CY
41262012-04-25 Chong Yidong <cyd@gnu.org>
4127
4128 * vc/diff-mode.el (diff-setup-whitespace): New function.
4129 (diff-mode): Use it.
4130
4131 * vc/diff.el (diff-sentinel):
4132 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4133 Whitespace mode variables based on diff style (Bug#8612).
4134
5055880d
LL
41352012-04-25 Leo Liu <sdl.web@gmail.com>
4136
daf75653
LL
4137 * progmodes/python.el (python-send-region): Add suffix .py to the
4138 temp file.
4139
5055880d
LL
4140 * files.el (auto-mode-alist): Use javascript-mode instead.
4141
db9b177b
AH
41422012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4143
ef24141c 4144 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4145
090bd7cb 4146 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4147 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4148 references, see Bug#9.
ef24141c 4149 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4150 when receiving a fault reply.
ef24141c 4151 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4152
090bd7cb 4153 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4154 (soap-inspect-simple-type): New function.
db9b177b 4155
090bd7cb 4156 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4157 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4158 (soap-decode-basic-type, soap-encode-basic-type):
4159 support unsignedInt and double basic types.
db9b177b 4160 (soap-resolve-references-for-simple-type)
ef24141c
SM
4161 (soap-parse-simple-type, soap-encode-simple-type): New function.
4162 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4163
090bd7cb 4164 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4165 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4166 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4167 the local name of "soapenc:Array".
4168 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4169 decoding integer, byte and anyURI xsd types.
4170
1fc6097b
CY
41712012-04-25 Chong Yidong <cyd@gnu.org>
4172
4173 * cus-edit.el (custom-buffer-create-internal): Update header text.
4174
afc6df87
EZ
41752012-04-25 Eli Zaretskii <eliz@gnu.org>
4176
4177 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4178 settings on 'system-type', not on 'window-system'. On MS-Windows,
4179 set interactive-mode on in GDB.
4180
dfbd787f
SM
41812012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4184 (ruby-syntax-propertize-regexp): Remove.
4185 (ruby-syntax-propertize-function): Split regexp into chunks.
4186 Match following code directly.
4187
85222d44
DG
41882012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4189
51a8ea2a
DG
4190 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4191 (ruby-syntax-propertize-regexp): New function.
4192 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4193 by a special keyword.
4194
85222d44
DG
4195 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4196 (ruby-syntax-general-delimiters-goto-beg)
4197 (ruby-syntax-propertize-general-delimiters): New functions.
4198 (ruby-syntax-propertize-function): Use them to handle GDL.
4199 (ruby-font-lock-keywords): Move old handling of GDL...
4200 (ruby-font-lock-syntactic-keywords): .. to here.
4201 (ruby-calculate-indent): Adjust indentation for GDL.
4202
b613912b
MA
42032012-04-24 Michael Albinus <michael.albinus@gmx.de>
4204
b5380639
MA
4205 * notifications.el (top): Remove unneeded declarations.
4206 (notifications-specification-version): Change to "1.2".
e43042fe 4207 (notifications-interface, notifications-notify-method)
b613912b
MA
4208 (notifications-close-notification-method): Fix docstring.
4209 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4210 (notifications-notify): Add :action-items, :resident and
4211 :transient hints. Change "image_data" to "image-data" and
4212 "image_path" to "image-path".
b613912b
MA
4213 (notifications-get-capabilities): New defun.
4214
257440aa
LL
42152012-04-24 Leo Liu <sdl.web@gmail.com>
4216
4217 * progmodes/python.el: Move hideshow setup to the end.
4218
b1bac16e
MR
42192012-04-24 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (handle-select-window): Clear echo area since this is
4222 no more done by read_char (Bug#11304).
4223
d81bd059
SM
42242012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4227 and `/ M' to filter-derived-mode.
4228 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4229 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4230 (ibuffer-mark-by-mode): Use default rather than initial-input.
4231 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4232
c4cf6d91
IA
42332012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4234
4235 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4236 (ibuffer-filter-by-derived-mode): New filter.
4237 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4238
7511ded8
CY
42392012-04-23 Andreas Politz <politza@fh-trier.de>
4240
4241 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4242
775c916b
CY
42432012-04-23 Chong Yidong <cyd@gnu.org>
4244
4245 * cus-edit.el (customize-apropos, customize-apropos-options):
4246 Disable matching of non-option variables (Bug#11176).
4247 (customize-option, customize-option-other-window)
4248 (customize-changed-options): Doc fix.
4249 (customize-apropos-options, customize-apropos-faces)
4250 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4251
4252 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4253 Fix word list splitting (Bug#11132).
46c71e23
CY
4254 (apropos-symbol, apropos-keybinding, apropos-label)
4255 (apropos-property, apropos-function-button)
4256 (apropos-variable-button, apropos-misc-button): New faces.
4257 (apropos-symbol-face, apropos-keybinding-face)
4258 (apropos-label-face, apropos-property-face, apropos-match-face):
4259 Variables removed (Bug#8396).
4260 (apropos-library-button, apropos-format-plist, apropos-print)
4261 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4262
2df41f9c
MA
42632012-04-23 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * net/xesam.el (xesam-mode-map): Use let-bound map in
4266 initialization. (Bug#11292)
4267
da00640a
AM
42682012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4269
4270 Preserve ispell session localwords when switching back to
4271 original buffer.
4272
090bd7cb
JB
4273 * textmodes/ispell.el (ispell-buffer-session-localwords):
4274 New buffer-local variable to hold buffer session localwords.
ed9265fc 4275 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4276 localwords.
4277 (ispell-command-loop, ispell-change-dictionary)
4278 (ispell-buffer-local-words): Preserve session localwords when
4279 needed.
4280
090bd7cb
JB
4281 * textmodes/flyspell.el (flyspell-process-localwords)
4282 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4283
f621ccf5
AM
42842012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4285
090bd7cb
JB
4286 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4287 using obsolete `translation-table-for-input'.
ef24141c
SM
4288 (ispell-word, ispell-process-line, ispell-complete-word):
4289 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4290
c2d1019e
CY
42912012-04-22 Chong Yidong <cyd@gnu.org>
4292
4293 * cus-edit.el (custom-variable-menu)
4294 (custom-variable-reset-saved, custom-face-menu)
4295 (custom-face-reset-saved): If there is no saved value, make the
4296 "reset-saved" operation bring back the default (Bug#9509).
4297 (custom-face-state): Properly detect themed faces.
4298
eeddc531
CY
4299 * faces.el (face-spec-set): Stop supporting deprecated form of
4300 third arg.
4301
dcbf5805
MA
43022012-04-22 Michael Albinus <michael.albinus@gmx.de>
4303
4304 Move functions from C to Lisp. Make non-blocking method calls
4305 the default. Implement further D-Bus standard interfaces.
4306
ef24141c
SM
4307 * net/dbus.el (dbus-message-internal): Declare function.
4308 Remove unneeded function declarations.
dcbf5805
MA
4309 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4310 (dbus-message-type-method-return, dbus-message-type-error)
4311 (dbus-message-type-signal): Declare variables. Remove local
4312 definitions.
4313 (dbus-interface-dbus, dbus-interface-peer)
4314 (dbus-interface-introspectable, dbus-interface-properties)
4315 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4316 Adapt docstring.
4317 (dbus-interface-objectmanager): New defconst.
4318 (dbus-call-method, dbus-call-method-asynchronously)
4319 (dbus-send-signal, dbus-method-return-internal)
4320 (dbus-method-error-internal, dbus-register-service)
4321 (dbus-register-signal, dbus-register-method): New defuns, moved
4322 from dbusbind.c
4323 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4324 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4325 New defuns.
dcbf5805
MA
4326 (dbus-call-method-non-blocking): Make it an obsolete function.
4327 (dbus-unregister-object, dbus-unregister-service)
4328 (dbus-handle-event, dbus-register-property)
4329 (dbus-property-handler): Obey the new structure of
4330 `bus-registered-objects'.
4331 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4332 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4333 Use `dbus-call-method'.
4334
cf20dee0
CY
43352012-04-22 Chong Yidong <cyd@gnu.org>
4336
4337 * cus-edit.el (custom-commands, custom-reset-menu)
4338 (Custom-reset-standard): Tweak labels.
4339 (custom-reset-button-menu): Change default to t.
4340 (custom-buffer-create-internal): For the custom-reset-button-menu
4341 case, put the revert button first.
4342 (custom-group-subtitle): New face.
4343 (custom-group-value-create): Align docstring to a specific column.
4344
4345 * wid-edit.el (widget-documentation-link-add): Don't handle
4346 indentation in this function.
4347 (widget-documentation-string-indent-to): New function.
4348 (widget-documentation-string-value-create): Use it.
4349
4350 * autorevert.el (auto-revert):
4351 * epg-config.el (epg):
4352 * ibuffer.el (ibuffer):
4353 * mpc.el (mpc):
4354 * ses.el (ses):
4355 * eshell/eshell.el (eshell):
4356 * net/ange-ftp.el (ange-ftp):
4357 * progmodes/ebnf2ps.el (postscript):
4358 * progmodes/flymake.el (flymake):
4359 * progmodes/prolog.el (prolog):
4360 * progmodes/verilog-mode.el (verilog-mode):
4361 * progmodes/which-func.el (which-func):
4362 * term/xterm.el (xterm):
4363 * textmodes/picture.el (picture):
4364 * textmodes/tildify.el (tildify):
4365 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4366 customization buffers.
4367
583e23bd
AM
43682012-04-22 Alan Mackenzie <acm@muc.de>
4369
4370 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4371 Adding a ) can hide the resulting (..) from searches. Fix it.
4372 Bound the backward search to the position of the existing (.
4373
7dd51bf1
JB
43742012-04-21 Juanma Barranquero <lekktu@gmail.com>
4375
4376 * progmodes/verilog-mode.el (verilog-mode): Check whether
4377 which-func-modes is t before adding verilog-mode.
4378 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4379
d64a438f
LL
43802012-04-21 Leo Liu <sdl.web@gmail.com>
4381
7dd51bf1 4382 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4383
081e8d65
MV
43842012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4385
4386 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4387 filling of the last column of a table (Bug#5635).
4388 (woman-find-next-control-line): New arg, specifying an additional
4389 regexp component for the control line.
4390 (woman2-roff-buffer): Use it.
4391 (woman-break-table): New function.
4392 (woman2-TS): Use it.
4393
43942012-04-21 Chong Yidong <cyd@gnu.org>
4395
4396 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4397 (woman-horizontal-escapes, woman-negative-vertical-space)
4398 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4399 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4400
ed571ccb
SM
44012012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * minibuffer.el (completion-file-name-table): Complete user names.
4404
39773899
LL
44052012-04-20 Leo Liu <sdl.web@gmail.com>
4406
4407 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4408 and pcase-let*.
4409
de6ff46d
CY
44102012-04-20 Chong Yidong <cyd@gnu.org>
4411
4412 * server.el (server-execute): Respect initial-buffer-choice if it
4413 is a string and there are no files to open (Bug#2825).
4414 (server-create-window-system-frame, server-create-tty-frame):
4415 Don't switch buffers here.
2d0e8e61
CY
4416 (server-process-filter): Only try to open a window system frame if
4417 compiled with graphical support (Bug#8314).
de6ff46d 4418
54071013
DN
44192012-04-20 Dan Nicolaescu <dann@gnu.org>
4420
4421 * battery.el (battery-echo-area-format): Display remaining time
4422 for sysfs backend too (Bug#11269).
4423 (battery-linux-sysfs): Fix conditional for the charge.
4424
f30d612a
CY
44252012-04-20 Chong Yidong <cyd@gnu.org>
4426
c07a4c0b 4427 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4428 (gdb-inferior-io--init-proc): New function.
4429 (gdb-init-1): Use it.
4430 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4431 responsible for allocating a new pty and hooking it to gdb when
4432 the old pty gets an EIO due to process exit.
4433 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4434 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4435 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4436
2116e93c
EZ
44372012-04-20 Eli Zaretskii <eliz@gnu.org>
4438
4439 * window.el (window-min-size, window-sizable, window-min-delta)
4440 (window-max-delta, window--resizable, window-resizable)
4441 (window-total-size, window-full-height-p, window-full-width-p)
4442 (window-in-direction, window--resize-mini-window, window-resize)
4443 (window--resize-child-windows-normal)
4444 (window--resize-child-windows, window--resize-siblings)
4445 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4446 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4447
c07a4c0b 44482012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4449
ef24141c
SM
4450 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4451 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4452 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4453 pty process (Bug#11273).
4454 (gdb-update): New arg to suppress talking to the gdb process.
4455 (gdb-done-or-error): Use it.
4456 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4457 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4458 sentinel not being called.
4459
4460 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4461
d02766ab
CY
4462 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4463
c07a4c0b 44642012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4465
4466 * net/network-stream.el (open-network-stream): Doc fix.
4467
c07a4c0b 44682012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4469
4470 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4471
c07a4c0b 44722012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4473
4474 Ensure searching for keywords is case sensitive.
4475
4476 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4477 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4478 (c-defun-name, c-mark-function, c-cpp-define-name)
4479 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4480 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4481
ef24141c
SM
4482 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4483 Bind case-fold-search to nil.
f0f6bc35 4484
c07a4c0b 44852012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4486
4487 * mail/sendmail.el (mail-bury): Call return action with the right
4488 Rmail buffer (Bug#11242).
4489
9a864fa2
CY
4490 * server.el (server-process-filter): Handle corner case where both
4491 tty and nowait options are present (Bug#11102).
4492
539aa513
EZ
44932012-04-20 Eli Zaretskii <eliz@gnu.org>
4494
4495 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4496 (top level): Put into the executable the ident-style '$Id:' tag on
4497 windows-nt as well.
539aa513 4498
cfc7d5da
SM
44992012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * electric.el (electric-indent-post-self-insert-function): Check that
4502 electric-indent-mode is enabled in current buffer.
4503
5b01685c
JB
45042012-04-19 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * imenu.el (imenu-progress-message): Restore; it is "used" in
4507 erc/erc-imenu.el and net/snmp-mode.el.
4508
4d6769e1
JB
45092012-04-19 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4512 (mouse-avoidance-nudge-mouse): Remove unused binding.
4513
4514 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4515
4516 * descr-text.el (describe-char):
4517 * progmodes/python.el (python-describe-symbol):
4518 Don't call `toggle-read-only', set `buffer-read-only'.
4519
4520 * imenu.el (imenu-default-goto-function): Mark unused args.
4521 (imenu-progress-message): Remove obsolete macro; all callers changed.
4522
4523 * subr.el (keymap-canonicalize): Remove unused binding.
4524 (read-passwd): Mark unused arg.
4525
4526 * tutorial.el (tutorial--display-changes): Remove unused binding.
4527 (tutorial--save-tutorial-to): Remove unused variable.
4528
4529 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4530 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4531 (package-generate-autoloads, package-menu--generate)
4532 (package-menu--find-upgrades): Remove unused bindings.
4533
4534 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4535 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4536 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4537 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4538 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4539 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4540 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4541 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4542 (cua-delete-char-rectangle): Mark unused args.
4543 (cua-align-rectangle): Remove unused binding.
4544
4545 * mail/rmail.el (compilation--message->loc)
4546 (epa--find-coding-system-for-mime-charset): Declare.
4547
4548 * net/dbus.el (dbus-register-service): Declare.
4549 (dbus-name-owner-changed-handler): Remove unused binding.
4550
4551 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4552 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4553 (nxml-scan-backward-within): Mark unused arg.
4554 (nxml-dynamic-markup-word): Remove unused binding.
4555
4556 * mouse.el (mouse-menu-major-mode-map):
4557 * emacs-lisp/authors.el (authors-scan-change-log)
4558 (authors-add-to-author-list):
4559 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4560 * emacs-lisp/smie.el (smie-auto-fill):
4561 * mail/sendmail.el (mail-bury):
4562 * mail/unrmail.el (unrmail):
4563 * net/tls.el (open-tls-stream):
4564 * textmodes/picture.el (picture-mouse-set-point):
4565 Remove unused bindings.
4566
8c8fc5df
MA
45672012-04-19 Michael Albinus <michael.albinus@gmx.de>
4568
4569 * net/tramp.el (tramp-action-password): Let-bind
4570 `enable-recursive-minibuffers' to t.
4571
a77b0ac9
SS
45722012-04-18 Sam Steingold <sds@gnu.org>
4573
4574 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4575 instead of 'string to accommodate values like [f11].
4576 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4577 * progmodes/gdb-mi.el: Likewise.
4578
12a106a9
LL
45792012-04-18 Leo Liu <sdl.web@gmail.com>
4580
4581 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4582 current buffer.
4583 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4584 LOCAL is nil.
4585
bc6494ef
CY
45862012-04-18 Chong Yidong <cyd@gnu.org>
4587
4588 * simple.el (line-move): Use forward-line if in batch mode
4589 (Bug#11053).
4590
c09c46b2
CS
45912012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4592
4593 * files.el (after-find-file): Do not try to add a final newline if
4594 the buffer is read-only (Bug#11156).
4595
5f6530ea
RS
45962012-04-17 Richard Stallman <rms@gnu.org>
4597
4598 * mail/rmail.el (rmail-start-mail):
4599 Pass (rmail-mail-return...) for the return-action.
4600 Pass (rmail-yank-current-message...) for the yank-action.
4601 (rmail-yank-current-message): New function.
4602 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4603 (rmail-reply): Likewise.
4604 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4605
4606 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4607 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4608 buffer, not newbuf.
4609
197b6f3c
JB
46102012-04-17 Juanma Barranquero <lekktu@gmail.com>
4611
4612 * server.el (server-ensure-safe-dir): Simplify.
4613
2311d8e5 46142012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4615
2311d8e5
GM
4616 * emacs-lisp/smie.el: Provide smarter auto-filling.
4617 (smie-auto-fill): New function.
4618 (smie-setup): Use it.
98fb480e 4619
2311d8e5
GM
4620 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4621
46222012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4623
4624 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4625 (comment-indent): Use it.
4626
2311d8e5 46272012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4628
4629 * ses.el: The overall change is to add cell renaming, that is
4630 setting fancy names for cell symbols other than name matching
4631 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4632 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4633 (ses-create-cell-variable): New defun.
2311d8e5 4634 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4635 (ses-relocate-formula): Relocate formulas only for cells the
4636 symbols of which are not renamed, i.e. symbols whose names do not
4637 match regexp "\\`[A-Z]+[0-9]+\\'".
4638 (ses-relocate-all): Relocate values only for cells the symbols of
4639 which are not renamed.
4640 (ses-load): Create cells variables as the (ses-cell ...) are read,
4641 in order to check row col consistency with cell symbol name only
4642 for cells that are not renamed.
4643 (ses-replace-name-in-formula): New defun.
4644 (ses-rename-cell): New defun.
4bdf2ad2 4645
fc72b15c
PO
46462012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4647
4648 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4649 New option (bug#11118).
4650 (perl-calculate-indent): Respect it.
4651
12e10e61
GM
46522012-04-17 Glenn Morris <rgm@gnu.org>
4653
4654 * dired-aux.el (dired-mark-read-string): Doc fix.
4655
30009afd
DA
46562012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4657
4658 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4659 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4660
41f03f4d
GM
46612012-04-17 Glenn Morris <rgm@gnu.org>
4662
4663 * mouse.el (mouse-drag-track):
4664 * speedbar.el (speedbar-frame-mode):
4665 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4666
f45f90f3
LL
46672012-04-16 Leo Liu <sdl.web@gmail.com>
4668
4669 * progmodes/python.el: Trivial cleanup.
4670
94ee8db5
GM
46712012-04-16 Glenn Morris <rgm@gnu.org>
4672
121b8917
GM
4673 * vc/vc.el (vc-string-prefix-p):
4674 * vc/pcvs-util.el (cvs-string-prefix-p):
4675 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4676 * mpc.el (mpc-string-prefix-p):
4677 Make all of these into obsolete aliases for string-prefix-p.
4678 Update callers.
4679 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4680
1197ecfa
GM
4681 * textmodes/two-column.el: Move custom options to the start.
4682 (frame-width): Remove compat definition.
4683 (2C-associate-buffer, 2C-dissociate):
4684 Use with-current-buffer rather than save-excursion.
4685 (2C-dissociate): Force a mode-line update.
4686 (2C-autoscroll): Use ignore-errors.
4687
099e7202
GM
4688 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4689 Autoload trivia.
4690
bf350d6a
GM
4691 * emacs-lisp/cl-extra.el (*random-state*):
4692 Remove unnecessary declaration.
4693
0e829eab
GM
4694 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4695
e3ad7552
GM
4696 * play/cookie1.el (cookie-snarf):
4697 Give an explicit error if input file cannot be read.
4698
68892d27
GM
4699 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4700
20f0c46d
GM
4701 * progmodes/perl-mode.el (c-macro-expand):
4702 Remove unnecessary autoload (it is in loaddefs.el).
4703
5a0978ce
GM
4704 * textmodes/picture.el (picture-desired-column)
4705 (picture-update-desired-column): Convert comments to doc-strings.
4706 (picture-substitute): Remove function.
4707 (picture-mode-map): Initialize in the defvar.
4708
6b955486
GM
4709 * woman.el: Remove eval-after-load for tar-mode.
4710 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4711 (woman-tar-extract-file): Autoload it.
4712
94ee8db5
GM
4713 * frame.el (automatic-hscrolling): Make this alias obsolete.
4714
177eca34
AM
47152012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4716
090bd7cb 4717 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4718 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4719 (ispell-dictionary-base-alist): Revert to original XEmacs
4720 friendly version for default. [:alpha:] will be added in
090bd7cb 4721 `ispell-set-spellchecker-params' if needed.
177eca34 4722
c505aaeb
CY
47232012-04-16 Chong Yidong <cyd@gnu.org>
4724
b19dd9d1 4725 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4726 (imagemagick-register-types): Use it.
4727 (imagemagick-types-inhibit): Add :set function. Allow new value
4728 of t to inhibit all types.
4729
4730 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4731 so we can preload it.
4732
4733 * loadup.el (fboundp): Preload regexp-opt, needed by
4734 imagemagick-register-types.
4735
60efac0f
CY
47362012-04-15 Chong Yidong <cyd@gnu.org>
4737
4738 * frame.el (scrolling): Remove nearly unused customization group.
4739
4740 * scroll-all.el (scroll-all-mode): Move to windows group.
4741
5dd1713e
CY
47422012-04-15 Chong Yidong <cyd@gnu.org>
4743
4744 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4745
e6fd457e
CY
47462012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4749 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4750
e153c136
GM
47512012-04-15 Glenn Morris <rgm@gnu.org>
4752
4753 * simple.el (process-file-side-effects): Doc fix.
4754
e6fd457e 47552012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4756
4757 * international/mule-cmds.el (set-language-environment): Doc fix.
4758
3603c3b1
JB
47592012-04-14 Juanma Barranquero <lekktu@gmail.com>
4760
4761 * server.el (server-auth-key, server-generate-key): Doc fixes.
4762 (server-get-auth-key): Doc fix. Use `string-match-p'.
4763 (server-start): Reflow docstring.
4764
e6de100c
LI
47652012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4766
4767 * server.el (server-generate-key): `called-interactively-p'
4768 requires a parameter.
4769
29734c21
MN
47702012-04-14 Michal Nazarewicz <mina86@mina86.com>
4771
4772 * server.el (server-auth-key): New variable.
75f1671a 4773 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4774 (server-start): Use the new variable and functions to allow
4775 setting a permanent server key (bug#9423).
4776
d65c9521
LL
47772012-04-14 Leo Liu <sdl.web@gmail.com>
4778
4779 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4780
5ae255c7
PE
47812012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4782
4783 Spelling fixes.
4784 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4785 Emacs uses American spelling.
4786
d5e6342e
JB
47872012-04-14 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4790 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4791 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4792 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4793
ab036cd7
SM
47942012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * progmodes/which-func.el (which-func-modes): Change default.
4797
35dc09a1 47982012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4799
4800 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4801 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4802
35dc09a1 48032012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4804
4805 * custom.el (custom-theme-set-variables): Doc fix.
4806
35dc09a1 48072012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4808
4809 * international/mule.el (set-auto-coding-for-load): Doc fix.
4810
35dc09a1 48112012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4812
35dc09a1
GM
4813 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4814 imenu work again for Objective C Mode. Correct the *-index values,
4815 these having been disturbed by a previous change in 2011-08.
57f845ee 4816
0de3da9f
AM
4817 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4818 Correct two search limits.
4819
35dc09a1 48202012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4821
4822 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4823
35dc09a1 48242012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4825
4826 * international/characters.el: Fix sorting.
4827
35dc09a1 48282012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4829
4830 * international/characters.el: Add more missing Latin case pairs.
4831
35dc09a1 48322012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4833
4834 * files.el (dir-locals-set-class-variables): Doc fix.
4835
35dc09a1 48362012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4837
3f1b5bf8
EZ
4838 * international/characters.el: Add set-case-syntax-pair call for
4839 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4840 counterpart. (Bug#11209)
4841
9f847f41
EZ
4842 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4843
35dc09a1 48442012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4845
4846 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4847
35dc09a1 48482012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4849
35dc09a1
GM
4850 * textmodes/ispell.el (ispell-dictionary-base-alist):
4851 Add data for Hebrew.
e2627d21 4852
35dc09a1 48532012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4854
35dc09a1
GM
4855 * net/rcirc.el (rcirc-cmd-quit):
4856 Revert 2012-03-18 change (Bug#11192).
5c14e333 4857
35dc09a1 48582012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4859
4860 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4861
35dc09a1 48622012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4863
4517fe3a
SM
4864 * minibuffer.el (completion-in-region-mode-map):
4865 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4866
b472a594
VD
48672012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4868
4869 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4870
09b95ce3
MY
48712012-04-13 Masatake YAMATO <yamato@redhat.com>
4872
4873 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4874 to allow `C-M-f' and `C-M-b' to move to the nearest path
4875 separator (bug#9511).
4876
4b63a9ca
LI
48772012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4878
4879 * avoid.el: Require cl when compiling. And also move the
4880 `provide' to the end.
4881
7b55b8bf
TV
48822012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4883
4884 * avoid.el (mouse-avoidance-banish-position): New variable.
4885 (mouse-avoidance-banish-destination): Use it (bug#10165).
4886
adedaa1f
LL
48872012-04-13 Leo Liu <sdl.web@gmail.com>
4888
4889 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4890
70e74021
KB
48912012-04-13 Ken Brown <kbrown@cornell.edu>
4892
4893 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4894 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4895 (browse-url-filename-alist): For the same reason, don't modify
4896 file:// URLs on Cygwin.
4897
e75e89ba
SM
48982012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4901 the region on shift if the binding is already shifted (bug#11221).
4902
82f289a4
GM
49032012-04-12 Glenn Morris <rgm@gnu.org>
4904
4905 * mail/mailpost.el: Move to obsolete/.
4906
d333dc4c
DA
49072012-04-12 Drew Adams <drew.adams@oracle.com>
4908
4909 * imenu.el (imenu--generic-function): Ignore invisible definitions
4910 (bug#10123).
4911
0d15b5ba
VD
49122012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4913
4914 * hexl.el (hexl-bits): New variable.
4915 (hexl-options): Mention the variable in the doc string.
75f1671a 4916 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4917 (hexl-mode): Mention the new variable.
75f1671a
JB
4918 (hexl-mode, hexl-current-address, hexl-current-address):
4919 Use the displen.
0d15b5ba
VD
4920 (hexl-ascii-start-column): New function.
4921 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4922 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4923
64a440db
AM
49242012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4925
4926 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4927 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4928 the encoding, as expected by hunspell.
4929
6decb6c2
SM
49302012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * battery.el (battery--linux-sysfs-regexp): New const.
4933 (battery-status-function): Use it. Remove yeeloong special case.
4934 (battery-yeeloong-sysfs): Remove.
4935 (battery-echo-area-format): Remove yeeloong special case.
4936
088be6fb
SM
49372012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4938
6622e416
SM
4939 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4940 Reported by Noah Friedman.
4941
088be6fb
SM
4942 * subr.el (read-passwd): Use read-string.
4943
b49f886e
LMI
49442012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * vcursor.el (vcursor-move): Increase the priority of the overlay
4947 (bug#9663).
4948
a63067fc
DD
49492012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4950
4951 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4952 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4953
ac3cf14a
WS
49542012-04-11 William Stevenson <yhvh2000@gmail.com>
4955
4956 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4957 define-minor-mode (bug#10760).
4958
c4fc691b 49592012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4960
4d6769e1 4961 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4962 that directories matching `grep-find-ignored-files' won't be
4963 pruned (bug#10351).
4964
af23e2e5
CY
49652012-04-11 Chong Yidong <cyd@gnu.org>
4966
4967 * startup.el (command-line): Remove support for long-obsolete
4968 variable font-lock-face-attributes.
4969
ab7ce8c1
GM
49702012-04-11 Glenn Morris <rgm@gnu.org>
4971
4972 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4973
de8c03dc
SM
49742012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * window.el (window--state-get-1): Obey window-point-insertion-type.
4977
050cc68b
LB
49782012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4979
4980 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4981 to previous function when point is on the first character of a
75f1671a 4982 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4983
a38c310c
GM
49842012-04-11 Glenn Morris <rgm@gnu.org>
4985
effed0c2
GM
4986 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4987 not just file-errors.
4988
a38c310c
GM
4989 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4990 (vc-bzr-sha1): Use internal sha1.
4991
0221e323
SM
49922012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4995
43956923
SG
49962012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4997
4998 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4999 that start in the middle of the line (bug#10496).
5000
6a8c9eaf
DN
50012012-04-10 Dan Nicolaescu <dann@gnu.org>
5002
5003 * battery.el (battery-linux-proc-acpi): Only one battery is
5004 discharged at a time, but that seems to confuse battery.el when
5005 computing `rate-type' for the battery not being discharged
5006 (bug#10332).
5007
1930bf5d
SM
50082012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5009
2a718f6f
SM
5010 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5011
599430d0
SM
5012 * international/quail.el: Use dolist and simplify.
5013 (quail-define-package, quail-update-keyboard-layout)
5014 (quail-define-rules): Use dolist.
5015 (quail-insert-kbd-layout, quail-get-translation): CSE.
5016
a2754b6c
SM
5017 * tmm.el: Use dolist, remove left over hook.
5018 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5019 Use dolist.
5020 (calendar-load-hook): Don't mess with it.
5021
1930bf5d
SM
5022 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5023 Use derived-mode-p. Run the diff asynchronously.
5024
9f67961c
LMI
50252012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5026
5027 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5028
2a8ce227
JB
50292012-04-10 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5032 (list-dynamic-libraries--loaded): New function.
5033 (list-dynamic-libraries--refresh): Use it.
5034
8f33b5f8
NW
50352012-04-10 Nathan Weizenbaum <nweiz@google.com>
5036
1930bf5d
SM
5037 * progmodes/python.el (python-fill-paragraph):
5038 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5039 disabled (bug#7018).
5040
b12f0439
L
50412012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5042
1930bf5d 5043 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5044 DOS/MS Windows for the Baltic languages. There are still plenty
5045 of texts written in this encoding/codepage (bug#6519).
b12f0439 5046
57c3bd01
GM
50472012-04-10 Glenn Morris <rgm@gnu.org>
5048
5049 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5050 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5051
6c3eab30
FA
50522012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5053
1930bf5d 5054 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5055 next-line "n" and previous-line "p" in order to make recentf more
5056 consistent with ibuffer, dired or org-mode (bug#9387).
5057
24d78a88
LMI
50582012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5059
bc72b5d9
LMI
5060 * image.el (put-image): Return the overlay created instead of the
5061 optional input string (bug#7834). Note that this may break code
5062 that is (for some reason or other) depending on `put-image'
5063 returning the string.
5064
bd2dba5a
LMI
5065 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5066
74beb59f
LMI
5067 * simple.el (zap-to-char): Allow zapping using input methods
5068 (bug#1580).
5069
24d78a88
LMI
5070 * textmodes/fill.el (fill-region): Leave point and mark where they
5071 were before filling (bug#5399).
5072
263f20cd
GM
50732012-04-09 Glenn Morris <rgm@gnu.org>
5074
5075 * version.el (emacs-bzr-get-version):
5076 Handle lightweight checkouts of local branches.
5077
58d1f797
AS
50782012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5079
263f20cd 5080 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5081
b4d3bc10
CY
50822012-04-09 Chong Yidong <cyd@gnu.org>
5083
5084 * custom.el (custom-variable-p): Return nil for non-symbol
5085 arguments instead of signaling an error.
5086 (user-variable-p): Obsolete alias for custom-variable-p.
5087
5088 * apropos.el (apropos-variable):
5089 * files-x.el (read-file-local-variable):
5090 * simple.el (set-variable):
5091 * woman.el (woman-mini-help):
5092 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5093
fd06db5d
GM
50942012-04-09 Glenn Morris <rgm@gnu.org>
5095
e5fcdb5e
GM
5096 * startup.el (normal-top-level): Don't look for leim-list.el
5097 in places where it will not be found. (Bug#910)
5098
fd06db5d
GM
5099 * international/mule-cmds.el (set-default-coding-systems):
5100 * files.el (normal-mode):
5101 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5102 This function was removed with ucs-tables.el in 2008.
5103
b39bb7e1
EZ
51042012-04-08 Eli Zaretskii <eliz@gnu.org>
5105
5106 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5107 ispell-encoding8-command to "-i", without a trailing space.
5108 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5109 separate command-line arguments, to specify the encoding, since
5110 that's how hunspell expects it.
5111
5c5b8e23
GM
51122012-04-08 Glenn Morris <rgm@gnu.org>
5113
5114 * loadup.el: Load bindings before cus-start.
5115 This reduces somewhat the number of "rogue" settings in emacs -Q.
5116
a1ed8b05
GM
51172012-04-07 Glenn Morris <rgm@gnu.org>
5118
5119 * version.el (emacs-bzr-get-version): New function.
dfae128a 5120 (emacs-bzr-version): New variable.
a1ed8b05
GM
5121 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5122 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5123
b142f158
EZ
51242012-04-07 Eli Zaretskii <eliz@gnu.org>
5125
dfae128a
GM
5126 * international/uni-bidi.el, international/uni-category.el:
5127 * international/uni-combining.el, international/uni-decimal.el:
5128 * international/uni-decomposition.el, international/uni-digit.el:
5129 * international/uni-lowercase.el, international/uni-mirrored.el:
5130 * international/uni-name.el, international/uni-numeric.el:
5131 * international/uni-titlecase.el, international/uni-uppercase.el:
5132 Update for Unicode 6.1.
b142f158 5133
9078ead6
EZ
51342012-04-07 Eli Zaretskii <eliz@gnu.org>
5135
5136 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5137
f23d2c7d
LMI
51382012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * window.el (shrink-window): Mention the `window-min-height'
5141 variable in the doc string.
5142
0a0a3573
BG
51432012-04-05 Bastien Guerry <bzg@altern.org>
5144
5145 * color.el (color-lighten-name): Fix typo.
5146
e5248ac9
SM
51472012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * server.el (server--on-display-p): New function.
5150 (server--on-display-p): Use it.
5151
b4243e22
GV
51522012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5153
5154 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5155 (bug#11145).
5156
305d9f44
SM
51572012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * comint.el (comint--common-quoted-suffix): Check string boundary
5160 before comparing (bug#11158).
5161 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5162
3d439cd1
CY
51632012-04-04 Chong Yidong <cyd@gnu.org>
5164
321cc491
CY
5165 * minibuffer.el (completion-extra-properties): Doc fix.
5166
3d439cd1
CY
5167 * subr.el (delayed-warnings-hook): Doc fix.
5168
2d562c0f
DU
51692012-04-04 Daiki Ueno <ueno@unixuser.org>
5170
5171 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5172 selection (Bug#11159).
5173 (epa-insert-keys): Inform that the default public key will be
5174 exported if no key is selected.
5175
4443f204
RS
51762012-04-04 Richard Stallman <rms@gnu.org>
5177
5178 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5179
529c06b6
CY
51802012-04-03 Chong Yidong <cyd@gnu.org>
5181
5182 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5183 mail-insert-file, not its obsolete alias mail-attach-file.
5184
66b907dc
MA
51852012-04-03 Michael Albinus <michael.albinus@gmx.de>
5186
5187 * notifications.el (notifications-notify): Fix docstring.
5188
c0ea195d
GM
51892012-04-02 Glenn Morris <rgm@gnu.org>
5190
5191 * emacs-lisp/authors.el (authors-aliases): Another addition.
5192
5ca64e00
MA
51932012-04-02 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5196 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5197 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5198
42ee526b
CY
51992012-04-01 Chong Yidong <cyd@gnu.org>
5200
5201 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5202 Handle root directory properly.
5203 (copy-directory): Caller changed.
5204
5205 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5206 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5207
0b021094
GM
52082012-03-31 Glenn Morris <rgm@gnu.org>
5209
40f86458
GM
5210 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5211
7019c177
GM
5212 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5213
a1daddd6
GM
5214 * calendar/calendar.el (calendar-window-list)
5215 (calendar-hide-window): Restore. (Bug#11140)
5216 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5217
0b021094
GM
5218 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5219
40311efc
TV
52202012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5221
5222 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5223 Check if file is a symlink (Bug#10489).
5224
5225 * files.el (copy-directory): Likewise.
5226
5319014e
CY
52272012-03-30 Chong Yidong <cyd@gnu.org>
5228
5229 * image.el (imagemagick-types-inhibit)
5230 (imagemagick-register-types): Doc fix.
5231
935d1290
AM
52322012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5233
090bd7cb 5234 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5235 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5236 and treats ~word as ordinary words in pipe mode.
935d1290 5237
61c6e8fd
GM
52382012-03-30 Glenn Morris <rgm@gnu.org>
5239
5240 * tutorial.el (help-with-tutorial): Ensure local variables don't
5241 happen to make the buffer read-only. (Bug#11127)
5242
81fdff00
SM
52432012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5246 (perl-calculate-indent): Return `noindent' in strings.
5247
6e7a6ec0
SS
52482012-03-28 Sam Steingold <sds@gnu.org>
5249
5250 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5251 instead of the broken adhockery which does not prevent calendar
5252 buffers from being displayed at random after exit.
5253 (calendar-window-list, calendar-hide-window): Remove the broken
5254 adhockery.
5255
fee88ca0
GM
52562012-03-28 Glenn Morris <rgm@gnu.org>
5257
5258 * replace.el (query-replace-map): Doc fix.
5259
38de3354
AS
52602012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5261
5262 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5263 contents. (Bug#11109)
5264
b973155e
SM
52652012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5268 (bug#11077).
5269 (avl-tree--check, avl-tree--check-node): New funs.
5270
dcb6e7b3
MR
52712012-03-27 Martin Rudalics <rudalics@gmx.at>
5272
5273 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5274 (switch-to-prev-buffer, switch-to-next-buffer):
5275 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5276 showing a buffer already is done on the same frame.
5277
b4fa35fa
GM
52782012-03-27 Glenn Morris <rgm@gnu.org>
5279
5280 * startup.el (mail-host-address): Doc fix.
5281
f9210e18
SM
52822012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5285 than 197 variables.
5286
c0bf7753
AF
52872012-03-26 Ami Fischman <ami@fischman.org>
5288
5289 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5290
33da7b16
GM
52912012-03-26 Glenn Morris <rgm@gnu.org>
5292
02243d9d
GM
5293 * files.el (save-buffers-kill-emacs): Doc fix.
5294
33da7b16
GM
5295 * startup.el (normal-top-level, command-line, command-line-1):
5296 Give them doc strings.
5297
e5a69fd0
EZ
52982012-03-25 Eli Zaretskii <eliz@gnu.org>
5299
5300 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5301 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5302
9a69676a
CY
53032012-03-25 Chong Yidong <cyd@gnu.org>
5304
4125cb8b
CY
5305 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5306 theme if it was previously enabled before (Bug#11031).
5307
dd470960
CY
5308 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5309 spec with custom-face-get-current-spec if its :shown-value is not
5310 determined yet (Bug#9337).
4125cb8b 5311 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5312
9a69676a
CY
5313 * button.el (button-at): Minor addition to docstring.
5314
6e7e90fa
SL
53152012-03-24 Simon Leinen <simon.leinen@gmail.com>
5316
5317 * vc/vc.el (vc-merge): Fix a prompt.
5318
f06e2758
CY
53192012-03-24 Chong Yidong <cyd@gnu.org>
5320
5321 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5322 point (Bug#9623).
5323
6e7e90fa
SL
5324 * button.el (button-at): Minor addition to docstring.
5325
b9d0879b
SM
53262012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * newcomment.el (comment-choose-indent): No space after BOL.
5329
e71cebb3
SS
53302012-03-22 Sam Steingold <sds@gnu.org>
5331
5332 * window.el (switch-to-prev-buffer): Revert last patch because the
5333 bug turned out to be an advertised feature (Elisp manual 28.14).
5334
335aff35
GM
53352012-03-22 Glenn Morris <rgm@gnu.org>
5336
5337 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5338 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5339
c676576a
LMI
53402012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5341
5342 * net/network-stream.el (network-stream-open-starttls): Make error
5343 message under Windows be less misleading.
5344
126f3d39
LW
53452012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5346
5347 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5348 understands (bug#9942).
5349
64fee311
CY
53502012-03-22 Chong Yidong <cyd@gnu.org>
5351
5352 * simple.el (end-of-visible-line): Handle return value of
5353 next-single-property-change properly (Bug#9371).
5354
a640d29a
KH
53552012-03-22 Kenichi Handa <handa@m17n.org>
5356
5357 * international/quail.el (quail-insert-kbd-layout): Fix previous
5358 change. To avoid unwanted bidi reordering, use
5359 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5360
39675016
DG
53612012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5362
5363 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5364 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5365 (ruby-beginning-of-indent): Be more careful with the difference
5366 between word-boundary and symbol boundary.
5367 (ruby-mode-syntax-table): Make : a symbol constituent.
5368
0a6934fc 53692012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5370
3d008e4f
SM
5371 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5372
0a6934fc
SM
53732012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5374
af67c9d7
SM
5375 * progmodes/etags.el (tags-completion-at-point-function):
5376 Improve last fix.
5377
1acad97c
SM
5378 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5379
e298b5da
SS
53802012-03-21 Sam Steingold <sds@gnu.org>
5381
5382 * progmodes/etags.el (tags-completion-at-point-function):
5383 Avoid the error when point is inside the pattern.
5384
91d82a70
JY
53852012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5386
5387 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5388 line (Bug#10855).
5389
69188b79
CY
53902012-03-21 Drew Adams <drew.adams@oracle.com>
5391
5392 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5393
99fc91fe
AK
53942012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5395
5396 * ido.el (ido-set-current-directory, ido-read-internal)
5397 (ido-choose-completion-string, ido-completion-help): Handle nil
5398 value of ido-completion-buffer (Bug#11008).
5399
087bbb4c
SS
54002012-03-21 Sam Steingold <sds@gnu.org>
5401
5402 * window.el (switch-to-prev-buffer): Do not switch to a visible
5403 window previous buffer, just like with the frame previous buffers.
5404
fb5b8aca
CY
54052012-03-21 Chong Yidong <cyd@gnu.org>
5406
5407 * faces.el (make-face, make-empty-face, copy-face):
5408 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5409 Doc fixes.
5410
dc9924b8
SM
54112012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5414 (widget-complete): Remove broken use of it.
5415
f0bcceb9
CY
54162012-03-20 Chong Yidong <cyd@gnu.org>
5417
dc9924b8
SM
5418 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5419 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5420 characters.
5421
ee52ebf3
TH
54222012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5423
5424 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5425 to draw rectangles, not squares. (Regression introduced by revno
5426 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5427
4c5779ab
CY
54282012-03-18 Chong Yidong <cyd@gnu.org>
5429
5430 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5431 it is not yet defined (for temacs).
5432
15360934
LL
54332012-03-18 Leo Liu <sdl.web@gmail.com>
5434
dc9924b8 5435 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5436
d9a8eb66
EZ
54372012-03-17 Eli Zaretskii <eliz@gnu.org>
5438
5439 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5440 (ispell-choices-win-default-height, ispell-silently-savep)
5441 (ispell-dictionary-alist, ispell-encoding8-command)
5442 (ispell-check-version, ispell-aspell-find-dictionary)
5443 (ispell-valid-dictionary-list, ispell-words-keyword)
5444 (ispell-get-word, ispell-internal-change-dictionary)
5445 (ispell-region, ispell-skip-region-list)
5446 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5447 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5448 (ispell-message-text-end, ispell-message)
5449 (ispell-buffer-local-parsing): Doc fix.
5450
f02ff80d
J
54512012-03-13 Jambunathan K <kjambunathan@gmail.com>
5452
5453 * htmlfontify.el: Add support for code block fontification for ODT
5454 export (Bug #9914).
5455 (hfy-optimisations): Define new option
5456 `body-text-only'
5457 (hfy-fontify-buffer): Honor above setting.
5458 (hfy-begin-span, hfy-end-span): New routines factored out form
5459 `hfy-fontify-buffer'.
5460 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5461 that permit insertion of custom tags.
5462 (hfy-fontify-buffer): Use above handlers.
5463 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5464 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5465 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5466 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5467 bind a special variable `hfy-user-sheet-assoc'.
5468 (htmlfontify-string): New defun.
5469 (hfy-compile-face-map): Make sure that the last char in the
5470 buffer is correctly fontified.
5471 (hfy-face-resolve-face): Whitespace only change.
5472
9ac7a13f
EZ
54732012-03-17 Eli Zaretskii <eliz@gnu.org>
5474
5475 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5476 message more clear.
5477
e2b5bdd7
LL
54782012-03-16 Leo Liu <sdl.web@gmail.com>
5479
5480 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5481
2e492df3
AM
54822012-03-16 Alan Mackenzie <acm@muc.de>
5483
5484 Further optimise the handling of large macros.
5485
5486 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5487 limit to a call of `c-literal-limits'.
5488 (c-determine-+ve-limit): New function.
dc9924b8
SM
5489 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5490 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5491 In CASE 5B, restrict a search limit to 500.
5492 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5493
5494 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5495 Restrict macro bounds to +-500 from after-change's BEG END.
5496
50e94f0c
LL
54972012-03-16 Leo Liu <sdl.web@gmail.com>
5498
5499 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5500
6f09f6ed
AH
55012012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5502
5503 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5504 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5505
c7e73d51
GM
55062012-03-16 Glenn Morris <rgm@gnu.org>
5507
da986230
GM
5508 * view.el (view-buffer, view-buffer-other-window)
5509 (view-buffer-other-frame): Doc fixes re special mode-class.
5510
0835f01e
GM
5511 * subr.el (eval-after-load): If named feature is provided not from
5512 a file, run after-load forms. (Bug#10946)
5513
c7e73d51
GM
5514 * calendar/calendar.el (calendar-insert-at-column):
5515 Handle non-unit-width characters a bit better. (Bug#10978)
5516
3f2eafd1
CY
55172012-03-15 Chong Yidong <cyd@gnu.org>
5518
5519 * emacs-lisp/ring.el (ring-extend): New function.
5520 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5521
5522 * comint.el (comint-read-input-ring)
5523 (comint-add-to-input-history): Grow comint-input-ring lazily.
5524
103af3fe
SM
55252012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5526
663b1677
SM
5527 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5528 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5529
103af3fe
SM
5530 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5531 (imenu-add-to-menubar): Don't add a redundant index.
5532 (imenu-update-menubar): Handle a dynamically composed keymap.
5533
899cb7cb
KY
55342012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * mail/sendmail.el (mail-encode-header):
5537 Bind rfc2047-encode-encoded-words to nil.
5538
3809f91d
GM
55392012-03-13 Glenn Morris <rgm@gnu.org>
5540
5541 * calendar/calendar.el (calendar-string-spread):
5542 Handle non-unit-width characters a bit better. (Bug#10978)
5543
9e345a01
LL
55442012-03-13 Leo Liu <sdl.web@gmail.com>
5545
5546 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5547 directory and file as argument (Bug#10822).
5548
4a07df36
KS
55492012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5550
5551 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5552 For dynamically generated code, follow $PC.
5553 (gdb-disassembly-handler-custom): Handle no function name case.
5554
4aaa9356
TL
55552012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5556
5557 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5558 * emulation/ws-mode.el (ws-query-replace):
5559 * sort.el (sort-regexp-fields):
5560 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5561
225979da
SM
55622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * dabbrev.el: Fix cycle completion order (bug#10963).
5565 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5566 (dabbrev-completion): Don't use an obarray; provide
5567 a cycle-sort-function.
5568
e2f1fdab
LL
55692012-03-12 Leo Liu <sdl.web@gmail.com>
5570
dc9924b8 5571 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5572 (kill-do-not-save-duplicates): Doc fix.
5573
b19490ed
SM
55742012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * dabbrev.el: Fix cycle completion (bug#10963).
5577 Use lexical binding and wrap to 80 columns.
5578 (dabbrev-completion): Delay computing the list of completions.
5579
4b05d722
KH
55802012-03-12 Kenichi Handa <handa@m17n.org>
5581
5582 * international/quail.el (quail-insert-kbd-layout): Surround each
5583 row by LRO and PDF instead of inserting many LRMs. Pad the left
5584 and right of each non-spacing marks. Insert invisible space
5585 between lower and upper characters to prevent composition.
5586
dbbc2e69
SM
55872012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * minibuffer.el (minibuffer-complete): Don't get confused when the
5590 function is run twice via different commands (bug#10958).
5591 (complete-with-action): Fix docstring.
5592
292112ed
CY
55932012-03-12 Chong Yidong <cyd@gnu.org>
5594
5d1ac394
CY
5595 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5596 (nxml-completion-at-point-function): New function.
5597 (nxml-mode): Use it.
5598 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5599
292112ed
CY
5600 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5601 Load generated autoloads file before byte compiling (Bug#10970).
5602 (package--make-autoloads-and-compile): New helper fun.
5603
4098f8f7
CS
56042012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5605
5606 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5607
8f754691
MA
56082012-03-11 Michael Albinus <michael.albinus@gmx.de>
5609
5610 * autorevert.el (auto-revert-handler): Ensure, that
5611 file-readable-p is applied only for local files or in
5612 auto-revert-tail-mode.
5613
e29ab36b
AS
56142012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5615
dbbc2e69
SM
5616 * server.el (server-eval-at): Handle non-tcp connections.
5617 Decode result string.
ad0bf5b6 5618
e29ab36b
AS
5619 * server.el (server-msg-size): New constant.
5620 (server-reply-print): New function.
5621 (server-eval-and-print): Use it.
5622 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5623 Handle -print-nonl.
5624
de5939ba
CS
56252012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5626
5627 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5628 (Bug#10987).
5629
0c93eabf
CY
56302012-03-11 Chong Yidong <cyd@gnu.org>
5631
397a688f
CY
5632 * simple.el (goto-line): Doc fix (Bug#9938).
5633
2cc775f9
CY
5634 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5635
0c93eabf
CY
5636 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5637 when finished (Bug#10963).
5638
c491fa41
MR
56392012-03-11 Martin Rudalics <rudalics@gmx.at>
5640
5641 * window.el (split-window-below): Fix bug in case where
5642 split-window-keep-point is nil (Bug#10971).
5643
300e8fa5
JL
56442012-03-11 Juri Linkov <juri@jurta.org>
5645
5646 * replace.el (replace-highlight): Set isearch-word to nil
5647 unconditionally. (Bug#10887)
5648
dbf6c5a1
EZ
56492012-03-10 Eli Zaretskii <eliz@gnu.org>
5650
5651 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5652 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5653 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5654 (mairix-widget-create-query): Add usage information about mairix
5655 search forms: negating words, searching for substrings, etc.
5656
b9e501de
JP
56572012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5658
5659 * international/fontset.el (font-encoding-alist): Add an entry for
5660 ksx1001 (Bug#5667).
5661
92795c91
RS
56622012-03-10 Richard Stallman <rms@gnu.org>
5663
1694e6c1
RS
5664 * mail/sendmail.el (mail-encode-header):
5665 Set rfc2047-encode-encoded-words.
5666
607e8555
RS
5667 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5668
de3bc99a
RS
5669 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5670 view buffer means not swapped.
5671 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5672 (rmail-write-region-annotate): Error if real text has disappeared.
5673
92795c91
RS
5674 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5675
699bd04e
CY
56762012-03-10 Chong Yidong <cyd@gnu.org>
5677
5678 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5679 * emulation/cua-base.el (cua--init-keymaps):
5680 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5681
570a1714
MR
56822012-03-10 Martin Rudalics <rudalics@gmx.at>
5683
dbbc2e69
SM
5684 * speedbar.el (speedbar-unhighlight-one-tag-line):
5685 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5686
82dcf4e4
CY
56872012-03-10 Chong Yidong <cyd@gnu.org>
5688
7a2c7ca7
CY
5689 * minibuffer.el (completion-in-region, completion-help-at-point):
5690 Give the completion field overlay a high priority (Bug#6830).
5691
82dcf4e4
CY
5692 * dired.el (dired-goto-file): Recognize absolute file name
5693 listings (Bug#7126).
5694 (dired-goto-file-1): New helper function.
5695 (dired-toggle-read-only): Inhibit warnings.
5696
052e28ac
MA
56972012-03-09 Michael Albinus <michael.albinus@gmx.de>
5698
75f1671a 5699 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5700 there are no properties.
5701
95d5e396
LL
57022012-03-09 Leo Liu <sdl.web@gmail.com>
5703
5704 * savehist.el (savehist-printable): Stricter check for string
5705 value (Bug#10937).
5706
3f018d6d
EZ
57072012-03-09 Eli Zaretskii <eliz@gnu.org>
5708
dbbc2e69
SM
5709 * mail/smtpmail.el (smtpmail-send-it):
5710 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5711 valid mbox format.
5712
f7fd3d79
GM
57132012-03-09 Glenn Morris <rgm@gnu.org>
5714
5715 * files.el (dir-locals-find-file):
5716 Don't check result is regular, readable.
5717 (dir-locals-read-from-file): Demote errors.
5718
6ff6e72f
EZ
57192012-03-08 Eli Zaretskii <eliz@gnu.org>
5720
dbbc2e69
SM
5721 * international/quail.el (quail-insert-kbd-layout):
5722 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5723 layout cell, to prevent their reordering by bidi display engine.
5724 For details, see the discussion in
5725 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5726
9cec7834
AM
57272012-03-08 Alan Mackenzie <acm@muc.de>
5728
5729 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5730 the starting position; make it extend the marked region when
5731 invoked repeatedly - all under appropriate circumstances.
5732 Fixes bugs #5525, #10906.
5733
9a40b8d4
GM
57342012-03-08 Glenn Morris <rgm@gnu.org>
5735
5736 * files.el (locate-dominating-file, dir-locals-find-file):
5737 Undo 2012-03-06 change.
5738
7a08ed35
EZ
57392012-03-07 Eli Zaretskii <eliz@gnu.org>
5740
dbbc2e69
SM
5741 * international/quail.el (quail-help):
5742 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5743 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5744 for the reason.
5745
5aca4f71 57462012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5747
5748 Avoid superfluous registering of signals. (Bug#10807)
5749
5750 * notifications.el (notifications-on-action-object)
5751 (notifications-on-close-object): New defvars.
5752 (notifications-on-action-signal, notifications-on-closed-signal):
5753 Unregister the signal if not needed any longer.
5754 (notifications-notify): Register `notifications-action-signal' or
5755 `notifications-closed-signal', if :on-action or :on-close has been
5756 passed as argument.
5757
78e8b10a
CY
57582012-03-07 Chong Yidong <cyd@gnu.org>
5759
5760 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5761 non-X platforms.
5762
69481eb8
GM
57632012-03-06 Glenn Morris <rgm@gnu.org>
5764
5765 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5766 (x-disown-selection-internal, x-get-selection-internal):
5767 Doc fix (add arglist signatures). (Bug#10783)
5768
133b8e11
KS
57692012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5770
5771 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5772 Handle breakpoints with no "type".
5773
99a83064
GM
57742012-03-06 Glenn Morris <rgm@gnu.org>
5775
5776 * files.el (locate-dominating-file): Add optional predicate argument.
5777 (dir-locals-find-file): Make use of above change.
5778
17798e78
TTN
57792012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5780
5781 * info.el (Info-insert-dir): Also try "dir.gz".
5782
eb182446
GM
57832012-03-06 Glenn Morris <rgm@gnu.org>
5784
8f2114ee
GM
5785 * files.el (dir-locals-find-file):
5786 Ignore non-readable or non-regular files. (Bug#10928)
5787
eb182446
GM
5788 * files.el (locate-dominating-file): Doc fix.
5789
24679323
AS
57902012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5791
5792 * calendar/calendar.el (calendar-set-mode-line):
5793 `getenv' returns a string. (Bug#10951)
5794
01d972a9
LL
57952012-03-05 Leo Liu <sdl.web@gmail.com>
5796
109aa8a9
LL
5797 * simple.el (backward-delete-char-untabify): Constrain point to
5798 field (Bug#10939).
5799
01d972a9
LL
5800 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5801
10607bea
CY
58022012-03-05 Chong Yidong <cyd@gnu.org>
5803
5804 * simple.el (count-words): If called from Lisp, return the word
5805 count, for symmetry with `count-lines'. Arglist changed.
5806 (count-words--message): Args changed. Consolidate counting code
5807 from count-words and count-words-region.
5808 (count-words-region): Caller changed.
5809 (count-lines-region): Make it an obsolete alias.
5810
5dd11cfe
TH
58112012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5812
5813 * saveplace.el (save-place-to-alist)
5814 (save-place-ignore-files-regexp): Allow value nil to disable this
5815 feature.
5816
c349f4e6
CY
58172012-03-04 Chong Yidong <cyd@gnu.org>
5818
5819 * faces.el (face-spec-reset-face): For the default face, reset the
5820 attributes to default values (Bug#10748).
5821
e627be4c
LMI
58222012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5823
5824 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5825 previous patch: Check `message-send-mail-function', and not the
5826 default function (bug#10897).
5827
ebeabff4
MA
58282012-03-04 Michael Albinus <michael.albinus@gmx.de>
5829
a41a6cf4
MA
5830 * notifications.el (notifications-on-action-signal)
5831 (notifications-on-closed-signal): Check for unique service name of
5832 incoming event. Fix error in removing entry.
ebeabff4 5833 (top): Register for signals with wildcard service name.
a41a6cf4 5834 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5835
c1ca42b4
CY
58362012-03-04 Chong Yidong <cyd@gnu.org>
5837
dc9924b8 5838 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5839
ea16568d
GM
58402012-03-04 Glenn Morris <rgm@gnu.org>
5841
5842 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5843 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5844 (expand-abbrev, define-abbrev-table): Doc fixes.
5845
fbae4637
LMI
58462012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
5848 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5849 `message-default-send-mail-function' and not `send-mail-function'
5850 when doing the prompting for `sendmail-query-once' before sending
5851 in Message buffers (bug#10897).
5852
a1e7225c
LMI
5853 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5854 This is inconsistent with all the other stream functions, which leave
5855 the setting up to the higher levels (if so wanted) (bug#10931).
5856
56d093a9
AM
58572012-03-02 Alan Mackenzie <acm@muc.de>
5858
5859 Depessimize the handling of very large macros.
5860
5861 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5862 (c-macro-cache-syntactic): New variables to implement a one
5863 element macro cache.
5864 (c-invalidate-macro-cache): New function.
5865 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5866 Adapt to use the new cache.
5867 (c-state-safe-place): Use better the cache of safe positions.
5868 (c-state-semi-nonlit-pos-cache)
5869 (c-state-semi-nonlit-pos-cache-limit):
5870 New variables for...
5871 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5872 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5873 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5874 Use c-state-semi-safe-place.
56d093a9 5875
dbbc2e69
SM
5876 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5877 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5878
817e5c3d
MA
58792012-03-02 Michael Albinus <michael.albinus@gmx.de>
5880
dbbc2e69
SM
5881 * jka-compr.el (jka-compr-call-process):
5882 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5883 not remote.
5884
a032a702
MA
58852012-03-01 Michael Albinus <michael.albinus@gmx.de>
5886
5887 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5888 access of FILE2, if FILE1 does not exist.
5889
99a54f21
MA
5890 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5891 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5892
5893 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5894 Add "PAGER=" to `process-environment'.
5895
f6561e1f
MM
58962012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5897
5898 * progmodes/sql.el: Bug fix
5899 (sql-get-login-ext): Save login values in globals.
5900 (sql-get-login): Use new version of `sql-get-login-ext'.
5901 (sql-interactive-mode): Set global `sql-connection' to nil.
5902 (sql-connect): Set global values for connection.
5903 (sql-product-interactive): Save global values as buffer local.
5904
2d44d9cc
LL
59052012-02-29 Leo Liu <sdl.web@gmail.com>
5906
5907 * abbrev.el (define-abbrevs): Reset sys to nil.
5908
96b49301 59092012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5910
bf7f9bc5
JB
5911 * files.el (file-equal-p): Rename from `files-equal-p'.
5912 Return nil when one or both files don't exist.
96b49301 5913 (file-subdir-of-p): Now only top directory must exists,
5914 return nil if it doesn't.
bf7f9bc5
JB
5915 (copy-directory): No need to test with `file-subdir-of-p' after
5916 creating dir.
5917 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5918 to `file-equal-p'.
96b49301 5919
44e97401
GM
59202012-02-28 Glenn Morris <rgm@gnu.org>
5921
5922 * shell.el (shell-mode):
5923 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5924 * play/landmark.el (landmark-font-lock-face-O):
5925 * play/handwrite.el (handwrite):
5926 * play/gomoku.el (gomoku-O):
5927 * net/browse-url.el (browse-url-browser-display):
5928 * international/mule.el (define-charset):
5929 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5930 * filesets.el (filesets-find-file-delay):
5931 * eshell/em-xtra.el (eshell-xtra):
5932 * eshell/em-unix.el (eshell-grep):
5933 * emulation/viper.el (viper-mode):
5934 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5935 * emacs-lisp/easymenu.el (easy-menu-define):
5936 * calendar/timeclock.el (timeclock-use-display-time):
5937 * bs.el (bs-mode):
5938 * bookmark.el (bookmark-save-flag):
5939 Doc fix (standardize possessive apostrophe usage).
5940
c98c6276
CY
59412012-02-27 Chong Yidong <cyd@gnu.org>
5942
bf7f9bc5
JB
5943 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5944 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5945
c98c6276
CY
5946 * font-lock.el (font-lock-specified-p): Rename from
5947 font-lock-spec-present. Callers changed.
5948
9c62cd04 59492012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5950
bf7f9bc5
JB
5951 * emacs-lisp/package.el (package-compute-transaction):
5952 Handle holding a package version to t in package-load-list.
8ac9e529 5953
530739c9
MA
59542012-02-26 Michael Albinus <michael.albinus@gmx.de>
5955
5956 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5957 (tramp-get-inode, tramp-get-device): Use cached values.
5958
487915d7
AM
59592012-02-26 Alan Mackenzie <acm@muc.de>
5960
5961 Check there is a font-lock specification before doing initial
5962 fontification.
5963
5964 * font-core.el (font-lock-mode): Move the conditional from
5965 :after-hook to font-lock-initial-fontify.
5966 (font-lock-default-function): Move the check for a specification
5967 to font-lock-spec-present.
5968
dc9924b8 5969 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5970 (font-lock-spec-present): New function.
5971
4fd96557
JB
59722012-02-26 Jim Blandy <jimb@red-bean.com>
5973
5974 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5975 (gdb-send): Apply it to the operand of the '-interpreter-exec
5976 console' command, so that we can pass arguments with (say) quotes
5977 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5978
9a4888c0
CY
59792012-02-26 Chong Yidong <cyd@gnu.org>
5980
07498861
CY
5981 * help-fns.el (describe-function-1): Clarify description of
5982 remapping (Bug#10844).
5983
9a4888c0
CY
5984 * files.el (files-equal-p): Doc fix.
5985 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5986 and quit the loop once a mismatch is found.
5987
ea8fb88d
JB
59882012-02-25 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * bs.el (bs--show-with-configuration): Don't throw an error
5991 if the window cannot be split; otherwise, subsequent calls to
5992 bs-show fail, restoring a stale window config. (Bug#10882)
5993
525795c1
JD
59942012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5995
5996 * term/ns-win.el (global-map): Bind ns-drag-file to
5997 ns-find-file (Bug#5855, Bug#10050).
5998
f008086f
AS
59992012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6000
6001 * calendar/parse-time.el (parse-time-string): Allow extractor to
6002 return nil.
6003
a3fcfa99
MA
60042012-02-25 Michael Albinus <michael.albinus@gmx.de>
6005
91027d08
JB
6006 * net/tramp.el (tramp-file-name-for-operation):
6007 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6008
6009 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6010 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6011 Add COPY-CONTENTS argument.
a3fcfa99 6012
67b0de11
CY
60132012-02-25 Chong Yidong <cyd@gnu.org>
6014
6015 Add custom groups for VC backends, for consistency with vc-bzr.
6016
6017 * vc/vc-arch.el (vc-arch):
6018 * vc/vc-cvs.el (vc-cvs):
6019 * vc/vc-git.el (vc-git):
6020 * vc/vc-hg.el (vc-hg):
6021 * vc/vc-mtn.el (vc-mtn):
6022 * vc/vc-rcs.el (vc-rcs):
6023 * vc/vc-sccs.el (vc-sccs):
6024 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6025 All relevant defcustoms reassigned.
6026
3c9dfce6
CY
60272012-02-25 Chong Yidong <cyd@gnu.org>
6028
1339bf43
CY
6029 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6030
3c9dfce6
CY
6031 * term/x-win.el (x-initialize-window-system): Reduce default for
6032 x-selection-timeout to 5 seconds (Bug#8869).
6033
25b2e303 60342012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6035
ec70a47d
GM
6036 * files.el (files-equal-p, file-subdir-of-p): New functions.
6037 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6038 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6039 * dired-aux.el (dired-copy-file-recursive): Same.
6040 (dired-create-files): Modify destination when source is equal to
6041 dest when copying files.
53a46cd0 6042 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6043
914260cd
MA
60442012-02-24 Michael Albinus <michael.albinus@gmx.de>
6045
6046 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6047 (Bug#10874)
6048
2cb228f7
AM
60492012-02-23 Alan Mackenzie <acm@muc.de>
6050
6051 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6052 parameter "after-hook:" to allow the expansion to run code after
6053 the execution of the mode hooks.
6054
6055 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6056 from font-lock-mode-internal.
2cb228f7 6057
91027d08 6058 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6059 :after-hook.
6060
8f0fde21
SM
60612012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6062
3e88618b
SM
6063 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6064 (completion--cache-all-sorted-completions): New function.
6065 (completion-all-sorted-completions): Use it.
6066 (completion--do-completion, minibuffer-force-complete):
6067 Use it to re-instate the flush hook.
6068
8f0fde21
SM
6069 * icomplete.el (icomplete-completions): Replace last fix with a better
6070 one (bug#10850).
6071
8e911f6f
DG
60722012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6073
6074 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6075 when it might call us back infinitely (bug#10797).
6076
49fe4321
GM
60772012-02-23 Glenn Morris <rgm@gnu.org>
6078
6079 * minibuffer.el (completion-category-overrides): Doc fix.
6080
b291b572
SM
60812012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6084 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6085
31a9ef2e
GM
60862012-02-23 Glenn Morris <rgm@gnu.org>
6087
5e6e6794 6088 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6089 (authors-obsolete-files-regexps, authors-ignored-files)
6090 (authors-ambiguous-files, authors-renamed-files-alist):
6091 Add more entries.
6092
0bd1e074
JL
60932012-02-23 Juri Linkov <juri@jurta.org>
6094
6095 * isearch.el (isearch-occur): Sync interactive spec with occur's
6096 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6097
b617673c
JL
6098 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6099
19e9789e
JL
61002012-02-22 Juri Linkov <juri@jurta.org>
6101
6102 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6103 (ucs-insert): Doc fix. Check for hex digits in the string.
6104 Don't display `nil' in the error message. (Bug#10857)
6105
f41ce09d
AM
61062012-02-22 Alan Mackenzie <acm@muc.de>
6107
7a71b18d 6108 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6109
ac2eceee
GM
61102012-02-22 Glenn Morris <rgm@gnu.org>
6111
6112 * ffap.el (ffap-c-path):
6113 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6114
abd1f678
CY
61152012-02-22 Chong Yidong <cyd@gnu.org>
6116
6117 * custom.el (load-theme): Doc fix.
6118
f25aef2e
GM
61192012-02-22 Glenn Morris <rgm@gnu.org>
6120
6121 * dired-x.el (dired-guess-shell-alist-default):
6122 Remove escape sequences from nroff output. (Bug#172)
6123
5f8dc2ca
GM
61242012-02-21 Glenn Morris <rgm@gnu.org>
6125
6ff86ec4
GM
6126 * vc/emerge.el (emerge-defvar-local):
6127 Set `permanent-local' property rather than unused `preserved'.
6128
be3223a3 6129 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6130 (picture-mode-map): Use it. (Bug#10860)
6131 (picture-mode): Doc fix.
6132
3fe58f4f
JB
61332012-02-21 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * newcomment.el (uncomment-region-default): Remove unused binding.
6136
f9a998c3
GM
61372012-02-21 Glenn Morris <rgm@gnu.org>
6138
6139 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6140 (picture-self-insert, picture-tab-chars): Doc fix.
6141 (picture-mode-map): Fix C-a, C-e.
6142
c6029348
GM
61432012-02-20 Glenn Morris <rgm@gnu.org>
6144
6145 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6146
ab1ce9d7
LL
61472012-02-20 Leo Liu <sdl.web@gmail.com>
6148
6149 * icomplete.el (icomplete-completions): Check FROM arg before
6150 passing to substring (Bug#10850).
6151
0fd40f89
CY
61522012-02-19 Chong Yidong <cyd@gnu.org>
6153
6154 * comint.el: Require ansi-color.
6155 (comint-output-filter-functions): Add ansi-color-process-output.
6156
6157 * ansi-color.el: Don't set comint-output-filter-functions; it is
6158 now in the initial value defined in comint.el.
6159 (ansi-color-apply-face-function): New variable.
6160 (ansi-color-apply-on-region): Use it.
6161 (ansi-color-apply-overlay-face): New function.
6162
6163 * shell.el (shell): No need to require ansi-color.
6164 (shell-mode): Use ansi-color-apply-face-function to highlight
6165 color escapes using font-lock-face property (Bug#10835).
6166
20af2394
CY
61672012-02-19 Chong Yidong <cyd@gnu.org>
6168
6169 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6170 mode-line formats (Bug#10839).
6171
e23a3fbe
GM
61722012-02-18 Glenn Morris <rgm@gnu.org>
6173
b474519e
GM
6174 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6175
6176 * mail/undigest.el (unforward-rmail-message): Doc fix.
6177
e23a3fbe
GM
6178 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6179
57939ff4
EZ
61802012-02-18 Eli Zaretskii <eliz@gnu.org>
6181
6182 * international/characters.el (script-list): Sync with the latest
6183 Unicode Character Database.
6184
0c23686e
AS
61852012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6186
6187 * international/titdic-cnv.el: Remove duplicate coding tag.
6188 * language/cham.el: Likewise.
6189 * language/tai-viet.el: Likewise.
6190
6818b449
GM
61912012-02-18 Glenn Morris <rgm@gnu.org>
6192
6193 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6194 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6195 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6196 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6197 * calendar/holidays.el (holiday-bahai-holidays)
6198 (calendar-holidays, list-holidays):
6199 Use utf-8 Bahá'í in doc-strings, menus, etc.
6200
0311a3fc
TH
62012012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6202
6203 * saveplace.el (save-place-ignore-files-regexp): New variable
6204 allowing for excluding files from saving their location of point.
6205 The default value matches the temporary commit message editing
6206 files from Git, SVN, Bazaar, and Mercurial.
6207 (save-place-to-alist): Use it.
6208
d209e2fb 62092012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6210 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6211
6212 * newcomment.el (uncomment-region-default): Don't leave extra space
6213 when an arg is provided (bug#8150).
6214
ee0ce425
TZ
62152012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6216
eb864a71 6217 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6218
95ddf442
GM
62192012-02-17 Glenn Morris <rgm@gnu.org>
6220
6221 * net/socks.el: Require network-stream. (Bug#10599)
6222
48dd1e39 62232012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6224
6225 * international/charprop.el:
6226 * international/uni-name.el:
6227 * international/uni-old-name.el:
6228 * international/uni-comment.el: Regenerate.
6229
d68cd087
GM
62302012-02-16 Glenn Morris <rgm@gnu.org>
6231
6232 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6233 Interactively in calendar buffer, give an error if not on a date.
6234
13932042
GM
62352012-02-15 Glenn Morris <rgm@gnu.org>
6236
6237 * shell.el (shell-delimiter-argument-list):
6238 Revert 2011-02-17 change. (Bug#8027)
6239
c3a70e2b
CY
62402012-02-15 Chong Yidong <cyd@gnu.org>
6241
60236b0d
CY
6242 * minibuffer.el (completion-at-point-functions): Doc fix.
6243
c3a70e2b
CY
6244 * custom.el (defcustom): Doc fix; note use of defvar.
6245
9f26dc24
GM
62462012-02-15 Glenn Morris <rgm@gnu.org>
6247
6248 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6249 Doc fixes.
6250
6546b134
GM
62512012-02-14 Glenn Morris <rgm@gnu.org>
6252
6253 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6254
d29b2b4c
LI
62552012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6256
6257 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6258 way the ports list is computed.
835bdcba
LI
6259 (smtpmail-query-smtp-server): Prompt the user for a port number if
6260 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6261
08dcdbc9
TZ
62622012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6263
6264 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6265
2605051a
GM
62662012-02-13 Glenn Morris <rgm@gnu.org>
6267
6268 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6269
7ee99f32
TZ
62702012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6271
6272 * net/gnutls.el (gnutls-trustfiles): New variable.
6273 (gnutls-negotiate): Use it.
6274
5f0af64f
LI
62752012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6276
6277 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6278 does its stuff if Gnus is running.
6279
c14fcc95
AM
62802012-02-13 Alan Mackenzie <acm@muc.de>
6281
6282 Fix a loop in c-set-fl-decl-start.
6283
7a71b18d 6284 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6285 c-backward-syntactic-ws actually moves backwards.
6286
142b4d90
LL
62872012-02-13 Leo Liu <sdl.web@gmail.com>
6288
6289 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6290 beginning so that all \C-o chars are removed.
6291
fa9958a6
TZ
62922012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6293
dc9924b8 6294 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6295
0bc5886a
AM
62962012-02-12 Alan Mackenzie <acm@muc.de>
6297
6298 Fix infinite loop with long macros.
4d6769e1 6299 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6300
d4bd55e7
CY
63012012-02-12 Chong Yidong <cyd@gnu.org>
6302
6303 * window.el (display-buffer): Doc fix (Bug#10785).
6304
66f3fe22
GM
63052012-02-12 Glenn Morris <rgm@gnu.org>
6306
bd7da63e
GM
6307 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6308 (x-disown-selection-internal, x-get-selection-internal):
6309 Sync docs with the xselect.c versions.
6310
66f3fe22
GM
6311 * allout-widgets.el: Add missing license notice.
6312
3e0d2fa7
GM
63132012-02-11 Glenn Morris <rgm@gnu.org>
6314
cfecdf09
GM
6315 * select.el (x-get-selection-internal, x-own-selection-internal)
6316 (x-disown-selection-internal):
6317 * x-dnd.el (x-get-selection-internal): Update declarations.
6318
6d216d7f
GM
6319 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6320
2bed3f04
GM
6321 * window.el (window-sides-slots):
6322 * tool-bar.el (tool-bar-position):
6323 * term/xterm.el (xterm-extra-capabilities):
6324 * ses.el (ses-self-reference-early-detection):
6325 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6326 (verilog-auto-wire-type)
6327 (verilog-auto-delete-trailing-whitespace)
6328 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6329 (verilog-auto-tieoff-declaration):
6330 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6331 (sql-oracle-statement-starters, sql-oracle-scan-on):
6332 * progmodes/prolog.el (prolog-align-comments-flag)
6333 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6334 (prolog-left-indent-regexp, prolog-paren-indent-p)
6335 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6336 (prolog-types, prolog-mode-specificators)
6337 (prolog-determinism-specificators, prolog-directives)
6338 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6339 (prolog-electric-dot-flag)
6340 (prolog-electric-dot-full-predicate-template)
6341 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6342 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6343 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6344 (prolog-program-switches, prolog-prompt-regexp)
6345 (prolog-debug-on-string, prolog-debug-off-string)
6346 (prolog-trace-on-string, prolog-trace-off-string)
6347 (prolog-zip-on-string, prolog-zip-off-string)
6348 (prolog-use-standard-consult-compile-method-flag)
6349 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6350 (prolog-imenu-max-lines, prolog-info-predicate-index)
6351 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6352 (prolog-char-quote-workaround):
6353 * progmodes/cc-vars.el (c-defun-tactic):
6354 * net/tramp.el (tramp-encoding-command-interactive)
6355 (tramp-local-end-of-line):
6356 * net/soap-client.el (soap-client):
6357 * net/netrc.el (netrc-file):
6358 * net/gnutls.el (gnutls):
6359 * minibuffer.el (completion-category-overrides)
6360 (completion-cycle-threshold)
6361 (completion-pcm-complete-word-inserts-delimiters):
6362 * man.el (Man-name-local-regexp):
6363 * mail/feedmail.el (feedmail-display-full-frame):
6364 * international/characters.el (glyphless-char-display-control):
6365 * eshell/em-ls.el (eshell-ls-date-format):
6366 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6367 (lisp-lambda-list-keyword-parameter-indentation)
6368 (lisp-lambda-list-keyword-parameter-alignment):
6369 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6370 * dired-x.el (dired-omit-verbose):
6371 * cus-theme.el (custom-theme-allow-multiple-selections):
6372 * calc/calc.el (calc-highlight-selections-with-faces)
6373 (calc-lu-field-reference, calc-lu-power-reference)
6374 (calc-note-threshold):
6375 * battery.el (battery-mode-line-limit):
6376 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6377 (archive-7z-update):
6378 * allout.el (allout-prefixed-keybindings)
6379 (allout-unprefixed-keybindings)
6380 (allout-inhibit-auto-fill-on-headline)
6381 (allout-flattened-numbering-abbreviation):
6382 * allout-widgets.el (allout-widgets-auto-activation)
6383 (allout-widgets-icons-dark-subdir)
6384 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6385 (allout-widgets-theme-dark-background)
6386 (allout-widgets-theme-light-background)
6387 (allout-widgets-item-image-properties-emacs)
6388 (allout-widgets-item-image-properties-xemacs)
6389 (allout-widgets-run-unit-tests-on-load)
6390 (allout-widgets-time-decoration-activity)
6391 (allout-widgets-hook-error-post-time)
6392 (allout-widgets-track-decoration):
6393 Add missing :version tags to new defcustoms and defgroups.
6394
5fec1b8e
GM
6395 * progmodes/sql.el (sql-ansi-statement-starters)
6396 (sql-oracle-statement-starters): Add custom type.
6397
3e0d2fa7
GM
6398 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6399 (prolog-system-version): Give it a type.
6400
90b671e2
EZ
64012012-02-11 Eli Zaretskii <eliz@gnu.org>
6402
6403 * term/pc-win.el (x-select-text, x-selection-owner-p)
6404 (x-own-selection-internal, x-disown-selection-internal)
6405 (x-get-selection-internal): Sync doc strings and argument lists
6406 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6407
5eac0c02
LL
64082012-02-11 Leo Liu <sdl.web@gmail.com>
6409
6410 * progmodes/python.el (python-end-of-statement): Fix infinite
6411 loop. (Bug#10788)
6412
f82cb659
GM
64132012-02-10 Glenn Morris <rgm@gnu.org>
6414
6415 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6416 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6417
cc26d239
LI
64182012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6419
6420 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6421 about SMTP before checking the From header.
6422
91027d08 6423 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6424 into own function for reuse by emacsbug.el.
6425
1be3ca5a
LL
64262012-02-10 Leo Liu <sdl.web@gmail.com>
6427
6428 * subr.el (condition-case-unless-debug): Rename from
6429 condition-case-no-debug. All callers changed.
6430 (with-demoted-errors): Fix caller.
6431
6432 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6433 * nxml/rng-valid.el (rng-do-some-validation):
6434 * emacs-lisp/package.el (package-refresh-contents)
6435 (package-menu-execute):
6436 * desktop.el (desktop-create-buffer):
91027d08 6437 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6438
b011fbfe
GM
64392012-02-10 Glenn Morris <rgm@gnu.org>
6440
b2096d72
GM
6441 * textmodes/bibtex.el:
6442 Add missing :version tags for new/changed defcustoms.
6443
b011fbfe
GM
6444 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6445
4c7e65bf
LI
64462012-02-09 Lars Ingebrigtsen <larsi@rusty>
6447
6448 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6449 (smtpmail-via-smtp): Use it, or fall back on the From address.
6450 (smtpmail-send-it): Ditto.
6451
f3934f6f
SM
64522012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6455 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6456 (byte-compile-tmp-var): New const.
6457 (byte-compile-defvar): Use it to minimize .elc size.
6458 Just use `defvar' rather than simulate it (bug#10761).
6459
a075a2c5
GM
64602012-02-09 Glenn Morris <rgm@gnu.org>
6461
cf3aa21b
GM
6462 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6463
354998cd
GM
6464 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6465 Add :version tags.
6466
dc9924b8
SM
6467 * progmodes/compile.el (compilation-error-screen-columns)
6468 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6469
dab3703d
GM
6470 * vc/log-view.el (log-view-toggle-entry-display):
6471 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6472
3f88cd72
GM
6473 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6474 (report-emacs-bug-can-use-xdg-email):
6475 (report-emacs-bug-insert-to-mailer): Doc fixes.
6476 (report-emacs-bug): Message fix.
6477
d95b247d
GM
6478 * net/browse-url.el (browse-url-can-use-xdg-open)
6479 (browse-url-xdg-open): Doc fixes.
6480
a075a2c5
GM
6481 * electric.el (electric-indent-mode, electric-pair-mode)
6482 (electric-layout-rules, electric-layout-mode): Doc fixes.
6483 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6484
ffb6157e
MR
64852012-02-08 Martin Rudalics <rudalics@gmx.at>
6486
6487 * server.el (server-unselect-display): Don't inadvertently kill
6488 the current buffer. (Bug#10729)
6489
e1ac4066
GM
64902012-02-08 Glenn Morris <rgm@gnu.org>
6491
34e8a2da
GM
6492 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6493 (sql-list-table): Doc fixes.
6494
b4ac6e8c
GM
6495 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6496 Comment out (does nothing).
6497
e1ac4066
GM
6498 * completion.el (dynamic-completion-mode):
6499 * dirtrack.el (dirtrack-debug-mode):
6500 * electric.el (electric-layout-mode):
6501 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6502 * face-remap.el (text-scale-mode, buffer-face-mode):
6503 * iimage.el (iimage-mode):
6504 * image-mode.el (image-transform-mode):
6505 * minibuffer.el (completion-in-region-mode):
6506 * scroll-lock.el (scroll-lock-mode):
6507 * simple.el (next-error-follow-minor-mode):
6508 * tar-mode.el (tar-subfile-mode):
6509 * tooltip.el (tooltip-mode):
6510 * vcursor.el (vcursor-use-vcursor-map):
6511 * wid-browse.el (widget-minor-mode):
6512 * emulation/tpu-edt.el (tpu-edt-mode):
6513 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6514 * international/iso-ascii.el (iso-ascii-mode):
6515 * language/thai-util.el (thai-word-mode):
6516 * mail/supercite.el (sc-minor-mode):
6517 * net/goto-addr.el (goto-address-mode):
6518 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6519 * progmodes/cwarn.el (cwarn-mode):
6520 * progmodes/flymake.el (flymake-mode):
6521 * progmodes/glasses.el (glasses-mode):
6522 * progmodes/hideshow.el (hs-minor-mode):
6523 * progmodes/pascal.el (pascal-outline-mode):
6524 * textmodes/enriched.el (enriched-mode):
6525 * vc/smerge-mode.el (smerge-mode):
6526 Doc fixes (minor mode argument).
6527
5e0d957f
EZ
65282012-02-07 Eli Zaretskii <eliz@gnu.org>
6529
6530 * ls-lisp.el (ls-lisp-sanitize): New function.
6531 (ls-lisp-insert-directory): Use it to fix or remove any elements
6532 in file-alist with missing attributes. (Bug#4673)
6533
98d7371e
AM
65342012-02-07 Alan Mackenzie <acm@muc.de>
6535
6536 Fix spurious recognition of c-in-knr-argdecl.
6537
6538 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6539 putative K&R region.
6540
667ced3a
AM
65412012-02-07 Alan Mackenzie <acm@muc.de>
6542
eb864a71
LM
6543 * progmodes/cc-engine.el (c-forward-objc-directive):
6544 Prevent looping in "#pragma mark @implementation".
667ced3a 6545
5b77774d
MA
65462012-02-07 Michael Albinus <michael.albinus@gmx.de>
6547
6548 * notifications.el (notifications-on-closed-signal): Make `reason'
6549 optional. (Bug#10744)
6550
af008560
GM
65512012-02-07 Glenn Morris <rgm@gnu.org>
6552
60d47423
GM
6553 * emacs-lisp/easy-mmode.el (define-minor-mode):
6554 Doc fixes for the macro and the mode it defines.
6555
dd605cc4
GM
6556 * image.el (imagemagick-types-inhibit): Doc fix.
6557
af008560
GM
6558 * cus-start.el (imagemagick-render-type): Add it.
6559
5cc59a37
LI
65602012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6561
4d6769e1
JB
6562 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6563 Set the default at load time, too, so that `font-lock-fontify-buffer'
6564 can be called without setting up the entire mode first. This fixes
6565 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6566
9a6dd747
CY
65672012-02-06 Chong Yidong <cyd@gnu.org>
6568
2d16b285
CY
6569 * simple.el (list-processes--refresh): Delete exited processes
6570 (Bug#8094).
6571
171e9b6e
CY
6572 * comint.el (comint-next-prompt): next-single-char-property-change
6573 and prev-single-char-property-change never return nil (Bug#8657).
6574
9a6dd747
CY
6575 * custom.el (defcustom): Doc fix (Bug#9711).
6576
aa4589a7
CY
65772012-02-05 Chong Yidong <cyd@gnu.org>
6578
5c2a252f
CY
6579 * cus-edit.el (custom-variable-reset-backup): Quote the value
6580 before storing it in the customized-value property (Bug#6712).
4aab9006 6581 (custom-display): Add a customization type tag.
983b9602 6582 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6583
aa4589a7
CY
6584 * wid-edit.el (widget-field-value-get): New optional arg to
6585 suppress trailing whitespace truncation.
6586 (character): Use it (Bug#2689).
6587
1ff980ae
AS
65882012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6589
6590 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6591 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6592
03988c98
CY
65932012-02-05 Chong Yidong <cyd@gnu.org>
6594
eeb6cc88
CY
6595 * cus-edit.el (custom-variable-value-create): For mismatched
6596 types, show the current value (Bug#7600).
6597
03988c98
CY
6598 * custom.el (defcustom): Doc fix.
6599
f8cdeef0
GM
66002012-02-05 Glenn Morris <rgm@gnu.org>
6601
6602 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6603
0696d255
JB
66042012-02-05 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6607 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6608 (pp-last-sexp): Use `looking-at-p'.
6609
34c99998
GM
66102012-02-04 Glenn Morris <rgm@gnu.org>
6611
8f05da42
GM
6612 * files.el (revert-buffer):
6613 Doc fix (mention revert-buffer-in-progress-p).
6614
f160676e
GM
6615 * emacs-lisp/ert-x.el (ert-simulate-command):
6616 Check deferred-action-list (which is obsolete) is bound.
6617
c7291ad9
GM
6618 * subr.el (with-wrapper-hook): Doc fixes.
6619
34c99998
GM
6620 * simple.el (filter-buffer-substring-functions)
6621 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6622
6283a7d3
LL
66232012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6624
6625 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6626 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6627
e96e3013
LL
66282012-02-04 Leo Liu <sdl.web@gmail.com>
6629
6630 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6631
8ded50f2
GM
66322012-02-04 Glenn Morris <rgm@gnu.org>
6633
82ff1d13
GM
6634 * image.el (image-extension-data): Add obsolete alias.
6635
987a0a16
GM
6636 * isearch.el (isearch-update): Doc fix.
6637
ea32ef46
GM
6638 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6639
8ded50f2
GM
6640 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6641
eea14f31
GM
66422012-02-03 Glenn Morris <rgm@gnu.org>
6643
6644 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6645 (image-animate-timeout): Doc fix.
6646
6647 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6648
12f381b7
GM
66492012-02-02 Glenn Morris <rgm@gnu.org>
6650
953cebf5
GM
6651 * server.el (server-auth-dir): Doc fix.
6652 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6653
12f381b7
GM
6654 * subr.el (run-mode-hooks): Doc fix.
6655
953a8c3b
JL
66562012-02-02 Juri Linkov <juri@jurta.org>
6657
6658 * image-mode.el (image-toggle-display-image): Remove tautological
6659 `major-mode' from the `derived-mode-p' test.
6660
c5d3843c
KH
66612012-02-02 Kenichi Handa <handa@m17n.org>
6662
9f6e692e 6663 * composite.el (compose-region): Cancel previous change.
c5d3843c 6664
159462d4 66652012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6666
6667 * composite.el (compose-region, compose-string): Signal error for
6668 a null string component (Bug#6988).
6669
9f562668
CY
66702012-02-01 Chong Yidong <cyd@gnu.org>
6671
e2cef717
CY
6672 * view.el (view-buffer-other-window, view-buffer-other-frame):
6673 Handle special modes like view-buffer (Bug#10650).
6674 (view-buffer): Simplify.
6675
9f562668
CY
6676 * frame.el (set-frame-font): Tweak meaning of third argument.
6677
9f6e692e
JB
6678 * dynamic-setting.el (font-setting-change-default-font):
6679 Use set-frame-font (Bug#9982).
9f562668 6680
781acb9f
GM
66812012-02-01 Glenn Morris <rgm@gnu.org>
6682
6035be52
GM
6683 * progmodes/compile.el (compilation-internal-error-properties):
6684 Respect compilation-first-column in the "*compilation*" buffer.
6685
781acb9f
GM
6686 * emacs-lisp/easy-mmode.el (define-minor-mode):
6687 Relax :variable's test for a named function.
6688
abbceb00
AM
66892012-01-31 Alan Mackenzie <acm@muc.de>
6690
6691 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6692 off by one error.
6693
fce3fdeb
CY
66942012-01-31 Chong Yidong <cyd@gnu.org>
6695
6696 * frame.el (set-frame-font): New arg ALL-FRAMES.
6697
6698 * menu-bar.el (menu-set-font): Use set-frame-font.
6699
6700 * faces.el (face-spec-reset-face): Don't apply unspecified
6701 attribute values to the default face.
6702
47893581
JB
67032012-01-31 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * progmodes/cwarn.el (cwarn): Remove dead link.
6706 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6707 Remove * from defcustom docstrings.
6708 (turn-on-cwarn-mode): Make obsolete.
6709 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6710 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6711
e58e988a
GM
67122012-01-31 Glenn Morris <rgm@gnu.org>
6713
60dc2671 6714 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6715 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6716 Allow named functions to be used as the cdr of :variable.
e58e988a 6717
7a3f511d
GM
67182012-01-30 Glenn Morris <rgm@gnu.org>
6719
6720 * emacs-lisp/authors.el (authors-fixed-entries):
6721 Remove reference to deleted file rnewspost.el.
6722
cb882333
JB
67232012-01-29 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * window.el (window-with-parameter): Remove unused variable `windows'.
6726 (window--side-check): Remove unused variable `code'.
6727 (window--resize-siblings): Remove unused variable `first'.
6728 (adjust-window-trailing-edge): Remove unused variable `failed'.
6729 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6730 Use `let', not `let*'.
6731 (balance-windows-2): Remove unused variable `found'.
6732 (window--state-put-2): Remove unused variable `splits'.
6733 (window-state-put): Remove unused variable `selected'.
6734 (same-window-p): Use `string-match-p'.
6735 (display-buffer-assq-regexp): Remove unused variable `value'.
6736 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6737 Mark argument ALIST as ignored.
6738 (pop-to-buffer): Remove unused variable `old-window'.
6739
907201af
EZ
67402012-01-29 Eli Zaretskii <eliz@gnu.org>
6741
6742 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6743 and .lzma compressed files.
6744
ea162670
CY
67452012-01-29 Chong Yidong <cyd@gnu.org>
6746
5b95ee8a
CY
6747 * frame.el (window-system-default-frame-alist): Doc fix.
6748
ea162670
CY
6749 * dynamic-setting.el (font-setting-change-default-font): Don't
6750 change the default face if SET-FONT argument is non-nil (Bug#9982).
6751
d6e6f4b1
SB
67522012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6753
6754 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6755
0f29fa41 67562012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6757
6758 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6759 breakpoints in files outside current directory (Bug#6098).
6760
db174434
CY
67612012-01-29 Chong Yidong <cyd@gnu.org>
6762
6b25e4e2
SE
6763 * progmodes/python.el: Require ansi-color at top-level.
6764
6df6ae42
JB
6765 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6766 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6767 (lisp-mode-abbrev-table): Add doc.
6768 (lisp-mode-variables): Don't set local-abbrev-table.
6769 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6770
e70ee681
RW
67712012-01-28 Roland Winkler <winkler@gnu.org>
6772
6773 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6774
ace88aa2
RW
67752012-01-28 Roland Winkler <winkler@gnu.org>
6776
6777 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6778 (bibtex-set-dialect): Use it. Either set global values of
6779 dialect-dependent variables or bind these variables buffer-locally
6780 (Bug#10254).
6781 (bibtex-mode): Call bibtex-set-dialect via
6782 hack-local-variables-hook.
eb864a71
LM
6783 (bibtex-dialect): Update docstring.
6784 Add safe-local-variable predicate.
ace88aa2
RW
6785 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6786 bibtex-set-dialect.
6787 (bibtex-mode-map): Define menu for each dialect.
6788 (bibtex-entry): Fix docstring.
6789
93376c5b
CY
67902012-01-28 Chong Yidong <cyd@gnu.org>
6791
6792 * eshell/esh-arg.el (eshell-quote-argument): New function.
6793
6794 * eshell/esh-ext.el (eshell-invoke-batch-file):
6795 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6796 first arg to eshell-parse-command (Bug#10523).
6797
4372494f
DA
67982012-01-28 Drew Adams <drew.adams@oracle.com>
6799
6800 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6801 `default-directory' is non-nil.
6802
4d4ec1f8
EZ
68032012-01-28 Eli Zaretskii <eliz@gnu.org>
6804
6805 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6806 line that displays system-configuration-options. (Bug#9924)
6807
7c188927
DA
68082012-01-28 Drew Adams <drew.adams@oracle.com>
6809
6810 * descr-text.el (describe-char): Show information about POS, in
6811 addition to information about the character at POS. Improve and
6812 update the doc string. Change "code point" to "code point in
6813 charset", to avoid confusion with the character's Unicode code
6814 point shown above that. (Bug#10129)
6815
e0da685a
EZ
68162012-01-28 Eli Zaretskii <eliz@gnu.org>
6817
6818 * descr-text.el (describe-char): Show the raw character, not only
6819 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6820 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6821 for the reasons.
6822
70550acf
PH
68232012-01-28 Phil Hagelberg <phil@hagelb.org>
6824
eb864a71
LM
6825 * emacs-lisp/package.el (package-install):
6826 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6827
0ce8e868
CY
68282012-01-28 Chong Yidong <cyd@gnu.org>
6829
cb882333
JB
6830 * emacs-lisp/package.el (package-maybe-load-descriptor):
6831 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6832 (package-maybe-load-descriptor): Use it.
6833 (package-download-transaction): Fully load required packages
6834 inside the loop, so that `require' calls work (Bug#10593).
6835 (package-install): No need to call package-initialize now.
6836
2e7f3bea
CY
68372012-01-28 Chong Yidong <cyd@gnu.org>
6838
6e9bad14
CY
6839 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6840
f823b8ca
CY
6841 * tooltip.el (tooltip-mode): Doc fix.
6842 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6843
2680c309
CY
6844 * frame.el (set-cursor-color): Doc fix (Bug#352).
6845
d7a9e63b
CY
6846 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6847 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6848
2e7f3bea
CY
6849 * cus-edit.el (custom-buffer-create-internal): Fix search button
6850 action (Bug#10542).
2ae01800 6851 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6852
fc4f7a23
EW
68532012-01-27 Eduard Wiebe <usenet@pusto.de>
6854
6855 * dired.el (dired-mark-files-regexp):
6856 Include any subdirectory components. (Bug#10445)
6857
7dd37071
ML
68582012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6859
6860 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6861 Handle [host]:port syntax. (Bug#10533)
6862
a268160b
AH
68632012-01-27 Alex Harsanyi <harsanyi@mac.com>
6864
6865 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6866
e43273ef
GM
68672012-01-26 Glenn Morris <rgm@gnu.org>
6868
6869 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6870 * term.el (term-raw-escape-map): Use Control-X-prefix.
6871 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6872
1edf595d
MR
68732012-01-25 Martin Rudalics <rudalics@gmx.at>
6874
6875 * window.el (window-state-get, window--state-get-1): Don't deal
6876 with fixed-sizeness of windows. Simplify code.
6877
fa8eafef
JC
68782012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6879
6df6ae42
JB
6880 * window.el (window--state-get-1, window--state-put-2):
6881 Don't save and restore the mark.
fa8eafef 6882
0b21c100
CY
68832012-01-25 Chong Yidong <cyd@gnu.org>
6884
6885 * custom.el (custom-variable-p): Doc fix.
6886
5ae1a6c8
GM
68872012-01-25 Glenn Morris <rgm@gnu.org>
6888
40047858
GM
6889 * dired.el (dired-goto-file): Handle some of the more common
6890 characters that `ls -b' escapes. (Bug#10596)
6891
5ddce96c
GM
6892 * progmodes/compile.el (compilation-next-error-function):
6893 Respect compilation-first-column in the "*compilation*" buffer.
6894 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6895
5ae1a6c8
GM
6896 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6897
b559f1a9
GM
68982012-01-24 Glenn Morris <rgm@gnu.org>
6899
6900 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6901
6725d21a
JD
69022012-01-24 Julien Danjou <julien@danjou.info>
6903
6904 * color.el (color-rgb-to-hsl): Fix value computing.
6905 (color-hue-to-rgb): New function.
6906 (color-hsl-to-rgb): New function.
6907 (color-clamp, color-saturate-hsl, color-saturate-name)
6908 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6909 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6910
70df4bbe
GM
69112012-01-24 Glenn Morris <rgm@gnu.org>
6912
6913 * vc/vc-rcs.el (vc-rcs-create-tag):
6914 * vc/vc-sccs.el (vc-sccs-create-tag):
6915 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6916
802a2ae2
ML
69172012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6918
6919 * eshell/esh-util.el (eshell-read-hosts-file):
6920 Skip comment lines. (Bug#10549)
6921
d7128bb1
ML
6922 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6923
d1a5c3b4
JB
69242012-01-23 Juanma Barranquero <lekktu@gmail.com>
6925
2724d9c7
JB
6926 * subr.el (display-delayed-warnings): Doc fix.
6927 (collapse-delayed-warnings): New function to collapse identical
6928 adjacent warnings.
6929 (delayed-warnings-hook): Add it.
d1a5c3b4 6930
a5509865
MA
69312012-01-22 Michael Albinus <michael.albinus@gmx.de>
6932
6933 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6934
a5509865
MA
6935 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6936 (tramp-default-user-alist): Don't add "pscp".
6937 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6938 property "login-as", if set. (Bug#10530)
6939
cc6d5805
MA
69402012-01-21 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6943 "plink1" and "psftp". (Bug#10530)
6944
69452012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6946
6947 * international/mule-cmds.el (prefer-coding-system): Show a
6948 warning message if the default value of file-name-coding-system
6949 was not changed.
6950
f0960428
JC
69512012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6952
cb882333
JB
6953 * windmove.el (windmove-reference-loc):
6954 Fix windmove-reference-loc miscalculation.
f0960428 6955
dd6f2a63
JB
69562012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6957
6958 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6959 default unit.
6960
7b447e9b
GM
69612012-01-21 Glenn Morris <rgm@gnu.org>
6962
117a9ea1
GM
6963 * international/mule.el (auto-coding-alist): Add .tbz.
6964
7b447e9b
GM
6965 * files.el (local-enable-local-variables): Doc fix.
6966 (inhibit-local-variables-regexps): Rename from
6967 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6968 Doc fix. Add some extensions from auto-coding-alist.
6969 (inhibit-local-variables-suffixes):
6970 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6971 (inhibit-local-variables-p):
6972 New function, extracted from set-auto-mode-1.
6973 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6974 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6975 (hack-local-variables): Doc fix. Make the mode-only case
6976 respect enable-local-variables and friends.
6977 Respect inhibit-local-variables-regexps for file-locals, but
6978 not for directory-locals.
6979 (set-visited-file-name):
6980 Take account of inhibit-local-variables-regexps.
6981 Whether it applies may change as the file name is changed.
6982 * jka-cmpr-hook.el (jka-compr-install):
6983 * jka-compr.el (jka-compr-uninstall):
6984 Update for inhibit-first-line-modes-suffixes name change.
6985
dd6e3cdd
MR
69862012-01-20 Martin Rudalics <rudalics@gmx.at>
6987
6988 * help-macro.el (make-help-screen): Temporarily restore original
6989 binding for minor-mode-map-alist (Bug#10454).
6990
0d0deb38
JD
69912012-01-19 Julien Danjou <julien@danjou.info>
6992
6993 * color.el (color-name-to-rgb): Use the white color to find the max
6994 color component value and return correctly computed values.
6995 (color-name-to-rgb): Add missing float conversion for max value.
6996
34a02f46
MR
69972012-01-19 Martin Rudalics <rudalics@gmx.at>
6998
6999 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7000 special state value for window-persistent-parameters.
7001 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7002 (window--state-put-2): Reset all window parameters to nil before
7003 assigning values of persistent parameters.
7004
606c44c4
AM
70052012-01-18 Alan Mackenzie <acm@muc.de>
7006
7007 Eliminate sluggishness and hangs in fontification of "semicolon
7008 deserts".
7009
cb882333
JB
7010 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7011 Change value 10000 -> 3000.
606c44c4
AM
7012 (c-state-safe-place): Reformulate so it doesn't stack up an
7013 infinite number of wrong entries in c-state-nonlit-pos-cache.
7014 (c-determine-limit-get-base, c-determine-limit): New functions to
7015 determine backward search limits disregarding literals.
7016 (c-find-decl-spots): Amend commenting.
7017 (c-cheap-inside-bracelist-p): New function which detects "={".
7018
7019 * progmodes/cc-fonts.el
7020 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7021 backward search.
7022 (c-font-lock-declarations): Fix an occurrence of point being
7023 undefined. Check additionally for point being in a bracelist or
7024 near a macro invocation without a semicolon so as to avoid a
7025 fruitless time consuming search for a declarator. Give a more
7026 precise search limit for declarators using the new
7027 c-determine-limit.
7028
f3860cea
GM
70292012-01-18 Glenn Morris <rgm@gnu.org>
7030
7031 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7032 (set-auto-mode): Doc fixes.
7033
1db03b16
GM
70342012-01-17 Glenn Morris <rgm@gnu.org>
7035
0e6038be
GM
7036 * isearch.el (search-nonincremental-instead): Fix doc typo.
7037
1db03b16
GM
7038 * dired.el (dired-insert-directory): Handle newlines in directory name.
7039 (dired-build-subdir-alist): Unescape newlines in directory name.
7040
4cb0aa75
MA
70412012-01-17 Michael Albinus <michael.albinus@gmx.de>
7042
7043 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7044 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7045 (tramp-action-terminal): Use it. (Bug#10530)
7046
1d00653d
SM
70472012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7050
6a6ee00d
MR
70512012-01-16 Martin Rudalics <rudalics@gmx.at>
7052
7053 * window.el (window-state-ignored-parameters): Remove variable.
7054 (window--state-get-1): Rename argument MARKERS to IGNORE.
7055 Handle persistent window parameters. Make copy of clone-of
7056 parameter only if requested. (Bug#10348)
7057 (window--state-put-2): Install a window parameter only if it has
7058 a non-nil value or an existing parameter shall be overwritten.
7059
97912def
MA
70602012-01-15 Michael Albinus <michael.albinus@gmx.de>
7061
7062 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7063
688070a5
EZ
70642012-01-14 Eli Zaretskii <eliz@gnu.org>
7065
7066 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7067 don't pass the (nil) value of `upnode' to string-match.
7068
301afadc
CY
70692012-01-14 Chong Yidong <cyd@gnu.org>
7070
7071 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7072 Fix values recognized by the cursorBlink resource.
301afadc 7073
9e5788aa
PE
70742012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7075
7076 * epg.el (epg--make-temp-file): Avoid permission race condition
7077 when running on old Emacs versions (bug#10403).
7078
3cdb7f5a
GM
70792012-01-14 Glenn Morris <rgm@gnu.org>
7080
7081 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7082
8c82b1b4
AM
70832012-01-13 Alan Mackenzie <acm@muc.de>
7084
7085 Fix filling for when filladapt mode is enabled.
7086
7087 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7088 c-mask-paragraph, pass in `fill-paragraph' rather than
7089 `fill-region-as-paragraph'. (This is a reversion of a previous
7090 change.)
eb864a71
LM
7091 * progmodes/cc-mode.el (c-basic-common-init):
7092 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7093
e517eda4
GM
70942012-01-13 Glenn Morris <rgm@gnu.org>
7095
1498536e
GM
7096 * dired.el (dired-switches-escape-p): New function.
7097 (dired-insert-directory): Use dired-switches-escape-p.
7098 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7099
e517eda4
GM
7100 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7101
328f984d
GM
71022012-01-12 Glenn Morris <rgm@gnu.org>
7103
7104 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7105 changes in adaptive-fill-regexp. (Bug#10276)
7106
2cc769a8
AM
71072012-01-11 Alan Mackenzie <acm@muc.de>
7108
7109 Fix Emacs bug #10463 - put `widen's around the critical spots.
7110
1d00653d 7111 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7112 widen around each invocation of c-state-pp-to-literal. Remove an
7113 unused let variable.
7114
e52c37fa
GM
71152012-01-11 Glenn Morris <rgm@gnu.org>
7116
7117 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7118 Doc fix.
e52c37fa 7119
96f8741e
CY
71202012-01-10 Chong Yidong <cyd@gnu.org>
7121
1d00653d
SM
7122 * net/network-stream.el (network-stream-open-starttls):
7123 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7124 response to the capability command.
7125
b09a806e
GM
71262012-01-10 Glenn Morris <rgm@gnu.org>
7127
7128 * mail/unrmail.el (unrmail): Tweak previous change.
7129
7655cb66
CY
71302012-01-09 Chong Yidong <cyd@gnu.org>
7131
7132 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7133
9d5a8f0b
AM
71342012-01-08 Alan Mackenzie <acm@muc.de>
7135
7136 Optimise font locking in long enum definitions.
7137
7138 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7139 arm to a cond form to handle enums.
7140 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7141 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7142
9a0115ab 71432012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7144
7145 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7146 (Bug#10401)
6bb72cbd 7147
f186bb95
LMI
71482012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149
29232a68
LMI
7150 * faces.el (set-face-attribute): Clarify the meaning of the nil
7151 frame (bug#10294).
7152
4e5d086d
LMI
7153 * subr.el (with-selected-frame): Mention that the selected frame
7154 is restored (bug#9980).
7155
8e66aebe
LMI
7156 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7157 (bug#9759).
7158
cd394be1 7159 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7160 (password-read): Don't autoload unused function.
7161
adf4e762
JB
71622012-01-07 Juanma Barranquero <lekktu@gmail.com>
7163
7164 * progmodes/which-func.el (which-func-mode): Turn into a
7165 non-interactive function and mark as obsolete (bug#10428).
7166
89bd9ccd
CY
71672012-01-06 Chong Yidong <cyd@gnu.org>
7168
7169 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7170 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7171 functions, along with 1 and -1.
7172
4afee9d5
EZ
71732012-01-06 Eli Zaretskii <eliz@gnu.org>
7174
7175 * time.el (display-time-load-average)
7176 (display-time-default-load-average): Doc fixes. See the thread
7177 starting at
7178 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7179 for the details.
7180
536aea70
GM
71812012-01-06 Glenn Morris <rgm@gnu.org>
7182
665ae865
GM
7183 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7184 has no messages. (Bug#10377)
7185
c869783d
GM
7186 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7187 than Info-edit. (Bug#10385)
7188
2bb4227e
GM
7189 * time.el (display-time-load-average, display-time-next-load-average):
7190 Doc fixes.
7191
7d5944b9
GM
7192 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7193 local setting of buffer-read-only to the input buffer. (Bug#10419)
7194
536aea70
GM
7195 * calendar/calendar.el (calendar-mode):
7196 Locally set scroll-margin to 0. (Bug#10379)
7197
7dccca16
UM
71982012-01-06 Ulrich Mueller <ulm@gentoo.org>
7199
7200 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7201
afbb7930
GM
72022012-01-05 Glenn Morris <rgm@gnu.org>
7203
7204 * eshell/em-unix.el (diff-no-select): Autoload it.
7205 (eshell/diff): Use diff-no-select. (Bug#10420)
7206
04482335
CY
72072012-01-05 Chong Yidong <cyd@gnu.org>
7208
7baca3bc
CY
7209 * shell.el (shell-dynamic-complete-functions): Revert last change.
7210 (shell-command-completion-function): New function.
7211 (shell-completion-vars): Use it to implement
7212 shell-completion-execonly (Bug#10417).
7213
04482335
CY
7214 * custom.el (enable-theme): Don't set custom-safe-themes.
7215
1d00653d
SM
7216 * cus-theme.el (custom-theme-merge-theme):
7217 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7218
bb5aa5d6
MM
72192012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7220
7221 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7222 first prompt in `sql-interacive-mode'.
7223 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7224 keywords.
6df6ae42 7225 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7226 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7227 context of original buffer. Invoke `sql-login-hook'.
7228
a7183d7c
EZ
72292012-01-04 Eli Zaretskii <eliz@gnu.org>
7230
7231 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7232 letters in cite-prefix.
7233
a1eacd1e
LMI
72342012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7235
7236 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7237
787cdb34
CY
72382012-01-03 Chong Yidong <cyd@gnu.org>
7239
1d00653d
SM
7240 * shell.el (shell-dynamic-complete-functions):
7241 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7242 comint-filename-completion first (Bug#10417).
7243
30710442
RS
72442012-01-02 Richard Stallman <rms@gnu.org>
7245
7246 * battery.el (battery-status-function):
7247 Detect when to use battery-yeeloong-sysfs.
7248 (battery-echo-area-format): Add string for Yeeloong.
7249 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7250 (battery-yeeloong-sysfs): New function.
7251
f75bfc33
CY
72522012-01-02 Chong Yidong <cyd@gnu.org>
7253
7254 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7255 (dirtrack): Merge code for handling relative filenames in prompt
7256 from shell-dir-cookie-watcher.
7257 (dirtrack-debug-message): New arg to avoid excess format calls.
7258
7259 * shell.el (shell-dir-cookie-re): Variable deleted.
7260 (shell-dir-cookie-watcher): Function deleted.
7261 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7262 with dirtrack-mode.
7263
651e947e
EZ
72642012-01-01 Eli Zaretskii <eliz@gnu.org>
7265
1d00653d
SM
7266 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7267 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7268 libgnutls-26.dll.
7269
94d4c7dc
AS
72702011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7271
7272 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7273
8d43f3cd
EZ
72742011-12-31 Eli Zaretskii <eliz@gnu.org>
7275
7276 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7277 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7278
98c8795a
MA
72792011-12-29 Michael Albinus <michael.albinus@gmx.de>
7280
7281 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7282 also for alternative shells.
7283 (tramp-open-connection-setup-interactive-shell): Check, whether
7284 the shell is a busybox.
7285 (tramp-send-command): Don't suppress multiple prompts for
7286 busyboxes, it hurts.
7287
51281b32
CY
72882011-12-28 Chong Yidong <cyd@gnu.org>
7289
7290 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7291 (gdb-get-source-file): Move mode line update to
7292 gdb-get-source-file (Bug#10087).
7293
2170cb53
CY
72942011-12-25 Chong Yidong <cyd@gnu.org>
7295
7296 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7297 gud-gdb-marker-filter without taking it as an argument.
7298 (gud-gdb-run-command-fetch-lines): Caller changed.
7299 (gud-gdb-completion-function): New variable.
7300 (gud-gdb-completion-at-point): Use it.
7301 (gud-gdb-completions-1): Split from gud-gdb-completions.
7302
7303 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7304 function as separate arguments.
7305 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7306 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7307 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7308 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7309 (gdb-stopped, def-gdb-auto-update-trigger)
7310 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7311 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7312 Callers changed.
2170cb53
CY
7313 (gud-gdbmi-completions): New function.
7314 (gdb): Use it for generating the completion table.
7315
be8b11bb
AM
73162011-12-24 Alan Mackenzie <acm@muc.de>
7317
7318 Introduce a mechanism to widen the region used in context font
1d00653d 7319 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7320
1d00653d
SM
7321 * progmodes/cc-langs.el (c-before-font-lock-functions):
7322 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7323 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7324 functions to be run just before context (etc.) font locking.
7325
7326 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7327 New, functionality extracted from
be8b11bb 7328 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7329 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7330 (c-after-change): Set c-in-after-change-fontification.
7331 (c-set-fl-decl-start): Rejig its interface, so it can be called
7332 from both after-change and context fontifying.
b81d40f0
JB
7333 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7334 New functions.
7335 (c-standard-font-lock-fontify-region-function): New variable.
7336 (c-font-lock-fontify-region): New function.
be8b11bb 7337
341cf6ac
JL
73382011-12-24 Juri Linkov <juri@jurta.org>
7339
7340 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7341 (Bug#10348)
7342
bffcee0a
MA
73432011-12-23 Michael Albinus <michael.albinus@gmx.de>
7344
7345 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7346 existence of source file. (Bug#10325)
7347
cb5e207c
AM
73482011-12-23 Alan Mackenzie <acm@muc.de>
7349
7350 Fix unstable fontification inside templates.
7351
b81d40f0
JB
7352 * progmodes/cc-langs.el (c-before-font-lock-functions):
7353 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7354 additionally has c-set-fl-decl-start. The other languages (apart
7355 from AWK) have that as a single entry.
7356
b81d40f0
JB
7357 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7358 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7359 c-set-fl-decl-start.
7360
b81d40f0
JB
7361 * progmodes/cc-mode.el (c-common-init, c-after-change):
7362 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7363 (c-set-fl-decl-start): New function, extracted from
7364 c-font-lock-enclosing-decls and enhanced.
7365
60ff536c
JB
73662011-12-23 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7369
1c4757d6
JL
73702011-12-22 Juri Linkov <juri@jurta.org>
7371
7372 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7373
d031f2c7
CY
73742011-12-22 Chong Yidong <cyd@gnu.org>
7375
7376 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7377
bace743a
DA
73782011-12-21 Drew Adams <drew.adams@oracle.com>
7379
7380 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7381
728a1f2b
JC
73822011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7383
7384 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7385
0d373f73
TZ
73862011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7387
fec0aaa4
TZ
7388 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7389 highlighting and support. Fix up comments for capitalization.
7390 (cfengine-mode-debug): New var.
7391 (cfengine3-mode): Change the modeline indicator to "CFE3".
7392 (cfengine3-font-lock-keywords): Improve defun highlighting.
7393 (cfengine2-actions): Rename from `cfengine-actions'.
7394 (cfengine2-font-lock-keywords): Rename from
7395 `cfengine-font-lock-keywords'.
7396 (cfengine2-imenu-expression): Rename from
7397 `cfengine-imenu-expression'.
7398 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7399 (cfengine2-beginning-of-defun): Rename from
7400 `cfengine-beginning-of-defun'.
7401 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7402 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7403 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7404 modeline indicator to "CFE2".
7405 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7406 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7407
bc86f573
CY
74082011-12-21 Chong Yidong <cyd@gnu.org>
7409
7410 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7411 filename argument.
7412
d45ba96b
MR
74132011-12-20 Martin Rudalics <rudalics@gmx.at>
7414
7415 * window.el (window-normalize-buffer-to-display): Remove.
7416 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7417
a6198c90
CY
74182011-12-19 Chong Yidong <cyd@gnu.org>
7419
7420 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7421 Don't signal an error in a predicate function; return non-nil.
7422 (vc-dir-mark-file): Move the error here.
7423 (vc-dir-mark-unmark): If acting on the region, keep going if one
7424 of the entries cannot be marked/unmarked.
7425 (vc-dir-mark-all-files): If current entry is a directory, mark
7426 only child files, as documented.
7427
34c5fb55
VB
74282011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7429
7430 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7431 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7432 addition.
7433
c803b2b7
JD
74342011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7435
7436 * term/ns-win.el (ns-get-selection-internal)
7437 (ns-store-selection-internal): Declare.
1154d12e
JB
7438 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7439 Declare as obsolete.
7440 (ns-get-pasteboard, ns-paste-secondary):
7441 Use ns-get-selection-internal.
7442 (ns-set-pasteboard, ns-copy-including-secondary):
7443 Use ns-store-selection-internal.
c803b2b7 7444
9cff91f8 74452011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7446
7447 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7448 (vc-deduce-fileset): Doc fix.
99a289d9 7449
f16c898a
AS
74502011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7451
7452 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7453
763237c4
SS
74542011-12-13 Sam Steingold <sds@gnu.org>
7455
7456 * man.el (Man-getpage-in-background): When running under a
7457 window-system, ignore $MANWIDTH and $COLUMNS.
7458
5fc1c122
KH
74592011-12-15 Kenichi Handa <handa@m17n.org>
7460
7461 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7462 (setup-ethiopic-environment-internal): Comment out key-binding for
7463 ethio-toggle-punctuation.
7464
13d49cbb
AM
74652011-12-13 Alan Mackenzie <acm@muc.de>
7466
898169a2
AM
7467 Add the switch statement to AWK Mode.
7468
7a71b18d 7469 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7470 "default" to the keywords regexp.
7471
7a71b18d 7472 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7473 expression as the rest.
1d00653d
SM
7474 (c-nonlabel-token-key): Allow string literals for AWK.
7475 Refactor for the other modes.
898169a2 7476
13d49cbb 7477 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7478 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7479 routines. Limit backward searching in c-font-lock-enclosing.decl.
7480
7481 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7482 pp-state and literal type in addition to the limits.
1d00653d 7483 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7484 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7485 (c-slow-in-literal, c-fast-in-literal): Remove.
7486 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7487
7488 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7489 being in a literal. Add a limit for backward searching.
7490
7491 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7492 c-slow-in-literal.
7493
15e0efc7
SM
74942011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7497
454592a6
MR
74982011-12-13 Martin Rudalics <rudalics@gmx.at>
7499
7500 * window.el (delete-other-windows): Use correct frame in call to
7501 window-with-parameter.
7502
87393f26
DP
75032011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7504
7505 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7506 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7507 (makefile-gmake-statements, makefile-makepp-statements):
7508 Use it and add new makepp keywords.
7509 (makefile-makepp-font-lock-keywords): Add new patterns.
7510 (makefile-match-function-end): Match new [...] and [[...]].
7511
11636b22
JB
75122011-12-11 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * ses.el (ses-call-printer-return, ses-cell-property-get)
7515 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7516 (ses-create-cell-variable, ses-reset-header-string)
7517 (ses-cell-set-formula, ses-repair-cell-reference-all)
7518 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7519 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7520 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7521 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7522 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7523 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7524 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7525 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7526 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7527 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7528 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7529 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7530
cf018193
VB
75312011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7532
7533 * ses.el: The overall change is to add cell renaming, that is
7534 setting fancy names for cell symbols other than name matching
7535 "\\`[A-Z]+[0-9]+\\'" regexp .
7536 (ses-create-cell-variable): New defun.
7537 (ses-relocate-formula): Relocate formulas only for cells the
7538 symbols of which are not renamed, i.e. symbols whose names do not
7539 match regexp "\\`[A-Z]+[0-9]+\\'".
7540 (ses-relocate-all): Relocate values only for cells the symbols of
7541 which are not renamed.
7542 (ses-load): Create cells variables as the (ses-cell ...) are read,
7543 in order to check row col consistency with cell symbol name only
7544 for cells that are not renamed.
7545 (ses-replace-name-in-formula): New defun.
7546 (ses-rename-cell): New defun.
7547
ee957461
CY
75482011-12-11 Chong Yidong <cyd@gnu.org>
7549
7550 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7551 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7552
9a9e9ef0
MR
75532011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7554
7555 * window.el (other-window): Fix docstring.
7556
92a8eba5
EZ
75572011-12-10 Eli Zaretskii <eliz@gnu.org>
7558
7559 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7560 `from' or `to' address before taking its substring.
7561 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7562 encoded name is chopped in the middle of the encoded string, and
7563 thus displayed encoded.
7564
e152e577
JB
75652011-12-10 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7568
e5d84bfe
EZ
75692011-12-10 Eli Zaretskii <eliz@gnu.org>
7570
7571 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7572 to use texinfo-update-node and commands that call it if the
7573 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7574 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7575 (texinfo-all-menus-update, texinfo-master-menu)
7576 (texinfo-update-node, texinfo-every-node-update)
7577 (texinfo-multiple-files-update): Doc fix. Warn against updating
7578 all the @node lines.
7579 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7580 argument is numeric. Explain better in the doc string what the
7581 function really does.
7582 (texinfo-insert-master-menu-list): Improve the error message
7583 displayed if there's no menu in the Top node.
7584 (Bug#2975) See also this thread:
e5d84bfe
EZ
7585 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7586
1d84e9bb
MG
75872011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7588
7589 * speedbar.el (speedbar-supported-extension-expressions):
7590 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7591
382c953b
JB
75922011-12-09 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * printing.el (pr-mode-alist):
7595 * simple.el (filter-buffer-substring-functions)
7596 (completion-list-insert-choice-function):
7597 * window.el (window-with-parameter, window-atom-root)
7598 (window-sides-slots, window-size-fixed, window-min-delta)
7599 (window-max-delta, window--resize-mini-window)
7600 (window--resize-child-windows-normal, window-tree)
7601 (delete-other-windows, quit-window, split-window)
7602 (display-buffer-record-window, special-display-buffer-names)
7603 (special-display-regexps, special-display-popup-frame)
7604 (same-window-p, split-window-sensibly)
7605 (display-buffer-overriding-action, display-buffer-alist)
7606 (display-buffer-base-action, display-buffer, switch-to-buffer)
7607 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7608 (fit-window-to-buffer, recenter-positions)
7609 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7610 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7611 and remove unneeded backslashes in docstrings.
7612
39c9faef
SM
76132011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7614
98449af8
SM
7615 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7616
39c9faef
SM
7617 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7618 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7619 end in ".mk".
7620 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7621 when reading the makefile (bug#10116).
7622
86ed9fdc
SM
76232011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7626 (bug#10116).
7627
5580f89d
GM
76282011-12-06 Glenn Morris <rgm@gnu.org>
7629
7630 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7631
28d3917c
CY
76322011-12-06 Chong Yidong <cyd@gnu.org>
7633
7634 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7635
a98edce9
JB
76362011-12-06 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * textmodes/table.el (table-shorten-cell): Fix typo.
7639
e65adfac
CG
76402011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7641
7642 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7643
71cc0b74
EZ
76442011-12-05 Eli Zaretskii <eliz@gnu.org>
7645
7646 * descr-text.el (describe-char): Fix display of strong
7647 right-to-left characters and directional embeddings and overrides.
7648
7649 * simple.el (what-cursor-position): Fix display of codepoints of
7650 strong right-to-left characters.
7651
315bc30d
CY
76522011-12-05 Chong Yidong <cyd@gnu.org>
7653
7654 * faces.el (read-color): Doc fix.
7655
58a70b94
GM
76562011-12-05 Glenn Morris <rgm@gnu.org>
7657
7658 * align.el (align--set-marker): Add doc-string.
7659 Don't try to move something that is not a marker. (Bug#10216)
7660
5158face
GM
76612011-12-04 Glenn Morris <rgm@gnu.org>
7662
7663 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7664 overly zealous deletion of trailing whitespace.
7665
520fca41
JB
76662011-12-04 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * server.el (server-delete-client): On Windows, do not try to delete
7669 the only terminal.
7670 (server-process-filter): On Windows, treat requests for a tty frame as
7671 if they were for a GUI frame if the running server is in GUI mode.
7672
5e605a2e
GM
76732011-12-03 Glenn Morris <rgm@gnu.org>
7674
7675 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7676
5c3fe83f
SM
76772011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7678
6f5e57e7
SM
7679 * electric.el: Streamline electric-indent's hook.
7680 (electric-indent-chars): Revert to simple list.
7681 (electric-indent-functions): New var.
7682 (electric-indent-post-self-insert-function): Use it.
7683
5c3fe83f
SM
7684 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7685 there's no inferior buffer (bug#10196).
7686 (prolog-consult-compile): Don't use toggle-read-only.
7687
6bdac736
MA
76882011-12-02 Michael Albinus <michael.albinus@gmx.de>
7689
7690 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7691 interrupt. (Bug#10187)
7692
6131ba7f
SM
76932011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7694
99c79fee
SM
7695 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7696 (bug#9160).
7697
6131ba7f
SM
7698 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7699 (bug#10191).
7700
cb0a02ea
JL
77012011-12-02 Juri Linkov <juri@jurta.org>
7702
7703 * info.el (Info-search): Display "end of manual" when Isearch
7704 reaches the end of single-file Info manual. (Bug#9918)
7705
66e0570c
EZ
77062011-12-02 Eli Zaretskii <eliz@gnu.org>
7707
7708 * isearch.el (isearch-message-prefix): Run the input method part
7709 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7710
02b16839
JL
77112011-12-02 Juri Linkov <juri@jurta.org>
7712
7713 * isearch.el (isearch-occur): Use `word-search-regexp' for
7714 `isearch-word'.
7715 (isearch-search-and-update): Add condition for `isearch-word' and
7716 call `word-search-regexp'. (Bug#10145)
7717
0b950688
GM
77182011-12-01 Glenn Morris <rgm@gnu.org>
7719
7720 * eshell/em-hist.el (eshell-hist-initialize):
7721 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7722 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7723
9505c3c7
SM
77242011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7727
1bbe96b2 77282011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7729
a1beca85
SM
7730 * progmodes/verilog-mode.el (verilog-pretty-expr):
7731 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7732 verilog, such as += *= and the like.
7733 (verilog-assignment-operator-re): Regular expression to find the
7734 assigment operator in a verilog assignment.
7735 (verilog-assignment-operation-re): Regular expression to find an
7736 assignment statement for pretty-expr.
7737 (verilog-in-attribute-p): Query returns true if point is in an
7738 attribute context; used to skip these for expression line up from
7739 pretty-expr.
7740 (verilog-in-parameter-p): Query returns true if point is in an
7741 parameter definition context; used to skip these for expression
7742 line up from pretty-expr.
7743 (verilog-in-parenthesis-p): Query returns true if point is in a
7744 parenthetical expression, specifically ( ) but not [ ] or { };
7745 used by pretty-expr.
7746 (verilog-just-one-space): If there is no space, don't add one.
7747 (verilog-get-lineup-indent-2): Specifically skip just attribute
7748 contexts for expression lineup, rather than skipping all
7749 parenthetical expressions.
7750 (verilog-calculate-indent): Fix comment, and fix indent.
7751 (verilog-do-indent): Indent declarations in lists (suggested by
7752 Joachim Lechner).
7753 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7754 skeleton items.
7755 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7756 by Alain Mellan).
7757
1bbe96b2 77582011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7759
7760 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7761 parameters with embedded comments. Reported by Ray Stevens.
7762 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7763 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7764 Reported by Tim Holt.
7765 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7766 instantiated by upper module causing wrong expansion until AUTOed a
7767 second time. Reported by K C Buckenmaier.
7768 (verilog-diff-auto): Fix showing .* as a difference when
7769 `verilog-auto-star-save' off. Reported by Dan Dever.
7770 (verilog-auto-reset, verilog-read-always-signals)
7771 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7772 temporary signals in reset list if
7773 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7774 style to each signal's assignment type, bug381.
7775 Reported by Thomas Esposito.
6288f0ca
WS
7776 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7777 (verilog-uvm-statement-re): Support UVM indentation and
7778 highlighting, with old OVM keywords only.
a1beca85 7779 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7780 Support AUTOTIEOFF creating non-wire data types.
7781 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7782 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7783 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7784 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7785 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7786 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7787 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7788 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7789 non-numeric vector width. Reported by Alex Reed.
7790 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7791 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7792 (verilog-auto-delete-trailing-whitespace):
7793 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7794 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7795 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7796 Fix verilog-scan-cache corruption when running user AUTO expansion
7797 hooks that call indentation routines.
7798 (verilog-simplify-range-expression): Fix typo ignoring lower case
7799 identifiers.
7800 (verilog-delete-auto): Fix delete-autos to also remove user created
7801 automatics, as long as they start with AUTO.
7802 (verilog-batch-diff-auto, verilog-diff-auto)
7803 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7804 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7805 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7806 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7807 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7808 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7809 is disabled and its cache will get corrupt, causing AUTOS not to
7810 expand. Instead use only -quick functions.
7811 (verilog-scan-region): Fix scanning over escaped quotes.
7812 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7813 (verilog-re-search-backward-quick)
7814 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7815 related functions now ignore strings, to fix misparsing of strings
7816 with magic comments embedded in them.
a1beca85
SM
7817 (verilog-read-auto-template):
7818 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7819 Reported by Brad Dobbie.
7820 (verilog-read-auto-template):
7821 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7822 Reported by Brad Dobbie.
6288f0ca
WS
7823 (verilog-auto-inst, verilog-auto-inst-param)
7824 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7825 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7826 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7827 debugging templates without merge conflicts, bug357.
7828 Reported by Brad Dobbie.
7829 (verilog-read-auto-template):
7830 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7831 Reported by Brad Dobbie.
7832 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7833 abbrevs so user won't be asked to save.
7834 (verilog-read-auto-lisp-present): Fix to start at beginning of
7835 buffer in case called outside of verilog-auto.
7836 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7837 to "X-2". Reported by Matthew Myers.
7838 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7839 all inputs from module templates. Reported by Leith Johnson.
7840 (verilog-module-inside-filename-p): Fix locating programs as with
7841 modules.
7842 (verilog-auto-inst-port): Fix vl-width expressions when using
7843 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7844 (verilog-decls-get-regs, verilog-decls-get-signals,
7845 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7846 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7847 verilog-read-decls): Combine reg and wire structures into one var
7848 structure to represent SystemVerilog concepts.
7849 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7850 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7851 (verilog-auto-wire-type, verilog-insert-definition):
7852 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7853 SystemVerilog "logic" keyword instead of "wire"/"reg".
7854 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7855 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7856 ifdef or generate if so there's not a driver conflict).
7857 Reported by Matthew Myers.
7858 (verilog-auto-declare-nettype, verilog-insert-definition):
7859 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7860 `default_nettype none. Reported by Julian Gorfajn.
7861 (verilog-read-always-signals-recurse, verilog-read-decls)
7862 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7863 malformed end statement, bug325. Reported by Joshua Wise and
7864 Andrew Drake.
7865 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7866 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7867 when expanding .* in interfaces, bug320.
7868 Reported by Pierre-David Pfister.
6288f0ca 7869 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7870 name and open parenthesis, bug317.
7871 Reported by Pierre-David Pfister.
6288f0ca
WS
7872 (verilog-simplify-range-expression): Fix simplification of
7873 multiplications inside AUTOWIRE connections, bug303.
7874 (verilog-auto-inst-port): Support parameter expansion in
7875 multidimensional arrays.
7876 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7877 after "assert property". Reported by Julian Gorfajn.
7878 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7879 with multiplication, bug303.
7880 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7881 Reported by Jan Frode Lonnum.
7882
1bbe96b2
GM
78832011-11-30 Juanma Barranquero <lekktu@gmail.com>
7884
7885 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7886 (hfy-shell-file-name, hfy-shell):
7887 * international/fontset.el (x-decompose-font-name): Fix typos.
7888
78892011-11-29 Ken Brown <kbrown@cornell.edu>
7890
7891 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7892 (gdb-version): Remove defvar.
7893 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7894 (gdb-gud-context-command, gdb-non-stop-handler)
7895 (gdb-current-context-command, gdb-stopped): Use it.
7896 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7897 (gdb-non-stop-handler): Don't enable pretty-printing here.
7898 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7899 non-stop mode. Use the following.
7900 (gdb-check-target-async): New defun.
7901 (gud-watch, gdb-stopped): Fix whitespace.
7902 (gdb-get-source-file): Don't try to display the source file if
7903 `gdb-main-file' is nil.
7904
79052011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * align.el: Try to generate fewer markers (bug#10047).
7908 (align--set-marker): New macro.
7909 (align-region): Use it.
7910
c935221f
SM
79112011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7914
e70b5064
CY
79152011-11-29 Chong Yidong <cyd@gnu.org>
7916
7917 * indent.el (indent-for-tab-command, indent-according-to-mode):
7918 Doc fix.
7919 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7920
f3af92b7
MA
79212011-11-29 Michael Albinus <michael.albinus@gmx.de>
7922
7923 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7924 aware of remote file names. (Bug#10124)
7925
ed472be9
CY
79262011-11-29 Chong Yidong <cyd@gnu.org>
7927
7928 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7929
24510c22
SM
79302011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * files.el (find-file): Don't use force-same-window (bug#10144).
7933 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7934 use pop-to-buffer if the selected window can't be used.
7935 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7936
c60c3703
EZ
79372011-11-28 Eli Zaretskii <eliz@gnu.org>
7938
7939 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7940 special-mode-map.
7941
e95def75
CY
79422011-11-28 Chong Yidong <cyd@gnu.org>
7943
7944 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7945
c3f1c606
NR
79462011-11-27 Nick Roberts <nickrob@snap.net.nz>
7947
7948 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7949 gdb-get-source-file-list on gdb-create-source-file-list.
7950
00db469c
EZ
79512011-11-26 Eli Zaretskii <eliz@gnu.org>
7952
7953 * whitespace.el (whitespace-newline): Use a different foreground
7954 color for 16-color light-background displays.
7955
4ad3bc2a
CY
79562011-11-24 Chong Yidong <cyd@gnu.org>
7957
7958 * window.el (display-buffer--special-action): Doc fix.
7959
e9fce1ac
JB
79602011-11-25 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7963 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7964 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7965 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7966 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7967 (avl-tree-stack-first):
7968 * emacs-lisp/cconv.el (cconv--analyse-use):
7969 * net/gnutls.el (gnutls-negotiate): Fix typos.
7970
cb825e5d
GM
79712011-11-24 Glenn Morris <rgm@gnu.org>
7972
3adbe224
GM
7973 * lpr.el (lpr-windows-system, lpr-lp-system):
7974 * mail/binhex.el (binhex-begin-line):
7975 * progmodes/grep.el (grep-history, grep-find-history):
7976 * textmodes/flyspell.el:
7977 * vc/pcvs-defs.el (cvs-global-menu):
7978 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7979 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7980 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7981
321decc8
GM
7982 * net/tls.el: Fix case of "GnuTLS".
7983
420b63ad
GM
7984 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7985
cb825e5d
GM
7986 * version.el (emacs-build-system): Give it a doc-string.
7987
a0649f08
JL
79882011-11-24 Juri Linkov <juri@jurta.org>
7989
7990 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7991
c0bc0fd4
GM
79922011-11-24 Glenn Morris <rgm@gnu.org>
7993
7994 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7995 if called on a non-mime message just toggle the headers. (Bug#8006)
7996
20db1522
JB
79972011-11-24 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8000 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8001 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8002 (allout-rebullet-heading, allout-open-sibtopic)
8003 (allout-toggle-current-subtree-encryption)
8004 (allout-toggle-subtree-encryption, allout-encrypt-string)
8005 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8006 (allout-distinctive-bullets-string, allout-auto-activation):
8007 * window.el (window-normalize-buffer-to-display):
8008 * progmodes/verilog-mode.el (verilog-batch-indent):
8009 * textmodes/bibtex.el (bibtex-field-braces-opt)
8010 (bibtex-field-strings-opt):
8011 * vc/cvs-status.el (cvs-tree-merge):
8012 Fix typos.
8013
7262a87c
MA
80142011-11-23 Michael Albinus <michael.albinus@gmx.de>
8015
8016 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8017 `non-essential' to t, in order to avoid remote connections.
8018
283430a1
EZ
80192011-11-23 Eli Zaretskii <eliz@gnu.org>
8020
a1beca85
SM
8021 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8022 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8023 case-insensitively.
8024
d2992a38
ML
80252011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8026
8027 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8028
50419064
GM
80292011-11-23 Glenn Morris <rgm@gnu.org>
8030
da94eca1
GM
8031 * paths.el (rmail-file-name): Reformat the doc-string so that it
8032 is picked up.
8033
9aac4de2
GM
8034 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8035 (rmail-auto-file): Ignore case in the "special" field names,
8036 as mail-fetch-field does for all others.
8037
8038d2d2
GM
8038 * mail/rmail.el (rmail-forward):
8039 * mail/rmailkwd.el (rmail-set-label):
8040 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8041 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8042
f3fe222a
GM
8043 * mail/rmail.el (rmail-current-message): Doc fix.
8044
50419064
GM
8045 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8046
28109f49
SM
80472011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8050
394c65f1
GM
80512011-11-22 Glenn Morris <rgm@gnu.org>
8052
8053 * mail/rmailmm.el (test-rmail-mime-handler)
8054 (test-rmail-mime-bulk-handler)
8055 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8056
f2a0aa3a
JL
80572011-11-21 Juri Linkov <juri@jurta.org>
8058
1154d12e
JB
8059 * calc/calc.el (calc-read-key-sequence):
8060 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8061
9c34a344
LMI
80622011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8063
8064 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8065 Tell the caller that the next line needs recomputation, even
8066 though it doesn't start a sexp (bug#10094).
8067
f04a3be9
SM
80682011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8071
7978747f
SM
80722011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8073
f04a3be9
SM
8074 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8075 Use force-same-window.
7978747f 8076
fe7a3057
JB
80772011-11-20 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * descr-text.el (describe-char-unicode-data):
8080 * json.el (json-string-escape):
8081 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8082 (Footnote-unicode, Footnote-style-p):
8083 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8084
24901d61
CY
80852011-11-20 Chong Yidong <cyd@gnu.org>
8086
8087 * window.el (replace-buffer-in-windows): Restore interactive spec.
8088
bac7ff22
SM
80892011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8090
24f3d7b9
SM
8091 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8092
bac7ff22
SM
8093 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8094 (byte-compile-global-not-obsolete-vars): New var.
8095 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8096 Use it.
8097 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8098
cd1181db
JB
80992011-11-20 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8102 * progmodes/pascal.el (electric-pascal-equal):
8103 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8104 * xml.el (xml-substitute-special): Fix typos.
8105
7fb18e9e
GM
81062011-11-20 Glenn Morris <rgm@gnu.org>
8107
8108 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8109 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8110 Doc fixes.
8111 (rmail-decode-mime-charset): Mark as obsolete.
8112
8113 * mail/rmailsum.el (rmail-message-regexp-p-1):
8114 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8115 Before using mime functions, check they are set. (Bug#10077)
8116
d5a6b3ba
JL
81172011-11-19 Juri Linkov <juri@jurta.org>
8118
8119 * info.el (Info-finder-find-node): Use `package--builtins' instead
8120 of `package-alist'. Use node names formed by the pattern "Keyword "
8121 and the keyword name.
8122
e981b61f
AS
81232011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8124
1d00653d 8125 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8126
3ffbc301
JL
81272011-11-19 Juri Linkov <juri@jurta.org>
8128
8129 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8130 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8131 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8132 `old-history', `old-history-forward'. Add let-binding
8133 `window-selected'. Remove calls to `kill-buffer',
8134 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8135 before calling `Info-find-node', so `Info-find-node-2' will reread
8136 the Info file. Restore window positions only when `window-selected'
8137 is non-nil.
8138
30c62133
JL
81392011-11-19 Juri Linkov <juri@jurta.org>
8140
8141 * isearch.el (isearch-lazy-highlight-new-loop):
8142 Remove condition `(not isearch-error)'. (Bug#9918)
8143
8144 * misearch.el (multi-isearch-search-fun): Add condition
8145 `(not bound)' to ignore lazy-highlighting search.
8146 Add the search-failed message "end of multi" when the end of
8147 multi-sequence is reached. Uncapitalize the search-failed
8148 message "Repeat for next buffer".
8149
8150 * info.el (Info-search): Add the search-failed message
8151 "end of the manual" when the end of the manual is reached
8152 in Isearch mode.
8153
645ca9cf
JL
81542011-11-19 Juri Linkov <juri@jurta.org>
8155
8156 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8157 Use non-destructive `remove' instead of `delete' because
8158 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8159 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8160
df754f66
JL
81612011-11-19 Juri Linkov <juri@jurta.org>
8162
8163 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8164 to nil instead of binding `search-ring' and `regexp-search-ring'.
8165 (Bug#9185)
8166
0e23d96a
EZ
81672011-11-19 Eli Zaretskii <eliz@gnu.org>
8168
8169 * simple.el (line-move): Force movement by logical lines for any
8170 hscrolled window, not only when auto-hscroll-mode is on.
8171 (line-move-visual): Update doc string to that effect. (Bug#10076)
8172
8a6ccb66
AS
81732011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8174
8175 * language/european.el (macintosh): Define as alias for mac-roman.
8176
49ae5b39
EZ
81772011-11-19 Eli Zaretskii <eliz@gnu.org>
8178
8179 * mail/rmailmm.el (rmail-mime-display-header)
8180 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8181 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8182 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8183 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8184 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8185 of a raw aref.
8186 (rmail-mime-entity-segment): To get past the tagline, move forward
8187 2 more lines, to account for the 2 empty lines that precede and
8188 follow the line with the buttons.
8189 (rmail-mime-update-tagline): Move one more line, to get past the
8190 empty line that follows the buttons in the tagline. (Bug#9520)
8191
c56cad4a
MR
81922011-11-19 Martin Rudalics <rudalics@gmx.at>
8193
8194 * window.el (window-max-delta-1, window-min-delta-1)
8195 (window-min-size-1, window-state-get-1, window-state-put-1)
8196 (window-state-put-2): Use "window--" prefix.
8197
cbe71af3
SM
81982011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8199
2ad52c60
SM
8200 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8201 (smie-warning-count): New var.
8202 (smie-set-prec2tab): Use it.
8203 (smie-bnf->prec2): Improve warnings. Add docstring.
8204 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8205 (smie-bnf--set-class): New function.
8206 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8207 corner case.
8208
6944dbc1
SM
8209 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8210 (compilation-error-properties, compilation-move-to-column):
8211 Handle compilation-first-column while in the target buffer.
8212
c400c4d7
SM
8213 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8214 Don't hardcode point-min==1.
8215
6dbe3e96
SM
8216 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8217 (eshell-rewrite-for-command): Remove workaround.
8218 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8219 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8220 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8221
cbe71af3
SM
8222 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8223
a8e1496d
GM
82242011-11-17 Glenn Morris <rgm@gnu.org>
8225
8226 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8227 Ignore buffer-local generated-autoload-file if it is the same
8228 as the global value. (Bug#10049)
8229
df85d315
JB
82302011-11-17 Juanma Barranquero <lekktu@gmail.com>
8231
8232 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8233 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8234 (reftex-toc-previous-heading, reftex-toc-max-level)
8235 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8236 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8237 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8238 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8239 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8240 (reftex-toc-rename-label, reftex-toc-visit-location)
8241 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8242 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8243 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8244 leaving "*toc*" only for references to the buffer.
8245
a0c2d0ae
MR
82462011-11-17 Martin Rudalics <rudalics@gmx.at>
8247
8248 * window.el (window-resize, delete-window, split-window):
8249 Replace window-splits by window-combination-resize.
1d00653d 8250 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8251
35c0bac8
GM
82522011-11-17 Glenn Morris <rgm@gnu.org>
8253
8254 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8255 Make bash entry derive from sh entry, not shell entry.
8256
d0c8fc8a
MA
82572011-11-16 Michael Albinus <michael.albinus@gmx.de>
8258
7262a87c
MA
8259 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8260 local file name.
8261
7877f373
JB
82622011-11-16 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * menu-bar.el (menu-bar-file-menu):
8265 * printing.el (pr-ps-utility):
8266 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8267 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8268 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8269 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8270 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8271 (icalendar--convert-cyclic-to-ical)
8272 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8273 (icalendar--convert-ical-to-diary)
8274 (icalendar--convert-recurring-to-diary)
8275 (icalendar--convert-non-recurring-all-day-to-diary)
8276 (icalendar-import-format-sample):
8277 * progmodes/idlw-shell.el (idlwave-shell-mode):
8278 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8279 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8280 (vhdl-ps-print-init): Fix typos.
8281
10649b82
KM
82822011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8283
9d0cfcd6
GM
8284 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8285 FSF and collapse date sequence, obscure author/maintainer email address
8286 better, remove extra version line, track relocation of author's webpage.
10649b82 8287
9d0cfcd6
GM
8288 * progmodes/python.el (python-pdbtrack-input-prompt)
8289 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8290 regular python pdb prompts. Adjustments shamelessly taken exactly as
8291 suggested in EmacsWiki page (tiny change):
8292 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8293
58179cce
JB
82942011-11-16 Juanma Barranquero <lekktu@gmail.com>
8295
8296 * expand.el (expand-pos, expand-index, expand-point):
8297 Remove redundant info from docstring.
8298 (expand-add-abbrevs): Doc fix.
8299 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8300 (expand-sample-perl-mode-expand-list): Fix typos.
8301
8302 * net/dbus.el (dbus-event-member-name):
8303 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8304 * term/pc-win.el (msdos-create-frame-with-faces):
8305 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8306
b6f67890
MR
83072011-11-16 Martin Rudalics <rudalics@gmx.at>
8308
8309 * window.el (split-window, window-state-get-1)
8310 (window-state-put-1, window-state-put-2): Rename occurrences of
8311 window-nest to window-combination-limit.
1d00653d 8312 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8313
ce7ddba0
CY
83142011-11-16 Chong Yidong <cyd@gnu.org>
8315
8316 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8317 regexp (Bug#10033).
8318
3ae704f4
SM
83192011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8322 `completing-read' will remove *Completions* and will preserve
8323 current-buffer for us.
8324 (tmm-add-prompt): Users of *Completions* will always (re)set its
8325 major mode.
8326 (tmm-old-comp-map): Remove.
8327
6ad1cdde
GM
83282011-11-16 Glenn Morris <rgm@gnu.org>
8329
8330 * mail/rmailedit.el: Require rmailmm when compiling.
8331 (rmail-old-mime-state): New declaration.
8332 (rmail-edit-current-message): If editing a mime message,
8333 edit the "raw" message from the mbox buffer.
8334 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8335
d20faa20
GM
83362011-11-15 Glenn Morris <rgm@gnu.org>
8337
8338 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8339 which wasn't being used. Add optional arg to force given state.
8340 (rmail-mime): Add optional arg to force given state.
8341
c7015153
JB
83422011-11-15 Juanma Barranquero <lekktu@gmail.com>
8343
8344 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8345 * frame.el (display-mm-dimensions-alist):
8346 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8347 (outline-move-subtree-down):
8348 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8349 (newsticker--treeview-do-get-node):
8350 * net/quickurl.el (quickurl-list-buffer-name):
8351 * progmodes/dcl-mode.el (dcl-mode):
8352 * progmodes/gdb-mi.el (gdb-mapcar*):
8353 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8354
45261b50
GM
83552011-11-15 Glenn Morris <rgm@gnu.org>
8356
8357 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8358 in a boolean sense, so just make it a boolean, and fix the doc.
8359 (rmail-show-mime-function, rmail-mime-feature)
8360 (rmail-require-mime-maybe): Doc fixes.
8361 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8362
8363 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8364
0d26e0b6
JB
83652011-11-15 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8368 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8369 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8370 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8371
447f30f6
GM
83722011-11-15 Glenn Morris <rgm@gnu.org>
8373
672b871d
GM
8374 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8375 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8376 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8377 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8378 (rmail-mime, rmail-show-mime): Doc fixes.
8379
f6aa5bb1
GM
8380 * term/ns-win.el (mode-line-frame-identification):
8381 Leave it alone. (Bug#10051)
8382
947cd66b
GM
8383 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8384
447f30f6
GM
8385 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8386 Handle empty buffers. (Bug#9978)
8387
0b381c7e
JB
83882011-11-14 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * international/mule.el (define-charset):
8391 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8392 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8393 * progmodes/verilog-mode.el (verilog-backward-token):
8394 * textmodes/ispell.el (lookup-words):
8395 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8396
71e027ac
GM
83972011-11-14 Glenn Morris <rgm@gnu.org>
8398
56632ce4
GM
8399 * progmodes/executable.el
8400 (executable-make-buffer-file-executable-if-script-p):
8401 Handle file-modes returning nil.
8402
40500957
GM
8403 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8404 message - not necessary, and causes problems. (Bug#9831)
8405
071c2340
GM
8406 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8407
d3cfca60
GM
8408 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8409
71e027ac
GM
8410 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8411 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8412 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8413
89d61221
MR
84142011-11-12 Martin Rudalics <rudalics@gmx.at>
8415
8416 * window.el (window-resize, delete-window): Use window-splits
8417 variable instead of function.
8418 (window-state-get-1, window-state-put-2, window-state-put):
8419 Don't deal with windows' splits status.
8420
98282f6f
GM
84212011-11-12 Glenn Morris <rgm@gnu.org>
8422
8423 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8424 (apropos-documentation): Doc fixes.
8425
40a8bdf6
JB
84262011-11-11 Juanma Barranquero <lekktu@gmail.com>
8427
8428 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8429 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8430
65bd19ff
SM
84312011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * electric.el (electric-indent-post-self-insert-function): Make it
8434 possible for a char to only indent in some circumstances.
8435 (electric-indent-mode): Simplify.
8436
54f9154c
MR
84372011-11-11 Martin Rudalics <rudalics@gmx.at>
8438
8439 * window.el (windows-with-parameter): Remove unused function.
8440 (windows-at-side): Rename to window-at-side-list.
8441 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8442 (window-side-check, window-size-ignore, window-size-fixed-1)
8443 (window-in-direction-2): Prefix with "window--".
8444 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8445
68cbc58b
GM
84462011-11-11 Glenn Morris <rgm@gnu.org>
8447
8448 * subr.el (eval-after-load): If FILE is already loaded,
8449 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8450
b2621720
GM
84512011-11-10 Glenn Morris <rgm@gnu.org>
8452
9a4de110
GM
8453 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8454 Call svn via vc-svn-command rather than vc-do-command.
8455 (vc-svn-command): Add --non-interactive. (Bug#9993)
8456 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8457
b2621720
GM
8458 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8459 Add toggle-read-only. (Bug#7292)
8460 * files.el (toggle-read-only): Mention that it should only
8461 be used interactively. (Bug#10006)
8462
1dce7193
SM
84632011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8464
d9ac1a1e
SM
8465 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8466 Adjust regexp for OCaml warnings.
8467
0c325082
SM
8468 * electric.el (electric-pair-post-self-insert-function): Let user
8469 turn it off buffer-locally (bug#9932).
8470
90132c14
SM
8471 * progmodes/python.el (python-beginning-of-statement):
8472 Rewrite (bug#2703).
8473
1dce7193
SM
8474 * progmodes/compile.el: Better handle TABs (bug#9749).
8475 (compilation-internal-error-properties)
8476 (compilation-next-error-function): Obey the target buffer's
8477 compilation-error-screen-columns.
8478
c4e7c63a
JB
84792011-11-09 Juanma Barranquero <lekktu@gmail.com>
8480
8481 * progmodes/meta-mode.el: Remove obsolete comments.
8482 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8483 Fix typos in docstrings.
8484
2cffd681
MR
84852011-11-09 Martin Rudalics <rudalics@gmx.at>
8486
8487 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8488 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8489 (window--resizable): New function. Make all callers of
8490 window-resizable call window--resizable instead.
8491 (window-resizable): Rewrite in terms of window--resizable.
8492
0edcba87
GM
84932011-11-08 Glenn Morris <rgm@gnu.org>
8494
8495 * progmodes/delphi.el (delphi-mode-syntax-table):
8496 Let define-derived-mode define a proper syntax table. (Bug#9994)
8497
4b0d61e3
SM
84982011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * window.el: Stay away from defsubst.
8501 (window-list-no-nils): Remove.
8502 (window-state-get-1, window-state-get): Use backquote instead.
8503
cd394be1 85042011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8505
4b0d61e3 8506 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8507 Fix incorrect use of default argument in `completing-read'.
8508
e1c2c6f2
MR
85092011-11-08 Martin Rudalics <rudalics@gmx.at>
8510
8511 * window.el (display-buffer-function, special-display-function):
8512 Mention display-buffer-record-window but do not mention
8513 help-setup parameter in doc-strings.
b3f4a882 8514 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8515
105216ed
CY
85162011-11-08 Chong Yidong <cyd@gnu.org>
8517
8518 * window.el (window-total-height, window-total-width): Doc fix.
8519 (window-body-size): Move from C.
8520 (window-body-height, window-body-width): Move to C.
8521
0a9f9ab5
SM
85222011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * window.el: Make special-display like display-buffer-alist (bug#9532).
8525 (display-buffer--special-action): New function, morphed
8526 from display-buffer--special.
8527 (display-buffer): Use it to handle special-display-buffers at higher
8528 priority (just after display-buffer-alist).
8529 (display-buffer-fallback-action, display-buffer--other-frame-action)
8530 (pop-to-buffer-same-window): Remove display-buffer--special.
8531
a769dd15
GM
85322011-11-07 Glenn Morris <rgm@gnu.org>
8533
8534 * calendar/cal-menu.el (cal-menu-set-date-title):
8535 Do nothing if not in a calendar. (Bug#9976)
8536
05a61ee3
SM
85372011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8538
8539 * files.el (find-file): Always use selected-window.
8540
be7f5545
MR
85412011-11-07 Martin Rudalics <rudalics@gmx.at>
8542
8543 * window.el (window-combinations): Make WINDOW argument
8544 mandatory. Rewrite doc-string.
8545 (walk-window-subtree, window-atom-check, window-min-delta)
8546 (window-max-delta, window--resize-this-window)
8547 (window--resize-root-window-vertically, window-tree)
8548 (balance-windows, window-state-put): Rewrite doc-strings as to
8549 not mention the term "subwindow".
8550 (window--resize-subwindows-skip-p): Rename to
8551 window--resize-child-windows-skip-p.
8552 (window--resize-subwindows-normal): Rename to
8553 window--resize-child-windows-normal.
8554 (window--resize-subwindows): Rename to
8555 window--resize-child-windows.
8556 (window-or-subwindow-p): Rename to window--in-subtree-p.
8557
3c6702ef
ML
85582011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8559
8560 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8561 Ensure that mbox format messages end in two newlines (Bug#9974).
8562
49745b39
CY
85632011-11-06 Chong Yidong <cyd@gnu.org>
8564
8565 * window.el (window-combination-p): Function deleted; its
8566 side-effect is not used in any existing code.
8567 (window-combinations, window-combined-p): Call window-*-child
8568 directly.
8569
24300f5f
CY
85702011-11-05 Chong Yidong <cyd@gnu.org>
8571
8572 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8573 (window-size-ignore, window-state-get): Callers changed.
8574 (window-normalize-window): Rename from window-normalize-any-window.
8575 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8576 (window-normalize-live-window): Delete.
447f16b8
CY
8577 (window-combination-p, window-combined-p, window-combinations)
8578 (walk-window-subtree, window-atom-root, window-min-size)
8579 (window-sizable, window-sizable-p, window-size-fixed-p)
8580 (window-min-delta, window-max-delta, window-resizable)
8581 (window-resizable-p, window-full-height-p, window-full-width-p)
8582 (window-current-scroll-bars, window-point-1, set-window-point-1)
8583 (window-at-side-p, window-in-direction, window-resize)
8584 (adjust-window-trailing-edge, maximize-window, minimize-window)
8585 (window-deletable-p, delete-window, delete-other-windows)
8586 (record-window-buffer, unrecord-window-buffer)
8587 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8588 (quit-window, split-window, window-state-put)
8589 (set-window-text-height, fit-window-to-buffer)
8590 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8591
89bd5ee1
EZ
85922011-11-04 Eli Zaretskii <eliz@gnu.org>
8593
53479029
EZ
8594 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8595 rfc2047-decode-string.
8596 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8597 warnings.
8598
89bd5ee1
EZ
8599 * window.el (window-body-height, window-body-width): Mention in
8600 the doc string that the return values are in frame's canonical
8601 units. (Bug#9949)
8602
bd17fdee
AM
86032011-11-03 Alan Mackenzie <acm@muc.de>
8604
8605 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8606 change in cc-engine.el.
8607
acc825c5
SM
86082011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8611
1885e5b8
MR
86122011-11-02 Martin Rudalics <rudalics@gmx.at>
8613
8614 * window.el (quit-window): Call unrecord-window-buffer after
8615 showing another buffer in the window. (Bug#9937)
acc825c5 8616 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8617
ebe06da9
JB
86182011-11-02 Juanma Barranquero <lekktu@gmail.com>
8619
8620 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8621 Accept status with more than 9 shelves. (Bug#9935)
8622 Reported by Colin D Bennett <colin@gibibit.com>.
8623
4ee88440
MR
86242011-11-01 Martin Rudalics <rudalics@gmx.at>
8625
8626 * help.el (with-help-window): Don't reference
8627 temp-buffer-show-specifiers in doc-string.
8628
08e1d82c
AS
86292011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8630
8631 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8632 menu-item.
8633
84bd6e9e
VJL
86342011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8635
8636 * whitespace.el: New version 13.2.2.
8637 (whitespace-newline-mode): Disable properly. Reported by Sarah
8638 <EmacsWiki>.
8639
dba0634a
UJ
86402011-10-30 Ulf Jasper <ulf.jasper@web.de>
8641
8642 * net/newst-treeview.el: Remove "Time-stamp".
8643 (newsticker--group-manage-orphan-feeds): Do not call
8644 newsticker--treeview-tree-update.
db22a3c2
JB
8645 (newsticker-treeview-update, newsticker-treeview):
8646 Call newsticker--treeview-tree-update if necessary.
dba0634a 8647
3d8daefe
MR
86482011-10-30 Martin Rudalics <rudalics@gmx.at>
8649
8650 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8651 (window-iso-combinations): Remove "iso-" infix.
8652 Suggested by Chong Yidong.
3d8daefe
MR
8653 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8654 (window-max-delta-1, window-resize, window--resize-siblings)
8655 (window--resize-this-window, adjust-window-trailing-edge)
8656 (split-window, balance-windows-1)
8657 (shrink-window-if-larger-than-buffer):
8658 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8659 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8660
1bc4c3ae
SM
86612011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8664 in place (bug#9907).
8665 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8666 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8667 (eshell-structure-basic-command, eshell-rewrite-while-command)
8668 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8669 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8670 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8671 (eshell-do-pipelines-synchronously, eshell-eval-command):
8672 Use backquotes and prefer setq to set.
8673 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8674 (eshell-macrop): Use functionp.
c1e2f5fa 8675 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8676
30b65d9c
CY
86772011-10-30 Chong Yidong <cyd@gnu.org>
8678
8679 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8680 instead of set-mark (Bug#9810).
8681
2d197ffb
CY
86822011-10-30 Chong Yidong <cyd@gnu.org>
8683
8684 * window.el (split-window-below, split-window-right): Rename from
8685 split-window-above-each-other and split-window-side-by-side
8686 respectively. All callers changed.
8687 (split-window-sensibly, split-window-sensibly): Use them.
8688 (split-window-keep-point): Doc fix.
8689
8690 * isearch.el: Add isearch-scroll property to split-window-below
8691 and split-window-right.
8692
8693 * follow.el (follow-mode):
8694 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8695 * progmodes/ada-xref.el (ada-gdb-application):
8696 * emulation/vip.el (vip-buffer-in-two-windows):
8697 * image-dired.el (image-dired-dired-with-window-configuration):
8698 * dired-x.el (dired-do-find-marked-files):
8699 * dired.el (dired-pop-to-buffer):
8700 * bs.el (bs--show-with-configuration):
8701 * vc/emerge.el (emerge-setup-windows):
8702 * textmodes/two-column.el (2C-two-columns):
8703 * textmodes/reftex-toc.el (reftex-toc):
8704 * progmodes/gdb-mi.el (gdb-setup-windows):
8705 * progmodes/fortran.el (fortran-window-create):
8706 * net/newst-treeview.el (newsticker--treeview-window-init):
8707 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8708 * emulation/tpu-edt.el (tpu-gold-map):
8709 * emulation/crisp.el (crisp-mode-map):
8710 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8711
38bb2ca8
CY
87122011-10-29 Chong Yidong <cyd@gnu.org>
8713
aa4de341
CY
8714 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8715
e1eb5385
CY
8716 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8717
5d2ece3c
CY
8718 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8719 forged Ispell output (Bug#7904).
8720
38bb2ca8
CY
8721 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8722
d0af9f77
SM
87232011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * doc-view.el: Avoid ugly errors about not finding nil.
8726 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8727 (doc-view-dvipdf-program, doc-view-unoconv-program)
8728 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8729 Avoid nil or absolute file name as default value.
8730 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8731
52bedd34
AM
87322011-10-28 Alan Mackenzie <acm@muc.de>
8733
db22a3c2 8734 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8735
7e43cfa5
AM
87362011-10-28 Alan Mackenzie <acm@muc.de>
8737
8738 Amend the handling of c-beginning/end-of-defun in nested declaration
8739 scopes.
8740
52bedd34
AM
8741 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8742 cc-langs.el. Change it to a defcustom.
7e43cfa5 8743
52bedd34
AM
8744 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8745 cc-vars.el.
7e43cfa5 8746
d0af9f77
SM
8747 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8748 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8749
52bedd34 8750 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8751 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8752 (c-widen-to-enclosing-decl-scope): New function.
8753 (c-while-widening-to-decl-block): New macro.
8754 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8755 outward for defun boundaries, and correspondingly change symbol
8756 `respect-enclosure' to `go-outward'.
8757 (c-declaration-limits): Change algorithm to report only the "innermost"
8758 defun's boundaries.
8759
1a2ce9ee
DD
87602011-10-28 Deniz Dogan <deniz@dogan.se>
8761
8762 * net/rcirc.el (rcirc-mode): Use hard newlines.
8763
bc97a826
AM
87642011-10-28 Alan Mackenzie <acm@muc.de>
8765
8766 Amend to indent and fontify macros "which include their own semicolon"
8767 correctly, using the "virtual semicolon" mechanism.
8768
52bedd34 8769 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8770
d0af9f77 8771 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8772 Recode to scan one line at a time rather than having \n and \r
58179cce 8773 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8774 (c-forward-label): Amend for virtual semicolons.
58179cce 8775 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8776
52bedd34
AM
8777 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8778 of the new C macros.
bc97a826 8779
52bedd34 8780 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8781 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8782 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8783 (c-opt-cpp-macro-define): Make into a full language variable.
8784 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8785 AWK Mode (including \n, \r) removed, no longer needed.
8786
d0af9f77
SM
8787 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8788 Invoke c-make-macro-with-semi-re.
bc97a826 8789
52bedd34
AM
8790 * progmodes/cc-vars.el (c-macro-with-semi-re):
8791 (c-macro-names-with-semicolon): New variables.
58179cce 8792 (c-make-macro-with-semi-re): New function.
bc97a826 8793
7a6c0941
SM
87942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * vc/log-edit.el: Fill empty field rather than adding new one.
8797 (log-edit-add-field): New function.
8798 (log-edit-insert-changelog): Use it.
8799
b0c4cdcf
ML
88002011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8801
8802 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8803
ee1f1da9
SM
88042011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8807 (gdb--check-interpreter): New function.
8808 (gdb): Use it.
8809
51bc5f8b
GM
88102011-10-27 Glenn Morris <rgm@gnu.org>
8811
416a2c45
GM
8812 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8813 (least-positive-float, least-negative-float)
8814 (least-positive-normalized-float, least-negative-normalized-float)
8815 (float-epsilon, float-negative-epsilon):
8816 Remove unnecessary declarations.
8817
8818 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8819 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8820 (least-positive-float, least-negative-float)
8821 (least-positive-normalized-float, least-negative-normalized-float)
8822 (float-epsilon, float-negative-epsilon): Add doc-strings,
8823 based on those in cl.texi.
8824
51bc5f8b
GM
8825 * files.el (set-visited-file-name): If the major-mode changed,
8826 reload the local variables. (Bug#9796)
8827
15de15c6
CY
88282011-10-27 Chong Yidong <cyd@gnu.org>
8829
8830 * subr.el (change-major-mode-after-body-hook): New hook.
8831 (run-mode-hooks): Run it.
8832
ee1f1da9
SM
8833 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8834 Use change-major-mode-before-body-hook.
15de15c6
CY
8835
8836 * simple.el (fundamental-mode):
8837 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8838 change introducing fundamental-mode-hook.
8839
5430d399
JB
88402011-10-26 Juanma Barranquero <lekktu@gmail.com>
8841
acc825c5 8842 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8843
ad74a69e
MA
88442011-10-26 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8847 tramp.el explicitly. (Bug#7583)
ad74a69e 8848
71d4c2a5
SM
88492011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * progmodes/octave-mod.el:
8852 * progmodes/octave-inf.el: Update maintainer.
8853
b1f6fa26
CY
88542011-10-26 Chong Yidong <cyd@gnu.org>
8855
8856 * subr.el (with-wrapper-hook): Rewrite doc.
8857
3f04efd6
MA
88582011-10-25 Michael Albinus <michael.albinus@gmx.de>
8859
8860 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8861 filenames "/method:foo:". (Bug#9793)
3f04efd6 8862
410488d3
SM
88632011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8866 (bug#9865).
8867
c1ebb47e
GM
88682011-10-24 Glenn Morris <rgm@gnu.org>
8869
8870 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8871
7f5c46c7
MA
88722011-10-24 Michael Albinus <michael.albinus@gmx.de>
8873
8874 * notifications.el: Add the requirement of a running D-Bus session
8875 bus to the Commentary.
8876
db2440b6
JL
88772011-10-24 Juri Linkov <juri@jurta.org>
8878
8879 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8880 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8881 (Bug#9364)
8882
feecf435
JL
88832011-10-24 Juri Linkov <juri@jurta.org>
8884
8885 * info.el (Info-following-node-name-re): Add newline to the list
8886 of allowed characters for leading space. (Bug#9824)
8887
a3839de2
SM
88882011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8889
acc825c5
SM
8890 * progmodes/octave-inf.el (inferior-octave-mode-map):
8891 Fix C-c C-h binding.
a3839de2
SM
8892 * progmodes/octave-mod.el (octave-help): Remove.
8893
09388e76
MA
88942011-10-23 Michael Albinus <michael.albinus@gmx.de>
8895
8896 Sync with Tramp 2.2.3.
8897
8898 * net/tramp-cache.el (top): Pacify byte-compiler using
8899 `init-file-user' and `site-run-file'.
8900
8901 * net/trampver.el: Update release number.
8902
86c60681
CY
89032011-10-23 Chong Yidong <cyd@gnu.org>
8904
8905 * files.el (toggle-read-only): Remove obsolete comment about
8906 version control.
8907
8908 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8909 for toggle-read-only. Note that this hasn't called vc-next-action
8910 since 2008-05-02, though it wasn't documented at the time.
8911
a3839de2
SM
8912 * vc/ediff-init.el (ediff-toggle-read-only-function):
8913 Use toggle-read-only.
86c60681 8914
cd5495ff
AM
89152011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8916
8917 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8918 of c-parse-state.
8919
00b77525 8920 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8921 correct faulty logical expression.
cd5495ff
AM
8922 (c-parse-state-state, c-record-parse-state-state):
8923 (c-replay-parse-state-state): New defvar/defuns.
8924 (c-debug-parse-state): Use new functions.
8925
42ee24ed
MR
89262011-10-22 Martin Rudalics <rudalics@gmx.at>
8927
8928 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8929 last fix. Use window-in-direction correctly.
42ee24ed 8930
a7dee7e7
CY
89312011-10-21 Chong Yidong <cyd@gnu.org>
8932
8933 * progmodes/idlwave.el (idlwave-mode):
8934 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8935 require-final-newline; that's done in prog-mode.
8936 Suggested by Stefan Monnier.
a7dee7e7 8937
e07b9a6d
MR
89382011-10-21 Martin Rudalics <rudalics@gmx.at>
8939
8940 * mouse.el (mouse-drag-window-above)
8941 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8942 (mouse-drag-mode-line-1, mouse-drag-header-line)
8943 (mouse-drag-vertical-line-rightward-window): Remove.
8944 (mouse-drag-line): New function.
8945 (mouse-drag-mode-line, mouse-drag-header-line)
8946 (mouse-drag-vertical-line): Call mouse-drag-line.
8947 * window.el (window-at-side-p, windows-at-side): New functions.
8948
7e1361d9
UM
89492011-10-21 Ulrich Mueller <ulm@gentoo.org>
8950
8951 * tar-mode.el (tar-grind-file-mode):
8952 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8953
30fcaf3a
CY
89542011-10-21 Chong Yidong <cyd@gnu.org>
8955
8956 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8957 * progmodes/vera-mode.el (vera-mode):
8958 Use mode-require-final-newline.
30fcaf3a 8959
516eddb0
GM
89602011-10-20 Glenn Morris <rgm@gnu.org>
8961
db22a3c2 8962 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8963
10d5f513
CS
89642011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8965
8966 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8967
ac6c8639
CY
89682011-10-20 Chong Yidong <cyd@gnu.org>
8969
8970 * emulation/cua-base.el (cua-mode):
8971 * mail/footnote.el (footnote-mode):
8972 * mail/mailabbrev.el (mail-abbrevs-mode):
8973 * net/xesam.el (xesam-minor-mode):
8974 * progmodes/bug-reference.el (bug-reference-mode):
8975 * progmodes/cap-words.el (capitalized-words-mode):
8976 * progmodes/compile.el (compilation-minor-mode)
8977 (compilation-shell-minor-mode):
8978 * progmodes/gud.el (gud-tooltip-mode):
8979 * progmodes/hideif.el (hide-ifdef-mode):
8980 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8981 * progmodes/subword.el (subword-mode):
8982 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8983 * progmodes/which-func.el (which-function-mode):
8984 * term/tvi970.el (tvi970-set-keypad-mode):
8985 * term/vt100.el (vt100-wide-mode):
8986 * textmodes/flyspell.el (flyspell-mode):
8987 * textmodes/ispell.el (ispell-minor-mode):
8988 * textmodes/nroff-mode.el (nroff-electric-mode):
8989 * textmodes/paragraphs.el (use-hard-newlines):
8990 * textmodes/refill.el (refill-mode):
8991 * textmodes/reftex.el (reftex-mode):
8992 * textmodes/rst.el (rst-minor-mode):
8993 * textmodes/sgml-mode.el (html-autoview-mode)
8994 (sgml-electric-tag-pair-mode):
8995 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8996 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8997 * emulation/crisp.el (crisp-mode):
8998 * emacs-lisp/eldoc.el (eldoc-mode):
8999 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9000 minor mode behavior.
9001
aa42ab43
JL
90022011-10-19 Juri Linkov <juri@jurta.org>
9003
9004 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9005 the list of hard-coded chars with escape-glyph face.
9006
89400f1d
SM
90072011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9010
305c07f6
MA
90112011-10-19 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9014 running process.
9015
13754b54
GM
90162011-10-19 Glenn Morris <rgm@gnu.org>
9017
9018 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9019 Ignore ignored files. (Bug#9726)
9020
06e21633
CY
90212011-10-19 Chong Yidong <cyd@gnu.org>
9022
9023 Doc fix for minor modes, stating that an omitted argument enables
9024 the mode unconditionally when called from Lisp.
9025
9026 * abbrev.el (abbrev-mode):
9027 * allout.el (allout-mode):
9028 * autoinsert.el (auto-insert-mode):
9029 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9030 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9031 (global-auto-revert-mode):
9032 * battery.el (display-battery-mode):
9033 * composite.el (global-auto-composition-mode)
9034 (auto-composition-mode):
9035 * delsel.el (delete-selection-mode):
9036 * desktop.el (desktop-save-mode):
9037 * dired-x.el (dired-omit-mode):
9038 * dirtrack.el (dirtrack-mode):
9039 * doc-view.el (doc-view-minor-mode):
9040 * double.el (double-mode):
9041 * electric.el (electric-indent-mode, electric-pair-mode):
9042 * emacs-lock.el (emacs-lock-mode):
9043 * epa-hook.el (auto-encryption-mode):
9044 * follow.el (follow-mode):
9045 * font-core.el (font-lock-mode):
9046 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9047 * help.el (temp-buffer-resize-mode):
9048 * hilit-chg.el (highlight-changes-mode)
9049 (highlight-changes-visible-mode):
9050 * hi-lock.el (hi-lock-mode):
9051 * hl-line.el (hl-line-mode, global-hl-line-mode):
9052 * icomplete.el (icomplete-mode):
9053 * ido.el (ido-everywhere):
9054 * image-file.el (auto-image-file-mode):
9055 * image-mode.el (image-minor-mode):
9056 * iswitchb.el (iswitchb-mode):
9057 * jka-cmpr-hook.el (auto-compression-mode):
9058 * linum.el (linum-mode):
9059 * longlines.el (longlines-mode):
9060 * master.el (master-mode):
9061 * mb-depth.el (minibuffer-depth-indicate-mode):
9062 * menu-bar.el (menu-bar-mode):
9063 * minibuf-eldef.el (minibuffer-electric-default-mode):
9064 * mouse-sel.el (mouse-sel-mode):
9065 * msb.el (msb-mode):
9066 * mwheel.el (mouse-wheel-mode):
9067 * outline.el (outline-minor-mode):
9068 * paren.el (show-paren-mode):
9069 * recentf.el (recentf-mode):
9070 * reveal.el (reveal-mode, global-reveal-mode):
9071 * rfn-eshadow.el (file-name-shadow-mode):
9072 * ruler-mode.el (ruler-mode):
9073 * savehist.el (savehist-mode):
9074 * scroll-all.el (scroll-all-mode):
9075 * scroll-bar.el (scroll-bar-mode):
9076 * server.el (server-mode):
9077 * shell.el (shell-dirtrack-mode):
9078 * simple.el (auto-fill-mode, transient-mark-mode)
9079 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9080 (line-number-mode, column-number-mode, size-indication-mode)
9081 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9082 * strokes.el (strokes-mode):
9083 * time.el (display-time-mode):
9084 * t-mouse.el (gpm-mouse-mode):
9085 * tool-bar.el (tool-bar-mode):
9086 * tooltip.el (tooltip-mode):
9087 * type-break.el (type-break-mode-line-message-mode)
9088 (type-break-query-mode):
9089 * view.el (view-mode):
9090 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9091 (global-whitespace-mode, global-whitespace-newline-mode):
9092 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9093
a3839de2
SM
9094 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9095 Fix autogenerated docstring.
06e21633 9096
5214e501
JL
90972011-10-19 Juri Linkov <juri@jurta.org>
9098
9099 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9100 by checking environment variables "DESKTOP_SESSION" and
9101 "XDG_CURRENT_DESKTOP". (Bug#9779)
9102
195f8db9
JL
91032011-10-19 Juri Linkov <juri@jurta.org>
9104
9105 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9106 (browse-url-chromium-program, browse-url-chromium-arguments):
9107 New defcustoms.
9108 (browse-url-default-browser): Check for `browse-url-chromium' and
9109 call `browse-url-chromium-program'.
9110 (browse-url-chromium): New command. (Bug#9779)
9111
343a34ff
JB
91122011-10-18 Juanma Barranquero <lekktu@gmail.com>
9113
9114 * facemenu.el (list-colors-duplicates): On Windows, detect more
9115 duplicates by assuming that only colors matching "^System" are
9116 special "system colors". (Bug#9722)
9117
6978a151
SM
91182011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9121 to distinguish the author from the committer.
9122
6a80b297
MA
91232011-10-18 Michael Albinus <michael.albinus@gmx.de>
9124
9125 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9126
b31a5677
JK
91272011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9128
9129 * international/mule.el (sgml-html-meta-auto-coding-function):
9130 Add support for detecting encoding in HTML5 specified only as
9131 <meta charset="UTF-8">. Implementation just makes http-equiv and
9132 content-type parts from HTML4 encoding string optional. (Bug#9716)
9133
80c6d77f
GM
91342011-10-18 Glenn Morris <rgm@gnu.org>
9135
9136 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9137
08b0fee8
CY
91382011-10-18 Chong Yidong <cyd@gnu.org>
9139
9140 * faces.el (cursor): Doc fix.
9141
67e729a5
CY
91422011-10-17 Chong Yidong <cyd@gnu.org>
9143
9144 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9145
343a34ff 91462011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9147
9148 * dirtrack.el (dirtrack): Support shell buffers with path
9149 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9150
0bc06380
TZ
91512011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9152
9153 * json.el: Bump version to 1.3 and note change in History.
9154 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9155
8b79f3e0
SM
91562011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9157
5a7c536b
SM
9158 * comint.el (comint-insert-input, comint-send-input)
9159 (comint-get-old-input-default, comint-backward-matching-input)
9160 (comint-next-prompt): Use nil instead of `input' for field property of
9161 past user input (bug#114).
9162
96a8a0df
SM
9163 * minibuffer.el (completion--replace): Inherit surrounding properties
9164 (bug#114).
9165 (minibuffer-complete-and-exit): Use it.
9166
8b79f3e0
SM
9167 * comint.el (comint--table-subvert): Quote the all-completions output
9168 (bug#9160).
9169
b8f7ff0d
MR
91702011-10-17 Martin Rudalics <rudalics@gmx.at>
9171
8b79f3e0 9172 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9173
b8f7ff0d 9174 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9175 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9176 entries and separate them from frame entries.
9177
c235b555
GM
91782011-10-15 Glenn Morris <rgm@gnu.org>
9179
9180 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9181 Doc fixes.
9182
6bbfa6e1
CY
91832011-10-15 Chong Yidong <cyd@stupidchicken.com>
9184
8b79f3e0
SM
9185 * net/network-stream.el (network-stream-open-starttls):
9186 Improve detection of failure due to lack of TLS support.
ec5c990d 9187
6bbfa6e1
CY
9188 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9189 putting the input text in front and in bold.
9190
98488977
SM
91912011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9192
3d1337be
SM
9193 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9194
ee0b45e4
SM
9195 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9196 empty buffer.
9197
98488977
SM
9198 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9199 unread-command-events rather than pushing yet-another event.
9200
186f4720
EZ
92012011-10-14 Eli Zaretskii <eliz@gnu.org>
9202
9203 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9204 the explanation of the possible choices. Make the options passed
9205 to completing-read shorter.
9206
8b7a997c
AM
92072011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9208
9209 * textmodes/flyspell.el (flyspell-large-region): Make sure
9210 extended character mode is used if defined (Bug#1339).
9211
12587bbb
EZ
92122011-10-13 Eli Zaretskii <eliz@gnu.org>
9213
9214 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9215 character info for LRE, LRO, RLE, and RLO characters by appending
9216 an invisible PDF.
12587bbb 9217
bad41229
SM
92182011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9221 even in case of error; add debug spec; simplify data flow.
9222 (with-timeout-handler): Remove.
9223
28dbc92f
MA
92242011-10-12 Michael Albinus <michael.albinus@gmx.de>
9225
9226 Fix Bug#6019, Bug#9315.
9227
9228 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9229 complete `buffer-file-name', the local file name part could look
9230 remotely (for example on VMS).
9231
9232 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9233 `tramp-run-real-handler'.
9234 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9235 already quoted by '"'.
9236
9237 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9238 Let `file-name-handler-alist' be nil, the local file name part
9239 could look remotely (for example on VMS).
9240
e1b0b23a
SM
92412011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9244 from here...
9245 (flyspell-post-command-hook): ...to here.
9246
a120bde9
SM
92472011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9250 if not needed.
9251 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9252 using completion. Protect against "slow" callers.
9253 Remove the "message hack".
9254
7ce7717b
JL
92552011-10-11 Juri Linkov <juri@jurta.org>
9256
9257 * isearch.el (isearch-lazy-highlight-word): New variable.
9258 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9259 Use it. (Bug#9727)
9260
c02ee9d6
GM
92612011-10-11 Glenn Morris <rgm@gnu.org>
9262
9263 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9264 like f90-previous-statement does.
9265
93e616fd 92662011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9267
1f190e73 9268 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9269 only in interactive use, to avoid error.
9270
af7b6078
SM
92712011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * minibuffer.el (completion-file-name-table): Fix last change,
9274 i.e. ignore normal errors but not the other ones.
9275
0563dae9
MR
92762011-10-10 Martin Rudalics <rudalics@gmx.at>
9277
9278 * window.el (special-display-buffer-names)
9279 (special-display-regexps): Remove some remnants of earlier
9280 changes from doc-strings.
366ca7f3
MR
9281 (quit-windows-on): New function.
9282
9283 * vc/vc.el (vc-revert, vc-rollback):
9284 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9285 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9286 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9287
49677495
MR
92882011-10-09 Martin Rudalics <rudalics@gmx.at>
9289
9290 * window.el (frame-auto-hide-function): Add version tag.
9291 (Bug#9699)
9292
56f2d1e1
MA
92932011-10-09 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9296 condition.
9297
112a6592
LL
92982011-10-09 Leo Liu <sdl.web@gmail.com>
9299
9300 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9301 (Bug#9701)
9302
0812589b
GM
93032011-10-08 Glenn Morris <rgm@gnu.org>
9304
9305 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9306 before the first code statement zero indent. (Bug#9690)
9307
b2b0776e
CY
93082011-10-08 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * simple.el (count-words-region): Always count in the region.
9311 Report the number of lines and characters too.
9312 (count-words): New command, which counts in the buffer if the
9313 region is inactive, as count-words-region used to.
9314 (count-words--message): New function. Handle plurals.
9315 (count-lines-region): Make it an alias for count-words-region.
9316
9317 * bindings.el (esc-map): Replace count-lines-region with
9318 count-words-region.
9319
c557cd6b
MR
93202011-10-08 Martin Rudalics <rudalics@gmx.at>
9321
9322 * window.el (window--delete): Delete dedicated frame
9323 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9324 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9325
61a57ef4 93262011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9327
3a7d293b 9328 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9329
c3833279
CY
93302011-10-07 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * bindings.el ([M-left],[M-right]): Bind to left-word and
9333 right-word respectively.
9334
21ce8245
GM
93352011-10-07 Glenn Morris <rgm@gnu.org>
9336
9337 * cus-start.el (debug-on-quit): Fix custom type.
9338
6d823bb2
LMI
93392011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9340
0181e193
LMI
9341 * subr.el (define-key-after): Clarify that the function is not
9342 useful for non-menu keymaps.
9343
6d823bb2
LMI
9344 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9345
8e3459ce 93462011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9347
21ce8245 9348 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9349 in current minibuffer (Fix bug with recursive minibuffers).
9350
a1c2d21e
CY
93512011-10-06 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * progmodes/gdb-mi.el (gdb): Doc fix.
9354
5a4cf282
MR
93552011-10-05 Martin Rudalics <rudalics@gmx.at>
9356
9357 * window.el (frame-auto-hide-function): New option replacing
9358 frame-auto-delete. Suggested by Stefan Monnier.
9359 (window--delete): Call frame-auto-hide-function instead of
9360 investigating frame-auto-delete.
c96111ea
MR
9361 (window-point-1, set-window-point-1): New functions.
9362 (window-in-direction, record-window-buffer, window-state-get-1)
9363 (display-buffer-record-window): Use window-point-1 instead of
9364 window-point.
9365 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9366
9854542e
SM
93672011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9370
8943cfb0
GM
93712011-10-05 Glenn Morris <rgm@gnu.org>
9372
9373 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9374 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9375
647ab967
LL
93762011-10-05 Leo Liu <sdl.web@gmail.com>
9377
9378 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9379 works with buffer object.
9380
3ddfbced
SM
93812011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * mpc.el (mpc-tool-bar-map): Add labels.
9384
bdfa5dd2
GM
93852011-10-04 Glenn Morris <rgm@gnu.org>
9386
9387 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9388
0e2070b5
MR
93892011-10-04 Martin Rudalics <rudalics@gmx.at>
9390
9391 * window.el (window--delete): New function.
9392 (frame-auto-delete): Resuscitate option.
9393 (bury-buffer, replace-buffer-in-windows)
9394 (quit-window): Rewrite using window--delete.
9395 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9396 Pass display-buffer-mark-dedicated to window--display-buffer-2
9397 (Bug#9639).
9398
3dc61a09
SM
93992011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9400
915a9b64
SM
9401 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9402 returns a list (bug#9554). Add remote file name completion.
9403 * comint.el (comint--table-subvert): Curry and get quote&unquote
9404 functions as arguments.
9405 (comint--complete-file-name-data): Adjust call accordingly.
9406 * pcomplete.el (pcomplete--table-subvert): Remove.
9407 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9408
3dc61a09
SM
9409 * minibuffer.el (completion-table-case-fold): Use currying.
9410 (completion--styles-type, completion--cycling-threshold-type):
9411 New constants.
9412 (completion-styles, completion-category-overrides)
9413 (completion-cycle-threshold): Use them.
9414 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9415 completion-table-case-fold.
9416
8ea0a993
SB
94172011-10-03 Stephen Berman <stephen.berman@gmx.net>
9418
9419 * minibuffer.el (completion-category-overrides): Fix type of styles
9420 and add more user friendly tags (bug#9660).
9421
8c24b7f6
SM
94222011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9425 (mule-input-method-string): New widget.
9426 (default-input-method, language-info-custom-alist): Use it.
9427
428fe61a
SM
94282011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9429
32c1fffd
SM
9430 * pcomplete.el: Require comint.
9431 (pcomplete--common-suffix): Remove.
9432 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9433 (pcomplete--table-subvert): Sync with comint--table-subvert.
9434 (pcomplete--entries): Use comint-completion-file-name-table.
9435 * comint.el (comint-unquote-filename): Simplify.
9436 (comint-completion-file-name-table): New function (bug#9616).
9437 (comint--complete-file-name-data): Use it.
9438
428fe61a
SM
9439 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9440 (pcmpl-gnu-tar-buffer): Remove.
9441 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9442 around. Make sure pcomplete-suffix-list is only changed temporarily.
9443 Don't look inside the tar's file if it's too large.
428fe61a 9444
04c52e2f
CY
94452011-10-01 Chong Yidong <cyd@stupidchicken.com>
9446
ce3cefcc
CY
9447 * cus-edit.el (custom-mode-map):
9448 * epa.el (epa-key-list-mode-map):
9449 * man.el (Man-mode-map):
9450 * startup.el (splash-screen-keymap):
9451 * simple.el (special-mode-map): Use scroll-up-command and
9452 scroll-down-command.
9453
9454 * progmodes/idlw-help.el (idlwave-help-mode-map):
9455 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9456 * net/newst-plainview.el (newsticker-mode-map):
9457 * emulation/ws-mode.el (wordstar-mode-map):
9458 * emulation/vi.el (vi-com-map):
9459 * calc/calc-graph.el (calc-graph-show-dumb):
9460 * term/sun.el (terminal-init-sun):
9461 * term/ns-win.el (global-map):
9462 * progmodes/grep.el (grep-mode-map):
9463 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9464 * mail/rmail.el (rmail-mode-map):
9465 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9466
04c52e2f
CY
9467 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9468 custom-safe-themes as special.
9469
79adf8c8
JD
94702011-10-01 Julien Danjou <julien@danjou.info>
9471
9472 * notifications.el (notifications-notify): Fix docstring.
9473
63bd50d3
PS
94742011-10-01 Per Starbäck <per@starback.se>
9475
9476 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9477
199e4c7e
MR
94782011-09-30 Martin Rudalics <rudalics@gmx.at>
9479
9480 * startup.el (command-line-1): Fix last fix by inserting
9481 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9482 (Bug#9605) and (Bug#9636)
199e4c7e 9483
fe5f08dd
EZ
94842011-09-29 Eli Zaretskii <eliz@gnu.org>
9485
9486 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9487 window is hscrolled, move by logical lines. (Bug#9607)
9488 (line-move-visual): Update the doc string to the above effect.
9489
b5516bbd
MR
94902011-09-29 Martin Rudalics <rudalics@gmx.at>
9491
ccee00c0
MR
9492 * window.el (display-buffer-record-window): When WINDOW is the
9493 selected window use `point' instead of `window-point'. (Bug#9626)
9494
b5516bbd
MR
9495 * startup.el (command-line-1): Use insert-before-markers when
9496 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9497
b5516bbd
MR
9498 * help.el (help-window): Remove variable.
9499
52aa0014
GM
95002011-09-29 Glenn Morris <rgm@gnu.org>
9501
9502 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9503
df9a7357
JB
95042011-09-29 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * descr-text.el (describe-char-categories): Accept category
9507 descriptions more than one line long.
9508
a8406c20
SM
95092011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9510
88d9610c
SM
9511 * simple.el (delete-trailing-whitespace): Fix last change.
9512
a5daf810
SM
9513 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9514 Don't confuse "y => 3" as the beginning of a `y' operation.
9515
a8406c20
SM
9516 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9517 object has more than 4 slots (bug#9613).
9518
a239d4e9
JB
95192011-09-28 Juanma Barranquero <lekktu@gmail.com>
9520
9521 * subr.el (with-output-to-temp-buffer):
9522 * net/quickurl.el (quickurl, quickurl-browse-url):
9523 Fix typos in docstrings.
9524
693fbdb6
EZ
95252011-09-27 Eli Zaretskii <eliz@gnu.org>
9526
9527 * minibuffer.el (completion-styles)
9528 (completion-category-overrides): Cross reference each other in doc
9529 strings.
9530
8b457e28
GM
95312011-09-27 Glenn Morris <rgm@gnu.org>
9532
9533 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9534 to split-string. (Bug#9606)
9535
85a16208
LMI
95362011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9539 (bug#9615).
9540
502f9ebd
CY
95412011-09-27 Chong Yidong <cyd@stupidchicken.com>
9542
9543 * emacs-lisp/package.el (list-packages): Fix echo area message.
9544
7690bdea
LL
95452011-09-27 Leo Liu <sdl.web@gmail.com>
9546
9547 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9548
e2ee6f30
MA
95492011-09-25 Michael Albinus <michael.albinus@gmx.de>
9550
9551 * net/dbus.el (dbus-unregister-object): Don't release services for
9552 registered signals. (Bug#9581)
9553
f3f98342
TZ
95542011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9555
9556 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9557 function that picks between cfengine 2 and 3 support
9558 automatically. Update docs accordingly.
9559
dd7aa8dd
KH
95602011-09-22 Kenichi Handa <handa@m17n.org>
9561
9562 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9563 ZERO.
9564 (indian-itrans-v5-table-for-tamil): New variable.
9565 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9566
3f2b07f8
KM
95672011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9568
9569 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9570 that's true if the current command involved collapsing of text.
9571 It's reset to false at the beginning of the next command.
9572 (allout-post-command-business): Move the cursor to the beginning
9573 of entry if the cursor is hidden and collapsing activity just
9574 happened.
9575
371d6a61
CY
95762011-09-24 Chong Yidong <cyd@stupidchicken.com>
9577
9578 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9579 tracking (Bug#9541).
9580
2ac2721a
UJ
95812011-09-24 Ulf Jasper <ulf.jasper@web.de>
9582
9583 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9584 (newsticker-show-news): Automatically load html rendering package
9585 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9586 because w3m-fill-column is let-bound" and the error "Symbol's value
9587 as variable is void: w3m-fill-column".
2ac2721a 9588
fac7ae53
MA
95892011-09-24 Michael Albinus <michael.albinus@gmx.de>
9590
9591 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9592 Release services only if they are defined. (Bug#9581)
9593
e08b633b
RS
95942011-09-23 Richard Stallman <rms@gnu.org>
9595
e488d29c
RS
9596 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9597 distinguish start of paragraph from start of its text.
9598
19c38752
RS
9599 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9600
e08b633b
RS
9601 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9602 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9603 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9604
0a39f27e
AS
96052011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9606
9607 * international/mule-diag.el (mule-diag): Insert a newline after
9608 each fontset description.
9609
db4e950d
SM
96102011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * simple.el (delete-trailing-whitespace):
9613 Document last change; simplify.
9614
eca3f3ea
PW
96152011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9616
d68e189a
PW
9617 * simple.el (delete-trailing-whitespace): Also delete
9618 extra newlines at the end of the buffer.
9619
eca3f3ea
PW
9620 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9621 (picture-newline): Use forward-line so as to ignore fields.
9622
01c157cc
SM
96232011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * subr.el (with-wrapper-hook): Fix edebug spec.
9626
022de23e
LMI
96272011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9628
9629 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9630 (bug#4538).
9631
91683089
MA
96322011-09-23 Michael Albinus <michael.albinus@gmx.de>
9633
eca3f3ea
PW
9634 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9635 Fix nasty bug using wrong cached values.
91683089 9636
5bdd6fa4
AM
96372011-09-23 Alan Mackenzie <acm@muc.de>
9638
9639 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9640
97adfb97
CY
96412011-09-23 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * window.el (pop-to-buffer): Ensure right window is selected if we
9644 chose another frame.
9645
d4ef2b50
EZ
96462011-09-22 Eli Zaretskii <eliz@gnu.org>
9647
9648 * simple.el (what-cursor-position): Use get-char-property-change
9649 and next-single-char-property-change, to be able to show display
9650 properties that come from overlays as well as text properties.
9651
72258fe5
CY
96522011-09-22 Chong Yidong <cyd@stupidchicken.com>
9653
9654 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9655
9656 * cmuscheme.el (run-scheme, switch-to-scheme):
9657 * cus-edit.el (customize-group, custom-buffer-create)
9658 (customize-browse):
9659 * info.el (info):
9660 * shell.el (shell):
9661 * mail/sendmail.el (mail):
9662 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9663
8f098516
RS
96642011-09-22 Richard Stallman <rms@gnu.org>
9665
9666 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9667 move back only to line beg, don't move back over blank lines.
9668
e74f1bb6
MA
96692011-09-22 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * files.el (copy-directory): Set directory attributes only in case
9672 they could be retrieved from the source directory. (Bug#9565)
9673
bfeef8b6
DK
96742011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9675
9676 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9677 (hs-find-block-beginning, hs-hide-level-recursive):
9678 Ignore strings as well as comments. (Bug#9502)
9679
7e423bb8
AS
96802011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9681
9682 * progmodes/sql.el (sql-comint-postgres):
9683 Convert port number to a string. (Bug#9566)
9684
b4d72fcf
MR
96852011-09-22 Martin Rudalics <rudalics@gmx.at>
9686
9687 * window.el (quit-window): Undedicate window when switching to
9688 previous buffer. Reported by Thierry Volpiatto
9689 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9690 (special-display-popup-frame): When popping up a new frame reset
9691 its previous buffers to nil. Simplify code.
b4d72fcf 9692
a7b88dc6
MA
96932011-09-21 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9696 and process filter, as done also in `shell-command'.
9697
cf4eacfd
MR
96982011-09-21 Martin Rudalics <rudalics@gmx.at>
9699
eca3f3ea 9700 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9701 Call set-window-start with NOFORCE argument t.
9702 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9703 (quit-window): Reword doc-string. Handle new format of
9704 quit-restore parameter. Don't delete window if it has a
9705 previous buffer we can show instead of the present one.
9706 (display-buffer-record-window): Rewrite using a new format for
9707 the quit-restore window parameter
9708 (special-display-popup-frame, display-buffer-same-window)
9709 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9710 (display-buffer-pop-up-window, display-buffer-use-some-window):
9711 Adapt symbol passed to display-buffer-record-window.
9712 * help.el (help-window-setup): Handle new format of quit-restore
9713 parameter.
9714
8d28cb95
SM
97152011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9716
94ab793f
SM
9717 * faces.el (face-list): Fix docstring (bug#9564).
9718
8d28cb95
SM
9719 * window.el (display-buffer--action-function-custom-type):
9720 Don't include internal functions in the Custom interface.
9721
3820edeb
JL
97222011-09-20 Juri Linkov <juri@jurta.org>
9723
9724 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9725 (Info-forward-node, Info-backward-node, Info-next-preorder)
9726 (Info-last-preorder): Use it. (Bug#9528)
9727
5147931d
JL
97282011-09-20 Juri Linkov <juri@jurta.org>
9729
9730 * info.el (Info-last-preorder): Visit last menu item only when
9731 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9732
cf499a1a
JD
97332011-09-20 Julien Danjou <julien@danjou.info>
9734
9735 * password-cache.el (password-cache-remove): Remove entries even if the
9736 value is nil, so that password with a nil value (negative caching) is
9737 possible to invalidate.
9738
f84e2fe2
LM
97392011-09-20 Lawrence Mitchell <wence@gmx.li>
9740
9741 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9742 all whitespace around breakpoint. (Bug#9553)
9743 (f90-find-breakpoint): Only break at whitespace inside a comment.
9744
78054a46
SM
97452011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * minibuffer.el (completion-file-name-table): Keep track of errors.
9748 (completion-table-with-predicate): Handle the case where pred1 is nil.
9749 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9750
345083b2
SM
97512011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9752
e24e27be
SM
9753 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9754 (debugger-return-value): Signal an error if the debugging context does
9755 not await any return value.
9756
345083b2
SM
9757 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9758 * image-mode.el (image-toggle-display-text)
9759 (image-toggle-display-image): Stay away from evil `intangible'.
9760
08d355e3
LL
97612011-09-19 Leo Liu <sdl.web@gmail.com>
9762
9763 * replace.el (occur-revert-arguments): Make it permanent-local.
9764 (occur-mode): Don't call font-lock-defontify.
9765
f01da43f
CY
97662011-09-19 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * net/ldap.el (ldap-search-internal): Don't push empty search
9769 result (Bug#9508).
9770
b6072fa6
SM
97712011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9774
443d6696
MA
97752011-09-19 Michael Albinus <michael.albinus@gmx.de>
9776
9777 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9778 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9779
7cc6e154
JL
97802011-09-18 Juri Linkov <juri@jurta.org>
9781
9782 * buff-menu.el (Buffer-menu-mode-map):
9783 * dired.el (dired-mode-map):
9784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9785 (lisp-interaction-mode-map):
9786 * emacs-lisp/package.el (package-menu-mode-map):
9787 * epa.el (epa-key-list-mode-map):
9788 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9789 (menu-bar-options-menu):
9790 * outline.el (outline-mode-menu-bar-map):
9791 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9792 * vc/vc-dir.el (vc-dir-menu-map):
9793 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9794 Capitalize non-function content words in menu item strings.
9795
9796 * dired.el (dired-mode-map): Add menu item for
9797 `image-dired-dired-toggle-marked-thumbs'.
9798
80302a81
JL
97992011-09-18 Juri Linkov <juri@jurta.org>
9800
9801 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9802 to `isearch-case-fold-search' and restore its original value
9803 after the `isearch-mode' call.
9804
46c5cf66
JL
98052011-09-18 Juri Linkov <juri@jurta.org>
9806
9807 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9808 because `zgrep' returns 1 for successful matches (bug#9226).
9809
d18b513b
JL
98102011-09-18 Juri Linkov <juri@jurta.org>
9811
9812 * info.el (Info-extract-menu-node-name): Check the second match
9813 for empty string (second test-case of bug#9528).
9814 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9815 intermediate nodes to the history (first test-case of bug#9528).
9816
72753f87
JL
98172011-09-18 Juri Linkov <juri@jurta.org>
9818
9819 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9820 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9821
c9384295
JL
98222011-09-18 Juri Linkov <juri@jurta.org>
9823
1154d12e
JB
9824 * info.el (Info-file-supports-index-cookies):
9825 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9826 outputs one more line for long file names (bug#4142).
c9384295 9827
d473dce8
CY
98282011-09-18 Chong Yidong <cyd@stupidchicken.com>
9829
9830 * newcomment.el (comment-normalize-vars): If prompting for
9831 comment-start, set comment-start-skip too (Bug#8424).
9832
2176854d
JB
98332011-09-18 Johan Bockgård <bojohan@gnu.org>
9834
9835 * icomplete.el: Fix previous fix of Bug#5849.
9836 (icomplete-mode): Don't set completion-show-inline-help.
9837 (icomplete-minibuffer-setup): Set completion-show-inline-help
9838 locally during icompletion.
9839
3aace4e4
CY
98402011-09-18 Chong Yidong <cyd@stupidchicken.com>
9841
c940224f
CY
9842 * woman.el (woman2-process-escapes): Don't delete unrecognized
9843 escapes (Bug#7843).
9844
3aace4e4
CY
9845 * files.el (inhibit-first-line-modes-regexps): Add image files.
9846 (hack-local-variables-prop-line): Return nil for malformed
9847 prop-lines (Bug#9044).
9848
710dec63
MA
98492011-09-18 Michael Albinus <michael.albinus@gmx.de>
9850
9851 * net/tramp.el (top): Don't require 'shell.
9852 (tramp-methods): Fix docstring.
9853 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9854 Return complete remote file name. Handle "smb" case.
9855 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9856 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9857
9858 * net/tramp-compat.el (top): Require 'shell.
9859
9860 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9861 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9862 `tramp-current-host'.
9863 (tramp-get-remote-tmpdir): Remove.
9864
9865 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9866 `tramp-tmpdir' entries.
9867 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9868 (tramp-smb-handle-file-attributes): Ignore errors.
9869 (tramp-smb-wait-for-output): Check also for process end.
9870
5d5ac8ec
LMI
98712011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9872
9873 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9874 when sending QUIT (bug#9312).
9875
8c0f49f0
CY
98762011-09-17 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9879 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9880 occur-mode-display-occurrence.
9881 (occur-edit-mode): Add usage message.
9882 (occur-cease-edit): New command.
9883 (occur-after-change-function): Use text properties to find the
9884 position of the prefix text.
9885 (occur-engine): Set stickiness of prefix text properties.
9886
8f1383f7
GM
98872011-09-17 Glenn Morris <rgm@gnu.org>
9888
9889 * progmodes/etags.el (complete-tag):
9890 Fix call to completion-in-region. (Bug#9526)
9891
744ba0e3
JL
98922011-09-17 Juri Linkov <juri@jurta.org>
9893
9894 * textmodes/ispell.el (ispell-word): Add to the error message
9895 the word, ispell program name and current dictionary (bug#9121).
9896 (ispell-tex-arg-end): Capitalize "error" in the error message.
9897
d9bbf400
AS
98982011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9899
9900 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9901 check. (Bug#4251)
9902
8da11505
JL
99032011-09-17 Juri Linkov <juri@jurta.org>
9904
9905 * window.el (window-safe-min-height, window-safe-min-width):
9906 Fix typos (followup to bug#9522).
9907
a91adc7e
SJ
99082011-09-17 Sven Joachim <svenjoac@gmx.de>
9909
9910 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9911
064f328a
EZ
99122011-09-16 Eli Zaretskii <eliz@gnu.org>
9913
9914 * simple.el (line-move): If goal-column is set, move by logical
9915 lines, not by display lines. (Bug#971)
9916 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9917 to reflect the above change.
9918
e69df516
SM
99192011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * image.el (imagemagick-register-types): Use regexp-opt.
9922
cbb0f9ab
CY
99232011-09-15 Chong Yidong <cyd@stupidchicken.com>
9924
9925 * window.el (display-buffer-base-action): Rename from
9926 display-buffer-default-action. Make default value empty.
9927 (display-buffer-overriding-action): Convert to defvar.
9928 (display-buffer-fallback-action): New var.
9929
25322144
CY
99302011-09-15 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9933 declaration.
9934 (package--add-to-archive-contents): If there is a duplicate entry
9935 with an older version, remove it.
9936 (package-menu-mark-delete, package-menu-mark-install)
9937 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9938 (package-menu-mark-obsolete-for-deletion):
9939 Use package-menu-get-status instead of a regexp search.
25322144
CY
9940 (package-menu-get-status): Use tabulated-list-entry.
9941 (package-menu-mark-upgrades): New command.
d770725a 9942 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9943 (package-menu-execute): Do installation before deletion.
9944 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9945 instead of checking major-mode.
9946 (package-menu--find-upgrades): New function.
9947
7520339c
LMI
99482011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9949
9950 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9951 passwords in the log buffer.
65a046c4
LMI
9952 (smtpmail-process-filter): Update the process marker so that the
9953 "broken by peer" status message is inserted in the right place.
7520339c 9954
d3c30954
SM
99552011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9956
3fe48822
SM
9957 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9958 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9959 bibtex-completion-at-point-function.
9960 (bibtex-completion-at-point-function): Use them.
9961
1b8b3954
SM
9962 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9963
d3c30954
SM
9964 * mpc.el (mpc-constraints-tag-lookup): New function.
9965 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9966 also to browser "album|playlist".
9967
72779976
JL
99682011-09-14 Juri Linkov <juri@jurta.org>
9969
9970 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9971 (isearch-edit-string): Use length of `isearch-string' when
9972 `isearch-fail-pos' returns nil.
9973 (isearch-message): Remove duplicate code and call
9974 `isearch-fail-pos' with arg `t'.
9975
a0bf2bcd
CY
99762011-09-14 Chong Yidong <cyd@stupidchicken.com>
9977
17bb0a2d
CY
9978 * replace.el (occur-mode-goto-occurrence): Don't force using other
9979 window (Bug#9499).
9980
a0bf2bcd
CY
9981 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9982
f678e0b6
MR
99832011-09-14 Martin Rudalics <rudalics@gmx.at>
9984
9985 * window.el (display-buffer-window): Remove.
9986 (display-buffer-record-window): Use help-setup window parameter
9987 instead of variable display-buffer-window.
9988 (display-buffer-function, special-display-buffer-names)
9989 (special-display-function): Mention help-setup parameter instead
9990 of display-buffer-window in doc-string.
d3c30954
SM
9991 * help.el (help-window-setup): New argument help-window.
9992 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9993 Reword some messages.
9994 (with-help-window): Pass window used for displaying the buffer
9995 to help-window-setup. Don't set display-buffer-window.
9996
8e39b2e8
GM
99972011-09-13 Glenn Morris <rgm@gnu.org>
9998
9999 * emacs-lisp/debug.el (debugger-make-xrefs):
10000 Preserve point. (Bug#9462)
10001
85e9c04b
CY
100022011-09-13 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * window.el (window-deletable-p): Use next-frame.
10005
1b36ed6a
MR
100062011-09-13 Martin Rudalics <rudalics@gmx.at>
10007
10008 * window.el (window-auto-delete): Remove.
10009 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10010 dedication and previous buffers.
1b36ed6a
MR
10011 (switch-to-prev-buffer): Don't delete window.
10012 (delete-windows-on): Delete a window's frame if and only if the
10013 window is dedicated.
10014 (replace-buffer-in-windows): Delete buffer's window or frame if
10015 and only if window is dedicated.
10016 (quit-window): Handle quit-restore as before last change.
4d61f28d 10017 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10018
ef8ef9fb
CY
100192011-09-13 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * window.el (window-deletable-p): Never delete the last frame on a
10022 given terminal.
10023
b2cba41e
GM
100242011-09-13 Glenn Morris <rgm@gnu.org>
10025
10026 * help.el (describe-key-briefly): Copy previous standard-output change.
10027
51553db6 100282011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10029
10030 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10031
b7556719
GM
100322011-09-13 Glenn Morris <rgm@gnu.org>
10033
10034 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10035 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10036
64b51947
CY
100372011-09-12 Chong Yidong <cyd@stupidchicken.com>
10038
10039 * dired-aux.el (dired-mark-read-string): Don't return default
10040 value on empty input (Bug#9361).
10041 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10042 Omit initial minibuffer contents.
10043 (dired-do-chmod): Signal an error on empty input.
10044 (dired-mark-read-string): Don't return default on empty input.
10045
10046 * files.el (file-modes-symbolic-to-number): Doc fix.
10047
393a301e
SM
100482011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * international/mule-cmds.el (ucs-completions): Remove.
10051 (read-char-by-name): Use complete-with-action instead; add metadata.
10052
fa5660f9
CY
100532011-09-11 Chong Yidong <cyd@stupidchicken.com>
10054
10055 * window.el (display-buffer--action-function-custom-type)
10056 (display-buffer--action-custom-type): New vars.
10057 (display-buffer-alist, display-buffer-default-action)
10058 (display-buffer-overriding-action): Add defcustom types.
10059
4a592f66
CY
10060 * frame.el (delete-other-frames): Doc fix (Bug#276).
10061
73d56dbd
LMI
100622011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10063
10064 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10065
37ac18a3
CY
100662011-09-11 Chong Yidong <cyd@stupidchicken.com>
10067
10068 Change modes that used same-window-* vars to use switch-to-buffer.
10069
10070 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10071 Use switch-to-buffer.
10072
10073 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10074 (customize-browse, custom-buffer-create-other-window):
10075 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10076
10077 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10078 (Info-prev, Info-up, Info-speedbar-goto-node)
10079 (info-display-manual): Use switch-to-buffer.
10080 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10081
10082 * mail/sendmail.el (mail): Use switch-to-buffer.
10083 (mail-recover): Use switch-to-buffer-other-window.
10084
10085 * cmuscheme.el (run-scheme, switch-to-scheme):
10086 * ielm.el (ielm):
10087 * shell.el (shell):
10088 * net/rlogin.el (rlogin):
10089 * net/telnet.el (telnet, rsh):
10090 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10091
10195bd6
AS
100922011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10093
10094 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10095
b322f63a
LMI
100962011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10097
39d7fed6
LMI
10098 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10099 so don't mention it (bug#9301).
ba5a81f1 10100 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10101
ee0e9f11
LMI
10102 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10103 match `x', `w32' and `ns', like the manual says (bug#9029).
10104
0b1c89c1 10105 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10106 (process-kill-buffer-query-function): Mention the buffer name in
10107 the query.
0b1c89c1 10108
77549ea8
LMI
10109 * image-mode.el (image-next-line): The line parameter is mandatory
10110 (bug#9258).
10111
803ef892
LMI
10112 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10113 which can be useful (bug#9301).
10114
12980837
LMI
10115 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10116
91054f8f
LMI
10117 * subr.el (match-string): Mention that the current buffer should
10118 be the same as the search was done in (bug#9282).
10119
b322f63a
LMI
10120 * facemenu.el: Disable the remove-* commands if the mark isn't
10121 active (bug#9162).
10122
3199b96f
CY
101232011-09-10 Chong Yidong <cyd@stupidchicken.com>
10124
10125 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10126 of display-buffer.
10127 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10128
10129 * replace.el (occur-mode-goto-occurrence)
10130 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10131 and display-buffer.
10132
10133 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10134 display-buffer.
10135
10136 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10137 special-display and same-window variables.
10138 (mail-other-window): Use switch-to-buffer-other-window.
10139 (mail-other-frame): USe switch-to-buffer-other-frame.
10140
393a301e
SM
10141 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10142 Use display-buffer-other-frame.
3199b96f
CY
10143 (gdb-display-gdb-buffer): Use pop-to-buffer.
10144
10145 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10146
10147 * progmodes/python.el: Don't set same-window-buffer-names.
10148
10149 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10150
10151 * window.el (display-buffer-alist): Add *Python*.
10152
8319e0bf
CY
101532011-09-10 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * window.el (display-buffer-alist): Add entry for buffers
10156 previously handled same-window-*.
10157 (display-buffer-alist, display-buffer-default-action)
10158 (display-buffer-overriding-action): Mark as risky.
10159 (display-buffer-alist): Document action function changes.
10160 (display-buffer--same-window-action)
10161 (display-buffer--other-frame-action): New variables.
10162 (switch-to-buffer, display-buffer-other-frame): Use them.
10163 (display-buffer): Rename reuse-frame entry to reusable-frames.
10164 (display-buffer-reuse-selected-window): Function deleted.
10165 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10166 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10167 (display-buffer-special): New function.
10168 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10169 display-buffer-reuse-or-pop-window. Split off special-display
10170 part into display-buffer-special.
10171 (display-buffer-use-some-window): Don't perform any special
10172 pop-up-frames handling.
10173 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10174 (display-buffer--maybe-same-window): Rename from
0d3ff375 10175 display-buffer-maybe-same-window.
8319e0bf 10176
919a69aa
CY
10177 * info.el: Don't set same-window-regexps.
10178 (info-setup): New function.
10179 (info-other-window, info): Call it.
10180
10181 * cus-edit.el: Don't set same-window-regexps.
10182 (customize-group): New argument.
10183 (customize-group-other-window): Use it.
10184 (customize-face, customize-face-other-window): Likewise.
10185 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10186
8319e0bf
CY
10187 * net/rlogin.el:
10188 * net/telnet.el:
10189 * progmodes/gud.el: Don't set same-window-regexps.
10190
10191 * cmuscheme.el:
10192 * ielm.el:
10193 * shell.el:
10194 * mail/sendmail.el:
10195 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10196
25173000
JL
101972011-09-10 Juri Linkov <juri@jurta.org>
10198
10199 * isearch.el (isearch-edit-string): Remove obsolete mention of
10200 `C-w' (`isearch-yank-word-or-char') from docstring.
10201 (isearch-query-replace): Fix typo in docstring (bug#9466).
10202
056e44ef
JL
102032011-09-10 Juri Linkov <juri@jurta.org>
10204
10205 * paren.el (show-paren-function): Don't show escaped parens.
10206 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10207
c3760c17
EZ
102082011-09-10 Eli Zaretskii <eliz@gnu.org>
10209
10210 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10211 (mm-default-file-encoding): Remove autoload forms, they are
10212 replaced with autoload cookies in mml.el and mm-encode.el.
10213 (mail-add-attachment): New command.
10214 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10215 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10216 the doc string.
10217 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10218
fece895e
RT
102192011-09-10 Reuben Thomas <rrt@sc3d.org>
10220
e69df516
SM
10221 * simple.el (count-words-region): Use buffer if there's no region
10222 (bug#9429).
fece895e 10223
5e68ce4a
JL
102242011-09-09 Juri Linkov <juri@jurta.org>
10225
10226 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10227 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10228 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10229
0a6b9622
AM
102302011-09-09 Alan Mackenzie <acm@muc.de>
10231
10232 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10233 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10234
14a29deb
EZ
102352011-09-09 Eli Zaretskii <eliz@gnu.org>
10236
10237 Fix for Savannah bug#9392.
10238 * simple.el (mail-encode-mml): New defvar.
10239
10240 * mail/rmail.el (mail-encode-mml): Add a defvar.
10241 (rmail-enable-mime-composing): Default to t.
10242 (rmail-forward): Use MIME method of forwarding only if both
10243 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10244 Set mail-encode-mml non-nil if the MIME method was used.
10245
10246 * mail/sendmail.el (mml-to-mime): Add autoload form.
10247 (mail-encode-mml): Add a defvar.
10248 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10249 to nil.
10250 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10251 message through mml-to-mime, and reset mail-encode-mml to nil.
10252
28c45130
GM
102532011-09-09 Glenn Morris <rgm@gnu.org>
10254
10255 * woman.el (woman-if-body): When processing an .el block,
10256 do not delete the next .el block as well. (Bug#9447)
69f4b618 10257 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10258
9b1c252e
MR
102592011-09-08 Martin Rudalics <rudalics@gmx.at>
10260
10261 * window.el (window-deletable-p): Make sure window is live before
10262 invoking window-prev-buffers.
10263
567457e3
LL
102642011-09-08 Leo Liu <sdl.web@gmail.com>
10265
10266 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10267
97f05794
JL
102682011-09-08 Juri Linkov <juri@jurta.org>
10269
10270 * progmodes/compile.el (compilation-environment): Make it
10271 a defcustom (bug#8340).
10272
8b0874b5
MR
102732011-09-08 Martin Rudalics <rudalics@gmx.at>
10274
10275 * window.el (frame-auto-delete): Rename to window-auto-delete.
10276 Make it control auto-deletion of windows and/or frames.
10277 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10278 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10279 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10280 Rewrite handling of case when window/frame can be deleted.
10281 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10282 argument t. (Bug#9456)
8b0874b5 10283
4feb6e73
CY
102842011-09-07 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * help-mode.el (help-mode): Restore autoload.
10287
91ab9c13
JL
102882011-09-07 Juri Linkov <juri@jurta.org>
10289
10290 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10291 `compilation-environment'. Set buffer-local
10292 `compilation-environment' to `thisenv' later after (funcall mode).
10293 (Bug#8340)
10294
10295 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10296 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10297 instead of replacing its value. (Bug#8340)
10298
0527e251
JL
102992011-09-07 Juri Linkov <juri@jurta.org>
10300
10301 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10302 based on text properties put by `grep-filter' instead of matching
10303 escape sequences.
10304 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10305 to the value of `grep-error-screen-columns' (bug#9438).
10306
249f792c
JL
103072011-09-07 Juri Linkov <juri@jurta.org>
10308
10309 * simple.el (next-error-highlight, next-error-highlight-no-select):
10310 Doc fix (bug#9432).
10311
ff7271b9
OT
103122011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10313
10314 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10315 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10316
183fc730
LL
103172011-09-07 Leo Liu <sdl.web@gmail.com>
10318
10319 * net/rcirc.el (rcirc-mode): Conditionally initialize
10320 rcirc-input-ring.
10321
77694924
SM
103222011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * emacs-lisp/find-func.el (find-function-C-source): Only set
10325 find-function-C-source-directory after checking that we found a source
10326 file there (bug#9440).
10327
d809b8eb
AM
103282011-09-06 Alan Mackenzie <acm@muc.de>
10329
10330 * isearch.el (isearch-other-meta-char): Wherever a key list is
10331 unread, "unread" the prefix arg, too. This fixes bug #8901.
10332
453de99f
OG
103332011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10334
10335 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10336
90439906
JL
103372011-09-05 Juri Linkov <juri@jurta.org>
10338
10339 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10340
f62bd846
JL
103412011-09-05 Juri Linkov <juri@jurta.org>
10342
10343 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10344 keeping point where processing of grep matches begins, and
10345 continue to delete remaining escape sequences from the same point.
10346 (grep-filter): Make leading zero optional in "0?1;31m" because
10347 git-grep emits "\033[1;31m" escape sequences unlike expected
10348 "\033[01;31m" as GNU Grep does (bug#9408).
10349 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10350
045820ec
JL
103512011-09-05 Juri Linkov <juri@jurta.org>
10352
10353 * subr.el (y-or-n-p): Capitalize "yes".
10354
f5e29b9b
MA
103552011-09-04 Michael Albinus <michael.albinus@gmx.de>
10356
10357 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10358 `tramp-cache-unload-hook' where appropriate.
10359 (tramp-methods): Rename `tramp-remote-sh' to
10360 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10361 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10362
10363 * net/tramp-sh.el (top): Don't require 'shell.
10364 (tramp-methods): Add `tramp-remote-shell' and
10365 `tramp-remote-shell-args' entries.
10366 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10367 (tramp-sh-handle-shell-command): Remove.
10368 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10369 Use `tramp-remote-shell'.
10370
2784c434
CY
103712011-09-03 Chong Yidong <cyd@stupidchicken.com>
10372
393a301e 10373 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10374 (sendmail-query-once): Save directly to send-mail-function.
10375 Update message-send-mail-function too.
10376
10377 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10378
464cdf56
CS
103792011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10380
10381 * progmodes/python.el (python-mode-map): Use correct function to
10382 start python interpreter from menu-bar (as reported by Geert
10383 Kloosterman).
10384 (inferior-python-mode-map): Fix typo.
393a301e 10385 (python-shell-map): Remove.
464cdf56 10386
d37e5c87
DD
103872011-09-03 Deniz Dogan <deniz@dogan.se>
10388
10389 * net/rcirc.el (rcirc-print): Simplify code for
10390 rcirc-scroll-show-maximum-output. There is no need to walk
10391 through all windows to find the right one.
10392
f3ada0ee
CS
103932011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10394
10395 * help.el (help-return-method): Doc fix.
10396
1f3c99ca
MR
103972011-09-03 Martin Rudalics <rudalics@gmx.at>
10398
10399 * window.el (window-deletable-p): Don't return a non-nil value
10400 when there's a buffer that was shown in the window before.
10401 (Bug#9419)
393a301e
SM
10402 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10403 Set window's previous buffers to nil.
1f3c99ca 10404
a3cf097f
EZ
104052011-09-03 Eli Zaretskii <eliz@gnu.org>
10406
10407 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10408 newline before and after the tag line, so it doesn't interfere
10409 with determining the paragraph direction of bidirectional text.
10410
3d03de90
LL
104112011-09-03 Leo Liu <sdl.web@gmail.com>
10412
10413 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10414
c3313451
CY
104152011-09-02 Chong Yidong <cyd@stupidchicken.com>
10416
393a301e 10417 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10418 (pop-to-buffer): Change interactive spec. Pass second argument
10419 directly to display-buffer.
10420 (display-buffer): Fix interactive spec. Use functionp to
10421 distinguish between a function and a list of functions.
10422
10423 * abbrev.el (edit-abbrevs):
10424 * arc-mode.el (archive-extract):
10425 * autoinsert.el (auto-insert):
10426 * bookmark.el (bookmark-bmenu-list):
10427 * files.el (find-file):
10428 * view.el (view-buffer):
10429 * progmodes/compile.el (compilation-goto-locus):
10430 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10431
89894cd8
CY
104322011-09-02 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * window.el (display-buffer-alist): Doc fix.
10435 (display-buffer): Add docstring. Don't treat
10436 display-buffer-default specially.
10437 (display-buffer-reuse-selected-window)
10438 (display-buffer-same-window, display-buffer-maybe-same-window)
10439 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10440 (display-buffer-pop-up-window)
10441 (display-buffer-reuse-or-pop-window)
10442 (display-buffer-use-some-window): New functions.
10443 (display-buffer-default-action): Use them.
393a301e 10444 (display-buffer-default): Delete.
89894cd8
CY
10445 (pop-to-buffer-1): Fix choice of actions.
10446
ae0bc9fb
SM
104472011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * minibuffer.el (completion--insert-strings): Don't get confused by
10450 completion entries that end with an LF char.
10451
e9d90883
EZ
104522011-09-01 Eli Zaretskii <eliz@gnu.org>
10453
10454 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10455
437014c8
CY
104562011-09-01 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10459 (display-buffer-same-window, display-buffer-other-window):
10460 New functions.
437014c8
CY
10461 (pop-to-buffer-1): New function. Use the above.
10462 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10463 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10464
10465 * view.el (view-buffer-other-window, view-buffer-other-frame):
10466 Just use pop-to-buffer.
10467
a5e063d5
TV
104682011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10469
10470 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10471
793d32bb
WH
104722011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10473
10474 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10475
d65e4c15
RS
104762011-08-31 Richard Stallman <rms@gnu.org>
10477
10478 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10479 of the separation of rmail-view-buffer from rmail-buffer.
10480 If you say no to "replace original", the decrypt is in the
10481 view buffer. If you say yes, the decrypt goes into the
10482 rmail buffer also.
10483
f818cd2a
MR
104842011-08-31 Martin Rudalics <rudalics@gmx.at>
10485
10486 * window.el (display-buffer-window): Rewrite doc-string.
10487 (display-buffer-record-window): New function.
10488 (display-buffer-macro-specifiers)
10489 (display-buffer-even-window-sizes, display-buffer-set-height)
10490 (display-buffer-set-width, display-buffer-in-window)
10491 (display-buffer-reuse-window, display-buffer-split-specifiers)
10492 (display-buffer-side-specifiers, display-buffer-split-window-1)
10493 (display-buffer-split-window, display-buffer-split-atom-window)
10494 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10495 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10496 (display-buffer-other-window-means-other-frame)
10497 (display-buffer-normalize-special)
10498 (display-buffer-normalize-default)
10499 (display-buffer-normalize-argument)
10500 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10501 (display-buffer-normalize-specifiers, display-buffer-frame)
10502 (display-buffer-same-window, display-buffer-same-frame)
10503 (display-buffer-other-window)
10504 (display-buffer-same-frame-other-window)
10505 (display-buffer-other-frame, pop-to-buffer-same-window)
10506 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10507 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10508 (switch-to-buffer-same-frame)
10509 (switch-to-buffer-other-window-same-frame)
10510 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10511 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10512 (display-buffer-alist-set): Remove.
10513 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10514 (special-display-regexps, special-display-function):
10515 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10516 parameter.
10517 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10518 (special-display-frame-alist, special-display-popup-frame)
10519 (same-window-buffer-names, same-window-regexps, same-window-p)
10520 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10521 (split-window-preferred-function, split-height-threshold)
10522 (split-width-threshold, window-splittable-p)
10523 (split-window-sensibly, window--try-to-split-window)
10524 (window--frame-usable-p, even-window-heights)
10525 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10526 (window--display-buffer-2, display-buffer-other-frame):
10527 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10528 (display-buffer-default, display-buffer-assq-regexp): New functions.
10529 (display-buffer-alist): Rewrite doc-string.
10530 (display-buffer-default-action)
10531 (display-buffer-overriding-action): New variables.
10532 (display-buffer, switch-to-buffer): Rewrite.
10533 (pop-to-buffer): Restore Emacs 23 behavior but use
10534 window-normalize-buffer-to-display.
10535 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10536 Restore Emacs 23 behavior but use
10537 window-normalize-buffer-to-switch-to.
10538 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10539 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10540 Rewrite using Emacs 23 options.
f818cd2a 10541
5bc3b51d
MA
105422011-08-31 Michael Albinus <michael.albinus@gmx.de>
10543
10544 * net/tramp.el (tramp-root-regexp): Remove.
10545 (tramp-completion-file-name-regexp-unified)
10546 (tramp-completion-file-name-regexp-separate)
10547 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10548 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10549 (tramp-drop-volume-letter): Simplify definition.
10550 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10551
b1a4f8e1
SM
105522011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10555 (bug#9356).
10556
5664fa7b
RT
105572011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10558
b1a4f8e1 10559 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10560
9a45d6c3
JL
105612011-08-29 Juri Linkov <juri@jurta.org>
10562
10563 * isearch.el (isearch-done): Don't display message "Mark saved"
10564 when arg `edit' is non-nil to prevent its flicker in the echo area.
10565
fb87e0fb
CY
105662011-08-28 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10569 obsolete packages for deletion.
10570
09ac1c2a
CS
105712011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10572
10573 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10574 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10575 view-mode from help-mode.
10576 (help-xref-override-view-map): Remove.
10577 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10578 view-mode is not used anymore.
10579
7a1ff57f
CY
105802011-08-28 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * server.el (server-port): Doc fix.
10583
b9696605
CY
10584 * cus-theme.el (custom-theme-choose-mode): Inherit from
10585 special-mode (Bug#9124).
10586 (custom-theme-choose-mode-map): Add special-mode to parent.
10587
ef8cdf8c
AM
105882011-08-28 Alan Mackenzie <acm@muc.de>
10589
10590 * progmodes/cc-fonts.el
10591 (c-make-font-lock-BO-decl-search-function): New function.
10592 (c-basic-matchers-after - "Fontify the clauses after various
10593 keywords"): Extract the three keyword lists for the 3 erroneous
10594 constructs from the list of four, and use the new function above
10595 in place of an old one.
10596
27de4e20
DD
105972011-08-28 Deniz Dogan <deniz@dogan.se>
10598
10599 * net/rcirc.el (rcirc-insert-prev-input)
10600 (rcirc-insert-next-input): Remove unused argument.
10601
356a3681
SM
106022011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10605
3fc9b218
AM
106062011-08-27 Alan Mackenzie <acm@muc.de>
10607
10608 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10609 handle function pointer parameters properly.
10610
538a061c
MR
106112011-08-27 Martin Rudalics <rudalics@gmx.at>
10612
10613 * window.el (display-buffer-reuse-window): Fix case where
10614 selected window was reused with non-nil OTHER-WINDOW argument.
10615 (Bug#9381)
10616
35b1c40c
DD
106172011-08-27 Deniz Dogan <deniz@dogan.se>
10618
10619 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10620 oftc's NickServ messages.
10621
2f6a3e79
GM
106222011-08-27 Glenn Morris <rgm@gnu.org>
10623
10624 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10625
7254299e
CY
106262011-08-26 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * emacs-lisp/package.el (package-install): Call package-initialize
10629 if called interactively.
10630
f8ccf167
LL
106312011-08-26 Leo Liu <sdl.web@gmail.com>
10632
10633 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10634
3e8cd5ce
JL
106352011-08-25 Juri Linkov <juri@jurta.org>
10636
10637 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10638 `search-whitespace-regexp' (bug#9364).
10639
93eb7113
JL
106402011-08-25 Juri Linkov <juri@jurta.org>
10641
10642 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10643 `regexp-search-ring' to their global values to protect from
10644 updating by `read-from-minibuffer' (bug#9185).
10645
f65d1611
JL
106462011-08-25 Juri Linkov <juri@jurta.org>
10647
10648 * textmodes/ispell.el (ispell-command-loop): Add newline
10649 at the end of the "Use option `i'..." line.
10650
f1cf7a31
JL
106512011-08-25 Juri Linkov <juri@jurta.org>
10652
10653 * battery.el (display-battery-mode): If `battery-status-function'
10654 or `battery-mode-line-format' is nil, display the message and set
10655 `display-battery-mode' to nil (bug#9363).
10656
0c95fcf7
EZ
106572011-08-25 Eli Zaretskii <eliz@gnu.org>
10658
10659 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10660 bidi-string-mark-left-to-right; they are unnecessary now.
10661
a2ebe600
DD
106622011-08-25 Deniz Dogan <deniz@dogan.se>
10663
10664 * net/quickurl.el: Documentation typo fixes.
10665
e4ed06f1
CY
106662011-08-25 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10669
e5f1c99e
GM
106702011-08-25 Glenn Morris <rgm@gnu.org>
10671
b2948976
GM
10672 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10673
e5f1c99e
GM
10674 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10675 (smtpmail-via-smtp): Handle nil response from smtp.
10676
f22f4808
JL
106772011-08-24 Juri Linkov <juri@jurta.org>
10678
10679 * proced.el (proced-marked): Inherit from `error' instead of
10680 `font-lock-warning-face'.
10681
10682 * ibuffer.el (ibuffer-marked-face): Change default face from
10683 `font-lock-warning-face' to `warning'.
10684 (ibuffer-deletion-face): Change default face from
10685 `font-lock-type-face' to `error'.
10686
10687 * battery.el (battery-update): Use the face `error' instead of
10688 `font-lock-warning-face' (bug#6117).
10689
6a93965e
JL
106902011-08-24 Juri Linkov <juri@jurta.org>
10691
10692 * faces.el (success): Change face color from "Green3" to
10693 "ForestGreen" on light background (bug#9353).
10694
1ed43b09
CY
106952011-08-24 Chong Yidong <cyd@stupidchicken.com>
10696
5664fa7b
RT
10697 * window.el (quit-window): Rename from quit-restore-window.
10698 Use same arglist as old quit-window.
1ed43b09
CY
10699 (frame-auto-delete): Doc fix.
10700
10701 * view.el (view-mode-exit): Use quit-window.
10702
11dcdbb2
JL
107032011-08-24 Juri Linkov <juri@jurta.org>
10704
10705 * isearch.el (isearch-ring-adjust1): Start visiting previous
10706 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10707 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10708 for empty search string (when the last search string is reused
10709 automatically) to adjust the isearch ring to the last element and
10710 prepare the correct index for further M-p commands (bug#9185).
10711
de62b4df
KH
107122011-08-24 Kenichi Handa <handa@m17n.org>
10713
10714 * international/ucs-normalize.el: If decomposition property of
10715 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10716 nil.
10717 (nfd, nfkd): Likewise.
10718
963b492b
SM
107192011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10722 from process filters aren't reliably transmitted to the surrounding
10723 accept-process-output.
10724 (mpc-proc-check): New function.
10725 (mpc-proc-sync): Use it (bug#8293)
10726
93b6b5e1
SM
107272011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10730 Add compatibility functions (bug#9313).
10731
bca633fb
EZ
107322011-08-23 Eli Zaretskii <eliz@gnu.org>
10733
b177498a
EZ
10734 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10735
6df6ae42 10736 * international/uni-bidi.el: Regenerate.
bca633fb 10737
0902a04e
KH
107382011-08-23 Kenichi Handa <handa@m17n.org>
10739
10740 * international/charprop.el:
10741 * international/uni-bidi.el:
10742 * international/uni-category.el:
10743 * international/uni-combining.el:
10744 * international/uni-comment.el:
10745 * international/uni-decimal.el:
10746 * international/uni-decomposition.el:
10747 * international/uni-digit.el:
10748 * international/uni-lowercase.el:
10749 * international/uni-mirrored.el:
10750 * international/uni-name.el:
10751 * international/uni-numeric.el:
10752 * international/uni-old-name.el:
10753 * international/uni-titlecase.el:
10754 * international/uni-uppercase.el: Regenerate.
10755
3bbf23bc
MR
107562011-08-23 Martin Rudalics <rudalics@gmx.at>
10757
10758 * help.el (help-window-setup): Fix message displayed when other
10759 window is reused. (Bug#9341)
10760
b3fd59bd
SM
107612011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10762
1802e444
SM
10763 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10764 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10765
b3fd59bd
SM
10766 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10767 Mark obsolete.
10768 * shell.el (shell-parse-pcomplete-arguments): New function.
10769 (shell-completion-vars): Use it instead (bug#9160).
10770
4eb61348
SM
107712011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10772
867cab74
SM
10773 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10774 strings and comments (bug#9333).
10775
4eb61348
SM
10776 * emacs-lisp/debug.el (debug-arglist): New function.
10777 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10778 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10779
262a1439
JL
107802011-08-22 Juri Linkov <juri@jurta.org>
10781
56ee679c
JL
10782 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10783 Revert regexp that highlights output switches to its old
10784 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10785
262a1439
JL
10786 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10787 to check for empty output (bug#9226).
10788
f13f86fb
CY
107892011-08-22 Chong Yidong <cyd@stupidchicken.com>
10790
10791 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10792 symbol-constituent as the default, as that stops font-lock from
10793 working properly (Bug#8843).
10794
c65c9622
LMI
107952011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10796
10797 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10798 `coding-system-for-*' around the process open call to avoid
10799 auth-source side effects.
e7f2c178 10800 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10801 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10802 probe hangs.
c65c9622 10803
23a8a5ab
CY
108042011-08-21 Chong Yidong <cyd@stupidchicken.com>
10805
ff98b2dd
CY
10806 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10807
23a8a5ab
CY
10808 * emacs-lisp/find-func.el (find-function-noselect): New arg
10809 lisp-only.
10810
10811 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10812 signal an error for built-in functions (Bug#6664).
10813
f5e3c598
LMI
108142011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10815
10816 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10817 (smtpmail-try-auth-methods): Use it.
10818
a3f2468a
CY
108192011-08-21 Chong Yidong <cyd@stupidchicken.com>
10820
2c34e8da
CY
10821 * font-lock.el (font-lock-fontify-region)
10822 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10823 (font-lock-default-unfontify-buffer)
10824 (font-lock-default-fontify-region)
10825 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10826
b3fd59bd
SM
10827 * progmodes/compile.el (compilation-error-properties):
10828 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10829 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10830 `ant' regexp.
ee31aabc 10831
a3f2468a
CY
10832 * net/browse-url.el (browse-url-firefox): Don't call
10833 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10834
8e999f70
GM
108352011-08-20 Glenn Morris <rgm@gnu.org>
10836
c21a496a
GM
10837 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10838
59ee0542
GM
10839 * tutorial.el (tutorial--default-keys): Update some default bindings.
10840
8e999f70
GM
10841 * files.el (hack-local-variables): Fully ignore case for "mode:".
10842
e3715033
AM
108432011-08-20 Alan Mackenzie <acm@muc.de>
10844
10845 Resolve invalid use of a regexp in regexp-opt.
10846
4d61f28d
JB
10847 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10848 detection for a java annotation.
e3715033 10849
4d61f28d 10850 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10851 detection for a java annotation.
10852
4d61f28d
JB
10853 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10854 handling for java.
e3715033
AM
10855 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10856
04ed2e9c
CY
108572011-08-20 Chong Yidong <cyd@stupidchicken.com>
10858
10859 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10860 (Bug#9274).
10861
826cee64
AM
108622011-08-20 Alan Mackenzie <acm@muc.de>
10863
58179cce 10864 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10865 such a construct. Mainly for when jit-lock etc. starts a chunk
10866 here.
10867
58179cce 10868 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10869 variable.
58179cce 10870 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10871 c-make-font-lock-search-function.
10872 (c-make-font-lock-search-function): Use the above function.
10873 (c-make-font-lock-context-search-function): New function.
10874 (c-cpp-matchers): Enhance the preprocessor expression case with
10875 the above function
10876 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10877 which takes an expression.
10878
10879 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10880
13009bd8
MR
108812011-08-20 Martin Rudalics <rudalics@gmx.at>
10882
10883 * window.el (display-buffer-reuse-window)
10884 (display-buffer-pop-up-window): Don't reuse or split a side
10885 window.
10886
9234ff7f
GM
108872011-08-19 Glenn Morris <rgm@gnu.org>
10888
10889 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10890 Downcase "Mode:". (Bug#9331)
9234ff7f 10891
f635daa1
CY
108922011-08-18 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * international/characters.el: Add L and R categories.
10895
10896 * subr.el (bidi-string-mark-left-to-right): Rename from
10897 string-mark-left-to-right. Use category search.
10898
10899 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10900
bc987f8b
JL
109012011-08-18 Juri Linkov <juri@jurta.org>
10902
10903 * faces.el (error, warning, success): New faces with definitions
10904 copied from old default values of `font-lock-warning-face',
10905 `compilation-warning', `compilation-info' (bug#6117).
10906
10907 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10908
10909 * progmodes/compile.el (compilation-error): Inherit from `error'.
10910 (compilation-warning): Inherit from `warning'.
10911 (compilation-info): Inherit from `success'.
10912
10913 * dired.el (dired-marked): Inherit from `warning'.
10914 (dired-flagged): Inherit from `error'.
10915
57173b96
LMI
109162011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
3e79eb87
LMI
10918 * mail/smtpmail.el (auth-source): Require to avoid problems with
10919 binding variables (bug#9298). Also clean up some unused
10920 autoloads.
10921
b3fd59bd
SM
10922 * net/network-stream.el (network-stream-open-starttls):
10923 Support using starttls.el without using gnutls-cli.
57173b96 10924
02b404de
JL
109252011-08-17 Juri Linkov <juri@jurta.org>
10926
10927 * progmodes/grep.el (rgrep): Handle the case when
10928 `grep-find-command' is a cons cell (bug#9278).
10929
8c9177f2
MR
109302011-08-17 Martin Rudalics <rudalics@gmx.at>
10931
10932 * window.el (display-buffer-pop-up-frame): Run frame creation
10933 function with BUFFER current (as special-display-popup-frame
10934 does). Reported by Drew Adams.
10935
3644a0ab
DU
109362011-08-17 Daiki Ueno <ueno@unixuser.org>
10937
10938 * epa-mail.el: Simplify GnuPG group expansion using
10939 epg-expand-group.
10940 (epa-mail-group-alist, epa-mail-group-modtime)
10941 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10942 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10943 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10944 Remove.
10945
5e617bc2 109462011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10947
10948 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10949
9c4aeabf
AM
109502011-08-16 Alan Mackenzie <acm@muc.de>
10951
10952 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10953 Correct, to avoid the inside of macros.
10954
3a99bf64
RS
109552011-08-16 Richard Stallman <rms@gnu.org>
10956
04963aa8
RS
10957 * epa-mail.el: Handle GnuPG group definitions.
10958 (epa-mail-group-alist, epa-mail-group-modtime)
10959 (epa-mail-gnupg-conf-file): New variables.
10960 (epa-mail-parse-groups, epa-mail-sync-groups)
10961 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10962 (epa-mail-expand-recipients): New functions.
10963 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10964
177549d0
RS
10965 * mail/rmail.el (rmail-epa-decrypt): New command.
10966
fe38beef
RS
10967 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10968 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10969 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10970 (epa-decrypt-armor-in-region): Make error message clearer.
10971
934eacb9
SM
109722011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10975 and "a2b" to "ab" for `prefix'.
10976
d024fb4e
CY
109772011-08-14 Chong Yidong <cyd@stupidchicken.com>
10978
10979 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10980 filter groups.
de148fee
CY
10981 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10982 Fourquet (Bug#8804).
d024fb4e 10983
62f1ca49
JB
109842011-08-12 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * startup.el (argi): Declare as global variable (bug#9275).
10987
9ccaaa4b
CY
109882011-08-12 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * subr.el (string-mark-left-to-right): Search the entire string
10991 for RTL script, not just the terminating character. Doc fix.
10992
a3dae87a
SM
109932011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10994
6cd18349
SM
10995 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10996 New function.
10997 (js--regexp-literal, js-syntax-propertize-function): Remove.
10998 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10999 (js-mode-map): Don't rebind electric keys.
11000 (js-insert-and-indent): Remove.
11001 (js-mode): Setup electric-layout and electric-indent instead.
11002
a3dae87a
SM
11003 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11004
9d5cb631
DU
110052011-08-12 Daiki Ueno <ueno@unixuser.org>
11006
11007 * epa.el (epa-progress-callback-function): Fix the logic of
11008 displaying progress.
11009 * epa-file.el (epa-file-insert-file-contents): Make progress
11010 display more user-friendly.
11011 (epa-file-write-region): Ditto.
11012
3e26a4a2
CY
110132011-08-10 Chong Yidong <cyd@stupidchicken.com>
11014
11015 * subr.el (string-mark-left-to-right): New function.
11016
11017 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11018 Use string-mark-left-to-right.
11019 (list-buffers-noselect): Caller changed.
11020
a3dae87a
SM
11021 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11022 Use string-mark-left-to-right.
3e26a4a2
CY
11023 (tabulated-list-print): Recenter after moving point.
11024
ac8cf6e6
JL
110252011-08-10 Juri Linkov <juri@jurta.org>
11026
11027 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11028 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11029 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11030
8d96c9a4
CY
110312011-08-09 Chong Yidong <cyd@stupidchicken.com>
11032
11033 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11034 (Bug#7554).
11035
7be1c708 110362011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11037
11038 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11039 character. (Bug#6594)
11040
37e11a63
CY
110412011-08-08 Chong Yidong <cyd@stupidchicken.com>
11042
839dde57
CY
11043 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11044 (image-dired--with-db-file): New macro.
11045 (image-dired-write-tags, image-dired-remove-tag)
11046 (image-dired-create-gallery-lists, image-dired-write-comments)
11047 (image-dired-get-comment, image-dired-mark-tagged-files)
11048 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11049 (image-dired-gallery-generate): Use insert-file-contents.
11050
37e11a63
CY
11051 * time.el (display-time-world-list, display-time-world-display):
11052 * time-stamp.el (time-stamp-string):
11053 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11054 set-time-zone-rule (Bug#7337).
11055
0b4946c4
DU
110562011-08-08 Daiki Ueno <ueno@unixuser.org>
11057
11058 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11059 (epg-error-to-string, epg-errors-to-string): New function.
11060 (epg-wait-for-completion): Reverse errors list.
11061 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11062 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11063 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11064 (epg-sign-keys, epg-generate-key-from-file)
11065 (epg-generate-key-from-string): Format errors by using
11066 epg-errors-to-string (bug#9255).
11067 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11068
75bfc667
JL
110692011-08-07 Juri Linkov <juri@jurta.org>
11070
11071 * faces.el (list-faces-display): Remove extra angle bracket
11072 from `help-mode-map'.
11073
11074 * info.el (Info-history-toc-nodes): Doc fix.
11075
11076 * longlines.el (longlines-mode): Doc fix.
11077
673e08bb
SM
110782011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11079
4640dd88
SM
11080 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11081 of statements and in a few more cases (bug#9183).
11082
673e08bb
SM
11083 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11084 New functions.
11085 (cl-transform-lambda): Use them (bug#9239).
11086
89b3f019
MR
110872011-08-05 Martin Rudalics <rudalics@gmx.at>
11088
11089 * window.el (display-buffer-same-window)
11090 (display-buffer-same-frame, display-buffer-other-window)
11091 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11092 (pop-to-buffer-other-window)
11093 (pop-to-buffer-same-frame-other-window)
11094 (pop-to-buffer-other-frame): Make them defuns.
11095 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11096
640c8776
SM
110972011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * subr.el (make-composed-keymap): Move from C. Change calling
11100 convention, and improve docstring to bring attention to a subtle point.
11101 * minibuffer.el (completing-read-default): Adjust accordingly.
11102
63648a95
MA
111032011-08-03 Michael Albinus <michael.albinus@gmx.de>
11104
11105 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11106 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11107
11108 * net/trampver.el: Update release number.
11109
b796c9b7
SM
111102011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11113 "in" (bug#9190).
11114
2239d7d5
LMI
111152011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11116
e07dd7c3
LMI
11117 * mail/sendmail.el (sendmail-query-once): Restore the current
11118 buffer after querying (bug#9074).
11119
0e6a2bd7
LMI
11120 * dired.el (dired-flagged): Use different faces for marked and
11121 flagged files (bug#6117).
11122
ce887515
LMI
11123 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11124 (bug#4433).
11125
92f2affc
LMI
11126 * ido.el (ido-mode): Switch off the message if called
11127 non-interactively.
11128
57d5aff0
LMI
11129 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11130 before 587, since it appears that that's more likely to work for
11131 more people.
11132
98cd6c18 11133 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11134 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11135 exist.
11136
b96dec83
LMI
11137 * info.el: Remove the `Info-beginning-of-buffer' function
11138 (bug#8325).
11139
b796c9b7
SM
11140 * net/network-stream.el (network-stream-open-starttls):
11141 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11142
d90e2ea0
MR
111432011-08-01 Martin Rudalics <rudalics@gmx.at>
11144
11145 * window.el (display-buffer-in-window): Don't set dedicated status
11146 of window here (Bug#9215).
11147 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11148 (display-buffer-pop-up-side-window)
b796c9b7 11149 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11150
cca09170
SM
111512011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11154 before binding generated-autoload-file.
11155
027b979c
DD
111562011-08-01 Deniz Dogan <deniz@dogan.se>
11157
11158 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11159
3c7ee4f3
MA
111602011-07-30 Michael Albinus <michael.albinus@gmx.de>
11161
11162 Sync with Tramp 2.2.2.
11163
11164 * net/trampver.el: Update release number.
11165
2cc8e51a
JL
111662011-07-30 Juri Linkov <juri@jurta.org>
11167
11168 * dired-aux.el (dired-touch-initial): Remove function.
11169 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11170 current time, and `default' to the last modification time of the
11171 current marked file (bug#6887).
11172
a514d856
JM
111732011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11174
11175 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11176 numeric argument to read-number (bug#9163).
a514d856 11177
8a7eddd7
MA
111782011-07-27 Michael Albinus <michael.albinus@gmx.de>
11179
11180 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11181 connection process, it could be nil.
11182
1ddd96f5
LL
111832011-07-27 Leo Liu <sdl.web@gmail.com>
11184
11185 Simplify url handling in rcirc-mode.
11186
11187 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11188 (rcirc-browse-url-at-mouse): Remove.
11189 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11190
b248a85d
AM
111912011-07-26 Alan Mackenzie <acm@muc.de>
11192
11193 Fontify bitfield declarations properly.
11194
11195 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11196 (c-symbol-chars): Now exported as a lang variable.
11197 (c-not-primitive-type-keywords): New lang variable.
11198
11199 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11200 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11201 parsed as a bitfield declaration.
b248a85d 11202
b796c9b7
SM
11203 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11204 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11205 (c-punctuation-in): New function.
11206 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11207 declarations properly.
11208
68575ab0
UJ
112092011-07-26 Ulf Jasper <ulf.jasper@web.de>
11210
11211 * calendar/icalendar.el (icalendar--all-events): Take care of
11212 multiple vcalendars in a single file.
b796c9b7 11213 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11214
0f0a88b9
DD
112152011-07-25 Deniz Dogan <deniz@dogan.se>
11216
11217 * image.el (insert-image): Clarifying docstring.
11218
0b3f36df
MA
112192011-07-24 Michael Albinus <michael.albinus@gmx.de>
11220
11221 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11222 `tramp-send-command-and-check' if there is no error.
11223 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11224
a9901f61
AM
112252011-07-22 Alan Mackenzie <acm@muc.de>
11226
11227 Prevent cc-langs.elc being loaded at run time.
11228
11229 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11230 cc-langs.
11231
4d61f28d 11232 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11233 "(require 'cc-langs)". Quote a form so it will evaluate at
11234 (cc-mode's) compilation time.
11235
11d074b2
MA
112362011-07-22 Michael Albinus <michael.albinus@gmx.de>
11237
11238 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11239 loading. (Bug#9114)
11240
938b94c8
MR
112412011-07-21 Martin Rudalics <rudalics@gmx.at>
11242
11243 * window.el (display-buffer-pop-up-window)
11244 (display-buffer-pop-up-side-window)
11245 (display-buffer-in-side-window): Call display-buffer-set-height
11246 and display-buffer-set-width after setting the new window's
b796c9b7 11247 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11248
bfa4f190
SS
112492011-07-20 Sam Steingold <sds@gnu.org>
11250
11251 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11252 (etags-tags-included-tables): Call `convert-standard-filename' on
11253 the file names contained in TAGS so that windows Emacs can handle
11254 TAGS files created by cygwin ctags.
11255
8ca42262
LMI
112562011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11257
11258 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11259 which apparently didn't work.
11260
5db2afd2 112612011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11262
5db2afd2
RW
11263 * proced.el (proced-send-signal): For *Marked Processes* buffer
11264 put point at beginning of buffer.
11265
92e15d10
SB
112662011-07-19 Stephen Berman <stephen.berman@gmx.net>
11267
11268 * proced.el (proced-format): Make header lines align with the text
11269 (bug#1779).
11270
1bfd59e5
LMI
112712011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11272
11273 * view.el (view-buffer): Allow running in `special' modes if we're
11274 visiting a file (bug#8615).
11275
f5aae37c
MR
112762011-07-19 Martin Rudalics <rudalics@gmx.at>
11277
11278 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11279 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11280 New functions.
f5aae37c
MR
11281 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11282 more accurately.
11283
bf2c1571
AM
112842011-07-18 Alan Mackenzie <acm@muc.de>
11285
11286 Fontify declarators properly when, e.g., a jit-lock chunk begins
11287 inside a declaration.
11288
11289 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11290
b796c9b7
SM
11291 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11292 New function.
bf2c1571
AM
11293 (c-complex-decl-matchers): Insert reference to
11294 c-font-lock-enclosing-decls.
11295
11296 * progmodes/cc-engine.el (c-backward-single-comment):
11297 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11298 to nil around calls to (forward-comment -1).
11299
4e190b80
LMI
113002011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11301
12dc863d
LMI
11302 * image.el (put-image): Doc typo fix.
11303
a762e966
LMI
11304 * progmodes/etags.el (tags-search): Doc typo fix.
11305
4e190b80
LMI
11306 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11307 password if we get errors 550 to 554.
11308
f019fb21
LMI
113092011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11310
b796c9b7 11311 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11312
81746738
LMI
11313 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11314 indentation character (bug#6380).
11315
3ee3a1b5
LMI
11316 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11317
c82f64de
LMI
11318 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11319 to clarify what the problem is (bug#4291).
11320
f019fb21
LMI
11321 * simple.el (current-kill): Clarify what
11322 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11323 (auto-fill-mode): Document `auto-fill-function' in relation to
11324 `auto-fill-mode' (bug#2470).
f019fb21 11325
0794775d
LM
113262011-07-16 Lawrence Mitchell <wence@gmx.li>
11327
11328 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11329 method if slot is read-only (bug#9035).
11330
be39b8cc
MR
113312011-07-16 Martin Rudalics <rudalics@gmx.at>
11332
b796c9b7 11333 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11334 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11335 selected before, see discussion of (Bug#8615), (Bug#6954).
11336 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11337
6ccf7859
GM
113382011-07-15 Glenn Morris <rgm@gnu.org>
11339
11340 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11341 Respect help-form.
6ccf7859 11342
87e86684
LM
113432011-07-09 Lawrence Mitchell <wence@gmx.li>
11344
11345 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11346 (gnutls-negotiate): Use it.
11347
d6066239
LMI
113482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11349
b796c9b7
SM
11350 * net/gnutls.el (gnutls-negotiate):
11351 Upcase `gnutls-algorithm-priority'.
d6066239 11352
bd23ebc0
GM
113532011-07-15 Glenn Morris <rgm@gnu.org>
11354
c65bca65
GM
11355 * jka-compr.el (jka-compr-verbose): Move from here...
11356 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11357 Add missing :version tag.
11358 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11359
478615cc
LMI
113602011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11361
7b41decb
LMI
11362 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11363 (gnutls-negotiate): Use it.
11364
dbc44fcd
LMI
11365 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11366
06789f97
LMI
11367 * info.el (Info-beginning-of-buffer): New command.
11368 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11369 announcing `b' as the key (bug#8325).
ab896c37 11370 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11371
c39da690
LMI
11372 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11373
3aa5f34b
LMI
11374 * international/mule-cmds.el
11375 (describe-specified-language-support): Make the error message
11376 clearer (bug#8905).
11377
4bf0979f
LMI
11378 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11379
478615cc
LMI
11380 * isearch.el (isearch-barrier): Add a doc string, since it's
11381 mentioned in a function doc string (bug#8678).
11382
75c68aa1
MR
113832011-07-15 Martin Rudalics <rudalics@gmx.at>
11384
11385 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11386 buffer argument (Bug#9083) and self-identifying label argument.
11387
a7c33da2
GM
113882011-07-15 Glenn Morris <rgm@gnu.org>
11389
11390 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11391
2f5c6024
LMI
113922011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11393
11394 * man.el (Man-fontify-manpage): Fix message when formatting the
11395 man page (bug#7929).
11396
0bb23927 113972011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11398
11399 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11400 argument LRM; if non-nil, append an invisible LRM character to the
11401 buffer name.
11402 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11403 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11404 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11405 paragraph direction.
cce4b0a7 11406
621ef9ab
LMI
114072011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11408
d1583c48
LMI
11409 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11410 the man page name (bug#7929).
11411
6a57fb5f
LMI
11412 * image.el (put-image): Mention the `put-image' overlay property
11413 (bug#7834).
11414
d7956b14
LMI
11415 * scroll-bar.el (set-scroll-bar-mode): Mention that
11416 `scroll-bar-mode' lists the values (bug#7772).
11417
5b2d4a66
LMI
11418 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11419 command (bug#7729).
11420
7509a874
LMI
11421 * rect.el (apply-on-rectangle): Return the point after the last
11422 operation.
11423 (string-rectangle): Go to the point after the last operation
11424 (bug#7522).
11425
4fe74b19
LMI
11426 * printing.el (pr-toggle-region): Clarify the documentation
11427 slightly (bug#7493).
11428
b796c9b7
SM
11429 * time.el (display-time-update):
11430 Allow `display-time-mail-function' to return nil (bug#7158).
11431 Fix suggested by Detlev Zundel.
ab283561 11432
fc233c9d
LMI
11433 * vc/diff.el (diff): Clarify the order the file names are read
11434 (bug#7111).
11435
43f5740b
LMI
11436 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11437 the doc string (bug#7015).
11438
f2182a76
LMI
11439 * font-lock.el (font-lock-maximum-decoration): Mention what
11440 numeric levels mean (bug#6935).
11441
621ef9ab
LMI
11442 * startup.el (initial-buffer-choice): Don't mention the `none'
11443 selection, which is against policy.
11444
adc47434
MR
114452011-07-14 Martin Rudalics <rudalics@gmx.at>
11446
b796c9b7
SM
11447 * window.el (display-buffer-normalize-special):
11448 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11449
7e5bfb8f
EZ
114502011-07-14 Eli Zaretskii <eliz@gnu.org>
11451
11452 * subr.el (version<, version<=, version=): Mention "-CVS" and
11453 "-12345" alpha version numbers.
11454
27fa387a
CY
114552011-07-14 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * bindings.el: Add advertised binding for set-mark-command
11458 (Bug#5772).
11459
8bdfa064
CY
114602011-07-14 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * bindings.el (mode-line-other-buffer):
11463 * bookmark.el (bookmark-bmenu-2-window):
11464 * bs.el (bs-cycle-next, bs-cycle-previous):
11465 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11466 switch-to-buffer.
11467
11468 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11469 Delete.
8bdfa064 11470
5eba16a3
JB
114712011-07-14 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * follow.el (follow-debug-message, follow-redisplay):
11474 * jka-cmpr-hook.el (with-auto-compression-mode):
11475 Fix typos in docstrings.
11476
15853710
LMI
114772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11478
a28e4607
LMI
11479 * subr.el (with-silent-modifications): Clarify somewhat what the
11480 macro inhibits (bug#6525).
11481
15853710
LMI
11482 * simple.el (eval-expression): Note what it does if called
11483 interactively (bug#6495).
11484
bee0fcef
CY
114852011-07-13 Chong Yidong <cyd@stupidchicken.com>
11486
b796c9b7
SM
11487 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11488 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11489
11490 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11491 Remove switch-to-buffer.
11492
58274504
LMI
114932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
bd2fcc8d
LMI
11495 * files.el (make-directory): Clarify that an error will be raised
11496 if there's an error (bug#6397).
11497
0f04b32c
LMI
11498 * startup.el (initial-buffer-choice): Add `none' as a choice
11499 (bug#6234).
11500
465c5fc8
LMI
11501 * subr.el (add-hook): Clarify section about buffer-local hooks
11502 (bug#6218).
11503
58274504
LMI
11504 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11505
bead9a43
JB
115062011-07-13 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * tabify.el (untabify): Preserve the current column so that point
11509 doesn't move (bug#6032).
11510
3af98a7b
LMI
115112011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11512
b796c9b7
SM
11513 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11514 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11515
6240145a
GM
115162011-07-13 Glenn Morris <rgm@gnu.org>
11517
11518 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11519 (dired-insert-directory): Give a message the first time
11520 if ls is found not to support --dired.
11521
1d8c2ccc
LMI
115222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11523
11524 * simple.el (toggle-truncate-lines): Clarify what is toggled
11525 (bug#5580). Text by Drew Adams.
11526
5fc4038e
CY
115272011-07-13 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * simple.el (blink-matching-open): Make the error message from the
11530 last change less verbose.
11531
bf6012e5
DN
115322011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11533
11534 * font-lock.el (font-lock-comment-face): Use the high contrast
11535 "yellow" color for font-lock-comment-face on low color terminals
11536 using a dark background color (bug#4221).
11537
343c3b5a
LMI
115382011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11539
7e9505c5
LMI
11540 * dired.el (dired-insert-set-properties): Make the doc string
11541 reflect what it does now (bug#5325).
11542
c26fdcf5
LMI
11543 * simple.el (blink-matching-open): Say that we were unable to find
11544 the match within the limit, if we're limited (bug#5122).
11545
bb388cc5
LMI
11546 * international/mule-cmds.el (prefer-coding-system): Add an
11547 example (bug#4869).
11548
343c3b5a
LMI
11549 * progmodes/etags.el (tags-search): Document `file-list-form'
11550 (bug#4731).
11551
2a517d45
LM
115522011-07-13 Lawrence Mitchell <wence@gmx.li>
11553
11554 * net/browse-url.el (browse-url-default-browser)
11555 (browse-url-browser-function): Make the default browser choice a
11556 bit more logical (bug#4300). Also clean up the doc string.
11557
b6c78ef2
JB
115582011-07-13 Juanma Barranquero <lekktu@gmail.com>
11559
11560 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11561 binary endings (bug#4440).
11562
1c4dd947
LMI
115632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11564
a2014063
LMI
11565 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11566 which can be pretty annoying (bug#8971).
11567
9c9c2d88
LMI
11568 * jka-compr.el (jka-compr-verbose): New variable, and use
11569 throughout (bug#8971).
11570
1c4dd947
LMI
11571 * info.el (Info-find-file): Fall back on the installation
11572 directory if we can't find the info node anywhere else.
11573
a1c9f41b
SO
115742011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11575
11576 * vc/vc.el (vc-revert-file):
11577 Don't set file time-stamp in the past. (Bug#5181)
11578
536f3d36
LMI
115792011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11580
7152b011
LMI
11581 * files.el (after-find-file): Give a better error message when
11582 trying to find a symlink that points to a file that doesn't exist
11583 (bug#4398).
11584
536f3d36
LMI
11585 * progmodes/cc-vars.el: Remove (probably) misleading comment
11586 (bug#4396).
11587
460c0fba
JB
115882011-07-12 Johan Bockgård <bojohan@gnu.org>
11589
11590 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11591
7a6bda45
CY
115922011-07-12 Chong Yidong <cyd@stupidchicken.com>
11593
11594 * mouse-sel.el: Hack restoring functionality, while keeping
11595 compatibility with 2010-07-03 changes to mouse selection.
11596 (mouse-sel-primary-overlay): New var.
11597 (mouse-sel-selection-alist): Use it.
11598 (mouse-sel-mode): Doc fix; remove points that are default features
11599 of mouse.el.
11600
c79598ef
JB
116012011-07-12 Johan Bockgård <bojohan@gnu.org>
11602
11603 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11604 Fix previous fix (bug#2490).
11605
ff8be6ef
RW
116062011-07-12 Roland Winkler <winkler@gnu.org>
11607
b796c9b7
SM
11608 * textmodes/bibtex.el (bibtex-initialize):
11609 Use pop-to-buffer-same-window.
ff8be6ef
RW
11610 (bibtex-search-entries): Fix interactive call.
11611
296ba3ee
LMI
116122011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11613
f5242a02 11614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11615 Fontise bytecomp Error lines more correctly (bug#2490).
11616 Fix suggested by Johan Bockgård.
f5242a02 11617
296ba3ee
LMI
11618 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11619
11620 * dired-x.el (dired-guess-default): Use `delete-dups'.
11621
f69fd0d2
CY
116222011-07-12 Chong Yidong <cyd@stupidchicken.com>
11623
11624 * dired.el (dired-mark-prompt):
11625 * dired-aux.el (dired-read-shell-command): Doc fix.
11626
eab5dc07
LMI
116272011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11628
b796c9b7
SM
11629 * mail/sendmail.el (sendmail-query-once):
11630 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11631 emacs -Q.
11632
11633 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11634
eab5dc07
LMI
11635 * cus-edit.el (custom-file): Take an optional no-error variable.
11636 (customize-save-variable): Set the variable, and give a warning if
11637 running under "emacs -q".
11638
a1e65d42
JB
116392011-07-11 Juanma Barranquero <lekktu@gmail.com>
11640
11641 * loadhist.el (unload-feature-special-hooks):
11642 Add `auto-coding-functions', `fill-nobreak-predicate' and
11643 `find-directory-functions' (bug#5327).
11644
1d52da10
LMI
116452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11646
be958f1d
LMI
11647 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11648
5bedb26c
LMI
11649 * cus-edit.el (custom-guess-name-alist): -alist variables should
11650 use the `alist' type (bug#3120). Suggested by Drew Adams.
11651
1d52da10
LMI
11652 * printing.el: Add documentation to all the `pr-toggle-' commands.
11653
cd394be1 116542011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11655
11656 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11657 backends where it makes sense (bug#2623).
11658
dcc88d8a
LMI
116592011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
c3de9feb
LMI
11661 * dired-x.el (dired-guess-default): Remove duplicate shell command
11662 entries (bug#2028).
8a93078b 11663 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11664 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11665
dcc88d8a
LMI
11666 * subr.el (remove-duplicates): New conveniency function.
11667
505e3645
LMI
116682011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
11670 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11671 (bug#1526).
11672
116732011-07-10 Martin Rudalics <rudalics@gmx.at>
11674
11675 * window.el (display-buffer-normalize-default): Don't invert
11676 meaning of even-window-heights. Reported by Eli Zaretskii
11677 <eliz@gnu.org>.
11678
455e4fa1
BR
116792011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11680
11681 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11682
8e0bc3e9
CY
116832011-07-10 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * window.el (display-buffer): Fix arguments to
11686 display-buffer-reuse-window in last change.
11687
fa7c3228
CY
11688 * faces.el (link): Use a less saturated blue on light backgrounds.
11689
11690 * startup.el (fancy-startup-text, fancy-about-text)
11691 (fancy-startup-tail): Use font-lock faces, for background safety.
11692
c0a7f300
BN
116932011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11694
b796c9b7
SM
11695 * emulation/viper-cmd.el (viper-change-state-to-vi):
11696 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11697
4dc2a129
MR
116982011-07-09 Martin Rudalics <rudalics@gmx.at>
11699
11700 * window.el (display-buffer-default-specifiers): Remove.
11701 (display-buffer-macro-specifiers): Remove default specifiers.
11702 (display-buffer-alist): Default to nil.
b796c9b7 11703 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11704 (display-buffer-pop-up-window): Allow splitting internal
11705 windows. Check whether a live window was created.
11706 (display-buffer-other-window-means-other-frame)
11707 (display-buffer-normalize-arguments): Rename to
11708 display-buffer-normalize-argument and rewrite. Set the
11709 other-window specifier.
11710 (display-buffer-normalize-special): New function.
11711 (display-buffer-normalize-options): Rename to
11712 display-buffer-normalize-default and rewrite.
11713 (display-buffer-normalize-options-inhibit): Remove.
11714 (display-buffer-normalize-specifiers): Rewrite.
11715 (display-buffer): Process other-window specifier and call
11716 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11717 more faithfully.
b796c9b7 11718 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11719 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11720 (display-buffer-in-window, display-buffer-alist-set):
11721 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11722 <tassilo@member.fsf.org>.
11723
2d43b8c9
LL
117242011-07-09 Leo Liu <sdl.web@gmail.com>
11725
11726 * register.el (insert-register): Restore accidental change on
11727 2011-06-26. (Bug#9028)
11728
7f9b7c53
GM
117292011-07-09 Glenn Morris <rgm@gnu.org>
11730
11731 * subr.el (remq): Handle the empty list. (Bug#9024)
11732
f042cfd8
AS
117332011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11734
11735 * mail/sendmail.el (send-mail-function): No longer delay custom
11736 initialization.
11737 * custom.el (custom-initialize-delay): Doc fix.
11738
856b2f11
SM
117392011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11742
afae1d68
MA
117432011-07-08 Michael Albinus <michael.albinus@gmx.de>
11744
11745 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11746 human-friendly prompt.
11747
0757af94
SM
117482011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11751 provided by a particular plugin.
11752
d760b731
LMI
117532011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11754
11755 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11756 save customizations (with "emacs -Q"), just set the variable
11757 instead of erroring out.
11758
11759 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11760
cd79ce90
JL
117612011-07-08 Juri Linkov <juri@jurta.org>
11762
11763 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11764 (archive-zip-update-case): Use 7z if found by `executable-find'.
11765 The order of searching the available programs is the same as in
11766 `archive-zip-extract' (bug#8968).
11767
14cc04aa
CY
117682011-07-07 Chong Yidong <cyd@stupidchicken.com>
11769
11770 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11771 (menu-bar-options-menu): Tweak descriptions.
11772
0a1848ec
LMI
117732011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11774
11775 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11776 menu items into verb phrases (bug#1421). Also refill to fit under
11777 80 columns.
11778
f5bd0689
CY
117792011-07-07 Chong Yidong <cyd@stupidchicken.com>
11780
538e85c6
CY
11781 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11782 (Info-read-node-name): Doc fix (Bug#1084).
11783
f5bd0689
CY
11784 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11785 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11786 (end-of-sexp, beginning-of-sexp)
11787 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11788 (forward-symbol, forward-same-syntax, word-at-point)
11789 (sentence-at-point): Doc fix (Bug#1144).
11790
56ec5115
LMI
117912011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11792
f3f8e37f
LMI
11793 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11794 should cover it (bug#1281).
11795
0757af94 11796 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11797
e9fce1ac 11798 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11799 negotiation fails, then possibly try again with a non-encrypted
11800 connection (bug#9017).
11801
56ec5115
LMI
11802 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11803 be used.
11804
c2f9aec8
RS
118052011-07-07 Richard Stallman <rms@gnu.org>
11806
11807 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11808 property, and handle its changed format.
11809 Look for the correct line number.
11810 Use file's line contents (but not past first =) to find
11811 correct line in message.
11812
ef7b981d 118132011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11814
11815 * international/characters.el (build-unicode-category-table):
11816 Delete it.
0757af94 11817 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11818
0757af94 11819 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11820 to src/chartab.c.
11821 (get-char-code-property): Call unicode-property-table-internal to
11822 load a file. Call get-unicode-property-internal where necessary.
11823 (put-char-code-property): Call unicode-property-table-internal to
11824 load a file. Call put-unicode-property-internal where necessary.
11825 put-unicode-property-internal where necessary.
0757af94
SM
11826 (char-code-property-description):
11827 Call unicode-property-table-internal to load a file.
c805dec0
KH
11828
11829 * international/charprop.el:
11830 * international/uni-bidi.el:
11831 * international/uni-category.el:
11832 * international/uni-combining.el:
11833 * international/uni-comment.el:
11834 * international/uni-decimal.el:
11835 * international/uni-decomposition.el:
11836 * international/uni-digit.el:
11837 * international/uni-lowercase.el:
11838 * international/uni-mirrored.el:
11839 * international/uni-name.el:
11840 * international/uni-numeric.el:
11841 * international/uni-old-name.el:
11842 * international/uni-titlecase.el:
11843 * international/uni-uppercase.el: Regenerate.
11844
11845 * loadup.el: Load international/charprop.el before
11846 international/characters.
11847
e14b388a
CY
118482011-07-07 Chong Yidong <cyd@stupidchicken.com>
11849
11850 * window.el (next-buffer, previous-buffer): Signal an error if
11851 called from a minibuffer window.
11852
11853 * bindings.el: Revert 2011-07-04 change.
11854
354cf0ba
RS
118552011-07-06 Richard Stallman <rms@gnu.org>
11856
11857 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11858 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11859 Treat markers like ints.
11860 (rmail-mime-entity): Doc fix.
11861
a48868a7
LMI
118622011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11863
4906cd3d
LMI
11864 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11865 defcustom again for backwards compatibility.
11866
e0457abe
LMI
11867 * simple.el (shell-command-on-region): Fill.
11868
d67f7e1f
LMI
11869 * dired-aux.el (dired-kill-line): Add a doc string.
11870
fe204702
LMI
11871 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11872 to "\\sw\\|\\s_" (bug#358).
11873
a48868a7
LMI
11874 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11875 (dired-unmark-backward): Ditto.
11876 (dired-flag-backup-files): Ditto.
11877
11878 * dired-x.el (dired-mark-sexp): Ditto.
11879
aa8a705c
RS
118802011-07-06 Richard Stallman <rms@gnu.org>
11881
11882 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11883 (rmail-mime-entity): New arg TRUNCATED.
11884 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11885 New functions.
11886 (rmail-mime-save): Warn if entity is truncated.
11887 (rmail-mime-toggle-hidden): Likewise, for showing.
11888 (rmail-mime-process-multipart): Record when an entity is truncated.
11889
a9a936b9
RS
11890 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11891 if ENTITY is a string.
11892
1f2b92cb
LMI
118932011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11894
f4f73198 11895 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11896 of faces when `M-C-x'-ing their definitions (bug#8378).
11897 Also clean up the code slightly.
f4f73198 11898
12b16734 11899 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11900 because that makes the colors go away.
12b16734 11901
f0691d22
LMI
11902 * mail/sendmail.el (send-mail-function): Change the default to
11903 `sendmail-query-once'.
9e87df06 11904 (sendmail-query-once): Add an autoload cookie.
f0691d22 11905
1f2b92cb
LMI
11906 * net/network-stream.el (network-stream-open-starttls): Try using
11907 a plain connection even if the server offered STARTTLS, and we
11908 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11909 capability. This should make smtpmail.el work in slightly more
11910 configurations.
11911
1cdd2a1b
MA
119122011-07-06 Michael Albinus <michael.albinus@gmx.de>
11913
11914 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11915 New defun.
11916 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11917
fbcc67e2
MM
119182011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11919
11920 * progmodes/sql.el: Version 3.0
0757af94 11921 (sql-product-alist): Add product :completion-object,
fbcc67e2 11922 :completion-column, and :statement attributes.
0757af94 11923 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11924 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11925 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11926 ansi keywords.
11927 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11928 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11929 (sql-oracle-show-reserved-words): New function for development.
11930 (sql-product-font-lock): Simplify for source code buffers.
11931 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11932 New functions.
11933 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11934 (sql-mode-map): Add statement movement functions.
11935 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11936 New variable.
fbcc67e2
MM
11937 (sql-statement-regexp, sql-beginning-of-statement)
11938 (sql-end-of-statement, sql-signum): New functions.
0757af94 11939 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11940 (sql-show-sqli-buffer): Bug fix.
11941 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11942 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11943 with sql-interactive-mode.
11944 (sql-save-connection): Save buffer local settings.
0757af94 11945 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11946 (sql-product-interactive): Bug fix.
11947 (sql-preoutput-hold): New variable.
11948 (sql-interactive-remove-continuation-prompt): Bug fixes.
11949 (sql-debug-redirect): New variable.
11950 (sql-str-literal): New function.
11951 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11952 Redesign.
fbcc67e2
MM
11953 (sql-oracle-save-settings, sql-oracle-restore-settings)
11954 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11955 (sql-completion-object, sql-completion-column)
11956 (sql-completion-sqlbuf): New variables.
11957 (sql-build-completions-1, sql-build-completions)
11958 (sql-try-completion): New functions.
11959 (sql-read-table-name): Use them.
11960 (sql-contains-names): New buffer local variable.
11961 (sql-list-all, sql-list-table): Use it.
11962 (sql-oracle-completion-types): New variable.
11963 (sql-oracle-completion-object, sql-sqlite-completion-object)
11964 (sql-postgres-completion-object): New functions.
11965
d4eaeab1
GM
119662011-07-06 Glenn Morris <rgm@gnu.org>
11967
11968 * window.el (pop-to-buffer): Doc fix.
11969
322b7dab 119702011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11971
11972 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11973
322b7dab 119742011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11975
322b7dab 11976 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11977
322b7dab 11978 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11979
605dd5bf
CY
119802011-07-05 Chong Yidong <cyd@stupidchicken.com>
11981
11982 * button.el (button): Inherit from link face. Suggested by Dan
11983 Nicolaescu.
11984
7dbfa719
SM
119852011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11986
3db614b0
SM
11987 * progmodes/gdb-mi.el: Fit in 80 columns.
11988 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11989 switch-to-buffer.
11990
7dbfa719
SM
11991 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11992 if imenu is simply not configured (bug#8941).
11993
919d884a
KM
119942011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11995
11996 * allout.el (allout-post-undo-hook): New allout outline-change
11997 event hook to signal undo activity.
11998 (allout-post-command-business): Run allout-post-undo-hook if an
11999 undo just occurred.
7dbfa719
SM
12000 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12001 * allout-widgets.el (allout-widgets-after-undo-function):
12002 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12003 in the vicinity of an undo.
12004 (allout-widgets-mode): Include allout-widgets-after-undo-function
12005 on the new allout-post-undo-hook.
12006
450a0f09
SM
120072011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12010 Let define-derived-mode define it.
12011 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12012 cycles of abbrev-table inheritance (bug#8998).
12013
2de69e00
RW
120142011-07-05 Roland Winkler <winkler@gnu.org>
12015
12016 * textmodes/bibtex.el: Add support for biblatex.
12017 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12018 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12019 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12020 (bibtex-entry-alist, bibtex-field-alist): New variables.
12021 (bibtex-entry-field-alist): Obsolete alias for
12022 bibtex-BibTeX-entry-alist.
12023 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12024 (bibtex-set-dialect): New command.
12025 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12026 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12027 Bind via bibtex-set-dialect.
2de69e00
RW
12028 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12029 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12030 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12031 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12032 Define via bibtex-set-dialect.
450a0f09
SM
12033 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12034 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12035 (bibtex-vec-push, bibtex-vec-incr): New functions.
12036 (bibtex-format-entry, bibtex-field-list)
12037 (bibtex-print-help-message, bibtex-validate)
12038 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12039
2dcdbdd9
SM
120402011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * progmodes/compile.el (compilation-goto-locus):
12043 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12044 * bs.el (bs-cycle-next, bs-cycle-previous):
12045 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12046 * bindings.el (mode-line-other-buffer):
12047 * autoinsert.el (auto-insert):
12048 * arc-mode.el (archive-extract):
12049 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12050
b27640fe
JB
120512011-07-05 Juanma Barranquero <lekktu@gmail.com>
12052
12053 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12054 Fix check of `emacs-lock-unlockable-modes'.
12055 Coerce true values of `emacs-lock--try-unlocking' to t.
12056
53bbe3ad
JB
120572011-07-05 Juanma Barranquero <lekktu@gmail.com>
12058
12059 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12060 * emacs-lock.el: New file.
12061
1d3cdbc7
JD
120622011-07-05 Julien Danjou <julien@danjou.info>
12063
12064 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12065 than `boundp' to check if face is set.
12066
9173deec
JB
120672011-07-05 Juanma Barranquero <lekktu@gmail.com>
12068
12069 * register.el (registerv-make):
12070 * window.el (window-min-height): Fix typos in docstrings.
12071
869795d6
JD
120722011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12073
9173deec 12074 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12075 Update doc string.
12076
b768cdcd
JB
120772011-07-04 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * server.el (server-execute): Catch quit and call
12080 `server-return-error' to pass the error back to emacsclient and
12081 close the connection (bug#8942).
12082
13aa217b
KM
120832011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12084
12085 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12086 insecure exception for current topic. Also note that auto-saves
12087 are handled differently.
12088
5d3385a0 12089 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12090 State variables for tracking auto-save inhibition situation.
12091
12092 (allout-write-contents-hook-handler): Rename from
12093 'allout-write-file-hook-handler', and describe how it depends on
12094 write-contents-functions sensitivity to non-nil value to prevent
12095 file write.
12096
12097 (allout-auto-save-hook-handler): Remove. auto-save does not check
12098 this in individual buffers, only in the starting buffer, so this
12099 is not the right way for us to inhibit auto-save in a buffer
12100 according to its condition.
12101
12102 (allout-mode): Use new allout-write-contents-hook-handler, and
12103 only with write-contents-functions. Remove auto-save provisions -
12104 they're implemented elsewhere.
12105
12106 (allout-before-change-handler): If undo is in progress, note that
12107 for attention of allout-post-command-business.
12108
12109 (allout-post-command-business): If the command we're following was
12110 an undo, check for change in the status of encrypted items and
12111 adjust auto-save inhibitions accordingly.
12112
12113 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12114 according to whether there are or aren't any plain-text topics
12115 pending encryption.
12116
2dcdbdd9 12117 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12118 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12119 if there are plain-text topics pending encryption.
13aa217b
KM
12120
12121 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12122 buffer-saved-size and some allout state to not inhibit auto-saves
12123 if there are no longer any plain-text topics pending encryption.
12124
0757af94
SM
12125 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12126 No longer provide for exemption of the current topic.
13aa217b 12127
ac89b32c
JL
121282011-07-04 Juri Linkov <juri@jurta.org>
12129
12130 Add 7z operations to delete and save changed members (bug#8968).
12131 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12132 New defcustoms.
12133 (archive-7z-write-file-member): New function.
12134 (archive-7z-summarize): Fix the number of dashes in the
12135 listing output.
12136
8fa39615
SM
121372011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12140 (bug#8958).
12141
2f11b3f1
CY
121422011-07-04 Chong Yidong <cyd@stupidchicken.com>
12143
d66fef2b
CY
12144 * bindings.el: Ignore next-buffer and previous-buffer in
12145 minibuffer-local-map.
12146
2f11b3f1
CY
12147 * font-lock.el (font-lock-builtin-face): Change light background
12148 color to dark slate blue (Bug#6693).
12149
f932a347
WD
121502011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12151
12152 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12153
c8af70e1
SM
121542011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12157 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12158 Add switch-to-buffer.
12159
f158badc
LMI
121602011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12161
12162 * isearch.el (isearch-search-fun-function): Clarify further the
12163 meaning of the function returned.
12164
6d95bd46
MA
121652011-07-04 Michael Albinus <michael.albinus@gmx.de>
12166
12167 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12168
12169 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12170 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12171 Use it.
12172 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12173 `tramp-default-remote-path' does not exist.
12174 (tramp-send-command-and-read): New optional argument NOERROR.
12175 (tramp-open-connection-setup-interactive-shell)
12176 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12177 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12178 (tramp-process-sentinel): Flush also process' connection property.
12179 (tramp-sh-handle-start-file-process): Do not set process
12180 sentinel. It is done now ...
12181 (tramp-maybe-open-connection): ... here. (Bug#8929)
12182
909e6b67
MK
121832011-07-04 MON KEY <monkey@sandpframing.com>
12184
12185 * play/animate.el (animate-string): Doc fixes and allow changing
12186 the buffer name (bug#5417).
12187
121882011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12189
c8af70e1 12190 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12191
f34755dc
PE
121922011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12193
396cec72
PE
12194 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12195 This is simpler and helps future-proof the code.
12196 (timer-until): Use time-subtract and float-time.
08235028 12197 (timer--time-less-p): Use time-less-p.
f34755dc 12198
56e6cc31
JB
121992011-07-04 Juanma Barranquero <lekktu@gmail.com>
12200
3abb79e5
JB
12201 * type-break.el (timep): Use the value of `float-time' to avoid a
12202 byte-compiler warning.
12203
56e6cc31
JB
12204 * server.el (server-eval-and-print): Return any result, even nil.
12205
7b9430b4
PE
122062011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12207
12208 * type-break.el: Accept time formats that the builtins accept.
12209 (timep, type-break-time-difference): Accept any format that
12210 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12211 This is simpler and helps future-proof the code.
12212 (type-break-time-difference): Round rather than ignoring
12213 subseconds components.
12214
3034e9e7
LMI
122152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12216
12217 * info.el (Info-apropos-matches): Make non-interactive, since it
12218 doesn't seem to do anything useful as a command (bug#8829).
12219
1485f4c0
CY
122202011-07-03 Chong Yidong <cyd@stupidchicken.com>
12221
12222 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12223 Move from faces.el.
1485f4c0
CY
12224 (frame-default-terminal-background): New function.
12225
12226 * custom.el (custom-push-theme): Don't record faces in `changed'
12227 theme; this doesn't work correctly for per-frame face settings.
12228 (disable-theme): Use face-set-after-frame-default to reset faces.
12229 (custom--frame-color-default): New function.
12230
9fa3dd45
LMI
122312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12232
c8af70e1 12233 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12234 (bug#8769).
12235
6cbbc20c
KR
122362011-03-29 Kevin Ryde <user42@zip.com.au>
12237
12238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12239 `perl-Test2' extend to match possible "fail #N" rep count
12240 (bug#8377).
12241
c7f98048
LMI
122422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12243
65676592
LMI
12244 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12245 `smtpmail-via-smtp' now returns the error instead of nil.
12246
c7f98048
LMI
12247 * isearch.el (isearch-search-fun-function): Clarify the doc string
12248 (bug#8101).
12249
56e6cc31 122502011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12251
12252 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12253 unnecessary spaces (bug#8987).
12254
2b216704
LMI
122552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12256
12257 * net/network-stream.el (open-network-stream): Use the
12258 :end-of-capability command thoughout.
12259
122602011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12261
12262 * net/network-stream.el (open-network-stream): Add the
12263 :end-of-capability command parameter, used by pop3.el.
12264
36adf6ce
LMI
122652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12266
1ca0da0e
LMI
12267 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12268
fc00f69c
LMI
12269 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12270 for list)" (bug#6475).
12271
28fd8759 12272 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12273 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12274 an error (bug#6297).
12275
0dd8b6da
LMI
12276 * man.el (Man-reference-regexp): Allow matching possible
12277 word-wrapped references (bug#6289).
12278
ce1438d6
LMI
12279 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12280 for consistency with the other vc buffers (bug#6197).
12281 (vc-checkin): Ditto.
12282
12283 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12284
36adf6ce
LMI
12285 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12286
e83cc1f7
LMI
122872011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12288
8a20ca4c
LMI
12289 * custom.el (defcustom): Clarify that :set is only used in the
12290 Customize user interface (bug#6089).
12291
83319045
LMI
12292 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12293 associated with a file, refuse to run instead of erroring out
12294 (bug#6084).
12295
a8392169
LMI
12296 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12297 the doc string, since it appears that using `fill-column' always
12298 controls the width (bug#7845).
12299
e83cc1f7
LMI
12300 * simple.el (shell-command-on-region): Say where the error output
12301 went if `shell-command-default-error-buffer' is set (bug#6857).
12302
e47ca23b
KM
123032011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12304
12305 * allout.el (allout-yank-processing): Adjust cursor position for
12306 backwards-deleted space.
12307
12308 (allout-rebullet-heading): Register changes with
12309 allout-exposure-changed-hook, so the modified topic is properly
12310 decorated.
12311
5cf56143
LMI
123122011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12313
08549772
LMI
12314 * minibuffer.el (completion-in-region): Document PREDICATE
12315 (bug#7136).
12316
48e96771
LMI
12317 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12318 of keyword/argument pairs (bug#6904).
12319
c8af70e1
SM
12320 * replace.el (multi-occur):
12321 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12322
e17d05e2
LMI
123232011-07-02 Drew Adams <drew.adams@oracle.com>
12324
12325 * dired.el (dired-mark-if): Make the message about whether it's
12326 marking or unmarking clearer (bug#8523).
12327
063b0e45
LMI
123282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12329
12330 * disp-table.el (display-table-print-array): New function.
12331 (describe-display-table): Use it to print the vectors more pretty
12332 (Bug#8859).
12333
28545e04
MR
123342011-07-02 Martin Rudalics <rudalics@gmx.at>
12335
12336 * window.el (window-state-get-1): Don't assign clone numbers.
12337 Add clone-of item to list of window parameters.
12338 (window-state-put-2): Don't process clone numbers.
12339 (display-buffer-alist): Fix doc-string.
12340
3349e122
SM
123412011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * subr.el (remq): Don't allocate if it's not needed.
12344 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12345 (keymap--merge-bindings): New functions.
12346 (keymap-canonicalize): Use them to refine the canonicalization.
12347 * minibuffer.el (minibuffer-local-completion-map)
12348 (minibuffer-local-must-match-map): Move initialization from C.
12349 (minibuffer-local-filename-completion-map): Move initialization from C;
12350 don't inherit from anything here.
12351 (minibuffer-local-filename-must-match-map): Make obsolete.
12352 (completing-read-default): Use make-composed-keymap to combine
12353 minibuffer-local-filename-completion-map with either
12354 minibuffer-local-must-match-map or
12355 minibuffer-local-filename-completion-map.
12356
d224ac83
GM
123572011-07-01 Glenn Morris <rgm@gnu.org>
12358
3de63bf8
GM
12359 * type-break.el (type-break-time-sum): Use dolist.
12360
d224ac83
GM
12361 * textmodes/flyspell.el (flyspell-word-search-backward):
12362 Replace CL function.
12363
1a1e3f32
SM
123642011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12365
fe3f64d5
SM
12366 * mouse.el (mouse--strip-first-event): New function.
12367 (function-key-map): Use it to map fringe clicks to normal clicks
12368 by default.
12369
eb604e34
SM
12370 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12371 (vc-bzr-revision-completion-table): Add support for annotate and date.
12372
1a1e3f32
SM
12373 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12374 inherit from parent.
12375
5bd35902
LMI
123762011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12377
ace6c69c 12378 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12379 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12380
191e2bed
LMI
12381 * dired.el (dired-mode): Fix up the doc string as suggested by
12382 Drew Adams (bug#8817).
12383
5bd35902
LMI
12384 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12385 cookie, since the manual says that it should be possible to add
12386 this function to `find-file-hook' (bug#8709).
12387
eee8207a
TZ
123882011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12389
12390 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12391 here. Noted Ted Zlatanov as the maintainer.
12392 (cfengine-common-settings, cfengine-common-syntax): New functions
12393 to set up common things between `cfengine-mode' and
12394 `cfengine3-mode'.
12395 (cfengine3-mode): New mode.
12396 (cfengine3-defuns cfengine3-defuns-regex
12397 (cfengine3-class-selector-regex cfengine3-category-regex)
12398 (cfengine3-vartypes cfengine3-font-lock-keywords)
12399 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12400 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12401
36b148cf
MA
124022011-07-01 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12405
12406 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12407
0bf4ba9a
MR
124082011-07-01 Martin Rudalics <rudalics@gmx.at>
12409
12410 * window.el (same-window-buffer-names, same-window-regexps)
12411 (same-window-p, special-display-frame-alist)
12412 (special-display-popup-frame, special-display-function)
12413 (special-display-buffer-names, special-display-regexps)
12414 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12415 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12416 (split-window-preferred-function, split-height-threshold)
12417 (split-width-threshold, even-window-heights)
12418 (display-buffer-mark-dedicated, window-splittable-p)
12419 (split-window-sensibly, window-safely-shrinkable-p):
12420 Un-obsolete.
12421 (display-buffer): Don't spread args with function specifier
12422 because special-display-popup-frame won't like it.
12423
35837f51
PE
124242011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12425
d0672f86
PE
12426 Time-stamp simplifications and fixes.
12427 These improve accuracy slightly, and future-proof the code
12428 against some potential changes to current-time format.
12429
b9444d97
PE
12430 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12431 by using time-since and float-time.
12432
0ef923dc
PE
12433 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12434 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12435 + NNN microseconds".
12436
2f81380d
PE
12437 * type-break.el (type-break-time-sum): Rewrite using time-add.
12438
845b5c3e
PE
12439 * play/hanoi.el (hanoi-current-time-float): Remove.
12440 All uses replaced by float-time.
12441
ee6f1be0
PE
12442 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12443 This yields a more-accurate answer.
12444 (rng-time-to-float): Remove; no longer needed.
12445
fe955043
PE
12446 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12447
5777162a
PE
12448 * calendar/timeclock.el (timeclock-seconds-to-time):
12449 Defalias to seconds-to-time, since they're the same thing.
12450
3103f8b6 12451 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12452 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12453 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12454
0e61a35f
SM
124552011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * window.el (bury-buffer): Don't iconify the only frame.
12458 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12459 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12460
ddd63a1e
CY
124612011-07-01 Chong Yidong <cyd@stupidchicken.com>
12462
0e61a35f
SM
12463 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12464 Add mouse-yank-primary.
ddd63a1e 12465
055f4923
TZ
124662011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12467
12468 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12469
6a2fb145
SM
124702011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12473 (find-library-name): Use it to find relative load names when provided
12474 absolute file name (bug#8803).
12475
fd4983f2
LMI
124762011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12477
887d14ad
LMI
12478 * textmodes/flyspell.el (flyspell-word): Consider words that
12479 differ only in case as potential doublons (bug#5687).
12480
c53dc7fc
LMI
12481 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12482 Remove two rather uninteresting debugging-like messages to make
12483 debbugs.el more silent.
12484
fd4983f2
LMI
12485 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12486 a password-like phrase.
12487
7a71b18d 124882011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12489
12490 * progmodes/cc-guess.el: New file.
12491
6a2fb145 12492 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12493
12494 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12495 derived from `c-basic-common-init'.
12496
12497 * progmodes/cc-mode.el (top-level): Require cc-guess.
12498 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12499
1fa280a3
LM
125002011-06-30 Lawrence Mitchell <wence@gmx.li>
12501
12502 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12503
e6597158
AM
125042011-06-30 Alan Mackenzie <acm@muc.de>
12505
1fa280a3
LM
12506 * progmodes/cc-engine.el (c-guess-continued-construct):
12507 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12508 lock is disabled. Name this case as "CASE G".
12509
68ba37fb
KM
125102011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12511
12512 * allout.el (allout-yank-processing): Fix injection of extra space
12513 between bullet and non-whitespace character in first topic when
12514 pasting, ensuring that the actual spacing in the pasted topic
12515 following the bullet char is preserved. This extra space was
12516 causing pasted encrypted topics to get a decrypted status even
12517 when the content was actually still encrypted. Now the decryption
12518 status from before the paste is preserved.
12519
12520 (allout-flag-region): Set all allout overlays so they evaporate
12521 when reduced to zero length (evanescent), to prevent overlay
12522 leakage.
12523
887a0b34
GM
125242011-06-30 Glenn Morris <rgm@gnu.org>
12525
94b9acce
GM
12526 * w32-fns.el (w32-charset-info-alist): Declare.
12527
1d9b46d4
GM
12528 * find-dired.el (find-grep-options): Simplify.
12529
cc232200
GM
12530 * term/ns-win.el (ns-set-resource): Declare.
12531
28e77c46
GM
12532 * ses.el (row, col): Declare dynamic variables honestly.
12533
887a0b34
GM
12534 * textmodes/reftex-parse.el (index-tags): Declare.
12535
658d8eb8
CY
125362011-06-30 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * cus-edit.el (customize-push-and-save): New function.
12539
12540 * files.el (hack-local-variables-confirm): Use it.
12541
1fa280a3
LM
12542 * custom.el (load-theme): New arg NO-CONFIRM.
12543 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12544 (custom-enabled-themes): Doc fix.
12545
12546 * cus-theme.el (customize-create-theme)
12547 (custom-theme-merge-theme): Callers to load-theme changed.
12548
bb617717
LMI
125492011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12550
d61bdd5d
LMI
12551 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12552 short URLs have at least one dot in them (bug #7614).
12553
bb617717
LMI
12554 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12555 nil, because using a pty is apparently too slow (bug #895).
12556
2f31f37a
LMI
125572011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12558
12559 * mail/sendmail.el (sendmail-query-once): New function.
12560 (sendmail-query-once-function): New variable.
12561
3076b24e
GM
125622011-06-29 Glenn Morris <rgm@gnu.org>
12563
faf2a174
GM
12564 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12565
3076b24e
GM
12566 * ses.el (top-level): Require cl when compiling.
12567 (ses-set-localvars): Fix error statement.
12568 Call it at compile time to silence a storm of warnings.
12569
5386012d
MR
125702011-06-29 Martin Rudalics <rudalics@gmx.at>
12571
12572 * window.el (normalize-live-buffer): Rename to
12573 window-normalize-buffer.
12574 (normalize-live-frame): Rename to window-normalize-frame.
12575 (normalize-any-window): Rename to window-normalize-any-window.
12576 (normalize-live-window): Rename to window-normalize-live-window.
12577 (make-window-atom): Rename to window-make-atom.
12578 (window-resize-reset): Rename to window--resize-reset.
12579 (window-resize-reset-1): Rename to window--resize-reset-1.
12580 (resize-mini-window): Rename to window--resize-mini-window.
12581 (resize-subwindows-skip-p): Rename to
12582 window--resize-subwindows-skip-p.
12583 (resize-subwindows-normal): Rename to
12584 window--resize-subwindows-normal.
12585 (resize-subwindows): Rename to window--resize-subwindows.
12586 (resize-other-windows): Rename to window--resize-siblings.
12587 (resize-this-window): Rename to window--resize-this-window.
12588 (resize-root-window): Rename to window--resize-root-window.
12589 (resize-root-window-vertically): Rename to
12590 window--resize-root-window-vertically.
12591 (normalize-buffer-to-display): Rename to
12592 window-normalize-buffer-to-display.
12593 (normalize-buffer-to-switch-to): Rename to
12594 window-normalize-buffer-to-switch-to.
12595 Correspondingly update all callers of the functions listed
12596 above.
12597 (display-buffer-alist, display-buffer-normalize-arguments)
12598 (display-buffer-normalize-options, display-buffer)
12599 (display-buffer-alist-set): Use "function" instead of
12600 "fun-with-args".
12601
1176868d
CY
126022011-06-28 Chong Yidong <cyd@stupidchicken.com>
12603
12604 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12605 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12606 debbugs.gnu.org. Mention acknowledgment email.
12607
20a7a65f
LMI
126082011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12609
12610 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12611 buffer multibyteness, since it shouldn't matter.
12612
5f45cca5
MR
126132011-06-28 Martin Rudalics <rudalics@gmx.at>
12614
12615 * window.el (display-buffer-in-side-window): Handle dedicated
12616 windows as in display-buffer-reuse-window.
12617 (display-buffer-normalize-alist): Use value of override
12618 specifier.
12619 (display-buffer-normalize-specifiers): Use value of
12620 other-window-means-other-frame specifier.
12621 (display-buffer-alist): Rewrite some texts in widgets.
12622 (display-buffer): Spread arguments when calling function
12623 specified by fun-with-args.
12624
ad85fe1f
DD
126252011-06-28 Deniz Dogan <deniz@dogan.se>
12626
1fa280a3
LM
12627 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12628 Unnest `let'.
da68c4c8 12629
ad85fe1f
DD
12630 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12631 selectors (Bug#5732).
ec49bd31 12632 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12633
a08cc025
JA
126342011-06-27 Jari Aalto <jari.aalto@cante.net>
12635
12636 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12637 (eshell-ls-date-format): New defcustom.
12638 (eshell-ls-file): Use it.
12639
e2b551c5
SM
126402011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12643
8982b231
KY
126442011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12645
12646 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12647 (ange-ftp-make-tmp-name): New arg.
12648 (ange-ftp-file-local-copy): Use it.
12649
36c9fa27
J
126502011-06-27 Jambunathan K <kjambunathan@gmail.com>
12651
12652 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12653 no-conversion (Bug#8870).
12654
d68443dc
MR
126552011-06-27 Martin Rudalics <rudalics@gmx.at>
12656
12657 * window.el (window-right, window-left, window-child)
12658 (window-child-count, window-last-child)
12659 (window-iso-combination-p, walk-window-tree-1)
12660 (window-atom-check-1, window-tree-1, delete-window)
12661 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12662 new naming conventions - window-vchild, window-hchild,
12663 window-next and window-prev are now called window-top-child,
12664 window-left-child, window-next-sibling and window-prev-sibling
12665 respectively.
d615d6d2
MR
12666 (resize-window-reset): Rename to window-resize-reset.
12667 (resize-window-reset-1): Rename to window-resize-reset-1.
12668 (resize-window): Rename to window-resize.
12669 (window-min-height, window-min-width)
12670 (resize-mini-window, resize-this-window, resize-root-window)
12671 (resize-root-window-vertically, adjust-window-trailing-edge)
12672 (enlarge-window, shrink-window, maximize-window)
12673 (minimize-window, delete-window, quit-restore-window)
12674 (split-window, balance-windows, balance-windows-area-adjust)
12675 (balance-windows-area, window-state-put-2)
12676 (display-buffer-even-window-sizes, display-buffer-set-height)
12677 (display-buffer-set-width, set-window-text-height)
12678 (fit-window-to-buffer): Rename all "resize-window" prefixed
12679 calls to use the "window-resize" prefix convention.
12680 (display-buffer-alist): Fix symbol for label specifier.
12681 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12682 corresponding specifier.
12683 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12684
b6458526
VB
126852011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12686
12687 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12688 convention.
12689 (ses-call-printer): Does not pass an empty string to formatter when the
12690 cell is empty to keep from barking printer Calc math-format-value.
12691
d31fd9ac
RS
126922011-06-27 Richard Stallman <rms@gnu.org>
12693
43d5bf84
RS
12694 * battery.el (battery-mode-line-limit): New variable.
12695 (battery-update): Handle it.
12696
d31fd9ac
RS
12697 * mail/rmailmm.el (rmail-mime-process-multipart):
12698 Handle truncated messages.
12699
819a6054
GM
127002011-06-27 Glenn Morris <rgm@gnu.org>
12701
12702 * progmodes/flymake.el (flymake-err-line-patterns):
12703 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12704
cedc73f2
VB
127052011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12706
819a6054 12707 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12708 (ses--clean-!, ses--clean-_): New functions.
12709 (ses-range): Add configurability of readout order, and conversion
12710 to Calc vector.
12711
5e5d49b6
VB
12712 * ses.el (ses-repair-cell-reference-all): New function.
12713 (ses-cell-symbol): Set macro as safe, so that it can be used in
12714 formulas.
12715
56e6cc31 12716 * ses.el: Update cycle detection algorithm.
90ca8b49 12717 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12718 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12719 (ses-set-localvars): New function.
12720 (ses-make-cell): Add property-list as a cell element.
12721 (ses-cell-property-get-fun, ses-cell-property-get)
12722 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12723 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12724 New functions.
90ca8b49
VB
12725 (ses-cell-property-set, ses-cell-property-pop)
12726 (ses-cell-property-get-handle): New macro.
12727 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12728 New aliases, used for code readability.
12729 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12730 cycle detection.
12731 (ses-self-reference-early-detection): New defcustom.
fac916bf 12732 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12733 (ses-mode): Use ses-set-localvars.
12734 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12735 before lauching the update processing.
12736 (ses-initialize-Dijkstra-attempt): New function.
12737 (ses-recalculate-cell): Update for cycle detection based on
12738 Dijkstra algorithm.
12739
2bb63e81
VB
12740 * ses.el: Fix commenting and indenting convention.
12741
c9d29fb8
SM
127422011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * bs.el (bs-cycle-next): Complete last change.
12745
d8e4b68b
JB
127462011-06-27 Drew Adams <drew.adams@oracle.com>
12747
12748 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12749
40098786
LMI
127502011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12751
c9d29fb8
SM
12752 * net/network-stream.el (network-stream-open-starttls):
12753 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12754 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12755
40098786
LMI
12756 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12757 to binary to possibly avoid line encoding issues on Windows (among
12758 other things).
12759
468d09d4
LMI
127602011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12761
12762 * net/network-stream.el (open-network-stream): Return an :error
12763 saying what the problem was, if possible.
12764
12765 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12766 server.
12767
12768 * net/network-stream.el (network-stream-open-starttls): If we
12769 wanted to use STARTTLS, and the server offered it, but we weren't
12770 able to because we had no STARTTLS support, then close the connection.
12771 (open-network-stream): Return an :error element, if present.
12772
16f07dd7
CY
127732011-06-26 Chong Yidong <cyd@stupidchicken.com>
12774
88821ca0
CY
12775 * hl-line.el (hl-line-sticky-flag): Doc fix.
12776 (global-hl-line-sticky-flag): New option (Bug#8323).
12777 (global-hl-line-highlight): Obey it.
12778
16f07dd7
CY
12779 * vc/vc.el (vc-revert-show-diff): Default to t.
12780
6b5ccddf
KM
127812011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12782
c9d29fb8
SM
12783 * allout-widgets.el (allout-widgets-post-command-business):
12784 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12785 undecorated when an isearch is continued past, and isearch
12786 automatically collapses them. This leads to "widget leaks", where
12787 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12788 hidden widgets can slow down cursor travel, substantially.
12789 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12790 so we're doing without this nicety.
12791
12792 (allout-widgets-tally-string): Don't try to do a hash-table-count
12793 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12794 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12795 *Messages* when allout-widgets-maintain-tally is t.
12796
355f2e07
MR
127972011-06-26 Martin Rudalics <rudalics@gmx.at>
12798
12799 * window.el (display-buffer-normalize-argument): Rename to
12800 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12801 LABEL argument. Respect special-display-function when popping up
12802 a new frame. Fix code searching for a window showing the buffer
12803 on another frame.
c9d29fb8
SM
12804 (display-buffer-normalize-specifiers):
12805 Call display-buffer-normalize-arguments.
355f2e07
MR
12806 (display-buffer-in-window): Don't undedicate the window if its
12807 buffer remains the same.
12808 Reported by Drew Adams <drew.adams@oracle.com>.
12809 (display-buffer-alist): Add choice for same-window macro
12810 specfier.
12811 (display-buffer): Mention special meaning of LABEL argument in
12812 doc-string. Fix quoting. Don't pop up a new frame even as
12813 fallback.
12814
7ca8fc42
JB
128152011-06-26 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12818 avoid deleting the current window in some cases (bug#8911).
12819
bc312254
AS
128202011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12821
12822 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12823 (Bug#8934)
12824
2db18f3f
LMI
128252011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12826
c9d29fb8
SM
12827 * net/network-stream.el (network-stream-open-starttls):
12828 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12829 (network-stream-open-tls): Ditto.
12830
6302e0d3
LL
128312011-06-26 Leo Liu <sdl.web@gmail.com>
12832
12833 * register.el (registerv): New struct.
12834 (registerv-make): New function.
c9d29fb8
SM
12835 (jump-to-register, describe-register-1, insert-register):
12836 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12837 struct. (Bug#8415)
12838
5fdd4046
CY
128392011-06-26 Chong Yidong <cyd@stupidchicken.com>
12840
2afef60a
CY
12841 * vc/vc.el (vc-revert-show-diff): New defcustom.
12842 (vc-diff-internal): New arg specifying diff buffer.
12843 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12844 reuse an existing *vc-diff* buffer (Bug#8927).
12845
5fdd4046
CY
12846 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12847
e93db24a
GM
128482011-06-26 Glenn Morris <rgm@gnu.org>
12849
12850 * progmodes/f90.el (f90-critical-indent): New option.
12851 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12852 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12853 (f90-mode): Doc fix.
12854 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12855 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12856 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12857 (f90-match-end): Handle block, critical.
12858
eefff499
GM
128592011-06-25 Glenn Morris <rgm@gnu.org>
12860
f6ba4cc9
GM
12861 * calendar/diary-lib.el (diary-included-files): Doc fix.
12862 (diary-include-files): New function, extracted from
12863 diary-include-other-diary-files and diary-mark-included-diary-files.
12864 (diary-include-other-diary-files, diary-mark-included-diary-files):
12865 Just call diary-include-files.
12866 (diary-mark-entries): Reset diary-included-files on first call.
12867
16712304
GM
12868 * calendar/diary-lib.el (diary-mark-entries)
12869 (diary-mark-included-diary-files):
12870 Visit included diary-files in temp buffers.
12871
5d8e0d43
GM
12872 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12873 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12874 (f90-start-block-re, f90-imenu-generic-expression)
12875 (f90-looking-at-program-block-start, f90-no-block-limit):
12876 Add support for submodules.
12877
ccf7a5d5
GM
12878 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12879 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12880
11fdef7d 128812011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12882
12883 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12884 buffer-file-type before setting its value, to avoid disastrous
eefff499 12885 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12886
74f53697
JB
128872011-06-25 Juanma Barranquero <lekktu@gmail.com>
12888
12889 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12890
12891 * ses.el (ses-unload-function):
12892 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12893
12894 * proced.el (proced-unload-function):
12895 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12896
18a4ce5e
AR
128972011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12898
12899 * server.el (server-create-window-system-frame): Add parameters arg.
12900 (server-process-filter): Doc fix. Handle frame-parameters.
12901
519d22cc
JB
129022011-06-25 Juanma Barranquero <lekktu@gmail.com>
12903
12904 Fix bug#8730, bug#8781.
12905
12906 * loadhist.el (unload--set-major-mode): New function.
12907 (unload-feature): Use it.
12908
12909 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12910 (python-unload-function): New function.
12911
c206f5b0
SM
129122011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12915
f9ad64f3
GS
129162011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12917
12918 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12919 the candidates list.
12920
7d0da90e
JB
129212011-06-24 Juanma Barranquero <lekktu@gmail.com>
12922
12923 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12924
14b4e83d
RS
129252011-06-23 Richard Stallman <rms@gnu.org>
12926
12927 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12928 (rmail-variables): Set next-error-move-function.
12929 (rmail-what-message): Take argument POS.
12930 (rmail-next-error-move): New function.
12931
273d2baf
SM
129322011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12935 messages for adjacent non-terminals.
12936
56c2cc9a
RS
129372011-06-23 Richard Stallman <rms@gnu.org>
12938
12939 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12940 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12941 (rmail-start-mail): Don't specify use of rmail-mail-return;
12942 that's done by mail-bury now.
12943 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12944
d59eb518
MA
129452011-06-23 Michael Albinus <michael.albinus@gmx.de>
12946
12947 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12948 SIZE is a number.
12949
02cfc6d6
MR
129502011-06-23 Martin Rudalics <rudalics@gmx.at>
12951
12952 * window.el (get-lru-window, get-mru-window)
12953 (get-largest-window): Never return a minibuffer window.
12954 (display-buffer-pop-up-window): Fix a bug that could lead to
12955 reusing the minibuffer window.
12956 (display-buffer): Pass original specifier argument to
12957 display-buffer-function instead of the normalized one.
12958 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12959
4e323265
LL
129602011-06-22 Leo Liu <sdl.web@gmail.com>
12961
12962 * minibuffer.el (completing-read-function)
12963 (completing-read-default): Move from minibuf.c
12964
7a70468f
RS
129652011-06-22 Richard Stallman <rms@gnu.org>
12966
50718fc2
RS
12967 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12968 to Rmail even if not started by a special Rmail command.
12969
7a70468f
RS
12970 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12971 Copy the buffer currently showing just one message.
12972
297dde5a
RW
129732011-06-22 Roland Winkler <winkler@gnu.org>
12974
12975 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12976 (bibtex-clean-entry): First delete the old key so that a
12977 customized algorithm for generating the new key does not get
12978 confused by the old key.
12979 (bibtex-url): Obey regexp of first step.
12980 (bibtex-search-entries): Do not use add-to-list with local
12981 list-var.
12982
97bb1093
LMI
129832011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12984
12985 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12986 stored a user name, then query for the password first, instead of
12987 waiting for SMTP to give an error message and the trying again.
12988
1c0f1a19
JD
129892011-06-22 Lawrence Mitchell <wence@gmx.li>
12990
12991 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12992 BUFFER in call-process.
12993
396f7c9d
LMI
129942011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12995
12996 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12997 QUIT twice.
ddb7ffee
LMI
12998 (smtpmail-try-auth-methods): Require user name and password from
12999 auth-source.
396f7c9d 13000
8998d1b3
MR
130012011-06-22 Martin Rudalics <rudalics@gmx.at>
13002
13003 * window.el (display-buffer-default-specifiers)
13004 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13005 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13006 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13007
13008 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13009 (special-display-frame-alist, special-display-popup-frame):
13010 Remove duplicate declarations. These are now in window.el.
13011
4ea31e07
LMI
130122011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13013
c9d29fb8
SM
13014 * mail/smtpmail.el (smtpmail-via-smtp):
13015 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13016 server supports it. SMTP servers that support STARTTLS commonly
13017 require it.
13018
13019 * net/network-stream.el (network-stream-open-starttls): Support
13020 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13021 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13022
95f41d9a
LMI
13023 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13024 upgrades with `open-network-stream', and rely solely on
13025 auth-source for all credentials. Big changes throughout the file,
13026 but in particular:
c9d29fb8
SM
13027 (smtpmail-auth-credentials): Remove.
13028 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13029 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13030 MAIL FROM, too.
95f41d9a 13031
c9d29fb8
SM
13032 * net/network-stream.el (network-stream-open-starttls):
13033 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13034 STARTTLS.
13035 (auth-source): Require.
13036 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13037 (network-stream-certificate): Change cert-cert to cert and
13038 cert-key to key.
4ea31e07 13039
065ec2c7
MA
130402011-06-21 Michael Albinus <michael.albinus@gmx.de>
13041
13042 * net/tramp-cache.el (top): Don't load the persistency file when
13043 "emacs -Q" has been called.
13044
cd93b359
DR
130452011-06-21 Tim Harper <timcharper@gmail.com>
13046
d8e4b68b
JB
13047 * term/ns-win.el (ns-initialize-window-system):
13048 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13049 resource to NO as it is not yet supported by the NS port.
13050
ae9c0411
JB
130512011-06-21 Juanma Barranquero <lekktu@gmail.com>
13052
13053 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13054 (list-dynamic-libraries): ...not here.
13055
7f3f739f
LL
130562011-06-21 Leo Liu <sdl.web@gmail.com>
13057
13058 * subr.el (sha1): Implement sha1 using secure-hash.
13059
327c8fb1
MR
130602011-06-21 Martin Rudalics <rudalics@gmx.at>
13061
13062 * window.el (display-buffer-alist): In default value do not
13063 enforce searching a window on any but the selected frame.
13064 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13065 (display-buffer-select-window): Remove function.
13066 (display-buffer-in-window): When a window on another frame gets
13067 reused, do not select it any more but just raise its frame if
13068 necessary (Bug#8851) and (Bug#8856).
13069 (display-buffer-normalize-options): Handle pop-up-frames related
13070 options more faithfully.
13071 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13072 window if it is on another frame.
c9d29fb8
SM
13073 (display-buffer-alist, display-buffer-default-specifiers):
13074 Don't make new frame unsplittable by default.
9e9de014
MR
13075 (display-buffer-normalize-argument): Fix doc-string typo and use
13076 'same-frame-other-window instead of 'other-window when associating
13077 with display-buffer-macro-specifiers.
327c8fb1 13078
7cf3f556
VB
130792011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13080
13081 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13082 New functions.
13083 (5x5-mode-map, 5x5-mode-menu): Bind them.
13084 (5x5-draw-grid): Tweak the solver's rendering.
13085
60a406cf
SM
130862011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13089 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13090
d8e4b68b 130912011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13092
13093 * menu-bar.el: Use function variable instead of switch-to-buffer.
13094 (menu-bar-select-buffer-function): New variable.
60a406cf 13095 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13096
478d6f95
SM
130972011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13100 variable's status.
13101
ca530739
JD
131022011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13103
13104 * x-dnd.el (x-dnd-version-from-flags)
13105 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13106 and long as number (Bug#8899).
13107 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13108
bcd70d97
SM
131092011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13110
60a406cf 13111 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13112 (completion-try-completion, completion-all-completions): Compute the
13113 metadata argument if it's missing; make it optional (bug#8795).
13114
60a406cf 13115 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13116 (widget-complete): Use new :completion-function property.
13117 (widget-completions-at-point): New function.
13118 (default): Use :completion-function instead of :complete.
60a406cf
SM
13119 (widget-default-completions): Rename from widget-default-complete;
13120 Rewrite.
bcd70d97
SM
13121 (widget-string-complete, widget-file-complete, widget-color-complete):
13122 Remove functions.
13123 (file, symbol, function, variable, coding-system, color):
13124 * international/mule-cmds.el (default-input-method, charset)
13125 (language-info-custom-alist):
13126 * cus-edit.el (face): Use new property :completions.
13127
13128 * progmodes/pascal.el (pascal-completions-at-point): New function.
13129 (pascal-mode): Use it.
13130 (pascal-mode-map): Use completion-at-point.
13131 (pascal-toggle-completions): Make obsolete.
13132 (pascal-complete-word, pascal-show-completions):
13133 * progmodes/octave-mod.el (octave-complete-symbol):
13134 Redefine as obsolete alias.
13135 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13136 Signal absence of completion info for old Octave,
13137 (inferior-octave-complete): Redefine as obsolete alias.
13138 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13139 (meta-completions-at-point): Rename from meta-complete-symbol and
13140 adapt it for use on completion-at-point-functions.
13141 (meta-common-mode): Use it.
13142 (meta-looking-at-backward, meta-match-buffer): Remove.
13143 (meta-complete-symbol): Redefine as obsolete alias.
13144 (meta-common-mode-map): Use completion-at-point.
13145 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13146 (makefile-mode-map): Use completion-at-point.
13147 (makefile-completions-at-point): Rename from makefile-complete and
13148 adapt it for use on completion-at-point-functions.
13149 (makefile-mode): Use it.
13150 (makefile-complete): Redefine as obsolete alias.
13151
aebf69c8
DD
131522011-06-20 Deniz Dogan <deniz@dogan.se>
13153
13154 * net/rcirc.el: Delete trailing whitespaces once and for all.
13155
bfbbb27d
DC
131562011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13157
13158 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13159
d264a46b
CY
131602011-06-19 Chong Yidong <cyd@stupidchicken.com>
13161
4ca009e5
CY
13162 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13163
d264a46b
CY
13164 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13165
fbf5b3ce
MR
131662011-06-19 Martin Rudalics <rudalics@gmx.at>
13167
13168 * window.el (display-buffer-other-window-means-other-frame):
13169 Call display-buffer-normalize-alist.
13170 (display-buffer-normalize-specifiers-1): Rename to
13171 display-buffer-normalize-argument. New argument other-frame.
13172 Rewrite.
13173 (display-buffer-normalize-specifiers-2): Rename to
13174 display-buffer-normalize-options.
13175 (display-buffer-normalize-alist-1): New function.
13176 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13177 display-buffer-normalize-alist.
13178 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13179 (display-buffer-normalize-options-inhibit): New variable.
13180 (display-buffer-normalize-specifiers): Rewrite calling
13181 display-buffer-normalize-alist,
13182 display-buffer-normalize-argument, and
13183 display-buffer-normalize-options. Don't call the latter if
13184 display-buffer-normalize-options-inhibit is non-nil.
13185 (frame-auto-delete): New option.
13186 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13187 (window-list-no-nils, window-state-ignored-parameters)
13188 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13189 (window-state-put-1, window-state-put-2, window-state-put):
13190 New functions.
9a028c23
MR
13191 (display-buffer-normalize-options): Move special-display-p group
13192 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13193
6d10d800
CY
131942011-06-18 Chong Yidong <cyd@stupidchicken.com>
13195
6420d28b
CY
13196 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13197 groups (Bug#8776).
13198 (rx-submatch-n): New function.
13199 (rx): Document it.
13200
ddb8b596
CY
13201 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13202 (Bug#8768).
13203
13204 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13205
77080289
CY
13206 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13207
61dfb316
CY
13208 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13209 anytime existing face settings are present (Bug#8889).
13210
6d10d800
CY
13211 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13212 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13213 Remove unused argument.
13214
be3fb2b8
MR
132152011-06-18 Martin Rudalics <rudalics@gmx.at>
13216
bcd70d97
SM
13217 * window.el (display-buffer-default-specifiers):
13218 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13219 pop-up-window-min-width, and another reuse-window specifier
13220 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13221 (display-buffer-normalize-specifiers-2):
13222 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13223 pop-up-windows is unset. Add a reuse-window specifier for the
13224 case popping up a new window fails.
13225 (special-display-popup-frame): Remove double quoting.
28dec25a 13226 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13227
1c6d8c76
SM
132282011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13231 according to comint-completion-addsuffix.
13232
13233 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13234 (pcomplete-suffix-list): Mark as obsolete.
13235 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13236 pcomplete-seen in the closure.
13237 (pcomplete-comint-setup): Setup completion-at-point as well.
13238 (pcomplete--entries): New function.
13239 (pcomplete--env-regexp): New var.
13240 (pcomplete-entries): Rewrite to work with partial-completion and
13241 without relying on pcomplete-suffix-list.
13242 (pcomplete-pare-list): Remove, unused.
13243
25aef8b8
MR
132442011-06-17 Martin Rudalics <rudalics@gmx.at>
13245
13246 * window.el (display-buffer-alist): Set pop-up-window-min-height
13247 and pop-up-window-min-width in default value. Reported by
13248 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13249 other-window-means-other-frame.
13250 (display-buffer-macro-specifiers): Comment out entry for
13251 other-window specifier.
13252 (display-buffer-other-window-means-other-frame): New function.
13253 (display-buffer-normalize-specifiers-1): New arguments
13254 buffer-name and label. Treat other-window case specially.
13255 (display-buffer-normalize-specifiers-2): Treat other-window case
13256 specially.
13257 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13258 (display-buffer-normalize-specifiers):
13259 Call display-buffer-normalize-specifiers-3.
25aef8b8 13260
dbad4f69
MR
132612011-06-17 Martin Rudalics <rudalics@gmx.at>
13262
13263 * window.el (same-window-p): Fix two typos introduced when
13264 adding with-no-warnings.
d1067961
MR
13265 (display-buffer-normalize-specifiers-1): Don't check
13266 pop-up-frames for 'unset initialization.
13267 (display-buffer-normalize-specifiers-2): Major rewrite using
13268 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13269 (pop-up-frames, display-buffer-reuse-frames)
13270 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13271 Suggested by David Engster <deng@randomsample.de>.
13272 (even-window-heights): Initialize to 'unset.
13273 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13274 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13275 other window case.
dbad4f69 13276
9b9c9e3a
MR
132772011-06-16 Martin Rudalics <rudalics@gmx.at>
13278
bcd70d97
SM
13279 * window.el (display-buffer-normalize-specifiers-1):
13280 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13281 second argument of display-buffer (Bug#8865).
981d5c09
MR
13282 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13283 (switch-to-buffer-other-window-same-frame)
13284 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13285 Adams (Bug#8875).
9c2755e9
MR
13286 (display-buffer): Don't check noninteractive when calling
13287 display-buffer-pop-up-frame.
13288 (display-buffer-pop-up-frame): Never pop up a frame in
13289 noninteractive mode (Bug#8857).
67222e1d
MR
13290 (enlarge-window, shrink-window): Don't report an error when the
13291 window can't be resized as requested (Bug#8862).
9b9c9e3a 13292
2b75be67
SM
132932011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13294
9ffdd3ba
SM
13295 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13296
cb581a67
SM
13297 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13298
2b75be67
SM
13299 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13300
8c0e3589
AM
133012011-06-15 Alan Mackenzie <acm@muc.de>
13302
cb581a67
SM
13303 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13304 for declarators, disable knr checking to speed up for normal files.
13305 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13306
b96e6cde
LMI
133072011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13308
4bba86e6
LMI
13309 * net/network-stream.el (open-network-stream): Add the keyword
13310 :always-query-capabilities for the case where you want to force a
13311 `plain' network connection, but the protocol still requires the
13312 capabilitiy command (i.e., SMTP and EHLO).
13313
2b75be67 13314 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13315 consistency with other `-live-p' functions.
13316
efdcdbf8
SM
133172011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * window.el (same-window-buffer-names, same-window-regexps)
13320 (special-display-frame-alist, special-display-popup-frame)
13321 (special-display-function, special-display-buffer-names)
13322 (special-display-regexps, pop-up-frame-alist)
13323 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13324 (pop-up-windows, split-window-preferred-function)
13325 (split-height-threshold, split-width-threshold, even-window-heights)
13326 (display-buffer-mark-dedicated): Don't encourage the use of
13327 display-buffer-alist from Elisp code.
13328
c5cde042
DN
133292011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13330
13331 * progmodes/python.el (python-mode): Derive from prog-mode.
13332 * progmodes/ps-mode.el (ps-mode):
13333 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13334 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13335 * progmodes/ld-script.el (ld-script-mode): Likewise.
13336
baa1c9ab
MR
133372011-06-15 Martin Rudalics <rudalics@gmx.at>
13338
13339 * window.el (display-buffer-alist): Trim default value to avoid
13340 popping up a new frame (Bug#8857) or reusing an arbitrary window
13341 on another frame.
13342 (display-buffer): Do not fall back on popping up a new frame in
13343 batch mode (Bug#8857).
13344
c5dd5a51
CY
133452011-06-14 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13348 (custom-theme-summary): New function.
13349 (customize-themes): Use it.
13350
d647b7c4
GM
133512011-06-13 Glenn Morris <rgm@gnu.org>
13352
13353 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13354
9481c002
MR
133552011-06-13 Martin Rudalics <rudalics@gmx.at>
13356
357f93d2
MR
13357 * help.el (help-window): Remove variable.
13358 (help-window-point-marker, temp-buffer-max-height)
13359 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13360 (help-print-return-message): Don't set help-window.
13361 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13362 (help-window-setup-finish): Remove.
13363 (help-window-display-message, help-window-setup)
13364 (with-help-window): Major rewrite based on new
13365 display-buffer-window variable.
13366
13367 * help-mode.el (help-mode-finish): Remove help-window related
13368 code.
13369
13370 * view.el (view-exits-all-viewing-windows): Remove reference to
13371 view-return-to-alist in doc-string.
13372 (view-return-to-alist): Make obsolete.
13373 (view-buffer): Call pop-to-buffer-same-window and remove
13374 undo-window code.
13375 (view-buffer-other-window): Call pop-to-buffer-other-window and
13376 simplify code. Ignore second argument.
13377 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13378 simplify code. Ignore second argument.
13379 (view-return-to-alist-update): Make obsolete.
13380 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13381 Rewrite using quit-restore window parameters.
2b75be67
SM
13382 (view-mode-exit): Rename second argument to EXIT-ONLY.
13383 Rewrite using quit-restore-window.
357f93d2
MR
13384 (View-exit, View-exit-and-edit, View-leave, View-quit)
13385 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13386 appropriate arguments.
13387 (view-end-message): Use quit-restore window parameter.
13388
9481c002
MR
13389 * window.el (display-buffer-function): Rewrite doc-string.
13390 (display-buffer-window, display-buffer-alist): New variables.
13391 (display-buffer-split-specifiers)
13392 (display-buffer-side-specifiers)
13393 (display-buffer-macro-specifiers): New constants.
13394 (display-buffer-even-window-sizes, display-buffer-set-height)
13395 (display-buffer-set-width, display-buffer-select-window)
13396 (display-buffer-in-window, display-buffer-reuse-window)
13397 (display-buffer-split-window-1, display-buffer-split-window)
13398 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13399 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13400 (display-buffer-in-side-window, normalize-buffer-to-display)
13401 (display-buffer-normalize-specifiers-1)
13402 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13403 (display-buffer-normalize-specifiers, display-buffer-frame):
13404 New functions.
9481c002
MR
13405 (display-buffer): Major rewrite.
13406 (display-buffer-other-window, display-buffer-other-frame)
13407 (pop-to-buffer, switch-to-buffer-other-window)
13408 (switch-to-buffer-other-frame): Rewrite.
13409 (display-buffer-same-window, display-buffer-same-frame)
13410 (display-buffer-same-frame-other-window)
13411 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13412 (pop-to-buffer-other-window)
13413 (pop-to-buffer-same-frame-other-window)
13414 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13415 (switch-to-buffer-other-window-same-frame): New functions.
13416 (same-window-p, special-display-p): Rewrite disabling warnings.
13417 Make obsolete.
13418 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13419 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13420 Make obsolete
13421 (same-window-buffer-names, same-window-regexps)
13422 (special-display-frame-alist, special-display-popup-frame)
13423 (special-display-function, special-display-buffer-names)
13424 (special-display-regexps, pop-up-frame-alist)
13425 (pop-up-frame-function, split-window-preferred-function)
13426 (split-height-threshold, split-width-threshold)
13427 (even-window-heights): Make obsolete.
13428
9db51aca
GM
134292011-06-12 Glenn Morris <rgm@gnu.org>
13430
13431 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13432 Misc simplifications.
9db51aca 13433
39cffb44
MR
134342011-06-12 Martin Rudalics <rudalics@gmx.at>
13435
13436 * window.el (window-safely-shrinkable-p): Restore function which
13437 was inadvertently removed in change from 2011-06-11. Declare as
13438 obsolete.
13439
2b75be67
SM
13440 * calendar/calendar.el (calendar-generate-window):
13441 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13442 window-safely-shrinkable-p.
13443
a8955be7
GM
134442011-06-12 Glenn Morris <rgm@gnu.org>
13445
13446 * progmodes/fortran.el (fortran-mode-syntax-table):
13447 * progmodes/f90.el (f90-mode-syntax-table):
13448 Set % to punctuation. (Bug#8820)
13449 (f90-find-tag-default): Remove, no longer needed.
13450
f0d4059d
DC
134512011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13452
13453 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13454
1100a63c
CY
134552011-06-11 Chong Yidong <cyd@stupidchicken.com>
13456
13457 * image.el (image-animated-p): Return animation delay in seconds.
13458 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13459 (image-animate-timeout): Remove DELAY argument. Don't assume
13460 every subimage has the same delay; get it from image-animated-p.
13461 (image-animate): Caller changed.
13462
def722bf
MA
134632011-06-11 Michael Albinus <michael.albinus@gmx.de>
13464
13465 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13466 to ignored backtrace functions.
13467
0a2bb1a9
GM
134682011-06-11 Glenn Morris <rgm@gnu.org>
13469
13470 * calendar/appt.el (appt-disp-window-function): Doc fix.
13471 (appt-check): Handle overlapping appointments. (Bug#8337)
13472
6198ccd0
MR
134732011-06-11 Martin Rudalics <rudalics@gmx.at>
13474
13475 * window.el (window-tree-1, window-tree): New functions, moving
13476 the latter to window.el.
13477 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13478 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13479 (bw-refresh-edges): Remove.
13480 (balance-windows-1, balance-windows-2): New functions.
13481 (balance-windows): Rewrite in terms of window tree functions,
13482 balance-windows-1 and balance-windows-2.
13483 (bw-adjust-window): Remove.
13484 (balance-windows-area-adjust): New function with functionality of
13485 bw-adjust-window but using resize-window.
2b75be67
SM
13486 (set-window-text-height): Rewrite doc-string.
13487 Use normalize-live-window and resize-window.
13488 (enlarge-window-horizontally, shrink-window-horizontally):
13489 Rename argument to DELTA.
6198ccd0
MR
13490 (window-buffer-height): New function.
13491 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13492 Rewrite using new window resize routines.
2b75be67
SM
13493 (kill-buffer-and-window, mouse-autoselect-window-select):
13494 Use ignore-errors instead of condition-case.
6198ccd0
MR
13495 (quit-window): Call delete-frame instead of delete-windows-on
13496 for the only buffer on frame.
13497
9397e56f
MR
134982011-06-10 Martin Rudalics <rudalics@gmx.at>
13499
13500 * loadup.el (top-level): Load window before files for the sake
13501 of replace-buffer-in-windows.
13502
13503 * files.el (read-buffer-to-switch)
13504 (switch-to-buffer-other-window)
2b75be67
SM
13505 (switch-to-buffer-other-frame, display-buffer-other-frame):
13506 Move to window.el.
9397e56f
MR
13507
13508 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13509 (previous-buffer): Move to window.el.
13510
13511 * bindings.el (unbury-buffer): Move to window.el.
13512
13513 * window.el (delete-other-windows-vertically): Move after
13514 definition of delete-other-windows.
13515 (other-window, delete-windows-on, replace-buffer-in-windows):
13516 Move here from window.c.
13517 (record-window-buffer, unrecord-window-buffer)
13518 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13519 (switch-to-next-buffer): New functions.
13520 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13521 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13522 (previous-buffer): Move here from simple.el.
13523 Call switch-to-prev-buffer.
9397e56f
MR
13524 (bury-buffer): Move here from buffer.c. Switch to previous
13525 buffer when window cannot be deleted.
13526 (unbury-buffer): Move here from bindings.el.
13527 (ctl-x-map): Move binding for other-window from window.c to
13528 here.
13529 (read-buffer-to-switch, switch-to-buffer-other-window)
13530 (switch-to-buffer-other-frame): Move here from files.el.
13531 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13532 (switch-to-buffer): Move here from buffer.c.
13533 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13534
562dd5e9
MR
135352011-06-10 Martin Rudalics <rudalics@gmx.at>
13536
13537 * window.el (window-min-height, window-min-width): Move here
13538 from window.c. Add defcustoms and rewrite doc-strings.
13539 (resize-mini-window, resize-window): New functions.
13540 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13541 Move here from window.c.
13542 (maximize-window, minimize-window): New functions.
13543 (delete-window, delete-other-windows, split-window): Move here
13544 from window.c.
13545 (window-split-min-size): New function.
13546 (split-window-keep-point): Mention split-window-above-each-other
13547 instead of split-window-vertically.
2b75be67 13548 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13549 Rename split-window-vertically to split-window-above-each-other
13550 and provide defalias for old definition.
13551 (split-window-side-by-side, split-window-horizontally):
13552 Rename split-window-horizontally to split-window-side-by-side
13553 and provide defalias for the old definition.
562dd5e9
MR
13554 (ctl-x-map): Move bindings for delete-window,
13555 delete-other-windows and enlarge-window here from window.c.
13556 Replace bindings for split-window-vertically and
13557 split-window-horizontally by bindings for
13558 split-window-above-each-other and split-window-side-by-side.
13559
13560 * cus-start.el (all): Remove entries for window-min-height and
13561 window-min-width. Add entries for window-splits and
13562 window-nest.
13563
f0da764a
GM
135642011-06-09 Glenn Morris <rgm@gnu.org>
13565
80675c21
GM
13566 * calendar/appt.el (appt-mode-line): New function.
13567 (appt-check, appt-disp-window): Use it.
13568
f0da764a
GM
13569 * files.el (hack-one-local-variable-eval-safep):
13570 Allow minor-modes with explicit +/-1 arguments.
13571
59f623b7
TZ
135722011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13573
13574 * term/xterm.el (xterm): Add defgroup.
13575 (xterm-extra-capabilities): Add defcustom to supply known xterm
13576 capabilities, skip querying them, or query them (default).
13577 (terminal-init-xterm): Use it.
13578 (terminal-init-xterm-modify-other-keys): New function to set up
13579 modifyOtherKeys support to simplify `terminal-init-xterm'.
13580
9aab8e0d
MR
135812011-06-09 Martin Rudalics <rudalics@gmx.at>
13582
13583 * window.el (resize-window-reset, resize-window-reset-1)
13584 (resize-subwindows-skip-p, resize-subwindows-normal)
13585 (resize-subwindows, resize-other-windows, resize-this-window)
13586 (resize-root-window, resize-root-window-vertically)
13587 (window-deletable-p, window-or-subwindow-p)
13588 (frame-root-window-p): New functions.
13589
e8b08aee
GM
135902011-06-09 Glenn Morris <rgm@gnu.org>
13591
13592 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13593 (ange-ftp-get-files): Use it.
13594
254c37a5
AK
135952011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13596
13597 * mail/sendmail.el (mail-recover-1, mail-recover):
13598 * files.el (recover-file, recover-session):
13599 Handle dired-listing-switches not being just a single short option.
13600
35d7dbd3
GM
136012011-06-09 Glenn Morris <rgm@gnu.org>
13602
13603 * calendar/appt.el (appt-display-message, appt-disp-window):
13604 Handle lists of appointments.
13605
387522b2
MR
136062011-06-08 Martin Rudalics <rudalics@gmx.at>
13607
2b75be67
SM
13608 * window.el (one-window-p): Move down in code.
13609 Rewrite doc-string.
13610 (window-current-scroll-bars): Rewrite doc-string.
13611 Normalize live window argument.
387522b2
MR
13612 (walk-windows, get-window-with-predicate, count-windows):
13613 Rewrite doc-string. Use window-list-1.
13614 (window-in-direction-2, window-in-direction, get-mru-window):
13615 New functions.
13616
d8e4b68b 136172011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13618
13619 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13620 Doc fix (Bug#8713).
13621
136222011-06-08 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13625
136262011-06-08 Juanma Barranquero <lekktu@gmail.com>
13627
13628 * loadhist.el (unload-feature-special-hooks):
13629 Add `comint-output-filter-functions'.
13630
0de12c52
IK
136312011-06-08 Ivan Kanis <gnu@kanis.fr>
13632
13633 * calendar/appt.el (appt-check): Move some initializations into the let.
13634
f3d1777e
MR
136352011-06-08 Martin Rudalics <rudalics@gmx.at>
13636
13637 * window.el (window-height): Defalias to window-total-height.
13638 (window-width): Defalias to window-body-width.
13639
18af70d0
CY
136402011-06-07 Chong Yidong <cyd@stupidchicken.com>
13641
13642 * image-mode.el (image-toggle-animation): New command.
13643 (image-mode-map): Bind it to RET.
13644 (image-mode): Update message.
13645 (image-toggle-display-image): Avoid a spurious cache flush.
13646 (image-transform-rotation): Doc fix.
13647 (image-transform-properties): Return quickly in the normal case.
13648 (image-animate-loop): Rename from image-animate-max-time.
13649
2b75be67 13650 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13651 (create-animated-image): Remove unnecessary function.
13652 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13653 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13654 (image-animate-timer): Use car-safe.
13655 (image-animate-timeout): Rename argument.
13656
190b47e6
MR
136572011-06-07 Martin Rudalics <rudalics@gmx.at>
13658
13659 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13660 window.c. Rename first argument to ALL-FRAMES.
13661 Rephrase doc-strings.
13662 (get-buffer-window-list): Rewrite using window-list-1.
13663 Rephrase doc-string.
a1511caf
MR
13664 (window-safe-min-height, window-safe-min-width): New constants.
13665 (window-size-ignore, window-min-size, window-min-size-1)
13666 (window-sizable, window-sizable-p, window-size-fixed-1)
13667 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13668 (window-max-delta-1, window-max-delta, window-resizable)
13669 (window-resizable-p, window-total-height, window-total-width)
13670 (window-body-width): New functions.
13671 (window-full-height-p, window-full-width-p): Rewrite using
13672 window-total-size.
13673 (window-body-height): Rewrite using window-body-size.
190b47e6 13674
85cc1f11
MR
136752011-06-06 Martin Rudalics <rudalics@gmx.at>
13676
13677 * window.el (window-right, window-left, window-child)
13678 (window-child-count, window-last-child, window-any-p)
13679 (normalize-live-buffer, normalize-live-frame)
13680 (normalize-any-window, normalize-live-window)
13681 (window-iso-combination-p, window-iso-combined-p)
13682 (window-iso-combinations)
13683 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13684 (windows-with-parameter, window-with-parameter)
13685 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13686 (window-atom-check, window-side-check, window-check):
13687 New functions.
85cc1f11
MR
13688 (ignore-window-parameters, window-sides, window-sides-vertical)
13689 (window-sides-slots): New variables.
13690 (window-size-fixed): Move down in code. Minor doc-string fix.
13691
e7156492
AS
136922011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13693
13694 * comint.el (comint-dynamic-complete-as-filename)
13695 (comint-dynamic-complete-filename): Correctly call
13696 completion-in-region.
13697
7e821d0d
DD
136982011-06-05 Deniz Dogan <deniz@dogan.se>
13699
13700 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13701 in last change.
13702
ac09b8a1
DD
137032011-06-05 Deniz Dogan <deniz@dogan.se>
13704
13705 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13706 (rcirc): Use it to prompt for encryption.
13707
34699b85
RW
137082011-06-05 Roland Winkler <winkler@gnu.org>
13709
13710 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13711 (bibtex-search-entries): New command bound to C-c C-a.
13712 (bibtex-display-entries): New function.
13713
004dedd3
RW
137142011-06-05 Roland Winkler <winkler@gnu.org>
13715
13716 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13717 (bibtex-insert-kill): After yanking insert newline if necessary.
13718 (bibtex-initialize): Call bibtex-string-files-init only once.
13719 (bibtex-mode): Do not call easy-menu-add.
13720 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13721 (bibtex-yank): Set arg properly if nil.
13722
022fe7ce
RW
137232011-06-05 Roland Winkler <winkler@gnu.org>
13724
2b75be67
SM
13725 * textmodes/bibtex.el (bibtex-search-entry-globally):
13726 New variable.
022fe7ce
RW
13727 (bibtex-search-entry): Use it.
13728
b7c3692a
RW
137292011-06-05 Roland Winkler <winkler@gnu.org>
13730
13731 * textmodes/bibtex.el (bibtex-entry-format): New option
13732 sort-fields.
13733 (bibtex-format-entry, bibtex-reformat): Honor this option.
13734 (bibtex-parse-entry): Return fields in proper order.
13735
8eda563d
JB
137362011-06-05 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * doc-view.el (doc-view-remove-if): Move computation of result out
13739 of `dolist' to silence misleading lexical-binding warning.
13740
7dbe3dbc
CY
137412011-06-04 Chong Yidong <cyd@stupidchicken.com>
13742
13743 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13744 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13745
0c33dd17
MA
137462011-06-04 Michael Albinus <michael.albinus@gmx.de>
13747
13748 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13749 "SunOS 5.10".
13750
f8f91c2b
MA
137512011-06-04 Michael Albinus <michael.albinus@gmx.de>
13752
13753 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13754 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13755 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13756 (tramp-parse-putty):
13757 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13758 (tramp-completion-function-alist-ssh)
13759 (tramp-completion-function-alist-telnet)
13760 (tramp-completion-function-alist-su)
13761 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13762 cookie.
13763
13764 * net/tramp-ftp.el:
13765 * net/tramp-sh.el:
13766 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13767 load "tramp.el" `tramp-set-completion-function'.
13768
e17d9003
SM
137692011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * shell.el: Require and use pcomplete.
13772 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13773 (shell-completion-vars): Set pcomplete-default-completion-function.
13774
6c4cab03
DD
137752011-06-04 Deniz Dogan <deniz@dogan.se>
13776
13777 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13778 `memq' (Bug#8799).
13779
ea9fafe0
SM
137802011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13783
b3e945d3
JB
137842011-06-02 Juanma Barranquero <lekktu@gmail.com>
13785
13786 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13787 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13788 * vc/log-view.el (log-view-beginning-of-defun):
13789 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13790 (smerge-refine-forward, smerge-refine-chopup-region):
13791 Silence warning for unused `dotimes' counter variables.
13792
7d520089
SM
137932011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * net/tramp.el (tramp-with-progress-reporter): Rename from
13796 with-progress-reporter. Use `declare'.
13797 * net/tramp-smb.el:
13798 * net/tramp-sh.el:
13799 * net/tramp-gvfs.el: Update all uses.
13800
a1c2400f
JB
138012011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13802
13803 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13804 buffer isn't killed before making it current.
13805
2403c841
SM
138062011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 Silence various byte-compiler warnings.
13809 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13810 `access-type' and new obsolescence format.
13811 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13812 new format.
13813 (byte-compile-check-variable): New `access-type' argument.
13814 Only warn if the access-type is obsolete.
13815 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13816 (byte-compile-variable-set): Adjust callers.
13817 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13818 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13819 setting it as obsolete.
13820 * simple.el (minibuffer-completing-symbol):
13821 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13822 access as obsolete.
13823 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13824 obsolete yet.
13825 * international/quail.el (quail-mouse-choose-completion): Remove unused
13826 code referring to obsolete var.
13827 (quail-choose-completion-string): Remove.
13828 * server.el (server-clients-with, server-kill-buffer-query-function)
13829 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13830 * proced.el (proced-send-signal):
13831 * emacs-lisp/lisp.el (lisp-complete-symbol):
13832 Replace completion-annotate-function with completion-extra-properties.
13833
2462470b
SM
138342011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13835
fb5b2591
SM
13836 * simple.el (goto-line): Use read-number.
13837 (overriding-map-is-bound): Remove.
13838 (saved-overriding-map): Change default.
13839 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13840 Take the map as argument.
13841 (universal-argument, negative-argument, digit-argument): Use it.
13842 (restore-overriding-map): Adjust.
13843 (do-auto-fill): Use fill-forward-paragraph.
13844 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13845
fd6fa53f
SM
13846 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13847 (minibuffer-inactive-mode): New major mode.
13848 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13849 the *Messages* buffer" hack.
13850 (mouse-popup-menubar): Don't burp if the event is a normal key.
13851
2462470b
SM
13852 Miscellaneous tweaks.
13853 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13854 lexical scoping as in subr.el's dolist and dotimes.
13855 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13856 Silence compiler warning.
13857 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13858 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13859 * international/ccl.el (ccl-compile): Trivial simplification.
13860 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13861 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13862 `printflag' argument.
13863 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13864 Purecopy the whole obsolescence data.
13865
108bf785
LL
138662011-06-01 Leo Liu <sdl.web@gmail.com>
13867
13868 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13869 improve doc-string as suggested by Marco Pessotto
13870 <melmothx@gmail.com>.
13871 (rcirc-print): Fix last change.
13872
30a23501
SM
138732011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * minibuffer.el (complete-with-action): Return nil for the metadata and
13876 boundaries of non-functional tables.
13877 (completion-table-dynamic): Return nil for the metadata.
13878 (completion-table-with-terminator): Add default case, using
13879 complete-with-action.
13880 (completion--metadata): New function.
13881 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13882 to try and avoid pathological performance problems.
13883 (completion--embedded-envvar-table): Return `category' metadata.
13884
bcd54f83
LMI
138852011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13886
13887 * subr.el (process-alive-p): New tiny convenience function.
13888
e227544d
SM
138892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13892 content but also its previous major mode.
13893
e8296fdc
HE
138942011-05-31 Helmut Eller <eller.helmut@gmail.com>
13895
4d61f28d 13896 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13897 *Backtrace* buffer when we exit with C-M-c.
13898
620c53a6
SM
138992011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * minibuffer.el: Add metadata method to completion tables.
13902 (completion-category-overrides): New defcustom.
13903 (completion-metadata, completion--field-metadata)
13904 (completion-metadata-get, completion--styles)
13905 (completion--cycle-threshold): New functions.
13906 (completion-try-completion, completion-all-completions):
13907 Add `metadata' argument to choose completion-styles.
13908 (completion--do-completion): Use metadata to choose cycling.
13909 (completion-all-sorted-completions): Use metadata for sorting.
13910 Remove :completion-cycle-penalty which is not needed any more.
13911 (completion--try-word-completion): Add `metadata' argument.
13912 (minibuffer-completion-help): Check metadata for annotation function
13913 and sorting.
13914 (completion-file-name-table): Return `category' metadata.
13915 (minibuffer-completing-file-name): Make obsolete.
13916 * simple.el (minibuffer-completing-symbol): Make obsolete.
13917 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13918 completion-try-completion.
13919
1257e755
SM
139202011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13923
3767e706
LL
139242011-05-30 Leo Liu <sdl.web@gmail.com>
13925
13926 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13927 (rcirc-print): Decode all incoming messages (bug#8744).
13928 (rcirc-decode-coding-system): Allow value nil for automatic coding
13929 system detection.
3767e706 13930
d1a5d56a
GM
139312011-06-01 Glenn Morris <rgm@gnu.org>
13932
13933 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13934
e8cbec34
CY
139352011-05-29 Chong Yidong <cyd@stupidchicken.com>
13936
13937 * image.el (image-animate-max-time): Allow nil and t values.
13938 Default to nil.
13939 (create-animated-image): Doc fix.
13940 (image-animate-start): Remove second arg; just use
13941 image-animate-max-time.
13942 (image-animate-timeout): Doc fix. Args changed.
13943
13944 * image-mode.el (image-toggle-display-image): Ensure that the
13945 image spec passed to the animate timer is the same object as in
58179cce 13946 the buffer's display property (Bug#6981).
e8cbec34
CY
13947 (image-transform-properties): Doc fix.
13948
13949 * image.el (image-animate-max-time): Default to nil.
13950
159daf87
MR
139512011-05-29 Martin Rudalics <rudalics@gmx.at>
13952
13953 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13954 entire buffer list (Bug#8184).
13955
d66c4c7c
CY
139562011-05-29 Chong Yidong <cyd@stupidchicken.com>
13957
13958 * image.el (imagemagick-types-inhibit)
13959 (imagemagick-register-types): Doc fix.
13960
80aec780
DD
139612011-05-29 Deniz Dogan <deniz@dogan.se>
13962
13963 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13964 default.
13965
1dd3c2d9
CY
139662011-05-29 Chong Yidong <cyd@stupidchicken.com>
13967
13968 * select.el: Don't perform clipboard-manager saving in hooks;
13969 leave the hooks empty.
13970
60e56523
LL
139712011-05-28 Leo Liu <sdl.web@gmail.com>
13972
13973 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13974 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13975 (occur-edit-mode): New major mode (Bug#8463).
13976 (occur-after-change-function): New function.
13977 (occur-engine): Give Occur tags a read-only property.
13978
2b1e1a22
KR
139792011-05-28 Kevin Ryde <user42@zip.com.au>
13980
13981 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13982
5d344e88
CY
139832011-05-28 Chong Yidong <cyd@stupidchicken.com>
13984
8e6ca83d
CY
13985 * bindings.el (help-echo): Make the initial non-indicator dash
13986 empty on graphical terminals (Bug#7295).
13987
5d344e88
CY
13988 * files.el (auto-mode-alist): Move config rule after the
13989 in-stripping one (Bug#8547).
13990
bfbbace7
CY
13991 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13992
fbeba6e2
CY
13993 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13994 setting (Bug#8740).
13995
60ed8c72
AA
139962011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13997
4ac619f0
AA
13998 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13999 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14000 (Bug#8539).
60ed8c72 14001
23db196e
CY
140022011-05-28 Chong Yidong <cyd@stupidchicken.com>
14003
14004 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14005
5012f24c
DK
140062011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14007
14008 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14009 (hs-hide-block-at-point, hs-find-block-beginning)
14010 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14011 (Bug#8279).
14012
6a639b16
GM
140132011-05-28 Glenn Morris <rgm@gnu.org>
14014
14015 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14016
d43eaf2c
CY
140172011-05-28 Chong Yidong <cyd@stupidchicken.com>
14018
5199bde1
CY
14019 * help-fns.el (describe-function-1): If the function is a derived
14020 major mode, print the parent mode.
14021
d43eaf2c
CY
14022 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14023 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14024
423428a8
SM
140252011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14026
0ff8e1ba 14027 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14028 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14029 * progmodes/etags.el (tags-completion-at-point-function):
14030 * info-look.el (info-lookup-completions-at-point): Mark as
14031 non-exclusive.
14032 (info-complete): Adjust accordingly.
14033
423428a8
SM
14034 * info-look.el: Convert to lexical-binding and completion-at-point.
14035 (info-lookup-completions-at-point): New function.
14036 (info-complete): Use it and completion-in-region.
14037
b74aa22b
DA
140382011-05-28 Drew Adams <drew.adams@oracle.com>
14039
14040 * isearch.el: Let M-e start with point at the first mismatched char.
14041 (isearch-fail-pos): New function.
14042 (isearch-edit-string): Use it.
14043
66e2e71d
DK
140442011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14045
14046 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14047
b1890b0f 140482011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14049
14050 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14051 traversal functions for avl-trees.
14052 (avl-tree--stack): New struct.
14053 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14054 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14055 (avl-tree--do-enter): Add optional `updatefun' arg.
14056 Change return value.
eb95d01d 14057 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14058 (avl-tree--do-delete): Add `test' and `nilflag' args.
14059 Change return value.
eb95d01d
TC
14060 (avl-tree-member): Add optional `nilflag'
14061 (avl-tree-member-p): New function.
14062 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14063 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14064 (avl-tree-stack-empty-p): New functions.
14065
3769ddcf
TC
14066 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14067 avl-tree--del-balance1 and make it work both ways.
14068 (avl-tree--del-balance2): Remove.
14069 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14070 make it work both ways.
14071 (avl-tree--enter-balance2): Remove.
14072 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14073 New macros.
14074 (avl-tree--mapc, avl-tree-map): Add direction argument.
14075
eb95d01d 140762011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14077
14078 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14079
a9f737ee
CY
140802011-05-27 Chong Yidong <cyd@stupidchicken.com>
14081
14082 * select.el: Support clipboard managers with built-in function
14083 x-clipboard-manager-save, via delete-frame-functions and
14084 kill-emacs-hook.
14085 (xselect-convert-to-targets): Add MULTIPLE target to list.
14086 (xselect-convert-to-save-targets): New function.
14087
c92a1e54
KH
140882011-05-27 Kenichi Handa <handa@m17n.org>
14089
14090 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14091 let-binding rfc2047-encode-encoded-words to nil.
14092
e145f188
GM
140932011-05-27 Glenn Morris <rgm@gnu.org>
14094
5ec8a862
GM
14095 * mail/emacsbug.el: Don't require url-util.
14096
4b29d9fb
GM
14097 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14098
e145f188
GM
14099 * files.el (set-auto-mode):
14100 Also respect mode: entries at the end of the file. (Bug#8586)
14101
7d15102b
GM
141022011-05-26 Glenn Morris <rgm@gnu.org>
14103
98f593b8
GM
14104 * files.el (hack-local-variables-prop-line, hack-local-variables):
14105 Downcase mode names, as seems to be traditional.
27b48e63 14106 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14107
7d15102b
GM
14108 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14109 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14110
51d5b4ec
JD
141112011-05-25 Julien Danjou <julien@danjou.info>
14112
14113 * textmodes/rst.el (rst-define-level-faces): Do not define face
14114 symbol if it is already defined.
14115
91513f63
VB
141162011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14117
14118 * play/5x5.el (5x5-new-game, 5x5-randomize):
14119 Reset 5x5-solver-output to nil when a new grid is cast.
14120 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14121 these debugging traces, as defmacro breaks the compiled code.
14122
4d90d6d0
DK
141232011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14124
14125 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14126
e1b90ef6
LL
141272011-05-24 Leo Liu <sdl.web@gmail.com>
14128
14129 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14130 (vc-bzr-sha1): Adapt.
14131
d8e4b68b 14132 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14133
14134 * bindings.el: Provide sha1 feature.
14135
db0406bb 141362011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14137
14138 * mail/sendmail.el: Require `rfc2047'.
14139 (mail-insert-from-field): Do not perform RFC2047 encoding.
14140 (mail-encode-header): New function.
14141 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14142 buffer to the return value of select-message-coding-system.
14143 Call mail-encode-header.
b8d747b9
KH
14144
14145 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14146
db0406bb 141472011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14148
4d90d6d0
DK
14149 * mail/supercite.el (sc-default-cite-frame):
14150 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14151
eb8a5e9b
GM
141522011-05-24 Glenn Morris <rgm@gnu.org>
14153
f8630703
GM
14154 * progmodes/python.el (brm-menu): Declare.
14155
8831bbed
GM
14156 * emulation/viper.el (viper-set-hooks): Declare.
14157
eb8a5e9b
GM
14158 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14159 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14160 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14161 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14162 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14163 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14164
a2a25d24
SM
141652011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14166
14167 Add an :exit-function for completion-at-point.
14168
14169 * minibuffer.el (completion--done): New fun.
14170 (completion--do-completion): Use it. New arg `expect-exact'.
14171 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14172 since completion--do-completion does it for us now.
14173 (minibuffer-force-complete): Use completion--done and
14174 completion--replace. Handle sole-completion case with more care.
14175 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14176 (completion-extra-properties): New var.
14177 (completion-annotate-function): Make obsolete.
14178 (minibuffer-completion-help): Adjust accordingly.
14179 Use completion-list-insert-choice-function.
14180 (completion-at-point, completion-help-at-point):
14181 Bind completion-extra-properties.
14182 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14183 * simple.el (completion-list-insert-choice-function): New var.
14184 (completion-setup-function): Preserve it.
14185 (choose-completion): Pay attention to it, shuffle the code a bit.
14186 (choose-completion-string): New arg `insert-function'.
14187
14188 * textmodes/bibtex.el: Convert to lexical binding.
14189 (bibtex-mode-map): Use completion-at-point.
14190 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14191 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14192 (bibtex-complete): Define as obsolete alias.
14193 (bibtex-complete-internal): Remove.
14194 (bibtex-format-entry): Remove unused sub-group in regexp.
14195 * shell.el (shell--command-completion-data)
14196 (shell-environment-variable-completion):
14197 * pcomplete.el (pcomplete-completions-at-point):
14198 * comint.el (comint--complete-file-name-data): Use :exit-function
14199 instead of completion-table-with-terminator so it also works for
14200 choose-completion.
14201
e44e373d
SM
142022011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14203
4f91a816
SM
14204 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14205
782fc819
SM
14206 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14207 (bug#8710).
14208
e44e373d
SM
14209 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14210
381987c3
KM
142112011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14212
14213 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14214 customization variable and implement: If non-nil, auto-fill will
14215 be inhibited while on topic's header line.
14216
b776bc70
VB
142172011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14218
14219 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14220 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14221 always have a solution in grid size = 5 cases.
14222 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14223 (5x5-solver-output, 5x5-log-buffer): New vars.
14224 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14225 Make these variables buffer local to achieve 5x5 multi-session-ness.
14226 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14227 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14228 (5x5-solve-suggest): New funs.
14229 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14230 randomize a grid so that we ensure that there is always a solution.
14231 (5x5-make-random-grid): Allow other movement than flipping.
14232
7de88b6e
KR
142332011-05-23 Kevin Ryde <user42@zip.com.au>
14234
14235 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14236 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14237 advice and passes PREDICATE.
14238
b1ef1257
SM
142392011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14240
bbca48fe
SM
14241 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14242 byte-compile-lambda if it's actually a lambda.
14243
b1ef1257
SM
14244 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14245 Fix function quoting. Use backquote better.
14246
92a9cc65
YS
142472011-05-22 Yuanle Song <sylecn@gmail.com>
14248
14249 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14250 matching (Bug#8516).
14251
f0fb8059
JA
142522011-01-22 Jari Aalto <jari.aalto@cante.net>
14253
14254 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14255 different face (Bug#8178).
14256
d5b44c93
CY
142572011-05-22 Chong Yidong <cyd@stupidchicken.com>
14258
14259 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14260 defface (Bug#8144).
14261
79106a44
SM
142622011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14263
9c848d8a
SM
14264 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14265 funcall as well (bug#8712). Warn when performing those conversions.
14266 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14267
79106a44
SM
14268 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14269
88dfa756
GM
142702011-05-22 Glenn Morris <rgm@gnu.org>
14271
14272 * files.el (hack-local-variables-prop-line): Small simplifications.
14273 (hack-local-variables, hack-local-variables-prop-line):
14274 If MODE-ONLY, return the mode, rather than just `t'.
14275
b7cf2c79
SM
142762011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14279
3f1a8558
GM
142802011-05-21 Glenn Morris <rgm@gnu.org>
14281
7e4ccca3
GM
14282 * files.el (hack-local-variables-prop-line, hack-local-variables):
14283 If only interested in the mode, don't bother doing the other stuff.
14284
637d46ca
GM
14285 * image-mode.el (image-after-revert-hook):
14286 Redraw all frames on which the image is visible. (Bug#8567)
14287
973d955b
GM
14288 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14289
3f1a8558
GM
14290 * wid-edit.el (widget-checklist-match-inline):
14291 Fix 2011-04-19 change. (Bug#8649)
14292
96479927
SM
142932011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14294
1dcf791f
SM
14295 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14296 Also allow singlespace after single-letter capitals followed by a dot.
14297
96479927
SM
14298 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14299 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14300
35fd0881
N
143012011-05-20 Nix <nix@esperi.org.uk>
14302
14303 * files.el (basic-save-buffer-2):
14304 Fix handling of break-hardlink-on-save with non-existent files.
14305
82745640
DD
143062011-05-19 Deniz Dogan <deniz@dogan.se>
14307
14308 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14309 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14310
4a720484
GM
143112011-05-19 Glenn Morris <rgm@gnu.org>
14312
d1f21341
GM
14313 * progmodes/f90.el (f90-type-def-re):
14314 Handle "type, bind(c)". (Bug#8691)
14315
4a720484
GM
14316 * emacs-lisp/autoload.el (batch-update-autoloads):
14317 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14318
2fb0a219
MA
143192011-05-18 Michael Albinus <michael.albinus@gmx.de>
14320
14321 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14322 property for the correct connection in case of multihops.
14323
e565dd37
GM
143242011-05-18 Glenn Morris <rgm@gnu.org>
14325
c2571358 14326 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14327 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14328
e565dd37
GM
14329 Rationalize calendar handling of day and month abbrev-arrays.
14330 * calendar/calendar.el (calendar-customized-p): New function.
14331 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14332 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14333 Add :set function.
14334 (calendar-abbrev-length, calendar-day-abbrev-array)
14335 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14336 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14337 Elements may no longer be nil.
14338 (calendar-day-name, calendar-month-name):
14339 Update for changed nature of abbrev arrays.
14340 * calendar/diary-lib.el (diary-name-pattern):
14341 Update for changed nature of abbrev arrays.
14342 (diary-mark-entries-1): Update calendar-make-alist calls.
14343 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14344 * calendar/cal-html.el (cal-html-day-abbrev-array):
14345 Simply inherit from calendar-day-abbrev-array.
14346
1d99a745
SM
143472011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * progmodes/grep.el (grep-mode): Disable default
14350 compilation-directory-matcher setting (bug#8684).
14351
7c1d9aa0
MA
143522011-05-17 Michael Albinus <michael.albinus@gmx.de>
14353
14354 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14355 instead of "head" and "tail". There were problems with SunOS 5.9,
14356 and it performs better.
14357
3952e9d8
GM
143582011-05-17 Glenn Morris <rgm@gnu.org>
14359
2dd12e7f
GM
14360 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14361
e4157b9c
GM
14362 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14363 Replace obsolete function.
14364
8e249bbd
GM
14365 * shell.el (pcomplete-parse-arguments-function): Declare.
14366
3952e9d8
GM
14367 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14368 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14369 (appt-check): Doc fixes.
14370 (appt-disp-window-function, appt-delete-window-function):
14371 Remove needless special case in custom :type.
14372 (appt-display-count): Default to 0, not nil.
14373 (appt-check): Reset appt-display-count to 0, not nil.
14374
c71a0d48 143752011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14376
c71a0d48
GM
14377 * progmodes/python.el (python-font-lock-keywords):
14378 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14379
31d55be9
SM
143802011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14383
3bfacb2f
KR
143842011-05-16 Kevin Ryde <user42@zip.com.au>
14385
14386 * info-look.el (makefile-automake-mode): New setups, looking in
14387 automake manual, then makefile-mode.
14388 (makefile-mode): Remove automake manual, have it just in
14389 makefile-automake-mode since there's various things different or
14390 not relevant to plain make.
14391 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14392 believe a hypothetical automake-mode would go to makefile-mode,
14393 not the other way around.
14394
c8e83751
CY
143952011-05-15 Chong Yidong <cyd@stupidchicken.com>
14396
5e9e35cd
CY
14397 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14398 hunk-end tags (Bug#8672).
14399
c8e83751
CY
14400 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14401 vc-annotate-show-diff-revision-at-line (Bug#8671).
14402
50b23e5a
GM
144032011-05-14 Glenn Morris <rgm@gnu.org>
14404
7210a739
GM
14405 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14406 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14407 (change-log-font-lock-keywords): Also handle multiple author lines
14408 with leading tabs. (Bug#8644)
7210a739 14409
4691905a
GM
14410 * calendar/appt.el (appt-check): Rename some local variables.
14411 Some simplification/reordering.
14412
50b23e5a
GM
14413 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14414 (feedmail-sendmail-f-doesnt-sell-me-out)
14415 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14416 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14417 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14418 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14419 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14420 (feedmail-binmail-gnulinuxish-template):
14421 Rename from feedmail-binmail-linuxish-template.
14422 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14423 Use insert-buffer-substring.
14424
215cda7c
BC
144252011-05-14 Bill Carpenter <bill@carpenter.org>
14426
14427 * mail/feedmail.el (feedmail-patch-level): Increase.
14428 (feedmail-debug): New custom group.
14429 (feedmail-confirm-outgoing-timeout)
14430 (feedmail-sendmail-f-doesnt-sell-me-out)
14431 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14432 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14433 (feedmail-sender-line, feedmail-from-line)
14434 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14435 (feedmail-spray-this-address)
215cda7c
BC
14436 (feedmail-spray-address-fiddle-plex-list)
14437 (feedmail-queue-use-send-time-for-date)
14438 (feedmail-queue-use-send-time-for-message-id)
14439 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14440 (feedmail-buffer-eating-function):
14441 Doc fixes.
14442 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14443 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14444 (feedmail-message-action-scroll-down): New functions.
14445 (feedmail-queue-directory, feedmail-queue-draft-directory):
14446 Use expand-file-name.
14447 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14448 Remove C-v help entry.
14449 (feedmail-queue-buffer-file-name): New variable.
14450 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14451 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14452 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14453 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14454 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14455 (feedmail-message-action-toggle-spray)
14456 (feedmail-run-the-queue-no-prompts)
14457 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14458 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14459 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14460 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14461 (feedmail-envelope-deducer, feedmail-fiddle-from)
14462 (feedmail-fiddle-sender, feedmail-default-date-generator)
14463 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14464 (feedmail-fiddle-spray-address)
14465 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14466 (feedmail-fiddle-list-of-fiddle-plexes)
14467 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14468 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14469 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14470 Change default. Doc fix.
14471 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14472 (feedmail-binmail-linuxish-template): New constant.
14473 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14474 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14475 (feedmail-send-it): Add debug call.
14476 Use feedmail-queue-buffer-file-name, and
14477 feedmail-send-it-immediately-wrapper.
14478 (feedmail-message-action-send): Add debug call.
14479 Use feedmail-send-it-immediately-wrapper.
14480 (feedmail-queue-express-to-queue): Add debug call.
14481 Run feedmail-queue-express-hook.
14482 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14483 (feedmail-message-action-help-blat):
14484 Rename from feedmail-queue-send-edit-prompt-help-first.
14485 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14486 Check line-endings. Handle errors better.
14487 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14488 Doc fix. Add debug call.
14489 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14490 Use feedmail-queue-send-edit-prompt-inner.
14491 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14492 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14493 from feedmail-queue-send-edit-prompt.
14494 (feedmail-queue-send-edit-prompt-help)
14495 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14496 (feedmail-tidy-up-slug): Add debug call.
14497 Respect feedmail-queue-slug-suspect-regexp.
14498 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14499 (feedmail-dump-message-to-queue): Add debug call.
14500 Expand queue-directory.
14501 (feedmail-dump-message-to-queue): Change message slightly.
14502 Use feedmail-say-chatter.
14503 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14504 (feedmail-send-it-immediately-wrapper): New function.
14505 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14506 Insert empty string rather than newline. Handle full-frame case.
14507 Use catch/throw. Use feedmail-say-chatter.
14508 (feedmail-fiddle-from): Try mail-host-address.
14509 (feedmail-default-message-id-generator): Doc fix.
14510 Bind system-time-locale. Handle missing end.
14511 (feedmail-fiddle-x-mailer): Add debug call.
14512 Handle feedmail-x-mailer-line being nil.
14513 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14514 Add debug call. Use buffer-substring-no-properties.
14515 (feedmail-say-debug, feedmail-say-chatter): New functions.
14516 (feedmail-find-eoh): Give an explicit error.
14517
42c7e61e
UJ
145182011-05-13 Ulf Jasper <ulf.jasper@web.de>
14519
c2571358 14520 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14521 family from helvetica to sans.
c2571358 14522 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14523 etc/images/newsticker.
14524
c2571358 14525 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14526 family from helvetica to sans.
14527
14528 * net/newst-plainview.el (newsticker-new-item-face)
14529 (newsticker-old-item-face, newsticker-immortal-item-face)
14530 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14531 (newsticker-statistics-face): Change default family from
42c7e61e 14532 helvetica to sans.
c2571358 14533 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14534 etc/images/newsticker.
14535
5d3385a0
JB
14536 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14537 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14538 auto-marking.
14539
8497a297
DV
145402011-05-13 Didier Verna <didier@xemacs.org>
14541
14542 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14543 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14544 TODO entries.
8497a297
DV
14545 (lisp-lambda-list-keyword-parameter-indentation)
14546 (lisp-lambda-list-keyword-parameter-alignment)
14547 (lisp-lambda-list-keyword-alignment): New customizable user options.
14548 (lisp-indent-defun-method): Improve docstring.
14549 (extended-loop-p): Fix comment.
14550 (lisp-indent-lambda-list-keywords-regexp): New variable.
14551 (lisp-indent-lambda-list): New function.
14552 (lisp-indent-259): Use it.
14553 (lisp-indent-defmethod): Support for more than one
14554 method qualifier and properly indent methods lambda-lists.
14555 (defgeneric): Provide a missing common-lisp-indent-function property.
14556
f278f87f
SM
145572011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14560 bounds for the empty string (bug#8667).
14561
5233edd7
GM
145622011-05-13 Glenn Morris <rgm@gnu.org>
14563
5237a44f
GM
14564 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14565
8340026c 14566 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14567 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14568
5233edd7 14569 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14570 (appt-time-msg-list): Doc fix.
a5464014 14571 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14572
92d10796
AS
145732011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14574
14575 * progmodes/ld-script.el (ld-script-keywords)
14576 (ld-script-builtins): Update keywords list.
14577
914a0ae1
SM
145782011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14579
c89be45f
SM
14580 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14581
914a0ae1
SM
14582 * shell.el (shell-completion-vars): New function.
14583 (shell-mode):
14584 * simple.el (read-shell-command): Use it.
14585 (blink-matching-open): No need for " [...]" in minibuffer-message.
14586
98dc3df3
GM
145872011-05-12 Glenn Morris <rgm@gnu.org>
14588
14589 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14590 (appt-check): Simplify.
14591
d2fc7e3d 145922011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14593
4d61f28d 14594 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14595 literal "/dev/null".
14596
d2fc7e3d 145972011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14598
14599 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14600 Fix typo.
14601
d2fc7e3d 146022011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14603
3f254caa
SM
14604 * progmodes/which-func.el (which-function):
14605 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14606 which might not be defined (Bug#8260).
14607
d45885f7
GM
146082011-05-12 Glenn Morris <rgm@gnu.org>
14609
14610 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14611 Let byte-compile-initial-macro-environment always take precedence.
14612
488086f4
SM
146132011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14614
14615 * net/rcirc.el: Add support for SSL/TLS connections.
14616 (rcirc-server-alist): New field `encryption'.
14617 (rcirc): Check `encryption' settings.
14618 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14619 Merge make-local-variable into `set'.
14620 (rcirc--connection-open-p): New function.
14621 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14622 the process is not a network process (e.g. running gnutls-cli).
14623 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14624 Make rcirc-(en|de)code-coding-system local here.
14625 (rcirc-mode): Merge make-local-variable into `set'.
14626 (rcirc-parent-buffer): Make permanent buffer-local.
14627 (rcirc-multiline-minor-mode): Don't do it here.
14628 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14629 there's no server buffer.
14630
7d3b9d44
GM
146312011-05-11 Glenn Morris <rgm@gnu.org>
14632
f64049c6
GM
14633 * newcomment.el (comment-kill): Prefix "unused" local.
14634
93c9df73
GM
14635 * term/w32console.el (get-screen-color): Declare.
14636
7d3b9d44
GM
14637 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14638 Handle symbol elements of byte-compile-initial-macro-environment.
14639
9e2dd53f
LL
146402011-05-10 Leo Liu <sdl.web@gmail.com>
14641
488086f4
SM
14642 * bookmark.el (bookmark-bmenu-mode-map):
14643 Bind bookmark-bmenu-search to `/'.
8b340240 14644
9e2dd53f 14645 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14646 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14647 (Footnote-unicode): New function.
14648 (footnote-style-alist): Add unicode style to the list.
14649 (footnote-style): Doc fix.
9e2dd53f 14650
79b70037
GM
146512011-05-10 Jim Meyering <meyering@redhat.com>
14652
14653 Fix doubled-word typos.
14654 * international/quail.el (quail-insert-kbd-layout): and and -> and
14655 * kermit.el: and and -> and
14656 * net/ldap.el (ldap-search-internal): to to -> to
14657 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14658 * progmodes/js.el (js-mode): and and -> and
14659 * textmodes/artist.el (artist-move-to-xy): at at -> at
14660 (artist-draw-region-trim-line-endings): if if -> if
14661 And Safetyc -> Safety.
14662 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14663
b8f82dc1 146642011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14665 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14666
14667 * files.el (hack-one-local-variable-eval-safep):
14668 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14669
4f99f44b
GM
146702011-05-10 Glenn Morris <rgm@gnu.org>
14671
14672 * calendar/diary-lib.el (diary-list-entries-hook)
14673 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14674 (diary-nongregorian-marking-hook, diary-list-entries)
14675 (diary-include-other-diary-files, diary-mark-entries)
14676 (diary-mark-included-diary-files): Doc fixes.
14677
84f29e6b
JB
146782011-05-09 Juanma Barranquero <lekktu@gmail.com>
14679
14680 * misc.el: Require tabulated-list.el during compilation.
14681
9bedd73a
CY
146822011-05-09 Chong Yidong <cyd@stupidchicken.com>
14683
488086f4
SM
14684 * progmodes/compile.el (compilation-start):
14685 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14686 (compilation-filter-hook): Doc fix.
14687
797c735c
DD
146882011-05-09 Deniz Dogan <deniz@dogan.se>
14689
14690 * wdired.el: Remove outdated installation comment. Fix usage
14691 comment.
14692
5f4b1dfe
JB
146932011-05-09 Juanma Barranquero <lekktu@gmail.com>
14694
14695 * misc.el: Implement new command `list-dynamic-libraries'.
14696 (list-dynamic-libraries--loaded-only-p): New variable.
14697 (list-dynamic-libraries--refresh): New function.
14698 (list-dynamic-libraries): New command.
14699
4c44026c
CY
147002011-05-09 Chong Yidong <cyd@stupidchicken.com>
14701
488086f4
SM
14702 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14703 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14704 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14705 higher priority to avoid clobbering by gnu.
14706
027f966d
CY
147072011-05-08 Chong Yidong <cyd@stupidchicken.com>
14708
14709 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14710 if the face has existing theme settings (Bug#8454).
14711
085f5d7d
CY
147122011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14713
488086f4
SM
14714 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14715 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14716
2a86a00c
RS
14717 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14718 special file names `.' and `..' (Bug#8259).
14719
d9c54a06
CY
147202011-05-08 Chong Yidong <cyd@stupidchicken.com>
14721
488086f4
SM
14722 * progmodes/grep.el (grep-mode-font-lock-keywords):
14723 Remove buffer-changing entries.
d9c54a06
CY
14724 (grep-filter): New function.
14725 (grep-mode): Add it to compilation-filter-hook.
14726
14727 * progmodes/compile.el (compilation-filter-hook)
14728 (compilation-filter-start): New defvars.
14729 (compilation-filter): Call compilation-filter-hook prior to
14730 updating the process mark.
14731
c4662635
SM
147322011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14735
b0512a1d
EZ
147362011-05-07 Eli Zaretskii <eliz@gnu.org>
14737
605c9376
EZ
14738 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14739 mailclient-send-it even if window-system is nil. (Bug#8595)
14740
c4662635
SM
14741 * term/w32console.el (terminal-init-w32console):
14742 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14743 background-mode. (Bug#8597)
14744
d1dc2cc2
SM
147452011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14748 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14749 New functions.
14750 (defgeneric, eieio--defmethod): Use them.
14751 (eieio-defgeneric): Remove.
14752 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14753
915d1300
GM
147542011-05-07 Glenn Morris <rgm@gnu.org>
14755
a3961c3e
GM
14756 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14757 Use let rather than let*.
14758 (timeclock-find-discrep): Remove unused local.
14759
314347b9
GM
14760 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14761
915d1300
GM
14762 * calendar/appt.el (appt-time-msg-list): Doc fix.
14763
275b59b0
NF
147642011-05-06 Noah Friedman <friedman@splode.com>
14765
14766 * apropos.el (apropos-print-doc): Only use
14767 emacs-lisp-docstring-fill-column when it is bound to an integer,
14768 per that variable's documentation.
14769
6c19f744
SM
147702011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14773 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14774
60f884b2
GM
147752011-05-06 Glenn Morris <rgm@gnu.org>
14776
5006e634
GM
14777 * calendar/appt.el (appt-message-warning-time): Doc fix.
14778 (appt-warning-time-regexp): New option.
14779 (appt-make-list): Respect appt-message-warning-time.
14780
548d0a63
GM
14781 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14782 New options.
14783 (diary-add-to-list): Strip comments from the displayed string.
14784 (diary-mode): Set comment-start and comment-end.
14785
60f884b2
GM
14786 * vc/diff-mode.el (smerge-refine-subst): Declare.
14787 (diff-refine-hunk): Don't require smerge-mode when compiling.
14788
989681bb
JB
147892011-05-06 Juanma Barranquero <lekktu@gmail.com>
14790
14791 * simple.el (list-processes): Return nil as the docstring says.
14792
a6bc05e1
MA
147932011-05-05 Michael Albinus <michael.albinus@gmx.de>
14794
14795 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14796 to "".
14797 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14798 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14799 determining of binary transfer. (Bug#7383)
14800
23c22e9a
MA
148012011-05-05 Michael Albinus <michael.albinus@gmx.de>
14802
c4662635
SM
14803 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14804 Fix port computation bug. (Bug#8618)
23c22e9a 14805
0bff894f
GM
148062011-05-05 Glenn Morris <rgm@gnu.org>
14807
b8296902
GM
14808 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14809
1f522ce8
GM
14810 * simple.el (shell-dynamic-complete-functions)
14811 (comint-dynamic-complete-functions): Declare.
14812
cf5bee67
GM
14813 * net/network-stream.el (gnutls-negotiate):
14814 * simple.el (tabulated-list-print): Fix declarations.
14815
14816 * progmodes/gud.el (syntax-symbol, syntax-point):
14817 Remove unnecessary and incorrect declarations.
14818
0bff894f
GM
14819 * emacs-lisp/check-declare.el (check-declare-scan):
14820 Handle byte-compile-initial-macro-environment in bytecomp.el
14821
9869b3ae
SM
148222011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 Fix earlier half-done eieio-defmethod change (bug#8338).
14825 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14826 Streamline and change calling convention.
14827 (defmethod): Adjust accordingly and simplify.
14828 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14829 new eieio--defmethod.
14830 (slot-boundp): Minor CSE simplification.
14831
9c1d5ac5
MZ
148322011-05-05 Milan Zamazal <pdm@zamazal.org>
14833
14834 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14835 (glasses-make-readable): Use glasses-separate-capital-groups.
14836
455c834e
JB
148372011-05-05 Juanma Barranquero <lekktu@gmail.com>
14838
14839 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14840 (warning-series): Doc fix.
14841 (display-warning): Don't try to create the buffer if we just found it.
14842
9ed7c8cb
CY
148432011-05-04 Chong Yidong <cyd@stupidchicken.com>
14844
14845 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14846 (autoload-find-generated-file): New function.
14847 (generate-file-autoloads): Bind generated-autoload-file to
14848 buffer-file-name.
9869b3ae
SM
14849 (update-file-autoloads, update-directory-autoloads):
14850 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14851 output file (Bug#7989).
14852 (batch-update-autoloads): Doc fix.
14853
0898ca10
JB
148542011-05-04 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14857
31dfb76c
GM
148582011-05-04 Glenn Morris <rgm@gnu.org>
14859
f330b642
GM
14860 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14861 function, so it follows changes in calendar-date-style.
14862 (diary-fancy-date-matcher): New function.
14863 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14864 (diary-fancy-font-lock-fontify-region-function):
14865 Use diary-fancy-date-pattern as a function.
14866
31dfb76c
GM
14867 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14868 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14869
48e79d6a
TZ
148702011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14871
14872 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14873 instead of positional arguments. Allow :keylist and :crlfiles
14874 arguments.
14875 (open-gnutls-stream): Call it.
14876
14877 * net/network-stream.el (network-stream-open-starttls): Adjust to
14878 call `gnutls-negotiate' with :process and :hostname arguments.
14879
dd5a5ee0
SM
148802011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14881
ef80fc09
SM
14882 * minibuffer.el (completion--message): New function.
14883 (completion--do-completion, minibuffer-complete)
14884 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14885 (completion--do-completion): Don't ignore completion-auto-help when in
14886 icomplete-mode.
14887
dd5a5ee0
SM
14888 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14889 internal encoding (e.g. tibetan zero is not whitespace).
14890 (global-whitespace-mode): Prefer save-current-buffer.
14891 (whitespace-trailing-regexp): Remove useless save-match-data.
14892 (whitespace-empty-at-bob-regexp): Minor simplification.
14893
b7d22a83
CY
148942011-05-03 Chong Yidong <cyd@stupidchicken.com>
14895
14896 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14897
5192af46
AM
148982011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14899
14900 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14901 Use `concat' to create string for insertion.
5192af46 14902
5767d190
SM
149032011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14906 Avoid open-line which runs post-self-insert-hook.
14907 (bibtex-fill-entry): Remove unused `end' var.
14908
bf242939
AM
149092011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14910
5767d190
SM
14911 * textmodes/ispell.el (ispell-add-per-file-word-list):
14912 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14913
25666126
LL
149142011-05-03 Leo Liu <sdl.web@gmail.com>
14915
14916 * isearch.el (isearch-yank-pop): New command.
5767d190 14917 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14918 (isearch-forward): Mention it.
14919
52d3c2d0
SM
149202011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14921
1bcace58
SM
14922 * simple.el (minibuffer-complete-shell-command): Remove.
14923 (minibuffer-local-shell-command-map): Use completion-at-point.
14924 (read-shell-command): Setup completion vars here instead.
14925 (read-expression-map): Bind TAB to symbol completion.
14926
52d3c2d0
SM
14927 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14928 error directly rather via storing it into `results'.
14929
35813471
LL
149302011-05-02 Leo Liu <sdl.web@gmail.com>
14931
14932 * vc/diff.el: Fix description.
14933
e793a940
LMI
149342011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14935
14936 * server.el (server-eval-at): New function.
14937
8de66e05
LMI
149382011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14939
14940 * net/network-stream.el (open-network-stream): Take a :nowait
14941 parameter and pass it on to `make-network-process'.
14942 (network-stream-open-plain): Ditto.
14943
dcb79f20
AS
149442011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14945
14946 * faces.el (face-spec-set-match-display): Don't match toolkit
14947 options on terminal frames.
14948
14a7fbd8
SM
149492011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14950
7eabc1be
SM
14951 * progmodes/pascal.el: Use lexical binding.
14952 (pascal-mode-map): Remove author preferences.
14953
14a7fbd8
SM
14954 * pcomplete.el (pcomplete-std-complete): Don't abuse
14955 completion-at-point.
14956
50f84510
JB
149572011-04-28 Juanma Barranquero <lekktu@gmail.com>
14958
6e087a44
JB
14959 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14960 removing code that has been dead since 1991 or so.
14961
50f84510
JB
14962 * startup.el (command-line): When warning about "_emacs", use a
14963 delayed warning to allow the user to filter it out.
14964
0ba690bd
DD
149652011-04-28 Deniz Dogan <deniz@dogan.se>
14966
14967 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14968 user has not joined.
14969
08abfaad
SM
149702011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14973 aren't any completions at point.
14974
638f053a
JB
149752011-04-28 Juanma Barranquero <lekktu@gmail.com>
14976
14977 * subr.el (display-delayed-warnings): New function.
14978 (delayed-warnings-hook): New variable.
14979
8fff8daa
SM
149802011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14981
08abfaad
SM
14982 * minibuffer.el (completion-at-point, completion-help-at-point):
14983 Don't presume that a given completion-at-point-function will always
14984 use the same calling convention.
14985
8fff8daa
SM
14986 * pcomplete.el (pcomplete-completions-at-point):
14987 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14988 pcomplete-seen is non-nil.
14989 (pcomplete-comint-setup): Also recognize the new comint/shell
14990 completion functions.
14991 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14992 pcomplete-seen is non-nil.
14993
841a1577 149942011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14995
841a1577 14996 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14997 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14998 the first character in the entry. This allows for code to add its
211ec907
UJ
14999 own uid to the entry.
15000 (icalendar--convert-float-to-ical): Add export of
15001 `diary-float'-entries save for those with the optional DAY
15002 argument.
15003
2a782793
DC
150042011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15005
15006 * subr.el (shell-quote-argument): Use alternate escaping strategy
15007 when we spot a variable reference in a string.
15008
0438ce91
DC
150092011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15010
15011 * cus-start.el (all): Define customization for debug-on-event.
15012
841a1577 150132011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15014
15015 * subr.el (shell-quote-argument): Escape correctly under Windows.
15016
d090ed6c
SM
150172011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15020
bfd31217
MA
150212011-04-25 Michael Albinus <michael.albinus@gmx.de>
15022
d090ed6c
SM
15023 * net/tramp.el (tramp-process-actions): Add POS argument.
15024 Delete region between POS and (pos).
bfd31217 15025
d090ed6c
SM
15026 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15027 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15028 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15029
15030 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15031 position in `tramp-process-actions' call.
15032
15033 * net/trampver.el: Update release number.
15034
e92f3bd3
SM
150352011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15036
850256b5
SM
15037 * custom.el (defcustom): Obey lexical-binding.
15038
e92f3bd3
SM
15039 Fix octave-inf completion problems reported by Alexander Klimov.
15040 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15041 Inherit from octave-mode-syntax-table.
15042 (inferior-octave-mode): Set info-lookup-mode.
15043 (inferior-octave-completion-at-point): New function.
15044 (inferior-octave-complete): Use it and completion-in-region.
15045 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15046 comint-filename-completion.
15047 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15048 symbol elements which shouldn't be word elements.
15049 (octave-font-lock-keywords, octave-beginning-of-defun)
15050 (octave-function-header-regexp): Adjust regexps accordingly.
15051 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15052
cd22b309
JB
150532011-04-25 Juanma Barranquero <lekktu@gmail.com>
15054
15055 * net/gnutls.el (gnutls-errorp): Declare before first use.
15056
8b492194
TZ
150572011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15058
15059 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15060 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15061 default trustfile exists before going to use it. Add missing
5a5fa834 15062 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15063 Reported by Claudio Bley <claudio.bley@gmail.com>.
15064 (open-gnutls-stream): Add usage example.
15065
15066 * net/network-stream.el (network-stream-open-starttls): Give host
15067 parameter to `gnutls-negotiate'.
15068 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15069 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15070
841a1577 150712011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15072
cd22b309
JB
15073 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15074 Use correct match group (bug#8438).
05842630 15075
3ba7869c
CY
150762011-04-24 Chong Yidong <cyd@stupidchicken.com>
15077
512e3ae1
CY
15078 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15079 (package-menu--generate): New arg specifying packages to show.
15080 (package-menu-refresh, package-menu-execute, list-packages):
15081 Callers changed.
15082 (package-show-package-list): New function, replacing deleted
15083 package--list-packages (renamed because it is non-internal).
15084
15085 * finder.el (finder-list-matches): Use package-show-package-list
15086 instead of deleted package--list-packages.
15087
e92f3bd3
SM
15088 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15089 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15090 (vc-annotate-mode-map): Bind it to RET.
15091
7031be6d
UR
150922011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15093
15094 * progmodes/etags.el (next-file): Don't use set-buffer to change
15095 buffers (Bug#8478).
15096
4ef177aa
CY
150972011-04-24 Chong Yidong <cyd@stupidchicken.com>
15098
c8d173eb
CY
15099 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15100
4ef177aa
CY
15101 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15102 (apropos-accumulator): Doc fix.
15103 (apropos-function, apropos-macro, apropos-command)
15104 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15105 (apropos-plist): Add face property.
15106 (apropos-symbols-internal): Fix indentation.
15107 (apropos-print): Simplify help, and recognize apropos-multi-type.
15108 (apropos-print-doc): Use button-type-get to extract the button's
15109 face property. Fill docstring (Bug#8352).
15110
4ffd0d6b 151112011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15112
15113 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15114
c6c32125 15115 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15116 (mpuz-mode-map): Use mapc.
c6c32125
JB
15117 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15118 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15119 Fix typos in docstrings.
15120
58d468b4
JB
15121 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15122 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15123
6470c3c6
JB
15124 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15125
4ffd0d6b 151262011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15127
15128 * minibuffer.el (completion--do-completion): Avoid the "Next char
15129 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15130
3ad8bad0
CY
15131 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15132 mouse-2 into unread-command-events, it is interpreted correctly.
15133
71d73c9c 15134 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15135 (image-toggle-display): Doc fix.
71d73c9c 15136
841a1577 151372011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15138
4ffd0d6b
GM
15139 * textmodes/page.el (what-page): Use line-number-at-pos to
15140 calculate line number (Bug#6825).
6e1dbaa9 15141
c2fb1b60
JB
151422011-04-22 Juanma Barranquero <lekktu@gmail.com>
15143
15144 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15145 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15146 Pass argument NO-DEFAULT to `find-tag-interactive'.
15147
e02f48d7
JB
151482011-04-22 Juanma Barranquero <lekktu@gmail.com>
15149
15150 Lexical-binding cleanup.
15151
15152 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15153 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15154 * progmodes/ada-prj.el (ada-prj-initialize-values)
15155 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15156 (ada-prj-show-value):
15157 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15158 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15159 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15160 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15161 * progmodes/bug-reference.el (bug-reference-push-button):
15162 * progmodes/fortran.el (fortran-line-length):
15163 * progmodes/glasses.el (glasses-change):
15164 * progmodes/octave-mod.el (octave-fill-paragraph):
15165 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15166 (python-pdbtrack-grub-for-buffer, python-sentinel):
15167 * progmodes/sql.el (sql-save-connection):
15168 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15169 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15170 Mark unused parameters.
15171
15172 * progmodes/compile.el (compilation--flush-directory-cache)
15173 (compilation--flush-parse, compile-internal): Mark unused parameters.
15174 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15175 (compilation-next-error-function): Remove unused variable `timestamp'.
15176
15177 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15178 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15179
15180 * progmodes/dcl-mode.el (dcl-end-of-command):
15181 Remove unused variable `start'.
15182 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15183 (dcl-option-value-basic, dcl-option-value-offset)
15184 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15185 Mark unused parameters.
15186 (dcl-save-local-variable): Remove unused variable `val'.
15187 (mode): Declare.
15188
15189 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15190 Mark unused parameters.
15191 (delphi-ignore-changes): Move before first use.
15192 (delphi-charset-token-at): Remove unused variable `start'.
15193 (delphi-else-start): Remove unused variable `if-count'.
15194 (delphi-comment-block-start, delphi-comment-block-end):
15195 Remove unused variable `kind'.
15196 (delphi-indent-line): Remove unused variable `new-point'.
15197
15198 * progmodes/ebrowse.el (ebrowse-files-list)
15199 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15200 Mark unused parameters. Don't quote `lambda'.
15201 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15202 Don't quote `lambda'.
15203 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15204 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15205 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15206 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15207 Use `ignore-errors'.
15208 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15209 (ebrowse-view/find-file-and-search-pattern)
15210 (ebrowse-view/find-member-declaration/definition):
15211 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15212 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15213 Rename parameter PREFIX-ARG to PREFIX.
15214 (ebrowse-tags-read-name): Remove unused variables `start' and
15215 `member-info'.
15216 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15217 to `tags-file'.
15218
15219 * progmodes/etags.el (local-find-tag-hook): Declare.
15220 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15221 Mark unused parameters.
15222
15223 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15224 (executable-interpret): Mark unused parameter.
15225
15226 * progmodes/flymake.el (flymake-process-sentinel)
15227 (flymake-after-change-function)
15228 (flymake-create-temp-with-folder-structure)
15229 (flymake-get-include-dirs-dot): Mark unused parameters.
15230 (flymake-safe-delete-directory): Remove unused variable `err'.
15231
15232 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15233 (speedbar-timer-fn, speedbar-line-text)
15234 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15235 (speedbar-center-buffer-smartly): Declare functions.
15236 (gdb-find-watch-expression): Remove unused variable `array'.
15237 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15238 (gdb-starting): Mark unused parameters.
15239 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15240 (gdb-table-string): Remove unused variable `res'.
15241 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15242 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15243 (gdb-display-buffer): Remove unused variable `cur-size'.
15244
15245 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15246 allow lexical-binding compilation.
15247 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15248 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15249 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15250 Mark unused parameters.
15251 (gud-gdb-marker-filter): Remove unused variable `match'.
15252 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15253 lambda expressions and funcall them, instead of using `fset'.
15254
15255 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15256 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15257
15258 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15259 variable `header-beg'; use `let'.
15260
15261 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15262 `restart', `last-sexp' and `at-do'.
15263
15264 * progmodes/js.el (js--debug): Mark unused parameter.
15265 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15266 (js--splice-into-items): Remove unused variable `item'.
15267 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15268
15269 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15270 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15271 (makefile-complete): Remove unused variable `try'.
15272 (makefile-fill-paragraph, makefile-match-function-end):
15273 Mark unused parameters.
15274
15275 * progmodes/octave-inf.el (inferior-octave-complete):
15276 Remove unused variable `proc'.
15277 (inferior-octave-output-digest): Mark unused parameter.
15278
15279 * progmodes/perl-mode.el (perl-calculate-indent):
15280 Remove unused variable `err'.
15281
15282 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15283 (prolog-indent-line): Mark unused parameters.
15284 (prolog-indent-line): Remove unused variable `beg'.
15285
15286 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15287 (reporter-dont-compact-list): Declare.
15288
15289 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15290 Remove unused variable `char'.
15291 (sh-debug): Mark unused parameter.
15292 (sh-get-indent-info): Remove unused variable `start'.
15293 (sh-calculate-indent): Remove unused variable `var'.
15294
15295 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15296 (simula-electric-keyword): Remove unused variable `null'.
15297 (simula-search-backward, simula-search-forward): Remove unused
15298 variables `begin' and `end'.
15299
15300 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15301 Remove unused variable `pos'.
15302 (vera-electric-tab, vera-comment-uncomment-region):
15303 Mark unused parameters.
15304 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15305
7ede3b65
CY
153062011-04-22 Chong Yidong <cyd@stupidchicken.com>
15307
15308 * emacs-lisp/package.el (package--builtins, package-alist)
15309 (package-load-descriptor, package-built-in-p, package-activate)
15310 (define-package, package-installed-p)
15311 (package-compute-transaction, package-buffer-info)
15312 (package--push): Doc fix. Distinguish more clearly between
15313 version strings and version lists.
15314
121656e9
JB
153152011-04-21 Juanma Barranquero <lekktu@gmail.com>
15316
15317 Lexical-binding cleanup.
15318
15319 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15320 (5x5-make-mutate-best):
15321 * play/fortune.el (fortune-in-buffer):
15322 * play/gomoku.el (gomoku-init-display):
15323 * play/solitaire.el (solitaire, solitaire-do-check):
15324 * play/tetris.el (tetris-default-update-speed-function):
15325 Mark unused parameters.
15326
15327 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15328 (bubbles--shift): Remove unused variable `char-org'.
15329 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15330 (bubbles--show-images): Remove unused variable `char'.
15331
15332 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15333 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15334 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15335 (decipher-analyze-buffer): Use ?\s.
15336 (decipher-make-checkpoint): Remove unused variable `mapping'.
15337
15338 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15339
15340 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15341 Remove unused variable `result'; use `let'.
15342
15343 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15344 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15345 (gametree-children-shown-p, gametree-compute-reduced-score):
15346 Use `ignore-errors'.
15347
15348 * play/handwrite.el (ps-lpr-switches): Declare.
15349 (handwrite): Remove unused variables `pmin' and `lastp'.
15350
15351 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15352
15353 * play/landmark.el (landmark-init-display)
15354 (landmark-update-naught-weights): Mark unused parameters.
15355 (landmark-y): Remove unused variable `noise'. Simplify.
15356 (landmark-human-plays): Remove unused variable `score'.
15357
15358 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15359 (mpuz-try-proposal): Remove unused variable `game'.
15360
15361 * play/zone.el (life-patterns): Declare.
15362
80f499c7
JB
153632011-04-20 Juanma Barranquero <lekktu@gmail.com>
15364
15365 * vc/vc.el (ediff-vc-internal): Declare function.
15366
024ff170
SM
153672011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15368
c0a193ea
SM
15369 * shell.el: Use lexical-binding and std completion UI.
15370 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15371 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15372 comint-preoutput-filter-functions rather than on
15373 comint-output-filter-functions.
15374 (shell-command-completion, shell--command-completion-data)
15375 (shell-filename-completion, shell-environment-variable-completion)
15376 (shell-c-a-p-replace-by-expanded-directory): New functions.
15377 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15378 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15379 (shell-dynamic-complete-environment-variable): Use them.
15380 (shell-dynamic-complete-as-environment-variable)
15381 (shell-dynamic-complete-as-command): Remove.
15382 (shell-match-partial-variable): Match past point.
15383 * comint.el: Clean up use of completion-at-point-functions.
15384 (comint-completion-at-point): New function.
15385 (comint-mode): Use it completion-at-point-functions.
15386 (comint-dynamic-complete): Make it obsolete.
15387 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15388 (comint-c-a-p-replace-by-expanded-history): New function.
15389 (comint-dynamic-complete-functions)
15390 (comint-replace-by-expanded-history): Use it.
15391 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15392 termination strings. Try harder to avoid second try-completion.
15393 (completion-in-region-mode-map): Disable bindings that don't work yet.
15394
2dbaa080
SM
15395 * comint.el: Use lexical-binding. Require CL.
15396 (comint-dynamic-complete-functions): Use comint-filename-completion.
15397 (comint-completion-addsuffix): Tweak custom type.
15398 (comint-filename-completion, comint--common-suffix)
15399 (comint--common-quoted-suffix, comint--table-subvert)
15400 (comint--complete-file-name-data): New functions.
15401 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15402 (comint-dynamic-list-filename-completions): Use them.
15403 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15404
2dbaa080
SM
15405 * minibuffer.el (completion-in-region-mode):
15406 Keep completion-in-region-mode--predicate global.
15407 (completion-in-region--postch):
15408 Assume completion-in-region-mode--predicate is not null.
15409
c79a6f38
SM
15410 * progmodes/flymake.el (flymake-start-syntax-check-process):
15411 Obey `dir'. Simplify.
15412
024ff170
SM
15413 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15414 we're in VC after all.
15415
1c6c854e
CS
154162011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15417
15418 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15419 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15420 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15421
bed7f140
SM
154222011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15423
332e62ab
SM
15424 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15425 add sanity check.
15426
bed7f140
SM
15427 * obsolete/erc-hecomplete.el: Make obsolete.
15428 * obsolete/: Standardize obsolescence info in the header.
15429
f195c582
GM
154302011-04-20 Glenn Morris <rgm@gnu.org>
15431
15432 * calendar/solar.el (solar-horizontal-coordinates):
15433 Use the longitude argument rather than `calendar-longitude'.
15434 (solar-date-next-longitude): Remove unused locals.
15435
cb79b8c0
VJL
154362011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15437
15438 * whitespace.el: New version 13.2.1.
15439
154402011-04-20 felix <EmacsWiki> (tiny change)
15441
d8e4b68b 15442 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15443 switching between major modes on a file.
15444
602ea69d
SM
154452011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15448 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15449 multi-line comments as well.
15450
06b60517
JB
154512011-04-19 Juanma Barranquero <lekktu@gmail.com>
15452
15453 Lexical-binding cleanup.
15454
15455 * arc-mode.el (archive-mode-revert):
15456 * cmuscheme.el (scheme-interactively-start-process):
15457 * custom.el (custom-initialize-delay):
15458 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15459 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15460 * emacs-lock.el (emacs-lock-clear-sentinel):
15461 * ezimage.el (defezimage):
15462 * follow.el (follow-avoid-tail-recenter):
15463 * fringe.el (set-fringe-mode-1):
15464 * generic-x.el (bat-generic-mode-compile):
15465 * help-mode.el (help-info-variable, help-do-xref)
15466 (help-mode-revert-buffer):
15467 * help.el (view-emacs-todo):
15468 * iswitchb.el (iswitchb-completion-help):
15469 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15470 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15471 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15472 * locate.el (locate-update):
15473 * longlines.el (longlines-encode-region)
15474 (longlines-after-change-function):
15475 * outline.el (outline-isearch-open-invisible):
15476 * ps-def.el (declare-function, charset-dimension, char-width)
15477 (encode-char):
15478 * ps-mule.el (ps-mule-plot-string):
15479 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15480 (recentf-edit-list-select, recentf-edit-list-validate)
15481 (recentf-open-files-action):
15482 * rect.el (delete-whitespace-rectangle-line)
15483 (rectangle-number-line-callback):
15484 * register.el (window-configuration-to-register)
15485 (frame-configuration-to-register):
15486 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15487 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15488 (xselect-convert-to-targets, xselect-convert-to-delete)
15489 (xselect-convert-to-filename, xselect-convert-to-charpos)
15490 (xselect-convert-to-lineno, xselect-convert-to-colno)
15491 (xselect-convert-to-os, xselect-convert-to-host)
15492 (xselect-convert-to-user, xselect-convert-to-class)
15493 (xselect-convert-to-name, xselect-convert-to-integer)
15494 (xselect-convert-to-atom, xselect-convert-to-identity):
15495 * subr.el (declare, ignore, process-kill-without-query)
15496 (text-clone-maintain):
15497 * terminal.el (te-get-char, te-tic-sentinel):
15498 * tool-bar.el (tool-bar-make-keymap):
15499 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15500 * type-break.el (type-break-mode, type-break-noninteractive-query):
15501 * view.el (View-back-to-mark):
15502 * wid-browse.el (widget-browse-action, widget-browse-widget)
15503 (widget-browse-widgets, widget-browse-sexp):
15504 * widget.el (define-widget-keywords):
15505 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15506 Mark unused parameters.
15507
15508 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15509 (align-areas): Remove unused variable `look'.
15510 (align-region): Remove unused variables `real-end' and `pos-list'.
15511
15512 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15513
15514 * bindings.el (mode-line-modified, mode-line-remote):
15515 Mark unused parameters.
15516 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15517
15518 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15519 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15520
15521 * comint.el (comint-history-isearch-pop-state)
15522 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15523 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15524 (comint-substitute-in-file-name): Doc fix.
15525
15526 * completion.el (cmpl-statistics-block): Mark unused parameter.
15527 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15528 (save-completions-to-file, load-completions-from-file):
15529 Remove unused local variable `e'.
15530
15531 * composite.el (compose-chars): Remove unused variable `len'.
15532 (lgstring-insert-glyph): Remove unused variable `g'.
15533 (compose-glyph-string): Remove unused variables `ascent',
15534 `descent', `lbearing' and `rbearing'.
15535 (compose-glyph-string-relative): Remove unused variables
15536 `lbearing', `rbearing' and `wadjust'.
15537 (compose-gstring-for-graphic): Remove unused variables `header',
15538 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15539 (compose-gstring-for-terminal): Remove unused variables `header'
15540 and `nchars'. Use `let', not `let*'.
15541
15542 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15543 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15544 (Custom-buffer-done, custom-buffer-create-internal)
15545 (custom-browse-visibility-action, custom-browse-group-tag-action)
15546 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15547 (widget-magic-mouse-down-action, custom-toggle-parent)
15548 (custom-add-parent-links, custom-toggle-hide-variable)
15549 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15550 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15551 (custom-face-menu-create, custom-variable-menu-create, get)
15552 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15553 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15554 (customize-apropos): Remove unused variable `tests'.
15555 (custom-group-value-create): Remove unused variable `hidden-p'.
15556 (sort-fold-case): Declare.
15557
15558 * cus-theme.el (custom-reset-standard-faces-list)
15559 (custom-reset-standard-variables-list): Declare.
15560 (customize-create-theme, custom-theme-revert, custom-theme-write)
15561 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15562 Mark unused parameters.
15563
15564 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15565
15566 * delim-col.el (delimit-columns-max): Move defvar before first use.
15567
15568 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15569 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15570
15571 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15572 (auto-insert): Declare.
15573 (desktop-restore-file-buffer): Rename desktop-* parameters;
15574 mark unused ones.
15575 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15576 (desktop-buffer): Rename desktop-* parameters.
15577
15578 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15579 (dframe-reposition-frame-xemacs, dframe-help-echo)
15580 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15581 Mark unused parameters.
15582
15583 * dired-aux.el (backup-extract-version-start, overwrite-query)
15584 (overwrite-backup-query, rename-regexp-query)
15585 (rename-non-directory-query): Declare.
15586 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15587 (dired-add-entry): Remove unused variable `orig-file-name'.
15588 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15589 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15590 `dired-copy-preserve-time' directly.
15591 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15592 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15593
15594 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15595 (dired-virtual-revert, dired-make-relative-symlink):
15596 Mark unused parameters.
15597 (manual-program): Declare.
15598 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15599 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15600 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15601
15602 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15603
15604 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15605
15606 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15607 Declare.
15608
15609 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15610
15611 * electric.el (Electric-command-loop): Rename parameter
15612 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15613
15614 * expand.el (expand-in-literal): Remove unused variable `here'.
15615
15616 * facemenu.el (facemenu-add-new-color):
15617 Remove unused variable `docstring'.
15618
15619 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15620 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15621 (face-attr-construct): Mark unused parameter. Doc fix.
15622 (read-color): Remove unused variable `hex-string'.
15623
15624 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15625 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15626 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15627 (display-buffer-other-frame): Remove unused variable `old-window'.
15628 (kill-buffer-hook): Declare.
15629 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15630 Mark unused parameters.
15631 (after-find-file): Pass 1 to `auto-save-mode', not t.
15632
15633 * files-x.el (auto-insert): Declare.
15634 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15635
15636 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15637 variable `buf'. Mark unused parameter.
06b60517
JB
15638 (find-lisp-insert-directory): Mark unused parameter.
15639
15640 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15641 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15642 (format-common-tail): Remove, unused.
15643 (format-deannotate-region): Remove unused variable `loc'.
15644 (format-annotate-region): Remove unused variable `p'.
15645 (format-annotate-single-property-change): Remove unused variables
15646 `default' and `tail'.
15647
15648 * forms.el (read-file-filter): Declare.
15649 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15650
15651 * frame.el (frame-creation-function-alist): Mark unused parameter.
15652 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15653
15654 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15655 Remove unused parameters.
15656 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15657 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15658
15659 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15660 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15661 (hfy-prepare-tag-map): Mark unused parameters.
15662 (htmlfontify-buffer): Use `called-interactively-p'.
15663
15664 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15665 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15666 (ibuffer-do-occur): Mark unused parameters.
15667 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15668 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15669
15670 * ibuffer.el: Don't quote `lambda'.
15671 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15672 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15673 Mark unused parameters.
15674
15675 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15676 (ido-completing-read): Mark unused parameters.
15677 (ido-copy-current-word): Mark unused parameters;
15678 remove unused variable `name'.
15679 (ido-sort-merged-list): Remove unused parameter `dirs'.
15680
15681 * ielm.el (ielm-input-sender): Mark unused parameter.
15682 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15683 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15684 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15685 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15686 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15687
15688 * image-dired.el (image-dired-display-thumbs): Remove unused
15689 variables `curr-file' and `count'.
15690 (image-dired-remove-tag): Remove unused variable `start'.
15691 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15692 variable `curr-file'
15693 (image-dired-rotate-original): Remove unused variable `temp-file'.
15694 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15695 Remove unused variable `file'.
15696 (image-dired-gallery-generate): Remove unused variable `curr'.
15697 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15698
15699 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15700
15701 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15702
15703 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15704
15705 * isearch.el (minibuffer-history-symbol): Declare.
15706 (isearch-edit-string): Remove unused variable `err'.
15707 (isearch-message-prefix, isearch-message-suffix):
15708 Mark unused parameters.
15709
15710 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15711
15712 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15713
15714 * makesum.el (double-column): Remove unused variable `cnt'.
15715
15716 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15717 (ido-ignore-item-temp-list): Declare.
15718
15719 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15720 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15721 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15722 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15723 `mouse-col-delta'.
15724
15725 * mouse-sel.el (mouse-extend-internal):
15726 Remove unused variable `orig-window-frame'.
15727
15728 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15729 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15730 Move declarations before first use.
15731 (pcomplete-opt): Mark unused parameters; doc fix.
15732
15733 * proced.el (proced-revert): Mark unused parameter.
15734 (proced-send-signal): Remove unused variable `err'.
15735
15736 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15737 Rename parameter PREFIX-ARG to ARG.
15738 (ps-basic-plot-string, ps-basic-plot-whitespace):
15739 Mark unused parameters.
15740
15741 * replace.el (replace-count): Define.
15742 (occur-revert-function): Mark unused parameters.
15743 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15744 (isearch-case-fold-search, isearch-string): Declare.
15745 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15746 bind `case-fold-search'. Remove unused variables `beg' and `end',
15747 and simplify.
15748 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15749 COUNT and bind `replace-count'.
15750 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15751 to COUNT.
15752
15753 * savehist.el (print-readably, print-string-length): Declare.
15754
15755 * shadowfile.el (shadow-expand-cluster-in-file-name):
15756 Remove unused variable `cluster'.
15757 (shadow-copy-file): Remove unused variable `i'.
15758 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15759 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15760 (shadow-define-literal-group, shadow-define-regexp-group)
15761 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15762
15763 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15764 (shell): Use `called-interactively-p'.
15765 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15766
15767 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15768 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15769 (delete-backward-char): Remove unused variable `ocol'.
15770 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15771 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15772 (event-apply-hyper-modifier, event-apply-shift-modifier)
15773 (event-apply-control-modifier, event-apply-meta-modifier):
15774 Mark unused parameters.
15775 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15776 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15777
15778 * speedbar.el (speedbar-ignored-directory-expressions)
15779 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15780 (speedbar-find-file, speedbar-dir-follow)
15781 (speedbar-directory-buttons-follow, speedbar-tag-find)
15782 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15783 (speedbar-buffers-line-directory, speedbar-buffer-click):
15784 Mark unused parameters.
15785 (speedbar-tag-file): Remove unused variable `mode'.
15786 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15787
15788 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15789
15790 * talk.el (talk): Remove unused variable `display'.
15791
15792 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15793 (tar-write-region-annotate): Mark unused parameter.
15794
15795 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15796 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15797 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15798 warning by another.
15799
15800 * time-stamp.el (time-stamp-string-preprocess):
15801 Remove unused variable `require-padding'.
15802
15803 * tree-widget.el (widget-glyph-enable): Declare.
15804 (tree-widget-action): Mark unused parameter.
15805
15806 * w32-fns.el (x-get-selection): Mark unused parameter.
15807 (autoload-make-program, generated-autoload-file): Declare.
15808
15809 * wdired.el (wdired-revert): Mark unused parameters.
15810 (wdired-xcase-word): Remove unused variable `err'.
15811
15812 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15813 (whitespace-help-scroll): Remove unused variable `data-help'.
15814
15815 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15816 (widget-image-insert, widget-after-change, default)
15817 (widget-default-format-handler, widget-default-notify)
15818 (widget-default-prompt-value, widget-info-link-action)
15819 (widget-url-link-action, widget-function-link-action)
15820 (widget-variable-link-action, widget-file-link-action)
15821 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15822 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15823 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15824 (widget-insert-button-action, widget-delete-button-action, visibility)
15825 (widget-documentation-link-action, widget-documentation-string-action)
15826 (widget-const-prompt-value, widget-regexp-match, symbol)
15827 (widget-coding-system-prompt-value)
15828 (widget-key-sequence-value-to-external, sexp)
15829 (widget-sexp-value-to-internal, character, vector, cons)
15830 (widget-choice-prompt-value, widget-boolean-prompt-value)
15831 (widget-color--choose-action): Mark unused parameters.
15832 (widget-item-match-inline, widget-choice-match-inline)
15833 (widget-checklist-match, widget-checklist-match-inline)
15834 (widget-group-match): Rename parameter VALUES to VALS.
15835 (widget-field-value-set): Remove unused variable `size'.
15836 (widget-color-action): Remove unused variables `value' and `start'.
15837
15838 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15839 variable `dir'. Doc fix.
06b60517
JB
15840 (windmove-find-other-window): Don't pass it.
15841
15842 * window.el (count-windows): Mark unused parameter.
15843 (bw-adjust-window): Remove unused variable `err'.
15844
15845 * woman.el (woman-file-name): Remove unused variable `default'.
15846 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15847 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15848 (global-font-lock-mode): Declare.
15849 (woman-decode-region): Mark unused parameter.
15850 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15851
15852 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15853 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15854 (x-dnd-handle-moz-url): Remove unused variable `title'.
15855 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15856
15857 * xml.el (xml-parse-tag, xml-parse-attlist):
15858 Remove unused variable `pos'.
15859
bc4f7f3d
GM
158602011-04-19 Glenn Morris <rgm@gnu.org>
15861
15862 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15863 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15864 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15865 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15866 * calendar/cal-html.el (cal-html-insert-minical):
15867 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15868 (calendar-mark-date-pattern):
15869 Prefix "unused" locals.
15870
15871 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15872 optional argument `style'.
15873
15874 * calendar/appt.el (appt-make-list):
15875 * calendar/cal-china.el (calendar-chinese-date-string):
15876 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15877 (diary-hebrew-yahrzeit):
15878 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15879 * calendar/calendar.el (calendar-generate-window):
15880 * calendar/time-date.el (time-to-days):
15881 Remove unused local variables.
15882
16a43933
CY
158832011-04-18 Chong Yidong <cyd@stupidchicken.com>
15884
15885 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15886 glyphless-char-display table.
15887 (tabulated-list-glyphless-char-display): New var.
15888
7eed1860
SS
158892011-04-18 Sam Steingold <sds@gnu.org>
15890
15891 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15892 to acknowledgments.
15893
4d2d1ccd
GM
158942011-04-17 Glenn Morris <rgm@gnu.org>
15895
15896 * calendar/diary-lib.el (diary-sexp-entry):
15897 * calendar/holidays.el (holiday-sexp):
15898 Set debug-on-error rather than the removed stack-trace-on-error.
15899
239da61d
GM
159002011-04-16 Glenn Morris <rgm@gnu.org>
15901
15902 * progmodes/f90.el: Use lexical-binding.
15903 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15904
8b05752a
SM
159052011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15906
daca8ba5
SM
15907 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15908 (mail-mode): Setup mailalias completion here instead.
15909 * mail/mailalias.el: Use lexical-binding.
15910 (pattern, mailalias-done): Declare dynamic.
15911 (mail-completion-at-point-function): New function, from mail-complete.
15912 (mail-complete): Use it.
15913 (mail-completion-expand): New function.
15914 (mail-get-names): Use it.
15915 (mail-directory, mail-directory-process, mail-directory-stream):
15916 Don't use `pattern' for lexically bound arg.
15917
6f542485
SM
15918 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15919
037e7c3f
SM
15920 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15921 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15922 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15923
8b05752a
SM
15924 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15925 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15926 (byte-interactive-p): Define them again, for use when inlining
15927 old code.
15928
49093f60
JB
159292011-04-15 Juanma Barranquero <lekktu@gmail.com>
15930
15931 * loadup.el: Use `string-to-number', not `string-to-int'.
15932
b5b8e7de
SM
159332011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15936 gud-gdb-complete-command.
15937 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15938 (gud-gdb-completion-at-point): New function.
15939 (gud-gdb-completions): Remove.
15940
f42efeb5
MA
159412011-04-14 Michael Albinus <michael.albinus@gmx.de>
15942
49093f60
JB
15943 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15944 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15945 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15946 whether `executable-find' is bound.
f42efeb5
MA
15947
15948 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15949
e240cc21
SM
159502011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * minibuffer.el (completion-in-region-mode-predicate)
15953 (completion-in-region-mode--predicate): New vars.
15954 (completion-in-region, completion-in-region--postch)
15955 (completion-in-region-mode): Use them.
15956 (completion--capf-wrapper): Also return the hook function.
15957 (completion-at-point, completion-help-at-point):
15958 Adjust and provide a predicate.
c2bd2ab0
SM
15959
15960 Preserve arg names for advice of subr and lexical functions (bug#8457).
15961 * help-fns.el (help-function-arglist): Consolidate the subr and
15962 new-byte-code cases. Add argument `preserve-names' to extract names
15963 from the docstring when needed.
15964 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15965 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15966 (ad-arglist): Use help-function-arglist's new arg.
15967 (ad-definition-type): Use cond.
15968
c183f693
JB
159692011-04-13 Juanma Barranquero <lekktu@gmail.com>
15970
06641a47
JB
15971 * autorevert.el (auto-revert-handler):
15972 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15973 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15974 Don't quote lambda.
15975
c183f693
JB
15976 * image-mode.el (image-transform-set-scale):
15977 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15978
1e3b6001
G
159792011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15980
15981 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15982 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15983 Upgrades via gnutls-cli are too slow to be done opportunistically.
15984
2d6af8dd
JB
159852011-04-12 Juanma Barranquero <lekktu@gmail.com>
15986
15987 * dframe.el (dframe-current-frame): Remove spurious quote.
15988
c0749a51
GM
159892011-04-12 Glenn Morris <rgm@gnu.org>
15990
088d0d61
GM
15991 * calendar/cal-tex.el (cal-tex-end-document):
15992 Try to automatically use latin1 input if needed.
15993
c0749a51
GM
15994 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15995 Don't try to cons a mark onto an empty element.
15996
5c90fde0
LL
159972011-04-11 Leo Liu <sdl.web@gmail.com>
15998
15999 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16000 buffers.
16001 (ido-kill-buffer-at-head): Support killing virtual buffers.
16002
369e974d
CY
160032011-04-10 Chong Yidong <cyd@stupidchicken.com>
16004
16005 * minibuffer.el (completion-show-inline-help): New var.
16006 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16007 (minibuffer-force-complete, minibuffer-complete-word):
16008 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16009
16010 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16011 to avoid interference from inline help (Bug#5849).
16012
37f1c930
LL
160132011-04-10 Leo Liu <sdl.web@gmail.com>
16014
099c39a4
JB
16015 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16016 Fix typo.
37f1c930 16017
a32d4040
CY
160182011-04-09 Chong Yidong <cyd@stupidchicken.com>
16019
16020 * image-mode.el (image-toggle-display-image): Signal an error if
16021 not in Image mode.
16022 (image-transform-mode, image-transform-resize)
16023 (image-transform-set-rotation): Doc fix.
daca8ba5 16024 (image-transform-set-resize): Delete.
a32d4040
CY
16025 (image-transform-set-scale, image-transform-fit-to-height)
16026 (image-transform-fit-to-width): Handle image-toggle-display-image
16027 and image-transform-resize directly.
16028
099c39a4 160292011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16030
16031 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16032 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16033 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16034 (doc-view-mode-map): Add bindings for the new functions.
16035
099c39a4 160362011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16037
4d61f28d 16038 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16039 Fix typo in docstring.
16040
3726838a
EZ
160412011-04-08 Eli Zaretskii <eliz@gnu.org>
16042
04f33f1e
EZ
16043 * files.el (file-size-human-readable): Produce one digit after
16044 decimal, like "ls -lh" does.
16045
16046 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16047 the file size representation.
16048
3726838a
EZ
16049 * simple.el (list-processes): If async subprocesses are not
16050 available, error out with a clear error message.
16051
cbb59342
CY
160522011-04-08 Chong Yidong <cyd@stupidchicken.com>
16053
16054 * help.el (help-form-show): New function, to be called from C.
16055 Put help-form output in a buffer named differently than *Help*.
16056
e3971c44
EZ
160572011-04-08 Eli Zaretskii <eliz@gnu.org>
16058
16059 * files.el (file-size-human-readable): New function.
16060
16061 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16062 computing the representation inline. Don't require `cl'.
16063
12544bbe
GM
160642011-04-08 Glenn Morris <rgm@gnu.org>
16065
a1de6c6a
GM
16066 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16067
3c4671f4
GM
16068 * net/browse-url.el (browse-url-firefox):
16069 Test system-type, not system-configuration.
16070
b605679c
GM
16071 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16072 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16073 Use log-edit-empty-buffer-p. (Bug#7598)
16074
56442f0c
GM
16075 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16076 (rlogin-mode-map): Initialize in the defvar.
16077 (rlogin): Use ignore-errors.
16078
12544bbe
GM
16079 * replace.el (occur-mode-map): Some fixes for menu items.
16080
eb237b0f
AH
160812011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16082
16083 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16084
7d668f2c
CY
160852011-04-06 Chong Yidong <cyd@stupidchicken.com>
16086
e67a13ab
CY
16087 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16088 issuing unused warnings.
16089
16090 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16091 macro directly.
16092
7d668f2c
CY
16093 * simple.el: Lisp reimplement of list-processes. Based on an
16094 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16095 (process-menu-mode): New major mode.
16096 (list-processes--refresh, list-processes):
16097 (process-menu-visit-buffer): New functions.
16098
16099 * files.el (save-buffers-kill-emacs): Don't assume any return
16100 value of list-processes, which is undocumented anyway.
16101
a83ec3c9
CY
161022011-04-06 Chong Yidong <cyd@stupidchicken.com>
16103
16104 * emacs-lisp/tabulated-list.el: New file.
16105
e91a96fe
CY
16106 * emacs-lisp/package.el: Use Tabulated List mode.
16107 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16108 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16109 table format using Tabulated List mode variables.
16110 (package--push): New macro, replacing package-list-maybe-add.
16111 (package-menu--generate): Use package--push. Renamed from
16112 package--generate-package-list.
16113 (package-menu-refresh, list-packages): Use it.
daca8ba5 16114 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16115 Return insertion data instead of inserting it directly.
099c39a4
JB
16116 (package-menu-describe-package, package-menu-execute):
16117 Use tabulated-list-get-id.
e91a96fe
CY
16118 (package-menu-mark-delete, package-menu-mark-install)
16119 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16120 (package-menu-mark-obsolete-for-deletion):
16121 Use tabulated-list-put-tag.
e91a96fe
CY
16122 (package--list-packages, package-menu-revert)
16123 (package-menu-get-package, package-menu-get-version)
16124 (package-menu-sort-by-column): Functions deleted.
16125 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16126 (package-menu--status-predicate, package-menu--version-predicate)
16127 (package-menu--name-predicate)
16128 (package-menu--description-predicate): Handle arguments in the
16129 Tabulated List format.
16130 (package-list-packages-no-fetch): Call list-packages.
16131
3e214b50
JB
161322011-04-06 Juanma Barranquero <lekktu@gmail.com>
16133
16134 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16135 (after-find-file): Don't bind it.
3e214b50
JB
16136 (revert-buffer-in-progress-p): New variable.
16137 (revert-buffer): Bind it.
16138 Pass nil for `after-find-file-from-revert-buffer'.
16139
16140 * saveplace.el (save-place-find-file-hook): Use new variable
16141 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16142
3f0f1700
GM
161432011-04-06 Glenn Morris <rgm@gnu.org>
16144
c0274801
GM
16145 * Makefile.in (AUTOGEN_VCS): New variable.
16146 (autoloads): Use $AUTOGEN_VCS.
16147
3f0f1700
GM
16148 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16149 * calendar/calendar.el (calendar-mode-map):
16150 Check for toolkit scroll bars. (Bug#8305)
16151
41ea9e48
CY
161522011-04-05 Chong Yidong <cyd@stupidchicken.com>
16153
16154 * minibuffer.el (completion-in-region--postch)
16155 (completion-in-region-mode): Remove unnecessary messages.
16156
6194c800
JB
161572011-04-05 Juanma Barranquero <lekktu@gmail.com>
16158
33256f14
JB
16159 * font-lock.el (font-lock-refresh-defaults):
16160 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16161 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16162
6194c800
JB
16163 * info.el (Info-directory-list, Info-read-node-name-2)
16164 (Info-split-parameter-string): Doc fixes.
16165 (Info-virtual-nodes): Reflow docstring.
16166 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16167 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16168 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16169 Fix typos in docstrings.
16170 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16171 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16172 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16173 (Info-restore-desktop-buffer): Mark unused parameters.
16174 (Info-directory-find-file, Info-directory-find-node)
16175 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16176 (Info-virtual-index-find-node, Info-apropos-find-file)
16177 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16178 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16179 (Info-virtual-index): Remove unused local variable `nodename'.
16180
b87a8200 161812011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16182
b87a8200
DD
16183 * net/rcirc.el: Update my e-mail address.
16184 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16185
3b2ff876
CY
161862011-04-05 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * startup.el (command-line): Save the cursor's theme-face
16189 directly, instead of using face-override-spec.
16190
16191 * custom.el (load-theme): Minor optimization in assigning faces.
16192
8d17e7ca
JB
161932011-04-04 Juanma Barranquero <lekktu@gmail.com>
16194
16195 * help-fns.el (describe-variable): Complete all variables having
16196 documentation, including keywords.
16197 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16198
2fbc1934
JB
161992011-04-04 Juanma Barranquero <lekktu@gmail.com>
16200
16201 Convert to lexical-binding.
16202
16203 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16204 (bs--get-marked-string, bs--get-modified-string)
16205 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16206 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16207 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16208
16209 * ehelp.el (electric-help-execute-extended)
16210 (electric-help-ctrl-x-prefix):
16211 * hexl.el (hexl-revert-buffer-function):
16212 * linum.el (linum-after-change, linum-after-scroll):
16213 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16214
16215 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16216
74f50695
DU
162172011-04-04 Daiki Ueno <ueno@unixuser.org>
16218
16219 * epa-dired.el:
16220 * epa-mail.el:
16221 * epa-hook.el:
16222 * epa-file.el:
16223 * epa.el:
16224 * epg.el: Use lexical binding.
16225
c11325f7
CY
162262011-04-03 Chong Yidong <cyd@stupidchicken.com>
16227
0d9e9a12
CY
16228 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16229
c11325f7 16230 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16231 dictionary case for flyspell-mark-duplications-exceptions.
16232 Use regexp matching for languages.
c11325f7
CY
16233 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16234 default dictionary (Bug#7926).
16235
da91b5f2
CY
162362011-04-02 Chong Yidong <cyd@stupidchicken.com>
16237
099c39a4
JB
16238 * emacs-lisp/package.el (package--with-work-buffer):
16239 Recognize https URLs.
da91b5f2 16240
099c39a4
JB
16241 * net/network-stream.el: Move from gnus/proto-stream.el.
16242 Change prefix to network-stream throughout.
da91b5f2
CY
16243 (open-protocol-stream): Merge into open-network-stream, leaving
16244 open-protocol-stream as an alias. Handle nil BUFFER args.
16245
16246 * subr.el (open-network-stream): Move to net/network-stream.el.
16247
afa8e9f6
GM
162482011-04-02 Glenn Morris <rgm@gnu.org>
16249
1d2e369d
GM
16250 * find-dired.el (find-exec-terminator): New option.
16251 (find-ls-option): Test for -ls support.
16252 (find-ls-subdir-switches): Test for -b in find-ls-option.
16253 (find-dired, find-grep-dired): Doc fixes.
16254 (find-dired): Use find-exec-terminator.
16255
8abb7da8 16256 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16257 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16258 (find-name-arg): Remove purecopy.
8abb7da8 16259
f3ca7378
GM
16260 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16261 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16262 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16263 accordingly. Don't add the null-device if not needed.
16264
afa8e9f6
GM
16265 * files.el (save-some-buffers): Doc fix.
16266
35eae264
EZ
162672011-04-02 Eli Zaretskii <eliz@gnu.org>
16268
16269 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16270
26b51db5
JB
162712011-04-01 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16274 Use `dolist' rather than `mapcar'.
16275
7200d79c
SM
162762011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16277
03408648 16278 Add lexical binding.
7200d79c 16279
03408648
SM
16280 * subr.el (apply-partially): Use new closures rather than CL.
16281 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16282 (dolist, dotimes): Use slightly different expansion for lexical code.
16283 (functionp): Move to C.
16284 (letrec): New macro.
16285 (with-wrapper-hook): Use it and apply-partially instead of CL.
16286 (eval-after-load): Preserve lexical-binding.
16287 (save-window-excursion, with-output-to-temp-buffer): Turn them
16288 into macros.
7200d79c 16289
03408648
SM
16290 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16291
16292 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16293 than the arglist.
16294 (help-add-fundoc-usage): Don't add `Not documented'.
16295 (help-function-arglist): Handle closures, subroutines, and new
16296 byte-code-functions.
16297 (help-make-usage): Remove leading underscores.
16298 (describe-function-1): Handle closures.
16299 (describe-variable): Use special-variable-p for completion.
16300
16301 * files.el (lexical-binding): Declare safe.
f488fb65 16302
03408648
SM
16303 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16304 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16305 (pcase): Add `let' pattern.
16306 Change memoization so it actually works.
16307 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16308 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16309 <let>: New case.
f488fb65 16310
03408648
SM
16311 * emacs-lisp/macroexp.el: Use lexical binding.
16312 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16313 Don't convert ' to #' without checking that it's indeed quoting
16314 a lambda.
16315
16316 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16317 Use eval-sexp-add-defvars.
03408648
SM
16318 (eval-sexp-add-defvars): New fun.
16319
16320 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16321
16322 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16323 Don't autoload.
16324 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16325 than the internal `byte-compile-lambda'.
16326 (defmethod): Don't hide code under quotes.
16327 (eieio-defmethod): New `code' argument.
16328
16329 * emacs-lisp/eieio-comp.el: Remove.
16330
16331 * emacs-lisp/edebug.el (edebug-eval-defun)
16332 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16333 (edebug-toggle): Avoid `eval'.
16334
16335 * emacs-lisp/disass.el (disassemble-internal): Handle new
16336 `closure' objects.
16337 (disassemble-1): Handle new byte codes.
16338
16339 * emacs-lisp/cl.el (pushnew): Silence warning.
16340
16341 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16342 (cl-byte-compile-throw): Remove.
16343 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16344
16345 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16346 closures.
16347
16348 * emacs-lisp/cconv.el: New file.
16349
16350 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16351 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16352 (byte-compile-initial-macro-environment):
16353 Handle declare-function here.
16354 (byte-compile--lexical-environment): New var.
16355 (byte-stack-ref, byte-stack-set, byte-discardN)
16356 (byte-discardN-preserve-tos): New lap codes.
16357 (byte-interactive-p): Don't use any more.
16358 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16359 New macros.
16360 (byte-compile-lapcode): Use them and handle new lap codes.
16361 (byte-compile-obsolete): Remove.
16362 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16363 (byte-compile-arglist-warn): Check late def of inlinable funs.
16364 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16365 since they should have been expanded by now.
16366 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16367 (byte-compile-from-buffer): Remove unused second arg.
16368 (byte-compile-preprocess): New function.
16369 (byte-compile-toplevel-file-form): New function to distinguish
16370 file-form calls from outside from file-form calls from hunk-handlers.
16371 (byte-compile-file-form): Simplify.
16372 (byte-compile-file-form-defsubst): Remove.
16373 (byte-compile-file-form-defmumble): Simplify now that
16374 byte-compile-lambda always returns a byte-code-function.
16375 (byte-compile): Preprocess.
16376 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16377 Remove, not used any more.
16378 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16379 (byte-compile-make-args-desc): New funs.
16380 (byte-compile-lambda): Handle lexical functions. Always return
16381 a byte-code-function.
16382 (byte-compile-reserved-constants): New var, to make up room for
16383 closed-over variables.
16384 (byte-compile-constants-vector): Obey it.
16385 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16386 (byte-compile-macroexpand-declare-function): New function.
16387 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16388 byte-code-functions.
16389 (byte-compile-form): Check obsolescence here.
16390 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16391 (byte-compile-variable-ref): Remove.
16392 (byte-compile-dynamic-variable-op): New fun.
16393 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16394 (byte-compile-variable-set): New funs.
16395 (byte-compile-discard): Add 2 args.
16396 (byte-compile-stack-ref, byte-compile-stack-set)
16397 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16398 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16399 macroexpand-all instead.
16400 (byte-compile-quote-form): Remove.
16401 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16402 (byte-compile-bind, byte-compile-unbind): New funs.
16403 (byte-compile-let): Handle let* and lexical binding.
16404 (byte-compile-let*): Remove.
16405 (byte-compile-catch, byte-compile-unwind-protect)
16406 (byte-compile-track-mouse, byte-compile-condition-case):
16407 Handle a new :fun-body form, used for lexical scoping.
16408 (byte-compile-save-window-excursion)
16409 (byte-compile-with-output-to-temp-buffer): Remove.
16410 (byte-compile-defun): Simplify.
16411 (byte-compile-stack-adjustment): New fun.
16412 (byte-compile-out): Use it.
16413 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16414
16415 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16416 handler any more.
16417
16418 * emacs-lisp/byte-opt.el: Use lexical binding.
16419 (byte-inline-lapcode): Remove (to bytecomp).
16420 (byte-compile-inline-expand): Pay attention to inlining to/from
16421 lexically bound code.
16422 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16423 any more.
16424 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16425 any more and don't call compiler-macros.
16426 (byte-compile-splice-in-already-compiled-code): Remove.
16427 (byte-code): Don't inline any more.
16428 (disassemble-offset): Receive `bytes' as argument rather than via
16429 dynamic scoping.
16430 (byte-compile-tag-number): Declare before first use.
16431 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16432 `return' even if make-spliceable.
16433 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16434 obsolete interactive-p.
16435 (byte-optimize-lapcode): Optimize new lap-codes.
16436 Don't trip up on new form of `byte-constant' lap code.
16437
16438 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16439
16440 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16441
16442 * custom.el (custom-initialize-default, custom-declare-variable):
16443 Use `defvar'.
16444
16445 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16446 New variables.
16447 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16448 (COMPILE_FIRST): Add macroexp and cconv.
16449 * makefile.w32-in: Mirror changes in Makefile.in.
16450
16451 * vc/cvs-status.el:
16452 * vc/diff-mode.el:
16453 * vc/log-edit.el:
16454 * vc/log-view.el:
16455 * vc/smerge-mode.el:
16456 * textmodes/bibtex-style.el:
090bd7cb 16457 * textmodes/css-mode.el:
03408648
SM
16458 * startup.el:
16459 * uniquify.el:
da91b5f2
CY
16460 * minibuffer.el:
16461 * newcomment.el:
16462 * reveal.el:
16463 * server.el:
16464 * mpc.el:
16465 * emacs-lisp/smie.el:
16466 * doc-view.el:
16467 * dired.el:
03408648
SM
16468 * abbrev.el: Use lexical binding.
16469
0f0c1f27
EZ
164702011-04-01 Eli Zaretskii <eliz@gnu.org>
16471
16472 * info.el (info-display-manual): New function.
16473
c82b2579
SM
164742011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16477
221ddf68
TH
164782011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16479
16480 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16481 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16482
cba6e77e
GM
164832011-03-31 Glenn Morris <rgm@gnu.org>
16484
e040639f
GM
16485 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16486
cba6e77e
GM
16487 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16488
6d0f1c9e
CS
164892011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16490
16491 * progmodes/python.el (python-default-interpreter)
16492 (python-python-command-args, python-jython-command-args)
16493 (python-which-shell, python-which-args, python-which-bufname)
16494 (python-file-queue, python-comint-output-filter-function)
16495 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16496 variables and functions.
16497
3e2d70fd
SM
164982011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16501 (completion-in-region-mode): New minor mode.
16502 (completion-in-region): Use it.
16503 (completion-in-region--data, completion-in-region-mode-map): New vars.
16504 (completion-in-region--postch): New function.
16505 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16506 New vars.
16507 (completion--capf-wrapper): New function.
16508 (completion-at-point): Use it to track well-behavedness of
16509 hook functions.
16510 (completion-help-at-point): New command.
16511
f3e4086c
JM
165122011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16513
16514 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16515 syntax class to search for whitespace on a single line
16516 (Message-ID: <4D938140.4030905@redhat.com>).
16517
eb7ffc14
LL
165182011-03-30 Leo Liu <sdl.web@gmail.com>
16519
16520 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16521 New commands.
16522 (edit-abbrevs-map): Bind them here.
16523 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16524
d806ab68
KM
165252011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16526
16527 * allout.el (allout-hide-by-annotation, allout-flag-region):
16528 Reduce possibility of overlay leakage by making them volatile.
16529
16530 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16531 hash is not shared between buffers. Mode initialization is
16532 responsible for giving it a useful starting value.
16533 (allout-item-span): Reduce possibility of overlay leakage by
16534 making them volatile.
16535 (allout-widgets-count-buttons-in-region): Add diagnostic function
16536 for tracking down button overlay leaks.
16537
ea622834
LL
165382011-03-29 Leo Liu <sdl.web@gmail.com>
16539
16540 * ido.el (ido-read-internal): Use the default history var
16541 minibuffer-history if no HISTORY is specified.
16542
b62f8267
G
165432011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16544
03408648
SM
16545 * net/imap.el (imap-shell-open, imap-process-connection-type):
16546 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16547 Kerberos, SSL, other subprocesses.
16548
947b6566
LL
165492011-03-28 Leo Liu <sdl.web@gmail.com>
16550
16551 * abbrev.el (abbrev-table-empty-p): New function.
16552 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16553 nonempty ones. (Bug#5937)
16554
5ffb62aa
JD
165552011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16556
16557 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16558
7a097943
LL
165592011-03-27 Leo Liu <sdl.web@gmail.com>
16560
16561 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16562 for foreground and background colors.
16563 (ansi-color-make-color-map): Adapt.
16564
c5b40130
LL
165652011-03-25 Leo Liu <sdl.web@gmail.com>
16566
1f48f7d2
LL
16567 * midnight.el (midnight-time-float): Remove. Note it calculates
16568 the microsecond component incorrectly and seconds-to-time does the
16569 same job.
625897ec 16570 Remove redundant (require 'timer).
1f48f7d2 16571
c5b40130
LL
16572 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16573 (ido-completions): Remove unused arguments. (Bug#8329)
16574
d86d2721
SM
165752011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16576
16577 * minibuffer.el (completion--flush-all-sorted-completions):
16578 Remove itself from hook.
16579 (completion-at-point): Let the functions perform the completion
16580 immediately and return nil or t.
16581 * comint.el (comint-dynamic-complete-functions): Now identical to
16582 completion-at-point-functions.
16583 (comint-dynamic-list-input-ring): Remove unused var `index'.
16584 (comint--match-partial-filename, comint--unquote&expand-filename):
16585 New funs, split from comint-match-partial-filename.
16586 (comint-dynamic-complete): Use completion-at-point.
16587 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16588
e8974c48
DA
165892011-03-24 Drew Adams <drew.adams@oracle.com>
16590
16591 * thingatpt.el: Support `defun'.
16592
def71b5e
LL
165932011-03-23 Leo Liu <sdl.web@gmail.com>
16594
cb5af48e
LL
16595 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16596
def71b5e
LL
16597 * help-mode.el (help-mode-finish): Tweak regexp.
16598
927c53e7
GM
165992011-03-23 Glenn Morris <rgm@gnu.org>
16600
18d05bed
GM
16601 * eshell/esh-opt.el (eshell-eval-using-options):
16602 Do not bind unused local variable `eshell-option-stub'.
16603
927c53e7
GM
16604 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16605
9d0da923
JB
166062011-03-22 Juanma Barranquero <lekktu@gmail.com>
16607
16608 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16609 keymap variable in `with-no-warnings' to avoid a warning when the
16610 keymap has been already `defconst'ed.
16611
4b978a67
LL
166122011-03-22 Leo Liu <sdl.web@gmail.com>
16613
16614 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16615 encode all chars in abbrevs; otherwise use emacs-mule or
16616 utf-8-emacs. (Bug#8308)
16617
5fd62452
JB
166182011-03-22 Juanma Barranquero <lekktu@gmail.com>
16619
0b1596c6
JB
16620 * simple.el (backward-delete-char-untabify):
16621 Avoid warning about using `delete-backward-char'.
16622
5fd62452
JB
16623 * image.el (image-type-file-name-regexps): Make it variable.
16624 `imagemagick-register-types' modifies it, and the user may want
16625 to add new extensions for known image types.
16626 (imagemagick-register-types): Throw error if not using ImageMagick.
16627
0b4e93f1
LL
166282011-03-22 Leo Liu <sdl.web@gmail.com>
16629
16630 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16631 located before rcirc-prompt-end-marker.
16632 (rcirc-complete): Error if point is not after rcirc prompt.
16633 Handle the case when table is nil.
9882e214 16634 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16635
fccee4ab
CY
166362011-03-22 Chong Yidong <cyd@stupidchicken.com>
16637
16638 * custom.el (custom--inhibit-theme-enable): Make it affect only
16639 custom-theme-set-variables and custom-theme-set-faces.
16640 (provide-theme): Ignore custom--inhibit-theme-enable.
16641 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16642 (custom-enabling-themes): Delete variable.
d86d2721
SM
16643 (enable-theme): Accept only loaded themes as arguments.
16644 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16645 (custom-enabled-themes): Forbid themes from setting this.
16646 Eliminate use of custom-enabling-themes.
16647 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16648
af896da6
LL
166492011-03-21 Leo Liu <sdl.web@gmail.com>
16650
16651 * ido.el (ido-read-internal): Add ido-selected to history instead
16652 of user input.
16653
78f64af0
SM
166542011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * subr.el (deferred-action-list, deferred-action-function):
16657 Mark obsolete.
16658
b16ac1ec
LL
166592011-03-21 Leo Liu <sdl.web@gmail.com>
16660
810f7698
LL
16661 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16662 change on 2011-02-13 (bug#8309).
16663
b16ac1ec
LL
16664 * minibuffer.el (read-file-name-function): Change default value.
16665 (read-file-name--defaults): Rename from read-file-name-defaults.
16666 (read-file-name-default): Rename from read-file-name.
16667 (read-file-name): Call read-file-name-function.
16668
4e05e67e
GM
166692011-03-21 Glenn Morris <rgm@gnu.org>
16670
16671 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16672 Doc fixes.
16673
4359915b
CY
166742011-03-21 Chong Yidong <cyd@stupidchicken.com>
16675
16676 * cus-theme.el: Add missing provide statement.
16677 (customize-create-theme): Extract theme value correctly.
16678 (custom-theme-visit-theme): Autoload.
16679 (customize-create-theme): Prompt before inserting default faces.
16680
1fe275ee
JB
166812011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16682
16683 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16684 units and musical notes.
16685
cd394be1 166862011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16687
16688 * ido.el (ido-read-internal): Use completing-read-default.
16689 (ido-completing-read): Fix compatibility with completing-read.
16690
7d476bde
CO
166912011-03-20 Christian Ohler <ohler@gnu.org>
16692
16693 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16694 (ert-delete-all-tests): Use `called-interactively-p' rather than
16695 `interactive-p'.
16696 (ert--make-xrefs-region): Respect END.
16697
fe0fb33e
CY
166982011-03-19 Chong Yidong <cyd@stupidchicken.com>
16699
ff854b0b
CY
16700 * dired-aux.el (dired-create-directory): Signal an error if the
16701 directory already exists (Bug#8246).
16702
fe0fb33e
CY
16703 * facemenu.el (list-colors-display): Call list-faces-display
16704 inside with-help-window.
16705 (list-colors-print): Use display property to align the final
16706 column, instead of checking window-width.
16707
576bce32
EZ
167082011-03-19 Eli Zaretskii <eliz@gnu.org>
16709
4d61f28d 16710 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16711 windows-nt systems.
16712 (emerge-protect-metachars): Quote correctly for ms-dos and
16713 windows-nt systems.
16714
89c41d68 167152011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16716
16717 * info.el (info-initialize): Replace all uses of `:' with
16718 path-separator for compatibility with non-Unix systems.
16719 Cache quoting of path-separator. (Bug#8258)
16720
b14e3e21 167212011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16722
16723 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16724 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16725 (mouse-avoidance-mode): Fix typos in docstrings.
16726
4525ce3e
CY
167272011-03-19 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * startup.el (package-subdirectory-regexp): Move from package.el.
16730 Omit \\` and \\', and let callers add them.
16731
16732 * emacs-lisp/package.el (package-strip-version)
16733 (package-load-all-descriptors): Add \\` and \\' to
16734 package-subdirectory-regexp before using it.
16735 (package-untar-buffer): New arg DIR; ensure that file untars only
16736 into this expected directory. Remove superfluous delete-region.
16737 (package-unpack): Caller changed.
16738 (package-tar-file-info): Use package-subdirectory-regexp.
16739
a904a09a 167402011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16741
a904a09a
SM
16742 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16743 diff-mode-shared-map (bug#8284).
16744 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16745
167462011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16747
16748 * calendar/time-date.el (format-seconds): Use assoc instead of
16749 assoc-string, since assoc-string doesn't exist in XEmacs.
16750
171fc304
JB
167512011-03-17 Juanma Barranquero <lekktu@gmail.com>
16752
16753 * custom.el (custom-known-themes): Reflow docstring.
16754 (custom-theme-load-path): Fix typo in docstring.
16755 (load-theme): Fix typo in error message.
16756 (custom-available-themes, custom-variable-theme-value):
16757 Use `let', not `let*'.
16758
d71990a1
JB
167592011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16760
16761 * calc/README: Mention inclusion of musical notes.
16762
16763 * calc/calc-units.el (calc-lu-quant): Rename from
16764 `calc-logunits-quantity'.
16765 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16766 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16767 (calc-db): Rename from `calc-dblevel'.
16768 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16769 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16770 (calc-np): Rename from `calc-nplevel'.
16771 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16772 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16773 (calc-lu-plus): Rename from `calc-logunits-add'.
16774 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16775 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16776 (calc-lu-minus): Rename from `calc-logunits-sub'.
16777 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16778 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16779 (calc-lu-times): Rename from `calc-logunits-mul'.
16780 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16781 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16782 (calc-lu-divide): Rename from `calc-logunits-div'.
16783 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16784 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16785
16786 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16787 functions being autoloaded.
16788
16789 * calc/calc.el (calc-lu-power-reference): Rename from
16790 `calc-logunits-power-reference'.
16791 (calc-lu-field-reference): Rename from
16792 `calc-logunits-field-reference'.
16793
7a71b18d
GM
16794 * calc/calc-help.el (calc-l-prefix-help):
16795 Mention musical note functions.
d71990a1 16796
40c2934b
SM
167972011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * minibuffer.el (completion-all-sorted-completions):
16800 Use :completion-cycle-penalty text property if present.
16801
b0911414
KM
168022011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16803
16804 * allout.el (allout-yank-processing): Adjust for new rebulleting
16805 regime so bullet being yanked is used without prompting the user
16806 for a choice.
16807
8a05b668
JB
168082011-03-16 Juanma Barranquero <lekktu@gmail.com>
16809
16810 * startup.el (command-line): Warn the user that _emacs is deprecated.
16811
5ba5fb81
JB
168122011-03-16 Juanma Barranquero <lekktu@gmail.com>
16813
16814 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16815 (delphi-verbose, delphi-comment-face, delphi-string-face)
16816 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16817 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16818 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16819 (delphi-new-comment-line, delphi-font-lock-defaults)
16820 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16821 Fix typos in docstrings.
16822
2dab465b
KM
168232011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16824
5ba5fb81 16825 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16826 Invert the roles of character and string values for INSTEAD, so a
16827 string is used for the more common case of a defaulting prompt.
16828
0adf5618
SM
168292011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * progmodes/ruby-mode.el (ruby-backward-sexp):
16832 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16833 * play/gamegrid.el (gamegrid-make-face):
16834 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16835 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16836 * notifications.el (notifications-notify):
16837 * net/xesam.el (xesam-search-engines):
16838 * net/quickurl.el (quickurl-list-insert):
16839 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16840
d72700e5
CY
168412011-03-15 Chong Yidong <cyd@stupidchicken.com>
16842
16843 * startup.el (command-line): Update package subdirectory regexp.
16844
49c5410a
SM
168452011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16846
c6eee9aa
SM
16847 * allout.el (allout-abbreviate-flattened-numbering)
16848 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16849
49c5410a
SM
16850 * subr.el (read-char-choice): Only show the cursor after the prompt,
16851 not after the answer.
16852
047b2bb9
KR
168532011-03-15 Kevin Ryde <user42@zip.com.au>
16854
16855 * help-fns.el (variable-at-point): Skip leading quotes, if any
16856 (bug#8253).
16857
0a57d256
SM
168582011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16861 warning message.
16862
77c992bc
MA
168632011-03-14 Michael Albinus <michael.albinus@gmx.de>
16864
16865 * shell.el (shell): When called interactively, offer to change the
16866 shell file name on remote hosts.
16867
eebc475d
TZ
168682011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16869
16870 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16871 integration for LDAP parameters. The host, base, user or binddn,
16872 and secret tokens can be specified in a netrc file, for instance.
16873 This is optional because an `auth-source' parameter must be
16874 specified in the search attributes.
16875
9d05d1ba
JB
168762011-03-13 Juanma Barranquero <lekktu@gmail.com>
16877
16878 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16879
09d9db2c
GM
168802011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16883 into declaration. Remove redundant and harmful binding.
16884
168852011-03-12 Eli Zaretskii <eliz@gnu.org>
16886
16887 * files.el (file-ownership-preserved-p): Pass `integer' as an
16888 explicit 2nd argument to `file-attributes'. If the file's owner
16889 is the Administrators group on Windows, and the current user is
16890 Administrator, consider that a match.
16891
16892 * server.el (server-ensure-safe-dir): Consider server directory
16893 safe on MS-Windows if its owner is the Administrators group while
16894 the current Emacs user is Administrator. Use `=' to compare
16895 numerical UIDs, since they could be integers or floats.
16896
219bd536
JB
168972011-03-12 Juanma Barranquero <lekktu@gmail.com>
16898
16899 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16900
f3afd36b
MA
169012011-03-12 Michael Albinus <michael.albinus@gmx.de>
16902
16903 Sync with Tramp 2.2.1.
16904
16905 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16906
16907 * net/trampver.el: Update release number.
16908
3aaaa6f1
SM
169092011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16910
94642599
SM
16911 * progmodes/compile.el (compilation--previous-directory): Fix up
16912 various nil/dead-marker mismatches (bug#8014).
16913 (compilation-directory-properties, compilation-error-properties):
16914 Don't call it at a position past the one we're about to change.
16915
3aaaa6f1
SM
16916 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16917 Disable obsolescence warnings in the file that declares it.
16918
14239447
KM
169192011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16920
099c39a4
JB
16921 * allout-widgets.el (allout-widgets-tally):
16922 Initialize allout-widgets-tally as a hash table rather than nil to
16923 prevent mode-line redisplay warnings. Also, clarify the module
16924 description and fix a comment typo.
14239447 16925
135e287c
JB
169262011-03-11 Juanma Barranquero <lekktu@gmail.com>
16927
16928 * help-fns.el (describe-variable): Don't complete keywords.
16929 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16930
ffbf300e
CY
169312011-03-10 Chong Yidong <cyd@stupidchicken.com>
16932
ba08b241
CY
16933 * emacs-lisp/package.el (package-version-join): Impose a standard
16934 string representation for pre/alpha/beta version lists.
16935 (package-unpack-single): Standardize the directory name by passing
16936 it through package-version-join.
16937 (package-strip-rcs-id): Accept any version string that does not
16938 signal an error in version-to-list.
ffbf300e 16939
f346fd6b
MA
169402011-03-10 Michael Albinus <michael.albinus@gmx.de>
16941
16942 * simple.el (delete-trailing-whitespace): Return nil for the
16943 benefit of `write-file-functions'.
16944
ccb55d27
GM
169452011-03-10 Glenn Morris <rgm@gnu.org>
16946
5ceaac0c
GM
16947 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16948
02da65ff
GM
16949 * vc/vc-git.el (vc-git-program): New option.
16950 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16951 (vc-git--call): Use it.
16952
b2f603cc
GM
16953 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16954
5772caab
GM
16955 * cus-edit.el (Custom-newline): If no button at point, look
16956 for a subgroup button at start-of-line. (Bug#2298)
16957
ccb55d27
GM
16958 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16959
ec6ecaed
JD
169602011-03-10 Julien Danjou <julien@danjou.info>
16961
16962 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16963 `cursor-type' is nil.
16964
9d5aa01d
JB
169652011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16966
16967 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16968
b6a5875b
KM
169692011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16970
7a71b18d 16971 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16972 preserves the existing header prefix, rebulleting it if necessary,
16973 rather than replacing it. This is necessary for proper operation
16974 of cooperative addons like allout-widgets.
1154d12e
JB
16975 (allout-make-topic-prefix, allout-rebullet-heading):
16976 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16977 value as alternate bullet to be used, instead of prompting the user
16978 for a bullet character.
b6a5875b 16979
ee545c35
MA
169802011-03-09 Michael Albinus <michael.albinus@gmx.de>
16981
d86d2721
SM
16982 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16983 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16984 `tramp-default-port'.
16985
c47971d7
DD
169862011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16987
16988 * net/rcirc.el (rcirc-handler-001): Remove useless
16989 with-rcirc-process-buffer.
16990 (rcirc-check-auth-status): Swap arguments to string-match.
16991
13522cb4
GM
169922011-03-09 Glenn Morris <rgm@gnu.org>
16993
0be6f4f1
GM
16994 * shell.el (shell-mode):
16995 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16996
13522cb4
GM
16997 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16998 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16999
515de2e3
CY
170002011-03-08 Chong Yidong <cyd@stupidchicken.com>
17001
17002 * emacs-lisp/package.el (package-refresh-contents)
17003 (package-menu-execute): Use condition-case-no-debug.
17004
b511b994
MA
170052011-03-08 Michael Albinus <michael.albinus@gmx.de>
17006
17007 * simple.el (shell-command-to-string): Use `process-file'.
17008
17009 * emacs-lisp/package.el (package-tar-file-info): Handle also
17010 remote files.
17011
d86d2721
SM
17012 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17013 Use `equal' for upload base check.
b511b994 17014
25bbfb31
AM
170152011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17016
17017 * textmodes/texinfo.el (texinfo-environments):
17018 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17019
be996521
GM
170202011-03-08 Glenn Morris <rgm@gnu.org>
17021
e9c8529f
GM
17022 * cus-start.el (cursor-in-non-selected-windows):
17023 Fix :set quoting oddness. (Bug#8192)
17024
be996521
GM
17025 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17026 in some setf expressions. (Bug#2159)
17027
2bb5649e
CY
170282011-03-08 Chong Yidong <cyd@stupidchicken.com>
17029
17030 * custom.el (custom-available-themes): Return themes in
17031 alphabetical order.
17032
33383987 17033See ChangeLog.15 for earlier changes.
e3d51b27
MR
17034
17035;; Local Variables:
17036;; coding: utf-8
e3d51b27
MR
17037;; End:
17038
acaf905b 17039 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17040
17041 This file is part of GNU Emacs.
17042
17043 GNU Emacs is free software: you can redistribute it and/or modify
17044 it under the terms of the GNU General Public License as published by
17045 the Free Software Foundation, either version 3 of the License, or
17046 (at your option) any later version.
17047
17048 GNU Emacs is distributed in the hope that it will be useful,
17049 but WITHOUT ANY WARRANTY; without even the implied warranty of
17050 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17051 GNU General Public License for more details.
17052
17053 You should have received a copy of the GNU General Public License
17054 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.