* net/tramp.el (tramp-default-host-alist): New defcustom.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b49eebcc
MA
12013-01-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-default-host-alist): New defcustom.
4 (tramp-find-host): Use it.
5 (tramp-eshell-directory-change): Moved from tramp-sh.el. Add to
6 `eshell-directory-change-hook'.
7
8 * net/tramp-adb.el (top): Add adb specific entry in
9 `tramp-default-host-alist'.
10 (tramp-adb-file-name-host): Remove function.
11 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
12 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
13
14 * net/tramp-sh.el : Move eshell integration code to tramp.el.
15
84f6744a
JH
162013-01-06 Jürgen Hötzel <juergen@archlinux.org>
17
18 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
19
b6cfbcd0
MA
202013-01-06 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
b49eebcc 23 consist of more than one digit.
b6cfbcd0
MA
24 (tramp-adb-file-name-handler-alist): Use
25 `tramp-handle-file-exists-p' consistently.
26 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
27 (tramp-adb-handle-file-exists-p): Remove function.
28 (tramp-adb-file-name-host): New defun.
29 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
30 Use it.
31 (tramp-adb-maybe-open-connection): Set "remote-path" property.
32
58ba7b1b
CY
332013-01-06 Chong Yidong <cyd@gnu.org>
34
35 * vc/vc.el (vc-next-action): Detect buffer modifications
36 conflicting with locking VCS operation (Bug#11490).
37
38 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
39
f4566fe9
MA
402013-01-05 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
43 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
44
838cf298
MA
452013-01-05 Jürgen Hötzel <juergen@archlinux.org>
46
47 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
48 parsing of ls output using regular expression (handle filenames
49 with spaces). Use virtual device number.
50 (tramp-do-parse-file-attributes-with-ls): New defun (Code
51 cleanup).
52
1bd71e9f
DU
532013-01-04 Daiki Ueno <ueno@gnu.org>
54
55 * epg.el: Silence byte-compiler warnings.
56 (epg--start): Use delete-char instead of delete-backward-char.
57 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
58
00cd4c1c
DU
592013-01-04 Daiki Ueno <ueno@gnu.org>
60
61 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
62 Suggested by Eli Zaretskii <eliz@gnu.org>.
63
f99ced35
MA
642013-01-04 Michael Albinus <michael.albinus@gmx.de>
65
66 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
67 non-negative integers. Otherwise, the default values are used.
68 (tramp-convert-file-attributes): Convert uid and gid to integers.
69
0f668a4d 702013-01-04 Glenn Morris <rgm@gnu.org>
ad235a8b 71
d2be4dcc
GM
72 * term.el (term-handle-colors-array): Ensure face attributes
73 are fully specified, not nil. (Bug#13337)
74
5b00b749
GM
75 * term.el (term-default-fg-color, term-default-bg-color):
76 Fix custom type.
77
220740a3
GM
78 * progmodes/etags.el (tags-compression-info-list): Doc fix.
79 (tag-find-file-of-tag-noselect): Check auto-compression-mode
80 rather than 'jka-compr being loaded. (Bug#13338)
81
bdd9367d
WD
822013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
83
84 * icomplete.el (icomplete-completions):
85 Honor icomplete-prospects-height once more following
86 2012-11-29 changes. (Bug#13224)
87
96dd18b1
SM
882013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
89
c0bd248c
SM
90 * subr.el (internal--called-interactively-p--get-frame): Find aliases
91 of called-interactively-p as well (bug#13237).
92
4a74c818
SM
93 * view.el (view--enable, view--disable): Rename from view-mode-enable
94 and view-mode-disable and assume it's called from view-mode.
95 (view-mode-enable, view-mode-disable): Redefine as obsolete
96 compatibility layer above view-mode.
97 (view-mode-enter): Call `view-mode'.
98
99 * files.el (after-find-file): Call `view-mode'.
100
96dd18b1
SM
101 * doc-view.el (doc-view-scale-internally): New var.
102 (doc-view-enlarge, doc-view-insert-image): Obey it.
103
c2cf1829
DU
1042013-01-03 Daiki Ueno <ueno@gnu.org>
105
106 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
107 exist. (Bug#13344)
108
ad235a8b
GM
1092013-01-03 Glenn Morris <rgm@gnu.org>
110
a8aa6c2d
GM
111 * mail/rmail.el (rmail-set-header-1): Ignore case.
112 Handle multi-line headers. (Bug#13330)
113
a6d6c20b
GM
114 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
115 Handle paragraph starting at beginning of buffer.
116
ed5bdeb9
GM
117 * subr.el (eval-after-load): Don't purecopy the form, so that it
118 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
119
ad235a8b
GM
120 * emacs-lisp/byte-run.el (defun): Place cl declarations
121 after any interactive spec. (Bug#13265)
122
9539d465 1232013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5cebef2d
AS
124
125 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
126 defun. Don't check for DECL if DOCSTRING isn't a string.
127 (defun): Likewise.
128
9539d465 1292013-01-02 Glenn Morris <rgm@gnu.org>
4cddca30 130
5ee1772e
GM
131 * eshell/em-cmpl.el (eshell-pcomplete):
132 More thoroughly imitate pcomplete. (Bug#13293)
133
4cddca30
GM
134 * files.el (parse-colon-path): Doc fix. (Bug#12351)
135 Return nil for empty path elements. (Bug#13296)
136
9539d465 1372013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
6861432e
FEG
138
139 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
140 order to improve efficiency (Based on Daniel Colascione's
141 <dancol@dancol.org> patch). (Bug#13182)
142
9539d465 1432013-01-02 Glenn Morris <rgm@gnu.org>
b83a2ddd
GM
144
145 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
146
9539d465 1472013-01-02 Andreas Schwab <schwab@linux-m68k.org>
bdcad781
AS
148
149 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
150 neither DOCSTRING nor DECL was given. (Bug#13316)
151
aca3d51d
MA
1522013-01-02 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
155 `error' call.
156 (tramp-do-copy-or-rename-file): Ignore errors when calling
157 `set-file-extended-attributes'.
158
159 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
160 handler for `file-acl'.
161 (tramp-smb-handle-file-acl): New defun.
162
87e65f96
JB
1632013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
164
165 * calc/README: Mention ISO 8601 week-numbering dates.
166
0aac98ac
MR
1672013-01-01 Martin Rudalics <rudalics@gmx.at>
168
169 * view.el (view-mode-enable): New argument run-view-mode-hook.
170 Run view-mode-hook only when it's non-nil (Bug#13315).
171 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
172 argument t.
173
1a82330c
JH
1742012-12-31 Jürgen Hötzel <juergen@archlinux.org>
175
176 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
177 (No device connected, invalid device name). (Bug #13299)
178
27fcfe31
MR
1792012-12-31 Martin Rudalics <rudalics@gmx.at>
180
181 * window.el (window-resizable--p): Rename to window-resizable-p.
182 (window-resize-no-error): New function.
183
184 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
185 broken in fix from 2012-12-28.
186
96c052a5
SM
1872012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * subr.el (special-form-p): Don't signal errors on undef aliases.
190
fd1f1603
JB
1912012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
192
193 * calc/calc-forms.el (math-parse-date): Try using
96c052a5
SM
194 `math-parse-iso-date' when it looks like it might be needed.
195 Allow times of 24:00.
fd1f1603
JB
196 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
197 of 24:00.
198
8db39aeb
GM
1992012-12-30 Glenn Morris <rgm@gnu.org>
200
201 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
202 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
203 (rmail-summary-displayed, rmail-summary): Declare.
204 (mairix-rmail-display): Just require rmail.
205
d5e5e7b4 2062012-12-30 Chong Yidong <cyd@gnu.org>
3c94d7a6
CY
207
208 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
209 check for the tarball contents.
210
d5e5e7b4 2112012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
af39894a
MF
212
213 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
214 tarfile content listings (Bug#13136).
215
d5e5e7b4 2162012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
bb709253 217
96c052a5
SM
218 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
219 Insert the undecoded text of the message being forwarded. (Bug#9521)
bb709253 220
4f752957
MA
2212012-12-30 Michael Albinus <michael.albinus@gmx.de>
222
3ee24a3b
MA
223 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
224 integers, if they are real numbers. (Bug#13282)
225
4f752957
MA
226 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
227 Return `t' on success.
228
96c052a5
SM
229 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
230 Add handler for `set-file-selinux-context'.
4f752957 231
eff2eb58
MA
2322012-12-29 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
235 (tramp-sh-handle-set-file-acl): Return `t' on success.
236
ccad023b
EZ
2372012-12-29 Eli Zaretskii <eliz@gnu.org>
238
96c052a5
SM
239 * files.el (backup-buffer-copy, basic-save-buffer-2):
240 If set-file-extended-attributes fails, fall back on set-file-modes
ccad023b 241 instead of signaling an error. (Bug#13298)
7e56b103 242 (basic-save-buffer): Likewise.
ccad023b 243
ccb1c17e
FEG
2442012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
245
246 * progmodes/python.el: Support other commands triggering
247 python-indent-line so indentation cycling continues to work.
248 (python-indent-trigger-commands): New defcustom.
249 (python-indent-line): Use it.
250
16768034
FEG
2512012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
252
253 * progmodes/python.el (python-shell-send-region): Add blank lines
254 for non sent code so backtraces remain correct.
255
66164d2f
FEG
2562012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
257
258 * progmodes/python.el: Remove cl dependency.
259 (python-syntax-count-quotes): Replace incf call.
260 (python-fill-string): Replace setf call.
261
761231d1
DC
2622012-12-29 Damien Cassou <damien.cassou@gmail.com>
263
43ebd12b 264 * info.el (info-other-window): New arg, for consistency with info.
761231d1 265
7c3e220a
MR
2662012-12-28 Martin Rudalics <rudalics@gmx.at>
267
96c052a5
SM
268 * mail/rmail.el (rmail-maybe-display-summary):
269 Rewrite (Bug#13066).
7c3e220a 270
361828b5
AS
2712012-12-28 Andreas Schwab <schwab@linux-m68k.org>
272
273 * epg.el (epg--start): Modify process-environment locally.
274
23bd348c
DU
2752012-12-28 Daiki Ueno <ueno@gnu.org>
276
277 * epg.el: Support pinentry-curses.
278 Suggested by Werner Koch in
279 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
280 (epg-agent-file, epg-agent-mtime): New variable.
281 (epg--start): Record the modified time of gpg-agent socket file,
282 to restore Emacs frame after pinentry-curses termination.
283 (epg-wait-for-completion): Restore Emacs frame here.
284
313f39aa
JL
2852012-12-27 Juri Linkov <juri@jurta.org>
286
287 * info.el (Info-file-completions): New variable.
288 (Info-read-node-name-1): Complete node names in the Info file
289 when a file name is given. Call `Info-build-node-completions'
290 with a file name.
291 (Info-build-node-completions): Add new arg `file'. When it is
292 non-nil, visit it in a temporary buffer and cache its completions in
293 `Info-current-file-completions'. Move most of the function body to
294 `Info-build-node-completions-1'.
295 (Info-build-node-completions-1): New function with the body from
296 `Info-build-node-completions'. (Bug#12456)
297
a45b7647
JL
2982012-12-27 Juri Linkov <juri@jurta.org>
299
300 * frame.el (frame-maximization-style): Remove user option.
301 (cycle-frame-maximized): Remove function.
302 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
303 (toggle-frame-fullscreen): New command bound to <f11> instead of
304 `toggle-frame-maximized'.
305 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
306
10ffd0be
MA
3072012-12-27 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
310
311 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
312 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
313 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
314 for `file-accessible-directory-p'. (Bug#13275)
315
fd146719
SS
3162012-12-27 Sam Steingold <sds@gnu.org>
317
318 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
319 continuations, see <http://stackoverflow.com/questions/3582436>.
320
82e2a1f0 3212012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
322
323 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
96c052a5
SM
324 "module" and "def" to have indentation before them.
325 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
db590ef6 326
ea0857a1
DG
327 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
328
82e2a1f0 3292012-12-27 Alan Mackenzie <acm@muc.de>
3f6b93cd
AM
330
331 Speed up fontification where there's large brace blocks.
332 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
333 to a call of c-beginning-of-decl-1.
334
c34339f3
VS
3352012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
336
337 * comint.el (comint-adjust-window-point): New function.
96c052a5
SM
338 (comint-postoutput-scroll-to-bottom):
339 Call comint-adjust-window-point (Bug#13248).
c34339f3 340
78269b95
DG
3412012-12-26 Dmitry Gutov <dgutov@yandex.ru>
342
343 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
344 Rakefile regexp.
345 (auto-mode-alist): Associate .gemspec files with ruby-mode
346 (https://bugs.ruby-lang.org/issues/5453).
347
bd8c13f9
JH
3482012-12-26 Jürgen Hötzel <juergen@archlinux.org>
349
96c052a5
SM
350 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
351 Suppress coloring, if possible (required for BusyBox based systems like
bd8c13f9
JH
352 CynagenMod).
353 (tramp-adb-handle-file-attributes)
354 (tramp-adb-handle-insert-directory)
355 (tramp-adb-handle-file-name-all-completions): Use it.
356 (tramp-adb-get-toolbox): New defun. Check for remote shell
357 implementation (BusyBox or Toolbox).
358
dc646358
CK
3592012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
360
361 * startup.el (initial-buffer-choice): Allow function as value
362 (Bug#13251).
363 (command-line-1): Handle case where initial-buffer-choice
364 specifies a function.
365 * server.el (server-execute): Handle case where
366 initial-buffer-choice specifies a function.
367
e7d52a4d
LI
3682012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
369
370 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
371 its own function.
372 (smtpmail-try-auth-methods): Forget the user name/password if the
373 login is unsuccessful (bug#12424).
374
cdb07539
MA
3752012-12-22 Michael Albinus <michael.albinus@gmx.de>
376
1ef5f225
MA
377 * notifications.el (notifications-notify): Protect body with
378 `with-demoted-errors'.
379
96c052a5
SM
380 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
381 Check properties of remote device. Restart connection, if there is a
cdb07539
MA
382 change.
383
594f37aa
CY
3842012-12-21 Chong Yidong <cyd@gnu.org>
385
386 * sort.el (sort-subr): Doc fix (Bug#13056).
387
a4b0cca1 3882012-12-21 Bastien Guerry <bzg@gnu.org>
acc650b8 389
acc650b8
BG
390 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
391
0e9c7693
MA
3922012-12-21 Michael Albinus <michael.albinus@gmx.de>
393
394 * simple.el (process-file): Overwrite stderr file, if exists.
395
c6609164
DU
3962012-12-21 Daiki Ueno <ueno@gnu.org>
397
398 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3eb05092 399 (epg-error): Set `error-message' property.
c6609164 400
aa26f345
CY
4012012-12-21 Chong Yidong <cyd@gnu.org>
402
34b4b7eb
CY
403 * international/mule-cmds.el (read-char-by-name): Signal an error
404 if the user does not supply a valid character (Bug#13177).
405
aa26f345
CY
406 * simple.el (transpose-subr-1): Preserve marker positions by
407 changing the insertion sequence (Bug#13122).
408
05c22d87
KD
4092012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
410
411 * simple.el (kill-region): Deactivate mark even for empty regions
412 (Bug#13169).
413
f5733f87
CY
4142012-12-21 Chong Yidong <cyd@gnu.org>
415
416 * help-fns.el (describe-variable): Make sure we get the right
417 buffer name (Bug#13105). Suggested by Kelly Dean.
418
fab6916d
MM
4192012-12-20 Michael R. Mauger <mmaug@yahoo.com>
420
421 * comint.el (comint-redirect-previous-input-string): New variable.
422 (comint-redirect-setup, comint-redirect-cleanup)
423 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
424 (comint-redirect-preoutput-filter): Fix verbose message.
425
91b982a0
MA
4262012-12-20 Michael Albinus <michael.albinus@gmx.de>
427
428 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
429 is too long for Tramp. See discussion in
430 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
431
432 * progmodes/compile.el (compilation-start): Remove line escape
433 template.
434
87523aed
DA
4352012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
436
437 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
438 Adjust comment.
439
ee3c0aec
JB
4402012-12-19 Jonas Bernoulli <jonas@bernoul.li>
441
442 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
443 following non-comment text (bug#13207).
444 (lm-header-multiline): Continuation lines need to be indented more than
445 the first line.
446 (lm-homepage): New function.
447 (lm-with-file): Don't be confused if narrowing is in effect.
f4d79bd0 448
4a74c818
SM
4492012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
450
f4d79bd0
SM
451 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
452 very beginning of a hunk (e.g. killing the first line).
453
3c532af6
MA
4542012-12-19 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
457 and text properties from returned ACL string.
458 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
459 for "setfacl" command.
460
e0d01ef3
MA
4612012-12-18 Michael Albinus <michael.albinus@gmx.de>
462
463 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
464 `tramp-cleanup-this-connection', when the process has died.
465 (Bug#13151)
466
2387610d
SM
4672012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
470
19156242
KR
4712012-12-17 Kevin Ryde <user42@zip.com.au>
472
473 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
474
53b6a8b1
MA
4752012-12-17 Michael Albinus <michael.albinus@gmx.de>
476
477 Add support for preserving ACL entries of files.
478
479 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
480 `set-file-acl' handlers.
481
19156242
KR
482 * net/tramp-adb.el (tramp-adb-handle-copy-file):
483 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 484
19156242
KR
485 * net/tramp-compat.el (tramp-compat-copy-file):
486 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 487
19156242
KR
488 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
489 Add `file-acl' and `set-file-acl' handlers.
490 (tramp-gvfs-handle-copy-file):
491 Handle PRESERVE-EXTENDED-ATTRIBUTES.
492 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
493 New defuns.
53b6a8b1 494
19156242
KR
495 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
496 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
497 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
498 (tramp-sh-handle-set-file-acl): New defuns.
19156242
KR
499 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
500 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 501
19156242
KR
502 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
503 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
504 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
505
6ae57a67
KD
5062012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
507
508 * help-macro.el (make-help-screen): Instead of switch-to-buffer
19156242 509 use pop-to-buffer with NORECORD argument t. As buffer name, use
6ae57a67
KD
510 *Metahelp* with a leading space (Bug#13190).
511
7c3d167f
RF
5122012-12-16 Romain Francoise <romain@orebokech.com>
513
514 * files.el (file-extended-attributes)
515 (set-file-extended-attributes): New functions.
516 (backup-buffer): Use them to handle both SELinux context and ACL
517 entries.
518 (backup-buffer-copy): Work with an alist of extended attributes,
519 rather than an SELinux context.
520 (basic-save-buffer-2): Ditto.
521
19b748ad
TM
5222012-12-16 Timo Myyrä <timo.myyra@gmail.com>
523
524 * battery.el (battery-bsd-apm): New function.
525
70042c64
JB
5262012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
527
528 * calc/calc.el (calc-standard-date-formats): Adjust one of the
529 standard date formats.
530
279f9b06
JL
5312012-12-15 Juri Linkov <juri@jurta.org>
532
533 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
534 `isearch-insert-char-by-name'.
535 (with-isearch-suspended): New defmacro with body mostly from
536 `isearch-edit-string' except the part that sets
537 `isearch-new-string' and `isearch-new-message'.
538 (isearch-edit-string): Use new macro `with-isearch-suspended' with
539 body that sets `isearch-new-string' and `isearch-new-message'.
540 (isearch-insert-char-by-name): New command.
541 * international/mule-cmds.el (read-char-by-name): Let-bind
542 `enable-recursive-minibuffers' to t.
543 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
544
8370def5
JL
5452012-12-15 Juri Linkov <juri@jurta.org>
546
547 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
548 (Bug#13175)
549
178fb95d
CS
5502012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
551
552 * dired-x.el (dired-guess-shell-command): Put colon at the end of
553 the prompt. (Bug#13045)
554
a5f74442
GM
5552012-12-14 Glenn Morris <rgm@gnu.org>
556
557 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
558 Try to include filename in non-bytecomp warning. (Bug#13132)
559
97976f9f
PE
5602012-12-14 Paul Eggert <eggert@cs.ucla.edu>
561
562 Fix permissions bugs with setgid directories etc. (Bug#13125)
563 * files.el (backup-buffer): Don't rely on 9th output of
564 file-attributes, as it's now a placeholder. Instead, use the new
565 optional arg of file-ownership-preserved-p.
566 (file-ownership-preserved-p): New optional arg GROUP.
567 Fix mishandling of setuid directories that would cause this
568 function to return t when it should have returned nil.
569 Document what happens if the file does not exist, and when
570 it's not known whether the ownership will be preserved.
571 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
572 Likewise.
573 (tramp-get-local-gid): Use group-gid for integer, as that's
574 faster and more reliable.
575
016b2a42
JD
5762012-12-14 Julien Danjou <julien@danjou.info>
577
19156242
KR
578 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
579 Update keywords list, data type and PL/pgSQL.
016b2a42 580
665e5e07
DA
5812012-12-14 Dave Abrahams <dave@boostpro.com>
582
583 * vc/ediff-util.el (ediff-buffer-type): New function.
584 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
585 rather than taking it as as argument.
586 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
587
d72e9e92
RC
5882012-12-14 Ryan Crum <ryan.crum@eleostech.com>
589
590 * json.el: Add pretty-print option (bug#12634).
591 (json-encoding-separator, json-encoding-default-indentation)
592 (json--encoding-current-indentation, json-encoding-pretty-print)
593 (json-encoding-lisp-style-closings): New vars.
594 (json--with-indentation): New macro.
595 (json-encode-hash-table, json-encode-alist, json-encode-plist)
596 (json-encode-array): Use it to obey json-encoding-pretty-print.
597 (json-pretty-print-buffer, json-pretty-print): New commands.
598
dbb530d9
DG
5992012-12-14 Dmitry Gutov <dgutov@yandex.ru>
600
601 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
602 Extract `ruby-syntax-propertize-expansions'.
603 (ruby-syntax-propertize-expansions): Only change syntax on
604 certain string delimiters, to punctuation. This way the common
605 functions like forward-word and thing-at-point still work.
606 (ruby-match-expression-expansion): Improve readability.
bb808526
DG
607 (ruby-block-contains-point): New function.
608 (ruby-add-log-current-method): Handle several edge cases.
dbb530d9 609
ce0440ff
JB
6102012-12-13 Juanma Barranquero <lekktu@gmail.com>
611
612 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
613 unload-feature finishes even when aborting an ongoing edebug session.
614 Also, do not worry about edebug-mode, unload-feature takes care of it.
615
f10331bf
AS
6162012-12-13 Andreas Schwab <schwab@suse.de>
617
618 * net/tls.el (tls-program): Update customize type.
619
5f3a3bb1
JB
6202012-12-13 Juanma Barranquero <lekktu@gmail.com>
621
622 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
623 (edebug-setup-hook, cl-read-load-hooks): Use it.
624 (edebug-unload-function): New function. (Bug#13163)
625
6ce21463
MA
6262012-12-13 Michael Albinus <michael.albinus@gmx.de>
627
628 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
629 Otherwise, there could be errors in autoloading. (Bug#13151)
630
d754b364
JH
6312012-12-13 Jürgen Hötzel <juergen@archlinux.org>
632
633 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
634 sequences.
635
727f9739 6362012-12-13 Alan Mackenzie <acm@muc.de>
14b8c3d9
AM
637
638 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
639 * progmodes/cc-engine.el (c-backward-comments): Add code to work
640 around `forward-comment' not recognizing ^M as whitespace.
641
727f9739 6422012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2c43a9ad
FEG
643
644 * progmodes/python.el (python-skeleton-class)
645 (python-skeleton-def): Do not add space after defun name.
646
eb8006c6
SM
6472012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
650 (cl--symbol-function): Remove (now that funbound is like nil).
651
4c74b1e4
GM
6522012-12-12 Glenn Morris <rgm@gnu.org>
653
654 * button.el (button--area-button-p): Fix typo.
655
37f38bca
SS
6562012-12-12 Sam Steingold <sds@gnu.org>
657
658 * frame.el (frame-maximization-style): New user option.
659 (toggle-frame-maximized): Toggle frame maximization according to
660 `frame-maximization-style', bound to <f11>.
661 (cycle-frame-maximized): Cycle between all maximization styles and
662 non-maximized frame, bound to shift-<f11>.
663
fd49a218
DC
6642012-12-12 David Cadé <codename68@gmail.com>
665
666 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
667
69e1c203
JB
6682012-12-12 Jonas Bernoulli <jonas@bernoul.li>
669
670 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
671 (eieio-override-prin1): Don't quote kewords and booleans.
672 (object-write) <eieio-default-superclass>: Don't put closing parens
673 on new line, avoid needless empty lines, align values that are objects
674 with the slot keyword (instead of beginning on the same line).
675 (eieio-list-prin1): Align value with slot keyword; increase
676 eieio-print-depth before printing members of the list.
677
4b0df848
SM
6782012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
679
030f4af5
SM
680 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
681 a display text-property.
682 (report-emacs-bug-hook): Don't bother deleting it any more.
683
6ac1f8ca
SM
684 * hilit-chg.el (highlight-save-buffer-state): Delete.
685 Use with-silent-modifications instead.
686 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
687
4b0df848
SM
688 * button.el: Handle buttons in display text-properties.
689 (button--area-button-p, button--area-button-string):
690 Use (STRING . STRING-POS) representation instead of just STRING.
691
d46d2d3a
EZ
6922012-12-11 Eli Zaretskii <eliz@gnu.org>
693
694 * makefile.w32-in (compile4-SH): Fix a typo that caused term
695 subdirectory be skipped.
696
a0099d31
GM
6972012-12-11 Glenn Morris <rgm@gnu.org>
698
36327e4f
GM
699 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
700
a0099d31
GM
701 * progmodes/f90.el (f90-line-continued, f90-indent-region):
702 Treat preprocessor lines embedded in continuations like comments.
703 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
704
ff3f6c26
JB
7052012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
706
707 * calc/calc.el (calc-standard-date-formats): Add more date
708 formats.
709 * calc/calc-forms.el (math-parse-iso-date): New function.
710 (math-parse-date): Use `math-parse-iso-date' when appropriate.
711 (math-parse-iso-date-validate): Add extra error checking.
712 (calc-date-notation): Add ability to access new date formats.
713
ed6f2cd4
SM
7142012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
717 font-lock as well as when there's no text-property.
718
c868b919
J
7192012-12-10 Jambunathan K <kjambunathan@gmail.com>
720
721 * hi-lock.el: Refine the choice of default face.
722 (hi-lock-keyword->face): New function. Use it wherever we used
723 cadadadr instead.
724 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
725 (hi-lock--last-face): Remove var.
726 (hi-lock--unused-faces): New var to replace it.
727 (hi-lock-read-face-name): Use/maintain it.
728 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
729 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
730 if it has another face.
731
2b8c9064
EZ
7322012-12-10 Eli Zaretskii <eliz@gnu.org>
733
734 * subr.el (w32notify-handle-event): New function.
735 (inotify-handle-event): Doc fix.
736
81606b10
RS
7372012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
738
739 * subr.el (inotify-event-p, inotify-handle-event): New functions.
740
265c2fbf 7412012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
742
743 * simple.el (just-one-space): Doc fix.
744
265c2fbf 7452012-12-10 Eli Zaretskii <eliz@gnu.org>
8d43bd30 746
c868b919 747 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
8d43bd30 748
265c2fbf 7492012-12-10 Le Wang <l26wang@gmail.com>
3a21537c
LW
750
751 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
752 narrowed buffer (bug#12361).
753
265c2fbf 7542012-12-10 Juanma Barranquero <lekktu@gmail.com>
bf741d33
JB
755
756 * vc/vc-hooks.el (vc-state): Doc fix.
757
265c2fbf 7582012-12-10 Glenn Morris <rgm@gnu.org>
07026166
GM
759
760 * mail/rmail.el (rmail-maybe-display-summary):
761 Preserve buffer, in case select-window changes it. (Bug#13066)
762
265c2fbf 7632012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
82e1f390
SM
764
765 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
766 cl-load-hook where they belong.
767
bad162fd
SM
7682012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
771
ca065258
EZ
7722012-12-09 Eli Zaretskii <eliz@gnu.org>
773
774 Parallelize byte compilation on MS-Windows.
775 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
bad162fd 776 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
ca065258
EZ
777 (WINS_BASIC): Define as concatenation of the above.
778 (compile): Subdivide into 4 separate and independent jobs that can
779 be run in parallel.
780 (compile0-CMD, compile0-SH): New targets for compiling
781 COMPILE_FIRST files, which are prerequisites for the rest of the
782 byte-compilation.
bad162fd
SM
783 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
784 New targets for parallel compilation with cmd.exe.
ca065258
EZ
785 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
786 compiling under a Unixy shell.
787
5dea55d2
CY
7882012-12-09 Chong Yidong <cyd@gnu.org>
789
790 * simple.el (set-mark-default-inactive): Delete this
791 accidentally-introduced option.
792 (set-mark-command, exchange-point-and-mark): Remove calls.
793
c6c08d3f
GM
7942012-12-09 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
797 Respect a defcustom's :set function, if appropriate. (Bug#109)
798 (eval-defun): Doc fix.
799
858aab4c
JL
8002012-12-08 Juri Linkov <juri@jurta.org>
801
802 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
803 (Info-fontify-node, Info-bookmark-make-record): Remove the
804 file extension from Info-current-file (Bug#13016).
805
2e4ad7e5
SM
8062012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
809 point, still provide some default.
810 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
811 names, since we don't use it right now. Actually return the list.
812 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
813
75498db0
CY
8142012-12-07 Chong Yidong <cyd@gnu.org>
815
ffe7ba8f
CY
816 * novice.el (disabled-command-function): Remove a spurious help
817 xref (Bug#13043). Suggested by Kelly Dean.
818
454eb095
CY
819 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
820 syntax is specified (Bug#13025).
821
75498db0
CY
822 * info.el (Info-set-mode-line): Remove the file extension from
823 Info-current-file if there is one (Bug#13016).
824
13a40633
GM
8252012-12-07 Glenn Morris <rgm@gnu.org>
826
54c8b5ba
GM
827 * mail/rmail.el (rmail-mime-decoded): New permanent local.
828 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
829 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
830 and rmail-mime-decoded. (Bug#9841)
831
13a40633
GM
832 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
833 (batch-unrmail, unrmail): Doc fixes.
834 (unrmail): Respect unrmail-mbox-format.
835 * mail/rmail.el (rmail-mbox-format): New option.
836 (rmail-show-message-1): Respect rmail-mbox-format.
837
4611a3cc
SM
8382012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
841
1812c724
SM
8422012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
843
338bfefa
SM
844 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
845 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
846 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
847 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
848 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
849 (cl-progv): Don't rely on dynamic scoping to find the body.
850 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
851 (cl--proclaims-deferred): Rename from the "cl-" prefix.
852 (cl-declaim): Use backquotes.
853 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
854 Use "cl--" prefix for the object's tag.
855
1812c724
SM
856 * ses.el: Use advice-add/remove.
857 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
858 (copy-region-as-kill, yank): Use advice-add.
859 (ses-unload-function): Use advice-remove.
860
24fc9480
JB
8612012-12-06 Jonas Bernoulli <jonas@bernoul.li>
862
863 * button.el: Make them work in header-lines (bug#12817).
864 (button-map): Add bindings for header-line and mode-line use.
865 (button-get, button-put, button-label): `button' may now be a string.
866 (button-activate): Don't make it a defsubst.
867 (button--area-button-p, button--area-button-string): New functions.
868 (make-text-button): Fix the return value when `beg' was a string.
869 (push-button): Handle the mode-line case.
870
853c1ffc
SM
8712012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
872
93852cb0
SM
873 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
874 (sql-signum): Remove. Use `cl-signum' instead.
875 (sql-read-passwd): Remove; use read-passwd instread.
876 (sql-get-login-ext): Use read-string.
877 (sql-get-login): Use dolist and pcase.
878 (sql--completion-table): Rename from sql-try-completion.
879 Use complete-with-action.
880 (sql-mode): Don't change abbrev-all-caps globally.
881 (sql-connect): Don't rely on dynamic scoping for `new-name'.
882 (sql-postgres-completion-object): Initialize vars in their `let'.
883 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
884 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
885 (sql-comint-interbase): Use a single append, without setq.
886 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
887
853c1ffc
SM
888 * hi-lock.el: Rework the default face and the serialize regexp code.
889 (hi-lock--auto-select-face-defaults): Remove.
890 (hi-lock-string-serialize-serial): Remove.
891 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
892 make weak.
893 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
894 equal string.
895 (hi-lock-set-pattern): Adjust accordingly.
896 (hi-lock--regexps-at-point): Simplify accordingly.
897 (hi-lock--auto-select-face-defaults): Remove.
898 (hi-lock--last-face): New var to replace it.
899 (hi-lock-read-face-name): Rewrite (bug#11095).
900 (hi-lock-unface-buffer): Arrange for the face to be the next default.
901
5504e2c7
MA
9022012-12-06 Michael Albinus <michael.albinus@gmx.de>
903
853c1ffc
SM
904 * net/tramp.el (tramp-replace-environment-variables):
905 Hide compiler warning.
5504e2c7
MA
906 (tramp-file-name-for-operation): Remove `executable-find',
907 `start-process', `call-process' and `call-process-region'.
908
853c1ffc 909 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5504e2c7
MA
910
911 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
912 compatibility.
913
914 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
915
e1d51545
CY
9162012-12-06 Chong Yidong <cyd@gnu.org>
917
918 * ffap.el (ffap-replace-file-component): Fix typo.
919
d8ad4d3f 9202012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
ef54d315
SM
921
922 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
923 fix open-paren-like token test (bug#12785).
924
d8ad4d3f 9252012-12-06 Glenn Morris <rgm@gnu.org>
52d129cd
GM
926
927 * mail/rmailsum.el (rmail-new-summary): Tweak for
928 rmail-maybe-display-summary changing buffer. (Bug#13066)
929
d8ad4d3f 9302012-12-06 Juri Linkov <juri@jurta.org>
68bf4e09
JL
931
932 * info.el (Info-fontify-node): Don't hide the last newline.
933 (Bug#12272)
934
9ad948e2
KY
9352012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
936
937 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
938 so as to enable message-read-from-minibuffer to expand mail aliases.
939
4b5c89ee
SM
9402012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
943 the `intangible' property.
944 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
945
5602a53a
DD
9462012-12-05 Deniz Dogan <deniz@dogan.se>
947
948 * net/rcirc.el (rcirc-urls): Update documentation.
949 (rcirc-condition-filter): New function.
950 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
951 and exclude consecutive duplicate URLs (Bug#6082).
952
51b890ac
MA
9532012-12-05 Michael Albinus <michael.albinus@gmx.de>
954
d5f97f62
MA
955 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
956 Check return code of copy command.
957
853c1ffc
SM
958 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
959 Use group `tramp'. Add version.
51b890ac 960
04b14f2b
CY
9612012-12-05 Chong Yidong <cyd@gnu.org>
962
a3680194
CY
963 * ffap.el (ffap-url-regexp): Don't require matching at front of
964 string (Bug#4952).
965 (ffap-url-p): If only a substring matches, return that.
966 (ffap-url-at-point): Use the return value of ffap-url-p.
967 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
968 (find-file-at-point, dired-at-point, dired-at-point-prompter)
969 (ffap-guess-file-name-at-point): Likewise.
970 (ffap-replace-file-component): Fix typo.
971
04b14f2b
CY
972 * info.el (info-display-manual): Add existing Info buffers, whose
973 files may not be in Info-directory-list, to the completion.
974 (info--manual-names): New helper function.
975
49596095
GM
9762012-12-05 Glenn Morris <rgm@gnu.org>
977
978 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
979 New functions, for detecting and resolving conflicts. (Bug#10709)
980
b85aec93
J
9812012-12-04 Jambunathan K <kjambunathan@gmail.com>
982
983 * hi-lock.el (hi-lock-auto-select-face): New user variable.
984 (hi-lock-auto-select-face-defaults): New buffer local variable.
985 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
986 (hi-lock-unface-buffer): Prompt user with useful defaults.
987 With prefix arg, unhighlight all hi-lock patterns in buffer.
988
8515507f
SM
9892012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
992
72cebfb7
MA
9932012-12-04 Michael Albinus <michael.albinus@gmx.de>
994
995 * Makefile.in (TRAMP_SRC):
996 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
997
0ec3f7ea
JH
9982012-12-04 Juergen Hoetzel <juergen@archlinux.org>
999
1000 * net/tramp-adb.el: New package.
1001
770de7cf
CY
10022012-12-04 Chong Yidong <cyd@gnu.org>
1003
ce3e7725
CY
1004 * terminal.el: Move to obsolete/.
1005
770de7cf
CY
1006 * longlines.el: Move to obsolete/.
1007
1008 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1009 Remove code referring to longlines mode.
1010
c38a186c
JL
10112012-12-03 Juri Linkov <juri@jurta.org>
1012
1013 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
1014
329bfd64
AM
10152012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1016
1017 * textmodes/ispell.el (ispell-init-process)
475eea6f
AM
1018 (ispell-start-process, ispell-internal-change-dictionary):
1019 Make sure personal dictionary name is expanded after initial
1020 `default-directory' value. Use expanded strings for
1021 keep/restart checks and for value (Bug#13019).
329bfd64 1022
77a74935
JB
10232012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1024
1025 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1026
c5bc2d1d 10272012-12-03 Leo Liu <sdl.web@gmail.com>
ff3d86d0
LL
1028
1029 * files.el (dir-locals-read-from-file): Check file non-empty
1030 before reading. (Bug#13038)
1031
c5bc2d1d 10322012-12-03 Glenn Morris <rgm@gnu.org>
6247eff5
GM
1033
1034 * jka-cmpr-hook.el (jka-compr-get-compression-info):
1035 Remove any version extension before checking filename. (Bug#13006)
1036 (jka-compr-compression-info-list): Belated :version bump.
1037
c5bc2d1d 10382012-12-03 Chong Yidong <cyd@gnu.org>
a5bf43ba 1039
8ecba97d
CY
1040 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
1041
a5bf43ba
CY
1042 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
1043 (buffer-menu): Doc fix (Bug#12294).
1044
c5bc2d1d 10452012-12-03 Roland Winkler <winkler@gnu.org>
34755291
RW
1046
1047 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
1048 of diary-show-all-entries in the diary buffer (Bug#12994).
1049
c5bc2d1d 10502012-12-03 Michael Albinus <michael.albinus@gmx.de>
c2f5b60a
MA
1051
1052 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
1053 "<STDIN>". This is binary safe.
1054
682ceaf8
JB
10552012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1056
1057 * calc/calc-forms.el (math-absolute-from-iso-dt)
1058 (math-date-to-iso-dt, math-parse-iso-date-validate)
1059 (math-iso-dt-to-date): New functions.
1060 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
1061 (math-fd-isoweekday): New variables.
1062 (calc-date-notation, math-parse-standard-date, math-format-date)
1063 (math-format-date-part): Add support for more formatting codes.
1064
db47d5e9
DG
10652012-12-02 Dmitry Gutov <dgutov@yandex.ru>
1066
1067 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
1068 current buffer's file name when called interactively (Bug#12488).
1069
3faf4944
JL
10702012-12-02 Juri Linkov <juri@jurta.org>
1071
1072 * info.el (info-display-manual): Don't clobber an existing Info
010db6da 1073 buffer (Bug#10770). Add completion (Bug#10771).
3faf4944 1074
cb5d51dc
YN
10752012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
1076
1077 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
1078 before using it for comparison (Bug#5297).
1079
f38cd76e
JA
10802012-12-01 Jari Aalto <jari.aalto@cante.net>
1081
1082 * textmodes/css-mode.el (css-current-defun-name): New function.
1083 (css-mode): Use it.
1084
1085 * textmodes/sgml-mode.el (html-current-defun-name): New function.
1086 (html-mode): Use it.
1087
ba03d0d9
CY
10882012-12-01 Chong Yidong <cyd@gnu.org>
1089
1090 Modularize add-log-current-defun (Bug#2224).
1091 Suggested by Jari Aalto.
1092
1093 * vc/add-log.el (add-log-current-defun-function): Doc fix.
1094 (add-log-current-defun): Move mode-specific code to other files.
1095 (add-log-lisp-like-modes, add-log-c-like-modes)
1096 (add-log-tex-like-modes): Variables deleted.
1097
1098 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
1099 (lisp-mode-variables): Use it.
1100
1101 * progmodes/cc-mode.el (c-common-init):
1102 * progmodes/cperl-mode.el (cperl-mode): Set a value for
1103 add-log-current-defun-function.
1104
1105 * progmodes/m4-mode.el (m4-current-defun-name): New function.
1106 (m4-mode): Use it.
1107
1108 * progmodes/perl-mode.el (perl-current-defun-name): New.
1109 (perl-mode): Use it.
1110
853c1ffc
SM
1111 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1112 Use lisp-current-defun-name.
ba03d0d9
CY
1113
1114 * textmodes/tex-mode.el (tex-current-defun-name): New.
1115 (tex-common-initialization): Use it.
1116
1117 * textmodes/texinfo.el (texinfo-current-defun-name): New.
1118 (texinfo-mode): Use it.
1119
92eadba5
CY
11202012-12-01 Chong Yidong <cyd@gnu.org>
1121
1122 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
1123 * progmodes/autoconf.el (autoconf-mode):
1124 * progmodes/js.el (js-mode):
1125 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
1126 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
1127 * progmodes/perl-mode.el (perl-mode):
1128 * progmodes/sh-script.el (sh-mode, sh-set-shell):
1129 * textmodes/css-mode.el (css-mode):
1130 * textmodes/sgml-mode.el (html-mode, sgml-mode)
1131 (sgml-tags-invisible, sgml-guess-indent):
1132 * textmodes/tex-mode.el (tex-common-initialization)
1133 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
1134 (doctex-mode, plain-tex-mode, latex-mode):
1135 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
1136
3ddbf803
KK
11372012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
1138
1139 * vc/vc-hg.el (vc-hg-next-revision):
1140 Ensure use of default "tip" output format. (Bug#6968)
1141
f0b6ae63
KS
11422012-12-01 Kim F. Storm <storm@cua.dk>
1143
1144 * startup.el (fancy-startup-tail): Add a clickable link
1145 (Bug#2176).
1146
c01bf73e
CY
11472012-12-01 Chong Yidong <cyd@gnu.org>
1148
1149 * startup.el (fancy-startup-tail): Improve the message about
1150 auto-save files (Bug#2176).
1151
f0b6ae63
KS
1152 * files.el (recover-session): Improve the descriptive message, and
1153 use substitute-command-keys.
1154
a9400458
GM
11552012-12-01 Glenn Morris <rgm@gnu.org>
1156
1157 * ido.el (ido-file-internal):
1158 Handle other-window, other-frame for dired. (Bug#13036)
1159
fb3bf6ce
GM
11602012-11-30 Glenn Morris <rgm@gnu.org>
1161
1162 * icomplete.el (icomplete-separator): Fix :version.
1163
a813fe3f
CY
11642012-11-30 Chong Yidong <cyd@gnu.org>
1165
1166 * shell.el (shell): For C-u M-x shell, use an inactive shell
1167 buffer as the default (Bug#1975).
276479fd
CY
1168 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
1169 (shell-mode): Use them to reapply ansi colorization if Shell mode
1170 is re-enabled.
a813fe3f 1171
a8b733a5
CY
11722012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
1173
1174 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
1175
6fccd6e8
SB
11762012-11-30 Samuel Bronson <naesten@gmail.com>
1177
1178 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
1179 flag to xargs, for compatibility with BSD xargs (Bug#11703).
1180
53c9a337
TT
11812012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1182
1183 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
1184 by move-to-column (Bug#3234).
1185
ccf520bb
CY
11862012-11-30 Chong Yidong <cyd@gnu.org>
1187
1188 * longlines.el (longlines-wrap-line, longlines-encode-region):
1189 Preserve text properties (Bug#1425).
1190
171b0949
OT
11912012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1192
1193 * vc/vc.el (vc-register): Allow registering a file which is
1194 already registered with a different backend (Bug#10589).
1195
cc37e70f
J
11962012-11-29 Jambunathan K <kjambunathan@gmail.com>
1197 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * icomplete.el: Change separator; add ido-style commands.
1200 (icomplete-show-key-bindings): Remove custom var.
1201 (icomplete-get-keys): Remove function.
1202 (icomplete-forward-completions, icomplete-backward-completions):
1203 New commands.
1204 (icomplete-minibuffer-map): New var.
1205 (icomplete-minibuffer-setup): Use it.
1206 (icomplete-exhibit): Don't delay if the list of completions is known.
1207 (icomplete-separator): New custom.
1208 (icomplete-completions): Use it.
1209 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
1210 (minibuffer-force-complete-and-exit): New command.
1211 (minibuffer--complete-and-exit): New function extracted from
1212 minibuffer-complete-and-exit.
1213 (minibuffer-complete-and-exit): Use it.
83e12fe0
SM
1214
1215 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
1216 error message when the file doesn't exist (bug#12974).
1217
31646597
KD
12182012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1219
1220 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
1221
e9df8f87
GM
12222012-11-29 Glenn Morris <rgm@gnu.org>
1223
824eefe4
GM
1224 * files.el (hack-dir-local-variables): Warn if try to set
1225 coding via dir-locals, since it doesn't work. (Bug#7169)
1226
4ad900d9
GM
1227 Add desktop support for restoring vc-dir buffers. (Bug#10606)
1228 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
1229 Set buffer-local value of desktop-save-buffer.
1230 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
1231 New functions.
1232 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
1233 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
1234
e9df8f87
GM
1235 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
1236 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
1237 Doc fix.
1238 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
1239 Doc fixes.
1240
e7c8fcc4
JB
12412012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1242
1243 * calc/calc-forms.el (calc-date-notation): Fix regexp
1244 used to find time codes. Fix symbol for seconds.
1245
48d6d9c0
GM
12462012-11-27 Glenn Morris <rgm@gnu.org>
1247
1248 * emacs-lisp/derived.el (derived-mode-make-docstring):
1249 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
1250
369f945d
SM
12512012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * textmodes/table.el (table-insert): Don't use `symbol-name' on
1254 lexically scoped variables (bug#13005).
1255
5c9cf0a3 12562012-11-27 Glenn Morris <rgm@gnu.org>
98f99594 1257
999e745e
GM
1258 * vc/vc-hooks.el (vc-mistrust-permissions):
1259 Default to t, to avoid data-loss. (Bug#11490)
98f99594 1260
5c9cf0a3 12612012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
207cb73c 1262
999e745e
GM
1263 * progmodes/python.el (python-indent-guess-indent-offset):
1264 If indentation is guessed make python-indent-offset buffer-local.
1265
207cb73c 1266 Fix Imenu regression.
999e745e
GM
1267 * progmodes/python.el (python-nav-beginning-of-defun):
1268 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
1269 (python-imenu-prev-index-position): New function.
1270
5c9cf0a3 12712012-11-27 Eli Zaretskii <eliz@gnu.org>
33a488e4
EZ
1272
1273 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
1274
1275 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 1276 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 1277
5c9cf0a3 12782012-11-27 Glenn Morris <rgm@gnu.org>
50207191
GM
1279
1280 * hippie-exp.el (hippie-expand-try-functions-list):
1281 Re-autoload it. (Bug#12982)
1282
5c9cf0a3 12832012-11-27 Eli Zaretskii <eliz@gnu.org>
2147c6ab 1284
369f945d
SM
1285 * descr-text.el (describe-char-padded-string):
1286 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 1287
5c9cf0a3 12882012-11-27 Andreas Schwab <schwab@linux-m68k.org>
58b1ae1e
AS
1289
1290 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
1291 and obsoletion message.
1292
5c9cf0a3 12932012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
35a10516
SM
1294
1295 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
1296 the constructs to keep outside of the `cl-block' (bug#12977).
1297
5c9cf0a3 12982012-11-27 Chong Yidong <cyd@gnu.org>
0c5ef133
CY
1299
1300 * mouse.el (mouse-drag-line): Even if the line is not draggable,
1301 keep reading until we get the up-event anyway, in order to process
1302 the up-event for mouse-1-click-follows-link (Bug#12971).
1303
848a2dd1
SM
13042012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1307 base function is not yet defined (bug#12965).
1308 (ad-activate-advised-definition): Use ad-compile-function.
1309 (ad-activate): Use cond.
1310
9ad79506
LL
13112012-11-25 Leo Liu <sdl.web@gmail.com>
1312
1313 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1314 (Bug#12979)
1315
e2cb57f5
VB
13162012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1317
1318 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1319 reftex-section-info-function in order to be compatible with
1320 Texinfo integration.
1321
1322 * textmodes/reftex.el (reftex-section-pre-regexp)
848a2dd1
SM
1323 (reftex-section-post-regexp, reftex-section-info-function):
1324 New variable.
1325 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1326 reftex-section-post-regexp, and reftex-section-info-function in order
1327 to be compatible with Texinfo integration.
1328
1329 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1330 use reftex-section-pre-regexp variable in order to be compatible with
e2cb57f5
VB
1331 Texinfo integration.
1332
1c4f115d
CY
13332012-11-25 Chong Yidong <cyd@gnu.org>
1334
1335 * faces.el: Make face-spec-set more analogous to setq.
1336 (face-spec-set): Change the third arg to specify whether this
1337 function is being called via defface, customize, or a third party.
1338 Set the appropriate symbol properties. Clear the override spec if
1339 setting via Custom. Initialize face if necessary. (Bug#4988)
1340 (face-spec-recalc): Allow theme faces to completely replace the
1341 defface spec, in the same way as custom faces (Bug#8454).
1342
1343 * cus-face.el (custom-declare-face): Move face initialization to
1344 face-spec-set.
1345 (custom-theme-set-faces): Don't initialize the face name here, as
1346 that is now done in face-spec-set.
1347
1348 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1349 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1350 Simplify by using the new arg to face-spec-set.
1351
1352 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1353 reset face-override-spec too, and use custom-declare-face.
1354
c2350548
JD
13552012-11-24 Jan Djärv <jan.h.d@swipnet.se>
1356
1357 * term/ns-win.el (ns-initialize-window-system): Move creation of
1358 fontsets here (Bug#11964).
1359
ecfc364c
VB
13602012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1361
1362 * ses.el (ses-rename-cell): Correct bug on mode-line update after
1363 cell renaming.
1364
0917cc54
CY
13652012-11-24 Chong Yidong <cyd@gnu.org>
1366
433212bf
CY
1367 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1368 obsolete.
1369
0917cc54
CY
1370 * custom.el (custom-theme-set-variables): Use a topological sort
1371 for ordering by custom dependencies (Bug#12952).
1372 (custom--sort-vars, custom--sort-vars-1): New functions.
1373
d125ca15 13742012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
002c019c
SM
1375
1376 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1377 lexical-binding (bug#12938).
1378
d125ca15 13792012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
977f9325
WJ
1380
1381 * image-mode.el (image-transform-check-size): Use assertions only
1382 for images of type imagemagick.
1383
1384 Otherwise no error, image-transform-fit-to-{width,height} is
1385 silently ignored, as before. Doc fix.
1386
d125ca15 13872012-11-24 Chong Yidong <cyd@gnu.org>
bccffa83
CY
1388
1389 * faces.el (color-defined-p): Doc fix (Bug#12853).
1390
d125ca15 13912012-11-24 Juri Linkov <juri@jurta.org>
61a2a122
JL
1392
1393 * dired.el (dired-mark): Add optional arg `interactive'.
1394 Check for `use-region-p' if `interactive' is non-nil.
1395 (dired-unmark, dired-flag-file-deletion): Add optional arg
1396 `interactive'. Call `dired-mark' with the arg `interactive'.
1397 (Bug#10624)
1398
cc4c01bd
JL
1399 * wdired.el: Revert 2012-10-17 change partly and replace it with
1400 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1401 (wdired-finish-edit): Add marks for new file names to
1402 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1403 after `revert-buffer'.
1404 (wdired-do-renames): Remove calls to `dired-remove-file',
1405 `dired-add-file', `dired-add-entry'. (Bug#11795)
1406
d125ca15 14072012-11-24 Alan Mackenzie <acm@muc.de>
b03aabda 1408
dc310ed0
AM
1409 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1410
b03aabda
AM
1411 Fix bugs in the state cache. Enhance a debugging mechanism.
1412 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1413 "brace at column zero" strategy for C++.
1414 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1415 (c-parse-state-point): New variable.
1416 (c-record-parse-state-state): Record old parse state with
1417 `copy-tree'. Record previous value of point.
1418 (c-debug-parse-state-double-cons): New debugging function.
1419 (c-debug-parse-state): Call the above new function.
1420 (c-toggle-parse-state-debug): Output a confirmatory message.
1421
002c019c
SM
1422 * progmodes/cc-mode.el (c-before-change, c-after-change):
1423 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
1424 `c-after-change'.
1425
930a6273
CY
14262012-11-23 Chong Yidong <cyd@gnu.org>
1427
1428 * find-cmd.el (find-constituents): Add executable, ipath,
1429 readable, samefile, writable, daystart, regextype (Bug#12856).
1430
15c9d04e
SM
14312012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1434
2ecb2679
PE
14352012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1436
1437 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1438 definition. This fixes a bootstrap failure.
a14a5a40
PE
1439 (calc-gregorian-switch): In menu, put dates before regions.
1440 This is easier to follow, lines up better in the menu, and lets us
1441 coalesce regions that switch at the same time. Give country
15c9d04e
SM
1442 names, not "Vatican", as that's better for non-expert users.
1443 Use names that are stable between the date of switch and now, e.g.,
a14a5a40
PE
1444 Bohemia and Moravia (which existed then and now) and not
1445 Czechoslovakia (which didn't exist then and doesn't exist now).
1446 What is now the U.S. mostly did not switch at the same time as
1447 Britain, so omit the U.S. Correct spelling of "Britain".
1448 Catholic Switzerland was too much of a mess, so omit it.
2ecb2679 1449
723da6aa
JB
14502012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1451
1452 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1453 after the variable is changed.
1454
21fa2482
DC
14552012-11-21 Daniel Colascione <dancol@dancol.org>
1456
1457 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
b6096e85
DC
1458 in SQL declarations for font-lock.
1459 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
21fa2482 1460
3ca2f1bf
GM
14612012-11-21 Glenn Morris <rgm@gnu.org>
1462
1bf335cf
GM
1463 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1464 (face-italic-p): Add optional argument "inherit".
1465
3ca2f1bf
GM
1466 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1467 Remove -p suffix from names, for consistency with other set-face-*.
1468 (set-face-inverse-video): Fix interactive spec.
1469 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1470 * textmodes/table.el (table--update-cell-face):
1471 Use set-face-inverse-video rather than now obsolete alias.
1472
6ef2e5ef 14732012-11-21 Eli Zaretskii <eliz@gnu.org>
7cf95797
EZ
1474
1475 * simple.el (line-move): Don't call line-move-partial if
1476 scroll-conservatively is in effect. (Bug#12927)
1477
6ef2e5ef 14782012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
63f25172 1479
93b05041
SM
1480 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1481 Fallback on completion-at-point rather than
1482 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1483 (eshell-cmpl-initialize): Setup completion-at-point.
1484
1485 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1486
bc715d67
SM
1487 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1488
6ef2e5ef 14892012-11-21 Michael Albinus <michael.albinus@gmx.de>
d7f2a65c
MA
1490
1491 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1492 are remote, check out-of-band property for both.
1493
6ef2e5ef 14942012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
d1c0cddf
SM
1495
1496 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1497 code rewrite.
1498
6ef2e5ef 14992012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38 1500
535efd4a
PE
1501 More minor time fixes.
1502 * calendar/time-date.el: Commentary fix.
1503 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1504 too much other code depends on (0 0) time stamps.
1505 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1506 Add a couple of FIXME comments.
1507
0c93aa38
PE
1508 Minor cleanup for times as lists of four integers.
1509 * files.el (dir-locals-directory-cache):
1510 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1511 Doc fixes.
1512 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1513 * ps-bdf.el (bdf-file-newer-than-time):
1514 Process four-integers time stamps, not two. Doc fixes.
1515
23ba2705
SM
15162012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1517
2e31777b
SM
1518 * uniquify.el (uniquify-managed): Use defvar-local.
1519 (rename-buffer, create-file-buffer): Advise with advice-add.
1520 (uniquify-unload-function): Unadvise accordingly.
1521
8b62d742
SM
1522 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1523 (trace-buffer): Don't purecopy.
1524 (trace-entry-message, trace-exit-message): Add `context' arg.
1525 (trace--timer): New var.
1526 (trace-make-advice): Adjust for use in nadvice.
1527 Add `context' argument. Delay `display-buffer' via a timer.
1528 (trace-function-internal): Use advice-add.
1529 (trace--read-args): New function.
1530 (trace-function-foreground, trace-function-background): Use it.
1531 (trace-function): Rename to trace-function-foreground and redefine as
1532 an alias to that new name.
1533 (untrace-function, untrace-all): Adjust to the use of nadvice.
1534
5d0ccd95
SM
1535 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1536
3837d988
SM
1537 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1538
23ba2705
SM
1539 * subr.el (called-interactively-p-functions): New var.
1540 (internal--called-interactively-p--get-frame): New macro.
1541 (called-interactively-p, interactive-p): Rewrite in Lisp.
1542 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1543 (called-interactively-p-functions): Use it.
1544 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1545 (called-interactively-p-functions): Use it.
1546 * allout.el (allout-called-interactively-p): Don't assume
1547 called-interactively-p is a subr.
1548
b0636be7
GM
15492012-11-20 Glenn Morris <rgm@gnu.org>
1550
1551 * profiler.el (profiler-report-mode-map): Add a menu.
1552 No need to bind `q' because we derive from special-mode.
1553 (profiler-report-find-entry): Handle calls from the menu-bar.
1554
855b17af
SM
15552012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1556
14146222
SM
1557 * emacs-lisp/byte-run.el (defun-declarations-alist):
1558 Allow a compiler-macro to be a lambda expression.
1559
1560 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1561 eval-when-compile.
1562 (python-syntax-context): Add compiler-macro.
1563 (python-font-lock-keywords): Simplify with De Morgan.
1564
1000d895
SM
1565 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1566
ac5392dc
SM
1567 * files.el (load-file): Require match in minibuffer selection, as was
1568 the case in Emacs-20 before we changed the spec to allow .elc files
1569 (bug#12935).
1570
19dc7206
SM
1571 * json.el: Don't require cl since we don't use it.
1572 * color.el: Don't require cl.
1573 (color-complement): `caddr' -> `nth 2'.
1574
855b17af
SM
1575 * calendar/time-date.el (time-to-seconds): De-obsolete.
1576
e8909bdc
JB
15772012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1578
1579 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1580 year numbers.
1581 (math-date-to-julian-dt): Adjust the initial approximation for the
1582 year to deal with the new definition of the DATE.
1583
6e9f7997
DC
15842012-11-19 Daniel Colascione <dancol@dancol.org>
1585
855b17af
SM
1586 * term/w32-win.el (cygwin-convert-path-from-windows):
1587 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6e9f7997 1588
6a3dd257
CY
15892012-11-18 Chong Yidong <cyd@gnu.org>
1590
1591 * filecache.el (file-cache--read-list): New function.
1592 (file-cache-add-directory-list, file-cache-add-file-list)
1593 (file-cache-delete-file-list, file-cache-delete-directory-list):
1594 Use it to read a list of files or directories (Bug#12846).
1595 (file-cache-add-file, file-cache-add-directory)
1596 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1597 (file-cache-delete-directory): Print an message.
1598
eef97f35
JB
15992012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1600
1601 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1602 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1603
913c8291
GM
16042012-11-18 Glenn Morris <rgm@gnu.org>
1605
1606 * image.el (insert-image, insert-sliced-image): Doc fix.
1607
2ac9538d 16082012-11-18 Chong Yidong <cyd@gnu.org>
ec6f8ce6
CY
1609
1610 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1611 (Bug#12810).
1612
2ac9538d 16132012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
c2d07557
CY
1614
1615 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1616 response when the target file is in a subdirectory (Bug#12757).
1617
2ac9538d 16182012-11-18 Chong Yidong <cyd@gnu.org>
33f8917c
CY
1619
1620 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1621
2ac9538d 16222012-11-18 Glenn Morris <rgm@gnu.org>
65463c40 1623
9a5e2ee3
GM
1624 * emacs-lisp/cl-lib.el (face-underline-p):
1625 Use set-face-underline rather than the alias set-face-underline-p.
1626
65463c40 1627 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
1628 * subr.el (with-output-to-temp-buffer):
1629 Add doc xref to with-temp-buffer-window.
65463c40 1630
c9ed8e3d
JB
16312012-11-18 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1634 * calc/calc.el (math-format-date-cache): Declare.
1635
310e60d9
PE
16362012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1637
6f6b82d6
PE
1638 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1639 It also uses January 1, 1 AD as its day number 1.
310e60d9 1640 * calc/calc-forms.el (math-julian-date-beginning)
6f6b82d6 1641 (math-julian-date-beginning-int): Implement this.
310e60d9 1642
d7fe6352
JB
16432012-11-17 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * descr-text.el (quail-find-key):
1646 * dired.el (desktop-file-name):
1647 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1648 * generic-x.el (comint-mode, comint-exec):
1649 * image-dired.el (widget-forward):
1650 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1651 (speedbar-change-expand-button-char)
1652 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1653 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1654 * printing.el (easy-menu-add-item, easy-menu-remove-item)
1655 (widget-field-action, widget-value-set):
1656 * speedbar.el (imenu--make-index-alist):
1657 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1658 (ring-length, ring-insert):
1659 * vcursor.el (compare-windows-skip-whitespace):
1660 * woman.el (dired-get-filename):
1661 Declare functions.
1662
1663 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1664
c9f618db
JB
16652012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1666
1667 * calc/calc.el (calc-gregorian-switch): New variable.
1668
1669 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1670 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1671 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1672 (math-leap-year-p): Add option to distinguish between Julian
1673 and Gregorian calendars.
1674 (math-day-number): Use `math-day-in-year' to do the computations.
1675 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1676 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1677 to do the computations.
1678 (math-date-to-dt): Use `math-date-to-julian-dt' and
1679 `math-date-to-gregorian-dt' to do the computations.
1680 (calcFunc-weekday, math-format-date-part): Use the new version of
1681 the DATE to determine the weekday.
1682 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1683 when necessary.
1684
3804f7bc
EZ
16852012-11-17 Eli Zaretskii <eliz@gnu.org>
1686
1687 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1688 Cygwin; otherwise use 'file:'. (Bug#12914)
1689 (cygwin-convert-path-from-windows): Declare, to avoid
1690 byte-compiler warnings.
1691
de959d4d
AP
16922012-11-17 Andreas Politz <politza@fh-trier.de>
1693
1694 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1695 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1696 prefix and negative numeric prefix args (Bug#12795).
1697
e45deaef
SB
16982012-11-17 Stephen Berman <stephen.berman@gmx.net>
1699
1700 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1701 Don't signal an error with a score that is too low to add to the
1702 list of top scores. (Bug#12779)
1703
ec15e0ff
CY
17042012-11-17 Chong Yidong <cyd@gnu.org>
1705
8e7696a1
CY
1706 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1707
ec15e0ff
CY
1708 * filecache.el (file-cache-add-file): Handle relative file name in
1709 the argument (Bug#12694).
1710
60c4ee66
JH
17112012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1712
1713 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1714
cdc5d88c
SM
17152012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1716
dd0c5bbb
SM
1717 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1718
cdc5d88c
SM
1719 * emacs-lisp/cl-lib.el: Set more meaningful version number.
1720
0ff7851c
MR
17212012-11-16 Martin Rudalics <rudalics@gmx.at>
1722
1723 * window.el (enlarge-window, shrink-window): Don't mention return
1724 value in doc-string (Bug#12896).
1725 (window--display-buffer): Don't resize frames - it won't work
1726 with all window managers and defeat pop-up-frame-alist.
1727 (display-buffer-alist): In doc-string explain that CONDITION can
1728 be a function and which arguments are passed to it (Bug#12854).
1729 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
1730 expressions (Bug#12854).
1731 (display-buffer): Pass ACTION argument to
1732 display-buffer-assq-regexp.
1733
dedd1884
GM
17342012-11-16 Glenn Morris <rgm@gnu.org>
1735
7c82753d
GM
1736 * window.el (fit-frame-to-buffer-bottom-margin)
1737 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1738
dedd1884
GM
1739 * faces.el (face-underline-p): Use face-attribute-specified-or.
1740
96e05507 17412012-11-16 Juanma Barranquero <lekktu@gmail.com>
662b0ee6
JB
1742
1743 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1744
96e05507 17452012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
eb31fa40
SM
1746
1747 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1748
96e05507 17492012-11-16 Glenn Morris <rgm@gnu.org>
e2e13f18 1750
17c083ac
GM
1751 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
1752 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1753
bde3c6c0
GM
1754 * faces.el (face-underline-p): Doc fix. Handle :underline being
1755 things other than `t' (a string, a list).
1756 (face-inverse-video-p): Doc fix.
1757 (set-face-underline): Rename it back from set-face-underline-p.
1758 Doc fix. Allow interactive input of values other than t.
1759 (read-face-attribute): Apply formatting to :underline,
1760 since like :box and :stipple it can take list values.
1761
e2e13f18
GM
1762 * term.el (ansi-term): Don't let C-x escape-char binding
1763 clobber the more standard C-c binding. (Bug#12842)
1764
e0ea8060
GM
1765 * subr.el (set-temporary-overlay-map): Doc fix.
1766
96e05507 17672012-11-16 Martin Rudalics <rudalics@gmx.at>
92346275
MR
1768
1769 * window.el (record-window-buffer)
1770 (display-buffer-record-window): When copying the markers to
1771 window-point preserve window-point-insertion-type. (Bug#12588)
1772
96e05507 17732012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
1774
1775 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1776 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1777 Use new names for hooks rather than obsolete aliases.
1778
faeafc01
DC
17792012-11-15 Daniel Colascione <dancol@dancol.org>
1780
1781 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
9533048d
DC
1782 prefix instead of "file:" so that when FILE-NAME begins with "//",
1783 as it does when the target file is on a network share, url-handler
1784 isn't confused.
1785
1232d6c2
SM
17862012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1789 a preactivated advice from an old advice.el; they're not compatible!
1790
47f01a8a
KY
17912012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * emacs-lisp/nadvice.el (advice--make-interactive-form):
1794 Fix string-spec case.
1795
1796 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1797
a61428c4
SM
17982012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1801 (advice--buffer-local-function-sample): New var.
1802 (advice--set-buffer-local, advice--buffer-local): New functions.
1803 (add-function, remove-function): Use them.
1804
875ce3a7
DA
18052012-11-15 Drew Adams <drew.adams@oracle.com>
1806
1807 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1808
589fc479
SM
18092012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1812 potential binding of print-gensym to t, and prettify (back)quotes in
1813 case they appear in args's default values (bug#12884).
1814
1668ea90
SM
18152012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1818 (advice-eval-interactive-spec): New function.
1819 (advice--make-interactive-form): Support around advice (bug#12844).
1820
8619323f
DG
18212012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1822
1823 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1824 more strict. Add docstring.
c62792e7
DG
1825 (ruby-expression-expansion-re): Extract from
1826 `ruby-match-expression-expansion'.
1827 (ruby-syntax-propertize-function): After everything else, search
1828 for expansions in string literals, mark their insides as
1829 whitespace syntax and save match data for font-lock.
1830 (ruby-font-lock-keywords): Use the 2nd group from expression
1831 expansion matches.
1832 (ruby-match-expression-expansion): Use the match data saved to the
1833 text property in ruby-syntax-propertize-function.
8619323f 1834
9c3912d3
SM
18352012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1838 (bug#12879).
1839
5e9419e8
DG
18402012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1841
1842 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1843 start/end keyword a bit harder. Works with different values of N.
1844 Add more comments.
1845 (ruby-end-of-block): Update accordingly.
1846
3c442f8b
SM
18472012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1848
fa470af0
SM
1849 * woman.el (woman-file-name): Don't mess with unread-command-events
1850 (bug#12861).
1851
3c442f8b
SM
1852 * emacs-lisp/advice.el: Layer on top of nadvice.el.
1853 Remove out of date self-require hack.
1854 (ad-do-advised-functions): Use simple `dolist'.
1855 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1856 (ad-advice-definition): Redefine as functions.
1857 (ad-advice-classes): Move before first use.
1858 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
fa470af0 1859 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3c442f8b 1860 (ad--defalias-fset): Remove functions.
fa470af0 1861 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3c442f8b
SM
1862 (ad-get-orig-definition): Rewrite.
1863 (ad-make-advised-definition-docstring): Change base docstring.
1864 (ad-real-orig-definition): Rewrite.
1865 (ad-map-arglists): Change name of called function.
1866 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1867 (ad-make-advised-definition): Simplify.
1868 (ad-assemble-advised-definition): Tweak for new calling context.
fa470af0 1869 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3c442f8b
SM
1870 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
1871 function and call ad-activate if needed.
1872 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1873 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1874 (ad-compile-function): Compile ad-Advice-*.
1875 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1876 (ad-start-advice, ad-stop-advice): Remove.
1877
5745cae6
DG
18782012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1879
1880 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1881 period before class method names, not after. Remove handling of
1882 one impossible case. Add comments.
1883
413d4689
SM
18842012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1885
7db1bda8
SM
1886 * emacs-lisp/advice.el: Remove support for freezing.
1887 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1888 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1889 Remove support for `freeze'.
1890
413d4689
SM
1891 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1892 override the default.
1893 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1894 cl--dotimes/dolist.
1895 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1896 `cl' is loaded.
1897
1898 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1899 from add-advice.
1900 (advice--strip-macro): New function.
1901 (advice--defalias-fset): Use them to handle macros.
1902 (advice-add): Use them.
1903 (advice-member-p): Correctly handle macros.
1904
f178c32d
DG
19052012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1906
7db1bda8
SM
1907 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1908 Never font-lock the beginning of singleton class as heredoc.
f178c32d 1909
f78ee6af 19102012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
f8705f6e
SM
1911
1912 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1913
f78ee6af 19142012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
9db94175
WJ
1915
1916 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
f78ee6af
GM
1917 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
1918 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
9db94175 1919
f78ee6af 19202012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2e6625b5
FEG
1921
1922 Fix end-of-defun misbehavior.
1923 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1924 python-beginning-of-defun-function. Handle nested defuns
1925 correctly.
1926 (python-nav-end-of-defun): Rename from
1927 python-end-of-defun-function. Ensure forward movement.
f8705f6e 1928 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
1929 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
1930 parent defuns as soon as possible.
1931
f78ee6af 19322012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
1933
1934 * progmodes/flymake.el (flymake-error-bitmap)
1935 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1936 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1937
f78ee6af 19382012-11-13 Dmitry Gutov <dgutov@yandex.ru>
d1e1e53d
DG
1939
1940 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1941 backward, always stop at indentation. Reverts the change from
1942 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1943
f78ee6af 19442012-11-13 Glenn Morris <rgm@gnu.org>
68146aa5 1945
a1d3e07e
GM
1946 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1947 Add ibuffer-filter-by-derived-mode.
1948
84acf328
GM
1949 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1950 the same name shadowing each other.
1951
38785e75
GM
1952 * window.el (with-temp-buffer-window): Doc tweak.
1953
57fc0fee
GM
1954 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1955
6ba6a3e5
GM
1956 * help.el (temp-buffer-max-height):
1957 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
1958 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1959
231d8498
SM
19602012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * emacs-lisp/nadvice.el: New package.
1963 * subr.el (special-form-p): New function.
1964 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1965 (elp-all-instrumented-list): Remove var.
1966 (elp-not-profilable): Remove elp-wrapper.
1967 (elp-profilable-p): Use autoloadp and special-form-p.
1968 (elp--advice-name): New const.
1969 (elp-instrument-function): Use advice-add.
1970 (elp--instrumented-p): New predicate.
1971 (elp-restore-function): Use advice-remove.
1972 (elp-restore-all, elp-reset-all): Use mapatoms.
1973 (elp-set-master): Use elp--instrumented-p.
1974 (elp--make-wrapper): Rename from elp-wrapper, return a function
1975 suitable for advice-add. Use cl-inf.
1976 (elp-results): Use mapatoms+elp--instrumented-p.
1977 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1978 (debug-function-list): Remove var.
1979 (debug): Rename arg, and then let-bind it explicitly inside.
1980 (debugger-setup-buffer): Rename arg.
1981 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1982 (debugger-frame-number): Adjust to new debug-on-entry setup.
1983 (debug--implement-debug-on-entry): Rename from
1984 implement-debug-on-entry, add argument.
1985 (debugger-special-form-p): Remove, use special-form-p instead.
1986 (debug-on-entry): Use advice-add.
1987 (debug--function-list): New function.
1988 (cancel-debug-on-entry): Use it, along with advice-remove.
1989 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1990 (debugger-list-functions): Use debug--function-list instead of
1991 debug-function-list.
1992 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1993 (ad-special-form-p): Remove, use special-form-p instead.
1994 (ad-set-advice-info): Use add-function and remove-function.
1995 (ad--defalias-fset): Adjust accordingly.
1996
19e09879
GM
19972012-11-10 Glenn Morris <rgm@gnu.org>
1998
714cebd1
GM
1999 * mail/emacsbug.el (report-emacs-bug-tracker-url)
2000 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2001 (report-emacs-bug-create-existing-bugs-buffer)
2002 (report-emacs-bug-parse-query-results)
2003 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
2004
bf67dafa
GM
2005 * term.el (term-default-fg-color, term-default-bg-color):
2006 Make obsolete, rather than just saying "deprecated" in the doc.
2007
19e09879
GM
2008 * term.el (term): Rename from `term-face'.
2009 (term-current-face, ansi-term-color-vector)
2010 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2011 Update all users.
2012
6baf66d5 20132012-11-10 Jan Djärv <jan.h.d@swipnet.se>
531bdce6
JD
2014
2015 * server.el (server-create-window-system-frame): Handle Nextstep
2016 specially (Bug#12780).
2017
6baf66d5 20182012-11-10 Glenn Morris <rgm@gnu.org>
fedb154e
GM
2019
2020 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2021 Unautoload, and make obsolete. (Bug#7449)
2022
6baf66d5 20232012-11-10 Chong Yidong <cyd@gnu.org>
9d9e48d9
CY
2024
2025 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2026 rename from diff-remove-trailing-whitespace (Bug#12831).
2027
6baf66d5 20282012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
32170f7f
SM
2029
2030 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2031 miscompilation of trace.el.
2032
6baf66d5 20332012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
2034
2035 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
2036
6baf66d5 20372012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
41626722
SM
2038
2039 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
2040 (bug#12812).
2041
6baf66d5 20422012-11-10 Chong Yidong <cyd@gnu.org>
7d806bfe
CY
2043
2044 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
2045 a defcustom with an appropriate :set function.
2046 (minibuffer-default--in-prompt-regexps): New function.
2047
6baf66d5 20482012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f 2049
031b2ea7
GM
2050 * emacs-lisp/cl.el (define-setf-expander, defsetf)
2051 (define-modify-macro): Doc fixes.
2052
2ee1d59f
GM
2053 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
2054 (gv-define-simple-setter): Update doc of `fix-return'.
2055
6baf66d5 20562012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
d57c286e 2057
b715ed44
SM
2058 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
2059 twice when `fix-return' is set (bug#12813).
2060
d57c286e
SM
2061 * emacs-lisp/cl.el (defsetf): Pass the third arg to
2062 gv-define-simple-setter (bug#12812).
2063
c9cac599
SM
2064 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
2065 (bug#12756).
2066
6baf66d5 20672012-11-10 Glenn Morris <rgm@gnu.org>
6b3770fb
GM
2068
2069 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2070
5593ed90
GM
2071 * emacs-lisp/cl-extra.el (cl-prettyexpand):
2072 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
2073 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
2074 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
2075
2076 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
2077
05a859c1
LL
20782012-11-10 Leo Liu <sdl.web@gmail.com>
2079
2080 * ido.el (ido-set-matches-1): Improve flex matching performance by
2081 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
2082
32e5c58c
SM
20832012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
2086 (ad--defalias-fset): New function.
2087 (ad-safe-fset): Remove.
2088 (ad-make-freeze-definition): Use cl-letf*.
2089
f5925cd9
SM
20902012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2091
da03ef8a
SM
2092 * subr.el (dolist): Don't bind VAR in RESULT.
2093
6858633a
SM
2094 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
2095 (fset, documentation): Don't save real def since we don't advise.
2096 (ad-do-advised-functions): Remove problematic `result-form'.
2097 (ad-safe-fset): `ad-real-fset' => `fset'.
2098 (ad-read-advised-function): Don't assume that ad-do-advised-functions
2099 uses CL's dolist internally.
2100 (ad-arglist): Remove unused arg `name'.
2101 (ad-docstring, ad-make-advised-docstring):
2102 `ad-real-documentation' => `documentation'.
2103 (warning-suppress-types): Declare.
2104 (ad-set-arguments): Simple CSE.
2105 (ad-recover-normality): Sanity check.
2106
f5925cd9
SM
2107 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
2108 (funcall '(lambda ..) ..) into ((lambda ..) ..).
2109
93a66b3a
VB
21102012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
2111
2112 * ses.el: symbol to coordinate mapping is made by symbol property
f5925cd9
SM
2113 `ses-cell'. This means that the same mapping is done for all SES
2114 sheets. That is good enough for cells with standard A1 names, but
2115 not for named cell. So a hash map is added for the latter.
2116 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
93a66b3a
VB
2117 (ses-sym-rowcol): Use hashmap for named cell.
2118 (ses-is-cell-sym-p): New defun.
2119 (ses-decode-cell-symbol): New defun.
f5925cd9
SM
2120 (ses-create-cell-variable): Add cell to hashmap when name is not
2121 A1-like.
93a66b3a
VB
2122 (ses-rename-cell): Check that cell new name is not already in
2123 spreadsheet with the use of ses-is-cell-sym-p
2124 (ses-rename-cell): Use hash map for named cells, but accept also
2125 renaming back to A1-like.
2126
67dd8ad1
SM
21272012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2128
57618ecf
SM
2129 * emacs-lisp/advice.el: Use new dynamic docstrings.
2130 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2131 Use dynamic-docstring-function instead of ad-advice-info.
2132 (ad--make-advised-docstring): New function extracted from
2133 ad-make-advised-docstring.
2134 (ad-make-advised-docstring): Use it.
2135 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
2136 from sql-help.
2137 (sql-help): Use it with dynamic-docstring-function.
2138
67dd8ad1
SM
2139 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
2140
be883b34
SM
21412012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2142
d41706aa
SM
2143 * files.el (hack-one-local-variable--obsolete): New function.
2144 (hack-one-local-variable): Use it for obsolete settings.
2145
85e55412
SM
2146 * subr.el (locate-user-emacs-file): If both old and new name exist, use
2147 the new name.
2148
be883b34
SM
2149 * progmodes/js.el (js--filling-paragraph): New var.
2150 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
2151 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
2152 less sneaky.
2153
cabc040a
JD
21542012-11-08 Julien Danjou <julien@danjou.info>
2155
2156 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
2157 `auto-mode-alist' (Bug#12835).
2158
d14bb752
SM
21592012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2160
79b3e376
SM
2161 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
2162 (perl--prettify-symbols-alist): New const.
2163 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
2164 New functions.
2165 (perl-font-lock-keywords-2): Use them.
2166 (perl-electric-noindent-p): New function.
2167 (perl-mode): Use it to set up electric-indent-mode.
2168 (perl-electric-terminator, perl-indent-command): Mark obsolete.
2169 (perl-mode-map): Remove bindings for them.
2170 (perl-imenu-generic-expression, perl-outline-level):
2171 Match functions&packages in column>0.
2172
3b11e6ac
SM
2173 * env.el (env--substitute-vars-regexp): New const.
2174 (substitute-env-vars): Use it. Add `only-defined' arg.
2175 * net/tramp.el (tramp-replace-environment-variables): Use it.
2176
784c1a7b
SM
2177 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2178 Byte-compile *before* eval in eval-and-compile.
2179 (byte-compile-log-warning): Remove redundant inhibit-read-only.
2180 (byte-compile-file-form-autoload): Don't hide actual definition.
2181 (byte-compile-maybe-guarded): Accept `functionp' as well.
2182
d14bb752
SM
2183 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2184
499a0f7a
MA
21852012-11-07 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * notifications.el (notifications-get-server-information-method):
2188 New defconst.
2189 (notifications-get-capabilities): Fix docstring.
2190 (notifications-get-server-information): New defun.
2191
f0704a9a
AM
21922012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2193
2194 * textmodes/ispell.el (ispell-region): Standard re-indent for better
2195 readability.
2196
b159a1fd
AM
2197 * textmodes/ispell.el: Experimental support for support debugging.
2198 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
2199 buffer for ispell.
2200 (ispell-print-if-debug): New function to print stuff to
2201 `ispell-debug-buffer' if debugging is enabled.
2202 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
2203 show some debugging info.
2204 (ispell-buffer-with-debug): New function that creates a debugging
2205 buffer and calls `ispell-buffer' with debugging enabled.
2206
056cb3a1
AM
2207 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
2208 comment in autoconf mode. (Bug#12768)
2209
8e6a67b7
DA
22102012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2211
2212 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
2213 frame-first-window, frame-root-window, frame-selected-window,
2214 minibuffer-selected-window, minibuffer-window,
2215 window-absolute-pixel-edges, window-at, window-body-height,
2216 window-body-width, window-display-table, window-combination-limit,
2217 window-frame, window-fringes, window-inside-absolute-pixel-edges,
2218 window-inside-edges, window-inside-pixel-edges, window-left-child,
2219 window-left-column, window-margins, window-next-buffers,
2220 window-next-sibling, window-new-normal, window-new-total,
2221 window-normal-size, window-parameter, window-parameters, window-parent,
2222 window-pixel-edges, window-point, window-prev-buffers,
2223 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
2224 window-start, window-text-height, window-top-child, window-top-line,
2225 window-total-height, window-total-width and window-use-time to the list
2226 of functions without side-effects.
2227 (toplevel): Add window-valid-p to the list of error-free functions
2228 without side-effects.
2229
53fc914f
AM
22302012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2231
f5925cd9
SM
2232 * textmodes/ispell.el (ispell-program-name):
2233 Update spellchecker parameters when customized.
53fc914f 2234
9749e2b0
GM
22352012-11-04 Glenn Morris <rgm@gnu.org>
2236
2237 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
2238
2cbafa56
CY
22392012-11-04 Chong Yidong <cyd@gnu.org>
2240
2241 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
2242 same-window-* variables.
2243
85178ca1
JL
22442012-11-04 Juri Linkov <juri@jurta.org>
2245
2246 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2247 (isearch-describe-key, isearch-describe-mode): Use a display
2248 action instead of binding same-window-* variables (Bug#10040).
2249
5c677d44
GM
22502012-11-03 Glenn Morris <rgm@gnu.org>
2251
49138400
GM
2252 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2253 Rename handler properties back from cl-- to cl-. (Bug#12788)
2254
5c677d44
GM
2255 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
2256
1d4341f9
EZ
22572012-11-03 Eli Zaretskii <eliz@gnu.org>
2258
2259 * term/pc-win.el: Don't load term/internal from here.
2260
2261 * loadup.el: Load term/internal from here.
2262
12fd5ee1
FEG
22632012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
2264
2265 * progmodes/python.el (inferior-python-mode): Fix hang in
2266 jit-lock (Bug#12645).
2267
43bcfda6
MR
22682012-11-03 Martin Rudalics <rudalics@gmx.at>
2269
2270 * window.el (switch-to-visible-buffer)
2271 (switch-to-buffer-preserve-window-point): Fix doc-strings.
2272
376a8e83
GM
22732012-11-03 Glenn Morris <rgm@gnu.org>
2274
2275 * emacs-lisp/cl-lib.el (cl--random-time):
2276 Rename from cl-random-time. (Bug#12773)
2277 (cl--gensym-counter, cl--random-state): Update callers.
2278 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
2279
0f7b074f
CY
22802012-11-03 Chong Yidong <cyd@gnu.org>
2281
2282 * cus-start.el: Make cursor-type customizable (Bug#11633).
2283
3a6851d9
GM
22842012-11-02 Glenn Morris <rgm@gnu.org>
2285
00a3b041
GM
2286 * filecache.el: No need to load find-lisp when compiling.
2287 (find-lisp-find-files): Autoload it.
2288 (file-cache-add-directory-recursively): Don't require find-lisp.
2289
11fef14a
GM
2290 * image.el (image-type-from-file-name): Trivial simplification.
2291
3a6851d9
GM
2292 * emacs-lisp/bytecomp.el (byte-compile-eval):
2293 Decouple "noruntime" and "cl-functions" warnings.
2294
b4b096e4
SB
22952012-11-01 Stephen Berman <stephen.berman@gmx.net>
2296
2297 * play/gomoku.el (gomoku-display-statistics): Update mode line
2298 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2299
218e997a
MR
23002012-10-31 Martin Rudalics <rudalics@gmx.at>
2301
2302 * window.el (quit-restore-window): If the window has been
2303 created on an existing frame and ended up as the sole window on
2304 that frame, do not delete it (Bug#12764).
2305
b08b6da7
SM
23062012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2307
3618df45
SM
2308 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2309 Rename from sh--inside-arithmetic-expression, handle more cases
2310 (bug#11263).
2311
b08b6da7
SM
2312 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2313 (sh-font-lock-open-heredoc): Use it (bug#12770).
2314
4ddedf94
GM
23152012-10-30 Glenn Morris <rgm@gnu.org>
2316
f43a5263
GM
2317 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
2318
4ddedf94
GM
2319 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
2320
748b0d84
CY
23212012-10-29 Chong Yidong <cyd@gnu.org>
2322
b5dd9a77
CY
2323 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2324 function key is stored in a keyboard macro (Bug#4894).
2325
748b0d84
CY
2326 * thingatpt.el (number-at-point): Apply a thing-at-point property.
2327
e07fcbdc
SM
23282012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2329
d7f9cc85
SM
2330 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2331 header comments".
2332 (diff-unified->context, diff-context->unified)
2333 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2334
c606253c
SM
2335 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2336
e07fcbdc
SM
2337 * files.el (find-alternate-file): Only ask one question (bug#12487).
2338
894b9dd9
CY
23392012-10-29 Chong Yidong <cyd@gnu.org>
2340
1dc2755a
CY
2341 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2342 Suggested by Dan Nicolaescu (Bug#6326).
2343
329c48d8
CY
2344 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2345
2230fa5b 2346 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 2347
e84cad57
CY
2348 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2349
1913c5f5
CY
2350 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2351
894b9dd9
CY
2352 * face-remap.el (face-remap-add-relative): Handle the case where a
2353 face-remapping-alist entry is a cons cell (Bug#12762).
2354
329c48d8
CY
23552012-10-29 Kevin Ryde <user42@zip.com.au>
2356
2357 * woman.el (woman-parse-numeric-value): Handle picas correctly
2358 (Bug#12639).
2359
a0ccbcbd
GM
23602012-10-29 Glenn Morris <rgm@gnu.org>
2361
2362 * emacs-lisp/cl.el (defsetf): Doc fix.
2363
b3871e59
SM
23642012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2367 syntax to the matching opener, if any (bug#12547).
2368 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2369 matching open as a "case-(".
2370 (sh-smie-rc-grammar): Add a corresponding rule for it.
2371
cd44022c
DH
23722012-10-28 Daniel Hackney <dan@haxney.org>
2373
2374 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2375 "PKGNAME-autoloads.el" in case we created it.
2376
70edffb1
SM
23772012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2378
86957a0c
SM
2379 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2380 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 2381 (completion--twq-all): Disable too-strict assertions.
86957a0c 2382
70edffb1
SM
2383 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2384
d069271c
EZ
23852012-10-27 Eli Zaretskii <eliz@gnu.org>
2386
2387 * profiler.el (profiler-report-make-entry-part): Fix help-echo
2388 text to match the real keybindings.
2389
e2f022a3
JL
23902012-10-27 Juri Linkov <juri@jurta.org>
2391
2392 * wdired.el (wdired-keep-marker-rename): New defcustom.
2393 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2394 (Bug#11795)
2395
2396 * dired.el (dired-keep-marker-rename): Add reference to
2397 `wdired-keep-marker-rename' in the docstring.
2398 Add default character value ?R to display initially in
2399 Customization UI instead of ?@.
2400
df171c23
MR
24012012-10-27 Martin Rudalics <rudalics@gmx.at>
2402
2403 * window.el (display-buffer): In doc-string describe
2404 window-height and window-width alist entries.
2405
2406 * time.el (display-time-world): Restore fit-window-to-buffer
2407 behavior.
2408
05b621a6
CY
24092012-10-27 Chong Yidong <cyd@gnu.org>
2410
2411 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2412
55f197b2
J
24132012-10-26 Jambunathan K <kjambunathan@gmail.com>
2414
2415 * minibuffer.el (completion-category-overrides): New completion
2416 category `bookmark' (bug#11131).
2417
372212df
SM
24182012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2419
150f809c
SM
2420 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2421 Silence bogus compiler warnings for ad-do-it.
2422
372212df
SM
2423 * bookmark.el (bookmark-completing-read): Set the completion category
2424 to `bookmark' (bug#11131).
2425
c5772569
B
24262012-10-26 Bastien <bzg@altern.org>
2427 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * face-remap.el: Use lexical-binding.
2430 (text-scale-adjust): Improve docstring. Use itself for the temporary
2431 overlay-map bindings, so as to repeat the "Use..." message each time.
2432
a2be0357
SM
24332012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2434
63314e57
SM
2435 * emacs-lisp/macroexp.el (macroexp--expand-all):
2436 Obey byte-compile-warning-enabled-p (bug#12486).
2437
a2be0357
SM
2438 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2439 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2440
8c7727c3
MR
24412012-10-26 Martin Rudalics <rudalics@gmx.at>
2442
2443 * mouse.el (mouse-drag-line): Move last form into preceding when
2444 clause (Bug#12731).
2445
2446 * help.el (resize-temp-buffer-window): Fix doc-string.
2447
3f2a848d
DE
24482012-10-25 David Engster <deng@randomsample.de>
2449
2450 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 2451 Remove. This feature is already integrated in imenu.
3f2a848d
DE
2452
2453 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2454 always loaded. Require `speedbar' unconditionally.
2455
a7723be6
SM
24562012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2457
aaabfc8b
SM
2458 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2459
414a8595
SM
2460 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2461
fb5b9475
SM
2462 * net/ldap.el (ldap-search-internal): The official ldif format starts
2463 with a "version: 1" header (bug#12724).
2464
a7723be6
SM
2465 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2466 (bug#12721).
2467
a05cb6e3
GM
24682012-10-25 Glenn Morris <rgm@gnu.org>
2469
2470 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2471
3c92de70
SM
24722012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * minibuffer.el (minibuffer-force-complete): Use one more marker
2475 for the temporary-overlay-map command (bug#12619).
2476
a4b6d7c6
CY
24772012-10-24 Chong Yidong <cyd@gnu.org>
2478
2479 * time.el (display-time-world-mode): Derive from special-mode.
2480 (display-time-world): Use display-buffer (Bug#12708).
2481 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
2482 (display-time-world-display): Wrap the final delete-char inside
2483 inhibit-read-only.
a4b6d7c6 2484
75e8f9d2
CY
24852012-10-24 Chong Yidong <cyd@gnu.org>
2486
cd996018
CY
2487 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2488 Doc fix.
2489
75e8f9d2
CY
2490 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2491
d92df117
SM
24922012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * minibuffer.el (completion--all-sorted-completions-location): New var.
2495 (completion--cache-all-sorted-completions)
2496 (completion--flush-all-sorted-completions): Use it.
2497 (completion-in-region, completion-in-region--postch)
2498 (completion-at-point, completion-help-at-point): Use markers in
2499 completion-in-region--data (bug#12619).
2500
9c3e39f3
SM
25012012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2502
c79825bd
SM
2503 * progmodes/compile.el (compilation-start): Try to handle common
2504 quoting of `cd' argument (bug#12640).
2505
9c3e39f3
SM
2506 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2507 (bug#12671).
2508
a6709bc7
GM
25092012-10-23 Glenn Morris <rgm@gnu.org>
2510
2511 * progmodes/gud.el (gud-menu-map):
2512 Check gdb-active-process is bound. (Bug#12358)
2513
d1069532
SM
25142012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2515
d20d69c0
SM
2516 * repeat.el (repeat): Set real-this-command (bug#12232).
2517
d1069532
SM
2518 * htmlfontify.el (hfy-post-html-hook):
2519 * filesets.el (filesets-cache-fill-content-hook):
2520 * arc-mode.el (archive-extract-hook):
2521 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2522 * net/rcirc.el (rcirc-sentinel-functions)
2523 (rcirc-receive-message-functions, rcirc-activity-functions)
2524 (rcirc-print-functions):
2525 * net/dbus.el (dbus-event-error-functions):
2526 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2527 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2528 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2529 * term/sun.el (sun-raw-prefix-hooks):
2530 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2531
f7eac6d8
MA
25322012-10-23 Michael Albinus <michael.albinus@gmx.de>
2533
d1069532
SM
2534 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2535 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
2536 (tramp-smb-wait-for-output): Add timeout to
2537 `tramp-accept-process-output' calls.
2538
608d9d7c
CY
25392012-10-23 Chong Yidong <cyd@gnu.org>
2540
49238e7f
CY
2541 * faces.el (font-list-limit): Define as an obsolete variable.
2542
2543 * startup.el (command-line):
2544 * cus-start.el: Don't refer to font-list-limit.
2545
608d9d7c
CY
2546 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2547
4ff5b1b2
SM
25482012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * subr.el (internal-temp-output-buffer-show): Rename from
2551 temp-output-buffer-show, since previously compiled files expect this name.
2552
ea1d4aac
GM
25532012-10-23 Glenn Morris <rgm@gnu.org>
2554
2555 * image.el (image-type-from-file-name): If multiple types match,
2556 return the first one that is supported. (Bug#9045)
2557
eda82a31
GM
25582012-10-22 Glenn Morris <rgm@gnu.org>
2559
2560 * image.el (imagemagick-enabled-types): Doc fix.
2561
4f020bec
TA
25622012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2563
2564 * progmodes/which-func.el (which-func-current): The hash-table may have
2565 an explicit nil (bug#12338).
2566
c77d37e2
SM
25672012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * electric.el (electric-pair-delete-selection-self-insert-function):
2570 Rename to electric-pair-will-use-region, return a boolean.
2571 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2572
2573 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2574 (delete-selection-pre-hook): Use use-region-p.
2575 (delete-selection-self-insert-function): Remove.
2576 (self-insert-command): Obey self-insert-uses-region-functions.
2577 (self-insert-iso): Revert to previous setting, since we don't actually
2578 know what that command does.
2579 (delete-selection-self-insert-hooks): Remove.
2580
b1d39ccc
SL
25812012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2582
2583 * delsel.el (delete-selection-helper): New function, extracted from
2584 delete-selection-pre-hook.
2585 (delete-selection-pre-hook): Use it.
2586 (delete-selection-self-insert-function): New function.
2587 (delete-selection-self-insert-hooks): New hook.
2588 (self-insert-command, self-insert-iso): Use it.
2589 * electric.el (electric-pair-syntax): New function, extracted from
2590 electric-pair-post-self-insert-function.
2591 (electric-pair-post-self-insert-function): Use it.
2592 (electric-pair-delete-selection-self-insert-function): New function.
2593 (electric-pair-mode): Require delsel and setup
2594 delete-selection-self-insert-hooks (bug#11520).
2595
045ef729
CY
25962012-10-20 Chong Yidong <cyd@gnu.org>
2597
4c5d08a8
CY
2598 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2599 no changes to show (Bug#12586).
2600
045ef729
CY
2601 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2602 list explicitly (Bug#12571).
2603
3503c798 26042012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 2605
b1d39ccc
SL
2606 * progmodes/flymake.el (flymake-create-temp-inplace):
2607 Use file-truename.
79e1997a 2608
2068905b
EZ
26092012-10-20 Eli Zaretskii <eliz@gnu.org>
2610
2611 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2612
4c9e9550
JB
26132012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2614
2615 * calc/calc-units.el (math-extract-units): Properly extract powers
2616 of units.
2617
1a6e7e38
DC
26182012-10-20 Daniel Colascione <dancol@dancol.org>
2619
2620 * frame.el (make-frame): Set x-display-name as we used to in order
2621 to unbreak creating an X11 frame from an Emacs daemon started
2622 without a display.
2623
8e808318
SM
26242012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * minibuffer.el (minibuffer-force-complete): Make the next completion use
f5925cd9 2627 the same completion-field (bug#12221).
8e808318 2628
fb0104da
MR
26292012-10-19 Martin Rudalics <rudalics@gmx.at>
2630
2631 * emacs-lisp/debug.el (debug): Record height of debugger window
2632 also when debugger will be back (Bug#8789).
2633
8c27235e
CY
26342012-10-18 Chong Yidong <cyd@gnu.org>
2635
2636 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2637 Convert to defcustom.
2638 (gdb-get-source-file): Don't bind pop-up-windows.
2639
2640 * progmodes/gud.el (gud-display-line): Don't specially re-use
2641 other frames for the gdb-mi case (Bug#12648).
2642
90eacf99
SM
26432012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2644
aaf0c300
SM
2645 * emacs-lisp/advice.el: Clean up commentary a bit.
2646 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2647 (byte-code-function-p): Never redefine.
2648
90eacf99
SM
2649 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2650
281c9d2b
GM
26512012-10-18 Glenn Morris <rgm@gnu.org>
2652
40714e3d
GM
2653 * dired.el (dired-sort-toggle): Some ls implementations only allow
2654 a single option string. (Bug#12666)
2655
281c9d2b
GM
2656 * minibuffer.el (completion-cycle-threshold): Doc fix.
2657
b278604e
KH
26582012-10-17 Kenichi Handa <handa@gnu.org>
2659
90eacf99
SM
2660 * international/mule.el (set-keyboard-coding-system):
2661 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
2662 Supply TERMINAL arg to set-input-meta-mode.
2663
df171c23 26642012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
2665
2666 * wdired.el (wdired-old-marks): New variable.
2667 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2668 (wdired-do-renames): Move point with renamed file and don't lose
2669 mark status (Bug#11795).
2670
e5a94ec4
JL
26712012-10-16 Juri Linkov <juri@jurta.org>
2672
2673 * replace.el (query-replace-help): Mention multi-buffer replacement
2674 keys in the Help message. (Bug#12655)
2675
d18a0d24
CY
26762012-10-15 Chong Yidong <cyd@gnu.org>
2677
2678 * emacs-lisp/byte-run.el (defsubst): Doc fix.
2679
8111f5e6
EZ
26802012-10-14 Eli Zaretskii <eliz@gnu.org>
2681
7b9abf24
EZ
2682 * window.el (display-buffer): Doc fix.
2683
8111f5e6
EZ
2684 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2685 Adjust the msft regexp to the output of Studio 2010, and move msft
2686 before edg-1. See the discussion on emacs-devel,
2687 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2688 for the details.
2689
5046ef67
SM
26902012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2691
9760c73c
SM
2692 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2693 (oset): Move uses of object-class-fast macro after its definition.
2694
5046ef67
SM
2695 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2696
0d11ff1c
CY
26972012-10-13 Chong Yidong <cyd@gnu.org>
2698
2699 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2700 enabled, re-enable it (Bug#11963).
2701
88ded8ac
MR
27022012-10-13 Martin Rudalics <rudalics@gmx.at>
2703
2704 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2705 non-nil, restore window configuration (Bug#12623).
2706
bd0ffffd
SM
27072012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2708
06485aa8
SM
2709 * help-fns.el (describe-variable, describe-function-1):
2710 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2711
bd0ffffd
SM
2712 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2713
3a989246
GM
27142012-10-12 Glenn Morris <rgm@gnu.org>
2715
2716 * mail/rmailsum.el (rmail-header-summary):
2717 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
2718
55cd00c8
FEG
27192012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
2720
bd0ffffd
SM
2721 * progmodes/python.el (python-mode-map):
2722 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
2723 (python-nav--up-list): Fix behavior for blocks on the same level.
2724
ac9fc2c7
SM
27252012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2726
d8cc4c00 2727 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 2728
5253a5fd
SM
2729 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2730 changes to the format of load-history.
2731
ac9fc2c7
SM
2732 * international/mule-cmds.el (read-char-by-name): Move let-binding of
2733 completion-ignore-case in case that var is buffer-local (bug#12615).
2734
cde44a77
KH
27352012-10-11 Kenichi Handa <handa@gnu.org>
2736
2737 * international/eucjp-ms.el: Re-generated.
2738
4ef4a10d
KH
27392012-10-10 Kenichi Handa <handa@gnu.org>
2740
2741 * select.el (xselect--encode-string): If a coding is specified for
2742 selection, and that is compatible with COMPOUND_TEXT, use it.
2743
9d7f027b
MR
27442012-10-10 Martin Rudalics <rudalics@gmx.at>
2745
2746 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
2747 (switch-to-buffer):
2748 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 2749
238f3a58
SM
27502012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2753 Don't document nil as a useful value (bug#12583).
2754
1d51f99c
MA
27552012-10-09 Michael Albinus <michael.albinus@gmx.de>
2756
238f3a58
SM
2757 * net/tramp.el (tramp-debug-message):
2758 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
2759 (with-tramp-progress-reporter): Rename from
2760 `tramp-with-progress-reporter'.
238f3a58
SM
2761 (with-tramp-file-property, with-tramp-connection-property):
2762 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
2763 `with-connection-property', respectively.
2764
2765 * net/tramp-cache.el: Remove `with-file-property' and
2766 `with-connection-property'.
2767
2768 * net/tramp.el:
2769 * net/tramp-gvfs.el:
2770 * net/tramp-sh.el:
2771 * net/tramp-smb.el: Adapt callees.
2772
2773 * net/trampver.el: Update release number.
2774
26b77251
GM
27752012-10-09 Glenn Morris <rgm@gnu.org>
2776
9a5f296f
GM
2777 * w32-fns.el (set-message-beep):
2778 * term/w32-win.el (set-message-beep): Update declarations.
2779
94c66ce5
SM
27802012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2781
10766e9e
SM
2782 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2783 (mode-line-widen, mode-line-input-method-map)
2784 (mode-line-coding-system-map, mode-line-remote)
2785 (mode-line-unbury-buffer, mode-line-bury-buffer)
2786 (mode-line-next-buffer, mode-line-previous-buffer):
2787 Replace save-selected-window+select-window => with-selected-window.
2788
f754db08
SM
2789 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2790 * progmodes/cc-vars.el (bq-process): Remove, unused.
2791
94c66ce5
SM
2792 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2793
a4ff7fe1
FEG
27942012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
2795
2796 Implemented `backward-up-list'-like navigation.
2797 * progmodes/python.el (python-nav-up-list)
2798 (python-nav-backward-up-list): New functions.
2799 (python-mode-map): Define substitute key for backward-up-list to
2800 python-nav-backward-up-list.
2801
24517d82
FEG
28022012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2803
2804 * progmodes/python.el (python-fill-paragraph): Rename from
2805 python-fill-paragraph-function. Fixed fill-paragraph for
2806 decorators (Bug#12605).
2807
51867ae2
FEG
28082012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2809
2810 * progmodes/python.el (python-shell-output-filter): Handle extra
2811 carriage return in OSX (Bug#12409).
2812
a5b773c4
FEG
28132012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2814
2815 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 2816 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
2817 (python-syntax-propertize-function): Use it.
2818 (python-shell-output-syntax-table): New var.
2819 (inferior-python-mode): Prevent unbalanced parens/quotes from
2820 previous output mess with current input context.
2821
13373538
JB
28222012-10-08 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2825 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2826
775a132d
MA
28272012-10-08 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * ffap.el (ffap-replace-file-component): Support Tramp file name
2830 syntax, not only ange-ftp's one.
2831
3ab44929
GM
28322012-10-08 Glenn Morris <rgm@gnu.org>
2833
57f1dee4
GM
2834 * cus-start.el (message-log-max): Set :version.
2835
3ab44929
GM
2836 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2837
6a088630
MR
28382012-10-08 Martin Rudalics <rudalics@gmx.at>
2839
2840 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2841 the minibuffer window (Bug#10851).
2842
8dbce54c
FEG
28432012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2844
2845 Enhancements on forward-sexp movement.
2846 * progmodes/python.el (python-nav-beginning-of-statement)
2847 (python-nav-end-of-statement): Return point-marker.
2848 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2849 (python-info-current-symbol)
2850 (python-info-statement-starts-block-p): Rename from
2851 python-info-beginning-of-block-p.
2852 (python-info-statement-ends-block-p): Rename from
2853 python-info-end-of-block-p.
2854 (python-info-beginning-of-statement-p)
2855 (python-info-end-of-statement-p)
2856 (python-info-beginning-of-block-p, python-info-end-of-block-p):
2857 New functions.
2858
5acd2b3e
SM
28592012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2862 frame-selected-windows.
2863
e08348a0
DC
28642012-10-08 Daniel Colascione <dancol@dancol.org>
2865
2866 * battery.el (battery-status-function): Check for
2867 w32-battery-status itself, not system-time windows-nt.
2868
2869 * frame.el: Require cl-lib.
2870 (display-format-alist): New variable mapping frame types to
2871 functions that initialize them.
2872 (window-system-for-display): New function: interprets
2873 display-format-alist.
2874 (make-frame-on-display): Remove existing display-selection logic
2875 and just forward to make-frame, which will now DTRT.
2876 (make-frame): Restructure to use window-system-for-display to
2877 figure out how to create a frame on a given display.
2878 (display-mouse-p): Look for frame-type w32, not a particular
2879 system-type.
2880
2881 * loadup.el: Load w32 lisp code when we have the w32 feature.
2882
2883 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2884 system-type windows-nt.
2885
2886 * server.el (server-create-window-system-frame): Look for window
2887 type.
2888 (server-proces-filter): Only force a window system when windows-nt
2889 _and_ w32. Explain why.
2890
2891 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2892 of window systems we configure for the mode.
2893
2894 * startup.el (command-line): Mark window system is initialized
2895 after we've done it.
2896
2897 * common-win.el (x-select-text): Look for w32, not windows-nt.
2898
2899 * ns-win.el: Require cl-lib. Add ourselves to
2900 display-format-alist.
2901 (ns-initialize-window-system): Assert we're not initialized twice.
2902
2903 * w32-win.el: Enable lexical binding; require cl-lib; add
2904 ourselves to display-format-alist.
2905 (w32-handle-dropped-file): Convert incoming dropped files from
2906 Windows paths to Cygwin ones before passing them on to the rest of
2907 Emacs.
2908 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
2909 (w32-initialize-window-system): Assert we're not initialized twice.
2910
2911 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2912 (x-initialize-window-system): Assert we're not initialized twice.
2913
2914 * w32-common-fns.el: New File.
2915 (w32-version, w32-using-nt, w32-get-clipboard-data)
2916 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2917 (w32-charset-info-alist, x-last-selected, text)
2918 (x-get-selection-value, x-selection-value): Move here.
2919
2920 * w32-fns.el: Require w32-common-fns.
2921 (w32-version, w32-using-nt, w32-get-clipboard-data)
2922 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2923 (w32-charset-info-alist, x-last-selected, text)
2924 (x-get-selection-value, x-selection-value): Move to
2925 w32-common-fns.
2926
2927 * w32-vars.el:
2928 (w32-allow-system-shell, w32-system-shells): Define only in
2929 non-cygwin case.
2930
795b1482
SM
29312012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2934 (read-passwd): Remove a few more potential sources of leaks.
2935
f27c99dc
FEG
29362012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2937
2938 * progmodes/python.el (inferior-python-mode)
795b1482 2939 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
2940 variables copied from parent buffer.
2941
fcacb558
JD
29422012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2943
2944 * term/ns-win.el (ns-read-file-name): Update declaration to match
2945 nsfns.m.
2946 (ns-respond-to-change-font): Change fontsize separatly so we are sure
2947 it is set when font is acted upon.
2948
be0d5bae
FEG
29492012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2950
2951 Enhancements to indentation.
2952 * progmodes/python.el (python-indent-context): Give priority to
2953 inside-string context. Make comments indentation markers.
2954 (python-indent-region): Do not mess with strings, unless it's the
2955 enclosing set of quotes.
2956
13af0d10
SM
29572012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2958
662a9d0e
SM
2959 * window.el (internal--before-save-selected-window)
2960 (internal--after-save-selected-window): New functions extracted from
2961 save-selected-window. Make sure we return the `alist' we construct.
2962 (save-selected-window): Use them.
2963
2964 * textmodes/tex-mode.el (tex-recenter-output-buffer):
2965 Use with-selected-window.
2966
13af0d10
SM
2967 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2968 forms that define macros (bug#12593).
2969
6aa75fb6
KH
29702012-10-07 Kenichi Handa <handa@gnu.org>
2971
13af0d10
SM
2972 * international/mule-conf.el (compound-text-with-extensions):
2973 Add :mime-charset property as x-ctext.
6aa75fb6 2974
78d876b9
SM
29752012-10-07 Stefan Merten <smerten@oekonux.de>
2976
2977 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2978 (rst-indent-literal-normal, rst-indent-literal-minimized)
2979 (rst-indent-comment): Correct :version tag.
557337e9 2980 (rst-official-cvs-rev): Correct version string.
78d876b9 2981
99a1e701
GM
29822012-10-07 Glenn Morris <rgm@gnu.org>
2983
2984 * mail/rmailmm.el (rmail-mime-process-multipart):
2985 Do not confuse a multipart message with an epilogue
2986 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
2987
08f18c3d
FEG
29882012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2989
2990 Fix shell output retrieval and comint-prompt-regexp init.
2991 * progmodes/python.el (inferior-python-mode):
2992 (python-shell-make-comint): Fix initialization of
2993 comint-prompt-regexp from copied file local variables.
2994 (python-shell-fetched-lines): Remove var.
2995 (python-shell-output-filter-in-progress): Rename from
2996 python-shell-fetch-lines-in-progress.
2997 (python-shell-output-filter-buffer): Rename from
2998 python-shell-fetch-lines-string.
2999 (python-shell-fetch-lines-filter): Delete function.
3000 (python-shell-output-filter): New function.
3001 (python-shell-send-string-no-output): Use them.
3002
82ed3ab4
GM
30032012-10-07 Glenn Morris <rgm@gnu.org>
3004
1595ecfa
GM
3005 * hi-lock.el (hi-lock-process-phrase):
3006 Try to make it less fragile. (Bug#7161)
3007
82ed3ab4
GM
3008 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3009
f1f4dba0
GM
30102012-10-06 Glenn Morris <rgm@gnu.org>
3011
addc11ed 3012 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
3013 non-existent mode `help'.
3014 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 3015
460042b8
GM
3016 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3017 (reftex-create-bibtex-footer): Fix custom types.
3018
67667c70
GM
3019 * progmodes/sh-script.el (sh-indent-after-continuation):
3020 Add explicit :group.
3021
18dec750
GM
3022 * textmodes/rst.el (rst-preferred-decorations)
3023 (rst-shift-basic-offset): Clarify obsolescence versions.
3024
d1a1c7e6
GM
3025 * profiler.el (profiler): Add missing group :version tag.
3026 * avoid.el (mouse-avoidance-banish-position):
3027 * proced.el (proced-renice-command):
3028 * calc/calc.el (calc-ensure-consistent-units):
3029 * calendar/icalendar.el (icalendar-import-format-uid):
3030 * net/tramp.el (tramp-save-ad-hoc-proxies):
3031 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3032 * progmodes/flymake.el (flymake-error-bitmap)
3033 (flymake-warning-bitmap, flymake-fringe-indicator-position):
3034 * progmodes/sh-script.el (sh-indent-after-continuation):
3035 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
3036 (verilog-before-save-font-hook, verilog-after-save-font-hook):
3037 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
3038 (vhdl-array-index-record-field-in-sensitivity-list)
3039 (vhdl-indent-comment-like-next-code-line):
3040 * textmodes/reftex-vars.el (reftex-ref-style-alist)
3041 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
3042 (reftex-cite-key-separator, reftex-create-bibtex-header)
3043 (reftex-create-bibtex-footer):
3044 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3045 (rst-indent-literal-normal, rst-indent-literal-minimized)
3046 (rst-indent-comment): Add missing custom :version tags.
3047
ef35abb4
GM
3048 * calendar/timeclock.el (timeclock-modeline-display):
3049 Add missing obsolete alias for renamed user option.
3050
d1aae614
GM
3051 * strokes.el (strokes-modeline-string):
3052 * emulation/crisp.el (crisp-mode-modeline-string):
3053 * eshell/esh-mode.el (eshell-status-in-modeline):
3054 Aliases to defcustoms must come before the defcustom.
3055
f1f4dba0
GM
3056 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
3057 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3058 (cal-tex-cursor-week-monday): Doc fixes.
3059 (cal-tex-cursor-week2-summary): Doc fix.
3060 Rename from cal-tex-cursor-week-at-a-glance.
3061
3062 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
3063 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
3064
3065 * calendar/calendar.el (calendar-mode-map):
3066 Add cal-tex-cursor-week2-summary.
3067
d39109c3
SM
30682012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3069
685f87b0
SM
3070 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
3071
d39109c3
SM
3072 * subr.el (read-passwd-map): New var.
3073 (read-passwd): Use `read-string' again.
3074 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
3075
5694896d
J
30762012-10-06 Jambunathan K <kjambunathan@gmail.com>
3077
3078 * register.el (append-to-register, prepend-to-register):
3079 Deactivate mark, as does `copy-to-register' (bug#12389).
3080
9414dd8d
CY
30812012-10-06 Chong Yidong <cyd@gnu.org>
3082
3083 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
3084
2b89bca4
KH
30852012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3086
3087 * international/characters.el: Fix simple mistake ((car chars) ->
3088 elt), delete duplicated code.
3089
d5acb99a
GM
30902012-10-06 Glenn Morris <rgm@gnu.org>
3091
3092 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
3093
123ec157
JS
30942012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
3095
3096 * color.el (color-hsl-to-rgb): Fix incorrect results for
3097 small and large hue values. (Bug#12559)
3098
7fa36ccb
FEG
30992012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
3100
3101 Enhancements to docstring formatting when filling paragraphs.
3102 * progmodes/python.el (python-fill-docstring-style): Rename from
3103 python-fill-string-style. Added new style.
3104 (python-fill-string): Use new style. Better checks for
3105 docstrings.
3106
d8788e1e
GM
31072012-10-05 Glenn Morris <rgm@gnu.org>
3108
204f3953
GM
3109 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
3110
d8788e1e
GM
3111 * color.el (color-name-to-rgb, color-rgb-to-hex)
3112 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3113 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3114 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3115 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3116
8d956cef
GM
3117 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
3118
e8757f09 31192012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
3120
3121 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
3122 to get the correct size across symlinks.
3123
e8757f09
GM
3124 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
3125
0e2ae83d
JL
31262012-10-04 Juri Linkov <juri@jurta.org>
3127
3128 * replace.el (query-replace-interactive): Declare obsolete.
3129 (query-replace-read-from): Add the last incremental search string
3130 to the list of default values accessible via M-n.
3131 (map-query-replace-regexp): Use `read-regexp'.
3132 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3133 (map-query-replace-regexp, replace-string, replace-regexp):
3134 Fix docstrings to replace mentions of `query-replace-interactive'
3135 with alternatives. (Bug#12526)
3136
93cacb6d
JL
31372012-10-04 Juri Linkov <juri@jurta.org>
3138
3139 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
3140 (dired-pop-to-buffer): Declare obsolete.
3141 (dired-mark-pop-up): Doc fix.
3142
fc345011
FEG
31432012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
3144
3145 Allow user to set docstring style for fill-paragraph.
3146 * progmodes/python.el
3147 (python-fill-comment-function, python-fill-string-function)
3148 (python-fill-decorator-function, python-fill-paren-function):
3149 Remove :safe for defcustoms.
3150 (python-fill-string-style): New defcustom
5694896d 3151 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
3152 (python-fill-string): Honor python-fill-string-style settings.
3153
6bab5d8b
MR
31542012-10-04 Martin Rudalics <rudalics@gmx.at>
3155
3156 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
3157 after setting its buffer (Bug#10805).
3158
a1a9f411
FEG
31592012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
3160
3161 Fix cornercase for string syntax.
3162 * progmodes/python.el (python-syntax-propertize-function):
3163 Simplify and enhance the regexp for unescaped quotes. Now it also
3164 matches quotes in weird situations like the single quote in
3165 "something\"'".
3166 (python-syntax-stringify): Simplify num-quotes detecting code.
3167
05e153a6
GM
31682012-10-03 Glenn Morris <rgm@gnu.org>
3169
3170 * help-macro.el (three-step-help):
3171 Revert 2012-09-29 change. (Bug#12567)
3172
2e566ecb
MR
31732012-10-03 Martin Rudalics <rudalics@gmx.at>
3174
96ef9ccd
MR
3175 * menu-bar.el (kill-this-buffer): Don't do anything when
3176 `menu-frame' is not alive or visible (Bug#8184).
3177
2e566ecb
MR
3178 * emacs-lisp/debug.el (debug): When quitting the debugger window
3179 restore current buffer (Bug#12502).
3180
a96e1cb7
CY
31812012-10-02 Chong Yidong <cyd@gnu.org>
3182
5694896d
J
3183 * progmodes/hideif.el (hif-lookup, hif-defined):
3184 Handle semantic-c-takeover-hideif.
a96e1cb7 3185
b3ecad33
PE
31862012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 Change sampling interval units from ms to ns.
3189 * profiler.el (profiler-sampling-interval): Change units
3190 from ms to ns, multiplying the default by 1000000 so that
3191 it remains 1 ms.
3192 (profiler-report-cpu-line-format): Give enough room for
3193 the maximum counters on 64-bit hosts.
3194 (profiler-report-render-calltree-1): Call them "CPU samples",
3195 not "Time (ms)", since they are not milliseconds now (and
3196 never really were).
3197
8cb51b66 31982012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 3199
5694896d
J
3200 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
3201 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 3202
fd795bf4
CY
32032012-10-02 Chong Yidong <cyd@gnu.org>
3204
3205 * emacs-lisp/eieio.el: Restore Version header.
3206
fe0a74f9
SM
32072012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3208
6be9197e
SM
3209 * vc/diff-mode.el (diff--auto-refine-data): New var.
3210 (diff-hunk): Use it to delay refinement.
3211 (diff-mode): Remove overlays when we turn off font-lock.
3212
18486139
SM
3213 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
3214 (table-initialize-table-fixed-width-mode)
3215 (table-set-table-fixed-width-mode): Remove functions.
3216 (table-command-list): Move initialization into declaration.
3217 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
3218 (table-with-cache-buffer): Use `declare'.
3219 (table-span-cell): Simplify via CSE.
3220 (table-fixed-width-mode): Use define-minor-mode.
3221 (table-call-interactively, table-funcall, table-apply): Remove.
3222 (table-function): New function, to replace them.
3223
d83ef976
SM
3224 * bookmark.el (bookmark-search-pattern): Remove var.
3225 (bookmark-read-search-input): Remove function.
3226 (bookmark-bmenu-search): Reimplement using a minibuffer.
3227
cd386662
SM
3228 * faces.el (modeline): Remove obsolete face name.
3229
fe0a74f9
SM
3230 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
3231 and give a non-nil default value.
3232 (add-change-log-entry): Simplify accordingly.
3233
9f7b98f8
DG
32342012-10-01 Dmitry Gutov <dgutov@yandex.ru>
3235
3236 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
3237 (vc-git-log-edit-toggle-amend): New function.
3238 (vc-git-log-edit-toggle-signoff): New function.
3239 (vc-git-log-edit-mode): New major mode.
3240 (vc-git-log-edit-mode-map): Keymap for it.
3241 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
3242
3243 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
3244 header names.
3245 (log-edit-toggle-header): New function.
3246 (log-edit-extract-headers): Accept function values in HEADERS alist.
3247
62a81506
CY
32482012-10-01 David Engster <deng@randomsample.de>
3249
3250 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
3251 from symbol property and change message to be more consistent with
3252 Emacs proper.
3253 (eieio-describe-generic): Add filename for each implementation.
3254 Fix indices for generic and normal methods.
3255 (eieio-method-def, eieio-class-def): New buttons.
3256 (eieio-help-find-method-definition)
3257 (eieio-help-find-class-definition): New functions.
3258 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
3259 class, constructor and method definitions.
3260
3261 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
3262 information in symbol property.
3263 (scoped-class): Remove.
3264 (eieio-slot-name-index, call-next-method): Check if it is bound.
3265
32662012-10-01 Leo P. White <lpw25@cam.ac.uk>
3267
3268 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
3269 (eieio-custom-mode): New major mode.
3270 (eieio-customize-object): Use it.
3271
32722012-10-01 Eric Ludlam <zappo@gnu.org>
3273
3274 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
3275 specifying the expected class, and whether subclassing is allowed.
3276 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
3277 (eieio-persistent-validate/fix-slot-value)
3278 (eieio-persistent-slot-type-is-class-p): New functions.
3279 (eieio-named::slot-missing): Doc fix.
62a81506
CY
3280
3281 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
3282 Stop using unused publd variable.
3283
3284 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3285 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
3286 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
3287 (eieio-speedbar-handle-click): Do not specify a class for the
3288 method. Fixes method invocation order problems with EDE.
3289
375e49d4
SM
32902012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
3293 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
3294
16ce6ccd
KF
32952012-10-01 Karl Fogel <kfogel@red-bean.com>
3296
3297 * bookmark.el (bookmark-version-control): Give tags in the
3298 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
3299 (bookmark-write-file): Bind `print-circle' to `t' to allow
3300 circular custom bookmark types. (Bug#12503)
16ce6ccd 3301
19e54a4d
PE
33022012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3303
86ec63ba
PE
3304 Revert the FOLLOW-SYMLINKS change for file-attributes.
3305 * files.el (remote-file-name-inhibit-cache, after-find-file):
3306 * time.el (display-time-file-nonempty-p): Undo last change.
3307
19e54a4d
PE
3308 * profiler.el (profiler-sampling-interval): Change default back to 1.
3309 See Stefan Monnier in
3310 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3311
0478776b
FEG
33122012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
3313
3314 Shell output catching a la gud-gdb.
3315 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
3316 (python-shell-fetch-lines-string, python-shell-fetched-lines):
3317 New Vars.
0478776b
FEG
3318 (python-shell-fetch-lines-filter): New function.
3319 (python-shell-send-string-no-output): Use them.
3320
c22bac2c
TM
33212012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
3322
3323 * profiler.el (profiler-sampling-interval): Rename from
3324 profiler-sample-interval.
3325 (profiler-sampling-interval): Default to 10.
3326 (profiler-find-profile): New command (was profiler-find-log).
3327 (profiler-find-profile-other-window): New command.
3328 (profiler-find-profile-other-frame): New command.
3329 (profiler-profile): Introduce API-level data structure.
3330
e7a2937b
PE
33312012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3332
3333 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3334 * files.el (remote-file-name-inhibit-cache):
3335 * time.el (display-time-file-nonempty-p): Use it.
3336 * files.el (after-find-file): Don't chase links before calling
3337 file-exists-p, as file-exists-p already does the right thing.
3338
4f595e15
RA
33392012-09-30 Ralf Angeli <angeli@caeruleus.net>
3340
3341 Merge from standalone RefTeX repository.
3342
3343 The following ChangeLog entries are shortened versions of the
3344 original ones with file paths adapted. A not so strongly edited
3345 version of the original ChangeLog can be found in the commit log.
3346
3347 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
3348 (reftex-arg-cite): Use `reftex-cite-key-separator'.
3349 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
3350
3351 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
3352 that entries with whitespace at various places are found.
3353 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
3354 Include @String definitions in the resulting bib file. Add header
3355 and footer defined in `reftex-create-bibtex-header' and
3356 `reftex-create-bibtex-footer'.
3357 (reftex-do-citation): Make it possible again to insert
3358 non-existent entries. Save match data when asking for optional
3359 arguments. Return all keys, not just the first one.
3360 (reftex-all-used-citation-keys): Fix regexp to correctly extract
3361 all citations in the same line.
3362 (reftex-parse-bibtex-entry): Accept additional optional argument
3363 `raw' and keep quotes or braces if it is non-nil. Match fields
3364 containing hyphens besides word constituents.
3365 (reftex-get-string-refs): New function.
3366 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3367 and ask if it should be reread in case it did.
3368 (reftex-pop-to-bibtex-entry)
3369 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3370 entries with spaces or tabs in front of arguments.
3371 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
3372 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3373 Match entries containing numbers and symbol constituents.
3374 (reftex-do-citation, reftex-figure-out-cite-format):
3375 Use `reftex-cite-key-separator'.
4f595e15
RA
3376
3377 * textmodes/reftex-dcr.el: Move provide statement to end of file.
3378 (reftex-mouse-view-crossref): Explain why point is set.
3379
3380 * textmodes/reftex-global.el: Whitespace changes.
3381
3382 * textmodes/reftex-index.el: Move provide statement to end of
3383 file.
3384 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3385 (reftex-index-visit-phrases-buffer): Set marker when visiting
3386 buffer. This allows for returning from the phrases file to the
3387 file one was just editing instead of the file where the last
3388 phrases was added from.
3389 (reftex-index-phrases-syntax-table): New variable. Give ?\"
3390 punctuation syntax as it usually is not used as string quote in
3391 TeX-related modes and may occur unmatched. The change also
3392 prevents fontification of quoted content.
3393 (reftex-index-phrases-mode): Use it.
3394
375e49d4
SM
3395 * textmodes/reftex-parse.el (reftex-parse-from-file):
3396 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
3397 (reftex-parse-from-file): Use beginning of match instead of end as
3398 bound.
3399
3400 * textmodes/reftex-ref.el: Adapt creation of
3401 `reftex-<package>-<macro>' functions to new structure of
3402 `reftex-ref-style-alist'.
375e49d4
SM
3403 (reftex-reference): Use `reftex-ref-style-list' function.
3404 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
3405 reference macro if `reftex-ref-macro-prompt' is non-nil.
3406 (reftex-reference): Pass refstyle to `reftex-format-special'.
3407 Determine reference macro by looking at
375e49d4
SM
3408 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3409 Use only one special format function.
4f595e15
RA
3410 (reftex-varioref-vref, reftex-fancyref-fref)
3411 (reftex-fancyref-Fref): Remove definitions. The functions are now
3412 generated from `reftex-ref-style-alist'.
3413 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3414 Remove.
3415 (reftex-format-special): New function.
3416
3417 * textmodes/reftex-sel.el
3418 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3419 of `reftex-ref-style-alist'. Remove code for testing macro type.
3420 (reftex-select-toggle-varioref)
3421 (reftex-select-toggle-fancyref): Remove.
3422 (reftex-select-cycle-ref-style-internal)
3423 (reftex-select-cycle-ref-style-forward)
3424 (reftex-select-cycle-ref-style-backward): New functions.
3425 (reftex-select-label-map): Use `v' and `V' for general cycling
3426 through reference styles. Add `p' for switching between number
3427 and page reference types.
3428
375e49d4
SM
3429 * textmodes/reftex-toc.el (reftex-re-enlarge):
3430 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
3431 the horizontal version throws an error even if the parameter is 0.
3432
3433 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3434 (reftex-plug-into-AUCTeX): Doc fix.
3435 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3436 string. Adapt to new name.
3437 (reftex-ref-style-alist): Change structure so that it is not
3438 possible to use multiple different package names within a style.
375e49d4
SM
3439 Remove the symbols for symbols for macro type distinction.
3440 Add characters for macro selection.
4f595e15
RA
3441 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3442 (reftex-create-bibtex-footer): New variables.
3443 (reftex-format-ref-function): Mention third argument of special
3444 format function.
375e49d4
SM
3445 (reftex-ref-style-alist, reftex-ref-style-default-list):
3446 New variables.
4f595e15
RA
3447 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3448 to new implementation. Mark as obsolete. Add compatibility code
3449 for honoring the variable values in case they are set.
375e49d4
SM
3450 (reftex-cite-format-builtin, reftex-bibliography-commands):
3451 Add support for ConTeXt.
3452 (reftex-format-ref-function, reftex-format-cite-function):
3453 Fix custom type.
4f595e15
RA
3454 (reftex-cite-key-separator): New variable.
3455
3456 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3457 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3458 `reftex-syntax-table' because parens have to retain their paren
3459 syntax in order for parsing of BibTeX entries like @book(...) to
3460 work.
3461 (reftex-in-comment): Do not error out if `comment-start-skip' is
3462 not set. Deal correctly with escaped comment characters.
375e49d4
SM
3463 (reftex-tie-multifile-symbols): Add doc string.
3464 Initialize `reftex-ref-style-list'.
4f595e15
RA
3465 (reftex-untie-multifile-symbols): Add doc string.
3466 (reftex-add-index-macros): Doc fix.
3467 (reftex-ref-style-activate, reftex-ref-style-toggle)
3468 (reftex-ref-style-list): New functions.
3469 (reftex-mode-menu): Use them. Adapt to new structure of
3470 `reftex-ref-style-alist'.
3471 (reftex-select-with-char): Kill the RefTeX Select buffer when
3472 done.
3473 (reftex-remove-if): New function.
3474 (reftex-erase-all-selection-and-index-buffers)
3475 (reftex-mode-menu): Reference styles are now computed from
3476 `reftex-ref-style-alist'. Fix typo.
3477 (reftex-report-bug): New function.
3478 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3479 algorithms with O(n log n). Introduce optional argument SORT (not
3480 yet used).
3481
440ba395
FEG
34822012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3483
3484 Enhancements for triple-quote string syntax.
375e49d4
SM
3485 * progmodes/python.el (python-syntax-propertize-function):
3486 Match both quote cases in one regexp.
440ba395
FEG
3487 (python-syntax-stringify): Handle matches properly.
3488
4c478e6b
JL
34892012-09-30 Juri Linkov <juri@jurta.org>
3490
3491 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 3492 to nil around the call to `insert' to prevent
4c478e6b
JL
3493 directory time modification by lock_file. (Bug#2295)
3494 * tar-mode.el (tar-summarize-buffer): Idem.
3495
d80d54b2
JL
34962012-09-30 Juri Linkov <juri@jurta.org>
3497
3498 * facemenu.el (list-colors-sort): Add option "Luminance".
3499 (list-colors-sort-key): Implement it.
3500
3501 * vc/diff-mode.el (diff-refine-removed):
3502 * vc/ediff-init.el (ediff-fine-diff-A):
3503 * vc/smerge-mode.el (smerge-refined-removed):
3504 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3505
d7e642cc
JD
35062012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * term/ns-win.el (x-file-dialog): New function.
3509
ee41332b
JB
35102012-09-30 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * ido.el (ido-max-directory-size): Default to nil; the current
3513 default is small for POSIX systems, and impractical on Windows 7
3514 now that lstat returns directory sizes for NTFS.
3515
5938d519
MR
35162012-09-30 Martin Rudalics <rudalics@gmx.at>
3517
3518 In buffer display functions handle window-height/window-width
3519 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
3520 * window.el (window--display-buffer): New argument ALIST.
3521 Obey window-height and window-width alist entries.
3522 (window--try-to-split-window): New argument ALIST.
3523 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
3524 changed and window-combination-limit equals `window-size'.
3525 (display-buffer-in-atom-window)
3526 (display-buffer-in-major-side-window)
3527 (display-buffer-in-side-window, display-buffer-same-window)
3528 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3529 (display-buffer-pop-up-window, display-buffer-below-selected)
3530 (display-buffer-at-bottom, display-buffer-in-previous-window)
3531 (display-buffer-use-some-window): Adjust all callers of
3532 window--display-buffer and window--try-to-split-window.
3533 (fit-frame-to-buffer): New option.
3534 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3535 is non-nil.
3536 (display-buffer-in-major-side-window): Evaluate window-height /
3537 window-width alist entries.
3538
3539 * help.el (temp-buffer-resize-frames)
3540 (temp-buffer-resize-regexps): Remove options.
3541 (temp-buffer-resize-mode): Adjust doc-string.
3542 (resize-temp-buffer-window): Don't consult
3543 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3544 temp-buffer-resize-frames.
3545
375e49d4
SM
3546 * dired.el (dired-mark-pop-up):
3547 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
3548 entry.
3549
c4c0c2df
CY
35502012-09-30 Chong Yidong <cyd@gnu.org>
3551
48de8b12
CY
3552 * server.el (server-host): Document the security implications.
3553 (server-auth-key): Doc fix.
3554
3555 * startup.el (initial-buffer-choice): Doc fix.
3556
3557 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3558
a97dc380
CY
3559 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3560 restriction change.
3561
d39d3c8e
CY
3562 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3563
c4c0c2df
CY
3564 * help-fns.el (help-fns--obsolete): Fix last change.
3565
98a5e33b
SM
35662012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3567
34cf6f39
SM
3568 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3569 (minor-mode-map-alist): Remove redundant code.
3570
e01c13fe
SM
3571 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3572 visited in a buffer.
3573 (cvs-insert-visited-file): New function.
3574 (find-file-hook): Use it.
3575
3576 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3577
02661b3a
SM
3578 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3579 chose face.
3580 (log-edit-empty-buffer-p): Don't require a space after a header.
3581
43711d4b
SM
3582 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3583
38a30d64
SM
3584 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3585
4ffb41a9
SM
3586 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3587 a proper minor-mode.
3588
98a5e33b
SM
3589 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3590
de82e29b
GM
35912012-09-29 Glenn Morris <rgm@gnu.org>
3592
5cc2e639
GM
3593 * winner.el (winner-mode): Remove variable (let define-minor-mode
3594 handle it).
3595 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3596 Doc fixes.
3597 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3598 (winner-mode): Use define-minor-mode.
3599
7bd302eb
GM
3600 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3601 the full definition in loaddefs, rather than duplicating it.
3602
2923922f 3603 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 3604
0e3e4156
GM
3605 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3606 (inferior-lisp-program, inferior-lisp-load-command)
3607 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 3608 No need to autoload defcustoms.
0e3e4156 3609
de82e29b
GM
3610 * hippie-exp.el (hippie-expand-try-functions-list)
3611 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3612 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3613 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 3614 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
3615 * progmodes/vhdl-mode.el (vhdl-line-expand):
3616 Explicitly load hippie-exp, so it does not get autoloaded
3617 while hippie-expand-try-functions-list is let-bound.
3618
e60b51ab
GM
36192012-09-28 Glenn Morris <rgm@gnu.org>
3620
277f0cfa
GM
3621 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3622
e60b51ab
GM
3623 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3624 Only "cl.el" counts as cl these days.
3625
53baf48a
JL
36262012-09-28 Juri Linkov <juri@jurta.org>
3627
3628 Display archive errors in the echo area instead of inserting
3629 to the file buffer.
3630
3631 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3632 to STDERR-TEST that can be a regexp matching a successful output.
3633 Create a temporary file and redirect stderr to it. Search for
3634 STDERR-TEST in the stderr output and display it in the echo area
3635 if no match is found.
3636 (archive-extract-by-file): New function like
3637 `archive-extract-by-stdout' but extracting archives to files
3638 and looking for successful matches in stdout. Function body is
3639 mostly copied from `archive-rar-extract'.
3640 (archive-rar-extract): Use `archive-extract-by-file'.
3641 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3642
9c1228c3
LL
36432012-09-28 Leo Liu <sdl.web@gmail.com>
3644
375e49d4
SM
3645 * pcomplete.el (pcomplete-show-completions):
3646 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 3647
9c1228c3
LL
3648 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3649
7f457c06
SM
36502012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3df749b0
SM
3652 * type-break.el: Use lexical-binding.
3653 (type-break-mode): Use define-minor-mode.
3654
7f457c06
SM
3655 * emacs-lisp/pcase.el (pcase--mark-used): New.
3656 (pcase--u1): Use it (bug#12512).
3657
3658 * custom.el (load-theme): Set buffer-file-name so the load is recorded
3659 in load-history with the right file name.
3660
c00ebc98
TH
36612012-09-28 Tassilo Horn <tsdh@gnu.org>
3662
3663 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3664 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3665 (doc-view-get-bounding-box): Make bounding box slicing work for
3666 ODF and DVI documents.
3667
96fb7170
GM
36682012-09-28 Glenn Morris <rgm@gnu.org>
3669
3670 * type-break.el (type-break-mode, type-break-interval)
3671 (type-break-good-rest-interval, type-break-keystroke-threshold):
3672 No need to autoload.
3673 (type-break-good-rest-interval, type-break-keystroke-threshold):
3674 Add :set-after.
3675
5bc93c67
CY
36762012-09-28 Chong Yidong <cyd@gnu.org>
3677
3678 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3679 Add :version tag.
3680
9cad61d6
SM
36812012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3682
e28e67b3 3683 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 3684
daee954c
GM
36852012-09-27 Glenn Morris <rgm@gnu.org>
3686
a88324d4
GM
3687 * faces.el (x-display-name): Declare (for without-x builds).
3688
8e5064e5
GM
3689 * linum.el (linum-format): Don't autoload it. Improve :type.
3690
cc1783c2
GM
3691 * progmodes/tcl.el: Don't require outline when compiling.
3692 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
3693 * textmodes/sgml-mode.el: Don't require outline when compiling.
3694 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3695
48c339f2
GM
3696 * term.el (term-ansi-reset):
3697 Try setting term-ansi-face-already-done to nil. (Bug#11785)
3698
daee954c
GM
3699 * vc/vc.el (vc-next-action): Only gripe about committing read-only
3700 files for RCS and SCCS. (Bug#9781)
3701
b7f42161
CY
37022012-09-27 Chong Yidong <cyd@gnu.org>
3703
3704 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3705 change; value should be t.
3706
a2e770db
SM
37072012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3708
83600dc8
SM
3709 * image-mode.el: Use lexical-binding.
3710 (image-mode-winprops): Use t to stand for the window of
3711 a buffer that's not displayed.
3712 * doc-view.el (doc-view-new-window-function): Handle the new
3713 t in winprops.
3714 (doc-view-enlarge): Make it a real nop if the size is not changed.
3715 (doc-view-display): Handle the case where the buffer is not (yet?)
3716 displayed in any window.
3717 (doc-view-saved-settings): New var.
3718 (doc-view-mode): Use it.
3719 (doc-view-fallback-mode): Set it.
3720
a2e770db
SM
3721 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3722 Set lexical-binding.
3723 (minibuffer-eldef-shorten-default): New var.
3724 (minibuffer-default-in-prompt-regexps): Use it for new default.
3725 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3726
e3b60857
JB
37272012-09-26 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * international/uni-bidi.el:
3730 * international/uni-category.el:
3731 * international/uni-name.el:
3732 * international/uni-numeric.el: Regenerate.
3733
3a880af4
SM
37342012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
3735 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * profiler.el: New file.
3738
07b1a5fb
SM
37392012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3742 (testcover-reinstrument): Simplify with CSE.
3743
42019c2e
JB
37442012-09-26 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * window.el (temp-buffer-window-setup): Fix typo in docstring.
3747
179f044b
WS
37482012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
3749
3750 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3751 (verilog-auto-input, verilog-auto-insert-lisp)
3752 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3753 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3754 (verilog-auto-unused, verilog-auto-wire)
3755 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3756 newline. Reported by Andrew Jones.
3757 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3758 Reported by Brad Dobbie.
07b1a5fb
SM
3759 (verilog-batch-delete-trailing-whitespace):
3760 Create verilog-batch-delete-trailing-whitespace.
3761 Reported by Brad Dobbie.
179f044b
WS
3762 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3763 parameters from another module. Reported by Dan Katz.
3764 (verilog-auto, verilog-auto-assign-modport)
3765 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3766 AUTOINOUTMODPORT for UVM interface module shell generation.
3767 Reported by Brad Dobbie.
3768 (verilog-auto-inst-interfaced-ports): Make default nil, as more
3769 standard behavior.
3770 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3771 Reported by Matt Martin.
3772
9c52dd5a
MR
37732012-09-25 Martin Rudalics <rudalics@gmx.at>
3774
3775 * window.el (window--resize-child-windows): When resizing child
3776 windows proportionally, process them in reverse order to
3777 preserve the "when splitting a window the new one gets the odd
3778 line" behavior.
3779 (window--resize-root-window-vertically): When resizing the
3780 minibuffer window try to affect only windows at the bottom of the
3781 frame. (Bug#12419)
3782
863666eb
CY
37832012-09-25 Chong Yidong <cyd@gnu.org>
3784
3785 * subr.el (declare): Doc fix.
3786
3787 * help-fns.el (help-fns--obsolete): Handle macros properly.
3788
59f7af81
CY
37892012-09-25 Chong Yidong <cyd@gnu.org>
3790
3791 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3792 this function obsolete.
3793
3794 * calendar/cal-x.el (calendar-two-frame-setup)
3795 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3796 * calendar/calendar.el (american-calendar, european-calendar)
3797 (calendar-for-loop):
3798 * comint.el (comint-dynamic-simple-complete)
3799 (comint-dynamic-complete-as-filename, comint-unquote-filename):
3800 * desktop.el (desktop-load-default):
3801 * dired-x.el (dired-omit-here-always)
3802 (dired-hack-local-variables, dired-default-directory):
3803 * emacs-lisp/derived.el (derived-mode-class):
3804 * emacs-lisp/timer.el (timer-set-time-with-usecs):
3805 * emacs-lock.el (toggle-emacs-lock):
3806 * epa.el (epa-display-verify-result):
3807 * epg.el (epg-sign-keys, epg-start-sign-keys)
3808 (epg-passphrase-callback-function):
3809 * eshell/esh-util.el (eshell-for):
3810 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3811 (eshell-add-to-window-buffer-names):
3812 * files.el (locate-file-completion):
3813 * imenu.el (imenu-example--create-c-index)
3814 (imenu-example--create-lisp-index)
3815 (imenu-example--lisp-extract-index-name)
3816 (imenu-example--name-and-position):
3817 * international/mule-cmds.el (princ-list):
3818 * international/mule-diag.el (decode-codepage-char):
3819 * international/mule-util.el (detect-coding-with-priority):
3820 * iswitchb.el (iswitchb-read-buffer):
3821 * mail/mailalias.el (mail-complete):
3822 * mail/sendmail.el (mail-sent-via):
3823 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3824 (mouse-major-mode-menu):
3825 * password-cache.el (password-read-and-add):
3826 * pcomplete.el (pcomplete-parse-comint-arguments):
3827 * progmodes/sh-script.el (sh-maybe-here-document):
3828 * replace.el (query-replace-regexp-eval):
3829 * savehist.el (savehist-load):
3830 * simple.el (choose-completion-delete-max-match):
3831 * term.el (term-dynamic-simple-complete):
3832 * vc/ediff-init.el (ediff-check-version):
3833 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3834 * vc/vc.el (vc-diff-switches-list):
3835 * view.el (view-return-to-alist-update): Likewise.
3836
3837 * subr.el (eval-next-after-load, makehash, insert-string)
3838 (assoc-ignore-representation, assoc-ignore-case): Use declare to
3839 mark obsolete.
3840 (mode-line-inverse-video): Variable deleted.
3841
3842 * international/mule-util.el (string-to-sequence): Remove.
3843
3844 * calendar/calendar.el (calendar-version):
3845 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3846 (icalendar-convert-diary-to-ical):
3847 * cus-edit.el (custom-mode):
3848 * ansi-color.el (ansi-color-unfontify-region):
3849 * international/latin1-disp.el (latin1-char-displayable-p):
3850 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
3851 * progmodes/which-func.el (which-func-update-1):
3852 Use define-obsolete-function-alias.
59f7af81
CY
3853
3854 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
3855 * net/newst-treeview.el (newsticker-groups-filename):
3856 Fix incorrect obsolescence declaration.
59f7af81
CY
3857
3858 * allout.el (allout-passphrase-hint-string): Likewise.
3859 (allout-init): Use a declare form to mark obsolete.
3860
3861 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3862 this applies to functions.
3863
3864 * iswitchb.el (iswitchb-read-buffer): Move code of
3865 iswitchb-define-mode-map here, and delete that obsolete function.
3866
3867 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3868 font-lock-reference-face.
3869
cca96c97
GM
38702012-09-25 Glenn Morris <rgm@gnu.org>
3871
b06eeda8
GM
3872 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3873 Doc fixes.
3874
cca96c97
GM
3875 * eshell/em-term.el (eshell-term-name):
3876 Default to term-term-name. (Bug#12485)
3877
dc4f818b
FEG
38782012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3879
cca96c97
GM
3880 * progmodes/python.el (python-shell-send-buffer): Better handling
3881 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 3882
289c24bd
GM
38832012-09-24 Glenn Morris <rgm@gnu.org>
3884
3885 * eshell/esh-cmd.el (eshell-find-alias-function):
3886 Tighten up file-name regexp. (Bug#12499)
3887
8fb8b88f
FEG
38882012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3889
3890 Enhancements for triple-quote string syntax.
3891 * progmodes/python.el (python-quote-syntax): Remove.
3892 (python-syntax-propertize-function): New value.
07b1a5fb
SM
3893 (python-syntax-count-quotes, python-syntax-stringify):
3894 New functions.
8fb8b88f 3895
6c27f0f8
CY
38962012-09-24 Chong Yidong <cyd@gnu.org>
3897
a5f2b6ec
CY
3898 * mail/supercite.el (sc-version): Remove obsolete function.
3899 (sc-describe): Don't mark as obsolete, since it is bound.
3900 (sc-submit-bug-report): Remove.
3901
3902 * vc/log-edit.el (cvs-changelog-full-paragraphs)
3903 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
3904 (log-edit-require-final-newline)
3905 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
3906
3907 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3908 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3909 * vc/vc.el (vc-checkout-carefully): Likewise.
3910
3911 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3912 (emerge-version): Remove.
3913
3914 * progmodes/compile.el (compile-internal): Remove.
3915 (compilation-parse-errors-function): Fix typo.
3916
3917 * international/mule.el (set-char-table-default): Remove.
3918 (set-coding-priority, make-coding-system, generic-char-p)
3919 (charset-list, charset-bytes, charset-id): Use declare to mark
3920 functions as obsolete.
3921
3922 * vc/pcvs-defs.el (cvs-buffer-name-alist)
3923 (cvs-invert-ignore-marks): Remove references to obsolete vars.
3924 * vc/vc-hooks.el (vc-default-registered): Don't use
3925 vc-master-templates.
3926
07b1a5fb
SM
3927 * font-lock.el (font-lock-reference-face):
3928 Use define-obsolete-variable-alias.
6c27f0f8
CY
3929
3930 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3931 * calendar/calendar.el (calendar-font-lock-keywords):
3932 * calendar/diary-lib.el (diary-font-lock-keywords)
3933 (diary-fancy-font-lock-keywords):
3934 * textmodes/reftex-sel.el (reftex-insert-docstruct):
3935 * textmodes/reftex-index.el (reftex-insert-index):
3936 * textmodes/reftex-cite.el (reftex-format-bib-entry):
3937 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3938 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3939 * progmodes/prolog.el (prolog-font-lock-keywords):
3940 * progmodes/idlwave.el (idlwave-idl-keywords):
3941 * progmodes/ada-mode.el (ada-font-lock-keywords):
3942 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3943
bcc0adbf
GM
39442012-09-24 Glenn Morris <rgm@gnu.org>
3945
3946 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3947
095bb823
FEG
39482012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
3949
3950 * progmodes/python.el (python-indent-line): More consistent cursor
3951 movement behavior.
3952
70efc5c9
SM
39532012-09-23 Stefan Merten <smerten@oekonux.de>
3954
3955 * textmodes/rst.el: Fix compiler warning.
3956
2f438239
RW
39572012-09-23 Roland Winkler <winkler@gnu.org>
3958
07b1a5fb
SM
3959 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3960 Transcribe also LaTeX hyphenation.
2f438239
RW
3961 (bibtex-reformat): Bug fix. Do not quote twice the elements of
3962 bibtex-reformat-previous-options.
3963
936ad041
RW
39642012-09-23 Roland Winkler <winkler@gnu.org>
3965
3966 * proced.el (proced-renice-command): New variable.
3967 (proced-marked-processes): New function.
3968 (proced-with-processes-buffer): New macro.
3969 (proced-send-signal): Use them.
3970 (proced-renice): New command bound to r.
3971
6fab0274
RW
39722012-09-23 Roland Winkler <winkler@gnu.org>
3973
3974 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3975 ibuffer-saved-filter-groups has one element, shortcut the call of
3976 completing-read. (Bug#12331)
3977
9a930676
CY
39782012-09-23 Chong Yidong <cyd@gnu.org>
3979
3980 * bindings.el (mode-line-toggle-read-only):
3981 * bs.el (bs-toggle-readonly):
3982 * buff-menu.el (Buffer-menu-toggle-read-only):
3983 * dired.el (dired-toggle-read-only):
3984 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3985
d07ff9db
CY
39862012-09-23 Chong Yidong <cyd@gnu.org>
3987
3988 * image.el (image-type-available-p): Adapt to init-image-library
3989 argument changes.
3990
51c4474e
JL
39912012-09-22 Juri Linkov <juri@jurta.org>
3992
3993 * dired.el (dired-mode-map): Add [remap read-only-mode] for
3994 `dired-toggle-read-only'. (Bug#12462)
3995
43bf5e8e
MR
39962012-09-22 Martin Rudalics <rudalics@gmx.at>
3997
3998 * subr.el (temp-output-buffer-show): New function.
3999 (with-output-to-temp-buffer): Call temp-output-buffer-show
4000 instead of internal-temp-output-buffer-show.
4001
c88b867f
CY
40022012-09-22 Chong Yidong <cyd@gnu.org>
4003
3df47cd5
CY
4004 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4005 (Bug#12462).
4006
c88b867f
CY
4007 * repeat.el (repeat): Doc fix (Bug#12348).
4008
4009 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4010 (Bug#10909).
4011
4012 * simple.el (shell-command-on-region): Doc fix.
3171e303 4013 (read-only-mode): Doc fix.
c88b867f 4014
df9685f3
EZ
40152012-09-22 Eli Zaretskii <eliz@gnu.org>
4016
4017 * emacs-lisp/timer.el (run-with-idle-timer)
4018 (timer-activate-when-idle): Warn against reinvoking an idle timer
4019 from within its own timer action. (Bug#12447)
4020
8e17c9ba
MR
40212012-09-22 Martin Rudalics <rudalics@gmx.at>
4022
4023 * cus-start.el (window-combination-limit): Add new optional
4024 values.
4025 * window.el (temp-buffer-window-show)
4026 (window--try-to-split-window): Handle new values of
4027 window-combination-limit (Bug#1806).
4028 (split-window): Test window-combination-limit for t instead of
4029 non-nil.
4030 (display-buffer-at-bottom): New buffer display action function.
4031 * help.el (temp-buffer-resize-regexps): New option.
4032 (temp-buffer-resize-mode): Rewrite doc-string.
4033 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 4034 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 4035
48a24920
SM
40362012-09-22 Stefan Merten <smerten@oekonux.de>
4037
70efc5c9 4038 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
4039 (rst-official-version)
4040 (rst-package-emacs-version-alist): Sync with official version
4041 V1.4.0.
4042 (rst-faces-defaults, rst-set-level-default)
4043 (rst-level-face-max, rst-level-face-base-color)
4044 (rst-level-face-base-light, rst-level-face-format-light)
4045 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
4046 (rst-adornment-faces-alist): Match new setup.
4047 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
4048 (rst-level-5, rst-level-6): New faces.
4049
82f8cd94
CY
40502012-09-22 Chong Yidong <cyd@gnu.org>
4051
4052 * simple.el (undo): Handle indirect buffers (Bug#8207).
4053
acfa068f 40542012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
4055
4056 IDO: Disable match re-ordering for buffer switching.
2bc9406c 4057 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
4058 (ido-set-matches-1): Use it. (Bug#2042)
4059
acfa068f 40602012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
4061
4062 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4063 Fix 2011-05-17 change. (Bug#12418)
4064
acfa068f 40652012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
4066
4067 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
4068
acfa068f 40692012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
4070
4071 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
4072 Be more robust about locating simple.el.
4073
acfa068f 40742012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
4075
4076 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
4077
acfa068f
CY
40782012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
4079
4080 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
4081
41a97e6f
JL
40822012-09-20 Juri Linkov <juri@jurta.org>
4083
eb2deaff
JL
4084 * replace.el (query-replace-read-from): Use `read-regexp' instead
4085 of `read-from-minibuffer' when `regexp-flag' is non-nil.
4086 (occur-read-primary-args): Use `read-regexp' instead of
4087 `read-string'.
4088 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
4089 `read-from-minibuffer'.
4090 * isearch.el (isearch-occur): Use `read-regexp' instead of
4091 `read-string'.
4092 * dired.el (dired-read-regexp): Use `read-regexp' instead of
4093 `read-from-minibuffer'.
4094 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
4095 of `read-string'. (Bug#7567)
4096
5825610b
JL
4097 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
4098 and allow accepting a list of strings prepended to a list of
4099 standard default values. Doc fix. (Bug#12321)
4100
eebbf404
JL
4101 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
4102
41a97e6f
JL
4103 * replace.el (read-regexp): Don't add ": " when PROMPT already
4104 ends with a colon and space. (Bug#12321)
4105
c9e452d3
TH
41062012-09-20 Tassilo Horn <tsdh@gnu.org>
4107
4108 * doc-view.el (doc-view-display): Better fix for the cl-assertion
4109 error.
4110
ee97deee
SM
41112012-09-20 Stefan Merten <smerten@oekonux.de>
4112
70efc5c9 4113 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
4114 Fixes feature request bug#11711.
4115 (rst-mode): Create `imenu-create-index-function'.
4116 (rst-get-stripped-line): Delete after refactoring.
4117 (rst-section-tree, rst-section-tree-rec)
4118 (rst-section-tree-point): Refactor and document properly.
4119 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
4120 (rst-imenu-convert-cell, rst-imenu-create-index):
4121 New function.
ee97deee 4122
f490dab9
SM
41232012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4124
95b9712e
SM
4125 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
4126 (macroexp--expand-all): Use it.
4127 (macroexp--funcall-and-return): Remove by folding it into its sole
4128 caller (macroexp--warn-and-return).
4129 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
4130 Use macroexp--obsolete-warning.
4131
f490dab9
SM
4132 * calc/calc.el: Fix last change by removing the whole chunk, since it
4133 was only needed back when Calc was not bundled.
4134
96e8d411
MR
41352012-09-20 Martin Rudalics <rudalics@gmx.at>
4136
4137 * emacs-lisp/debug.el (debug): Restore assignment to
4138 debugger-old-buffer removed on 2012-09-08.
4139
0876a82d
JL
41402012-09-20 Juri Linkov <juri@jurta.org>
4141
4142 * dired-aux.el (dired-diff): Remove (require 'diff) since
4143 `diff-latest-backup-file' is now autoloaded.
4144
9f7c28f0
CY
41452012-09-20 Chong Yidong <cyd@gnu.org>
4146
4147 * vc/diff.el (diff-latest-backup-file): Autoload.
4148
7a04bee9
SM
41492012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4150
e6f0a80d
SM
4151 * calc/calc.el: Remove redundant autoload shape check.
4152 (sel-mode): Don't defvar.
4153 (calc-get-stack-element): Add `sel-mode' arg instead.
4154 (calc-top, calc-top-list): Pass it this additional argument.
4155 * calc/calc-store.el (calc-store-map):
4156 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
4157 (calc-map-equation, calc-outer-product, calc-inner-product):
4158 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
4159
7a04bee9
SM
4160 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
4161
12734222
JL
41622012-09-19 Juri Linkov <juri@jurta.org>
4163
4164 * dired-aux.el (dired-diff): Add (require 'diff) because
4165 `diff-latest-backup-file' is not autoloaded.
4166 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
4167 of `dired-get-filename' to t to not report error when there is
4168 no default file on the current line.
4169
46624b4f
SM
41702012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4171
ce97595b
SM
4172 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
4173 macroexp--eval-if-compile.
4174 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
4175 (macroexp--expand-all): Use them (bug#12371).
4176
46624b4f
SM
4177 * doc-view.el (doc-view-guess-paper-size)
4178 (doc-view-scale-bounding-box): Fix unbound `caddr'.
4179
db8a5a18
TH
41802012-09-19 Tassilo Horn <tsdh@gnu.org>
4181
4182 New feature: set optimal slice from BoundingBox information.
4183 * doc-view.el (doc-view-mode-map): Add keybinding.
4184 (doc-view-menu): Add menu entry.
4185 (doc-view-set-slice): Adapt docstring.
4186 (doc-view-get-bounding-box, doc-view-guess-paper-size)
4187 (doc-view-scale-bounding-box)
4188 (doc-view-set-slice-from-bounding-box): New functions.
4189 (doc-view-paper-sizes): New defvar.
4190
69f6644c
GM
41912012-09-19 Glenn Morris <rgm@gnu.org>
4192
35f5b19d
GM
4193 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
4194 (byte-compile-log-warning): Autoload. (Bug#12371)
4195
69f6644c
GM
4196 * calendar/calendar.el (calendar-american-month-header)
4197 (calendar-european-month-header, calendar-iso-month-header)
4198 (calendar-month-header): New options.
4199 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
4200 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
4201
e543ae91
JD
42022012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4203
4204 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
4205
2fd5e67d
JL
42062012-09-18 Juri Linkov <juri@jurta.org>
4207
4208 * dired-aux.el (dired-diff): Restore original functionality of
4209 getting the default value, but keep new feature of using the
4210 latest existing backup file (`diff-latest-backup-file').
4211
42917e79
JL
42122012-09-18 Juri Linkov <juri@jurta.org>
4213
4214 * dired.el (dired-mark): If the region is active in Transient Mark
4215 mode, mark all files in the active region. Doc fix.
4216 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
4217 Doc fix. (Bug#10624)
4218
20f70ede
JL
42192012-09-18 Juri Linkov <juri@jurta.org>
4220
4221 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
4222 attributes for M-n are pulled from the file at point.
4223 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
4224 Suggested by Drew Adams. (Bug#10624)
4225
32fb8162
DG
42262012-09-18 Dmitry Gutov <dgutov@yandex.ru>
4227
4228 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
4229 whitespace after "end".
4230 (ruby-do-end-to-brace): Collapse block to one line if it fits
4231 within fill-column.
4232
37ab5092
MR
42332012-09-18 Martin Rudalics <rudalics@gmx.at>
4234
4235 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4236 value.
4237 (debug): Don't remove debugger window when debugger is expected
4238 to be back.
4239
ed1f0bd3
CY
42402012-09-18 Chong Yidong <cyd@gnu.org>
4241
4242 * custom.el (defface): Doc fix.
4243
4244 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
4245
a11035b8
MB
42462012-09-18 Martin Blais <blais@furius.ca> (tiny change)
4247
4248 * progmodes/compile.el (compilation-start): Use compilation-always-kill
4249 to initialize query-on-exit; then test that instead (bug#12288).
4250
64f6a736
SM
42512012-09-17 Stefan Merten <smerten@oekonux.de>
4252
70efc5c9 4253 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
4254 (rst-defcustom-testcover, rst-testcover-add-compose)
4255 (rst-testcover-add-1value): New functions.
4256 (rst-portable-mark-active-p): Replace by `use-region-p'.
4257 (rst-update-section, rst-classify-adornment)
4258 (rst-find-title-line): Mark `1value' forms.
4259 (rst-classify-adornment): Remove superfluous form.
4260 (rst-update-section, rst-get-adornments-around)
4261 (rst-adornment-complete-p, rst-get-next-adornment)
4262 (rst-adjust, rst-promote-region)
4263 (rst-display-adornments-hierarchy, rst-straighten-adornments)
4264 (rst-find-pfx-in-region, rst-section-tree-rec)
4265 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
4266 (rst-toc-node, rst-toc, rst-forward-section)
4267 (rst-iterate-leftmost-paragraphs)
4268 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
4269 (rst-bullet-list-region)
4270 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
4271 (rst-compile-find-conf, rst-compile)
4272 (rst-repeat-last-character): Fix style.
4273
580bd868
CY
42742012-09-17 Chong Yidong <cyd@gnu.org>
4275
4276 * comint.el (comint--complete-file-name-data): Don't add a space
4277 if the status is `sole'; that adds a gratuitous space in the
4278 completion-cycling case (Bug#12092).
4279
4280 * pcomplete.el (pcomplete-completions-at-point): Likewise.
4281
69de3ec6
RS
42822012-09-17 Richard Stallman <rms@gnu.org>
4283
0dee970c
RS
4284 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
4285 only in the mime-shown mode, not in raw mode.
4286 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 4287 mime processing. (Bug#12305)
0dee970c 4288
6b250df6
GM
4289 * mail/rmail.el (rmail-retry-failure):
4290 Turn off mime processing first. (Bug#12037)
acb1c47b 4291
69de3ec6
RS
4292 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4293
d079ee5f
CY
42942012-09-17 Chong Yidong <cyd@gnu.org>
4295
4296 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
4297 (shell-dynamic-complete-functions): Convert to defcustom.
4298 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4299
865fe16f
CY
4300 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4301 * comint.el (comint-prompt-read-only):
4302 * custom.el (defcustom):
4303 * hi-lock.el (hi-lock-mode):
4304 * ibuffer.el (ibuffer-formats):
4305 * ielm.el (ielm-prompt-read-only):
4306 * novice.el (disable-command):
4307 * saveplace.el (toggle-save-place):
4308 * speedbar.el (speedbar-supported-extension-expressions):
4309 * startup.el (auto-save-list-file-prefix, init-file-user)
4310 (after-init-hook, inhibit-startup-echo-area-message):
4311 * strokes.el (strokes-help):
4312 * time-stamp.el (time-stamp):
4313 * calendar/calendar.el (calendar, diary-file):
4314 * calendar/diary-lib.el (diary-mail-entries, diary)
4315 (diary-list-entries-hook):
4316 * calendar/holidays.el (holidays, calendar-holidays):
4317 * calendar/lunar.el (lunar-phases):
4318 * calendar/solar.el (sunrise-sunset):
4319 * emulation/edt.el (edt-load-keys):
4320 * emulation/viper.el (viper-mode):
4321 * eshell/em-alias.el (eshell-command-aliases-list):
4322 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4323 * international/ogonek.el (ogonek-information):
4324 * net/tramp-cmds.el (tramp-bug):
4325 * net/quickurl.el (quickurl-reread-hook-postfix):
4326 * play/decipher.el (decipher-font-lock-keywords):
4327 * progmodes/cc-styles.el (c-set-style):
4328 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4329 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4330 * progmodes/octave-mod.el (octave-mode):
4331 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4332 * progmodes/verilog-mode.el (verilog-read-defines):
4333 * textmodes/two-column.el (2C-mode): Likewise.
4334
48093eb9
KY
43352012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4338 that holds many addresses.
4339
c584eaf9
CY
43402012-09-16 Chong Yidong <cyd@gnu.org>
4341
40d70ecb
CY
4342 * align.el (align-areas): Call the indication function with
4343 positions instead of markers for arguments (Bug#12343).
4344
1667e065
CY
4345 * files.el (parse-colon-path): Use split-string (Bug#12351).
4346
fdc2806d 4347 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 4348 (display-buffer-function): Mark as obsolete.
fdc2806d 4349
f1be615c 4350 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
4351 values similar to font-lock-keywords (Bug#12136).
4352 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
4353 (compilation-error-regexp-alist): Doc fix.
4354
f40a9709
GM
43552012-09-15 Glenn Morris <rgm@gnu.org>
4356
72aa16e1
GM
4357 * version.el (emacs-bzr-version-bzr): New function.
4358 (emacs-bzr-get-version): Add optional EXTERNAL argument.
4359
82375160
GM
4360 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4361 checkouts, check the parent dirstate matches the branch.
4362 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
4363 empty string.
4364
f40a9709
GM
4365 * version.el (emacs-bzr-version): Doc fix.
4366 (emacs-bzr-version-dirstate): New function.
4367 (emacs-bzr-get-version): For lightweight checkouts, if the parent
4368 is local try and check that it matches the branch. If not, just
4369 use dirstate information. (Bug#12441)
4370
cb26b7f5
JL
43712012-09-14 Juri Linkov <juri@jurta.org>
4372
4373 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4374 (Bug#12399)
4375
2de39f08
SM
43762012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4377
0fb3cb7c
SM
4378 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4379
2de39f08
SM
4380 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4381 Remove obsolete byte-compiler hack that tried to silence some warnings.
4382 (edebug-submit-bug-report): Remove.
4383 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4384 Remove aliases, use the un-prefixed name instead.
4385 (edebug-pop-to-buffer): Consider other frames.
4386 (edebug-original-read):: Make it more obvious that it's always defined.
4387 (edebug--make-form-data-entry, edebug--form-data-name)
4388 (edebug--form-data-begin, edebug--form-data-end): Rename from the
4389 single-dashed name, and implement with cl-defstruct.
4390 (edebug-set-form-data-entry): Use the standard accessors.
4391 (edebug-make-top-form-data-entry): Use push.
4392 (edebug-no-match): Drop useless `funcall'.
4393 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4394 to functions.
4395 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4396 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4397 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4398 (easy-menu-define, with-custom-print): Remove redundant specs.
4399 (edebug-outside-overriding-local-map)
4400 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4401 (edebug--display): Bind unread-command-events directly to nil rather
4402 than binding it to unread-command-events and later setting it to nil.
4403 (edebug--display): Kill edebug-eval-buffer here...
4404 (edebug--recursive-edit): ...rather than here.
4405 Bind standard-output and standard-input.
4406 (edebug-eval): Check cl-macroexpand-all is fboundp.
4407 (edebug-temp-display-freq-count): Fix last change.
4408
4409 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4410 * subr.el (noreturn, 1value): Add `debug' spec.
4411 * emacs-lisp/advice.el: Require cl-lib.
4412 (ad-copy-tree): Remove, use copy-tree instead.
4413 (ad-dolist): Remove use dolist or cl-dolist instead.
4414 (ad-do-return): Remove, use cl-return instead.
4415 (defadvice): Add `debug' spec.
4416
5b68b333
JL
44172012-09-13 Juri Linkov <juri@jurta.org>
4418
4419 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4420 (Bug#12399)
4421
b9800ec4
GM
44222012-09-13 Glenn Morris <rgm@gnu.org>
4423
6a2e6868
GM
4424 * calc/calc.el (math-compose-expr):
4425 * calc/calc-ext.el (math-compose-expr):
4426 * progmodes/cc-defs.el (cl-macroexpand-all):
4427 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4428 (cl-macroexpand-all): Update declarations.
4429
b9800ec4
GM
4430 * vc/vc.el: No need to require ediff.
4431 (ediff-load-version-control): Declare.
4432 (ediff-vc-internal): Fix declaration.
4433 (vc-version-ediff): Require ediff.
4434
c18e885b
PE
44352012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4436
4437 Use a more backwards-compatible timer format (Bug#12430).
4438 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4439 being right after USECS, as that better supports old code that
4440 inadvisedly looked directly at the timer vector.
4441
d607d303
KH
44422012-09-13 Kenichi Handa <handa@gnu.org>
4443
4444 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4445 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4446 `coding-priority' property of these language environment.
4447
72eac303
PE
44482012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4449
4450 Fix glitches caused by addition of psec to timers (Bug#12430).
4451 * image.el (image-animate-timer):
4452 * time.el (display-time-world-timer):
4453 Use timer--function and timer--args rather than raw access to
4454 timer vector.
4455
2168fe4f
GM
44562012-09-13 Glenn Morris <rgm@gnu.org>
4457
4458 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4459 If not compiling a file, try using load-file-name.
4460
bd8d6108
SM
44612012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4462
c0c54fbd
SM
4463 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4464 Fix last change.
4465 (edebug-update-eval-list): Use `push'.
4466
bd8d6108
SM
4467 * emacs-lisp/edebug.el: Use lexical-binding.
4468 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4469 Mark unused args with underscore.
4470 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4471 (edebug-form-data): Use defvar-local.
4472 (edebug-make-before-and-after-form, edebug-make-after-form):
4473 Use backquote.
4474 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4475 Not dynamically scoped any more.
4476 (edebug--enter-trace): Add arguments `function' and `args'.
4477 Rename from edebug-enter-trace.
4478 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4479 (edebug--update-coverage): Add `after-index' and `value' args.
4480 Rename from edebug-update-coverage.
4481 (edebug-slow-after): Call it accordingly.
4482 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4483 edebug-recursive-edit.
4484 (edebug--display): Call it accordingly. Add args `value',
4485 `offset-index', and `arg-mode'. Rename from edebug-display.
4486 (edebug-debugger, edebug): Call it accordingly.
4487 (edebug-eval-display-list): Use dolist.
4488
a9f9d9de
JL
44892012-09-12 Juri Linkov <juri@jurta.org>
4490
4491 * info.el (Info-search): Don't check for isearch-mode and
4492 isearch-regexp before let-binding search-spaces-regexp to
4493 Info-search-whitespace-regexp.
4494 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4495 search-whitespace-regexp if isearch-lax-whitespace or
4496 isearch-regexp-lax-whitespace is non-nil.
4497 (Info-mode): Don't set local variable search-whitespace-regexp.
4498 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4499
bfeae2cf
SM
45002012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4503 (debugger-env-macro): Remove support for unread-command-char.
4504
4505 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4506 the temporary map re-appearing on emulation-mode-map-alists.
4507
4508 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4509 since 22.1.
4510
4511 * ehelp.el (with-electric-help): Accept functions in
4512 electric-help-form-to-execute.
4513 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4514 And replace unread-command-char -> unread-command-events.
4515
fbbcaf1b
MA
45162012-09-12 Michael Albinus <michael.albinus@gmx.de>
4517
4518 Sync with Tramp 2.2.6.
4519
4520 * net/tramp.el (tramp-accept-process-output): Don't use
4521 JUST-THIS-ONE in the XEmacs case.
4522
4523 * net/trampver.el: Update release number.
4524
4dece104
MR
45252012-09-12 Martin Rudalics <rudalics@gmx.at>
4526
bfeae2cf
SM
4527 * emacs-lisp/debug.el (debugger-previous-window-height):
4528 New variable.
4dece104
MR
4529 (debug): When debugger-jumping-flag is non-nil try to restore
4530 height of debugger window. (Bug#8789)
4531
45b82ad0
SM
45322012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4533
60c49c0f
SM
4534 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4535 overriding-local-map and pre/post-command-hook here.
4536 (edebug-recursive-edit): Do it here instead (bug#12345).
4537 (edebug-outside-unread-command-char): Remove all uses of
4538 unread-command-char.
4539
45b82ad0
SM
4540 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4541 inhibit-debugger is bound instead.
4542
baa26ea0
BG
45432012-09-11 Bastien Guerry <bzg@gnu.org>
4544
4545 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 4546 (Bug#12346)
baa26ea0 4547
04e8abfa
BG
45482012-09-11 Bastien Guerry <bzg@gnu.org>
4549
96d03571 4550 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 4551 (Bug#12347)
96d03571
BG
4552
45532012-09-11 Bastien Guerry <bzg@gnu.org>
4554
fc0c31f8 4555 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 4556
04e082b0
MM
45572012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4558
4559 * progmodes/sql.el: Version 3.1
4560 (sql-db2-escape-newlines): New variable.
4561 (sql-escape-newlines-filter): Use it.
4562
399a361b
JB
45632012-09-10 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4566
0780c517
DN
45672012-09-10 Dan Nicolaescu <dann@gnu.org>
4568
45b82ad0
SM
4569 * vc/diff-mode.el (diff-mode-menu):
4570 Bind diff-remove-trailing-whitespace.
0780c517 4571
9b851e25
SM
45722012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
4575 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4576 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
4577 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4578 (eval-defun-2): Remove bogus interactive spec.
4579 (lisp-indent-line): Remove redundant whole-exp code, now done in
4580 indent-according-to-mode.
4581 (save-match-data): Remove redundant indent data.
4582
4583 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4584 Use `declare'.
4585
3231d532
JL
45862012-09-09 Juri Linkov <juri@jurta.org>
4587
4588 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4589 (replace-lax-whitespace, query-replace-regexp)
4590 (query-replace-regexp-eval, replace-regexp): Doc fix.
4591 (perform-replace, replace-highlight): Let-bind
4592 isearch-lax-whitespace to replace-lax-whitespace and
4593 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4594
4595 * isearch.el (isearch-query-replace): Let-bind
4596 replace-lax-whitespace to isearch-lax-whitespace and
4597 replace-regexp-lax-whitespace to
4598 isearch-regexp-lax-whitespace. (Bug#10885)
4599
70fe8236
SM
46002012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4603
8ed43f15
AM
46042012-09-09 Alan Mackenzie <acm@muc.de>
4605
70fe8236
SM
4606 * progmodes/cc-engine.el (c-state-cache-init):
4607 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4608 (c-record-parse-state-state):
4609 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 4610
bfabf70a
AS
46112012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4612
4613 * register.el (register-separator): Rename from
4614 separator-register. All uses changed. Doc fix.
4615 (register): Fix version.
4616
011474aa
CY
46172012-09-09 Chong Yidong <cyd@gnu.org>
4618
4619 * replace.el (query-replace-map): Bind four new symbols for
4620 requesting window scrolling.
4621
4622 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4623 query-replace-map (Bug#8948).
4624
4625 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4626
4627 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4628 since they are now in query-replace-map.
4629
4630 * window.el (scroll-other-window-down): Make the arg optional.
4631
a8b7cd8d
CY
46322012-09-09 Chong Yidong <cyd@gnu.org>
4633
4634 * files.el (hack-local-variables-confirm): Use quit-window to kill
4635 the *Local Variables* buffer.
4636
c3268831
DG
46372012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4638
4639 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4640 not just expect to be at its beginning. Adjust callees.
4641 Succeed when do-end block has no space before the pipe character.
4642 (ruby-brace-to-do-end): When the original block is one-liner,
4643 convert to multiline. Reindent the result.
4644
0979429b
J
46452012-09-08 Jambunathan K <kjambunathan@gmail.com>
4646
4647 * register.el (register): New group.
27359e99 4648 (separator-register): New user option.
0979429b
J
4649 (increment-register): Route it to `append-to-register', if
4650 register contains text. Implication is that `C-x r +' can now be
4651 used for appending to a text register (bug#12217).
4652 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 4653 `separator-register'.
0979429b 4654
ace2989a
AM
46552012-09-08 Alan Mackenzie <acm@muc.de>
4656
4657 AWK Mode: make auto-newline work when there's "==" in the pattern.
4658 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4659 correctly.
0979429b
J
4660 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4661 Test more rigorously for "=" token.
ace2989a 4662
616c6c36
DG
46632012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4664
0979429b
J
4665 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4666 Only fail when reached LIMIT.
616c6c36 4667
35d98877
CY
46682012-09-08 Chong Yidong <cyd@gnu.org>
4669
4670 * dired.el (dired-mode-map): Don't bind M-=.
4671
4672 * dired-aux.el (dired-diff): Use backup file as default.
4673
1715f2db
DA
46742012-09-08 Drew Adams <drew.adams@oracle.com>
4675
4676 * subr.el (add-to-history): Fix delete usage (Bug#12314).
4677
6dcef6ec
CY
46782012-09-08 Chong Yidong <cyd@gnu.org>
4679
4680 * subr.el (syntax-after, syntax-class): Doc fix.
4681
fa2bcf43
MR
46822012-09-08 Martin Rudalics <rudalics@gmx.at>
4683
4684 * window.el (display-buffer-in-previous-window): New buffer
4685 display action function.
4686
4687 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4688 (debugger-previous-window): New variable.
4689 (debug): Rewrite using display-buffer-in-previous-window,
4690 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
4691
daac280a
SM
46922012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
4695
9dd40b00
MM
46962012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
4697
daac280a
SM
4698 * progmodes/python.el (python-shell-send-string):
4699 When default-directory is remote, create temp file on remote
9dd40b00
MM
4700 filesystem.
4701 (python-shell-send-file): When file is remote, pass local view of
4702 file paths to remote Python interpreter. (Bug#12340)
4703
145823ec
CY
47042012-09-07 Chong Yidong <cyd@gnu.org>
4705
cee2e90d
CY
4706 * window.el (switch-to-buffer): Doc fix (Bug#12181).
4707
0d7eb2ea
CY
4708 * files.el (after-find-file): Don't fail on a read-only buffer if
4709 require-final-newline is `visit' or `visit-save' (Bug#11156).
4710
145823ec
CY
4711 * subr.el (read-char-choice): Allow quitting via ESC ESC.
4712
daac280a
SM
4713 * userlock.el (ask-user-about-supersession-threat):
4714 Use read-char-choice (Bug#12093).
145823ec 4715
74c582e6
CY
47162012-09-07 Chong Yidong <cyd@gnu.org>
4717
e5c2edf7
CY
4718 * subr.el (buffer-narrowed-p): New function.
4719
4720 * ses.el (ses-widen):
4721 * simple.el (count-words--buffer-message):
1f9f395d 4722 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
4723
4724 * simple.el (count-words-region): Don't signal an error if there
4725 is a non-nil prefix arg and the mark is not set.
c640e87d 4726
74c582e6
CY
4727 * help.el (describe-key-briefly): Allow the message to be seen
4728 when invoked from the minibuffer (Bug#7014).
4729
d81ceaaf
DG
47302012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4731
4732 * progmodes/ruby-mode.el (ruby-end-of-defun)
4733 (ruby-beginning-of-defun): Simplify, allow indentation before
4734 block beginning and end keywords.
8f06acce
DG
4735 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4736 (ruby-end-of-defun): Expect that the point is at the beginning of
4737 the defun.
d81ceaaf 4738
d458ef98
SM
47392012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4742 (bug#12367).
4743 (cl--make-usage-args): Strip _ from argument names.
4744
20367d28
RS
47452012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4746
4747 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4748 obsolete alias speedbar-key-map.
4749 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4750 (vhdl-index-menu-init): Don't use obsolete variable
4751 font-lock-maximum-size.
4752
3424a4f6
CY
47532012-09-06 Chong Yidong <cyd@gnu.org>
4754
4755 * frame.el (window-system-version): Mark as obsolete.
4756
fcbfbdea
CY
4757 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4758 of obsolete variable speedbar-key-map.
4759
826b3235
JL
47602012-09-06 Juri Linkov <juri@jurta.org>
4761
4762 * replace.el (replace-lax-whitespace): New defcustom.
4763 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4764 (replace-string, replace-regexp): Mention it in docstrings.
4765 (perform-replace, replace-highlight): Let-bind
4766 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4767 to the values of replace-lax-whitespace and regexp-flag.
4768 Don't let-bind search-whitespace-regexp. (Bug#10885)
4769
4770 * isearch.el (isearch-query-replace): Let-bind
4771 replace-lax-whitespace instead of let-binding
4772 replace-search-function and replace-re-search-function.
4773 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4774 and isearch-regexp-lax-whitespace to lazy-highlight variables.
4775 (isearch-toggle-symbol): Set isearch-regexp to nil
4776 in isearch-word mode (like in isearch-toggle-word).
4777
1ec5e41d
JL
47782012-09-06 Juri Linkov <juri@jurta.org>
4779
4780 * replace.el (replace-search-function)
4781 (replace-re-search-function): Set default values to nil.
4782 (perform-replace): Let-bind isearch-related variables based on
4783 replace-related values, call `isearch-search-fun' and let-bind
4784 the result to `search-function'. Remove code that sets
4785 `search-function' and `search-string' separately for
4786 `delimited-flag'.
4787 (replace-highlight): Add new argument `delimited-flag' and
4788 rename other arguments to the names used in `perform-replace'.
4789 Let-bind `isearch-word' to the argument `delimited-flag'.
4790 (Bug#10885, bug#10887)
4791
0ba2d4b6
DG
47922012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4793
4794 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4795 ruby-beginning-of-indent, simplify, allow all keywords to have
4796 indentation before them.
4797 (ruby-beginning-of-indent): Adjust for above. Search until the
4798 found point is not inside a string or comment.
4799 (ruby-font-lock-keywords): Allow symbols to start with "@"
4800 character, give them higher priority than variables.
4801 (ruby-syntax-propertize-function)
4802 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4803 matchers. Expression expansions are not comments when inside a
4804 string, and there comment syntax status is irrelevant.
4805 (ruby-match-expression-expansion): New function. Check that
4806 expression expansion is inside a string, and it's not escaped.
4807 (ruby-font-lock-keywords): Use it.
4808
ef654460
MR
48092012-09-05 Martin Rudalics <rudalics@gmx.at>
4810
4811 * help.el (temp-buffer-max-height): New default value.
4812 (temp-buffer-resize-frames): New option.
4813 (resize-temp-buffer-window): Optionally resize frame.
4814
4815 * window.el (fit-frame-to-buffer-bottom-margin): New option.
4816 (fit-frame-to-buffer): New function.
4817
7e570fbf 48182012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
4819
4820 * emulation/cua-rect.el (cua--init-rectangles):
4821 * textmodes/picture.el (picture-mode-map):
4822 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4823 like forward-char and backward-char. (Bug#12317)
4824
7e570fbf 48252012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
4826
4827 * progmodes/flymake.el (flymake-warning-re): New variable.
4828 (flymake-parse-line): Use it.
4829
7e570fbf 48302012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
4831
4832 * calendar/holidays.el (holiday-christian-holidays):
4833 Rename an entry. (Bug#12289)
4834
7e570fbf 48352012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
4836
4837 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4838 (bug#12222).
4839
972debf2
SM
48402012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * loadup.el: Load macroexp. Remove hack.
4843 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4844 (macroexp--expand-all): Use it to get better warnings.
4845 (macroexp--backtrace, macroexp--trim-backtrace-frame)
4846 (internal-macroexpand-for-load): New functions.
4847 (macroexp--pending-eager-loads): New var.
4848 (emacs-startup-hook): New hack to replace one in loadup.el.
4849 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4850 (cl--compiler-macro-cXXr): Move to top, before they can be used.
4851 (cl-psetf): Simplify.
4852 (cl-defstruct): Add indent rule.
4853
8ce192e3
LI
48542012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
4855
4856 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4857 over `user-mail-address' for the SMTP MAIL FROM envelope.
4858 (smtpmail-via-smtp): Ditto.
4859
6578b4d8
DG
48602012-09-04 Dmitry Gutov <dgutov@yandex.ru>
4861
4862 * progmodes/ruby-mode.el: Clean up keybindings.
4863 (ruby-mode-map): Don't bind ruby-electric-brace,
4864 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4865 backward-kill-word, reindent-then-newline-and-indent.
4866 (ruby-mark-defun): Remove.
4867 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
4868 (ruby-mode): Set local beginning-of-defun-function and
4869 end-of-defun-function values.
4870
c5e28e39
MR
48712012-09-03 Martin Rudalics <rudalics@gmx.at>
4872
4873 * window.el (temp-buffer-window-setup-hook)
4874 (temp-buffer-window-show-hook): New hooks.
4875 (temp-buffer-window-setup, temp-buffer-window-show)
4876 (with-temp-buffer-window): New functions.
972debf2
SM
4877 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4878 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
4879
4880 * help.el (temp-buffer-resize-mode): Fix doc-string.
4881 (resize-temp-buffer-window): New optional argument WINDOW.
4882
4883 * files.el (recover-file, save-buffers-kill-emacs):
4884 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4885
73406194
MA
48862012-09-02 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4889 remote definition of `default-directory', ensure we can connect.
4890
63dd1c6f
JL
48912012-09-02 Juri Linkov <juri@jurta.org>
4892
4893 Toggle whitespace matching mode with M-s SPC.
4894 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4895
4896 * isearch.el (search-whitespace-regexp): Doc fix.
4897 Remove cons cell customization.
4898 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4899 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4900 New variables.
4901 (isearch-forward, isearch-forward-regexp): Doc fix.
4902 (isearch-toggle-lax-whitespace): New command.
4903 (search-forward-lax-whitespace, search-backward-lax-whitespace)
4904 (re-search-forward-lax-whitespace)
4905 (re-search-backward-lax-whitespace): New functions.
4906 (isearch-whitespace-regexp): Remove function.
4907 (isearch-query-replace): Let-bind replace-search-function and
4908 replace-re-search-function.
4909 (isearch-occur): Let-bind search-spaces-regexp according to the
4910 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4911 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4912 condition for C-q SPC.
4913 (isearch-search-fun-default): Use new functions mentioned above.
4914 (isearch-search-forward, isearch-search-backward): Remove functions.
4915 (isearch-search): Don't let-bind search-spaces-regexp.
4916 (isearch-lazy-highlight-space-regexp): Remove variable.
4917 (isearch-lazy-highlight-lax-whitespace)
4918 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4919 (isearch-lazy-highlight-new-loop): Use them.
4920 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4921
af7dda05
CY
49222012-09-02 Chong Yidong <cyd@gnu.org>
4923
4924 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4925
d67d3afd
GM
49262012-09-02 Glenn Morris <rgm@gnu.org>
4927
4928 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
4929
69678719
GM
49302012-09-01 Glenn Morris <rgm@gnu.org>
4931
4932 * term.el: Tidy up menu definitions.
4933 (term-mode-map): Use easymenu for In/Out, Complete menus.
4934 (term-pager-break-map): Initialize in the defvar.
4935 (term-terminal-menu, term-signals-menu): Define with easymenu.
4936 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
4937 (term-pager-menu): New, extracted from term-process-pager.
4938 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4939 (term-update-mode-line): Propertize line/char and page items.
4940 (term-process-pager): Move keymap initialization elsewhere.
4941
78dd6ab1
MR
49422012-09-01 Martin Rudalics <rudalics@gmx.at>
4943
4944 * window.el (switch-to-prev-buffer): Handle additional values of
4945 BURY-OR-KILL argument. Don't switch in minibuffer window.
4946 (switch-to-next-buffer): Don't switch in minibuffer window.
4947 (quit-restore-window): New function based on quit-window.
4948 Handle additional values of former KILL argument.
4949 (quit-window): Call quit-restore-window with appropriate
4950 interpretation of KILL argument.
4951 (display-buffer-below-selected): New buffer display action
4952 function.
4953
3d10e134
SM
49542012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * minibuffer.el (completion-at-point-functions): Complete docstring
4957 (bug#12254).
4958
0e23ef9d
PE
49592012-09-01 Paul Eggert <eggert@cs.ucla.edu>
4960
4961 Better seed support for (random).
4962 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4963 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4964 * play/mpuz.el, play/tetris.el, play/zone.el:
4965 * calc/calc-comb.el (math-init-random-base):
4966 * play/blackbox.el (bb-init-board):
4967 * play/life.el (life):
4968 * server.el (server-use-tcp):
4969 * type-break.el (type-break):
4970 Remove unnecessary call to (random t).
4971 * net/sasl.el (sasl-unique-id-function):
4972 Change (random t) to (random), now that the latter is more random.
4973 * play/life.el (life-initialized): Remove no-longer-needed var.
4974
862382df
MR
49752012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
4976
4977 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4978 Consider frame's buffer predicate when choosing the buffer.
4979 (Bug#12081)
4980
262a66e1
RS
49812012-08-30 Richard Stallman <rms@gnu.org>
4982
4983 * simple.el (special-mode-map): Delete binding for `z'.
4984
f17e1d00
AS
49852012-08-30 Andreas Schwab <schwab@linux-m68k.org>
4986
4987 * progmodes/compile.el (compilation-always-kill): Doc fix.
4988
24777832
CY
49892012-08-30 Chong Yidong <cyd@gnu.org>
4990
4991 * window.el (display-buffer-reuse-frames): Make the obsolescence
4992 message more informative.
4993
69ba1f04
GM
49942012-08-30 Glenn Morris <rgm@gnu.org>
4995
4996 * paren.el (show-paren-delay):
4997 Add a :set function. Doc fix. (Bug#12297)
4998
f0019ede
MB
49992012-08-29 Martin Blais <blais@furius.ca> (tiny change)
5000
5001 * progmodes/compile.el (compilation-always-kill): New var.
5002 (compilation-start): Use it.
5003
35e62fc9
SM
50042012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5005
af070a1c
SM
5006 * simple.el (read-only-mode): Move from files.el for bootstrapping.
5007 * files.el (read-only-mode): Move to simple.el.
5008
35e62fc9
SM
5009 * files.el (read-only-mode): New minor mode.
5010 (toggle-read-only): Use it and mark obsolete.
5011 (find-file--read-only):
5012 * vc/vc.el (vc-next-action, vc-checkout):
5013 * vc/vc-cvs.el (vc-cvs-checkout):
5014 * obsolete/vc-mcvs.el (vc-mcvs-update):
5015 * ffap.el (ffap--toggle-read-only): Update callers.
5016
c2c43c23
MA
50172012-08-29 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
5020 remote shell scripts.
5021 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
5022
5023 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5024 "/usr/local/sbin".
5025
9fba804b
SM
50262012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5029
eada0861 50302012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 5031
806f0cc7
LL
5032 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
5033 completion-at-point. (Bug#12220)
5034
3bb213b9
LL
5035 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
5036
22ab32ef
LL
5037 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
5038
eada0861 50392012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 5040
19c17fc1
CY
5041 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
5042 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 5043
eada0861 50442012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
5045
5046 * progmodes/hideif.el (hif-compress-define-list):
5047 Fix typo. (Bug#11951)
5048
eada0861 50492012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
5050
5051 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
5052 buffer local setting.
5053
27d6c5a8
LL
5054 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
5055 rcirc-encode-coding-system.
5056
eada0861 50572012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
5058
5059 * net/rcirc.el (rcirc-split-message): New function.
5060 (rcirc-send-message): Use it. (Bug#12051)
5061
d44688e4
JL
50622012-08-28 Juri Linkov <juri@jurta.org>
5063
5064 * info.el (Info-fontify-node): Hide empty lines at the end of
5065 the node. (Bug#12272)
5066
34f10d41
MR
50672012-08-27 Drew Adams <drew.adams@oracle.com>
5068
5069 * dired.el (dired-pop-to-buffer): Make window start at beginning
5070 of buffer (Bug#12281).
5071
77f1f99c
CY
50722012-08-26 Chong Yidong <cyd@gnu.org>
5073
5074 * window.el (special-display-regexps, special-display-frame-alist)
5075 (special-display-buffer-names, special-display-function)
5076 (display-buffer-reuse-frames): Mark as obsolete.
5077
5078 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
5079
5080 * help.el (help-print-return-message): Don't treat
5081 display-buffer-reuse-frames specially.
5082
d97af5a0
CY
50832012-08-26 Chong Yidong <cyd@gnu.org>
5084
9fba804b
SM
5085 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5086 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
5087 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
5088 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
5089 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
5090 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
5091 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
5092 the functions directly with gdb-display-buffer-other-frame-action.
5093 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
5094 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
5095 (gdb-display-stack-buffer, gdb-display-locals-buffer)
5096 (gdb-display-registers-buffer): Define directly.
5097 (def-gdb-display-buffer): Macro deleted.
5098 (gdb-display-buffer): Remove second and third args, callers don't
5099 use them. Defer to the default display-buffer behavior, apart
5100 from making windows dedicated.
5101 (gdb-setup-windows): Don't call display-buffer unnecessarily.
5102
5103 * progmodes/gud.el (gud-display-line): Just use display-buffer.
5104
5105 * window.el (display-buffer-pop-up-frame): Handle a
5106 pop-up-frame-parameters alist entry.
5107 (display-buffer): Document it.
5108
dd7ffad6
CY
51092012-08-26 Chong Yidong <cyd@gnu.org>
5110
5111 * isearch.el (search-whitespace-regexp): Make string and nil
5112 values apply to both ordinary and regexp search. Allow a cons
5113 cell value to distinguish between the two.
5114 (isearch-whitespace-regexp, isearch-search-forward)
5115 (isearch-search-backward): New functions.
5116 (isearch-occur, isearch-search-fun-default, isearch-search)
5117 (isearch-lazy-highlight-new-loop): Use them.
5118 (isearch-forward, isearch-forward-regexp): Doc fix.
5119
4c47bd1e
CY
51202012-08-26 Chong Yidong <cyd@gnu.org>
5121
5122 * faces.el (help-argument-name): Always inherit from italic
5123 (Bug#12213).
5124
9aba119d
MR
51252012-08-25 Martin Rudalics <rudalics@gmx.at>
5126
5127 * window.el (window--even-window-heights): Even heights when
5128 WINDOW and the selected window form a vertical combination.
5129 (display-buffer-use-some-window): Provide that window used gets
5130 sized back by quit-window. (Bug#11880) and (Bug#12091)
5131
ca5256ad
PE
51322012-08-24 Paul Eggert <eggert@cs.ucla.edu>
5133
5134 Fix file time stamp problem with bzr and CVS (Bug#12001).
5135 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
5136 in the file's time stamp, since the version control system loses
5137 that information.
5138
d1c0d176
JL
51392012-08-22 Juri Linkov <juri@jurta.org>
5140
5141 * info.el (Info-fontify-node): Hide the suffix of the
5142 Info file name in the header line. (Bug#12187)
5143
141562ff
GM
51442012-08-22 Glenn Morris <rgm@gnu.org>
5145
5146 * calendar/cal-tex.el (cal-tex-weekly-common):
5147 Restore leading blank page.
5148
3a21537c 51492012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
5150
5151 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
5152 the region under `shift-select-mode'. (Bug#12231)
5153
51542012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
5155
5156 * progmodes/executable.el (executable-prefix): Set to "#!" instead
5157 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
5158 gives details on why the space is never needed.
5159
ea95074e
MR
51602012-08-22 Martin Rudalics <rudalics@gmx.at>
5161
9fba804b
SM
5162 * window.el (walk-window-tree, window-with-parameter):
5163 New optional argument MINIBUF to control whether these functions
ea95074e
MR
5164 should run on the minibuffer window.
5165 (window-at-side-list): Don't operate on minibuffer window.
5166 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
5167 (window--size-ignore): Rename to window--size-ignore-p.
5168 Update callers.
caceae25
MR
5169 (display-buffer-in-atom-window, window--major-non-side-window)
5170 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
5171 (delete-side-window, display-buffer-in-side-window):
5172 New functions.
caceae25
MR
5173 (window--side-check, window-deletable-p, delete-window)
5174 (delete-other-windows, split-window): Handle side windows and
5175 atomic windows appropriately.
5176 (window--display-buffer): Call display-buffer-record-window also
5177 when the window buffer did not change.
ea95074e 5178
80a51fa0
CS
51792012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
5180
5181 * help-fns.el (help-fns--key-bindings):
5182 Abbreviate non-symbol remap targets. (Bug#12174)
5183
fbb6300b
MR
51842012-08-22 Martin Rudalics <rudalics@gmx.at>
5185
5186 * dired.el (dired-mark-remembered): Don't clobber point.
5187 (Bug#11795)
5188
2b2c0794
GM
51892012-08-22 Glenn Morris <rgm@gnu.org>
5190
5191 * progmodes/bug-reference.el (bug-reference): New custom group.
5192 (bug-reference-bug-regexp): Make it a defcustom.
5193
37219830
DU
51942012-08-22 Daiki Ueno <ueno@unixuser.org>
5195
5196 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
5197 (js-paren-indent-offset, js-square-indent-offset)
5198 (js-curly-indent-offset): Add :safe (Bug#12257).
5199
94e0e559
EC
52002012-08-22 Edward O'Connor <hober0@gmail.com>
5201
5202 * json.el (json-key-format): Add error properties.
5203 (json-encode-key): New function.
5204 (json-encode-hash-table, json-encode-alist, json-encode-plist):
5205 Use json-encode-key.
5206
da485f5e
GM
52072012-08-22 Glenn Morris <rgm@gnu.org>
5208
5209 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
5210 (cal-tex-leftday, cal-tex-rightday): Remove functions.
5211 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
5212 Update for above change.
5213
c6cc78b8
AS
52142012-08-21 Andreas Schwab <schwab@linux-m68k.org>
5215
5216 * cus-face.el (custom-face-attributes): Fix customize type for the
5217 :underline attribute. (Bug#11805)
5218
5481664a
MR
52192012-08-21 Martin Rudalics <rudalics@gmx.at>
5220
5221 * window.el (window-point-1, set-window-point-1): Remove.
5222 (window-in-direction, record-window-buffer)
5223 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
5224 (window--state-get-1, display-buffer-record-window):
5225 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
5226 window-point and set-window-point respectively.
5227
6d74698e
GM
52282012-08-21 Glenn Morris <rgm@gnu.org>
5229
b7fa2691
GM
5230 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
5231 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
5232 Use it.
5233
52f56d5a
GM
5234 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
5235 (cal-tex-shortday): New function.
5236 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
5237 (cal-tex-cursor-filofax-daily): Use the above.
5238
9f1ee09e
GM
5239 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
5240 New functions.
5241 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5242 (cal-tex-cursor-filofax-week): Use them.
5243
79858159
GM
5244 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
5245 New constants.
5246 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5247 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
5248
d346b2b4
GM
5249 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
5250 (cal-tex-end-document): Don't rely on buffer name.
5251
b2403709
GM
5252 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
5253 Use cal-tex-vspace.
5254 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
5255 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
5256 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
5257 Use cal-tex-arg.
b2403709 5258
1cebb5c0
GM
5259 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
5260 (cal-tex-cursor-week, cal-tex-cursor-week2)
5261 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
5262 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5263 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
5264 (cal-tex-insert-preamble, cal-tex-b-document)
5265 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
5266 Improve cal-tex-cmd usage.
5267
c68cd5d4
GM
5268 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
5269 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
5270 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
5271 (cal-tex-weekly-paper): New function.
5272 (cal-tex-cursor-week, cal-tex-cursor-week2)
5273 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5274 (cal-tex-cursor-day): Use it.
5275
9dca4801
GM
5276 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
5277 (cal-tex-cursor-filofax-week): Remove leading blank page.
5278
1941e134
GM
5279 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5280 Add autoload cookie. For now at least, don't use color, since
5281 no other cal-tex function does.
5282
6d74698e
GM
5283 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
5284 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5285 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
5286
64cde199
JL
52872012-08-21 Juri Linkov <juri@jurta.org>
5288
5289 * info.el (Info-file-attributes): New variable.
5290 (info-insert-file-contents): Add file attributes to
5291 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
5292 `Info-toc-nodes' when previous modtime of the Info file is less
5293 than new modtime.
5294 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
5295 of info.el. (Bug#12230)
5296
32757648
GM
52972012-08-20 Glenn Morris <rgm@gnu.org>
5298
5299 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5300 * calendar/holidays.el (calendar-holiday-list):
5301 Report errors with display-warning rather than beep'n'sleep.
5302
a32fbbcf
MA
53032012-08-20 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * net/tramp.el (tramp-accept-process-output): Accept only output
5306 from PROC. Otherwise, process filters and sentinels might be
5307 confused. (Bug#12145)
5308
a05731a0
CY
53092012-08-20 Chong Yidong <cyd@gnu.org>
5310
5311 * descr-text.el (describe-text-properties-1): Use overlays-in to
5312 report on empty overlays (Bug#3322).
5313
36e8d1eb
GM
53142012-08-20 Glenn Morris <rgm@gnu.org>
5315
3d300447
GM
5316 * mail/rmailout.el (rmail-output-read-file-name):
5317 Trap and report errors in rmail-output-file-alist elements.
5318
36e8d1eb
GM
5319 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5320 since most non-font-lock faces are not also variables).
5321
b96e5814
ER
53222012-08-20 Edward Reingold <reingold@iit.edu>
5323
5324 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5325 New function. (Bug12160)
5326
7cef3569
GM
53272012-08-19 Glenn Morris <rgm@gnu.org>
5328
5329 * mail/rmailout.el (rmail-output-read-file-name):
5330 Fix previous change (when the alist is nil or does not match).
5331
17975d7f
CY
53322012-08-19 Chong Yidong <cyd@gnu.org>
5333
5334 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5335 (Bug#12228).
5336
2170b1bd
CY
53372012-08-18 Chong Yidong <cyd@gnu.org>
5338
5339 * simple.el (yank-handled-properties): New defcustom.
5340 (yank-excluded-properties): Add font-lock-face and category.
5341 (yank): Doc fix.
5342
9fba804b
SM
5343 * subr.el (remove-yank-excluded-properties):
5344 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
5345 and category is now done this way, instead of being hard-coded.
5346 (insert-for-yank-1): Remove font-lock-face handling.
5347 (yank-handle-font-lock-face-property)
5348 (yank-handle-category-property): New function.
5349
ee218151
GM
53502012-08-17 Glenn Morris <rgm@gnu.org>
5351
5352 * mail/rmailout.el (rmail-output-read-file-name):
5353 Check rmail-output-file-alist against the full message body
5354 in the correct rmail buffer. (Bug#12214)
5355
4a6bc3fd
MA
53562012-08-17 Michael Albinus <michael.albinus@gmx.de>
5357
9fba804b
SM
5358 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5359 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 5360
383dcbf9
CY
53612012-08-17 Chong Yidong <cyd@gnu.org>
5362
5363 * mouse.el (mouse-appearance-menu): If x-select-font returns a
5364 font spec, set the font directly (Bug#3228).
5365
998c4a6a
MR
53662012-08-17 Martin Rudalics <rudalics@gmx.at>
5367
5368 * window.el (delete-window): Fix last fix.
5369
52162052
MR
53702012-08-16 Martin Rudalics <rudalics@gmx.at>
5371
5372 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
5373 (window-child, window-child-count, window-last-child)
5374 (window-normalize-window, window-combined-p)
5375 (window-combinations, window-atom-root, window-min-size)
5376 (window-sizable, window-sizable-p, window-size-fixed-p)
5377 (window-min-delta, window-max-delta, window--resizable)
5378 (window--resizable-p, window-resizable, window-total-size)
5379 (window-full-height-p, window-full-width-p, window-body-size)
5380 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5381 (minimize-window, window-deletable-p, delete-window)
5382 (delete-other-windows, set-window-buffer-start-and-point)
5383 (next-buffer, previous-buffer, split-window, balance-windows-2)
5384 (set-window-text-height, window-buffer-height)
5385 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
5386 (truncated-partial-width-window-p): Minor code adjustments.
5387 In doc-strings state whether the argument window has to denote a
85c2386b 5388 live, valid or any window.
52162052 5389
1c308380
PS
53902012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
5391
5392 * progmodes/subword.el (subword-forward-function)
5393 (subword-backward-function, subword-forward-regexp)
5394 (subword-backward-regexp): New variables.
5395 (subword-forward, subword-forward-internal, subword-backward-internal):
5396 Use new variables, eg so that different "word" definitions
5397 can be easily used. (Bug#11411)
5398
94c9ece1
SM
53992012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5402 for composite selectors.
5403 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5404 operation just because we can't find a previous revision.
5405
f2045622
CY
54062012-08-15 Chong Yidong <cyd@gnu.org>
5407
5408 * frame.el (set-frame-font): Accept font objects.
5409
582db660
SM
54102012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5413
2f29c200
WJ
54142012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5415
456e62c2
WJ
5416 * man.el (Man-overstrike-face, Man-underline-face)
5417 (Man-reverse-face): Remove variables.
5418 (Man-overstrike, Man-underline, Man-reverse): New faces.
5419 (Man-fontify-manpage): Use them instead of the variables.
5420 (Man-cleanup-manpage): Comment change.
5421 (Man-ansi-color-map): New variable.
5422 (Man-fontify-manpage): Use it.
5423 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5424
2f29c200
WJ
5425 Implement ANSI SGR parameters 22-27 (bug#12146).
5426 * ansi-color.el (ansi-colors): Doc fix.
5427 (ansi-color-context, ansi-color-context-region): Doc fix.
5428 (ansi-color--find-face): New function.
5429 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5430 Rename the local variable `face' to `codes' since it is now a list of
5431 ansi codes. Doc fix.
5432 (ansi-color-get-face): Remove.
5433 (ansi-color-parse-sequence): New function, derived from
5434 ansi-color-get-face.
5435 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5436 codes 22-27.
5437
b4f5e9df
SM
54382012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * subr.el (read-passwd): Allow use from a minibuffer.
5441
ba025fbd
EZ
54422012-08-14 Eli Zaretskii <eliz@gnu.org>
5443
5444 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5445 inside comments and strings as identifiers.
5446
5447 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5448 expression to evaluate. This allows to evaluate expressions with
5449 embedded whitespace.
5450 (gud-tooltip-tips): Add a blank before the newline in the
5451 message-box text, for the benefit of message-box emulation on
5452 MS-Windows.
5453
5454 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5455 messages from GDB, pop them up in a tooltip to give feedback to
5456 user.
b4f5e9df
SM
5457 (gdb-tooltip-print-1): Quote the expression to evaluate.
5458 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
5459 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5460 if the TTY name is nil or empty (which happens when communicating
5461 with the inferior via pipes, e.g. on MS-Windows).
5462 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5463 don't send that to the GUD buffer.
5464
c548f821
GM
54652012-08-14 Glenn Morris <rgm@gnu.org>
5466
5467 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5468 Optimize away setq-default with no args, as for setq. (Bug#12195)
5469
55802e4a
CY
54702012-08-14 Chong Yidong <cyd@gnu.org>
5471
4abcdac8
CY
5472 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5473
55802e4a
CY
5474 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5475 (Bug#12085).
5476
3c3cda1a
GM
54772012-08-14 Glenn Morris <rgm@gnu.org>
5478
5479 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5480
e1873bd0
MA
54812012-08-14 Michael Albinus <michael.albinus@gmx.de>
5482
5483 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5484 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5485 Use cached shell name.
5486
925411b4
FEG
54872012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5488
5489 * progmodes/python.el (python-shell-send-string):
3c3cda1a 5490 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 5491
e636fafe
DG
54922012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5493
5494 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5495 (ruby-percent-literal-beg-re): New constant.
5496 (ruby-syntax-general-delimiters-goto-beg): Rename to
5497 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5498 (ruby-syntax-propertize-general-delimiters): Rename to
5499 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5500 popular term. Adjust comments everywhere.
5501 (ruby-syntax-propertize-percent-literal): Only propertize when not
5502 inside a simple string or comment. When the literal is unclosed,
5503 leave the text after it unpropertized.
f063063a
DG
5504 (ruby-syntax-methods-before-regexp): New constant.
5505 (ruby-syntax-propertize-function): Use it to recognize regexps.
5506 Don't look at the text after regexp, just use the whitelist.
e636fafe 5507
e5b19827
AS
55082012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5509
5510 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5511 non-nil always load the compiled file if it exists. (Bug#12197)
5512
a9f6f311
CY
55132012-08-14 Chong Yidong <cyd@gnu.org>
5514
5515 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5516 (hi-lock-set-pattern): When deciding whether to use font lock or
5517 overlays, look at font-lock-mode instead of font-lock-fontified
5518 (Bug#12168).
5519 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5520 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5521
7d806b1e
DU
55222012-08-14 Daiki Ueno <ueno@unixuser.org>
5523
5524 * subr.el (internal--after-with-selected-window): Fix typo
5525 (Bug#12193).
5526
5beed586
FEG
55272012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5528
5529 Use `completion-table-dynamic' for completion functions.
5530 * progmodes/python.el
5531 (python-shell-completion--do-completion-at-point)
e636fafe
DG
5532 (python-shell-completion--get-completions):
5533 Remove functions.
5beed586
FEG
5534 (python-shell-completion-complete-at-point): New function.
5535 (python-completion-complete-at-point): Use it.
5536
92cb3b04
J
55372012-08-13 Jambunathan K <kjambunathan@gmail.com>
5538
5539 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5540 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5541
89660017
SM
55422012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5543
3c98c962
SM
5544 * subr.el (function-get): Refine `autoload' arg so it can also
5545 autoload functions for gv.el (bug#12191).
5546 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5547 autoloads macros.
5548
aa7c6dbe
SM
5549 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5550 Prefer pcase-let over destructuring-bind.
5551 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5552 Also, remove whitespace as we go, rather than after accumulating the
5553 various places.
5554
89660017
SM
5555 * subr.el (internal--before-with-selected-window)
5556 (internal--after-with-selected-window): Fix typo seleted->selected.
5557 (with-selected-window): Adjust callers.
5558 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5559
31cd32c9
BG
55602012-08-13 Bastien Guerry <bzg@gnu.org>
5561
0fcd3d9f 5562 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
5563 enhancement. (Bug#12172)
5564
1b15d8ad
AS
55652012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5566
31e54db0
AS
5567 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5568 type 1-6.
5569 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5570 extended headers.
5571
1b15d8ad
AS
5572 * files.el (hack-local-variables-filter): Remove useless eval.
5573
35cb9c06
MR
55742012-08-13 Martin Rudalics <rudalics@gmx.at>
5575
5576 * subr.el (with-selected-window): Fix last change.
5577
1439443b
SM
55782012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * subr.el (internal--before-with-seleted-window)
5581 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
5582 (with-selected-window): Use them, to replace dependency on
5583 tty-top-frame.
1439443b 5584
0d9e2599
NN
55852012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5586
5587 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5588 binding for `newline'.
5589 (ruby-move-to-block): When moving backward, stop at block opening,
5590 not indentation.
5591 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5592 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5593 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5594 `ruby-toggle-block'.
5595
ba10c48c
SM
55962012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * ibuffer.el (ibuffer-do-toggle-read-only):
5599 * dired.el (dired-toggle-read-only):
5600 * buff-menu.el (Buffer-menu-toggle-read-only):
5601 * bindings.el (mode-line-toggle-read-only):
5602 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5603
9229c658
AS
56042012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5605
5606 * descr-text.el (describe-char): Put the overlays over the
5607 "displayed as" character.
5608
0fd09128
JB
56092012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5610
5611 * calc/calc-units.el (math-default-units-table): Give an
5612 initial value.
5613 (math-put-default-units): Add options to put composite units and
5614 unit systems in the default units table.
5615 (calc-convert-units): Send composite units to
5616 `math-put-default-units' when appropriate.
5617
9ff9402d 56182012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 5619
fbb5e336
GM
5620 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5621
7aacaf15
GM
5622 * tutorial.el (help-with-tutorial):
5623 * emacs-lisp/copyright.el (copyright-update-directory):
5624 * emacs-lisp/autoload.el (autoload-find-generated-file)
5625 (autoload-find-file): Disable local eval: (for insurance).
5626
f40b9f10
GM
5627 * files.el (hack-local-variables-filter): If an eval: form is not
5628 known to be safe, and enable-local-variables is :safe, then ignore
5629 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 5630 This is CVE-2012-3479.
f40b9f10 5631
daa9f1a6
SM
56322012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5635 (rx-form): Simplify.
5636
9cd80478
DG
56372012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5638
0d9e2599
NN
5639 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5640 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5641 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5642 (ruby-syntax-propertize-function): Adjust for changes in
5643 `ruby-syntax-propertize-heredoc'.
5644
56452012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5646
9cd80478
DG
5647 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5648 binding (use `M-;' instead).
9cd80478 5649 (ruby-singleton-class-p): New function.
0d9e2599 5650 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 5651
d301b413
SM
56522012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5655
1530c98e
CY
56562012-08-10 Chong Yidong <cyd@gnu.org>
5657
5658 * progmodes/python.el (python-shell-get-process-name): Don't mess
5659 with same-window-buffer-names.
5660
5661 * eshell/eshell.el (eshell-add-to-window-buffer-names)
5662 (eshell-remove-from-window-buffer-names): Make obsolete.
5663 (eshell-buffer-name, eshell-unload-hook): Don't use them.
5664 (eshell): Just use pop-to-buffer-same-window instead.
5665
e1293765
CY
56662012-08-10 Chong Yidong <cyd@gnu.org>
5667
5668 * bindings.el: Bind M-= back to count-words-region.
5669
5670 * simple.el (count-words-region): Accept a prefix arg for acting
5671 on the entire buffer.
5672 (count-words--buffer-message): New helper function.
5673
e1894109
SM
56742012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5677 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5678 (event-start, event-end): Use posn-at-point to return a more
5679 informative posn.
5680 (posnp): New function.
5681 * mouse.el (popup-menu-normalize-position): Use it.
5682
c69f56a2
MY
56832012-08-10 Masatake YAMATO <yamato@redhat.com>
5684
5685 * mouse.el (popup-menu-normalize-position): New function.
5686 (popup-menu): Use `popup-menu-normalize-position' to normalize
5687 the form for POSITION argument.
5688
5689 * term/x-win.el (x-menu-bar-open):
5690 Use the value returend from (posn-at-point) as position
5691 passed to `popup-menu'.
5692
31673780
JB
56932012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5694
5695 * calc/calccomp.el (math-compose-expr): Add extra argument
5696 indicating that parentheses should be put around products in
5697 denominators. Give multiplication precedence over division during
5698 composition.
5699
dab7711b
CY
57002012-08-09 Chong Yidong <cyd@gnu.org>
5701
dee4ef93
CY
5702 * man.el (Man-switches, Man-sed-command, Man-awk-command)
5703 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5704 (Man-untabify-command, manual-program): Convert to defcustom
5705 (Bug#10429).
5706
73e2bbc5
CY
5707 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5708
3e861c8a
CY
5709 * descr-text.el (describe-char): Don't insert extra newlines
5710 (Bug#10127).
5711
a9f5a649
CY
5712 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5713 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5714
dab7711b
CY
5715 * align.el (align-region): Delete temporary markers (Bug#10047).
5716 Plus some code cleanups.
5717
e0cc4efa
FEG
57182012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5719
5720 * progmodes/python.el (python-pdbtrack-tracked-buffer)
5721 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5722 (python-shell-internal-last-output): Use make-local-variable
5723 instead of make-variable-buffer-local.
5724
489af14f
FEG
57252012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5726
5727 * progmodes/python.el: Enhancements to forward-sexp.
5728 (python-nav-forward-sexp): Rename from
5729 python-nav-forward-sexp-function.
c69f56a2
MY
5730 (python-nav--forward-sexp, python-nav--backward-sexp):
5731 New functions.
489af14f 5732
0fc50303
JB
57332012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5734
5735 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5736 modes and simplification modes.
5737
5d65606a
SM
57382012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * delsel.el (delete-selection-pre-hook): Don't propagate the
5741 file-supersession signals (bug#12161).
5742
4250fdf5
SM
57432012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5746 (cl-map-extents): Add compatibility aliases (bug#12135).
5747
d9f9b465
MA
57482012-08-08 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5751 tests by `ignore-error'.
5752 (tramp-find-shell): Open also a new shell, when cache is already
5753 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
5754
ce0fcefa
JL
57552012-08-08 Juri Linkov <juri@jurta.org>
5756
5757 * bookmark.el: Add `defaults' property to the bookmark record.
5758 (bookmark-current-buffer): Doc fix.
5759 (bookmark-make-record): Add `defaults' property with default values
5760 to the bookmark record.
5761 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5762 with `bookmark-insert-current-bookmark'.
5763 (bookmark-set): Get `defaults' property from the bookmark record
5764 and use it in `read-from-minibuffer'.
5765 (bookmark-insert-current-bookmark): Remove function.
5766
5767 * info.el (Info-bookmark-make-record): Add `defaults' property
5768 with values of canonical Info node name, the current Info file
5769 name and the current Info node name. (Bug#12107)
5770
53fa8652
JL
57712012-08-08 Juri Linkov <juri@jurta.org>
5772
5773 * files.el (basic-save-buffer): Use `buffer-name' as the default
5774 of `read-file-name' when buffer is not visiting a file (bug#12128).
5775
242c0a95
JL
57762012-08-08 Juri Linkov <juri@jurta.org>
5777
5778 * info.el (Info-isearch-search): Doc fix.
5779 (Info-search): Change search-failed message from "initial node" to
5780 "end of node" (bug#12078).
5781 (Info-isearch-search): Change `isearch-string-state' to
5782 `isearch--state-string'.
5783
32ac3a6b
GM
57842012-08-08 Glenn Morris <rgm@gnu.org>
5785
5786 * language/persian.el: Remove file.
f8c1afd5 5787 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
5788 * loadup.el: Remove language/persian.
5789
2c2d9c9c
OF
57902012-08-08 Óscar Fuentes <ofv@wanadoo.es>
5791
5792 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5793
2d79ec42
FEG
57942012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
5795
5796 * progmodes/python.el Fixed defsubst warning.
5797 (python-syntax-context) Rename from python-info-ppss-context.
5798 (python-syntax-context-type): Rename from
5799 python-info-ppss-context-type.
5800 (python-syntax-comment-or-string-p): Rename from
5801 python-info-ppss-comment-or-string-p.
5802
2bd255dd
JB
58032012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5804
5805 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5806
c395097f
AS
58072012-08-07 Andreas Schwab <schwab@linux-m68k.org>
5808
6125983e
AS
5809 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5810 a defcustom that is quoted with backquote.
5811
4250fdf5
SM
5812 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5813 Fix handling of interactive spec when the body uses return.
651eaf36
AS
5814 (math-do-arg-check, math-define-function-body): Use backquote forms.
5815 * calc/calc-ext.el (math-defcache): Likewise.
5816 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5817 * allout.el (allout-new-exposure): Likewise.
5818 * calc/calcalg2.el (math-tracing-integral): Likewise.
5819 * info.el (Info-last-menu-item): Likewise.
5820 * emulation/vip.el (vip-loop): Likewise.
5821 * textmodes/artist.el (artist-funcall): Likewise.
5822 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5823 Construct menu-item directly.
5824
4250fdf5
SM
5825 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5826 Don't declare.
c395097f 5827
5fb50dd3
CY
58282012-08-07 Chong Yidong <cyd@gnu.org>
5829
5830 * simple.el (deactivate-mark): Preserve text properties when
5831 saving the primary selection (Bug#8384).
5832
54eea618
KR
58332012-08-07 Kevin Ryde <user42@zip.com.au>
5834
5835 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5836 (woman-parse-numeric-value): On a bad .IP line, issue a warning
5837 and continue processing (Bug#12110).
5838
638eaeb9
SM
58392012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5842 syntax-propertize-function (bug#10095).
5843
ea376861
SM
58442012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5845
f91b35be
SM
5846 * help-fns.el (help-fns--key-bindings, help-fns--signature)
5847 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5848 describe-function-1.
5849 (describe-function-1): Use them. Move compiler macro after sig.
5850 (help-fns--compiler-macro): Use function-get. Assume we're already in
5851 standard-output. Adjust layout to new call order.
5852
ea376861
SM
5853 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5854 re-binding a symbol that has a symbol-macro (bug#12119).
5855
d5be7bd0
MB
58562012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
5857
5858 * language/persian.el: New file. (Bug#11812)
5859 * loadup.el: Add language/persian.el.
5860
90749b53
CY
58612012-08-06 Chong Yidong <cyd@gnu.org>
5862
5863 * window.el (window--maybe-raise-frame): New function.
5864 (window--display-buffer): Split off from here.
5865 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5866 (display-buffer-pop-up-window, display-buffer-use-some-window):
5867 Obey an inhibit-switch-frame action alist entry.
5868 (display-buffer): Update doc.
5869
5870 * replace.el (occur-after-change-function): Avoid losing focus by
5871 using the inhibit-switch-frame display parameter (Bug#12139).
5872
ba7b0154
FEG
58732012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
5874
5875 Make internal shell process buffer names start with space.
5876 * progmodes/python.el (python-shell-make-comint): Add optional
5877 argument INTERNAL.
5878 (run-python-internal): Use it.
5879 (python-shell-internal-get-or-create-process): Check for new
5880 internal buffer names.
5881
5eaeacb5
GM
58822012-08-06 Glenn Morris <rgm@gnu.org>
5883
e296d94b 5884 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
5885 Do less getting and setting of environment variables.
5886
b7ccbdc2
CY
58872012-08-05 Chong Yidong <cyd@gnu.org>
5888
777fe95e
CY
5889 * proced.el (proced): Add substitution string to docstring to
5890 trigger autoloading of the proced library on C-h f (Bug#1768).
5891
4250fdf5
SM
5892 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5893 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
5894
5895 * imenu.el (imenu-generic-expression): Move documentation here
5896 from imenu--generic-function.
5897 (imenu--generic-function): Refer to imenu-generic-expression.
5898
9e3b7800 58992012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
5900
5901 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5902 indentation declaration.
5903 (viper-loop): Add indentation declaration (Bug#7025).
5904
e5d9c0d1
CY
59052012-08-05 Chong Yidong <cyd@gnu.org>
5906
f0422feb
CY
5907 * help-fns.el (describe-variable): Add hyperlink for
5908 directory-local variables files. Improve buffer-local and
5909 permanent-local reporting; suggested by MON KEY (Bug#6644).
5910
5911 * help-mode.el (help-dir-local-var-def): New button type.
5912
e5d9c0d1
CY
5913 * files.el (kill-buffer-hook): Provide a defvar.
5914
a4f2deaa
GM
59152012-08-05 Glenn Morris <rgm@gnu.org>
5916
5917 * eshell/esh-ext.el (eshell/addpath):
5918 Also update eshell-path-env. (Bug#12013)
5919
a9dd5754
CY
59202012-08-05 Chong Yidong <cyd@gnu.org>
5921
a4f2deaa 5922 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 5923
d014c740
CY
5924 * fringe.el (fringe-styles): Add docstring.
5925 (fringe--check-mode): New function.
5926 (set-fringe-mode, set-fringe-style): Use it.
5927 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5928
a9dd5754
CY
5929 * files.el (set-auto-mode): Fix invalid setq call.
5930
7c2dc8bd
SM
59312012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * isearch.el: Misc simplification; use defstruct.
5934 (isearch-mode-map): Dense maps now work like sparse ones.
5935 (isearch--state): New defstruct.
5936 (isearch-string-state, isearch-message-state, isearch-point-state)
5937 (isearch-success-state, isearch-forward-state)
5938 (isearch-other-end-state, isearch-word-state, isearch-error-state)
5939 (isearch-wrapped-state, isearch-barrier-state)
5940 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5941 replaced by defstruct's accessors.
5942 (isearch--set-state): Rename from isearch-top-state and change
5943 calling convention.
5944 (isearch-push-state): Use new isearch--get-state.
5945 (isearch-toggle-word): Disable regexp when enabling word.
5946 (isearch-message-prefix): Remove unused arg _c-q-hack.
5947 (isearch-message-suffix): Remove unused arg _ellipsis.
5948
7fcc0070
AS
59492012-08-04 Andreas Schwab <schwab@linux-m68k.org>
5950
5951 * simple.el (list-processes--refresh): For a server use :host or
5952 :local as the address.
97ad0769 5953 (list-processes): Doc fix.
7fcc0070 5954
a11035b8 59552012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
5956
5957 * lisp/mpc.el: Support password in host argument.
5958 (mpc--proc-connect): Parse and use new password element.
5959 Set mpc-proc variable instead of returning process.
5960 (mpc-proc): Adjust accordingly.
5961
6dad7178
EZ
59622012-08-03 Eli Zaretskii <eliz@gnu.org>
5963
18949c2f
EZ
5964 * whitespace.el (whitespace-display-mappings): Use Unicode
5965 codepoints, instead of emacs-mule codepoints. See
5966 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5967 for the details.
5968
6dad7178
EZ
5969 * files.el (file-truename): Don't skip symlink-chasing part on
5970 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
5971 Windows into the loop that recursively chases symlinks.
5972 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
5973 MS-DOS.
5974
385b0198
CY
59752012-08-03 Chong Yidong <cyd@gnu.org>
5976
6200f3c4
CY
5977 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5978
385b0198
CY
5979 * sort.el (sort-regexp-fields): Doc fix.
5980
b9e74744
TH
59812012-08-03 Tassilo Horn <tsdh@gnu.org>
5982
5983 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5984 labels regex position point at the expected place.
5985
41013cb4
MK
59862012-08-03 MON KEY <monkey@sandpframing.com>
5987
5988 * net/imap.el (imap-interactive-login, imap-authenticate)
5989 (imap-mailbox-lsub, imap-mailbox-list)
5990 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5991 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5992 (imap-parse-response): Doc fix.
5993
0ffee616
JT
59942012-08-03 João Távora <joaotavora@gmail.com>
5995
5996 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5997 if sexp scanning does not move point (Bug#5734).
5998
cfcc9cc8
TH
59992012-08-02 Tassilo Horn <tsdh@gnu.org>
6000
6001 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6002 Add listings, minted, and ctable packages.
6003 (reftex-label-alist-builtin): Move listings, minted, and ctable
6004 entries before LaTeX.
a01bbb84 6005 (reftex-label-alist): Docfix.
cfcc9cc8 6006
66ec2442
BG
60072012-08-02 Bastien Guerry <bzg@gnu.org>
6008
6009 * replace.el (occur): Fix docstring (bug#12122).
6010
837b365b
GM
60112012-08-02 Glenn Morris <rgm@gnu.org>
6012
6013 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6014
e098de97
PE
60152012-08-02 Paul Eggert <eggert@cs.ucla.edu>
6016
6017 Obsolete alias inactivate-current-input-method-function (Bug#10150).
6018 * international/mule-cmds.el: Create
6019 inactivate-current-input-method-function as an obsolete alias for
6020 deactivate-current-input-method-function. See Katsumi Yamaoka in
6021 <http://bugs.gnu.org/10150#46>.
6022
a0f95636
JB
60232012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6024
6025 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6026 of nested `if's.
6027
0d26d7c4
GM
60282012-08-01 Glenn Morris <rgm@gnu.org>
6029
6030 * progmodes/autoconf.el (autoconf-definition-regexp):
6031 Add AH_TEMPLATE, adjust submatch numbering.
6032 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
6033 (autoconf-current-defun-function): Update for above change.
6034 (autoconf-current-defun-function): First skip to end of current word.
6035
b686ba06
RS
60362012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
6037
6038 * calendar/cal-html.el (cal-html-insert-agenda-days):
6039 Fix typo. (Bug#12018)
6040
0d49da68
FEG
60412012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6042
6043 Shell processes: enhancements to startup and CEDET compatibility.
6044 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
6045 (python-shell-make-comint): accept-process-output at startup.
6046 (run-python-internal): Set inferior-python-mode-hook to nil.
6047 (python-shell-internal-get-or-create-process): call sit-for.
6048 (python-preoutput-result): Add obsolete alias.
6049 (python-shell-internal-send-string): Use it.
6050 (python-shell-send-setup-code): Remove call to
6051 accept-process-output.
6052
f1a71c6e
AS
60532012-07-31 Andreas Schwab <schwab@linux-m68k.org>
6054
6055 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
6056 (Bug#12108)
6057
d2605269
JB
60582012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
6059
6060 * calc-mode.el (calc-basic-simplification-mode): Rename from
6061 `calc-limited-simplification-mode'.
6062 (calc-alg-simplification-mode): New function.
fc0c31f8 6063 (calc-set-simplify-mode): Adjust message.
f1a71c6e 6064
d2605269
JB
6065 * calc.el (calc-set-mode-line): Adjust mode line display for
6066 basic simplification mode.
6067
6068 * calc-help.el (calc-m-prefix-help): Update help message.
6069
6070 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
6071 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
6072
a3827a43
BG
60732012-07-31 Bastien Guerry <bzg@gnu.org>
6074
6075 * man.el (man): Fix comment. (bug#12101)
6076
502e3f89
MR
60772012-07-31 Martin Rudalics <rudalics@gmx.at>
6078
6079 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6080 Don't return a non-nil value when no suitable buffer was found.
6081
d7714961
FEG
60822012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6083
6084 * progmodes/python.el (run-python-internal): Disable font lock for
6085 internal shells.
6086
1f45e27e
SM
60872012-07-30 Stefan Merten <smerten@oekonux.de>
6088
70efc5c9 6089 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
6090 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6091 (rst-official-version, rst-official-cvs-rev)
6092 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
6093 (rst-mode-map): New key binding.
6094
0aee6912
PE
60952012-07-30 Paul Eggert <eggert@cs.ucla.edu>
6096
6097 Update .PHONY listings in makefiles.
6098 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
6099 autoloads, update-subdirs, updates, bzr-update, update-authors,
6100 compile-onefile, compile-calc, backup-compiled-files,
6101 compile-after-backup, compile-one-process, mh-autoloads,
6102 bootstrap-clean, distclean, maintainer-clean.
6103
9052f9f0
JB
61042012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6105
1823ac5a
JB
6106 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
6107 (calc-set-mode-line): Don't display "AlgSimp ".
6108
6109 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
6110 (calc-lim-simplify-mode): New function.
6111 (calc-set-simplify-mode): Default to 'alg.
6112 (calc-default-simplify-mode): Make algebraic simplifications
6113 the default.
6114
6115 * calc/calc-ext.el (calc-init-extensions): Remove binding for
6116 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
6117
8d7c7eed 6118 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
6119 indicate new simplification modes.
6120
1823ac5a
JB
6121 * calc/README: Mention new default simplification mode.
6122
9052f9f0
JB
6123 * calc/calc.el (math-normalize-error): New variable.
6124 (math-normalize): Set `math-normalize-error' to t
6125 when there's an error.
6126
6127 * calc/calc-alg.el (math-simplify): Don't simplify when
6128 `math-normalize' returns an error.
6129
20ba0cb4
EZ
61302012-07-29 Eli Zaretskii <eliz@gnu.org>
6131
6132 * international/mule-cmds.el (set-locale-environment): Revert last
6133 change, since display-graphic-p returns nil when this function is
6134 called during startup. Instead...
6135
6136 * term/w32console.el (terminal-init-w32console): ...setup the
6137 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
6138
a5dcc929
JL
61392012-07-29 Juri Linkov <juri@jurta.org>
6140
6141 * simple.el (goto-line): Don't display default line number in the
6142 prompt because it should be displayed by `read-number' (bug#9952).
6143 Add the current line number to the defaults of `goto-line' to
6144 allow its easier modification by users with `M-n' (bug#9201).
6145
6146 * subr.el (read-number): Support multiple default values like in
6147 other minibuffer reading functions. Replace `read' with
6148 `string-to-number' for consistency with `number-to-string'.
6149
72b255c7
PE
61502012-07-29 Paul Eggert <eggert@cs.ucla.edu>
6151
6152 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
6153 * emulation/viper-init.el (viper-deactivate-input-method-action):
6154 Rename from viper-inactivate-input-method-action.
6155 (viper-deactivate-input-method):
6156 Rename from viper-inactivate-input-method.
6157 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
6158 * international/mule-cmds.el (deactivate-input-method):
6159 Rename from inactivate-input-method.
6160 Also run input-method-deactivate-hook.
6161 (deactivate-current-input-method-function):
6162 Rename from inactivate-current-input-method-function.
6163 (input-method-deactivate-hook): New hook.
6164 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
6165 (inactivate-input-method): Mark obsolete.
6166
72b255c7
PE
6167 * international/quail.el (quail-activate):
6168 Also run quail-deactivate-hook.
6169 (quail-deactivate): Rename from quail-inactivate.
6170 * international/robin.el (robin-activate):
6171 Also run robin-deactivate-hook.
6172 (robin-deactivate): Rename from robin-inactivate.
6173
2549c068
CY
61742012-07-29 Chong Yidong <cyd@gnu.org>
6175
6176 * simple.el (indicate-copied-region): New function.
6177 (kill-ring-save): Split off from here.
6178
6179 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
6180 (kill-rectangle): Set deactivate-mark to t on read-only error.
6181
6182 * register.el (copy-to-register, copy-rectangle-to-register):
6183 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
6184 (append-to-register, prepend-to-register): Call indicate-copied-region.
6185
61862012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
6187
6188 * simple.el (async-shell-command-buffer): New defcustom.
6189 (shell-command): Use it. (Bug#4719)
6190
01bd1b0d
EZ
61912012-07-28 Eli Zaretskii <eliz@gnu.org>
6192
6193 * international/mule-cmds.el (set-locale-environment): In a
6194 console session on MS-Windows, set up keyboard and terminal
6195 encoding from the OEM codepage, not the ANSI codepage.
6196 (Bug#12055)
6197
a55739d3
CY
61982012-07-28 Chong Yidong <cyd@gnu.org>
6199
6200 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
6201 gdb-get-location.
6202
0e1a094f 62032012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
6204
6205 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
6206 the alist (bug#12029).
6207
20329d73
EZ
62082012-07-28 Eli Zaretskii <eliz@gnu.org>
6209
6210 * makefile.w32-in (custom-deps, finder-data, updates, compile)
6211 (compile-always, compile-first)
6212 ($(lisp)/calendar/cal-loaddefs.el)
6213 ($(lisp)/calendar/diary-loaddefs.el)
6214 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6215 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
6216 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
6217 instead of on update-subdirs.
6218 (bootstrap-clean): Delete $(lisp)/subdirs.el.
6219
345a2258
CY
62202012-07-28 Chong Yidong <cyd@gnu.org>
6221
1eee6341
CY
6222 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
6223 directory if vc-deduce-backend returns nil (Bug#7350).
6224
345a2258
CY
6225 * simple.el (delete-trailing-lines): New option.
6226 (delete-trailing-whitespace): Obey it (Bug#11879).
6227
049a0936
DE
62282012-07-28 David Engster <deng@randomsample.de>
6229
6230 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
6231 Explanation of new 'symbol-qnames feature in doc-strings.
6232 (xml-maybe-do-ns): Return expanded names as plain symbols if
6233 'symbol-qnames was provided in XML-NS argument (Bug#11916).
6234 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
6235
aa81af71
FEG
62362012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6237
6238 Consistent completion in inferior python with emacs -nw.
6239 * progmodes/python.el (inferior-python-mode): replace "<tab>"
6240 binding in inferior-python-mode-map with "\t".
6241 (python-shell-completion-complete-at-point)
6242 (python-completion-complete-at-point): Remove interactive spec.
6243
e827b1eb
JB
62442012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6245
6246 * calc/calccomp.el (math-compose-expr): Undo previous change.
6247
a90dfb95
FEG
62482012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6249
4250fdf5 6250 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
6251 run-python.
6252 (python-shell-make-comint): Fix pop-to-buffer call.
6253 (run-python): Autoload. New arg SHOW.
6254 (python-shell-get-or-create-process): Do not pop python process
6255 buffer.
6256
32770973 62572012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
6258
6259 * notifications.el (notifications-on-action-signal)
6260 (notifications-on-closed-signal): Use also the bus address for the map.
6261 (notifications-notify, notifications-close-notification)
fc0c31f8 6262 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 6263
86332df2
TH
62642012-07-27 Tassilo Horn <tsdh@gnu.org>
6265
4250fdf5
SM
6266 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6267 Add support for the lstlisting and minted environments, and for the
86332df2
TH
6268 ctable macro.
6269 * textmodes/reftex.el (reftex-compile-variables): Also recognize
6270 labels written in keyvals syntax.
6271
ca1302a4
JB
62722012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6273
6274 * calc/calccomp.el (math-compose-expr): Use parentheses when
6275 there is a product in the denominator of a fraction.
6276
f8b91036
EZ
62772012-07-26 Eli Zaretskii <eliz@gnu.org>
6278
6279 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6280 ($(lisp)/calendar/diary-loaddefs.el)
6281 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
6282 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
6283 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
6284 rewritten while the autoload files are built at the same time,
6285 which needs to load subdirs.el.
6286
c8e5a42c
MR
62872012-07-26 Martin Rudalics <rudalics@gmx.at>
6288
6289 * mouse.el (popup-menu): Fix doc-string and re-indent code.
6290 (mouse-drag-line): Don't exit tracking when a switch-frame or
6291 switch-window event occurs (Bug#12006).
6292
670d85ea
SM
62932012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * mouse.el (popup-menu): Fix last change.
6296
7abaf5cc
SM
62972012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 Autoload from Lisp with more care. Follow aliases when looking for
6300 function properties.
6301 * subr.el (autoloadp): New function.
6302 (symbol-file): Use it.
6303 (function-get): New function.
6304 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6305 autoload-do-load.
6306 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6307 (lisp-indent-function):
6308 * emacs-lisp/gv.el (gv-get):
6309 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6310 * emacs-lisp/byte-opt.el (byte-optimize-form):
6311 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6312 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6313 Use function-get.
6314 * emacs-lisp/cl.el: Don't propagate function properties any more.
6315
6316 * speedbar.el (speedbar-add-localized-speedbar-support):
6317 * emacs-lisp/disass.el (disassemble-internal):
6318 * desktop.el (desktop-load-file):
6319 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6320 (describe-function-1):
6321 * emacs-lisp/find-func.el (find-function-noselect):
6322 * emacs-lisp/elp.el (elp-instrument-function):
6323 * emacs-lisp/advice.el (ad-has-proper-definition):
6324 * apropos.el (apropos-safe-documentation, apropos-macrop):
6325 * emacs-lisp/debug.el (debug-on-entry):
6326 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6327 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6328 * calc/calc.el (name): Use autoloadp & autoload-do-load.
6329
b1364986
AA
63302012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
6331
6332 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6333 function, not an obsolete variable (Bug#12046).
6334
67ada220
AS
63352012-07-25 Andreas Schwab <schwab@linux-m68k.org>
6336
6337 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
6338
f08088e3
CS
63392012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
6340
6341 * emacs-lisp/pp.el (pp-display-expression): Select old selected
6342 window only if it is still live (Bug#12034).
6343
8137e7b3
MR
63442012-07-25 Martin Rudalics <rudalics@gmx.at>
6345
6346 * subr.el (redirect-frame-focus): Add advertised calling
6347 convention (Bug#12030).
6348
09ae5da1
PE
63492012-07-25 Paul Eggert <eggert@cs.ucla.edu>
6350
6351 Prefer typical American spelling for "acknowledgment".
6352 * vc/add-log.el (change-log-acknowledgment): Rename from
6353 change-log-acknowledgement, with an alias for the old name.
6354
3cc5a3a8
JB
63552012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
6356
6357 * calc-alg.el (math-simplify-divide): Don't cross multiply
6358 in an equation when the lhs is a variable.
6359
b7af7f62
JD
63602012-07-24 Julien Danjou <julien@danjou.info>
6361
6362 * net/netrc.el (netrc-find-service-number, netrc-store-data):
6363 Remove, unused.
6364
ec1b09b1
EZ
63652012-07-23 Eli Zaretskii <eliz@gnu.org>
6366
6367 * startup.el (command-line): Don't display an empty user name in
6368 the error message about non-existent home directory, when
6369 init-file-user was set to an empty string. See
6370 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6371 for the details and context.
6372
b525fd8a
VB
63732012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
6374
6375 * ses.el (ses-cell-formula-aset): New macro.
6376 (ses-cell-references-aset): New macro.
6377 (ses-cell-p): New function.
6378 (ses-rename-cell): Do no longer rely on complex operations like
6379 ses-cell-set-formula or ses-set-cell to change the cell and handle
6380 the undo at the same time, but rather use lower level new macros
6381 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 6382 the undo directly. Refresh the mode line.
b525fd8a 6383
2c73e345
LL
63842012-07-21 Leo Liu <sdl.web@gmail.com>
6385
670d85ea
SM
6386 * progmodes/cc-cmds.el (c-defun-name):
6387 Use match-string-no-properties instead for consistency.
2c73e345 6388
542dfbde
LL
63892012-07-20 Leo Liu <sdl.web@gmail.com>
6390
3646bcd6
LL
6391 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6392 (Bug#7879)
6393
542dfbde
LL
6394 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6395
25721031
CY
63962012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6399 * progmodes/bug-reference.el, misearch.el: Provide themselves
6400 (bug#11915).
6401
6402 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6403 of narrowed buffer (bug#11966).
6404
316e68a7
VB
64052012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6406
6407 * ses.el (ses-rename-cell): Set new name also in reference list of
6408 cells of which the renamed cell depends.
6409
bbf0e7d9
MY
64102012-07-20 Masatake YAMATO <yamato@redhat.com>
6411
6412 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6413 to check whether menu-bar is shown or not. If not shown,
6414 show the menu-bar as a popup menu instead of using tmm.
6415 * mouse.el (popup-menu): Accept `point' as `position' argument.
6416
c28662a8
DG
64172012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6418
6419 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6420 up inside string symbol literal (bug#11923).
6421
87ab808f
EZ
64222012-07-20 Eli Zaretskii <eliz@gnu.org>
6423
6424 * startup.el (fancy-startup-text): Read the whole tutorial, not
6425 just its first 256 bytes. Prevents gibberish in display of the
6426 tutorial title.
6427
89dea803
DA
64282012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6429
6430 Drop idle buffer compaction due to an absence of the
6431 proved efficiency.
6432 * compact.el: Remove.
6433
8a4e6db8
SS
64342012-07-19 Sam Steingold <sds@gnu.org>
6435
6436 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6437 vc-bzr-pull & vc-bzr-merge-branch.
6438 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6439 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6440 for consistency with compilation-error-regexp-alist.
6441 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6442 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6443 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6444 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6445
5db81e33
SM
64462012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * emacs-lisp/chart.el: Use lexical-binding.
6449 (chart-emacs-storage): Don't hardcode the list of entries.
6450
5b835e1d
DA
64512012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6452
6453 Next round of tweaks caused by Fgarbage_collect changes.
6454 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6455
9cd47b72
DA
64562012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6457
6458 Compact buffers when idle.
6459 * compact.el: New file.
6460
1d6fc0df
SM
64612012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * subr.el (eventp): Presume that if it looks vaguely like an event,
6464 it's an event (bug#10190).
6465
1d29cc7d
FEG
64662012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6467
6468 Enhancements to ppss related code (thanks Stefan).
6469 * progmodes/python.el (python-indent-context)
6470 (python-indent-calculate-indentation, python-indent-dedent-line)
6471 (python-indent-electric-colon, python-nav-forward-block)
6472 (python-mode-abbrev-table)
1d6fc0df 6473 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
6474 for ppss context.
6475 (python-info-continuation-line-p): Cleanup.
6476 (python-info-ppss-context): Do not catch 'quote.
6477 (python-info-ppss-context-type)
6478 (python-info-ppss-comment-or-string-p): Simplify.
6479
d583cbe6
FEG
64802012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6481
6482 * progmodes/python.el: Enhancements to eldoc support.
6483 (python-info-current-symbol): New function.
6484 (python-eldoc-at-point): Use python-info-current-symbol.
6485 (python-info-current-defun): Fix cornercase on first defun scan.
6486 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6487 and signal error when no inferior python process is available.
6488
eceb6feb
DG
64892012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6490
6491 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6492 assume it's always t.
6493 (vc-git-registered): Remove caching, the function is only called
6494 once.
6495 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6496
4c8ff0fe
CY
64972012-07-18 Chong Yidong <cyd@gnu.org>
6498
19fb7186
CY
6499 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6500
9587c688
CY
6501 * simple.el (count-words): Report on narrowing (Bug#9959).
6502
0fe776a1
CY
6503 * bindings.el: Bind M-= to count-words.
6504
4c8ff0fe
CY
6505 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6506
7f5331cc
MY
65072012-07-18 Masatake YAMATO <yamato@redhat.com>
6508
6509 * progmodes/sh-script.el (sh-imenu-generic-expression):
6510 Capture a function with `function' keyword and without parentheses
6511 like "function FOO" (bug#11856).
6512
2dc2a609
TH
65132012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6514
6515 * window.el (split-window-sensibly): Make WINDOW argument
6516 optional.
6517
439f7677
CY
65182012-07-18 Chong Yidong <cyd@gnu.org>
6519
9aeb25a6
CY
6520 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6521
439f7677
CY
6522 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6523 and make C-x 8 RET exit isearch (Bug#11439).
6524
6525 * international/iso-transl.el: Move isearch-mode-map key
6526 definitions to isearch.el.
6527
12999ea8
SM
65282012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6531 (eieio-defclass): Use gv-define-setter when possible.
6532
3ab6e069
DA
65332012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6534
6535 Reflect recent changes in Fgarbage_collect.
6536 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6537 reflect new format of data returned by Fgarbage_collect.
6538
0a60bc10
FEG
65392012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6540
6541 New utility functions + python-info-ppss-context fix (Bug#11910).
6542 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6543 (python-info-ppss-comment-or-string-p): New functions.
6544 (python-info-ppss-context): Small fix for string check.
6545
6dafa0d5
JL
65462012-07-17 Juri Linkov <juri@jurta.org>
6547
6548 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6549 (dired-do-async-shell-command): Don't add `*' at the end of the
6550 command (Bug#11815).
6551 (dired-do-shell-command): Doc fix.
6552 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6553 Join the individual commands using either "&" or ";" as the
6554 separator depending on the values of these trailing characters.
6555 At the end re-add the trailing "&". (Bug#10598)
6556
6557 * simple.el (async-shell-command): Sync the interactive spec with
6558 `shell-command'. Doc fix.
6559 (shell-command): Doc fix.
6560
b19dd9d1
JL
65612012-07-17 Juri Linkov <juri@jurta.org>
6562
6563 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6564
bcdc27d7 65652012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 6566
bcdc27d7 6567 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
6568 * progmodes/python.el (python-nav-beginning-of-statement):
6569 Rename from python-nav-statement-start.
bcdc27d7
FEG
6570 (python-nav-end-of-statement): Rename from
6571 python-nav-statement-end.
6572 (python-nav-beginning-of-block): Rename from
6573 python-nav-block-start.
6574 (python-nav-end-of-block): Rename from python-nav-block-end.
6575
191da00e
FEG
65762012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6577
7f5331cc
MY
6578 * progmodes/python.el (python-shell-send-string-no-output):
6579 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
6580 future interactions (Bug#11868).
6581
4dc7c8d5 65822012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 6583
88ecaf8f
SM
6584 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6585
ef501ef0
SM
6586 * emacs-lisp/elint.el (elint-find-args-in-code):
6587 Use help-function-arglist, so as to handle lexical byte-code.
6588
aa7aaf8f
SM
6589 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6590 change (bug#11826).
6591
45fd731c
SM
65922012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6593
2143fa32
SM
6594 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6595 Avoid spuriously marking the buffer as modified because of c-is-sws.
6596
efc26dbe
SM
6597 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6598 as not-a-comment (bug#11946).
6599
f5695c9a
SM
6600 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6601 for uninterned vars.
6602
6603 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6604 Use read-event since we don't really want to read chars but bytes.
6605
45fd731c
SM
6606 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6607 $$..$$ but also $..$ using regexps (bug#11953).
6608 Use tex-verbatim for \url and \path.
6609 (tex-font-lock-keywords): Define as defconst like the others.
6610 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6611
ddfc8813
RK
66122012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6613
6614 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6615 alias for insert-char.
6616
758e556a
FEG
66172012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6618
6619 * progmodes/python.el: Simplified imenu implementation.
6620 (python-nav-jump-to-defun): Remove command.
6621 (python-mode-map): Use `imenu' instead.
6622 (python-nav-list-defun-positions-cache)
6623 (python-imenu-include-defun-type, python-imenu-make-tree)
6624 (python-imenu-subtree-root-label, python-imenu-index-alist):
6625 Remove vars.
6626 (python-nav-list-defun-positions, python-nav-read-defun)
6627 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
6628 (python-imenu-make-tree, python-imenu-create-index):
6629 Remove functions.
758e556a
FEG
6630 (python-mode): Update to interact with imenu by setting
6631 `imenu-extract-index-name-function' only.
6632
032d23ab
FEG
66332012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6634
6635 * progmodes/python.el: Enhancements to navigation commands.
6636 (python-nav-backward-sentence)
6637 (python-nav-forward-sentence): Remove.
6638 (python-nav-backward-statement, python-nav-forward-statement)
6639 (python-nav-statement-start, python-nav-statement-end)
6640 (python-nav-backward-block, python-nav-forward-block)
6641 (python-nav-block-start, python-nav-block-end)
6642 (python-nav-forward-sexp-function)
6643 (python-info-current-line-comment-p)
6644 (python-info-current-line-empty-p): New functions.
6645 (python-indent-context): Use `python-nav-statement-start'.
6646
01795a1b
MA
66472012-07-16 Michael Albinus <michael.albinus@gmx.de>
6648
9328d9aa
MA
6649 * eshell/em-ls.el (eshell/ls): Use `apply'.
6650
6651 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6652 multi-hops, instead of Tramp internals.
6653
01795a1b
MA
6654 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6655
6656 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6657 when F1 and F2 are located on different hosts.
6658
63408057
CY
66592012-07-14 Chong Yidong <cyd@gnu.org>
6660
6661 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6662 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6663 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6664 (xterm-mouse--read-event-sequence-1000)
6665 (xterm-mouse--read-event-sequence-1006): New functions. For old
6666 mouse protocol, handle M-mouse-X events correctly.
6667 (xterm-mouse-event): New arg specifying mouse protocol.
6668 (turn-on-xterm-mouse-tracking-on-terminal)
6669 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
6670 sequence to toggle extended coordinates on newer XTerms.
6671 This appears to be harmless on terminals which do not support this.
63408057 6672
cd276f6e
LL
66732012-07-14 Leo Liu <sdl.web@gmail.com>
6674
28ca98ac
LL
6675 Add fringe bitmap indicators for flymake. (Bug#11253)
6676 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6677 (flymake-make-overlay): New arg BITMAP.
6678 (flymake-error-bitmap, flymake-warning-bitmap)
6679 (flymake-fringe-indicator-position): New user variables.
6680
cd276f6e
LL
6681 * fringe.el: New bitmap exclamation-mark.
6682
04408072
JD
66832012-07-14 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6686 also (Bug#7879).
6687
b5cf7fc4
CY
66882012-07-14 Chong Yidong <cyd@gnu.org>
6689
6690 * electric.el (electric-pair-post-self-insert-function): Fix pair
6691 insertion in empty-region case (Bug#11520).
6692
be755c79
RT
66932012-07-14 Chong Yidong <cyd@gnu.org>
6694
45fd731c
SM
6695 * bindings.el: Consolidate ctl-x-r-map bindings.
6696 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
6697
6698 * rect.el, register.el: Move bindings to bindings.el.
6699
67002012-07-14 Reuben Thomas <rrt@sc3d.org>
6701
6702 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6703
7f5b3198
AS
67042012-07-13 Andreas Schwab <schwab@linux-m68k.org>
6705
6706 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
6707
97662200
JB
67082012-07-13 Juanma Barranquero <lekktu@gmail.com>
6709
80185fed
JB
6710 * bindings.el (top): Use `mapc' instead of `mapcar'.
6711
97662200
JB
6712 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6713
2bb1ae55
MA
67142012-07-13 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * progmodes/sql.el (sql-comint): Suppress the check for program on
6717 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
6718 (Bug#11908)
6719
dea31bd3
CY
67202012-07-13 Chong Yidong <cyd@gnu.org>
6721
6722 * bindings.el: Assign a non-nil permanent-local property to
6723 per-buffer variables which lack a default value (Bug#11930).
6724
6725 * help-fns.el (describe-variable): In the "automatically becomes
6726 local" notice, take note of permanent-local variables.
6727
b68b3337
CY
67282012-07-13 Chong Yidong <cyd@gnu.org>
6729
6730 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
6731 to allow printing the message when called from Lisp.
6732
6733 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6734 Remove toggle-read-only.
6735
6736 * bs.el (bs-toggle-readonly):
45fd731c
SM
6737 * buff-menu.el (Buffer-menu-toggle-read-only):
6738 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
6739
6740 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6741 Remove with-no-warnings around toggle-read-only.
6742 (ffap-read-only, ffap-read-only-other-window)
6743 (ffap-read-only-other-frame): Callers changed.
6744
6745 * help-mode.el: Don't require view package.
6746 (help-mode-finish): Set buffer-read-only instead of calling
6747 toggle-read-only.
6748
6749 * bindings.el (mode-line-toggle-read-only):
6750 * dired.el (dired-toggle-read-only):
6751 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6752 with non-nil second arg.
6753
6754 * emacs-lisp/eieio-custom.el (eieio-customize-object):
6755 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6756 directly.
6757
56bc1586
EZ
67582012-07-12 Eli Zaretskii <eliz@gnu.org>
6759
6760 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6761 not incf.
6762
a464a6c7
SM
67632012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 More CL cleanups and reduction of use of cl.el.
6766 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6767 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6768 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6769 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6770 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6771 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6772 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6773 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6774 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6775 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6776 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6777 * eshell/em-cmpl.el, eshell/em-banner.el:
6778 * calendar/parse-time.el: Use cl-lib.
6779 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6780 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6781 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6782 * term/ns-win.el, term.el, shell.el, ps-samp.el:
6783 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6784 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6785 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6786 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6787 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6788 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6789 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6790 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6791 `lambda' rather than with `quote'.
6792 (eshell-do-opt): Adjust accordingly.
6793 (eshell-process-option): Simplify.
6794 * eshell/esh-var.el:
6795 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6796 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6797 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6798 to `pcase--dontcare'.
6799 * emacs-lisp/cl.el (labels): Mark obsolete.
6800 (cl--letf, letf): Move to cl-lib.
6801 (cl--letf*, letf*): Remove.
6802 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6803 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6804 (cl-progv): Rewrite.
6805 (cl--letf, cl-letf): Move from cl.el.
6806 (cl-letf*): New macro.
6807 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6808
7ad4afe1
MA
68092012-07-11 Michael Albinus <michael.albinus@gmx.de>
6810
6811 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6812
9af57756
CY
68132012-07-11 Chong Yidong <cyd@gnu.org>
6814
6815 * vc/log-edit.el (log-edit-vc-backend): New variable.
6816 (log-edit): Doc fix.
6817
6818 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
6819 argument of log-edit to set up all local variables.
6820 (vc-start-logentry): New optional arg specifying VC backend.
6821
6822 * vc/vc.el (vc-checkin): Use it.
6823 (vc-deduce-fileset): Handle Log Edit buffers.
6824 (vc-diff): Make first argument optional too.
6825
6826 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6827
8477cc7a
MA
68282012-07-10 Michael Albinus <michael.albinus@gmx.de>
6829
6830 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6831 command, just in case. The function is not needed anymore.
6832 (eshell-external-command): Do not call `eshell-remote-command'.
6833
19faa8e8
SM
68342012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6835
f58e0fd5
SM
6836 Reduce use of (require 'cl).
6837 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6838 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6839 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6840 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6841 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6842 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6843 * battery.el, avoid.el, abbrev.el: Use cl-lib.
6844 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6845 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6846 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6847 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6848 * calculator.el, autorevert.el, apropos.el: Don't require CL.
6849 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6850 (byte-compile-unfold-bcf, byte-compile-check-variable):
6851 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6852 (byte-compile-nilconstp):
6853 * emacs-lisp/autoload.el (make-autoload): Use pcase.
6854 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6855
2519d43a
SM
6856 * emacs-lisp/gv.el (cond): Make it a valid place.
6857 (if): Simplify slightly.
6858
19faa8e8
SM
6859 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6860 (pcase--self-quoting-p): New function.
6861 (pcase--u1): Use it.
6862
c4907a5e
GM
68632012-07-10 Glenn Morris <rgm@gnu.org>
6864
6865 * emacs-lisp/authors.el (authors-fixed-entries):
6866 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6867
c4444d16
PE
68682012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6869
6870 Rename configure.in to configure.ac (Bug#11603).
6871 * emacs-lisp/authors.el (authors-canonical-file-name):
6872 * progmodes/autoconf.el (autoconf-mode):
6873 Prefer configure.ac to configure.in.
6874
d75be97d
CY
68752012-07-08 Chong Yidong <cyd@gnu.org>
6876
01ac65bd
CY
6877 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6878 Implement the mouse-1-click-follows-link handling properly.
6879
6880 * info.el (Info-link-keymap): Use follow-link mechanism for
6881 header-line links (Bug#374).
6882
d75be97d
CY
6883 * simple.el (deactivate-mark): Do not set the primary selection
6884 if another program has acquired it (Bug#11772).
6885
87a92845 68862012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
6887
6888 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6889 (woman-decode-region): Replace escaped-escapes without destroying
6890 bold or underline (Bug#11552).
87a92845 6891 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 6892
621b9d6c
CY
68932012-07-07 Chong Yidong <cyd@gnu.org>
6894
6895 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
6896 (interprogram-cut-function, interprogram-paste-function):
6897 Mention that we typically mean the clipboard.
621b9d6c 6898
133a11fc
GM
68992012-07-06 Glenn Morris <rgm@gnu.org>
6900
0d27a45e
GM
6901 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
6902
133a11fc
GM
6903 * files.el (toggle-read-only): Restrict message to interactive use.
6904
07b151f1
MA
69052012-07-06 Michael Albinus <michael.albinus@gmx.de>
6906
6907 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6908
6909 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6910
211b896b
GM
69112012-07-06 Glenn Morris <rgm@gnu.org>
6912
50394322
GM
6913 * Makefile.in (compile-one-process): Rename from "recompile".
6914
211b896b
GM
6915 * Makefile.in (bzr-update): "compile" is the same as "recompile
6916 autoloads", but parallelizable, so use that instead.
6917
4737eec9
DG
69182012-07-06 Dmitry Gutov <dgutov@yandex.ru>
6919
6920 * window.el (quit-window): Always restore window height when
8137e7b3 6921 it's saved in quit-restore parameter (Bug#11810).
4737eec9 6922
226c3633 69232012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
6924
6925 * simple.el (kill-whole-line): Doc tweak.
6926
226c3633 69272012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
6928
6929 * files.el (file-relative-name): Compare file names
6930 case-insensitively if on MS-Windows or MS-DOS, or if
6931 read-file-name-completion-ignore-case is non-nil. Don't use
6932 case-fold-search for this purpose. (Bug#11827)
6933
4dc7c8d5
SM
69342012-07-17 Andreas Schwab <schwab@linux-m68k.org>
6935
6936 * calendar/cal-dst.el (calendar-current-time-zone):
6937 Return calendar-current-time-zone-cache if non-nil.
6938
69392012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 69402012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 6941
19faa8e8
SM
6942 * calendar/cal-dst.el (calendar-current-time-zone):
6943 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 6944
60198fc9
GM
69452012-07-06 Glenn Morris <rgm@gnu.org>
6946
6947 * Makefile.in (cvs-update): Remove old alias.
6948
957b3189
MA
69492012-07-05 Michael Albinus <michael.albinus@gmx.de>
6950
6951 Sync with Tramp 2.2.6-pre.
6952
6953 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6954 compatible declaration.
6955
19faa8e8
SM
6956 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6957 Protect `list-load-path-shadows' call.
957b3189
MA
6958
6959 * net/tramp-compat.el (top): Require packages, which aren't
6960 autoloaded anymore for XEmacs. Protect call of
6961 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6962 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
6963 it hurts at least for SXEmacs.
6964 (tramp-compat-temporary-file-directory): In XEmacs, there is no
6965 standard-value for `temporary-file-directory'.
6966
6967 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6968 Redirect stderr to /dev/null.
6969 (tramp-sh-handle-write-region): uid and gid can be floats.
6970 Reported by Russell Sim <russell.sim@gmail.com>.
6971 (tramp-sh-handle-vc-registered): Hide errors.
6972 (tramp-vc-file-name-handler): Use dummy results for `process-file'
6973 and `start-file-process'.
6974 (tramp-maybe-open-connection): Check also whether `non-essential'
6975 is bound.
6976
566df3fc
CY
69772012-07-04 Chong Yidong <cyd@gnu.org>
6978
6979 * xml.el (xml--parse-buffer): Use xml-syntax-table.
6980 (xml-parse-tag): Likewise, and avoid changing entity tables.
6981 (xml-syntax-table): Define from scratch, making sure not to give
6982 x2000 and other Unicode spaces whitespace syntax, since those are
6983 not spaces in XML.
6984 (xml-parse-fragment): Delete unused function.
6985 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6986 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6987 (xml-entity-ref, xml-pe-reference-re)
6988 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6989 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6990 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6991 (xml-entity-value-re): Use syntax references in regexps where
6992 possible; no need to define inside a let-binding.
6993 (xml-parse-dtd): Use xml-pe-reference-re.
6994 (xml-entity-or-char-ref-re): New defconst.
6995 (xml-parse-string, xml-substitute-special): Use it.
6996
30eabd7a
SM
69972012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6998
0781098a
SM
6999 * files.el (locate-dominating-file): Allow `name' to be a predicate.
7000 (find-file--read-only): New function.
7001 (find-file-read-only, find-file-read-only-other-window)
7002 (find-file-read-only-other-frame): Use it.
7003 (insert-file-contents-literally): Don't `fset'.
7004 (get-free-disk-space): Use locate-dominating-file.
7005
b5771c0d
SM
7006 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7007 function is already compiled.
7008
30eabd7a
SM
7009 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
7010
b4886f6e
MA
70112012-07-03 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7014 files on the same host.
7015
b9d82339
AS
70162012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7017
7018 * help-fns.el (describe-function-1): Only call
7019 help-fns--autoloaded-p when we have a file name. (Bug#11848)
7020
a76e6535
CY
70212012-07-03 Chong Yidong <cyd@gnu.org>
7022
7023 * xml.el: Protect parser against XML bombs.
7024 (xml-entity-expansion-limit): New variable.
7025 (xml-parse-string, xml-substitute-special): Use it.
7026 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7027
b544fef2
GM
70282012-07-03 Glenn Morris <rgm@gnu.org>
7029
7030 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7031 Allow linking to specific messages in debbugs reports (eg 123#5).
7032
a7aef6f5
CY
70332012-07-02 Chong Yidong <cyd@gnu.org>
7034
7035 * xml.el: Fix entity and character reference expansion, allowing
7036 them to expand into markup as per XML spec.
7037 (xml-default-ns): New variable.
7038 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
7039 (xml-parse-region): Make first two arguments optional.
7040 Discard text properties.
7041 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
7042 All callers changed.
a7aef6f5
CY
7043 (xml-parse-tag): Call xml-parse-tag-1. For backward
7044 compatibility, this function should not modify buffer contents.
7045 (xml-parse-tag-1): Fix opening-tag regexp.
7046 (xml-parse-string): Rewrite, handling entity and character
7047 references properly.
7048 (xml--entity-replacement-text): Signal an error if a parameter
7049 entity is undefined.
7050
3df31c9f
SM
70512012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7052
2b5208f1
SM
7053 * comint.el (comint-output-filter): Filter out repeated prompts.
7054
3df31c9f
SM
7055 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
7056 and file-name-absolute-p.
7057 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
7058 internal calls.
7059
e3ac1281
PE
70602012-07-02 Paul Eggert <eggert@cs.ucla.edu>
7061
7062 Spelling fixes.
7063 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
7064 Rename from byte-compile--refiy-function. All uses changed.
7065
fbf2e7ad
CY
70662012-07-01 Chong Yidong <cyd@gnu.org>
7067
7068 * xml.el (xml--parse-buffer): New function. Move most of
7069 xml-parse-region here.
7070 (xml-parse-region): Copy region into a temporary buffer, since
7071 parameter entity substitution requires changing buffer contents.
7072 Use xml--parse-buffer.
7073 (xml-parse-file): Use xml--parse-buffer.
7074 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 7075 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 7076
9bf0aa15
GM
70772012-06-30 Glenn Morris <rgm@gnu.org>
7078
bbce2853
GM
7079 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
7080
9bf0aa15
GM
7081 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
7082 Remove outdated and unnecessary dbus declarations.
7083
0d23c240
EZ
70842012-06-30 Eli Zaretskii <eliz@gnu.org>
7085
7086 * emacs-lisp/timer.el (timer-until): Subtract results of
7087 float-time, instead of taking float-time of the result of
7088 time-subtract, since float-time signals an error for negative time
7089 arguments.
7090
b3218de1
CY
70912012-06-30 Chong Yidong <cyd@gnu.org>
7092
7093 * xml.el (xml-*-re): Convert defvars into defconsts, and
7094 eval-and-compile them so eval-and-compile works on derivatives.
7095 (xml--entity-replacement-text): Use eval-and-comple.
7096
a40c87a0
MA
70972012-06-30 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * vc/vc-git.el (vc-git-registered): Use cache property
7100 `git-registered'.
7101 (vc-git-mode-line-string): Call `vc-working-revision' instead of
7102 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 7103 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 7104
ac87de97
DG
71052012-06-30 Dmitry Gutov <dgutov@yandex.ru>
7106
7107 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 7108 removed (likely outside Emacs). (Bug#11757)
ac87de97 7109
ac10fe06
SM
71102012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7111
3df31c9f 7112 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 7113
7f3fbd5d
CY
71142012-06-30 Chong Yidong <cyd@gnu.org>
7115
7116 * xml.el: Implement XML parameter entities.
7117 (xml-parameter-entity-alist): New variable.
7118 (xml-parse-region, xml-parse-fragment): Preserve previous values
7119 of xml-entity-alist and xml-parameter-entity-alist, so that
7120 repeated calls on different documents do not change them.
7121 (xml-parse-tag): Fix doctype regexp.
7122 (xml--entity-replacement-text): New function.
7123 (xml-parse-dtd): Use it. Don't handle system entities; doing that
7124 properly requires url retrieval which is unimplemented.
7125 (xml-escape-string): Doc fix.
7126
3cfbebba
SM
71272012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
7130
2af3565e
DA
71312012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7132
7133 * fringe.el (fringe-mode): Doc fix.
7134
929df0e7
MA
71352012-06-29 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
7138 is non-nil.
7139 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
7140 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
7141
c8d3a25c 71422012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 7143
c8d3a25c
GM
7144 * calendar/cal-dst.el (calendar-current-time-zone):
7145 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 7146
c8d3a25c 71472012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
7148
7149 * progmodes/which-func.el (which-func-format):
7150 Add mouse-face. (Bug#11698)
7151
c8d3a25c
GM
71522012-06-29 Leo Liu <sdl.web@gmail.com>
7153
7154 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
7155
71562012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * minibuffer.el (minibuffer-confirm-exit-commands):
7159 Add completion-at-point (bug#11725).
7160
71612012-06-29 Glenn Morris <rgm@gnu.org>
7162
7163 * progmodes/f90.el (f90-font-lock-keywords-2):
7164 Add some preprocessor elements. (Bug#10499)
7165
71662012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * progmodes/cperl-mode.el (cperl-update-syntaxification):
7169 Use syntax-propertize (bug#11739).
7170
2badeec4
JB
71712012-06-28 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
7174
ae4969c2
JD
71752012-06-28 Julien Danjou <julien@danjou.info>
7176
7177 * term.el (term-handle-colors-array): Use a set of new faces to
7178 color the terminal. Also uses :inverse-video property.
7179 (term-default-fg-color): Set to nil by default, deprecate in favor
7180 of `term-face'.
7181 (term-default-bg-color): Set to nil by default, deprecate in favor
7182 of `term-face'.
7183 (term-current-face): Use `term-face' by default.
7184 (term-bold-attribute): Variable deleted.
7185
1c9bd870
GM
71862012-06-28 Glenn Morris <rgm@gnu.org>
7187
7188 * simple.el (completion-list-mode-finish):
7189 Don't use toggle-read-only. (Since completion-list-mode has
7190 a special mode-class, it wasn't doing anything extra anyway.)
7191
c207708c
SM
71922012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 Make inlining of other-mode interpreted functions work (bug#11799).
7195 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
7196 (byte-compile): Use it to fix compilation of lexical-binding closures.
7197 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
7198 function, if needed.
7199
3fd56834
SM
72002012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7201
04901786
SM
7202 * help-mode.el (help-make-xrefs): Don't just withstand
7203 cyclic-variable-indirection but any error in documentation-property.
7204
1ec4b7b2
SM
7205 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7206 memory use.
7207 * bindings.el (bindings--define-key): New function.
7208 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7209 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
7210 * bindings.el: Use it to purecopy define-key bindings.
7211
e309e2a5
SM
7212 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
7213
d5c6faf9
SM
7214 * emacs-lisp/cl.el (flet): Mark obsolete.
7215 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
7216 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
7217 * progmodes/js.el (js-c-fill-paragraph):
7218 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
7219 (ebrowse-switch-member-buffer-to-derived-class):
7220 * play/5x5.el (5x5-solver): Use cl-flet.
7221
6e9590e2
SM
7222 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
7223 (cl--symbol-function): New macro.
7224 (cl--letf, cl--letf*): Use it.
7225
3fd56834
SM
7226 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7227 Strip "toggle-" if any.
7228
35ff222c
GM
72292012-06-27 Glenn Morris <rgm@gnu.org>
7230
1ba6038a
GM
7231 * info.el (Info-default-directory-list): Move here from paths.el.
7232 * paths.el: Remove file, which is now empty.
7233 * loadup.el: No longer load "paths".
7234
0ea0e51b
GM
7235 * custom.el (custom-initialize-delay): Doc fix.
7236
35ff222c
GM
7237 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7238 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7239 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7240 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7241 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7242 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
7243 * eshell/eshell.el (eshell-defgroup): Remove alias.
7244
c89926a5
CY
72452012-06-27 Chong Yidong <cyd@gnu.org>
7246
7247 * help.el (help-enable-auto-load): New variable.
7248
7249 * help-fns.el (help-fns--autoloaded-p): New function.
7250 (describe-function-1): Refer to a function as "autoloaded" if it
7251 was autoloaded at any time in the past. Perform autoloading if
7252 help-enable-auto-load is non-nil.
7253
cc06e7e7
EZ
72542012-06-26 Eli Zaretskii <eliz@gnu.org>
7255
7256 * makefile.w32-in (compile, compile-always): Depend on
7257 update-subdirs, not on subdirs.el. Otherwise, several different
7258 sub-targets of 'bootstrap' running in parallel could
7259 simultaneously write to subdirs.el, producing a garbled file.
7260
d2c32364
SS
72612012-06-26 Sam Steingold <sds@gnu.org>
7262
7263 * files.el (file-name-base): New convenience function.
0d14cc21
GM
7264 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
7265 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
7266 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
7267 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
7268 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
7269 * textmodes/tex-mode.el: Use it.
7270 Did not touch cedet and org because they are maintained elsewhere.
7271
5cf983b2
MR
72722012-06-26 Martin Rudalics <rudalics@gmx.at>
7273
7274 * calendar/calendar.el (calendar-exit): Don't try to delete or
7275 iconify last frame. See:
7276 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
7277
8c4f2952
JD
72782012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
7279
7280 * server.el (server-process-filter): Remember dir in the
7281 process's `server-client-directory' properties.
7282
772b2e2c
CY
72832012-06-24 Chong Yidong <cyd@gnu.org>
7284
7285 * xml.el (xml-parse-tag): Correctly handle comment embedded in
7286 non-tag text.
7287
711b11e1
JB
72882012-06-23 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
7291
dc5d230c
SM
72922012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * help-fns.el (describe-variable): Don't croak when doc is not found.
7295 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
7296 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
7297 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
7298 * emacs-lisp/smie.el (smie-next-sexp): CSE.
7299 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7300 ((lambda ..) ..).
7301 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7302
136e1c1d
CY
73032012-06-23 Chong Yidong <cyd@gnu.org>
7304
e8c1cabf
CY
7305 * info.el (Info-mouse-follow-link): Accept symbol values of
7306 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
7307 (Info-fontify-node): Use Info-link-keymap for all navigation
7308 buttons, with link-args property to perform the desired action.
7309 (Info-link-keymap): Doc fix.
7310 (Info-next-link-keymap, Info-prev-link-keymap)
7311 (Info-up-link-keymap): Delete now-unused keymaps.
7312
0e9e6c6a
CY
73132012-06-23 Chong Yidong <cyd@gnu.org>
7314
05e89fea
CY
7315 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7316
0e9e6c6a
CY
7317 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7318 system abbrevs.
7319
7320 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7321
e33c6771
SM
73222012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7323
b68581e2
SM
7324 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7325 (bug#11719).
7326
e33c6771
SM
7327 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7328 the requote function doesn't work properly (bug#11714).
7329
7117e105
GM
73302012-06-23 Glenn Morris <rgm@gnu.org>
7331
7332 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7333
36cec983
SM
73342012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 Further GV/CL cleanups.
7337 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7338 gv-expander.
7339 (gv--defun-declaration): New function.
7340 (defun-declarations-alist): Use it.
7341 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7342 (gv-place): Autoload.
7343 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7344 original definition of dotimes and dolist.
7345 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7346 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7347 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7348 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7349 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7350 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7351 to the function's definition.
7352 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7353 * window.el:
7354 * files.el:
7355 * faces.el:
7356 * env.el: Don't use CL.
7357
d35af63c
PE
73582012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7359
7360 Support higher-resolution time stamps (Bug#9000).
7361
7362 * calendar/time-date.el (with-decoded-time-value): New arg
7363 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7364 (encode-time-value): New optional arg PICO. New type 3.
7365 (time-to-seconds) [!float-time]: Support the new picoseconds
7366 component if it's used.
7367 (seconds-to-time, time-subtract, time-add):
7368 Support ps-resolution time stamps as well.
7369
7370 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
7371 (timerp): Timer vectors now have length 9, not 8.
7372 (timer--time): Support new-style (4-part) time stamps.
7373 (timer-next-integral-multiple-of-time): Time stamps now have
7374 picosecond resolution, so take a bit more care about rounding.
7375 (timer-relative-time, timer-inc-time): New optional arg psecs.
7376 (timer-set-time-with-usecs): Set psecs to 0.
7377 (timer--activate): Check psecs component, too.
7378
7379 * proced.el (proced-time-lessp): Support ps-resolution stamps.
7380
ac77b21a
SM
73812012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7382
f143bfe3
SM
7383 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7384 Move the non-essential binding to the post/pre-command-hook where it is
7385 more obviously correct.
7386
ac77b21a
SM
7387 * subr.el (read-passwd): Don't use a history at all.
7388 * savehist.el (savehist-save): Remove password saved accidentally
7389 because of the above bug.
7390
76386c5a
BG
73912012-06-22 Bastien Guerry <bzg@gnu.org>
7392
7393 * files.el (toggle-read-only): Display a message telling whether
7394 the buffer is read-only or not (bug#11726).
7395
2ee3d7f0
SM
73962012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * emacs-lisp/gv.el: New file.
7399 * subr.el (push, pop): Extend to generalized variables.
7400 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7401 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7402 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7403 gv-define-simple-setter, and gv-define-expander.
7404 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7405 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7406 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7407 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7408 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7409 gv-letplace.
7410 (cl-defstruct): Don't define setf-method any more.
7411 * emacs-lisp/cl.el (flet): Don't autoload.
7412 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7413 (define-setf-expander, defsetf, define-modify-macro)
7414 (cl-struct-setf-expander): Move from cl-lib.el.
7415 * emacs-lisp/syntax.el:
7416 * emacs-lisp/ewoc.el:
7417 * emacs-lisp/smie.el:
7418 * emacs-lisp/cconv.el:
7419 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7420 (timer--time): Use gv-define-simple-setter.
7421 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7422 to avoid coding-system problems in subr.el. Adjust all users.
7423 (macroexp--maxsize, macroexp-small-p): New functions.
7424 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7425 * scroll-bar.el (scroll-bar-mode):
7426 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7427 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7428 * winner.el (winner-configuration, winner-make-point-alist)
7429 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7430 * files.el (locate-file-completion-table): Avoid list*.
7431
c5695d1d
CY
74322012-06-22 Chong Yidong <cyd@gnu.org>
7433
7434 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7435 (dired-create-files): Doc fix (Bug#11329).
7436 (dired-do-copy): Doc fix (Bug#11334).
7437 (dired-mark-read-string): Doc fix (Bug#11553).
7438
2ee3d7f0
SM
7439 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7440 Doc fix (Bug#11326).
c5695d1d
CY
7441 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7442 (dired-dwim-target): Doc fix.
7443
7444 * wdired.el (wdired-mode): Doc fix.
7445
89b5595a
GM
74462012-06-22 Glenn Morris <rgm@gnu.org>
7447
575db3f1
GM
7448 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7449 (pcmpl-rpm-cache-stamp-file): New constant.
7450 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7451 (pcmpl-rpm-packages): Optionally cache list of packages.
7452
a4c8dd51
GM
7453 * pcmpl-rpm.el (pcmpl-rpm): New group.
7454 (pcmpl-rpm-query-options): New option.
7455 (pcmpl-rpm-packages): No need to inline it.
7456 Use pcmpl-rpm-query-options.
7457
89b5595a
GM
7458 * calendar/calendar.el (calendar-in-read-only-buffer):
7459 Avoid some needless mode changes.
7460
e76f0800
CY
74612012-06-21 Chong Yidong <cyd@gnu.org>
7462
7463 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7464 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 7465 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 7466
297a8f1d
CY
74672012-06-20 Chong Yidong <cyd@gnu.org>
7468
7469 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7470
d34c18b1
DR
74712012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7472
7473 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7474 (bug#11201).
7475
32f7f28e
CY
74762012-06-20 Chong Yidong <cyd@gnu.org>
7477
7478 * term.el (term-window-width): Handle the case of a missing right
7479 fringe (Bug#8837).
7480 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
7481 (term-mode): Use define-derived-mode. Minor cleanups.
7482 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
7483 (term-move-columns, term-insert-char, term-emulate-terminal)
7484 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 7485
493c6688
MA
74862012-06-20 Michael Albinus <michael.albinus@gmx.de>
7487
d34c18b1
DR
7488 * net/ange-ftp.el (ange-ftp-get-passwd):
7489 Bind `enable-recursive-minibuffers'.
493c6688
MA
7490 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7491
3f06ecf4
DR
74922012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7493
7494 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7495
68f12411
GM
74962012-06-19 Glenn Morris <rgm@gnu.org>
7497
7498 * progmodes/python.el (python-mode): Derive from prog-mode.
7499
b3820318
KG
75002012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7501
7502 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7503 (edt-user-menu-bar-update-buffers): New functions.
7504 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7505
c6bf3022
CY
75062012-06-19 Chong Yidong <cyd@gnu.org>
7507
7508 * subr.el (with-selected-window): Preserve the selected window's
7509 terminal's top-frame (Bug#4702).
7510
7511 * window.el (save-selected-window): Likewise.
7512
25f09295
SM
75132012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * progmodes/python.el (python-rx-constituents): Move backquote.
7516 (python-skeleton-define, python-define-auxiliary-skeleton):
7517 Use `declare'.
7518
6b11952a
MA
75192012-06-18 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * minibuffer.el (read-file-name-default): Revert the patch from
7522 2012-06-17.
7523
ee4b1330
SM
75242012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7527 (pcase--u1, pcase--q1): Don't use apply-partially.
7528
35647f79
GM
75292012-06-18 Glenn Morris <rgm@gnu.org>
7530
7531 * progmodes/python.el (python-proc, python-buffer)
7532 (python-send-receive, python-send-string): Fix obsolete versions.
7533
24b0cff0
MR
75342012-06-18 Martin Rudalics <rudalics@gmx.at>
7535
7536 * window.el (special-display-p): Completely remove stringp
7537 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7538
29855149
MA
75392012-06-17 Michael Albinus <michael.albinus@gmx.de>
7540
7541 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7542
7543 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7544
7545 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7546 * net/tramp-sh.el (tramp-maybe-open-connection):
7547 Throw if `non-essential' is non-nil.
7548
07463363
MR
75492012-06-17 Martin Rudalics <rudalics@gmx.at>
7550
7551 * window.el (special-display-p): Signal an error if BUFFER-NAME
7552 is not a string (Bug#11713).
7553
48d1354e
PE
75542012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7555
7556 * progmodes/python.el (python-info-beginning-of-backslash):
7557 Rename from python-info-beginning-of-backlash, as a spelling fix.
7558
eb4a8a9a
CY
75592012-06-17 Chong Yidong <cyd@gnu.org>
7560
7561 * term.el (term-emulate-terminal): If term-check-size is called,
7562 move point to the process mark without resetting point (Bug#4635).
7563
ddfbf826 75642012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
7565
7566 * international/mule-cmds.el (mule-menu-keymap)
7567 (set-language-environment, set-locale-environment): Doc tweaks.
7568
9b0e3eba
AA
75692012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7570
7571 * cus-face.el (custom-face-attributes): Add wave-style underline
7572 attribute.
7573 * faces.el (set-face-attribute): Update docstring to describe
7574 wave-style underline attribute.
7575
771e3eae
CY
75762012-06-16 Chong Yidong <cyd@gnu.org>
7577
7578 * term/xterm.el (terminal-init-xterm): Discard input before
7579 querying background mode (Bug#10959).
7580
7ae2ea10
SM
75812012-06-16 Stefan Merten <smerten@oekonux.de>
7582
7583 * textmodes/rst.el: Added and corrected some comments.
7584 (rst-re-alist-def): Improve symbol syntax.
7585 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
7586 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7587 (rst-official-version, rst-official-cvs-rev): Update version
7588 information.
7ae2ea10 7589
b6974efa
JB
75902012-06-15 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7593 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7594
8826d473
GM
75952012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7596
7597 * progmodes/python.el: New python.el merge.
7598 (python-guess-indent): Obsolete var.
7599 (python-indent-guess-indent-offset): New defcustom.
7600 (python-indent): Obsolete var.
7601 (python-indent-offset): New defcustom.
7602 (python-python-command, python-jython-command): Delete var.
7603 (python-shell-interpreter): New defcustom.
7604 (python-pdbtrack-do-tracking-p): Delete var.
7605 (python-pdbtrack-activate): New defcustom.
7606 (python-use-skeletons): Obsolete var.
7607 (python-skeleton-autoinsert): New defcustom.
7608 (inferior-python-filter-regexp, python-continuation-offset)
7609 (python-honour-comment-indentation, python-indent-string-contents)
7610 (python-jython-packages, python-mode-hook)
7611 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7612 (python-shell-prompt-alist)
7613 (python-source-modes): Delete defcustoms.
7614 (python-check-buffer-name, python-eldoc-setup-code)
7615 (python-eldoc-string-code, python-ffap-setup-code)
7616 (python-ffap-string-code, python-fill-comment-function)
7617 (python-fill-decorator-function, python-fill-paren-function)
7618 (python-fill-string-function, python-imenu-include-defun-type)
7619 (python-imenu-make-tree, python-imenu-subtree-root-label)
7620 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7621 (python-shell-compilation-regexp-alist)
7622 (python-shell-completion-module-string-code)
7623 (python-shell-completion-pdb-string-code)
7624 (python-shell-completion-setup-code)
7625 (python-shell-completion-string-code)
7626 (python-shell-enable-font-lock, python-shell-exec-path)
7627 (python-shell-extra-pythonpaths)
7628 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7629 (python-shell-process-environment)
7630 (python-shell-prompt-block-regexp)
7631 (python-shell-prompt-output-regexp)
7632 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7633 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7634 (python-shell-virtualenv-path): New defcustoms.
7635 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7636 (inferior-python-mode-syntax-table, python--prompt-regexp)
7637 (python-buffer, python-command python-python-command)
7638 (python-default-template, python-imports, python-indent-index)
7639 (python-indent-list, python-indent-list-length)
7640 (python-mode-running, python-pdbtrack-is-tracking-p)
7641 (python-preoutput-continuation, python-preoutput-leftover)
7642 (python-preoutput-result, python-preoutput-skip-next-prompt)
7643 (python-prev-dir/file, python-recursing)
7644 (python-saved-check-command, python-version-checked)
7645 (python-which-func-length-limit)
7646 (view-return-to-alist): Delete vars.
7647 (python-check-custom-command, python-dotty-syntax-table)
7648 (python-imenu-index-alist, python-indent-current-level)
7649 (python-indent-dedenters, python-indent-levels)
7650 (python-nav-beginning-of-defun-regexp)
7651 (python-nav-list-defun-positions-cache)
7652 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7653 (python-shell-internal-buffer)
7654 (python-skeleton-available): New vars.
7655 (def-python-skeleton): Delete macro.
7656 (python-skeleton-define): New macro.
7657 (python-define-auxiliary-skeleton, python-rx): New macros.
7658 (python-insert-class): Delete command.
7659 (python-skeleton-class): New command.
7660 (python-insert-def): Delete command.
7661 (python-skeleton-def): New command.
7662 (python-insert-for): Delete command.
7663 (python-skeleton-for): New command.
7664 (python-insert-if): Delete command.
7665 (python-skeleton-if): New command.
7666 (python-insert-try/except, python-insert-try/finally): Delete commands.
7667 (python-skeleton-try): New command.
7668 (python-insert-while): Delete command.
7669 (python-skeleton-while): New command.
7670 (python-backspace): Delete command.
7671 (python-indent-dedent-line-backspace): New command.
7672 (python-electric-colon): Delete command.
7673 (python-indent-electric-colon): New command.
7674 (python-guess-indent): Delete command.
7675 (python-indent-guess-indent-offset): New command.
7676 (python-shift-left): Delete command.
7677 (python-indent-shift-left): New command.
7678 (python-shift-right): Delete command.
7679 (python-indent-shift-right): New command.
7680 (python-find-function): Delete command.
7681 (python-nav-jump-to-defun): New command.
7682 (python-next-statement): Delete command.
7683 (python-nav-forward-sentence): New command.
7684 (python-previous-statement): Delete command.
7685 (python-nav-backward-sentence): New command.
7686 (python-fill-paragraph): Delete command.
7687 (python-fill-paragraph-function): New command.
7688 (python-send-buffer): Delete command.
7689 (python-shell-send-buffer): New command.
7690 (python-send-defun): Delete command.
7691 (python-shell-send-defun): New command.
7692 (python-send-region, python-send-region-and-go): Delete commands.
7693 (python-shell-send-region)
7694 (python-shell-switch-to-shell): New commands.
7695 (python-send-string): Delete command.
7696 (python-shell-send-string): New command.
7697 (python-switch-to-python): Delete command.
7698 (python-shell-switch-to-shell): New command.
7699 (python-describe-symbol): Delete command.
7700 (python-eldoc-at-point): New command.
7701 (python--set-prompt-regexp, python-args-to-list)
7702 (python-after-info-look, python-check-version)
7703 (python-check-comint-prompt, python-find-imports)
7704 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7705 (python-unload-function, python-expand-template)
7706 (python-maybe-jython, python-preoutput-filter)
7707 (python-pdbtrack-get-source-buffer)
7708 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7709 (python-pdbtrack-toggle-stack-tracking)
7710 (python-pdbtrack-track-stack-file, python-initial-text)
7711 (python-first-word, python-comment-line-p, python-send-command)
7712 (python-setup-brm, python-sentinel, python-set-proc)
7713 (python-skip-out, python-input-filter, python-outdent-p)
7714 (python-outline-level, python-backslash-continuation-line-p)
7715 (python-end-of-block, python-end-of-statement, python-mark-block)
7716 (python-beginning-of-block, python-beginning-of-statement)
7717 (python-blank-line-p, python-beginning-of-string)
7718 (python-open-block-statement-p): Delete functions.
7719 (python-indent-line, python-indent-line-1): Delete functions.
7720 (python-indent-line): New function.
7721 (python-indentation-levels): Delete function.
7722 (python-indent-calculate-levels): New function.
7723 (python-proc): Delete function.
7724 (python-shell-get-process): New function.
7725 (python-send-receive): Delete function.
7726 (python-shell-send-string-no-output): New function.
7727 (python-module-path): Delete function.
7728 (python-ffap-module-path): New function.
7729 (python-completion-at-point)
7730 (python-symbol-completions): Delete functions.
7731 (python-completion-complete-at-point): New function.
7732 (python-load-file): Delete function.
7733 (python-shell-send-file): New function.
7734 (python-calculate-indentation): Delete function.
7735 (python-indent-calculate-indentation): New function.
7736 (python-skip-comments/blanks): Delete function.
7737 (python-util-forward-comment): New function.
7738 (python-continuation-line-p): Delete function.
7739 (python-info-continuation-line-p): New function.
7740 (python-which-func, python-current-defun): Delete function.
7741 (python-info-current-defun): New function.
7742 (python-beginning-of-defun): Delete function.
7743 (python-nav-beginning-of-defun): New function.
7744 (python-close-block-statement-p)
7745 (python-block-end-p): Delete function.
7746 (python-info-closing-block): New function.
7747 (python-comint-output-filter-function)
7748 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7749 (python-fill-comment, python-fill-decorator, python-fill-paren)
7750 (python-fill-string, python-imenu-make-element-tree)
7751 (python-imenu-make-tree, python-imenu-tree-assoc)
7752 (python-indent-context, python-indent-dedent-line)
7753 (python-indent-line-function)
7754 (python-indent-post-self-insert-function)
7755 (python-indent-toggle-levels)
7756 (python-info-assignment-continuation-line-p)
7757 (python-info-beginning-of-backlash)
7758 (python-info-block-continuation-line-p)
7759 (python-info-closing-block-message)
7760 (python-info-line-ends-backslash-p)
7761 (python-info-looking-at-beginning-of-defun)
7762 (python-info-ppss-context, python-info-ppss-context-type)
7763 (python-nav-list-defun-positions, python-nav-read-defun)
7764 (python-nav-sentence-end, python-nav-sentence-start)
7765 (python-pdbtrack-comint-output-filter-function)
7766 (python-pdbtrack-set-tracked-buffer)
7767 (python-shell-calculate-exec-path)
7768 (python-shell-calculate-process-environment)
7769 (python-shell-completion--do-completion-at-point)
7770 (python-shell-completion--get-completions)
7771 (python-shell-completion-complete-at-point)
7772 (python-shell-completion-complete-or-indent)
7773 (python-shell-get-or-create-process)
7774 (python-shell-get-process-name)
7775 (python-shell-internal-get-or-create-process)
7776 (python-shell-internal-get-process-name)
7777 (python-shell-internal-send-string, python-shell-make-comint)
7778 (python-shell-parse-command, python-shell-send-setup-code)
7779 (python-skeleton-add-menu-items)
7780 (python-util-clone-local-variables, python-util-position)
7781 (run-python-internal, python-indentation-levels)
7782 (python-nav-beginning-of-defun)
7783 (python-completion-complete-at-point): New functions.
7784 (run-python): Change arguments. New API requirements.
7785
4302f5ba
SM
77862012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7787
f38ea36d
SM
7788 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7789 (bug#11649).
7790
7791 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7792 (macroexp--expand-all): Use it.
7793
4302f5ba
SM
7794 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7795 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7796 Use `cl-function' instead.
7797
33377562
JB
77982012-06-14 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7801 Suggested by Stefan Monnier while discussing bug#11657.
7802
54c5ba1a
SS
78032012-06-14 Sam Steingold <sds@gnu.org>
7804
7805 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7806
f9f1b1fe
AS
78072012-06-14 Andreas Schwab <schwab@linux-m68k.org>
7808
7809 * play/doctor.el (doctor-doc): Remove parameter and use
7810 doctor-sent instead of sent.
7811 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
7812
a81068ba
SM
78132012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7814
5a315f9c
SM
7815 * files.el: Require cl-lib.
7816 (file-name-non-special): Replace case -> cl-case.
7817
7818 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7819
a81068ba
SM
7820 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7821 mapping from #' to function*.
7822
8cca9703
CY
78232012-06-13 Chong Yidong <cyd@gnu.org>
7824
7825 * mouse.el (mouse-drag-track): Do not set the mark if the user
7826 releases the mouse without selecting anything (Bug#11588).
7827
a12ac9d7
SM
78282012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7829
ccf1dc18
SM
7830 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7831 as well (bug#11646).
7832
ef62b23d
SM
7833 * loadup.el: Count byte-code functions as well.
7834
c4c8444a
SM
7835 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7836 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7837
a12ac9d7
SM
7838 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7839 (bug#11649). Add cl-defun and cl-defmacro.
7840
87e6e64f
DA
78412012-06-13 Drew Adams <drew.adams@oracle.com>
7842
7843 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7844 Fix last change.
7845
682cefaf
MA
78462012-06-13 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7849 Otherwise, it blocks in batch mode.
7850
773e1f08
JB
78512012-06-13 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * help-mode.el (bookmark-make-record-default): Declare.
7854
60057926
CY
78552012-06-13 Chong Yidong <cyd@gnu.org>
7856
7857 * emacs-lisp/package.el (list-packages): Compute a list of
7858 packages that are newly-available since the last list-packages
7859 invocation.
7860 (package-menu--new-package-list): New var.
7861 (package-menu--generate, package-menu--print-info)
7862 (package-menu--status-predicate, package-menu-mark-install):
7863 Handle new status label "new".
7864
ad4d226c
SM
78652012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7868 conversion to backquotes.
7869
f1a4e679
CY
78702012-06-12 Chong Yidong <cyd@gnu.org>
7871
7872 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7873 Rename from gud-inhibit-global-bindings.
7874
7875 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7876
7877 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7878 hook from nxml-glyph-set-hook.
7879
7880 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7881 declaration.
7882
7883 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7884
7885 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7886 Convert to defcustom.
7887
0c9e42b5
DA
78882012-06-12 Drew Adams <drew.adams@oracle.com>
7889
7890 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7891 New functions.
7892 (help-mode): Use them.
7893
09e06855
GM
78942012-06-11 Glenn Morris <rgm@gnu.org>
7895
7896 * progmodes/fortran.el (fortran-font-lock-keywords-3):
7897 Use preprocessor face for directives.
7898 (fortran-directive-re): Doc fix.
7899
71adb94b
SM
79002012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7901
2eb87922
SM
7902 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7903 conversion to backquotes (bug#11652).
7904
71adb94b
SM
7905 Fix compiler-expansion of CL's cXXr functions (bug#11673).
7906 * emacs-lisp/cl-lib.el (cl--defalias): New function.
7907 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7908 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7909 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7910 (cl-ninth, cl-tenth): Mark them as inlinable.
7911 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7912 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7913 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7914 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7915 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7916 (cl-list*, cl-adjoin): Don't put an autoload manually.
7917 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7918 (cl--compiler-macro-list*): Add autoload cookie.
7919 (cl--compiler-macro-cXXr): New function.
2eb87922 7920
71adb94b
SM
7921 * help-fns.el (help-fns--compiler-macro): New function extracted from
7922 describe-function-1; follow aliases and use `compiler-macro' property.
7923 (describe-function-1): Use it.
7924
a6674402
CY
79252012-06-11 Chong Yidong <cyd@gnu.org>
7926
7927 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7928 is uninstalled, if imagemagick is installed.
7929
bb3faf5b
SM
79302012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * emacs-lisp/cl-lib.el: Use lexical-binding.
7933 (cl-map-extents, cl-maclisp-member): Remove.
7934 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7935 (cl--set-substring, cl--block-wrapper, cl--block-throw)
7936 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7937 * emacs-lisp/cl-extra.el: Use lexical-binding.
7938 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7939 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7940 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7941 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7942 * emacs-lisp/cl-seq.el: Use lexical-binding.
7943 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7944 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7945 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7946 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7947 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7948 CL's internals.
7949
2fe4b125
MA
79502012-06-11 Michael Albinus <michael.albinus@gmx.de>
7951
7952 Sync with Tramp 2.2.6-pre.
7953
7954 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7955 `print-length' and `print-level' to nil, in order to avoid
7956 truncation. Reported by Christopher Schmidt
7957 <christopher@ristopher.com>.
7958
7959 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7960
7961 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7962 New defmacro.
7963 (tramp-compat-copy-directory): Add optional argument
7964 COPY-CONTENTS. It is not handled yet.
7965
7966 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7967 (tramp-ftp-file-name-p): Simplify.
7968
7969 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7970 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7971 connection vector.
7972
7973 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7974 (tramp-methods): Do not use `tramp-password-end-of-line'.
7975 (tramp-completion-function-alist-putty): Handle UNIX case.
7976 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7977 (tramp-do-file-attributes-with-stat)
7978 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7979 gid as real numbers. They could run out of integer range on cygwin.
7980 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7981 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
7982 (tramp-open-connection-setup-interactive-shell):
7983 Use `tramp-cleanup'. Move check for busyboxes ...
7984 (tramp-find-shell): ... here. Simplify implementation.
7985 Set "remote-shell" property also for alternative shells.
7986 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7987 If failing, a regular file would be written otherwise.
7988 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
7989 (tramp-find-inline-encoding): Cache the coding commands in the
7990 process cache. Apply test command on the remote side, if defined.
7991 (tramp-find-inline-compress): Cache the compress commands in the
7992 process cache.
7993 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7994 when requested. Handle hops.
7995 (tramp-current-connection): New defvar.
87e6e64f
DA
7996 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7997 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 7998 Handle user interrupt. (Bug#10187)
87e6e64f
DA
7999 (tramp-get-inline-compress, tramp-get-inline-coding):
8000 Read connection properties from the process cache.
2fe4b125
MA
8001
8002 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
8003 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8004 New defconsts.
2fe4b125
MA
8005 (tramp-smb-prompt): Extend for powershell prompt.
8006 (tramp-smb-file-name-handler-alist): Add handlers for
8007 `process-file', `shell-command' and `start-file-process'.
8008 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8009 (tramp-smb-winexe-shell-command-switch): New defcustoms.
8010 (tramp-smb-file-name-p): Simplify.
8011 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8012 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8013 (tramp-smb-shell-quote-argument): New defuns.
8014 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8015 Implement using "tar". By this, time-stamps are preserved.
8016 (tramp-smb-handle-copy-file): Handle also the case of directories.
8017 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
8018 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8019 Use `tramp-get-connection-buffer').
2fe4b125
MA
8020 (tramp-smb-handle-rename-file): Use "rename", when source and
8021 target are on the same share.
87e6e64f
DA
8022 (tramp-smb-maybe-open-connection): Handle wrong passwords.
8023 Use `tramp-smb-server-version'.
2fe4b125
MA
8024 (tramp-smb-wait-for-output): Remove prompt.
8025
8026 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
8027 (tramp-methods, tramp-rsh-end-of-line):
8028 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
8029 (tramp-save-ad-hoc-proxies): New defcustom.
8030 (tramp-completion-function-alist): Adapt docstring.
8031 (tramp-default-password-end-of-line): Remove defcustom.
8032 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
8033 (tramp-user-regexp, tramp-file-name-regexp-unified)
8034 (tramp-file-name-regexp-url): Extend regexp by hop separator.
8035 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
8036 (tramp-remote-file-name-spec-regexp): New defconst.
8037 (tramp-file-name-structure): Extend structure for hops.
8038 (tramp-get-method-parameter): Move up.
8039 (tramp-file-name-p, tramp-dissect-file-name)
8040 (with-parsed-tramp-file-name): Handle hops.
8041 (tramp-file-name-hop): New defun.
8042 (tramp-make-tramp-file-name): New optional arg HOP.
8043 (tramp-message-show-progress-reporter-message): New defvar.
8044 (tramp-with-progress-reporter): Use it. We cannot use
8045 `tramp-message-show-message' here, because this suppresses also
8046 error buffers.
8047 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
8048 `tramp-message-show-message' is nil.
8049 Use `tramp-get-connection-buffer'.
2fe4b125
MA
8050 (tramp-cleanup): New defun.
8051 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
8052 (tramp-file-name-handler): If `debug-on-error' is set, propagate
8053 an error unchanged.
8054 (tramp-completion-handle-file-name-all-completions): Handle hops.
8055 Fix an error when called from ido.
8056 (tramp-completion-dissect-file-name): Use better local variable
8057 name. Add hop to the vector.
8058 (tramp-handle-insert-file-contents): Use progress-reporter for the
8059 whole scenario.
8060 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
8061 to `t'.
8062 (tramp-check-for-regexp): Simplify search.
8063 (tramp-enter-password): Remove it. Move implementation ...
8064 (tramp-action-password): ... here.
8065 (tramp-mode-string-to-int, tramp-local-host-p)
8066 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
8067 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
8068 Set tramp-autoload cookie.
2fe4b125
MA
8069
8070 * net/trampver.el: Update release number.
8071
80722012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8073 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/tramp.el (tramp-set-completion-function): Fix docstring.
8076 (tramp-parse-group, tramp-parse-file)
8077 (tramp-parse-shostkeys-sknownhosts): New defuns.
8078 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
8079 (tramp-parse-shosts-group, tramp-parse-sconfig)
8080 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
8081 (tramp-parse-sknownhosts, tramp-parse-hosts)
8082 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
8083 Use them.
8084 (tramp-parse-passwd-group, tramp-parse-netrc-group)
8085 (tramp-parse-putty-group): Don't narrow.
8086 (tramp-parse-putty): Make a loop.
8087 (tramp-file-name-handler): Catch the `suppress' signal.
8088
72834e10
CY
80892012-06-11 Chong Yidong <cyd@gnu.org>
8090
8091 * image.el (imagemagick-register-types): Put the ImageMagick entry
8092 at the end of image-type-file-name-regexps.
8093
a4712e11
JB
80942012-06-11 Johan Bockgård <bojohan@gnu.org>
8095
8096 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
8097 (pcase, pcase-let*, pcase-dolist): Use them.
8098
82ad98e3
SM
80992012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * emacs-lisp/pcase.el (pcase--let*): New function.
8102 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
8103 (pcase--expand): Use macroexp-let².
8104
f80efb86
SM
81052012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
8108 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
8109 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
8110 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
8111 * emacs-lisp/derived.el: Use pcase instead of `cl'.
8112 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
8113
31ca4639 81142012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 8115
31ca4639
CY
8116 * mail/rmail.el (rmail-yank-current-message): Leave point at
8117 correct position. (Bug#11660)
94f0aa34 8118
31ca4639 81192012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 8120
31ca4639 8121 * allout-widgets.el: Fix code header.
9e1b8ec4 8122
31ca4639 81232012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 8124
f80efb86
SM
8125 * cus-edit.el (customize-changed-options-previous-release):
8126 Bump to 24.1.
31ca4639 8127
642b6d30
AS
81282012-06-09 Andreas Schwab <schwab@linux-m68k.org>
8129
8130 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
8131
4f5d2ba1
CY
81322012-06-09 Chong Yidong <cyd@gnu.org>
8133
8134 * ebuff-menu.el (electric-buffer-list): Preserve header line.
8135
e75852fd
MR
81362012-06-09 Martin Rudalics <rudalics@gmx.at>
8137
8138 * window.el (special-display-popup-frame): Don't use
8139 window--display-buffer (Bug#11651).
8140
1e48e282
EZ
81412012-06-09 Eli Zaretskii <eliz@gnu.org>
8142
8a26b487
EZ
8143 Fix parallel builds: make sure loaddefs.el is not being written
8144 while Lisp files are compiled.
8145 (compile): Don't depend on 'mh-autoloads'.
8146 (compile-CMD, compile-SH): Depend on 'autoloads'.
8147 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
8148
1e48e282
EZ
8149 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
8150
6175e34b
CY
81512012-06-09 Chong Yidong <cyd@gnu.org>
8152
8153 * face-remap.el (face-remap-add-relative, face-remap-set-base)
8154 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
8155 Doc fixes (Bug#11225).
8156
d9857e53
SM
81572012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
8160 a function if there's a clear indication that it has a compiler-macro.
8161 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
8162 (macro-declarations-alist): Add arglist to declaration functions.
8163 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
8164 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
8165 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
8166 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
8167 Also add autoload to find the compiler macro.
8168 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
8169 (cl--compiler-macro-member, cl--compiler-macro-assoc)
8170 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
8171 (cl--compiler-macro-get): New functions, replacing calls to
8172 cl-define-compiler-macro.
8173 (cl-typep) [compiler-macro]: Use macroexp-let².
8174
f81298f8 81752012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
8176
8177 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
8178 string properly, fixes Bug#11473.
8179
4b56d0fe
CY
81802012-06-08 Chong Yidong <cyd@gnu.org>
8181
8182 * faces.el (set-face-attribute): Doc fix.
8183 (modify-face): Don't use :bold and :italic.
8184 (error, warning, success): Tweak definitions.
8185
8186 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
8187 (custom-modified, custom-set, custom-changed, custom-themed)
8188 (custom-saved, custom-button, custom-button-mouse)
8189 (custom-button-pressed, custom-state, custom-comment-tag)
8190 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
8191 (custom-group-subtitle): Use new-style face specs.
8192 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8193 (custom-set-face, custom-changed-face, custom-saved-face)
8194 (custom-button-face, custom-button-pressed-face)
8195 (custom-documentation-face, custom-state-face)
8196 (custom-comment-face, custom-comment-tag-face)
8197 (custom-variable-tag-face, custom-variable-button-face)
8198 (custom-face-tag-face, custom-group-tag-face-1)
8199 (custom-group-tag-face): Remove obsolete face alias.
8200
8201 * epa.el (epa-validity-high, epa-validity-medium)
8202 (epa-validity-low, epa-mark, epa-field-name, epa-string)
8203 (epa-field-name, epa-field-body):
8204 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8205 (font-lock-keyword-face, font-lock-builtin-face)
8206 (font-lock-function-name-face, font-lock-variable-name-face)
8207 (font-lock-type-face, font-lock-constant-face):
8208 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8209 (ido-virtual, ido-indicator, ido-incomplete-regexp):
8210 * speedbar.el (speedbar-button-face, speedbar-file-face)
8211 (speedbar-directory-face, speedbar-tag-face)
8212 (speedbar-selected-face, speedbar-highlight-face)
8213 (speedbar-separator-face):
8214 * whitespace.el (whitespace-newline, whitespace-space)
8215 (whitespace-hspace, whitespace-tab, whitespace-trailing)
8216 (whitespace-line, whitespace-space-before-tab)
8217 (whitespace-space-after-tab, whitespace-indentation)
8218 (whitespace-empty):
8219 * emulation/cua-base.el (cua-global-mark):
8220 * eshell/em-prompt.el (eshell-prompt):
8221 * net/newst-plainview.el (newsticker-new-item-face)
8222 (newsticker-old-item-face, newsticker-immortal-item-face)
8223 (newsticker-obsolete-item-face, newsticker-date-face)
8224 (newsticker-statistics-face, newsticker-default-face):
8225 * net/newst-reader.el (newsticker-feed-face)
8226 (newsticker-extra-face, newsticker-enclosure-face):
8227 * net/newst-treeview.el (newsticker-treeview-face)
8228 (newsticker-treeview-new-face, newsticker-treeview-old-face)
8229 (newsticker-treeview-immortal-face)
8230 (newsticker-treeview-obsolete-face)
8231 (newsticker-treeview-selection-face):
8232 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
8233 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
8234 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
8235 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
8236 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8237 (nxml-outline-active-indicator, nxml-outline-ellipsis):
8238 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8239 (mpuz-text):
8240 * progmodes/vera-mode.el (vera-font-lock-number)
8241 (vera-font-lock-function, vera-font-lock-interface):
8242 * textmodes/table.el (table-cell): Use new-style face specs, and
8243 don't use the old :bold and :italic attributes.
8244
8245 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8246 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
8247 (ebrowse-member-class, ebrowse-progress): Likewise.
8248 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8249 (ebrowse-file-name-face, ebrowse-default-face)
8250 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8251 (ebrowse-progress-face): Remove obsolete faces.
8252
8253 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8254 Inherit from error and warning faces respectively.
8255
8256 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8257 Likewise.
f80efb86
SM
8258 (flyspell-incorrect-face, flyspell-duplicate-face):
8259 Remove obsolete aliases.
4b56d0fe 8260
03310646
MA
82612012-06-08 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8264 Avoid infloop.
8265
513749ee
SM
82662012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * startup.el (argv, argi): Make lexically scoped.
8269 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
8270 * emacs-lisp/cl-macs.el: Use lexical-binding.
8271 Rename cl-bind-* to cl--bind-*.
8272 * files.el: Don't require `cl' since it doesn't use it.
8273 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
8274
595ef4ad
JB
82752012-06-08 Juanma Barranquero <lekktu@gmail.com>
8276
8277 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
8278 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
8279 instead of calling external sort utility.
8280 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
8281
e9f66fcb
EZ
82822012-06-08 Eli Zaretskii <eliz@gnu.org>
8283
8284 * descr-text.el (describe-char): Mention how to insert the
8285 character, if the current input method doesn't support it.
8286 See the discussion in this thread for the details:
8287 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
8288
3d10db47
SS
82892012-06-08 Sam Steingold <sds@gnu.org>
8290
8291 * bindings.el (global-map): Bind XF86Forward to next-buffer and
8292 XF86Back to previous-buffer.
8293 (minibuffer-local-map): Bind them to next-history-element and
8294 previous-history-element respectively.
8295 * help-mode.el (help-mode-map): Bind them to help-go-forward and
8296 help-go-back respectively.
8297 * info.el (Info-mode-map): Bind them to Info-history-forward and
8298 Info-history-back respectively.
8299 These are the keys next to Up on the ThinkPad keyboard.
8300
de7e2b36
SM
83012012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8304 * emacs-lisp/cl-macs.el: Provide itself.
8305 (cl--labels-convert-cache): New var.
8306 (cl--labels-convert): New function.
8307 (cl-flet, cl-labels): New implementation with new semantics, relying on
8308 lexical-binding.
8309 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8310 (cl-closure-vars, cl--function-convert-cache)
8311 (cl--function-convert): Move from cl-macs.el.
8312 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8313 rename by removing the "cl-" prefix.
8314 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8315
6fa6c4ae
SM
83162012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8319 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8320 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8321 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8322 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8323 (cl-hash-table-count): Add old compatibility aliases.
8324
8325 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8326 Use macroexpand-all-environment instead.
8327 (cl--old-macroexpand): New var.
8328 (cl--sm-macroexpand): New function.
8329 (cl-symbol-macrolet): Use it during macro expansion.
8330 (cl--function-convert-cache): New var.
8331 (cl--function-convert): New function, extracted from
8332 cl-macroexpand-all.
8333 (cl-lexical-let): Use it.
8334
8335 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8336 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8337 (cl-member): Remove old alias.
8338
8339 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8340 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8341 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8342 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8343 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8344 (cl-macroexpand-cmacs): Remove var.
8345 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8346 Use macroexpand-all instead.
8347
4dd1c416
SM
83482012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8351 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8352 (macroexp-copyable-p): New functions and macros.
8353 * emacs-lisp/edebug.el (edebug-unwrap):
8354 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8355 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8356 (pcase--let*): Remove.
8357 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8358 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
8359 macroexp-const-p instead.
8360 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8361
8362 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8363 instead of "cl-" for internal definitions. Use macroexp-const-p.
8364 (cl-old-bc-file-form): Remove var.
8365 (cl-const-exprs-p): Remove fun.
8366 (cl-labels, cl-macrolet): Use backquote.
8367 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
8368 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8369 (cl-define-setf-expander): Rename from cl-define-setf-method.
8370 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8371
8372 * international/mule-cmds.el: Don't require CL.
8373 (view-hello-file): Don't use `letf'.
8374
ed8bd4d7
SM
83752012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8376
7287f2f3
SM
8377 * tmm.el (tmm-prompt): Use string-prefix-p.
8378 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8379 (tmm-add-prompt): Use minibuffer-completion-help.
8380 (tmm-delete-map): Remove.
8381
ed8bd4d7
SM
8382 * subr.el (kbd): Make it its own function.
8383
7b4cdbf4
SM
83842012-06-07 Stefan Merten <smerten@oekonux.de>
8385
8386 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8387 Silence compiler warnings. Fix versions.
ed8bd4d7 8388 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 8389 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 8390 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
8391 (rst-package-emacs-version-alist): Correct Emacs version to
8392 represent major merge with upstream.
ed8bd4d7 8393 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 8394
2b48d721
GM
83952012-06-06 Glenn Morris <rgm@gnu.org>
8396
8397 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8398 Only print environment variables if set.
8399
fa779ab0
SM
84002012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8403 (macroexp--cons): Rename from maybe-cons.
8404 (macroexp--accumulate): Rename from macroexp-accumulate.
8405 (macroexp--all-forms): Rename from macroexpand-all-forms.
8406 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8407 (macroexp--expand-all): Rename from macroexpand-all-1.
8408
628299e0
SS
84092012-06-06 Sam Steingold <sds@gnu.org>
8410
8411 * calendar/calendar.el (calendar-in-read-only-buffer):
8412 Call `special-mode' to enable the standard read-only keybindings.
8413
b7bb5838
SM
84142012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8417 with "loading" messages (bug#11635).
8418
dfb308ba
MA
84192012-06-06 Michael Albinus <michael.albinus@gmx.de>
8420
8421 * files.el (enable-remote-dir-locals): New option.
8422 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8423
0372ee92
MA
8424 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8425 Ensure, that the temp directory is local.
8426
8427 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8428 `temporary-file-directory'.
8429
eed0bb91
MA
8430 * progmodes/python.el (python-send-region): Ensure, that the
8431 temporary file is created also in the remote case.
8432
7a58f64d
GM
84332012-06-06 Glenn Morris <rgm@gnu.org>
8434
f7dd4e98
GM
8435 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8436 (vc-rcs-update-changelog): Use it.
8437
090bd7cb 8438 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 8439
7a58f64d
GM
8440 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8441 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8442 (vc-sccs-diff): Replace use of the external vcdiff script.
8443
daed4003
GM
84442012-06-05 Glenn Morris <rgm@gnu.org>
8445
8446 * ledit.el: Move to obsolete/.
8447
48c455c7
SS
84482012-06-05 Sam Steingold <sds@gnu.org>
8449
ed9265fc 8450 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
8451 patch (Bug#11140).
8452
57a7d507
SM
84532012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8454
090bd7cb 8455 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 8456
53aacf21
SM
8457 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8458 compiler-macro expansion.
8459
57a7d507
SM
8460 Add native compiler-macro support.
8461 * emacs-lisp/macroexp.el (macroexpand-all-1):
8462 Support compiler-macros directly. Properly follow aliases and apply
8463 the compiler macros more thoroughly.
8464 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8465 macroexpand now properly follows aliases.
8466 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8467 (cl-compiler-macroexpand): Use new prop.
8468 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8469
8470 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8471
51a5f9d8
MR
84722012-06-05 Martin Rudalics <rudalics@gmx.at>
8473
8474 * window.el (get-lru-window, get-mru-window, get-largest-window):
8475 New argument NOT-SELECTED to avoid picking the selected window.
8476 (window--display-buffer-1, window--display-buffer-2): Replace by
8477 new function window--display-buffer
8478 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
8479 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8480 Use window--display-buffer.
51a5f9d8
MR
8481 (display-buffer-use-some-window): Remove temporary dedication
8482 hack by calling get-lru-window and get-largest-window with
8483 NOT-SELECTED argument non-nil. Call window--display-buffer.
8484
08f9f738
GM
84852012-06-05 Glenn Morris <rgm@gnu.org>
8486
8487 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8488 Replace external vcdiff script.
8489
e364a2b7
SM
84902012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8493
041df390
CY
84942012-06-04 Chong Yidong <cyd@gnu.org>
8495
e364a2b7
SM
8496 * image.el (imagemagick-types-inhibit): Revert last change.
8497 Add INFO and M.
47b36b94 8498 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 8499
7c1898a7
SM
85002012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/cl-lib.el: Rename from cl.el.
8503 * emacs-lisp/cl.el: New compatibility file.
8504 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8505 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8506 to obey the "cl-" prefix.
8507 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8508
0c3461de
GM
85092012-06-03 Glenn Morris <rgm@gnu.org>
8510
1e266c88
GM
8511 * emacs-lisp/authors.el (authors-aliases): Addition.
8512
0c3461de
GM
8513 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8514 Fix :version.
8515
d8a52e15
SM
85162012-06-03 Stefan Merten <smerten@oekonux.de>
8517
8518 * textmodes/rst.el: Add comments.
8519 (rst-transition, rst-adornment): New faces.
8520 (rst-adornment-faces-alist): Make default safe to reevaluate.
8521 Fixes
8522 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8523 Improve customization tags.
8524 (rst-define-level-faces): Clarify meaning.
8525
5205d6f6
CY
85262012-06-03 Chong Yidong <cyd@gnu.org>
8527
8528 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
8529 (compilation-mode-line-run, compilation-mode-line-exit):
8530 New faces.
5205d6f6
CY
8531 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8532
757ee657
JD
85332012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8534
7c1898a7
SM
8535 * progmodes/which-func.el (which-func-update-ediff-windows):
8536 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 8537
5f2c76c6
CY
85382012-06-03 Chong Yidong <cyd@gnu.org>
8539
8540 * bindings.el: Remove explicit help text from format-mode-line.
8541 It is now supplied by mode-line-default-help-echo.
8542 (mode-line-front-space, mode-line-end-spaces)
8543 (mode-line-misc-info): New variables.
8544 (mode-line-modes, mode-line-position): Move the default value to
8545 the variable definition.
8546 (mode-line-default-help-echo): New defcustom.
383f7350
CY
8547 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8548 (mode-line-modified-help-echo): New functions.
8549 (mode-line-mule-info, mode-line-modified): Use them.
8550 (mode-line-eol-desc, propertized-buffer-identification):
8551 Consistency fixes for help text.
cbe46e5f
CY
8552 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8553 set-buffer-file-coding-system (Bug#289).
8554 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 8555
f2d6a3df
SM
85562012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * simple.el (execute-extended-command): Set real-this-command
8559 (bug#11506).
8560
37269466
CY
85612012-06-02 Chong Yidong <cyd@gnu.org>
8562
8563 Remove incorrect uses of "modeline" in comments, docstrings, and
8564 function/variable names (Bug#10329).
8565
8566 * cus-edit.el (mode-line):
8567 * dframe.el (dframe-mouse-hscroll):
8568 * emacs-lisp/re-builder.el:
8569 * emacs-lisp/easy-mmode.el (define-minor-mode):
8570 * frame.el (set-frame-name):
8571 * help.el (lookup-minor-mode-from-indicator):
8572 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8573 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8574 (c-toggle-hungry-state):
8575 * progmodes/antlr-mode.el (antlr-language-alist):
8576 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8577 * progmodes/vhdl-mode.el (vhdl-mode):
8578 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8579 * term/ns-win.el (ns-face-at-pos):
8580 * term/sup-mouse.el (sup-mouse-report):
8581 * textmodes/flyspell.el (flyspell-mode-line-string):
8582 * textmodes/ispell.el (ispell-highlight-face):
8583 * textmodes/reftex-global.el:
8584 * vc/vc-arch.el (vc-arch-mode-line-string):
8585 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8586 * vc/vc-git.el (vc-git-mode-line-string):
8587 * vc/vc-hooks.el (vc-display-status)
8588 (vc-default-mode-line-string):
8589 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8590
8591 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8592
8593 * dired.el (dired-sort-set-mode-line): Rename from
8594 dired-sort-set-modeline. All callers changed.
8595
8596 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8597 eshell-status-in-modeline.
8598
8599 * foldout.el (foldout-mode-line-string): Rename from
8600 foldout-modeline-string. All callers changed.
8601 (foldout-update-mode-line): Rename from foldout-update-modeline.
8602
8603 * subr.el (redraw-modeline): Make into obsolete alias.
8604
8605 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8606 timeclock-modeline-display. Make old name an alias.
8607 (timeclock-update-mode-line): Likewise. All callers changed.
8608 (timeclock-mode-line-display): No need to check before using
8609 add-hook.
8610 (timeclock-relative, timeclock-day-over-hook)
8611 (timeclock-use-elapsed, timeclock-mode-string)
8612 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8613
8614 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8615 crisp-mode-modeline-string.
8616
8617 * play/solitaire.el (solitaire-build-mode-line): Rename from
8618 solitaire-build-modeline. All callers changed.
8619
8620 * play/zone.el (zone-hiding-mode-line): Rename from
8621 zone-hiding-modeline. All callers changed.
8622 (zone): Remove unusued `modeline-hidden-level' property.
8623
8624 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8625 xscheme-modeline-initialize. All callers changed.
8626
8627 * strokes.el (strokes-lighter): Rename from
8628 strokes-modeline-string.
8629
8630 * textmodes/sgml-mode.el (html-face-tag-alist)
8631 (html-tag-face-alist): Use mode-line face instead of obsolete
8632 alias modeline.
8633
42152ee4
SM
86342012-06-02 Stefan Merten <smerten@oekonux.de>
8635
8636 * textmodes/rst.el: Always require `cl'.
4cf9b38d 8637 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 8638
95f520b5
CY
86392012-06-02 Chong Yidong <cyd@gnu.org>
8640
8641 * image.el (imagemagick-enabled-types): Rename from
8642 imagemagick-types-enable. Add many more types.
8643 (imagemagick-types-inhibit): Change default to nil.
8644 (imagemagick-filter-types): Caller changed.
8645
4a5f187a
SM
86462012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8647
03fef3e6
SM
8648 * emacs-lisp/cl-macs.el: Use backquotes.
8649 (cl-transform-function-property): Use eval-and-compile rather than
8650 abusing `require'.
8651 (defstruct): Use declare-function instead of with-no-warnings.
8652
4a5f187a
SM
8653 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8654 (byte-compile-output-docform): Re-add the print-circle bindings.
8655 (byte-compile-fix-header): Use #$ just because it's shorter.
8656 (byte-compile-output-file-form): Remove defun/defmacro.
8657
bd56924f
MR
86582012-06-01 Martin Rudalics <rudalics@gmx.at>
8659
8660 * simple.el (choose-completion): Remove now obsolete binding for
8661 owindow.
8662
046e38ce
MA
86632012-06-01 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8666 in order to avoid "Stack overflow in regexp matcher".
8667
32d72c2f
GM
86682012-05-31 Glenn Morris <rgm@gnu.org>
8669
8670 * image.el: For clarity, call imagemagick-register-types at
8671 top-level, rather than relying on a custom :initialize.
8672 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
8673 (imagemagick-filter-types): New function. (Bug#7406)
8674 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
8675 If disabling support, remove elements altogether rather
8676 than using an impossible regexp.
8677 (imagemagick-types-inhibit): Give it the default init function.
8678
dd41169b
SM
86792012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8680
4a5f187a
SM
8681 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8682 Handle arbitrary file name lengths (Bug#11585).
dd41169b 8683
efc00ab1 86842012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
8685
8686 * desktop.el (desktop-read): Clear previous and next buffers for
8687 all windows and bury *Messages* buffer (bug#11556).
8688
500fcedc
SM
86892012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 Add `declare' for `defun'. Align `defmacro's with it.
8692 * emacs-lisp/easy-mmode.el (define-minor-mode)
8693 (define-globalized-minor-mode): Don't autoload the var definitions.
8694 * emacs-lisp/byte-run.el: Use lexical-binding.
8695 (defun-declarations-alist, macro-declarations-alist): New vars.
8696 (defmacro, defun): Use them.
8697 (make-obsolete, define-obsolete-function-alias)
8698 (make-obsolete-variable, define-obsolete-variable-alias):
8699 Use `declare'.
8700 (macro-declaration-function): Mark obsolete.
8701 * emacs-lisp/autoload.el: Use lexical-binding.
8702 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
8703
6e8a1786
AM
87042012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8705
8706 * textmodes/ispell.el (ispell-with-no-warnings):
8707 Define as a macro.
500fcedc
SM
8708 (ispell-kill-ispell, ispell-change-dictionary):
8709 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
8710 `interactive-p'.
8711
61b108cc
SM
87122012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8715 (macro-declaration-function): Move var from C code.
8716 (macro-declaration-function): Define function with defalias.
8717 * emacs-lisp/macroexp.el (macroexpand-all-1):
8718 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8719 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8720 defun/defmacro any more.
8721 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8722 Provide fallback for unknown arglist.
8723 (byte-compile-arglist-warn): Change calling convention.
8724 (byte-compile-output-file-form): Move print-vars binding.
8725 (byte-compile-output-docform): Simplify accordingly.
8726 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8727 (byte-compile-defmacro-declaration): Remove.
8728 (byte-compile-file-form-defmumble): Generalize to defalias.
8729 (byte-compile-output-as-comment): Return byte-positions.
8730 Simplify callers accordingly.
8731 (byte-compile-lambda): Use `assert'.
8732 (byte-compile-defun, byte-compile-defmacro): Remove.
8733 (byte-compile-file-form-defalias):
8734 Use byte-compile-file-form-defmumble.
8735 (byte-compile-defalias-warn): Remove.
8736
6d3f7c2f
SM
87372012-05-29 Stefan Merten <smerten@oekonux.de>
8738
8739 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 8740 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
8741
8742 (rst-mode-abbrev-table): Merge definition.
8743 (rst-mode): Make sure `font-lock-defaults' is buffer local.
8744 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8745
6dbaa1c7
UJ
87462012-05-29 Ulf Jasper <ulf.jasper@web.de>
8747
8748 * calendar/icalendar.el
8749 (icalendar-export-region): Export UID properly.
8750
d209e2fb 87512012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
8752 * calendar/icalendar.el (icalendar-import-format):
8753 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
8754 (icalendar-import-format-uid): New.
8755 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8756 Export UID.
8757
6876a58d
SM
87582012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8761 different alternative patterns.
8762 (pcase-codegen): Be more careful to preserve identity.
8763 (pcase--u1): Don't forget to mark vars as used.
8764
8765 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8766 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8767 (byte-compile-from-buffer): ...rather than here.
8768
8769 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8770 functions from byte-compile-function-environment.
8771
46b7967e
TN
87722012-05-29 Troels Nielsen <bn.troels@gmail.com>
8773
8774 * window.el (window-deletable-p): Avoid deleting the root window
8775 of a frame with an active minibuffer.
8776
69d565e2
MR
87772012-05-29 Martin Rudalics <rudalics@gmx.at>
8778
8779 * simple.el (choose-completion): Use quit-window (Bug#11567).
8780
a149fa51
CY
87812012-05-29 Chong Yidong <cyd@gnu.org>
8782
8783 * whitespace.el (whitespace-cleanup): Fix usage of
8784 whitespace-empty-at-bob-regexp (Bug#11492).
8785
2b311310
AH
87862012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8787
8788 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8789 revert (Bug#11488).
8790
b9cb2387
JL
87912012-05-29 Juri Linkov <juri@jurta.org>
8792
8793 * isearch.el (isearch-mode-map): Bind `M-s _' to
8794 `isearch-toggle-symbol'. Bind `M-s c' to
8795 `isearch-toggle-case-fold'.
8796 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8797 (isearch-forward): Add `M-s _' to the docstring.
8798 (isearch-forward-symbol, isearch-toggle-case-fold)
8799 (isearch-symbol-regexp): New functions. (Bug#11381)
8800
d5e61c1c
JL
88012012-05-29 Juri Linkov <juri@jurta.org>
8802
8803 * isearch.el (isearch-word): Add docstring. (Bug#11381)
8804 (isearch-occur, isearch-search-and-update): If `isearch-word' is
8805 a function, call it to get the regexp.
8806 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8807 property `isearch-message-prefix' instead of the string "word ".
8808 (isearch-search-fun-default): For the case of `isearch-word',
8809 return a lambda that calls re-search-forward/re-search-backward
8810 with a regexp returned by `word-search-regexp' or by the function
8811 in `isearch-word'.
8812
8cbd80f7
JL
88132012-05-29 Juri Linkov <juri@jurta.org>
8814
8815 * isearch.el (isearch-search-fun-default): New function.
8816 (isearch-search-fun): Move default part to the new function
8817 `isearch-search-fun-default'.
8818 (isearch-search-fun-function): Set the default value to
8819 `isearch-search-fun-default'. (Bug#11381)
8820
8821 * comint.el (comint-history-isearch-end):
8822 Use `isearch-search-fun-default'.
8823 (comint-history-isearch-search): Use `isearch-search-fun-default'
8824 and remove spacial case for `isearch-word'.
8825 (comint-history-isearch-wrap): Remove spacial case for
8826 `isearch-word'.
8827
8828 * hexl.el (hexl-isearch-search-function):
8829 Use `isearch-search-fun-default'.
8830
8831 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8832 Use `word-search-regexp' for `isearch-word'.
8833
8834 * misearch.el (multi-isearch-search-fun):
8835 Use `isearch-search-fun-default'.
8836
8837 * simple.el (minibuffer-history-isearch-search):
8838 Use `isearch-search-fun-default' and remove spacial case for
8839 `isearch-word'.
8840 (minibuffer-history-isearch-wrap): Remove spacial case for
8841 `isearch-word'.
8842
8843 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8844 Remove spacial case for `isearch-word'.
8845 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8846
85c8c5b6
AM
88472012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8848
8849 Decrease XEmacs incompatibilities.
8850 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8851 Use `string-match'.
8852 (flyspell-delete-region-overlays): Use alternative definition for
8853 XEmacs.
8854 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8855 (flyspell-word): Use `process-kill-without-query' if XEmacs.
8856 (flyspell-mode-on): Use `interactive-p' if XEmacs.
8857 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8858 `define-obsolete-face-alias' under XEmacs, but old method.
8859
8860 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8861 `with-no-warnings' definition or Emacs alias.
8862 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8863 (ispell-word): Do not use `region-p' if XEmacs.
8864
8cab9efc
AM
88652012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8866
8867 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8868 Check for `ispell-dictionary-base-alist' instead of full
8869 `ispell-dictionary-alist'.
8870 (ispell-init-process): Show spellchecker when starting new Ispell
8871 process.
8872
fda91268
RZ
88732012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8876 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8877
694ea8e3
JB
88782012-05-27 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * version.el (motif-version-string, gtk-version-string)
8881 (ns-version-string): Declare.
8882
e4d4f539
JL
88832012-05-27 Juri Linkov <juri@jurta.org>
8884
8885 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8886 after the `eval-defun-1' specialcaseing
8887 like in `edebug-eval-defun' (bug#10181).
8888
8889 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8890 like in `eval-defun-1'.
8891
33017faf 88922012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 8893
fda91268
RZ
8894 * mail/sendmail.el (mail-yank-region):
8895 Recognize rmail-yank-current-message in addition to insert-buffer.
8896 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
8897 a *mail* buffer created through rmail-start-mail with sendmail as
8898 mail-user-agent.
8899
33017faf
GM
89002012-05-27 Chong Yidong <cyd@gnu.org>
8901
8902 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8903 Default to 256 (Bug#11267).
8904
8905 * help.el (describe-mode): Doc fix.
8906
04188bb9
GM
89072012-05-26 Glenn Morris <rgm@gnu.org>
8908
38264cc9
GM
8909 * w32-fns.el (w32-init-info): Remove.
8910 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8911
eb7afdad
GM
8912 * info.el (info-initialize): For self-contained NS builds, put the
8913 included info/ directory at the front. (Bug#2791)
8914
04188bb9
GM
8915 * paths.el (Info-default-directory-list): Make it a defcustom,
8916 mainly so that we can use custom-initialize-delay.
8917
a179e3f7
SM
89182012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8919
43416392
SM
8920 * subr.el (buffer-has-markers-at): Mark obsolete.
8921
a179e3f7 8922 * subr.el (lambda): Use declare.
43416392 8923
a179e3f7
SM
8924 * emacs-lisp/lisp-mode.el (lambda):
8925 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8926
34a008d9
AH
89272012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8928
8929 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
8930
0a3b289f
GM
89312012-05-26 Glenn Morris <rgm@gnu.org>
8932
8933 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8934
758c81e8
GM
89352012-05-25 Glenn Morris <rgm@gnu.org>
8936
f9f334f0
GM
8937 * paths.el: Remove no-byte-compile.
8938 * loadup.el: No need to load paths.el uncompiled.
8939
87eb79c2
GM
8940 * image.el (imagemagick-types-inhibit): Doc fix.
8941
758c81e8
GM
8942 * version.el: Remove no-byte-compile and associated formatting.
8943 * loadup.el: No need to load version.el uncompiled. AFAICS, this
8944 is ancient code from when there was an "inc-vers.el".
8945
e7e85dc0
SM
89462012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * progmodes/gdb-mi.el: Minor style changes.
8949 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8950 Turn into minor modes.
8951 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8952 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8953 (gdb-shell): Remove unneeded let-binding.
8954 (gdb-get-many-fields): Eliminate O(n²) behavior.
8955
f31237a4
EZ
89562012-05-25 Eli Zaretskii <eliz@gnu.org>
8957
8958 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8959 platforms that don't link in fontset.c.
8960
bc1b21bb
JL
89612012-05-25 Juri Linkov <juri@jurta.org>
8962
8963 Use the same diff color scheme as in modern VCSes (bug#10181).
8964
8965 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8966 to avoid confusion with `diff-added' that now uses green colors.
8967 (diff-removed): Use shades of red.
8968 (diff-added): Use shades of green.
8969 (diff-changed): Leave just the yellow color.
8970 (diff-use-changed-face): New variable.
8971 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8972 how to highlight context diff changes.
8973 (diff-refine-change): Use shades of yellow.
8974 (diff-refine-removed): New face that uses shades of red.
8975 (diff-refine-added): New face that uses shades of green.
8976 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8977 `diff-refine-removed' in the call to `smerge-refine-subst'
8978 depending on the value of `diff-use-changed-face'.
8979
8980 * vc/smerge-mode.el (smerge-mine): Use shades of red.
8981 (smerge-other): Use shades of green.
8982 (smerge-base): Use shades of yellow.
8983 (smerge-refined-change): Empty face.
8984 (smerge-refined-removed): New face that uses shades of red.
8985 (smerge-refined-added): New face that uses shades of green.
8986 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
8987 args `props-r' and `props-a', and use them. Doc fix.
8988 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8989 on its value use different faces `smerge-refined-change',
8990 `smerge-refined-removed', `smerge-refined-added' in the call to
8991 `smerge-refine-subst'.
8992
8993 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8994 Add face condition `min-colors 88' with shades of red.
8995 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8996 `min-colors 88' with shades of green.
8997 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8998 `min-colors 88' with shades of yellow.
8999
6df9112c
GM
90002012-05-24 Glenn Morris <rgm@gnu.org>
9001
ead5edc0
GM
9002 * paths.el (prune-directory-list, remote-shell-program): Move to...
9003 * files.el (prune-directory-list, remote-shell-program): ...here.
9004 For the latter, delay initialization, prefer ssh, just search PATH.
9005
f18b81e6
GM
9006 * paths.el (term-file-prefix): Move to faces.el (the only user).
9007 * faces.el (term-file-prefix): Move here, make it a defcustom.
9008
ee2f89a6
GM
9009 * paths.el (news-directory, news-path, news-inews-program):
9010 Move to gnus/nnspool.el.
61a583ca 9011
f8815e4c
GM
9012 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9013
c8f3b42c
GM
9014 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9015 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9016 Make the latter a defcustom, with a delayed initialization.
9017
6df9112c
GM
9018 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9019 These were deleted from Gnus itself late 2010.
9020
5dadff36
JB
90212012-05-22 Juanma Barranquero <lekktu@gmail.com>
9022
9e1701c6
JB
9023 * progmodes/which-func.el (which-func-ff-hook):
9024 Check against user-error, not error.
9025
bd7239f5 9026 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
9027 cl-specs.el, which no longer exists.
9028
3290526d
GM
90292012-05-22 Glenn Morris <rgm@gnu.org>
9030
9031 * info.el (info-emacs-bug): New command.
9032 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
9033 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
9034
ff0c3cfb
GM
90352012-05-21 Glenn Morris <rgm@gnu.org>
9036
9037 * makefile.w32-in (update-subdirs-SH):
9038 * Makefile.in (update-subdirs): Update for moved update-subdirs.
9039
5814f126
SM
90402012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9041
a52c0aa0
SM
9042 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
9043
5814f126
SM
9044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9045 Simplify Maven regexp, and make sure the file can't start with a space
9046 (bug#11517).
9047
b847032c
GM
90482012-05-21 Glenn Morris <rgm@gnu.org>
9049
9050 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9051 Scrap superfluous subshells.
9052
3858bfe7
SM
90532012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9056 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
9057
d14b0029
JB
90582012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
9059
9060 * calc/calc.el (calc-ensure-consistent-units): New variable.
9061
a52c0aa0
SM
9062 * calc/calc-units.el (math-consistent-units-p)
9063 (math-check-unit-consistency): New functions.
9064 (calc-quick-units, calc-convert-units):
9065 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
9066 is non-nil.
d14b0029
JB
9067 (calc-extract-units): Fix typo.
9068
60c4db3a
SM
90692012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9070
77f3b62e
SM
9071 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
9072
60c4db3a
SM
9073 * textmodes/flyspell.el: Commenting style, plus code simplifications.
9074 (flyspell-default-deplacement-commands): Don't spell check after
9075 repeated window/frame switches (e.g. triggered by mouse-movement).
9076 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
9077 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
9078 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
9079 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
9080 Remove unused vars.
9081 (flyspell-get-casechars, flyspell-get-not-casechars):
9082 Simplify; Don't bother removing a ] just to add it back.
9083 * textmodes/ispell.el (ispell-program-name): Use executable-find.
9084
d209e2fb 90852012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
9086
9087 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
9088 New functions.
bd7239f5 9089 (math-function-table): Add support for more C functions.
b1a10716 9090
3f1b25b5
AM
90912012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9092
090bd7cb
JB
9093 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9094 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9095 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 9096
b581bb5c
SM
90972012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
9100 their respective macro declarations.
9101 * skeleton.el (define-skeleton):
9102 * progmodes/compile.el (define-compilation-mode):
9103 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
9104 (define-ibuffer-filter):
9105 * emacs-lisp/generic.el (define-generic-mode):
9106 * emacs-lisp/easy-mmode.el (define-minor-mode)
9107 (define-globalized-minor-mode):
9108 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
9109 * emacs-lisp/byte-run.el (defsubst):
9110 * custom.el (deftheme): Add doc-string metadata.
9111
70b8ef8f
SM
91122012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
9115
b1198e17
SM
91162012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9abdc45d
SM
9118 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
9119
b1198e17
SM
9120 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
9121 * emacs-lisp/cl-macs.el: Idem.
9122 * emacs-lisp/cl-specs.el: Remove.
9123
4735906a
SM
91242012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 Minor renaming of internal CL functions and variables.
9127 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
9128 (cl--position): Rename from cl-position.
9129 (cl--delete-duplicates): Rename from cl-delete-duplicates.
9130 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
9131 (cl--random-state): Rename from *random-state*.
9132
ac348012
SM
91332012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
9136 parens around the arg list (bug#11499).
9137
a0a79cde
JL
91382012-05-17 Juri Linkov <juri@jurta.org>
9139
9140 * isearch.el (word-search-regexp, word-search-backward)
9141 (word-search-forward, word-search-backward-lax)
9142 (word-search-forward-lax): Move functions from search.c
9143 (bug#10145, bug#11381).
9144
65034a51
AM
91452012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9146
090bd7cb
JB
9147 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9148 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9149 Delay for otherchars as for normal word components.
65034a51 9150
1a72a195
SM
91512012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * minibuffer.el (completion--sifn-requote): Fix last change.
9154 (minibuffer-local-must-match-filename-map):
9155 Move define-obsolete-variable-alias before its var.
9156
fdb058c2
SM
91572012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9158
c41045e6
SM
9159 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
9160
036dfb8b
SM
9161 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
9162 behavior.
9163 (completion--string-equal-p): New function.
9164 (completion--twq-all): Use it to get better assertion failure data.
9165
2473256d
SM
9166 Only handle ".." and '..' quoting in shell-mode (bug#11466).
9167 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
9168 (shell--requote-argument): New functions.
9169 (shell-completion-vars): Use them.
9170 (shell--parse-pcomplete-arguments): Rename from
9171 shell-parse-pcomplete-arguments.
9172 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
9173 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
9174 Obey comint-file-name-quote-list.
9175
fdb058c2
SM
9176 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
9177 (smie-indent-keyword): Use it.
9178
51fa99f1
SM
91792012-05-14 Stefan Merten <smerten@oekonux.de>
9180
9181 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9182
e18afed7 91832012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
9184
9185 * net/rlogin.el (rlogin-mode-map): Fix last change.
9186
e18afed7 91872012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
9188
9189 * mail/smtpmail.el (smtpmail-send-command): Send the command and
9190 the following \r\n using a single `process-send-string', since the
9191 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 9192 with two `process-send-string's (Bug#11444).
8633b1f4 9193
e18afed7 91942012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 9195
fdb058c2
SM
9196 * shell.el (shell-parse-pcomplete-arguments):
9197 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 9198
2d21d7f6
WJ
91992012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9200
e18afed7 9201 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
9202 (image-transform-scale, image-transform-right-angle-fudge): New vars.
9203 (image-transform-width, image-transform-fit-width): New functions.
9204 (image-transform-properties): Use them.
9205 (image-transform-check-size): New function.
9206 (image-toggle-display-image): Use it (for testing).
9207 (image-transform-set-rotation): Reduce angle mod 360.
9208 Delete obsolete comment.
9209
7102e6d0
WJ
92102012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9211
9212 * image-mode.el: Fix scaling (bug#11399).
9213 (image-transform-resize): Doc fix.
9214 (image-transform-properties): Default scale is 1 and height should
9215 be an integer.
9216
06bc5e6e
SM
92172012-05-13 Johan Bockgård <bojohan@gnu.org>
9218
9219 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
9220 than hard-coding `car', to fix misbehavior when moving forward.
9221
0ae03b6a
CY
92222012-05-13 Chong Yidong <cyd@gnu.org>
9223
9224 * emacs-lisp/tabulated-list.el (tabulated-list-format)
9225 (tabulated-list-entries, tabulated-list-padding)
9226 (tabulated-list-sort-key): Make permanent-local.
9227
9228 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
9229 (electric-buffer-list): Put electric buffer menu
9230 command descriptions in this docstring, instead of the docstring
9231 of electric-buffer-menu-mode. Code cleanups.
9232 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
9233 Electric-buffer-menu-mode.
9234 (electric-buffer-update-highlight): Minor code cleanup.
9235
205a7391
MA
92362012-05-13 Michael Albinus <michael.albinus@gmx.de>
9237
9238 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
9239 (Bug#11447)
9240
e5bd0a28
SM
92412012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 Move define-obsolete-variable-alias before the var's definition.
9244 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
9245 * tooltip.el (tooltip-hook):
9246 * textmodes/reftex-toc.el (reftex-toc-map):
9247 * textmodes/reftex-sel.el (reftex-select-label-map)
9248 (reftex-select-bib-map):
9249 * textmodes/reftex-index.el (reftex-index-map)
9250 (reftex-index-phrases-map):
9251 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
9252 * progmodes/meta-mode.el (meta-mode-map):
9253 * novice.el (disabled-command-hook):
9254 * loadhist.el (unload-hook-features-list):
9255 * frame.el (blink-cursor):
9256 * files.el (find-file-not-found-hooks, write-file-hooks)
9257 (write-contents-hooks):
9258 * emulation/tpu-edt.el (GOLD-map):
9259 * emacs-lock.el (emacs-lock-from-exiting):
9260 * emacs-lisp/generic.el (generic-font-lock-defaults):
9261 * emacs-lisp/chart.el (chart-map):
9262 * dos-fns.el (register-name-alist):
9263 * dired-x.el (dired-omit-files-p):
9264 * desktop.el (desktop-enable):
9265 * cus-edit.el (custom-mode-hook):
9266 * buff-menu.el (buffer-menu-mode-hook):
9267 * bookmark.el (bookmark-read-annotation-text-func)
9268 (bookmark-exit-hooks):
9269 * allout.el (allout-mode-deactivate-hook)
9270 (allout-exposure-change-hook, allout-structure-added-hook)
9271 (allout-structure-deleted-hook, allout-structure-shifted-hook):
9272 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
9273 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
9274 comes before the corresponding variable's definition.
9275
ac59c2f6
CY
92762012-05-12 Chong Yidong <cyd@gnu.org>
9277
9278 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
9279 (Buffer-menu-mouse-select): Restore function (Bug#11459).
9280 (Buffer-menu-mode-map): Bind it.
9281 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 9282
dee6c9a3
SM
92832012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9284
2171cea5
SM
9285 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
9286 (prolog-upper-case-string, prolog-lower-case-string)
9287 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
9288 (prolog-use-smie, prolog-smie-grammar): New vars.
9289 (prolog-smie-forward-token, prolog-smie-backward-token)
9290 (prolog-smie-rules): New funs.
9291 (prolog-comment-indent): Remove.
9292 (prolog-mode-variables): Use default comment indentation instead.
9293 Setup SMIE.
9294 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
9295 (prolog-mode): Don't call them any more.
9296 (prolog-electric-colon, prolog-electric-dash)
9297 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
9298
aa0382bd
SM
9299 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9300
dbacb4bd
SM
9301 * minibuffer.el (completion--twq-all): Again, allow case differences.
9302
13bdd94c
SM
9303 * term.el: Move keymap initialization code to be more idiomatic.
9304 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9305 (term-terminal-menu): Move initialization into declaration.
9306 (term-escape-char): Let the user set it in her .emacs.
9307
ff46c759
SM
9308 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9309 Provide SMIE-based indentation (not enabled by default yet).
9310 (sh-mode-map): Don't bind electric keys.
9311 Use electric-pair-mode instead of skeleton-pair.
9312 (sh-assignment-regexp): Fit within 80 columns.
9313 (sh-indent-supported): Specify actual shell name instead of boolean.
9314 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9315 (sh-maybe-here-document): Use it. Make obsolete.
9316 (sh-electric-here-document-mode) New minor mode.
9317 (sh-mode): Use it. Don't set sh-indent-supported-here here.
9318 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9319 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9320 (sh-smie-rc-grammar, sh-use-smie): New vars.
9321 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9322 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9323 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9324 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9325 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9326 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9327 (sh-set-shell): Use smie-setup if requested.
9328
dee6c9a3
SM
9329 * term.el (term-set-escape-char): Properly set term-escape-char.
9330 See http://stackoverflow.com/questions/10524656.
9331
9f9aa044
CY
93322012-05-10 Chong Yidong <cyd@gnu.org>
9333
9334 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9335 Use url-generic-parse-url, and handle host names and Windows
9336 filenames properly.
9337 (ffap-url-unwrap-remote): Use url-generic-parse-url.
9338 (ffap-url-unwrap-remote): Accept list values, specifying a list of
9339 URL schemes to work on.
9340 (ffap--toggle-read-only): New function.
9341 (ffap-read-only, ffap-read-only-other-window)
9342 (ffap-read-only-other-frame): Use it.
9343 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9344 necessary for ffap-url-unwrap-remote.
9345
836d29b3
DA
93462012-05-10 Dave Abrahams <dave@boostpro.com>
9347
9348 * cus-start.el (create-lockfiles): Add it.
9349
00fd78ed
CY
93502012-05-09 Chong Yidong <cyd@gnu.org>
9351
9352 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9353 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9354
666b903b 93552012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
9356
9357 * shell.el (shell-completion-vars): Fix last change (bug#11348).
9358
666b903b 93592012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
9360
9361 * ansi-color.el (ansi-color-process-output): Check for validity of
9362 comint-last-output-start before using it. This avoids a bad
9363 interaction with gdb-mi's input/output buffer.
9364
666b903b 93652012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
9366
9367 * files.el (dir-locals-read-from-file):
9368 Mention dir-locals in any error message.
9369
666b903b 93702012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
9371
9372 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9373 package (Bug#11410).
9374
f677562b
CY
9375 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9376 variables into description.
9377
666b903b 93782012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
9379
9380 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9381 shell-delimiter-argument-list (bug#11348).
9382 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9383
b499d8d0
JB
93842012-05-09 Juanma Barranquero <lekktu@gmail.com>
9385
8f6b6da8
JB
9386 * textmodes/rst.el: Silence byte-compiler warnings.
9387 (rst-re-alist, rst-reset-section-caches): Move around.
9388 (rst-re): Use `characterp', not `char-valid-p'.
9389 (font-lock-beg, font-lock-end): Declare.
9390
4824146a
JB
9391 * progmodes/idlw-shell.el (specs): Remove reference to deleted
9392 variable `idlwave-shell-activate-alt-keybindings' and simplify.
9393
b499d8d0
JB
9394 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9395
ad89bb83
GM
93962012-05-08 Glenn Morris <rgm@gnu.org>
9397
9398 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9399
8bba5a75
SM
94002012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9401
49ed9c8e
SM
9402 * vc/log-edit.el: Add GNU coding standards highlighting.
9403 (log-edit-font-lock-gnu-style)
9404 (log-edit-font-lock-gnu-keywords): New vars.
9405 (log-edit-font-lock-keywords): New fun.
9406 (log-edit-mode): Don't fold case in font-lock.
9407 (log-edit-font-lock-keywords): Do not assume case-folding.
9408
07d00b56
SM
9409 * imenu.el: Misc cleanup. Make docstrings out of comments.
9410 Use lexical-binding.
9411 (imenu--index-alist, imenu--last-menubar-index-alist)
9412 (imenu-menubar-modified-tick): Use defvar-local.
9413 (imenu--split-menu): Remove unused var.
9414 (imenu--cleanup-seen): Declare as global.
9415 (imenu--cleanup): Use dolist.
9416
8bba5a75
SM
9417 * subr.el (defvar-local): Add debug spec and doc-string position.
9418
5075bdb5
GM
94192012-05-08 Glenn Morris <rgm@gnu.org>
9420
090bd7cb 9421 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
9422 * language/english.el, language/georgian.el, language/greek.el:
9423 * language/japanese.el, language/khmer.el, language/korean.el:
9424 * language/lao.el, language/misc-lang.el, language/romanian.el:
9425 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9426 * language/thai.el, language/utf-8-lang.el:
9427 Remove no-byte-compile setting.
9428
5075bdb5
GM
9429 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9430
06f679a7
AH
94312012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9432
9433 * progmodes/make-mode.el (makefile-browse):
9434 Remove unnecessary interactive. (Bug#11324)
9435
03794570
GM
94362012-05-07 Glenn Morris <rgm@gnu.org>
9437
af8630f4
GM
9438 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9439
03794570
GM
9440 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9441
f0809a9d
SM
94422012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9443
28be5ce7
SM
9444 * loadup.el: Preload newcomment.el.
9445 * newcomment.el: Move autoload-only code to toplevel.
9446
f0809a9d
SM
9447 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9448 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9449 Handle new :right-align column property.
9450 (tabulated-list-print-col): Idem, plus use `display' text-property to
9451 try and preserve alignment for variable pitch fonts.
9452
1241b724
CY
94532012-05-07 Chong Yidong <cyd@gnu.org>
9454
9455 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9456 (tabulated-list-use-header-line): New var.
9457 (tabulated-list-init-header): Use it.
9458 (tabulated-list-print-fake-header): New function.
9459 (tabulated-list-print): Use it.
9460 (tabulated-list-sort-button-map): Add non-header-line commands.
9461 (tabulated-list-init-header): Add column name property to basic
9462 labels as well.
9463 (tabulated-list-col-sort): Handle non-header-line button case.
9464 (tabulated-list--sort-by-column-name): Fix a corner case.
9465
f0809a9d
SM
9466 * buff-menu.el (list-buffers--refresh):
9467 Handle Buffer-menu-use-header-line.
1241b724 9468
e5f9458f
CY
94692012-05-06 Chong Yidong <cyd@gnu.org>
9470
9471 * buff-menu.el: Convert to Tabulated List mode.
9472 (Buffer-menu-buffer+size-width): Make obsolete.
9473 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9474 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9475 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9476 documentation into docstring of buffer-menu.
9477 (Buffer-menu-toggle-files-only): Add an informative message.
9478 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9479 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9480 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9481 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9482 (Buffer-menu-execute, Buffer-menu-select)
9483 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9484 (Buffer-menu-bury): Use Tabulated List machinery.
9485 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9486 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 9487 Delete.
e5f9458f
CY
9488 (list-buffers--refresh): New function.
9489 (list-buffers-noselect): Use it.
9490 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9491 (Buffer-menu--pretty-file-name): New helper functions.
9492
9493 * loadup.el: Preload tabulated-list.
9494
9495 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9496 tabulated-list-sort-column.
9497 (tabulated-list-init-header): Add the initial aligning space even
9498 if tabulated-list-padding is zero.
9499
e129292c
CS
95002012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9501
9502 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9503 whose cdr is not a cons cell correctly (bug#11038).
9504
6632d361
CY
95052012-05-06 Chong Yidong <cyd@gnu.org>
9506
e129292c
CS
9507 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9508 Accept additional plist in column descriptors.
6632d361
CY
9509 (tabulated-list-init-header): Obey it.
9510 (tabulated-list-get-entry): New function.
9511 (tabulated-list-put-tag): Use it. Use string-width instead of
9512 length.
9513 (tabulated-list--column-number): New function.
9514 (tabulated-list-print): Use it.
e129292c
CS
9515 (tabulated-list-print-col): New function.
9516 Set `tabulated-list-column-name' property on each column's text.
6632d361 9517 (tabulated-list-print-entry): Use it.
e129292c
CS
9518 (tabulated-list-delete-entry, tabulated-list-set-col):
9519 New functions.
6632d361
CY
9520 (tabulated-list-sort-column): New command (Bug#11337).
9521
3cc99f68
CY
9522 * buff-menu.el (list-buffers): Move C-x C-b binding from
9523 buff-menu.el to bindings.el.
9524
9525 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9526 :advertised-binding feature.
9527
52b61776
TN
95282012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9529
9530 * progmodes/compile.el (compilation-internal-error-properties):
9531 Calculate start position correctly when end-col is set but
9532 end-line is not (Bug#11382).
9533
ebfe2597
WJ
95342012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9535
9536 * man.el (Man-unindent): Use text-property-default-nonsticky to
9537 prevent untabify from inheriting face properties (Bug#11408).
9538
6d3f7c2f
SM
95392012-05-05 Stefan Merten <smerten@oekonux.de>
9540
9541 * textmodes/rst.el: Major merge with upstream development up to
9542 Docutils SVN r7399 / rst.el V1.2.1.
9543
9544 Clarify maintainership and authors.
9545
9546 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9547 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9548 (rst-official-version, rst-official-cvs-rev, rst-version)
9549 (rst-package-emacs-version-alist): New functions and variables
9550 for version information.
9551
9552 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9553 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9554 (rst-mode-syntax-table, rst-mode): New and corrected functions
9555 and variables representing reStructuredText features.
9556
9557 (rst-re): New function for reStructuredText regexes. Use in
9558 many places.
9559
9560 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9561 (rst-mode-map): Rebind keys.
9562
9563 (rst-mode-lazy, rst-font-lock-keywords)
9564 (rst-font-lock-extend-region)
9565 (rst-font-lock-extend-region-internal)
9566 (rst-font-lock-extend-region-extend)
9567 (rst-font-lock-find-unindented-line-limit)
9568 (rst-font-lock-find-unindented-line-match)
9569 (rst-adornment-level, rst-font-lock-adornment-level)
9570 (rst-font-lock-adornment-match)
9571 (rst-font-lock-handle-adornment-pre-match-form)
9572 (rst-font-lock-handle-adornment-matcher): Major revision of
9573 font-locking. Integrate with other code. Use `jit-lock-mode'.
9574
9575 (rst-preferred-adornments, rst-adjust-hook)
9576 (rst-new-adornment-down, rst-preferred-bullets)
9577 (rst-preferred-bullets, rst-indent, rst-indent-width)
9578 (rst-indent-field, rst-indent-literal-normal)
9579 (rst-indent-literal-minimized, rst-indent-comment): Change,
9580 extend and improve customization.
9581
9582 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9583 (rst-normalize-cursor-position, rst-get-decoration)
9584 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9585 (rst-rstrip, rst-toc-insert-find-delete-contents)
9586 (rst-shift-fill-region, rst-compute-bullet-tabs)
9587 (rst-debug-print-tabs, rst-debug-mark-found)
9588 (rst-shift-region-guts, rst-shift-region-right)
9589 (rst-shift-region-left, rst-use-char-classes)
9590 (rst-font-lock-keywords-function)
9591 (rst-font-lock-indentation-point)
9592 (rst-font-lock-find-unindented-line-begin)
9593 (rst-font-lock-find-unindented-line-end)
9594 (rst-font-lock-find-unindented-line)
9595 (rst-font-lock-adornment-point, rst-font-lock-level)
9596 (rst-adornment-level-alist): Remove functions and variables.
9597
9598 (rst-compare-adornments, rst-get-adornment-match)
9599 (rst-suggest-new-adornment, rst-get-adornments-around)
9600 (rst-adornment-complete-p, rst-get-next-adornment)
9601 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9602 (rst-straighten-adornments): Standardize function names to
9603 use "adornment" instead of "decoration". Correct callers.
9604 Similar standardizing in many places.
9605
9606 (rst-update-section, rst-adjust, rst-promote-region)
9607 (rst-enumerate-region, rst-bullet-list-region)
9608 (rst-repeat-last-character): Correct use of `interactive'.
9609
9610 (rst-classify-adornment, rst-find-all-adornments)
9611 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9612 (rst-find-leftmost-column, rst-repeat-last-character):
9613 Refactor functions.
9614
9615 (rst-find-title-line, rst-reset-section-caches)
9616 (rst-get-adornments-around, rst-adjust-adornment-work)
9617 (rst-arabic-to-roman, rst-roman-to-arabic)
9618 (rst-insert-list-pos, rst-insert-list-new-item)
9619 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9620 New functions.
9621
9622 (rst-all-sections, rst-section-hierarchy)
9623 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9624 New variables.
9625
9626 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9627 configuration instead of only buffer. Change where necessary.
9628
9629 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9630 (rst-shift-region, rst-adaptive-fill): New functions for
9631 indentation and filling.
9632
9633 (rst-comment-line-break, rst-comment-indent)
9634 (rst-comment-insert-comment, rst-comment-region)
9635 (rst-uncomment-region): New functions for handling comments.
9636
9637 (rst-compile): Quote shell arguments.
9638
9639 (rst-compile-pdf-preview, rst-compile-slides-preview):
9640 Delete temporary files after use.
9641
a43f98b3
GM
96422012-05-05 Glenn Morris <rgm@gnu.org>
9643
48176e8b
GM
9644 * calendar/cal-html.el: Optionally include holidays in the output.
9645 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9646 (cal-html-holidays): New option.
9647 (cal-html-css-default): Add holiday entry.
9648 (holiday-in-range): Autoload it.
9649 (cal-html-htmlify-entry): Add optional class argument.
9650 (cal-html-htmlify-list): Add optional holidays argument.
9651 (cal-html-insert-agenda-days): Include holidays in the output.
9652 (cal-html-one-month): Maybe include holidays.
9653
a43f98b3
GM
9654 * calendar/holidays.el (holiday-in-range):
9655 Move here from cal-tex-list-holidays.
9656 * calendar/cal-tex.el (cal-tex-list-holidays):
9657 Make it an obsolete alias for holiday-in-range. Update all callers.
9658
fef9d149 96592012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
9660
9661 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9662 Nextstep.
9663
248da2f4
RW
96642012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
9665
9666 * files.el (file-auto-mode-skip): New var.
9667 (set-auto-mode-1): Use it.
9668
f95e9344
SM
96692012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9670
df96ab1e
SM
9671 * repeat.el: Use lexical-binding.
9672 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9673 (repeat-undo-count): Remove.
9674 (repeat):
9675 * progmodes/octave-mod.el (octave-abbrev-start):
9676 * progmodes/f90.el (f90-abbrev-start):
9677 * face-remap.el (text-scale-adjust):
9678 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9679
5342bb06
SM
9680 * emacs-lisp/pcase.el (pcase--let*): New function.
9681 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9682 a bit more.
9683 (pcase--split-pred): Be more clever about ruling out overlap between
9684 a predicate and some constant pattern.
9685 (pcase--q1): Use `null' instead of (eq foo nil).
9686
f95e9344
SM
9687 * subr.el (setq-local, defvar-local): New macros.
9688 (kbd): Redefine as an alias.
9689 (with-selected-window): Leave unrelated frames alone.
9690 (set-temporary-overlay-map): New function.
9691
71873e2b
SM
96922012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * subr.el (user-error): New function.
9695 * window.el (switch-to-buffer):
9696 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9697 (smerge-match-conflict):
9698 * simple.el (previous-matching-history-element)
9699 (next-matching-history-element, goto-history-element, undo-more)
9700 (undo-start):
9701 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9702 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9703 (next-file, tags-loop-scan, list-tags, complete-tag):
9704 * progmodes/compile.el (compilation-loop):
9705 * mouse.el (mouse-minibuffer-check):
9706 * man.el (Man-bgproc-sentinel, Man-goto-page):
9707 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9708 (Info-history-forward, Info-follow-reference, Info-menu)
9709 (Info-extract-menu-item, Info-extract-menu-counting)
9710 (Info-forward-node, Info-backward-node, Info-next-menu-item)
9711 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9712 (Info-next-reference, Info-prev-reference, Info-index)
9713 (Info-index-next, Info-follow-nearest-node)
9714 (Info-copy-current-node-name):
9715 * imenu.el (imenu--make-index-alist)
9716 (imenu-default-create-index-function, imenu-add-to-menubar):
9717 * files.el (basic-save-buffer, recover-file):
9718 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9719 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9720 (checkdoc-message-text, checkdoc-defun):
9721 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9722 * cus-edit.el (customize-changed-options, customize-rogue)
9723 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9724 (custom-variable-mark-to-reset-standard)
9725 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9726 (custom-file):
9727 * completion.el (check-completion-length):
9728 * comint.el (comint-search-arg)
9729 (comint-previous-matching-input-string-position)
9730 (comint-previous-matching-input)
9731 (comint-replace-by-expanded-history-before-point, comint-send-input)
9732 (comint-copy-old-input, comint-backward-matching-input)
9733 (comint-goto-process-mark, comint-set-process-mark):
9734 * calendar/calendar.el (calendar-cursor-to-date): Use it.
9735 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9736
8a61ee22
SM
97372012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9738
66408d1e
SM
9739 * dabbrev.el (dabbrev--ignore-case-p): New function.
9740 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9741 Use it.
9742
8a61ee22
SM
9743 * files.el (automount-dir-prefix): Mark as obsolete.
9744
3c74813a
GM
97452012-05-04 Glenn Morris <rgm@gnu.org>
9746
9747 * patcomp.el, play/bruce.el: Move to obsolete/.
9748
0bfcf5c5
PE
97492012-05-04 Paul Eggert <eggert@cs.ucla.edu>
9750
9751 Fix minor Y10k bugs.
9752 * arc-mode.el (archive-unixdate):
9753 * autoinsert.el (auto-insert-alist):
9754 * calc/calc-forms.el (math-this-year):
9755 * emacs-lisp/copyright.el (copyright-current-year)
9756 (copyright-update-year, copyright):
9757 * tar-mode.el (tar-clip-time-string):
9758 * time.el (display-time-update):
9759 Don't assume years have 4 digits.
9760
78f3273a
CY
97612012-05-04 Chong Yidong <cyd@gnu.org>
9762
9763 * dos-w32.el (file-name-buffer-file-type-alist)
9764 (direct-print-region-use-command-dot-com):
9765 * ffap.el (ffap-menu-regexp):
9766 * find-file.el (ff-special-constructs):
9767 * follow.el (follow-debug):
9768 * forms.el (forms--debug):
9769 * iswitchb.el (iswitchb-all-frames):
9770 * ido.el (ido-all-frames):
9771 * emacs-lisp/timer.el (timer-max-repeats):
9772 * mail/feedmail.el (feedmail-mail-send-hook)
9773 (feedmail-mail-send-hook-queued):
9774 * mail/footnote.el (footnote-signature-separator):
9775 * mail/mailabbrev.el (mail-alias-separator-string)
9776 (mail-abbrev-mode-regexp):
9777 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9778 * progmodes/idlwave.el (idlwave-libinfo-file)
9779 (idlwave-default-completion-case-is-down)
9780 (idlwave-library-routines): Convert defvars to defcustoms.
9781
9782 * mail/rmail.el (rmail-decode-mime-charset):
9783 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9784 (idlwave-shell-fix-inserted-breaks)
9785 (idlwave-shell-activate-alt-keybindings)
9786 (idlwave-shell-use-breakpoint-glyph):
9787 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9788
f7ae6719
SM
97892012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9792
47086495
WS
97932012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
9794
9795 * progmodes/verilog-mode.el (font-lock-keywords):
9796 Fix mis-highligting auto. Reported by Craig Barner.
9797 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 9798 defines from global name space. Reported by Dan Dever.
47086495
WS
9799 (verilog-auto-reset, verilog-auto-reset-widths)
9800 (verilog-auto-tieoff): Support using unbased numbers for
9801 AUTORESET and AUTOTIEOFF.
9802 (verilog-submit-bug-report): Update variable list.
9803 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 9804 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
9805 (verilog-auto-template-lint): Fix hash error when linting modules
9806 with no used templates.
9807 (verilog-warn, verilog-warn-error)
9808 (verilog-warn-fatal): When non-interactive report multiple
9809 warnings before exiting. Suggested by Brad Dobbie.
9810 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9811 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9812 to report unused template errors. Reported by Brad Dobbie.
9813 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 9814 nets, bug438. Reported by Vns Blore.
47086495
WS
9815 (verilog-auto-inout-module, verilog-auto-reg)
9816 (verilog-read-decls, verilog-read-sub-decls-sig)
9817 (verilog-signals-edit-wire-reg, verilog-signals-with):
9818 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 9819 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
9820 "reg" for backwards compatibility presuming Verilog 2001.
9821 (verilog-auto-ascii-enum): Add "auto enum" as alias.
9822 (verilog-preprocess): Fix replication of preprocess output.
9823 Reported by Brad Dobbie.
9824 (verilog-auto-inst-interfaced-ports):
9825 Create verilog-auto-inst-interfaced-ports, bug429.
9826 Reported by Julian Gorfajn.
9827 (verilog-after-save-font-hook)
9828 (verilog-before-save-font-hook): New variable.
9829 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9830 (verilog-save-font-mods): Wrap disabling fontification, reported
9831 by David Rogoff.
9832 (verilog-do-indent, verilog-pretty-declarations-auto)
9833 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9834 Reported by Pierre-David Pfister.
9835 (verilog-set-auto-endcomments): Fix endtask auto comments outside
9836 of class declarations, bug292. Reported by Kevin Heilman.
9837 (verilog-read-decls): Fix 'parameter type' not appearing in
9838 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
9839 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 9840 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
9841 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9842 Reported by David Kravitz.
9843
98442012-05-03 Michael McNamara <mac@mail.brushroad.com>
9845
9846 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9847 assignment with tests in ifs and for loops.
9848 (verilog-extended-complete-re, verilog-complete-reg): Change so
9849 that DPI inport functions don't look like fuction declarations.
9850 (verilog-pretty-expr): Don't line up assignment
9851 operations to the test and increment in if and for loops
9852 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 9853 that DPI inport functions don't look like fuction declarations.
47086495 9854
2e51d4b5
KH
98552012-05-03 Kenichi Handa <handa@m17n.org>
9856
9857 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 9858 decoding, and show a warning message without signaling an error
2e51d4b5
KH
9859 (Bug#11282).
9860
2bd785a2
SM
98612012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * emacs-lisp/bytecomp.el
9864 (byte-compile-file-form-custom-declare-variable): Compile all elements,
9865 since cconv.el might have introduced :fun-body, internal-make-closure,
9866 and friends for bytecomp to handle (bug#11391).
9867 * custom.el (defcustom): Avoid ((λ ..) ..).
9868
99d27583
SM
98692012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9872
55a71479
JB
98732012-05-02 Juanma Barranquero <lekktu@gmail.com>
9874
9875 * notifications.el (dbus-debug):
9876 * term/linux.el (gpm-mouse-enable):
9877 * term/screen.el (xterm-register-default-colors): Declare.
9878
7b97c764
CY
98792012-05-02 Chong Yidong <cyd@gnu.org>
9880
2bc356d7
CY
9881 * cus-start.el (gc-cons-percentage, exec-suffixes)
9882 (dos-display-scancodes, dos-hyper-key, dos-super-key)
9883 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9884 (make-cursor-line-fully-visible, void-text-area-pointer)
9885 (font-list-limit): Add customization data.
9886
7b97c764
CY
9887 * allout.el (allout-exposure-change-functions)
9888 (allout-structure-added-functions)
9889 (allout-structure-deleted-functions)
9890 (allout-structure-shifted-functions): Rename abnormal hooks from
9891 *-hook, and convert to defcustoms.
5d3385a0
JB
9892 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9893 Convert to defcustoms.
7b97c764
CY
9894 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9895
9896 * allout-widgets.el: Hook callers changed.
9897
90207a15 98982012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
9899
9900 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9901 the yanked message in preference to the default value of
9902 buffer-file-coding-system.
9903
90207a15 99042012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 9905
5d3385a0
JB
9906 * window.el (display-buffer--action-function-custom-type):
9907 Fix entry.
d9558cad 9908
90207a15 99092012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
9910
9911 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9912
d80ac57b
GM
99132012-05-01 Glenn Morris <rgm@gnu.org>
9914
976f7668
GM
9915 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9916
beb83b5a
GM
9917 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
9918
d80ac57b
GM
9919 * cus-edit.el (custom-variable-documentation): Simplify with format.
9920
b593d6a9 99212012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 9922 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
9923
9924 * simple.el (suggest-key-bindings, execute-extended-command):
9925 Move from keyboard.c.
9926
782fbf2a
CY
99272012-05-01 Chong Yidong <cyd@gnu.org>
9928
9929 * follow.el: Eliminate advice.
9930 (set-process-filter, process-filter, sit-for): Advice deleted.
9931 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
9932 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9933 Vars deleted.
782fbf2a
CY
9934 (follow-auto): Use a :set function.
9935 (follow-mode): Rewritten. Don't advise process filters.
9936 (follow-switch-to-current-buffer-all, follow-scroll-up)
9937 (follow-scroll-down): Assume follow-mode is bound.
9938 (follow-comint-scroll-to-bottom)
9939 (follow-align-compilation-windows): New functions.
9940 (follow--window-sorter): New function.
9941 (follow-all-followers): Use it to explicitly sort windows by their
9942 positions; don't make assumptions about next-window order.
9943 (follow-windows-start-end, follow-delete-other-windows-and-split)
9944 (follow-calc-win-start): Doc fix.
9945 (follow-windows-aligned-p, follow-select-if-visible): Don't call
9946 vertical-motion unnecessarily.
9947 (follow-adjust-window): New function.
9948 (follow-post-command-hook): Use it.
9949 (follow-call-set-process-filter, follow-call-process-filter)
9950 (follow-intercept-process-output, follow-tidy-process-filter-alist)
9951 (follow-stop-intercept-process-output, follow-generic-filter):
9952 Functions deleted.
9953 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
9954 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9955 New functions, replacing advice on scroll-bar-* commands.
87233a14 9956 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
9957
9958 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
9959 (comint-postoutput-scroll-to-bottom): Use it.
9960 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 9961
290af740
GM
99622012-05-01 Glenn Morris <rgm@gnu.org>
9963
9964 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9965 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9966 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9967 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9968 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9969 Remove no-byte-compile setting.
9970
6eac8dc9
SM
99712012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * minibuffer.el (completion-table-with-quoting): Fix compatibility
9974 all-completions code to not return a number in the last cdr.
9975
9cc7819c
LL
99762012-04-30 Leo Liu <sdl.web@gmail.com>
9977
9978 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9979 read-only error.
9980
c93b886f
CY
99812012-04-29 Chong Yidong <cyd@gnu.org>
9982
9983 * follow.el (follow-calc-win-end): Rewrite to handle partial
9984 screen lines correctly (Bug#8390).
9985 (follow-avoid-tail-recenter): Minor cleanup.
9986
8b6c19f4
SM
99872012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 Avoid the obsolete `assoc' package.
9990 * speedbar.el (speedbar-refresh): Avoid adelete.
9991 (speedbar-file-lists): Simplify and avoid aput.
9992 * man.el (Man--sections, Man--refpages): New vars, replacing
9993 Man-sections-alist and Man-refpages-alist.
9994 (Man-build-section-alist, Man-build-references-alist):
9995 Use them; avoid aput.
9996 (Man--last-section, Man--last-refpage): New vars.
9997 (Man-follow-manual-reference): Use them.
9998 Use the `default' arg of completing-read.
9999 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
10000
c5bb7569
CY
100012012-04-27 Chong Yidong <cyd@gnu.org>
10002
d1d2e2e8
CY
10003 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10004
15cd8efd
CY
10005 * startup.el (x-apply-session-resources): New function.
10006
10007 * term/ns-win.el (ns-initialize-window-system):
10008 * term/w32-win.el (w32-initialize-window-system):
10009 * term/x-win.el (x-initialize-window-system): Use it to properly
10010 set menu-bar-mode and other vars from X resources, even if the
10011 initial frame is not a window-system frame (Bug#2299).
10012
c5bb7569
CY
10013 * subr.el (read-key): Avoid running filter function when setting
10014 up temporary tool bar entries (Bug#9922).
10015
a8e7d6d7 100162012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
10017
10018 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10019 (Bug#11344)
10020
a8e7d6d7 100212012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
10022
10023 * select.el (xselect--encode-string): New function, split from
10024 xselect-convert-to-string.
10025 (xselect-convert-to-string): Use it.
10026 (xselect-convert-to-filename, xselect-convert-to-os)
10027 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10028 returned strings are properly encoded (Bug#11315).
10029
a8e7d6d7 100302012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
10031
10032 * simple.el (delete-active-region): Move to killing custom group.
10033
a8e7d6d7 100342012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
10035
10036 * progmodes/which-func.el (which-func-current): Quote %
10037 characters for mode-line processing.
10038
578c1d4b 100392012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
10040
10041 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
10042 reaching eob (Bug#11286).
10043
a8e7d6d7 100442012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
10045
10046 * progmodes/gdb-mi.el (gdb-control-level): New variable.
10047 (gdb): Make it buffer-local and init to zero.
10048 (gdb-control-commands-regexp): New variable.
10049 (gdb-send): Don't wrap in "-interpreter-exec console" if
10050 gdb-control-level is positive. Increment gdb-control-level
10051 whenever the command matches gdb-control-commands-regexp, and
10052 decrement it each time the command is "end". (Bug#11279)
10053
a8e7d6d7 100542012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
10055
10056 * window.el (adjust-window-trailing-edge, enlarge-window)
10057 (shrink-window, window-resize):
10058 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
10059 windows (Bug#11276).
10060
b3608390
CY
100612012-04-27 Chong Yidong <cyd@gnu.org>
10062
10063 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 10064 fix "missing prefix" warning. All callers changed.
b3608390 10065
797e6e88
SM
100662012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * emacs-lisp/assoc.el: Move to obsolete/.
10069
e95a67dc
SM
100702012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10071
657c21e4 10072 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
10073
10074 * term/ns-win.el (ns-define-service):
10075 * progmodes/pascal.el (pascal-goto-defun):
10076 * progmodes/js.el (js--read-tab):
10077 * progmodes/etags.el (tags-lazy-completion-table):
10078 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
10079 * emacs-lisp/ewoc.el (ewoc--wrap):
10080 * emacs-lisp/assoc.el (aput, adelete, amake):
10081 * doc-view.el (doc-view-convert-current-doc):
10082 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
10083
cb3e7ae0
CY
100842012-04-26 Chong Yidong <cyd@gnu.org>
10085
dce04f7f
CY
10086 * image.el (image-type-from-buffer): Only return supported image
10087 type (Bug#9045).
10088
cb3e7ae0
CY
10089 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
10090 value, for symmetry with diff-end-of-hunk.
10091 (diff-split-hunk, diff-find-source-location)
10092 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
10093 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
10094 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
10095 compute the relevant hunk or file properly (Bug#6005).
10096 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
10097
0d42eb3e
SM
100982012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * vc/vc-mtn.el:
10101 * vc/vc-hg.el:
10102 * vc/vc-git.el:
10103 * vc/vc-dir.el:
10104 * vc/vc-cvs.el:
10105 * vc/vc-bzr.el:
10106 * vc/vc-arch.el:
10107 * vc/vc.el: Replace lexical-let by lexical-binding.
10108 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
10109 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
10110 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
10111
f08ae1c9
CY
101122012-04-26 Chong Yidong <cyd@gnu.org>
10113
8b71081d
CY
10114 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
10115 (diff-mode-shared-map): Bind it to / and [remap undo].
10116
f08ae1c9
CY
10117 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
10118 (ediff-window-setup-function): Use it as the default, to set up
10119 windows based on whether the current frame is graphical (Bug#2138).
10120 (ediff-choose-window-setup-function-automatically): Make obsolete.
10121
10122 * vc/ediff-init.el: Always define ediff-pixel-width/height.
10123
ef24141c
SM
101242012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10125
cc356a5d
SM
10126 * ffap.el: Remove old code for obsolete package.
10127 (ffap-complete-as-file-p): Remove.
10128
b4ff4f1f
SM
10129 Use completion-table-with-quoting for comint and pcomplete.
10130 * comint.el (comint--unquote&requote-argument)
10131 (comint--unquote-argument, comint--requote-argument): New functions.
10132 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
10133 (comint-quote-filename): Use regexp-opt-charset.
10134 (comint--common-suffix, comint--common-quoted-suffix)
10135 (comint--table-subvert): Remove.
10136 (comint-unquote-function, comint-requote-function): New vars.
10137 (comint--complete-file-name-data): Use them with
10138 completion-table-with-quoting.
10139 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
10140 * pcomplete.el (pcomplete-arg-quote-list)
10141 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
10142 (pcomplete-unquote-argument-function): Default to non-nil.
10143 (pcomplete-unquote-argument): Simplify.
10144 (pcomplete--common-quoted-suffix): Remove.
10145 (pcomplete-requote-argument-function): New var.
10146 (pcomplete--common-suffix): New function.
10147 (pcomplete-completions-at-point): Use completion-table-with-quoting
10148 and completion-table-subvert.
10149
79c4eeb4
SM
10150 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
10151 (minibuffer--double-dollars): Preserve properties.
10152 (completion--sifn-requote): New function.
10153 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
10154
ef24141c
SM
10155 * minibuffer.el: Add support for completion of quoted/escaped data.
10156 (completion-table-with-quoting, completion-table-subvert): New funs.
10157 (completion--twq-try, completion--twq-all): New functions.
10158 (completion--nth-completion): New function.
10159 (completion-try-completion, completion-all-completions): Use it.
10160
784e7d6e
LL
101612012-04-25 Leo Liu <sdl.web@gmail.com>
10162
dd2ac746
SM
10163 * progmodes/python.el (python-pdbtrack-get-source-buffer):
10164 Use compilation-message if available to find real filename.
784e7d6e 10165
07875ee7
CY
101662012-04-25 Chong Yidong <cyd@gnu.org>
10167
10168 * vc/diff-mode.el (diff-setup-whitespace): New function.
10169 (diff-mode): Use it.
10170
10171 * vc/diff.el (diff-sentinel):
10172 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
10173 Whitespace mode variables based on diff style (Bug#8612).
10174
5055880d
LL
101752012-04-25 Leo Liu <sdl.web@gmail.com>
10176
daf75653
LL
10177 * progmodes/python.el (python-send-region): Add suffix .py to the
10178 temp file.
10179
5055880d
LL
10180 * files.el (auto-mode-alist): Use javascript-mode instead.
10181
db9b177b
AH
101822012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
10183
ef24141c 10184 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 10185
090bd7cb 10186 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 10187 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 10188 references, see Bug#9.
ef24141c 10189 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 10190 when receiving a fault reply.
ef24141c 10191 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 10192
090bd7cb 10193 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 10194 (soap-inspect-simple-type): New function.
db9b177b 10195
090bd7cb 10196 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 10197 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
10198 (soap-decode-basic-type, soap-encode-basic-type):
10199 support unsignedInt and double basic types.
db9b177b 10200 (soap-resolve-references-for-simple-type)
ef24141c
SM
10201 (soap-parse-simple-type, soap-encode-simple-type): New function.
10202 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 10203
090bd7cb 10204 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
10205 (soap-default-soapenc-types): Add integer, byte and anyURI types.
10206 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
10207 the local name of "soapenc:Array".
10208 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
10209 decoding integer, byte and anyURI xsd types.
10210
1fc6097b
CY
102112012-04-25 Chong Yidong <cyd@gnu.org>
10212
10213 * cus-edit.el (custom-buffer-create-internal): Update header text.
10214
afc6df87
EZ
102152012-04-25 Eli Zaretskii <eliz@gnu.org>
10216
10217 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
10218 settings on 'system-type', not on 'window-system'. On MS-Windows,
10219 set interactive-mode on in GDB.
10220
dfbd787f
SM
102212012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
10224 (ruby-syntax-propertize-regexp): Remove.
10225 (ruby-syntax-propertize-function): Split regexp into chunks.
10226 Match following code directly.
10227
85222d44
DG
102282012-04-24 Dmitry Gutov <dgutov@yandex.ru>
10229
51a8ea2a
DG
10230 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
10231 (ruby-syntax-propertize-regexp): New function.
10232 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
10233 by a special keyword.
10234
85222d44
DG
10235 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
10236 (ruby-syntax-general-delimiters-goto-beg)
10237 (ruby-syntax-propertize-general-delimiters): New functions.
10238 (ruby-syntax-propertize-function): Use them to handle GDL.
10239 (ruby-font-lock-keywords): Move old handling of GDL...
10240 (ruby-font-lock-syntactic-keywords): .. to here.
10241 (ruby-calculate-indent): Adjust indentation for GDL.
10242
b613912b
MA
102432012-04-24 Michael Albinus <michael.albinus@gmx.de>
10244
b5380639
MA
10245 * notifications.el (top): Remove unneeded declarations.
10246 (notifications-specification-version): Change to "1.2".
e43042fe 10247 (notifications-interface, notifications-notify-method)
b613912b
MA
10248 (notifications-close-notification-method): Fix docstring.
10249 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
10250 (notifications-notify): Add :action-items, :resident and
10251 :transient hints. Change "image_data" to "image-data" and
10252 "image_path" to "image-path".
b613912b
MA
10253 (notifications-get-capabilities): New defun.
10254
257440aa
LL
102552012-04-24 Leo Liu <sdl.web@gmail.com>
10256
10257 * progmodes/python.el: Move hideshow setup to the end.
10258
b1bac16e
MR
102592012-04-24 Martin Rudalics <rudalics@gmx.at>
10260
10261 * window.el (handle-select-window): Clear echo area since this is
10262 no more done by read_char (Bug#11304).
10263
d81bd059
SM
102642012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
10267 and `/ M' to filter-derived-mode.
10268 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
10269 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10270 (ibuffer-mark-by-mode): Use default rather than initial-input.
10271 (ibuffer-filter-by-derived-mode): Autoload and require-match.
10272
c4cf6d91
IA
102732012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
10274
10275 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
10276 (ibuffer-filter-by-derived-mode): New filter.
10277 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
10278
7511ded8
CY
102792012-04-23 Andreas Politz <politza@fh-trier.de>
10280
10281 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
10282
775c916b
CY
102832012-04-23 Chong Yidong <cyd@gnu.org>
10284
10285 * cus-edit.el (customize-apropos, customize-apropos-options):
10286 Disable matching of non-option variables (Bug#11176).
10287 (customize-option, customize-option-other-window)
10288 (customize-changed-options): Doc fix.
10289 (customize-apropos-options, customize-apropos-faces)
10290 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
10291
10292 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 10293 Fix word list splitting (Bug#11132).
46c71e23
CY
10294 (apropos-symbol, apropos-keybinding, apropos-label)
10295 (apropos-property, apropos-function-button)
10296 (apropos-variable-button, apropos-misc-button): New faces.
10297 (apropos-symbol-face, apropos-keybinding-face)
10298 (apropos-label-face, apropos-property-face, apropos-match-face):
10299 Variables removed (Bug#8396).
10300 (apropos-library-button, apropos-format-plist, apropos-print)
10301 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 10302
2df41f9c
MA
103032012-04-23 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/xesam.el (xesam-mode-map): Use let-bound map in
10306 initialization. (Bug#11292)
10307
da00640a
AM
103082012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10309
10310 Preserve ispell session localwords when switching back to
10311 original buffer.
10312
090bd7cb
JB
10313 * textmodes/ispell.el (ispell-buffer-session-localwords):
10314 New buffer-local variable to hold buffer session localwords.
ed9265fc 10315 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
10316 localwords.
10317 (ispell-command-loop, ispell-change-dictionary)
10318 (ispell-buffer-local-words): Preserve session localwords when
10319 needed.
10320
090bd7cb
JB
10321 * textmodes/flyspell.el (flyspell-process-localwords)
10322 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 10323
f621ccf5
AM
103242012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10325
090bd7cb
JB
10326 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10327 using obsolete `translation-table-for-input'.
ef24141c
SM
10328 (ispell-word, ispell-process-line, ispell-complete-word):
10329 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 10330
c2d1019e
CY
103312012-04-22 Chong Yidong <cyd@gnu.org>
10332
10333 * cus-edit.el (custom-variable-menu)
10334 (custom-variable-reset-saved, custom-face-menu)
10335 (custom-face-reset-saved): If there is no saved value, make the
10336 "reset-saved" operation bring back the default (Bug#9509).
10337 (custom-face-state): Properly detect themed faces.
10338
eeddc531
CY
10339 * faces.el (face-spec-set): Stop supporting deprecated form of
10340 third arg.
10341
dcbf5805
MA
103422012-04-22 Michael Albinus <michael.albinus@gmx.de>
10343
10344 Move functions from C to Lisp. Make non-blocking method calls
10345 the default. Implement further D-Bus standard interfaces.
10346
ef24141c
SM
10347 * net/dbus.el (dbus-message-internal): Declare function.
10348 Remove unneeded function declarations.
dcbf5805
MA
10349 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10350 (dbus-message-type-method-return, dbus-message-type-error)
10351 (dbus-message-type-signal): Declare variables. Remove local
10352 definitions.
10353 (dbus-interface-dbus, dbus-interface-peer)
10354 (dbus-interface-introspectable, dbus-interface-properties)
10355 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10356 Adapt docstring.
10357 (dbus-interface-objectmanager): New defconst.
10358 (dbus-call-method, dbus-call-method-asynchronously)
10359 (dbus-send-signal, dbus-method-return-internal)
10360 (dbus-method-error-internal, dbus-register-service)
10361 (dbus-register-signal, dbus-register-method): New defuns, moved
10362 from dbusbind.c
10363 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
10364 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10365 New defuns.
dcbf5805
MA
10366 (dbus-call-method-non-blocking): Make it an obsolete function.
10367 (dbus-unregister-object, dbus-unregister-service)
10368 (dbus-handle-event, dbus-register-property)
10369 (dbus-property-handler): Obey the new structure of
10370 `bus-registered-objects'.
10371 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
10372 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10373 Use `dbus-call-method'.
10374
cf20dee0
CY
103752012-04-22 Chong Yidong <cyd@gnu.org>
10376
10377 * cus-edit.el (custom-commands, custom-reset-menu)
10378 (Custom-reset-standard): Tweak labels.
10379 (custom-reset-button-menu): Change default to t.
10380 (custom-buffer-create-internal): For the custom-reset-button-menu
10381 case, put the revert button first.
10382 (custom-group-subtitle): New face.
10383 (custom-group-value-create): Align docstring to a specific column.
10384
10385 * wid-edit.el (widget-documentation-link-add): Don't handle
10386 indentation in this function.
10387 (widget-documentation-string-indent-to): New function.
10388 (widget-documentation-string-value-create): Use it.
10389
10390 * autorevert.el (auto-revert):
10391 * epg-config.el (epg):
10392 * ibuffer.el (ibuffer):
10393 * mpc.el (mpc):
10394 * ses.el (ses):
10395 * eshell/eshell.el (eshell):
10396 * net/ange-ftp.el (ange-ftp):
10397 * progmodes/ebnf2ps.el (postscript):
10398 * progmodes/flymake.el (flymake):
10399 * progmodes/prolog.el (prolog):
10400 * progmodes/verilog-mode.el (verilog-mode):
10401 * progmodes/which-func.el (which-func):
10402 * term/xterm.el (xterm):
10403 * textmodes/picture.el (picture):
10404 * textmodes/tildify.el (tildify):
10405 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10406 customization buffers.
10407
583e23bd
AM
104082012-04-22 Alan Mackenzie <acm@muc.de>
10409
10410 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10411 Adding a ) can hide the resulting (..) from searches. Fix it.
10412 Bound the backward search to the position of the existing (.
10413
7dd51bf1
JB
104142012-04-21 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * progmodes/verilog-mode.el (verilog-mode): Check whether
10417 which-func-modes is t before adding verilog-mode.
10418 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10419
d64a438f
LL
104202012-04-21 Leo Liu <sdl.web@gmail.com>
10421
7dd51bf1 10422 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 10423
081e8d65
MV
104242012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10425
10426 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10427 filling of the last column of a table (Bug#5635).
10428 (woman-find-next-control-line): New arg, specifying an additional
10429 regexp component for the control line.
10430 (woman2-roff-buffer): Use it.
10431 (woman-break-table): New function.
10432 (woman2-TS): Use it.
10433
104342012-04-21 Chong Yidong <cyd@gnu.org>
10435
10436 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10437 (woman-horizontal-escapes, woman-negative-vertical-space)
10438 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10439 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10440
ed571ccb
SM
104412012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * minibuffer.el (completion-file-name-table): Complete user names.
10444
39773899
LL
104452012-04-20 Leo Liu <sdl.web@gmail.com>
10446
10447 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10448 and pcase-let*.
10449
de6ff46d
CY
104502012-04-20 Chong Yidong <cyd@gnu.org>
10451
10452 * server.el (server-execute): Respect initial-buffer-choice if it
10453 is a string and there are no files to open (Bug#2825).
10454 (server-create-window-system-frame, server-create-tty-frame):
10455 Don't switch buffers here.
2d0e8e61
CY
10456 (server-process-filter): Only try to open a window system frame if
10457 compiled with graphical support (Bug#8314).
de6ff46d 10458
54071013
DN
104592012-04-20 Dan Nicolaescu <dann@gnu.org>
10460
10461 * battery.el (battery-echo-area-format): Display remaining time
10462 for sysfs backend too (Bug#11269).
10463 (battery-linux-sysfs): Fix conditional for the charge.
10464
f30d612a
CY
104652012-04-20 Chong Yidong <cyd@gnu.org>
10466
c07a4c0b 10467 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
10468 (gdb-inferior-io--init-proc): New function.
10469 (gdb-init-1): Use it.
10470 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10471 responsible for allocating a new pty and hooking it to gdb when
10472 the old pty gets an EIO due to process exit.
10473 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10474 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10475 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10476
2116e93c
EZ
104772012-04-20 Eli Zaretskii <eliz@gnu.org>
10478
10479 * window.el (window-min-size, window-sizable, window-min-delta)
10480 (window-max-delta, window--resizable, window-resizable)
10481 (window-total-size, window-full-height-p, window-full-width-p)
10482 (window-in-direction, window--resize-mini-window, window-resize)
10483 (window--resize-child-windows-normal)
10484 (window--resize-child-windows, window--resize-siblings)
10485 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 10486 (enlarge-window, shrink-window): Doc fixes.
2116e93c 10487
c07a4c0b 104882012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 10489
ef24141c
SM
10490 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10491 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
10492 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10493 pty process (Bug#11273).
10494 (gdb-update): New arg to suppress talking to the gdb process.
10495 (gdb-done-or-error): Use it.
10496 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10497 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10498 sentinel not being called.
10499
10500 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10501
d02766ab
CY
10502 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10503
c07a4c0b 105042012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
10505
10506 * net/network-stream.el (open-network-stream): Doc fix.
10507
c07a4c0b 105082012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
10509
10510 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10511
c07a4c0b 105122012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
10513
10514 Ensure searching for keywords is case sensitive.
10515
10516 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10517 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10518 (c-defun-name, c-mark-function, c-cpp-define-name)
10519 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 10520 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 10521
ef24141c
SM
10522 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10523 Bind case-fold-search to nil.
f0f6bc35 10524
c07a4c0b 105252012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
10526
10527 * mail/sendmail.el (mail-bury): Call return action with the right
10528 Rmail buffer (Bug#11242).
10529
9a864fa2
CY
10530 * server.el (server-process-filter): Handle corner case where both
10531 tty and nowait options are present (Bug#11102).
10532
539aa513
EZ
105332012-04-20 Eli Zaretskii <eliz@gnu.org>
10534
10535 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
10536 (top level): Put into the executable the ident-style '$Id:' tag on
10537 windows-nt as well.
539aa513 10538
cfc7d5da
SM
105392012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * electric.el (electric-indent-post-self-insert-function): Check that
10542 electric-indent-mode is enabled in current buffer.
10543
5b01685c
JB
105442012-04-19 Juanma Barranquero <lekktu@gmail.com>
10545
10546 * imenu.el (imenu-progress-message): Restore; it is "used" in
10547 erc/erc-imenu.el and net/snmp-mode.el.
10548
4d6769e1
JB
105492012-04-19 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10552 (mouse-avoidance-nudge-mouse): Remove unused binding.
10553
10554 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10555
10556 * descr-text.el (describe-char):
10557 * progmodes/python.el (python-describe-symbol):
10558 Don't call `toggle-read-only', set `buffer-read-only'.
10559
10560 * imenu.el (imenu-default-goto-function): Mark unused args.
10561 (imenu-progress-message): Remove obsolete macro; all callers changed.
10562
10563 * subr.el (keymap-canonicalize): Remove unused binding.
10564 (read-passwd): Mark unused arg.
10565
10566 * tutorial.el (tutorial--display-changes): Remove unused binding.
10567 (tutorial--save-tutorial-to): Remove unused variable.
10568
10569 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10570 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10571 (package-generate-autoloads, package-menu--generate)
10572 (package-menu--find-upgrades): Remove unused bindings.
10573
10574 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10575 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10576 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10577 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10578 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10579 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10580 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10581 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10582 (cua-delete-char-rectangle): Mark unused args.
10583 (cua-align-rectangle): Remove unused binding.
10584
10585 * mail/rmail.el (compilation--message->loc)
10586 (epa--find-coding-system-for-mime-charset): Declare.
10587
10588 * net/dbus.el (dbus-register-service): Declare.
10589 (dbus-name-owner-changed-handler): Remove unused binding.
10590
10591 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10592 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10593 (nxml-scan-backward-within): Mark unused arg.
10594 (nxml-dynamic-markup-word): Remove unused binding.
10595
10596 * mouse.el (mouse-menu-major-mode-map):
10597 * emacs-lisp/authors.el (authors-scan-change-log)
10598 (authors-add-to-author-list):
10599 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10600 * emacs-lisp/smie.el (smie-auto-fill):
10601 * mail/sendmail.el (mail-bury):
10602 * mail/unrmail.el (unrmail):
10603 * net/tls.el (open-tls-stream):
10604 * textmodes/picture.el (picture-mouse-set-point):
10605 Remove unused bindings.
10606
8c8fc5df
MA
106072012-04-19 Michael Albinus <michael.albinus@gmx.de>
10608
10609 * net/tramp.el (tramp-action-password): Let-bind
10610 `enable-recursive-minibuffers' to t.
10611
a77b0ac9
SS
106122012-04-18 Sam Steingold <sds@gnu.org>
10613
10614 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10615 instead of 'string to accommodate values like [f11].
10616 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10617 * progmodes/gdb-mi.el: Likewise.
10618
12a106a9
LL
106192012-04-18 Leo Liu <sdl.web@gmail.com>
10620
10621 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10622 current buffer.
10623 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10624 LOCAL is nil.
10625
bc6494ef
CY
106262012-04-18 Chong Yidong <cyd@gnu.org>
10627
10628 * simple.el (line-move): Use forward-line if in batch mode
10629 (Bug#11053).
10630
c09c46b2
CS
106312012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10632
10633 * files.el (after-find-file): Do not try to add a final newline if
10634 the buffer is read-only (Bug#11156).
10635
5f6530ea
RS
106362012-04-17 Richard Stallman <rms@gnu.org>
10637
10638 * mail/rmail.el (rmail-start-mail):
10639 Pass (rmail-mail-return...) for the return-action.
10640 Pass (rmail-yank-current-message...) for the yank-action.
10641 (rmail-yank-current-message): New function.
10642 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10643 (rmail-reply): Likewise.
10644 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10645
10646 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 10647 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
10648 buffer, not newbuf.
10649
197b6f3c
JB
106502012-04-17 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * server.el (server-ensure-safe-dir): Simplify.
10653
2311d8e5 106542012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 10655
2311d8e5
GM
10656 * emacs-lisp/smie.el: Provide smarter auto-filling.
10657 (smie-auto-fill): New function.
10658 (smie-setup): Use it.
98fb480e 10659
2311d8e5
GM
10660 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10661
106622012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
10663
10664 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10665 (comment-indent): Use it.
10666
2311d8e5 106672012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
10668
10669 * ses.el: The overall change is to add cell renaming, that is
10670 setting fancy names for cell symbols other than name matching
10671 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 10672 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 10673 (ses-create-cell-variable): New defun.
2311d8e5 10674 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
10675 (ses-relocate-formula): Relocate formulas only for cells the
10676 symbols of which are not renamed, i.e. symbols whose names do not
10677 match regexp "\\`[A-Z]+[0-9]+\\'".
10678 (ses-relocate-all): Relocate values only for cells the symbols of
10679 which are not renamed.
10680 (ses-load): Create cells variables as the (ses-cell ...) are read,
10681 in order to check row col consistency with cell symbol name only
10682 for cells that are not renamed.
10683 (ses-replace-name-in-formula): New defun.
10684 (ses-rename-cell): New defun.
4bdf2ad2 10685
fc72b15c
PO
106862012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
10687
10688 * progmodes/perl-mode.el (perl-indent-parens-as-block):
10689 New option (bug#11118).
10690 (perl-calculate-indent): Respect it.
10691
12e10e61
GM
106922012-04-17 Glenn Morris <rgm@gnu.org>
10693
10694 * dired-aux.el (dired-mark-read-string): Doc fix.
10695
30009afd
DA
106962012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
10697
10698 * dired-aux.el (dired-mark-read-string): Offer optional completion.
10699 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
10700
41f03f4d
GM
107012012-04-17 Glenn Morris <rgm@gnu.org>
10702
10703 * mouse.el (mouse-drag-track):
10704 * speedbar.el (speedbar-frame-mode):
10705 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10706
f45f90f3
LL
107072012-04-16 Leo Liu <sdl.web@gmail.com>
10708
10709 * progmodes/python.el: Trivial cleanup.
10710
94ee8db5
GM
107112012-04-16 Glenn Morris <rgm@gnu.org>
10712
121b8917
GM
10713 * vc/vc.el (vc-string-prefix-p):
10714 * vc/pcvs-util.el (cvs-string-prefix-p):
10715 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10716 * mpc.el (mpc-string-prefix-p):
10717 Make all of these into obsolete aliases for string-prefix-p.
10718 Update callers.
10719 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10720
1197ecfa
GM
10721 * textmodes/two-column.el: Move custom options to the start.
10722 (frame-width): Remove compat definition.
10723 (2C-associate-buffer, 2C-dissociate):
10724 Use with-current-buffer rather than save-excursion.
10725 (2C-dissociate): Force a mode-line update.
10726 (2C-autoscroll): Use ignore-errors.
10727
099e7202
GM
10728 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10729 Autoload trivia.
10730
bf350d6a
GM
10731 * emacs-lisp/cl-extra.el (*random-state*):
10732 Remove unnecessary declaration.
10733
0e829eab
GM
10734 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10735
e3ad7552
GM
10736 * play/cookie1.el (cookie-snarf):
10737 Give an explicit error if input file cannot be read.
10738
68892d27
GM
10739 * play/yow.el (yow-file): Use expand-file-name rather than concat.
10740
20f0c46d
GM
10741 * progmodes/perl-mode.el (c-macro-expand):
10742 Remove unnecessary autoload (it is in loaddefs.el).
10743
5a0978ce
GM
10744 * textmodes/picture.el (picture-desired-column)
10745 (picture-update-desired-column): Convert comments to doc-strings.
10746 (picture-substitute): Remove function.
10747 (picture-mode-map): Initialize in the defvar.
10748
6b955486
GM
10749 * woman.el: Remove eval-after-load for tar-mode.
10750 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10751 (woman-tar-extract-file): Autoload it.
10752
94ee8db5
GM
10753 * frame.el (automatic-hscrolling): Make this alias obsolete.
10754
177eca34
AM
107552012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10756
090bd7cb 10757 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 10758 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
10759 (ispell-dictionary-base-alist): Revert to original XEmacs
10760 friendly version for default. [:alpha:] will be added in
090bd7cb 10761 `ispell-set-spellchecker-params' if needed.
177eca34 10762
c505aaeb
CY
107632012-04-16 Chong Yidong <cyd@gnu.org>
10764
b19dd9d1 10765 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
10766 (imagemagick-register-types): Use it.
10767 (imagemagick-types-inhibit): Add :set function. Allow new value
10768 of t to inhibit all types.
10769
10770 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10771 so we can preload it.
10772
10773 * loadup.el (fboundp): Preload regexp-opt, needed by
10774 imagemagick-register-types.
10775
60efac0f
CY
107762012-04-15 Chong Yidong <cyd@gnu.org>
10777
10778 * frame.el (scrolling): Remove nearly unused customization group.
10779
10780 * scroll-all.el (scroll-all-mode): Move to windows group.
10781
5dd1713e
CY
107822012-04-15 Chong Yidong <cyd@gnu.org>
10783
10784 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10785
e6fd457e
CY
107862012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 10789 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 10790
e153c136
GM
107912012-04-15 Glenn Morris <rgm@gnu.org>
10792
10793 * simple.el (process-file-side-effects): Doc fix.
10794
e6fd457e 107952012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
10796
10797 * international/mule-cmds.el (set-language-environment): Doc fix.
10798
3603c3b1
JB
107992012-04-14 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * server.el (server-auth-key, server-generate-key): Doc fixes.
10802 (server-get-auth-key): Doc fix. Use `string-match-p'.
10803 (server-start): Reflow docstring.
10804
e6de100c
LI
108052012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
10806
10807 * server.el (server-generate-key): `called-interactively-p'
10808 requires a parameter.
10809
29734c21
MN
108102012-04-14 Michal Nazarewicz <mina86@mina86.com>
10811
10812 * server.el (server-auth-key): New variable.
75f1671a 10813 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
10814 (server-start): Use the new variable and functions to allow
10815 setting a permanent server key (bug#9423).
10816
d65c9521
LL
108172012-04-14 Leo Liu <sdl.web@gmail.com>
10818
10819 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10820
5ae255c7
PE
108212012-04-14 Paul Eggert <eggert@cs.ucla.edu>
10822
10823 Spelling fixes.
10824 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10825 Emacs uses American spelling.
10826
d5e6342e
JB
108272012-04-14 Juanma Barranquero <lekktu@gmail.com>
10828
10829 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10830 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
10831 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10832 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
10833
ab036cd7
SM
108342012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * progmodes/which-func.el (which-func-modes): Change default.
10837
35dc09a1 108382012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
10839
10840 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10841 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10842
35dc09a1 108432012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
10844
10845 * custom.el (custom-theme-set-variables): Doc fix.
10846
35dc09a1 108472012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
10848
10849 * international/mule.el (set-auto-coding-for-load): Doc fix.
10850
35dc09a1 108512012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 10852
35dc09a1
GM
10853 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10854 imenu work again for Objective C Mode. Correct the *-index values,
10855 these having been disturbed by a previous change in 2011-08.
57f845ee 10856
0de3da9f
AM
10857 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10858 Correct two search limits.
10859
35dc09a1 108602012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
10861
10862 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10863
35dc09a1 108642012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
10865
10866 * international/characters.el: Fix sorting.
10867
35dc09a1 108682012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
10869
10870 * international/characters.el: Add more missing Latin case pairs.
10871
35dc09a1 108722012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
10873
10874 * files.el (dir-locals-set-class-variables): Doc fix.
10875
35dc09a1 108762012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 10877
3f1b5bf8
EZ
10878 * international/characters.el: Add set-case-syntax-pair call for
10879 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10880 counterpart. (Bug#11209)
10881
9f847f41
EZ
10882 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
10883
35dc09a1 108842012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
10885
10886 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10887
35dc09a1 108882012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 10889
35dc09a1
GM
10890 * textmodes/ispell.el (ispell-dictionary-base-alist):
10891 Add data for Hebrew.
e2627d21 10892
35dc09a1 108932012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 10894
35dc09a1
GM
10895 * net/rcirc.el (rcirc-cmd-quit):
10896 Revert 2012-03-18 change (Bug#11192).
5c14e333 10897
35dc09a1 108982012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
10899
10900 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10901
35dc09a1 109022012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 10903
4517fe3a
SM
10904 * minibuffer.el (completion-in-region-mode-map):
10905 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 10906
b472a594
VD
109072012-04-13 Vivek Dasmohapatra <vivek@etla.org>
10908
10909 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10910
09b95ce3
MY
109112012-04-13 Masatake YAMATO <yamato@redhat.com>
10912
10913 * minibuffer.el (minibuffer-local-filename-syntax): New variable
10914 to allow `C-M-f' and `C-M-b' to move to the nearest path
10915 separator (bug#9511).
10916
4b63a9ca
LI
109172012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
10918
10919 * avoid.el: Require cl when compiling. And also move the
10920 `provide' to the end.
10921
7b55b8bf
TV
109222012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10923
10924 * avoid.el (mouse-avoidance-banish-position): New variable.
10925 (mouse-avoidance-banish-destination): Use it (bug#10165).
10926
adedaa1f
LL
109272012-04-13 Leo Liu <sdl.web@gmail.com>
10928
10929 * progmodes/which-func.el (which-func-modes): Add objc-mode.
10930
70e74021
KB
109312012-04-13 Ken Brown <kbrown@cornell.edu>
10932
10933 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 10934 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
10935 (browse-url-filename-alist): For the same reason, don't modify
10936 file:// URLs on Cygwin.
10937
e75e89ba
SM
109382012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10941 the region on shift if the binding is already shifted (bug#11221).
10942
82f289a4
GM
109432012-04-12 Glenn Morris <rgm@gnu.org>
10944
10945 * mail/mailpost.el: Move to obsolete/.
10946
d333dc4c
DA
109472012-04-12 Drew Adams <drew.adams@oracle.com>
10948
10949 * imenu.el (imenu--generic-function): Ignore invisible definitions
10950 (bug#10123).
10951
0d15b5ba
VD
109522012-04-12 Vivek Dasmohapatra <vivek@etla.org>
10953
10954 * hexl.el (hexl-bits): New variable.
10955 (hexl-options): Mention the variable in the doc string.
75f1671a 10956 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 10957 (hexl-mode): Mention the new variable.
75f1671a
JB
10958 (hexl-mode, hexl-current-address, hexl-current-address):
10959 Use the displen.
0d15b5ba
VD
10960 (hexl-ascii-start-column): New function.
10961 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10962 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10963
64a440db
AM
109642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10965
10966 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10967 '("-i" ENCODING), in 2 separate command-line arguments, to specify
10968 the encoding, as expected by hunspell.
10969
6decb6c2
SM
109702012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * battery.el (battery--linux-sysfs-regexp): New const.
10973 (battery-status-function): Use it. Remove yeeloong special case.
10974 (battery-yeeloong-sysfs): Remove.
10975 (battery-echo-area-format): Remove yeeloong special case.
10976
088be6fb
SM
109772012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10978
6622e416
SM
10979 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10980 Reported by Noah Friedman.
10981
088be6fb
SM
10982 * subr.el (read-passwd): Use read-string.
10983
b49f886e
LMI
109842012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * vcursor.el (vcursor-move): Increase the priority of the overlay
10987 (bug#9663).
10988
a63067fc
DD
109892012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10990
10991 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10992 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10993
ac3cf14a
WS
109942012-04-11 William Stevenson <yhvh2000@gmail.com>
10995
10996 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10997 define-minor-mode (bug#10760).
10998
c4fc691b 109992012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 11000
4d6769e1 11001 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
11002 that directories matching `grep-find-ignored-files' won't be
11003 pruned (bug#10351).
11004
af23e2e5
CY
110052012-04-11 Chong Yidong <cyd@gnu.org>
11006
11007 * startup.el (command-line): Remove support for long-obsolete
11008 variable font-lock-face-attributes.
11009
ab7ce8c1
GM
110102012-04-11 Glenn Morris <rgm@gnu.org>
11011
11012 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11013
de8c03dc
SM
110142012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * window.el (window--state-get-1): Obey window-point-insertion-type.
11017
050cc68b
LB
110182012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
11019
11020 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11021 to previous function when point is on the first character of a
75f1671a 11022 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 11023
a38c310c
GM
110242012-04-11 Glenn Morris <rgm@gnu.org>
11025
effed0c2
GM
11026 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11027 not just file-errors.
11028
a38c310c
GM
11029 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11030 (vc-bzr-sha1): Use internal sha1.
11031
0221e323
SM
110322012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
11035
43956923
SG
110362012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
11037
11038 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
11039 that start in the middle of the line (bug#10496).
11040
6a8c9eaf
DN
110412012-04-10 Dan Nicolaescu <dann@gnu.org>
11042
11043 * battery.el (battery-linux-proc-acpi): Only one battery is
11044 discharged at a time, but that seems to confuse battery.el when
11045 computing `rate-type' for the battery not being discharged
11046 (bug#10332).
11047
1930bf5d
SM
110482012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11049
2a718f6f
SM
11050 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11051
599430d0
SM
11052 * international/quail.el: Use dolist and simplify.
11053 (quail-define-package, quail-update-keyboard-layout)
11054 (quail-define-rules): Use dolist.
11055 (quail-insert-kbd-layout, quail-get-translation): CSE.
11056
a2754b6c
SM
11057 * tmm.el: Use dolist, remove left over hook.
11058 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
11059 Use dolist.
11060 (calendar-load-hook): Don't mess with it.
11061
1930bf5d
SM
11062 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
11063 Use derived-mode-p. Run the diff asynchronously.
11064
9f67961c
LMI
110652012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11066
11067 * obsolete/mouse-sel.el: Add an Obsolete-since header.
11068
2a8ce227
JB
110692012-04-10 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * misc.el: Display absolute path of loaded DLLs (bug#10424).
11072 (list-dynamic-libraries--loaded): New function.
11073 (list-dynamic-libraries--refresh): Use it.
11074
8f33b5f8
NW
110752012-04-10 Nathan Weizenbaum <nweiz@google.com>
11076
1930bf5d
SM
11077 * progmodes/python.el (python-fill-paragraph):
11078 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
11079 disabled (bug#7018).
11080
b12f0439
L
110812012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
11082
1930bf5d 11083 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
11084 DOS/MS Windows for the Baltic languages. There are still plenty
11085 of texts written in this encoding/codepage (bug#6519).
b12f0439 11086
57c3bd01
GM
110872012-04-10 Glenn Morris <rgm@gnu.org>
11088
11089 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
11090 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
11091
6c3eab30
FA
110922012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
11093
1930bf5d 11094 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
11095 next-line "n" and previous-line "p" in order to make recentf more
11096 consistent with ibuffer, dired or org-mode (bug#9387).
11097
24d78a88
LMI
110982012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11099
bc72b5d9
LMI
11100 * image.el (put-image): Return the overlay created instead of the
11101 optional input string (bug#7834). Note that this may break code
11102 that is (for some reason or other) depending on `put-image'
11103 returning the string.
11104
bd2dba5a
LMI
11105 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
11106
74beb59f
LMI
11107 * simple.el (zap-to-char): Allow zapping using input methods
11108 (bug#1580).
11109
24d78a88
LMI
11110 * textmodes/fill.el (fill-region): Leave point and mark where they
11111 were before filling (bug#5399).
11112
263f20cd
GM
111132012-04-09 Glenn Morris <rgm@gnu.org>
11114
11115 * version.el (emacs-bzr-get-version):
11116 Handle lightweight checkouts of local branches.
11117
58d1f797
AS
111182012-04-09 Andreas Schwab <schwab@linux-m68k.org>
11119
263f20cd 11120 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 11121
b4d3bc10
CY
111222012-04-09 Chong Yidong <cyd@gnu.org>
11123
11124 * custom.el (custom-variable-p): Return nil for non-symbol
11125 arguments instead of signaling an error.
11126 (user-variable-p): Obsolete alias for custom-variable-p.
11127
11128 * apropos.el (apropos-variable):
11129 * files-x.el (read-file-local-variable):
11130 * simple.el (set-variable):
11131 * woman.el (woman-mini-help):
11132 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
11133
fd06db5d
GM
111342012-04-09 Glenn Morris <rgm@gnu.org>
11135
e5fcdb5e
GM
11136 * startup.el (normal-top-level): Don't look for leim-list.el
11137 in places where it will not be found. (Bug#910)
11138
fd06db5d
GM
11139 * international/mule-cmds.el (set-default-coding-systems):
11140 * files.el (normal-mode):
11141 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
11142 This function was removed with ucs-tables.el in 2008.
11143
b39bb7e1
EZ
111442012-04-08 Eli Zaretskii <eliz@gnu.org>
11145
11146 * textmodes/ispell.el (ispell-check-version): For hunspell, set
11147 ispell-encoding8-command to "-i", without a trailing space.
11148 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
11149 separate command-line arguments, to specify the encoding, since
11150 that's how hunspell expects it.
11151
5c5b8e23
GM
111522012-04-08 Glenn Morris <rgm@gnu.org>
11153
11154 * loadup.el: Load bindings before cus-start.
11155 This reduces somewhat the number of "rogue" settings in emacs -Q.
11156
a1ed8b05
GM
111572012-04-07 Glenn Morris <rgm@gnu.org>
11158
11159 * version.el (emacs-bzr-get-version): New function.
dfae128a 11160 (emacs-bzr-version): New variable.
a1ed8b05
GM
11161 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
11162 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
11163
b142f158
EZ
111642012-04-07 Eli Zaretskii <eliz@gnu.org>
11165
dfae128a
GM
11166 * international/uni-bidi.el, international/uni-category.el:
11167 * international/uni-combining.el, international/uni-decimal.el:
11168 * international/uni-decomposition.el, international/uni-digit.el:
11169 * international/uni-lowercase.el, international/uni-mirrored.el:
11170 * international/uni-name.el, international/uni-numeric.el:
11171 * international/uni-titlecase.el, international/uni-uppercase.el:
11172 Update for Unicode 6.1.
b142f158 11173
9078ead6
EZ
111742012-04-07 Eli Zaretskii <eliz@gnu.org>
11175
11176 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
11177
f23d2c7d
LMI
111782012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11179
11180 * window.el (shrink-window): Mention the `window-min-height'
11181 variable in the doc string.
11182
0a0a3573
BG
111832012-04-05 Bastien Guerry <bzg@altern.org>
11184
11185 * color.el (color-lighten-name): Fix typo.
11186
e5248ac9
SM
111872012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * server.el (server--on-display-p): New function.
11190 (server--on-display-p): Use it.
11191
b4243e22
GV
111922012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
11193
11194 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
11195 (bug#11145).
11196
305d9f44
SM
111972012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * comint.el (comint--common-quoted-suffix): Check string boundary
11200 before comparing (bug#11158).
11201 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
11202
3d439cd1
CY
112032012-04-04 Chong Yidong <cyd@gnu.org>
11204
321cc491
CY
11205 * minibuffer.el (completion-extra-properties): Doc fix.
11206
3d439cd1
CY
11207 * subr.el (delayed-warnings-hook): Doc fix.
11208
2d562c0f
DU
112092012-04-04 Daiki Ueno <ueno@unixuser.org>
11210
11211 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
11212 selection (Bug#11159).
11213 (epa-insert-keys): Inform that the default public key will be
11214 exported if no key is selected.
11215
4443f204
RS
112162012-04-04 Richard Stallman <rms@gnu.org>
11217
11218 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
11219
529c06b6
CY
112202012-04-03 Chong Yidong <cyd@gnu.org>
11221
11222 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
11223 mail-insert-file, not its obsolete alias mail-attach-file.
11224
66b907dc
MA
112252012-04-03 Michael Albinus <michael.albinus@gmx.de>
11226
11227 * notifications.el (notifications-notify): Fix docstring.
11228
c0ea195d
GM
112292012-04-02 Glenn Morris <rgm@gnu.org>
11230
11231 * emacs-lisp/authors.el (authors-aliases): Another addition.
11232
5ca64e00
MA
112332012-04-02 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
11236 `tramp-compat-call-process' instead of `tramp-local-call-process'.
11237 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
11238
42ee526b
CY
112392012-04-01 Chong Yidong <cyd@gnu.org>
11240
11241 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
11242 Handle root directory properly.
11243 (copy-directory): Caller changed.
11244
11245 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11246 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
11247
0b021094
GM
112482012-03-31 Glenn Morris <rgm@gnu.org>
11249
40f86458
GM
11250 * term/xterm.el (xterm-extra-capabilities): Doc fix.
11251
7019c177
GM
11252 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
11253
a1daddd6
GM
11254 * calendar/calendar.el (calendar-window-list)
11255 (calendar-hide-window): Restore. (Bug#11140)
11256 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
11257
0b021094
GM
11258 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
11259
40311efc
TV
112602012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11261
11262 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11263 Check if file is a symlink (Bug#10489).
11264
11265 * files.el (copy-directory): Likewise.
11266
5319014e
CY
112672012-03-30 Chong Yidong <cyd@gnu.org>
11268
11269 * image.el (imagemagick-types-inhibit)
11270 (imagemagick-register-types): Doc fix.
11271
935d1290
AM
112722012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11273
090bd7cb 11274 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 11275 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 11276 and treats ~word as ordinary words in pipe mode.
935d1290 11277
61c6e8fd
GM
112782012-03-30 Glenn Morris <rgm@gnu.org>
11279
11280 * tutorial.el (help-with-tutorial): Ensure local variables don't
11281 happen to make the buffer read-only. (Bug#11127)
11282
81fdff00
SM
112832012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
11286 (perl-calculate-indent): Return `noindent' in strings.
11287
6e7a6ec0
SS
112882012-03-28 Sam Steingold <sds@gnu.org>
11289
11290 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
11291 instead of the broken adhockery which does not prevent calendar
11292 buffers from being displayed at random after exit.
11293 (calendar-window-list, calendar-hide-window): Remove the broken
11294 adhockery.
11295
fee88ca0
GM
112962012-03-28 Glenn Morris <rgm@gnu.org>
11297
11298 * replace.el (query-replace-map): Doc fix.
11299
38de3354
AS
113002012-03-28 Andreas Schwab <schwab@linux-m68k.org>
11301
11302 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11303 contents. (Bug#11109)
11304
b973155e
SM
113052012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11308 (bug#11077).
11309 (avl-tree--check, avl-tree--check-node): New funs.
11310
dcb6e7b3
MR
113112012-03-27 Martin Rudalics <rudalics@gmx.at>
11312
11313 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
11314 (switch-to-prev-buffer, switch-to-next-buffer):
11315 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
11316 showing a buffer already is done on the same frame.
11317
b4fa35fa
GM
113182012-03-27 Glenn Morris <rgm@gnu.org>
11319
11320 * startup.el (mail-host-address): Doc fix.
11321
f9210e18
SM
113222012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11325 than 197 variables.
11326
c0bf7753
AF
113272012-03-26 Ami Fischman <ami@fischman.org>
11328
11329 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11330
33da7b16
GM
113312012-03-26 Glenn Morris <rgm@gnu.org>
11332
02243d9d
GM
11333 * files.el (save-buffers-kill-emacs): Doc fix.
11334
33da7b16
GM
11335 * startup.el (normal-top-level, command-line, command-line-1):
11336 Give them doc strings.
11337
e5a69fd0
EZ
113382012-03-25 Eli Zaretskii <eliz@gnu.org>
11339
11340 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 11341 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 11342
9a69676a
CY
113432012-03-25 Chong Yidong <cyd@gnu.org>
11344
4125cb8b
CY
11345 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11346 theme if it was previously enabled before (Bug#11031).
11347
dd470960
CY
11348 * cus-theme.el (custom-theme-write-faces): Retrieve current face
11349 spec with custom-face-get-current-spec if its :shown-value is not
11350 determined yet (Bug#9337).
4125cb8b 11351 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 11352
9a69676a
CY
11353 * button.el (button-at): Minor addition to docstring.
11354
6e7e90fa
SL
113552012-03-24 Simon Leinen <simon.leinen@gmail.com>
11356
11357 * vc/vc.el (vc-merge): Fix a prompt.
11358
f06e2758
CY
113592012-03-24 Chong Yidong <cyd@gnu.org>
11360
11361 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11362 point (Bug#9623).
11363
6e7e90fa
SL
11364 * button.el (button-at): Minor addition to docstring.
11365
b9d0879b
SM
113662012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * newcomment.el (comment-choose-indent): No space after BOL.
11369
e71cebb3
SS
113702012-03-22 Sam Steingold <sds@gnu.org>
11371
11372 * window.el (switch-to-prev-buffer): Revert last patch because the
11373 bug turned out to be an advertised feature (Elisp manual 28.14).
11374
335aff35
GM
113752012-03-22 Glenn Morris <rgm@gnu.org>
11376
11377 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
11378 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11379
c676576a
LMI
113802012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11381
11382 * net/network-stream.el (network-stream-open-starttls): Make error
11383 message under Windows be less misleading.
11384
126f3d39
LW
113852012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
11386
11387 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11388 understands (bug#9942).
11389
64fee311
CY
113902012-03-22 Chong Yidong <cyd@gnu.org>
11391
11392 * simple.el (end-of-visible-line): Handle return value of
11393 next-single-property-change properly (Bug#9371).
11394
a640d29a
KH
113952012-03-22 Kenichi Handa <handa@m17n.org>
11396
11397 * international/quail.el (quail-insert-kbd-layout): Fix previous
11398 change. To avoid unwanted bidi reordering, use
11399 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11400
39675016
DG
114012012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11402
11403 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11404 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11405 (ruby-beginning-of-indent): Be more careful with the difference
11406 between word-boundary and symbol boundary.
11407 (ruby-mode-syntax-table): Make : a symbol constituent.
11408
0a6934fc 114092012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 11410
3d008e4f
SM
11411 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11412
0a6934fc
SM
114132012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11414
af67c9d7
SM
11415 * progmodes/etags.el (tags-completion-at-point-function):
11416 Improve last fix.
11417
1acad97c
SM
11418 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11419
e298b5da
SS
114202012-03-21 Sam Steingold <sds@gnu.org>
11421
11422 * progmodes/etags.el (tags-completion-at-point-function):
11423 Avoid the error when point is inside the pattern.
11424
91d82a70
JY
114252012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11426
11427 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11428 line (Bug#10855).
11429
69188b79
CY
114302012-03-21 Drew Adams <drew.adams@oracle.com>
11431
11432 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11433
99fc91fe
AK
114342012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11435
11436 * ido.el (ido-set-current-directory, ido-read-internal)
11437 (ido-choose-completion-string, ido-completion-help): Handle nil
11438 value of ido-completion-buffer (Bug#11008).
11439
087bbb4c
SS
114402012-03-21 Sam Steingold <sds@gnu.org>
11441
11442 * window.el (switch-to-prev-buffer): Do not switch to a visible
11443 window previous buffer, just like with the frame previous buffers.
11444
fb5b8aca
CY
114452012-03-21 Chong Yidong <cyd@gnu.org>
11446
11447 * faces.el (make-face, make-empty-face, copy-face):
11448 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11449 Doc fixes.
11450
dc9924b8
SM
114512012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11454 (widget-complete): Remove broken use of it.
11455
f0bcceb9
CY
114562012-03-20 Chong Yidong <cyd@gnu.org>
11457
dc9924b8
SM
11458 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11459 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
11460 characters.
11461
ee52ebf3
TH
114622012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11463
11464 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11465 to draw rectangles, not squares. (Regression introduced by revno
11466 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11467
4c5779ab
CY
114682012-03-18 Chong Yidong <cyd@gnu.org>
11469
11470 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11471 it is not yet defined (for temacs).
11472
15360934
LL
114732012-03-18 Leo Liu <sdl.web@gmail.com>
11474
735135f9
PE
11475 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11476 prefix.
15360934 11477
d9a8eb66
EZ
114782012-03-17 Eli Zaretskii <eliz@gnu.org>
11479
11480 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11481 (ispell-choices-win-default-height, ispell-silently-savep)
11482 (ispell-dictionary-alist, ispell-encoding8-command)
11483 (ispell-check-version, ispell-aspell-find-dictionary)
11484 (ispell-valid-dictionary-list, ispell-words-keyword)
11485 (ispell-get-word, ispell-internal-change-dictionary)
11486 (ispell-region, ispell-skip-region-list)
11487 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11488 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11489 (ispell-message-text-end, ispell-message)
11490 (ispell-buffer-local-parsing): Doc fix.
11491
f02ff80d
J
114922012-03-13 Jambunathan K <kjambunathan@gmail.com>
11493
11494 * htmlfontify.el: Add support for code block fontification for ODT
11495 export (Bug #9914).
11496 (hfy-optimisations): Define new option
11497 `body-text-only'
11498 (hfy-fontify-buffer): Honor above setting.
11499 (hfy-begin-span, hfy-end-span): New routines factored out form
11500 `hfy-fontify-buffer'.
11501 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11502 that permit insertion of custom tags.
11503 (hfy-fontify-buffer): Use above handlers.
11504 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11505 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 11506 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 11507 over multiple runs. This is made possible by having the caller let
f02ff80d
J
11508 bind a special variable `hfy-user-sheet-assoc'.
11509 (htmlfontify-string): New defun.
11510 (hfy-compile-face-map): Make sure that the last char in the
11511 buffer is correctly fontified.
11512 (hfy-face-resolve-face): Whitespace only change.
11513
9ac7a13f
EZ
115142012-03-17 Eli Zaretskii <eliz@gnu.org>
11515
11516 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11517 message more clear.
11518
e2b5bdd7
LL
115192012-03-16 Leo Liu <sdl.web@gmail.com>
11520
11521 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11522
2e492df3
AM
115232012-03-16 Alan Mackenzie <acm@muc.de>
11524
11525 Further optimise the handling of large macros.
11526
11527 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11528 limit to a call of `c-literal-limits'.
11529 (c-determine-+ve-limit): New function.
dc9924b8
SM
11530 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11531 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
11532 In CASE 5B, restrict a search limit to 500.
11533 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11534
11535 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11536 Restrict macro bounds to +-500 from after-change's BEG END.
11537
50e94f0c
LL
115382012-03-16 Leo Liu <sdl.web@gmail.com>
11539
11540 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11541
6f09f6ed
AH
115422012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11543
11544 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 11545 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 11546
c7e73d51
GM
115472012-03-16 Glenn Morris <rgm@gnu.org>
11548
da986230
GM
11549 * view.el (view-buffer, view-buffer-other-window)
11550 (view-buffer-other-frame): Doc fixes re special mode-class.
11551
0835f01e
GM
11552 * subr.el (eval-after-load): If named feature is provided not from
11553 a file, run after-load forms. (Bug#10946)
11554
c7e73d51
GM
11555 * calendar/calendar.el (calendar-insert-at-column):
11556 Handle non-unit-width characters a bit better. (Bug#10978)
11557
3f2eafd1
CY
115582012-03-15 Chong Yidong <cyd@gnu.org>
11559
11560 * emacs-lisp/ring.el (ring-extend): New function.
11561 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11562
11563 * comint.el (comint-read-input-ring)
11564 (comint-add-to-input-history): Grow comint-input-ring lazily.
11565
103af3fe
SM
115662012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11567
663b1677
SM
11568 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11569 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11570
103af3fe
SM
11571 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11572 (imenu-add-to-menubar): Don't add a redundant index.
11573 (imenu-update-menubar): Handle a dynamically composed keymap.
11574
899cb7cb
KY
115752012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11576
11577 * mail/sendmail.el (mail-encode-header):
11578 Bind rfc2047-encode-encoded-words to nil.
11579
3809f91d
GM
115802012-03-13 Glenn Morris <rgm@gnu.org>
11581
11582 * calendar/calendar.el (calendar-string-spread):
11583 Handle non-unit-width characters a bit better. (Bug#10978)
11584
9e345a01
LL
115852012-03-13 Leo Liu <sdl.web@gmail.com>
11586
11587 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11588 directory and file as argument (Bug#10822).
11589
4a07df36
KS
115902012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11591
11592 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11593 For dynamically generated code, follow $PC.
11594 (gdb-disassembly-handler-custom): Handle no function name case.
11595
4aaa9356
TL
115962012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11597
11598 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11599 * emulation/ws-mode.el (ws-query-replace):
11600 * sort.el (sort-regexp-fields):
11601 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11602
225979da
SM
116032012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * dabbrev.el: Fix cycle completion order (bug#10963).
11606 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11607 (dabbrev-completion): Don't use an obarray; provide
11608 a cycle-sort-function.
11609
e2f1fdab
LL
116102012-03-12 Leo Liu <sdl.web@gmail.com>
11611
dc9924b8 11612 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
11613 (kill-do-not-save-duplicates): Doc fix.
11614
b19490ed
SM
116152012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * dabbrev.el: Fix cycle completion (bug#10963).
11618 Use lexical binding and wrap to 80 columns.
11619 (dabbrev-completion): Delay computing the list of completions.
11620
4b05d722
KH
116212012-03-12 Kenichi Handa <handa@m17n.org>
11622
11623 * international/quail.el (quail-insert-kbd-layout): Surround each
11624 row by LRO and PDF instead of inserting many LRMs. Pad the left
11625 and right of each non-spacing marks. Insert invisible space
11626 between lower and upper characters to prevent composition.
11627
dbbc2e69
SM
116282012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * minibuffer.el (minibuffer-complete): Don't get confused when the
11631 function is run twice via different commands (bug#10958).
11632 (complete-with-action): Fix docstring.
11633
292112ed
CY
116342012-03-12 Chong Yidong <cyd@gnu.org>
11635
5d1ac394
CY
11636 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11637 (nxml-completion-at-point-function): New function.
11638 (nxml-mode): Use it.
11639 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11640
292112ed
CY
11641 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11642 Load generated autoloads file before byte compiling (Bug#10970).
11643 (package--make-autoloads-and-compile): New helper fun.
11644
4098f8f7
CS
116452012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11646
11647 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11648
8f754691
MA
116492012-03-11 Michael Albinus <michael.albinus@gmx.de>
11650
11651 * autorevert.el (auto-revert-handler): Ensure, that
11652 file-readable-p is applied only for local files or in
11653 auto-revert-tail-mode.
11654
e29ab36b
AS
116552012-03-11 Andreas Schwab <schwab@linux-m68k.org>
11656
dbbc2e69
SM
11657 * server.el (server-eval-at): Handle non-tcp connections.
11658 Decode result string.
ad0bf5b6 11659
e29ab36b
AS
11660 * server.el (server-msg-size): New constant.
11661 (server-reply-print): New function.
11662 (server-eval-and-print): Use it.
11663 (server-eval-at): Use server-quote-arg and server-unquote-arg.
11664 Handle -print-nonl.
11665
de5939ba
CS
116662012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
11667
11668 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11669 (Bug#10987).
11670
0c93eabf
CY
116712012-03-11 Chong Yidong <cyd@gnu.org>
11672
397a688f
CY
11673 * simple.el (goto-line): Doc fix (Bug#9938).
11674
2cc775f9
CY
11675 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11676
0c93eabf
CY
11677 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11678 when finished (Bug#10963).
11679
c491fa41
MR
116802012-03-11 Martin Rudalics <rudalics@gmx.at>
11681
11682 * window.el (split-window-below): Fix bug in case where
11683 split-window-keep-point is nil (Bug#10971).
11684
300e8fa5
JL
116852012-03-11 Juri Linkov <juri@jurta.org>
11686
11687 * replace.el (replace-highlight): Set isearch-word to nil
11688 unconditionally. (Bug#10887)
11689
dbf6c5a1
EZ
116902012-03-10 Eli Zaretskii <eliz@gnu.org>
11691
11692 * net/mairix.el (mairix-replace-invalid-chars): Rename from
11693 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 11694 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
11695 (mairix-widget-create-query): Add usage information about mairix
11696 search forms: negating words, searching for substrings, etc.
11697
b9e501de
JP
116982012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
11699
11700 * international/fontset.el (font-encoding-alist): Add an entry for
11701 ksx1001 (Bug#5667).
11702
92795c91
RS
117032012-03-10 Richard Stallman <rms@gnu.org>
11704
1694e6c1
RS
11705 * mail/sendmail.el (mail-encode-header):
11706 Set rfc2047-encode-encoded-words.
11707
607e8555
RS
11708 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11709
de3bc99a
RS
11710 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11711 view buffer means not swapped.
11712 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11713 (rmail-write-region-annotate): Error if real text has disappeared.
11714
92795c91
RS
11715 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11716
699bd04e
CY
117172012-03-10 Chong Yidong <cyd@gnu.org>
11718
11719 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
11720 * emulation/cua-base.el (cua--init-keymaps):
11721 Add delete-forward-char to remappings (Bug#9666).
699bd04e 11722
570a1714
MR
117232012-03-10 Martin Rudalics <rudalics@gmx.at>
11724
dbbc2e69
SM
11725 * speedbar.el (speedbar-unhighlight-one-tag-line):
11726 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 11727
82dcf4e4
CY
117282012-03-10 Chong Yidong <cyd@gnu.org>
11729
7a2c7ca7
CY
11730 * minibuffer.el (completion-in-region, completion-help-at-point):
11731 Give the completion field overlay a high priority (Bug#6830).
11732
82dcf4e4
CY
11733 * dired.el (dired-goto-file): Recognize absolute file name
11734 listings (Bug#7126).
11735 (dired-goto-file-1): New helper function.
11736 (dired-toggle-read-only): Inhibit warnings.
11737
052e28ac
MA
117382012-03-09 Michael Albinus <michael.albinus@gmx.de>
11739
75f1671a 11740 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
11741 there are no properties.
11742
95d5e396
LL
117432012-03-09 Leo Liu <sdl.web@gmail.com>
11744
11745 * savehist.el (savehist-printable): Stricter check for string
11746 value (Bug#10937).
11747
3f018d6d
EZ
117482012-03-09 Eli Zaretskii <eliz@gnu.org>
11749
dbbc2e69
SM
11750 * mail/smtpmail.el (smtpmail-send-it):
11751 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
11752 valid mbox format.
11753
f7fd3d79
GM
117542012-03-09 Glenn Morris <rgm@gnu.org>
11755
11756 * files.el (dir-locals-find-file):
11757 Don't check result is regular, readable.
11758 (dir-locals-read-from-file): Demote errors.
11759
6ff6e72f
EZ
117602012-03-08 Eli Zaretskii <eliz@gnu.org>
11761
dbbc2e69
SM
11762 * international/quail.el (quail-insert-kbd-layout):
11763 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
11764 layout cell, to prevent their reordering by bidi display engine.
11765 For details, see the discussion in
11766 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11767
9cec7834
AM
117682012-03-08 Alan Mackenzie <acm@muc.de>
11769
11770 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11771 the starting position; make it extend the marked region when
11772 invoked repeatedly - all under appropriate circumstances.
11773 Fixes bugs #5525, #10906.
11774
9a40b8d4
GM
117752012-03-08 Glenn Morris <rgm@gnu.org>
11776
11777 * files.el (locate-dominating-file, dir-locals-find-file):
11778 Undo 2012-03-06 change.
11779
7a08ed35
EZ
117802012-03-07 Eli Zaretskii <eliz@gnu.org>
11781
dbbc2e69
SM
11782 * international/quail.el (quail-help):
11783 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
11784 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11785 for the reason.
11786
5aca4f71 117872012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
11788
11789 Avoid superfluous registering of signals. (Bug#10807)
11790
11791 * notifications.el (notifications-on-action-object)
11792 (notifications-on-close-object): New defvars.
11793 (notifications-on-action-signal, notifications-on-closed-signal):
11794 Unregister the signal if not needed any longer.
11795 (notifications-notify): Register `notifications-action-signal' or
11796 `notifications-closed-signal', if :on-action or :on-close has been
11797 passed as argument.
11798
78e8b10a
CY
117992012-03-07 Chong Yidong <cyd@gnu.org>
11800
11801 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11802 non-X platforms.
11803
69481eb8
GM
118042012-03-06 Glenn Morris <rgm@gnu.org>
11805
11806 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11807 (x-disown-selection-internal, x-get-selection-internal):
11808 Doc fix (add arglist signatures). (Bug#10783)
11809
133b8e11
KS
118102012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11811
11812 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11813 Handle breakpoints with no "type".
11814
99a83064
GM
118152012-03-06 Glenn Morris <rgm@gnu.org>
11816
11817 * files.el (locate-dominating-file): Add optional predicate argument.
11818 (dir-locals-find-file): Make use of above change.
11819
17798e78
TTN
118202012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
11821
11822 * info.el (Info-insert-dir): Also try "dir.gz".
11823
eb182446
GM
118242012-03-06 Glenn Morris <rgm@gnu.org>
11825
8f2114ee
GM
11826 * files.el (dir-locals-find-file):
11827 Ignore non-readable or non-regular files. (Bug#10928)
11828
eb182446
GM
11829 * files.el (locate-dominating-file): Doc fix.
11830
24679323
AS
118312012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
11832
11833 * calendar/calendar.el (calendar-set-mode-line):
11834 `getenv' returns a string. (Bug#10951)
11835
01d972a9
LL
118362012-03-05 Leo Liu <sdl.web@gmail.com>
11837
109aa8a9
LL
11838 * simple.el (backward-delete-char-untabify): Constrain point to
11839 field (Bug#10939).
11840
01d972a9
LL
11841 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11842
10607bea
CY
118432012-03-05 Chong Yidong <cyd@gnu.org>
11844
11845 * simple.el (count-words): If called from Lisp, return the word
11846 count, for symmetry with `count-lines'. Arglist changed.
11847 (count-words--message): Args changed. Consolidate counting code
11848 from count-words and count-words-region.
11849 (count-words-region): Caller changed.
11850 (count-lines-region): Make it an obsolete alias.
11851
5dd11cfe
TH
118522012-03-04 Tassilo Horn <tassilo@member.fsf.org>
11853
11854 * saveplace.el (save-place-to-alist)
11855 (save-place-ignore-files-regexp): Allow value nil to disable this
11856 feature.
11857
c349f4e6
CY
118582012-03-04 Chong Yidong <cyd@gnu.org>
11859
11860 * faces.el (face-spec-reset-face): For the default face, reset the
11861 attributes to default values (Bug#10748).
11862
e627be4c
LMI
118632012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11864
11865 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11866 previous patch: Check `message-send-mail-function', and not the
11867 default function (bug#10897).
11868
ebeabff4
MA
118692012-03-04 Michael Albinus <michael.albinus@gmx.de>
11870
a41a6cf4
MA
11871 * notifications.el (notifications-on-action-signal)
11872 (notifications-on-closed-signal): Check for unique service name of
11873 incoming event. Fix error in removing entry.
ebeabff4 11874 (top): Register for signals with wildcard service name.
a41a6cf4 11875 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 11876
c1ca42b4
CY
118772012-03-04 Chong Yidong <cyd@gnu.org>
11878
dc9924b8 11879 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 11880
ea16568d
GM
118812012-03-04 Glenn Morris <rgm@gnu.org>
11882
11883 * abbrev.el (copy-abbrev-table, abbrev-table-p)
11884 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11885 (expand-abbrev, define-abbrev-table): Doc fixes.
11886
fbae4637
LMI
118872012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11888
11889 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11890 `message-default-send-mail-function' and not `send-mail-function'
11891 when doing the prompting for `sendmail-query-once' before sending
11892 in Message buffers (bug#10897).
11893
a1e7225c
LMI
11894 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11895 This is inconsistent with all the other stream functions, which leave
11896 the setting up to the higher levels (if so wanted) (bug#10931).
11897
56d093a9
AM
118982012-03-02 Alan Mackenzie <acm@muc.de>
11899
11900 Depessimize the handling of very large macros.
11901
11902 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11903 (c-macro-cache-syntactic): New variables to implement a one
11904 element macro cache.
11905 (c-invalidate-macro-cache): New function.
11906 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11907 Adapt to use the new cache.
11908 (c-state-safe-place): Use better the cache of safe positions.
11909 (c-state-semi-nonlit-pos-cache)
11910 (c-state-semi-nonlit-pos-cache-limit):
11911 New variables for...
11912 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
11913 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
11914 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11915 Use c-state-semi-safe-place.
56d093a9 11916
dbbc2e69
SM
11917 * progmodes/cc-langs.el (c-get-state-before-change-functions):
11918 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 11919
817e5c3d
MA
119202012-03-02 Michael Albinus <michael.albinus@gmx.de>
11921
dbbc2e69
SM
11922 * jka-compr.el (jka-compr-call-process):
11923 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
11924 not remote.
11925
a032a702
MA
119262012-03-01 Michael Albinus <michael.albinus@gmx.de>
11927
11928 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
11929 access of FILE2, if FILE1 does not exist.
11930
99a54f21
MA
11931 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11932 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11933
11934 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11935 Add "PAGER=" to `process-environment'.
11936
f6561e1f
MM
119372012-03-01 Michael R. Mauger <mmaug@yahoo.com>
11938
11939 * progmodes/sql.el: Bug fix
11940 (sql-get-login-ext): Save login values in globals.
11941 (sql-get-login): Use new version of `sql-get-login-ext'.
11942 (sql-interactive-mode): Set global `sql-connection' to nil.
11943 (sql-connect): Set global values for connection.
11944 (sql-product-interactive): Save global values as buffer local.
11945
2d44d9cc
LL
119462012-02-29 Leo Liu <sdl.web@gmail.com>
11947
11948 * abbrev.el (define-abbrevs): Reset sys to nil.
11949
96b49301 119502012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11951
bf7f9bc5
JB
11952 * files.el (file-equal-p): Rename from `files-equal-p'.
11953 Return nil when one or both files don't exist.
96b49301 11954 (file-subdir-of-p): Now only top directory must exists,
11955 return nil if it doesn't.
bf7f9bc5
JB
11956 (copy-directory): No need to test with `file-subdir-of-p' after
11957 creating dir.
11958 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11959 to `file-equal-p'.
96b49301 11960
44e97401
GM
119612012-02-28 Glenn Morris <rgm@gnu.org>
11962
11963 * shell.el (shell-mode):
11964 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11965 * play/landmark.el (landmark-font-lock-face-O):
11966 * play/handwrite.el (handwrite):
11967 * play/gomoku.el (gomoku-O):
11968 * net/browse-url.el (browse-url-browser-display):
11969 * international/mule.el (define-charset):
11970 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11971 * filesets.el (filesets-find-file-delay):
11972 * eshell/em-xtra.el (eshell-xtra):
11973 * eshell/em-unix.el (eshell-grep):
11974 * emulation/viper.el (viper-mode):
11975 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11976 * emacs-lisp/easymenu.el (easy-menu-define):
11977 * calendar/timeclock.el (timeclock-use-display-time):
11978 * bs.el (bs-mode):
11979 * bookmark.el (bookmark-save-flag):
11980 Doc fix (standardize possessive apostrophe usage).
11981
c98c6276
CY
119822012-02-27 Chong Yidong <cyd@gnu.org>
11983
bf7f9bc5
JB
11984 * emulation/viper-cmd.el (viper-intercept-ESC-key):
11985 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 11986
c98c6276
CY
11987 * font-lock.el (font-lock-specified-p): Rename from
11988 font-lock-spec-present. Callers changed.
11989
9c62cd04 119902012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 11991
bf7f9bc5
JB
11992 * emacs-lisp/package.el (package-compute-transaction):
11993 Handle holding a package version to t in package-load-list.
8ac9e529 11994
530739c9
MA
119952012-02-26 Michael Albinus <michael.albinus@gmx.de>
11996
11997 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11998 (tramp-get-inode, tramp-get-device): Use cached values.
11999
487915d7
AM
120002012-02-26 Alan Mackenzie <acm@muc.de>
12001
12002 Check there is a font-lock specification before doing initial
12003 fontification.
12004
12005 * font-core.el (font-lock-mode): Move the conditional from
12006 :after-hook to font-lock-initial-fontify.
12007 (font-lock-default-function): Move the check for a specification
12008 to font-lock-spec-present.
12009
dc9924b8 12010 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
12011 (font-lock-spec-present): New function.
12012
4fd96557
JB
120132012-02-26 Jim Blandy <jimb@red-bean.com>
12014
12015 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12016 (gdb-send): Apply it to the operand of the '-interpreter-exec
12017 console' command, so that we can pass arguments with (say) quotes
12018 in them. Store exact string sent in gdb-debug-log (Bug#10765).
12019
9a4888c0
CY
120202012-02-26 Chong Yidong <cyd@gnu.org>
12021
07498861
CY
12022 * help-fns.el (describe-function-1): Clarify description of
12023 remapping (Bug#10844).
12024
9a4888c0
CY
12025 * files.el (files-equal-p): Doc fix.
12026 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
12027 and quit the loop once a mismatch is found.
12028
ea8fb88d
JB
120292012-02-25 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * bs.el (bs--show-with-configuration): Don't throw an error
12032 if the window cannot be split; otherwise, subsequent calls to
12033 bs-show fail, restoring a stale window config. (Bug#10882)
12034
525795c1
JD
120352012-02-25 Jan Djärv <jan.h.d@swipnet.se>
12036
12037 * term/ns-win.el (global-map): Bind ns-drag-file to
12038 ns-find-file (Bug#5855, Bug#10050).
12039
f008086f
AS
120402012-02-25 Andreas Schwab <schwab@linux-m68k.org>
12041
12042 * calendar/parse-time.el (parse-time-string): Allow extractor to
12043 return nil.
12044
a3fcfa99
MA
120452012-02-25 Michael Albinus <michael.albinus@gmx.de>
12046
91027d08
JB
12047 * net/tramp.el (tramp-file-name-for-operation):
12048 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
12049
12050 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
12051 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12052 Add COPY-CONTENTS argument.
a3fcfa99 12053
67b0de11
CY
120542012-02-25 Chong Yidong <cyd@gnu.org>
12055
12056 Add custom groups for VC backends, for consistency with vc-bzr.
12057
12058 * vc/vc-arch.el (vc-arch):
12059 * vc/vc-cvs.el (vc-cvs):
12060 * vc/vc-git.el (vc-git):
12061 * vc/vc-hg.el (vc-hg):
12062 * vc/vc-mtn.el (vc-mtn):
12063 * vc/vc-rcs.el (vc-rcs):
12064 * vc/vc-sccs.el (vc-sccs):
12065 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
12066 All relevant defcustoms reassigned.
12067
3c9dfce6
CY
120682012-02-25 Chong Yidong <cyd@gnu.org>
12069
1339bf43
CY
12070 * newcomment.el (comment-styles): Add autoload (Bug#10868).
12071
3c9dfce6
CY
12072 * term/x-win.el (x-initialize-window-system): Reduce default for
12073 x-selection-timeout to 5 seconds (Bug#8869).
12074
25b2e303 120752012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12076
ec70a47d
GM
12077 * files.el (files-equal-p, file-subdir-of-p): New functions.
12078 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 12079 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
12080 * dired-aux.el (dired-copy-file-recursive): Same.
12081 (dired-create-files): Modify destination when source is equal to
12082 dest when copying files.
53a46cd0 12083 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 12084
914260cd
MA
120852012-02-24 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
12088 (Bug#10874)
12089
2cb228f7
AM
120902012-02-23 Alan Mackenzie <acm@muc.de>
12091
12092 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
12093 parameter "after-hook:" to allow the expansion to run code after
12094 the execution of the mode hooks.
12095
12096 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 12097 from font-lock-mode-internal.
2cb228f7 12098
91027d08 12099 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
12100 :after-hook.
12101
8f0fde21
SM
121022012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12103
3e88618b
SM
12104 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
12105 (completion--cache-all-sorted-completions): New function.
12106 (completion-all-sorted-completions): Use it.
12107 (completion--do-completion, minibuffer-force-complete):
12108 Use it to re-instate the flush hook.
12109
8f0fde21
SM
12110 * icomplete.el (icomplete-completions): Replace last fix with a better
12111 one (bug#10850).
12112
8e911f6f
DG
121132012-02-23 Dmitry Gutov <dgutov@yandex.ru>
12114
12115 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
12116 when it might call us back infinitely (bug#10797).
12117
49fe4321
GM
121182012-02-23 Glenn Morris <rgm@gnu.org>
12119
12120 * minibuffer.el (completion-category-overrides): Doc fix.
12121
b291b572
SM
121222012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * minibuffer.el (completion-table-with-context): Fix inf-loop.
12125 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
12126
31a9ef2e
GM
121272012-02-23 Glenn Morris <rgm@gnu.org>
12128
5e6e6794 12129 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
12130 (authors-obsolete-files-regexps, authors-ignored-files)
12131 (authors-ambiguous-files, authors-renamed-files-alist):
12132 Add more entries.
12133
0bd1e074
JL
121342012-02-23 Juri Linkov <juri@jurta.org>
12135
12136 * isearch.el (isearch-occur): Sync interactive spec with occur's
12137 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
12138
b617673c
JL
12139 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
12140
19e9789e
JL
121412012-02-22 Juri Linkov <juri@jurta.org>
12142
12143 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
12144 (ucs-insert): Doc fix. Check for hex digits in the string.
12145 Don't display `nil' in the error message. (Bug#10857)
12146
f41ce09d
AM
121472012-02-22 Alan Mackenzie <acm@muc.de>
12148
7a71b18d 12149 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 12150
ac2eceee
GM
121512012-02-22 Glenn Morris <rgm@gnu.org>
12152
12153 * ffap.el (ffap-c-path):
12154 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
12155
abd1f678
CY
121562012-02-22 Chong Yidong <cyd@gnu.org>
12157
12158 * custom.el (load-theme): Doc fix.
12159
f25aef2e
GM
121602012-02-22 Glenn Morris <rgm@gnu.org>
12161
12162 * dired-x.el (dired-guess-shell-alist-default):
12163 Remove escape sequences from nroff output. (Bug#172)
12164
5f8dc2ca
GM
121652012-02-21 Glenn Morris <rgm@gnu.org>
12166
6ff86ec4
GM
12167 * vc/emerge.el (emerge-defvar-local):
12168 Set `permanent-local' property rather than unused `preserved'.
12169
be3223a3 12170 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
12171 (picture-mode-map): Use it. (Bug#10860)
12172 (picture-mode): Doc fix.
12173
3fe58f4f
JB
121742012-02-21 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * newcomment.el (uncomment-region-default): Remove unused binding.
12177
f9a998c3
GM
121782012-02-21 Glenn Morris <rgm@gnu.org>
12179
12180 * textmodes/picture.el (picture-motion, picture-motion-reverse)
12181 (picture-self-insert, picture-tab-chars): Doc fix.
12182 (picture-mode-map): Fix C-a, C-e.
12183
c6029348
GM
121842012-02-20 Glenn Morris <rgm@gnu.org>
12185
12186 * emacs-lisp/authors.el (authors-aliases): Add another entry.
12187
ab1ce9d7
LL
121882012-02-20 Leo Liu <sdl.web@gmail.com>
12189
12190 * icomplete.el (icomplete-completions): Check FROM arg before
12191 passing to substring (Bug#10850).
12192
0fd40f89
CY
121932012-02-19 Chong Yidong <cyd@gnu.org>
12194
12195 * comint.el: Require ansi-color.
12196 (comint-output-filter-functions): Add ansi-color-process-output.
12197
12198 * ansi-color.el: Don't set comint-output-filter-functions; it is
12199 now in the initial value defined in comint.el.
12200 (ansi-color-apply-face-function): New variable.
12201 (ansi-color-apply-on-region): Use it.
12202 (ansi-color-apply-overlay-face): New function.
12203
12204 * shell.el (shell): No need to require ansi-color.
12205 (shell-mode): Use ansi-color-apply-face-function to highlight
12206 color escapes using font-lock-face property (Bug#10835).
12207
20af2394
CY
122082012-02-19 Chong Yidong <cyd@gnu.org>
12209
12210 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
12211 mode-line formats (Bug#10839).
12212
e23a3fbe
GM
122132012-02-18 Glenn Morris <rgm@gnu.org>
12214
b474519e
GM
12215 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
12216
12217 * mail/undigest.el (unforward-rmail-message): Doc fix.
12218
e23a3fbe
GM
12219 * saveplace.el (save-place-ignore-files-regexp): Add :version.
12220
57939ff4
EZ
122212012-02-18 Eli Zaretskii <eliz@gnu.org>
12222
12223 * international/characters.el (script-list): Sync with the latest
12224 Unicode Character Database.
12225
0c23686e
AS
122262012-02-18 Andreas Schwab <schwab@linux-m68k.org>
12227
12228 * international/titdic-cnv.el: Remove duplicate coding tag.
12229 * language/cham.el: Likewise.
12230 * language/tai-viet.el: Likewise.
12231
6818b449
GM
122322012-02-18 Glenn Morris <rgm@gnu.org>
12233
12234 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
12235 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
12236 (calendar-bahai-all-holidays-flag, calendar-other-dates):
12237 * calendar/diary-lib.el (diary-abbreviated-year-flag):
12238 * calendar/holidays.el (holiday-bahai-holidays)
12239 (calendar-holidays, list-holidays):
12240 Use utf-8 Bahá'í in doc-strings, menus, etc.
12241
0311a3fc
TH
122422012-02-17 Tassilo Horn <tassilo@member.fsf.org>
12243
12244 * saveplace.el (save-place-ignore-files-regexp): New variable
12245 allowing for excluding files from saving their location of point.
12246 The default value matches the temporary commit message editing
12247 files from Git, SVN, Bazaar, and Mercurial.
12248 (save-place-to-alist): Use it.
12249
d209e2fb 122502012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 12251 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
12252
12253 * newcomment.el (uncomment-region-default): Don't leave extra space
12254 when an arg is provided (bug#8150).
12255
ee0ce425
TZ
122562012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
12257
eb864a71 12258 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 12259
95ddf442
GM
122602012-02-17 Glenn Morris <rgm@gnu.org>
12261
12262 * net/socks.el: Require network-stream. (Bug#10599)
12263
48dd1e39 122642012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
12265
12266 * international/charprop.el:
12267 * international/uni-name.el:
12268 * international/uni-old-name.el:
12269 * international/uni-comment.el: Regenerate.
12270
d68cd087
GM
122712012-02-16 Glenn Morris <rgm@gnu.org>
12272
12273 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
12274 Interactively in calendar buffer, give an error if not on a date.
12275
13932042
GM
122762012-02-15 Glenn Morris <rgm@gnu.org>
12277
12278 * shell.el (shell-delimiter-argument-list):
12279 Revert 2011-02-17 change. (Bug#8027)
12280
c3a70e2b
CY
122812012-02-15 Chong Yidong <cyd@gnu.org>
12282
60236b0d
CY
12283 * minibuffer.el (completion-at-point-functions): Doc fix.
12284
c3a70e2b
CY
12285 * custom.el (defcustom): Doc fix; note use of defvar.
12286
9f26dc24
GM
122872012-02-15 Glenn Morris <rgm@gnu.org>
12288
12289 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
12290 Doc fixes.
12291
6546b134
GM
122922012-02-14 Glenn Morris <rgm@gnu.org>
12293
12294 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
12295
d29b2b4c
LI
122962012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
12297
12298 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12299 way the ports list is computed.
835bdcba
LI
12300 (smtpmail-query-smtp-server): Prompt the user for a port number if
12301 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 12302
08dcdbc9
TZ
123032012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12304
12305 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12306
2605051a
GM
123072012-02-13 Glenn Morris <rgm@gnu.org>
12308
12309 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
12310
7ee99f32
TZ
123112012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
12312
12313 * net/gnutls.el (gnutls-trustfiles): New variable.
12314 (gnutls-negotiate): Use it.
12315
5f0af64f
LI
123162012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12317
12318 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12319 does its stuff if Gnus is running.
12320
c14fcc95
AM
123212012-02-13 Alan Mackenzie <acm@muc.de>
12322
12323 Fix a loop in c-set-fl-decl-start.
12324
7a71b18d 12325 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
12326 c-backward-syntactic-ws actually moves backwards.
12327
142b4d90
LL
123282012-02-13 Leo Liu <sdl.web@gmail.com>
12329
12330 * net/rcirc.el (rcirc-markup-attributes): Move point to the
12331 beginning so that all \C-o chars are removed.
12332
fa9958a6
TZ
123332012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
12334
dc9924b8 12335 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 12336
0bc5886a
AM
123372012-02-12 Alan Mackenzie <acm@muc.de>
12338
12339 Fix infinite loop with long macros.
4d6769e1 12340 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 12341
d4bd55e7
CY
123422012-02-12 Chong Yidong <cyd@gnu.org>
12343
12344 * window.el (display-buffer): Doc fix (Bug#10785).
12345
66f3fe22
GM
123462012-02-12 Glenn Morris <rgm@gnu.org>
12347
bd7da63e
GM
12348 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12349 (x-disown-selection-internal, x-get-selection-internal):
12350 Sync docs with the xselect.c versions.
12351
66f3fe22
GM
12352 * allout-widgets.el: Add missing license notice.
12353
3e0d2fa7
GM
123542012-02-11 Glenn Morris <rgm@gnu.org>
12355
cfecdf09
GM
12356 * select.el (x-get-selection-internal, x-own-selection-internal)
12357 (x-disown-selection-internal):
12358 * x-dnd.el (x-get-selection-internal): Update declarations.
12359
6d216d7f
GM
12360 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12361
2bed3f04
GM
12362 * window.el (window-sides-slots):
12363 * tool-bar.el (tool-bar-position):
12364 * term/xterm.el (xterm-extra-capabilities):
12365 * ses.el (ses-self-reference-early-detection):
12366 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12367 (verilog-auto-wire-type)
12368 (verilog-auto-delete-trailing-whitespace)
12369 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12370 (verilog-auto-tieoff-declaration):
12371 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12372 (sql-oracle-statement-starters, sql-oracle-scan-on):
12373 * progmodes/prolog.el (prolog-align-comments-flag)
12374 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12375 (prolog-left-indent-regexp, prolog-paren-indent-p)
12376 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12377 (prolog-types, prolog-mode-specificators)
12378 (prolog-determinism-specificators, prolog-directives)
12379 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12380 (prolog-electric-dot-flag)
12381 (prolog-electric-dot-full-predicate-template)
12382 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12383 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12384 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12385 (prolog-program-switches, prolog-prompt-regexp)
12386 (prolog-debug-on-string, prolog-debug-off-string)
12387 (prolog-trace-on-string, prolog-trace-off-string)
12388 (prolog-zip-on-string, prolog-zip-off-string)
12389 (prolog-use-standard-consult-compile-method-flag)
12390 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12391 (prolog-imenu-max-lines, prolog-info-predicate-index)
12392 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12393 (prolog-char-quote-workaround):
12394 * progmodes/cc-vars.el (c-defun-tactic):
12395 * net/tramp.el (tramp-encoding-command-interactive)
12396 (tramp-local-end-of-line):
12397 * net/soap-client.el (soap-client):
12398 * net/netrc.el (netrc-file):
12399 * net/gnutls.el (gnutls):
12400 * minibuffer.el (completion-category-overrides)
12401 (completion-cycle-threshold)
12402 (completion-pcm-complete-word-inserts-delimiters):
12403 * man.el (Man-name-local-regexp):
12404 * mail/feedmail.el (feedmail-display-full-frame):
12405 * international/characters.el (glyphless-char-display-control):
12406 * eshell/em-ls.el (eshell-ls-date-format):
12407 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12408 (lisp-lambda-list-keyword-parameter-indentation)
12409 (lisp-lambda-list-keyword-parameter-alignment):
12410 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12411 * dired-x.el (dired-omit-verbose):
12412 * cus-theme.el (custom-theme-allow-multiple-selections):
12413 * calc/calc.el (calc-highlight-selections-with-faces)
12414 (calc-lu-field-reference, calc-lu-power-reference)
12415 (calc-note-threshold):
12416 * battery.el (battery-mode-line-limit):
12417 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12418 (archive-7z-update):
12419 * allout.el (allout-prefixed-keybindings)
12420 (allout-unprefixed-keybindings)
12421 (allout-inhibit-auto-fill-on-headline)
12422 (allout-flattened-numbering-abbreviation):
12423 * allout-widgets.el (allout-widgets-auto-activation)
12424 (allout-widgets-icons-dark-subdir)
12425 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12426 (allout-widgets-theme-dark-background)
12427 (allout-widgets-theme-light-background)
12428 (allout-widgets-item-image-properties-emacs)
12429 (allout-widgets-item-image-properties-xemacs)
12430 (allout-widgets-run-unit-tests-on-load)
12431 (allout-widgets-time-decoration-activity)
12432 (allout-widgets-hook-error-post-time)
12433 (allout-widgets-track-decoration):
12434 Add missing :version tags to new defcustoms and defgroups.
12435
5fec1b8e
GM
12436 * progmodes/sql.el (sql-ansi-statement-starters)
12437 (sql-oracle-statement-starters): Add custom type.
12438
3e0d2fa7
GM
12439 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12440 (prolog-system-version): Give it a type.
12441
90b671e2
EZ
124422012-02-11 Eli Zaretskii <eliz@gnu.org>
12443
12444 * term/pc-win.el (x-select-text, x-selection-owner-p)
12445 (x-own-selection-internal, x-disown-selection-internal)
12446 (x-get-selection-internal): Sync doc strings and argument lists
12447 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12448
5eac0c02
LL
124492012-02-11 Leo Liu <sdl.web@gmail.com>
12450
12451 * progmodes/python.el (python-end-of-statement): Fix infinite
12452 loop. (Bug#10788)
12453
f82cb659
GM
124542012-02-10 Glenn Morris <rgm@gnu.org>
12455
12456 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12457 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12458
cc26d239
LI
124592012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12460
12461 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12462 about SMTP before checking the From header.
12463
91027d08 12464 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
12465 into own function for reuse by emacsbug.el.
12466
1be3ca5a
LL
124672012-02-10 Leo Liu <sdl.web@gmail.com>
12468
12469 * subr.el (condition-case-unless-debug): Rename from
12470 condition-case-no-debug. All callers changed.
12471 (with-demoted-errors): Fix caller.
12472
12473 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12474 * nxml/rng-valid.el (rng-do-some-validation):
12475 * emacs-lisp/package.el (package-refresh-contents)
12476 (package-menu-execute):
12477 * desktop.el (desktop-create-buffer):
91027d08 12478 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 12479
b011fbfe
GM
124802012-02-10 Glenn Morris <rgm@gnu.org>
12481
b2096d72
GM
12482 * textmodes/bibtex.el:
12483 Add missing :version tags for new/changed defcustoms.
12484
b011fbfe
GM
12485 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12486
4c7e65bf
LI
124872012-02-09 Lars Ingebrigtsen <larsi@rusty>
12488
12489 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12490 (smtpmail-via-smtp): Use it, or fall back on the From address.
12491 (smtpmail-send-it): Ditto.
12492
f3934f6f
SM
124932012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12496 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12497 (byte-compile-tmp-var): New const.
12498 (byte-compile-defvar): Use it to minimize .elc size.
12499 Just use `defvar' rather than simulate it (bug#10761).
12500
a075a2c5
GM
125012012-02-09 Glenn Morris <rgm@gnu.org>
12502
cf3aa21b
GM
12503 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12504
354998cd
GM
12505 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12506 Add :version tags.
12507
dc9924b8
SM
12508 * progmodes/compile.el (compilation-error-screen-columns)
12509 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 12510
dab3703d
GM
12511 * vc/log-view.el (log-view-toggle-entry-display):
12512 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12513
3f88cd72
GM
12514 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12515 (report-emacs-bug-can-use-xdg-email):
12516 (report-emacs-bug-insert-to-mailer): Doc fixes.
12517 (report-emacs-bug): Message fix.
12518
d95b247d
GM
12519 * net/browse-url.el (browse-url-can-use-xdg-open)
12520 (browse-url-xdg-open): Doc fixes.
12521
a075a2c5
GM
12522 * electric.el (electric-indent-mode, electric-pair-mode)
12523 (electric-layout-rules, electric-layout-mode): Doc fixes.
12524 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12525
ffb6157e
MR
125262012-02-08 Martin Rudalics <rudalics@gmx.at>
12527
12528 * server.el (server-unselect-display): Don't inadvertently kill
12529 the current buffer. (Bug#10729)
12530
e1ac4066
GM
125312012-02-08 Glenn Morris <rgm@gnu.org>
12532
34e8a2da
GM
12533 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12534 (sql-list-table): Doc fixes.
12535
b4ac6e8c
GM
12536 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12537 Comment out (does nothing).
12538
e1ac4066
GM
12539 * completion.el (dynamic-completion-mode):
12540 * dirtrack.el (dirtrack-debug-mode):
12541 * electric.el (electric-layout-mode):
12542 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12543 * face-remap.el (text-scale-mode, buffer-face-mode):
12544 * iimage.el (iimage-mode):
12545 * image-mode.el (image-transform-mode):
12546 * minibuffer.el (completion-in-region-mode):
12547 * scroll-lock.el (scroll-lock-mode):
12548 * simple.el (next-error-follow-minor-mode):
12549 * tar-mode.el (tar-subfile-mode):
12550 * tooltip.el (tooltip-mode):
12551 * vcursor.el (vcursor-use-vcursor-map):
12552 * wid-browse.el (widget-minor-mode):
12553 * emulation/tpu-edt.el (tpu-edt-mode):
12554 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12555 * international/iso-ascii.el (iso-ascii-mode):
12556 * language/thai-util.el (thai-word-mode):
12557 * mail/supercite.el (sc-minor-mode):
12558 * net/goto-addr.el (goto-address-mode):
12559 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12560 * progmodes/cwarn.el (cwarn-mode):
12561 * progmodes/flymake.el (flymake-mode):
12562 * progmodes/glasses.el (glasses-mode):
12563 * progmodes/hideshow.el (hs-minor-mode):
12564 * progmodes/pascal.el (pascal-outline-mode):
12565 * textmodes/enriched.el (enriched-mode):
12566 * vc/smerge-mode.el (smerge-mode):
12567 Doc fixes (minor mode argument).
12568
5e0d957f
EZ
125692012-02-07 Eli Zaretskii <eliz@gnu.org>
12570
12571 * ls-lisp.el (ls-lisp-sanitize): New function.
12572 (ls-lisp-insert-directory): Use it to fix or remove any elements
12573 in file-alist with missing attributes. (Bug#4673)
12574
98d7371e
AM
125752012-02-07 Alan Mackenzie <acm@muc.de>
12576
12577 Fix spurious recognition of c-in-knr-argdecl.
12578
12579 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12580 putative K&R region.
12581
667ced3a
AM
125822012-02-07 Alan Mackenzie <acm@muc.de>
12583
eb864a71
LM
12584 * progmodes/cc-engine.el (c-forward-objc-directive):
12585 Prevent looping in "#pragma mark @implementation".
667ced3a 12586
5b77774d
MA
125872012-02-07 Michael Albinus <michael.albinus@gmx.de>
12588
12589 * notifications.el (notifications-on-closed-signal): Make `reason'
12590 optional. (Bug#10744)
12591
af008560
GM
125922012-02-07 Glenn Morris <rgm@gnu.org>
12593
60d47423
GM
12594 * emacs-lisp/easy-mmode.el (define-minor-mode):
12595 Doc fixes for the macro and the mode it defines.
12596
dd605cc4
GM
12597 * image.el (imagemagick-types-inhibit): Doc fix.
12598
af008560
GM
12599 * cus-start.el (imagemagick-render-type): Add it.
12600
5cc59a37
LI
126012012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12602
4d6769e1
JB
12603 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12604 Set the default at load time, too, so that `font-lock-fontify-buffer'
12605 can be called without setting up the entire mode first. This fixes
12606 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 12607
9a6dd747
CY
126082012-02-06 Chong Yidong <cyd@gnu.org>
12609
2d16b285
CY
12610 * simple.el (list-processes--refresh): Delete exited processes
12611 (Bug#8094).
12612
171e9b6e
CY
12613 * comint.el (comint-next-prompt): next-single-char-property-change
12614 and prev-single-char-property-change never return nil (Bug#8657).
12615
9a6dd747
CY
12616 * custom.el (defcustom): Doc fix (Bug#9711).
12617
aa4589a7
CY
126182012-02-05 Chong Yidong <cyd@gnu.org>
12619
5c2a252f
CY
12620 * cus-edit.el (custom-variable-reset-backup): Quote the value
12621 before storing it in the customized-value property (Bug#6712).
4aab9006 12622 (custom-display): Add a customization type tag.
983b9602 12623 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 12624
aa4589a7
CY
12625 * wid-edit.el (widget-field-value-get): New optional arg to
12626 suppress trailing whitespace truncation.
12627 (character): Use it (Bug#2689).
12628
1ff980ae
AS
126292012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12630
12631 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12632 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12633
03988c98
CY
126342012-02-05 Chong Yidong <cyd@gnu.org>
12635
eeb6cc88
CY
12636 * cus-edit.el (custom-variable-value-create): For mismatched
12637 types, show the current value (Bug#7600).
12638
03988c98
CY
12639 * custom.el (defcustom): Doc fix.
12640
f8cdeef0
GM
126412012-02-05 Glenn Morris <rgm@gnu.org>
12642
12643 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12644
0696d255
JB
126452012-02-05 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12648 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12649 (pp-last-sexp): Use `looking-at-p'.
12650
34c99998
GM
126512012-02-04 Glenn Morris <rgm@gnu.org>
12652
8f05da42
GM
12653 * files.el (revert-buffer):
12654 Doc fix (mention revert-buffer-in-progress-p).
12655
f160676e
GM
12656 * emacs-lisp/ert-x.el (ert-simulate-command):
12657 Check deferred-action-list (which is obsolete) is bound.
12658
c7291ad9
GM
12659 * subr.el (with-wrapper-hook): Doc fixes.
12660
34c99998
GM
12661 * simple.el (filter-buffer-substring-functions)
12662 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12663
6283a7d3
LL
126642012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
12665
12666 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12667 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
12668
e96e3013
LL
126692012-02-04 Leo Liu <sdl.web@gmail.com>
12670
12671 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12672
8ded50f2
GM
126732012-02-04 Glenn Morris <rgm@gnu.org>
12674
82ff1d13
GM
12675 * image.el (image-extension-data): Add obsolete alias.
12676
987a0a16
GM
12677 * isearch.el (isearch-update): Doc fix.
12678
ea32ef46
GM
12679 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12680
8ded50f2
GM
12681 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12682
eea14f31
GM
126832012-02-03 Glenn Morris <rgm@gnu.org>
12684
12685 * image.el (image-animated-p): Doc fix. Use image-animated-types.
12686 (image-animate-timeout): Doc fix.
12687
12688 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12689
12f381b7
GM
126902012-02-02 Glenn Morris <rgm@gnu.org>
12691
953cebf5
GM
12692 * server.el (server-auth-dir): Doc fix.
12693 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
12694
12f381b7
GM
12695 * subr.el (run-mode-hooks): Doc fix.
12696
953a8c3b
JL
126972012-02-02 Juri Linkov <juri@jurta.org>
12698
12699 * image-mode.el (image-toggle-display-image): Remove tautological
12700 `major-mode' from the `derived-mode-p' test.
12701
c5d3843c
KH
127022012-02-02 Kenichi Handa <handa@m17n.org>
12703
9f6e692e 12704 * composite.el (compose-region): Cancel previous change.
c5d3843c 12705
159462d4 127062012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
12707
12708 * composite.el (compose-region, compose-string): Signal error for
12709 a null string component (Bug#6988).
12710
9f562668
CY
127112012-02-01 Chong Yidong <cyd@gnu.org>
12712
e2cef717
CY
12713 * view.el (view-buffer-other-window, view-buffer-other-frame):
12714 Handle special modes like view-buffer (Bug#10650).
12715 (view-buffer): Simplify.
12716
9f562668
CY
12717 * frame.el (set-frame-font): Tweak meaning of third argument.
12718
9f6e692e
JB
12719 * dynamic-setting.el (font-setting-change-default-font):
12720 Use set-frame-font (Bug#9982).
9f562668 12721
781acb9f
GM
127222012-02-01 Glenn Morris <rgm@gnu.org>
12723
6035be52
GM
12724 * progmodes/compile.el (compilation-internal-error-properties):
12725 Respect compilation-first-column in the "*compilation*" buffer.
12726
781acb9f
GM
12727 * emacs-lisp/easy-mmode.el (define-minor-mode):
12728 Relax :variable's test for a named function.
12729
abbceb00
AM
127302012-01-31 Alan Mackenzie <acm@muc.de>
12731
12732 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12733 off by one error.
12734
fce3fdeb
CY
127352012-01-31 Chong Yidong <cyd@gnu.org>
12736
12737 * frame.el (set-frame-font): New arg ALL-FRAMES.
12738
12739 * menu-bar.el (menu-set-font): Use set-frame-font.
12740
12741 * faces.el (face-spec-reset-face): Don't apply unspecified
12742 attribute values to the default face.
12743
47893581
JB
127442012-01-31 Juanma Barranquero <lekktu@gmail.com>
12745
12746 * progmodes/cwarn.el (cwarn): Remove dead link.
12747 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12748 Remove * from defcustom docstrings.
12749 (turn-on-cwarn-mode): Make obsolete.
12750 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12751 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12752
e58e988a
GM
127532012-01-31 Glenn Morris <rgm@gnu.org>
12754
60dc2671 12755 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 12756 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 12757 Allow named functions to be used as the cdr of :variable.
e58e988a 12758
7a3f511d
GM
127592012-01-30 Glenn Morris <rgm@gnu.org>
12760
12761 * emacs-lisp/authors.el (authors-fixed-entries):
12762 Remove reference to deleted file rnewspost.el.
12763
cb882333
JB
127642012-01-29 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * window.el (window-with-parameter): Remove unused variable `windows'.
12767 (window--side-check): Remove unused variable `code'.
12768 (window--resize-siblings): Remove unused variable `first'.
12769 (adjust-window-trailing-edge): Remove unused variable `failed'.
12770 (window-deletable-p, window--delete): Remove unused variable `buffer'.
12771 Use `let', not `let*'.
12772 (balance-windows-2): Remove unused variable `found'.
12773 (window--state-put-2): Remove unused variable `splits'.
12774 (window-state-put): Remove unused variable `selected'.
12775 (same-window-p): Use `string-match-p'.
12776 (display-buffer-assq-regexp): Remove unused variable `value'.
12777 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12778 Mark argument ALIST as ignored.
12779 (pop-to-buffer): Remove unused variable `old-window'.
12780
907201af
EZ
127812012-01-29 Eli Zaretskii <eliz@gnu.org>
12782
12783 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12784 and .lzma compressed files.
12785
ea162670
CY
127862012-01-29 Chong Yidong <cyd@gnu.org>
12787
5b95ee8a
CY
12788 * frame.el (window-system-default-frame-alist): Doc fix.
12789
ea162670
CY
12790 * dynamic-setting.el (font-setting-change-default-font): Don't
12791 change the default face if SET-FONT argument is non-nil (Bug#9982).
12792
6fccd6e8 127932012-01-29 Samuel Bronson <naesten@gmail.com>
d6e6f4b1
SB
12794
12795 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12796
0f29fa41 127972012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
12798
12799 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12800 breakpoints in files outside current directory (Bug#6098).
12801
db174434
CY
128022012-01-29 Chong Yidong <cyd@gnu.org>
12803
6b25e4e2
SE
12804 * progmodes/python.el: Require ansi-color at top-level.
12805
6df6ae42
JB
12806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12807 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
12808 (lisp-mode-abbrev-table): Add doc.
12809 (lisp-mode-variables): Don't set local-abbrev-table.
12810 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12811
e70ee681
RW
128122012-01-28 Roland Winkler <winkler@gnu.org>
12813
12814 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12815
ace88aa2
RW
128162012-01-28 Roland Winkler <winkler@gnu.org>
12817
12818 * textmodes/bibtex.el (bibtex-entry-alist): New function.
12819 (bibtex-set-dialect): Use it. Either set global values of
12820 dialect-dependent variables or bind these variables buffer-locally
12821 (Bug#10254).
12822 (bibtex-mode): Call bibtex-set-dialect via
12823 hack-local-variables-hook.
eb864a71
LM
12824 (bibtex-dialect): Update docstring.
12825 Add safe-local-variable predicate.
ace88aa2
RW
12826 (bibtex-entry-alist, bibtex-field-alist): Initialize via
12827 bibtex-set-dialect.
12828 (bibtex-mode-map): Define menu for each dialect.
12829 (bibtex-entry): Fix docstring.
12830
93376c5b
CY
128312012-01-28 Chong Yidong <cyd@gnu.org>
12832
12833 * eshell/esh-arg.el (eshell-quote-argument): New function.
12834
12835 * eshell/esh-ext.el (eshell-invoke-batch-file):
12836 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12837 first arg to eshell-parse-command (Bug#10523).
12838
4372494f
DA
128392012-01-28 Drew Adams <drew.adams@oracle.com>
12840
12841 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12842 `default-directory' is non-nil.
12843
4d4ec1f8
EZ
128442012-01-28 Eli Zaretskii <eliz@gnu.org>
12845
12846 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12847 line that displays system-configuration-options. (Bug#9924)
12848
7c188927
DA
128492012-01-28 Drew Adams <drew.adams@oracle.com>
12850
12851 * descr-text.el (describe-char): Show information about POS, in
12852 addition to information about the character at POS. Improve and
12853 update the doc string. Change "code point" to "code point in
12854 charset", to avoid confusion with the character's Unicode code
12855 point shown above that. (Bug#10129)
12856
e0da685a
EZ
128572012-01-28 Eli Zaretskii <eliz@gnu.org>
12858
12859 * descr-text.el (describe-char): Show the raw character, not only
12860 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
12861 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12862 for the reasons.
12863
70550acf
PH
128642012-01-28 Phil Hagelberg <phil@hagelb.org>
12865
eb864a71
LM
12866 * emacs-lisp/package.el (package-install):
12867 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 12868
0ce8e868
CY
128692012-01-28 Chong Yidong <cyd@gnu.org>
12870
cb882333
JB
12871 * emacs-lisp/package.el (package-maybe-load-descriptor):
12872 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
12873 (package-maybe-load-descriptor): Use it.
12874 (package-download-transaction): Fully load required packages
12875 inside the loop, so that `require' calls work (Bug#10593).
12876 (package-install): No need to call package-initialize now.
12877
2e7f3bea
CY
128782012-01-28 Chong Yidong <cyd@gnu.org>
12879
6e9bad14
CY
12880 * simple.el (deactivate-mark): Doc fix (Bug#8614).
12881
f823b8ca
CY
12882 * tooltip.el (tooltip-mode): Doc fix.
12883 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12884
2680c309
CY
12885 * frame.el (set-cursor-color): Doc fix (Bug#352).
12886
d7a9e63b
CY
12887 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12888 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12889
2e7f3bea
CY
12890 * cus-edit.el (custom-buffer-create-internal): Fix search button
12891 action (Bug#10542).
2ae01800 12892 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 12893
fc4f7a23
EW
128942012-01-27 Eduard Wiebe <usenet@pusto.de>
12895
12896 * dired.el (dired-mark-files-regexp):
12897 Include any subdirectory components. (Bug#10445)
12898
7dd37071
ML
128992012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
12900
12901 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12902 Handle [host]:port syntax. (Bug#10533)
12903
a268160b
AH
129042012-01-27 Alex Harsanyi <harsanyi@mac.com>
12905
12906 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12907
e43273ef
GM
129082012-01-26 Glenn Morris <rgm@gnu.org>
12909
12910 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12911 * term.el (term-raw-escape-map): Use Control-X-prefix.
12912 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
12913
1edf595d
MR
129142012-01-25 Martin Rudalics <rudalics@gmx.at>
12915
12916 * window.el (window-state-get, window--state-get-1): Don't deal
12917 with fixed-sizeness of windows. Simplify code.
12918
fa8eafef
JC
129192012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
12920
6df6ae42
JB
12921 * window.el (window--state-get-1, window--state-put-2):
12922 Don't save and restore the mark.
fa8eafef 12923
0b21c100
CY
129242012-01-25 Chong Yidong <cyd@gnu.org>
12925
12926 * custom.el (custom-variable-p): Doc fix.
12927
5ae1a6c8
GM
129282012-01-25 Glenn Morris <rgm@gnu.org>
12929
40047858
GM
12930 * dired.el (dired-goto-file): Handle some of the more common
12931 characters that `ls -b' escapes. (Bug#10596)
12932
5ddce96c
GM
12933 * progmodes/compile.el (compilation-next-error-function):
12934 Respect compilation-first-column in the "*compilation*" buffer.
12935 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
12936
5ae1a6c8
GM
12937 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
12938
b559f1a9
GM
129392012-01-24 Glenn Morris <rgm@gnu.org>
12940
12941 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
12942
6725d21a
JD
129432012-01-24 Julien Danjou <julien@danjou.info>
12944
12945 * color.el (color-rgb-to-hsl): Fix value computing.
12946 (color-hue-to-rgb): New function.
12947 (color-hsl-to-rgb): New function.
12948 (color-clamp, color-saturate-hsl, color-saturate-name)
12949 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12950 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12951
70df4bbe
GM
129522012-01-24 Glenn Morris <rgm@gnu.org>
12953
12954 * vc/vc-rcs.el (vc-rcs-create-tag):
12955 * vc/vc-sccs.el (vc-sccs-create-tag):
12956 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
12957
802a2ae2
ML
129582012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
12959
12960 * eshell/esh-util.el (eshell-read-hosts-file):
12961 Skip comment lines. (Bug#10549)
12962
d7128bb1
ML
12963 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
12964
d1a5c3b4
JB
129652012-01-23 Juanma Barranquero <lekktu@gmail.com>
12966
2724d9c7
JB
12967 * subr.el (display-delayed-warnings): Doc fix.
12968 (collapse-delayed-warnings): New function to collapse identical
12969 adjacent warnings.
12970 (delayed-warnings-hook): Add it.
d1a5c3b4 12971
a5509865
MA
129722012-01-22 Michael Albinus <michael.albinus@gmx.de>
12973
12974 * net/tramp.el (tramp-action-login): Set connection property "login-as".
12975
a5509865
MA
12976 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12977 (tramp-default-user-alist): Don't add "pscp".
12978 (tramp-do-copy-or-rename-file-out-of-band): Use connection
12979 property "login-as", if set. (Bug#10530)
12980
cc6d5805
MA
129812012-01-21 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12984 "plink1" and "psftp". (Bug#10530)
12985
129862012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
12987
12988 * international/mule-cmds.el (prefer-coding-system): Show a
12989 warning message if the default value of file-name-coding-system
12990 was not changed.
12991
f0960428
JC
129922012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12993
cb882333
JB
12994 * windmove.el (windmove-reference-loc):
12995 Fix windmove-reference-loc miscalculation.
f0960428 12996
dd6f2a63
JB
129972012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12998
12999 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13000 default unit.
13001
7b447e9b
GM
130022012-01-21 Glenn Morris <rgm@gnu.org>
13003
117a9ea1
GM
13004 * international/mule.el (auto-coding-alist): Add .tbz.
13005
7b447e9b
GM
13006 * files.el (local-enable-local-variables): Doc fix.
13007 (inhibit-local-variables-regexps): Rename from
13008 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13009 Doc fix. Add some extensions from auto-coding-alist.
13010 (inhibit-local-variables-suffixes):
13011 Rename from inhibit-first-line-modes-suffixes. Doc fix.
13012 (inhibit-local-variables-p):
13013 New function, extracted from set-auto-mode-1.
13014 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
13015 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
13016 (hack-local-variables): Doc fix. Make the mode-only case
13017 respect enable-local-variables and friends.
13018 Respect inhibit-local-variables-regexps for file-locals, but
13019 not for directory-locals.
13020 (set-visited-file-name):
13021 Take account of inhibit-local-variables-regexps.
13022 Whether it applies may change as the file name is changed.
13023 * jka-cmpr-hook.el (jka-compr-install):
13024 * jka-compr.el (jka-compr-uninstall):
13025 Update for inhibit-first-line-modes-suffixes name change.
13026
dd6e3cdd
MR
130272012-01-20 Martin Rudalics <rudalics@gmx.at>
13028
13029 * help-macro.el (make-help-screen): Temporarily restore original
13030 binding for minor-mode-map-alist (Bug#10454).
13031
0d0deb38
JD
130322012-01-19 Julien Danjou <julien@danjou.info>
13033
13034 * color.el (color-name-to-rgb): Use the white color to find the max
13035 color component value and return correctly computed values.
13036 (color-name-to-rgb): Add missing float conversion for max value.
13037
34a02f46
MR
130382012-01-19 Martin Rudalics <rudalics@gmx.at>
13039
13040 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
13041 special state value for window-persistent-parameters.
13042 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
13043 (window--state-put-2): Reset all window parameters to nil before
13044 assigning values of persistent parameters.
13045
606c44c4
AM
130462012-01-18 Alan Mackenzie <acm@muc.de>
13047
13048 Eliminate sluggishness and hangs in fontification of "semicolon
13049 deserts".
13050
cb882333
JB
13051 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
13052 Change value 10000 -> 3000.
606c44c4
AM
13053 (c-state-safe-place): Reformulate so it doesn't stack up an
13054 infinite number of wrong entries in c-state-nonlit-pos-cache.
13055 (c-determine-limit-get-base, c-determine-limit): New functions to
13056 determine backward search limits disregarding literals.
13057 (c-find-decl-spots): Amend commenting.
13058 (c-cheap-inside-bracelist-p): New function which detects "={".
13059
13060 * progmodes/cc-fonts.el
13061 (c-make-font-lock-BO-decl-search-function): Give a limit to a
13062 backward search.
13063 (c-font-lock-declarations): Fix an occurrence of point being
13064 undefined. Check additionally for point being in a bracelist or
13065 near a macro invocation without a semicolon so as to avoid a
13066 fruitless time consuming search for a declarator. Give a more
13067 precise search limit for declarators using the new
13068 c-determine-limit.
13069
f3860cea
GM
130702012-01-18 Glenn Morris <rgm@gnu.org>
13071
13072 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
13073 (set-auto-mode): Doc fixes.
13074
1db03b16
GM
130752012-01-17 Glenn Morris <rgm@gnu.org>
13076
0e6038be
GM
13077 * isearch.el (search-nonincremental-instead): Fix doc typo.
13078
1db03b16
GM
13079 * dired.el (dired-insert-directory): Handle newlines in directory name.
13080 (dired-build-subdir-alist): Unescape newlines in directory name.
13081
4cb0aa75
MA
130822012-01-17 Michael Albinus <michael.albinus@gmx.de>
13083
13084 * net/tramp.el (tramp-local-end-of-line): New defcustom.
13085 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
13086 (tramp-action-terminal): Use it. (Bug#10530)
13087
1d00653d
SM
130882012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * minibuffer.el (completion--replace): Strip properties (bug#10062).
13091
6a6ee00d
MR
130922012-01-16 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (window-state-ignored-parameters): Remove variable.
13095 (window--state-get-1): Rename argument MARKERS to IGNORE.
13096 Handle persistent window parameters. Make copy of clone-of
13097 parameter only if requested. (Bug#10348)
13098 (window--state-put-2): Install a window parameter only if it has
13099 a non-nil value or an existing parameter shall be overwritten.
13100
97912def
MA
131012012-01-15 Michael Albinus <michael.albinus@gmx.de>
13102
13103 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
13104
688070a5
EZ
131052012-01-14 Eli Zaretskii <eliz@gnu.org>
13106
13107 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
13108 don't pass the (nil) value of `upnode' to string-match.
13109
301afadc
CY
131102012-01-14 Chong Yidong <cyd@gnu.org>
13111
13112 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 13113 Fix values recognized by the cursorBlink resource.
301afadc 13114
9e5788aa
PE
131152012-01-14 Paul Eggert <eggert@cs.ucla.edu>
13116
13117 * epg.el (epg--make-temp-file): Avoid permission race condition
13118 when running on old Emacs versions (bug#10403).
13119
3cdb7f5a
GM
131202012-01-14 Glenn Morris <rgm@gnu.org>
13121
13122 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
13123
8c82b1b4
AM
131242012-01-13 Alan Mackenzie <acm@muc.de>
13125
13126 Fix filling for when filladapt mode is enabled.
13127
13128 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
13129 c-mask-paragraph, pass in `fill-paragraph' rather than
13130 `fill-region-as-paragraph'. (This is a reversion of a previous
13131 change.)
eb864a71
LM
13132 * progmodes/cc-mode.el (c-basic-common-init):
13133 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 13134
e517eda4
GM
131352012-01-13 Glenn Morris <rgm@gnu.org>
13136
1498536e
GM
13137 * dired.el (dired-switches-escape-p): New function.
13138 (dired-insert-directory): Use dired-switches-escape-p.
13139 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
13140
e517eda4
GM
13141 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
13142
328f984d
GM
131432012-01-12 Glenn Morris <rgm@gnu.org>
13144
13145 * mail/sendmail.el (mail-mode): Update paragraph-separate for
13146 changes in adaptive-fill-regexp. (Bug#10276)
13147
2cc769a8
AM
131482012-01-11 Alan Mackenzie <acm@muc.de>
13149
13150 Fix Emacs bug #10463 - put `widen's around the critical spots.
13151
1d00653d 13152 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
13153 widen around each invocation of c-state-pp-to-literal. Remove an
13154 unused let variable.
13155
e52c37fa
GM
131562012-01-11 Glenn Morris <rgm@gnu.org>
13157
13158 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 13159 Doc fix.
e52c37fa 13160
96f8741e
CY
131612012-01-10 Chong Yidong <cyd@gnu.org>
13162
1d00653d
SM
13163 * net/network-stream.el (network-stream-open-starttls):
13164 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
13165 response to the capability command.
13166
b09a806e
GM
131672012-01-10 Glenn Morris <rgm@gnu.org>
13168
13169 * mail/unrmail.el (unrmail): Tweak previous change.
13170
7655cb66
CY
131712012-01-09 Chong Yidong <cyd@gnu.org>
13172
13173 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
13174
9d5a8f0b
AM
131752012-01-08 Alan Mackenzie <acm@muc.de>
13176
13177 Optimise font locking in long enum definitions.
13178
13179 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13180 arm to a cond form to handle enums.
13181 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
13182 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
13183
9a0115ab 131842012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
13185
13186 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 13187 (Bug#10401)
6bb72cbd 13188
f186bb95
LMI
131892012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
29232a68
LMI
13191 * faces.el (set-face-attribute): Clarify the meaning of the nil
13192 frame (bug#10294).
13193
4e5d086d
LMI
13194 * subr.el (with-selected-frame): Mention that the selected frame
13195 is restored (bug#9980).
13196
8e66aebe
LMI
13197 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
13198 (bug#9759).
13199
cd394be1 13200 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
13201 (password-read): Don't autoload unused function.
13202
adf4e762
JB
132032012-01-07 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * progmodes/which-func.el (which-func-mode): Turn into a
13206 non-interactive function and mark as obsolete (bug#10428).
13207
89bd9ccd
CY
132082012-01-06 Chong Yidong <cyd@gnu.org>
13209
13210 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
13211 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
13212 functions, along with 1 and -1.
13213
4afee9d5
EZ
132142012-01-06 Eli Zaretskii <eliz@gnu.org>
13215
13216 * time.el (display-time-load-average)
13217 (display-time-default-load-average): Doc fixes. See the thread
13218 starting at
13219 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
13220 for the details.
13221
536aea70
GM
132222012-01-06 Glenn Morris <rgm@gnu.org>
13223
665ae865
GM
13224 * mail/unrmail.el (unrmail): Give an explicit error if the input file
13225 has no messages. (Bug#10377)
13226
c869783d
GM
13227 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
13228 than Info-edit. (Bug#10385)
13229
2bb4227e
GM
13230 * time.el (display-time-load-average, display-time-next-load-average):
13231 Doc fixes.
13232
7d5944b9
GM
13233 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
13234 local setting of buffer-read-only to the input buffer. (Bug#10419)
13235
536aea70
GM
13236 * calendar/calendar.el (calendar-mode):
13237 Locally set scroll-margin to 0. (Bug#10379)
13238
7dccca16
UM
132392012-01-06 Ulrich Mueller <ulm@gentoo.org>
13240
13241 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
13242
afbb7930
GM
132432012-01-05 Glenn Morris <rgm@gnu.org>
13244
13245 * eshell/em-unix.el (diff-no-select): Autoload it.
13246 (eshell/diff): Use diff-no-select. (Bug#10420)
13247
04482335
CY
132482012-01-05 Chong Yidong <cyd@gnu.org>
13249
7baca3bc
CY
13250 * shell.el (shell-dynamic-complete-functions): Revert last change.
13251 (shell-command-completion-function): New function.
13252 (shell-completion-vars): Use it to implement
13253 shell-completion-execonly (Bug#10417).
13254
04482335
CY
13255 * custom.el (enable-theme): Don't set custom-safe-themes.
13256
1d00653d
SM
13257 * cus-theme.el (custom-theme-merge-theme):
13258 Ignore custom-enabled-themes and custom-safe-themes.
04482335 13259
bb5aa5d6
MM
132602012-01-05 Michael R. Mauger <mmaug@yahoo.com>
13261
13262 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
13263 first prompt in `sql-interacive-mode'.
13264 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 13265 keywords.
6df6ae42 13266 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
13267 (sql-product-interactive): Bug fix: Set `sql-buffer' in
13268 context of original buffer. Invoke `sql-login-hook'.
13269
a7183d7c
EZ
132702012-01-04 Eli Zaretskii <eliz@gnu.org>
13271
13272 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
13273 letters in cite-prefix.
13274
a1eacd1e
LMI
132752012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13276
13277 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
13278
787cdb34
CY
132792012-01-03 Chong Yidong <cyd@gnu.org>
13280
1d00653d
SM
13281 * shell.el (shell-dynamic-complete-functions):
13282 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
13283 comint-filename-completion first (Bug#10417).
13284
30710442
RS
132852012-01-02 Richard Stallman <rms@gnu.org>
13286
13287 * battery.el (battery-status-function):
13288 Detect when to use battery-yeeloong-sysfs.
13289 (battery-echo-area-format): Add string for Yeeloong.
13290 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
13291 (battery-yeeloong-sysfs): New function.
13292
f75bfc33
CY
132932012-01-02 Chong Yidong <cyd@gnu.org>
13294
13295 * dirtrack.el (dirtrack-list): Eliminate unused third element.
13296 (dirtrack): Merge code for handling relative filenames in prompt
13297 from shell-dir-cookie-watcher.
13298 (dirtrack-debug-message): New arg to avoid excess format calls.
13299
13300 * shell.el (shell-dir-cookie-re): Variable deleted.
13301 (shell-dir-cookie-watcher): Function deleted.
13302 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13303 with dirtrack-mode.
13304
651e947e
EZ
133052012-01-01 Eli Zaretskii <eliz@gnu.org>
13306
1d00653d
SM
13307 * term/w32-win.el (dynamic-library-alist) <gnutls>:
13308 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
13309 libgnutls-26.dll.
13310
94d4c7dc
AS
133112011-12-31 Andreas Schwab <schwab@linux-m68k.org>
13312
13313 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13314
8d43f3cd
EZ
133152011-12-31 Eli Zaretskii <eliz@gnu.org>
13316
13317 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13318 headers of non-MIME messages, when rmail-enable-mime is non-nil.
13319
98c8795a
MA
133202011-12-29 Michael Albinus <michael.albinus@gmx.de>
13321
13322 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13323 also for alternative shells.
13324 (tramp-open-connection-setup-interactive-shell): Check, whether
13325 the shell is a busybox.
13326 (tramp-send-command): Don't suppress multiple prompts for
13327 busyboxes, it hurts.
13328
51281b32
CY
133292011-12-28 Chong Yidong <cyd@gnu.org>
13330
13331 * progmodes/gdb-mi.el (gdb-get-source-file-list)
13332 (gdb-get-source-file): Move mode line update to
13333 gdb-get-source-file (Bug#10087).
13334
2170cb53
CY
133352011-12-25 Chong Yidong <cyd@gnu.org>
13336
13337 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13338 gud-gdb-marker-filter without taking it as an argument.
13339 (gud-gdb-run-command-fetch-lines): Caller changed.
13340 (gud-gdb-completion-function): New variable.
13341 (gud-gdb-completion-at-point): Use it.
13342 (gud-gdb-completions-1): Split from gud-gdb-completions.
13343
13344 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13345 function as separate arguments.
13346 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13347 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13348 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13349 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13350 (gdb-stopped, def-gdb-auto-update-trigger)
13351 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
13352 (gdb-get-changed-registers, gdb-get-main-selected-frame):
13353 Callers changed.
2170cb53
CY
13354 (gud-gdbmi-completions): New function.
13355 (gdb): Use it for generating the completion table.
13356
be8b11bb
AM
133572011-12-24 Alan Mackenzie <acm@muc.de>
13358
13359 Introduce a mechanism to widen the region used in context font
1d00653d 13360 locking. Use this to protect declarations from losing their contexts.
be8b11bb 13361
1d00653d
SM
13362 * progmodes/cc-langs.el (c-before-font-lock-functions):
13363 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 13364 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
13365 functions to be run just before context (etc.) font locking.
13366
13367 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 13368 New, functionality extracted from
be8b11bb 13369 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 13370 (c-in-after-change-fontification): New variable.
be8b11bb
AM
13371 (c-after-change): Set c-in-after-change-fontification.
13372 (c-set-fl-decl-start): Rejig its interface, so it can be called
13373 from both after-change and context fontifying.
b81d40f0
JB
13374 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13375 New functions.
13376 (c-standard-font-lock-fontify-region-function): New variable.
13377 (c-font-lock-fontify-region): New function.
be8b11bb 13378
341cf6ac
JL
133792011-12-24 Juri Linkov <juri@jurta.org>
13380
13381 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13382 (Bug#10348)
13383
bffcee0a
MA
133842011-12-23 Michael Albinus <michael.albinus@gmx.de>
13385
13386 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13387 existence of source file. (Bug#10325)
13388
cb5e207c
AM
133892011-12-23 Alan Mackenzie <acm@muc.de>
13390
13391 Fix unstable fontification inside templates.
13392
b81d40f0
JB
13393 * progmodes/cc-langs.el (c-before-font-lock-functions):
13394 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
13395 additionally has c-set-fl-decl-start. The other languages (apart
13396 from AWK) have that as a single entry.
13397
b81d40f0
JB
13398 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13399 The functionality for "local" declarations has been extracted to
cb5e207c
AM
13400 c-set-fl-decl-start.
13401
b81d40f0
JB
13402 * progmodes/cc-mode.el (c-common-init, c-after-change):
13403 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
13404 (c-set-fl-decl-start): New function, extracted from
13405 c-font-lock-enclosing-decls and enhanced.
13406
60ff536c
JB
134072011-12-23 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13410
1c4757d6
JL
134112011-12-22 Juri Linkov <juri@jurta.org>
13412
13413 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13414
d031f2c7
CY
134152011-12-22 Chong Yidong <cyd@gnu.org>
13416
13417 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13418
bace743a
DA
134192011-12-21 Drew Adams <drew.adams@oracle.com>
13420
13421 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13422
728a1f2b
JC
134232011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13424
13425 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13426
0d373f73
TZ
134272011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13428
fec0aaa4
TZ
13429 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13430 highlighting and support. Fix up comments for capitalization.
13431 (cfengine-mode-debug): New var.
13432 (cfengine3-mode): Change the modeline indicator to "CFE3".
13433 (cfengine3-font-lock-keywords): Improve defun highlighting.
13434 (cfengine2-actions): Rename from `cfengine-actions'.
13435 (cfengine2-font-lock-keywords): Rename from
13436 `cfengine-font-lock-keywords'.
13437 (cfengine2-imenu-expression): Rename from
13438 `cfengine-imenu-expression'.
13439 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13440 (cfengine2-beginning-of-defun): Rename from
13441 `cfengine-beginning-of-defun'.
13442 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13443 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13444 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13445 modeline indicator to "CFE2".
13446 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13447 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 13448
bc86f573
CY
134492011-12-21 Chong Yidong <cyd@gnu.org>
13450
13451 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13452 filename argument.
13453
d45ba96b
MR
134542011-12-20 Martin Rudalics <rudalics@gmx.at>
13455
13456 * window.el (window-normalize-buffer-to-display): Remove.
13457 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13458
a6198c90
CY
134592011-12-19 Chong Yidong <cyd@gnu.org>
13460
13461 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13462 Don't signal an error in a predicate function; return non-nil.
13463 (vc-dir-mark-file): Move the error here.
13464 (vc-dir-mark-unmark): If acting on the region, keep going if one
13465 of the entries cannot be marked/unmarked.
13466 (vc-dir-mark-all-files): If current entry is a directory, mark
13467 only child files, as documented.
13468
34c5fb55
VB
134692011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13470
13471 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13472 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13473 addition.
13474
c803b2b7
JD
134752011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13476
13477 * term/ns-win.el (ns-get-selection-internal)
13478 (ns-store-selection-internal): Declare.
1154d12e
JB
13479 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13480 Declare as obsolete.
13481 (ns-get-pasteboard, ns-paste-secondary):
13482 Use ns-get-selection-internal.
41e9b956 13483 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 13484 Use ns-store-selection-internal.
c803b2b7 13485
9cff91f8 134862011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
13487
13488 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 13489 (vc-deduce-fileset): Doc fix.
99a289d9 13490
f16c898a
AS
134912011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13492
13493 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13494
763237c4
SS
134952011-12-13 Sam Steingold <sds@gnu.org>
13496
13497 * man.el (Man-getpage-in-background): When running under a
13498 window-system, ignore $MANWIDTH and $COLUMNS.
13499
5fc1c122
KH
135002011-12-15 Kenichi Handa <handa@m17n.org>
13501
13502 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13503 (setup-ethiopic-environment-internal): Comment out key-binding for
13504 ethio-toggle-punctuation.
13505
13d49cbb
AM
135062011-12-13 Alan Mackenzie <acm@muc.de>
13507
898169a2
AM
13508 Add the switch statement to AWK Mode.
13509
7a71b18d 13510 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
13511 "default" to the keywords regexp.
13512
7a71b18d 13513 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 13514 expression as the rest.
1d00653d
SM
13515 (c-nonlabel-token-key): Allow string literals for AWK.
13516 Refactor for the other modes.
898169a2 13517
13d49cbb 13518 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 13519 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
13520 routines. Limit backward searching in c-font-lock-enclosing.decl.
13521
13522 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13523 pp-state and literal type in addition to the limits.
1d00653d 13524 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 13525 (c-state-literal-at): Use the above new defun.
1d00653d
SM
13526 (c-slow-in-literal, c-fast-in-literal): Remove.
13527 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
13528
13529 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13530 being in a literal. Add a limit for backward searching.
13531
13532 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13533 c-slow-in-literal.
13534
15e0efc7
SM
135352011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13538
454592a6
MR
135392011-12-13 Martin Rudalics <rudalics@gmx.at>
13540
13541 * window.el (delete-other-windows): Use correct frame in call to
13542 window-with-parameter.
13543
87393f26
DP
135442011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13545
13546 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13547 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13548 (makefile-gmake-statements, makefile-makepp-statements):
13549 Use it and add new makepp keywords.
13550 (makefile-makepp-font-lock-keywords): Add new patterns.
13551 (makefile-match-function-end): Match new [...] and [[...]].
13552
11636b22
JB
135532011-12-11 Juanma Barranquero <lekktu@gmail.com>
13554
13555 * ses.el (ses-call-printer-return, ses-cell-property-get)
13556 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13557 (ses-create-cell-variable, ses-reset-header-string)
13558 (ses-cell-set-formula, ses-repair-cell-reference-all)
13559 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13560 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13561 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13562 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13563 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13564 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13565 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13566 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13567 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13568 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13569 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13570 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13571
cf018193
VB
135722011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13573
13574 * ses.el: The overall change is to add cell renaming, that is
13575 setting fancy names for cell symbols other than name matching
13576 "\\`[A-Z]+[0-9]+\\'" regexp .
13577 (ses-create-cell-variable): New defun.
13578 (ses-relocate-formula): Relocate formulas only for cells the
13579 symbols of which are not renamed, i.e. symbols whose names do not
13580 match regexp "\\`[A-Z]+[0-9]+\\'".
13581 (ses-relocate-all): Relocate values only for cells the symbols of
13582 which are not renamed.
13583 (ses-load): Create cells variables as the (ses-cell ...) are read,
13584 in order to check row col consistency with cell symbol name only
13585 for cells that are not renamed.
13586 (ses-replace-name-in-formula): New defun.
13587 (ses-rename-cell): New defun.
13588
ee957461
CY
135892011-12-11 Chong Yidong <cyd@gnu.org>
13590
13591 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13592 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13593
9a9e9ef0
MR
135942011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13595
13596 * window.el (other-window): Fix docstring.
13597
92a8eba5
EZ
135982011-12-10 Eli Zaretskii <eliz@gnu.org>
13599
13600 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
13601 `from' or `to' address before taking its substring.
13602 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
13603 encoded name is chopped in the middle of the encoded string, and
13604 thus displayed encoded.
13605
e152e577
JB
136062011-12-10 Juanma Barranquero <lekktu@gmail.com>
13607
13608 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13609
e5d84bfe
EZ
136102011-12-10 Eli Zaretskii <eliz@gnu.org>
13611
13612 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13613 to use texinfo-update-node and commands that call it if the
13614 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 13615 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
13616 (texinfo-all-menus-update, texinfo-master-menu)
13617 (texinfo-update-node, texinfo-every-node-update)
13618 (texinfo-multiple-files-update): Doc fix. Warn against updating
13619 all the @node lines.
13620 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
13621 argument is numeric. Explain better in the doc string what the
13622 function really does.
13623 (texinfo-insert-master-menu-list): Improve the error message
13624 displayed if there's no menu in the Top node.
13625 (Bug#2975) See also this thread:
e5d84bfe
EZ
13626 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13627
1d84e9bb
MG
136282011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13629
13630 * speedbar.el (speedbar-supported-extension-expressions):
13631 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13632
382c953b
JB
136332011-12-09 Juanma Barranquero <lekktu@gmail.com>
13634
13635 * printing.el (pr-mode-alist):
13636 * simple.el (filter-buffer-substring-functions)
13637 (completion-list-insert-choice-function):
13638 * window.el (window-with-parameter, window-atom-root)
13639 (window-sides-slots, window-size-fixed, window-min-delta)
13640 (window-max-delta, window--resize-mini-window)
13641 (window--resize-child-windows-normal, window-tree)
13642 (delete-other-windows, quit-window, split-window)
13643 (display-buffer-record-window, special-display-buffer-names)
13644 (special-display-regexps, special-display-popup-frame)
13645 (same-window-p, split-window-sensibly)
13646 (display-buffer-overriding-action, display-buffer-alist)
13647 (display-buffer-base-action, display-buffer, switch-to-buffer)
13648 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13649 (fit-window-to-buffer, recenter-positions)
13650 (mouse-autoselect-window-state, mouse-autoselect-window-select):
13651 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13652 and remove unneeded backslashes in docstrings.
13653
39c9faef
SM
136542011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13655
98449af8
SM
13656 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13657
39c9faef
SM
13658 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13659 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13660 end in ".mk".
13661 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13662 when reading the makefile (bug#10116).
13663
86ed9fdc
SM
136642011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13667 (bug#10116).
13668
5580f89d
GM
136692011-12-06 Glenn Morris <rgm@gnu.org>
13670
13671 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13672
28d3917c
CY
136732011-12-06 Chong Yidong <cyd@gnu.org>
13674
13675 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13676
a98edce9
JB
136772011-12-06 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * textmodes/table.el (table-shorten-cell): Fix typo.
13680
e65adfac
CG
136812011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
13682
13683 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13684
71cc0b74
EZ
136852011-12-05 Eli Zaretskii <eliz@gnu.org>
13686
13687 * descr-text.el (describe-char): Fix display of strong
13688 right-to-left characters and directional embeddings and overrides.
13689
13690 * simple.el (what-cursor-position): Fix display of codepoints of
13691 strong right-to-left characters.
13692
315bc30d
CY
136932011-12-05 Chong Yidong <cyd@gnu.org>
13694
13695 * faces.el (read-color): Doc fix.
13696
58a70b94
GM
136972011-12-05 Glenn Morris <rgm@gnu.org>
13698
13699 * align.el (align--set-marker): Add doc-string.
13700 Don't try to move something that is not a marker. (Bug#10216)
13701
5158face
GM
137022011-12-04 Glenn Morris <rgm@gnu.org>
13703
13704 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13705 overly zealous deletion of trailing whitespace.
13706
520fca41
JB
137072011-12-04 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * server.el (server-delete-client): On Windows, do not try to delete
13710 the only terminal.
13711 (server-process-filter): On Windows, treat requests for a tty frame as
13712 if they were for a GUI frame if the running server is in GUI mode.
13713
5e605a2e
GM
137142011-12-03 Glenn Morris <rgm@gnu.org>
13715
13716 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
13717
5c3fe83f
SM
137182011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13719
6f5e57e7
SM
13720 * electric.el: Streamline electric-indent's hook.
13721 (electric-indent-chars): Revert to simple list.
13722 (electric-indent-functions): New var.
13723 (electric-indent-post-self-insert-function): Use it.
13724
5c3fe83f
SM
13725 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13726 there's no inferior buffer (bug#10196).
13727 (prolog-consult-compile): Don't use toggle-read-only.
13728
6bdac736
MA
137292011-12-02 Michael Albinus <michael.albinus@gmx.de>
13730
13731 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13732 interrupt. (Bug#10187)
13733
6131ba7f
SM
137342011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13735
99c79fee
SM
13736 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13737 (bug#9160).
13738
6131ba7f
SM
13739 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13740 (bug#10191).
13741
cb0a02ea
JL
137422011-12-02 Juri Linkov <juri@jurta.org>
13743
13744 * info.el (Info-search): Display "end of manual" when Isearch
13745 reaches the end of single-file Info manual. (Bug#9918)
13746
66e0570c
EZ
137472011-12-02 Eli Zaretskii <eliz@gnu.org>
13748
13749 * isearch.el (isearch-message-prefix): Run the input method part
13750 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
13751
02b16839
JL
137522011-12-02 Juri Linkov <juri@jurta.org>
13753
13754 * isearch.el (isearch-occur): Use `word-search-regexp' for
13755 `isearch-word'.
13756 (isearch-search-and-update): Add condition for `isearch-word' and
13757 call `word-search-regexp'. (Bug#10145)
13758
0b950688
GM
137592011-12-01 Glenn Morris <rgm@gnu.org>
13760
13761 * eshell/em-hist.el (eshell-hist-initialize):
13762 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 13763 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 13764
9505c3c7
SM
137652011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13766
13767 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13768
1bbe96b2 137692011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 13770
a1beca85
SM
13771 * progmodes/verilog-mode.el (verilog-pretty-expr):
13772 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
13773 verilog, such as += *= and the like.
13774 (verilog-assignment-operator-re): Regular expression to find the
13775 assigment operator in a verilog assignment.
13776 (verilog-assignment-operation-re): Regular expression to find an
13777 assignment statement for pretty-expr.
13778 (verilog-in-attribute-p): Query returns true if point is in an
13779 attribute context; used to skip these for expression line up from
13780 pretty-expr.
13781 (verilog-in-parameter-p): Query returns true if point is in an
13782 parameter definition context; used to skip these for expression
13783 line up from pretty-expr.
13784 (verilog-in-parenthesis-p): Query returns true if point is in a
13785 parenthetical expression, specifically ( ) but not [ ] or { };
13786 used by pretty-expr.
13787 (verilog-just-one-space): If there is no space, don't add one.
13788 (verilog-get-lineup-indent-2): Specifically skip just attribute
13789 contexts for expression lineup, rather than skipping all
13790 parenthetical expressions.
13791 (verilog-calculate-indent): Fix comment, and fix indent.
13792 (verilog-do-indent): Indent declarations in lists (suggested by
13793 Joachim Lechner).
13794 (verilog-mode-abbrev-table): Populate abbrev mode with the various
13795 skeleton items.
13796 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13797 by Alain Mellan).
13798
1bbe96b2 137992011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
13800
13801 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13802 parameters with embedded comments. Reported by Ray Stevens.
13803 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13804 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13805 Reported by Tim Holt.
13806 (verilog-auto): Fix AUTOing a upper module then AUTOing module
13807 instantiated by upper module causing wrong expansion until AUTOed a
13808 second time. Reported by K C Buckenmaier.
13809 (verilog-diff-auto): Fix showing .* as a difference when
13810 `verilog-auto-star-save' off. Reported by Dan Dever.
13811 (verilog-auto-reset, verilog-read-always-signals)
13812 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13813 temporary signals in reset list if
13814 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
13815 style to each signal's assignment type, bug381.
13816 Reported by Thomas Esposito.
6288f0ca
WS
13817 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13818 (verilog-uvm-statement-re): Support UVM indentation and
13819 highlighting, with old OVM keywords only.
a1beca85 13820 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
13821 Support AUTOTIEOFF creating non-wire data types.
13822 Suggested by Jonathan Greenlaw.
6288f0ca
WS
13823 (verilog-auto-insert-lisp, verilog-delete-to-paren)
13824 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13825 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
13826 (verilog-read-sub-decls, verilog-read-sub-decls-line):
13827 Fix mismatching parenthesis inside commented out code when deleting
382c953b 13828 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
13829 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13830 non-numeric vector width. Reported by Alex Reed.
13831 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 13832 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
13833 (verilog-auto-delete-trailing-whitespace):
13834 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
13835 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
13836 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13837 Fix verilog-scan-cache corruption when running user AUTO expansion
13838 hooks that call indentation routines.
13839 (verilog-simplify-range-expression): Fix typo ignoring lower case
13840 identifiers.
13841 (verilog-delete-auto): Fix delete-autos to also remove user created
13842 automatics, as long as they start with AUTO.
13843 (verilog-batch-diff-auto, verilog-diff-auto)
13844 (verilog-diff-function): Add `verilog-diff-auto' and bind to
13845 "C-c?" to report differences in AUTO expansion, ignoring spaces.
13846 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13847 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
13848 (verilog-re-search-forward-quick, verilog-syntax-ppss):
13849 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
13850 is disabled and its cache will get corrupt, causing AUTOS not to
13851 expand. Instead use only -quick functions.
13852 (verilog-scan-region): Fix scanning over escaped quotes.
13853 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13854 (verilog-re-search-backward-quick)
13855 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13856 related functions now ignore strings, to fix misparsing of strings
13857 with magic comments embedded in them.
a1beca85
SM
13858 (verilog-read-auto-template):
13859 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13860 Reported by Brad Dobbie.
13861 (verilog-read-auto-template):
13862 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 13863 Reported by Brad Dobbie.
6288f0ca
WS
13864 (verilog-auto-inst, verilog-auto-inst-param)
13865 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13866 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
13867 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
13868 debugging templates without merge conflicts, bug357.
13869 Reported by Brad Dobbie.
13870 (verilog-read-auto-template):
13871 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
13872 Reported by Brad Dobbie.
13873 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13874 abbrevs so user won't be asked to save.
13875 (verilog-read-auto-lisp-present): Fix to start at beginning of
13876 buffer in case called outside of verilog-auto.
13877 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13878 to "X-2". Reported by Matthew Myers.
13879 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13880 all inputs from module templates. Reported by Leith Johnson.
13881 (verilog-module-inside-filename-p): Fix locating programs as with
13882 modules.
13883 (verilog-auto-inst-port): Fix vl-width expressions when using
13884 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
13885 (verilog-decls-get-regs, verilog-decls-get-signals,
13886 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13887 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13888 verilog-read-decls): Combine reg and wire structures into one var
13889 structure to represent SystemVerilog concepts.
13890 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13891 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
13892 (verilog-auto-wire-type, verilog-insert-definition):
13893 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
13894 SystemVerilog "logic" keyword instead of "wire"/"reg".
13895 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13896 to declares outputs that also have assignments (presumably in an
a1beca85
SM
13897 ifdef or generate if so there's not a driver conflict).
13898 Reported by Matthew Myers.
13899 (verilog-auto-declare-nettype, verilog-insert-definition):
13900 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
13901 `default_nettype none. Reported by Julian Gorfajn.
13902 (verilog-read-always-signals-recurse, verilog-read-decls)
13903 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13904 malformed end statement, bug325. Reported by Joshua Wise and
13905 Andrew Drake.
13906 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13907 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
13908 when expanding .* in interfaces, bug320.
13909 Reported by Pierre-David Pfister.
6288f0ca 13910 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
13911 name and open parenthesis, bug317.
13912 Reported by Pierre-David Pfister.
6288f0ca
WS
13913 (verilog-simplify-range-expression): Fix simplification of
13914 multiplications inside AUTOWIRE connections, bug303.
13915 (verilog-auto-inst-port): Support parameter expansion in
13916 multidimensional arrays.
13917 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13918 after "assert property". Reported by Julian Gorfajn.
13919 (verilog-simplify-range-expression): Fix "couldn't merge" errors
13920 with multiplication, bug303.
13921 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13922 Reported by Jan Frode Lonnum.
13923
1bbe96b2
GM
139242011-11-30 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13927 (hfy-shell-file-name, hfy-shell):
13928 * international/fontset.el (x-decompose-font-name): Fix typos.
13929
139302011-11-29 Ken Brown <kbrown@cornell.edu>
13931
13932 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13933 (gdb-version): Remove defvar.
13934 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13935 (gdb-gud-context-command, gdb-non-stop-handler)
13936 (gdb-current-context-command, gdb-stopped): Use it.
13937 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
13938 (gdb-non-stop-handler): Don't enable pretty-printing here.
13939 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
13940 non-stop mode. Use the following.
13941 (gdb-check-target-async): New defun.
13942 (gud-watch, gdb-stopped): Fix whitespace.
13943 (gdb-get-source-file): Don't try to display the source file if
13944 `gdb-main-file' is nil.
13945
139462011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * align.el: Try to generate fewer markers (bug#10047).
13949 (align--set-marker): New macro.
13950 (align-region): Use it.
13951
c935221f
SM
139522011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13955
e70b5064
CY
139562011-11-29 Chong Yidong <cyd@gnu.org>
13957
13958 * indent.el (indent-for-tab-command, indent-according-to-mode):
13959 Doc fix.
13960 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
13961
f3af92b7
MA
139622011-11-29 Michael Albinus <michael.albinus@gmx.de>
13963
13964 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13965 aware of remote file names. (Bug#10124)
13966
ed472be9
CY
139672011-11-29 Chong Yidong <cyd@gnu.org>
13968
13969 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13970
24510c22
SM
139712011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * files.el (find-file): Don't use force-same-window (bug#10144).
13974 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13975 use pop-to-buffer if the selected window can't be used.
13976 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13977
c60c3703
EZ
139782011-11-28 Eli Zaretskii <eliz@gnu.org>
13979
13980 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13981 special-mode-map.
13982
e95def75
CY
139832011-11-28 Chong Yidong <cyd@gnu.org>
13984
13985 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13986
c3f1c606
NR
139872011-11-27 Nick Roberts <nickrob@snap.net.nz>
13988
13989 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13990 gdb-get-source-file-list on gdb-create-source-file-list.
13991
00db469c
EZ
139922011-11-26 Eli Zaretskii <eliz@gnu.org>
13993
13994 * whitespace.el (whitespace-newline): Use a different foreground
13995 color for 16-color light-background displays.
13996
4ad3bc2a
CY
139972011-11-24 Chong Yidong <cyd@gnu.org>
13998
13999 * window.el (display-buffer--special-action): Doc fix.
14000
e9fce1ac
JB
140012011-11-25 Juanma Barranquero <lekktu@gmail.com>
14002
14003 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14004 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14005 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14006 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14007 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14008 (avl-tree-stack-first):
14009 * emacs-lisp/cconv.el (cconv--analyse-use):
14010 * net/gnutls.el (gnutls-negotiate): Fix typos.
14011
cb825e5d
GM
140122011-11-24 Glenn Morris <rgm@gnu.org>
14013
3adbe224
GM
14014 * lpr.el (lpr-windows-system, lpr-lp-system):
14015 * mail/binhex.el (binhex-begin-line):
14016 * progmodes/grep.el (grep-history, grep-find-history):
14017 * textmodes/flyspell.el:
14018 * vc/pcvs-defs.el (cvs-global-menu):
14019 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14020 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14021 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14022
321decc8
GM
14023 * net/tls.el: Fix case of "GnuTLS".
14024
420b63ad
GM
14025 * paths.el (rmail-file-name): Format doc-string for make-docfile.
14026
cb825e5d
GM
14027 * version.el (emacs-build-system): Give it a doc-string.
14028
a0649f08
JL
140292011-11-24 Juri Linkov <juri@jurta.org>
14030
14031 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
14032
c0bc0fd4
GM
140332011-11-24 Glenn Morris <rgm@gnu.org>
14034
14035 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
14036 if called on a non-mime message just toggle the headers. (Bug#8006)
14037
20db1522
JB
140382011-11-24 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
14041 (allout-lead-with-comment-string, allout-structure-deleted-hook)
14042 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
14043 (allout-rebullet-heading, allout-open-sibtopic)
14044 (allout-toggle-current-subtree-encryption)
14045 (allout-toggle-subtree-encryption, allout-encrypt-string)
14046 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
14047 (allout-distinctive-bullets-string, allout-auto-activation):
14048 * window.el (window-normalize-buffer-to-display):
14049 * progmodes/verilog-mode.el (verilog-batch-indent):
14050 * textmodes/bibtex.el (bibtex-field-braces-opt)
14051 (bibtex-field-strings-opt):
14052 * vc/cvs-status.el (cvs-tree-merge):
14053 Fix typos.
14054
7262a87c
MA
140552011-11-23 Michael Albinus <michael.albinus@gmx.de>
14056
14057 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
14058 `non-essential' to t, in order to avoid remote connections.
14059
283430a1
EZ
140602011-11-23 Eli Zaretskii <eliz@gnu.org>
14061
a1beca85
SM
14062 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14063 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
14064 case-insensitively.
14065
d2992a38
ML
140662011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14067
14068 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
14069
50419064
GM
140702011-11-23 Glenn Morris <rgm@gnu.org>
14071
da94eca1
GM
14072 * paths.el (rmail-file-name): Reformat the doc-string so that it
14073 is picked up.
14074
9aac4de2
GM
14075 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
14076 (rmail-auto-file): Ignore case in the "special" field names,
14077 as mail-fetch-field does for all others.
14078
8038d2d2
GM
14079 * mail/rmail.el (rmail-forward):
14080 * mail/rmailkwd.el (rmail-set-label):
14081 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14082 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
14083
f3fe222a
GM
14084 * mail/rmail.el (rmail-current-message): Doc fix.
14085
50419064
GM
14086 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
14087
28109f49
SM
140882011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * server.el (server-eval-and-print): Allow C-g (bug#6585).
14091
394c65f1
GM
140922011-11-22 Glenn Morris <rgm@gnu.org>
14093
14094 * mail/rmailmm.el (test-rmail-mime-handler)
14095 (test-rmail-mime-bulk-handler)
14096 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
14097
f2a0aa3a
JL
140982011-11-21 Juri Linkov <juri@jurta.org>
14099
1154d12e
JB
14100 * calc/calc.el (calc-read-key-sequence):
14101 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 14102
9c34a344
LMI
141032011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14104
14105 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14106 Tell the caller that the next line needs recomputation, even
14107 though it doesn't start a sexp (bug#10094).
14108
f04a3be9
SM
141092011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
14112
7978747f
SM
141132011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14114
f04a3be9
SM
14115 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14116 Use force-same-window.
7978747f 14117
fe7a3057
JB
141182011-11-20 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * descr-text.el (describe-char-unicode-data):
14121 * json.el (json-string-escape):
14122 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
14123 (Footnote-unicode, Footnote-style-p):
14124 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
14125
24901d61
CY
141262011-11-20 Chong Yidong <cyd@gnu.org>
14127
14128 * window.el (replace-buffer-in-windows): Restore interactive spec.
14129
bac7ff22
SM
141302011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14131
24f3d7b9
SM
14132 * electric.el (electric-indent-mode): Fix last change (too optimistic).
14133
bac7ff22
SM
14134 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
14135 (byte-compile-global-not-obsolete-vars): New var.
14136 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
14137 Use it.
14138 (byte-compile-warn-obsolete): Align text with the one in *Help*.
14139
cd1181db
JB
141402011-11-20 Juanma Barranquero <lekktu@gmail.com>
14141
14142 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
14143 * progmodes/pascal.el (electric-pascal-equal):
14144 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
14145 * xml.el (xml-substitute-special): Fix typos.
14146
7fb18e9e
GM
141472011-11-20 Glenn Morris <rgm@gnu.org>
14148
14149 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
14150 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
14151 Doc fixes.
14152 (rmail-decode-mime-charset): Mark as obsolete.
14153
14154 * mail/rmailsum.el (rmail-message-regexp-p-1):
14155 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
14156 Before using mime functions, check they are set. (Bug#10077)
14157
d5a6b3ba
JL
141582011-11-19 Juri Linkov <juri@jurta.org>
14159
14160 * info.el (Info-finder-find-node): Use `package--builtins' instead
14161 of `package-alist'. Use node names formed by the pattern "Keyword "
14162 and the keyword name.
14163
e981b61f
AS
141642011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14165
1d00653d 14166 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 14167
3ffbc301
JL
141682011-11-19 Juri Linkov <juri@jurta.org>
14169
14170 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
14171 that calls `revert-buffer' on all Info buffers. (Bug#9915)
14172 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
14173 `old-history', `old-history-forward'. Add let-binding
14174 `window-selected'. Remove calls to `kill-buffer',
14175 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
14176 before calling `Info-find-node', so `Info-find-node-2' will reread
14177 the Info file. Restore window positions only when `window-selected'
14178 is non-nil.
14179
30c62133
JL
141802011-11-19 Juri Linkov <juri@jurta.org>
14181
14182 * isearch.el (isearch-lazy-highlight-new-loop):
14183 Remove condition `(not isearch-error)'. (Bug#9918)
14184
14185 * misearch.el (multi-isearch-search-fun): Add condition
14186 `(not bound)' to ignore lazy-highlighting search.
14187 Add the search-failed message "end of multi" when the end of
14188 multi-sequence is reached. Uncapitalize the search-failed
14189 message "Repeat for next buffer".
14190
14191 * info.el (Info-search): Add the search-failed message
14192 "end of the manual" when the end of the manual is reached
14193 in Isearch mode.
14194
645ca9cf
JL
141952011-11-19 Juri Linkov <juri@jurta.org>
14196
14197 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
14198 Use non-destructive `remove' instead of `delete' because
14199 `Info-history-list' stored to `Info-isearch-initial-history-list' in
14200 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
14201
df754f66
JL
142022011-11-19 Juri Linkov <juri@jurta.org>
14203
14204 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
14205 to nil instead of binding `search-ring' and `regexp-search-ring'.
14206 (Bug#9185)
14207
0e23d96a
EZ
142082011-11-19 Eli Zaretskii <eliz@gnu.org>
14209
14210 * simple.el (line-move): Force movement by logical lines for any
14211 hscrolled window, not only when auto-hscroll-mode is on.
14212 (line-move-visual): Update doc string to that effect. (Bug#10076)
14213
8a6ccb66
AS
142142011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14215
14216 * language/european.el (macintosh): Define as alias for mac-roman.
14217
49ae5b39
EZ
142182011-11-19 Eli Zaretskii <eliz@gnu.org>
14219
14220 * mail/rmailmm.el (rmail-mime-display-header)
14221 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
14222 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
14223 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
14224 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
14225 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
14226 of a raw aref.
14227 (rmail-mime-entity-segment): To get past the tagline, move forward
14228 2 more lines, to account for the 2 empty lines that precede and
14229 follow the line with the buttons.
14230 (rmail-mime-update-tagline): Move one more line, to get past the
14231 empty line that follows the buttons in the tagline. (Bug#9520)
14232
c56cad4a
MR
142332011-11-19 Martin Rudalics <rudalics@gmx.at>
14234
14235 * window.el (window-max-delta-1, window-min-delta-1)
14236 (window-min-size-1, window-state-get-1, window-state-put-1)
14237 (window-state-put-2): Use "window--" prefix.
14238
cbe71af3
SM
142392011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14240
2ad52c60
SM
14241 * emacs-lisp/smie.el: Improve warnings and conflict detection.
14242 (smie-warning-count): New var.
14243 (smie-set-prec2tab): Use it.
14244 (smie-bnf->prec2): Improve warnings. Add docstring.
14245 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14246 (smie-bnf--set-class): New function.
14247 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
14248 corner case.
14249
6944dbc1
SM
14250 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
14251 (compilation-error-properties, compilation-move-to-column):
14252 Handle compilation-first-column while in the target buffer.
14253
c400c4d7
SM
14254 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
14255 Don't hardcode point-min==1.
14256
6dbe3e96
SM
14257 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
14258 (eshell-rewrite-for-command): Remove workaround.
14259 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
14260 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
14261 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
14262
cbe71af3
SM
14263 * files-x.el (modify-file-local-variable): Obey commenting conventions.
14264
a8e1496d
GM
142652011-11-17 Glenn Morris <rgm@gnu.org>
14266
14267 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14268 Ignore buffer-local generated-autoload-file if it is the same
14269 as the global value. (Bug#10049)
14270
df85d315
JB
142712011-11-17 Juanma Barranquero <lekktu@gmail.com>
14272
14273 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
14274 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
14275 (reftex-toc-previous-heading, reftex-toc-max-level)
14276 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
14277 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14278 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14279 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14280 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
14281 (reftex-toc-rename-label, reftex-toc-visit-location)
14282 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
14283 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
14284 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
14285 leaving "*toc*" only for references to the buffer.
14286
a0c2d0ae
MR
142872011-11-17 Martin Rudalics <rudalics@gmx.at>
14288
14289 * window.el (window-resize, delete-window, split-window):
14290 Replace window-splits by window-combination-resize.
1d00653d 14291 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 14292
35c0bac8
GM
142932011-11-17 Glenn Morris <rgm@gnu.org>
14294
14295 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14296 Make bash entry derive from sh entry, not shell entry.
14297
d0c8fc8a
MA
142982011-11-16 Michael Albinus <michael.albinus@gmx.de>
14299
7262a87c
MA
14300 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14301 local file name.
14302
7877f373
JB
143032011-11-16 Juanma Barranquero <lekktu@gmail.com>
14304
14305 * menu-bar.el (menu-bar-file-menu):
14306 * printing.el (pr-ps-utility):
14307 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14308 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14309 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14310 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14311 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14312 (icalendar--convert-cyclic-to-ical)
14313 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14314 (icalendar--convert-ical-to-diary)
14315 (icalendar--convert-recurring-to-diary)
14316 (icalendar--convert-non-recurring-all-day-to-diary)
14317 (icalendar-import-format-sample):
14318 * progmodes/idlw-shell.el (idlwave-shell-mode):
14319 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14320 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14321 (vhdl-ps-print-init): Fix typos.
14322
10649b82
KM
143232011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
14324
9d0cfcd6
GM
14325 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14326 FSF and collapse date sequence, obscure author/maintainer email address
14327 better, remove extra version line, track relocation of author's webpage.
10649b82 14328
9d0cfcd6
GM
14329 * progmodes/python.el (python-pdbtrack-input-prompt)
14330 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14331 regular python pdb prompts. Adjustments shamelessly taken exactly as
14332 suggested in EmacsWiki page (tiny change):
14333 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 14334
58179cce
JB
143352011-11-16 Juanma Barranquero <lekktu@gmail.com>
14336
14337 * expand.el (expand-pos, expand-index, expand-point):
14338 Remove redundant info from docstring.
14339 (expand-add-abbrevs): Doc fix.
14340 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14341 (expand-sample-perl-mode-expand-list): Fix typos.
14342
14343 * net/dbus.el (dbus-event-member-name):
14344 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14345 * term/pc-win.el (msdos-create-frame-with-faces):
14346 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14347
b6f67890
MR
143482011-11-16 Martin Rudalics <rudalics@gmx.at>
14349
14350 * window.el (split-window, window-state-get-1)
14351 (window-state-put-1, window-state-put-2): Rename occurrences of
14352 window-nest to window-combination-limit.
1d00653d 14353 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 14354
ce7ddba0
CY
143552011-11-16 Chong Yidong <cyd@gnu.org>
14356
14357 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14358 regexp (Bug#10033).
14359
3ae704f4
SM
143602011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14363 `completing-read' will remove *Completions* and will preserve
14364 current-buffer for us.
14365 (tmm-add-prompt): Users of *Completions* will always (re)set its
14366 major mode.
14367 (tmm-old-comp-map): Remove.
14368
6ad1cdde
GM
143692011-11-16 Glenn Morris <rgm@gnu.org>
14370
14371 * mail/rmailedit.el: Require rmailmm when compiling.
14372 (rmail-old-mime-state): New declaration.
14373 (rmail-edit-current-message): If editing a mime message,
14374 edit the "raw" message from the mbox buffer.
14375 (rmail-cease-edit): Handle mime messages. (Bug#9840)
14376
d20faa20
GM
143772011-11-15 Glenn Morris <rgm@gnu.org>
14378
14379 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14380 which wasn't being used. Add optional arg to force given state.
14381 (rmail-mime): Add optional arg to force given state.
14382
c7015153
JB
143832011-11-15 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14386 * frame.el (display-mm-dimensions-alist):
14387 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14388 (outline-move-subtree-down):
14389 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14390 (newsticker--treeview-do-get-node):
14391 * net/quickurl.el (quickurl-list-buffer-name):
14392 * progmodes/dcl-mode.el (dcl-mode):
14393 * progmodes/gdb-mi.el (gdb-mapcar*):
14394 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14395
45261b50
GM
143962011-11-15 Glenn Morris <rgm@gnu.org>
14397
14398 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14399 in a boolean sense, so just make it a boolean, and fix the doc.
14400 (rmail-show-mime-function, rmail-mime-feature)
14401 (rmail-require-mime-maybe): Doc fixes.
14402 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14403
14404 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14405
0d26e0b6
JB
144062011-11-15 Juanma Barranquero <lekktu@gmail.com>
14407
14408 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14409 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14410 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14411 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14412
447f30f6
GM
144132011-11-15 Glenn Morris <rgm@gnu.org>
14414
672b871d
GM
14415 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14416 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14417 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14418 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14419 (rmail-mime, rmail-show-mime): Doc fixes.
14420
f6aa5bb1
GM
14421 * term/ns-win.el (mode-line-frame-identification):
14422 Leave it alone. (Bug#10051)
14423
947cd66b
GM
14424 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14425
447f30f6
GM
14426 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14427 Handle empty buffers. (Bug#9978)
14428
0b381c7e
JB
144292011-11-14 Juanma Barranquero <lekktu@gmail.com>
14430
14431 * international/mule.el (define-charset):
14432 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14433 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14434 * progmodes/verilog-mode.el (verilog-backward-token):
14435 * textmodes/ispell.el (lookup-words):
14436 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14437
71e027ac
GM
144382011-11-14 Glenn Morris <rgm@gnu.org>
14439
56632ce4
GM
14440 * progmodes/executable.el
14441 (executable-make-buffer-file-executable-if-script-p):
14442 Handle file-modes returning nil.
14443
40500957
GM
14444 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14445 message - not necessary, and causes problems. (Bug#9831)
14446
071c2340
GM
14447 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14448
d3cfca60
GM
14449 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14450
71e027ac
GM
14451 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14452 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14453 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14454
89d61221
MR
144552011-11-12 Martin Rudalics <rudalics@gmx.at>
14456
14457 * window.el (window-resize, delete-window): Use window-splits
14458 variable instead of function.
14459 (window-state-get-1, window-state-put-2, window-state-put):
14460 Don't deal with windows' splits status.
14461
98282f6f
GM
144622011-11-12 Glenn Morris <rgm@gnu.org>
14463
14464 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14465 (apropos-documentation): Doc fixes.
14466
40a8bdf6
JB
144672011-11-11 Juanma Barranquero <lekktu@gmail.com>
14468
14469 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14470 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14471
65bd19ff
SM
144722011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * electric.el (electric-indent-post-self-insert-function): Make it
14475 possible for a char to only indent in some circumstances.
14476 (electric-indent-mode): Simplify.
14477
54f9154c
MR
144782011-11-11 Martin Rudalics <rudalics@gmx.at>
14479
14480 * window.el (windows-with-parameter): Remove unused function.
14481 (windows-at-side): Rename to window-at-side-list.
14482 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
14483 (window-side-check, window-size-ignore, window-size-fixed-1)
14484 (window-in-direction-2): Prefix with "window--".
14485 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 14486
68cbc58b
GM
144872011-11-11 Glenn Morris <rgm@gnu.org>
14488
14489 * subr.el (eval-after-load): If FILE is already loaded,
14490 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14491
b2621720
GM
144922011-11-10 Glenn Morris <rgm@gnu.org>
14493
9a4de110
GM
14494 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14495 Call svn via vc-svn-command rather than vc-do-command.
14496 (vc-svn-command): Add --non-interactive. (Bug#9993)
14497 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14498
b2621720
GM
14499 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14500 Add toggle-read-only. (Bug#7292)
14501 * files.el (toggle-read-only): Mention that it should only
14502 be used interactively. (Bug#10006)
14503
1dce7193
SM
145042011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14505
d9ac1a1e
SM
14506 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14507 Adjust regexp for OCaml warnings.
14508
0c325082
SM
14509 * electric.el (electric-pair-post-self-insert-function): Let user
14510 turn it off buffer-locally (bug#9932).
14511
90132c14
SM
14512 * progmodes/python.el (python-beginning-of-statement):
14513 Rewrite (bug#2703).
14514
1dce7193
SM
14515 * progmodes/compile.el: Better handle TABs (bug#9749).
14516 (compilation-internal-error-properties)
14517 (compilation-next-error-function): Obey the target buffer's
14518 compilation-error-screen-columns.
14519
c4e7c63a
JB
145202011-11-09 Juanma Barranquero <lekktu@gmail.com>
14521
14522 * progmodes/meta-mode.el: Remove obsolete comments.
14523 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14524 Fix typos in docstrings.
14525
2cffd681
MR
145262011-11-09 Martin Rudalics <rudalics@gmx.at>
14527
14528 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 14529 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
14530 (window--resizable): New function. Make all callers of
14531 window-resizable call window--resizable instead.
14532 (window-resizable): Rewrite in terms of window--resizable.
14533
0edcba87
GM
145342011-11-08 Glenn Morris <rgm@gnu.org>
14535
14536 * progmodes/delphi.el (delphi-mode-syntax-table):
14537 Let define-derived-mode define a proper syntax table. (Bug#9994)
14538
4b0d61e3
SM
145392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * window.el: Stay away from defsubst.
14542 (window-list-no-nils): Remove.
14543 (window-state-get-1, window-state-get): Use backquote instead.
14544
cd394be1 145452011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 14546
4b0d61e3 14547 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 14548 Fix incorrect use of default argument in `completing-read'.
14549
e1c2c6f2
MR
145502011-11-08 Martin Rudalics <rudalics@gmx.at>
14551
14552 * window.el (display-buffer-function, special-display-function):
14553 Mention display-buffer-record-window but do not mention
14554 help-setup parameter in doc-strings.
b3f4a882 14555 (window-min-delta): Fix doc-string typo.
e1c2c6f2 14556
105216ed
CY
145572011-11-08 Chong Yidong <cyd@gnu.org>
14558
14559 * window.el (window-total-height, window-total-width): Doc fix.
14560 (window-body-size): Move from C.
14561 (window-body-height, window-body-width): Move to C.
14562
0a9f9ab5
SM
145632011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * window.el: Make special-display like display-buffer-alist (bug#9532).
14566 (display-buffer--special-action): New function, morphed
14567 from display-buffer--special.
14568 (display-buffer): Use it to handle special-display-buffers at higher
14569 priority (just after display-buffer-alist).
14570 (display-buffer-fallback-action, display-buffer--other-frame-action)
14571 (pop-to-buffer-same-window): Remove display-buffer--special.
14572
a769dd15
GM
145732011-11-07 Glenn Morris <rgm@gnu.org>
14574
14575 * calendar/cal-menu.el (cal-menu-set-date-title):
14576 Do nothing if not in a calendar. (Bug#9976)
14577
05a61ee3
SM
145782011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * files.el (find-file): Always use selected-window.
14581
be7f5545
MR
145822011-11-07 Martin Rudalics <rudalics@gmx.at>
14583
14584 * window.el (window-combinations): Make WINDOW argument
14585 mandatory. Rewrite doc-string.
14586 (walk-window-subtree, window-atom-check, window-min-delta)
14587 (window-max-delta, window--resize-this-window)
14588 (window--resize-root-window-vertically, window-tree)
14589 (balance-windows, window-state-put): Rewrite doc-strings as to
14590 not mention the term "subwindow".
14591 (window--resize-subwindows-skip-p): Rename to
14592 window--resize-child-windows-skip-p.
14593 (window--resize-subwindows-normal): Rename to
14594 window--resize-child-windows-normal.
14595 (window--resize-subwindows): Rename to
14596 window--resize-child-windows.
14597 (window-or-subwindow-p): Rename to window--in-subtree-p.
14598
3c6702ef
ML
145992011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14600
14601 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14602 Ensure that mbox format messages end in two newlines (Bug#9974).
14603
49745b39
CY
146042011-11-06 Chong Yidong <cyd@gnu.org>
14605
14606 * window.el (window-combination-p): Function deleted; its
14607 side-effect is not used in any existing code.
14608 (window-combinations, window-combined-p): Call window-*-child
14609 directly.
14610
24300f5f
CY
146112011-11-05 Chong Yidong <cyd@gnu.org>
14612
14613 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
14614 (window-size-ignore, window-state-get): Callers changed.
14615 (window-normalize-window): Rename from window-normalize-any-window.
14616 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 14617 (window-normalize-live-window): Delete.
447f16b8
CY
14618 (window-combination-p, window-combined-p, window-combinations)
14619 (walk-window-subtree, window-atom-root, window-min-size)
14620 (window-sizable, window-sizable-p, window-size-fixed-p)
14621 (window-min-delta, window-max-delta, window-resizable)
14622 (window-resizable-p, window-full-height-p, window-full-width-p)
14623 (window-current-scroll-bars, window-point-1, set-window-point-1)
14624 (window-at-side-p, window-in-direction, window-resize)
14625 (adjust-window-trailing-edge, maximize-window, minimize-window)
14626 (window-deletable-p, delete-window, delete-other-windows)
14627 (record-window-buffer, unrecord-window-buffer)
14628 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14629 (quit-window, split-window, window-state-put)
14630 (set-window-text-height, fit-window-to-buffer)
14631 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 14632
89bd5ee1
EZ
146332011-11-04 Eli Zaretskii <eliz@gnu.org>
14634
53479029
EZ
14635 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14636 rfc2047-decode-string.
14637 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14638 warnings.
14639
89bd5ee1
EZ
14640 * window.el (window-body-height, window-body-width): Mention in
14641 the doc string that the return values are in frame's canonical
14642 units. (Bug#9949)
14643
bd17fdee
AM
146442011-11-03 Alan Mackenzie <acm@muc.de>
14645
14646 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14647 change in cc-engine.el.
14648
acc825c5
SM
146492011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * window.el (switch-to-buffer): Use `force-same-window' interactively.
14652
1885e5b8
MR
146532011-11-02 Martin Rudalics <rudalics@gmx.at>
14654
14655 * window.el (quit-window): Call unrecord-window-buffer after
14656 showing another buffer in the window. (Bug#9937)
acc825c5 14657 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 14658
ebe06da9
JB
146592011-11-02 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14662 Accept status with more than 9 shelves. (Bug#9935)
14663 Reported by Colin D Bennett <colin@gibibit.com>.
14664
4ee88440
MR
146652011-11-01 Martin Rudalics <rudalics@gmx.at>
14666
14667 * help.el (with-help-window): Don't reference
14668 temp-buffer-show-specifiers in doc-string.
14669
08e1d82c
AS
146702011-10-31 Andreas Schwab <schwab@linux-m68k.org>
14671
14672 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14673 menu-item.
14674
84bd6e9e
VJL
146752011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14676
14677 * whitespace.el: New version 13.2.2.
14678 (whitespace-newline-mode): Disable properly. Reported by Sarah
14679 <EmacsWiki>.
14680
dba0634a
UJ
146812011-10-30 Ulf Jasper <ulf.jasper@web.de>
14682
14683 * net/newst-treeview.el: Remove "Time-stamp".
14684 (newsticker--group-manage-orphan-feeds): Do not call
14685 newsticker--treeview-tree-update.
db22a3c2
JB
14686 (newsticker-treeview-update, newsticker-treeview):
14687 Call newsticker--treeview-tree-update if necessary.
dba0634a 14688
3d8daefe
MR
146892011-10-30 Martin Rudalics <rudalics@gmx.at>
14690
14691 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
14692 (window-iso-combinations): Remove "iso-" infix.
14693 Suggested by Chong Yidong.
3d8daefe
MR
14694 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14695 (window-max-delta-1, window-resize, window--resize-siblings)
14696 (window--resize-this-window, adjust-window-trailing-edge)
14697 (split-window, balance-windows-1)
14698 (shrink-window-if-larger-than-buffer):
14699 * calendar/calendar.el (calendar-generate-window):
db22a3c2 14700 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 14701
1bc4c3ae
SM
147022011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14705 in place (bug#9907).
14706 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14707 (eshell-rewrite-if-command, eshell-rewrite-for-command)
14708 (eshell-structure-basic-command, eshell-rewrite-while-command)
14709 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14710 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14711 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14712 (eshell-do-pipelines-synchronously, eshell-eval-command):
14713 Use backquotes and prefer setq to set.
14714 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14715 (eshell-macrop): Use functionp.
c1e2f5fa 14716 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 14717
30b65d9c
CY
147182011-10-30 Chong Yidong <cyd@gnu.org>
14719
14720 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14721 instead of set-mark (Bug#9810).
14722
2d197ffb
CY
147232011-10-30 Chong Yidong <cyd@gnu.org>
14724
14725 * window.el (split-window-below, split-window-right): Rename from
14726 split-window-above-each-other and split-window-side-by-side
14727 respectively. All callers changed.
14728 (split-window-sensibly, split-window-sensibly): Use them.
14729 (split-window-keep-point): Doc fix.
14730
14731 * isearch.el: Add isearch-scroll property to split-window-below
14732 and split-window-right.
14733
14734 * follow.el (follow-mode):
14735 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14736 * progmodes/ada-xref.el (ada-gdb-application):
14737 * emulation/vip.el (vip-buffer-in-two-windows):
14738 * image-dired.el (image-dired-dired-with-window-configuration):
14739 * dired-x.el (dired-do-find-marked-files):
14740 * dired.el (dired-pop-to-buffer):
14741 * bs.el (bs--show-with-configuration):
14742 * vc/emerge.el (emerge-setup-windows):
14743 * textmodes/two-column.el (2C-two-columns):
14744 * textmodes/reftex-toc.el (reftex-toc):
14745 * progmodes/gdb-mi.el (gdb-setup-windows):
14746 * progmodes/fortran.el (fortran-window-create):
14747 * net/newst-treeview.el (newsticker--treeview-window-init):
14748 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14749 * emulation/tpu-edt.el (tpu-gold-map):
14750 * emulation/crisp.el (crisp-mode-map):
14751 * calendar/calendar.el (calendar-basic-setup): Callers changed.
14752
38bb2ca8
CY
147532011-10-29 Chong Yidong <cyd@gnu.org>
14754
aa4de341
CY
14755 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14756
e1eb5385
CY
14757 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14758
5d2ece3c
CY
14759 * textmodes/flyspell.el (flyspell-word): Fix char offset for
14760 forged Ispell output (Bug#7904).
14761
38bb2ca8
CY
14762 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14763
d0af9f77
SM
147642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * doc-view.el: Avoid ugly errors about not finding nil.
14767 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14768 (doc-view-dvipdf-program, doc-view-unoconv-program)
14769 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14770 Avoid nil or absolute file name as default value.
14771 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14772
52bedd34
AM
147732011-10-28 Alan Mackenzie <acm@muc.de>
14774
db22a3c2 14775 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 14776
7e43cfa5
AM
147772011-10-28 Alan Mackenzie <acm@muc.de>
14778
14779 Amend the handling of c-beginning/end-of-defun in nested declaration
14780 scopes.
14781
52bedd34
AM
14782 * progmodes/cc-vars.el (c-defun-tactic): Move here from
14783 cc-langs.el. Change it to a defcustom.
7e43cfa5 14784
52bedd34
AM
14785 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14786 cc-vars.el.
7e43cfa5 14787
d0af9f77
SM
14788 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14789 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 14790
52bedd34 14791 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 14792 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
14793 (c-widen-to-enclosing-decl-scope): New function.
14794 (c-while-widening-to-decl-block): New macro.
14795 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14796 outward for defun boundaries, and correspondingly change symbol
14797 `respect-enclosure' to `go-outward'.
14798 (c-declaration-limits): Change algorithm to report only the "innermost"
14799 defun's boundaries.
14800
1a2ce9ee
DD
148012011-10-28 Deniz Dogan <deniz@dogan.se>
14802
14803 * net/rcirc.el (rcirc-mode): Use hard newlines.
14804
bc97a826
AM
148052011-10-28 Alan Mackenzie <acm@muc.de>
14806
14807 Amend to indent and fontify macros "which include their own semicolon"
14808 correctly, using the "virtual semicolon" mechanism.
14809
52bedd34 14810 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 14811
d0af9f77 14812 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 14813 Recode to scan one line at a time rather than having \n and \r
58179cce 14814 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 14815 (c-forward-label): Amend for virtual semicolons.
58179cce 14816 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 14817
52bedd34
AM
14818 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14819 of the new C macros.
bc97a826 14820
52bedd34 14821 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
14822 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14823 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
14824 (c-opt-cpp-macro-define): Make into a full language variable.
14825 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14826 AWK Mode (including \n, \r) removed, no longer needed.
14827
d0af9f77
SM
14828 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14829 Invoke c-make-macro-with-semi-re.
bc97a826 14830
52bedd34
AM
14831 * progmodes/cc-vars.el (c-macro-with-semi-re):
14832 (c-macro-names-with-semicolon): New variables.
58179cce 14833 (c-make-macro-with-semi-re): New function.
bc97a826 14834
7a6c0941
SM
148352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * vc/log-edit.el: Fill empty field rather than adding new one.
14838 (log-edit-add-field): New function.
14839 (log-edit-insert-changelog): Use it.
14840
b0c4cdcf
ML
148412011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14842
14843 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14844
ee1f1da9
SM
148452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14848 (gdb--check-interpreter): New function.
14849 (gdb): Use it.
14850
51bc5f8b
GM
148512011-10-27 Glenn Morris <rgm@gnu.org>
14852
416a2c45
GM
14853 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14854 (least-positive-float, least-negative-float)
14855 (least-positive-normalized-float, least-negative-normalized-float)
14856 (float-epsilon, float-negative-epsilon):
14857 Remove unnecessary declarations.
14858
14859 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14860 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14861 (least-positive-float, least-negative-float)
14862 (least-positive-normalized-float, least-negative-normalized-float)
14863 (float-epsilon, float-negative-epsilon): Add doc-strings,
14864 based on those in cl.texi.
14865
51bc5f8b
GM
14866 * files.el (set-visited-file-name): If the major-mode changed,
14867 reload the local variables. (Bug#9796)
14868
15de15c6
CY
148692011-10-27 Chong Yidong <cyd@gnu.org>
14870
14871 * subr.el (change-major-mode-after-body-hook): New hook.
14872 (run-mode-hooks): Run it.
14873
ee1f1da9
SM
14874 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14875 Use change-major-mode-before-body-hook.
15de15c6
CY
14876
14877 * simple.el (fundamental-mode):
14878 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14879 change introducing fundamental-mode-hook.
14880
5430d399
JB
148812011-10-26 Juanma Barranquero <lekktu@gmail.com>
14882
acc825c5 14883 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 14884
ad74a69e
MA
148852011-10-26 Michael Albinus <michael.albinus@gmx.de>
14886
14887 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 14888 tramp.el explicitly. (Bug#7583)
ad74a69e 14889
71d4c2a5
SM
148902011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * progmodes/octave-mod.el:
14893 * progmodes/octave-inf.el: Update maintainer.
14894
b1f6fa26
CY
148952011-10-26 Chong Yidong <cyd@gnu.org>
14896
14897 * subr.el (with-wrapper-hook): Rewrite doc.
14898
3f04efd6
MA
148992011-10-25 Michael Albinus <michael.albinus@gmx.de>
14900
14901 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 14902 filenames "/method:foo:". (Bug#9793)
3f04efd6 14903
410488d3
SM
149042011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14907 (bug#9865).
14908
c1ebb47e
GM
149092011-10-24 Glenn Morris <rgm@gnu.org>
14910
14911 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14912
7f5c46c7
MA
149132011-10-24 Michael Albinus <michael.albinus@gmx.de>
14914
14915 * notifications.el: Add the requirement of a running D-Bus session
14916 bus to the Commentary.
14917
db2440b6
JL
149182011-10-24 Juri Linkov <juri@jurta.org>
14919
14920 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14921 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14922 (Bug#9364)
14923
feecf435
JL
149242011-10-24 Juri Linkov <juri@jurta.org>
14925
14926 * info.el (Info-following-node-name-re): Add newline to the list
14927 of allowed characters for leading space. (Bug#9824)
14928
a3839de2
SM
149292011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14930
acc825c5
SM
14931 * progmodes/octave-inf.el (inferior-octave-mode-map):
14932 Fix C-c C-h binding.
a3839de2
SM
14933 * progmodes/octave-mod.el (octave-help): Remove.
14934
09388e76
MA
149352011-10-23 Michael Albinus <michael.albinus@gmx.de>
14936
14937 Sync with Tramp 2.2.3.
14938
14939 * net/tramp-cache.el (top): Pacify byte-compiler using
14940 `init-file-user' and `site-run-file'.
14941
14942 * net/trampver.el: Update release number.
14943
86c60681
CY
149442011-10-23 Chong Yidong <cyd@gnu.org>
14945
14946 * files.el (toggle-read-only): Remove obsolete comment about
14947 version control.
14948
14949 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14950 for toggle-read-only. Note that this hasn't called vc-next-action
14951 since 2008-05-02, though it wasn't documented at the time.
14952
a3839de2
SM
14953 * vc/ediff-init.el (ediff-toggle-read-only-function):
14954 Use toggle-read-only.
86c60681 14955
cd5495ff
AM
149562011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
14957
14958 Fix bug #9560, sporadic wrong indentation; improve instrumentation
14959 of c-parse-state.
14960
00b77525 14961 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 14962 correct faulty logical expression.
cd5495ff
AM
14963 (c-parse-state-state, c-record-parse-state-state):
14964 (c-replay-parse-state-state): New defvar/defuns.
14965 (c-debug-parse-state): Use new functions.
14966
42ee24ed
MR
149672011-10-22 Martin Rudalics <rudalics@gmx.at>
14968
14969 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 14970 last fix. Use window-in-direction correctly.
42ee24ed 14971
a7dee7e7
CY
149722011-10-21 Chong Yidong <cyd@gnu.org>
14973
14974 * progmodes/idlwave.el (idlwave-mode):
14975 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
14976 require-final-newline; that's done in prog-mode.
14977 Suggested by Stefan Monnier.
a7dee7e7 14978
e07b9a6d
MR
149792011-10-21 Martin Rudalics <rudalics@gmx.at>
14980
14981 * mouse.el (mouse-drag-window-above)
14982 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14983 (mouse-drag-mode-line-1, mouse-drag-header-line)
14984 (mouse-drag-vertical-line-rightward-window): Remove.
14985 (mouse-drag-line): New function.
14986 (mouse-drag-mode-line, mouse-drag-header-line)
14987 (mouse-drag-vertical-line): Call mouse-drag-line.
14988 * window.el (window-at-side-p, windows-at-side): New functions.
14989
7e1361d9
UM
149902011-10-21 Ulrich Mueller <ulm@gentoo.org>
14991
14992 * tar-mode.el (tar-grind-file-mode):
14993 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
14994
30fcaf3a
CY
149952011-10-21 Chong Yidong <cyd@gnu.org>
14996
14997 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
14998 * progmodes/vera-mode.el (vera-mode):
14999 Use mode-require-final-newline.
30fcaf3a 15000
516eddb0
GM
150012011-10-20 Glenn Morris <rgm@gnu.org>
15002
db22a3c2 15003 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 15004
10d5f513
CS
150052011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
15006
15007 * emulation/cua-base.el (cua-set-mark): Fix case of string.
15008
ac6c8639
CY
150092011-10-20 Chong Yidong <cyd@gnu.org>
15010
15011 * emulation/cua-base.el (cua-mode):
15012 * mail/footnote.el (footnote-mode):
15013 * mail/mailabbrev.el (mail-abbrevs-mode):
15014 * net/xesam.el (xesam-minor-mode):
15015 * progmodes/bug-reference.el (bug-reference-mode):
15016 * progmodes/cap-words.el (capitalized-words-mode):
15017 * progmodes/compile.el (compilation-minor-mode)
15018 (compilation-shell-minor-mode):
15019 * progmodes/gud.el (gud-tooltip-mode):
15020 * progmodes/hideif.el (hide-ifdef-mode):
15021 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15022 * progmodes/subword.el (subword-mode):
15023 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15024 * progmodes/which-func.el (which-function-mode):
15025 * term/tvi970.el (tvi970-set-keypad-mode):
15026 * term/vt100.el (vt100-wide-mode):
15027 * textmodes/flyspell.el (flyspell-mode):
15028 * textmodes/ispell.el (ispell-minor-mode):
15029 * textmodes/nroff-mode.el (nroff-electric-mode):
15030 * textmodes/paragraphs.el (use-hard-newlines):
15031 * textmodes/refill.el (refill-mode):
15032 * textmodes/reftex.el (reftex-mode):
15033 * textmodes/rst.el (rst-minor-mode):
15034 * textmodes/sgml-mode.el (html-autoview-mode)
15035 (sgml-electric-tag-pair-mode):
15036 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
15037 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
15038 * emulation/crisp.el (crisp-mode):
15039 * emacs-lisp/eldoc.el (eldoc-mode):
15040 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
15041 minor mode behavior.
15042
aa42ab43
JL
150432011-10-19 Juri Linkov <juri@jurta.org>
15044
15045 * descr-text.el (describe-char): Add #x2010 and #x2011 to
15046 the list of hard-coded chars with escape-glyph face.
15047
89400f1d
SM
150482011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
15051
305c07f6
MA
150522011-10-19 Michael Albinus <michael.albinus@gmx.de>
15053
15054 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
15055 running process.
15056
13754b54
GM
150572011-10-19 Glenn Morris <rgm@gnu.org>
15058
15059 * vc/vc-bzr.el (vc-bzr-after-dir-status):
15060 Ignore ignored files. (Bug#9726)
15061
06e21633
CY
150622011-10-19 Chong Yidong <cyd@gnu.org>
15063
15064 Doc fix for minor modes, stating that an omitted argument enables
15065 the mode unconditionally when called from Lisp.
15066
15067 * abbrev.el (abbrev-mode):
15068 * allout.el (allout-mode):
15069 * autoinsert.el (auto-insert-mode):
15070 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15071 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15072 (global-auto-revert-mode):
15073 * battery.el (display-battery-mode):
15074 * composite.el (global-auto-composition-mode)
15075 (auto-composition-mode):
15076 * delsel.el (delete-selection-mode):
15077 * desktop.el (desktop-save-mode):
15078 * dired-x.el (dired-omit-mode):
15079 * dirtrack.el (dirtrack-mode):
15080 * doc-view.el (doc-view-minor-mode):
15081 * double.el (double-mode):
15082 * electric.el (electric-indent-mode, electric-pair-mode):
15083 * emacs-lock.el (emacs-lock-mode):
15084 * epa-hook.el (auto-encryption-mode):
15085 * follow.el (follow-mode):
15086 * font-core.el (font-lock-mode):
15087 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
15088 * help.el (temp-buffer-resize-mode):
15089 * hilit-chg.el (highlight-changes-mode)
15090 (highlight-changes-visible-mode):
15091 * hi-lock.el (hi-lock-mode):
15092 * hl-line.el (hl-line-mode, global-hl-line-mode):
15093 * icomplete.el (icomplete-mode):
15094 * ido.el (ido-everywhere):
15095 * image-file.el (auto-image-file-mode):
15096 * image-mode.el (image-minor-mode):
15097 * iswitchb.el (iswitchb-mode):
15098 * jka-cmpr-hook.el (auto-compression-mode):
15099 * linum.el (linum-mode):
15100 * longlines.el (longlines-mode):
15101 * master.el (master-mode):
15102 * mb-depth.el (minibuffer-depth-indicate-mode):
15103 * menu-bar.el (menu-bar-mode):
15104 * minibuf-eldef.el (minibuffer-electric-default-mode):
15105 * mouse-sel.el (mouse-sel-mode):
15106 * msb.el (msb-mode):
15107 * mwheel.el (mouse-wheel-mode):
15108 * outline.el (outline-minor-mode):
15109 * paren.el (show-paren-mode):
15110 * recentf.el (recentf-mode):
15111 * reveal.el (reveal-mode, global-reveal-mode):
15112 * rfn-eshadow.el (file-name-shadow-mode):
15113 * ruler-mode.el (ruler-mode):
15114 * savehist.el (savehist-mode):
15115 * scroll-all.el (scroll-all-mode):
15116 * scroll-bar.el (scroll-bar-mode):
15117 * server.el (server-mode):
15118 * shell.el (shell-dirtrack-mode):
15119 * simple.el (auto-fill-mode, transient-mark-mode)
15120 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
15121 (line-number-mode, column-number-mode, size-indication-mode)
15122 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
15123 * strokes.el (strokes-mode):
15124 * time.el (display-time-mode):
15125 * t-mouse.el (gpm-mouse-mode):
15126 * tool-bar.el (tool-bar-mode):
15127 * tooltip.el (tooltip-mode):
15128 * type-break.el (type-break-mode-line-message-mode)
15129 (type-break-query-mode):
15130 * view.el (view-mode):
15131 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15132 (global-whitespace-mode, global-whitespace-newline-mode):
15133 * xt-mouse.el (xterm-mouse-mode): Doc fix.
15134
a3839de2
SM
15135 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15136 Fix autogenerated docstring.
06e21633 15137
5214e501
JL
151382011-10-19 Juri Linkov <juri@jurta.org>
15139
15140 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
15141 by checking environment variables "DESKTOP_SESSION" and
15142 "XDG_CURRENT_DESKTOP". (Bug#9779)
15143
195f8db9
JL
151442011-10-19 Juri Linkov <juri@jurta.org>
15145
15146 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
15147 (browse-url-chromium-program, browse-url-chromium-arguments):
15148 New defcustoms.
15149 (browse-url-default-browser): Check for `browse-url-chromium' and
15150 call `browse-url-chromium-program'.
15151 (browse-url-chromium): New command. (Bug#9779)
15152
343a34ff
JB
151532011-10-18 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * facemenu.el (list-colors-duplicates): On Windows, detect more
15156 duplicates by assuming that only colors matching "^System" are
15157 special "system colors". (Bug#9722)
15158
6978a151
SM
151592011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
15162 to distinguish the author from the committer.
15163
6a80b297
MA
151642011-10-18 Michael Albinus <michael.albinus@gmx.de>
15165
15166 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
15167
b31a5677
JK
151682011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
15169
15170 * international/mule.el (sgml-html-meta-auto-coding-function):
15171 Add support for detecting encoding in HTML5 specified only as
15172 <meta charset="UTF-8">. Implementation just makes http-equiv and
15173 content-type parts from HTML4 encoding string optional. (Bug#9716)
15174
80c6d77f
GM
151752011-10-18 Glenn Morris <rgm@gnu.org>
15176
15177 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
15178
08b0fee8
CY
151792011-10-18 Chong Yidong <cyd@gnu.org>
15180
15181 * faces.el (cursor): Doc fix.
15182
67e729a5
CY
151832011-10-17 Chong Yidong <cyd@gnu.org>
15184
15185 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
15186
343a34ff 151872011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
15188
15189 * dirtrack.el (dirtrack): Support shell buffers with path
15190 prefixes, e.g. tramp-based remote shells. (Bug#9647)
15191
0bc06380
TZ
151922011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
15193
15194 * json.el: Bump version to 1.3 and note change in History.
15195 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
15196
8b79f3e0
SM
151972011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15198
5a7c536b
SM
15199 * comint.el (comint-insert-input, comint-send-input)
15200 (comint-get-old-input-default, comint-backward-matching-input)
15201 (comint-next-prompt): Use nil instead of `input' for field property of
15202 past user input (bug#114).
15203
96a8a0df
SM
15204 * minibuffer.el (completion--replace): Inherit surrounding properties
15205 (bug#114).
15206 (minibuffer-complete-and-exit): Use it.
15207
8b79f3e0
SM
15208 * comint.el (comint--table-subvert): Quote the all-completions output
15209 (bug#9160).
15210
b8f7ff0d
MR
152112011-10-17 Martin Rudalics <rudalics@gmx.at>
15212
8b79f3e0 15213 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 15214
b8f7ff0d 15215 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 15216 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
15217 entries and separate them from frame entries.
15218
c235b555
GM
152192011-10-15 Glenn Morris <rgm@gnu.org>
15220
15221 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
15222 Doc fixes.
15223
6bbfa6e1
CY
152242011-10-15 Chong Yidong <cyd@stupidchicken.com>
15225
8b79f3e0
SM
15226 * net/network-stream.el (network-stream-open-starttls):
15227 Improve detection of failure due to lack of TLS support.
ec5c990d 15228
6bbfa6e1
CY
15229 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
15230 putting the input text in front and in bold.
15231
98488977
SM
152322011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15233
3d1337be
SM
15234 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
15235
ee0b45e4
SM
15236 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
15237 empty buffer.
15238
98488977
SM
15239 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
15240 unread-command-events rather than pushing yet-another event.
15241
186f4720
EZ
152422011-10-14 Eli Zaretskii <eliz@gnu.org>
15243
15244 * mail/sendmail.el (sendmail-query-once): Improve the wording of
15245 the explanation of the possible choices. Make the options passed
15246 to completing-read shorter.
15247
8b7a997c
AM
152482011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15249
15250 * textmodes/flyspell.el (flyspell-large-region): Make sure
15251 extended character mode is used if defined (Bug#1339).
15252
12587bbb
EZ
152532011-10-13 Eli Zaretskii <eliz@gnu.org>
15254
15255 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
15256 character info for LRE, LRO, RLE, and RLO characters by appending
15257 an invisible PDF.
12587bbb 15258
bad41229
SM
152592011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
15262 even in case of error; add debug spec; simplify data flow.
15263 (with-timeout-handler): Remove.
15264
28dbc92f
MA
152652011-10-12 Michael Albinus <michael.albinus@gmx.de>
15266
15267 Fix Bug#6019, Bug#9315.
15268
15269 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
15270 complete `buffer-file-name', the local file name part could look
15271 remotely (for example on VMS).
15272
15273 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
15274 `tramp-run-real-handler'.
15275 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
15276 already quoted by '"'.
15277
15278 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
15279 Let `file-name-handler-alist' be nil, the local file name part
15280 could look remotely (for example on VMS).
15281
e1b0b23a
SM
152822011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
15285 from here...
15286 (flyspell-post-command-hook): ...to here.
15287
a120bde9
SM
152882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
15291 if not needed.
15292 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
15293 using completion. Protect against "slow" callers.
15294 Remove the "message hack".
15295
7ce7717b
JL
152962011-10-11 Juri Linkov <juri@jurta.org>
15297
15298 * isearch.el (isearch-lazy-highlight-word): New variable.
15299 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15300 Use it. (Bug#9727)
15301
c02ee9d6
GM
153022011-10-11 Glenn Morris <rgm@gnu.org>
15303
15304 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15305 like f90-previous-statement does.
15306
93e616fd 153072011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15308
1f190e73 15309 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
15310 only in interactive use, to avoid error.
15311
af7b6078
SM
153122011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * minibuffer.el (completion-file-name-table): Fix last change,
15315 i.e. ignore normal errors but not the other ones.
15316
0563dae9
MR
153172011-10-10 Martin Rudalics <rudalics@gmx.at>
15318
15319 * window.el (special-display-buffer-names)
15320 (special-display-regexps): Remove some remnants of earlier
15321 changes from doc-strings.
366ca7f3
MR
15322 (quit-windows-on): New function.
15323
15324 * vc/vc.el (vc-revert, vc-rollback):
15325 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15326 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 15327 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 15328
49677495
MR
153292011-10-09 Martin Rudalics <rudalics@gmx.at>
15330
15331 * window.el (frame-auto-hide-function): Add version tag.
15332 (Bug#9699)
15333
56f2d1e1
MA
153342011-10-09 Michael Albinus <michael.albinus@gmx.de>
15335
15336 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15337 condition.
15338
112a6592
LL
153392011-10-09 Leo Liu <sdl.web@gmail.com>
15340
15341 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15342 (Bug#9701)
15343
0812589b
GM
153442011-10-08 Glenn Morris <rgm@gnu.org>
15345
15346 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15347 before the first code statement zero indent. (Bug#9690)
15348
b2b0776e
CY
153492011-10-08 Chong Yidong <cyd@stupidchicken.com>
15350
15351 * simple.el (count-words-region): Always count in the region.
15352 Report the number of lines and characters too.
15353 (count-words): New command, which counts in the buffer if the
15354 region is inactive, as count-words-region used to.
15355 (count-words--message): New function. Handle plurals.
15356 (count-lines-region): Make it an alias for count-words-region.
15357
15358 * bindings.el (esc-map): Replace count-lines-region with
15359 count-words-region.
15360
c557cd6b
MR
153612011-10-08 Martin Rudalics <rudalics@gmx.at>
15362
15363 * window.el (window--delete): Delete dedicated frame
15364 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 15365 (switch-to-buffer): Fix doc-string typo.
c557cd6b 15366
61a57ef4 153672011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15368
3a7d293b 15369 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 15370
c3833279
CY
153712011-10-07 Chong Yidong <cyd@stupidchicken.com>
15372
15373 * bindings.el ([M-left],[M-right]): Bind to left-word and
15374 right-word respectively.
15375
21ce8245
GM
153762011-10-07 Glenn Morris <rgm@gnu.org>
15377
15378 * cus-start.el (debug-on-quit): Fix custom type.
15379
6d823bb2
LMI
153802011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15381
0181e193
LMI
15382 * subr.el (define-key-after): Clarify that the function is not
15383 useful for non-menu keymaps.
15384
6d823bb2
LMI
15385 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15386
8e3459ce 153872011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15388
21ce8245 15389 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 15390 in current minibuffer (Fix bug with recursive minibuffers).
15391
a1c2d21e
CY
153922011-10-06 Chong Yidong <cyd@stupidchicken.com>
15393
15394 * progmodes/gdb-mi.el (gdb): Doc fix.
15395
5a4cf282
MR
153962011-10-05 Martin Rudalics <rudalics@gmx.at>
15397
15398 * window.el (frame-auto-hide-function): New option replacing
15399 frame-auto-delete. Suggested by Stefan Monnier.
15400 (window--delete): Call frame-auto-hide-function instead of
15401 investigating frame-auto-delete.
c96111ea
MR
15402 (window-point-1, set-window-point-1): New functions.
15403 (window-in-direction, record-window-buffer, window-state-get-1)
15404 (display-buffer-record-window): Use window-point-1 instead of
15405 window-point.
15406 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 15407
9854542e
SM
154082011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15411
8943cfb0
GM
154122011-10-05 Glenn Morris <rgm@gnu.org>
15413
15414 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15415 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15416
647ab967
LL
154172011-10-05 Leo Liu <sdl.web@gmail.com>
15418
15419 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15420 works with buffer object.
15421
3ddfbced
SM
154222011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15423
15424 * mpc.el (mpc-tool-bar-map): Add labels.
15425
bdfa5dd2
GM
154262011-10-04 Glenn Morris <rgm@gnu.org>
15427
15428 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15429
0e2070b5
MR
154302011-10-04 Martin Rudalics <rudalics@gmx.at>
15431
15432 * window.el (window--delete): New function.
15433 (frame-auto-delete): Resuscitate option.
15434 (bury-buffer, replace-buffer-in-windows)
15435 (quit-window): Rewrite using window--delete.
15436 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15437 Pass display-buffer-mark-dedicated to window--display-buffer-2
15438 (Bug#9639).
15439
3dc61a09
SM
154402011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15441
915a9b64
SM
15442 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15443 returns a list (bug#9554). Add remote file name completion.
15444 * comint.el (comint--table-subvert): Curry and get quote&unquote
15445 functions as arguments.
15446 (comint--complete-file-name-data): Adjust call accordingly.
15447 * pcomplete.el (pcomplete--table-subvert): Remove.
15448 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15449
3dc61a09
SM
15450 * minibuffer.el (completion-table-case-fold): Use currying.
15451 (completion--styles-type, completion--cycling-threshold-type):
15452 New constants.
15453 (completion-styles, completion-category-overrides)
15454 (completion-cycle-threshold): Use them.
15455 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15456 completion-table-case-fold.
15457
8ea0a993
SB
154582011-10-03 Stephen Berman <stephen.berman@gmx.net>
15459
15460 * minibuffer.el (completion-category-overrides): Fix type of styles
15461 and add more user friendly tags (bug#9660).
15462
8c24b7f6
SM
154632011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15466 (mule-input-method-string): New widget.
15467 (default-input-method, language-info-custom-alist): Use it.
15468
428fe61a
SM
154692011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15470
32c1fffd
SM
15471 * pcomplete.el: Require comint.
15472 (pcomplete--common-suffix): Remove.
15473 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15474 (pcomplete--table-subvert): Sync with comint--table-subvert.
15475 (pcomplete--entries): Use comint-completion-file-name-table.
15476 * comint.el (comint-unquote-filename): Simplify.
15477 (comint-completion-file-name-table): New function (bug#9616).
15478 (comint--complete-file-name-data): Use it.
15479
428fe61a
SM
15480 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15481 (pcmpl-gnu-tar-buffer): Remove.
15482 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
15483 around. Make sure pcomplete-suffix-list is only changed temporarily.
15484 Don't look inside the tar's file if it's too large.
428fe61a 15485
04c52e2f
CY
154862011-10-01 Chong Yidong <cyd@stupidchicken.com>
15487
ce3cefcc
CY
15488 * cus-edit.el (custom-mode-map):
15489 * epa.el (epa-key-list-mode-map):
15490 * man.el (Man-mode-map):
15491 * startup.el (splash-screen-keymap):
15492 * simple.el (special-mode-map): Use scroll-up-command and
15493 scroll-down-command.
15494
15495 * progmodes/idlw-help.el (idlwave-help-mode-map):
15496 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15497 * net/newst-plainview.el (newsticker-mode-map):
15498 * emulation/ws-mode.el (wordstar-mode-map):
15499 * emulation/vi.el (vi-com-map):
15500 * calc/calc-graph.el (calc-graph-show-dumb):
15501 * term/sun.el (terminal-init-sun):
15502 * term/ns-win.el (global-map):
15503 * progmodes/grep.el (grep-mode-map):
15504 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15505 * mail/rmail.el (rmail-mode-map):
15506 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15507
04c52e2f
CY
15508 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15509 custom-safe-themes as special.
15510
79adf8c8
JD
155112011-10-01 Julien Danjou <julien@danjou.info>
15512
15513 * notifications.el (notifications-notify): Fix docstring.
15514
63bd50d3
PS
155152011-10-01 Per Starbäck <per@starback.se>
15516
15517 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15518
199e4c7e
MR
155192011-09-30 Martin Rudalics <rudalics@gmx.at>
15520
15521 * startup.el (command-line-1): Fix last fix by inserting
15522 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 15523 (Bug#9605) and (Bug#9636)
199e4c7e 15524
fe5f08dd
EZ
155252011-09-29 Eli Zaretskii <eliz@gnu.org>
15526
15527 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15528 window is hscrolled, move by logical lines. (Bug#9607)
15529 (line-move-visual): Update the doc string to the above effect.
15530
b5516bbd
MR
155312011-09-29 Martin Rudalics <rudalics@gmx.at>
15532
ccee00c0
MR
15533 * window.el (display-buffer-record-window): When WINDOW is the
15534 selected window use `point' instead of `window-point'. (Bug#9626)
15535
b5516bbd
MR
15536 * startup.el (command-line-1): Use insert-before-markers when
15537 inserting initial-scratch-message. (Bug#9605)
ccee00c0 15538
b5516bbd
MR
15539 * help.el (help-window): Remove variable.
15540
52aa0014
GM
155412011-09-29 Glenn Morris <rgm@gnu.org>
15542
15543 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15544
df9a7357
JB
155452011-09-29 Juanma Barranquero <lekktu@gmail.com>
15546
15547 * descr-text.el (describe-char-categories): Accept category
15548 descriptions more than one line long.
15549
a8406c20
SM
155502011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15551
88d9610c
SM
15552 * simple.el (delete-trailing-whitespace): Fix last change.
15553
a5daf810
SM
15554 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15555 Don't confuse "y => 3" as the beginning of a `y' operation.
15556
a8406c20
SM
15557 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15558 object has more than 4 slots (bug#9613).
15559
a239d4e9
JB
155602011-09-28 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * subr.el (with-output-to-temp-buffer):
15563 * net/quickurl.el (quickurl, quickurl-browse-url):
15564 Fix typos in docstrings.
15565
693fbdb6
EZ
155662011-09-27 Eli Zaretskii <eliz@gnu.org>
15567
15568 * minibuffer.el (completion-styles)
15569 (completion-category-overrides): Cross reference each other in doc
15570 strings.
15571
8b457e28
GM
155722011-09-27 Glenn Morris <rgm@gnu.org>
15573
15574 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15575 to split-string. (Bug#9606)
15576
85a16208
LMI
155772011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15578
15579 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15580 (bug#9615).
15581
502f9ebd
CY
155822011-09-27 Chong Yidong <cyd@stupidchicken.com>
15583
15584 * emacs-lisp/package.el (list-packages): Fix echo area message.
15585
7690bdea
LL
155862011-09-27 Leo Liu <sdl.web@gmail.com>
15587
15588 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15589
e2ee6f30
MA
155902011-09-25 Michael Albinus <michael.albinus@gmx.de>
15591
15592 * net/dbus.el (dbus-unregister-object): Don't release services for
15593 registered signals. (Bug#9581)
15594
f3f98342
TZ
155952011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15596
15597 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15598 function that picks between cfengine 2 and 3 support
15599 automatically. Update docs accordingly.
15600
dd7aa8dd
KH
156012011-09-22 Kenichi Handa <handa@m17n.org>
15602
15603 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15604 ZERO.
15605 (indian-itrans-v5-table-for-tamil): New variable.
15606 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15607
3f2b07f8
KM
156082011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15609
15610 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15611 that's true if the current command involved collapsing of text.
15612 It's reset to false at the beginning of the next command.
15613 (allout-post-command-business): Move the cursor to the beginning
15614 of entry if the cursor is hidden and collapsing activity just
15615 happened.
15616
371d6a61
CY
156172011-09-24 Chong Yidong <cyd@stupidchicken.com>
15618
15619 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15620 tracking (Bug#9541).
15621
2ac2721a
UJ
156222011-09-24 Ulf Jasper <ulf.jasper@web.de>
15623
15624 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
15625 (newsticker-show-news): Automatically load html rendering package
15626 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15627 because w3m-fill-column is let-bound" and the error "Symbol's value
15628 as variable is void: w3m-fill-column".
2ac2721a 15629
fac7ae53
MA
156302011-09-24 Michael Albinus <michael.albinus@gmx.de>
15631
15632 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15633 Release services only if they are defined. (Bug#9581)
15634
e08b633b
RS
156352011-09-23 Richard Stallman <rms@gnu.org>
15636
e488d29c
RS
15637 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15638 distinguish start of paragraph from start of its text.
15639
19c38752
RS
15640 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15641
e08b633b
RS
15642 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15643 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15644 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15645
0a39f27e
AS
156462011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15647
15648 * international/mule-diag.el (mule-diag): Insert a newline after
15649 each fontset description.
15650
db4e950d
SM
156512011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * simple.el (delete-trailing-whitespace):
15654 Document last change; simplify.
15655
eca3f3ea
PW
156562011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
15657
d68e189a
PW
15658 * simple.el (delete-trailing-whitespace): Also delete
15659 extra newlines at the end of the buffer.
15660
eca3f3ea
PW
15661 * textmodes/picture.el: Make motion commands obey shift-select-mode.
15662 (picture-newline): Use forward-line so as to ignore fields.
15663
01c157cc
SM
156642011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15665
15666 * subr.el (with-wrapper-hook): Fix edebug spec.
15667
022de23e
LMI
156682011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15669
15670 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15671 (bug#4538).
15672
91683089
MA
156732011-09-23 Michael Albinus <michael.albinus@gmx.de>
15674
eca3f3ea
PW
15675 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15676 Fix nasty bug using wrong cached values.
91683089 15677
5bdd6fa4
AM
156782011-09-23 Alan Mackenzie <acm@muc.de>
15679
15680 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15681
97adfb97
CY
156822011-09-23 Chong Yidong <cyd@stupidchicken.com>
15683
15684 * window.el (pop-to-buffer): Ensure right window is selected if we
15685 chose another frame.
15686
d4ef2b50
EZ
156872011-09-22 Eli Zaretskii <eliz@gnu.org>
15688
15689 * simple.el (what-cursor-position): Use get-char-property-change
15690 and next-single-char-property-change, to be able to show display
15691 properties that come from overlays as well as text properties.
15692
72258fe5
CY
156932011-09-22 Chong Yidong <cyd@stupidchicken.com>
15694
15695 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15696
15697 * cmuscheme.el (run-scheme, switch-to-scheme):
15698 * cus-edit.el (customize-group, custom-buffer-create)
15699 (customize-browse):
15700 * info.el (info):
15701 * shell.el (shell):
15702 * mail/sendmail.el (mail):
15703 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15704
8f098516
RS
157052011-09-22 Richard Stallman <rms@gnu.org>
15706
15707 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15708 move back only to line beg, don't move back over blank lines.
15709
e74f1bb6
MA
157102011-09-22 Michael Albinus <michael.albinus@gmx.de>
15711
15712 * files.el (copy-directory): Set directory attributes only in case
15713 they could be retrieved from the source directory. (Bug#9565)
15714
bfeef8b6
DK
157152011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
15716
15717 * progmodes/hideshow.el (hs-looking-at-block-start-p)
15718 (hs-find-block-beginning, hs-hide-level-recursive):
15719 Ignore strings as well as comments. (Bug#9502)
15720
7e423bb8
AS
157212011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
15722
15723 * progmodes/sql.el (sql-comint-postgres):
15724 Convert port number to a string. (Bug#9566)
15725
b4d72fcf
MR
157262011-09-22 Martin Rudalics <rudalics@gmx.at>
15727
15728 * window.el (quit-window): Undedicate window when switching to
15729 previous buffer. Reported by Thierry Volpiatto
15730 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
15731 (special-display-popup-frame): When popping up a new frame reset
15732 its previous buffers to nil. Simplify code.
b4d72fcf 15733
a7b88dc6
MA
157342011-09-21 Michael Albinus <michael.albinus@gmx.de>
15735
15736 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15737 and process filter, as done also in `shell-command'.
15738
cf4eacfd
MR
157392011-09-21 Martin Rudalics <rudalics@gmx.at>
15740
eca3f3ea 15741 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
15742 Call set-window-start with NOFORCE argument t.
15743 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
15744 (quit-window): Reword doc-string. Handle new format of
15745 quit-restore parameter. Don't delete window if it has a
15746 previous buffer we can show instead of the present one.
15747 (display-buffer-record-window): Rewrite using a new format for
15748 the quit-restore window parameter
15749 (special-display-popup-frame, display-buffer-same-window)
15750 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15751 (display-buffer-pop-up-window, display-buffer-use-some-window):
15752 Adapt symbol passed to display-buffer-record-window.
15753 * help.el (help-window-setup): Handle new format of quit-restore
15754 parameter.
15755
8d28cb95
SM
157562011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15757
94ab793f
SM
15758 * faces.el (face-list): Fix docstring (bug#9564).
15759
8d28cb95
SM
15760 * window.el (display-buffer--action-function-custom-type):
15761 Don't include internal functions in the Custom interface.
15762
3820edeb
JL
157632011-09-20 Juri Linkov <juri@jurta.org>
15764
15765 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15766 (Info-forward-node, Info-backward-node, Info-next-preorder)
15767 (Info-last-preorder): Use it. (Bug#9528)
15768
5147931d
JL
157692011-09-20 Juri Linkov <juri@jurta.org>
15770
15771 * info.el (Info-last-preorder): Visit last menu item only when
15772 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15773
cf499a1a
JD
157742011-09-20 Julien Danjou <julien@danjou.info>
15775
15776 * password-cache.el (password-cache-remove): Remove entries even if the
15777 value is nil, so that password with a nil value (negative caching) is
15778 possible to invalidate.
15779
f84e2fe2
LM
157802011-09-20 Lawrence Mitchell <wence@gmx.li>
15781
15782 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15783 all whitespace around breakpoint. (Bug#9553)
15784 (f90-find-breakpoint): Only break at whitespace inside a comment.
15785
78054a46
SM
157862011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * minibuffer.el (completion-file-name-table): Keep track of errors.
15789 (completion-table-with-predicate): Handle the case where pred1 is nil.
15790 * pcomplete.el (pcomplete-completions-at-point): Simplify.
15791
345083b2
SM
157922011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15793
e24e27be
SM
15794 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15795 (debugger-return-value): Signal an error if the debugging context does
15796 not await any return value.
15797
345083b2
SM
15798 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15799 * image-mode.el (image-toggle-display-text)
15800 (image-toggle-display-image): Stay away from evil `intangible'.
15801
08d355e3
LL
158022011-09-19 Leo Liu <sdl.web@gmail.com>
15803
15804 * replace.el (occur-revert-arguments): Make it permanent-local.
15805 (occur-mode): Don't call font-lock-defontify.
15806
f01da43f
CY
158072011-09-19 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * net/ldap.el (ldap-search-internal): Don't push empty search
15810 result (Bug#9508).
15811
b6072fa6
SM
158122011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15815
443d6696
MA
158162011-09-19 Michael Albinus <michael.albinus@gmx.de>
15817
15818 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15819 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15820
7cc6e154
JL
158212011-09-18 Juri Linkov <juri@jurta.org>
15822
15823 * buff-menu.el (Buffer-menu-mode-map):
15824 * dired.el (dired-mode-map):
15825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15826 (lisp-interaction-mode-map):
15827 * emacs-lisp/package.el (package-menu-mode-map):
15828 * epa.el (epa-key-list-mode-map):
15829 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15830 (menu-bar-options-menu):
15831 * outline.el (outline-mode-menu-bar-map):
15832 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15833 * vc/vc-dir.el (vc-dir-menu-map):
15834 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15835 Capitalize non-function content words in menu item strings.
15836
15837 * dired.el (dired-mode-map): Add menu item for
15838 `image-dired-dired-toggle-marked-thumbs'.
15839
80302a81
JL
158402011-09-18 Juri Linkov <juri@jurta.org>
15841
15842 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15843 to `isearch-case-fold-search' and restore its original value
15844 after the `isearch-mode' call.
15845
46c5cf66
JL
158462011-09-18 Juri Linkov <juri@jurta.org>
15847
15848 * progmodes/grep.el (grep-process-setup): Don't check code for 1
15849 because `zgrep' returns 1 for successful matches (bug#9226).
15850
d18b513b
JL
158512011-09-18 Juri Linkov <juri@jurta.org>
15852
15853 * info.el (Info-extract-menu-node-name): Check the second match
15854 for empty string (second test-case of bug#9528).
15855 (Info-last-preorder): Let-bind `Info-history' to nil to not add
15856 intermediate nodes to the history (first test-case of bug#9528).
15857
72753f87
JL
158582011-09-18 Juri Linkov <juri@jurta.org>
15859
15860 * info.el (Info-mode-syntax-table): New variable.
1154d12e 15861 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 15862
c9384295
JL
158632011-09-18 Juri Linkov <juri@jurta.org>
15864
1154d12e
JB
15865 * info.el (Info-file-supports-index-cookies):
15866 Increment line-beginning-position's arg from 3 to 4 because makeinfo
15867 outputs one more line for long file names (bug#4142).
c9384295 15868
d473dce8
CY
158692011-09-18 Chong Yidong <cyd@stupidchicken.com>
15870
15871 * newcomment.el (comment-normalize-vars): If prompting for
15872 comment-start, set comment-start-skip too (Bug#8424).
15873
2176854d
JB
158742011-09-18 Johan Bockgård <bojohan@gnu.org>
15875
15876 * icomplete.el: Fix previous fix of Bug#5849.
15877 (icomplete-mode): Don't set completion-show-inline-help.
15878 (icomplete-minibuffer-setup): Set completion-show-inline-help
15879 locally during icompletion.
15880
3aace4e4
CY
158812011-09-18 Chong Yidong <cyd@stupidchicken.com>
15882
c940224f
CY
15883 * woman.el (woman2-process-escapes): Don't delete unrecognized
15884 escapes (Bug#7843).
15885
3aace4e4
CY
15886 * files.el (inhibit-first-line-modes-regexps): Add image files.
15887 (hack-local-variables-prop-line): Return nil for malformed
15888 prop-lines (Bug#9044).
15889
710dec63
MA
158902011-09-18 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * net/tramp.el (top): Don't require 'shell.
15893 (tramp-methods): Fix docstring.
15894 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
15895 Return complete remote file name. Handle "smb" case.
15896 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
15897 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15898
15899 * net/tramp-compat.el (top): Require 'shell.
15900
15901 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15902 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15903 `tramp-current-host'.
15904 (tramp-get-remote-tmpdir): Remove.
15905
15906 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15907 `tramp-tmpdir' entries.
15908 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15909 (tramp-smb-handle-file-attributes): Ignore errors.
15910 (tramp-smb-wait-for-output): Check also for process end.
15911
5d5ac8ec
LMI
159122011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15915 when sending QUIT (bug#9312).
15916
8c0f49f0
CY
159172011-09-17 Chong Yidong <cyd@stupidchicken.com>
15918
15919 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15920 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15921 occur-mode-display-occurrence.
15922 (occur-edit-mode): Add usage message.
15923 (occur-cease-edit): New command.
15924 (occur-after-change-function): Use text properties to find the
15925 position of the prefix text.
15926 (occur-engine): Set stickiness of prefix text properties.
15927
8f1383f7
GM
159282011-09-17 Glenn Morris <rgm@gnu.org>
15929
15930 * progmodes/etags.el (complete-tag):
15931 Fix call to completion-in-region. (Bug#9526)
15932
744ba0e3
JL
159332011-09-17 Juri Linkov <juri@jurta.org>
15934
15935 * textmodes/ispell.el (ispell-word): Add to the error message
15936 the word, ispell program name and current dictionary (bug#9121).
15937 (ispell-tex-arg-end): Capitalize "error" in the error message.
15938
d9bbf400
AS
159392011-09-17 Andreas Schwab <schwab@linux-m68k.org>
15940
15941 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15942 check. (Bug#4251)
15943
8da11505
JL
159442011-09-17 Juri Linkov <juri@jurta.org>
15945
15946 * window.el (window-safe-min-height, window-safe-min-width):
15947 Fix typos (followup to bug#9522).
15948
a91adc7e
SJ
159492011-09-17 Sven Joachim <svenjoac@gmx.de>
15950
15951 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15952
064f328a
EZ
159532011-09-16 Eli Zaretskii <eliz@gnu.org>
15954
15955 * simple.el (line-move): If goal-column is set, move by logical
15956 lines, not by display lines. (Bug#971)
15957 (next-line, previous-line, goal-column, line-move-visual): Doc fix
15958 to reflect the above change.
15959
e69df516
SM
159602011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * image.el (imagemagick-register-types): Use regexp-opt.
15963
cbb0f9ab
CY
159642011-09-15 Chong Yidong <cyd@stupidchicken.com>
15965
15966 * window.el (display-buffer-base-action): Rename from
15967 display-buffer-default-action. Make default value empty.
15968 (display-buffer-overriding-action): Convert to defvar.
15969 (display-buffer-fallback-action): New var.
15970
25322144
CY
159712011-09-15 Chong Yidong <cyd@stupidchicken.com>
15972
15973 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15974 declaration.
15975 (package--add-to-archive-contents): If there is a duplicate entry
15976 with an older version, remove it.
15977 (package-menu-mark-delete, package-menu-mark-install)
15978 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
15979 (package-menu-mark-obsolete-for-deletion):
15980 Use package-menu-get-status instead of a regexp search.
25322144
CY
15981 (package-menu-get-status): Use tabulated-list-entry.
15982 (package-menu-mark-upgrades): New command.
d770725a 15983 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
15984 (package-menu-execute): Do installation before deletion.
15985 (package-menu-refresh, package-menu-execute): Use derived-mode-p
15986 instead of checking major-mode.
15987 (package-menu--find-upgrades): New function.
15988
7520339c
LMI
159892011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15990
15991 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15992 passwords in the log buffer.
65a046c4
LMI
15993 (smtpmail-process-filter): Update the process marker so that the
15994 "broken by peer" status message is inserted in the right place.
7520339c 15995
d3c30954
SM
159962011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15997
3fe48822
SM
15998 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15999 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16000 bibtex-completion-at-point-function.
16001 (bibtex-completion-at-point-function): Use them.
16002
1b8b3954
SM
16003 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16004
d3c30954
SM
16005 * mpc.el (mpc-constraints-tag-lookup): New function.
16006 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16007 also to browser "album|playlist".
16008
72779976
JL
160092011-09-14 Juri Linkov <juri@jurta.org>
16010
16011 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
16012 (isearch-edit-string): Use length of `isearch-string' when
16013 `isearch-fail-pos' returns nil.
16014 (isearch-message): Remove duplicate code and call
16015 `isearch-fail-pos' with arg `t'.
16016
a0bf2bcd
CY
160172011-09-14 Chong Yidong <cyd@stupidchicken.com>
16018
17bb0a2d
CY
16019 * replace.el (occur-mode-goto-occurrence): Don't force using other
16020 window (Bug#9499).
16021
a0bf2bcd
CY
16022 * dired-aux.el (dired-do-chmod): Don't provide initial input.
16023
f678e0b6
MR
160242011-09-14 Martin Rudalics <rudalics@gmx.at>
16025
16026 * window.el (display-buffer-window): Remove.
16027 (display-buffer-record-window): Use help-setup window parameter
16028 instead of variable display-buffer-window.
16029 (display-buffer-function, special-display-buffer-names)
16030 (special-display-function): Mention help-setup parameter instead
16031 of display-buffer-window in doc-string.
d3c30954
SM
16032 * help.el (help-window-setup): New argument help-window.
16033 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
16034 Reword some messages.
16035 (with-help-window): Pass window used for displaying the buffer
16036 to help-window-setup. Don't set display-buffer-window.
16037
8e39b2e8
GM
160382011-09-13 Glenn Morris <rgm@gnu.org>
16039
16040 * emacs-lisp/debug.el (debugger-make-xrefs):
16041 Preserve point. (Bug#9462)
16042
85e9c04b
CY
160432011-09-13 Chong Yidong <cyd@stupidchicken.com>
16044
16045 * window.el (window-deletable-p): Use next-frame.
16046
1b36ed6a
MR
160472011-09-13 Martin Rudalics <rudalics@gmx.at>
16048
16049 * window.el (window-auto-delete): Remove.
16050 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 16051 dedication and previous buffers.
1b36ed6a
MR
16052 (switch-to-prev-buffer): Don't delete window.
16053 (delete-windows-on): Delete a window's frame if and only if the
16054 window is dedicated.
16055 (replace-buffer-in-windows): Delete buffer's window or frame if
16056 and only if window is dedicated.
16057 (quit-window): Handle quit-restore as before last change.
4d61f28d 16058 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 16059
ef8ef9fb
CY
160602011-09-13 Chong Yidong <cyd@stupidchicken.com>
16061
16062 * window.el (window-deletable-p): Never delete the last frame on a
16063 given terminal.
16064
b2cba41e
GM
160652011-09-13 Glenn Morris <rgm@gnu.org>
16066
16067 * help.el (describe-key-briefly): Copy previous standard-output change.
16068
51553db6 160692011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
16070
16071 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
16072
b7556719
GM
160732011-09-13 Glenn Morris <rgm@gnu.org>
16074
16075 * emacs-lisp/lisp-mode.el (lisp-indent-function):
16076 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
16077
64b51947
CY
160782011-09-12 Chong Yidong <cyd@stupidchicken.com>
16079
16080 * dired-aux.el (dired-mark-read-string): Don't return default
16081 value on empty input (Bug#9361).
16082 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
16083 Omit initial minibuffer contents.
16084 (dired-do-chmod): Signal an error on empty input.
16085 (dired-mark-read-string): Don't return default on empty input.
16086
16087 * files.el (file-modes-symbolic-to-number): Doc fix.
16088
393a301e
SM
160892011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16090
16091 * international/mule-cmds.el (ucs-completions): Remove.
16092 (read-char-by-name): Use complete-with-action instead; add metadata.
16093
fa5660f9
CY
160942011-09-11 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * window.el (display-buffer--action-function-custom-type)
16097 (display-buffer--action-custom-type): New vars.
16098 (display-buffer-alist, display-buffer-default-action)
16099 (display-buffer-overriding-action): Add defcustom types.
16100
4a592f66
CY
16101 * frame.el (delete-other-frames): Doc fix (Bug#276).
16102
73d56dbd
LMI
161032011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
16106
37ac18a3
CY
161072011-09-11 Chong Yidong <cyd@stupidchicken.com>
16108
16109 Change modes that used same-window-* vars to use switch-to-buffer.
16110
16111 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
16112 Use switch-to-buffer.
16113
16114 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
16115 (customize-browse, custom-buffer-create-other-window):
16116 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
16117
16118 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
16119 (Info-prev, Info-up, Info-speedbar-goto-node)
16120 (info-display-manual): Use switch-to-buffer.
16121 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
16122
16123 * mail/sendmail.el (mail): Use switch-to-buffer.
16124 (mail-recover): Use switch-to-buffer-other-window.
16125
16126 * cmuscheme.el (run-scheme, switch-to-scheme):
16127 * ielm.el (ielm):
16128 * shell.el (shell):
16129 * net/rlogin.el (rlogin):
16130 * net/telnet.el (telnet, rsh):
16131 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
16132
10195bd6
AS
161332011-09-11 Andreas Schwab <schwab@linux-m68k.org>
16134
16135 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
16136
b322f63a
LMI
161372011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16138
39d7fed6
LMI
16139 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
16140 so don't mention it (bug#9301).
ba5a81f1 16141 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 16142
ee0e9f11
LMI
16143 * faces.el (face-spec-set-match-display): Make `(type graphic)'
16144 match `x', `w32' and `ns', like the manual says (bug#9029).
16145
0b1c89c1 16146 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
16147 (process-kill-buffer-query-function): Mention the buffer name in
16148 the query.
0b1c89c1 16149
77549ea8
LMI
16150 * image-mode.el (image-next-line): The line parameter is mandatory
16151 (bug#9258).
16152
803ef892
LMI
16153 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
16154 which can be useful (bug#9301).
16155
12980837
LMI
16156 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
16157
91054f8f
LMI
16158 * subr.el (match-string): Mention that the current buffer should
16159 be the same as the search was done in (bug#9282).
16160
b322f63a
LMI
16161 * facemenu.el: Disable the remove-* commands if the mark isn't
16162 active (bug#9162).
16163
3199b96f
CY
161642011-09-10 Chong Yidong <cyd@stupidchicken.com>
16165
16166 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
16167 of display-buffer.
16168 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
16169
16170 * replace.el (occur-mode-goto-occurrence)
16171 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
16172 and display-buffer.
16173
16174 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
16175 display-buffer.
16176
16177 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
16178 special-display and same-window variables.
16179 (mail-other-window): Use switch-to-buffer-other-window.
16180 (mail-other-frame): USe switch-to-buffer-other-frame.
16181
393a301e
SM
16182 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
16183 Use display-buffer-other-frame.
3199b96f
CY
16184 (gdb-display-gdb-buffer): Use pop-to-buffer.
16185
16186 * progmodes/gud.el (gud-goto-info): Use info-other-window.
16187
16188 * progmodes/python.el: Don't set same-window-buffer-names.
16189
16190 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
16191
16192 * window.el (display-buffer-alist): Add *Python*.
16193
8319e0bf
CY
161942011-09-10 Chong Yidong <cyd@stupidchicken.com>
16195
16196 * window.el (display-buffer-alist): Add entry for buffers
16197 previously handled same-window-*.
16198 (display-buffer-alist, display-buffer-default-action)
16199 (display-buffer-overriding-action): Mark as risky.
16200 (display-buffer-alist): Document action function changes.
16201 (display-buffer--same-window-action)
16202 (display-buffer--other-frame-action): New variables.
16203 (switch-to-buffer, display-buffer-other-frame): Use them.
16204 (display-buffer): Rename reuse-frame entry to reusable-frames.
16205 (display-buffer-reuse-selected-window): Function deleted.
16206 (display-buffer-reuse-window): Handle reusable-frames alist entry.
16207 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
16208 (display-buffer-special): New function.
16209 (display-buffer--maybe-pop-up-frame-or-window): Rename from
16210 display-buffer-reuse-or-pop-window. Split off special-display
16211 part into display-buffer-special.
16212 (display-buffer-use-some-window): Don't perform any special
16213 pop-up-frames handling.
16214 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 16215 (display-buffer--maybe-same-window): Rename from
0d3ff375 16216 display-buffer-maybe-same-window.
8319e0bf 16217
919a69aa
CY
16218 * info.el: Don't set same-window-regexps.
16219 (info-setup): New function.
16220 (info-other-window, info): Call it.
16221
16222 * cus-edit.el: Don't set same-window-regexps.
16223 (customize-group): New argument.
16224 (customize-group-other-window): Use it.
16225 (customize-face, customize-face-other-window): Likewise.
16226 (custom-buffer-create-other-window): Use pop-to-buffer directly.
16227
8319e0bf
CY
16228 * net/rlogin.el:
16229 * net/telnet.el:
16230 * progmodes/gud.el: Don't set same-window-regexps.
16231
16232 * cmuscheme.el:
16233 * ielm.el:
16234 * shell.el:
16235 * mail/sendmail.el:
16236 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
16237
25173000
JL
162382011-09-10 Juri Linkov <juri@jurta.org>
16239
16240 * isearch.el (isearch-edit-string): Remove obsolete mention of
16241 `C-w' (`isearch-yank-word-or-char') from docstring.
16242 (isearch-query-replace): Fix typo in docstring (bug#9466).
16243
056e44ef
JL
162442011-09-10 Juri Linkov <juri@jurta.org>
16245
16246 * paren.el (show-paren-function): Don't show escaped parens.
16247 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
16248
c3760c17
EZ
162492011-09-10 Eli Zaretskii <eliz@gnu.org>
16250
16251 * mail/sendmail.el (mml-to-mime, mml-attach-file)
16252 (mm-default-file-encoding): Remove autoload forms, they are
16253 replaced with autoload cookies in mml.el and mm-encode.el.
16254 (mail-add-attachment): New command.
16255 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
16256 (mail-mode): Mention mail-insert-file and mail-add-attachment in
16257 the doc string.
16258 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
16259
fece895e
RT
162602011-09-10 Reuben Thomas <rrt@sc3d.org>
16261
e69df516
SM
16262 * simple.el (count-words-region): Use buffer if there's no region
16263 (bug#9429).
fece895e 16264
5e68ce4a
JL
162652011-09-09 Juri Linkov <juri@jurta.org>
16266
16267 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
16268 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
16269 (wdired-isearch-filter-read-only): New function. (Bug#6362)
16270
0a6b9622
AM
162712011-09-09 Alan Mackenzie <acm@muc.de>
16272
16273 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
16274 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
16275
14a29deb
EZ
162762011-09-09 Eli Zaretskii <eliz@gnu.org>
16277
16278 Fix for Savannah bug#9392.
16279 * simple.el (mail-encode-mml): New defvar.
16280
16281 * mail/rmail.el (mail-encode-mml): Add a defvar.
16282 (rmail-enable-mime-composing): Default to t.
16283 (rmail-forward): Use MIME method of forwarding only if both
16284 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
16285 Set mail-encode-mml non-nil if the MIME method was used.
16286
16287 * mail/sendmail.el (mml-to-mime): Add autoload form.
16288 (mail-encode-mml): Add a defvar.
16289 (mail-mode): Make mail-encode-mml buffer-local and initialize it
16290 to nil.
16291 (mail-send): If mail-encode-mml is non-nil, run the outgoing
16292 message through mml-to-mime, and reset mail-encode-mml to nil.
16293
28c45130
GM
162942011-09-09 Glenn Morris <rgm@gnu.org>
16295
16296 * woman.el (woman-if-body): When processing an .el block,
16297 do not delete the next .el block as well. (Bug#9447)
69f4b618 16298 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 16299
9b1c252e
MR
163002011-09-08 Martin Rudalics <rudalics@gmx.at>
16301
16302 * window.el (window-deletable-p): Make sure window is live before
16303 invoking window-prev-buffers.
16304
567457e3
LL
163052011-09-08 Leo Liu <sdl.web@gmail.com>
16306
16307 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
16308
97f05794
JL
163092011-09-08 Juri Linkov <juri@jurta.org>
16310
16311 * progmodes/compile.el (compilation-environment): Make it
16312 a defcustom (bug#8340).
16313
8b0874b5
MR
163142011-09-08 Martin Rudalics <rudalics@gmx.at>
16315
16316 * window.el (frame-auto-delete): Rename to window-auto-delete.
16317 Make it control auto-deletion of windows and/or frames.
16318 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 16319 for deleting window/frame. (Bug#9419)
8b0874b5
MR
16320 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16321 Rewrite handling of case when window/frame can be deleted.
16322 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 16323 argument t. (Bug#9456)
8b0874b5 16324
4feb6e73
CY
163252011-09-07 Chong Yidong <cyd@stupidchicken.com>
16326
16327 * help-mode.el (help-mode): Restore autoload.
16328
91ab9c13
JL
163292011-09-07 Juri Linkov <juri@jurta.org>
16330
16331 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16332 `compilation-environment'. Set buffer-local
16333 `compilation-environment' to `thisenv' later after (funcall mode).
16334 (Bug#8340)
16335
16336 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
16337 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16338 instead of replacing its value. (Bug#8340)
16339
0527e251
JL
163402011-09-07 Juri Linkov <juri@jurta.org>
16341
16342 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16343 based on text properties put by `grep-filter' instead of matching
16344 escape sequences.
16345 (grep-mode): Set buffer-local `compilation-error-screen-columns'
16346 to the value of `grep-error-screen-columns' (bug#9438).
16347
249f792c
JL
163482011-09-07 Juri Linkov <juri@jurta.org>
16349
16350 * simple.el (next-error-highlight, next-error-highlight-no-select):
16351 Doc fix (bug#9432).
16352
ff7271b9
OT
163532011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
16354
16355 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16356 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
16357
183fc730
LL
163582011-09-07 Leo Liu <sdl.web@gmail.com>
16359
16360 * net/rcirc.el (rcirc-mode): Conditionally initialize
16361 rcirc-input-ring.
16362
77694924
SM
163632011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * emacs-lisp/find-func.el (find-function-C-source): Only set
16366 find-function-C-source-directory after checking that we found a source
16367 file there (bug#9440).
16368
d809b8eb
AM
163692011-09-06 Alan Mackenzie <acm@muc.de>
16370
16371 * isearch.el (isearch-other-meta-char): Wherever a key list is
16372 unread, "unread" the prefix arg, too. This fixes bug #8901.
16373
453de99f
OG
163742011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
16375
16376 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16377
90439906
JL
163782011-09-05 Juri Linkov <juri@jurta.org>
16379
16380 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16381
f62bd846
JL
163822011-09-05 Juri Linkov <juri@jurta.org>
16383
16384 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16385 keeping point where processing of grep matches begins, and
16386 continue to delete remaining escape sequences from the same point.
16387 (grep-filter): Make leading zero optional in "0?1;31m" because
16388 git-grep emits "\033[1;31m" escape sequences unlike expected
16389 "\033[01;31m" as GNU Grep does (bug#9408).
16390 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16391
045820ec
JL
163922011-09-05 Juri Linkov <juri@jurta.org>
16393
16394 * subr.el (y-or-n-p): Capitalize "yes".
16395
f5e29b9b
MA
163962011-09-04 Michael Albinus <michael.albinus@gmx.de>
16397
16398 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16399 `tramp-cache-unload-hook' where appropriate.
16400 (tramp-methods): Rename `tramp-remote-sh' to
16401 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16402 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16403
16404 * net/tramp-sh.el (top): Don't require 'shell.
16405 (tramp-methods): Add `tramp-remote-shell' and
16406 `tramp-remote-shell-args' entries.
16407 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16408 (tramp-sh-handle-shell-command): Remove.
16409 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16410 Use `tramp-remote-shell'.
16411
2784c434
CY
164122011-09-03 Chong Yidong <cyd@stupidchicken.com>
16413
393a301e 16414 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
16415 (sendmail-query-once): Save directly to send-mail-function.
16416 Update message-send-mail-function too.
16417
16418 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16419
464cdf56
CS
164202011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16421
16422 * progmodes/python.el (python-mode-map): Use correct function to
16423 start python interpreter from menu-bar (as reported by Geert
16424 Kloosterman).
16425 (inferior-python-mode-map): Fix typo.
393a301e 16426 (python-shell-map): Remove.
464cdf56 16427
d37e5c87
DD
164282011-09-03 Deniz Dogan <deniz@dogan.se>
16429
16430 * net/rcirc.el (rcirc-print): Simplify code for
16431 rcirc-scroll-show-maximum-output. There is no need to walk
16432 through all windows to find the right one.
16433
f3ada0ee
CS
164342011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16435
16436 * help.el (help-return-method): Doc fix.
16437
1f3c99ca
MR
164382011-09-03 Martin Rudalics <rudalics@gmx.at>
16439
16440 * window.el (window-deletable-p): Don't return a non-nil value
16441 when there's a buffer that was shown in the window before.
16442 (Bug#9419)
393a301e
SM
16443 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16444 Set window's previous buffers to nil.
1f3c99ca 16445
a3cf097f
EZ
164462011-09-03 Eli Zaretskii <eliz@gnu.org>
16447
16448 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16449 newline before and after the tag line, so it doesn't interfere
16450 with determining the paragraph direction of bidirectional text.
16451
3d03de90
LL
164522011-09-03 Leo Liu <sdl.web@gmail.com>
16453
16454 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16455
c3313451
CY
164562011-09-02 Chong Yidong <cyd@stupidchicken.com>
16457
393a301e 16458 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
16459 (pop-to-buffer): Change interactive spec. Pass second argument
16460 directly to display-buffer.
16461 (display-buffer): Fix interactive spec. Use functionp to
16462 distinguish between a function and a list of functions.
16463
16464 * abbrev.el (edit-abbrevs):
16465 * arc-mode.el (archive-extract):
16466 * autoinsert.el (auto-insert):
16467 * bookmark.el (bookmark-bmenu-list):
16468 * files.el (find-file):
16469 * view.el (view-buffer):
16470 * progmodes/compile.el (compilation-goto-locus):
16471 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16472
89894cd8
CY
164732011-09-02 Chong Yidong <cyd@stupidchicken.com>
16474
16475 * window.el (display-buffer-alist): Doc fix.
16476 (display-buffer): Add docstring. Don't treat
16477 display-buffer-default specially.
16478 (display-buffer-reuse-selected-window)
16479 (display-buffer-same-window, display-buffer-maybe-same-window)
16480 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16481 (display-buffer-pop-up-window)
16482 (display-buffer-reuse-or-pop-window)
16483 (display-buffer-use-some-window): New functions.
16484 (display-buffer-default-action): Use them.
393a301e 16485 (display-buffer-default): Delete.
89894cd8
CY
16486 (pop-to-buffer-1): Fix choice of actions.
16487
ae0bc9fb
SM
164882011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16489
16490 * minibuffer.el (completion--insert-strings): Don't get confused by
16491 completion entries that end with an LF char.
16492
e9d90883
EZ
164932011-09-01 Eli Zaretskii <eliz@gnu.org>
16494
16495 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16496
437014c8
CY
164972011-09-01 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
16500 (display-buffer-same-window, display-buffer-other-window):
16501 New functions.
437014c8
CY
16502 (pop-to-buffer-1): New function. Use the above.
16503 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 16504 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
16505
16506 * view.el (view-buffer-other-window, view-buffer-other-frame):
16507 Just use pop-to-buffer.
16508
a5e063d5
TV
165092011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16510
16511 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16512
793d32bb
WH
165132011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16514
16515 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16516
d65e4c15
RS
165172011-08-31 Richard Stallman <rms@gnu.org>
16518
16519 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16520 of the separation of rmail-view-buffer from rmail-buffer.
16521 If you say no to "replace original", the decrypt is in the
16522 view buffer. If you say yes, the decrypt goes into the
16523 rmail buffer also.
16524
f818cd2a
MR
165252011-08-31 Martin Rudalics <rudalics@gmx.at>
16526
16527 * window.el (display-buffer-window): Rewrite doc-string.
16528 (display-buffer-record-window): New function.
16529 (display-buffer-macro-specifiers)
16530 (display-buffer-even-window-sizes, display-buffer-set-height)
16531 (display-buffer-set-width, display-buffer-in-window)
16532 (display-buffer-reuse-window, display-buffer-split-specifiers)
16533 (display-buffer-side-specifiers, display-buffer-split-window-1)
16534 (display-buffer-split-window, display-buffer-split-atom-window)
16535 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16536 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16537 (display-buffer-other-window-means-other-frame)
16538 (display-buffer-normalize-special)
16539 (display-buffer-normalize-default)
16540 (display-buffer-normalize-argument)
16541 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16542 (display-buffer-normalize-specifiers, display-buffer-frame)
16543 (display-buffer-same-window, display-buffer-same-frame)
16544 (display-buffer-other-window)
16545 (display-buffer-same-frame-other-window)
16546 (display-buffer-other-frame, pop-to-buffer-same-window)
16547 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16548 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16549 (switch-to-buffer-same-frame)
16550 (switch-to-buffer-other-window-same-frame)
16551 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16552 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16553 (display-buffer-alist-set): Remove.
16554 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
16555 (special-display-regexps, special-display-function):
16556 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
16557 parameter.
16558 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16559 (special-display-frame-alist, special-display-popup-frame)
16560 (same-window-buffer-names, same-window-regexps, same-window-p)
16561 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16562 (split-window-preferred-function, split-height-threshold)
16563 (split-width-threshold, window-splittable-p)
16564 (split-window-sensibly, window--try-to-split-window)
16565 (window--frame-usable-p, even-window-heights)
16566 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
16567 (window--display-buffer-2, display-buffer-other-frame):
16568 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
16569 (display-buffer-default, display-buffer-assq-regexp): New functions.
16570 (display-buffer-alist): Rewrite doc-string.
16571 (display-buffer-default-action)
16572 (display-buffer-overriding-action): New variables.
16573 (display-buffer, switch-to-buffer): Rewrite.
16574 (pop-to-buffer): Restore Emacs 23 behavior but use
16575 window-normalize-buffer-to-display.
16576 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16577 Restore Emacs 23 behavior but use
16578 window-normalize-buffer-to-switch-to.
16579 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
16580 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16581 Rewrite using Emacs 23 options.
f818cd2a 16582
5bc3b51d
MA
165832011-08-31 Michael Albinus <michael.albinus@gmx.de>
16584
16585 * net/tramp.el (tramp-root-regexp): Remove.
16586 (tramp-completion-file-name-regexp-unified)
16587 (tramp-completion-file-name-regexp-separate)
16588 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 16589 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
16590 (tramp-drop-volume-letter): Simplify definition.
16591 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 16592
b1a4f8e1
SM
165932011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16596 (bug#9356).
16597
5664fa7b
RT
165982011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16599
b1a4f8e1 16600 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 16601
9a45d6c3
JL
166022011-08-29 Juri Linkov <juri@jurta.org>
16603
16604 * isearch.el (isearch-done): Don't display message "Mark saved"
16605 when arg `edit' is non-nil to prevent its flicker in the echo area.
16606
fb87e0fb
CY
166072011-08-28 Chong Yidong <cyd@stupidchicken.com>
16608
16609 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16610 obsolete packages for deletion.
16611
09ac1c2a
CS
166122011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16613
16614 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 16615 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
16616 view-mode from help-mode.
16617 (help-xref-override-view-map): Remove.
16618 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16619 view-mode is not used anymore.
16620
7a1ff57f
CY
166212011-08-28 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * server.el (server-port): Doc fix.
16624
b9696605
CY
16625 * cus-theme.el (custom-theme-choose-mode): Inherit from
16626 special-mode (Bug#9124).
16627 (custom-theme-choose-mode-map): Add special-mode to parent.
16628
ef8cdf8c
AM
166292011-08-28 Alan Mackenzie <acm@muc.de>
16630
16631 * progmodes/cc-fonts.el
16632 (c-make-font-lock-BO-decl-search-function): New function.
16633 (c-basic-matchers-after - "Fontify the clauses after various
16634 keywords"): Extract the three keyword lists for the 3 erroneous
16635 constructs from the list of four, and use the new function above
16636 in place of an old one.
16637
27de4e20
DD
166382011-08-28 Deniz Dogan <deniz@dogan.se>
16639
16640 * net/rcirc.el (rcirc-insert-prev-input)
16641 (rcirc-insert-next-input): Remove unused argument.
16642
356a3681
SM
166432011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16646
3fc9b218
AM
166472011-08-27 Alan Mackenzie <acm@muc.de>
16648
16649 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16650 handle function pointer parameters properly.
16651
538a061c
MR
166522011-08-27 Martin Rudalics <rudalics@gmx.at>
16653
16654 * window.el (display-buffer-reuse-window): Fix case where
16655 selected window was reused with non-nil OTHER-WINDOW argument.
16656 (Bug#9381)
16657
35b1c40c
DD
166582011-08-27 Deniz Dogan <deniz@dogan.se>
16659
16660 * net/rcirc.el (rcirc-check-auth-status): Adding support for
16661 oftc's NickServ messages.
16662
2f6a3e79
GM
166632011-08-27 Glenn Morris <rgm@gnu.org>
16664
16665 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
16666
7254299e
CY
166672011-08-26 Chong Yidong <cyd@stupidchicken.com>
16668
16669 * emacs-lisp/package.el (package-install): Call package-initialize
16670 if called interactively.
16671
f8ccf167
LL
166722011-08-26 Leo Liu <sdl.web@gmail.com>
16673
16674 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
16675
3e8cd5ce
JL
166762011-08-25 Juri Linkov <juri@jurta.org>
16677
16678 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16679 `search-whitespace-regexp' (bug#9364).
16680
93eb7113
JL
166812011-08-25 Juri Linkov <juri@jurta.org>
16682
16683 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16684 `regexp-search-ring' to their global values to protect from
16685 updating by `read-from-minibuffer' (bug#9185).
16686
f65d1611
JL
166872011-08-25 Juri Linkov <juri@jurta.org>
16688
16689 * textmodes/ispell.el (ispell-command-loop): Add newline
16690 at the end of the "Use option `i'..." line.
16691
f1cf7a31
JL
166922011-08-25 Juri Linkov <juri@jurta.org>
16693
16694 * battery.el (display-battery-mode): If `battery-status-function'
16695 or `battery-mode-line-format' is nil, display the message and set
16696 `display-battery-mode' to nil (bug#9363).
16697
0c95fcf7
EZ
166982011-08-25 Eli Zaretskii <eliz@gnu.org>
16699
16700 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16701 bidi-string-mark-left-to-right; they are unnecessary now.
16702
a2ebe600
DD
167032011-08-25 Deniz Dogan <deniz@dogan.se>
16704
16705 * net/quickurl.el: Documentation typo fixes.
16706
e4ed06f1
CY
167072011-08-25 Chong Yidong <cyd@stupidchicken.com>
16708
16709 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16710
e5f1c99e
GM
167112011-08-25 Glenn Morris <rgm@gnu.org>
16712
b2948976
GM
16713 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16714
e5f1c99e
GM
16715 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16716 (smtpmail-via-smtp): Handle nil response from smtp.
16717
f22f4808
JL
167182011-08-24 Juri Linkov <juri@jurta.org>
16719
16720 * proced.el (proced-marked): Inherit from `error' instead of
16721 `font-lock-warning-face'.
16722
16723 * ibuffer.el (ibuffer-marked-face): Change default face from
16724 `font-lock-warning-face' to `warning'.
16725 (ibuffer-deletion-face): Change default face from
16726 `font-lock-type-face' to `error'.
16727
16728 * battery.el (battery-update): Use the face `error' instead of
16729 `font-lock-warning-face' (bug#6117).
16730
6a93965e
JL
167312011-08-24 Juri Linkov <juri@jurta.org>
16732
16733 * faces.el (success): Change face color from "Green3" to
16734 "ForestGreen" on light background (bug#9353).
16735
1ed43b09
CY
167362011-08-24 Chong Yidong <cyd@stupidchicken.com>
16737
5664fa7b
RT
16738 * window.el (quit-window): Rename from quit-restore-window.
16739 Use same arglist as old quit-window.
1ed43b09
CY
16740 (frame-auto-delete): Doc fix.
16741
16742 * view.el (view-mode-exit): Use quit-window.
16743
11dcdbb2
JL
167442011-08-24 Juri Linkov <juri@jurta.org>
16745
16746 * isearch.el (isearch-ring-adjust1): Start visiting previous
16747 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16748 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16749 for empty search string (when the last search string is reused
16750 automatically) to adjust the isearch ring to the last element and
16751 prepare the correct index for further M-p commands (bug#9185).
16752
de62b4df
KH
167532011-08-24 Kenichi Handa <handa@m17n.org>
16754
16755 * international/ucs-normalize.el: If decomposition property of
16756 CHAR is the default one (i.e. a list of CHAR itself), treat it as
16757 nil.
16758 (nfd, nfkd): Likewise.
16759
963b492b
SM
167602011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16763 from process filters aren't reliably transmitted to the surrounding
16764 accept-process-output.
16765 (mpc-proc-check): New function.
16766 (mpc-proc-sync): Use it (bug#8293)
16767
93b6b5e1
SM
167682011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16771 Add compatibility functions (bug#9313).
16772
bca633fb
EZ
167732011-08-23 Eli Zaretskii <eliz@gnu.org>
16774
b177498a
EZ
16775 * cus-start.el (all): Add entry for bidi-paragraph-direction.
16776
6df6ae42 16777 * international/uni-bidi.el: Regenerate.
bca633fb 16778
0902a04e
KH
167792011-08-23 Kenichi Handa <handa@m17n.org>
16780
16781 * international/charprop.el:
16782 * international/uni-bidi.el:
16783 * international/uni-category.el:
16784 * international/uni-combining.el:
16785 * international/uni-comment.el:
16786 * international/uni-decimal.el:
16787 * international/uni-decomposition.el:
16788 * international/uni-digit.el:
16789 * international/uni-lowercase.el:
16790 * international/uni-mirrored.el:
16791 * international/uni-name.el:
16792 * international/uni-numeric.el:
16793 * international/uni-old-name.el:
16794 * international/uni-titlecase.el:
16795 * international/uni-uppercase.el: Regenerate.
16796
3bbf23bc
MR
167972011-08-23 Martin Rudalics <rudalics@gmx.at>
16798
16799 * help.el (help-window-setup): Fix message displayed when other
16800 window is reused. (Bug#9341)
16801
b3fd59bd
SM
168022011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16803
1802e444
SM
16804 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16805 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16806
b3fd59bd
SM
16807 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16808 Mark obsolete.
16809 * shell.el (shell-parse-pcomplete-arguments): New function.
16810 (shell-completion-vars): Use it instead (bug#9160).
16811
4eb61348
SM
168122011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16813
867cab74
SM
16814 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16815 strings and comments (bug#9333).
16816
4eb61348
SM
16817 * emacs-lisp/debug.el (debug-arglist): New function.
16818 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
16819 (debug-on-entry-1): Handle interpreted closures (bug#9120).
16820
262a1439
JL
168212011-08-22 Juri Linkov <juri@jurta.org>
16822
56ee679c
JL
16823 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16824 Revert regexp that highlights output switches to its old
16825 pre-2010-10-28 value and remove one `?' from it (bug#9319).
16826
262a1439
JL
16827 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16828 to check for empty output (bug#9226).
16829
f13f86fb
CY
168302011-08-22 Chong Yidong <cyd@stupidchicken.com>
16831
16832 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16833 symbol-constituent as the default, as that stops font-lock from
16834 working properly (Bug#8843).
16835
c65c9622
LMI
168362011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16837
16838 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16839 `coding-system-for-*' around the process open call to avoid
16840 auth-source side effects.
e7f2c178 16841 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
16842 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16843 probe hangs.
c65c9622 16844
23a8a5ab
CY
168452011-08-21 Chong Yidong <cyd@stupidchicken.com>
16846
ff98b2dd
CY
16847 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16848
23a8a5ab
CY
16849 * emacs-lisp/find-func.el (find-function-noselect): New arg
16850 lisp-only.
16851
16852 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16853 signal an error for built-in functions (Bug#6664).
16854
f5e3c598
LMI
168552011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16856
16857 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16858 (smtpmail-try-auth-methods): Use it.
16859
a3f2468a
CY
168602011-08-21 Chong Yidong <cyd@stupidchicken.com>
16861
2c34e8da
CY
16862 * font-lock.el (font-lock-fontify-region)
16863 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16864 (font-lock-default-unfontify-buffer)
16865 (font-lock-default-fontify-region)
16866 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16867
b3fd59bd
SM
16868 * progmodes/compile.el (compilation-error-properties):
16869 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
16870 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16871 `ant' regexp.
ee31aabc 16872
a3f2468a
CY
16873 * net/browse-url.el (browse-url-firefox): Don't call
16874 browse-url-firefox-sentinel unless using -remote (Bug#9328).
16875
8e999f70
GM
168762011-08-20 Glenn Morris <rgm@gnu.org>
16877
c21a496a
GM
16878 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16879
59ee0542
GM
16880 * tutorial.el (tutorial--default-keys): Update some default bindings.
16881
8e999f70
GM
16882 * files.el (hack-local-variables): Fully ignore case for "mode:".
16883
e3715033
AM
168842011-08-20 Alan Mackenzie <acm@muc.de>
16885
16886 Resolve invalid use of a regexp in regexp-opt.
16887
4d61f28d
JB
16888 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16889 detection for a java annotation.
e3715033 16890
4d61f28d 16891 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
16892 detection for a java annotation.
16893
4d61f28d
JB
16894 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16895 handling for java.
e3715033
AM
16896 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16897
04ed2e9c
CY
168982011-08-20 Chong Yidong <cyd@stupidchicken.com>
16899
16900 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16901 (Bug#9274).
16902
826cee64
AM
169032011-08-20 Alan Mackenzie <acm@muc.de>
16904
58179cce 16905 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
16906 such a construct. Mainly for when jit-lock etc. starts a chunk
16907 here.
16908
58179cce 16909 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 16910 variable.
58179cce 16911 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
16912 c-make-font-lock-search-function.
16913 (c-make-font-lock-search-function): Use the above function.
16914 (c-make-font-lock-context-search-function): New function.
16915 (c-cpp-matchers): Enhance the preprocessor expression case with
16916 the above function
16917 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16918 which takes an expression.
16919
16920 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16921
13009bd8
MR
169222011-08-20 Martin Rudalics <rudalics@gmx.at>
16923
16924 * window.el (display-buffer-reuse-window)
16925 (display-buffer-pop-up-window): Don't reuse or split a side
16926 window.
16927
9234ff7f
GM
169282011-08-19 Glenn Morris <rgm@gnu.org>
16929
16930 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 16931 Downcase "Mode:". (Bug#9331)
9234ff7f 16932
f635daa1
CY
169332011-08-18 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * international/characters.el: Add L and R categories.
16936
16937 * subr.el (bidi-string-mark-left-to-right): Rename from
16938 string-mark-left-to-right. Use category search.
16939
16940 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16941
bc987f8b
JL
169422011-08-18 Juri Linkov <juri@jurta.org>
16943
16944 * faces.el (error, warning, success): New faces with definitions
16945 copied from old default values of `font-lock-warning-face',
16946 `compilation-warning', `compilation-info' (bug#6117).
16947
16948 * font-lock.el (font-lock-warning-face): Inherit from `error'.
16949
16950 * progmodes/compile.el (compilation-error): Inherit from `error'.
16951 (compilation-warning): Inherit from `warning'.
16952 (compilation-info): Inherit from `success'.
16953
16954 * dired.el (dired-marked): Inherit from `warning'.
16955 (dired-flagged): Inherit from `error'.
16956
57173b96
LMI
169572011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16958
3e79eb87
LMI
16959 * mail/smtpmail.el (auth-source): Require to avoid problems with
16960 binding variables (bug#9298). Also clean up some unused
16961 autoloads.
16962
b3fd59bd
SM
16963 * net/network-stream.el (network-stream-open-starttls):
16964 Support using starttls.el without using gnutls-cli.
57173b96 16965
02b404de
JL
169662011-08-17 Juri Linkov <juri@jurta.org>
16967
16968 * progmodes/grep.el (rgrep): Handle the case when
16969 `grep-find-command' is a cons cell (bug#9278).
16970
8c9177f2
MR
169712011-08-17 Martin Rudalics <rudalics@gmx.at>
16972
16973 * window.el (display-buffer-pop-up-frame): Run frame creation
16974 function with BUFFER current (as special-display-popup-frame
16975 does). Reported by Drew Adams.
16976
3644a0ab
DU
169772011-08-17 Daiki Ueno <ueno@unixuser.org>
16978
16979 * epa-mail.el: Simplify GnuPG group expansion using
16980 epg-expand-group.
16981 (epa-mail-group-alist, epa-mail-group-modtime)
16982 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16983 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16984 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16985 Remove.
16986
5e617bc2 169872011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
16988
16989 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16990
9c4aeabf
AM
169912011-08-16 Alan Mackenzie <acm@muc.de>
16992
16993 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16994 Correct, to avoid the inside of macros.
16995
3a99bf64
RS
169962011-08-16 Richard Stallman <rms@gnu.org>
16997
04963aa8
RS
16998 * epa-mail.el: Handle GnuPG group definitions.
16999 (epa-mail-group-alist, epa-mail-group-modtime)
17000 (epa-mail-gnupg-conf-file): New variables.
17001 (epa-mail-parse-groups, epa-mail-sync-groups)
17002 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17003 (epa-mail-expand-recipients): New functions.
17004 (epa-mail-encrypt): Call epa-mail-expand-recipients.
17005
177549d0
RS
17006 * mail/rmail.el (rmail-epa-decrypt): New command.
17007
fe38beef
RS
17008 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17009 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
17010 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17011 (epa-decrypt-armor-in-region): Make error message clearer.
17012
934eacb9
SM
170132011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
17014
17015 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17016 and "a2b" to "ab" for `prefix'.
17017
d024fb4e
CY
170182011-08-14 Chong Yidong <cyd@stupidchicken.com>
17019
17020 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17021 filter groups.
de148fee
CY
17022 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
17023 Fourquet (Bug#8804).
d024fb4e 17024
62f1ca49
JB
170252011-08-12 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * startup.el (argi): Declare as global variable (bug#9275).
17028
9ccaaa4b
CY
170292011-08-12 Chong Yidong <cyd@stupidchicken.com>
17030
17031 * subr.el (string-mark-left-to-right): Search the entire string
17032 for RTL script, not just the terminating character. Doc fix.
17033
a3dae87a
SM
170342011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
17035
6cd18349
SM
17036 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
17037 New function.
17038 (js--regexp-literal, js-syntax-propertize-function): Remove.
17039 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
17040 (js-mode-map): Don't rebind electric keys.
17041 (js-insert-and-indent): Remove.
17042 (js-mode): Setup electric-layout and electric-indent instead.
17043
a3dae87a
SM
17044 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
17045
9d5cb631
DU
170462011-08-12 Daiki Ueno <ueno@unixuser.org>
17047
17048 * epa.el (epa-progress-callback-function): Fix the logic of
17049 displaying progress.
17050 * epa-file.el (epa-file-insert-file-contents): Make progress
17051 display more user-friendly.
17052 (epa-file-write-region): Ditto.
17053
3e26a4a2
CY
170542011-08-10 Chong Yidong <cyd@stupidchicken.com>
17055
17056 * subr.el (string-mark-left-to-right): New function.
17057
17058 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
17059 Use string-mark-left-to-right.
17060 (list-buffers-noselect): Caller changed.
17061
a3dae87a
SM
17062 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17063 Use string-mark-left-to-right.
3e26a4a2
CY
17064 (tabulated-list-print): Recenter after moving point.
17065
ac8cf6e6
JL
170662011-08-10 Juri Linkov <juri@jurta.org>
17067
17068 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
17069 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
17070 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
17071
8d96c9a4
CY
170722011-08-09 Chong Yidong <cyd@stupidchicken.com>
17073
17074 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
17075 (Bug#7554).
17076
7be1c708 170772011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
17078
17079 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
17080 character. (Bug#6594)
17081
37e11a63
CY
170822011-08-08 Chong Yidong <cyd@stupidchicken.com>
17083
839dde57
CY
17084 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
17085 (image-dired--with-db-file): New macro.
17086 (image-dired-write-tags, image-dired-remove-tag)
17087 (image-dired-create-gallery-lists, image-dired-write-comments)
17088 (image-dired-get-comment, image-dired-mark-tagged-files)
17089 (image-dired-list-tags, image-dired-gallery-generate): Use it.
17090 (image-dired-gallery-generate): Use insert-file-contents.
17091
37e11a63
CY
17092 * time.el (display-time-world-list, display-time-world-display):
17093 * time-stamp.el (time-stamp-string):
17094 * vc/add-log.el (add-change-log-entry): Use setenv instead of
17095 set-time-zone-rule (Bug#7337).
17096
0b4946c4
DU
170972011-08-08 Daiki Ueno <ueno@unixuser.org>
17098
17099 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
17100 (epg-error-to-string, epg-errors-to-string): New function.
17101 (epg-wait-for-completion): Reverse errors list.
17102 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
17103 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
17104 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
17105 (epg-sign-keys, epg-generate-key-from-file)
17106 (epg-generate-key-from-string): Format errors by using
17107 epg-errors-to-string (bug#9255).
17108 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
17109
75bfc667
JL
171102011-08-07 Juri Linkov <juri@jurta.org>
17111
17112 * faces.el (list-faces-display): Remove extra angle bracket
17113 from `help-mode-map'.
17114
17115 * info.el (Info-history-toc-nodes): Doc fix.
17116
17117 * longlines.el (longlines-mode): Doc fix.
17118
673e08bb
SM
171192011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
17120
4640dd88
SM
17121 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
17122 of statements and in a few more cases (bug#9183).
17123
673e08bb
SM
17124 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
17125 New functions.
17126 (cl-transform-lambda): Use them (bug#9239).
17127
89b3f019
MR
171282011-08-05 Martin Rudalics <rudalics@gmx.at>
17129
17130 * window.el (display-buffer-same-window)
17131 (display-buffer-same-frame, display-buffer-other-window)
17132 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17133 (pop-to-buffer-other-window)
17134 (pop-to-buffer-same-frame-other-window)
17135 (pop-to-buffer-other-frame): Make them defuns.
17136 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
17137
640c8776
SM
171382011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * subr.el (make-composed-keymap): Move from C. Change calling
17141 convention, and improve docstring to bring attention to a subtle point.
17142 * minibuffer.el (completing-read-default): Adjust accordingly.
17143
63648a95
MA
171442011-08-03 Michael Albinus <michael.albinus@gmx.de>
17145
17146 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
17147 (tramp-open-shell): Use `tramp-shell-quote-argument'.
17148
17149 * net/trampver.el: Update release number.
17150
b796c9b7
SM
171512011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
17154 "in" (bug#9190).
17155
2239d7d5
LMI
171562011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17157
e07dd7c3
LMI
17158 * mail/sendmail.el (sendmail-query-once): Restore the current
17159 buffer after querying (bug#9074).
17160
0e6a2bd7
LMI
17161 * dired.el (dired-flagged): Use different faces for marked and
17162 flagged files (bug#6117).
17163
ce887515
LMI
17164 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
17165 (bug#4433).
17166
92f2affc
LMI
17167 * ido.el (ido-mode): Switch off the message if called
17168 non-interactively.
17169
57d5aff0
LMI
17170 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
17171 before 587, since it appears that that's more likely to work for
17172 more people.
17173
98cd6c18 17174 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 17175 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
17176 exist.
17177
b96dec83
LMI
17178 * info.el: Remove the `Info-beginning-of-buffer' function
17179 (bug#8325).
17180
b796c9b7
SM
17181 * net/network-stream.el (network-stream-open-starttls):
17182 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 17183
d90e2ea0
MR
171842011-08-01 Martin Rudalics <rudalics@gmx.at>
17185
17186 * window.el (display-buffer-in-window): Don't set dedicated status
17187 of window here (Bug#9215).
17188 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17189 (display-buffer-pop-up-side-window)
b796c9b7 17190 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 17191
cca09170
SM
171922011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
17195 before binding generated-autoload-file.
17196
027b979c
DD
171972011-08-01 Deniz Dogan <deniz@dogan.se>
17198
17199 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
17200
3c7ee4f3
MA
172012011-07-30 Michael Albinus <michael.albinus@gmx.de>
17202
17203 Sync with Tramp 2.2.2.
17204
17205 * net/trampver.el: Update release number.
17206
2cc8e51a
JL
172072011-07-30 Juri Linkov <juri@jurta.org>
17208
17209 * dired-aux.el (dired-touch-initial): Remove function.
17210 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
17211 current time, and `default' to the last modification time of the
17212 current marked file (bug#6887).
17213
a514d856
JM
172142011-07-28 Jose E. Marchesi <jemarch@gnu.org>
17215
17216 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 17217 numeric argument to read-number (bug#9163).
a514d856 17218
8a7eddd7
MA
172192011-07-27 Michael Albinus <michael.albinus@gmx.de>
17220
17221 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
17222 connection process, it could be nil.
17223
1ddd96f5
LL
172242011-07-27 Leo Liu <sdl.web@gmail.com>
17225
17226 Simplify url handling in rcirc-mode.
17227
17228 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
17229 (rcirc-browse-url-at-mouse): Remove.
17230 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
17231
b248a85d
AM
172322011-07-26 Alan Mackenzie <acm@muc.de>
17233
17234 Fontify bitfield declarations properly.
17235
17236 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
17237 (c-symbol-chars): Now exported as a lang variable.
17238 (c-not-primitive-type-keywords): New lang variable.
17239
17240 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
17241 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 17242 parsed as a bitfield declaration.
b248a85d 17243
b796c9b7
SM
17244 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17245 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
17246 (c-punctuation-in): New function.
17247 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
17248 declarations properly.
17249
68575ab0
UJ
172502011-07-26 Ulf Jasper <ulf.jasper@web.de>
17251
17252 * calendar/icalendar.el (icalendar--all-events): Take care of
17253 multiple vcalendars in a single file.
b796c9b7 17254 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 17255
0f0a88b9
DD
172562011-07-25 Deniz Dogan <deniz@dogan.se>
17257
17258 * image.el (insert-image): Clarifying docstring.
17259
0b3f36df
MA
172602011-07-24 Michael Albinus <michael.albinus@gmx.de>
17261
17262 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
17263 `tramp-send-command-and-check' if there is no error.
17264 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
17265
a9901f61
AM
172662011-07-22 Alan Mackenzie <acm@muc.de>
17267
17268 Prevent cc-langs.elc being loaded at run time.
17269
17270 * progmodes/cc-mode.el: Remove two autoload forms which loaded
17271 cc-langs.
17272
4d61f28d 17273 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
17274 "(require 'cc-langs)". Quote a form so it will evaluate at
17275 (cc-mode's) compilation time.
17276
11d074b2
MA
172772011-07-22 Michael Albinus <michael.albinus@gmx.de>
17278
17279 * net/tramp.el (tramp-file-name-handler): Avoid recursive
17280 loading. (Bug#9114)
17281
938b94c8
MR
172822011-07-21 Martin Rudalics <rudalics@gmx.at>
17283
17284 * window.el (display-buffer-pop-up-window)
17285 (display-buffer-pop-up-side-window)
17286 (display-buffer-in-side-window): Call display-buffer-set-height
17287 and display-buffer-set-width after setting the new window's
b796c9b7 17288 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 17289
bfa4f190
SS
172902011-07-20 Sam Steingold <sds@gnu.org>
17291
17292 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
17293 (etags-tags-included-tables): Call `convert-standard-filename' on
17294 the file names contained in TAGS so that windows Emacs can handle
17295 TAGS files created by cygwin ctags.
17296
8ca42262
LMI
172972011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17298
17299 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17300 which apparently didn't work.
17301
5db2afd2 173022011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 17303
5db2afd2
RW
17304 * proced.el (proced-send-signal): For *Marked Processes* buffer
17305 put point at beginning of buffer.
17306
92e15d10
SB
173072011-07-19 Stephen Berman <stephen.berman@gmx.net>
17308
17309 * proced.el (proced-format): Make header lines align with the text
17310 (bug#1779).
17311
1bfd59e5
LMI
173122011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * view.el (view-buffer): Allow running in `special' modes if we're
17315 visiting a file (bug#8615).
17316
f5aae37c
MR
173172011-07-19 Martin Rudalics <rudalics@gmx.at>
17318
17319 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
17320 (display-buffer-alist-set-1, display-buffer-alist-set-2):
17321 New functions.
f5aae37c
MR
17322 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17323 more accurately.
17324
bf2c1571
AM
173252011-07-18 Alan Mackenzie <acm@muc.de>
17326
17327 Fontify declarators properly when, e.g., a jit-lock chunk begins
17328 inside a declaration.
17329
17330 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17331
b796c9b7
SM
17332 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17333 New function.
bf2c1571
AM
17334 (c-complex-decl-matchers): Insert reference to
17335 c-font-lock-enclosing-decls.
17336
17337 * progmodes/cc-engine.el (c-backward-single-comment):
17338 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17339 to nil around calls to (forward-comment -1).
17340
4e190b80
LMI
173412011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17342
12dc863d
LMI
17343 * image.el (put-image): Doc typo fix.
17344
a762e966
LMI
17345 * progmodes/etags.el (tags-search): Doc typo fix.
17346
4e190b80
LMI
17347 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17348 password if we get errors 550 to 554.
17349
f019fb21
LMI
173502011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17351
b796c9b7 17352 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 17353
81746738
LMI
17354 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17355 indentation character (bug#6380).
17356
3ee3a1b5
LMI
17357 * files.el (buffer-offer-save): Made permanently local (bug#6241).
17358
c82f64de
LMI
17359 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17360 to clarify what the problem is (bug#4291).
17361
f019fb21
LMI
17362 * simple.el (current-kill): Clarify what
17363 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
17364 (auto-fill-mode): Document `auto-fill-function' in relation to
17365 `auto-fill-mode' (bug#2470).
f019fb21 17366
0794775d
LM
173672011-07-16 Lawrence Mitchell <wence@gmx.li>
17368
17369 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17370 method if slot is read-only (bug#9035).
17371
be39b8cc
MR
173722011-07-16 Martin Rudalics <rudalics@gmx.at>
17373
b796c9b7 17374 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 17375 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
17376 selected before, see discussion of (Bug#8615), (Bug#6954).
17377 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 17378
6ccf7859
GM
173792011-07-15 Glenn Morris <rgm@gnu.org>
17380
17381 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 17382 Respect help-form.
6ccf7859 17383
87e86684
LM
173842011-07-09 Lawrence Mitchell <wence@gmx.li>
17385
17386 * net/gnutls.el (gnutls-min-prime-bits): New variable.
17387 (gnutls-negotiate): Use it.
17388
d6066239
LMI
173892011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17390
b796c9b7
SM
17391 * net/gnutls.el (gnutls-negotiate):
17392 Upcase `gnutls-algorithm-priority'.
d6066239 17393
bd23ebc0
GM
173942011-07-15 Glenn Morris <rgm@gnu.org>
17395
c65bca65
GM
17396 * jka-compr.el (jka-compr-verbose): Move from here...
17397 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17398 Add missing :version tag.
17399 * info.el: No need to require jka-compr when compiling.
bd23ebc0 17400
478615cc
LMI
174012011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17402
7b41decb
LMI
17403 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17404 (gnutls-negotiate): Use it.
17405
dbc44fcd
LMI
17406 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17407
06789f97
LMI
17408 * info.el (Info-beginning-of-buffer): New command.
17409 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17410 announcing `b' as the key (bug#8325).
ab896c37 17411 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 17412
c39da690
LMI
17413 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17414
3aa5f34b
LMI
17415 * international/mule-cmds.el
17416 (describe-specified-language-support): Make the error message
17417 clearer (bug#8905).
17418
4bf0979f
LMI
17419 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17420
478615cc
LMI
17421 * isearch.el (isearch-barrier): Add a doc string, since it's
17422 mentioned in a function doc string (bug#8678).
17423
75c68aa1
MR
174242011-07-15 Martin Rudalics <rudalics@gmx.at>
17425
17426 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17427 buffer argument (Bug#9083) and self-identifying label argument.
17428
a7c33da2
GM
174292011-07-15 Glenn Morris <rgm@gnu.org>
17430
17431 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17432
2f5c6024
LMI
174332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17434
17435 * man.el (Man-fontify-manpage): Fix message when formatting the
17436 man page (bug#7929).
17437
0bb23927 174382011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
17439
17440 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17441 argument LRM; if non-nil, append an invisible LRM character to the
17442 buffer name.
17443 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17444 last argument non-nil, when formatting buffer names.
0bb23927
EZ
17445 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17446 paragraph direction.
cce4b0a7 17447
621ef9ab
LMI
174482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17449
d1583c48
LMI
17450 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17451 the man page name (bug#7929).
17452
6a57fb5f
LMI
17453 * image.el (put-image): Mention the `put-image' overlay property
17454 (bug#7834).
17455
d7956b14
LMI
17456 * scroll-bar.el (set-scroll-bar-mode): Mention that
17457 `scroll-bar-mode' lists the values (bug#7772).
17458
5b2d4a66
LMI
17459 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17460 command (bug#7729).
17461
7509a874
LMI
17462 * rect.el (apply-on-rectangle): Return the point after the last
17463 operation.
17464 (string-rectangle): Go to the point after the last operation
17465 (bug#7522).
17466
4fe74b19
LMI
17467 * printing.el (pr-toggle-region): Clarify the documentation
17468 slightly (bug#7493).
17469
b796c9b7
SM
17470 * time.el (display-time-update):
17471 Allow `display-time-mail-function' to return nil (bug#7158).
17472 Fix suggested by Detlev Zundel.
ab283561 17473
fc233c9d
LMI
17474 * vc/diff.el (diff): Clarify the order the file names are read
17475 (bug#7111).
17476
43f5740b
LMI
17477 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17478 the doc string (bug#7015).
17479
f2182a76
LMI
17480 * font-lock.el (font-lock-maximum-decoration): Mention what
17481 numeric levels mean (bug#6935).
17482
621ef9ab
LMI
17483 * startup.el (initial-buffer-choice): Don't mention the `none'
17484 selection, which is against policy.
17485
adc47434
MR
174862011-07-14 Martin Rudalics <rudalics@gmx.at>
17487
b796c9b7
SM
17488 * window.el (display-buffer-normalize-special):
17489 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 17490
7e5bfb8f
EZ
174912011-07-14 Eli Zaretskii <eliz@gnu.org>
17492
17493 * subr.el (version<, version<=, version=): Mention "-CVS" and
17494 "-12345" alpha version numbers.
17495
27fa387a
CY
174962011-07-14 Chong Yidong <cyd@stupidchicken.com>
17497
17498 * bindings.el: Add advertised binding for set-mark-command
17499 (Bug#5772).
17500
8bdfa064
CY
175012011-07-14 Chong Yidong <cyd@stupidchicken.com>
17502
17503 * bindings.el (mode-line-other-buffer):
17504 * bookmark.el (bookmark-bmenu-2-window):
17505 * bs.el (bs-cycle-next, bs-cycle-previous):
17506 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17507 switch-to-buffer.
17508
17509 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 17510 Delete.
8bdfa064 17511
5eba16a3
JB
175122011-07-14 Juanma Barranquero <lekktu@gmail.com>
17513
17514 * follow.el (follow-debug-message, follow-redisplay):
17515 * jka-cmpr-hook.el (with-auto-compression-mode):
17516 Fix typos in docstrings.
17517
15853710
LMI
175182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17519
a28e4607
LMI
17520 * subr.el (with-silent-modifications): Clarify somewhat what the
17521 macro inhibits (bug#6525).
17522
15853710
LMI
17523 * simple.el (eval-expression): Note what it does if called
17524 interactively (bug#6495).
17525
bee0fcef
CY
175262011-07-13 Chong Yidong <cyd@stupidchicken.com>
17527
b796c9b7
SM
17528 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17529 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
17530
17531 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17532 Remove switch-to-buffer.
17533
58274504
LMI
175342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17535
bd2fcc8d
LMI
17536 * files.el (make-directory): Clarify that an error will be raised
17537 if there's an error (bug#6397).
17538
0f04b32c
LMI
17539 * startup.el (initial-buffer-choice): Add `none' as a choice
17540 (bug#6234).
17541
465c5fc8
LMI
17542 * subr.el (add-hook): Clarify section about buffer-local hooks
17543 (bug#6218).
17544
58274504
LMI
17545 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17546
bead9a43
JB
175472011-07-13 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * tabify.el (untabify): Preserve the current column so that point
17550 doesn't move (bug#6032).
17551
3af98a7b
LMI
175522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17553
b796c9b7
SM
17554 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17555 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 17556
6240145a
GM
175572011-07-13 Glenn Morris <rgm@gnu.org>
17558
17559 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17560 (dired-insert-directory): Give a message the first time
17561 if ls is found not to support --dired.
17562
1d8c2ccc
LMI
175632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17564
17565 * simple.el (toggle-truncate-lines): Clarify what is toggled
17566 (bug#5580). Text by Drew Adams.
17567
5fc4038e
CY
175682011-07-13 Chong Yidong <cyd@stupidchicken.com>
17569
17570 * simple.el (blink-matching-open): Make the error message from the
17571 last change less verbose.
17572
bf6012e5
DN
175732011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17574
17575 * font-lock.el (font-lock-comment-face): Use the high contrast
17576 "yellow" color for font-lock-comment-face on low color terminals
17577 using a dark background color (bug#4221).
17578
343c3b5a
LMI
175792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17580
7e9505c5
LMI
17581 * dired.el (dired-insert-set-properties): Make the doc string
17582 reflect what it does now (bug#5325).
17583
c26fdcf5
LMI
17584 * simple.el (blink-matching-open): Say that we were unable to find
17585 the match within the limit, if we're limited (bug#5122).
17586
bb388cc5
LMI
17587 * international/mule-cmds.el (prefer-coding-system): Add an
17588 example (bug#4869).
17589
343c3b5a
LMI
17590 * progmodes/etags.el (tags-search): Document `file-list-form'
17591 (bug#4731).
17592
2a517d45
LM
175932011-07-13 Lawrence Mitchell <wence@gmx.li>
17594
17595 * net/browse-url.el (browse-url-default-browser)
17596 (browse-url-browser-function): Make the default browser choice a
17597 bit more logical (bug#4300). Also clean up the doc string.
17598
b6c78ef2
JB
175992011-07-13 Juanma Barranquero <lekktu@gmail.com>
17600
17601 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17602 binary endings (bug#4440).
17603
1c4dd947
LMI
176042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17605
a2014063
LMI
17606 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17607 which can be pretty annoying (bug#8971).
17608
9c9c2d88
LMI
17609 * jka-compr.el (jka-compr-verbose): New variable, and use
17610 throughout (bug#8971).
17611
1c4dd947
LMI
17612 * info.el (Info-find-file): Fall back on the installation
17613 directory if we can't find the info node anywhere else.
17614
a1c9f41b
SO
176152011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17616
17617 * vc/vc.el (vc-revert-file):
17618 Don't set file time-stamp in the past. (Bug#5181)
17619
536f3d36
LMI
176202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17621
7152b011
LMI
17622 * files.el (after-find-file): Give a better error message when
17623 trying to find a symlink that points to a file that doesn't exist
17624 (bug#4398).
17625
536f3d36
LMI
17626 * progmodes/cc-vars.el: Remove (probably) misleading comment
17627 (bug#4396).
17628
460c0fba
JB
176292011-07-12 Johan Bockgård <bojohan@gnu.org>
17630
17631 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17632
7a6bda45
CY
176332011-07-12 Chong Yidong <cyd@stupidchicken.com>
17634
17635 * mouse-sel.el: Hack restoring functionality, while keeping
17636 compatibility with 2010-07-03 changes to mouse selection.
17637 (mouse-sel-primary-overlay): New var.
17638 (mouse-sel-selection-alist): Use it.
17639 (mouse-sel-mode): Doc fix; remove points that are default features
17640 of mouse.el.
17641
c79598ef
JB
176422011-07-12 Johan Bockgård <bojohan@gnu.org>
17643
17644 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17645 Fix previous fix (bug#2490).
17646
ff8be6ef
RW
176472011-07-12 Roland Winkler <winkler@gnu.org>
17648
b796c9b7
SM
17649 * textmodes/bibtex.el (bibtex-initialize):
17650 Use pop-to-buffer-same-window.
ff8be6ef
RW
17651 (bibtex-search-entries): Fix interactive call.
17652
296ba3ee
LMI
176532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17654
f5242a02 17655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
17656 Fontise bytecomp Error lines more correctly (bug#2490).
17657 Fix suggested by Johan Bockgård.
f5242a02 17658
296ba3ee
LMI
17659 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17660
17661 * dired-x.el (dired-guess-default): Use `delete-dups'.
17662
f69fd0d2
CY
176632011-07-12 Chong Yidong <cyd@stupidchicken.com>
17664
17665 * dired.el (dired-mark-prompt):
17666 * dired-aux.el (dired-read-shell-command): Doc fix.
17667
eab5dc07
LMI
176682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17669
b796c9b7
SM
17670 * mail/sendmail.el (sendmail-query-once):
17671 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
17672 emacs -Q.
17673
17674 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17675
eab5dc07
LMI
17676 * cus-edit.el (custom-file): Take an optional no-error variable.
17677 (customize-save-variable): Set the variable, and give a warning if
17678 running under "emacs -q".
17679
a1e65d42
JB
176802011-07-11 Juanma Barranquero <lekktu@gmail.com>
17681
17682 * loadhist.el (unload-feature-special-hooks):
17683 Add `auto-coding-functions', `fill-nobreak-predicate' and
17684 `find-directory-functions' (bug#5327).
17685
1d52da10
LMI
176862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17687
be958f1d
LMI
17688 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17689
5bedb26c
LMI
17690 * cus-edit.el (custom-guess-name-alist): -alist variables should
17691 use the `alist' type (bug#3120). Suggested by Drew Adams.
17692
1d52da10
LMI
17693 * printing.el: Add documentation to all the `pr-toggle-' commands.
17694
cd394be1 176952011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
17696
17697 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17698 backends where it makes sense (bug#2623).
17699
dcc88d8a
LMI
177002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17701
c3de9feb
LMI
17702 * dired-x.el (dired-guess-default): Remove duplicate shell command
17703 entries (bug#2028).
8a93078b 17704 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 17705 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 17706
dcc88d8a
LMI
17707 * subr.el (remove-duplicates): New conveniency function.
17708
505e3645
LMI
177092011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17710
17711 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17712 (bug#1526).
17713
177142011-07-10 Martin Rudalics <rudalics@gmx.at>
17715
17716 * window.el (display-buffer-normalize-default): Don't invert
17717 meaning of even-window-heights. Reported by Eli Zaretskii
17718 <eliz@gnu.org>.
17719
455e4fa1
BR
177202011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
17721
17722 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17723
8e0bc3e9
CY
177242011-07-10 Chong Yidong <cyd@stupidchicken.com>
17725
17726 * window.el (display-buffer): Fix arguments to
17727 display-buffer-reuse-window in last change.
17728
fa7c3228
CY
17729 * faces.el (link): Use a less saturated blue on light backgrounds.
17730
17731 * startup.el (fancy-startup-text, fancy-about-text)
17732 (fancy-startup-tail): Use font-lock faces, for background safety.
17733
c0a7f300
BN
177342011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
17735
b796c9b7
SM
17736 * emulation/viper-cmd.el (viper-change-state-to-vi):
17737 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 17738
4dc2a129
MR
177392011-07-09 Martin Rudalics <rudalics@gmx.at>
17740
17741 * window.el (display-buffer-default-specifiers): Remove.
17742 (display-buffer-macro-specifiers): Remove default specifiers.
17743 (display-buffer-alist): Default to nil.
b796c9b7 17744 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
17745 (display-buffer-pop-up-window): Allow splitting internal
17746 windows. Check whether a live window was created.
17747 (display-buffer-other-window-means-other-frame)
17748 (display-buffer-normalize-arguments): Rename to
17749 display-buffer-normalize-argument and rewrite. Set the
17750 other-window specifier.
17751 (display-buffer-normalize-special): New function.
17752 (display-buffer-normalize-options): Rename to
17753 display-buffer-normalize-default and rewrite.
17754 (display-buffer-normalize-options-inhibit): Remove.
17755 (display-buffer-normalize-specifiers): Rewrite.
17756 (display-buffer): Process other-window specifier and call
17757 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
17758 more faithfully.
b796c9b7 17759 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 17760 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
17761 (display-buffer-in-window, display-buffer-alist-set):
17762 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
17763 <tassilo@member.fsf.org>.
17764
2d43b8c9
LL
177652011-07-09 Leo Liu <sdl.web@gmail.com>
17766
17767 * register.el (insert-register): Restore accidental change on
17768 2011-06-26. (Bug#9028)
17769
7f9b7c53
GM
177702011-07-09 Glenn Morris <rgm@gnu.org>
17771
17772 * subr.el (remq): Handle the empty list. (Bug#9024)
17773
f042cfd8
AS
177742011-07-08 Andreas Schwab <schwab@linux-m68k.org>
17775
17776 * mail/sendmail.el (send-mail-function): No longer delay custom
17777 initialization.
17778 * custom.el (custom-initialize-delay): Doc fix.
17779
856b2f11
SM
177802011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17783
afae1d68
MA
177842011-07-08 Michael Albinus <michael.albinus@gmx.de>
17785
17786 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17787 human-friendly prompt.
17788
0757af94
SM
177892011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17792 provided by a particular plugin.
17793
d760b731
LMI
177942011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17795
17796 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17797 save customizations (with "emacs -Q"), just set the variable
17798 instead of erroring out.
17799
17800 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17801
cd79ce90
JL
178022011-07-08 Juri Linkov <juri@jurta.org>
17803
17804 * arc-mode.el (archive-zip-expunge, archive-zip-update)
17805 (archive-zip-update-case): Use 7z if found by `executable-find'.
17806 The order of searching the available programs is the same as in
17807 `archive-zip-extract' (bug#8968).
17808
14cc04aa
CY
178092011-07-07 Chong Yidong <cyd@stupidchicken.com>
17810
17811 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17812 (menu-bar-options-menu): Tweak descriptions.
17813
0a1848ec
LMI
178142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17815
17816 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17817 menu items into verb phrases (bug#1421). Also refill to fit under
17818 80 columns.
17819
f5bd0689
CY
178202011-07-07 Chong Yidong <cyd@stupidchicken.com>
17821
538e85c6
CY
17822 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17823 (Info-read-node-name): Doc fix (Bug#1084).
17824
f5bd0689
CY
17825 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17826 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17827 (end-of-sexp, beginning-of-sexp)
17828 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17829 (forward-symbol, forward-same-syntax, word-at-point)
17830 (sentence-at-point): Doc fix (Bug#1144).
17831
56ec5115
LMI
178322011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17833
f3f8e37f
LMI
17834 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17835 should cover it (bug#1281).
17836
0757af94 17837 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 17838
e9fce1ac 17839 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
17840 negotiation fails, then possibly try again with a non-encrypted
17841 connection (bug#9017).
17842
56ec5115
LMI
17843 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17844 be used.
17845
c2f9aec8
RS
178462011-07-07 Richard Stallman <rms@gnu.org>
17847
17848 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17849 property, and handle its changed format.
17850 Look for the correct line number.
17851 Use file's line contents (but not past first =) to find
17852 correct line in message.
17853
ef7b981d 178542011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
17855
17856 * international/characters.el (build-unicode-category-table):
17857 Delete it.
0757af94 17858 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 17859
0757af94 17860 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
17861 to src/chartab.c.
17862 (get-char-code-property): Call unicode-property-table-internal to
17863 load a file. Call get-unicode-property-internal where necessary.
17864 (put-char-code-property): Call unicode-property-table-internal to
17865 load a file. Call put-unicode-property-internal where necessary.
17866 put-unicode-property-internal where necessary.
0757af94
SM
17867 (char-code-property-description):
17868 Call unicode-property-table-internal to load a file.
c805dec0
KH
17869
17870 * international/charprop.el:
17871 * international/uni-bidi.el:
17872 * international/uni-category.el:
17873 * international/uni-combining.el:
17874 * international/uni-comment.el:
17875 * international/uni-decimal.el:
17876 * international/uni-decomposition.el:
17877 * international/uni-digit.el:
17878 * international/uni-lowercase.el:
17879 * international/uni-mirrored.el:
17880 * international/uni-name.el:
17881 * international/uni-numeric.el:
17882 * international/uni-old-name.el:
17883 * international/uni-titlecase.el:
17884 * international/uni-uppercase.el: Regenerate.
17885
17886 * loadup.el: Load international/charprop.el before
17887 international/characters.
17888
e14b388a
CY
178892011-07-07 Chong Yidong <cyd@stupidchicken.com>
17890
17891 * window.el (next-buffer, previous-buffer): Signal an error if
17892 called from a minibuffer window.
17893
17894 * bindings.el: Revert 2011-07-04 change.
17895
354cf0ba
RS
178962011-07-06 Richard Stallman <rms@gnu.org>
17897
17898 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17899 (rmail-mime-insert-bulk, rmail-mime-insert-text):
17900 Treat markers like ints.
17901 (rmail-mime-entity): Doc fix.
17902
a48868a7
LMI
179032011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17904
4906cd3d
LMI
17905 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17906 defcustom again for backwards compatibility.
17907
e0457abe
LMI
17908 * simple.el (shell-command-on-region): Fill.
17909
d67f7e1f
LMI
17910 * dired-aux.el (dired-kill-line): Add a doc string.
17911
fe204702
LMI
17912 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17913 to "\\sw\\|\\s_" (bug#358).
17914
a48868a7
LMI
17915 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17916 (dired-unmark-backward): Ditto.
17917 (dired-flag-backup-files): Ditto.
17918
17919 * dired-x.el (dired-mark-sexp): Ditto.
17920
aa8a705c
RS
179212011-07-06 Richard Stallman <rms@gnu.org>
17922
17923 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17924 (rmail-mime-entity): New arg TRUNCATED.
17925 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17926 New functions.
17927 (rmail-mime-save): Warn if entity is truncated.
17928 (rmail-mime-toggle-hidden): Likewise, for showing.
17929 (rmail-mime-process-multipart): Record when an entity is truncated.
17930
a9a936b9
RS
17931 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17932 if ENTITY is a string.
17933
1f2b92cb
LMI
179342011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17935
f4f73198 17936 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
17937 of faces when `M-C-x'-ing their definitions (bug#8378).
17938 Also clean up the code slightly.
f4f73198 17939
12b16734 17940 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 17941 because that makes the colors go away.
12b16734 17942
f0691d22
LMI
17943 * mail/sendmail.el (send-mail-function): Change the default to
17944 `sendmail-query-once'.
9e87df06 17945 (sendmail-query-once): Add an autoload cookie.
f0691d22 17946
1f2b92cb
LMI
17947 * net/network-stream.el (network-stream-open-starttls): Try using
17948 a plain connection even if the server offered STARTTLS, and we
17949 kinda wanted to use it, if Emacs doesn't have any STARTTLS
17950 capability. This should make smtpmail.el work in slightly more
17951 configurations.
17952
1cdd2a1b
MA
179532011-07-06 Michael Albinus <michael.albinus@gmx.de>
17954
17955 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17956 New defun.
17957 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17958
fbcc67e2
MM
179592011-07-06 Michael R. Mauger <mmaug@yahoo.com>
17960
17961 * progmodes/sql.el: Version 3.0
0757af94 17962 (sql-product-alist): Add product :completion-object,
fbcc67e2 17963 :completion-column, and :statement attributes.
0757af94 17964 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 17965 (sql-mode-syntax-table): Mark all punctuation.
0757af94 17966 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
17967 ansi keywords.
17968 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 17969 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
17970 (sql-oracle-show-reserved-words): New function for development.
17971 (sql-product-font-lock): Simplify for source code buffers.
17972 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17973 New functions.
17974 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
17975 (sql-mode-map): Add statement movement functions.
17976 (sql-ansi-statement-starters, sql-oracle-statement-starters):
17977 New variable.
fbcc67e2
MM
17978 (sql-statement-regexp, sql-beginning-of-statement)
17979 (sql-end-of-statement, sql-signum): New functions.
0757af94 17980 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
17981 (sql-show-sqli-buffer): Bug fix.
17982 (sql-interactive-mode): Store connection data as buffer local.
0757af94 17983 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
17984 with sql-interactive-mode.
17985 (sql-save-connection): Save buffer local settings.
0757af94 17986 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
17987 (sql-product-interactive): Bug fix.
17988 (sql-preoutput-hold): New variable.
17989 (sql-interactive-remove-continuation-prompt): Bug fixes.
17990 (sql-debug-redirect): New variable.
17991 (sql-str-literal): New function.
17992 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 17993 Redesign.
fbcc67e2
MM
17994 (sql-oracle-save-settings, sql-oracle-restore-settings)
17995 (sql-oracle-list-all, sql-oracle-list-table): New functions.
17996 (sql-completion-object, sql-completion-column)
17997 (sql-completion-sqlbuf): New variables.
17998 (sql-build-completions-1, sql-build-completions)
17999 (sql-try-completion): New functions.
18000 (sql-read-table-name): Use them.
18001 (sql-contains-names): New buffer local variable.
18002 (sql-list-all, sql-list-table): Use it.
18003 (sql-oracle-completion-types): New variable.
18004 (sql-oracle-completion-object, sql-sqlite-completion-object)
18005 (sql-postgres-completion-object): New functions.
18006
d4eaeab1
GM
180072011-07-06 Glenn Morris <rgm@gnu.org>
18008
18009 * window.el (pop-to-buffer): Doc fix.
18010
322b7dab 180112011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
18012
18013 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18014
322b7dab 180152011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 18016
322b7dab 18017 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 18018
322b7dab 18019 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 18020
605dd5bf
CY
180212011-07-05 Chong Yidong <cyd@stupidchicken.com>
18022
18023 * button.el (button): Inherit from link face. Suggested by Dan
18024 Nicolaescu.
18025
7dbfa719
SM
180262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18027
3db614b0
SM
18028 * progmodes/gdb-mi.el: Fit in 80 columns.
18029 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18030 switch-to-buffer.
18031
7dbfa719
SM
18032 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
18033 if imenu is simply not configured (bug#8941).
18034
919d884a
KM
180352011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
18036
18037 * allout.el (allout-post-undo-hook): New allout outline-change
18038 event hook to signal undo activity.
18039 (allout-post-command-business): Run allout-post-undo-hook if an
18040 undo just occurred.
7dbfa719
SM
18041 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
18042 * allout-widgets.el (allout-widgets-after-undo-function):
18043 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
18044 in the vicinity of an undo.
18045 (allout-widgets-mode): Include allout-widgets-after-undo-function
18046 on the new allout-post-undo-hook.
18047
450a0f09
SM
180482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
18051 Let define-derived-mode define it.
18052 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
18053 cycles of abbrev-table inheritance (bug#8998).
18054
2de69e00
RW
180552011-07-05 Roland Winkler <winkler@gnu.org>
18056
18057 * textmodes/bibtex.el: Add support for biblatex.
18058 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
18059 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
18060 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
18061 (bibtex-entry-alist, bibtex-field-alist): New variables.
18062 (bibtex-entry-field-alist): Obsolete alias for
18063 bibtex-BibTeX-entry-alist.
18064 (bibtex-entry-alist, bibtex-field-alist): New widgets.
18065 (bibtex-set-dialect): New command.
18066 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
18067 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
18068 Bind via bibtex-set-dialect.
2de69e00
RW
18069 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
18070 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
18071 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
18072 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
18073 Define via bibtex-set-dialect.
450a0f09
SM
18074 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
18075 Obey bibtex-no-opt-remove-re.
2de69e00
RW
18076 (bibtex-vec-push, bibtex-vec-incr): New functions.
18077 (bibtex-format-entry, bibtex-field-list)
18078 (bibtex-print-help-message, bibtex-validate)
18079 (bibtex-search-entries): Use new format of bibtex-entry-alist.
18080
2dcdbdd9
SM
180812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18082
18083 * progmodes/compile.el (compilation-goto-locus):
18084 * net/tramp-cmds.el (tramp-append-tramp-buffers):
18085 * bs.el (bs-cycle-next, bs-cycle-previous):
18086 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
18087 * bindings.el (mode-line-other-buffer):
18088 * autoinsert.el (auto-insert):
18089 * arc-mode.el (archive-extract):
18090 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
18091
b27640fe
JB
180922011-07-05 Juanma Barranquero <lekktu@gmail.com>
18093
18094 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
18095 Fix check of `emacs-lock-unlockable-modes'.
18096 Coerce true values of `emacs-lock--try-unlocking' to t.
18097
53bbe3ad
JB
180982011-07-05 Juanma Barranquero <lekktu@gmail.com>
18099
18100 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
18101 * emacs-lock.el: New file.
18102
1d3cdbc7
JD
181032011-07-05 Julien Danjou <julien@danjou.info>
18104
18105 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
18106 than `boundp' to check if face is set.
18107
9173deec
JB
181082011-07-05 Juanma Barranquero <lekktu@gmail.com>
18109
18110 * register.el (registerv-make):
18111 * window.el (window-min-height): Fix typos in docstrings.
18112
869795d6
JD
181132011-07-05 Jan Djärv <jan.h.d@swipnet.se>
18114
9173deec 18115 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
18116 Update doc string.
18117
b768cdcd
JB
181182011-07-04 Juanma Barranquero <lekktu@gmail.com>
18119
18120 * server.el (server-execute): Catch quit and call
18121 `server-return-error' to pass the error back to emacsclient and
18122 close the connection (bug#8942).
18123
13aa217b
KM
181242011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
18125
18126 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
18127 insecure exception for current topic. Also note that auto-saves
18128 are handled differently.
18129
5d3385a0 18130 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
18131 State variables for tracking auto-save inhibition situation.
18132
18133 (allout-write-contents-hook-handler): Rename from
18134 'allout-write-file-hook-handler', and describe how it depends on
18135 write-contents-functions sensitivity to non-nil value to prevent
18136 file write.
18137
18138 (allout-auto-save-hook-handler): Remove. auto-save does not check
18139 this in individual buffers, only in the starting buffer, so this
18140 is not the right way for us to inhibit auto-save in a buffer
18141 according to its condition.
18142
18143 (allout-mode): Use new allout-write-contents-hook-handler, and
18144 only with write-contents-functions. Remove auto-save provisions -
18145 they're implemented elsewhere.
18146
18147 (allout-before-change-handler): If undo is in progress, note that
18148 for attention of allout-post-command-business.
18149
18150 (allout-post-command-business): If the command we're following was
18151 an undo, check for change in the status of encrypted items and
18152 adjust auto-save inhibitions accordingly.
18153
18154 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
18155 according to whether there are or aren't any plain-text topics
18156 pending encryption.
18157
2dcdbdd9 18158 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
18159 Adjust buffer-saved-size and some allout state to inhibit auto-saves
18160 if there are plain-text topics pending encryption.
13aa217b
KM
18161
18162 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
18163 buffer-saved-size and some allout state to not inhibit auto-saves
18164 if there are no longer any plain-text topics pending encryption.
18165
0757af94
SM
18166 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
18167 No longer provide for exemption of the current topic.
13aa217b 18168
ac89b32c
JL
181692011-07-04 Juri Linkov <juri@jurta.org>
18170
18171 Add 7z operations to delete and save changed members (bug#8968).
18172 * arc-mode.el (archive-7z-expunge, archive-7z-update):
18173 New defcustoms.
18174 (archive-7z-write-file-member): New function.
18175 (archive-7z-summarize): Fix the number of dashes in the
18176 listing output.
18177
8fa39615
SM
181782011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18179
18180 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
18181 (bug#8958).
18182
2f11b3f1
CY
181832011-07-04 Chong Yidong <cyd@stupidchicken.com>
18184
d66fef2b
CY
18185 * bindings.el: Ignore next-buffer and previous-buffer in
18186 minibuffer-local-map.
18187
2f11b3f1
CY
18188 * font-lock.el (font-lock-builtin-face): Change light background
18189 color to dark slate blue (Bug#6693).
18190
f932a347
WD
181912011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
18192
18193 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
18194
c8af70e1
SM
181952011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
18198 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18199 Add switch-to-buffer.
18200
f158badc
LMI
182012011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18202
18203 * isearch.el (isearch-search-fun-function): Clarify further the
18204 meaning of the function returned.
18205
6d95bd46
MA
182062011-07-04 Michael Albinus <michael.albinus@gmx.de>
18207
18208 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
18209
18210 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
18211 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
18212 Use it.
18213 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
18214 `tramp-default-remote-path' does not exist.
18215 (tramp-send-command-and-read): New optional argument NOERROR.
18216 (tramp-open-connection-setup-interactive-shell)
18217 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
18218 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
18219 (tramp-process-sentinel): Flush also process' connection property.
18220 (tramp-sh-handle-start-file-process): Do not set process
18221 sentinel. It is done now ...
18222 (tramp-maybe-open-connection): ... here. (Bug#8929)
18223
909e6b67
MK
182242011-07-04 MON KEY <monkey@sandpframing.com>
18225
18226 * play/animate.el (animate-string): Doc fixes and allow changing
18227 the buffer name (bug#5417).
18228
182292011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18230
c8af70e1 18231 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 18232
f34755dc
PE
182332011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18234
396cec72
PE
18235 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
18236 This is simpler and helps future-proof the code.
18237 (timer-until): Use time-subtract and float-time.
08235028 18238 (timer--time-less-p): Use time-less-p.
f34755dc 18239
56e6cc31
JB
182402011-07-04 Juanma Barranquero <lekktu@gmail.com>
18241
3abb79e5
JB
18242 * type-break.el (timep): Use the value of `float-time' to avoid a
18243 byte-compiler warning.
18244
56e6cc31
JB
18245 * server.el (server-eval-and-print): Return any result, even nil.
18246
7b9430b4
PE
182472011-07-03 Paul Eggert <eggert@cs.ucla.edu>
18248
18249 * type-break.el: Accept time formats that the builtins accept.
18250 (timep, type-break-time-difference): Accept any format that
18251 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
18252 This is simpler and helps future-proof the code.
18253 (type-break-time-difference): Round rather than ignoring
18254 subseconds components.
18255
3034e9e7
LMI
182562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18257
18258 * info.el (Info-apropos-matches): Make non-interactive, since it
18259 doesn't seem to do anything useful as a command (bug#8829).
18260
1485f4c0
CY
182612011-07-03 Chong Yidong <cyd@stupidchicken.com>
18262
18263 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 18264 Move from faces.el.
1485f4c0
CY
18265 (frame-default-terminal-background): New function.
18266
18267 * custom.el (custom-push-theme): Don't record faces in `changed'
18268 theme; this doesn't work correctly for per-frame face settings.
18269 (disable-theme): Use face-set-after-frame-default to reset faces.
18270 (custom--frame-color-default): New function.
18271
9fa3dd45
LMI
182722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18273
c8af70e1 18274 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
18275 (bug#8769).
18276
6cbbc20c
KR
182772011-03-29 Kevin Ryde <user42@zip.com.au>
18278
18279 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18280 `perl-Test2' extend to match possible "fail #N" rep count
18281 (bug#8377).
18282
c7f98048
LMI
182832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18284
65676592
LMI
18285 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
18286 `smtpmail-via-smtp' now returns the error instead of nil.
18287
c7f98048
LMI
18288 * isearch.el (isearch-search-fun-function): Clarify the doc string
18289 (bug#8101).
18290
56e6cc31 182912011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
18292
18293 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
18294 unnecessary spaces (bug#8987).
18295
2b216704
LMI
182962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18297
18298 * net/network-stream.el (open-network-stream): Use the
18299 :end-of-capability command thoughout.
18300
183012011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18302
18303 * net/network-stream.el (open-network-stream): Add the
18304 :end-of-capability command parameter, used by pop3.el.
18305
36adf6ce
LMI
183062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18307
1ca0da0e
LMI
18308 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18309
fc00f69c
LMI
18310 * fringe.el (fringe-query-style): Remove redundant text " (type ?
18311 for list)" (bug#6475).
18312
28fd8759 18313 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 18314 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
18315 an error (bug#6297).
18316
0dd8b6da
LMI
18317 * man.el (Man-reference-regexp): Allow matching possible
18318 word-wrapped references (bug#6289).
18319
ce1438d6
LMI
18320 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18321 for consistency with the other vc buffers (bug#6197).
18322 (vc-checkin): Ditto.
18323
18324 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18325
36adf6ce
LMI
18326 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18327
e83cc1f7
LMI
183282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18329
8a20ca4c
LMI
18330 * custom.el (defcustom): Clarify that :set is only used in the
18331 Customize user interface (bug#6089).
18332
83319045
LMI
18333 * progmodes/flymake.el (flymake-mode): If the buffer isn't
18334 associated with a file, refuse to run instead of erroring out
18335 (bug#6084).
18336
a8392169
LMI
18337 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18338 the doc string, since it appears that using `fill-column' always
18339 controls the width (bug#7845).
18340
e83cc1f7
LMI
18341 * simple.el (shell-command-on-region): Say where the error output
18342 went if `shell-command-default-error-buffer' is set (bug#6857).
18343
e47ca23b
KM
183442011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
18345
18346 * allout.el (allout-yank-processing): Adjust cursor position for
18347 backwards-deleted space.
18348
18349 (allout-rebullet-heading): Register changes with
18350 allout-exposure-changed-hook, so the modified topic is properly
18351 decorated.
18352
5cf56143
LMI
183532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18354
08549772
LMI
18355 * minibuffer.el (completion-in-region): Document PREDICATE
18356 (bug#7136).
18357
48e96771
LMI
18358 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18359 of keyword/argument pairs (bug#6904).
18360
c8af70e1
SM
18361 * replace.el (multi-occur):
18362 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 18363
e17d05e2
LMI
183642011-07-02 Drew Adams <drew.adams@oracle.com>
18365
18366 * dired.el (dired-mark-if): Make the message about whether it's
18367 marking or unmarking clearer (bug#8523).
18368
063b0e45
LMI
183692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18370
18371 * disp-table.el (display-table-print-array): New function.
18372 (describe-display-table): Use it to print the vectors more pretty
18373 (Bug#8859).
18374
28545e04
MR
183752011-07-02 Martin Rudalics <rudalics@gmx.at>
18376
18377 * window.el (window-state-get-1): Don't assign clone numbers.
18378 Add clone-of item to list of window parameters.
18379 (window-state-put-2): Don't process clone numbers.
18380 (display-buffer-alist): Fix doc-string.
18381
3349e122
SM
183822011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * subr.el (remq): Don't allocate if it's not needed.
18385 (keymap--menu-item-binding, keymap--menu-item-with-binding)
18386 (keymap--merge-bindings): New functions.
18387 (keymap-canonicalize): Use them to refine the canonicalization.
18388 * minibuffer.el (minibuffer-local-completion-map)
18389 (minibuffer-local-must-match-map): Move initialization from C.
18390 (minibuffer-local-filename-completion-map): Move initialization from C;
18391 don't inherit from anything here.
18392 (minibuffer-local-filename-must-match-map): Make obsolete.
18393 (completing-read-default): Use make-composed-keymap to combine
18394 minibuffer-local-filename-completion-map with either
18395 minibuffer-local-must-match-map or
18396 minibuffer-local-filename-completion-map.
18397
d224ac83
GM
183982011-07-01 Glenn Morris <rgm@gnu.org>
18399
3de63bf8
GM
18400 * type-break.el (type-break-time-sum): Use dolist.
18401
d224ac83
GM
18402 * textmodes/flyspell.el (flyspell-word-search-backward):
18403 Replace CL function.
18404
1a1e3f32
SM
184052011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18406
fe3f64d5
SM
18407 * mouse.el (mouse--strip-first-event): New function.
18408 (function-key-map): Use it to map fringe clicks to normal clicks
18409 by default.
18410
eb604e34
SM
18411 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18412 (vc-bzr-revision-completion-table): Add support for annotate and date.
18413
1a1e3f32
SM
18414 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18415 inherit from parent.
18416
5bd35902
LMI
184172011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18418
ace6c69c 18419 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 18420 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 18421
191e2bed
LMI
18422 * dired.el (dired-mode): Fix up the doc string as suggested by
18423 Drew Adams (bug#8817).
18424
5bd35902
LMI
18425 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18426 cookie, since the manual says that it should be possible to add
18427 this function to `find-file-hook' (bug#8709).
18428
eee8207a
TZ
184292011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18430
18431 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18432 here. Noted Ted Zlatanov as the maintainer.
18433 (cfengine-common-settings, cfengine-common-syntax): New functions
18434 to set up common things between `cfengine-mode' and
18435 `cfengine3-mode'.
18436 (cfengine3-mode): New mode.
18437 (cfengine3-defuns cfengine3-defuns-regex
18438 (cfengine3-class-selector-regex cfengine3-category-regex)
18439 (cfengine3-vartypes cfengine3-font-lock-keywords)
18440 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 18441 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 18442
36b148cf
MA
184432011-07-01 Michael Albinus <michael.albinus@gmx.de>
18444
18445 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18446
18447 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18448
0bf4ba9a
MR
184492011-07-01 Martin Rudalics <rudalics@gmx.at>
18450
18451 * window.el (same-window-buffer-names, same-window-regexps)
18452 (same-window-p, special-display-frame-alist)
18453 (special-display-popup-frame, special-display-function)
18454 (special-display-buffer-names, special-display-regexps)
18455 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18456 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18457 (split-window-preferred-function, split-height-threshold)
18458 (split-width-threshold, even-window-heights)
18459 (display-buffer-mark-dedicated, window-splittable-p)
18460 (split-window-sensibly, window-safely-shrinkable-p):
18461 Un-obsolete.
18462 (display-buffer): Don't spread args with function specifier
18463 because special-display-popup-frame won't like it.
18464
35837f51
PE
184652011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18466
d0672f86
PE
18467 Time-stamp simplifications and fixes.
18468 These improve accuracy slightly, and future-proof the code
18469 against some potential changes to current-time format.
18470
b9444d97
PE
18471 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18472 by using time-since and float-time.
18473
0ef923dc
PE
18474 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18475 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18476 + NNN microseconds".
18477
2f81380d
PE
18478 * type-break.el (type-break-time-sum): Rewrite using time-add.
18479
845b5c3e
PE
18480 * play/hanoi.el (hanoi-current-time-float): Remove.
18481 All uses replaced by float-time.
18482
ee6f1be0
PE
18483 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18484 This yields a more-accurate answer.
18485 (rng-time-to-float): Remove; no longer needed.
18486
fe955043
PE
18487 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18488
5777162a
PE
18489 * calendar/timeclock.el (timeclock-seconds-to-time):
18490 Defalias to seconds-to-time, since they're the same thing.
18491
3103f8b6 18492 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 18493 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
18494 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18495
0e61a35f
SM
184962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * window.el (bury-buffer): Don't iconify the only frame.
18499 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18500 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18501
ddd63a1e
CY
185022011-07-01 Chong Yidong <cyd@stupidchicken.com>
18503
0e61a35f
SM
18504 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18505 Add mouse-yank-primary.
ddd63a1e 18506
055f4923
TZ
185072011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18508
18509 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18510
6a2fb145
SM
185112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18514 (find-library-name): Use it to find relative load names when provided
18515 absolute file name (bug#8803).
18516
fd4983f2
LMI
185172011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18518
887d14ad
LMI
18519 * textmodes/flyspell.el (flyspell-word): Consider words that
18520 differ only in case as potential doublons (bug#5687).
18521
c53dc7fc
LMI
18522 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18523 Remove two rather uninteresting debugging-like messages to make
18524 debbugs.el more silent.
18525
fd4983f2
LMI
18526 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18527 a password-like phrase.
18528
7a71b18d 185292011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
18530
18531 * progmodes/cc-guess.el: New file.
18532
6a2fb145 18533 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
18534
18535 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18536 derived from `c-basic-common-init'.
18537
18538 * progmodes/cc-mode.el (top-level): Require cc-guess.
18539 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18540
1fa280a3
LM
185412011-06-30 Lawrence Mitchell <wence@gmx.li>
18542
18543 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18544
e6597158
AM
185452011-06-30 Alan Mackenzie <acm@muc.de>
18546
1fa280a3
LM
18547 * progmodes/cc-engine.el (c-guess-continued-construct):
18548 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
18549 lock is disabled. Name this case as "CASE G".
18550
68ba37fb
KM
185512011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18552
18553 * allout.el (allout-yank-processing): Fix injection of extra space
18554 between bullet and non-whitespace character in first topic when
18555 pasting, ensuring that the actual spacing in the pasted topic
18556 following the bullet char is preserved. This extra space was
18557 causing pasted encrypted topics to get a decrypted status even
18558 when the content was actually still encrypted. Now the decryption
18559 status from before the paste is preserved.
18560
18561 (allout-flag-region): Set all allout overlays so they evaporate
18562 when reduced to zero length (evanescent), to prevent overlay
18563 leakage.
18564
887a0b34
GM
185652011-06-30 Glenn Morris <rgm@gnu.org>
18566
94b9acce
GM
18567 * w32-fns.el (w32-charset-info-alist): Declare.
18568
1d9b46d4
GM
18569 * find-dired.el (find-grep-options): Simplify.
18570
cc232200
GM
18571 * term/ns-win.el (ns-set-resource): Declare.
18572
28e77c46
GM
18573 * ses.el (row, col): Declare dynamic variables honestly.
18574
887a0b34
GM
18575 * textmodes/reftex-parse.el (index-tags): Declare.
18576
658d8eb8
CY
185772011-06-30 Chong Yidong <cyd@stupidchicken.com>
18578
18579 * cus-edit.el (customize-push-and-save): New function.
18580
18581 * files.el (hack-local-variables-confirm): Use it.
18582
1fa280a3
LM
18583 * custom.el (load-theme): New arg NO-CONFIRM.
18584 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
18585 (custom-enabled-themes): Doc fix.
18586
18587 * cus-theme.el (customize-create-theme)
18588 (custom-theme-merge-theme): Callers to load-theme changed.
18589
bb617717
LMI
185902011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18591
d61bdd5d
LMI
18592 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18593 short URLs have at least one dot in them (bug #7614).
18594
bb617717
LMI
18595 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18596 nil, because using a pty is apparently too slow (bug #895).
18597
2f31f37a
LMI
185982011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18599
18600 * mail/sendmail.el (sendmail-query-once): New function.
18601 (sendmail-query-once-function): New variable.
18602
3076b24e
GM
186032011-06-29 Glenn Morris <rgm@gnu.org>
18604
faf2a174
GM
18605 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18606
3076b24e
GM
18607 * ses.el (top-level): Require cl when compiling.
18608 (ses-set-localvars): Fix error statement.
18609 Call it at compile time to silence a storm of warnings.
18610
5386012d
MR
186112011-06-29 Martin Rudalics <rudalics@gmx.at>
18612
18613 * window.el (normalize-live-buffer): Rename to
18614 window-normalize-buffer.
18615 (normalize-live-frame): Rename to window-normalize-frame.
18616 (normalize-any-window): Rename to window-normalize-any-window.
18617 (normalize-live-window): Rename to window-normalize-live-window.
18618 (make-window-atom): Rename to window-make-atom.
18619 (window-resize-reset): Rename to window--resize-reset.
18620 (window-resize-reset-1): Rename to window--resize-reset-1.
18621 (resize-mini-window): Rename to window--resize-mini-window.
18622 (resize-subwindows-skip-p): Rename to
18623 window--resize-subwindows-skip-p.
18624 (resize-subwindows-normal): Rename to
18625 window--resize-subwindows-normal.
18626 (resize-subwindows): Rename to window--resize-subwindows.
18627 (resize-other-windows): Rename to window--resize-siblings.
18628 (resize-this-window): Rename to window--resize-this-window.
18629 (resize-root-window): Rename to window--resize-root-window.
18630 (resize-root-window-vertically): Rename to
18631 window--resize-root-window-vertically.
18632 (normalize-buffer-to-display): Rename to
18633 window-normalize-buffer-to-display.
18634 (normalize-buffer-to-switch-to): Rename to
18635 window-normalize-buffer-to-switch-to.
18636 Correspondingly update all callers of the functions listed
18637 above.
18638 (display-buffer-alist, display-buffer-normalize-arguments)
18639 (display-buffer-normalize-options, display-buffer)
18640 (display-buffer-alist-set): Use "function" instead of
18641 "fun-with-args".
18642
1176868d
CY
186432011-06-28 Chong Yidong <cyd@stupidchicken.com>
18644
18645 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18646 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18647 debbugs.gnu.org. Mention acknowledgment email.
18648
20a7a65f
LMI
186492011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18650
18651 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18652 buffer multibyteness, since it shouldn't matter.
18653
5f45cca5
MR
186542011-06-28 Martin Rudalics <rudalics@gmx.at>
18655
18656 * window.el (display-buffer-in-side-window): Handle dedicated
18657 windows as in display-buffer-reuse-window.
18658 (display-buffer-normalize-alist): Use value of override
18659 specifier.
18660 (display-buffer-normalize-specifiers): Use value of
18661 other-window-means-other-frame specifier.
18662 (display-buffer-alist): Rewrite some texts in widgets.
18663 (display-buffer): Spread arguments when calling function
18664 specified by fun-with-args.
18665
ad85fe1f
DD
186662011-06-28 Deniz Dogan <deniz@dogan.se>
18667
1fa280a3
LM
18668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18669 Unnest `let'.
da68c4c8 18670
ad85fe1f
DD
18671 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18672 selectors (Bug#5732).
ec49bd31 18673 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 18674
a08cc025
JA
186752011-06-27 Jari Aalto <jari.aalto@cante.net>
18676
18677 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18678 (eshell-ls-date-format): New defcustom.
18679 (eshell-ls-file): Use it.
18680
e2b551c5
SM
186812011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * help-fns.el (describe-variable): Fix message for terminal-local vars.
18684
8982b231
KY
186852011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
18686
18687 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18688 (ange-ftp-make-tmp-name): New arg.
18689 (ange-ftp-file-local-copy): Use it.
18690
36c9fa27
J
186912011-06-27 Jambunathan K <kjambunathan@gmail.com>
18692
18693 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18694 no-conversion (Bug#8870).
18695
d68443dc
MR
186962011-06-27 Martin Rudalics <rudalics@gmx.at>
18697
18698 * window.el (window-right, window-left, window-child)
18699 (window-child-count, window-last-child)
18700 (window-iso-combination-p, walk-window-tree-1)
18701 (window-atom-check-1, window-tree-1, delete-window)
18702 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18703 new naming conventions - window-vchild, window-hchild,
18704 window-next and window-prev are now called window-top-child,
18705 window-left-child, window-next-sibling and window-prev-sibling
18706 respectively.
d615d6d2
MR
18707 (resize-window-reset): Rename to window-resize-reset.
18708 (resize-window-reset-1): Rename to window-resize-reset-1.
18709 (resize-window): Rename to window-resize.
18710 (window-min-height, window-min-width)
18711 (resize-mini-window, resize-this-window, resize-root-window)
18712 (resize-root-window-vertically, adjust-window-trailing-edge)
18713 (enlarge-window, shrink-window, maximize-window)
18714 (minimize-window, delete-window, quit-restore-window)
18715 (split-window, balance-windows, balance-windows-area-adjust)
18716 (balance-windows-area, window-state-put-2)
18717 (display-buffer-even-window-sizes, display-buffer-set-height)
18718 (display-buffer-set-width, set-window-text-height)
18719 (fit-window-to-buffer): Rename all "resize-window" prefixed
18720 calls to use the "window-resize" prefix convention.
18721 (display-buffer-alist): Fix symbol for label specifier.
18722 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18723 corresponding specifier.
18724 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 18725
b6458526
VB
187262011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18727
18728 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18729 convention.
18730 (ses-call-printer): Does not pass an empty string to formatter when the
18731 cell is empty to keep from barking printer Calc math-format-value.
18732
d31fd9ac
RS
187332011-06-27 Richard Stallman <rms@gnu.org>
18734
43d5bf84
RS
18735 * battery.el (battery-mode-line-limit): New variable.
18736 (battery-update): Handle it.
18737
d31fd9ac
RS
18738 * mail/rmailmm.el (rmail-mime-process-multipart):
18739 Handle truncated messages.
18740
819a6054
GM
187412011-06-27 Glenn Morris <rgm@gnu.org>
18742
18743 * progmodes/flymake.el (flymake-err-line-patterns):
18744 Allow for column numbers in the ant/javac pattern. (Bug#8866)
18745
cedc73f2
VB
187462011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18747
819a6054 18748 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
18749 (ses--clean-!, ses--clean-_): New functions.
18750 (ses-range): Add configurability of readout order, and conversion
18751 to Calc vector.
18752
5e5d49b6
VB
18753 * ses.el (ses-repair-cell-reference-all): New function.
18754 (ses-cell-symbol): Set macro as safe, so that it can be used in
18755 formulas.
18756
56e6cc31 18757 * ses.el: Update cycle detection algorithm.
90ca8b49 18758 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 18759 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
18760 (ses-set-localvars): New function.
18761 (ses-make-cell): Add property-list as a cell element.
18762 (ses-cell-property-get-fun, ses-cell-property-get)
18763 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
18764 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18765 New functions.
90ca8b49
VB
18766 (ses-cell-property-set, ses-cell-property-pop)
18767 (ses-cell-property-get-handle): New macro.
18768 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18769 New aliases, used for code readability.
18770 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18771 cycle detection.
18772 (ses-self-reference-early-detection): New defcustom.
fac916bf 18773 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
18774 (ses-mode): Use ses-set-localvars.
18775 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18776 before lauching the update processing.
18777 (ses-initialize-Dijkstra-attempt): New function.
18778 (ses-recalculate-cell): Update for cycle detection based on
18779 Dijkstra algorithm.
18780
2bb63e81
VB
18781 * ses.el: Fix commenting and indenting convention.
18782
c9d29fb8
SM
187832011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * bs.el (bs-cycle-next): Complete last change.
18786
d8e4b68b
JB
187872011-06-27 Drew Adams <drew.adams@oracle.com>
18788
18789 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18790
40098786
LMI
187912011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18792
c9d29fb8
SM
18793 * net/network-stream.el (network-stream-open-starttls):
18794 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
18795 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18796
40098786
LMI
18797 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18798 to binary to possibly avoid line encoding issues on Windows (among
18799 other things).
18800
468d09d4
LMI
188012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18802
18803 * net/network-stream.el (open-network-stream): Return an :error
18804 saying what the problem was, if possible.
18805
18806 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18807 server.
18808
18809 * net/network-stream.el (network-stream-open-starttls): If we
18810 wanted to use STARTTLS, and the server offered it, but we weren't
18811 able to because we had no STARTTLS support, then close the connection.
18812 (open-network-stream): Return an :error element, if present.
18813
16f07dd7
CY
188142011-06-26 Chong Yidong <cyd@stupidchicken.com>
18815
88821ca0
CY
18816 * hl-line.el (hl-line-sticky-flag): Doc fix.
18817 (global-hl-line-sticky-flag): New option (Bug#8323).
18818 (global-hl-line-highlight): Obey it.
18819
16f07dd7
CY
18820 * vc/vc.el (vc-revert-show-diff): Default to t.
18821
6b5ccddf
KM
188222011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
18823
c9d29fb8
SM
18824 * allout-widgets.el (allout-widgets-post-command-business):
18825 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
18826 undecorated when an isearch is continued past, and isearch
18827 automatically collapses them. This leads to "widget leaks", where
18828 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
18829 hidden widgets can slow down cursor travel, substantially.
18830 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
18831 so we're doing without this nicety.
18832
18833 (allout-widgets-tally-string): Don't try to do a hash-table-count
18834 of allout-widgets-tally when it's nil. This eliminates spurious "Error
18835 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18836 *Messages* when allout-widgets-maintain-tally is t.
18837
355f2e07
MR
188382011-06-26 Martin Rudalics <rudalics@gmx.at>
18839
18840 * window.el (display-buffer-normalize-argument): Rename to
18841 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
18842 LABEL argument. Respect special-display-function when popping up
18843 a new frame. Fix code searching for a window showing the buffer
18844 on another frame.
c9d29fb8
SM
18845 (display-buffer-normalize-specifiers):
18846 Call display-buffer-normalize-arguments.
355f2e07
MR
18847 (display-buffer-in-window): Don't undedicate the window if its
18848 buffer remains the same.
18849 Reported by Drew Adams <drew.adams@oracle.com>.
18850 (display-buffer-alist): Add choice for same-window macro
18851 specfier.
18852 (display-buffer): Mention special meaning of LABEL argument in
18853 doc-string. Fix quoting. Don't pop up a new frame even as
18854 fallback.
18855
7ca8fc42
JB
188562011-06-26 Juanma Barranquero <lekktu@gmail.com>
18857
18858 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18859 avoid deleting the current window in some cases (bug#8911).
18860
bc312254
AS
188612011-06-26 Andreas Schwab <schwab@linux-m68k.org>
18862
18863 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18864 (Bug#8934)
18865
2db18f3f
LMI
188662011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18867
c9d29fb8
SM
18868 * net/network-stream.el (network-stream-open-starttls):
18869 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
18870 (network-stream-open-tls): Ditto.
18871
6302e0d3
LL
188722011-06-26 Leo Liu <sdl.web@gmail.com>
18873
18874 * register.el (registerv): New struct.
18875 (registerv-make): New function.
c9d29fb8
SM
18876 (jump-to-register, describe-register-1, insert-register):
18877 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
18878 struct. (Bug#8415)
18879
5fdd4046
CY
188802011-06-26 Chong Yidong <cyd@stupidchicken.com>
18881
2afef60a
CY
18882 * vc/vc.el (vc-revert-show-diff): New defcustom.
18883 (vc-diff-internal): New arg specifying diff buffer.
18884 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
18885 reuse an existing *vc-diff* buffer (Bug#8927).
18886
5fdd4046
CY
18887 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18888
e93db24a
GM
188892011-06-26 Glenn Morris <rgm@gnu.org>
18890
18891 * progmodes/f90.el (f90-critical-indent): New option.
18892 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18893 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18894 (f90-mode): Doc fix.
18895 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18896 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18897 (f90-beginning-of-block, f90-next-block, f90-indent-region)
18898 (f90-match-end): Handle block, critical.
18899
eefff499
GM
189002011-06-25 Glenn Morris <rgm@gnu.org>
18901
f6ba4cc9
GM
18902 * calendar/diary-lib.el (diary-included-files): Doc fix.
18903 (diary-include-files): New function, extracted from
18904 diary-include-other-diary-files and diary-mark-included-diary-files.
18905 (diary-include-other-diary-files, diary-mark-included-diary-files):
18906 Just call diary-include-files.
18907 (diary-mark-entries): Reset diary-included-files on first call.
18908
16712304
GM
18909 * calendar/diary-lib.el (diary-mark-entries)
18910 (diary-mark-included-diary-files):
18911 Visit included diary-files in temp buffers.
18912
5d8e0d43
GM
18913 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18914 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18915 (f90-start-block-re, f90-imenu-generic-expression)
18916 (f90-looking-at-program-block-start, f90-no-block-limit):
18917 Add support for submodules.
18918
ccf7a5d5
GM
18919 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18920 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 18921
11fdef7d 189222011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
18923
18924 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18925 buffer-file-type before setting its value, to avoid disastrous
eefff499 18926 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 18927
74f53697
JB
189282011-06-25 Juanma Barranquero <lekktu@gmail.com>
18929
18930 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18931
18932 * ses.el (ses-unload-function):
18933 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18934
18935 * proced.el (proced-unload-function):
18936 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18937
18a4ce5e
AR
189382011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
18939
18940 * server.el (server-create-window-system-frame): Add parameters arg.
18941 (server-process-filter): Doc fix. Handle frame-parameters.
18942
519d22cc
JB
189432011-06-25 Juanma Barranquero <lekktu@gmail.com>
18944
18945 Fix bug#8730, bug#8781.
18946
18947 * loadhist.el (unload--set-major-mode): New function.
18948 (unload-feature): Use it.
18949
18950 * progmodes/python.el (python-after-info-look): Add autoload cookie.
18951 (python-unload-function): New function.
18952
c206f5b0
SM
189532011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18954
18955 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18956
f9ad64f3
GS
189572011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
18958
18959 * net/browse-url.el (browse-url-firefox-program): Add icecat to
18960 the candidates list.
18961
7d0da90e
JB
189622011-06-24 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18965
14b4e83d
RS
189662011-06-23 Richard Stallman <rms@gnu.org>
18967
18968 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18969 (rmail-variables): Set next-error-move-function.
18970 (rmail-what-message): Take argument POS.
18971 (rmail-next-error-move): New function.
18972
273d2baf
SM
189732011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18976 messages for adjacent non-terminals.
18977
56c2cc9a
RS
189782011-06-23 Richard Stallman <rms@gnu.org>
18979
18980 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 18981 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
18982 (rmail-start-mail): Don't specify use of rmail-mail-return;
18983 that's done by mail-bury now.
18984 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 18985
d59eb518
MA
189862011-06-23 Michael Albinus <michael.albinus@gmx.de>
18987
18988 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18989 SIZE is a number.
18990
02cfc6d6
MR
189912011-06-23 Martin Rudalics <rudalics@gmx.at>
18992
18993 * window.el (get-lru-window, get-mru-window)
18994 (get-largest-window): Never return a minibuffer window.
18995 (display-buffer-pop-up-window): Fix a bug that could lead to
18996 reusing the minibuffer window.
18997 (display-buffer): Pass original specifier argument to
18998 display-buffer-function instead of the normalized one.
18999 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19000
4e323265
LL
190012011-06-22 Leo Liu <sdl.web@gmail.com>
19002
19003 * minibuffer.el (completing-read-function)
1f9f395d 19004 (completing-read-default): Move from minibuf.c.
4e323265 19005
7a70468f
RS
190062011-06-22 Richard Stallman <rms@gnu.org>
19007
50718fc2
RS
19008 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19009 to Rmail even if not started by a special Rmail command.
19010
7a70468f
RS
19011 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19012 Copy the buffer currently showing just one message.
19013
297dde5a
RW
190142011-06-22 Roland Winkler <winkler@gnu.org>
19015
19016 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19017 (bibtex-clean-entry): First delete the old key so that a
19018 customized algorithm for generating the new key does not get
19019 confused by the old key.
19020 (bibtex-url): Obey regexp of first step.
19021 (bibtex-search-entries): Do not use add-to-list with local
19022 list-var.
19023
97bb1093
LMI
190242011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19025
19026 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19027 stored a user name, then query for the password first, instead of
19028 waiting for SMTP to give an error message and the trying again.
19029
1c0f1a19
JD
190302011-06-22 Lawrence Mitchell <wence@gmx.li>
19031
19032 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
19033 BUFFER in call-process.
19034
396f7c9d
LMI
190352011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19036
19037 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
19038 QUIT twice.
ddb7ffee
LMI
19039 (smtpmail-try-auth-methods): Require user name and password from
19040 auth-source.
396f7c9d 19041
8998d1b3
MR
190422011-06-22 Martin Rudalics <rudalics@gmx.at>
19043
19044 * window.el (display-buffer-default-specifiers)
19045 (display-buffer-alist): Remove entries for pop-up-frame-alist.
19046 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 19047 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
19048
19049 * frame.el (pop-up-frame-alist, pop-up-frame-function)
19050 (special-display-frame-alist, special-display-popup-frame):
19051 Remove duplicate declarations. These are now in window.el.
19052
4ea31e07
LMI
190532011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19054
c9d29fb8
SM
19055 * mail/smtpmail.el (smtpmail-via-smtp):
19056 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
19057 server supports it. SMTP servers that support STARTTLS commonly
19058 require it.
19059
19060 * net/network-stream.el (network-stream-open-starttls): Support
19061 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 19062 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 19063
95f41d9a
LMI
19064 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
19065 upgrades with `open-network-stream', and rely solely on
19066 auth-source for all credentials. Big changes throughout the file,
19067 but in particular:
c9d29fb8
SM
19068 (smtpmail-auth-credentials): Remove.
19069 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
19070 (smtpmail-via-smtp): Check for servers saying they want AUTH after
19071 MAIL FROM, too.
95f41d9a 19072
c9d29fb8
SM
19073 * net/network-stream.el (network-stream-open-starttls):
19074 Provide support for client certificates both for external and built-in
4ea31e07
LMI
19075 STARTTLS.
19076 (auth-source): Require.
19077 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
19078 (network-stream-certificate): Change cert-cert to cert and
19079 cert-key to key.
4ea31e07 19080
065ec2c7
MA
190812011-06-21 Michael Albinus <michael.albinus@gmx.de>
19082
19083 * net/tramp-cache.el (top): Don't load the persistency file when
19084 "emacs -Q" has been called.
19085
cd93b359
DR
190862011-06-21 Tim Harper <timcharper@gmail.com>
19087
d8e4b68b
JB
19088 * term/ns-win.el (ns-initialize-window-system):
19089 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
19090 resource to NO as it is not yet supported by the NS port.
19091
ae9c0411
JB
190922011-06-21 Juanma Barranquero <lekktu@gmail.com>
19093
19094 * misc.el (list-dynamic-libraries--refresh): Compute header here...
19095 (list-dynamic-libraries): ...not here.
19096
7f3f739f
LL
190972011-06-21 Leo Liu <sdl.web@gmail.com>
19098
19099 * subr.el (sha1): Implement sha1 using secure-hash.
19100
327c8fb1
MR
191012011-06-21 Martin Rudalics <rudalics@gmx.at>
19102
19103 * window.el (display-buffer-alist): In default value do not
19104 enforce searching a window on any but the selected frame.
19105 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19106 (display-buffer-select-window): Remove function.
19107 (display-buffer-in-window): When a window on another frame gets
19108 reused, do not select it any more but just raise its frame if
19109 necessary (Bug#8851) and (Bug#8856).
19110 (display-buffer-normalize-options): Handle pop-up-frames related
19111 options more faithfully.
19112 (pop-to-buffer): Don't rely on `display-buffer' selecting the
19113 window if it is on another frame.
c9d29fb8
SM
19114 (display-buffer-alist, display-buffer-default-specifiers):
19115 Don't make new frame unsplittable by default.
9e9de014
MR
19116 (display-buffer-normalize-argument): Fix doc-string typo and use
19117 'same-frame-other-window instead of 'other-window when associating
19118 with display-buffer-macro-specifiers.
327c8fb1 19119
7cf3f556
VB
191202011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
19121
19122 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
19123 New functions.
19124 (5x5-mode-map, 5x5-mode-menu): Bind them.
19125 (5x5-draw-grid): Tweak the solver's rendering.
19126
60a406cf
SM
191272011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19128
19129 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
19130 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
19131
d8e4b68b 191322011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
19133
19134 * menu-bar.el: Use function variable instead of switch-to-buffer.
19135 (menu-bar-select-buffer-function): New variable.
60a406cf 19136 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 19137
478d6f95
SM
191382011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
19141 variable's status.
19142
ca530739
JD
191432011-06-20 Jan Djärv <jan.h.d@swipnet.se>
19144
19145 * x-dnd.el (x-dnd-version-from-flags)
19146 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
19147 and long as number (Bug#8899).
19148 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
19149
bcd70d97
SM
191502011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19151
60a406cf 19152 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
19153 (completion-try-completion, completion-all-completions): Compute the
19154 metadata argument if it's missing; make it optional (bug#8795).
19155
60a406cf 19156 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
19157 (widget-complete): Use new :completion-function property.
19158 (widget-completions-at-point): New function.
19159 (default): Use :completion-function instead of :complete.
60a406cf
SM
19160 (widget-default-completions): Rename from widget-default-complete;
19161 Rewrite.
bcd70d97
SM
19162 (widget-string-complete, widget-file-complete, widget-color-complete):
19163 Remove functions.
19164 (file, symbol, function, variable, coding-system, color):
19165 * international/mule-cmds.el (default-input-method, charset)
19166 (language-info-custom-alist):
19167 * cus-edit.el (face): Use new property :completions.
19168
19169 * progmodes/pascal.el (pascal-completions-at-point): New function.
19170 (pascal-mode): Use it.
19171 (pascal-mode-map): Use completion-at-point.
19172 (pascal-toggle-completions): Make obsolete.
19173 (pascal-complete-word, pascal-show-completions):
19174 * progmodes/octave-mod.el (octave-complete-symbol):
19175 Redefine as obsolete alias.
19176 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
19177 Signal absence of completion info for old Octave,
19178 (inferior-octave-complete): Redefine as obsolete alias.
19179 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
19180 (meta-completions-at-point): Rename from meta-complete-symbol and
19181 adapt it for use on completion-at-point-functions.
19182 (meta-common-mode): Use it.
19183 (meta-looking-at-backward, meta-match-buffer): Remove.
19184 (meta-complete-symbol): Redefine as obsolete alias.
19185 (meta-common-mode-map): Use completion-at-point.
19186 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
19187 (makefile-mode-map): Use completion-at-point.
19188 (makefile-completions-at-point): Rename from makefile-complete and
19189 adapt it for use on completion-at-point-functions.
19190 (makefile-mode): Use it.
19191 (makefile-complete): Redefine as obsolete alias.
19192
aebf69c8
DD
191932011-06-20 Deniz Dogan <deniz@dogan.se>
19194
19195 * net/rcirc.el: Delete trailing whitespaces once and for all.
19196
bfbbb27d
DC
191972011-06-20 Daniel Colascione <dan.colascione@gmail.com>
19198
19199 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
19200
d264a46b
CY
192012011-06-19 Chong Yidong <cyd@stupidchicken.com>
19202
4ca009e5
CY
19203 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
19204
d264a46b
CY
19205 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
19206
fbf5b3ce
MR
192072011-06-19 Martin Rudalics <rudalics@gmx.at>
19208
19209 * window.el (display-buffer-other-window-means-other-frame):
19210 Call display-buffer-normalize-alist.
19211 (display-buffer-normalize-specifiers-1): Rename to
19212 display-buffer-normalize-argument. New argument other-frame.
19213 Rewrite.
19214 (display-buffer-normalize-specifiers-2): Rename to
19215 display-buffer-normalize-options.
19216 (display-buffer-normalize-alist-1): New function.
19217 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
19218 display-buffer-normalize-alist.
19219 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
19220 (display-buffer-normalize-options-inhibit): New variable.
19221 (display-buffer-normalize-specifiers): Rewrite calling
19222 display-buffer-normalize-alist,
19223 display-buffer-normalize-argument, and
19224 display-buffer-normalize-options. Don't call the latter if
19225 display-buffer-normalize-options-inhibit is non-nil.
19226 (frame-auto-delete): New option.
19227 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
19228 (window-list-no-nils, window-state-ignored-parameters)
19229 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
19230 (window-state-put-1, window-state-put-2, window-state-put):
19231 New functions.
9a028c23
MR
19232 (display-buffer-normalize-options): Move special-display-p group
19233 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 19234
6d10d800
CY
192352011-06-18 Chong Yidong <cyd@stupidchicken.com>
19236
6420d28b
CY
19237 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
19238 groups (Bug#8776).
19239 (rx-submatch-n): New function.
19240 (rx): Document it.
19241
ddb8b596
CY
19242 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
19243 (Bug#8768).
19244
19245 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
19246
77080289
CY
19247 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
19248
61dfb316
CY
19249 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
19250 anytime existing face settings are present (Bug#8889).
19251
6d10d800
CY
19252 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
19253 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
19254 Remove unused argument.
19255
be3fb2b8
MR
192562011-06-18 Martin Rudalics <rudalics@gmx.at>
19257
bcd70d97
SM
19258 * window.el (display-buffer-default-specifiers):
19259 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
19260 pop-up-window-min-width, and another reuse-window specifier
19261 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
19262 (display-buffer-normalize-specifiers-2):
19263 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
19264 pop-up-windows is unset. Add a reuse-window specifier for the
19265 case popping up a new window fails.
19266 (special-display-popup-frame): Remove double quoting.
28dec25a 19267 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 19268
1c6d8c76
SM
192692011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * shell.el (shell-completion-vars): Set pcomplete-termination-string
19272 according to comint-completion-addsuffix.
19273
19274 * pcomplete.el: Convert to lexical binding and fix bug#8819.
19275 (pcomplete-suffix-list): Mark as obsolete.
19276 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
19277 pcomplete-seen in the closure.
19278 (pcomplete-comint-setup): Setup completion-at-point as well.
19279 (pcomplete--entries): New function.
19280 (pcomplete--env-regexp): New var.
19281 (pcomplete-entries): Rewrite to work with partial-completion and
19282 without relying on pcomplete-suffix-list.
19283 (pcomplete-pare-list): Remove, unused.
19284
25aef8b8
MR
192852011-06-17 Martin Rudalics <rudalics@gmx.at>
19286
19287 * window.el (display-buffer-alist): Set pop-up-window-min-height
19288 and pop-up-window-min-width in default value. Reported by
19289 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
19290 other-window-means-other-frame.
19291 (display-buffer-macro-specifiers): Comment out entry for
19292 other-window specifier.
19293 (display-buffer-other-window-means-other-frame): New function.
19294 (display-buffer-normalize-specifiers-1): New arguments
19295 buffer-name and label. Treat other-window case specially.
19296 (display-buffer-normalize-specifiers-2): Treat other-window case
19297 specially.
19298 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
19299 (display-buffer-normalize-specifiers):
19300 Call display-buffer-normalize-specifiers-3.
25aef8b8 19301
dbad4f69
MR
193022011-06-17 Martin Rudalics <rudalics@gmx.at>
19303
19304 * window.el (same-window-p): Fix two typos introduced when
19305 adding with-no-warnings.
d1067961
MR
19306 (display-buffer-normalize-specifiers-1): Don't check
19307 pop-up-frames for 'unset initialization.
19308 (display-buffer-normalize-specifiers-2): Major rewrite using
19309 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19310 (pop-up-frames, display-buffer-reuse-frames)
19311 (display-buffer-mark-dedicated): Don't initialize to 'unset.
19312 Suggested by David Engster <deng@randomsample.de>.
19313 (even-window-heights): Initialize to 'unset.
19314 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
19315 (display-buffer-macro-specifiers): Don't pop up a new frame in the
19316 other window case.
dbad4f69 19317
9b9c9e3a
MR
193182011-06-16 Martin Rudalics <rudalics@gmx.at>
19319
bcd70d97
SM
19320 * window.el (display-buffer-normalize-specifiers-1):
19321 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 19322 second argument of display-buffer (Bug#8865).
981d5c09
MR
19323 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19324 (switch-to-buffer-other-window-same-frame)
19325 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
19326 Adams (Bug#8875).
9c2755e9
MR
19327 (display-buffer): Don't check noninteractive when calling
19328 display-buffer-pop-up-frame.
19329 (display-buffer-pop-up-frame): Never pop up a frame in
19330 noninteractive mode (Bug#8857).
67222e1d
MR
19331 (enlarge-window, shrink-window): Don't report an error when the
19332 window can't be resized as requested (Bug#8862).
9b9c9e3a 19333
2b75be67
SM
193342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19335
9ffdd3ba
SM
19336 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19337
cb581a67
SM
19338 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19339
2b75be67
SM
19340 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19341
8c0e3589
AM
193422011-06-15 Alan Mackenzie <acm@muc.de>
19343
cb581a67
SM
19344 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19345 for declarators, disable knr checking to speed up for normal files.
19346 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 19347
b96e6cde
LMI
193482011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19349
4bba86e6
LMI
19350 * net/network-stream.el (open-network-stream): Add the keyword
19351 :always-query-capabilities for the case where you want to force a
19352 `plain' network connection, but the protocol still requires the
19353 capabilitiy command (i.e., SMTP and EHLO).
19354
2b75be67 19355 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
19356 consistency with other `-live-p' functions.
19357
efdcdbf8
SM
193582011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * window.el (same-window-buffer-names, same-window-regexps)
19361 (special-display-frame-alist, special-display-popup-frame)
19362 (special-display-function, special-display-buffer-names)
19363 (special-display-regexps, pop-up-frame-alist)
19364 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19365 (pop-up-windows, split-window-preferred-function)
19366 (split-height-threshold, split-width-threshold, even-window-heights)
19367 (display-buffer-mark-dedicated): Don't encourage the use of
19368 display-buffer-alist from Elisp code.
19369
c5cde042
DN
193702011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19371
19372 * progmodes/python.el (python-mode): Derive from prog-mode.
19373 * progmodes/ps-mode.el (ps-mode):
19374 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 19375 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
19376 * progmodes/ld-script.el (ld-script-mode): Likewise.
19377
baa1c9ab
MR
193782011-06-15 Martin Rudalics <rudalics@gmx.at>
19379
19380 * window.el (display-buffer-alist): Trim default value to avoid
19381 popping up a new frame (Bug#8857) or reusing an arbitrary window
19382 on another frame.
19383 (display-buffer): Do not fall back on popping up a new frame in
19384 batch mode (Bug#8857).
19385
c5dd5a51
CY
193862011-06-14 Chong Yidong <cyd@stupidchicken.com>
19387
19388 * cus-theme.el (describe-theme-1): Use custom-theme-p.
19389 (custom-theme-summary): New function.
19390 (customize-themes): Use it.
19391
d647b7c4
GM
193922011-06-13 Glenn Morris <rgm@gnu.org>
19393
19394 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19395
9481c002
MR
193962011-06-13 Martin Rudalics <rudalics@gmx.at>
19397
357f93d2
MR
19398 * help.el (help-window): Remove variable.
19399 (help-window-point-marker, temp-buffer-max-height)
19400 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19401 (help-print-return-message): Don't set help-window.
19402 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19403 (help-window-setup-finish): Remove.
19404 (help-window-display-message, help-window-setup)
19405 (with-help-window): Major rewrite based on new
19406 display-buffer-window variable.
19407
19408 * help-mode.el (help-mode-finish): Remove help-window related
19409 code.
19410
19411 * view.el (view-exits-all-viewing-windows): Remove reference to
19412 view-return-to-alist in doc-string.
19413 (view-return-to-alist): Make obsolete.
19414 (view-buffer): Call pop-to-buffer-same-window and remove
19415 undo-window code.
19416 (view-buffer-other-window): Call pop-to-buffer-other-window and
19417 simplify code. Ignore second argument.
19418 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19419 simplify code. Ignore second argument.
19420 (view-return-to-alist-update): Make obsolete.
19421 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19422 Rewrite using quit-restore window parameters.
2b75be67
SM
19423 (view-mode-exit): Rename second argument to EXIT-ONLY.
19424 Rewrite using quit-restore-window.
357f93d2
MR
19425 (View-exit, View-exit-and-edit, View-leave, View-quit)
19426 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19427 appropriate arguments.
19428 (view-end-message): Use quit-restore window parameter.
19429
9481c002
MR
19430 * window.el (display-buffer-function): Rewrite doc-string.
19431 (display-buffer-window, display-buffer-alist): New variables.
19432 (display-buffer-split-specifiers)
19433 (display-buffer-side-specifiers)
19434 (display-buffer-macro-specifiers): New constants.
19435 (display-buffer-even-window-sizes, display-buffer-set-height)
19436 (display-buffer-set-width, display-buffer-select-window)
19437 (display-buffer-in-window, display-buffer-reuse-window)
19438 (display-buffer-split-window-1, display-buffer-split-window)
19439 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19440 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19441 (display-buffer-in-side-window, normalize-buffer-to-display)
19442 (display-buffer-normalize-specifiers-1)
19443 (display-buffer-normalize-specifiers-2)
2b75be67
SM
19444 (display-buffer-normalize-specifiers, display-buffer-frame):
19445 New functions.
9481c002
MR
19446 (display-buffer): Major rewrite.
19447 (display-buffer-other-window, display-buffer-other-frame)
19448 (pop-to-buffer, switch-to-buffer-other-window)
19449 (switch-to-buffer-other-frame): Rewrite.
19450 (display-buffer-same-window, display-buffer-same-frame)
19451 (display-buffer-same-frame-other-window)
19452 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19453 (pop-to-buffer-other-window)
19454 (pop-to-buffer-same-frame-other-window)
19455 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19456 (switch-to-buffer-other-window-same-frame): New functions.
19457 (same-window-p, special-display-p): Rewrite disabling warnings.
19458 Make obsolete.
19459 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19460 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19461 Make obsolete
19462 (same-window-buffer-names, same-window-regexps)
19463 (special-display-frame-alist, special-display-popup-frame)
19464 (special-display-function, special-display-buffer-names)
19465 (special-display-regexps, pop-up-frame-alist)
19466 (pop-up-frame-function, split-window-preferred-function)
19467 (split-height-threshold, split-width-threshold)
19468 (even-window-heights): Make obsolete.
19469
9db51aca
GM
194702011-06-12 Glenn Morris <rgm@gnu.org>
19471
19472 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 19473 Misc simplifications.
9db51aca 19474
39cffb44
MR
194752011-06-12 Martin Rudalics <rudalics@gmx.at>
19476
19477 * window.el (window-safely-shrinkable-p): Restore function which
19478 was inadvertently removed in change from 2011-06-11. Declare as
19479 obsolete.
19480
2b75be67
SM
19481 * calendar/calendar.el (calendar-generate-window):
19482 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
19483 window-safely-shrinkable-p.
19484
a8955be7
GM
194852011-06-12 Glenn Morris <rgm@gnu.org>
19486
19487 * progmodes/fortran.el (fortran-mode-syntax-table):
19488 * progmodes/f90.el (f90-mode-syntax-table):
19489 Set % to punctuation. (Bug#8820)
19490 (f90-find-tag-default): Remove, no longer needed.
19491
f0d4059d
DC
194922011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19493
19494 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19495
1100a63c
CY
194962011-06-11 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * image.el (image-animated-p): Return animation delay in seconds.
19499 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19500 (image-animate-timeout): Remove DELAY argument. Don't assume
19501 every subimage has the same delay; get it from image-animated-p.
19502 (image-animate): Caller changed.
19503
def722bf
MA
195042011-06-11 Michael Albinus <michael.albinus@gmx.de>
19505
19506 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19507 to ignored backtrace functions.
19508
0a2bb1a9
GM
195092011-06-11 Glenn Morris <rgm@gnu.org>
19510
19511 * calendar/appt.el (appt-disp-window-function): Doc fix.
19512 (appt-check): Handle overlapping appointments. (Bug#8337)
19513
6198ccd0
MR
195142011-06-11 Martin Rudalics <rudalics@gmx.at>
19515
19516 * window.el (window-tree-1, window-tree): New functions, moving
19517 the latter to window.el.
19518 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19519 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19520 (bw-refresh-edges): Remove.
19521 (balance-windows-1, balance-windows-2): New functions.
19522 (balance-windows): Rewrite in terms of window tree functions,
19523 balance-windows-1 and balance-windows-2.
19524 (bw-adjust-window): Remove.
19525 (balance-windows-area-adjust): New function with functionality of
19526 bw-adjust-window but using resize-window.
2b75be67
SM
19527 (set-window-text-height): Rewrite doc-string.
19528 Use normalize-live-window and resize-window.
19529 (enlarge-window-horizontally, shrink-window-horizontally):
19530 Rename argument to DELTA.
6198ccd0
MR
19531 (window-buffer-height): New function.
19532 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19533 Rewrite using new window resize routines.
2b75be67
SM
19534 (kill-buffer-and-window, mouse-autoselect-window-select):
19535 Use ignore-errors instead of condition-case.
6198ccd0
MR
19536 (quit-window): Call delete-frame instead of delete-windows-on
19537 for the only buffer on frame.
19538
9397e56f
MR
195392011-06-10 Martin Rudalics <rudalics@gmx.at>
19540
19541 * loadup.el (top-level): Load window before files for the sake
19542 of replace-buffer-in-windows.
19543
19544 * files.el (read-buffer-to-switch)
19545 (switch-to-buffer-other-window)
2b75be67
SM
19546 (switch-to-buffer-other-frame, display-buffer-other-frame):
19547 Move to window.el.
9397e56f
MR
19548
19549 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19550 (previous-buffer): Move to window.el.
19551
19552 * bindings.el (unbury-buffer): Move to window.el.
19553
19554 * window.el (delete-other-windows-vertically): Move after
19555 definition of delete-other-windows.
19556 (other-window, delete-windows-on, replace-buffer-in-windows):
19557 Move here from window.c.
19558 (record-window-buffer, unrecord-window-buffer)
19559 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19560 (switch-to-next-buffer): New functions.
19561 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19562 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
19563 (previous-buffer): Move here from simple.el.
19564 Call switch-to-prev-buffer.
9397e56f
MR
19565 (bury-buffer): Move here from buffer.c. Switch to previous
19566 buffer when window cannot be deleted.
19567 (unbury-buffer): Move here from bindings.el.
19568 (ctl-x-map): Move binding for other-window from window.c to
19569 here.
19570 (read-buffer-to-switch, switch-to-buffer-other-window)
19571 (switch-to-buffer-other-frame): Move here from files.el.
19572 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
19573 (switch-to-buffer): Move here from buffer.c.
19574 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 19575
562dd5e9
MR
195762011-06-10 Martin Rudalics <rudalics@gmx.at>
19577
19578 * window.el (window-min-height, window-min-width): Move here
19579 from window.c. Add defcustoms and rewrite doc-strings.
19580 (resize-mini-window, resize-window): New functions.
19581 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19582 Move here from window.c.
19583 (maximize-window, minimize-window): New functions.
19584 (delete-window, delete-other-windows, split-window): Move here
19585 from window.c.
19586 (window-split-min-size): New function.
19587 (split-window-keep-point): Mention split-window-above-each-other
19588 instead of split-window-vertically.
2b75be67 19589 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
19590 Rename split-window-vertically to split-window-above-each-other
19591 and provide defalias for old definition.
19592 (split-window-side-by-side, split-window-horizontally):
19593 Rename split-window-horizontally to split-window-side-by-side
19594 and provide defalias for the old definition.
562dd5e9
MR
19595 (ctl-x-map): Move bindings for delete-window,
19596 delete-other-windows and enlarge-window here from window.c.
19597 Replace bindings for split-window-vertically and
19598 split-window-horizontally by bindings for
19599 split-window-above-each-other and split-window-side-by-side.
19600
19601 * cus-start.el (all): Remove entries for window-min-height and
19602 window-min-width. Add entries for window-splits and
19603 window-nest.
19604
f0da764a
GM
196052011-06-09 Glenn Morris <rgm@gnu.org>
19606
80675c21
GM
19607 * calendar/appt.el (appt-mode-line): New function.
19608 (appt-check, appt-disp-window): Use it.
19609
f0da764a
GM
19610 * files.el (hack-one-local-variable-eval-safep):
19611 Allow minor-modes with explicit +/-1 arguments.
19612
59f623b7
TZ
196132011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19614
19615 * term/xterm.el (xterm): Add defgroup.
19616 (xterm-extra-capabilities): Add defcustom to supply known xterm
19617 capabilities, skip querying them, or query them (default).
19618 (terminal-init-xterm): Use it.
19619 (terminal-init-xterm-modify-other-keys): New function to set up
19620 modifyOtherKeys support to simplify `terminal-init-xterm'.
19621
9aab8e0d
MR
196222011-06-09 Martin Rudalics <rudalics@gmx.at>
19623
19624 * window.el (resize-window-reset, resize-window-reset-1)
19625 (resize-subwindows-skip-p, resize-subwindows-normal)
19626 (resize-subwindows, resize-other-windows, resize-this-window)
19627 (resize-root-window, resize-root-window-vertically)
19628 (window-deletable-p, window-or-subwindow-p)
19629 (frame-root-window-p): New functions.
19630
e8b08aee
GM
196312011-06-09 Glenn Morris <rgm@gnu.org>
19632
19633 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19634 (ange-ftp-get-files): Use it.
19635
254c37a5
AK
196362011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19637
19638 * mail/sendmail.el (mail-recover-1, mail-recover):
19639 * files.el (recover-file, recover-session):
19640 Handle dired-listing-switches not being just a single short option.
19641
35d7dbd3
GM
196422011-06-09 Glenn Morris <rgm@gnu.org>
19643
19644 * calendar/appt.el (appt-display-message, appt-disp-window):
19645 Handle lists of appointments.
19646
387522b2
MR
196472011-06-08 Martin Rudalics <rudalics@gmx.at>
19648
2b75be67
SM
19649 * window.el (one-window-p): Move down in code.
19650 Rewrite doc-string.
19651 (window-current-scroll-bars): Rewrite doc-string.
19652 Normalize live window argument.
387522b2
MR
19653 (walk-windows, get-window-with-predicate, count-windows):
19654 Rewrite doc-string. Use window-list-1.
19655 (window-in-direction-2, window-in-direction, get-mru-window):
19656 New functions.
19657
d8e4b68b 196582011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
19659
19660 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19661 Doc fix (Bug#8713).
19662
196632011-06-08 Chong Yidong <cyd@stupidchicken.com>
19664
19665 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19666
196672011-06-08 Juanma Barranquero <lekktu@gmail.com>
19668
19669 * loadhist.el (unload-feature-special-hooks):
19670 Add `comint-output-filter-functions'.
19671
0de12c52
IK
196722011-06-08 Ivan Kanis <gnu@kanis.fr>
19673
19674 * calendar/appt.el (appt-check): Move some initializations into the let.
19675
f3d1777e
MR
196762011-06-08 Martin Rudalics <rudalics@gmx.at>
19677
19678 * window.el (window-height): Defalias to window-total-height.
19679 (window-width): Defalias to window-body-width.
19680
18af70d0
CY
196812011-06-07 Chong Yidong <cyd@stupidchicken.com>
19682
19683 * image-mode.el (image-toggle-animation): New command.
19684 (image-mode-map): Bind it to RET.
19685 (image-mode): Update message.
19686 (image-toggle-display-image): Avoid a spurious cache flush.
19687 (image-transform-rotation): Doc fix.
19688 (image-transform-properties): Return quickly in the normal case.
19689 (image-animate-loop): Rename from image-animate-max-time.
19690
2b75be67 19691 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
19692 (create-animated-image): Remove unnecessary function.
19693 (image-animate): Rename from image-animate-start. New arg.
2b75be67 19694 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
19695 (image-animate-timer): Use car-safe.
19696 (image-animate-timeout): Rename argument.
19697
190b47e6
MR
196982011-06-07 Martin Rudalics <rudalics@gmx.at>
19699
19700 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
19701 window.c. Rename first argument to ALL-FRAMES.
19702 Rephrase doc-strings.
19703 (get-buffer-window-list): Rewrite using window-list-1.
19704 Rephrase doc-string.
a1511caf
MR
19705 (window-safe-min-height, window-safe-min-width): New constants.
19706 (window-size-ignore, window-min-size, window-min-size-1)
19707 (window-sizable, window-sizable-p, window-size-fixed-1)
19708 (window-size-fixed-p, window-min-delta-1, window-min-delta)
19709 (window-max-delta-1, window-max-delta, window-resizable)
19710 (window-resizable-p, window-total-height, window-total-width)
19711 (window-body-width): New functions.
19712 (window-full-height-p, window-full-width-p): Rewrite using
19713 window-total-size.
19714 (window-body-height): Rewrite using window-body-size.
190b47e6 19715
85cc1f11
MR
197162011-06-06 Martin Rudalics <rudalics@gmx.at>
19717
19718 * window.el (window-right, window-left, window-child)
19719 (window-child-count, window-last-child, window-any-p)
19720 (normalize-live-buffer, normalize-live-frame)
19721 (normalize-any-window, normalize-live-window)
19722 (window-iso-combination-p, window-iso-combined-p)
19723 (window-iso-combinations)
19724 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19725 (windows-with-parameter, window-with-parameter)
19726 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
19727 (window-atom-check, window-side-check, window-check):
19728 New functions.
85cc1f11
MR
19729 (ignore-window-parameters, window-sides, window-sides-vertical)
19730 (window-sides-slots): New variables.
19731 (window-size-fixed): Move down in code. Minor doc-string fix.
19732
e7156492
AS
197332011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19734
19735 * comint.el (comint-dynamic-complete-as-filename)
19736 (comint-dynamic-complete-filename): Correctly call
19737 completion-in-region.
19738
7e821d0d
DD
197392011-06-05 Deniz Dogan <deniz@dogan.se>
19740
19741 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19742 in last change.
19743
ac09b8a1
DD
197442011-06-05 Deniz Dogan <deniz@dogan.se>
19745
19746 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19747 (rcirc): Use it to prompt for encryption.
19748
34699b85
RW
197492011-06-05 Roland Winkler <winkler@gnu.org>
19750
19751 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19752 (bibtex-search-entries): New command bound to C-c C-a.
19753 (bibtex-display-entries): New function.
19754
004dedd3
RW
197552011-06-05 Roland Winkler <winkler@gnu.org>
19756
19757 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19758 (bibtex-insert-kill): After yanking insert newline if necessary.
19759 (bibtex-initialize): Call bibtex-string-files-init only once.
19760 (bibtex-mode): Do not call easy-menu-add.
19761 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19762 (bibtex-yank): Set arg properly if nil.
19763
022fe7ce
RW
197642011-06-05 Roland Winkler <winkler@gnu.org>
19765
2b75be67
SM
19766 * textmodes/bibtex.el (bibtex-search-entry-globally):
19767 New variable.
022fe7ce
RW
19768 (bibtex-search-entry): Use it.
19769
b7c3692a
RW
197702011-06-05 Roland Winkler <winkler@gnu.org>
19771
19772 * textmodes/bibtex.el (bibtex-entry-format): New option
19773 sort-fields.
19774 (bibtex-format-entry, bibtex-reformat): Honor this option.
19775 (bibtex-parse-entry): Return fields in proper order.
19776
8eda563d
JB
197772011-06-05 Juanma Barranquero <lekktu@gmail.com>
19778
19779 * doc-view.el (doc-view-remove-if): Move computation of result out
19780 of `dolist' to silence misleading lexical-binding warning.
19781
7dbe3dbc
CY
197822011-06-04 Chong Yidong <cyd@stupidchicken.com>
19783
19784 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19785 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19786
0c33dd17
MA
197872011-06-04 Michael Albinus <michael.albinus@gmx.de>
19788
19789 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19790 "SunOS 5.10".
19791
f8f91c2b
MA
197922011-06-04 Michael Albinus <michael.albinus@gmx.de>
19793
19794 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19795 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19796 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19797 (tramp-parse-putty):
19798 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19799 (tramp-completion-function-alist-ssh)
19800 (tramp-completion-function-alist-telnet)
19801 (tramp-completion-function-alist-su)
19802 (tramp-completion-function-alist-putty): Set `tramp-autoload'
19803 cookie.
19804
19805 * net/tramp-ftp.el:
19806 * net/tramp-sh.el:
19807 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19808 load "tramp.el" `tramp-set-completion-function'.
19809
e17d9003
SM
198102011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * shell.el: Require and use pcomplete.
19813 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19814 (shell-completion-vars): Set pcomplete-default-completion-function.
19815
6c4cab03
DD
198162011-06-04 Deniz Dogan <deniz@dogan.se>
19817
19818 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19819 `memq' (Bug#8799).
19820
ea9fafe0
SM
198212011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19824
b3e945d3
JB
198252011-06-02 Juanma Barranquero <lekktu@gmail.com>
19826
19827 * bs.el (bs--mark-unmark, bs--nth-wrapper):
19828 * mpc.el (mpc-select-extend, mpc-songpointer-context):
19829 * vc/log-view.el (log-view-beginning-of-defun):
19830 * vc/smerge-mode.el (smerge-apply-resolution-patch)
19831 (smerge-refine-forward, smerge-refine-chopup-region):
19832 Silence warning for unused `dotimes' counter variables.
19833
7d520089
SM
198342011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19835
19836 * net/tramp.el (tramp-with-progress-reporter): Rename from
19837 with-progress-reporter. Use `declare'.
19838 * net/tramp-smb.el:
19839 * net/tramp-sh.el:
19840 * net/tramp-gvfs.el: Update all uses.
19841
a1c2400f
JB
198422011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
19843
19844 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19845 buffer isn't killed before making it current.
19846
2403c841
SM
198472011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19848
19849 Silence various byte-compiler warnings.
19850 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19851 `access-type' and new obsolescence format.
19852 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19853 new format.
19854 (byte-compile-check-variable): New `access-type' argument.
19855 Only warn if the access-type is obsolete.
19856 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19857 (byte-compile-variable-set): Adjust callers.
19858 * help-fns.el (describe-variable): Adjust to new obsolescence format.
19859 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19860 setting it as obsolete.
19861 * simple.el (minibuffer-completing-symbol):
19862 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19863 access as obsolete.
19864 * minibuffer.el (minibuffer-completing-file-name): Don't make it
19865 obsolete yet.
19866 * international/quail.el (quail-mouse-choose-completion): Remove unused
19867 code referring to obsolete var.
19868 (quail-choose-completion-string): Remove.
19869 * server.el (server-clients-with, server-kill-buffer-query-function)
19870 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19871 * proced.el (proced-send-signal):
19872 * emacs-lisp/lisp.el (lisp-complete-symbol):
19873 Replace completion-annotate-function with completion-extra-properties.
19874
2462470b
SM
198752011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19876
fb5b2591
SM
19877 * simple.el (goto-line): Use read-number.
19878 (overriding-map-is-bound): Remove.
19879 (saved-overriding-map): Change default.
19880 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19881 Take the map as argument.
19882 (universal-argument, negative-argument, digit-argument): Use it.
19883 (restore-overriding-map): Adjust.
19884 (do-auto-fill): Use fill-forward-paragraph.
19885 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19886
fd6fa53f
SM
19887 * minibuffer.el (minibuffer-inactive-mode-map): New var.
19888 (minibuffer-inactive-mode): New major mode.
19889 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19890 the *Messages* buffer" hack.
19891 (mouse-popup-menubar): Don't burp if the event is a normal key.
19892
2462470b
SM
19893 Miscellaneous tweaks.
19894 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19895 lexical scoping as in subr.el's dolist and dotimes.
19896 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19897 Silence compiler warning.
19898 * thingatpt.el (forward-whitespace): Trivial coding style fix.
19899 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19900 * international/ccl.el (ccl-compile): Trivial simplification.
19901 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19902 * emacs-lisp/testcover.el (testcover-end): Remove spurious
19903 `printflag' argument.
19904 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19905 Purecopy the whole obsolescence data.
19906
108bf785
LL
199072011-06-01 Leo Liu <sdl.web@gmail.com>
19908
19909 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19910 improve doc-string as suggested by Marco Pessotto
19911 <melmothx@gmail.com>.
19912 (rcirc-print): Fix last change.
19913
30a23501
SM
199142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19915
19916 * minibuffer.el (complete-with-action): Return nil for the metadata and
19917 boundaries of non-functional tables.
19918 (completion-table-dynamic): Return nil for the metadata.
19919 (completion-table-with-terminator): Add default case, using
19920 complete-with-action.
19921 (completion--metadata): New function.
19922 (completion-all-sorted-completions, minibuffer-completion-help): Use it
19923 to try and avoid pathological performance problems.
19924 (completion--embedded-envvar-table): Return `category' metadata.
19925
bcd54f83
LMI
199262011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19927
19928 * subr.el (process-alive-p): New tiny convenience function.
19929
e227544d
SM
199302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19933 content but also its previous major mode.
19934
e8296fdc
HE
199352011-05-31 Helmut Eller <eller.helmut@gmail.com>
19936
4d61f28d 19937 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
19938 *Backtrace* buffer when we exit with C-M-c.
19939
620c53a6
SM
199402011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 * minibuffer.el: Add metadata method to completion tables.
19943 (completion-category-overrides): New defcustom.
19944 (completion-metadata, completion--field-metadata)
19945 (completion-metadata-get, completion--styles)
19946 (completion--cycle-threshold): New functions.
19947 (completion-try-completion, completion-all-completions):
19948 Add `metadata' argument to choose completion-styles.
19949 (completion--do-completion): Use metadata to choose cycling.
19950 (completion-all-sorted-completions): Use metadata for sorting.
19951 Remove :completion-cycle-penalty which is not needed any more.
19952 (completion--try-word-completion): Add `metadata' argument.
19953 (minibuffer-completion-help): Check metadata for annotation function
19954 and sorting.
19955 (completion-file-name-table): Return `category' metadata.
19956 (minibuffer-completing-file-name): Make obsolete.
19957 * simple.el (minibuffer-completing-symbol): Make obsolete.
19958 * icomplete.el (icomplete-completions): Pass new `metadata' param to
19959 completion-try-completion.
19960
1257e755
SM
199612011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19964
3767e706
LL
199652011-05-30 Leo Liu <sdl.web@gmail.com>
19966
19967 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
19968 (rcirc-print): Decode all incoming messages (bug#8744).
19969 (rcirc-decode-coding-system): Allow value nil for automatic coding
19970 system detection.
3767e706 19971
d1a5d56a
GM
199722011-06-01 Glenn Morris <rgm@gnu.org>
19973
19974 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19975
e8cbec34
CY
199762011-05-29 Chong Yidong <cyd@stupidchicken.com>
19977
19978 * image.el (image-animate-max-time): Allow nil and t values.
19979 Default to nil.
19980 (create-animated-image): Doc fix.
19981 (image-animate-start): Remove second arg; just use
19982 image-animate-max-time.
19983 (image-animate-timeout): Doc fix. Args changed.
19984
19985 * image-mode.el (image-toggle-display-image): Ensure that the
19986 image spec passed to the animate timer is the same object as in
58179cce 19987 the buffer's display property (Bug#6981).
e8cbec34
CY
19988 (image-transform-properties): Doc fix.
19989
19990 * image.el (image-animate-max-time): Default to nil.
19991
159daf87
MR
199922011-05-29 Martin Rudalics <rudalics@gmx.at>
19993
19994 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19995 entire buffer list (Bug#8184).
19996
d66c4c7c
CY
199972011-05-29 Chong Yidong <cyd@stupidchicken.com>
19998
19999 * image.el (imagemagick-types-inhibit)
20000 (imagemagick-register-types): Doc fix.
20001
80aec780
DD
200022011-05-29 Deniz Dogan <deniz@dogan.se>
20003
20004 * net/rcirc.el (rcirc): Use the user's stored encryption method by
20005 default.
20006
1dd3c2d9
CY
200072011-05-29 Chong Yidong <cyd@stupidchicken.com>
20008
20009 * select.el: Don't perform clipboard-manager saving in hooks;
20010 leave the hooks empty.
20011
60e56523
LL
200122011-05-28 Leo Liu <sdl.web@gmail.com>
20013
20014 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20015 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
20016 (occur-edit-mode): New major mode (Bug#8463).
20017 (occur-after-change-function): New function.
20018 (occur-engine): Give Occur tags a read-only property.
20019
2b1e1a22
KR
200202011-05-28 Kevin Ryde <user42@zip.com.au>
20021
20022 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20023
5d344e88
CY
200242011-05-28 Chong Yidong <cyd@stupidchicken.com>
20025
8e6ca83d
CY
20026 * bindings.el (help-echo): Make the initial non-indicator dash
20027 empty on graphical terminals (Bug#7295).
20028
5d344e88
CY
20029 * files.el (auto-mode-alist): Move config rule after the
20030 in-stripping one (Bug#8547).
20031
bfbbace7
CY
20032 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
20033
fbeba6e2
CY
20034 * startup.el (normal-splash-screen): Remove gratuitous mode-line
20035 setting (Bug#8740).
20036
60ed8c72
AA
200372011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
20038
4ac619f0
AA
20039 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
20040 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
20041 (Bug#8539).
60ed8c72 20042
23db196e
CY
200432011-05-28 Chong Yidong <cyd@stupidchicken.com>
20044
20045 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
20046
5012f24c
DK
200472011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
20048
20049 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
20050 (hs-hide-block-at-point, hs-find-block-beginning)
20051 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
20052 (Bug#8279).
20053
6a639b16
GM
200542011-05-28 Glenn Morris <rgm@gnu.org>
20055
20056 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
20057
d43eaf2c
CY
200582011-05-28 Chong Yidong <cyd@stupidchicken.com>
20059
5199bde1
CY
20060 * help-fns.el (describe-function-1): If the function is a derived
20061 major mode, print the parent mode.
20062
d43eaf2c
CY
20063 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
20064 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
20065
423428a8
SM
200662011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
20067
0ff8e1ba 20068 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 20069 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
20070 * progmodes/etags.el (tags-completion-at-point-function):
20071 * info-look.el (info-lookup-completions-at-point): Mark as
20072 non-exclusive.
20073 (info-complete): Adjust accordingly.
20074
423428a8
SM
20075 * info-look.el: Convert to lexical-binding and completion-at-point.
20076 (info-lookup-completions-at-point): New function.
20077 (info-complete): Use it and completion-in-region.
20078
b74aa22b
DA
200792011-05-28 Drew Adams <drew.adams@oracle.com>
20080
20081 * isearch.el: Let M-e start with point at the first mismatched char.
20082 (isearch-fail-pos): New function.
20083 (isearch-edit-string): Use it.
20084
66e2e71d
DK
200852011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20086
20087 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20088
b1890b0f 200892011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
20090
20091 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
20092 traversal functions for avl-trees.
20093 (avl-tree--stack): New struct.
20094 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
20095 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
20096 (avl-tree--do-enter): Add optional `updatefun' arg.
20097 Change return value.
eb95d01d 20098 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
20099 (avl-tree--do-delete): Add `test' and `nilflag' args.
20100 Change return value.
eb95d01d
TC
20101 (avl-tree-member): Add optional `nilflag'
20102 (avl-tree-member-p): New function.
20103 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
20104 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
20105 (avl-tree-stack-empty-p): New functions.
20106
3769ddcf
TC
20107 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
20108 avl-tree--del-balance1 and make it work both ways.
20109 (avl-tree--del-balance2): Remove.
20110 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
20111 make it work both ways.
20112 (avl-tree--enter-balance2): Remove.
20113 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
20114 New macros.
20115 (avl-tree--mapc, avl-tree-map): Add direction argument.
20116
eb95d01d 201172011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
20118
20119 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
20120
a9f737ee
CY
201212011-05-27 Chong Yidong <cyd@stupidchicken.com>
20122
20123 * select.el: Support clipboard managers with built-in function
20124 x-clipboard-manager-save, via delete-frame-functions and
20125 kill-emacs-hook.
20126 (xselect-convert-to-targets): Add MULTIPLE target to list.
20127 (xselect-convert-to-save-targets): New function.
20128
c92a1e54
KH
201292011-05-27 Kenichi Handa <handa@m17n.org>
20130
20131 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
20132 let-binding rfc2047-encode-encoded-words to nil.
20133
e145f188
GM
201342011-05-27 Glenn Morris <rgm@gnu.org>
20135
5ec8a862
GM
20136 * mail/emacsbug.el: Don't require url-util.
20137
4b29d9fb
GM
20138 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
20139
e145f188
GM
20140 * files.el (set-auto-mode):
20141 Also respect mode: entries at the end of the file. (Bug#8586)
20142
7d15102b
GM
201432011-05-26 Glenn Morris <rgm@gnu.org>
20144
98f593b8
GM
20145 * files.el (hack-local-variables-prop-line, hack-local-variables):
20146 Downcase mode names, as seems to be traditional.
27b48e63 20147 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 20148
7d15102b
GM
20149 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
20150 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
20151
51d5b4ec
JD
201522011-05-25 Julien Danjou <julien@danjou.info>
20153
20154 * textmodes/rst.el (rst-define-level-faces): Do not define face
20155 symbol if it is already defined.
20156
91513f63
VB
201572011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
20158
20159 * play/5x5.el (5x5-new-game, 5x5-randomize):
20160 Reset 5x5-solver-output to nil when a new grid is cast.
20161 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
20162 these debugging traces, as defmacro breaks the compiled code.
20163
4d90d6d0
DK
201642011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20165
20166 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20167
e1b90ef6
LL
201682011-05-24 Leo Liu <sdl.web@gmail.com>
20169
20170 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
20171 (vc-bzr-sha1): Adapt.
20172
d8e4b68b 20173 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
20174
20175 * bindings.el: Provide sha1 feature.
20176
db0406bb 201772011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
20178
20179 * mail/sendmail.el: Require `rfc2047'.
20180 (mail-insert-from-field): Do not perform RFC2047 encoding.
20181 (mail-encode-header): New function.
20182 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
20183 buffer to the return value of select-message-coding-system.
20184 Call mail-encode-header.
b8d747b9
KH
20185
20186 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
20187
db0406bb 201882011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 20189
4d90d6d0
DK
20190 * mail/supercite.el (sc-default-cite-frame):
20191 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 20192
eb8a5e9b
GM
201932011-05-24 Glenn Morris <rgm@gnu.org>
20194
f8630703
GM
20195 * progmodes/python.el (brm-menu): Declare.
20196
8831bbed
GM
20197 * emulation/viper.el (viper-set-hooks): Declare.
20198
eb8a5e9b
GM
20199 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
20200 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
20201 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
20202 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
20203 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
20204 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
20205
a2a25d24
SM
202062011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 Add an :exit-function for completion-at-point.
20209
20210 * minibuffer.el (completion--done): New fun.
20211 (completion--do-completion): Use it. New arg `expect-exact'.
20212 (minibuffer-complete, minibuffer-complete-word): Don't output message,
20213 since completion--do-completion does it for us now.
20214 (minibuffer-force-complete): Use completion--done and
20215 completion--replace. Handle sole-completion case with more care.
20216 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
20217 (completion-extra-properties): New var.
20218 (completion-annotate-function): Make obsolete.
20219 (minibuffer-completion-help): Adjust accordingly.
20220 Use completion-list-insert-choice-function.
20221 (completion-at-point, completion-help-at-point):
20222 Bind completion-extra-properties.
20223 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
20224 * simple.el (completion-list-insert-choice-function): New var.
20225 (completion-setup-function): Preserve it.
20226 (choose-completion): Pay attention to it, shuffle the code a bit.
20227 (choose-completion-string): New arg `insert-function'.
20228
20229 * textmodes/bibtex.el: Convert to lexical binding.
20230 (bibtex-mode-map): Use completion-at-point.
20231 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
20232 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
20233 (bibtex-complete): Define as obsolete alias.
20234 (bibtex-complete-internal): Remove.
20235 (bibtex-format-entry): Remove unused sub-group in regexp.
20236 * shell.el (shell--command-completion-data)
20237 (shell-environment-variable-completion):
20238 * pcomplete.el (pcomplete-completions-at-point):
20239 * comint.el (comint--complete-file-name-data): Use :exit-function
20240 instead of completion-table-with-terminator so it also works for
20241 choose-completion.
20242
e44e373d
SM
202432011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20244
4f91a816
SM
20245 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
20246
782fc819
SM
20247 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
20248 (bug#8710).
20249
e44e373d
SM
20250 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
20251
381987c3
KM
202522011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
20253
20254 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
20255 customization variable and implement: If non-nil, auto-fill will
20256 be inhibited while on topic's header line.
20257
b776bc70
VB
202582011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
20259
20260 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 20261 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
20262 always have a solution in grid size = 5 cases.
20263 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
20264 (5x5-solver-output, 5x5-log-buffer): New vars.
20265 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
20266 Make these variables buffer local to achieve 5x5 multi-session-ness.
20267 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
20268 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
20269 (5x5-solve-suggest): New funs.
20270 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
20271 randomize a grid so that we ensure that there is always a solution.
20272 (5x5-make-random-grid): Allow other movement than flipping.
20273
7de88b6e
KR
202742011-05-23 Kevin Ryde <user42@zip.com.au>
20275
20276 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 20277 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
20278 advice and passes PREDICATE.
20279
b1ef1257
SM
202802011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20281
bbca48fe
SM
20282 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
20283 byte-compile-lambda if it's actually a lambda.
20284
b1ef1257
SM
20285 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
20286 Fix function quoting. Use backquote better.
20287
92a9cc65
YS
202882011-05-22 Yuanle Song <sylecn@gmail.com>
20289
20290 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
20291 matching (Bug#8516).
20292
f0fb8059
JA
202932011-01-22 Jari Aalto <jari.aalto@cante.net>
20294
20295 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
20296 different face (Bug#8178).
20297
d5b44c93
CY
202982011-05-22 Chong Yidong <cyd@stupidchicken.com>
20299
20300 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20301 defface (Bug#8144).
20302
79106a44
SM
203032011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20304
9c848d8a
SM
20305 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20306 funcall as well (bug#8712). Warn when performing those conversions.
20307 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20308
79106a44
SM
20309 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20310
88dfa756
GM
203112011-05-22 Glenn Morris <rgm@gnu.org>
20312
20313 * files.el (hack-local-variables-prop-line): Small simplifications.
20314 (hack-local-variables, hack-local-variables-prop-line):
20315 If MODE-ONLY, return the mode, rather than just `t'.
20316
b7cf2c79
SM
203172011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20320
3f1a8558
GM
203212011-05-21 Glenn Morris <rgm@gnu.org>
20322
7e4ccca3
GM
20323 * files.el (hack-local-variables-prop-line, hack-local-variables):
20324 If only interested in the mode, don't bother doing the other stuff.
20325
637d46ca
GM
20326 * image-mode.el (image-after-revert-hook):
20327 Redraw all frames on which the image is visible. (Bug#8567)
20328
973d955b
GM
20329 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
20330
3f1a8558
GM
20331 * wid-edit.el (widget-checklist-match-inline):
20332 Fix 2011-04-19 change. (Bug#8649)
20333
96479927
SM
203342011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20335
1dcf791f
SM
20336 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20337 Also allow singlespace after single-letter capitals followed by a dot.
20338
96479927
SM
20339 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20340 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20341
35fd0881
N
203422011-05-20 Nix <nix@esperi.org.uk>
20343
20344 * files.el (basic-save-buffer-2):
20345 Fix handling of break-hardlink-on-save with non-existent files.
20346
82745640
DD
203472011-05-19 Deniz Dogan <deniz@dogan.se>
20348
20349 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 20350 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 20351
4a720484
GM
203522011-05-19 Glenn Morris <rgm@gnu.org>
20353
d1f21341
GM
20354 * progmodes/f90.el (f90-type-def-re):
20355 Handle "type, bind(c)". (Bug#8691)
20356
4a720484
GM
20357 * emacs-lisp/autoload.el (batch-update-autoloads):
20358 Set autoload-excludes by parsing loadup.el rather than Makefiles.
20359
2fb0a219
MA
203602011-05-18 Michael Albinus <michael.albinus@gmx.de>
20361
20362 * net/tramp.el (tramp-process-actions): Set "first-password-request"
20363 property for the correct connection in case of multihops.
20364
e565dd37
GM
203652011-05-18 Glenn Morris <rgm@gnu.org>
20366
c2571358 20367 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
20368 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20369
e565dd37
GM
20370 Rationalize calendar handling of day and month abbrev-arrays.
20371 * calendar/calendar.el (calendar-customized-p): New function.
20372 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20373 (calendar-day-name-array, calendar-month-name-array): Doc fix.
20374 Add :set function.
20375 (calendar-abbrev-length, calendar-day-abbrev-array)
20376 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20377 (calendar-day-abbrev-array, calendar-month-abbrev-array):
20378 Elements may no longer be nil.
20379 (calendar-day-name, calendar-month-name):
20380 Update for changed nature of abbrev arrays.
20381 * calendar/diary-lib.el (diary-name-pattern):
20382 Update for changed nature of abbrev arrays.
20383 (diary-mark-entries-1): Update calendar-make-alist calls.
20384 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20385 * calendar/cal-html.el (cal-html-day-abbrev-array):
20386 Simply inherit from calendar-day-abbrev-array.
20387
1d99a745
SM
203882011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * progmodes/grep.el (grep-mode): Disable default
20391 compilation-directory-matcher setting (bug#8684).
20392
7c1d9aa0
MA
203932011-05-17 Michael Albinus <michael.albinus@gmx.de>
20394
20395 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20396 instead of "head" and "tail". There were problems with SunOS 5.9,
20397 and it performs better.
20398
3952e9d8
GM
203992011-05-17 Glenn Morris <rgm@gnu.org>
20400
2dd12e7f
GM
20401 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20402
e4157b9c
GM
20403 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20404 Replace obsolete function.
20405
8e249bbd
GM
20406 * shell.el (pcomplete-parse-arguments-function): Declare.
20407
3952e9d8
GM
20408 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20409 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20410 (appt-check): Doc fixes.
20411 (appt-disp-window-function, appt-delete-window-function):
20412 Remove needless special case in custom :type.
20413 (appt-display-count): Default to 0, not nil.
20414 (appt-check): Reset appt-display-count to 0, not nil.
20415
c71a0d48 204162011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 20417
c71a0d48
GM
20418 * progmodes/python.el (python-font-lock-keywords):
20419 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 20420
31d55be9
SM
204212011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20422
20423 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20424
3bfacb2f
KR
204252011-05-16 Kevin Ryde <user42@zip.com.au>
20426
20427 * info-look.el (makefile-automake-mode): New setups, looking in
20428 automake manual, then makefile-mode.
20429 (makefile-mode): Remove automake manual, have it just in
20430 makefile-automake-mode since there's various things different or
20431 not relevant to plain make.
20432 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20433 believe a hypothetical automake-mode would go to makefile-mode,
20434 not the other way around.
20435
c8e83751
CY
204362011-05-15 Chong Yidong <cyd@stupidchicken.com>
20437
5e9e35cd
CY
20438 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20439 hunk-end tags (Bug#8672).
20440
c8e83751
CY
20441 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20442 vc-annotate-show-diff-revision-at-line (Bug#8671).
20443
50b23e5a
GM
204442011-05-14 Glenn Morris <rgm@gnu.org>
20445
7210a739
GM
20446 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20447 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
20448 (change-log-font-lock-keywords): Also handle multiple author lines
20449 with leading tabs. (Bug#8644)
7210a739 20450
4691905a
GM
20451 * calendar/appt.el (appt-check): Rename some local variables.
20452 Some simplification/reordering.
20453
50b23e5a
GM
20454 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20455 (feedmail-sendmail-f-doesnt-sell-me-out)
20456 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20457 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20458 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
20459 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20460 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
20461 (feedmail-binmail-gnulinuxish-template):
20462 Rename from feedmail-binmail-linuxish-template.
20463 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20464 Use insert-buffer-substring.
20465
215cda7c
BC
204662011-05-14 Bill Carpenter <bill@carpenter.org>
20467
20468 * mail/feedmail.el (feedmail-patch-level): Increase.
20469 (feedmail-debug): New custom group.
20470 (feedmail-confirm-outgoing-timeout)
20471 (feedmail-sendmail-f-doesnt-sell-me-out)
20472 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20473 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20474 (feedmail-sender-line, feedmail-from-line)
20475 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 20476 (feedmail-spray-this-address)
215cda7c
BC
20477 (feedmail-spray-address-fiddle-plex-list)
20478 (feedmail-queue-use-send-time-for-date)
20479 (feedmail-queue-use-send-time-for-message-id)
20480 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20481 (feedmail-buffer-eating-function):
20482 Doc fixes.
20483 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20484 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20485 (feedmail-message-action-scroll-down): New functions.
20486 (feedmail-queue-directory, feedmail-queue-draft-directory):
20487 Use expand-file-name.
20488 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20489 Remove C-v help entry.
20490 (feedmail-queue-buffer-file-name): New variable.
20491 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20492 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20493 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20494 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20495 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20496 (feedmail-message-action-toggle-spray)
20497 (feedmail-run-the-queue-no-prompts)
20498 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20499 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20500 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20501 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20502 (feedmail-envelope-deducer, feedmail-fiddle-from)
20503 (feedmail-fiddle-sender, feedmail-default-date-generator)
20504 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20505 (feedmail-fiddle-spray-address)
20506 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20507 (feedmail-fiddle-list-of-fiddle-plexes)
20508 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20509 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20510 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20511 Change default. Doc fix.
20512 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20513 (feedmail-binmail-linuxish-template): New constant.
20514 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20515 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20516 (feedmail-send-it): Add debug call.
20517 Use feedmail-queue-buffer-file-name, and
20518 feedmail-send-it-immediately-wrapper.
20519 (feedmail-message-action-send): Add debug call.
20520 Use feedmail-send-it-immediately-wrapper.
20521 (feedmail-queue-express-to-queue): Add debug call.
20522 Run feedmail-queue-express-hook.
20523 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20524 (feedmail-message-action-help-blat):
20525 Rename from feedmail-queue-send-edit-prompt-help-first.
20526 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20527 Check line-endings. Handle errors better.
20528 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20529 Doc fix. Add debug call.
20530 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20531 Use feedmail-queue-send-edit-prompt-inner.
20532 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20533 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20534 from feedmail-queue-send-edit-prompt.
20535 (feedmail-queue-send-edit-prompt-help)
20536 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20537 (feedmail-tidy-up-slug): Add debug call.
20538 Respect feedmail-queue-slug-suspect-regexp.
20539 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20540 (feedmail-dump-message-to-queue): Add debug call.
20541 Expand queue-directory.
20542 (feedmail-dump-message-to-queue): Change message slightly.
20543 Use feedmail-say-chatter.
20544 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20545 (feedmail-send-it-immediately-wrapper): New function.
20546 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20547 Insert empty string rather than newline. Handle full-frame case.
20548 Use catch/throw. Use feedmail-say-chatter.
20549 (feedmail-fiddle-from): Try mail-host-address.
20550 (feedmail-default-message-id-generator): Doc fix.
20551 Bind system-time-locale. Handle missing end.
20552 (feedmail-fiddle-x-mailer): Add debug call.
20553 Handle feedmail-x-mailer-line being nil.
20554 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20555 Add debug call. Use buffer-substring-no-properties.
20556 (feedmail-say-debug, feedmail-say-chatter): New functions.
20557 (feedmail-find-eoh): Give an explicit error.
20558
42c7e61e
UJ
205592011-05-13 Ulf Jasper <ulf.jasper@web.de>
20560
c2571358 20561 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 20562 family from helvetica to sans.
c2571358 20563 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
20564 etc/images/newsticker.
20565
c2571358 20566 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
20567 family from helvetica to sans.
20568
20569 * net/newst-plainview.el (newsticker-new-item-face)
20570 (newsticker-old-item-face, newsticker-immortal-item-face)
20571 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 20572 (newsticker-statistics-face): Change default family from
42c7e61e 20573 helvetica to sans.
c2571358 20574 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
20575 etc/images/newsticker.
20576
5d3385a0
JB
20577 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20578 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
20579 auto-marking.
20580
8497a297
DV
205812011-05-13 Didier Verna <didier@xemacs.org>
20582
20583 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
20584 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20585 TODO entries.
8497a297
DV
20586 (lisp-lambda-list-keyword-parameter-indentation)
20587 (lisp-lambda-list-keyword-parameter-alignment)
20588 (lisp-lambda-list-keyword-alignment): New customizable user options.
20589 (lisp-indent-defun-method): Improve docstring.
20590 (extended-loop-p): Fix comment.
20591 (lisp-indent-lambda-list-keywords-regexp): New variable.
20592 (lisp-indent-lambda-list): New function.
20593 (lisp-indent-259): Use it.
20594 (lisp-indent-defmethod): Support for more than one
20595 method qualifier and properly indent methods lambda-lists.
20596 (defgeneric): Provide a missing common-lisp-indent-function property.
20597
f278f87f
SM
205982011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20601 bounds for the empty string (bug#8667).
20602
5233edd7
GM
206032011-05-13 Glenn Morris <rgm@gnu.org>
20604
5237a44f
GM
20605 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20606
8340026c 20607 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 20608 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 20609
5233edd7 20610 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 20611 (appt-time-msg-list): Doc fix.
a5464014 20612 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 20613
92d10796
AS
206142011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20615
20616 * progmodes/ld-script.el (ld-script-keywords)
20617 (ld-script-builtins): Update keywords list.
20618
914a0ae1
SM
206192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20620
c89be45f
SM
20621 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20622
914a0ae1
SM
20623 * shell.el (shell-completion-vars): New function.
20624 (shell-mode):
20625 * simple.el (read-shell-command): Use it.
20626 (blink-matching-open): No need for " [...]" in minibuffer-message.
20627
98dc3df3
GM
206282011-05-12 Glenn Morris <rgm@gnu.org>
20629
20630 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20631 (appt-check): Simplify.
20632
d2fc7e3d 206332011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 20634
4d61f28d 20635 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
20636 literal "/dev/null".
20637
d2fc7e3d 206382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
20639
20640 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20641 Fix typo.
20642
d2fc7e3d 206432011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 20644
3f254caa
SM
20645 * progmodes/which-func.el (which-function):
20646 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
20647 which might not be defined (Bug#8260).
20648
d45885f7
GM
206492011-05-12 Glenn Morris <rgm@gnu.org>
20650
20651 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20652 Let byte-compile-initial-macro-environment always take precedence.
20653
488086f4
SM
206542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20655
20656 * net/rcirc.el: Add support for SSL/TLS connections.
20657 (rcirc-server-alist): New field `encryption'.
20658 (rcirc): Check `encryption' settings.
20659 (rcirc-connect): New arg `encryption'. Use open-network-stream.
20660 Merge make-local-variable into `set'.
20661 (rcirc--connection-open-p): New function.
20662 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20663 the process is not a network process (e.g. running gnutls-cli).
20664 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20665 Make rcirc-(en|de)code-coding-system local here.
20666 (rcirc-mode): Merge make-local-variable into `set'.
20667 (rcirc-parent-buffer): Make permanent buffer-local.
20668 (rcirc-multiline-minor-mode): Don't do it here.
20669 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20670 there's no server buffer.
20671
7d3b9d44
GM
206722011-05-11 Glenn Morris <rgm@gnu.org>
20673
f64049c6
GM
20674 * newcomment.el (comment-kill): Prefix "unused" local.
20675
93c9df73
GM
20676 * term/w32console.el (get-screen-color): Declare.
20677
7d3b9d44
GM
20678 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20679 Handle symbol elements of byte-compile-initial-macro-environment.
20680
9e2dd53f
LL
206812011-05-10 Leo Liu <sdl.web@gmail.com>
20682
488086f4
SM
20683 * bookmark.el (bookmark-bmenu-mode-map):
20684 Bind bookmark-bmenu-search to `/'.
8b340240 20685
9e2dd53f 20686 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
20687 (footnote-unicode-string, footnote-unicode-regexp): New variable.
20688 (Footnote-unicode): New function.
20689 (footnote-style-alist): Add unicode style to the list.
20690 (footnote-style): Doc fix.
9e2dd53f 20691
79b70037
GM
206922011-05-10 Jim Meyering <meyering@redhat.com>
20693
20694 Fix doubled-word typos.
20695 * international/quail.el (quail-insert-kbd-layout): and and -> and
20696 * kermit.el: and and -> and
20697 * net/ldap.el (ldap-search-internal): to to -> to
20698 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20699 * progmodes/js.el (js-mode): and and -> and
20700 * textmodes/artist.el (artist-move-to-xy): at at -> at
20701 (artist-draw-region-trim-line-endings): if if -> if
20702 And Safetyc -> Safety.
20703 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20704
b8f82dc1 207052011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 20706 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
20707
20708 * files.el (hack-one-local-variable-eval-safep):
20709 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
20710
4f99f44b
GM
207112011-05-10 Glenn Morris <rgm@gnu.org>
20712
20713 * calendar/diary-lib.el (diary-list-entries-hook)
20714 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20715 (diary-nongregorian-marking-hook, diary-list-entries)
20716 (diary-include-other-diary-files, diary-mark-entries)
20717 (diary-mark-included-diary-files): Doc fixes.
20718
84f29e6b
JB
207192011-05-09 Juanma Barranquero <lekktu@gmail.com>
20720
20721 * misc.el: Require tabulated-list.el during compilation.
20722
9bedd73a
CY
207232011-05-09 Chong Yidong <cyd@stupidchicken.com>
20724
488086f4
SM
20725 * progmodes/compile.el (compilation-start):
20726 Run compilation-filter-hook for the async case too.
9bedd73a
CY
20727 (compilation-filter-hook): Doc fix.
20728
797c735c
DD
207292011-05-09 Deniz Dogan <deniz@dogan.se>
20730
20731 * wdired.el: Remove outdated installation comment. Fix usage
20732 comment.
20733
5f4b1dfe
JB
207342011-05-09 Juanma Barranquero <lekktu@gmail.com>
20735
20736 * misc.el: Implement new command `list-dynamic-libraries'.
20737 (list-dynamic-libraries--loaded-only-p): New variable.
20738 (list-dynamic-libraries--refresh): New function.
20739 (list-dynamic-libraries): New command.
20740
4c44026c
CY
207412011-05-09 Chong Yidong <cyd@stupidchicken.com>
20742
488086f4
SM
20743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20744 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
20745 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
20746 higher priority to avoid clobbering by gnu.
20747
027f966d
CY
207482011-05-08 Chong Yidong <cyd@stupidchicken.com>
20749
20750 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20751 if the face has existing theme settings (Bug#8454).
20752
085f5d7d
CY
207532011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
20754
488086f4
SM
20755 * progmodes/perl-mode.el (perl-imenu-generic-expression):
20756 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 20757
2a86a00c
RS
20758 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20759 special file names `.' and `..' (Bug#8259).
20760
d9c54a06
CY
207612011-05-08 Chong Yidong <cyd@stupidchicken.com>
20762
488086f4
SM
20763 * progmodes/grep.el (grep-mode-font-lock-keywords):
20764 Remove buffer-changing entries.
d9c54a06
CY
20765 (grep-filter): New function.
20766 (grep-mode): Add it to compilation-filter-hook.
20767
20768 * progmodes/compile.el (compilation-filter-hook)
20769 (compilation-filter-start): New defvars.
20770 (compilation-filter): Call compilation-filter-hook prior to
20771 updating the process mark.
20772
c4662635
SM
207732011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20776
b0512a1d
EZ
207772011-05-07 Eli Zaretskii <eliz@gnu.org>
20778
605c9376
EZ
20779 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20780 mailclient-send-it even if window-system is nil. (Bug#8595)
20781
c4662635
SM
20782 * term/w32console.el (terminal-init-w32console):
20783 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
20784 background-mode. (Bug#8597)
20785
d1dc2cc2
SM
207862011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20787
20788 Make bytecomp.el understand that defmethod defines funs (bug#8631).
20789 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20790 New functions.
20791 (defgeneric, eieio--defmethod): Use them.
20792 (eieio-defgeneric): Remove.
20793 (defmethod): Call defgeneric in a way visible to the byte-compiler.
20794
915d1300
GM
207952011-05-07 Glenn Morris <rgm@gnu.org>
20796
a3961c3e
GM
20797 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20798 Use let rather than let*.
20799 (timeclock-find-discrep): Remove unused local.
20800
314347b9
GM
20801 * calendar/diary-lib.el (diary-comment-start): Doc fix.
20802
915d1300
GM
20803 * calendar/appt.el (appt-time-msg-list): Doc fix.
20804
275b59b0
NF
208052011-05-06 Noah Friedman <friedman@splode.com>
20806
20807 * apropos.el (apropos-print-doc): Only use
20808 emacs-lisp-docstring-fill-column when it is bound to an integer,
20809 per that variable's documentation.
20810
6c19f744
SM
208112011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 20814 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 20815
60f884b2
GM
208162011-05-06 Glenn Morris <rgm@gnu.org>
20817
5006e634
GM
20818 * calendar/appt.el (appt-message-warning-time): Doc fix.
20819 (appt-warning-time-regexp): New option.
20820 (appt-make-list): Respect appt-message-warning-time.
20821
548d0a63
GM
20822 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20823 New options.
20824 (diary-add-to-list): Strip comments from the displayed string.
20825 (diary-mode): Set comment-start and comment-end.
20826
60f884b2
GM
20827 * vc/diff-mode.el (smerge-refine-subst): Declare.
20828 (diff-refine-hunk): Don't require smerge-mode when compiling.
20829
989681bb
JB
208302011-05-06 Juanma Barranquero <lekktu@gmail.com>
20831
20832 * simple.el (list-processes): Return nil as the docstring says.
20833
a6bc05e1
MA
208342011-05-05 Michael Albinus <michael.albinus@gmx.de>
20835
20836 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20837 to "".
20838 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20839 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20840 determining of binary transfer. (Bug#7383)
20841
23c22e9a
MA
208422011-05-05 Michael Albinus <michael.albinus@gmx.de>
20843
c4662635
SM
20844 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20845 Fix port computation bug. (Bug#8618)
23c22e9a 20846
0bff894f
GM
208472011-05-05 Glenn Morris <rgm@gnu.org>
20848
b8296902
GM
20849 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20850
1f522ce8
GM
20851 * simple.el (shell-dynamic-complete-functions)
20852 (comint-dynamic-complete-functions): Declare.
20853
cf5bee67
GM
20854 * net/network-stream.el (gnutls-negotiate):
20855 * simple.el (tabulated-list-print): Fix declarations.
20856
20857 * progmodes/gud.el (syntax-symbol, syntax-point):
20858 Remove unnecessary and incorrect declarations.
20859
0bff894f 20860 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 20861 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 20862
9869b3ae
SM
208632011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 Fix earlier half-done eieio-defmethod change (bug#8338).
20866 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20867 Streamline and change calling convention.
20868 (defmethod): Adjust accordingly and simplify.
20869 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20870 new eieio--defmethod.
20871 (slot-boundp): Minor CSE simplification.
20872
9c1d5ac5
MZ
208732011-05-05 Milan Zamazal <pdm@zamazal.org>
20874
20875 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20876 (glasses-make-readable): Use glasses-separate-capital-groups.
20877
455c834e
JB
208782011-05-05 Juanma Barranquero <lekktu@gmail.com>
20879
20880 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20881 (warning-series): Doc fix.
20882 (display-warning): Don't try to create the buffer if we just found it.
20883
9ed7c8cb
CY
208842011-05-04 Chong Yidong <cyd@stupidchicken.com>
20885
20886 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20887 (autoload-find-generated-file): New function.
20888 (generate-file-autoloads): Bind generated-autoload-file to
20889 buffer-file-name.
9869b3ae
SM
20890 (update-file-autoloads, update-directory-autoloads):
20891 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
20892 output file (Bug#7989).
20893 (batch-update-autoloads): Doc fix.
20894
0898ca10
JB
208952011-05-04 Juanma Barranquero <lekktu@gmail.com>
20896
20897 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20898
31dfb76c
GM
208992011-05-04 Glenn Morris <rgm@gnu.org>
20900
f330b642
GM
20901 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20902 function, so it follows changes in calendar-date-style.
20903 (diary-fancy-date-matcher): New function.
20904 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20905 (diary-fancy-font-lock-fontify-region-function):
20906 Use diary-fancy-date-pattern as a function.
20907
31dfb76c
GM
20908 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20909 non-numbers for `year' etc pseudo-variables. (Bug#8583)
20910
48e79d6a
TZ
209112011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20912
20913 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20914 instead of positional arguments. Allow :keylist and :crlfiles
20915 arguments.
20916 (open-gnutls-stream): Call it.
20917
20918 * net/network-stream.el (network-stream-open-starttls): Adjust to
20919 call `gnutls-negotiate' with :process and :hostname arguments.
20920
dd5a5ee0
SM
209212011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
20922
ef80fc09
SM
20923 * minibuffer.el (completion--message): New function.
20924 (completion--do-completion, minibuffer-complete)
20925 (minibuffer-force-complete, minibuffer-complete-word): Use it.
20926 (completion--do-completion): Don't ignore completion-auto-help when in
20927 icomplete-mode.
20928
dd5a5ee0
SM
20929 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20930 internal encoding (e.g. tibetan zero is not whitespace).
20931 (global-whitespace-mode): Prefer save-current-buffer.
20932 (whitespace-trailing-regexp): Remove useless save-match-data.
20933 (whitespace-empty-at-bob-regexp): Minor simplification.
20934
b7d22a83
CY
209352011-05-03 Chong Yidong <cyd@stupidchicken.com>
20936
20937 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20938
5192af46
AM
209392011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20940
20941 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 20942 Use `concat' to create string for insertion.
5192af46 20943
5767d190
SM
209442011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20947 Avoid open-line which runs post-self-insert-hook.
20948 (bibtex-fill-entry): Remove unused `end' var.
20949
bf242939
AM
209502011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
20951
5767d190
SM
20952 * textmodes/ispell.el (ispell-add-per-file-word-list):
20953 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 20954
25666126
LL
209552011-05-03 Leo Liu <sdl.web@gmail.com>
20956
20957 * isearch.el (isearch-yank-pop): New command.
5767d190 20958 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
20959 (isearch-forward): Mention it.
20960
52d3c2d0
SM
209612011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20962
1bcace58
SM
20963 * simple.el (minibuffer-complete-shell-command): Remove.
20964 (minibuffer-local-shell-command-map): Use completion-at-point.
20965 (read-shell-command): Setup completion vars here instead.
20966 (read-expression-map): Bind TAB to symbol completion.
20967
52d3c2d0
SM
20968 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20969 error directly rather via storing it into `results'.
20970
35813471
LL
209712011-05-02 Leo Liu <sdl.web@gmail.com>
20972
20973 * vc/diff.el: Fix description.
20974
e793a940
LMI
209752011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20976
20977 * server.el (server-eval-at): New function.
20978
8de66e05
LMI
209792011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20980
20981 * net/network-stream.el (open-network-stream): Take a :nowait
20982 parameter and pass it on to `make-network-process'.
20983 (network-stream-open-plain): Ditto.
20984
dcb79f20
AS
209852011-04-30 Andreas Schwab <schwab@linux-m68k.org>
20986
20987 * faces.el (face-spec-set-match-display): Don't match toolkit
20988 options on terminal frames.
20989
14a7fbd8
SM
209902011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20991
7eabc1be
SM
20992 * progmodes/pascal.el: Use lexical binding.
20993 (pascal-mode-map): Remove author preferences.
20994
14a7fbd8
SM
20995 * pcomplete.el (pcomplete-std-complete): Don't abuse
20996 completion-at-point.
20997
50f84510
JB
209982011-04-28 Juanma Barranquero <lekktu@gmail.com>
20999
6e087a44
JB
21000 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21001 removing code that has been dead since 1991 or so.
21002
50f84510
JB
21003 * startup.el (command-line): When warning about "_emacs", use a
21004 delayed warning to allow the user to filter it out.
21005
0ba690bd
DD
210062011-04-28 Deniz Dogan <deniz@dogan.se>
21007
21008 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21009 user has not joined.
21010
08abfaad
SM
210112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21014 aren't any completions at point.
21015
638f053a
JB
210162011-04-28 Juanma Barranquero <lekktu@gmail.com>
21017
21018 * subr.el (display-delayed-warnings): New function.
21019 (delayed-warnings-hook): New variable.
21020
8fff8daa
SM
210212011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21022
08abfaad
SM
21023 * minibuffer.el (completion-at-point, completion-help-at-point):
21024 Don't presume that a given completion-at-point-function will always
21025 use the same calling convention.
21026
8fff8daa
SM
21027 * pcomplete.el (pcomplete-completions-at-point):
21028 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
21029 pcomplete-seen is non-nil.
21030 (pcomplete-comint-setup): Also recognize the new comint/shell
21031 completion functions.
21032 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
21033 pcomplete-seen is non-nil.
21034
841a1577 210352011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 21036
841a1577 21037 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 21038 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 21039 the first character in the entry. This allows for code to add its
211ec907
UJ
21040 own uid to the entry.
21041 (icalendar--convert-float-to-ical): Add export of
21042 `diary-float'-entries save for those with the optional DAY
21043 argument.
21044
2a782793
DC
210452011-04-27 Daniel Colascione <dan.colascione@gmail.com>
21046
21047 * subr.el (shell-quote-argument): Use alternate escaping strategy
21048 when we spot a variable reference in a string.
21049
0438ce91
DC
210502011-04-26 Daniel Colascione <dan.colascione@gmail.com>
21051
21052 * cus-start.el (all): Define customization for debug-on-event.
21053
841a1577 210542011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
21055
21056 * subr.el (shell-quote-argument): Escape correctly under Windows.
21057
d090ed6c
SM
210582011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
21061
bfd31217
MA
210622011-04-25 Michael Albinus <michael.albinus@gmx.de>
21063
d090ed6c
SM
21064 * net/tramp.el (tramp-process-actions): Add POS argument.
21065 Delete region between POS and (pos).
bfd31217 21066
d090ed6c
SM
21067 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21068 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
21069 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
21070
21071 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
21072 position in `tramp-process-actions' call.
21073
21074 * net/trampver.el: Update release number.
21075
e92f3bd3
SM
210762011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21077
850256b5
SM
21078 * custom.el (defcustom): Obey lexical-binding.
21079
e92f3bd3
SM
21080 Fix octave-inf completion problems reported by Alexander Klimov.
21081 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
21082 Inherit from octave-mode-syntax-table.
21083 (inferior-octave-mode): Set info-lookup-mode.
21084 (inferior-octave-completion-at-point): New function.
21085 (inferior-octave-complete): Use it and completion-in-region.
21086 (inferior-octave-dynamic-complete-functions): Use it as well, and use
21087 comint-filename-completion.
21088 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
21089 symbol elements which shouldn't be word elements.
21090 (octave-font-lock-keywords, octave-beginning-of-defun)
21091 (octave-function-header-regexp): Adjust regexps accordingly.
21092 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
21093
cd22b309
JB
210942011-04-25 Juanma Barranquero <lekktu@gmail.com>
21095
21096 * net/gnutls.el (gnutls-errorp): Declare before first use.
21097
8b492194
TZ
210982011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
21099
21100 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
21101 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 21102 default trustfile exists before going to use it. Add missing
5a5fa834 21103 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
21104 Reported by Claudio Bley <claudio.bley@gmail.com>.
21105 (open-gnutls-stream): Add usage example.
21106
21107 * net/network-stream.el (network-stream-open-starttls): Give host
21108 parameter to `gnutls-negotiate'.
21109 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 21110 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 21111
841a1577 211122011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 21113
cd22b309
JB
21114 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
21115 Use correct match group (bug#8438).
05842630 21116
3ba7869c
CY
211172011-04-24 Chong Yidong <cyd@stupidchicken.com>
21118
512e3ae1
CY
21119 * emacs-lisp/package.el (package-built-in-p): Fix typo.
21120 (package-menu--generate): New arg specifying packages to show.
21121 (package-menu-refresh, package-menu-execute, list-packages):
21122 Callers changed.
21123 (package-show-package-list): New function, replacing deleted
21124 package--list-packages (renamed because it is non-internal).
21125
21126 * finder.el (finder-list-matches): Use package-show-package-list
21127 instead of deleted package--list-packages.
21128
e92f3bd3
SM
21129 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
21130 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
21131 (vc-annotate-mode-map): Bind it to RET.
21132
7031be6d
UR
211332011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
21134
21135 * progmodes/etags.el (next-file): Don't use set-buffer to change
21136 buffers (Bug#8478).
21137
4ef177aa
CY
211382011-04-24 Chong Yidong <cyd@stupidchicken.com>
21139
c8d173eb
CY
21140 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
21141
4ef177aa
CY
21142 * apropos.el (apropos-label-face): Avoid variable-pitch face.
21143 (apropos-accumulator): Doc fix.
21144 (apropos-function, apropos-macro, apropos-command)
21145 (apropos-variable, apropos-face, apropos-group, apropos-widget)
21146 (apropos-plist): Add face property.
21147 (apropos-symbols-internal): Fix indentation.
21148 (apropos-print): Simplify help, and recognize apropos-multi-type.
21149 (apropos-print-doc): Use button-type-get to extract the button's
21150 face property. Fill docstring (Bug#8352).
21151
4ffd0d6b 211522011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
21153
21154 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
21155
c6c32125 21156 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 21157 (mpuz-mode-map): Use mapc.
c6c32125
JB
21158 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
21159 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
21160 Fix typos in docstrings.
21161
58d468b4
JB
21162 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
21163 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
21164
6470c3c6
JB
21165 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
21166
4ffd0d6b 211672011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
21168
21169 * minibuffer.el (completion--do-completion): Avoid the "Next char
21170 not unique" prompt if icomplete-mode is enabled (Bug#5849).
21171
3ad8bad0
CY
21172 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
21173 mouse-2 into unread-command-events, it is interpreted correctly.
21174
71d73c9c 21175 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 21176 (image-toggle-display): Doc fix.
71d73c9c 21177
841a1577 211782011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 21179
4ffd0d6b
GM
21180 * textmodes/page.el (what-page): Use line-number-at-pos to
21181 calculate line number (Bug#6825).
6e1dbaa9 21182
c2fb1b60
JB
211832011-04-22 Juanma Barranquero <lekktu@gmail.com>
21184
21185 * eshell/esh-mode.el (find-tag-interactive): Declare function.
21186 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
21187 Pass argument NO-DEFAULT to `find-tag-interactive'.
21188
e02f48d7
JB
211892011-04-22 Juanma Barranquero <lekktu@gmail.com>
21190
21191 Lexical-binding cleanup.
21192
21193 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
21194 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
21195 * progmodes/ada-prj.el (ada-prj-initialize-values)
21196 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
21197 (ada-prj-show-value):
21198 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
21199 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
21200 (antlr-invalidate-context-cache, antlr-options-menu-filter)
21201 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
21202 * progmodes/bug-reference.el (bug-reference-push-button):
21203 * progmodes/fortran.el (fortran-line-length):
21204 * progmodes/glasses.el (glasses-change):
21205 * progmodes/octave-mod.el (octave-fill-paragraph):
21206 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
21207 (python-pdbtrack-grub-for-buffer, python-sentinel):
21208 * progmodes/sql.el (sql-save-connection):
21209 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
21210 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
21211 Mark unused parameters.
21212
21213 * progmodes/compile.el (compilation--flush-directory-cache)
21214 (compilation--flush-parse, compile-internal): Mark unused parameters.
21215 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
21216 (compilation-next-error-function): Remove unused variable `timestamp'.
21217
21218 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
21219 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
21220
21221 * progmodes/dcl-mode.el (dcl-end-of-command):
21222 Remove unused variable `start'.
21223 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
21224 (dcl-option-value-basic, dcl-option-value-offset)
21225 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
21226 Mark unused parameters.
21227 (dcl-save-local-variable): Remove unused variable `val'.
21228 (mode): Declare.
21229
21230 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
21231 Mark unused parameters.
21232 (delphi-ignore-changes): Move before first use.
21233 (delphi-charset-token-at): Remove unused variable `start'.
21234 (delphi-else-start): Remove unused variable `if-count'.
21235 (delphi-comment-block-start, delphi-comment-block-end):
21236 Remove unused variable `kind'.
21237 (delphi-indent-line): Remove unused variable `new-point'.
21238
21239 * progmodes/ebrowse.el (ebrowse-files-list)
21240 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
21241 Mark unused parameters. Don't quote `lambda'.
21242 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
21243 Don't quote `lambda'.
21244 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
21245 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
21246 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
21247 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
21248 Use `ignore-errors'.
21249 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
21250 (ebrowse-view/find-file-and-search-pattern)
21251 (ebrowse-view/find-member-declaration/definition):
21252 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
21253 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
21254 Rename parameter PREFIX-ARG to PREFIX.
21255 (ebrowse-tags-read-name): Remove unused variables `start' and
21256 `member-info'.
21257 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
21258 to `tags-file'.
21259
21260 * progmodes/etags.el (local-find-tag-hook): Declare.
21261 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
21262 Mark unused parameters.
21263
21264 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
21265 (executable-interpret): Mark unused parameter.
21266
21267 * progmodes/flymake.el (flymake-process-sentinel)
21268 (flymake-after-change-function)
21269 (flymake-create-temp-with-folder-structure)
21270 (flymake-get-include-dirs-dot): Mark unused parameters.
21271 (flymake-safe-delete-directory): Remove unused variable `err'.
21272
21273 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
21274 (speedbar-timer-fn, speedbar-line-text)
21275 (speedbar-change-expand-button-char, speedbar-delete-subblock)
21276 (speedbar-center-buffer-smartly): Declare functions.
21277 (gdb-find-watch-expression): Remove unused variable `array'.
21278 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
21279 (gdb-starting): Mark unused parameters.
21280 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
21281 (gdb-table-string): Remove unused variable `res'.
21282 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
21283 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
21284 (gdb-display-buffer): Remove unused variable `cur-size'.
21285
21286 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
21287 allow lexical-binding compilation.
21288 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
21289 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
21290 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
21291 Mark unused parameters.
21292 (gud-gdb-marker-filter): Remove unused variable `match'.
21293 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
21294 lambda expressions and funcall them, instead of using `fset'.
21295
21296 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
21297 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
21298
21299 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21300 variable `header-beg'; use `let'.
21301
21302 * progmodes/icon.el (indent-icon-exp): Remove unused variables
21303 `restart', `last-sexp' and `at-do'.
21304
21305 * progmodes/js.el (js--debug): Mark unused parameter.
21306 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21307 (js--splice-into-items): Remove unused variable `item'.
21308 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21309
21310 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21311 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21312 (makefile-complete): Remove unused variable `try'.
21313 (makefile-fill-paragraph, makefile-match-function-end):
21314 Mark unused parameters.
21315
21316 * progmodes/octave-inf.el (inferior-octave-complete):
21317 Remove unused variable `proc'.
21318 (inferior-octave-output-digest): Mark unused parameter.
21319
21320 * progmodes/perl-mode.el (perl-calculate-indent):
21321 Remove unused variable `err'.
21322
21323 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21324 (prolog-indent-line): Mark unused parameters.
21325 (prolog-indent-line): Remove unused variable `beg'.
21326
21327 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21328 (reporter-dont-compact-list): Declare.
21329
21330 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21331 Remove unused variable `char'.
21332 (sh-debug): Mark unused parameter.
21333 (sh-get-indent-info): Remove unused variable `start'.
21334 (sh-calculate-indent): Remove unused variable `var'.
21335
21336 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21337 (simula-electric-keyword): Remove unused variable `null'.
21338 (simula-search-backward, simula-search-forward): Remove unused
21339 variables `begin' and `end'.
21340
21341 * progmodes/vera-mode.el (vera-guess-basic-syntax):
21342 Remove unused variable `pos'.
21343 (vera-electric-tab, vera-comment-uncomment-region):
21344 Mark unused parameters.
21345 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21346
7ede3b65
CY
213472011-04-22 Chong Yidong <cyd@stupidchicken.com>
21348
21349 * emacs-lisp/package.el (package--builtins, package-alist)
21350 (package-load-descriptor, package-built-in-p, package-activate)
21351 (define-package, package-installed-p)
21352 (package-compute-transaction, package-buffer-info)
21353 (package--push): Doc fix. Distinguish more clearly between
21354 version strings and version lists.
21355
121656e9
JB
213562011-04-21 Juanma Barranquero <lekktu@gmail.com>
21357
21358 Lexical-binding cleanup.
21359
21360 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21361 (5x5-make-mutate-best):
21362 * play/fortune.el (fortune-in-buffer):
21363 * play/gomoku.el (gomoku-init-display):
21364 * play/solitaire.el (solitaire, solitaire-do-check):
21365 * play/tetris.el (tetris-default-update-speed-function):
21366 Mark unused parameters.
21367
21368 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21369 (bubbles--shift): Remove unused variable `char-org'.
21370 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
21371 (bubbles--show-images): Remove unused variable `char'.
21372
21373 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21374 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21375 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21376 (decipher-analyze-buffer): Use ?\s.
21377 (decipher-make-checkpoint): Remove unused variable `mapping'.
21378
21379 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21380
21381 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21382 Remove unused variable `result'; use `let'.
21383
21384 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21385 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21386 (gametree-children-shown-p, gametree-compute-reduced-score):
21387 Use `ignore-errors'.
21388
21389 * play/handwrite.el (ps-lpr-switches): Declare.
21390 (handwrite): Remove unused variables `pmin' and `lastp'.
21391
21392 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21393
21394 * play/landmark.el (landmark-init-display)
21395 (landmark-update-naught-weights): Mark unused parameters.
21396 (landmark-y): Remove unused variable `noise'. Simplify.
21397 (landmark-human-plays): Remove unused variable `score'.
21398
21399 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21400 (mpuz-try-proposal): Remove unused variable `game'.
21401
21402 * play/zone.el (life-patterns): Declare.
21403
80f499c7
JB
214042011-04-20 Juanma Barranquero <lekktu@gmail.com>
21405
21406 * vc/vc.el (ediff-vc-internal): Declare function.
21407
024ff170
SM
214082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21409
c0a193ea
SM
21410 * shell.el: Use lexical-binding and std completion UI.
21411 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21412 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21413 comint-preoutput-filter-functions rather than on
21414 comint-output-filter-functions.
21415 (shell-command-completion, shell--command-completion-data)
21416 (shell-filename-completion, shell-environment-variable-completion)
21417 (shell-c-a-p-replace-by-expanded-directory): New functions.
21418 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21419 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21420 (shell-dynamic-complete-environment-variable): Use them.
21421 (shell-dynamic-complete-as-environment-variable)
21422 (shell-dynamic-complete-as-command): Remove.
21423 (shell-match-partial-variable): Match past point.
21424 * comint.el: Clean up use of completion-at-point-functions.
21425 (comint-completion-at-point): New function.
21426 (comint-mode): Use it completion-at-point-functions.
21427 (comint-dynamic-complete): Make it obsolete.
21428 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21429 (comint-c-a-p-replace-by-expanded-history): New function.
21430 (comint-dynamic-complete-functions)
21431 (comint-replace-by-expanded-history): Use it.
21432 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21433 termination strings. Try harder to avoid second try-completion.
21434 (completion-in-region-mode-map): Disable bindings that don't work yet.
21435
2dbaa080
SM
21436 * comint.el: Use lexical-binding. Require CL.
21437 (comint-dynamic-complete-functions): Use comint-filename-completion.
21438 (comint-completion-addsuffix): Tweak custom type.
21439 (comint-filename-completion, comint--common-suffix)
21440 (comint--common-quoted-suffix, comint--table-subvert)
21441 (comint--complete-file-name-data): New functions.
21442 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21443 (comint-dynamic-list-filename-completions): Use them.
21444 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 21445
2dbaa080
SM
21446 * minibuffer.el (completion-in-region-mode):
21447 Keep completion-in-region-mode--predicate global.
21448 (completion-in-region--postch):
21449 Assume completion-in-region-mode--predicate is not null.
21450
c79a6f38
SM
21451 * progmodes/flymake.el (flymake-start-syntax-check-process):
21452 Obey `dir'. Simplify.
21453
024ff170
SM
21454 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21455 we're in VC after all.
21456
1c6c854e
CS
214572011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21458
21459 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 21460 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
21461 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21462
bed7f140
SM
214632011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21464
332e62ab
SM
21465 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21466 add sanity check.
21467
bed7f140
SM
21468 * obsolete/erc-hecomplete.el: Make obsolete.
21469 * obsolete/: Standardize obsolescence info in the header.
21470
f195c582
GM
214712011-04-20 Glenn Morris <rgm@gnu.org>
21472
21473 * calendar/solar.el (solar-horizontal-coordinates):
21474 Use the longitude argument rather than `calendar-longitude'.
21475 (solar-date-next-longitude): Remove unused locals.
21476
cb79b8c0
VJL
214772011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21478
21479 * whitespace.el: New version 13.2.1.
21480
214812011-04-20 felix <EmacsWiki> (tiny change)
21482
d8e4b68b 21483 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
21484 switching between major modes on a file.
21485
602ea69d
SM
214862011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21487
21488 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21489 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21490 multi-line comments as well.
21491
06b60517
JB
214922011-04-19 Juanma Barranquero <lekktu@gmail.com>
21493
21494 Lexical-binding cleanup.
21495
21496 * arc-mode.el (archive-mode-revert):
21497 * cmuscheme.el (scheme-interactively-start-process):
21498 * custom.el (custom-initialize-delay):
21499 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21500 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21501 * emacs-lock.el (emacs-lock-clear-sentinel):
21502 * ezimage.el (defezimage):
21503 * follow.el (follow-avoid-tail-recenter):
21504 * fringe.el (set-fringe-mode-1):
21505 * generic-x.el (bat-generic-mode-compile):
21506 * help-mode.el (help-info-variable, help-do-xref)
21507 (help-mode-revert-buffer):
21508 * help.el (view-emacs-todo):
21509 * iswitchb.el (iswitchb-completion-help):
21510 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21511 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21512 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21513 * locate.el (locate-update):
21514 * longlines.el (longlines-encode-region)
21515 (longlines-after-change-function):
21516 * outline.el (outline-isearch-open-invisible):
21517 * ps-def.el (declare-function, charset-dimension, char-width)
21518 (encode-char):
21519 * ps-mule.el (ps-mule-plot-string):
21520 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21521 (recentf-edit-list-select, recentf-edit-list-validate)
21522 (recentf-open-files-action):
21523 * rect.el (delete-whitespace-rectangle-line)
21524 (rectangle-number-line-callback):
21525 * register.el (window-configuration-to-register)
21526 (frame-configuration-to-register):
21527 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21528 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21529 (xselect-convert-to-targets, xselect-convert-to-delete)
21530 (xselect-convert-to-filename, xselect-convert-to-charpos)
21531 (xselect-convert-to-lineno, xselect-convert-to-colno)
21532 (xselect-convert-to-os, xselect-convert-to-host)
21533 (xselect-convert-to-user, xselect-convert-to-class)
21534 (xselect-convert-to-name, xselect-convert-to-integer)
21535 (xselect-convert-to-atom, xselect-convert-to-identity):
21536 * subr.el (declare, ignore, process-kill-without-query)
21537 (text-clone-maintain):
21538 * terminal.el (te-get-char, te-tic-sentinel):
21539 * tool-bar.el (tool-bar-make-keymap):
21540 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21541 * type-break.el (type-break-mode, type-break-noninteractive-query):
21542 * view.el (View-back-to-mark):
21543 * wid-browse.el (widget-browse-action, widget-browse-widget)
21544 (widget-browse-widgets, widget-browse-sexp):
21545 * widget.el (define-widget-keywords):
21546 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21547 Mark unused parameters.
21548
21549 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21550 (align-areas): Remove unused variable `look'.
21551 (align-region): Remove unused variables `real-end' and `pos-list'.
21552
21553 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21554
21555 * bindings.el (mode-line-modified, mode-line-remote):
21556 Mark unused parameters.
21557 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21558
21559 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21560 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21561
21562 * comint.el (comint-history-isearch-pop-state)
21563 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21564 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21565 (comint-substitute-in-file-name): Doc fix.
21566
21567 * completion.el (cmpl-statistics-block): Mark unused parameter.
21568 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21569 (save-completions-to-file, load-completions-from-file):
21570 Remove unused local variable `e'.
21571
21572 * composite.el (compose-chars): Remove unused variable `len'.
21573 (lgstring-insert-glyph): Remove unused variable `g'.
21574 (compose-glyph-string): Remove unused variables `ascent',
21575 `descent', `lbearing' and `rbearing'.
21576 (compose-glyph-string-relative): Remove unused variables
21577 `lbearing', `rbearing' and `wadjust'.
21578 (compose-gstring-for-graphic): Remove unused variables `header',
21579 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21580 (compose-gstring-for-terminal): Remove unused variables `header'
21581 and `nchars'. Use `let', not `let*'.
21582
21583 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21584 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21585 (Custom-buffer-done, custom-buffer-create-internal)
21586 (custom-browse-visibility-action, custom-browse-group-tag-action)
21587 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21588 (widget-magic-mouse-down-action, custom-toggle-parent)
21589 (custom-add-parent-links, custom-toggle-hide-variable)
21590 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21591 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21592 (custom-face-menu-create, custom-variable-menu-create, get)
21593 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21594 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21595 (customize-apropos): Remove unused variable `tests'.
21596 (custom-group-value-create): Remove unused variable `hidden-p'.
21597 (sort-fold-case): Declare.
21598
21599 * cus-theme.el (custom-reset-standard-faces-list)
21600 (custom-reset-standard-variables-list): Declare.
21601 (customize-create-theme, custom-theme-revert, custom-theme-write)
21602 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21603 Mark unused parameters.
21604
21605 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21606
21607 * delim-col.el (delimit-columns-max): Move defvar before first use.
21608
21609 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 21610 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
21611
21612 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21613 (auto-insert): Declare.
21614 (desktop-restore-file-buffer): Rename desktop-* parameters;
21615 mark unused ones.
21616 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21617 (desktop-buffer): Rename desktop-* parameters.
21618
21619 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21620 (dframe-reposition-frame-xemacs, dframe-help-echo)
21621 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21622 Mark unused parameters.
21623
21624 * dired-aux.el (backup-extract-version-start, overwrite-query)
21625 (overwrite-backup-query, rename-regexp-query)
21626 (rename-non-directory-query): Declare.
21627 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21628 (dired-add-entry): Remove unused variable `orig-file-name'.
21629 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21630 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21631 `dired-copy-preserve-time' directly.
21632 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21633 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21634
21635 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21636 (dired-virtual-revert, dired-make-relative-symlink):
21637 Mark unused parameters.
21638 (manual-program): Declare.
21639 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21640 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21641 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21642
21643 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21644
21645 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21646
21647 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21648 Declare.
21649
21650 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21651
21652 * electric.el (Electric-command-loop): Rename parameter
21653 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21654
21655 * expand.el (expand-in-literal): Remove unused variable `here'.
21656
21657 * facemenu.el (facemenu-add-new-color):
21658 Remove unused variable `docstring'.
21659
21660 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21661 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21662 (face-attr-construct): Mark unused parameter. Doc fix.
21663 (read-color): Remove unused variable `hex-string'.
21664
21665 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21666 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21667 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21668 (display-buffer-other-frame): Remove unused variable `old-window'.
21669 (kill-buffer-hook): Declare.
21670 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21671 Mark unused parameters.
21672 (after-find-file): Pass 1 to `auto-save-mode', not t.
21673
21674 * files-x.el (auto-insert): Declare.
21675 (modify-file-local-variable-prop-line): Remove unused variable `val'.
21676
21677 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 21678 variable `buf'. Mark unused parameter.
06b60517
JB
21679 (find-lisp-insert-directory): Mark unused parameter.
21680
21681 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21682 (format-encode-region): Remove unused variables `cur-buf' and `result'.
21683 (format-common-tail): Remove, unused.
21684 (format-deannotate-region): Remove unused variable `loc'.
21685 (format-annotate-region): Remove unused variable `p'.
21686 (format-annotate-single-property-change): Remove unused variables
21687 `default' and `tail'.
21688
21689 * forms.el (read-file-filter): Declare.
21690 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21691
21692 * frame.el (frame-creation-function-alist): Mark unused parameter.
21693 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21694
21695 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21696 Remove unused parameters.
21697 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21698 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21699
21700 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21701 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21702 (hfy-prepare-tag-map): Mark unused parameters.
21703 (htmlfontify-buffer): Use `called-interactively-p'.
21704
21705 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21706 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21707 (ibuffer-do-occur): Mark unused parameters.
21708 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21709 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21710
21711 * ibuffer.el: Don't quote `lambda'.
21712 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21713 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21714 Mark unused parameters.
21715
21716 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21717 (ido-completing-read): Mark unused parameters.
21718 (ido-copy-current-word): Mark unused parameters;
21719 remove unused variable `name'.
21720 (ido-sort-merged-list): Remove unused parameter `dirs'.
21721
21722 * ielm.el (ielm-input-sender): Mark unused parameter.
21723 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21724 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21725 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21726 `ielm-string' as a dynamic variable accessible from the IELM prompt.
21727 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
21728
21729 * image-dired.el (image-dired-display-thumbs): Remove unused
21730 variables `curr-file' and `count'.
21731 (image-dired-remove-tag): Remove unused variable `start'.
21732 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21733 variable `curr-file'
21734 (image-dired-rotate-original): Remove unused variable `temp-file'.
21735 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21736 Remove unused variable `file'.
21737 (image-dired-gallery-generate): Remove unused variable `curr'.
21738 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21739
21740 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21741
21742 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21743
21744 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21745
21746 * isearch.el (minibuffer-history-symbol): Declare.
21747 (isearch-edit-string): Remove unused variable `err'.
21748 (isearch-message-prefix, isearch-message-suffix):
21749 Mark unused parameters.
21750
21751 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21752
21753 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21754
21755 * makesum.el (double-column): Remove unused variable `cnt'.
21756
21757 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21758 (ido-ignore-item-temp-list): Declare.
21759
21760 * mouse-drag.el (mouse-drag-throw): Remove unused variables
21761 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21762 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21763 (mouse-drag-drag): Remove unused variables `mouse-delta' and
21764 `mouse-col-delta'.
21765
21766 * mouse-sel.el (mouse-extend-internal):
21767 Remove unused variable `orig-window-frame'.
21768
21769 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21770 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21771 Move declarations before first use.
21772 (pcomplete-opt): Mark unused parameters; doc fix.
21773
21774 * proced.el (proced-revert): Mark unused parameter.
21775 (proced-send-signal): Remove unused variable `err'.
21776
21777 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21778 Rename parameter PREFIX-ARG to ARG.
21779 (ps-basic-plot-string, ps-basic-plot-whitespace):
21780 Mark unused parameters.
21781
21782 * replace.el (replace-count): Define.
21783 (occur-revert-function): Mark unused parameters.
21784 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21785 (isearch-case-fold-search, isearch-string): Declare.
21786 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21787 bind `case-fold-search'. Remove unused variables `beg' and `end',
21788 and simplify.
21789 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21790 COUNT and bind `replace-count'.
21791 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21792 to COUNT.
21793
21794 * savehist.el (print-readably, print-string-length): Declare.
21795
21796 * shadowfile.el (shadow-expand-cluster-in-file-name):
21797 Remove unused variable `cluster'.
21798 (shadow-copy-file): Remove unused variable `i'.
21799 (shadow-noquery, shadow-clusters, shadow-site-cluster)
21800 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21801 (shadow-define-literal-group, shadow-define-regexp-group)
21802 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21803
21804 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21805 (shell): Use `called-interactively-p'.
21806 (shell-directory-tracker): Remove unused variable `chdir-failure'.
21807
21808 * simple.el (compilation-context-lines, comint-file-name-quote-list)
21809 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21810 (delete-backward-char): Remove unused variable `ocol'.
21811 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21812 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21813 (event-apply-hyper-modifier, event-apply-shift-modifier)
21814 (event-apply-control-modifier, event-apply-meta-modifier):
21815 Mark unused parameters.
21816 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21817 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21818
21819 * speedbar.el (speedbar-ignored-directory-expressions)
21820 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21821 (speedbar-find-file, speedbar-dir-follow)
21822 (speedbar-directory-buttons-follow, speedbar-tag-find)
21823 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21824 (speedbar-buffers-line-directory, speedbar-buffer-click):
21825 Mark unused parameters.
21826 (speedbar-tag-file): Remove unused variable `mode'.
21827 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21828
21829 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21830
21831 * talk.el (talk): Remove unused variable `display'.
21832
21833 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21834 (tar-write-region-annotate): Mark unused parameter.
21835
21836 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21837 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21838 Declare them, wrapped in `with-no-warnings' to avoid replacing one
21839 warning by another.
21840
21841 * time-stamp.el (time-stamp-string-preprocess):
21842 Remove unused variable `require-padding'.
21843
21844 * tree-widget.el (widget-glyph-enable): Declare.
21845 (tree-widget-action): Mark unused parameter.
21846
21847 * w32-fns.el (x-get-selection): Mark unused parameter.
21848 (autoload-make-program, generated-autoload-file): Declare.
21849
21850 * wdired.el (wdired-revert): Mark unused parameters.
21851 (wdired-xcase-word): Remove unused variable `err'.
21852
21853 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21854 (whitespace-help-scroll): Remove unused variable `data-help'.
21855
21856 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21857 (widget-image-insert, widget-after-change, default)
21858 (widget-default-format-handler, widget-default-notify)
21859 (widget-default-prompt-value, widget-info-link-action)
21860 (widget-url-link-action, widget-function-link-action)
21861 (widget-variable-link-action, widget-file-link-action)
21862 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21863 (widget-field-prompt-internal, widget-field-action, widget-field-match)
21864 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21865 (widget-insert-button-action, widget-delete-button-action, visibility)
21866 (widget-documentation-link-action, widget-documentation-string-action)
21867 (widget-const-prompt-value, widget-regexp-match, symbol)
21868 (widget-coding-system-prompt-value)
21869 (widget-key-sequence-value-to-external, sexp)
21870 (widget-sexp-value-to-internal, character, vector, cons)
21871 (widget-choice-prompt-value, widget-boolean-prompt-value)
21872 (widget-color--choose-action): Mark unused parameters.
21873 (widget-item-match-inline, widget-choice-match-inline)
21874 (widget-checklist-match, widget-checklist-match-inline)
21875 (widget-group-match): Rename parameter VALUES to VALS.
21876 (widget-field-value-set): Remove unused variable `size'.
21877 (widget-color-action): Remove unused variables `value' and `start'.
21878
21879 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 21880 variable `dir'. Doc fix.
06b60517
JB
21881 (windmove-find-other-window): Don't pass it.
21882
21883 * window.el (count-windows): Mark unused parameter.
21884 (bw-adjust-window): Remove unused variable `err'.
21885
21886 * woman.el (woman-file-name): Remove unused variable `default'.
21887 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21888 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21889 (global-font-lock-mode): Declare.
21890 (woman-decode-region): Mark unused parameter.
21891 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21892
21893 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21894 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21895 (x-dnd-handle-moz-url): Remove unused variable `title'.
21896 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21897
21898 * xml.el (xml-parse-tag, xml-parse-attlist):
21899 Remove unused variable `pos'.
21900
bc4f7f3d
GM
219012011-04-19 Glenn Morris <rgm@gnu.org>
21902
21903 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21904 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21905 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21906 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21907 * calendar/cal-html.el (cal-html-insert-minical):
21908 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21909 (calendar-mark-date-pattern):
21910 Prefix "unused" locals.
21911
21912 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21913 optional argument `style'.
21914
21915 * calendar/appt.el (appt-make-list):
21916 * calendar/cal-china.el (calendar-chinese-date-string):
21917 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21918 (diary-hebrew-yahrzeit):
21919 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21920 * calendar/calendar.el (calendar-generate-window):
21921 * calendar/time-date.el (time-to-days):
21922 Remove unused local variables.
21923
16a43933
CY
219242011-04-18 Chong Yidong <cyd@stupidchicken.com>
21925
21926 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21927 glyphless-char-display table.
21928 (tabulated-list-glyphless-char-display): New var.
21929
7eed1860
SS
219302011-04-18 Sam Steingold <sds@gnu.org>
21931
21932 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21933 to acknowledgments.
21934
4d2d1ccd
GM
219352011-04-17 Glenn Morris <rgm@gnu.org>
21936
21937 * calendar/diary-lib.el (diary-sexp-entry):
21938 * calendar/holidays.el (holiday-sexp):
21939 Set debug-on-error rather than the removed stack-trace-on-error.
21940
239da61d
GM
219412011-04-16 Glenn Morris <rgm@gnu.org>
21942
21943 * progmodes/f90.el: Use lexical-binding.
21944 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21945
8b05752a
SM
219462011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21947
daca8ba5
SM
21948 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21949 (mail-mode): Setup mailalias completion here instead.
21950 * mail/mailalias.el: Use lexical-binding.
21951 (pattern, mailalias-done): Declare dynamic.
21952 (mail-completion-at-point-function): New function, from mail-complete.
21953 (mail-complete): Use it.
21954 (mail-completion-expand): New function.
21955 (mail-get-names): Use it.
21956 (mail-directory, mail-directory-process, mail-directory-stream):
21957 Don't use `pattern' for lexically bound arg.
21958
6f542485
SM
21959 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21960
037e7c3f
SM
21961 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21962 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21963 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21964
8b05752a
SM
21965 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21966 (byte-save-window-excursion, byte-temp-output-buffer-setup)
21967 (byte-interactive-p): Define them again, for use when inlining
21968 old code.
21969
49093f60
JB
219702011-04-15 Juanma Barranquero <lekktu@gmail.com>
21971
21972 * loadup.el: Use `string-to-number', not `string-to-int'.
21973
b5b8e7de
SM
219742011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21975
21976 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21977 gud-gdb-complete-command.
21978 (gud-gdb-completions): New function, from gud-gdb-complete-command.
21979 (gud-gdb-completion-at-point): New function.
21980 (gud-gdb-completions): Remove.
21981
f42efeb5
MA
219822011-04-14 Michael Albinus <michael.albinus@gmx.de>
21983
49093f60
JB
21984 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21985 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
21986 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21987 whether `executable-find' is bound.
f42efeb5
MA
21988
21989 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21990
e240cc21
SM
219912011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * minibuffer.el (completion-in-region-mode-predicate)
21994 (completion-in-region-mode--predicate): New vars.
21995 (completion-in-region, completion-in-region--postch)
21996 (completion-in-region-mode): Use them.
21997 (completion--capf-wrapper): Also return the hook function.
21998 (completion-at-point, completion-help-at-point):
21999 Adjust and provide a predicate.
c2bd2ab0
SM
22000
22001 Preserve arg names for advice of subr and lexical functions (bug#8457).
22002 * help-fns.el (help-function-arglist): Consolidate the subr and
22003 new-byte-code cases. Add argument `preserve-names' to extract names
22004 from the docstring when needed.
22005 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22006 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22007 (ad-arglist): Use help-function-arglist's new arg.
22008 (ad-definition-type): Use cond.
22009
c183f693
JB
220102011-04-13 Juanma Barranquero <lekktu@gmail.com>
22011
06641a47
JB
22012 * autorevert.el (auto-revert-handler):
22013 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22014 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22015 Don't quote lambda.
22016
c183f693
JB
22017 * image-mode.el (image-transform-set-scale):
22018 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22019
1e3b6001
G
220202011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22021
22022 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 22023 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
22024 Upgrades via gnutls-cli are too slow to be done opportunistically.
22025
2d6af8dd
JB
220262011-04-12 Juanma Barranquero <lekktu@gmail.com>
22027
22028 * dframe.el (dframe-current-frame): Remove spurious quote.
22029
c0749a51
GM
220302011-04-12 Glenn Morris <rgm@gnu.org>
22031
088d0d61
GM
22032 * calendar/cal-tex.el (cal-tex-end-document):
22033 Try to automatically use latin1 input if needed.
22034
c0749a51
GM
22035 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
22036 Don't try to cons a mark onto an empty element.
22037
5c90fde0
LL
220382011-04-11 Leo Liu <sdl.web@gmail.com>
22039
22040 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
22041 buffers.
22042 (ido-kill-buffer-at-head): Support killing virtual buffers.
22043
369e974d
CY
220442011-04-10 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * minibuffer.el (completion-show-inline-help): New var.
22047 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
22048 (minibuffer-force-complete, minibuffer-complete-word):
22049 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
22050
22051 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
22052 to avoid interference from inline help (Bug#5849).
22053
37f1c930
LL
220542011-04-10 Leo Liu <sdl.web@gmail.com>
22055
099c39a4
JB
22056 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22057 Fix typo.
37f1c930 22058
a32d4040
CY
220592011-04-09 Chong Yidong <cyd@stupidchicken.com>
22060
22061 * image-mode.el (image-toggle-display-image): Signal an error if
22062 not in Image mode.
22063 (image-transform-mode, image-transform-resize)
22064 (image-transform-set-rotation): Doc fix.
daca8ba5 22065 (image-transform-set-resize): Delete.
a32d4040
CY
22066 (image-transform-set-scale, image-transform-fit-to-height)
22067 (image-transform-fit-to-width): Handle image-toggle-display-image
22068 and image-transform-resize directly.
22069
099c39a4 220702011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
22071
22072 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
22073 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
22074 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
22075 (doc-view-mode-map): Add bindings for the new functions.
22076
099c39a4 220772011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 22078
4d61f28d 22079 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
22080 Fix typo in docstring.
22081
3726838a
EZ
220822011-04-08 Eli Zaretskii <eliz@gnu.org>
22083
04f33f1e
EZ
22084 * files.el (file-size-human-readable): Produce one digit after
22085 decimal, like "ls -lh" does.
22086
22087 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
22088 the file size representation.
22089
3726838a
EZ
22090 * simple.el (list-processes): If async subprocesses are not
22091 available, error out with a clear error message.
22092
cbb59342
CY
220932011-04-08 Chong Yidong <cyd@stupidchicken.com>
22094
22095 * help.el (help-form-show): New function, to be called from C.
22096 Put help-form output in a buffer named differently than *Help*.
22097
e3971c44
EZ
220982011-04-08 Eli Zaretskii <eliz@gnu.org>
22099
22100 * files.el (file-size-human-readable): New function.
22101
22102 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
22103 computing the representation inline. Don't require `cl'.
22104
12544bbe
GM
221052011-04-08 Glenn Morris <rgm@gnu.org>
22106
a1de6c6a
GM
22107 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
22108
3c4671f4
GM
22109 * net/browse-url.el (browse-url-firefox):
22110 Test system-type, not system-configuration.
22111
b605679c
GM
22112 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
22113 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
22114 Use log-edit-empty-buffer-p. (Bug#7598)
22115
56442f0c
GM
22116 * net/rlogin.el (rlogin-process-connection-type): Simplify.
22117 (rlogin-mode-map): Initialize in the defvar.
22118 (rlogin): Use ignore-errors.
22119
12544bbe
GM
22120 * replace.el (occur-mode-map): Some fixes for menu items.
22121
eb237b0f
AH
221222011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
22123
22124 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
22125
7d668f2c
CY
221262011-04-06 Chong Yidong <cyd@stupidchicken.com>
22127
e67a13ab
CY
22128 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
22129 issuing unused warnings.
22130
22131 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
22132 macro directly.
22133
7d668f2c
CY
22134 * simple.el: Lisp reimplement of list-processes. Based on an
22135 earlier reimplementation by Leo Liu, but using tabulated-list.el.
22136 (process-menu-mode): New major mode.
22137 (list-processes--refresh, list-processes):
22138 (process-menu-visit-buffer): New functions.
22139
22140 * files.el (save-buffers-kill-emacs): Don't assume any return
22141 value of list-processes, which is undocumented anyway.
22142
a83ec3c9
CY
221432011-04-06 Chong Yidong <cyd@stupidchicken.com>
22144
22145 * emacs-lisp/tabulated-list.el: New file.
22146
e91a96fe
CY
22147 * emacs-lisp/package.el: Use Tabulated List mode.
22148 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
22149 (package-menu-mode): Derive from tabulated-list-mode. Set up the
22150 table format using Tabulated List mode variables.
22151 (package--push): New macro, replacing package-list-maybe-add.
22152 (package-menu--generate): Use package--push. Renamed from
22153 package--generate-package-list.
22154 (package-menu-refresh, list-packages): Use it.
daca8ba5 22155 (package-menu--print-info): Rename from package-print-package.
e91a96fe 22156 Return insertion data instead of inserting it directly.
099c39a4
JB
22157 (package-menu-describe-package, package-menu-execute):
22158 Use tabulated-list-get-id.
e91a96fe
CY
22159 (package-menu-mark-delete, package-menu-mark-install)
22160 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
22161 (package-menu-mark-obsolete-for-deletion):
22162 Use tabulated-list-put-tag.
e91a96fe
CY
22163 (package--list-packages, package-menu-revert)
22164 (package-menu-get-package, package-menu-get-version)
22165 (package-menu-sort-by-column): Functions deleted.
22166 (package-menu-package-list, package-menu-sort-key): Vars deleted.
22167 (package-menu--status-predicate, package-menu--version-predicate)
22168 (package-menu--name-predicate)
22169 (package-menu--description-predicate): Handle arguments in the
22170 Tabulated List format.
22171 (package-list-packages-no-fetch): Call list-packages.
22172
3e214b50
JB
221732011-04-06 Juanma Barranquero <lekktu@gmail.com>
22174
22175 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 22176 (after-find-file): Don't bind it.
3e214b50
JB
22177 (revert-buffer-in-progress-p): New variable.
22178 (revert-buffer): Bind it.
22179 Pass nil for `after-find-file-from-revert-buffer'.
22180
22181 * saveplace.el (save-place-find-file-hook): Use new variable
22182 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
22183
3f0f1700
GM
221842011-04-06 Glenn Morris <rgm@gnu.org>
22185
c0274801
GM
22186 * Makefile.in (AUTOGEN_VCS): New variable.
22187 (autoloads): Use $AUTOGEN_VCS.
22188
3f0f1700
GM
22189 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
22190 * calendar/calendar.el (calendar-mode-map):
22191 Check for toolkit scroll bars. (Bug#8305)
22192
41ea9e48
CY
221932011-04-05 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * minibuffer.el (completion-in-region--postch)
22196 (completion-in-region-mode): Remove unnecessary messages.
22197
6194c800
JB
221982011-04-05 Juanma Barranquero <lekktu@gmail.com>
22199
33256f14
JB
22200 * font-lock.el (font-lock-refresh-defaults):
22201 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
22202 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
22203
6194c800
JB
22204 * info.el (Info-directory-list, Info-read-node-name-2)
22205 (Info-split-parameter-string): Doc fixes.
22206 (Info-virtual-nodes): Reflow docstring.
22207 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
22208 (Info-apropos-toc-nodes, info-finder, Info-get-token)
22209 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
22210 Fix typos in docstrings.
22211 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
22212 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
22213 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
22214 (Info-restore-desktop-buffer): Mark unused parameters.
22215 (Info-directory-find-file, Info-directory-find-node)
22216 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
22217 (Info-virtual-index-find-node, Info-apropos-find-file)
22218 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 22219 Mark unused parameters; fix typos in docstrings.
6194c800
JB
22220 (Info-virtual-index): Remove unused local variable `nodename'.
22221
b87a8200 222222011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 22223
b87a8200
DD
22224 * net/rcirc.el: Update my e-mail address.
22225 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 22226
3b2ff876
CY
222272011-04-05 Chong Yidong <cyd@stupidchicken.com>
22228
22229 * startup.el (command-line): Save the cursor's theme-face
22230 directly, instead of using face-override-spec.
22231
22232 * custom.el (load-theme): Minor optimization in assigning faces.
22233
8d17e7ca
JB
222342011-04-04 Juanma Barranquero <lekktu@gmail.com>
22235
22236 * help-fns.el (describe-variable): Complete all variables having
22237 documentation, including keywords.
22238 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
22239
2fbc1934
JB
222402011-04-04 Juanma Barranquero <lekktu@gmail.com>
22241
22242 Convert to lexical-binding.
22243
22244 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
22245 (bs--get-marked-string, bs--get-modified-string)
22246 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
22247 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22248 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
22249
22250 * ehelp.el (electric-help-execute-extended)
22251 (electric-help-ctrl-x-prefix):
22252 * hexl.el (hexl-revert-buffer-function):
22253 * linum.el (linum-after-change, linum-after-scroll):
22254 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
22255
22256 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
22257
74f50695
DU
222582011-04-04 Daiki Ueno <ueno@unixuser.org>
22259
22260 * epa-dired.el:
22261 * epa-mail.el:
22262 * epa-hook.el:
22263 * epa-file.el:
22264 * epa.el:
22265 * epg.el: Use lexical binding.
22266
c11325f7
CY
222672011-04-03 Chong Yidong <cyd@stupidchicken.com>
22268
0d9e9a12
CY
22269 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
22270
c11325f7 22271 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
22272 dictionary case for flyspell-mark-duplications-exceptions.
22273 Use regexp matching for languages.
c11325f7
CY
22274 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
22275 default dictionary (Bug#7926).
22276
da91b5f2
CY
222772011-04-02 Chong Yidong <cyd@stupidchicken.com>
22278
099c39a4
JB
22279 * emacs-lisp/package.el (package--with-work-buffer):
22280 Recognize https URLs.
da91b5f2 22281
099c39a4
JB
22282 * net/network-stream.el: Move from gnus/proto-stream.el.
22283 Change prefix to network-stream throughout.
da91b5f2
CY
22284 (open-protocol-stream): Merge into open-network-stream, leaving
22285 open-protocol-stream as an alias. Handle nil BUFFER args.
22286
22287 * subr.el (open-network-stream): Move to net/network-stream.el.
22288
afa8e9f6
GM
222892011-04-02 Glenn Morris <rgm@gnu.org>
22290
1d2e369d
GM
22291 * find-dired.el (find-exec-terminator): New option.
22292 (find-ls-option): Test for -ls support.
22293 (find-ls-subdir-switches): Test for -b in find-ls-option.
22294 (find-dired, find-grep-dired): Doc fixes.
22295 (find-dired): Use find-exec-terminator.
22296
8abb7da8 22297 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
22298 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22299 (find-name-arg): Remove purecopy.
8abb7da8 22300
f3ca7378
GM
22301 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22302 (grep-compute-defaults): Check for `-exec COMMAND +' support.
22303 Set grep-find-use-xargs, grep-find-command, and grep-find-template
22304 accordingly. Don't add the null-device if not needed.
22305
afa8e9f6
GM
22306 * files.el (save-some-buffers): Doc fix.
22307
35eae264
EZ
223082011-04-02 Eli Zaretskii <eliz@gnu.org>
22309
22310 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22311
26b51db5
JB
223122011-04-01 Juanma Barranquero <lekktu@gmail.com>
22313
22314 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22315 Use `dolist' rather than `mapcar'.
22316
7200d79c
SM
223172011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22318
03408648 22319 Add lexical binding.
7200d79c 22320
03408648
SM
22321 * subr.el (apply-partially): Use new closures rather than CL.
22322 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22323 (dolist, dotimes): Use slightly different expansion for lexical code.
22324 (functionp): Move to C.
22325 (letrec): New macro.
22326 (with-wrapper-hook): Use it and apply-partially instead of CL.
22327 (eval-after-load): Preserve lexical-binding.
22328 (save-window-excursion, with-output-to-temp-buffer): Turn them
22329 into macros.
7200d79c 22330
03408648
SM
22331 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22332
22333 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22334 than the arglist.
22335 (help-add-fundoc-usage): Don't add `Not documented'.
22336 (help-function-arglist): Handle closures, subroutines, and new
22337 byte-code-functions.
22338 (help-make-usage): Remove leading underscores.
22339 (describe-function-1): Handle closures.
22340 (describe-variable): Use special-variable-p for completion.
22341
22342 * files.el (lexical-binding): Declare safe.
f488fb65 22343
03408648
SM
22344 * emacs-lisp/pcase.el: Don't use destructuring-bind.
22345 (pcase--memoize): Rename from pcase-memoize. Change weakness.
22346 (pcase): Add `let' pattern.
22347 Change memoization so it actually works.
22348 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22349 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22350 <let>: New case.
f488fb65 22351
03408648
SM
22352 * emacs-lisp/macroexp.el: Use lexical binding.
22353 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
22354 Don't convert ' to #' without checking that it's indeed quoting
22355 a lambda.
22356
22357 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 22358 Use eval-sexp-add-defvars.
03408648
SM
22359 (eval-sexp-add-defvars): New fun.
22360
22361 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22362
22363 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22364 Don't autoload.
22365 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22366 than the internal `byte-compile-lambda'.
22367 (defmethod): Don't hide code under quotes.
22368 (eieio-defmethod): New `code' argument.
22369
22370 * emacs-lisp/eieio-comp.el: Remove.
22371
22372 * emacs-lisp/edebug.el (edebug-eval-defun)
22373 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22374 (edebug-toggle): Avoid `eval'.
22375
22376 * emacs-lisp/disass.el (disassemble-internal): Handle new
22377 `closure' objects.
22378 (disassemble-1): Handle new byte codes.
22379
22380 * emacs-lisp/cl.el (pushnew): Silence warning.
22381
22382 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22383 (cl-byte-compile-throw): Remove.
22384 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22385
22386 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22387 closures.
22388
22389 * emacs-lisp/cconv.el: New file.
22390
22391 * emacs-lisp/bytecomp.el: Use lexical binding instead of
22392 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
22393 (byte-compile-initial-macro-environment):
22394 Handle declare-function here.
22395 (byte-compile--lexical-environment): New var.
22396 (byte-stack-ref, byte-stack-set, byte-discardN)
22397 (byte-discardN-preserve-tos): New lap codes.
22398 (byte-interactive-p): Don't use any more.
22399 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22400 New macros.
22401 (byte-compile-lapcode): Use them and handle new lap codes.
22402 (byte-compile-obsolete): Remove.
22403 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22404 (byte-compile-arglist-warn): Check late def of inlinable funs.
22405 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22406 since they should have been expanded by now.
22407 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22408 (byte-compile-from-buffer): Remove unused second arg.
22409 (byte-compile-preprocess): New function.
22410 (byte-compile-toplevel-file-form): New function to distinguish
22411 file-form calls from outside from file-form calls from hunk-handlers.
22412 (byte-compile-file-form): Simplify.
22413 (byte-compile-file-form-defsubst): Remove.
22414 (byte-compile-file-form-defmumble): Simplify now that
22415 byte-compile-lambda always returns a byte-code-function.
22416 (byte-compile): Preprocess.
22417 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22418 Remove, not used any more.
22419 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22420 (byte-compile-make-args-desc): New funs.
22421 (byte-compile-lambda): Handle lexical functions. Always return
22422 a byte-code-function.
22423 (byte-compile-reserved-constants): New var, to make up room for
22424 closed-over variables.
22425 (byte-compile-constants-vector): Obey it.
22426 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22427 (byte-compile-macroexpand-declare-function): New function.
22428 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22429 byte-code-functions.
22430 (byte-compile-form): Check obsolescence here.
22431 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22432 (byte-compile-variable-ref): Remove.
22433 (byte-compile-dynamic-variable-op): New fun.
22434 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22435 (byte-compile-variable-set): New funs.
22436 (byte-compile-discard): Add 2 args.
22437 (byte-compile-stack-ref, byte-compile-stack-set)
22438 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22439 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22440 macroexpand-all instead.
22441 (byte-compile-quote-form): Remove.
22442 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22443 (byte-compile-bind, byte-compile-unbind): New funs.
22444 (byte-compile-let): Handle let* and lexical binding.
22445 (byte-compile-let*): Remove.
22446 (byte-compile-catch, byte-compile-unwind-protect)
22447 (byte-compile-track-mouse, byte-compile-condition-case):
22448 Handle a new :fun-body form, used for lexical scoping.
22449 (byte-compile-save-window-excursion)
22450 (byte-compile-with-output-to-temp-buffer): Remove.
22451 (byte-compile-defun): Simplify.
22452 (byte-compile-stack-adjustment): New fun.
22453 (byte-compile-out): Use it.
22454 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22455
22456 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22457 handler any more.
22458
22459 * emacs-lisp/byte-opt.el: Use lexical binding.
22460 (byte-inline-lapcode): Remove (to bytecomp).
22461 (byte-compile-inline-expand): Pay attention to inlining to/from
22462 lexically bound code.
22463 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22464 any more.
22465 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22466 any more and don't call compiler-macros.
22467 (byte-compile-splice-in-already-compiled-code): Remove.
22468 (byte-code): Don't inline any more.
22469 (disassemble-offset): Receive `bytes' as argument rather than via
22470 dynamic scoping.
22471 (byte-compile-tag-number): Declare before first use.
22472 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22473 `return' even if make-spliceable.
22474 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22475 obsolete interactive-p.
22476 (byte-optimize-lapcode): Optimize new lap-codes.
22477 Don't trip up on new form of `byte-constant' lap code.
22478
22479 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22480
22481 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22482
22483 * custom.el (custom-initialize-default, custom-declare-variable):
22484 Use `defvar'.
22485
22486 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22487 New variables.
22488 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22489 (COMPILE_FIRST): Add macroexp and cconv.
22490 * makefile.w32-in: Mirror changes in Makefile.in.
22491
22492 * vc/cvs-status.el:
22493 * vc/diff-mode.el:
22494 * vc/log-edit.el:
22495 * vc/log-view.el:
22496 * vc/smerge-mode.el:
22497 * textmodes/bibtex-style.el:
090bd7cb 22498 * textmodes/css-mode.el:
03408648
SM
22499 * startup.el:
22500 * uniquify.el:
da91b5f2
CY
22501 * minibuffer.el:
22502 * newcomment.el:
22503 * reveal.el:
22504 * server.el:
22505 * mpc.el:
22506 * emacs-lisp/smie.el:
22507 * doc-view.el:
22508 * dired.el:
03408648
SM
22509 * abbrev.el: Use lexical binding.
22510
0f0c1f27
EZ
225112011-04-01 Eli Zaretskii <eliz@gnu.org>
22512
22513 * info.el (info-display-manual): New function.
22514
c82b2579
SM
225152011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22516
22517 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22518
221ddf68
TH
225192011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22520
22521 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 22522 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 22523
cba6e77e
GM
225242011-03-31 Glenn Morris <rgm@gnu.org>
22525
e040639f
GM
22526 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22527
cba6e77e
GM
22528 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22529
6d0f1c9e
CS
225302011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22531
22532 * progmodes/python.el (python-default-interpreter)
22533 (python-python-command-args, python-jython-command-args)
22534 (python-which-shell, python-which-args, python-which-bufname)
22535 (python-file-queue, python-comint-output-filter-function)
22536 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22537 variables and functions.
22538
3e2d70fd
SM
225392011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22542 (completion-in-region-mode): New minor mode.
22543 (completion-in-region): Use it.
22544 (completion-in-region--data, completion-in-region-mode-map): New vars.
22545 (completion-in-region--postch): New function.
22546 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22547 New vars.
22548 (completion--capf-wrapper): New function.
22549 (completion-at-point): Use it to track well-behavedness of
22550 hook functions.
22551 (completion-help-at-point): New command.
22552
f3e4086c
JM
225532011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22554
22555 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22556 syntax class to search for whitespace on a single line
22557 (Message-ID: <4D938140.4030905@redhat.com>).
22558
eb7ffc14
LL
225592011-03-30 Leo Liu <sdl.web@gmail.com>
22560
22561 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22562 New commands.
22563 (edit-abbrevs-map): Bind them here.
22564 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22565
d806ab68
KM
225662011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22567
22568 * allout.el (allout-hide-by-annotation, allout-flag-region):
22569 Reduce possibility of overlay leakage by making them volatile.
22570
22571 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22572 hash is not shared between buffers. Mode initialization is
22573 responsible for giving it a useful starting value.
22574 (allout-item-span): Reduce possibility of overlay leakage by
22575 making them volatile.
22576 (allout-widgets-count-buttons-in-region): Add diagnostic function
22577 for tracking down button overlay leaks.
22578
ea622834
LL
225792011-03-29 Leo Liu <sdl.web@gmail.com>
22580
22581 * ido.el (ido-read-internal): Use the default history var
22582 minibuffer-history if no HISTORY is specified.
22583
b62f8267
G
225842011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22585
03408648
SM
22586 * net/imap.el (imap-shell-open, imap-process-connection-type):
22587 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
22588 Kerberos, SSL, other subprocesses.
22589
947b6566
LL
225902011-03-28 Leo Liu <sdl.web@gmail.com>
22591
22592 * abbrev.el (abbrev-table-empty-p): New function.
22593 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22594 nonempty ones. (Bug#5937)
22595
5ffb62aa
JD
225962011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22597
22598 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22599
7a097943
LL
226002011-03-27 Leo Liu <sdl.web@gmail.com>
22601
22602 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22603 for foreground and background colors.
22604 (ansi-color-make-color-map): Adapt.
22605
c5b40130
LL
226062011-03-25 Leo Liu <sdl.web@gmail.com>
22607
1f48f7d2
LL
22608 * midnight.el (midnight-time-float): Remove. Note it calculates
22609 the microsecond component incorrectly and seconds-to-time does the
22610 same job.
625897ec 22611 Remove redundant (require 'timer).
1f48f7d2 22612
c5b40130
LL
22613 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22614 (ido-completions): Remove unused arguments. (Bug#8329)
22615
d86d2721
SM
226162011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * minibuffer.el (completion--flush-all-sorted-completions):
22619 Remove itself from hook.
22620 (completion-at-point): Let the functions perform the completion
22621 immediately and return nil or t.
22622 * comint.el (comint-dynamic-complete-functions): Now identical to
22623 completion-at-point-functions.
22624 (comint-dynamic-list-input-ring): Remove unused var `index'.
22625 (comint--match-partial-filename, comint--unquote&expand-filename):
22626 New funs, split from comint-match-partial-filename.
22627 (comint-dynamic-complete): Use completion-at-point.
22628 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22629
e8974c48
DA
226302011-03-24 Drew Adams <drew.adams@oracle.com>
22631
22632 * thingatpt.el: Support `defun'.
22633
def71b5e
LL
226342011-03-23 Leo Liu <sdl.web@gmail.com>
22635
cb5af48e
LL
22636 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22637
def71b5e
LL
22638 * help-mode.el (help-mode-finish): Tweak regexp.
22639
927c53e7
GM
226402011-03-23 Glenn Morris <rgm@gnu.org>
22641
18d05bed
GM
22642 * eshell/esh-opt.el (eshell-eval-using-options):
22643 Do not bind unused local variable `eshell-option-stub'.
22644
927c53e7
GM
22645 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22646
9d0da923
JB
226472011-03-22 Juanma Barranquero <lekktu@gmail.com>
22648
22649 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22650 keymap variable in `with-no-warnings' to avoid a warning when the
22651 keymap has been already `defconst'ed.
22652
4b978a67
LL
226532011-03-22 Leo Liu <sdl.web@gmail.com>
22654
22655 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22656 encode all chars in abbrevs; otherwise use emacs-mule or
22657 utf-8-emacs. (Bug#8308)
22658
5fd62452
JB
226592011-03-22 Juanma Barranquero <lekktu@gmail.com>
22660
0b1596c6
JB
22661 * simple.el (backward-delete-char-untabify):
22662 Avoid warning about using `delete-backward-char'.
22663
5fd62452
JB
22664 * image.el (image-type-file-name-regexps): Make it variable.
22665 `imagemagick-register-types' modifies it, and the user may want
22666 to add new extensions for known image types.
22667 (imagemagick-register-types): Throw error if not using ImageMagick.
22668
0b4e93f1
LL
226692011-03-22 Leo Liu <sdl.web@gmail.com>
22670
22671 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22672 located before rcirc-prompt-end-marker.
22673 (rcirc-complete): Error if point is not after rcirc prompt.
22674 Handle the case when table is nil.
9882e214 22675 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 22676
fccee4ab
CY
226772011-03-22 Chong Yidong <cyd@stupidchicken.com>
22678
22679 * custom.el (custom--inhibit-theme-enable): Make it affect only
22680 custom-theme-set-variables and custom-theme-set-faces.
22681 (provide-theme): Ignore custom--inhibit-theme-enable.
22682 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22683 (custom-enabling-themes): Delete variable.
d86d2721
SM
22684 (enable-theme): Accept only loaded themes as arguments.
22685 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
22686 (custom-enabled-themes): Forbid themes from setting this.
22687 Eliminate use of custom-enabling-themes.
22688 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 22689
af896da6
LL
226902011-03-21 Leo Liu <sdl.web@gmail.com>
22691
22692 * ido.el (ido-read-internal): Add ido-selected to history instead
22693 of user input.
22694
78f64af0
SM
226952011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22696
22697 * subr.el (deferred-action-list, deferred-action-function):
22698 Mark obsolete.
22699
b16ac1ec
LL
227002011-03-21 Leo Liu <sdl.web@gmail.com>
22701
810f7698
LL
22702 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22703 change on 2011-02-13 (bug#8309).
22704
b16ac1ec
LL
22705 * minibuffer.el (read-file-name-function): Change default value.
22706 (read-file-name--defaults): Rename from read-file-name-defaults.
22707 (read-file-name-default): Rename from read-file-name.
22708 (read-file-name): Call read-file-name-function.
22709
4e05e67e
GM
227102011-03-21 Glenn Morris <rgm@gnu.org>
22711
22712 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22713 Doc fixes.
22714
4359915b
CY
227152011-03-21 Chong Yidong <cyd@stupidchicken.com>
22716
22717 * cus-theme.el: Add missing provide statement.
22718 (customize-create-theme): Extract theme value correctly.
22719 (custom-theme-visit-theme): Autoload.
22720 (customize-create-theme): Prompt before inserting default faces.
22721
1fe275ee
JB
227222011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
22723
22724 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22725 units and musical notes.
22726
cd394be1 227272011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
22728
22729 * ido.el (ido-read-internal): Use completing-read-default.
22730 (ido-completing-read): Fix compatibility with completing-read.
22731
7d476bde
CO
227322011-03-20 Christian Ohler <ohler@gnu.org>
22733
22734 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22735 (ert-delete-all-tests): Use `called-interactively-p' rather than
22736 `interactive-p'.
22737 (ert--make-xrefs-region): Respect END.
22738
fe0fb33e
CY
227392011-03-19 Chong Yidong <cyd@stupidchicken.com>
22740
ff854b0b
CY
22741 * dired-aux.el (dired-create-directory): Signal an error if the
22742 directory already exists (Bug#8246).
22743
fe0fb33e
CY
22744 * facemenu.el (list-colors-display): Call list-faces-display
22745 inside with-help-window.
22746 (list-colors-print): Use display property to align the final
22747 column, instead of checking window-width.
22748
576bce32
EZ
227492011-03-19 Eli Zaretskii <eliz@gnu.org>
22750
4d61f28d 22751 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
22752 windows-nt systems.
22753 (emerge-protect-metachars): Quote correctly for ms-dos and
22754 windows-nt systems.
22755
89c41d68 227562011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
22757
22758 * info.el (info-initialize): Replace all uses of `:' with
22759 path-separator for compatibility with non-Unix systems.
22760 Cache quoting of path-separator. (Bug#8258)
22761
b14e3e21 227622011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
22763
22764 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22765 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22766 (mouse-avoidance-mode): Fix typos in docstrings.
22767
4525ce3e
CY
227682011-03-19 Chong Yidong <cyd@stupidchicken.com>
22769
22770 * startup.el (package-subdirectory-regexp): Move from package.el.
22771 Omit \\` and \\', and let callers add them.
22772
22773 * emacs-lisp/package.el (package-strip-version)
22774 (package-load-all-descriptors): Add \\` and \\' to
22775 package-subdirectory-regexp before using it.
22776 (package-untar-buffer): New arg DIR; ensure that file untars only
22777 into this expected directory. Remove superfluous delete-region.
22778 (package-unpack): Caller changed.
22779 (package-tar-file-info): Use package-subdirectory-regexp.
22780
a904a09a 227812011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 22782
a904a09a
SM
22783 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22784 diff-mode-shared-map (bug#8284).
22785 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
22786
227872011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22788
22789 * calendar/time-date.el (format-seconds): Use assoc instead of
22790 assoc-string, since assoc-string doesn't exist in XEmacs.
22791
171fc304
JB
227922011-03-17 Juanma Barranquero <lekktu@gmail.com>
22793
22794 * custom.el (custom-known-themes): Reflow docstring.
22795 (custom-theme-load-path): Fix typo in docstring.
22796 (load-theme): Fix typo in error message.
22797 (custom-available-themes, custom-variable-theme-value):
22798 Use `let', not `let*'.
22799
d71990a1
JB
228002011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22801
22802 * calc/README: Mention inclusion of musical notes.
22803
22804 * calc/calc-units.el (calc-lu-quant): Rename from
22805 `calc-logunits-quantity'.
22806 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22807 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22808 (calc-db): Rename from `calc-dblevel'.
22809 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22810 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22811 (calc-np): Rename from `calc-nplevel'.
22812 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22813 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22814 (calc-lu-plus): Rename from `calc-logunits-add'.
22815 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22816 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22817 (calc-lu-minus): Rename from `calc-logunits-sub'.
22818 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22819 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22820 (calc-lu-times): Rename from `calc-logunits-mul'.
22821 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22822 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22823 (calc-lu-divide): Rename from `calc-logunits-div'.
22824 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22825 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22826
22827 * calc/calc-ext.el (calc-init-extensions): Update the names of the
22828 functions being autoloaded.
22829
22830 * calc/calc.el (calc-lu-power-reference): Rename from
22831 `calc-logunits-power-reference'.
22832 (calc-lu-field-reference): Rename from
22833 `calc-logunits-field-reference'.
22834
7a71b18d
GM
22835 * calc/calc-help.el (calc-l-prefix-help):
22836 Mention musical note functions.
d71990a1 22837
40c2934b
SM
228382011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * minibuffer.el (completion-all-sorted-completions):
22841 Use :completion-cycle-penalty text property if present.
22842
b0911414
KM
228432011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
22844
22845 * allout.el (allout-yank-processing): Adjust for new rebulleting
22846 regime so bullet being yanked is used without prompting the user
22847 for a choice.
22848
8a05b668
JB
228492011-03-16 Juanma Barranquero <lekktu@gmail.com>
22850
22851 * startup.el (command-line): Warn the user that _emacs is deprecated.
22852
5ba5fb81
JB
228532011-03-16 Juanma Barranquero <lekktu@gmail.com>
22854
22855 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22856 (delphi-verbose, delphi-comment-face, delphi-string-face)
22857 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22858 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22859 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22860 (delphi-new-comment-line, delphi-font-lock-defaults)
22861 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22862 Fix typos in docstrings.
22863
2dab465b
KM
228642011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
22865
5ba5fb81 22866 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
22867 Invert the roles of character and string values for INSTEAD, so a
22868 string is used for the more common case of a defaulting prompt.
22869
0adf5618
SM
228702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22871
22872 * progmodes/ruby-mode.el (ruby-backward-sexp):
22873 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22874 * play/gamegrid.el (gamegrid-make-face):
22875 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22876 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22877 * notifications.el (notifications-notify):
22878 * net/xesam.el (xesam-search-engines):
22879 * net/quickurl.el (quickurl-list-insert):
22880 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22881
d72700e5
CY
228822011-03-15 Chong Yidong <cyd@stupidchicken.com>
22883
22884 * startup.el (command-line): Update package subdirectory regexp.
22885
49c5410a
SM
228862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22887
c6eee9aa
SM
22888 * allout.el (allout-abbreviate-flattened-numbering)
22889 (allout-mode-deactivate-hook): Fix up obsolescence "date".
22890
49c5410a
SM
22891 * subr.el (read-char-choice): Only show the cursor after the prompt,
22892 not after the answer.
22893
047b2bb9
KR
228942011-03-15 Kevin Ryde <user42@zip.com.au>
22895
22896 * help-fns.el (variable-at-point): Skip leading quotes, if any
22897 (bug#8253).
22898
0a57d256
SM
228992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22900
22901 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22902 warning message.
22903
77c992bc
MA
229042011-03-14 Michael Albinus <michael.albinus@gmx.de>
22905
22906 * shell.el (shell): When called interactively, offer to change the
22907 shell file name on remote hosts.
22908
eebc475d
TZ
229092011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
22910
22911 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22912 integration for LDAP parameters. The host, base, user or binddn,
22913 and secret tokens can be specified in a netrc file, for instance.
22914 This is optional because an `auth-source' parameter must be
22915 specified in the search attributes.
22916
9d05d1ba
JB
229172011-03-13 Juanma Barranquero <lekktu@gmail.com>
22918
22919 * help.el (describe-mode): Link to the mode's definition (bug#8185).
22920
09d9db2c
GM
229212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22922
22923 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22924 into declaration. Remove redundant and harmful binding.
22925
229262011-03-12 Eli Zaretskii <eliz@gnu.org>
22927
22928 * files.el (file-ownership-preserved-p): Pass `integer' as an
22929 explicit 2nd argument to `file-attributes'. If the file's owner
22930 is the Administrators group on Windows, and the current user is
22931 Administrator, consider that a match.
22932
22933 * server.el (server-ensure-safe-dir): Consider server directory
22934 safe on MS-Windows if its owner is the Administrators group while
22935 the current Emacs user is Administrator. Use `=' to compare
22936 numerical UIDs, since they could be integers or floats.
22937
219bd536
JB
229382011-03-12 Juanma Barranquero <lekktu@gmail.com>
22939
22940 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22941
f3afd36b
MA
229422011-03-12 Michael Albinus <michael.albinus@gmx.de>
22943
22944 Sync with Tramp 2.2.1.
22945
22946 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22947
22948 * net/trampver.el: Update release number.
22949
3aaaa6f1
SM
229502011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22951
94642599
SM
22952 * progmodes/compile.el (compilation--previous-directory): Fix up
22953 various nil/dead-marker mismatches (bug#8014).
22954 (compilation-directory-properties, compilation-error-properties):
22955 Don't call it at a position past the one we're about to change.
22956
3aaaa6f1
SM
22957 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22958 Disable obsolescence warnings in the file that declares it.
22959
14239447
KM
229602011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
22961
099c39a4
JB
22962 * allout-widgets.el (allout-widgets-tally):
22963 Initialize allout-widgets-tally as a hash table rather than nil to
22964 prevent mode-line redisplay warnings. Also, clarify the module
22965 description and fix a comment typo.
14239447 22966
135e287c
JB
229672011-03-11 Juanma Barranquero <lekktu@gmail.com>
22968
22969 * help-fns.el (describe-variable): Don't complete keywords.
22970 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22971
ffbf300e
CY
229722011-03-10 Chong Yidong <cyd@stupidchicken.com>
22973
ba08b241
CY
22974 * emacs-lisp/package.el (package-version-join): Impose a standard
22975 string representation for pre/alpha/beta version lists.
22976 (package-unpack-single): Standardize the directory name by passing
22977 it through package-version-join.
22978 (package-strip-rcs-id): Accept any version string that does not
22979 signal an error in version-to-list.
ffbf300e 22980
f346fd6b
MA
229812011-03-10 Michael Albinus <michael.albinus@gmx.de>
22982
22983 * simple.el (delete-trailing-whitespace): Return nil for the
22984 benefit of `write-file-functions'.
22985
ccb55d27
GM
229862011-03-10 Glenn Morris <rgm@gnu.org>
22987
5ceaac0c
GM
22988 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22989
02da65ff
GM
22990 * vc/vc-git.el (vc-git-program): New option.
22991 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22992 (vc-git--call): Use it.
22993
b2f603cc
GM
22994 * eshell/esh-util.el (eshell-condition-case): Doc fix.
22995
5772caab
GM
22996 * cus-edit.el (Custom-newline): If no button at point, look
22997 for a subgroup button at start-of-line. (Bug#2298)
22998
ccb55d27
GM
22999 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23000
ec6ecaed
JD
230012011-03-10 Julien Danjou <julien@danjou.info>
23002
23003 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23004 `cursor-type' is nil.
23005
9d5aa01d
JB
230062011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
23007
23008 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23009
b6a5875b
KM
230102011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
23011
7a71b18d 23012 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
23013 preserves the existing header prefix, rebulleting it if necessary,
23014 rather than replacing it. This is necessary for proper operation
23015 of cooperative addons like allout-widgets.
1154d12e
JB
23016 (allout-make-topic-prefix, allout-rebullet-heading):
23017 Change SOLICIT arg to INSTEAD, and interpret additionally a string
23018 value as alternate bullet to be used, instead of prompting the user
23019 for a bullet character.
b6a5875b 23020
ee545c35
MA
230212011-03-09 Michael Albinus <michael.albinus@gmx.de>
23022
d86d2721
SM
23023 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23024 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
23025 `tramp-default-port'.
23026
c47971d7
DD
230272011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
23028
23029 * net/rcirc.el (rcirc-handler-001): Remove useless
23030 with-rcirc-process-buffer.
23031 (rcirc-check-auth-status): Swap arguments to string-match.
23032
13522cb4
GM
230332011-03-09 Glenn Morris <rgm@gnu.org>
23034
0be6f4f1
GM
23035 * shell.el (shell-mode):
23036 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
23037
13522cb4
GM
23038 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
23039 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
23040
515de2e3
CY
230412011-03-08 Chong Yidong <cyd@stupidchicken.com>
23042
23043 * emacs-lisp/package.el (package-refresh-contents)
23044 (package-menu-execute): Use condition-case-no-debug.
23045
b511b994
MA
230462011-03-08 Michael Albinus <michael.albinus@gmx.de>
23047
23048 * simple.el (shell-command-to-string): Use `process-file'.
23049
23050 * emacs-lisp/package.el (package-tar-file-info): Handle also
23051 remote files.
23052
d86d2721
SM
23053 * emacs-lisp/package-x.el (package-upload-buffer-internal):
23054 Use `equal' for upload base check.
b511b994 23055
25bbfb31
AM
230562011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
23057
23058 * textmodes/texinfo.el (texinfo-environments):
23059 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
23060
be996521
GM
230612011-03-08 Glenn Morris <rgm@gnu.org>
23062
e9c8529f
GM
23063 * cus-start.el (cursor-in-non-selected-windows):
23064 Fix :set quoting oddness. (Bug#8192)
23065
be996521
GM
23066 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
23067 in some setf expressions. (Bug#2159)
23068
2bb5649e
CY
230692011-03-08 Chong Yidong <cyd@stupidchicken.com>
23070
23071 * custom.el (custom-available-themes): Return themes in
23072 alphabetical order.
23073
33383987 23074See ChangeLog.15 for earlier changes.
e3d51b27
MR
23075
23076;; Local Variables:
23077;; coding: utf-8
e3d51b27
MR
23078;; End:
23079
ab422c4d 23080 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
23081
23082 This file is part of GNU Emacs.
23083
23084 GNU Emacs is free software: you can redistribute it and/or modify
23085 it under the terms of the GNU General Public License as published by
23086 the Free Software Foundation, either version 3 of the License, or
23087 (at your option) any later version.
23088
23089 GNU Emacs is distributed in the hope that it will be useful,
23090 but WITHOUT ANY WARRANTY; without even the implied warranty of
23091 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23092 GNU General Public License for more details.
23093
23094 You should have received a copy of the GNU General Public License
23095 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.