Use a more backwards-compatible timer format.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c18e885b
PE
12012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use a more backwards-compatible timer format (Bug#12430).
4 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5 being right after USECS, as that better supports old code that
6 inadvisedly looked directly at the timer vector.
7
d607d303
KH
82012-09-13 Kenichi Handa <handa@gnu.org>
9
10 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
12 `coding-priority' property of these language environment.
13
72eac303
PE
142012-09-13 Paul Eggert <eggert@cs.ucla.edu>
15
16 Fix glitches caused by addition of psec to timers (Bug#12430).
17 * image.el (image-animate-timer):
18 * time.el (display-time-world-timer):
19 Use timer--function and timer--args rather than raw access to
20 timer vector.
21
2168fe4f
GM
222012-09-13 Glenn Morris <rgm@gnu.org>
23
24 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
25 If not compiling a file, try using load-file-name.
26
bd8d6108
SM
272012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
28
c0c54fbd
SM
29 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
30 Fix last change.
31 (edebug-update-eval-list): Use `push'.
32
bd8d6108
SM
33 * emacs-lisp/edebug.el: Use lexical-binding.
34 Remove the "edebug-" prefix from non-dynamically-scoped variables.
35 Mark unused args with underscore.
36 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
37 (edebug-form-data): Use defvar-local.
38 (edebug-make-before-and-after-form, edebug-make-after-form):
39 Use backquote.
40 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
41 Not dynamically scoped any more.
42 (edebug--enter-trace): Add arguments `function' and `args'.
43 Rename from edebug-enter-trace.
44 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
45 (edebug--update-coverage): Add `after-index' and `value' args.
46 Rename from edebug-update-coverage.
47 (edebug-slow-after): Call it accordingly.
48 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
49 edebug-recursive-edit.
50 (edebug--display): Call it accordingly. Add args `value',
51 `offset-index', and `arg-mode'. Rename from edebug-display.
52 (edebug-debugger, edebug): Call it accordingly.
53 (edebug-eval-display-list): Use dolist.
54
a9f9d9de
JL
552012-09-12 Juri Linkov <juri@jurta.org>
56
57 * info.el (Info-search): Don't check for isearch-mode and
58 isearch-regexp before let-binding search-spaces-regexp to
59 Info-search-whitespace-regexp.
60 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
61 search-whitespace-regexp if isearch-lax-whitespace or
62 isearch-regexp-lax-whitespace is non-nil.
63 (Info-mode): Don't set local variable search-whitespace-regexp.
64 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
65
bfeae2cf
SM
662012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
69 (debugger-env-macro): Remove support for unread-command-char.
70
71 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
72 the temporary map re-appearing on emulation-mode-map-alists.
73
74 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
75 since 22.1.
76
77 * ehelp.el (with-electric-help): Accept functions in
78 electric-help-form-to-execute.
79 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
80 And replace unread-command-char -> unread-command-events.
81
fbbcaf1b
MA
822012-09-12 Michael Albinus <michael.albinus@gmx.de>
83
84 Sync with Tramp 2.2.6.
85
86 * net/tramp.el (tramp-accept-process-output): Don't use
87 JUST-THIS-ONE in the XEmacs case.
88
89 * net/trampver.el: Update release number.
90
4dece104
MR
912012-09-12 Martin Rudalics <rudalics@gmx.at>
92
bfeae2cf
SM
93 * emacs-lisp/debug.el (debugger-previous-window-height):
94 New variable.
4dece104
MR
95 (debug): When debugger-jumping-flag is non-nil try to restore
96 height of debugger window. (Bug#8789)
97
45b82ad0
SM
982012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
99
60c49c0f
SM
100 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
101 overriding-local-map and pre/post-command-hook here.
102 (edebug-recursive-edit): Do it here instead (bug#12345).
103 (edebug-outside-unread-command-char): Remove all uses of
104 unread-command-char.
105
45b82ad0
SM
106 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
107 inhibit-debugger is bound instead.
108
baa26ea0
BG
1092012-09-11 Bastien Guerry <bzg@gnu.org>
110
111 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 112 (Bug#12346)
baa26ea0 113
04e8abfa
BG
1142012-09-11 Bastien Guerry <bzg@gnu.org>
115
96d03571 116 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 117 (Bug#12347)
96d03571
BG
118
1192012-09-11 Bastien Guerry <bzg@gnu.org>
120
fc0c31f8 121 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 122
04e082b0
MM
1232012-09-10 Michael R. Mauger <mmaug@yahoo.com>
124
125 * progmodes/sql.el: Version 3.1
126 (sql-db2-escape-newlines): New variable.
127 (sql-escape-newlines-filter): Use it.
128
399a361b
JB
1292012-09-10 Juanma Barranquero <lekktu@gmail.com>
130
131 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
132
0780c517
DN
1332012-09-10 Dan Nicolaescu <dann@gnu.org>
134
45b82ad0
SM
135 * vc/diff-mode.el (diff-mode-menu):
136 Bind diff-remove-trailing-whitespace.
0780c517 137
9b851e25
SM
1382012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
141 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
142 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
143 (eval-sexp-add-defvars): Don't skip defvars in column >0.
144 (eval-defun-2): Remove bogus interactive spec.
145 (lisp-indent-line): Remove redundant whole-exp code, now done in
146 indent-according-to-mode.
147 (save-match-data): Remove redundant indent data.
148
149 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
150 Use `declare'.
151
3231d532
JL
1522012-09-09 Juri Linkov <juri@jurta.org>
153
154 * replace.el (replace-regexp-lax-whitespace): New defcustom.
155 (replace-lax-whitespace, query-replace-regexp)
156 (query-replace-regexp-eval, replace-regexp): Doc fix.
157 (perform-replace, replace-highlight): Let-bind
158 isearch-lax-whitespace to replace-lax-whitespace and
159 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
160
161 * isearch.el (isearch-query-replace): Let-bind
162 replace-lax-whitespace to isearch-lax-whitespace and
163 replace-regexp-lax-whitespace to
164 isearch-regexp-lax-whitespace. (Bug#10885)
165
70fe8236
SM
1662012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
169
8ed43f15
AM
1702012-09-09 Alan Mackenzie <acm@muc.de>
171
70fe8236
SM
172 * progmodes/cc-engine.el (c-state-cache-init):
173 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
174 (c-record-parse-state-state):
175 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 176
bfabf70a
AS
1772012-09-09 Andreas Schwab <schwab@linux-m68k.org>
178
179 * register.el (register-separator): Rename from
180 separator-register. All uses changed. Doc fix.
181 (register): Fix version.
182
011474aa
CY
1832012-09-09 Chong Yidong <cyd@gnu.org>
184
185 * replace.el (query-replace-map): Bind four new symbols for
186 requesting window scrolling.
187
188 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
189 query-replace-map (Bug#8948).
190
191 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
192
193 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
194 since they are now in query-replace-map.
195
196 * window.el (scroll-other-window-down): Make the arg optional.
197
a8b7cd8d
CY
1982012-09-09 Chong Yidong <cyd@gnu.org>
199
200 * files.el (hack-local-variables-confirm): Use quit-window to kill
201 the *Local Variables* buffer.
202
c3268831
DG
2032012-09-08 Dmitry Gutov <dgutov@yandex.ru>
204
205 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
206 not just expect to be at its beginning. Adjust callees.
207 Succeed when do-end block has no space before the pipe character.
208 (ruby-brace-to-do-end): When the original block is one-liner,
209 convert to multiline. Reindent the result.
210
0979429b
J
2112012-09-08 Jambunathan K <kjambunathan@gmail.com>
212
213 * register.el (register): New group.
214 (register-separator): New user option.
215 (increment-register): Route it to `append-to-register', if
216 register contains text. Implication is that `C-x r +' can now be
217 used for appending to a text register (bug#12217).
218 (append-to-register, prepend-to-register): Add separator based on
219 `register-separator.
220
ace2989a
AM
2212012-09-08 Alan Mackenzie <acm@muc.de>
222
223 AWK Mode: make auto-newline work when there's "==" in the pattern.
224 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
225 correctly.
0979429b
J
226 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
227 Test more rigorously for "=" token.
ace2989a 228
616c6c36
DG
2292012-09-08 Dmitry Gutov <dgutov@yandex.ru>
230
0979429b
J
231 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
232 Only fail when reached LIMIT.
616c6c36 233
35d98877
CY
2342012-09-08 Chong Yidong <cyd@gnu.org>
235
236 * dired.el (dired-mode-map): Don't bind M-=.
237
238 * dired-aux.el (dired-diff): Use backup file as default.
239
1715f2db
DA
2402012-09-08 Drew Adams <drew.adams@oracle.com>
241
242 * subr.el (add-to-history): Fix delete usage (Bug#12314).
243
6dcef6ec
CY
2442012-09-08 Chong Yidong <cyd@gnu.org>
245
246 * subr.el (syntax-after, syntax-class): Doc fix.
247
fa2bcf43
MR
2482012-09-08 Martin Rudalics <rudalics@gmx.at>
249
250 * window.el (display-buffer-in-previous-window): New buffer
251 display action function.
252
253 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
254 (debugger-previous-window): New variable.
255 (debug): Rewrite using display-buffer-in-previous-window,
256 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
257
daac280a
SM
2582012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
261
9dd40b00
MM
2622012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
263
daac280a
SM
264 * progmodes/python.el (python-shell-send-string):
265 When default-directory is remote, create temp file on remote
9dd40b00
MM
266 filesystem.
267 (python-shell-send-file): When file is remote, pass local view of
268 file paths to remote Python interpreter. (Bug#12340)
269
145823ec
CY
2702012-09-07 Chong Yidong <cyd@gnu.org>
271
cee2e90d
CY
272 * window.el (switch-to-buffer): Doc fix (Bug#12181).
273
0d7eb2ea
CY
274 * files.el (after-find-file): Don't fail on a read-only buffer if
275 require-final-newline is `visit' or `visit-save' (Bug#11156).
276
145823ec
CY
277 * subr.el (read-char-choice): Allow quitting via ESC ESC.
278
daac280a
SM
279 * userlock.el (ask-user-about-supersession-threat):
280 Use read-char-choice (Bug#12093).
145823ec 281
74c582e6
CY
2822012-09-07 Chong Yidong <cyd@gnu.org>
283
e5c2edf7
CY
284 * subr.el (buffer-narrowed-p): New function.
285
286 * ses.el (ses-widen):
287 * simple.el (count-words--buffer-message):
288 * net/browse-url.el (browse-url-of-buffer): Use it
289
290 * simple.el (count-words-region): Don't signal an error if there
291 is a non-nil prefix arg and the mark is not set.
c640e87d 292
74c582e6
CY
293 * help.el (describe-key-briefly): Allow the message to be seen
294 when invoked from the minibuffer (Bug#7014).
295
d81ceaaf
DG
2962012-09-07 Dmitry Gutov <dgutov@yandex.ru>
297
298 * progmodes/ruby-mode.el (ruby-end-of-defun)
299 (ruby-beginning-of-defun): Simplify, allow indentation before
300 block beginning and end keywords.
8f06acce
DG
301 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
302 (ruby-end-of-defun): Expect that the point is at the beginning of
303 the defun.
d81ceaaf 304
d458ef98
SM
3052012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
308 (bug#12367).
309 (cl--make-usage-args): Strip _ from argument names.
310
20367d28
RS
3112012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
312
313 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
314 obsolete alias speedbar-key-map.
315 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
316 (vhdl-index-menu-init): Don't use obsolete variable
317 font-lock-maximum-size.
318
3424a4f6
CY
3192012-09-06 Chong Yidong <cyd@gnu.org>
320
321 * frame.el (window-system-version): Mark as obsolete.
322
fcbfbdea
CY
323 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
324 of obsolete variable speedbar-key-map.
325
826b3235
JL
3262012-09-06 Juri Linkov <juri@jurta.org>
327
328 * replace.el (replace-lax-whitespace): New defcustom.
329 (query-replace, query-replace-regexp, query-replace-regexp-eval)
330 (replace-string, replace-regexp): Mention it in docstrings.
331 (perform-replace, replace-highlight): Let-bind
332 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
333 to the values of replace-lax-whitespace and regexp-flag.
334 Don't let-bind search-whitespace-regexp. (Bug#10885)
335
336 * isearch.el (isearch-query-replace): Let-bind
337 replace-lax-whitespace instead of let-binding
338 replace-search-function and replace-re-search-function.
339 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
340 and isearch-regexp-lax-whitespace to lazy-highlight variables.
341 (isearch-toggle-symbol): Set isearch-regexp to nil
342 in isearch-word mode (like in isearch-toggle-word).
343
1ec5e41d
JL
3442012-09-06 Juri Linkov <juri@jurta.org>
345
346 * replace.el (replace-search-function)
347 (replace-re-search-function): Set default values to nil.
348 (perform-replace): Let-bind isearch-related variables based on
349 replace-related values, call `isearch-search-fun' and let-bind
350 the result to `search-function'. Remove code that sets
351 `search-function' and `search-string' separately for
352 `delimited-flag'.
353 (replace-highlight): Add new argument `delimited-flag' and
354 rename other arguments to the names used in `perform-replace'.
355 Let-bind `isearch-word' to the argument `delimited-flag'.
356 (Bug#10885, bug#10887)
357
0ba2d4b6
DG
3582012-09-07 Dmitry Gutov <dgutov@yandex.ru>
359
360 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
361 ruby-beginning-of-indent, simplify, allow all keywords to have
362 indentation before them.
363 (ruby-beginning-of-indent): Adjust for above. Search until the
364 found point is not inside a string or comment.
365 (ruby-font-lock-keywords): Allow symbols to start with "@"
366 character, give them higher priority than variables.
367 (ruby-syntax-propertize-function)
368 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
369 matchers. Expression expansions are not comments when inside a
370 string, and there comment syntax status is irrelevant.
371 (ruby-match-expression-expansion): New function. Check that
372 expression expansion is inside a string, and it's not escaped.
373 (ruby-font-lock-keywords): Use it.
374
ef654460
MR
3752012-09-05 Martin Rudalics <rudalics@gmx.at>
376
377 * help.el (temp-buffer-max-height): New default value.
378 (temp-buffer-resize-frames): New option.
379 (resize-temp-buffer-window): Optionally resize frame.
380
381 * window.el (fit-frame-to-buffer-bottom-margin): New option.
382 (fit-frame-to-buffer): New function.
383
7e570fbf 3842012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
385
386 * emulation/cua-rect.el (cua--init-rectangles):
387 * textmodes/picture.el (picture-mode-map):
388 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
389 like forward-char and backward-char. (Bug#12317)
390
7e570fbf 3912012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
392
393 * progmodes/flymake.el (flymake-warning-re): New variable.
394 (flymake-parse-line): Use it.
395
7e570fbf 3962012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
397
398 * calendar/holidays.el (holiday-christian-holidays):
399 Rename an entry. (Bug#12289)
400
7e570fbf 4012012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
402
403 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
404 (bug#12222).
405
972debf2
SM
4062012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * loadup.el: Load macroexp. Remove hack.
409 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
410 (macroexp--expand-all): Use it to get better warnings.
411 (macroexp--backtrace, macroexp--trim-backtrace-frame)
412 (internal-macroexpand-for-load): New functions.
413 (macroexp--pending-eager-loads): New var.
414 (emacs-startup-hook): New hack to replace one in loadup.el.
415 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
416 (cl--compiler-macro-cXXr): Move to top, before they can be used.
417 (cl-psetf): Simplify.
418 (cl-defstruct): Add indent rule.
419
8ce192e3
LI
4202012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
421
422 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
423 over `user-mail-address' for the SMTP MAIL FROM envelope.
424 (smtpmail-via-smtp): Ditto.
425
6578b4d8
DG
4262012-09-04 Dmitry Gutov <dgutov@yandex.ru>
427
428 * progmodes/ruby-mode.el: Clean up keybindings.
429 (ruby-mode-map): Don't bind ruby-electric-brace,
430 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
431 backward-kill-word, reindent-then-newline-and-indent.
432 (ruby-mark-defun): Remove.
433 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
434 (ruby-mode): Set local beginning-of-defun-function and
435 end-of-defun-function values.
436
c5e28e39
MR
4372012-09-03 Martin Rudalics <rudalics@gmx.at>
438
439 * window.el (temp-buffer-window-setup-hook)
440 (temp-buffer-window-show-hook): New hooks.
441 (temp-buffer-window-setup, temp-buffer-window-show)
442 (with-temp-buffer-window): New functions.
972debf2
SM
443 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
444 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
445
446 * help.el (temp-buffer-resize-mode): Fix doc-string.
447 (resize-temp-buffer-window): New optional argument WINDOW.
448
449 * files.el (recover-file, save-buffers-kill-emacs):
450 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
451
73406194
MA
4522012-09-02 Michael Albinus <michael.albinus@gmx.de>
453
454 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
455 remote definition of `default-directory', ensure we can connect.
456
63dd1c6f
JL
4572012-09-02 Juri Linkov <juri@jurta.org>
458
459 Toggle whitespace matching mode with M-s SPC.
460 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
461
462 * isearch.el (search-whitespace-regexp): Doc fix.
463 Remove cons cell customization.
464 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
465 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
466 New variables.
467 (isearch-forward, isearch-forward-regexp): Doc fix.
468 (isearch-toggle-lax-whitespace): New command.
469 (search-forward-lax-whitespace, search-backward-lax-whitespace)
470 (re-search-forward-lax-whitespace)
471 (re-search-backward-lax-whitespace): New functions.
472 (isearch-whitespace-regexp): Remove function.
473 (isearch-query-replace): Let-bind replace-search-function and
474 replace-re-search-function.
475 (isearch-occur): Let-bind search-spaces-regexp according to the
476 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
477 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
478 condition for C-q SPC.
479 (isearch-search-fun-default): Use new functions mentioned above.
480 (isearch-search-forward, isearch-search-backward): Remove functions.
481 (isearch-search): Don't let-bind search-spaces-regexp.
482 (isearch-lazy-highlight-space-regexp): Remove variable.
483 (isearch-lazy-highlight-lax-whitespace)
484 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
485 (isearch-lazy-highlight-new-loop): Use them.
486 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
487
af7dda05
CY
4882012-09-02 Chong Yidong <cyd@gnu.org>
489
490 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
491
d67d3afd
GM
4922012-09-02 Glenn Morris <rgm@gnu.org>
493
494 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
495
69678719
GM
4962012-09-01 Glenn Morris <rgm@gnu.org>
497
498 * term.el: Tidy up menu definitions.
499 (term-mode-map): Use easymenu for In/Out, Complete menus.
500 (term-pager-break-map): Initialize in the defvar.
501 (term-terminal-menu, term-signals-menu): Define with easymenu.
502 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
503 (term-pager-menu): New, extracted from term-process-pager.
504 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
505 (term-update-mode-line): Propertize line/char and page items.
506 (term-process-pager): Move keymap initialization elsewhere.
507
78dd6ab1
MR
5082012-09-01 Martin Rudalics <rudalics@gmx.at>
509
510 * window.el (switch-to-prev-buffer): Handle additional values of
511 BURY-OR-KILL argument. Don't switch in minibuffer window.
512 (switch-to-next-buffer): Don't switch in minibuffer window.
513 (quit-restore-window): New function based on quit-window.
514 Handle additional values of former KILL argument.
515 (quit-window): Call quit-restore-window with appropriate
516 interpretation of KILL argument.
517 (display-buffer-below-selected): New buffer display action
518 function.
519
3d10e134
SM
5202012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * minibuffer.el (completion-at-point-functions): Complete docstring
523 (bug#12254).
524
0e23ef9d
PE
5252012-09-01 Paul Eggert <eggert@cs.ucla.edu>
526
527 Better seed support for (random).
528 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
529 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
530 * play/mpuz.el, play/tetris.el, play/zone.el:
531 * calc/calc-comb.el (math-init-random-base):
532 * play/blackbox.el (bb-init-board):
533 * play/life.el (life):
534 * server.el (server-use-tcp):
535 * type-break.el (type-break):
536 Remove unnecessary call to (random t).
537 * net/sasl.el (sasl-unique-id-function):
538 Change (random t) to (random), now that the latter is more random.
539 * play/life.el (life-initialized): Remove no-longer-needed var.
540
862382df
MR
5412012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
542
543 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
544 Consider frame's buffer predicate when choosing the buffer.
545 (Bug#12081)
546
262a66e1
RS
5472012-08-30 Richard Stallman <rms@gnu.org>
548
549 * simple.el (special-mode-map): Delete binding for `z'.
550
f17e1d00
AS
5512012-08-30 Andreas Schwab <schwab@linux-m68k.org>
552
553 * progmodes/compile.el (compilation-always-kill): Doc fix.
554
24777832
CY
5552012-08-30 Chong Yidong <cyd@gnu.org>
556
557 * window.el (display-buffer-reuse-frames): Make the obsolescence
558 message more informative.
559
69ba1f04
GM
5602012-08-30 Glenn Morris <rgm@gnu.org>
561
562 * paren.el (show-paren-delay):
563 Add a :set function. Doc fix. (Bug#12297)
564
f0019ede
MB
5652012-08-29 Martin Blais <blais@furius.ca> (tiny change)
566
567 * progmodes/compile.el (compilation-always-kill): New var.
568 (compilation-start): Use it.
569
35e62fc9
SM
5702012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
571
af070a1c
SM
572 * simple.el (read-only-mode): Move from files.el for bootstrapping.
573 * files.el (read-only-mode): Move to simple.el.
574
35e62fc9
SM
575 * files.el (read-only-mode): New minor mode.
576 (toggle-read-only): Use it and mark obsolete.
577 (find-file--read-only):
578 * vc/vc.el (vc-next-action, vc-checkout):
579 * vc/vc-cvs.el (vc-cvs-checkout):
580 * obsolete/vc-mcvs.el (vc-mcvs-update):
581 * ffap.el (ffap--toggle-read-only): Update callers.
582
c2c43c23
MA
5832012-08-29 Michael Albinus <michael.albinus@gmx.de>
584
585 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
586 remote shell scripts.
587 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
588
589 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
590 "/usr/local/sbin".
591
9fba804b
SM
5922012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
595
eada0861 5962012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 597
806f0cc7
LL
598 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
599 completion-at-point. (Bug#12220)
600
3bb213b9
LL
601 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
602
22ab32ef
LL
603 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
604
eada0861 6052012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 606
19c17fc1
CY
607 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
608 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 609
eada0861 6102012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
611
612 * progmodes/hideif.el (hif-compress-define-list):
613 Fix typo. (Bug#11951)
614
eada0861 6152012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
616
617 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
618 buffer local setting.
619
27d6c5a8
LL
620 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
621 rcirc-encode-coding-system.
622
eada0861 6232012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
624
625 * net/rcirc.el (rcirc-split-message): New function.
626 (rcirc-send-message): Use it. (Bug#12051)
627
d44688e4
JL
6282012-08-28 Juri Linkov <juri@jurta.org>
629
630 * info.el (Info-fontify-node): Hide empty lines at the end of
631 the node. (Bug#12272)
632
34f10d41
MR
6332012-08-27 Drew Adams <drew.adams@oracle.com>
634
635 * dired.el (dired-pop-to-buffer): Make window start at beginning
636 of buffer (Bug#12281).
637
77f1f99c
CY
6382012-08-26 Chong Yidong <cyd@gnu.org>
639
640 * window.el (special-display-regexps, special-display-frame-alist)
641 (special-display-buffer-names, special-display-function)
642 (display-buffer-reuse-frames): Mark as obsolete.
643
644 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
645
646 * help.el (help-print-return-message): Don't treat
647 display-buffer-reuse-frames specially.
648
d97af5a0
CY
6492012-08-26 Chong Yidong <cyd@gnu.org>
650
9fba804b
SM
651 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
652 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
653 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
654 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
655 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
656 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
657 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
658 the functions directly with gdb-display-buffer-other-frame-action.
659 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
660 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
661 (gdb-display-stack-buffer, gdb-display-locals-buffer)
662 (gdb-display-registers-buffer): Define directly.
663 (def-gdb-display-buffer): Macro deleted.
664 (gdb-display-buffer): Remove second and third args, callers don't
665 use them. Defer to the default display-buffer behavior, apart
666 from making windows dedicated.
667 (gdb-setup-windows): Don't call display-buffer unnecessarily.
668
669 * progmodes/gud.el (gud-display-line): Just use display-buffer.
670
671 * window.el (display-buffer-pop-up-frame): Handle a
672 pop-up-frame-parameters alist entry.
673 (display-buffer): Document it.
674
dd7ffad6
CY
6752012-08-26 Chong Yidong <cyd@gnu.org>
676
677 * isearch.el (search-whitespace-regexp): Make string and nil
678 values apply to both ordinary and regexp search. Allow a cons
679 cell value to distinguish between the two.
680 (isearch-whitespace-regexp, isearch-search-forward)
681 (isearch-search-backward): New functions.
682 (isearch-occur, isearch-search-fun-default, isearch-search)
683 (isearch-lazy-highlight-new-loop): Use them.
684 (isearch-forward, isearch-forward-regexp): Doc fix.
685
4c47bd1e
CY
6862012-08-26 Chong Yidong <cyd@gnu.org>
687
688 * faces.el (help-argument-name): Always inherit from italic
689 (Bug#12213).
690
9aba119d
MR
6912012-08-25 Martin Rudalics <rudalics@gmx.at>
692
693 * window.el (window--even-window-heights): Even heights when
694 WINDOW and the selected window form a vertical combination.
695 (display-buffer-use-some-window): Provide that window used gets
696 sized back by quit-window. (Bug#11880) and (Bug#12091)
697
ca5256ad
PE
6982012-08-24 Paul Eggert <eggert@cs.ucla.edu>
699
700 Fix file time stamp problem with bzr and CVS (Bug#12001).
701 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
702 in the file's time stamp, since the version control system loses
703 that information.
704
d1c0d176
JL
7052012-08-22 Juri Linkov <juri@jurta.org>
706
707 * info.el (Info-fontify-node): Hide the suffix of the
708 Info file name in the header line. (Bug#12187)
709
141562ff
GM
7102012-08-22 Glenn Morris <rgm@gnu.org>
711
712 * calendar/cal-tex.el (cal-tex-weekly-common):
713 Restore leading blank page.
714
61a48e19 7152012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
716
717 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
718 the region under `shift-select-mode'. (Bug#12231)
719
7202012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
721
722 * progmodes/executable.el (executable-prefix): Set to "#!" instead
723 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
724 gives details on why the space is never needed.
725
ea95074e
MR
7262012-08-22 Martin Rudalics <rudalics@gmx.at>
727
9fba804b
SM
728 * window.el (walk-window-tree, window-with-parameter):
729 New optional argument MINIBUF to control whether these functions
ea95074e
MR
730 should run on the minibuffer window.
731 (window-at-side-list): Don't operate on minibuffer window.
732 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
733 (window--size-ignore): Rename to window--size-ignore-p.
734 Update callers.
caceae25
MR
735 (display-buffer-in-atom-window, window--major-non-side-window)
736 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
737 (delete-side-window, display-buffer-in-side-window):
738 New functions.
caceae25
MR
739 (window--side-check, window-deletable-p, delete-window)
740 (delete-other-windows, split-window): Handle side windows and
741 atomic windows appropriately.
742 (window--display-buffer): Call display-buffer-record-window also
743 when the window buffer did not change.
ea95074e 744
80a51fa0
CS
7452012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
746
747 * help-fns.el (help-fns--key-bindings):
748 Abbreviate non-symbol remap targets. (Bug#12174)
749
fbb6300b
MR
7502012-08-22 Martin Rudalics <rudalics@gmx.at>
751
752 * dired.el (dired-mark-remembered): Don't clobber point.
753 (Bug#11795)
754
2b2c0794
GM
7552012-08-22 Glenn Morris <rgm@gnu.org>
756
757 * progmodes/bug-reference.el (bug-reference): New custom group.
758 (bug-reference-bug-regexp): Make it a defcustom.
759
37219830
DU
7602012-08-22 Daiki Ueno <ueno@unixuser.org>
761
762 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
763 (js-paren-indent-offset, js-square-indent-offset)
764 (js-curly-indent-offset): Add :safe (Bug#12257).
765
94e0e559
EC
7662012-08-22 Edward O'Connor <hober0@gmail.com>
767
768 * json.el (json-key-format): Add error properties.
769 (json-encode-key): New function.
770 (json-encode-hash-table, json-encode-alist, json-encode-plist):
771 Use json-encode-key.
772
da485f5e
GM
7732012-08-22 Glenn Morris <rgm@gnu.org>
774
775 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
776 (cal-tex-leftday, cal-tex-rightday): Remove functions.
777 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
778 Update for above change.
779
c6cc78b8
AS
7802012-08-21 Andreas Schwab <schwab@linux-m68k.org>
781
782 * cus-face.el (custom-face-attributes): Fix customize type for the
783 :underline attribute. (Bug#11805)
784
5481664a
MR
7852012-08-21 Martin Rudalics <rudalics@gmx.at>
786
787 * window.el (window-point-1, set-window-point-1): Remove.
788 (window-in-direction, record-window-buffer)
789 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
790 (window--state-get-1, display-buffer-record-window):
791 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
792 window-point and set-window-point respectively.
793
6d74698e
GM
7942012-08-21 Glenn Morris <rgm@gnu.org>
795
b7fa2691
GM
796 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
797 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
798 Use it.
799
52f56d5a
GM
800 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
801 (cal-tex-shortday): New function.
802 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
803 (cal-tex-cursor-filofax-daily): Use the above.
804
9f1ee09e
GM
805 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
806 New functions.
807 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
808 (cal-tex-cursor-filofax-week): Use them.
809
79858159
GM
810 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
811 New constants.
812 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
813 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
814
d346b2b4
GM
815 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
816 (cal-tex-end-document): Don't rely on buffer name.
817
b2403709
GM
818 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
819 Use cal-tex-vspace.
820 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
821 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
822 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
823 Use cal-tex-arg.
b2403709 824
1cebb5c0
GM
825 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
826 (cal-tex-cursor-week, cal-tex-cursor-week2)
827 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
828 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
829 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
830 (cal-tex-insert-preamble, cal-tex-b-document)
831 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
832 Improve cal-tex-cmd usage.
833
c68cd5d4
GM
834 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
835 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
836 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
837 (cal-tex-weekly-paper): New function.
838 (cal-tex-cursor-week, cal-tex-cursor-week2)
839 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
840 (cal-tex-cursor-day): Use it.
841
9dca4801
GM
842 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
843 (cal-tex-cursor-filofax-week): Remove leading blank page.
844
1941e134
GM
845 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
846 Add autoload cookie. For now at least, don't use color, since
847 no other cal-tex function does.
848
6d74698e
GM
849 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
850 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
851 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
852
64cde199
JL
8532012-08-21 Juri Linkov <juri@jurta.org>
854
855 * info.el (Info-file-attributes): New variable.
856 (info-insert-file-contents): Add file attributes to
857 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
858 `Info-toc-nodes' when previous modtime of the Info file is less
859 than new modtime.
860 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
861 of info.el. (Bug#12230)
862
32757648
GM
8632012-08-20 Glenn Morris <rgm@gnu.org>
864
865 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
866 * calendar/holidays.el (calendar-holiday-list):
867 Report errors with display-warning rather than beep'n'sleep.
868
a32fbbcf
MA
8692012-08-20 Michael Albinus <michael.albinus@gmx.de>
870
871 * net/tramp.el (tramp-accept-process-output): Accept only output
872 from PROC. Otherwise, process filters and sentinels might be
873 confused. (Bug#12145)
874
a05731a0
CY
8752012-08-20 Chong Yidong <cyd@gnu.org>
876
877 * descr-text.el (describe-text-properties-1): Use overlays-in to
878 report on empty overlays (Bug#3322).
879
36e8d1eb
GM
8802012-08-20 Glenn Morris <rgm@gnu.org>
881
3d300447
GM
882 * mail/rmailout.el (rmail-output-read-file-name):
883 Trap and report errors in rmail-output-file-alist elements.
884
36e8d1eb
GM
885 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
886 since most non-font-lock faces are not also variables).
887
b96e5814
ER
8882012-08-20 Edward Reingold <reingold@iit.edu>
889
890 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
891 New function. (Bug12160)
892
7cef3569
GM
8932012-08-19 Glenn Morris <rgm@gnu.org>
894
895 * mail/rmailout.el (rmail-output-read-file-name):
896 Fix previous change (when the alist is nil or does not match).
897
17975d7f
CY
8982012-08-19 Chong Yidong <cyd@gnu.org>
899
900 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
901 (Bug#12228).
902
2170b1bd
CY
9032012-08-18 Chong Yidong <cyd@gnu.org>
904
905 * simple.el (yank-handled-properties): New defcustom.
906 (yank-excluded-properties): Add font-lock-face and category.
907 (yank): Doc fix.
908
9fba804b
SM
909 * subr.el (remove-yank-excluded-properties):
910 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
911 and category is now done this way, instead of being hard-coded.
912 (insert-for-yank-1): Remove font-lock-face handling.
913 (yank-handle-font-lock-face-property)
914 (yank-handle-category-property): New function.
915
ee218151
GM
9162012-08-17 Glenn Morris <rgm@gnu.org>
917
918 * mail/rmailout.el (rmail-output-read-file-name):
919 Check rmail-output-file-alist against the full message body
920 in the correct rmail buffer. (Bug#12214)
921
4a6bc3fd
MA
9222012-08-17 Michael Albinus <michael.albinus@gmx.de>
923
9fba804b
SM
924 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
925 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 926
383dcbf9
CY
9272012-08-17 Chong Yidong <cyd@gnu.org>
928
929 * mouse.el (mouse-appearance-menu): If x-select-font returns a
930 font spec, set the font directly (Bug#3228).
931
998c4a6a
MR
9322012-08-17 Martin Rudalics <rudalics@gmx.at>
933
934 * window.el (delete-window): Fix last fix.
935
52162052
MR
9362012-08-16 Martin Rudalics <rudalics@gmx.at>
937
938 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
939 (window-child, window-child-count, window-last-child)
940 (window-normalize-window, window-combined-p)
941 (window-combinations, window-atom-root, window-min-size)
942 (window-sizable, window-sizable-p, window-size-fixed-p)
943 (window-min-delta, window-max-delta, window--resizable)
944 (window--resizable-p, window-resizable, window-total-size)
945 (window-full-height-p, window-full-width-p, window-body-size)
946 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
947 (minimize-window, window-deletable-p, delete-window)
948 (delete-other-windows, set-window-buffer-start-and-point)
949 (next-buffer, previous-buffer, split-window, balance-windows-2)
950 (set-window-text-height, window-buffer-height)
951 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
952 (truncated-partial-width-window-p): Minor code adjustments.
953 In doc-strings state whether the argument window has to denote a
85c2386b 954 live, valid or any window.
52162052 955
1c308380
PS
9562012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
957
958 * progmodes/subword.el (subword-forward-function)
959 (subword-backward-function, subword-forward-regexp)
960 (subword-backward-regexp): New variables.
961 (subword-forward, subword-forward-internal, subword-backward-internal):
962 Use new variables, eg so that different "word" definitions
963 can be easily used. (Bug#11411)
964
94c9ece1
SM
9652012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
968 for composite selectors.
969 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
970 operation just because we can't find a previous revision.
971
f2045622
CY
9722012-08-15 Chong Yidong <cyd@gnu.org>
973
974 * frame.el (set-frame-font): Accept font objects.
975
582db660
SM
9762012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
979
2f29c200
WJ
9802012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
981
456e62c2
WJ
982 * man.el (Man-overstrike-face, Man-underline-face)
983 (Man-reverse-face): Remove variables.
984 (Man-overstrike, Man-underline, Man-reverse): New faces.
985 (Man-fontify-manpage): Use them instead of the variables.
986 (Man-cleanup-manpage): Comment change.
987 (Man-ansi-color-map): New variable.
988 (Man-fontify-manpage): Use it.
989 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
990
2f29c200
WJ
991 Implement ANSI SGR parameters 22-27 (bug#12146).
992 * ansi-color.el (ansi-colors): Doc fix.
993 (ansi-color-context, ansi-color-context-region): Doc fix.
994 (ansi-color--find-face): New function.
995 (ansi-color-apply, ansi-color-apply-on-region): Use it.
996 Rename the local variable `face' to `codes' since it is now a list of
997 ansi codes. Doc fix.
998 (ansi-color-get-face): Remove.
999 (ansi-color-parse-sequence): New function, derived from
1000 ansi-color-get-face.
1001 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1002 codes 22-27.
1003
b4f5e9df
SM
10042012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * subr.el (read-passwd): Allow use from a minibuffer.
1007
ba025fbd
EZ
10082012-08-14 Eli Zaretskii <eliz@gnu.org>
1009
1010 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1011 inside comments and strings as identifiers.
1012
1013 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1014 expression to evaluate. This allows to evaluate expressions with
1015 embedded whitespace.
1016 (gud-tooltip-tips): Add a blank before the newline in the
1017 message-box text, for the benefit of message-box emulation on
1018 MS-Windows.
1019
1020 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1021 messages from GDB, pop them up in a tooltip to give feedback to
1022 user.
b4f5e9df
SM
1023 (gdb-tooltip-print-1): Quote the expression to evaluate.
1024 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
1025 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1026 if the TTY name is nil or empty (which happens when communicating
1027 with the inferior via pipes, e.g. on MS-Windows).
1028 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1029 don't send that to the GUD buffer.
1030
c548f821
GM
10312012-08-14 Glenn Morris <rgm@gnu.org>
1032
1033 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1034 Optimize away setq-default with no args, as for setq. (Bug#12195)
1035
55802e4a
CY
10362012-08-14 Chong Yidong <cyd@gnu.org>
1037
4abcdac8
CY
1038 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1039
55802e4a
CY
1040 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1041 (Bug#12085).
1042
3c3cda1a
GM
10432012-08-14 Glenn Morris <rgm@gnu.org>
1044
1045 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1046
e1873bd0
MA
10472012-08-14 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1050 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1051 Use cached shell name.
1052
925411b4
FEG
10532012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1054
1055 * progmodes/python.el (python-shell-send-string):
3c3cda1a 1056 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 1057
e636fafe
DG
10582012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1059
1060 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1061 (ruby-percent-literal-beg-re): New constant.
1062 (ruby-syntax-general-delimiters-goto-beg): Rename to
1063 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1064 (ruby-syntax-propertize-general-delimiters): Rename to
1065 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1066 popular term. Adjust comments everywhere.
1067 (ruby-syntax-propertize-percent-literal): Only propertize when not
1068 inside a simple string or comment. When the literal is unclosed,
1069 leave the text after it unpropertized.
f063063a
DG
1070 (ruby-syntax-methods-before-regexp): New constant.
1071 (ruby-syntax-propertize-function): Use it to recognize regexps.
1072 Don't look at the text after regexp, just use the whitelist.
e636fafe 1073
e5b19827
AS
10742012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1075
1076 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1077 non-nil always load the compiled file if it exists. (Bug#12197)
1078
a9f6f311
CY
10792012-08-14 Chong Yidong <cyd@gnu.org>
1080
1081 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1082 (hi-lock-set-pattern): When deciding whether to use font lock or
1083 overlays, look at font-lock-mode instead of font-lock-fontified
1084 (Bug#12168).
1085 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1086 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1087
7d806b1e
DU
10882012-08-14 Daiki Ueno <ueno@unixuser.org>
1089
1090 * subr.el (internal--after-with-selected-window): Fix typo
1091 (Bug#12193).
1092
5beed586
FEG
10932012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1094
1095 Use `completion-table-dynamic' for completion functions.
1096 * progmodes/python.el
1097 (python-shell-completion--do-completion-at-point)
e636fafe
DG
1098 (python-shell-completion--get-completions):
1099 Remove functions.
5beed586
FEG
1100 (python-shell-completion-complete-at-point): New function.
1101 (python-completion-complete-at-point): Use it.
1102
92cb3b04
J
11032012-08-13 Jambunathan K <kjambunathan@gmail.com>
1104
1105 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1106 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1107
89660017
SM
11082012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1109
3c98c962
SM
1110 * subr.el (function-get): Refine `autoload' arg so it can also
1111 autoload functions for gv.el (bug#12191).
1112 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1113 autoloads macros.
1114
aa7c6dbe
SM
1115 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1116 Prefer pcase-let over destructuring-bind.
1117 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1118 Also, remove whitespace as we go, rather than after accumulating the
1119 various places.
1120
89660017
SM
1121 * subr.el (internal--before-with-selected-window)
1122 (internal--after-with-selected-window): Fix typo seleted->selected.
1123 (with-selected-window): Adjust callers.
1124 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1125
31cd32c9
BG
11262012-08-13 Bastien Guerry <bzg@gnu.org>
1127
0fcd3d9f 1128 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
1129 enhancement. (Bug#12172)
1130
1b15d8ad
AS
11312012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1132
31e54db0
AS
1133 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1134 type 1-6.
1135 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1136 extended headers.
1137
1b15d8ad
AS
1138 * files.el (hack-local-variables-filter): Remove useless eval.
1139
35cb9c06
MR
11402012-08-13 Martin Rudalics <rudalics@gmx.at>
1141
1142 * subr.el (with-selected-window): Fix last change.
1143
1439443b
SM
11442012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * subr.el (internal--before-with-seleted-window)
1147 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
1148 (with-selected-window): Use them, to replace dependency on
1149 tty-top-frame.
1439443b 1150
0d9e2599
NN
11512012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1152
1153 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1154 binding for `newline'.
1155 (ruby-move-to-block): When moving backward, stop at block opening,
1156 not indentation.
1157 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1158 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1159 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1160 `ruby-toggle-block'.
1161
ba10c48c
SM
11622012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * ibuffer.el (ibuffer-do-toggle-read-only):
1165 * dired.el (dired-toggle-read-only):
1166 * buff-menu.el (Buffer-menu-toggle-read-only):
1167 * bindings.el (mode-line-toggle-read-only):
1168 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1169
9229c658
AS
11702012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1171
1172 * descr-text.el (describe-char): Put the overlays over the
1173 "displayed as" character.
1174
0fd09128
JB
11752012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1176
1177 * calc/calc-units.el (math-default-units-table): Give an
1178 initial value.
1179 (math-put-default-units): Add options to put composite units and
1180 unit systems in the default units table.
1181 (calc-convert-units): Send composite units to
1182 `math-put-default-units' when appropriate.
1183
9ff9402d 11842012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 1185
fbb5e336
GM
1186 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1187
7aacaf15
GM
1188 * tutorial.el (help-with-tutorial):
1189 * emacs-lisp/copyright.el (copyright-update-directory):
1190 * emacs-lisp/autoload.el (autoload-find-generated-file)
1191 (autoload-find-file): Disable local eval: (for insurance).
1192
f40b9f10
GM
1193 * files.el (hack-local-variables-filter): If an eval: form is not
1194 known to be safe, and enable-local-variables is :safe, then ignore
1195 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 1196 This is CVE-2012-3479.
f40b9f10 1197
daa9f1a6
SM
11982012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1201 (rx-form): Simplify.
1202
9cd80478
DG
12032012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1204
0d9e2599
NN
1205 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1206 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1207 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1208 (ruby-syntax-propertize-function): Adjust for changes in
1209 `ruby-syntax-propertize-heredoc'.
1210
12112012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1212
9cd80478
DG
1213 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1214 binding (use `M-;' instead).
9cd80478 1215 (ruby-singleton-class-p): New function.
0d9e2599 1216 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 1217
d301b413
SM
12182012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1221
1530c98e
CY
12222012-08-10 Chong Yidong <cyd@gnu.org>
1223
1224 * progmodes/python.el (python-shell-get-process-name): Don't mess
1225 with same-window-buffer-names.
1226
1227 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1228 (eshell-remove-from-window-buffer-names): Make obsolete.
1229 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1230 (eshell): Just use pop-to-buffer-same-window instead.
1231
e1293765
CY
12322012-08-10 Chong Yidong <cyd@gnu.org>
1233
1234 * bindings.el: Bind M-= back to count-words-region.
1235
1236 * simple.el (count-words-region): Accept a prefix arg for acting
1237 on the entire buffer.
1238 (count-words--buffer-message): New helper function.
1239
e1894109
SM
12402012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1243 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1244 (event-start, event-end): Use posn-at-point to return a more
1245 informative posn.
1246 (posnp): New function.
1247 * mouse.el (popup-menu-normalize-position): Use it.
1248
c69f56a2
MY
12492012-08-10 Masatake YAMATO <yamato@redhat.com>
1250
1251 * mouse.el (popup-menu-normalize-position): New function.
1252 (popup-menu): Use `popup-menu-normalize-position' to normalize
1253 the form for POSITION argument.
1254
1255 * term/x-win.el (x-menu-bar-open):
1256 Use the value returend from (posn-at-point) as position
1257 passed to `popup-menu'.
1258
31673780
JB
12592012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1260
1261 * calc/calccomp.el (math-compose-expr): Add extra argument
1262 indicating that parentheses should be put around products in
1263 denominators. Give multiplication precedence over division during
1264 composition.
1265
dab7711b
CY
12662012-08-09 Chong Yidong <cyd@gnu.org>
1267
dee4ef93
CY
1268 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1269 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1270 (Man-untabify-command, manual-program): Convert to defcustom
1271 (Bug#10429).
1272
73e2bbc5
CY
1273 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1274
3e861c8a
CY
1275 * descr-text.el (describe-char): Don't insert extra newlines
1276 (Bug#10127).
1277
a9f5a649
CY
1278 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1279 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1280
dab7711b
CY
1281 * align.el (align-region): Delete temporary markers (Bug#10047).
1282 Plus some code cleanups.
1283
e0cc4efa
FEG
12842012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1285
1286 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1287 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1288 (python-shell-internal-last-output): Use make-local-variable
1289 instead of make-variable-buffer-local.
1290
489af14f
FEG
12912012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1292
1293 * progmodes/python.el: Enhancements to forward-sexp.
1294 (python-nav-forward-sexp): Rename from
1295 python-nav-forward-sexp-function.
c69f56a2
MY
1296 (python-nav--forward-sexp, python-nav--backward-sexp):
1297 New functions.
489af14f 1298
0fc50303
JB
12992012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1300
1301 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1302 modes and simplification modes.
1303
5d65606a
SM
13042012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * delsel.el (delete-selection-pre-hook): Don't propagate the
1307 file-supersession signals (bug#12161).
1308
4250fdf5
SM
13092012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1312 (cl-map-extents): Add compatibility aliases (bug#12135).
1313
d9f9b465
MA
13142012-08-08 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1317 tests by `ignore-error'.
1318 (tramp-find-shell): Open also a new shell, when cache is already
1319 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1320
ce0fcefa
JL
13212012-08-08 Juri Linkov <juri@jurta.org>
1322
1323 * bookmark.el: Add `defaults' property to the bookmark record.
1324 (bookmark-current-buffer): Doc fix.
1325 (bookmark-make-record): Add `defaults' property with default values
1326 to the bookmark record.
1327 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1328 with `bookmark-insert-current-bookmark'.
1329 (bookmark-set): Get `defaults' property from the bookmark record
1330 and use it in `read-from-minibuffer'.
1331 (bookmark-insert-current-bookmark): Remove function.
1332
1333 * info.el (Info-bookmark-make-record): Add `defaults' property
1334 with values of canonical Info node name, the current Info file
1335 name and the current Info node name. (Bug#12107)
1336
53fa8652
JL
13372012-08-08 Juri Linkov <juri@jurta.org>
1338
1339 * files.el (basic-save-buffer): Use `buffer-name' as the default
1340 of `read-file-name' when buffer is not visiting a file (bug#12128).
1341
242c0a95
JL
13422012-08-08 Juri Linkov <juri@jurta.org>
1343
1344 * info.el (Info-isearch-search): Doc fix.
1345 (Info-search): Change search-failed message from "initial node" to
1346 "end of node" (bug#12078).
1347 (Info-isearch-search): Change `isearch-string-state' to
1348 `isearch--state-string'.
1349
32ac3a6b
GM
13502012-08-08 Glenn Morris <rgm@gnu.org>
1351
1352 * language/persian.el: Remove file.
f8c1afd5 1353 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
1354 * loadup.el: Remove language/persian.
1355
2c2d9c9c
OF
13562012-08-08 Óscar Fuentes <ofv@wanadoo.es>
1357
1358 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1359
2d79ec42
FEG
13602012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
1361
1362 * progmodes/python.el Fixed defsubst warning.
1363 (python-syntax-context) Rename from python-info-ppss-context.
1364 (python-syntax-context-type): Rename from
1365 python-info-ppss-context-type.
1366 (python-syntax-comment-or-string-p): Rename from
1367 python-info-ppss-comment-or-string-p.
1368
2bd255dd
JB
13692012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1370
1371 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1372
c395097f
AS
13732012-08-07 Andreas Schwab <schwab@linux-m68k.org>
1374
6125983e
AS
1375 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1376 a defcustom that is quoted with backquote.
1377
4250fdf5
SM
1378 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1379 Fix handling of interactive spec when the body uses return.
651eaf36
AS
1380 (math-do-arg-check, math-define-function-body): Use backquote forms.
1381 * calc/calc-ext.el (math-defcache): Likewise.
1382 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1383 * allout.el (allout-new-exposure): Likewise.
1384 * calc/calcalg2.el (math-tracing-integral): Likewise.
1385 * info.el (Info-last-menu-item): Likewise.
1386 * emulation/vip.el (vip-loop): Likewise.
1387 * textmodes/artist.el (artist-funcall): Likewise.
1388 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1389 Construct menu-item directly.
1390
4250fdf5
SM
1391 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1392 Don't declare.
c395097f 1393
5fb50dd3
CY
13942012-08-07 Chong Yidong <cyd@gnu.org>
1395
1396 * simple.el (deactivate-mark): Preserve text properties when
1397 saving the primary selection (Bug#8384).
1398
54eea618
KR
13992012-08-07 Kevin Ryde <user42@zip.com.au>
1400
1401 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1402 (woman-parse-numeric-value): On a bad .IP line, issue a warning
1403 and continue processing (Bug#12110).
1404
638eaeb9
SM
14052012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1408 syntax-propertize-function (bug#10095).
1409
ea376861
SM
14102012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1411
f91b35be
SM
1412 * help-fns.el (help-fns--key-bindings, help-fns--signature)
1413 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1414 describe-function-1.
1415 (describe-function-1): Use them. Move compiler macro after sig.
1416 (help-fns--compiler-macro): Use function-get. Assume we're already in
1417 standard-output. Adjust layout to new call order.
1418
ea376861
SM
1419 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1420 re-binding a symbol that has a symbol-macro (bug#12119).
1421
d5be7bd0
MB
14222012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1423
1424 * language/persian.el: New file. (Bug#11812)
1425 * loadup.el: Add language/persian.el.
1426
90749b53
CY
14272012-08-06 Chong Yidong <cyd@gnu.org>
1428
1429 * window.el (window--maybe-raise-frame): New function.
1430 (window--display-buffer): Split off from here.
1431 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1432 (display-buffer-pop-up-window, display-buffer-use-some-window):
1433 Obey an inhibit-switch-frame action alist entry.
1434 (display-buffer): Update doc.
1435
1436 * replace.el (occur-after-change-function): Avoid losing focus by
1437 using the inhibit-switch-frame display parameter (Bug#12139).
1438
ba7b0154
FEG
14392012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
1440
1441 Make internal shell process buffer names start with space.
1442 * progmodes/python.el (python-shell-make-comint): Add optional
1443 argument INTERNAL.
1444 (run-python-internal): Use it.
1445 (python-shell-internal-get-or-create-process): Check for new
1446 internal buffer names.
1447
5eaeacb5
GM
14482012-08-06 Glenn Morris <rgm@gnu.org>
1449
e296d94b 1450 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
1451 Do less getting and setting of environment variables.
1452
b7ccbdc2
CY
14532012-08-05 Chong Yidong <cyd@gnu.org>
1454
777fe95e
CY
1455 * proced.el (proced): Add substitution string to docstring to
1456 trigger autoloading of the proced library on C-h f (Bug#1768).
1457
4250fdf5
SM
1458 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1459 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
1460
1461 * imenu.el (imenu-generic-expression): Move documentation here
1462 from imenu--generic-function.
1463 (imenu--generic-function): Refer to imenu-generic-expression.
1464
9e3b7800 14652012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
VØ
1466
1467 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1468 indentation declaration.
1469 (viper-loop): Add indentation declaration (Bug#7025).
1470
e5d9c0d1
CY
14712012-08-05 Chong Yidong <cyd@gnu.org>
1472
f0422feb
CY
1473 * help-fns.el (describe-variable): Add hyperlink for
1474 directory-local variables files. Improve buffer-local and
1475 permanent-local reporting; suggested by MON KEY (Bug#6644).
1476
1477 * help-mode.el (help-dir-local-var-def): New button type.
1478
e5d9c0d1
CY
1479 * files.el (kill-buffer-hook): Provide a defvar.
1480
a4f2deaa
GM
14812012-08-05 Glenn Morris <rgm@gnu.org>
1482
1483 * eshell/esh-ext.el (eshell/addpath):
1484 Also update eshell-path-env. (Bug#12013)
1485
a9dd5754
CY
14862012-08-05 Chong Yidong <cyd@gnu.org>
1487
a4f2deaa 1488 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 1489
d014c740
CY
1490 * fringe.el (fringe-styles): Add docstring.
1491 (fringe--check-mode): New function.
1492 (set-fringe-mode, set-fringe-style): Use it.
1493 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1494
a9dd5754
CY
1495 * files.el (set-auto-mode): Fix invalid setq call.
1496
7c2dc8bd
SM
14972012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * isearch.el: Misc simplification; use defstruct.
1500 (isearch-mode-map): Dense maps now work like sparse ones.
1501 (isearch--state): New defstruct.
1502 (isearch-string-state, isearch-message-state, isearch-point-state)
1503 (isearch-success-state, isearch-forward-state)
1504 (isearch-other-end-state, isearch-word-state, isearch-error-state)
1505 (isearch-wrapped-state, isearch-barrier-state)
1506 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1507 replaced by defstruct's accessors.
1508 (isearch--set-state): Rename from isearch-top-state and change
1509 calling convention.
1510 (isearch-push-state): Use new isearch--get-state.
1511 (isearch-toggle-word): Disable regexp when enabling word.
1512 (isearch-message-prefix): Remove unused arg _c-q-hack.
1513 (isearch-message-suffix): Remove unused arg _ellipsis.
1514
7fcc0070
AS
15152012-08-04 Andreas Schwab <schwab@linux-m68k.org>
1516
1517 * simple.el (list-processes--refresh): For a server use :host or
1518 :local as the address.
97ad0769 1519 (list-processes): Doc fix.
7fcc0070 1520
00340faf
MN
15212012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
1522
1523 * lisp/mpc.el: Support password in host argument.
1524 (mpc--proc-connect): Parse and use new password element.
1525 Set mpc-proc variable instead of returning process.
1526 (mpc-proc): Adjust accordingly.
1527
6dad7178
EZ
15282012-08-03 Eli Zaretskii <eliz@gnu.org>
1529
18949c2f
EZ
1530 * whitespace.el (whitespace-display-mappings): Use Unicode
1531 codepoints, instead of emacs-mule codepoints. See
1532 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1533 for the details.
1534
6dad7178
EZ
1535 * files.el (file-truename): Don't skip symlink-chasing part on
1536 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
1537 Windows into the loop that recursively chases symlinks.
1538 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
1539 MS-DOS.
1540
385b0198
CY
15412012-08-03 Chong Yidong <cyd@gnu.org>
1542
6200f3c4
CY
1543 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1544
385b0198
CY
1545 * sort.el (sort-regexp-fields): Doc fix.
1546
b9e74744
TH
15472012-08-03 Tassilo Horn <tsdh@gnu.org>
1548
1549 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1550 labels regex position point at the expected place.
1551
41013cb4
MK
15522012-08-03 MON KEY <monkey@sandpframing.com>
1553
1554 * net/imap.el (imap-interactive-login, imap-authenticate)
1555 (imap-mailbox-lsub, imap-mailbox-list)
1556 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1557 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1558 (imap-parse-response): Doc fix.
1559
0ffee616
JT
15602012-08-03 João Távora <joaotavora@gmail.com>
1561
1562 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1563 if sexp scanning does not move point (Bug#5734).
1564
cfcc9cc8
TH
15652012-08-02 Tassilo Horn <tsdh@gnu.org>
1566
1567 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1568 Add listings, minted, and ctable packages.
1569 (reftex-label-alist-builtin): Move listings, minted, and ctable
1570 entries before LaTeX.
a01bbb84 1571 (reftex-label-alist): Docfix.
cfcc9cc8 1572
66ec2442
BG
15732012-08-02 Bastien Guerry <bzg@gnu.org>
1574
1575 * replace.el (occur): Fix docstring (bug#12122).
1576
837b365b
GM
15772012-08-02 Glenn Morris <rgm@gnu.org>
1578
1579 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1580
e098de97
PE
15812012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1582
1583 Obsolete alias inactivate-current-input-method-function (Bug#10150).
1584 * international/mule-cmds.el: Create
1585 inactivate-current-input-method-function as an obsolete alias for
1586 deactivate-current-input-method-function. See Katsumi Yamaoka in
1587 <http://bugs.gnu.org/10150#46>.
1588
a0f95636
JB
15892012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1590
1591 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1592 of nested `if's.
1593
0d26d7c4
GM
15942012-08-01 Glenn Morris <rgm@gnu.org>
1595
1596 * progmodes/autoconf.el (autoconf-definition-regexp):
1597 Add AH_TEMPLATE, adjust submatch numbering.
1598 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1599 (autoconf-current-defun-function): Update for above change.
1600 (autoconf-current-defun-function): First skip to end of current word.
1601
b686ba06
RS
16022012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
1603
1604 * calendar/cal-html.el (cal-html-insert-agenda-days):
1605 Fix typo. (Bug#12018)
1606
0d49da68
FEG
16072012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1608
1609 Shell processes: enhancements to startup and CEDET compatibility.
1610 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1611 (python-shell-make-comint): accept-process-output at startup.
1612 (run-python-internal): Set inferior-python-mode-hook to nil.
1613 (python-shell-internal-get-or-create-process): call sit-for.
1614 (python-preoutput-result): Add obsolete alias.
1615 (python-shell-internal-send-string): Use it.
1616 (python-shell-send-setup-code): Remove call to
1617 accept-process-output.
1618
f1a71c6e
AS
16192012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1620
1621 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
1622 (Bug#12108)
1623
d2605269
JB
16242012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
1625
1626 * calc-mode.el (calc-basic-simplification-mode): Rename from
1627 `calc-limited-simplification-mode'.
1628 (calc-alg-simplification-mode): New function.
fc0c31f8 1629 (calc-set-simplify-mode): Adjust message.
f1a71c6e 1630
d2605269
JB
1631 * calc.el (calc-set-mode-line): Adjust mode line display for
1632 basic simplification mode.
1633
1634 * calc-help.el (calc-m-prefix-help): Update help message.
1635
1636 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
1637 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
1638
a3827a43
BG
16392012-07-31 Bastien Guerry <bzg@gnu.org>
1640
1641 * man.el (man): Fix comment. (bug#12101)
1642
502e3f89
MR
16432012-07-31 Martin Rudalics <rudalics@gmx.at>
1644
1645 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1646 Don't return a non-nil value when no suitable buffer was found.
1647
d7714961
FEG
16482012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1649
1650 * progmodes/python.el (run-python-internal): Disable font lock for
1651 internal shells.
1652
1f45e27e
SM
16532012-07-30 Stefan Merten <smerten@oekonux.de>
1654
1655 * rst.el: Silence `checkdoc-ispell'.
1656 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1657 (rst-official-version, rst-official-cvs-rev)
1658 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
1659 (rst-mode-map): New key binding.
1660
0aee6912
PE
16612012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1662
1663 Update .PHONY listings in makefiles.
1664 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
1665 autoloads, update-subdirs, updates, bzr-update, update-authors,
1666 compile-onefile, compile-calc, backup-compiled-files,
1667 compile-after-backup, compile-one-process, mh-autoloads,
1668 bootstrap-clean, distclean, maintainer-clean.
1669
9052f9f0
JB
16702012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1671
1823ac5a
JB
1672 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
1673 (calc-set-mode-line): Don't display "AlgSimp ".
1674
1675 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
1676 (calc-lim-simplify-mode): New function.
1677 (calc-set-simplify-mode): Default to 'alg.
1678 (calc-default-simplify-mode): Make algebraic simplifications
1679 the default.
1680
1681 * calc/calc-ext.el (calc-init-extensions): Remove binding for
1682 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
1683
8d7c7eed 1684 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
1685 indicate new simplification modes.
1686
1823ac5a
JB
1687 * calc/README: Mention new default simplification mode.
1688
9052f9f0
JB
1689 * calc/calc.el (math-normalize-error): New variable.
1690 (math-normalize): Set `math-normalize-error' to t
1691 when there's an error.
1692
1693 * calc/calc-alg.el (math-simplify): Don't simplify when
1694 `math-normalize' returns an error.
1695
20ba0cb4
EZ
16962012-07-29 Eli Zaretskii <eliz@gnu.org>
1697
1698 * international/mule-cmds.el (set-locale-environment): Revert last
1699 change, since display-graphic-p returns nil when this function is
1700 called during startup. Instead...
1701
1702 * term/w32console.el (terminal-init-w32console): ...setup the
1703 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
1704
a5dcc929
JL
17052012-07-29 Juri Linkov <juri@jurta.org>
1706
1707 * simple.el (goto-line): Don't display default line number in the
1708 prompt because it should be displayed by `read-number' (bug#9952).
1709 Add the current line number to the defaults of `goto-line' to
1710 allow its easier modification by users with `M-n' (bug#9201).
1711
1712 * subr.el (read-number): Support multiple default values like in
1713 other minibuffer reading functions. Replace `read' with
1714 `string-to-number' for consistency with `number-to-string'.
1715
72b255c7
PE
17162012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1717
1718 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
1719 * emulation/viper-init.el (viper-deactivate-input-method-action):
1720 Rename from viper-inactivate-input-method-action.
1721 (viper-deactivate-input-method):
1722 Rename from viper-inactivate-input-method.
1723 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
1724 * international/mule-cmds.el (deactivate-input-method):
1725 Rename from inactivate-input-method.
1726 Also run input-method-deactivate-hook.
1727 (deactivate-current-input-method-function):
1728 Rename from inactivate-current-input-method-function.
1729 (input-method-deactivate-hook): New hook.
1730 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
1731 (inactivate-input-method): Mark obsolete.
1732
72b255c7
PE
1733 * international/quail.el (quail-activate):
1734 Also run quail-deactivate-hook.
1735 (quail-deactivate): Rename from quail-inactivate.
1736 * international/robin.el (robin-activate):
1737 Also run robin-deactivate-hook.
1738 (robin-deactivate): Rename from robin-inactivate.
1739
2549c068
CY
17402012-07-29 Chong Yidong <cyd@gnu.org>
1741
1742 * simple.el (indicate-copied-region): New function.
1743 (kill-ring-save): Split off from here.
1744
1745 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
1746 (kill-rectangle): Set deactivate-mark to t on read-only error.
1747
1748 * register.el (copy-to-register, copy-rectangle-to-register):
1749 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
1750 (append-to-register, prepend-to-register):
1751 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
1752
1753 * simple.el (async-shell-command-buffer): New defcustom.
1754 (shell-command): Use it. (Bug#4719)
1755
01bd1b0d
EZ
17562012-07-28 Eli Zaretskii <eliz@gnu.org>
1757
1758 * international/mule-cmds.el (set-locale-environment): In a
1759 console session on MS-Windows, set up keyboard and terminal
1760 encoding from the OEM codepage, not the ANSI codepage.
1761 (Bug#12055)
1762
a55739d3
CY
17632012-07-28 Chong Yidong <cyd@gnu.org>
1764
1765 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
1766 gdb-get-location.
1767
0e1a094f 17682012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
1769
1770 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
1771 the alist (bug#12029).
1772
20329d73
EZ
17732012-07-28 Eli Zaretskii <eliz@gnu.org>
1774
1775 * makefile.w32-in (custom-deps, finder-data, updates, compile)
1776 (compile-always, compile-first)
1777 ($(lisp)/calendar/cal-loaddefs.el)
1778 ($(lisp)/calendar/diary-loaddefs.el)
1779 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
1780 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
1781 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
1782 instead of on update-subdirs.
1783 (bootstrap-clean): Delete $(lisp)/subdirs.el.
1784
345a2258
CY
17852012-07-28 Chong Yidong <cyd@gnu.org>
1786
1eee6341
CY
1787 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
1788 directory if vc-deduce-backend returns nil (Bug#7350).
1789
345a2258
CY
1790 * simple.el (delete-trailing-lines): New option.
1791 (delete-trailing-whitespace): Obey it (Bug#11879).
1792
049a0936
DE
17932012-07-28 David Engster <deng@randomsample.de>
1794
1795 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
1796 Explanation of new 'symbol-qnames feature in doc-strings.
1797 (xml-maybe-do-ns): Return expanded names as plain symbols if
1798 'symbol-qnames was provided in XML-NS argument (Bug#11916).
1799 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
1800
aa81af71
FEG
18012012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1802
1803 Consistent completion in inferior python with emacs -nw.
1804 * progmodes/python.el (inferior-python-mode): replace "<tab>"
1805 binding in inferior-python-mode-map with "\t".
1806 (python-shell-completion-complete-at-point)
1807 (python-completion-complete-at-point): Remove interactive spec.
1808
e827b1eb
JB
18092012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1810
1811 * calc/calccomp.el (math-compose-expr): Undo previous change.
1812
a90dfb95
FEG
18132012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1814
4250fdf5 1815 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
1816 run-python.
1817 (python-shell-make-comint): Fix pop-to-buffer call.
1818 (run-python): Autoload. New arg SHOW.
1819 (python-shell-get-or-create-process): Do not pop python process
1820 buffer.
1821
32770973 18222012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
1823
1824 * notifications.el (notifications-on-action-signal)
1825 (notifications-on-closed-signal): Use also the bus address for the map.
1826 (notifications-notify, notifications-close-notification)
fc0c31f8 1827 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 1828
86332df2
TH
18292012-07-27 Tassilo Horn <tsdh@gnu.org>
1830
4250fdf5
SM
1831 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1832 Add support for the lstlisting and minted environments, and for the
86332df2
TH
1833 ctable macro.
1834 * textmodes/reftex.el (reftex-compile-variables): Also recognize
1835 labels written in keyvals syntax.
1836
ca1302a4
JB
18372012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1838
1839 * calc/calccomp.el (math-compose-expr): Use parentheses when
1840 there is a product in the denominator of a fraction.
1841
f8b91036
EZ
18422012-07-26 Eli Zaretskii <eliz@gnu.org>
1843
1844 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
1845 ($(lisp)/calendar/diary-loaddefs.el)
1846 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
1847 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
1848 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
1849 rewritten while the autoload files are built at the same time,
1850 which needs to load subdirs.el.
1851
c8e5a42c
MR
18522012-07-26 Martin Rudalics <rudalics@gmx.at>
1853
1854 * mouse.el (popup-menu): Fix doc-string and re-indent code.
1855 (mouse-drag-line): Don't exit tracking when a switch-frame or
1856 switch-window event occurs (Bug#12006).
1857
670d85ea
SM
18582012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * mouse.el (popup-menu): Fix last change.
1861
7abaf5cc
SM
18622012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 Autoload from Lisp with more care. Follow aliases when looking for
1865 function properties.
1866 * subr.el (autoloadp): New function.
1867 (symbol-file): Use it.
1868 (function-get): New function.
1869 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
1870 autoload-do-load.
1871 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
1872 (lisp-indent-function):
1873 * emacs-lisp/gv.el (gv-get):
1874 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
1875 * emacs-lisp/byte-opt.el (byte-optimize-form):
1876 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1877 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
1878 Use function-get.
1879 * emacs-lisp/cl.el: Don't propagate function properties any more.
1880
1881 * speedbar.el (speedbar-add-localized-speedbar-support):
1882 * emacs-lisp/disass.el (disassemble-internal):
1883 * desktop.el (desktop-load-file):
1884 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
1885 (describe-function-1):
1886 * emacs-lisp/find-func.el (find-function-noselect):
1887 * emacs-lisp/elp.el (elp-instrument-function):
1888 * emacs-lisp/advice.el (ad-has-proper-definition):
1889 * apropos.el (apropos-safe-documentation, apropos-macrop):
1890 * emacs-lisp/debug.el (debug-on-entry):
1891 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
1892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1893 * calc/calc.el (name): Use autoloadp & autoload-do-load.
1894
b1364986
AA
18952012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
1896
1897 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
1898 function, not an obsolete variable (Bug#12046).
1899
67ada220
AS
19002012-07-25 Andreas Schwab <schwab@linux-m68k.org>
1901
1902 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
1903
f08088e3
CS
19042012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
1905
1906 * emacs-lisp/pp.el (pp-display-expression): Select old selected
1907 window only if it is still live (Bug#12034).
1908
8137e7b3
MR
19092012-07-25 Martin Rudalics <rudalics@gmx.at>
1910
1911 * subr.el (redirect-frame-focus): Add advertised calling
1912 convention (Bug#12030).
1913
09ae5da1
PE
19142012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 Prefer typical American spelling for "acknowledgment".
1917 * vc/add-log.el (change-log-acknowledgment): Rename from
1918 change-log-acknowledgement, with an alias for the old name.
1919
3cc5a3a8
JB
19202012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
1921
1922 * calc-alg.el (math-simplify-divide): Don't cross multiply
1923 in an equation when the lhs is a variable.
1924
b7af7f62
JD
19252012-07-24 Julien Danjou <julien@danjou.info>
1926
1927 * net/netrc.el (netrc-find-service-number, netrc-store-data):
1928 Remove, unused.
1929
ec1b09b1
EZ
19302012-07-23 Eli Zaretskii <eliz@gnu.org>
1931
1932 * startup.el (command-line): Don't display an empty user name in
1933 the error message about non-existent home directory, when
1934 init-file-user was set to an empty string. See
1935 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
1936 for the details and context.
1937
b525fd8a
VB
19382012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
1939
1940 * ses.el (ses-cell-formula-aset): New macro.
1941 (ses-cell-references-aset): New macro.
1942 (ses-cell-p): New function.
1943 (ses-rename-cell): Do no longer rely on complex operations like
1944 ses-cell-set-formula or ses-set-cell to change the cell and handle
1945 the undo at the same time, but rather use lower level new macros
1946 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 1947 the undo directly. Refresh the mode line.
b525fd8a 1948
2c73e345
LL
19492012-07-21 Leo Liu <sdl.web@gmail.com>
1950
670d85ea
SM
1951 * progmodes/cc-cmds.el (c-defun-name):
1952 Use match-string-no-properties instead for consistency.
2c73e345 1953
542dfbde
LL
19542012-07-20 Leo Liu <sdl.web@gmail.com>
1955
3646bcd6
LL
1956 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
1957 (Bug#7879)
1958
542dfbde
LL
1959 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
1960
25721031
CY
19612012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
1964 * progmodes/bug-reference.el, misearch.el: Provide themselves
1965 (bug#11915).
1966
1967 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
1968 of narrowed buffer (bug#11966).
1969
316e68a7
VB
19702012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
1971
1972 * ses.el (ses-rename-cell): Set new name also in reference list of
1973 cells of which the renamed cell depends.
1974
bbf0e7d9
MY
19752012-07-20 Masatake YAMATO <yamato@redhat.com>
1976
1977 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
1978 to check whether menu-bar is shown or not. If not shown,
1979 show the menu-bar as a popup menu instead of using tmm.
1980 * mouse.el (popup-menu): Accept `point' as `position' argument.
1981
c28662a8
DG
19822012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1983
1984 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
1985 up inside string symbol literal (bug#11923).
1986
87ab808f
EZ
19872012-07-20 Eli Zaretskii <eliz@gnu.org>
1988
1989 * startup.el (fancy-startup-text): Read the whole tutorial, not
1990 just its first 256 bytes. Prevents gibberish in display of the
1991 tutorial title.
1992
89dea803
DA
19932012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1994
1995 Drop idle buffer compaction due to an absence of the
1996 proved efficiency.
1997 * compact.el: Remove.
1998
8a4e6db8
SS
19992012-07-19 Sam Steingold <sds@gnu.org>
2000
2001 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2002 vc-bzr-pull & vc-bzr-merge-branch.
2003 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2004 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2005 for consistency with compilation-error-regexp-alist.
2006 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2007 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2008 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2009 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2010
5db81e33
SM
20112012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * emacs-lisp/chart.el: Use lexical-binding.
2014 (chart-emacs-storage): Don't hardcode the list of entries.
2015
5b835e1d
DA
20162012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2017
2018 Next round of tweaks caused by Fgarbage_collect changes.
2019 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2020
9cd47b72
DA
20212012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2022
2023 Compact buffers when idle.
2024 * compact.el: New file.
2025
1d6fc0df
SM
20262012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * subr.el (eventp): Presume that if it looks vaguely like an event,
2029 it's an event (bug#10190).
2030
1d29cc7d
FEG
20312012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2032
2033 Enhancements to ppss related code (thanks Stefan).
2034 * progmodes/python.el (python-indent-context)
2035 (python-indent-calculate-indentation, python-indent-dedent-line)
2036 (python-indent-electric-colon, python-nav-forward-block)
2037 (python-mode-abbrev-table)
1d6fc0df 2038 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
2039 for ppss context.
2040 (python-info-continuation-line-p): Cleanup.
2041 (python-info-ppss-context): Do not catch 'quote.
2042 (python-info-ppss-context-type)
2043 (python-info-ppss-comment-or-string-p): Simplify.
2044
d583cbe6
FEG
20452012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2046
2047 * progmodes/python.el: Enhancements to eldoc support.
2048 (python-info-current-symbol): New function.
2049 (python-eldoc-at-point): Use python-info-current-symbol.
2050 (python-info-current-defun): Fix cornercase on first defun scan.
2051 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2052 and signal error when no inferior python process is available.
2053
eceb6feb
DG
20542012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2055
2056 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2057 assume it's always t.
2058 (vc-git-registered): Remove caching, the function is only called
2059 once.
2060 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2061
4c8ff0fe
CY
20622012-07-18 Chong Yidong <cyd@gnu.org>
2063
19fb7186
CY
2064 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2065
9587c688
CY
2066 * simple.el (count-words): Report on narrowing (Bug#9959).
2067
0fe776a1
CY
2068 * bindings.el: Bind M-= to count-words.
2069
4c8ff0fe
CY
2070 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2071
7f5331cc
MY
20722012-07-18 Masatake YAMATO <yamato@redhat.com>
2073
2074 * progmodes/sh-script.el (sh-imenu-generic-expression):
2075 Capture a function with `function' keyword and without parentheses
2076 like "function FOO" (bug#11856).
2077
2dc2a609
TH
20782012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2079
2080 * window.el (split-window-sensibly): Make WINDOW argument
2081 optional.
2082
439f7677
CY
20832012-07-18 Chong Yidong <cyd@gnu.org>
2084
9aeb25a6
CY
2085 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2086
439f7677
CY
2087 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2088 and make C-x 8 RET exit isearch (Bug#11439).
2089
2090 * international/iso-transl.el: Move isearch-mode-map key
2091 definitions to isearch.el.
2092
12999ea8
SM
20932012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2096 (eieio-defclass): Use gv-define-setter when possible.
2097
3ab6e069
DA
20982012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2099
2100 Reflect recent changes in Fgarbage_collect.
2101 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2102 reflect new format of data returned by Fgarbage_collect.
2103
0a60bc10
FEG
21042012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2105
2106 New utility functions + python-info-ppss-context fix (Bug#11910).
2107 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2108 (python-info-ppss-comment-or-string-p): New functions.
2109 (python-info-ppss-context): Small fix for string check.
2110
6dafa0d5
JL
21112012-07-17 Juri Linkov <juri@jurta.org>
2112
2113 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2114 (dired-do-async-shell-command): Don't add `*' at the end of the
2115 command (Bug#11815).
2116 (dired-do-shell-command): Doc fix.
2117 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2118 Join the individual commands using either "&" or ";" as the
2119 separator depending on the values of these trailing characters.
2120 At the end re-add the trailing "&". (Bug#10598)
2121
2122 * simple.el (async-shell-command): Sync the interactive spec with
2123 `shell-command'. Doc fix.
2124 (shell-command): Doc fix.
2125
b19dd9d1
JL
21262012-07-17 Juri Linkov <juri@jurta.org>
2127
2128 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2129
bcdc27d7 21302012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 2131
bcdc27d7 2132 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
2133 * progmodes/python.el (python-nav-beginning-of-statement):
2134 Rename from python-nav-statement-start.
bcdc27d7
FEG
2135 (python-nav-end-of-statement): Rename from
2136 python-nav-statement-end.
2137 (python-nav-beginning-of-block): Rename from
2138 python-nav-block-start.
2139 (python-nav-end-of-block): Rename from python-nav-block-end.
2140
191da00e
FEG
21412012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2142
7f5331cc
MY
2143 * progmodes/python.el (python-shell-send-string-no-output):
2144 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
2145 future interactions (Bug#11868).
2146
4dc7c8d5 21472012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 2148
88ecaf8f
SM
2149 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2150
ef501ef0
SM
2151 * emacs-lisp/elint.el (elint-find-args-in-code):
2152 Use help-function-arglist, so as to handle lexical byte-code.
2153
aa7aaf8f
SM
2154 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2155 change (bug#11826).
2156
45fd731c
SM
21572012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2143fa32
SM
2159 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2160 Avoid spuriously marking the buffer as modified because of c-is-sws.
2161
efc26dbe
SM
2162 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2163 as not-a-comment (bug#11946).
2164
f5695c9a
SM
2165 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2166 for uninterned vars.
2167
2168 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2169 Use read-event since we don't really want to read chars but bytes.
2170
45fd731c
SM
2171 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2172 $$..$$ but also $..$ using regexps (bug#11953).
2173 Use tex-verbatim for \url and \path.
2174 (tex-font-lock-keywords): Define as defconst like the others.
2175 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2176
ddfc8813
RK
21772012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2178
2179 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2180 alias for insert-char.
2181
758e556a
FEG
21822012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2183
2184 * progmodes/python.el: Simplified imenu implementation.
2185 (python-nav-jump-to-defun): Remove command.
2186 (python-mode-map): Use `imenu' instead.
2187 (python-nav-list-defun-positions-cache)
2188 (python-imenu-include-defun-type, python-imenu-make-tree)
2189 (python-imenu-subtree-root-label, python-imenu-index-alist):
2190 Remove vars.
2191 (python-nav-list-defun-positions, python-nav-read-defun)
2192 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
2193 (python-imenu-make-tree, python-imenu-create-index):
2194 Remove functions.
758e556a
FEG
2195 (python-mode): Update to interact with imenu by setting
2196 `imenu-extract-index-name-function' only.
2197
032d23ab
FEG
21982012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2199
2200 * progmodes/python.el: Enhancements to navigation commands.
2201 (python-nav-backward-sentence)
2202 (python-nav-forward-sentence): Remove.
2203 (python-nav-backward-statement, python-nav-forward-statement)
2204 (python-nav-statement-start, python-nav-statement-end)
2205 (python-nav-backward-block, python-nav-forward-block)
2206 (python-nav-block-start, python-nav-block-end)
2207 (python-nav-forward-sexp-function)
2208 (python-info-current-line-comment-p)
2209 (python-info-current-line-empty-p): New functions.
2210 (python-indent-context): Use `python-nav-statement-start'.
2211
01795a1b
MA
22122012-07-16 Michael Albinus <michael.albinus@gmx.de>
2213
9328d9aa
MA
2214 * eshell/em-ls.el (eshell/ls): Use `apply'.
2215
2216 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2217 multi-hops, instead of Tramp internals.
2218
01795a1b
MA
2219 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2220
2221 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2222 when F1 and F2 are located on different hosts.
2223
63408057
CY
22242012-07-14 Chong Yidong <cyd@gnu.org>
2225
2226 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2227 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2228 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2229 (xterm-mouse--read-event-sequence-1000)
2230 (xterm-mouse--read-event-sequence-1006): New functions. For old
2231 mouse protocol, handle M-mouse-X events correctly.
2232 (xterm-mouse-event): New arg specifying mouse protocol.
2233 (turn-on-xterm-mouse-tracking-on-terminal)
2234 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
2235 sequence to toggle extended coordinates on newer XTerms.
2236 This appears to be harmless on terminals which do not support this.
63408057 2237
cd276f6e
LL
22382012-07-14 Leo Liu <sdl.web@gmail.com>
2239
28ca98ac
LL
2240 Add fringe bitmap indicators for flymake. (Bug#11253)
2241 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2242 (flymake-make-overlay): New arg BITMAP.
2243 (flymake-error-bitmap, flymake-warning-bitmap)
2244 (flymake-fringe-indicator-position): New user variables.
2245
cd276f6e
LL
2246 * fringe.el: New bitmap exclamation-mark.
2247
04408072
JD
22482012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2249
2250 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2251 also (Bug#7879).
2252
b5cf7fc4
CY
22532012-07-14 Chong Yidong <cyd@gnu.org>
2254
2255 * electric.el (electric-pair-post-self-insert-function): Fix pair
2256 insertion in empty-region case (Bug#11520).
2257
be755c79
RT
22582012-07-14 Chong Yidong <cyd@gnu.org>
2259
45fd731c
SM
2260 * bindings.el: Consolidate ctl-x-r-map bindings.
2261 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
2262
2263 * rect.el, register.el: Move bindings to bindings.el.
2264
22652012-07-14 Reuben Thomas <rrt@sc3d.org>
2266
2267 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2268
7f5b3198
AS
22692012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2270
2271 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2272
97662200
JB
22732012-07-13 Juanma Barranquero <lekktu@gmail.com>
2274
80185fed
JB
2275 * bindings.el (top): Use `mapc' instead of `mapcar'.
2276
97662200
JB
2277 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2278
2bb1ae55
MA
22792012-07-13 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * progmodes/sql.el (sql-comint): Suppress the check for program on
2282 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2283 (Bug#11908)
2284
dea31bd3
CY
22852012-07-13 Chong Yidong <cyd@gnu.org>
2286
2287 * bindings.el: Assign a non-nil permanent-local property to
2288 per-buffer variables which lack a default value (Bug#11930).
2289
2290 * help-fns.el (describe-variable): In the "automatically becomes
2291 local" notice, take note of permanent-local variables.
2292
b68b3337
CY
22932012-07-13 Chong Yidong <cyd@gnu.org>
2294
2295 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2296 to allow printing the message when called from Lisp.
2297
2298 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2299 Remove toggle-read-only.
2300
2301 * bs.el (bs-toggle-readonly):
45fd731c
SM
2302 * buff-menu.el (Buffer-menu-toggle-read-only):
2303 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
2304
2305 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2306 Remove with-no-warnings around toggle-read-only.
2307 (ffap-read-only, ffap-read-only-other-window)
2308 (ffap-read-only-other-frame): Callers changed.
2309
2310 * help-mode.el: Don't require view package.
2311 (help-mode-finish): Set buffer-read-only instead of calling
2312 toggle-read-only.
2313
2314 * bindings.el (mode-line-toggle-read-only):
2315 * dired.el (dired-toggle-read-only):
2316 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2317 with non-nil second arg.
2318
2319 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2320 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2321 directly.
2322
56bc1586
EZ
23232012-07-12 Eli Zaretskii <eliz@gnu.org>
2324
2325 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2326 not incf.
2327
a464a6c7
SM
23282012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 More CL cleanups and reduction of use of cl.el.
2331 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2332 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2333 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2334 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2335 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2336 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2337 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2338 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2339 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2340 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2341 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2342 * eshell/em-cmpl.el, eshell/em-banner.el:
2343 * calendar/parse-time.el: Use cl-lib.
2344 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2345 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2346 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2347 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2348 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2349 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2350 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2351 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2352 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2353 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2354 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2355 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2356 `lambda' rather than with `quote'.
2357 (eshell-do-opt): Adjust accordingly.
2358 (eshell-process-option): Simplify.
2359 * eshell/esh-var.el:
2360 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2361 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2362 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2363 to `pcase--dontcare'.
2364 * emacs-lisp/cl.el (labels): Mark obsolete.
2365 (cl--letf, letf): Move to cl-lib.
2366 (cl--letf*, letf*): Remove.
2367 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2368 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2369 (cl-progv): Rewrite.
2370 (cl--letf, cl-letf): Move from cl.el.
2371 (cl-letf*): New macro.
2372 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2373
7ad4afe1
MA
23742012-07-11 Michael Albinus <michael.albinus@gmx.de>
2375
2376 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2377
9af57756
CY
23782012-07-11 Chong Yidong <cyd@gnu.org>
2379
2380 * vc/log-edit.el (log-edit-vc-backend): New variable.
2381 (log-edit): Doc fix.
2382
2383 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
2384 argument of log-edit to set up all local variables.
2385 (vc-start-logentry): New optional arg specifying VC backend.
2386
2387 * vc/vc.el (vc-checkin): Use it.
2388 (vc-deduce-fileset): Handle Log Edit buffers.
2389 (vc-diff): Make first argument optional too.
2390
2391 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2392
8477cc7a
MA
23932012-07-10 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2396 command, just in case. The function is not needed anymore.
2397 (eshell-external-command): Do not call `eshell-remote-command'.
2398
19faa8e8
SM
23992012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2400
f58e0fd5
SM
2401 Reduce use of (require 'cl).
2402 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2403 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2404 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2405 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2406 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2407 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2408 * battery.el, avoid.el, abbrev.el: Use cl-lib.
2409 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2410 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2411 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2412 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2413 * calculator.el, autorevert.el, apropos.el: Don't require CL.
2414 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2415 (byte-compile-unfold-bcf, byte-compile-check-variable):
2416 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2417 (byte-compile-nilconstp):
2418 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2419 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2420
2519d43a
SM
2421 * emacs-lisp/gv.el (cond): Make it a valid place.
2422 (if): Simplify slightly.
2423
19faa8e8
SM
2424 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2425 (pcase--self-quoting-p): New function.
2426 (pcase--u1): Use it.
2427
c4907a5e
GM
24282012-07-10 Glenn Morris <rgm@gnu.org>
2429
2430 * emacs-lisp/authors.el (authors-fixed-entries):
2431 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2432
c4444d16
PE
24332012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2434
2435 Rename configure.in to configure.ac (Bug#11603).
2436 * emacs-lisp/authors.el (authors-canonical-file-name):
2437 * progmodes/autoconf.el (autoconf-mode):
2438 Prefer configure.ac to configure.in.
2439
d75be97d
CY
24402012-07-08 Chong Yidong <cyd@gnu.org>
2441
01ac65bd
CY
2442 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2443 Implement the mouse-1-click-follows-link handling properly.
2444
2445 * info.el (Info-link-keymap): Use follow-link mechanism for
2446 header-line links (Bug#374).
2447
d75be97d
CY
2448 * simple.el (deactivate-mark): Do not set the primary selection
2449 if another program has acquired it (Bug#11772).
2450
87a92845 24512012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
2452
2453 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2454 (woman-decode-region): Replace escaped-escapes without destroying
2455 bold or underline (Bug#11552).
87a92845 2456 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 2457
621b9d6c
CY
24582012-07-07 Chong Yidong <cyd@gnu.org>
2459
2460 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
2461 (interprogram-cut-function, interprogram-paste-function):
2462 Mention that we typically mean the clipboard.
621b9d6c 2463
133a11fc
GM
24642012-07-06 Glenn Morris <rgm@gnu.org>
2465
0d27a45e
GM
2466 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
2467
133a11fc
GM
2468 * files.el (toggle-read-only): Restrict message to interactive use.
2469
07b151f1
MA
24702012-07-06 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2473
2474 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2475
211b896b
GM
24762012-07-06 Glenn Morris <rgm@gnu.org>
2477
50394322
GM
2478 * Makefile.in (compile-one-process): Rename from "recompile".
2479
211b896b
GM
2480 * Makefile.in (bzr-update): "compile" is the same as "recompile
2481 autoloads", but parallelizable, so use that instead.
2482
4737eec9
DG
24832012-07-06 Dmitry Gutov <dgutov@yandex.ru>
2484
2485 * window.el (quit-window): Always restore window height when
8137e7b3 2486 it's saved in quit-restore parameter (Bug#11810).
4737eec9 2487
226c3633 24882012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
2489
2490 * simple.el (kill-whole-line): Doc tweak.
2491
226c3633 24922012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
2493
2494 * files.el (file-relative-name): Compare file names
2495 case-insensitively if on MS-Windows or MS-DOS, or if
2496 read-file-name-completion-ignore-case is non-nil. Don't use
2497 case-fold-search for this purpose. (Bug#11827)
2498
4dc7c8d5
SM
24992012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2500
2501 * calendar/cal-dst.el (calendar-current-time-zone):
2502 Return calendar-current-time-zone-cache if non-nil.
2503
25042012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 25052012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 2506
19faa8e8
SM
2507 * calendar/cal-dst.el (calendar-current-time-zone):
2508 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 2509
60198fc9
GM
25102012-07-06 Glenn Morris <rgm@gnu.org>
2511
2512 * Makefile.in (cvs-update): Remove old alias.
2513
957b3189
MA
25142012-07-05 Michael Albinus <michael.albinus@gmx.de>
2515
2516 Sync with Tramp 2.2.6-pre.
2517
2518 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2519 compatible declaration.
2520
19faa8e8
SM
2521 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2522 Protect `list-load-path-shadows' call.
957b3189
MA
2523
2524 * net/tramp-compat.el (top): Require packages, which aren't
2525 autoloaded anymore for XEmacs. Protect call of
2526 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2527 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
2528 it hurts at least for SXEmacs.
2529 (tramp-compat-temporary-file-directory): In XEmacs, there is no
2530 standard-value for `temporary-file-directory'.
2531
2532 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2533 Redirect stderr to /dev/null.
2534 (tramp-sh-handle-write-region): uid and gid can be floats.
2535 Reported by Russell Sim <russell.sim@gmail.com>.
2536 (tramp-sh-handle-vc-registered): Hide errors.
2537 (tramp-vc-file-name-handler): Use dummy results for `process-file'
2538 and `start-file-process'.
2539 (tramp-maybe-open-connection): Check also whether `non-essential'
2540 is bound.
2541
566df3fc
CY
25422012-07-04 Chong Yidong <cyd@gnu.org>
2543
2544 * xml.el (xml--parse-buffer): Use xml-syntax-table.
2545 (xml-parse-tag): Likewise, and avoid changing entity tables.
2546 (xml-syntax-table): Define from scratch, making sure not to give
2547 x2000 and other Unicode spaces whitespace syntax, since those are
2548 not spaces in XML.
2549 (xml-parse-fragment): Delete unused function.
2550 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2551 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2552 (xml-entity-ref, xml-pe-reference-re)
2553 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2554 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2555 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2556 (xml-entity-value-re): Use syntax references in regexps where
2557 possible; no need to define inside a let-binding.
2558 (xml-parse-dtd): Use xml-pe-reference-re.
2559 (xml-entity-or-char-ref-re): New defconst.
2560 (xml-parse-string, xml-substitute-special): Use it.
2561
30eabd7a
SM
25622012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2563
0781098a
SM
2564 * files.el (locate-dominating-file): Allow `name' to be a predicate.
2565 (find-file--read-only): New function.
2566 (find-file-read-only, find-file-read-only-other-window)
2567 (find-file-read-only-other-frame): Use it.
2568 (insert-file-contents-literally): Don't `fset'.
2569 (get-free-disk-space): Use locate-dominating-file.
2570
b5771c0d
SM
2571 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2572 function is already compiled.
2573
30eabd7a
SM
2574 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
2575
b4886f6e
MA
25762012-07-03 Michael Albinus <michael.albinus@gmx.de>
2577
2578 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2579 files on the same host.
2580
b9d82339
AS
25812012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2582
2583 * help-fns.el (describe-function-1): Only call
2584 help-fns--autoloaded-p when we have a file name. (Bug#11848)
2585
a76e6535
CY
25862012-07-03 Chong Yidong <cyd@gnu.org>
2587
2588 * xml.el: Protect parser against XML bombs.
2589 (xml-entity-expansion-limit): New variable.
2590 (xml-parse-string, xml-substitute-special): Use it.
2591 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2592
b544fef2
GM
25932012-07-03 Glenn Morris <rgm@gnu.org>
2594
2595 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2596 Allow linking to specific messages in debbugs reports (eg 123#5).
2597
a7aef6f5
CY
25982012-07-02 Chong Yidong <cyd@gnu.org>
2599
2600 * xml.el: Fix entity and character reference expansion, allowing
2601 them to expand into markup as per XML spec.
2602 (xml-default-ns): New variable.
2603 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
2604 (xml-parse-region): Make first two arguments optional.
2605 Discard text properties.
2606 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2607 All callers changed.
a7aef6f5
CY
2608 (xml-parse-tag): Call xml-parse-tag-1. For backward
2609 compatibility, this function should not modify buffer contents.
2610 (xml-parse-tag-1): Fix opening-tag regexp.
2611 (xml-parse-string): Rewrite, handling entity and character
2612 references properly.
2613 (xml--entity-replacement-text): Signal an error if a parameter
2614 entity is undefined.
2615
3df31c9f
SM
26162012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2b5208f1
SM
2618 * comint.el (comint-output-filter): Filter out repeated prompts.
2619
3df31c9f
SM
2620 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
2621 and file-name-absolute-p.
2622 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
2623 internal calls.
2624
e3ac1281
PE
26252012-07-02 Paul Eggert <eggert@cs.ucla.edu>
2626
2627 Spelling fixes.
2628 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
2629 Rename from byte-compile--refiy-function. All uses changed.
2630
fbf2e7ad
CY
26312012-07-01 Chong Yidong <cyd@gnu.org>
2632
2633 * xml.el (xml--parse-buffer): New function. Move most of
2634 xml-parse-region here.
2635 (xml-parse-region): Copy region into a temporary buffer, since
2636 parameter entity substitution requires changing buffer contents.
2637 Use xml--parse-buffer.
2638 (xml-parse-file): Use xml--parse-buffer.
2639 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 2640 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 2641
9bf0aa15
GM
26422012-06-30 Glenn Morris <rgm@gnu.org>
2643
bbce2853
GM
2644 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
2645
9bf0aa15
GM
2646 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
2647 Remove outdated and unnecessary dbus declarations.
2648
0d23c240
EZ
26492012-06-30 Eli Zaretskii <eliz@gnu.org>
2650
2651 * emacs-lisp/timer.el (timer-until): Subtract results of
2652 float-time, instead of taking float-time of the result of
2653 time-subtract, since float-time signals an error for negative time
2654 arguments.
2655
b3218de1
CY
26562012-06-30 Chong Yidong <cyd@gnu.org>
2657
2658 * xml.el (xml-*-re): Convert defvars into defconsts, and
2659 eval-and-compile them so eval-and-compile works on derivatives.
2660 (xml--entity-replacement-text): Use eval-and-comple.
2661
a40c87a0
MA
26622012-06-30 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * vc/vc-git.el (vc-git-registered): Use cache property
2665 `git-registered'.
2666 (vc-git-mode-line-string): Call `vc-working-revision' instead of
2667 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 2668 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 2669
ac87de97
DG
26702012-06-30 Dmitry Gutov <dgutov@yandex.ru>
2671
2672 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 2673 removed (likely outside Emacs). (Bug#11757)
ac87de97 2674
ac10fe06
SM
26752012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2676
3df31c9f 2677 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 2678
7f3fbd5d
CY
26792012-06-30 Chong Yidong <cyd@gnu.org>
2680
2681 * xml.el: Implement XML parameter entities.
2682 (xml-parameter-entity-alist): New variable.
2683 (xml-parse-region, xml-parse-fragment): Preserve previous values
2684 of xml-entity-alist and xml-parameter-entity-alist, so that
2685 repeated calls on different documents do not change them.
2686 (xml-parse-tag): Fix doctype regexp.
2687 (xml--entity-replacement-text): New function.
2688 (xml-parse-dtd): Use it. Don't handle system entities; doing that
2689 properly requires url retrieval which is unimplemented.
2690 (xml-escape-string): Doc fix.
2691
3cfbebba
SM
26922012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
2695
2af3565e
DA
26962012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
2697
2698 * fringe.el (fringe-mode): Doc fix.
2699
929df0e7
MA
27002012-06-29 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
2703 is non-nil.
2704 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
2705 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
2706
c8d3a25c 27072012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 2708
c8d3a25c
GM
2709 * calendar/cal-dst.el (calendar-current-time-zone):
2710 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 2711
c8d3a25c 27122012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
2713
2714 * progmodes/which-func.el (which-func-format):
2715 Add mouse-face. (Bug#11698)
2716
c8d3a25c
GM
27172012-06-29 Leo Liu <sdl.web@gmail.com>
2718
2719 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
2720
27212012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * minibuffer.el (minibuffer-confirm-exit-commands):
2724 Add completion-at-point (bug#11725).
2725
27262012-06-29 Glenn Morris <rgm@gnu.org>
2727
2728 * progmodes/f90.el (f90-font-lock-keywords-2):
2729 Add some preprocessor elements. (Bug#10499)
2730
27312012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * progmodes/cperl-mode.el (cperl-update-syntaxification):
2734 Use syntax-propertize (bug#11739).
2735
2badeec4
JB
27362012-06-28 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
2739
ae4969c2
JD
27402012-06-28 Julien Danjou <julien@danjou.info>
2741
2742 * term.el (term-handle-colors-array): Use a set of new faces to
2743 color the terminal. Also uses :inverse-video property.
2744 (term-default-fg-color): Set to nil by default, deprecate in favor
2745 of `term-face'.
2746 (term-default-bg-color): Set to nil by default, deprecate in favor
2747 of `term-face'.
2748 (term-current-face): Use `term-face' by default.
2749 (term-bold-attribute): Variable deleted.
2750
1c9bd870
GM
27512012-06-28 Glenn Morris <rgm@gnu.org>
2752
2753 * simple.el (completion-list-mode-finish):
2754 Don't use toggle-read-only. (Since completion-list-mode has
2755 a special mode-class, it wasn't doing anything extra anyway.)
2756
c207708c
SM
27572012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 Make inlining of other-mode interpreted functions work (bug#11799).
2760 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
2761 (byte-compile): Use it to fix compilation of lexical-binding closures.
2762 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
2763 function, if needed.
2764
3fd56834
SM
27652012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2766
04901786
SM
2767 * help-mode.el (help-make-xrefs): Don't just withstand
2768 cyclic-variable-indirection but any error in documentation-property.
2769
1ec4b7b2
SM
2770 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
2771 memory use.
2772 * bindings.el (bindings--define-key): New function.
2773 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
2774 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
2775 * bindings.el: Use it to purecopy define-key bindings.
2776
e309e2a5
SM
2777 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
2778
d5c6faf9
SM
2779 * emacs-lisp/cl.el (flet): Mark obsolete.
2780 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
2781 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
2782 * progmodes/js.el (js-c-fill-paragraph):
2783 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
2784 (ebrowse-switch-member-buffer-to-derived-class):
2785 * play/5x5.el (5x5-solver): Use cl-flet.
2786
6e9590e2
SM
2787 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
2788 (cl--symbol-function): New macro.
2789 (cl--letf, cl--letf*): Use it.
2790
3fd56834
SM
2791 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2792 Strip "toggle-" if any.
2793
35ff222c
GM
27942012-06-27 Glenn Morris <rgm@gnu.org>
2795
1ba6038a
GM
2796 * info.el (Info-default-directory-list): Move here from paths.el.
2797 * paths.el: Remove file, which is now empty.
2798 * loadup.el: No longer load "paths".
2799
0ea0e51b
GM
2800 * custom.el (custom-initialize-delay): Doc fix.
2801
35ff222c
GM
2802 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2803 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2804 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2805 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2806 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2807 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
2808 * eshell/eshell.el (eshell-defgroup): Remove alias.
2809
c89926a5
CY
28102012-06-27 Chong Yidong <cyd@gnu.org>
2811
2812 * help.el (help-enable-auto-load): New variable.
2813
2814 * help-fns.el (help-fns--autoloaded-p): New function.
2815 (describe-function-1): Refer to a function as "autoloaded" if it
2816 was autoloaded at any time in the past. Perform autoloading if
2817 help-enable-auto-load is non-nil.
2818
cc06e7e7
EZ
28192012-06-26 Eli Zaretskii <eliz@gnu.org>
2820
2821 * makefile.w32-in (compile, compile-always): Depend on
2822 update-subdirs, not on subdirs.el. Otherwise, several different
2823 sub-targets of 'bootstrap' running in parallel could
2824 simultaneously write to subdirs.el, producing a garbled file.
2825
d2c32364
SS
28262012-06-26 Sam Steingold <sds@gnu.org>
2827
2828 * files.el (file-name-base): New convenience function.
0d14cc21
GM
2829 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
2830 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
2831 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
2832 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
2833 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
2834 * textmodes/tex-mode.el: Use it.
2835 Did not touch cedet and org because they are maintained elsewhere.
2836
5cf983b2
MR
28372012-06-26 Martin Rudalics <rudalics@gmx.at>
2838
2839 * calendar/calendar.el (calendar-exit): Don't try to delete or
2840 iconify last frame. See:
2841 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
2842
8c4f2952
JD
28432012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
2844
2845 * server.el (server-process-filter): Remember dir in the
2846 process's `server-client-directory' properties.
2847
772b2e2c
CY
28482012-06-24 Chong Yidong <cyd@gnu.org>
2849
2850 * xml.el (xml-parse-tag): Correctly handle comment embedded in
2851 non-tag text.
2852
711b11e1
JB
28532012-06-23 Juanma Barranquero <lekktu@gmail.com>
2854
2855 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
2856
dc5d230c
SM
28572012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * help-fns.el (describe-variable): Don't croak when doc is not found.
2860 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
2861 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
2862 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
2863 * emacs-lisp/smie.el (smie-next-sexp): CSE.
2864 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
2865 ((lambda ..) ..).
2866 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
2867
136e1c1d
CY
28682012-06-23 Chong Yidong <cyd@gnu.org>
2869
e8c1cabf
CY
2870 * info.el (Info-mouse-follow-link): Accept symbol values of
2871 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
2872 (Info-fontify-node): Use Info-link-keymap for all navigation
2873 buttons, with link-args property to perform the desired action.
2874 (Info-link-keymap): Doc fix.
2875 (Info-next-link-keymap, Info-prev-link-keymap)
2876 (Info-up-link-keymap): Delete now-unused keymaps.
2877
0e9e6c6a
CY
28782012-06-23 Chong Yidong <cyd@gnu.org>
2879
05e89fea
CY
2880 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
2881
0e9e6c6a
CY
2882 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
2883 system abbrevs.
2884
2885 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
2886
e33c6771
SM
28872012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2888
b68581e2
SM
2889 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
2890 (bug#11719).
2891
e33c6771
SM
2892 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
2893 the requote function doesn't work properly (bug#11714).
2894
7117e105
GM
28952012-06-23 Glenn Morris <rgm@gnu.org>
2896
2897 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
2898
36cec983
SM
28992012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 Further GV/CL cleanups.
2902 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
2903 gv-expander.
2904 (gv--defun-declaration): New function.
2905 (defun-declarations-alist): Use it.
2906 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
2907 (gv-place): Autoload.
2908 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
2909 original definition of dotimes and dolist.
2910 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
2911 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
2912 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
2913 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2914 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
2915 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
2916 to the function's definition.
2917 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
2918 * window.el:
2919 * files.el:
2920 * faces.el:
2921 * env.el: Don't use CL.
2922
d35af63c
PE
29232012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2924
2925 Support higher-resolution time stamps (Bug#9000).
2926
2927 * calendar/time-date.el (with-decoded-time-value): New arg
2928 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
2929 (encode-time-value): New optional arg PICO. New type 3.
2930 (time-to-seconds) [!float-time]: Support the new picoseconds
2931 component if it's used.
2932 (seconds-to-time, time-subtract, time-add):
2933 Support ps-resolution time stamps as well.
2934
2935 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
2936 (timerp): Timer vectors now have length 9, not 8.
2937 (timer--time): Support new-style (4-part) time stamps.
2938 (timer-next-integral-multiple-of-time): Time stamps now have
2939 picosecond resolution, so take a bit more care about rounding.
2940 (timer-relative-time, timer-inc-time): New optional arg psecs.
2941 (timer-set-time-with-usecs): Set psecs to 0.
2942 (timer--activate): Check psecs component, too.
2943
2944 * proced.el (proced-time-lessp): Support ps-resolution stamps.
2945
ac77b21a
SM
29462012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2947
f143bfe3
SM
2948 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
2949 Move the non-essential binding to the post/pre-command-hook where it is
2950 more obviously correct.
2951
ac77b21a
SM
2952 * subr.el (read-passwd): Don't use a history at all.
2953 * savehist.el (savehist-save): Remove password saved accidentally
2954 because of the above bug.
2955
76386c5a
BG
29562012-06-22 Bastien Guerry <bzg@gnu.org>
2957
2958 * files.el (toggle-read-only): Display a message telling whether
2959 the buffer is read-only or not (bug#11726).
2960
2ee3d7f0
SM
29612012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * emacs-lisp/gv.el: New file.
2964 * subr.el (push, pop): Extend to generalized variables.
2965 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
2966 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
2967 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
2968 gv-define-simple-setter, and gv-define-expander.
2969 Remove setf-methods defined in gv. Rename cl-setf -> setf.
2970 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
2971 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
2972 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
2973 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
2974 gv-letplace.
2975 (cl-defstruct): Don't define setf-method any more.
2976 * emacs-lisp/cl.el (flet): Don't autoload.
2977 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
2978 (define-setf-expander, defsetf, define-modify-macro)
2979 (cl-struct-setf-expander): Move from cl-lib.el.
2980 * emacs-lisp/syntax.el:
2981 * emacs-lisp/ewoc.el:
2982 * emacs-lisp/smie.el:
2983 * emacs-lisp/cconv.el:
2984 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
2985 (timer--time): Use gv-define-simple-setter.
2986 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
2987 to avoid coding-system problems in subr.el. Adjust all users.
2988 (macroexp--maxsize, macroexp-small-p): New functions.
2989 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
2990 * scroll-bar.el (scroll-bar-mode):
2991 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2992 (normal-erase-is-backspace-mode): Don't use the `eq' place.
2993 * winner.el (winner-configuration, winner-make-point-alist)
2994 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
2995 * files.el (locate-file-completion-table): Avoid list*.
2996
c5695d1d
CY
29972012-06-22 Chong Yidong <cyd@gnu.org>
2998
2999 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3000 (dired-create-files): Doc fix (Bug#11329).
3001 (dired-do-copy): Doc fix (Bug#11334).
3002 (dired-mark-read-string): Doc fix (Bug#11553).
3003
2ee3d7f0
SM
3004 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3005 Doc fix (Bug#11326).
c5695d1d
CY
3006 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3007 (dired-dwim-target): Doc fix.
3008
3009 * wdired.el (wdired-mode): Doc fix.
3010
89b5595a
GM
30112012-06-22 Glenn Morris <rgm@gnu.org>
3012
575db3f1
GM
3013 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3014 (pcmpl-rpm-cache-stamp-file): New constant.
3015 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3016 (pcmpl-rpm-packages): Optionally cache list of packages.
3017
a4c8dd51
GM
3018 * pcmpl-rpm.el (pcmpl-rpm): New group.
3019 (pcmpl-rpm-query-options): New option.
3020 (pcmpl-rpm-packages): No need to inline it.
3021 Use pcmpl-rpm-query-options.
3022
89b5595a
GM
3023 * calendar/calendar.el (calendar-in-read-only-buffer):
3024 Avoid some needless mode changes.
3025
e76f0800
CY
30262012-06-21 Chong Yidong <cyd@gnu.org>
3027
3028 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3029 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 3030 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 3031
297a8f1d
CY
30322012-06-20 Chong Yidong <cyd@gnu.org>
3033
3034 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3035
d34c18b1
DR
30362012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3037
3038 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3039 (bug#11201).
3040
32f7f28e
CY
30412012-06-20 Chong Yidong <cyd@gnu.org>
3042
3043 * term.el (term-window-width): Handle the case of a missing right
3044 fringe (Bug#8837).
3045 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
3046 (term-mode): Use define-derived-mode. Minor cleanups.
3047 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
3048 (term-move-columns, term-insert-char, term-emulate-terminal)
3049 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 3050
493c6688
MA
30512012-06-20 Michael Albinus <michael.albinus@gmx.de>
3052
d34c18b1
DR
3053 * net/ange-ftp.el (ange-ftp-get-passwd):
3054 Bind `enable-recursive-minibuffers'.
493c6688
MA
3055 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3056
3f06ecf4
DR
30572012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3058
3059 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3060
68f12411
GM
30612012-06-19 Glenn Morris <rgm@gnu.org>
3062
3063 * progmodes/python.el (python-mode): Derive from prog-mode.
3064
b3820318
KG
30652012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3066
3067 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3068 (edt-user-menu-bar-update-buffers): New functions.
3069 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3070
c6bf3022
CY
30712012-06-19 Chong Yidong <cyd@gnu.org>
3072
3073 * subr.el (with-selected-window): Preserve the selected window's
3074 terminal's top-frame (Bug#4702).
3075
3076 * window.el (save-selected-window): Likewise.
3077
25f09295
SM
30782012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * progmodes/python.el (python-rx-constituents): Move backquote.
3081 (python-skeleton-define, python-define-auxiliary-skeleton):
3082 Use `declare'.
3083
6b11952a
MA
30842012-06-18 Michael Albinus <michael.albinus@gmx.de>
3085
3086 * minibuffer.el (read-file-name-default): Revert the patch from
3087 2012-06-17.
3088
ee4b1330
SM
30892012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3092 (pcase--u1, pcase--q1): Don't use apply-partially.
3093
35647f79
GM
30942012-06-18 Glenn Morris <rgm@gnu.org>
3095
3096 * progmodes/python.el (python-proc, python-buffer)
3097 (python-send-receive, python-send-string): Fix obsolete versions.
3098
24b0cff0
MR
30992012-06-18 Martin Rudalics <rudalics@gmx.at>
3100
3101 * window.el (special-display-p): Completely remove stringp
3102 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3103
29855149
MA
31042012-06-17 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3107
3108 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3109
3110 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3111 * net/tramp-sh.el (tramp-maybe-open-connection):
3112 Throw if `non-essential' is non-nil.
3113
07463363
MR
31142012-06-17 Martin Rudalics <rudalics@gmx.at>
3115
3116 * window.el (special-display-p): Signal an error if BUFFER-NAME
3117 is not a string (Bug#11713).
3118
48d1354e
PE
31192012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3120
3121 * progmodes/python.el (python-info-beginning-of-backslash):
3122 Rename from python-info-beginning-of-backlash, as a spelling fix.
3123
eb4a8a9a
CY
31242012-06-17 Chong Yidong <cyd@gnu.org>
3125
3126 * term.el (term-emulate-terminal): If term-check-size is called,
3127 move point to the process mark without resetting point (Bug#4635).
3128
ddfbf826 31292012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
3130
3131 * international/mule-cmds.el (mule-menu-keymap)
3132 (set-language-environment, set-locale-environment): Doc tweaks.
3133
9b0e3eba
AA
31342012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3135
3136 * cus-face.el (custom-face-attributes): Add wave-style underline
3137 attribute.
3138 * faces.el (set-face-attribute): Update docstring to describe
3139 wave-style underline attribute.
3140
771e3eae
CY
31412012-06-16 Chong Yidong <cyd@gnu.org>
3142
3143 * term/xterm.el (terminal-init-xterm): Discard input before
3144 querying background mode (Bug#10959).
3145
7ae2ea10
SM
31462012-06-16 Stefan Merten <smerten@oekonux.de>
3147
3148 * textmodes/rst.el: Added and corrected some comments.
3149 (rst-re-alist-def): Improve symbol syntax.
3150 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
3151 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3152 (rst-official-version, rst-official-cvs-rev): Update version
3153 information.
7ae2ea10 3154
b6974efa
JB
31552012-06-15 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3158 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3159
8826d473
GM
31602012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3161
3162 * progmodes/python.el: New python.el merge.
3163 (python-guess-indent): Obsolete var.
3164 (python-indent-guess-indent-offset): New defcustom.
3165 (python-indent): Obsolete var.
3166 (python-indent-offset): New defcustom.
3167 (python-python-command, python-jython-command): Delete var.
3168 (python-shell-interpreter): New defcustom.
3169 (python-pdbtrack-do-tracking-p): Delete var.
3170 (python-pdbtrack-activate): New defcustom.
3171 (python-use-skeletons): Obsolete var.
3172 (python-skeleton-autoinsert): New defcustom.
3173 (inferior-python-filter-regexp, python-continuation-offset)
3174 (python-honour-comment-indentation, python-indent-string-contents)
3175 (python-jython-packages, python-mode-hook)
3176 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3177 (python-shell-prompt-alist)
3178 (python-source-modes): Delete defcustoms.
3179 (python-check-buffer-name, python-eldoc-setup-code)
3180 (python-eldoc-string-code, python-ffap-setup-code)
3181 (python-ffap-string-code, python-fill-comment-function)
3182 (python-fill-decorator-function, python-fill-paren-function)
3183 (python-fill-string-function, python-imenu-include-defun-type)
3184 (python-imenu-make-tree, python-imenu-subtree-root-label)
3185 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3186 (python-shell-compilation-regexp-alist)
3187 (python-shell-completion-module-string-code)
3188 (python-shell-completion-pdb-string-code)
3189 (python-shell-completion-setup-code)
3190 (python-shell-completion-string-code)
3191 (python-shell-enable-font-lock, python-shell-exec-path)
3192 (python-shell-extra-pythonpaths)
3193 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3194 (python-shell-process-environment)
3195 (python-shell-prompt-block-regexp)
3196 (python-shell-prompt-output-regexp)
3197 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3198 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3199 (python-shell-virtualenv-path): New defcustoms.
3200 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3201 (inferior-python-mode-syntax-table, python--prompt-regexp)
3202 (python-buffer, python-command python-python-command)
3203 (python-default-template, python-imports, python-indent-index)
3204 (python-indent-list, python-indent-list-length)
3205 (python-mode-running, python-pdbtrack-is-tracking-p)
3206 (python-preoutput-continuation, python-preoutput-leftover)
3207 (python-preoutput-result, python-preoutput-skip-next-prompt)
3208 (python-prev-dir/file, python-recursing)
3209 (python-saved-check-command, python-version-checked)
3210 (python-which-func-length-limit)
3211 (view-return-to-alist): Delete vars.
3212 (python-check-custom-command, python-dotty-syntax-table)
3213 (python-imenu-index-alist, python-indent-current-level)
3214 (python-indent-dedenters, python-indent-levels)
3215 (python-nav-beginning-of-defun-regexp)
3216 (python-nav-list-defun-positions-cache)
3217 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3218 (python-shell-internal-buffer)
3219 (python-skeleton-available): New vars.
3220 (def-python-skeleton): Delete macro.
3221 (python-skeleton-define): New macro.
3222 (python-define-auxiliary-skeleton, python-rx): New macros.
3223 (python-insert-class): Delete command.
3224 (python-skeleton-class): New command.
3225 (python-insert-def): Delete command.
3226 (python-skeleton-def): New command.
3227 (python-insert-for): Delete command.
3228 (python-skeleton-for): New command.
3229 (python-insert-if): Delete command.
3230 (python-skeleton-if): New command.
3231 (python-insert-try/except, python-insert-try/finally): Delete commands.
3232 (python-skeleton-try): New command.
3233 (python-insert-while): Delete command.
3234 (python-skeleton-while): New command.
3235 (python-backspace): Delete command.
3236 (python-indent-dedent-line-backspace): New command.
3237 (python-electric-colon): Delete command.
3238 (python-indent-electric-colon): New command.
3239 (python-guess-indent): Delete command.
3240 (python-indent-guess-indent-offset): New command.
3241 (python-shift-left): Delete command.
3242 (python-indent-shift-left): New command.
3243 (python-shift-right): Delete command.
3244 (python-indent-shift-right): New command.
3245 (python-find-function): Delete command.
3246 (python-nav-jump-to-defun): New command.
3247 (python-next-statement): Delete command.
3248 (python-nav-forward-sentence): New command.
3249 (python-previous-statement): Delete command.
3250 (python-nav-backward-sentence): New command.
3251 (python-fill-paragraph): Delete command.
3252 (python-fill-paragraph-function): New command.
3253 (python-send-buffer): Delete command.
3254 (python-shell-send-buffer): New command.
3255 (python-send-defun): Delete command.
3256 (python-shell-send-defun): New command.
3257 (python-send-region, python-send-region-and-go): Delete commands.
3258 (python-shell-send-region)
3259 (python-shell-switch-to-shell): New commands.
3260 (python-send-string): Delete command.
3261 (python-shell-send-string): New command.
3262 (python-switch-to-python): Delete command.
3263 (python-shell-switch-to-shell): New command.
3264 (python-describe-symbol): Delete command.
3265 (python-eldoc-at-point): New command.
3266 (python--set-prompt-regexp, python-args-to-list)
3267 (python-after-info-look, python-check-version)
3268 (python-check-comint-prompt, python-find-imports)
3269 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3270 (python-unload-function, python-expand-template)
3271 (python-maybe-jython, python-preoutput-filter)
3272 (python-pdbtrack-get-source-buffer)
3273 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3274 (python-pdbtrack-toggle-stack-tracking)
3275 (python-pdbtrack-track-stack-file, python-initial-text)
3276 (python-first-word, python-comment-line-p, python-send-command)
3277 (python-setup-brm, python-sentinel, python-set-proc)
3278 (python-skip-out, python-input-filter, python-outdent-p)
3279 (python-outline-level, python-backslash-continuation-line-p)
3280 (python-end-of-block, python-end-of-statement, python-mark-block)
3281 (python-beginning-of-block, python-beginning-of-statement)
3282 (python-blank-line-p, python-beginning-of-string)
3283 (python-open-block-statement-p): Delete functions.
3284 (python-indent-line, python-indent-line-1): Delete functions.
3285 (python-indent-line): New function.
3286 (python-indentation-levels): Delete function.
3287 (python-indent-calculate-levels): New function.
3288 (python-proc): Delete function.
3289 (python-shell-get-process): New function.
3290 (python-send-receive): Delete function.
3291 (python-shell-send-string-no-output): New function.
3292 (python-module-path): Delete function.
3293 (python-ffap-module-path): New function.
3294 (python-completion-at-point)
3295 (python-symbol-completions): Delete functions.
3296 (python-completion-complete-at-point): New function.
3297 (python-load-file): Delete function.
3298 (python-shell-send-file): New function.
3299 (python-calculate-indentation): Delete function.
3300 (python-indent-calculate-indentation): New function.
3301 (python-skip-comments/blanks): Delete function.
3302 (python-util-forward-comment): New function.
3303 (python-continuation-line-p): Delete function.
3304 (python-info-continuation-line-p): New function.
3305 (python-which-func, python-current-defun): Delete function.
3306 (python-info-current-defun): New function.
3307 (python-beginning-of-defun): Delete function.
3308 (python-nav-beginning-of-defun): New function.
3309 (python-close-block-statement-p)
3310 (python-block-end-p): Delete function.
3311 (python-info-closing-block): New function.
3312 (python-comint-output-filter-function)
3313 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3314 (python-fill-comment, python-fill-decorator, python-fill-paren)
3315 (python-fill-string, python-imenu-make-element-tree)
3316 (python-imenu-make-tree, python-imenu-tree-assoc)
3317 (python-indent-context, python-indent-dedent-line)
3318 (python-indent-line-function)
3319 (python-indent-post-self-insert-function)
3320 (python-indent-toggle-levels)
3321 (python-info-assignment-continuation-line-p)
3322 (python-info-beginning-of-backlash)
3323 (python-info-block-continuation-line-p)
3324 (python-info-closing-block-message)
3325 (python-info-line-ends-backslash-p)
3326 (python-info-looking-at-beginning-of-defun)
3327 (python-info-ppss-context, python-info-ppss-context-type)
3328 (python-nav-list-defun-positions, python-nav-read-defun)
3329 (python-nav-sentence-end, python-nav-sentence-start)
3330 (python-pdbtrack-comint-output-filter-function)
3331 (python-pdbtrack-set-tracked-buffer)
3332 (python-shell-calculate-exec-path)
3333 (python-shell-calculate-process-environment)
3334 (python-shell-completion--do-completion-at-point)
3335 (python-shell-completion--get-completions)
3336 (python-shell-completion-complete-at-point)
3337 (python-shell-completion-complete-or-indent)
3338 (python-shell-get-or-create-process)
3339 (python-shell-get-process-name)
3340 (python-shell-internal-get-or-create-process)
3341 (python-shell-internal-get-process-name)
3342 (python-shell-internal-send-string, python-shell-make-comint)
3343 (python-shell-parse-command, python-shell-send-setup-code)
3344 (python-skeleton-add-menu-items)
3345 (python-util-clone-local-variables, python-util-position)
3346 (run-python-internal, python-indentation-levels)
3347 (python-nav-beginning-of-defun)
3348 (python-completion-complete-at-point): New functions.
3349 (run-python): Change arguments. New API requirements.
3350
4302f5ba
SM
33512012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3352
f38ea36d
SM
3353 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3354 (bug#11649).
3355
3356 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3357 (macroexp--expand-all): Use it.
3358
4302f5ba
SM
3359 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3360 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3361 Use `cl-function' instead.
3362
33377562
JB
33632012-06-14 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3366 Suggested by Stefan Monnier while discussing bug#11657.
3367
54c5ba1a
SS
33682012-06-14 Sam Steingold <sds@gnu.org>
3369
3370 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3371
f9f1b1fe
AS
33722012-06-14 Andreas Schwab <schwab@linux-m68k.org>
3373
3374 * play/doctor.el (doctor-doc): Remove parameter and use
3375 doctor-sent instead of sent.
3376 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
3377
a81068ba
SM
33782012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3379
5a315f9c
SM
3380 * files.el: Require cl-lib.
3381 (file-name-non-special): Replace case -> cl-case.
3382
3383 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3384
a81068ba
SM
3385 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3386 mapping from #' to function*.
3387
8cca9703
CY
33882012-06-13 Chong Yidong <cyd@gnu.org>
3389
3390 * mouse.el (mouse-drag-track): Do not set the mark if the user
3391 releases the mouse without selecting anything (Bug#11588).
3392
a12ac9d7
SM
33932012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3394
ccf1dc18
SM
3395 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3396 as well (bug#11646).
3397
ef62b23d
SM
3398 * loadup.el: Count byte-code functions as well.
3399
c4c8444a
SM
3400 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3401 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3402
a12ac9d7
SM
3403 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3404 (bug#11649). Add cl-defun and cl-defmacro.
3405
87e6e64f
DA
34062012-06-13 Drew Adams <drew.adams@oracle.com>
3407
3408 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3409 Fix last change.
3410
682cefaf
MA
34112012-06-13 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3414 Otherwise, it blocks in batch mode.
3415
773e1f08
JB
34162012-06-13 Juanma Barranquero <lekktu@gmail.com>
3417
3418 * help-mode.el (bookmark-make-record-default): Declare.
3419
60057926
CY
34202012-06-13 Chong Yidong <cyd@gnu.org>
3421
3422 * emacs-lisp/package.el (list-packages): Compute a list of
3423 packages that are newly-available since the last list-packages
3424 invocation.
3425 (package-menu--new-package-list): New var.
3426 (package-menu--generate, package-menu--print-info)
3427 (package-menu--status-predicate, package-menu-mark-install):
3428 Handle new status label "new".
3429
ad4d226c
SM
34302012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3433 conversion to backquotes.
3434
f1a4e679
CY
34352012-06-12 Chong Yidong <cyd@gnu.org>
3436
3437 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3438 Rename from gud-inhibit-global-bindings.
3439
3440 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3441
3442 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3443 hook from nxml-glyph-set-hook.
3444
3445 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3446 declaration.
3447
3448 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3449
3450 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3451 Convert to defcustom.
3452
0c9e42b5
DA
34532012-06-12 Drew Adams <drew.adams@oracle.com>
3454
3455 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3456 New functions.
3457 (help-mode): Use them.
3458
09e06855
GM
34592012-06-11 Glenn Morris <rgm@gnu.org>
3460
3461 * progmodes/fortran.el (fortran-font-lock-keywords-3):
3462 Use preprocessor face for directives.
3463 (fortran-directive-re): Doc fix.
3464
71adb94b
SM
34652012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3466
2eb87922
SM
3467 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3468 conversion to backquotes (bug#11652).
3469
71adb94b
SM
3470 Fix compiler-expansion of CL's cXXr functions (bug#11673).
3471 * emacs-lisp/cl-lib.el (cl--defalias): New function.
3472 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3473 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3474 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3475 (cl-ninth, cl-tenth): Mark them as inlinable.
3476 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3477 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3478 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3479 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3480 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3481 (cl-list*, cl-adjoin): Don't put an autoload manually.
3482 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3483 (cl--compiler-macro-list*): Add autoload cookie.
3484 (cl--compiler-macro-cXXr): New function.
2eb87922 3485
71adb94b
SM
3486 * help-fns.el (help-fns--compiler-macro): New function extracted from
3487 describe-function-1; follow aliases and use `compiler-macro' property.
3488 (describe-function-1): Use it.
3489
a6674402
CY
34902012-06-11 Chong Yidong <cyd@gnu.org>
3491
3492 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3493 is uninstalled, if imagemagick is installed.
3494
bb3faf5b
SM
34952012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * emacs-lisp/cl-lib.el: Use lexical-binding.
3498 (cl-map-extents, cl-maclisp-member): Remove.
3499 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3500 (cl--set-substring, cl--block-wrapper, cl--block-throw)
3501 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3502 * emacs-lisp/cl-extra.el: Use lexical-binding.
3503 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3504 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3505 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3506 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3507 * emacs-lisp/cl-seq.el: Use lexical-binding.
3508 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3509 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3510 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3511 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3512 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3513 CL's internals.
3514
2fe4b125
MA
35152012-06-11 Michael Albinus <michael.albinus@gmx.de>
3516
3517 Sync with Tramp 2.2.6-pre.
3518
3519 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3520 `print-length' and `print-level' to nil, in order to avoid
3521 truncation. Reported by Christopher Schmidt
3522 <christopher@ristopher.com>.
3523
3524 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3525
3526 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3527 New defmacro.
3528 (tramp-compat-copy-directory): Add optional argument
3529 COPY-CONTENTS. It is not handled yet.
3530
3531 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3532 (tramp-ftp-file-name-p): Simplify.
3533
3534 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3535 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3536 connection vector.
3537
3538 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3539 (tramp-methods): Do not use `tramp-password-end-of-line'.
3540 (tramp-completion-function-alist-putty): Handle UNIX case.
3541 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3542 (tramp-do-file-attributes-with-stat)
3543 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3544 gid as real numbers. They could run out of integer range on cygwin.
3545 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3546 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
3547 (tramp-open-connection-setup-interactive-shell):
3548 Use `tramp-cleanup'. Move check for busyboxes ...
3549 (tramp-find-shell): ... here. Simplify implementation.
3550 Set "remote-shell" property also for alternative shells.
3551 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3552 If failing, a regular file would be written otherwise.
3553 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
3554 (tramp-find-inline-encoding): Cache the coding commands in the
3555 process cache. Apply test command on the remote side, if defined.
3556 (tramp-find-inline-compress): Cache the compress commands in the
3557 process cache.
3558 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3559 when requested. Handle hops.
3560 (tramp-current-connection): New defvar.
87e6e64f
DA
3561 (tramp-maybe-open-connection): Use `tramp-cleanup'.
3562 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 3563 Handle user interrupt. (Bug#10187)
87e6e64f
DA
3564 (tramp-get-inline-compress, tramp-get-inline-coding):
3565 Read connection properties from the process cache.
2fe4b125
MA
3566
3567 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
3568 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3569 New defconsts.
2fe4b125
MA
3570 (tramp-smb-prompt): Extend for powershell prompt.
3571 (tramp-smb-file-name-handler-alist): Add handlers for
3572 `process-file', `shell-command' and `start-file-process'.
3573 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3574 (tramp-smb-winexe-shell-command-switch): New defcustoms.
3575 (tramp-smb-file-name-p): Simplify.
3576 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3577 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3578 (tramp-smb-shell-quote-argument): New defuns.
3579 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3580 Implement using "tar". By this, time-stamps are preserved.
3581 (tramp-smb-handle-copy-file): Handle also the case of directories.
3582 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
3583 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3584 Use `tramp-get-connection-buffer').
2fe4b125
MA
3585 (tramp-smb-handle-rename-file): Use "rename", when source and
3586 target are on the same share.
87e6e64f
DA
3587 (tramp-smb-maybe-open-connection): Handle wrong passwords.
3588 Use `tramp-smb-server-version'.
2fe4b125
MA
3589 (tramp-smb-wait-for-output): Remove prompt.
3590
3591 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
3592 (tramp-methods, tramp-rsh-end-of-line):
3593 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
3594 (tramp-save-ad-hoc-proxies): New defcustom.
3595 (tramp-completion-function-alist): Adapt docstring.
3596 (tramp-default-password-end-of-line): Remove defcustom.
3597 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
3598 (tramp-user-regexp, tramp-file-name-regexp-unified)
3599 (tramp-file-name-regexp-url): Extend regexp by hop separator.
3600 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3601 (tramp-remote-file-name-spec-regexp): New defconst.
3602 (tramp-file-name-structure): Extend structure for hops.
3603 (tramp-get-method-parameter): Move up.
3604 (tramp-file-name-p, tramp-dissect-file-name)
3605 (with-parsed-tramp-file-name): Handle hops.
3606 (tramp-file-name-hop): New defun.
3607 (tramp-make-tramp-file-name): New optional arg HOP.
3608 (tramp-message-show-progress-reporter-message): New defvar.
3609 (tramp-with-progress-reporter): Use it. We cannot use
3610 `tramp-message-show-message' here, because this suppresses also
3611 error buffers.
3612 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
3613 `tramp-message-show-message' is nil.
3614 Use `tramp-get-connection-buffer'.
2fe4b125
MA
3615 (tramp-cleanup): New defun.
3616 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3617 (tramp-file-name-handler): If `debug-on-error' is set, propagate
3618 an error unchanged.
3619 (tramp-completion-handle-file-name-all-completions): Handle hops.
3620 Fix an error when called from ido.
3621 (tramp-completion-dissect-file-name): Use better local variable
3622 name. Add hop to the vector.
3623 (tramp-handle-insert-file-contents): Use progress-reporter for the
3624 whole scenario.
3625 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
3626 to `t'.
3627 (tramp-check-for-regexp): Simplify search.
3628 (tramp-enter-password): Remove it. Move implementation ...
3629 (tramp-action-password): ... here.
3630 (tramp-mode-string-to-int, tramp-local-host-p)
3631 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
3632 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
3633 Set tramp-autoload cookie.
2fe4b125
MA
3634
3635 * net/trampver.el: Update release number.
3636
36372012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3638 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/tramp.el (tramp-set-completion-function): Fix docstring.
3641 (tramp-parse-group, tramp-parse-file)
3642 (tramp-parse-shostkeys-sknownhosts): New defuns.
3643 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
3644 (tramp-parse-shosts-group, tramp-parse-sconfig)
3645 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
3646 (tramp-parse-sknownhosts, tramp-parse-hosts)
3647 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
3648 Use them.
3649 (tramp-parse-passwd-group, tramp-parse-netrc-group)
3650 (tramp-parse-putty-group): Don't narrow.
3651 (tramp-parse-putty): Make a loop.
3652 (tramp-file-name-handler): Catch the `suppress' signal.
3653
72834e10
CY
36542012-06-11 Chong Yidong <cyd@gnu.org>
3655
3656 * image.el (imagemagick-register-types): Put the ImageMagick entry
3657 at the end of image-type-file-name-regexps.
3658
a4712e11
JB
36592012-06-11 Johan Bockgård <bojohan@gnu.org>
3660
3661 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
3662 (pcase, pcase-let*, pcase-dolist): Use them.
3663
82ad98e3
SM
36642012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * emacs-lisp/pcase.el (pcase--let*): New function.
3667 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
3668 (pcase--expand): Use macroexp-let².
3669
f80efb86
SM
36702012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
3673 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
3674 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
3675 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
3676 * emacs-lisp/derived.el: Use pcase instead of `cl'.
3677 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
3678
31ca4639 36792012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 3680
31ca4639
CY
3681 * mail/rmail.el (rmail-yank-current-message): Leave point at
3682 correct position. (Bug#11660)
94f0aa34 3683
31ca4639 36842012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 3685
31ca4639 3686 * allout-widgets.el: Fix code header.
9e1b8ec4 3687
31ca4639 36882012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 3689
f80efb86
SM
3690 * cus-edit.el (customize-changed-options-previous-release):
3691 Bump to 24.1.
31ca4639 3692
642b6d30
AS
36932012-06-09 Andreas Schwab <schwab@linux-m68k.org>
3694
3695 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
3696
4f5d2ba1
CY
36972012-06-09 Chong Yidong <cyd@gnu.org>
3698
3699 * ebuff-menu.el (electric-buffer-list): Preserve header line.
3700
e75852fd
MR
37012012-06-09 Martin Rudalics <rudalics@gmx.at>
3702
3703 * window.el (special-display-popup-frame): Don't use
3704 window--display-buffer (Bug#11651).
3705
1e48e282
EZ
37062012-06-09 Eli Zaretskii <eliz@gnu.org>
3707
8a26b487
EZ
3708 Fix parallel builds: make sure loaddefs.el is not being written
3709 while Lisp files are compiled.
3710 (compile): Don't depend on 'mh-autoloads'.
3711 (compile-CMD, compile-SH): Depend on 'autoloads'.
3712 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
3713
1e48e282
EZ
3714 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
3715
6175e34b
CY
37162012-06-09 Chong Yidong <cyd@gnu.org>
3717
3718 * face-remap.el (face-remap-add-relative, face-remap-set-base)
3719 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
3720 Doc fixes (Bug#11225).
3721
d9857e53
SM
37222012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
3725 a function if there's a clear indication that it has a compiler-macro.
3726 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
3727 (macro-declarations-alist): Add arglist to declaration functions.
3728 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
3729 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
3730 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
3731 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
3732 Also add autoload to find the compiler macro.
3733 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
3734 (cl--compiler-macro-member, cl--compiler-macro-assoc)
3735 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
3736 (cl--compiler-macro-get): New functions, replacing calls to
3737 cl-define-compiler-macro.
3738 (cl-typep) [compiler-macro]: Use macroexp-let².
3739
f81298f8 37402012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
3741
3742 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
3743 string properly, fixes Bug#11473.
3744
4b56d0fe
CY
37452012-06-08 Chong Yidong <cyd@gnu.org>
3746
3747 * faces.el (set-face-attribute): Doc fix.
3748 (modify-face): Don't use :bold and :italic.
3749 (error, warning, success): Tweak definitions.
3750
3751 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
3752 (custom-modified, custom-set, custom-changed, custom-themed)
3753 (custom-saved, custom-button, custom-button-mouse)
3754 (custom-button-pressed, custom-state, custom-comment-tag)
3755 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
3756 (custom-group-subtitle): Use new-style face specs.
3757 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3758 (custom-set-face, custom-changed-face, custom-saved-face)
3759 (custom-button-face, custom-button-pressed-face)
3760 (custom-documentation-face, custom-state-face)
3761 (custom-comment-face, custom-comment-tag-face)
3762 (custom-variable-tag-face, custom-variable-button-face)
3763 (custom-face-tag-face, custom-group-tag-face-1)
3764 (custom-group-tag-face): Remove obsolete face alias.
3765
3766 * epa.el (epa-validity-high, epa-validity-medium)
3767 (epa-validity-low, epa-mark, epa-field-name, epa-string)
3768 (epa-field-name, epa-field-body):
3769 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3770 (font-lock-keyword-face, font-lock-builtin-face)
3771 (font-lock-function-name-face, font-lock-variable-name-face)
3772 (font-lock-type-face, font-lock-constant-face):
3773 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3774 (ido-virtual, ido-indicator, ido-incomplete-regexp):
3775 * speedbar.el (speedbar-button-face, speedbar-file-face)
3776 (speedbar-directory-face, speedbar-tag-face)
3777 (speedbar-selected-face, speedbar-highlight-face)
3778 (speedbar-separator-face):
3779 * whitespace.el (whitespace-newline, whitespace-space)
3780 (whitespace-hspace, whitespace-tab, whitespace-trailing)
3781 (whitespace-line, whitespace-space-before-tab)
3782 (whitespace-space-after-tab, whitespace-indentation)
3783 (whitespace-empty):
3784 * emulation/cua-base.el (cua-global-mark):
3785 * eshell/em-prompt.el (eshell-prompt):
3786 * net/newst-plainview.el (newsticker-new-item-face)
3787 (newsticker-old-item-face, newsticker-immortal-item-face)
3788 (newsticker-obsolete-item-face, newsticker-date-face)
3789 (newsticker-statistics-face, newsticker-default-face):
3790 * net/newst-reader.el (newsticker-feed-face)
3791 (newsticker-extra-face, newsticker-enclosure-face):
3792 * net/newst-treeview.el (newsticker-treeview-face)
3793 (newsticker-treeview-new-face, newsticker-treeview-old-face)
3794 (newsticker-treeview-immortal-face)
3795 (newsticker-treeview-obsolete-face)
3796 (newsticker-treeview-selection-face):
3797 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
3798 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
3799 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
3800 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
3801 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
3802 (nxml-outline-active-indicator, nxml-outline-ellipsis):
3803 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3804 (mpuz-text):
3805 * progmodes/vera-mode.el (vera-font-lock-number)
3806 (vera-font-lock-function, vera-font-lock-interface):
3807 * textmodes/table.el (table-cell): Use new-style face specs, and
3808 don't use the old :bold and :italic attributes.
3809
3810 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3811 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
3812 (ebrowse-member-class, ebrowse-progress): Likewise.
3813 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3814 (ebrowse-file-name-face, ebrowse-default-face)
3815 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3816 (ebrowse-progress-face): Remove obsolete faces.
3817
3818 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3819 Inherit from error and warning faces respectively.
3820
3821 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3822 Likewise.
f80efb86
SM
3823 (flyspell-incorrect-face, flyspell-duplicate-face):
3824 Remove obsolete aliases.
4b56d0fe 3825
03310646
MA
38262012-06-08 Michael Albinus <michael.albinus@gmx.de>
3827
3828 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
3829 Avoid infloop.
3830
513749ee
SM
38312012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * startup.el (argv, argi): Make lexically scoped.
3834 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
3835 * emacs-lisp/cl-macs.el: Use lexical-binding.
3836 Rename cl-bind-* to cl--bind-*.
3837 * files.el: Don't require `cl' since it doesn't use it.
3838 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
3839
595ef4ad
JB
38402012-06-08 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
3843 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
3844 instead of calling external sort utility.
3845 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
3846
e9f66fcb
EZ
38472012-06-08 Eli Zaretskii <eliz@gnu.org>
3848
3849 * descr-text.el (describe-char): Mention how to insert the
3850 character, if the current input method doesn't support it.
3851 See the discussion in this thread for the details:
3852 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
3853
3d10db47
SS
38542012-06-08 Sam Steingold <sds@gnu.org>
3855
3856 * bindings.el (global-map): Bind XF86Forward to next-buffer and
3857 XF86Back to previous-buffer.
3858 (minibuffer-local-map): Bind them to next-history-element and
3859 previous-history-element respectively.
3860 * help-mode.el (help-mode-map): Bind them to help-go-forward and
3861 help-go-back respectively.
3862 * info.el (Info-mode-map): Bind them to Info-history-forward and
3863 Info-history-back respectively.
3864 These are the keys next to Up on the ThinkPad keyboard.
3865
de7e2b36
SM
38662012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
3869 * emacs-lisp/cl-macs.el: Provide itself.
3870 (cl--labels-convert-cache): New var.
3871 (cl--labels-convert): New function.
3872 (cl-flet, cl-labels): New implementation with new semantics, relying on
3873 lexical-binding.
3874 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
3875 (cl-closure-vars, cl--function-convert-cache)
3876 (cl--function-convert): Move from cl-macs.el.
3877 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
3878 rename by removing the "cl-" prefix.
3879 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
3880
6fa6c4ae
SM
38812012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
3884 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
3885 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
3886 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
3887 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
3888 (cl-hash-table-count): Add old compatibility aliases.
3889
3890 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
3891 Use macroexpand-all-environment instead.
3892 (cl--old-macroexpand): New var.
3893 (cl--sm-macroexpand): New function.
3894 (cl-symbol-macrolet): Use it during macro expansion.
3895 (cl--function-convert-cache): New var.
3896 (cl--function-convert): New function, extracted from
3897 cl-macroexpand-all.
3898 (cl-lexical-let): Use it.
3899
3900 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
3901 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
3902 (cl-member): Remove old alias.
3903
3904 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
3905 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
3906 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
3907 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
3908 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
3909 (cl-macroexpand-cmacs): Remove var.
3910 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
3911 Use macroexpand-all instead.
3912
4dd1c416
SM
39132012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
3916 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
3917 (macroexp-copyable-p): New functions and macros.
3918 * emacs-lisp/edebug.el (edebug-unwrap):
3919 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
3920 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
3921 (pcase--let*): Remove.
3922 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
3923 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
3924 macroexp-const-p instead.
3925 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
3926
3927 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
3928 instead of "cl-" for internal definitions. Use macroexp-const-p.
3929 (cl-old-bc-file-form): Remove var.
3930 (cl-const-exprs-p): Remove fun.
3931 (cl-labels, cl-macrolet): Use backquote.
3932 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
3933 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
3934 (cl-define-setf-expander): Rename from cl-define-setf-method.
3935 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
3936
3937 * international/mule-cmds.el: Don't require CL.
3938 (view-hello-file): Don't use `letf'.
3939
ed8bd4d7
SM
39402012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3941
7287f2f3
SM
3942 * tmm.el (tmm-prompt): Use string-prefix-p.
3943 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
3944 (tmm-add-prompt): Use minibuffer-completion-help.
3945 (tmm-delete-map): Remove.
3946
ed8bd4d7
SM
3947 * subr.el (kbd): Make it its own function.
3948
7b4cdbf4
SM
39492012-06-07 Stefan Merten <smerten@oekonux.de>
3950
3951 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
3952 Silence compiler warnings. Fix versions.
ed8bd4d7 3953 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 3954 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 3955 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
3956 (rst-package-emacs-version-alist): Correct Emacs version to
3957 represent major merge with upstream.
ed8bd4d7 3958 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 3959
2b48d721
GM
39602012-06-06 Glenn Morris <rgm@gnu.org>
3961
3962 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
3963 Only print environment variables if set.
3964
fa779ab0
SM
39652012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
3968 (macroexp--cons): Rename from maybe-cons.
3969 (macroexp--accumulate): Rename from macroexp-accumulate.
3970 (macroexp--all-forms): Rename from macroexpand-all-forms.
3971 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
3972 (macroexp--expand-all): Rename from macroexpand-all-1.
3973
628299e0
SS
39742012-06-06 Sam Steingold <sds@gnu.org>
3975
3976 * calendar/calendar.el (calendar-in-read-only-buffer):
3977 Call `special-mode' to enable the standard read-only keybindings.
3978
b7bb5838
SM
39792012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
3982 with "loading" messages (bug#11635).
3983
dfb308ba
MA
39842012-06-06 Michael Albinus <michael.albinus@gmx.de>
3985
3986 * files.el (enable-remote-dir-locals): New option.
3987 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
3988
0372ee92
MA
3989 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
3990 Ensure, that the temp directory is local.
3991
3992 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
3993 `temporary-file-directory'.
3994
eed0bb91
MA
3995 * progmodes/python.el (python-send-region): Ensure, that the
3996 temporary file is created also in the remote case.
3997
7a58f64d
GM
39982012-06-06 Glenn Morris <rgm@gnu.org>
3999
f7dd4e98
GM
4000 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4001 (vc-rcs-update-changelog): Use it.
4002
090bd7cb 4003 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 4004
7a58f64d
GM
4005 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4006 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4007 (vc-sccs-diff): Replace use of the external vcdiff script.
4008
daed4003
GM
40092012-06-05 Glenn Morris <rgm@gnu.org>
4010
4011 * ledit.el: Move to obsolete/.
4012
48c455c7
SS
40132012-06-05 Sam Steingold <sds@gnu.org>
4014
ed9265fc 4015 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
4016 patch (Bug#11140).
4017
57a7d507
SM
40182012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4019
090bd7cb 4020 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 4021
53aacf21
SM
4022 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4023 compiler-macro expansion.
4024
57a7d507
SM
4025 Add native compiler-macro support.
4026 * emacs-lisp/macroexp.el (macroexpand-all-1):
4027 Support compiler-macros directly. Properly follow aliases and apply
4028 the compiler macros more thoroughly.
4029 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4030 macroexpand now properly follows aliases.
4031 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4032 (cl-compiler-macroexpand): Use new prop.
4033 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4034
4035 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4036
51a5f9d8
MR
40372012-06-05 Martin Rudalics <rudalics@gmx.at>
4038
4039 * window.el (get-lru-window, get-mru-window, get-largest-window):
4040 New argument NOT-SELECTED to avoid picking the selected window.
4041 (window--display-buffer-1, window--display-buffer-2): Replace by
4042 new function window--display-buffer
4043 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
4044 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4045 Use window--display-buffer.
51a5f9d8
MR
4046 (display-buffer-use-some-window): Remove temporary dedication
4047 hack by calling get-lru-window and get-largest-window with
4048 NOT-SELECTED argument non-nil. Call window--display-buffer.
4049
08f9f738
GM
40502012-06-05 Glenn Morris <rgm@gnu.org>
4051
4052 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4053 Replace external vcdiff script.
4054
e364a2b7
SM
40552012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4058
041df390
CY
40592012-06-04 Chong Yidong <cyd@gnu.org>
4060
e364a2b7
SM
4061 * image.el (imagemagick-types-inhibit): Revert last change.
4062 Add INFO and M.
47b36b94 4063 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 4064
7c1898a7
SM
40652012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * emacs-lisp/cl-lib.el: Rename from cl.el.
4068 * emacs-lisp/cl.el: New compatibility file.
4069 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4070 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4071 to obey the "cl-" prefix.
4072 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4073
0c3461de
GM
40742012-06-03 Glenn Morris <rgm@gnu.org>
4075
1e266c88
GM
4076 * emacs-lisp/authors.el (authors-aliases): Addition.
4077
0c3461de
GM
4078 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4079 Fix :version.
4080
d8a52e15
SM
40812012-06-03 Stefan Merten <smerten@oekonux.de>
4082
4083 * textmodes/rst.el: Add comments.
4084 (rst-transition, rst-adornment): New faces.
4085 (rst-adornment-faces-alist): Make default safe to reevaluate.
4086 Fixes
4087 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4088 Improve customization tags.
4089 (rst-define-level-faces): Clarify meaning.
4090
5205d6f6
CY
40912012-06-03 Chong Yidong <cyd@gnu.org>
4092
4093 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
4094 (compilation-mode-line-run, compilation-mode-line-exit):
4095 New faces.
5205d6f6
CY
4096 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4097
757ee657
JD
40982012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4099
7c1898a7
SM
4100 * progmodes/which-func.el (which-func-update-ediff-windows):
4101 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 4102
5f2c76c6
CY
41032012-06-03 Chong Yidong <cyd@gnu.org>
4104
4105 * bindings.el: Remove explicit help text from format-mode-line.
4106 It is now supplied by mode-line-default-help-echo.
4107 (mode-line-front-space, mode-line-end-spaces)
4108 (mode-line-misc-info): New variables.
4109 (mode-line-modes, mode-line-position): Move the default value to
4110 the variable definition.
4111 (mode-line-default-help-echo): New defcustom.
383f7350
CY
4112 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4113 (mode-line-modified-help-echo): New functions.
4114 (mode-line-mule-info, mode-line-modified): Use them.
4115 (mode-line-eol-desc, propertized-buffer-identification):
4116 Consistency fixes for help text.
cbe46e5f
CY
4117 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4118 set-buffer-file-coding-system (Bug#289).
4119 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 4120
f2d6a3df
SM
41212012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * simple.el (execute-extended-command): Set real-this-command
4124 (bug#11506).
4125
37269466
CY
41262012-06-02 Chong Yidong <cyd@gnu.org>
4127
4128 Remove incorrect uses of "modeline" in comments, docstrings, and
4129 function/variable names (Bug#10329).
4130
4131 * cus-edit.el (mode-line):
4132 * dframe.el (dframe-mouse-hscroll):
4133 * emacs-lisp/re-builder.el:
4134 * emacs-lisp/easy-mmode.el (define-minor-mode):
4135 * frame.el (set-frame-name):
4136 * help.el (lookup-minor-mode-from-indicator):
4137 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4138 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4139 (c-toggle-hungry-state):
4140 * progmodes/antlr-mode.el (antlr-language-alist):
4141 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4142 * progmodes/vhdl-mode.el (vhdl-mode):
4143 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4144 * term/ns-win.el (ns-face-at-pos):
4145 * term/sup-mouse.el (sup-mouse-report):
4146 * textmodes/flyspell.el (flyspell-mode-line-string):
4147 * textmodes/ispell.el (ispell-highlight-face):
4148 * textmodes/reftex-global.el:
4149 * vc/vc-arch.el (vc-arch-mode-line-string):
4150 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4151 * vc/vc-git.el (vc-git-mode-line-string):
4152 * vc/vc-hooks.el (vc-display-status)
4153 (vc-default-mode-line-string):
4154 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4155
4156 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4157
4158 * dired.el (dired-sort-set-mode-line): Rename from
4159 dired-sort-set-modeline. All callers changed.
4160
4161 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4162 eshell-status-in-modeline.
4163
4164 * foldout.el (foldout-mode-line-string): Rename from
4165 foldout-modeline-string. All callers changed.
4166 (foldout-update-mode-line): Rename from foldout-update-modeline.
4167
4168 * subr.el (redraw-modeline): Make into obsolete alias.
4169
4170 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4171 timeclock-modeline-display. Make old name an alias.
4172 (timeclock-update-mode-line): Likewise. All callers changed.
4173 (timeclock-mode-line-display): No need to check before using
4174 add-hook.
4175 (timeclock-relative, timeclock-day-over-hook)
4176 (timeclock-use-elapsed, timeclock-mode-string)
4177 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4178
4179 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4180 crisp-mode-modeline-string.
4181
4182 * play/solitaire.el (solitaire-build-mode-line): Rename from
4183 solitaire-build-modeline. All callers changed.
4184
4185 * play/zone.el (zone-hiding-mode-line): Rename from
4186 zone-hiding-modeline. All callers changed.
4187 (zone): Remove unusued `modeline-hidden-level' property.
4188
4189 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4190 xscheme-modeline-initialize. All callers changed.
4191
4192 * strokes.el (strokes-lighter): Rename from
4193 strokes-modeline-string.
4194
4195 * textmodes/sgml-mode.el (html-face-tag-alist)
4196 (html-tag-face-alist): Use mode-line face instead of obsolete
4197 alias modeline.
4198
42152ee4
SM
41992012-06-02 Stefan Merten <smerten@oekonux.de>
4200
4201 * textmodes/rst.el: Always require `cl'.
4cf9b38d 4202 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 4203
95f520b5
CY
42042012-06-02 Chong Yidong <cyd@gnu.org>
4205
4206 * image.el (imagemagick-enabled-types): Rename from
4207 imagemagick-types-enable. Add many more types.
4208 (imagemagick-types-inhibit): Change default to nil.
4209 (imagemagick-filter-types): Caller changed.
4210
4a5f187a
SM
42112012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4212
03fef3e6
SM
4213 * emacs-lisp/cl-macs.el: Use backquotes.
4214 (cl-transform-function-property): Use eval-and-compile rather than
4215 abusing `require'.
4216 (defstruct): Use declare-function instead of with-no-warnings.
4217
4a5f187a
SM
4218 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4219 (byte-compile-output-docform): Re-add the print-circle bindings.
4220 (byte-compile-fix-header): Use #$ just because it's shorter.
4221 (byte-compile-output-file-form): Remove defun/defmacro.
4222
bd56924f
MR
42232012-06-01 Martin Rudalics <rudalics@gmx.at>
4224
4225 * simple.el (choose-completion): Remove now obsolete binding for
4226 owindow.
4227
046e38ce
MA
42282012-06-01 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4231 in order to avoid "Stack overflow in regexp matcher".
4232
32d72c2f
GM
42332012-05-31 Glenn Morris <rgm@gnu.org>
4234
4235 * image.el: For clarity, call imagemagick-register-types at
4236 top-level, rather than relying on a custom :initialize.
4237 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
4238 (imagemagick-filter-types): New function. (Bug#7406)
4239 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
4240 If disabling support, remove elements altogether rather
4241 than using an impossible regexp.
4242 (imagemagick-types-inhibit): Give it the default init function.
4243
dd41169b
SM
42442012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4a5f187a
SM
4246 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4247 Handle arbitrary file name lengths (Bug#11585).
dd41169b 4248
efc00ab1 42492012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
4250
4251 * desktop.el (desktop-read): Clear previous and next buffers for
4252 all windows and bury *Messages* buffer (bug#11556).
4253
500fcedc
SM
42542012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 Add `declare' for `defun'. Align `defmacro's with it.
4257 * emacs-lisp/easy-mmode.el (define-minor-mode)
4258 (define-globalized-minor-mode): Don't autoload the var definitions.
4259 * emacs-lisp/byte-run.el: Use lexical-binding.
4260 (defun-declarations-alist, macro-declarations-alist): New vars.
4261 (defmacro, defun): Use them.
4262 (make-obsolete, define-obsolete-function-alias)
4263 (make-obsolete-variable, define-obsolete-variable-alias):
4264 Use `declare'.
4265 (macro-declaration-function): Mark obsolete.
4266 * emacs-lisp/autoload.el: Use lexical-binding.
4267 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4268
6e8a1786
AM
42692012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4270
4271 * textmodes/ispell.el (ispell-with-no-warnings):
4272 Define as a macro.
500fcedc
SM
4273 (ispell-kill-ispell, ispell-change-dictionary):
4274 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
4275 `interactive-p'.
4276
61b108cc
SM
42772012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4280 (macro-declaration-function): Move var from C code.
4281 (macro-declaration-function): Define function with defalias.
4282 * emacs-lisp/macroexp.el (macroexpand-all-1):
4283 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4284 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4285 defun/defmacro any more.
4286 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4287 Provide fallback for unknown arglist.
4288 (byte-compile-arglist-warn): Change calling convention.
4289 (byte-compile-output-file-form): Move print-vars binding.
4290 (byte-compile-output-docform): Simplify accordingly.
4291 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4292 (byte-compile-defmacro-declaration): Remove.
4293 (byte-compile-file-form-defmumble): Generalize to defalias.
4294 (byte-compile-output-as-comment): Return byte-positions.
4295 Simplify callers accordingly.
4296 (byte-compile-lambda): Use `assert'.
4297 (byte-compile-defun, byte-compile-defmacro): Remove.
4298 (byte-compile-file-form-defalias):
4299 Use byte-compile-file-form-defmumble.
4300 (byte-compile-defalias-warn): Remove.
4301
6d3f7c2f
SM
43022012-05-29 Stefan Merten <smerten@oekonux.de>
4303
4304 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 4305 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
4306
4307 (rst-mode-abbrev-table): Merge definition.
4308 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4309 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4310
6dbaa1c7
UJ
43112012-05-29 Ulf Jasper <ulf.jasper@web.de>
4312
4313 * calendar/icalendar.el
4314 (icalendar-export-region): Export UID properly.
4315
d209e2fb 43162012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
4317 * calendar/icalendar.el (icalendar-import-format):
4318 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
4319 (icalendar-import-format-uid): New.
4320 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4321 Export UID.
4322
6876a58d
SM
43232012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4326 different alternative patterns.
4327 (pcase-codegen): Be more careful to preserve identity.
4328 (pcase--u1): Don't forget to mark vars as used.
4329
4330 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4331 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4332 (byte-compile-from-buffer): ...rather than here.
4333
4334 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4335 functions from byte-compile-function-environment.
4336
46b7967e
TN
43372012-05-29 Troels Nielsen <bn.troels@gmail.com>
4338
4339 * window.el (window-deletable-p): Avoid deleting the root window
4340 of a frame with an active minibuffer.
4341
69d565e2
MR
43422012-05-29 Martin Rudalics <rudalics@gmx.at>
4343
4344 * simple.el (choose-completion): Use quit-window (Bug#11567).
4345
a149fa51
CY
43462012-05-29 Chong Yidong <cyd@gnu.org>
4347
4348 * whitespace.el (whitespace-cleanup): Fix usage of
4349 whitespace-empty-at-bob-regexp (Bug#11492).
4350
2b311310
AH
43512012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4352
4353 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4354 revert (Bug#11488).
4355
b9cb2387
JL
43562012-05-29 Juri Linkov <juri@jurta.org>
4357
4358 * isearch.el (isearch-mode-map): Bind `M-s _' to
4359 `isearch-toggle-symbol'. Bind `M-s c' to
4360 `isearch-toggle-case-fold'.
4361 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4362 (isearch-forward): Add `M-s _' to the docstring.
4363 (isearch-forward-symbol, isearch-toggle-case-fold)
4364 (isearch-symbol-regexp): New functions. (Bug#11381)
4365
d5e61c1c
JL
43662012-05-29 Juri Linkov <juri@jurta.org>
4367
4368 * isearch.el (isearch-word): Add docstring. (Bug#11381)
4369 (isearch-occur, isearch-search-and-update): If `isearch-word' is
4370 a function, call it to get the regexp.
4371 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4372 property `isearch-message-prefix' instead of the string "word ".
4373 (isearch-search-fun-default): For the case of `isearch-word',
4374 return a lambda that calls re-search-forward/re-search-backward
4375 with a regexp returned by `word-search-regexp' or by the function
4376 in `isearch-word'.
4377
8cbd80f7
JL
43782012-05-29 Juri Linkov <juri@jurta.org>
4379
4380 * isearch.el (isearch-search-fun-default): New function.
4381 (isearch-search-fun): Move default part to the new function
4382 `isearch-search-fun-default'.
4383 (isearch-search-fun-function): Set the default value to
4384 `isearch-search-fun-default'. (Bug#11381)
4385
4386 * comint.el (comint-history-isearch-end):
4387 Use `isearch-search-fun-default'.
4388 (comint-history-isearch-search): Use `isearch-search-fun-default'
4389 and remove spacial case for `isearch-word'.
4390 (comint-history-isearch-wrap): Remove spacial case for
4391 `isearch-word'.
4392
4393 * hexl.el (hexl-isearch-search-function):
4394 Use `isearch-search-fun-default'.
4395
4396 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4397 Use `word-search-regexp' for `isearch-word'.
4398
4399 * misearch.el (multi-isearch-search-fun):
4400 Use `isearch-search-fun-default'.
4401
4402 * simple.el (minibuffer-history-isearch-search):
4403 Use `isearch-search-fun-default' and remove spacial case for
4404 `isearch-word'.
4405 (minibuffer-history-isearch-wrap): Remove spacial case for
4406 `isearch-word'.
4407
4408 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4409 Remove spacial case for `isearch-word'.
4410 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4411
85c8c5b6
AM
44122012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4413
4414 Decrease XEmacs incompatibilities.
4415 * textmodes/flyspell.el (flyspell-check-pre-word-p):
4416 Use `string-match'.
4417 (flyspell-delete-region-overlays): Use alternative definition for
4418 XEmacs.
4419 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4420 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4421 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4422 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4423 `define-obsolete-face-alias' under XEmacs, but old method.
4424
4425 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4426 `with-no-warnings' definition or Emacs alias.
4427 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4428 (ispell-word): Do not use `region-p' if XEmacs.
4429
8cab9efc
AM
44302012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4431
4432 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4433 Check for `ispell-dictionary-base-alist' instead of full
4434 `ispell-dictionary-alist'.
4435 (ispell-init-process): Show spellchecker when starting new Ispell
4436 process.
4437
fda91268
RZ
44382012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4441 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4442
694ea8e3
JB
44432012-05-27 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * version.el (motif-version-string, gtk-version-string)
4446 (ns-version-string): Declare.
4447
e4d4f539
JL
44482012-05-27 Juri Linkov <juri@jurta.org>
4449
4450 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4451 after the `eval-defun-1' specialcaseing
4452 like in `edebug-eval-defun' (bug#10181).
4453
4454 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4455 like in `eval-defun-1'.
4456
33017faf 44572012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 4458
fda91268
RZ
4459 * mail/sendmail.el (mail-yank-region):
4460 Recognize rmail-yank-current-message in addition to insert-buffer.
4461 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
4462 a *mail* buffer created through rmail-start-mail with sendmail as
4463 mail-user-agent.
4464
33017faf
GM
44652012-05-27 Chong Yidong <cyd@gnu.org>
4466
4467 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4468 Default to 256 (Bug#11267).
4469
4470 * help.el (describe-mode): Doc fix.
4471
04188bb9
GM
44722012-05-26 Glenn Morris <rgm@gnu.org>
4473
38264cc9
GM
4474 * w32-fns.el (w32-init-info): Remove.
4475 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4476
eb7afdad
GM
4477 * info.el (info-initialize): For self-contained NS builds, put the
4478 included info/ directory at the front. (Bug#2791)
4479
04188bb9
GM
4480 * paths.el (Info-default-directory-list): Make it a defcustom,
4481 mainly so that we can use custom-initialize-delay.
4482
a179e3f7
SM
44832012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4484
43416392
SM
4485 * subr.el (buffer-has-markers-at): Mark obsolete.
4486
a179e3f7 4487 * subr.el (lambda): Use declare.
43416392 4488
a179e3f7
SM
4489 * emacs-lisp/lisp-mode.el (lambda):
4490 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4491
34a008d9
AH
44922012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4493
4494 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4495
0a3b289f
GM
44962012-05-26 Glenn Morris <rgm@gnu.org>
4497
4498 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4499
758c81e8
GM
45002012-05-25 Glenn Morris <rgm@gnu.org>
4501
f9f334f0
GM
4502 * paths.el: Remove no-byte-compile.
4503 * loadup.el: No need to load paths.el uncompiled.
4504
87eb79c2
GM
4505 * image.el (imagemagick-types-inhibit): Doc fix.
4506
758c81e8
GM
4507 * version.el: Remove no-byte-compile and associated formatting.
4508 * loadup.el: No need to load version.el uncompiled. AFAICS, this
4509 is ancient code from when there was an "inc-vers.el".
4510
e7e85dc0
SM
45112012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * progmodes/gdb-mi.el: Minor style changes.
4514 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4515 Turn into minor modes.
4516 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4517 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4518 (gdb-shell): Remove unneeded let-binding.
4519 (gdb-get-many-fields): Eliminate O(n²) behavior.
4520
f31237a4
EZ
45212012-05-25 Eli Zaretskii <eliz@gnu.org>
4522
4523 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4524 platforms that don't link in fontset.c.
4525
bc1b21bb
JL
45262012-05-25 Juri Linkov <juri@jurta.org>
4527
4528 Use the same diff color scheme as in modern VCSes (bug#10181).
4529
4530 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4531 to avoid confusion with `diff-added' that now uses green colors.
4532 (diff-removed): Use shades of red.
4533 (diff-added): Use shades of green.
4534 (diff-changed): Leave just the yellow color.
4535 (diff-use-changed-face): New variable.
4536 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4537 how to highlight context diff changes.
4538 (diff-refine-change): Use shades of yellow.
4539 (diff-refine-removed): New face that uses shades of red.
4540 (diff-refine-added): New face that uses shades of green.
4541 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4542 `diff-refine-removed' in the call to `smerge-refine-subst'
4543 depending on the value of `diff-use-changed-face'.
4544
4545 * vc/smerge-mode.el (smerge-mine): Use shades of red.
4546 (smerge-other): Use shades of green.
4547 (smerge-base): Use shades of yellow.
4548 (smerge-refined-change): Empty face.
4549 (smerge-refined-removed): New face that uses shades of red.
4550 (smerge-refined-added): New face that uses shades of green.
4551 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
4552 args `props-r' and `props-a', and use them. Doc fix.
4553 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4554 on its value use different faces `smerge-refined-change',
4555 `smerge-refined-removed', `smerge-refined-added' in the call to
4556 `smerge-refine-subst'.
4557
4558 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4559 Add face condition `min-colors 88' with shades of red.
4560 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4561 `min-colors 88' with shades of green.
4562 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4563 `min-colors 88' with shades of yellow.
4564
6df9112c
GM
45652012-05-24 Glenn Morris <rgm@gnu.org>
4566
ead5edc0
GM
4567 * paths.el (prune-directory-list, remote-shell-program): Move to...
4568 * files.el (prune-directory-list, remote-shell-program): ...here.
4569 For the latter, delay initialization, prefer ssh, just search PATH.
4570
f18b81e6
GM
4571 * paths.el (term-file-prefix): Move to faces.el (the only user).
4572 * faces.el (term-file-prefix): Move here, make it a defcustom.
4573
ee2f89a6
GM
4574 * paths.el (news-directory, news-path, news-inews-program):
4575 Move to gnus/nnspool.el.
61a583ca 4576
f8815e4c
GM
4577 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4578
c8f3b42c
GM
4579 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4580 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4581 Make the latter a defcustom, with a delayed initialization.
4582
6df9112c
GM
4583 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4584 These were deleted from Gnus itself late 2010.
4585
5dadff36
JB
45862012-05-22 Juanma Barranquero <lekktu@gmail.com>
4587
9e1701c6
JB
4588 * progmodes/which-func.el (which-func-ff-hook):
4589 Check against user-error, not error.
4590
bd7239f5 4591 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
4592 cl-specs.el, which no longer exists.
4593
3290526d
GM
45942012-05-22 Glenn Morris <rgm@gnu.org>
4595
4596 * info.el (info-emacs-bug): New command.
4597 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4598 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4599
ff0c3cfb
GM
46002012-05-21 Glenn Morris <rgm@gnu.org>
4601
4602 * makefile.w32-in (update-subdirs-SH):
4603 * Makefile.in (update-subdirs): Update for moved update-subdirs.
4604
5814f126
SM
46052012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4606
a52c0aa0
SM
4607 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4608
5814f126
SM
4609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4610 Simplify Maven regexp, and make sure the file can't start with a space
4611 (bug#11517).
4612
b847032c
GM
46132012-05-21 Glenn Morris <rgm@gnu.org>
4614
4615 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4616 Scrap superfluous subshells.
4617
3858bfe7
SM
46182012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
4621 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
4622
d14b0029
JB
46232012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
4624
4625 * calc/calc.el (calc-ensure-consistent-units): New variable.
4626
a52c0aa0
SM
4627 * calc/calc-units.el (math-consistent-units-p)
4628 (math-check-unit-consistency): New functions.
4629 (calc-quick-units, calc-convert-units):
4630 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
4631 is non-nil.
d14b0029
JB
4632 (calc-extract-units): Fix typo.
4633
60c4db3a
SM
46342012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4635
77f3b62e
SM
4636 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
4637
60c4db3a
SM
4638 * textmodes/flyspell.el: Commenting style, plus code simplifications.
4639 (flyspell-default-deplacement-commands): Don't spell check after
4640 repeated window/frame switches (e.g. triggered by mouse-movement).
4641 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
4642 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
4643 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
4644 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
4645 Remove unused vars.
4646 (flyspell-get-casechars, flyspell-get-not-casechars):
4647 Simplify; Don't bother removing a ] just to add it back.
4648 * textmodes/ispell.el (ispell-program-name): Use executable-find.
4649
d209e2fb 46502012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
4651
4652 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
4653 New functions.
bd7239f5 4654 (math-function-table): Add support for more C functions.
b1a10716 4655
3f1b25b5
AM
46562012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4657
090bd7cb
JB
4658 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4659 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4660 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 4661
b581bb5c
SM
46622012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
4665 their respective macro declarations.
4666 * skeleton.el (define-skeleton):
4667 * progmodes/compile.el (define-compilation-mode):
4668 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
4669 (define-ibuffer-filter):
4670 * emacs-lisp/generic.el (define-generic-mode):
4671 * emacs-lisp/easy-mmode.el (define-minor-mode)
4672 (define-globalized-minor-mode):
4673 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
4674 * emacs-lisp/byte-run.el (defsubst):
4675 * custom.el (deftheme): Add doc-string metadata.
4676
70b8ef8f
SM
46772012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
4680
b1198e17
SM
46812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4682
9abdc45d
SM
4683 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
4684
b1198e17
SM
4685 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
4686 * emacs-lisp/cl-macs.el: Idem.
4687 * emacs-lisp/cl-specs.el: Remove.
4688
4735906a
SM
46892012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 Minor renaming of internal CL functions and variables.
4692 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
4693 (cl--position): Rename from cl-position.
4694 (cl--delete-duplicates): Rename from cl-delete-duplicates.
4695 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
4696 (cl--random-state): Rename from *random-state*.
4697
ac348012
SM
46982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
4701 parens around the arg list (bug#11499).
4702
a0a79cde
JL
47032012-05-17 Juri Linkov <juri@jurta.org>
4704
4705 * isearch.el (word-search-regexp, word-search-backward)
4706 (word-search-forward, word-search-backward-lax)
4707 (word-search-forward-lax): Move functions from search.c
4708 (bug#10145, bug#11381).
4709
65034a51
AM
47102012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4711
090bd7cb
JB
4712 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4713 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4714 Delay for otherchars as for normal word components.
65034a51 4715
1a72a195
SM
47162012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * minibuffer.el (completion--sifn-requote): Fix last change.
4719 (minibuffer-local-must-match-filename-map):
4720 Move define-obsolete-variable-alias before its var.
4721
fdb058c2
SM
47222012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4723
c41045e6
SM
4724 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
4725
036dfb8b
SM
4726 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
4727 behavior.
4728 (completion--string-equal-p): New function.
4729 (completion--twq-all): Use it to get better assertion failure data.
4730
2473256d
SM
4731 Only handle ".." and '..' quoting in shell-mode (bug#11466).
4732 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
4733 (shell--requote-argument): New functions.
4734 (shell-completion-vars): Use them.
4735 (shell--parse-pcomplete-arguments): Rename from
4736 shell-parse-pcomplete-arguments.
4737 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
4738 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
4739 Obey comint-file-name-quote-list.
4740
fdb058c2
SM
4741 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
4742 (smie-indent-keyword): Use it.
4743
51fa99f1
SM
47442012-05-14 Stefan Merten <smerten@oekonux.de>
4745
4746 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
4747
e18afed7 47482012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
4749
4750 * net/rlogin.el (rlogin-mode-map): Fix last change.
4751
e18afed7 47522012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
4753
4754 * mail/smtpmail.el (smtpmail-send-command): Send the command and
4755 the following \r\n using a single `process-send-string', since the
4756 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 4757 with two `process-send-string's (Bug#11444).
8633b1f4 4758
e18afed7 47592012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 4760
fdb058c2
SM
4761 * shell.el (shell-parse-pcomplete-arguments):
4762 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 4763
2d21d7f6
WJ
47642012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4765
e18afed7 4766 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
4767 (image-transform-scale, image-transform-right-angle-fudge): New vars.
4768 (image-transform-width, image-transform-fit-width): New functions.
4769 (image-transform-properties): Use them.
4770 (image-transform-check-size): New function.
4771 (image-toggle-display-image): Use it (for testing).
4772 (image-transform-set-rotation): Reduce angle mod 360.
4773 Delete obsolete comment.
4774
7102e6d0
WJ
47752012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4776
4777 * image-mode.el: Fix scaling (bug#11399).
4778 (image-transform-resize): Doc fix.
4779 (image-transform-properties): Default scale is 1 and height should
4780 be an integer.
4781
06bc5e6e
SM
47822012-05-13 Johan Bockgård <bojohan@gnu.org>
4783
4784 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
4785 than hard-coding `car', to fix misbehavior when moving forward.
4786
0ae03b6a
CY
47872012-05-13 Chong Yidong <cyd@gnu.org>
4788
4789 * emacs-lisp/tabulated-list.el (tabulated-list-format)
4790 (tabulated-list-entries, tabulated-list-padding)
4791 (tabulated-list-sort-key): Make permanent-local.
4792
4793 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
4794 (electric-buffer-list): Put electric buffer menu
4795 command descriptions in this docstring, instead of the docstring
4796 of electric-buffer-menu-mode. Code cleanups.
4797 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
4798 Electric-buffer-menu-mode.
4799 (electric-buffer-update-highlight): Minor code cleanup.
4800
205a7391
MA
48012012-05-13 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
4804 (Bug#11447)
4805
e5bd0a28
SM
48062012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 Move define-obsolete-variable-alias before the var's definition.
4809 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
4810 * tooltip.el (tooltip-hook):
4811 * textmodes/reftex-toc.el (reftex-toc-map):
4812 * textmodes/reftex-sel.el (reftex-select-label-map)
4813 (reftex-select-bib-map):
4814 * textmodes/reftex-index.el (reftex-index-map)
4815 (reftex-index-phrases-map):
4816 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
4817 * progmodes/meta-mode.el (meta-mode-map):
4818 * novice.el (disabled-command-hook):
4819 * loadhist.el (unload-hook-features-list):
4820 * frame.el (blink-cursor):
4821 * files.el (find-file-not-found-hooks, write-file-hooks)
4822 (write-contents-hooks):
4823 * emulation/tpu-edt.el (GOLD-map):
4824 * emacs-lock.el (emacs-lock-from-exiting):
4825 * emacs-lisp/generic.el (generic-font-lock-defaults):
4826 * emacs-lisp/chart.el (chart-map):
4827 * dos-fns.el (register-name-alist):
4828 * dired-x.el (dired-omit-files-p):
4829 * desktop.el (desktop-enable):
4830 * cus-edit.el (custom-mode-hook):
4831 * buff-menu.el (buffer-menu-mode-hook):
4832 * bookmark.el (bookmark-read-annotation-text-func)
4833 (bookmark-exit-hooks):
4834 * allout.el (allout-mode-deactivate-hook)
4835 (allout-exposure-change-hook, allout-structure-added-hook)
4836 (allout-structure-deleted-hook, allout-structure-shifted-hook):
4837 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
4838 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
4839 comes before the corresponding variable's definition.
4840
ac59c2f6
CY
48412012-05-12 Chong Yidong <cyd@gnu.org>
4842
4843 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
4844 (Buffer-menu-mouse-select): Restore function (Bug#11459).
4845 (Buffer-menu-mode-map): Bind it.
4846 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 4847
dee6c9a3
SM
48482012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4849
2171cea5
SM
4850 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
4851 (prolog-upper-case-string, prolog-lower-case-string)
4852 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
4853 (prolog-use-smie, prolog-smie-grammar): New vars.
4854 (prolog-smie-forward-token, prolog-smie-backward-token)
4855 (prolog-smie-rules): New funs.
4856 (prolog-comment-indent): Remove.
4857 (prolog-mode-variables): Use default comment indentation instead.
4858 Setup SMIE.
4859 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
4860 (prolog-mode): Don't call them any more.
4861 (prolog-electric-colon, prolog-electric-dash)
4862 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
4863
aa0382bd
SM
4864 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
4865
dbacb4bd
SM
4866 * minibuffer.el (completion--twq-all): Again, allow case differences.
4867
13bdd94c
SM
4868 * term.el: Move keymap initialization code to be more idiomatic.
4869 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
4870 (term-terminal-menu): Move initialization into declaration.
4871 (term-escape-char): Let the user set it in her .emacs.
4872
ff46c759
SM
4873 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
4874 Provide SMIE-based indentation (not enabled by default yet).
4875 (sh-mode-map): Don't bind electric keys.
4876 Use electric-pair-mode instead of skeleton-pair.
4877 (sh-assignment-regexp): Fit within 80 columns.
4878 (sh-indent-supported): Specify actual shell name instead of boolean.
4879 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
4880 (sh-maybe-here-document): Use it. Make obsolete.
4881 (sh-electric-here-document-mode) New minor mode.
4882 (sh-mode): Use it. Don't set sh-indent-supported-here here.
4883 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
4884 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
4885 (sh-smie-rc-grammar, sh-use-smie): New vars.
4886 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
4887 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
4888 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
4889 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
4890 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
4891 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
4892 (sh-set-shell): Use smie-setup if requested.
4893
dee6c9a3
SM
4894 * term.el (term-set-escape-char): Properly set term-escape-char.
4895 See http://stackoverflow.com/questions/10524656.
4896
9f9aa044
CY
48972012-05-10 Chong Yidong <cyd@gnu.org>
4898
4899 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
4900 Use url-generic-parse-url, and handle host names and Windows
4901 filenames properly.
4902 (ffap-url-unwrap-remote): Use url-generic-parse-url.
4903 (ffap-url-unwrap-remote): Accept list values, specifying a list of
4904 URL schemes to work on.
4905 (ffap--toggle-read-only): New function.
4906 (ffap-read-only, ffap-read-only-other-window)
4907 (ffap-read-only-other-frame): Use it.
4908 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
4909 necessary for ffap-url-unwrap-remote.
4910
836d29b3
DA
49112012-05-10 Dave Abrahams <dave@boostpro.com>
4912
4913 * cus-start.el (create-lockfiles): Add it.
4914
00fd78ed
CY
49152012-05-09 Chong Yidong <cyd@gnu.org>
4916
4917 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
4918 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
4919
666b903b 49202012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
4921
4922 * shell.el (shell-completion-vars): Fix last change (bug#11348).
4923
666b903b 49242012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
4925
4926 * ansi-color.el (ansi-color-process-output): Check for validity of
4927 comint-last-output-start before using it. This avoids a bad
4928 interaction with gdb-mi's input/output buffer.
4929
666b903b 49302012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
4931
4932 * files.el (dir-locals-read-from-file):
4933 Mention dir-locals in any error message.
4934
666b903b 49352012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
4936
4937 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
4938 package (Bug#11410).
4939
f677562b
CY
4940 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
4941 variables into description.
4942
666b903b 49432012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
4944
4945 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
4946 shell-delimiter-argument-list (bug#11348).
4947 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
4948
b499d8d0
JB
49492012-05-09 Juanma Barranquero <lekktu@gmail.com>
4950
8f6b6da8
JB
4951 * textmodes/rst.el: Silence byte-compiler warnings.
4952 (rst-re-alist, rst-reset-section-caches): Move around.
4953 (rst-re): Use `characterp', not `char-valid-p'.
4954 (font-lock-beg, font-lock-end): Declare.
4955
4824146a
JB
4956 * progmodes/idlw-shell.el (specs): Remove reference to deleted
4957 variable `idlwave-shell-activate-alt-keybindings' and simplify.
4958
b499d8d0
JB
4959 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
4960
ad89bb83
GM
49612012-05-08 Glenn Morris <rgm@gnu.org>
4962
4963 * files.el (auto-mode-alist): Treat ".make" like ".mk".
4964
8bba5a75
SM
49652012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4966
49ed9c8e
SM
4967 * vc/log-edit.el: Add GNU coding standards highlighting.
4968 (log-edit-font-lock-gnu-style)
4969 (log-edit-font-lock-gnu-keywords): New vars.
4970 (log-edit-font-lock-keywords): New fun.
4971 (log-edit-mode): Don't fold case in font-lock.
4972 (log-edit-font-lock-keywords): Do not assume case-folding.
4973
07d00b56
SM
4974 * imenu.el: Misc cleanup. Make docstrings out of comments.
4975 Use lexical-binding.
4976 (imenu--index-alist, imenu--last-menubar-index-alist)
4977 (imenu-menubar-modified-tick): Use defvar-local.
4978 (imenu--split-menu): Remove unused var.
4979 (imenu--cleanup-seen): Declare as global.
4980 (imenu--cleanup): Use dolist.
4981
8bba5a75
SM
4982 * subr.el (defvar-local): Add debug spec and doc-string position.
4983
5075bdb5
GM
49842012-05-08 Glenn Morris <rgm@gnu.org>
4985
090bd7cb 4986 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
4987 * language/english.el, language/georgian.el, language/greek.el:
4988 * language/japanese.el, language/khmer.el, language/korean.el:
4989 * language/lao.el, language/misc-lang.el, language/romanian.el:
4990 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
4991 * language/thai.el, language/utf-8-lang.el:
4992 Remove no-byte-compile setting.
4993
5075bdb5
GM
4994 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
4995
06f679a7
AH
49962012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4997
4998 * progmodes/make-mode.el (makefile-browse):
4999 Remove unnecessary interactive. (Bug#11324)
5000
03794570
GM
50012012-05-07 Glenn Morris <rgm@gnu.org>
5002
af8630f4
GM
5003 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5004
03794570
GM
5005 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5006
f0809a9d
SM
50072012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5008
28be5ce7
SM
5009 * loadup.el: Preload newcomment.el.
5010 * newcomment.el: Move autoload-only code to toplevel.
5011
f0809a9d
SM
5012 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5013 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5014 Handle new :right-align column property.
5015 (tabulated-list-print-col): Idem, plus use `display' text-property to
5016 try and preserve alignment for variable pitch fonts.
5017
1241b724
CY
50182012-05-07 Chong Yidong <cyd@gnu.org>
5019
5020 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5021 (tabulated-list-use-header-line): New var.
5022 (tabulated-list-init-header): Use it.
5023 (tabulated-list-print-fake-header): New function.
5024 (tabulated-list-print): Use it.
5025 (tabulated-list-sort-button-map): Add non-header-line commands.
5026 (tabulated-list-init-header): Add column name property to basic
5027 labels as well.
5028 (tabulated-list-col-sort): Handle non-header-line button case.
5029 (tabulated-list--sort-by-column-name): Fix a corner case.
5030
f0809a9d
SM
5031 * buff-menu.el (list-buffers--refresh):
5032 Handle Buffer-menu-use-header-line.
1241b724 5033
e5f9458f
CY
50342012-05-06 Chong Yidong <cyd@gnu.org>
5035
5036 * buff-menu.el: Convert to Tabulated List mode.
5037 (Buffer-menu-buffer+size-width): Make obsolete.
5038 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5039 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5040 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5041 documentation into docstring of buffer-menu.
5042 (Buffer-menu-toggle-files-only): Add an informative message.
5043 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5044 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5045 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5046 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5047 (Buffer-menu-execute, Buffer-menu-select)
5048 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5049 (Buffer-menu-bury): Use Tabulated List machinery.
5050 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5051 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 5052 Delete.
e5f9458f
CY
5053 (list-buffers--refresh): New function.
5054 (list-buffers-noselect): Use it.
5055 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5056 (Buffer-menu--pretty-file-name): New helper functions.
5057
5058 * loadup.el: Preload tabulated-list.
5059
5060 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5061 tabulated-list-sort-column.
5062 (tabulated-list-init-header): Add the initial aligning space even
5063 if tabulated-list-padding is zero.
5064
e129292c
CS
50652012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5066
5067 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5068 whose cdr is not a cons cell correctly (bug#11038).
5069
6632d361
CY
50702012-05-06 Chong Yidong <cyd@gnu.org>
5071
e129292c
CS
5072 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5073 Accept additional plist in column descriptors.
6632d361
CY
5074 (tabulated-list-init-header): Obey it.
5075 (tabulated-list-get-entry): New function.
5076 (tabulated-list-put-tag): Use it. Use string-width instead of
5077 length.
5078 (tabulated-list--column-number): New function.
5079 (tabulated-list-print): Use it.
e129292c
CS
5080 (tabulated-list-print-col): New function.
5081 Set `tabulated-list-column-name' property on each column's text.
6632d361 5082 (tabulated-list-print-entry): Use it.
e129292c
CS
5083 (tabulated-list-delete-entry, tabulated-list-set-col):
5084 New functions.
6632d361
CY
5085 (tabulated-list-sort-column): New command (Bug#11337).
5086
3cc99f68
CY
5087 * buff-menu.el (list-buffers): Move C-x C-b binding from
5088 buff-menu.el to bindings.el.
5089
5090 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5091 :advertised-binding feature.
5092
52b61776
TN
50932012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5094
5095 * progmodes/compile.el (compilation-internal-error-properties):
5096 Calculate start position correctly when end-col is set but
5097 end-line is not (Bug#11382).
5098
ebfe2597
WJ
50992012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5100
5101 * man.el (Man-unindent): Use text-property-default-nonsticky to
5102 prevent untabify from inheriting face properties (Bug#11408).
5103
6d3f7c2f
SM
51042012-05-05 Stefan Merten <smerten@oekonux.de>
5105
5106 * textmodes/rst.el: Major merge with upstream development up to
5107 Docutils SVN r7399 / rst.el V1.2.1.
5108
5109 Clarify maintainership and authors.
5110
5111 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5112 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5113 (rst-official-version, rst-official-cvs-rev, rst-version)
5114 (rst-package-emacs-version-alist): New functions and variables
5115 for version information.
5116
5117 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5118 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5119 (rst-mode-syntax-table, rst-mode): New and corrected functions
5120 and variables representing reStructuredText features.
5121
5122 (rst-re): New function for reStructuredText regexes. Use in
5123 many places.
5124
5125 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5126 (rst-mode-map): Rebind keys.
5127
5128 (rst-mode-lazy, rst-font-lock-keywords)
5129 (rst-font-lock-extend-region)
5130 (rst-font-lock-extend-region-internal)
5131 (rst-font-lock-extend-region-extend)
5132 (rst-font-lock-find-unindented-line-limit)
5133 (rst-font-lock-find-unindented-line-match)
5134 (rst-adornment-level, rst-font-lock-adornment-level)
5135 (rst-font-lock-adornment-match)
5136 (rst-font-lock-handle-adornment-pre-match-form)
5137 (rst-font-lock-handle-adornment-matcher): Major revision of
5138 font-locking. Integrate with other code. Use `jit-lock-mode'.
5139
5140 (rst-preferred-adornments, rst-adjust-hook)
5141 (rst-new-adornment-down, rst-preferred-bullets)
5142 (rst-preferred-bullets, rst-indent, rst-indent-width)
5143 (rst-indent-field, rst-indent-literal-normal)
5144 (rst-indent-literal-minimized, rst-indent-comment): Change,
5145 extend and improve customization.
5146
5147 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5148 (rst-normalize-cursor-position, rst-get-decoration)
5149 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5150 (rst-rstrip, rst-toc-insert-find-delete-contents)
5151 (rst-shift-fill-region, rst-compute-bullet-tabs)
5152 (rst-debug-print-tabs, rst-debug-mark-found)
5153 (rst-shift-region-guts, rst-shift-region-right)
5154 (rst-shift-region-left, rst-use-char-classes)
5155 (rst-font-lock-keywords-function)
5156 (rst-font-lock-indentation-point)
5157 (rst-font-lock-find-unindented-line-begin)
5158 (rst-font-lock-find-unindented-line-end)
5159 (rst-font-lock-find-unindented-line)
5160 (rst-font-lock-adornment-point, rst-font-lock-level)
5161 (rst-adornment-level-alist): Remove functions and variables.
5162
5163 (rst-compare-adornments, rst-get-adornment-match)
5164 (rst-suggest-new-adornment, rst-get-adornments-around)
5165 (rst-adornment-complete-p, rst-get-next-adornment)
5166 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5167 (rst-straighten-adornments): Standardize function names to
5168 use "adornment" instead of "decoration". Correct callers.
5169 Similar standardizing in many places.
5170
5171 (rst-update-section, rst-adjust, rst-promote-region)
5172 (rst-enumerate-region, rst-bullet-list-region)
5173 (rst-repeat-last-character): Correct use of `interactive'.
5174
5175 (rst-classify-adornment, rst-find-all-adornments)
5176 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5177 (rst-find-leftmost-column, rst-repeat-last-character):
5178 Refactor functions.
5179
5180 (rst-find-title-line, rst-reset-section-caches)
5181 (rst-get-adornments-around, rst-adjust-adornment-work)
5182 (rst-arabic-to-roman, rst-roman-to-arabic)
5183 (rst-insert-list-pos, rst-insert-list-new-item)
5184 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5185 New functions.
5186
5187 (rst-all-sections, rst-section-hierarchy)
5188 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5189 New variables.
5190
5191 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5192 configuration instead of only buffer. Change where necessary.
5193
5194 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5195 (rst-shift-region, rst-adaptive-fill): New functions for
5196 indentation and filling.
5197
5198 (rst-comment-line-break, rst-comment-indent)
5199 (rst-comment-insert-comment, rst-comment-region)
5200 (rst-uncomment-region): New functions for handling comments.
5201
5202 (rst-compile): Quote shell arguments.
5203
5204 (rst-compile-pdf-preview, rst-compile-slides-preview):
5205 Delete temporary files after use.
5206
a43f98b3
GM
52072012-05-05 Glenn Morris <rgm@gnu.org>
5208
48176e8b
GM
5209 * calendar/cal-html.el: Optionally include holidays in the output.
5210 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5211 (cal-html-holidays): New option.
5212 (cal-html-css-default): Add holiday entry.
5213 (holiday-in-range): Autoload it.
5214 (cal-html-htmlify-entry): Add optional class argument.
5215 (cal-html-htmlify-list): Add optional holidays argument.
5216 (cal-html-insert-agenda-days): Include holidays in the output.
5217 (cal-html-one-month): Maybe include holidays.
5218
a43f98b3
GM
5219 * calendar/holidays.el (holiday-in-range):
5220 Move here from cal-tex-list-holidays.
5221 * calendar/cal-tex.el (cal-tex-list-holidays):
5222 Make it an obsolete alias for holiday-in-range. Update all callers.
5223
fef9d149 52242012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
5225
5226 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5227 Nextstep.
5228
248da2f4
RW
52292012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5230
5231 * files.el (file-auto-mode-skip): New var.
5232 (set-auto-mode-1): Use it.
5233
f95e9344
SM
52342012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5235
df96ab1e
SM
5236 * repeat.el: Use lexical-binding.
5237 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5238 (repeat-undo-count): Remove.
5239 (repeat):
5240 * progmodes/octave-mod.el (octave-abbrev-start):
5241 * progmodes/f90.el (f90-abbrev-start):
5242 * face-remap.el (text-scale-adjust):
5243 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5244
5342bb06
SM
5245 * emacs-lisp/pcase.el (pcase--let*): New function.
5246 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5247 a bit more.
5248 (pcase--split-pred): Be more clever about ruling out overlap between
5249 a predicate and some constant pattern.
5250 (pcase--q1): Use `null' instead of (eq foo nil).
5251
f95e9344
SM
5252 * subr.el (setq-local, defvar-local): New macros.
5253 (kbd): Redefine as an alias.
5254 (with-selected-window): Leave unrelated frames alone.
5255 (set-temporary-overlay-map): New function.
5256
71873e2b
SM
52572012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * subr.el (user-error): New function.
5260 * window.el (switch-to-buffer):
5261 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5262 (smerge-match-conflict):
5263 * simple.el (previous-matching-history-element)
5264 (next-matching-history-element, goto-history-element, undo-more)
5265 (undo-start):
5266 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5267 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5268 (next-file, tags-loop-scan, list-tags, complete-tag):
5269 * progmodes/compile.el (compilation-loop):
5270 * mouse.el (mouse-minibuffer-check):
5271 * man.el (Man-bgproc-sentinel, Man-goto-page):
5272 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5273 (Info-history-forward, Info-follow-reference, Info-menu)
5274 (Info-extract-menu-item, Info-extract-menu-counting)
5275 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5276 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5277 (Info-next-reference, Info-prev-reference, Info-index)
5278 (Info-index-next, Info-follow-nearest-node)
5279 (Info-copy-current-node-name):
5280 * imenu.el (imenu--make-index-alist)
5281 (imenu-default-create-index-function, imenu-add-to-menubar):
5282 * files.el (basic-save-buffer, recover-file):
5283 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5284 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5285 (checkdoc-message-text, checkdoc-defun):
5286 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5287 * cus-edit.el (customize-changed-options, customize-rogue)
5288 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5289 (custom-variable-mark-to-reset-standard)
5290 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5291 (custom-file):
5292 * completion.el (check-completion-length):
5293 * comint.el (comint-search-arg)
5294 (comint-previous-matching-input-string-position)
5295 (comint-previous-matching-input)
5296 (comint-replace-by-expanded-history-before-point, comint-send-input)
5297 (comint-copy-old-input, comint-backward-matching-input)
5298 (comint-goto-process-mark, comint-set-process-mark):
5299 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5300 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5301
8a61ee22
SM
53022012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5303
66408d1e
SM
5304 * dabbrev.el (dabbrev--ignore-case-p): New function.
5305 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5306 Use it.
5307
8a61ee22
SM
5308 * files.el (automount-dir-prefix): Mark as obsolete.
5309
3c74813a
GM
53102012-05-04 Glenn Morris <rgm@gnu.org>
5311
5312 * patcomp.el, play/bruce.el: Move to obsolete/.
5313
0bfcf5c5
PE
53142012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5315
5316 Fix minor Y10k bugs.
5317 * arc-mode.el (archive-unixdate):
5318 * autoinsert.el (auto-insert-alist):
5319 * calc/calc-forms.el (math-this-year):
5320 * emacs-lisp/copyright.el (copyright-current-year)
5321 (copyright-update-year, copyright):
5322 * tar-mode.el (tar-clip-time-string):
5323 * time.el (display-time-update):
5324 Don't assume years have 4 digits.
5325
78f3273a
CY
53262012-05-04 Chong Yidong <cyd@gnu.org>
5327
5328 * dos-w32.el (file-name-buffer-file-type-alist)
5329 (direct-print-region-use-command-dot-com):
5330 * ffap.el (ffap-menu-regexp):
5331 * find-file.el (ff-special-constructs):
5332 * follow.el (follow-debug):
5333 * forms.el (forms--debug):
5334 * iswitchb.el (iswitchb-all-frames):
5335 * ido.el (ido-all-frames):
5336 * emacs-lisp/timer.el (timer-max-repeats):
5337 * mail/feedmail.el (feedmail-mail-send-hook)
5338 (feedmail-mail-send-hook-queued):
5339 * mail/footnote.el (footnote-signature-separator):
5340 * mail/mailabbrev.el (mail-alias-separator-string)
5341 (mail-abbrev-mode-regexp):
5342 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5343 * progmodes/idlwave.el (idlwave-libinfo-file)
5344 (idlwave-default-completion-case-is-down)
5345 (idlwave-library-routines): Convert defvars to defcustoms.
5346
5347 * mail/rmail.el (rmail-decode-mime-charset):
5348 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5349 (idlwave-shell-fix-inserted-breaks)
5350 (idlwave-shell-activate-alt-keybindings)
5351 (idlwave-shell-use-breakpoint-glyph):
5352 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5353
f7ae6719
SM
53542012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5357
47086495
WS
53582012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
5359
5360 * progmodes/verilog-mode.el (font-lock-keywords):
5361 Fix mis-highligting auto. Reported by Craig Barner.
5362 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 5363 defines from global name space. Reported by Dan Dever.
47086495
WS
5364 (verilog-auto-reset, verilog-auto-reset-widths)
5365 (verilog-auto-tieoff): Support using unbased numbers for
5366 AUTORESET and AUTOTIEOFF.
5367 (verilog-submit-bug-report): Update variable list.
5368 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 5369 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
5370 (verilog-auto-template-lint): Fix hash error when linting modules
5371 with no used templates.
5372 (verilog-warn, verilog-warn-error)
5373 (verilog-warn-fatal): When non-interactive report multiple
5374 warnings before exiting. Suggested by Brad Dobbie.
5375 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5376 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5377 to report unused template errors. Reported by Brad Dobbie.
5378 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 5379 nets, bug438. Reported by Vns Blore.
47086495
WS
5380 (verilog-auto-inout-module, verilog-auto-reg)
5381 (verilog-read-decls, verilog-read-sub-decls-sig)
5382 (verilog-signals-edit-wire-reg, verilog-signals-with):
5383 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 5384 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
5385 "reg" for backwards compatibility presuming Verilog 2001.
5386 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5387 (verilog-preprocess): Fix replication of preprocess output.
5388 Reported by Brad Dobbie.
5389 (verilog-auto-inst-interfaced-ports):
5390 Create verilog-auto-inst-interfaced-ports, bug429.
5391 Reported by Julian Gorfajn.
5392 (verilog-after-save-font-hook)
5393 (verilog-before-save-font-hook): New variable.
5394 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5395 (verilog-save-font-mods): Wrap disabling fontification, reported
5396 by David Rogoff.
5397 (verilog-do-indent, verilog-pretty-declarations-auto)
5398 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5399 Reported by Pierre-David Pfister.
5400 (verilog-set-auto-endcomments): Fix endtask auto comments outside
5401 of class declarations, bug292. Reported by Kevin Heilman.
5402 (verilog-read-decls): Fix 'parameter type' not appearing in
5403 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5404 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 5405 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
5406 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5407 Reported by David Kravitz.
5408
54092012-05-03 Michael McNamara <mac@mail.brushroad.com>
5410
5411 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5412 assignment with tests in ifs and for loops.
5413 (verilog-extended-complete-re, verilog-complete-reg): Change so
5414 that DPI inport functions don't look like fuction declarations.
5415 (verilog-pretty-expr): Don't line up assignment
5416 operations to the test and increment in if and for loops
5417 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 5418 that DPI inport functions don't look like fuction declarations.
47086495 5419
2e51d4b5
KH
54202012-05-03 Kenichi Handa <handa@m17n.org>
5421
5422 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 5423 decoding, and show a warning message without signaling an error
2e51d4b5
KH
5424 (Bug#11282).
5425
2bd785a2
SM
54262012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * emacs-lisp/bytecomp.el
5429 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5430 since cconv.el might have introduced :fun-body, internal-make-closure,
5431 and friends for bytecomp to handle (bug#11391).
5432 * custom.el (defcustom): Avoid ((λ ..) ..).
5433
99d27583
SM
54342012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5437
55a71479
JB
54382012-05-02 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * notifications.el (dbus-debug):
5441 * term/linux.el (gpm-mouse-enable):
5442 * term/screen.el (xterm-register-default-colors): Declare.
5443
7b97c764
CY
54442012-05-02 Chong Yidong <cyd@gnu.org>
5445
2bc356d7
CY
5446 * cus-start.el (gc-cons-percentage, exec-suffixes)
5447 (dos-display-scancodes, dos-hyper-key, dos-super-key)
5448 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5449 (make-cursor-line-fully-visible, void-text-area-pointer)
5450 (font-list-limit): Add customization data.
5451
7b97c764
CY
5452 * allout.el (allout-exposure-change-functions)
5453 (allout-structure-added-functions)
5454 (allout-structure-deleted-functions)
5455 (allout-structure-shifted-functions): Rename abnormal hooks from
5456 *-hook, and convert to defcustoms.
5d3385a0
JB
5457 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5458 Convert to defcustoms.
7b97c764
CY
5459 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5460
5461 * allout-widgets.el: Hook callers changed.
5462
90207a15 54632012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
5464
5465 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5466 the yanked message in preference to the default value of
5467 buffer-file-coding-system.
5468
90207a15 54692012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 5470
5d3385a0
JB
5471 * window.el (display-buffer--action-function-custom-type):
5472 Fix entry.
d9558cad 5473
90207a15 54742012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
5475
5476 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5477
d80ac57b
GM
54782012-05-01 Glenn Morris <rgm@gnu.org>
5479
976f7668
GM
5480 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5481
beb83b5a
GM
5482 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
5483
d80ac57b
GM
5484 * cus-edit.el (custom-variable-documentation): Simplify with format.
5485
b593d6a9 54862012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 5487 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
5488
5489 * simple.el (suggest-key-bindings, execute-extended-command):
5490 Move from keyboard.c.
5491
782fbf2a
CY
54922012-05-01 Chong Yidong <cyd@gnu.org>
5493
5494 * follow.el: Eliminate advice.
5495 (set-process-filter, process-filter, sit-for): Advice deleted.
5496 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
5497 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5498 Vars deleted.
782fbf2a
CY
5499 (follow-auto): Use a :set function.
5500 (follow-mode): Rewritten. Don't advise process filters.
5501 (follow-switch-to-current-buffer-all, follow-scroll-up)
5502 (follow-scroll-down): Assume follow-mode is bound.
5503 (follow-comint-scroll-to-bottom)
5504 (follow-align-compilation-windows): New functions.
5505 (follow--window-sorter): New function.
5506 (follow-all-followers): Use it to explicitly sort windows by their
5507 positions; don't make assumptions about next-window order.
5508 (follow-windows-start-end, follow-delete-other-windows-and-split)
5509 (follow-calc-win-start): Doc fix.
5510 (follow-windows-aligned-p, follow-select-if-visible): Don't call
5511 vertical-motion unnecessarily.
5512 (follow-adjust-window): New function.
5513 (follow-post-command-hook): Use it.
5514 (follow-call-set-process-filter, follow-call-process-filter)
5515 (follow-intercept-process-output, follow-tidy-process-filter-alist)
5516 (follow-stop-intercept-process-output, follow-generic-filter):
5517 Functions deleted.
5518 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
5519 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5520 New functions, replacing advice on scroll-bar-* commands.
87233a14 5521 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
5522
5523 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
5524 (comint-postoutput-scroll-to-bottom): Use it.
5525 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 5526
290af740
GM
55272012-05-01 Glenn Morris <rgm@gnu.org>
5528
5529 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5530 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5531 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5532 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5533 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5534 Remove no-byte-compile setting.
5535
6eac8dc9
SM
55362012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * minibuffer.el (completion-table-with-quoting): Fix compatibility
5539 all-completions code to not return a number in the last cdr.
5540
9cc7819c
LL
55412012-04-30 Leo Liu <sdl.web@gmail.com>
5542
5543 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5544 read-only error.
5545
c93b886f
CY
55462012-04-29 Chong Yidong <cyd@gnu.org>
5547
5548 * follow.el (follow-calc-win-end): Rewrite to handle partial
5549 screen lines correctly (Bug#8390).
5550 (follow-avoid-tail-recenter): Minor cleanup.
5551
8b6c19f4
SM
55522012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 Avoid the obsolete `assoc' package.
5555 * speedbar.el (speedbar-refresh): Avoid adelete.
5556 (speedbar-file-lists): Simplify and avoid aput.
5557 * man.el (Man--sections, Man--refpages): New vars, replacing
5558 Man-sections-alist and Man-refpages-alist.
5559 (Man-build-section-alist, Man-build-references-alist):
5560 Use them; avoid aput.
5561 (Man--last-section, Man--last-refpage): New vars.
5562 (Man-follow-manual-reference): Use them.
5563 Use the `default' arg of completing-read.
5564 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
5565
c5bb7569
CY
55662012-04-27 Chong Yidong <cyd@gnu.org>
5567
d1d2e2e8
CY
5568 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5569
15cd8efd
CY
5570 * startup.el (x-apply-session-resources): New function.
5571
5572 * term/ns-win.el (ns-initialize-window-system):
5573 * term/w32-win.el (w32-initialize-window-system):
5574 * term/x-win.el (x-initialize-window-system): Use it to properly
5575 set menu-bar-mode and other vars from X resources, even if the
5576 initial frame is not a window-system frame (Bug#2299).
5577
c5bb7569
CY
5578 * subr.el (read-key): Avoid running filter function when setting
5579 up temporary tool bar entries (Bug#9922).
5580
a8e7d6d7 55812012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
5582
5583 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5584 (Bug#11344)
5585
a8e7d6d7 55862012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
5587
5588 * select.el (xselect--encode-string): New function, split from
5589 xselect-convert-to-string.
5590 (xselect-convert-to-string): Use it.
5591 (xselect-convert-to-filename, xselect-convert-to-os)
5592 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5593 returned strings are properly encoded (Bug#11315).
5594
a8e7d6d7 55952012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
5596
5597 * simple.el (delete-active-region): Move to killing custom group.
5598
a8e7d6d7 55992012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
5600
5601 * progmodes/which-func.el (which-func-current): Quote %
5602 characters for mode-line processing.
5603
578c1d4b 56042012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
5605
5606 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5607 reaching eob (Bug#11286).
5608
a8e7d6d7 56092012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
5610
5611 * progmodes/gdb-mi.el (gdb-control-level): New variable.
5612 (gdb): Make it buffer-local and init to zero.
5613 (gdb-control-commands-regexp): New variable.
5614 (gdb-send): Don't wrap in "-interpreter-exec console" if
5615 gdb-control-level is positive. Increment gdb-control-level
5616 whenever the command matches gdb-control-commands-regexp, and
5617 decrement it each time the command is "end". (Bug#11279)
5618
a8e7d6d7 56192012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
5620
5621 * window.el (adjust-window-trailing-edge, enlarge-window)
5622 (shrink-window, window-resize):
5623 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
5624 windows (Bug#11276).
5625
b3608390
CY
56262012-04-27 Chong Yidong <cyd@gnu.org>
5627
5628 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 5629 fix "missing prefix" warning. All callers changed.
b3608390 5630
797e6e88
SM
56312012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * emacs-lisp/assoc.el: Move to obsolete/.
5634
e95a67dc
SM
56352012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5636
657c21e4 5637 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
5638
5639 * term/ns-win.el (ns-define-service):
5640 * progmodes/pascal.el (pascal-goto-defun):
5641 * progmodes/js.el (js--read-tab):
5642 * progmodes/etags.el (tags-lazy-completion-table):
5643 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
5644 * emacs-lisp/ewoc.el (ewoc--wrap):
5645 * emacs-lisp/assoc.el (aput, adelete, amake):
5646 * doc-view.el (doc-view-convert-current-doc):
5647 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
5648
cb3e7ae0
CY
56492012-04-26 Chong Yidong <cyd@gnu.org>
5650
dce04f7f
CY
5651 * image.el (image-type-from-buffer): Only return supported image
5652 type (Bug#9045).
5653
cb3e7ae0
CY
5654 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
5655 value, for symmetry with diff-end-of-hunk.
5656 (diff-split-hunk, diff-find-source-location)
5657 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
5658 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
5659 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
5660 compute the relevant hunk or file properly (Bug#6005).
5661 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
5662
0d42eb3e
SM
56632012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * vc/vc-mtn.el:
5666 * vc/vc-hg.el:
5667 * vc/vc-git.el:
5668 * vc/vc-dir.el:
5669 * vc/vc-cvs.el:
5670 * vc/vc-bzr.el:
5671 * vc/vc-arch.el:
5672 * vc/vc.el: Replace lexical-let by lexical-binding.
5673 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
5674 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
5675 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
5676
f08ae1c9
CY
56772012-04-26 Chong Yidong <cyd@gnu.org>
5678
8b71081d
CY
5679 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
5680 (diff-mode-shared-map): Bind it to / and [remap undo].
5681
f08ae1c9
CY
5682 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
5683 (ediff-window-setup-function): Use it as the default, to set up
5684 windows based on whether the current frame is graphical (Bug#2138).
5685 (ediff-choose-window-setup-function-automatically): Make obsolete.
5686
5687 * vc/ediff-init.el: Always define ediff-pixel-width/height.
5688
ef24141c
SM
56892012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5690
cc356a5d
SM
5691 * ffap.el: Remove old code for obsolete package.
5692 (ffap-complete-as-file-p): Remove.
5693
b4ff4f1f
SM
5694 Use completion-table-with-quoting for comint and pcomplete.
5695 * comint.el (comint--unquote&requote-argument)
5696 (comint--unquote-argument, comint--requote-argument): New functions.
5697 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
5698 (comint-quote-filename): Use regexp-opt-charset.
5699 (comint--common-suffix, comint--common-quoted-suffix)
5700 (comint--table-subvert): Remove.
5701 (comint-unquote-function, comint-requote-function): New vars.
5702 (comint--complete-file-name-data): Use them with
5703 completion-table-with-quoting.
5704 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
5705 * pcomplete.el (pcomplete-arg-quote-list)
5706 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
5707 (pcomplete-unquote-argument-function): Default to non-nil.
5708 (pcomplete-unquote-argument): Simplify.
5709 (pcomplete--common-quoted-suffix): Remove.
5710 (pcomplete-requote-argument-function): New var.
5711 (pcomplete--common-suffix): New function.
5712 (pcomplete-completions-at-point): Use completion-table-with-quoting
5713 and completion-table-subvert.
5714
79c4eeb4
SM
5715 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
5716 (minibuffer--double-dollars): Preserve properties.
5717 (completion--sifn-requote): New function.
5718 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
5719
ef24141c
SM
5720 * minibuffer.el: Add support for completion of quoted/escaped data.
5721 (completion-table-with-quoting, completion-table-subvert): New funs.
5722 (completion--twq-try, completion--twq-all): New functions.
5723 (completion--nth-completion): New function.
5724 (completion-try-completion, completion-all-completions): Use it.
5725
784e7d6e
LL
57262012-04-25 Leo Liu <sdl.web@gmail.com>
5727
dd2ac746
SM
5728 * progmodes/python.el (python-pdbtrack-get-source-buffer):
5729 Use compilation-message if available to find real filename.
784e7d6e 5730
07875ee7
CY
57312012-04-25 Chong Yidong <cyd@gnu.org>
5732
5733 * vc/diff-mode.el (diff-setup-whitespace): New function.
5734 (diff-mode): Use it.
5735
5736 * vc/diff.el (diff-sentinel):
5737 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
5738 Whitespace mode variables based on diff style (Bug#8612).
5739
5055880d
LL
57402012-04-25 Leo Liu <sdl.web@gmail.com>
5741
daf75653
LL
5742 * progmodes/python.el (python-send-region): Add suffix .py to the
5743 temp file.
5744
5055880d
LL
5745 * files.el (auto-mode-alist): Use javascript-mode instead.
5746
db9b177b
AH
57472012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
5748
ef24141c 5749 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 5750
090bd7cb 5751 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 5752 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 5753 references, see Bug#9.
ef24141c 5754 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 5755 when receiving a fault reply.
ef24141c 5756 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 5757
090bd7cb 5758 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 5759 (soap-inspect-simple-type): New function.
db9b177b 5760
090bd7cb 5761 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 5762 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
5763 (soap-decode-basic-type, soap-encode-basic-type):
5764 support unsignedInt and double basic types.
db9b177b 5765 (soap-resolve-references-for-simple-type)
ef24141c
SM
5766 (soap-parse-simple-type, soap-encode-simple-type): New function.
5767 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 5768
090bd7cb 5769 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
5770 (soap-default-soapenc-types): Add integer, byte and anyURI types.
5771 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
5772 the local name of "soapenc:Array".
5773 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
5774 decoding integer, byte and anyURI xsd types.
5775
1fc6097b
CY
57762012-04-25 Chong Yidong <cyd@gnu.org>
5777
5778 * cus-edit.el (custom-buffer-create-internal): Update header text.
5779
afc6df87
EZ
57802012-04-25 Eli Zaretskii <eliz@gnu.org>
5781
5782 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
5783 settings on 'system-type', not on 'window-system'. On MS-Windows,
5784 set interactive-mode on in GDB.
5785
dfbd787f
SM
57862012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
5789 (ruby-syntax-propertize-regexp): Remove.
5790 (ruby-syntax-propertize-function): Split regexp into chunks.
5791 Match following code directly.
5792
85222d44
DG
57932012-04-24 Dmitry Gutov <dgutov@yandex.ru>
5794
51a8ea2a
DG
5795 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
5796 (ruby-syntax-propertize-regexp): New function.
5797 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
5798 by a special keyword.
5799
85222d44
DG
5800 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
5801 (ruby-syntax-general-delimiters-goto-beg)
5802 (ruby-syntax-propertize-general-delimiters): New functions.
5803 (ruby-syntax-propertize-function): Use them to handle GDL.
5804 (ruby-font-lock-keywords): Move old handling of GDL...
5805 (ruby-font-lock-syntactic-keywords): .. to here.
5806 (ruby-calculate-indent): Adjust indentation for GDL.
5807
b613912b
MA
58082012-04-24 Michael Albinus <michael.albinus@gmx.de>
5809
b5380639
MA
5810 * notifications.el (top): Remove unneeded declarations.
5811 (notifications-specification-version): Change to "1.2".
e43042fe 5812 (notifications-interface, notifications-notify-method)
b613912b
MA
5813 (notifications-close-notification-method): Fix docstring.
5814 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
5815 (notifications-notify): Add :action-items, :resident and
5816 :transient hints. Change "image_data" to "image-data" and
5817 "image_path" to "image-path".
b613912b
MA
5818 (notifications-get-capabilities): New defun.
5819
257440aa
LL
58202012-04-24 Leo Liu <sdl.web@gmail.com>
5821
5822 * progmodes/python.el: Move hideshow setup to the end.
5823
b1bac16e
MR
58242012-04-24 Martin Rudalics <rudalics@gmx.at>
5825
5826 * window.el (handle-select-window): Clear echo area since this is
5827 no more done by read_char (Bug#11304).
5828
d81bd059
SM
58292012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
5832 and `/ M' to filter-derived-mode.
5833 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
5834 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5835 (ibuffer-mark-by-mode): Use default rather than initial-input.
5836 (ibuffer-filter-by-derived-mode): Autoload and require-match.
5837
c4cf6d91
IA
58382012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
5839
5840 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
5841 (ibuffer-filter-by-derived-mode): New filter.
5842 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
5843
7511ded8
CY
58442012-04-23 Andreas Politz <politza@fh-trier.de>
5845
5846 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
5847
775c916b
CY
58482012-04-23 Chong Yidong <cyd@gnu.org>
5849
5850 * cus-edit.el (customize-apropos, customize-apropos-options):
5851 Disable matching of non-option variables (Bug#11176).
5852 (customize-option, customize-option-other-window)
5853 (customize-changed-options): Doc fix.
5854 (customize-apropos-options, customize-apropos-faces)
5855 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
5856
5857 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 5858 Fix word list splitting (Bug#11132).
46c71e23
CY
5859 (apropos-symbol, apropos-keybinding, apropos-label)
5860 (apropos-property, apropos-function-button)
5861 (apropos-variable-button, apropos-misc-button): New faces.
5862 (apropos-symbol-face, apropos-keybinding-face)
5863 (apropos-label-face, apropos-property-face, apropos-match-face):
5864 Variables removed (Bug#8396).
5865 (apropos-library-button, apropos-format-plist, apropos-print)
5866 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 5867
2df41f9c
MA
58682012-04-23 Michael Albinus <michael.albinus@gmx.de>
5869
5870 * net/xesam.el (xesam-mode-map): Use let-bound map in
5871 initialization. (Bug#11292)
5872
da00640a
AM
58732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5874
5875 Preserve ispell session localwords when switching back to
5876 original buffer.
5877
090bd7cb
JB
5878 * textmodes/ispell.el (ispell-buffer-session-localwords):
5879 New buffer-local variable to hold buffer session localwords.
ed9265fc 5880 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
5881 localwords.
5882 (ispell-command-loop, ispell-change-dictionary)
5883 (ispell-buffer-local-words): Preserve session localwords when
5884 needed.
5885
090bd7cb
JB
5886 * textmodes/flyspell.el (flyspell-process-localwords)
5887 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 5888
f621ccf5
AM
58892012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5890
090bd7cb
JB
5891 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
5892 using obsolete `translation-table-for-input'.
ef24141c
SM
5893 (ispell-word, ispell-process-line, ispell-complete-word):
5894 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 5895
c2d1019e
CY
58962012-04-22 Chong Yidong <cyd@gnu.org>
5897
5898 * cus-edit.el (custom-variable-menu)
5899 (custom-variable-reset-saved, custom-face-menu)
5900 (custom-face-reset-saved): If there is no saved value, make the
5901 "reset-saved" operation bring back the default (Bug#9509).
5902 (custom-face-state): Properly detect themed faces.
5903
eeddc531
CY
5904 * faces.el (face-spec-set): Stop supporting deprecated form of
5905 third arg.
5906
dcbf5805
MA
59072012-04-22 Michael Albinus <michael.albinus@gmx.de>
5908
5909 Move functions from C to Lisp. Make non-blocking method calls
5910 the default. Implement further D-Bus standard interfaces.
5911
ef24141c
SM
5912 * net/dbus.el (dbus-message-internal): Declare function.
5913 Remove unneeded function declarations.
dcbf5805
MA
5914 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
5915 (dbus-message-type-method-return, dbus-message-type-error)
5916 (dbus-message-type-signal): Declare variables. Remove local
5917 definitions.
5918 (dbus-interface-dbus, dbus-interface-peer)
5919 (dbus-interface-introspectable, dbus-interface-properties)
5920 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
5921 Adapt docstring.
5922 (dbus-interface-objectmanager): New defconst.
5923 (dbus-call-method, dbus-call-method-asynchronously)
5924 (dbus-send-signal, dbus-method-return-internal)
5925 (dbus-method-error-internal, dbus-register-service)
5926 (dbus-register-signal, dbus-register-method): New defuns, moved
5927 from dbusbind.c
5928 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
5929 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
5930 New defuns.
dcbf5805
MA
5931 (dbus-call-method-non-blocking): Make it an obsolete function.
5932 (dbus-unregister-object, dbus-unregister-service)
5933 (dbus-handle-event, dbus-register-property)
5934 (dbus-property-handler): Obey the new structure of
5935 `bus-registered-objects'.
5936 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
5937 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5938 Use `dbus-call-method'.
5939
cf20dee0
CY
59402012-04-22 Chong Yidong <cyd@gnu.org>
5941
5942 * cus-edit.el (custom-commands, custom-reset-menu)
5943 (Custom-reset-standard): Tweak labels.
5944 (custom-reset-button-menu): Change default to t.
5945 (custom-buffer-create-internal): For the custom-reset-button-menu
5946 case, put the revert button first.
5947 (custom-group-subtitle): New face.
5948 (custom-group-value-create): Align docstring to a specific column.
5949
5950 * wid-edit.el (widget-documentation-link-add): Don't handle
5951 indentation in this function.
5952 (widget-documentation-string-indent-to): New function.
5953 (widget-documentation-string-value-create): Use it.
5954
5955 * autorevert.el (auto-revert):
5956 * epg-config.el (epg):
5957 * ibuffer.el (ibuffer):
5958 * mpc.el (mpc):
5959 * ses.el (ses):
5960 * eshell/eshell.el (eshell):
5961 * net/ange-ftp.el (ange-ftp):
5962 * progmodes/ebnf2ps.el (postscript):
5963 * progmodes/flymake.el (flymake):
5964 * progmodes/prolog.el (prolog):
5965 * progmodes/verilog-mode.el (verilog-mode):
5966 * progmodes/which-func.el (which-func):
5967 * term/xterm.el (xterm):
5968 * textmodes/picture.el (picture):
5969 * textmodes/tildify.el (tildify):
5970 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
5971 customization buffers.
5972
583e23bd
AM
59732012-04-22 Alan Mackenzie <acm@muc.de>
5974
5975 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
5976 Adding a ) can hide the resulting (..) from searches. Fix it.
5977 Bound the backward search to the position of the existing (.
5978
7dd51bf1
JB
59792012-04-21 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * progmodes/verilog-mode.el (verilog-mode): Check whether
5982 which-func-modes is t before adding verilog-mode.
5983 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
5984
d64a438f
LL
59852012-04-21 Leo Liu <sdl.web@gmail.com>
5986
7dd51bf1 5987 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 5988
081e8d65
MV
59892012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
5990
5991 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
5992 filling of the last column of a table (Bug#5635).
5993 (woman-find-next-control-line): New arg, specifying an additional
5994 regexp component for the control line.
5995 (woman2-roff-buffer): Use it.
5996 (woman-break-table): New function.
5997 (woman2-TS): Use it.
5998
59992012-04-21 Chong Yidong <cyd@gnu.org>
6000
6001 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6002 (woman-horizontal-escapes, woman-negative-vertical-space)
6003 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6004 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6005
ed571ccb
SM
60062012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * minibuffer.el (completion-file-name-table): Complete user names.
6009
39773899
LL
60102012-04-20 Leo Liu <sdl.web@gmail.com>
6011
6012 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6013 and pcase-let*.
6014
de6ff46d
CY
60152012-04-20 Chong Yidong <cyd@gnu.org>
6016
6017 * server.el (server-execute): Respect initial-buffer-choice if it
6018 is a string and there are no files to open (Bug#2825).
6019 (server-create-window-system-frame, server-create-tty-frame):
6020 Don't switch buffers here.
2d0e8e61
CY
6021 (server-process-filter): Only try to open a window system frame if
6022 compiled with graphical support (Bug#8314).
de6ff46d 6023
54071013
DN
60242012-04-20 Dan Nicolaescu <dann@gnu.org>
6025
6026 * battery.el (battery-echo-area-format): Display remaining time
6027 for sysfs backend too (Bug#11269).
6028 (battery-linux-sysfs): Fix conditional for the charge.
6029
f30d612a
CY
60302012-04-20 Chong Yidong <cyd@gnu.org>
6031
c07a4c0b 6032 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
6033 (gdb-inferior-io--init-proc): New function.
6034 (gdb-init-1): Use it.
6035 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6036 responsible for allocating a new pty and hooking it to gdb when
6037 the old pty gets an EIO due to process exit.
6038 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6039 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6040 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6041
2116e93c
EZ
60422012-04-20 Eli Zaretskii <eliz@gnu.org>
6043
6044 * window.el (window-min-size, window-sizable, window-min-delta)
6045 (window-max-delta, window--resizable, window-resizable)
6046 (window-total-size, window-full-height-p, window-full-width-p)
6047 (window-in-direction, window--resize-mini-window, window-resize)
6048 (window--resize-child-windows-normal)
6049 (window--resize-child-windows, window--resize-siblings)
6050 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 6051 (enlarge-window, shrink-window): Doc fixes.
2116e93c 6052
c07a4c0b 60532012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 6054
ef24141c
SM
6055 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6056 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
6057 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6058 pty process (Bug#11273).
6059 (gdb-update): New arg to suppress talking to the gdb process.
6060 (gdb-done-or-error): Use it.
6061 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6062 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6063 sentinel not being called.
6064
6065 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6066
d02766ab
CY
6067 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6068
c07a4c0b 60692012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
6070
6071 * net/network-stream.el (open-network-stream): Doc fix.
6072
c07a4c0b 60732012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
6074
6075 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6076
c07a4c0b 60772012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
6078
6079 Ensure searching for keywords is case sensitive.
6080
6081 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6082 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6083 (c-defun-name, c-mark-function, c-cpp-define-name)
6084 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 6085 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 6086
ef24141c
SM
6087 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6088 Bind case-fold-search to nil.
f0f6bc35 6089
c07a4c0b 60902012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
6091
6092 * mail/sendmail.el (mail-bury): Call return action with the right
6093 Rmail buffer (Bug#11242).
6094
9a864fa2
CY
6095 * server.el (server-process-filter): Handle corner case where both
6096 tty and nowait options are present (Bug#11102).
6097
539aa513
EZ
60982012-04-20 Eli Zaretskii <eliz@gnu.org>
6099
6100 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
6101 (top level): Put into the executable the ident-style '$Id:' tag on
6102 windows-nt as well.
539aa513 6103
cfc7d5da
SM
61042012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * electric.el (electric-indent-post-self-insert-function): Check that
6107 electric-indent-mode is enabled in current buffer.
6108
5b01685c
JB
61092012-04-19 Juanma Barranquero <lekktu@gmail.com>
6110
6111 * imenu.el (imenu-progress-message): Restore; it is "used" in
6112 erc/erc-imenu.el and net/snmp-mode.el.
6113
4d6769e1
JB
61142012-04-19 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6117 (mouse-avoidance-nudge-mouse): Remove unused binding.
6118
6119 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6120
6121 * descr-text.el (describe-char):
6122 * progmodes/python.el (python-describe-symbol):
6123 Don't call `toggle-read-only', set `buffer-read-only'.
6124
6125 * imenu.el (imenu-default-goto-function): Mark unused args.
6126 (imenu-progress-message): Remove obsolete macro; all callers changed.
6127
6128 * subr.el (keymap-canonicalize): Remove unused binding.
6129 (read-passwd): Mark unused arg.
6130
6131 * tutorial.el (tutorial--display-changes): Remove unused binding.
6132 (tutorial--save-tutorial-to): Remove unused variable.
6133
6134 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6135 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6136 (package-generate-autoloads, package-menu--generate)
6137 (package-menu--find-upgrades): Remove unused bindings.
6138
6139 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6140 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6141 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6142 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6143 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6144 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6145 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6146 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6147 (cua-delete-char-rectangle): Mark unused args.
6148 (cua-align-rectangle): Remove unused binding.
6149
6150 * mail/rmail.el (compilation--message->loc)
6151 (epa--find-coding-system-for-mime-charset): Declare.
6152
6153 * net/dbus.el (dbus-register-service): Declare.
6154 (dbus-name-owner-changed-handler): Remove unused binding.
6155
6156 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6157 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6158 (nxml-scan-backward-within): Mark unused arg.
6159 (nxml-dynamic-markup-word): Remove unused binding.
6160
6161 * mouse.el (mouse-menu-major-mode-map):
6162 * emacs-lisp/authors.el (authors-scan-change-log)
6163 (authors-add-to-author-list):
6164 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6165 * emacs-lisp/smie.el (smie-auto-fill):
6166 * mail/sendmail.el (mail-bury):
6167 * mail/unrmail.el (unrmail):
6168 * net/tls.el (open-tls-stream):
6169 * textmodes/picture.el (picture-mouse-set-point):
6170 Remove unused bindings.
6171
8c8fc5df
MA
61722012-04-19 Michael Albinus <michael.albinus@gmx.de>
6173
6174 * net/tramp.el (tramp-action-password): Let-bind
6175 `enable-recursive-minibuffers' to t.
6176
a77b0ac9
SS
61772012-04-18 Sam Steingold <sds@gnu.org>
6178
6179 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6180 instead of 'string to accommodate values like [f11].
6181 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6182 * progmodes/gdb-mi.el: Likewise.
6183
12a106a9
LL
61842012-04-18 Leo Liu <sdl.web@gmail.com>
6185
6186 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6187 current buffer.
6188 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6189 LOCAL is nil.
6190
bc6494ef
CY
61912012-04-18 Chong Yidong <cyd@gnu.org>
6192
6193 * simple.el (line-move): Use forward-line if in batch mode
6194 (Bug#11053).
6195
c09c46b2
CS
61962012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6197
6198 * files.el (after-find-file): Do not try to add a final newline if
6199 the buffer is read-only (Bug#11156).
6200
5f6530ea
RS
62012012-04-17 Richard Stallman <rms@gnu.org>
6202
6203 * mail/rmail.el (rmail-start-mail):
6204 Pass (rmail-mail-return...) for the return-action.
6205 Pass (rmail-yank-current-message...) for the yank-action.
6206 (rmail-yank-current-message): New function.
6207 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6208 (rmail-reply): Likewise.
6209 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6210
6211 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 6212 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
6213 buffer, not newbuf.
6214
197b6f3c
JB
62152012-04-17 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * server.el (server-ensure-safe-dir): Simplify.
6218
2311d8e5 62192012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 6220
2311d8e5
GM
6221 * emacs-lisp/smie.el: Provide smarter auto-filling.
6222 (smie-auto-fill): New function.
6223 (smie-setup): Use it.
98fb480e 6224
2311d8e5
GM
6225 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6226
62272012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
6228
6229 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6230 (comment-indent): Use it.
6231
2311d8e5 62322012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
6233
6234 * ses.el: The overall change is to add cell renaming, that is
6235 setting fancy names for cell symbols other than name matching
6236 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 6237 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 6238 (ses-create-cell-variable): New defun.
2311d8e5 6239 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
6240 (ses-relocate-formula): Relocate formulas only for cells the
6241 symbols of which are not renamed, i.e. symbols whose names do not
6242 match regexp "\\`[A-Z]+[0-9]+\\'".
6243 (ses-relocate-all): Relocate values only for cells the symbols of
6244 which are not renamed.
6245 (ses-load): Create cells variables as the (ses-cell ...) are read,
6246 in order to check row col consistency with cell symbol name only
6247 for cells that are not renamed.
6248 (ses-replace-name-in-formula): New defun.
6249 (ses-rename-cell): New defun.
4bdf2ad2 6250
fc72b15c
PO
62512012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6252
6253 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6254 New option (bug#11118).
6255 (perl-calculate-indent): Respect it.
6256
12e10e61
GM
62572012-04-17 Glenn Morris <rgm@gnu.org>
6258
6259 * dired-aux.el (dired-mark-read-string): Doc fix.
6260
30009afd
DA
62612012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6262
6263 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6264 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6265
41f03f4d
GM
62662012-04-17 Glenn Morris <rgm@gnu.org>
6267
6268 * mouse.el (mouse-drag-track):
6269 * speedbar.el (speedbar-frame-mode):
6270 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6271
f45f90f3
LL
62722012-04-16 Leo Liu <sdl.web@gmail.com>
6273
6274 * progmodes/python.el: Trivial cleanup.
6275
94ee8db5
GM
62762012-04-16 Glenn Morris <rgm@gnu.org>
6277
121b8917
GM
6278 * vc/vc.el (vc-string-prefix-p):
6279 * vc/pcvs-util.el (cvs-string-prefix-p):
6280 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6281 * mpc.el (mpc-string-prefix-p):
6282 Make all of these into obsolete aliases for string-prefix-p.
6283 Update callers.
6284 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6285
1197ecfa
GM
6286 * textmodes/two-column.el: Move custom options to the start.
6287 (frame-width): Remove compat definition.
6288 (2C-associate-buffer, 2C-dissociate):
6289 Use with-current-buffer rather than save-excursion.
6290 (2C-dissociate): Force a mode-line update.
6291 (2C-autoscroll): Use ignore-errors.
6292
099e7202
GM
6293 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6294 Autoload trivia.
6295
bf350d6a
GM
6296 * emacs-lisp/cl-extra.el (*random-state*):
6297 Remove unnecessary declaration.
6298
0e829eab
GM
6299 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6300
e3ad7552
GM
6301 * play/cookie1.el (cookie-snarf):
6302 Give an explicit error if input file cannot be read.
6303
68892d27
GM
6304 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6305
20f0c46d
GM
6306 * progmodes/perl-mode.el (c-macro-expand):
6307 Remove unnecessary autoload (it is in loaddefs.el).
6308
5a0978ce
GM
6309 * textmodes/picture.el (picture-desired-column)
6310 (picture-update-desired-column): Convert comments to doc-strings.
6311 (picture-substitute): Remove function.
6312 (picture-mode-map): Initialize in the defvar.
6313
6b955486
GM
6314 * woman.el: Remove eval-after-load for tar-mode.
6315 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6316 (woman-tar-extract-file): Autoload it.
6317
94ee8db5
GM
6318 * frame.el (automatic-hscrolling): Make this alias obsolete.
6319
177eca34
AM
63202012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6321
090bd7cb 6322 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 6323 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
6324 (ispell-dictionary-base-alist): Revert to original XEmacs
6325 friendly version for default. [:alpha:] will be added in
090bd7cb 6326 `ispell-set-spellchecker-params' if needed.
177eca34 6327
c505aaeb
CY
63282012-04-16 Chong Yidong <cyd@gnu.org>
6329
b19dd9d1 6330 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
6331 (imagemagick-register-types): Use it.
6332 (imagemagick-types-inhibit): Add :set function. Allow new value
6333 of t to inhibit all types.
6334
6335 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6336 so we can preload it.
6337
6338 * loadup.el (fboundp): Preload regexp-opt, needed by
6339 imagemagick-register-types.
6340
60efac0f
CY
63412012-04-15 Chong Yidong <cyd@gnu.org>
6342
6343 * frame.el (scrolling): Remove nearly unused customization group.
6344
6345 * scroll-all.el (scroll-all-mode): Move to windows group.
6346
5dd1713e
CY
63472012-04-15 Chong Yidong <cyd@gnu.org>
6348
6349 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6350
e6fd457e
CY
63512012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 6354 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 6355
e153c136
GM
63562012-04-15 Glenn Morris <rgm@gnu.org>
6357
6358 * simple.el (process-file-side-effects): Doc fix.
6359
e6fd457e 63602012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
6361
6362 * international/mule-cmds.el (set-language-environment): Doc fix.
6363
3603c3b1
JB
63642012-04-14 Juanma Barranquero <lekktu@gmail.com>
6365
6366 * server.el (server-auth-key, server-generate-key): Doc fixes.
6367 (server-get-auth-key): Doc fix. Use `string-match-p'.
6368 (server-start): Reflow docstring.
6369
e6de100c
LI
63702012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
6371
6372 * server.el (server-generate-key): `called-interactively-p'
6373 requires a parameter.
6374
29734c21
MN
63752012-04-14 Michal Nazarewicz <mina86@mina86.com>
6376
6377 * server.el (server-auth-key): New variable.
75f1671a 6378 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
6379 (server-start): Use the new variable and functions to allow
6380 setting a permanent server key (bug#9423).
6381
d65c9521
LL
63822012-04-14 Leo Liu <sdl.web@gmail.com>
6383
6384 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6385
5ae255c7
PE
63862012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6387
6388 Spelling fixes.
6389 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6390 Emacs uses American spelling.
6391
d5e6342e
JB
63922012-04-14 Juanma Barranquero <lekktu@gmail.com>
6393
6394 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6395 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
6396 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6397 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
6398
ab036cd7
SM
63992012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * progmodes/which-func.el (which-func-modes): Change default.
6402
35dc09a1 64032012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
6404
6405 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6406 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6407
35dc09a1 64082012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
6409
6410 * custom.el (custom-theme-set-variables): Doc fix.
6411
35dc09a1 64122012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
6413
6414 * international/mule.el (set-auto-coding-for-load): Doc fix.
6415
35dc09a1 64162012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 6417
35dc09a1
GM
6418 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6419 imenu work again for Objective C Mode. Correct the *-index values,
6420 these having been disturbed by a previous change in 2011-08.
57f845ee 6421
0de3da9f
AM
6422 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6423 Correct two search limits.
6424
35dc09a1 64252012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
6426
6427 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6428
35dc09a1 64292012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
6430
6431 * international/characters.el: Fix sorting.
6432
35dc09a1 64332012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
6434
6435 * international/characters.el: Add more missing Latin case pairs.
6436
35dc09a1 64372012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
6438
6439 * files.el (dir-locals-set-class-variables): Doc fix.
6440
35dc09a1 64412012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 6442
3f1b5bf8
EZ
6443 * international/characters.el: Add set-case-syntax-pair call for
6444 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6445 counterpart. (Bug#11209)
6446
9f847f41
EZ
6447 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
6448
35dc09a1 64492012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
6450
6451 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6452
35dc09a1 64532012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 6454
35dc09a1
GM
6455 * textmodes/ispell.el (ispell-dictionary-base-alist):
6456 Add data for Hebrew.
e2627d21 6457
35dc09a1 64582012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 6459
35dc09a1
GM
6460 * net/rcirc.el (rcirc-cmd-quit):
6461 Revert 2012-03-18 change (Bug#11192).
5c14e333 6462
35dc09a1 64632012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
6464
6465 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6466
35dc09a1 64672012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 6468
4517fe3a
SM
6469 * minibuffer.el (completion-in-region-mode-map):
6470 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 6471
b472a594
VD
64722012-04-13 Vivek Dasmohapatra <vivek@etla.org>
6473
6474 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6475
09b95ce3
MY
64762012-04-13 Masatake YAMATO <yamato@redhat.com>
6477
6478 * minibuffer.el (minibuffer-local-filename-syntax): New variable
6479 to allow `C-M-f' and `C-M-b' to move to the nearest path
6480 separator (bug#9511).
6481
4b63a9ca
LI
64822012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
6483
6484 * avoid.el: Require cl when compiling. And also move the
6485 `provide' to the end.
6486
7b55b8bf
TV
64872012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6488
6489 * avoid.el (mouse-avoidance-banish-position): New variable.
6490 (mouse-avoidance-banish-destination): Use it (bug#10165).
6491
adedaa1f
LL
64922012-04-13 Leo Liu <sdl.web@gmail.com>
6493
6494 * progmodes/which-func.el (which-func-modes): Add objc-mode.
6495
70e74021
KB
64962012-04-13 Ken Brown <kbrown@cornell.edu>
6497
6498 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 6499 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
6500 (browse-url-filename-alist): For the same reason, don't modify
6501 file:// URLs on Cygwin.
6502
e75e89ba
SM
65032012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6506 the region on shift if the binding is already shifted (bug#11221).
6507
82f289a4
GM
65082012-04-12 Glenn Morris <rgm@gnu.org>
6509
6510 * mail/mailpost.el: Move to obsolete/.
6511
d333dc4c
DA
65122012-04-12 Drew Adams <drew.adams@oracle.com>
6513
6514 * imenu.el (imenu--generic-function): Ignore invisible definitions
6515 (bug#10123).
6516
0d15b5ba
VD
65172012-04-12 Vivek Dasmohapatra <vivek@etla.org>
6518
6519 * hexl.el (hexl-bits): New variable.
6520 (hexl-options): Mention the variable in the doc string.
75f1671a 6521 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 6522 (hexl-mode): Mention the new variable.
75f1671a
JB
6523 (hexl-mode, hexl-current-address, hexl-current-address):
6524 Use the displen.
0d15b5ba
VD
6525 (hexl-ascii-start-column): New function.
6526 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6527 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6528
64a440db
AM
65292012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6530
6531 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6532 '("-i" ENCODING), in 2 separate command-line arguments, to specify
6533 the encoding, as expected by hunspell.
6534
6decb6c2
SM
65352012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * battery.el (battery--linux-sysfs-regexp): New const.
6538 (battery-status-function): Use it. Remove yeeloong special case.
6539 (battery-yeeloong-sysfs): Remove.
6540 (battery-echo-area-format): Remove yeeloong special case.
6541
088be6fb
SM
65422012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6622e416
SM
6544 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6545 Reported by Noah Friedman.
6546
088be6fb
SM
6547 * subr.el (read-passwd): Use read-string.
6548
b49f886e
LMI
65492012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6550
6551 * vcursor.el (vcursor-move): Increase the priority of the overlay
6552 (bug#9663).
6553
a63067fc
DD
65542012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6555
6556 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6557 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6558
ac3cf14a
WS
65592012-04-11 William Stevenson <yhvh2000@gmail.com>
6560
6561 * textmodes/artist.el (artist-mode): Convert artist-mode to use
6562 define-minor-mode (bug#10760).
6563
c4fc691b 65642012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 6565
4d6769e1 6566 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
6567 that directories matching `grep-find-ignored-files' won't be
6568 pruned (bug#10351).
6569
af23e2e5
CY
65702012-04-11 Chong Yidong <cyd@gnu.org>
6571
6572 * startup.el (command-line): Remove support for long-obsolete
6573 variable font-lock-face-attributes.
6574
ab7ce8c1
GM
65752012-04-11 Glenn Morris <rgm@gnu.org>
6576
6577 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6578
de8c03dc
SM
65792012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * window.el (window--state-get-1): Obey window-point-insertion-type.
6582
050cc68b
LB
65832012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
6584
6585 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6586 to previous function when point is on the first character of a
75f1671a 6587 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 6588
a38c310c
GM
65892012-04-11 Glenn Morris <rgm@gnu.org>
6590
effed0c2
GM
6591 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6592 not just file-errors.
6593
a38c310c
GM
6594 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6595 (vc-bzr-sha1): Use internal sha1.
6596
0221e323
SM
65972012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6600
43956923
SG
66012012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
6602
6603 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6604 that start in the middle of the line (bug#10496).
6605
6a8c9eaf
DN
66062012-04-10 Dan Nicolaescu <dann@gnu.org>
6607
6608 * battery.el (battery-linux-proc-acpi): Only one battery is
6609 discharged at a time, but that seems to confuse battery.el when
6610 computing `rate-type' for the battery not being discharged
6611 (bug#10332).
6612
1930bf5d
SM
66132012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6614
2a718f6f
SM
6615 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6616
599430d0
SM
6617 * international/quail.el: Use dolist and simplify.
6618 (quail-define-package, quail-update-keyboard-layout)
6619 (quail-define-rules): Use dolist.
6620 (quail-insert-kbd-layout, quail-get-translation): CSE.
6621
a2754b6c
SM
6622 * tmm.el: Use dolist, remove left over hook.
6623 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
6624 Use dolist.
6625 (calendar-load-hook): Don't mess with it.
6626
1930bf5d
SM
6627 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6628 Use derived-mode-p. Run the diff asynchronously.
6629
9f67961c
LMI
66302012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6631
6632 * obsolete/mouse-sel.el: Add an Obsolete-since header.
6633
2a8ce227
JB
66342012-04-10 Juanma Barranquero <lekktu@gmail.com>
6635
6636 * misc.el: Display absolute path of loaded DLLs (bug#10424).
6637 (list-dynamic-libraries--loaded): New function.
6638 (list-dynamic-libraries--refresh): Use it.
6639
8f33b5f8
NW
66402012-04-10 Nathan Weizenbaum <nweiz@google.com>
6641
1930bf5d
SM
6642 * progmodes/python.el (python-fill-paragraph):
6643 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
6644 disabled (bug#7018).
6645
b12f0439
L
66462012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
6647
1930bf5d 6648 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
6649 DOS/MS Windows for the Baltic languages. There are still plenty
6650 of texts written in this encoding/codepage (bug#6519).
b12f0439 6651
57c3bd01
GM
66522012-04-10 Glenn Morris <rgm@gnu.org>
6653
6654 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
6655 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
6656
6c3eab30
FA
66572012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
6658
1930bf5d 6659 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
6660 next-line "n" and previous-line "p" in order to make recentf more
6661 consistent with ibuffer, dired or org-mode (bug#9387).
6662
24d78a88
LMI
66632012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6664
bc72b5d9
LMI
6665 * image.el (put-image): Return the overlay created instead of the
6666 optional input string (bug#7834). Note that this may break code
6667 that is (for some reason or other) depending on `put-image'
6668 returning the string.
6669
bd2dba5a
LMI
6670 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
6671
74beb59f
LMI
6672 * simple.el (zap-to-char): Allow zapping using input methods
6673 (bug#1580).
6674
24d78a88
LMI
6675 * textmodes/fill.el (fill-region): Leave point and mark where they
6676 were before filling (bug#5399).
6677
263f20cd
GM
66782012-04-09 Glenn Morris <rgm@gnu.org>
6679
6680 * version.el (emacs-bzr-get-version):
6681 Handle lightweight checkouts of local branches.
6682
58d1f797
AS
66832012-04-09 Andreas Schwab <schwab@linux-m68k.org>
6684
263f20cd 6685 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 6686
b4d3bc10
CY
66872012-04-09 Chong Yidong <cyd@gnu.org>
6688
6689 * custom.el (custom-variable-p): Return nil for non-symbol
6690 arguments instead of signaling an error.
6691 (user-variable-p): Obsolete alias for custom-variable-p.
6692
6693 * apropos.el (apropos-variable):
6694 * files-x.el (read-file-local-variable):
6695 * simple.el (set-variable):
6696 * woman.el (woman-mini-help):
6697 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
6698
fd06db5d
GM
66992012-04-09 Glenn Morris <rgm@gnu.org>
6700
e5fcdb5e
GM
6701 * startup.el (normal-top-level): Don't look for leim-list.el
6702 in places where it will not be found. (Bug#910)
6703
fd06db5d
GM
6704 * international/mule-cmds.el (set-default-coding-systems):
6705 * files.el (normal-mode):
6706 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
6707 This function was removed with ucs-tables.el in 2008.
6708
b39bb7e1
EZ
67092012-04-08 Eli Zaretskii <eliz@gnu.org>
6710
6711 * textmodes/ispell.el (ispell-check-version): For hunspell, set
6712 ispell-encoding8-command to "-i", without a trailing space.
6713 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
6714 separate command-line arguments, to specify the encoding, since
6715 that's how hunspell expects it.
6716
5c5b8e23
GM
67172012-04-08 Glenn Morris <rgm@gnu.org>
6718
6719 * loadup.el: Load bindings before cus-start.
6720 This reduces somewhat the number of "rogue" settings in emacs -Q.
6721
a1ed8b05
GM
67222012-04-07 Glenn Morris <rgm@gnu.org>
6723
6724 * version.el (emacs-bzr-get-version): New function.
dfae128a 6725 (emacs-bzr-version): New variable.
a1ed8b05
GM
6726 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
6727 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
6728
b142f158
EZ
67292012-04-07 Eli Zaretskii <eliz@gnu.org>
6730
dfae128a
GM
6731 * international/uni-bidi.el, international/uni-category.el:
6732 * international/uni-combining.el, international/uni-decimal.el:
6733 * international/uni-decomposition.el, international/uni-digit.el:
6734 * international/uni-lowercase.el, international/uni-mirrored.el:
6735 * international/uni-name.el, international/uni-numeric.el:
6736 * international/uni-titlecase.el, international/uni-uppercase.el:
6737 Update for Unicode 6.1.
b142f158 6738
9078ead6
EZ
67392012-04-07 Eli Zaretskii <eliz@gnu.org>
6740
6741 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
6742
f23d2c7d
LMI
67432012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6744
6745 * window.el (shrink-window): Mention the `window-min-height'
6746 variable in the doc string.
6747
0a0a3573
BG
67482012-04-05 Bastien Guerry <bzg@altern.org>
6749
6750 * color.el (color-lighten-name): Fix typo.
6751
e5248ac9
SM
67522012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * server.el (server--on-display-p): New function.
6755 (server--on-display-p): Use it.
6756
b4243e22
GV
67572012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
6758
6759 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
6760 (bug#11145).
6761
305d9f44
SM
67622012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * comint.el (comint--common-quoted-suffix): Check string boundary
6765 before comparing (bug#11158).
6766 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
6767
3d439cd1
CY
67682012-04-04 Chong Yidong <cyd@gnu.org>
6769
321cc491
CY
6770 * minibuffer.el (completion-extra-properties): Doc fix.
6771
3d439cd1
CY
6772 * subr.el (delayed-warnings-hook): Doc fix.
6773
2d562c0f
DU
67742012-04-04 Daiki Ueno <ueno@unixuser.org>
6775
6776 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
6777 selection (Bug#11159).
6778 (epa-insert-keys): Inform that the default public key will be
6779 exported if no key is selected.
6780
4443f204
RS
67812012-04-04 Richard Stallman <rms@gnu.org>
6782
6783 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
6784
529c06b6
CY
67852012-04-03 Chong Yidong <cyd@gnu.org>
6786
6787 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
6788 mail-insert-file, not its obsolete alias mail-attach-file.
6789
66b907dc
MA
67902012-04-03 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * notifications.el (notifications-notify): Fix docstring.
6793
c0ea195d
GM
67942012-04-02 Glenn Morris <rgm@gnu.org>
6795
6796 * emacs-lisp/authors.el (authors-aliases): Another addition.
6797
5ca64e00
MA
67982012-04-02 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
6801 `tramp-compat-call-process' instead of `tramp-local-call-process'.
6802 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
6803
42ee526b
CY
68042012-04-01 Chong Yidong <cyd@gnu.org>
6805
6806 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
6807 Handle root directory properly.
6808 (copy-directory): Caller changed.
6809
6810 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6811 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
6812
0b021094
GM
68132012-03-31 Glenn Morris <rgm@gnu.org>
6814
40f86458
GM
6815 * term/xterm.el (xterm-extra-capabilities): Doc fix.
6816
7019c177
GM
6817 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
6818
a1daddd6
GM
6819 * calendar/calendar.el (calendar-window-list)
6820 (calendar-hide-window): Restore. (Bug#11140)
6821 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
6822
0b021094
GM
6823 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
6824
40311efc
TV
68252012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6826
6827 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6828 Check if file is a symlink (Bug#10489).
6829
6830 * files.el (copy-directory): Likewise.
6831
5319014e
CY
68322012-03-30 Chong Yidong <cyd@gnu.org>
6833
6834 * image.el (imagemagick-types-inhibit)
6835 (imagemagick-register-types): Doc fix.
6836
935d1290
AM
68372012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6838
090bd7cb 6839 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 6840 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 6841 and treats ~word as ordinary words in pipe mode.
935d1290 6842
61c6e8fd
GM
68432012-03-30 Glenn Morris <rgm@gnu.org>
6844
6845 * tutorial.el (help-with-tutorial): Ensure local variables don't
6846 happen to make the buffer read-only. (Bug#11127)
6847
81fdff00
SM
68482012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
6851 (perl-calculate-indent): Return `noindent' in strings.
6852
6e7a6ec0
SS
68532012-03-28 Sam Steingold <sds@gnu.org>
6854
6855 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
6856 instead of the broken adhockery which does not prevent calendar
6857 buffers from being displayed at random after exit.
6858 (calendar-window-list, calendar-hide-window): Remove the broken
6859 adhockery.
6860
fee88ca0
GM
68612012-03-28 Glenn Morris <rgm@gnu.org>
6862
6863 * replace.el (query-replace-map): Doc fix.
6864
38de3354
AS
68652012-03-28 Andreas Schwab <schwab@linux-m68k.org>
6866
6867 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
6868 contents. (Bug#11109)
6869
b973155e
SM
68702012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
6873 (bug#11077).
6874 (avl-tree--check, avl-tree--check-node): New funs.
6875
dcb6e7b3
MR
68762012-03-27 Martin Rudalics <rudalics@gmx.at>
6877
6878 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
6879 (switch-to-prev-buffer, switch-to-next-buffer):
6880 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
6881 showing a buffer already is done on the same frame.
6882
b4fa35fa
GM
68832012-03-27 Glenn Morris <rgm@gnu.org>
6884
6885 * startup.el (mail-host-address): Doc fix.
6886
f9210e18
SM
68872012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
6890 than 197 variables.
6891
c0bf7753
AF
68922012-03-26 Ami Fischman <ami@fischman.org>
6893
6894 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
6895
33da7b16
GM
68962012-03-26 Glenn Morris <rgm@gnu.org>
6897
02243d9d
GM
6898 * files.el (save-buffers-kill-emacs): Doc fix.
6899
33da7b16
GM
6900 * startup.el (normal-top-level, command-line, command-line-1):
6901 Give them doc strings.
6902
e5a69fd0
EZ
69032012-03-25 Eli Zaretskii <eliz@gnu.org>
6904
6905 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 6906 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 6907
9a69676a
CY
69082012-03-25 Chong Yidong <cyd@gnu.org>
6909
4125cb8b
CY
6910 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
6911 theme if it was previously enabled before (Bug#11031).
6912
dd470960
CY
6913 * cus-theme.el (custom-theme-write-faces): Retrieve current face
6914 spec with custom-face-get-current-spec if its :shown-value is not
6915 determined yet (Bug#9337).
4125cb8b 6916 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 6917
9a69676a
CY
6918 * button.el (button-at): Minor addition to docstring.
6919
6e7e90fa
SL
69202012-03-24 Simon Leinen <simon.leinen@gmail.com>
6921
6922 * vc/vc.el (vc-merge): Fix a prompt.
6923
f06e2758
CY
69242012-03-24 Chong Yidong <cyd@gnu.org>
6925
6926 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
6927 point (Bug#9623).
6928
6e7e90fa
SL
6929 * button.el (button-at): Minor addition to docstring.
6930
b9d0879b
SM
69312012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * newcomment.el (comment-choose-indent): No space after BOL.
6934
e71cebb3
SS
69352012-03-22 Sam Steingold <sds@gnu.org>
6936
6937 * window.el (switch-to-prev-buffer): Revert last patch because the
6938 bug turned out to be an advertised feature (Elisp manual 28.14).
6939
335aff35
GM
69402012-03-22 Glenn Morris <rgm@gnu.org>
6941
6942 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
6943 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
6944
c676576a
LMI
69452012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * net/network-stream.el (network-stream-open-starttls): Make error
6948 message under Windows be less misleading.
6949
126f3d39
LW
69502012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
6951
6952 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
6953 understands (bug#9942).
6954
64fee311
CY
69552012-03-22 Chong Yidong <cyd@gnu.org>
6956
6957 * simple.el (end-of-visible-line): Handle return value of
6958 next-single-property-change properly (Bug#9371).
6959
a640d29a
KH
69602012-03-22 Kenichi Handa <handa@m17n.org>
6961
6962 * international/quail.el (quail-insert-kbd-layout): Fix previous
6963 change. To avoid unwanted bidi reordering, use
6964 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
6965
39675016
DG
69662012-03-21 Dmitry Gutov <dgutov@yandex.ru>
6967
6968 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
6969 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
6970 (ruby-beginning-of-indent): Be more careful with the difference
6971 between word-boundary and symbol boundary.
6972 (ruby-mode-syntax-table): Make : a symbol constituent.
6973
0a6934fc 69742012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 6975
3d008e4f
SM
6976 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
6977
0a6934fc
SM
69782012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6979
af67c9d7
SM
6980 * progmodes/etags.el (tags-completion-at-point-function):
6981 Improve last fix.
6982
1acad97c
SM
6983 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
6984
e298b5da
SS
69852012-03-21 Sam Steingold <sds@gnu.org>
6986
6987 * progmodes/etags.el (tags-completion-at-point-function):
6988 Avoid the error when point is inside the pattern.
6989
91d82a70
JY
69902012-03-21 John Yates <john@yates-sheets.org> (tiny change)
6991
6992 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
6993 line (Bug#10855).
6994
69188b79
CY
69952012-03-21 Drew Adams <drew.adams@oracle.com>
6996
6997 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
6998
99fc91fe
AK
69992012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7000
7001 * ido.el (ido-set-current-directory, ido-read-internal)
7002 (ido-choose-completion-string, ido-completion-help): Handle nil
7003 value of ido-completion-buffer (Bug#11008).
7004
087bbb4c
SS
70052012-03-21 Sam Steingold <sds@gnu.org>
7006
7007 * window.el (switch-to-prev-buffer): Do not switch to a visible
7008 window previous buffer, just like with the frame previous buffers.
7009
fb5b8aca
CY
70102012-03-21 Chong Yidong <cyd@gnu.org>
7011
7012 * faces.el (make-face, make-empty-face, copy-face):
7013 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7014 Doc fixes.
7015
dc9924b8
SM
70162012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7019 (widget-complete): Remove broken use of it.
7020
f0bcceb9
CY
70212012-03-20 Chong Yidong <cyd@gnu.org>
7022
dc9924b8
SM
7023 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7024 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
7025 characters.
7026
ee52ebf3
TH
70272012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7028
7029 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7030 to draw rectangles, not squares. (Regression introduced by revno
7031 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7032
4c5779ab
CY
70332012-03-18 Chong Yidong <cyd@gnu.org>
7034
7035 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7036 it is not yet defined (for temacs).
7037
15360934
LL
70382012-03-18 Leo Liu <sdl.web@gmail.com>
7039
dc9924b8 7040 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 7041
d9a8eb66
EZ
70422012-03-17 Eli Zaretskii <eliz@gnu.org>
7043
7044 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7045 (ispell-choices-win-default-height, ispell-silently-savep)
7046 (ispell-dictionary-alist, ispell-encoding8-command)
7047 (ispell-check-version, ispell-aspell-find-dictionary)
7048 (ispell-valid-dictionary-list, ispell-words-keyword)
7049 (ispell-get-word, ispell-internal-change-dictionary)
7050 (ispell-region, ispell-skip-region-list)
7051 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7052 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7053 (ispell-message-text-end, ispell-message)
7054 (ispell-buffer-local-parsing): Doc fix.
7055
f02ff80d
J
70562012-03-13 Jambunathan K <kjambunathan@gmail.com>
7057
7058 * htmlfontify.el: Add support for code block fontification for ODT
7059 export (Bug #9914).
7060 (hfy-optimisations): Define new option
7061 `body-text-only'
7062 (hfy-fontify-buffer): Honor above setting.
7063 (hfy-begin-span, hfy-end-span): New routines factored out form
7064 `hfy-fontify-buffer'.
7065 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7066 that permit insertion of custom tags.
7067 (hfy-fontify-buffer): Use above handlers.
7068 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7069 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 7070 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 7071 over multiple runs. This is made possible by having the caller let
f02ff80d
J
7072 bind a special variable `hfy-user-sheet-assoc'.
7073 (htmlfontify-string): New defun.
7074 (hfy-compile-face-map): Make sure that the last char in the
7075 buffer is correctly fontified.
7076 (hfy-face-resolve-face): Whitespace only change.
7077
9ac7a13f
EZ
70782012-03-17 Eli Zaretskii <eliz@gnu.org>
7079
7080 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7081 message more clear.
7082
e2b5bdd7
LL
70832012-03-16 Leo Liu <sdl.web@gmail.com>
7084
7085 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7086
2e492df3
AM
70872012-03-16 Alan Mackenzie <acm@muc.de>
7088
7089 Further optimise the handling of large macros.
7090
7091 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7092 limit to a call of `c-literal-limits'.
7093 (c-determine-+ve-limit): New function.
dc9924b8
SM
7094 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7095 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
7096 In CASE 5B, restrict a search limit to 500.
7097 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7098
7099 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7100 Restrict macro bounds to +-500 from after-change's BEG END.
7101
50e94f0c
LL
71022012-03-16 Leo Liu <sdl.web@gmail.com>
7103
7104 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7105
6f09f6ed
AH
71062012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7107
7108 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 7109 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 7110
c7e73d51
GM
71112012-03-16 Glenn Morris <rgm@gnu.org>
7112
da986230
GM
7113 * view.el (view-buffer, view-buffer-other-window)
7114 (view-buffer-other-frame): Doc fixes re special mode-class.
7115
0835f01e
GM
7116 * subr.el (eval-after-load): If named feature is provided not from
7117 a file, run after-load forms. (Bug#10946)
7118
c7e73d51
GM
7119 * calendar/calendar.el (calendar-insert-at-column):
7120 Handle non-unit-width characters a bit better. (Bug#10978)
7121
3f2eafd1
CY
71222012-03-15 Chong Yidong <cyd@gnu.org>
7123
7124 * emacs-lisp/ring.el (ring-extend): New function.
7125 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7126
7127 * comint.el (comint-read-input-ring)
7128 (comint-add-to-input-history): Grow comint-input-ring lazily.
7129
103af3fe
SM
71302012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7131
663b1677
SM
7132 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7133 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7134
103af3fe
SM
7135 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7136 (imenu-add-to-menubar): Don't add a redundant index.
7137 (imenu-update-menubar): Handle a dynamically composed keymap.
7138
899cb7cb
KY
71392012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7140
7141 * mail/sendmail.el (mail-encode-header):
7142 Bind rfc2047-encode-encoded-words to nil.
7143
3809f91d
GM
71442012-03-13 Glenn Morris <rgm@gnu.org>
7145
7146 * calendar/calendar.el (calendar-string-spread):
7147 Handle non-unit-width characters a bit better. (Bug#10978)
7148
9e345a01
LL
71492012-03-13 Leo Liu <sdl.web@gmail.com>
7150
7151 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7152 directory and file as argument (Bug#10822).
7153
4a07df36
KS
71542012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7155
7156 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7157 For dynamically generated code, follow $PC.
7158 (gdb-disassembly-handler-custom): Handle no function name case.
7159
4aaa9356
TL
71602012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7161
7162 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7163 * emulation/ws-mode.el (ws-query-replace):
7164 * sort.el (sort-regexp-fields):
7165 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7166
225979da
SM
71672012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * dabbrev.el: Fix cycle completion order (bug#10963).
7170 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7171 (dabbrev-completion): Don't use an obarray; provide
7172 a cycle-sort-function.
7173
e2f1fdab
LL
71742012-03-12 Leo Liu <sdl.web@gmail.com>
7175
dc9924b8 7176 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
7177 (kill-do-not-save-duplicates): Doc fix.
7178
b19490ed
SM
71792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * dabbrev.el: Fix cycle completion (bug#10963).
7182 Use lexical binding and wrap to 80 columns.
7183 (dabbrev-completion): Delay computing the list of completions.
7184
4b05d722
KH
71852012-03-12 Kenichi Handa <handa@m17n.org>
7186
7187 * international/quail.el (quail-insert-kbd-layout): Surround each
7188 row by LRO and PDF instead of inserting many LRMs. Pad the left
7189 and right of each non-spacing marks. Insert invisible space
7190 between lower and upper characters to prevent composition.
7191
dbbc2e69
SM
71922012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * minibuffer.el (minibuffer-complete): Don't get confused when the
7195 function is run twice via different commands (bug#10958).
7196 (complete-with-action): Fix docstring.
7197
292112ed
CY
71982012-03-12 Chong Yidong <cyd@gnu.org>
7199
5d1ac394
CY
7200 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7201 (nxml-completion-at-point-function): New function.
7202 (nxml-mode): Use it.
7203 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7204
292112ed
CY
7205 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7206 Load generated autoloads file before byte compiling (Bug#10970).
7207 (package--make-autoloads-and-compile): New helper fun.
7208
4098f8f7
CS
72092012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7210
7211 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7212
8f754691
MA
72132012-03-11 Michael Albinus <michael.albinus@gmx.de>
7214
7215 * autorevert.el (auto-revert-handler): Ensure, that
7216 file-readable-p is applied only for local files or in
7217 auto-revert-tail-mode.
7218
e29ab36b
AS
72192012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7220
dbbc2e69
SM
7221 * server.el (server-eval-at): Handle non-tcp connections.
7222 Decode result string.
ad0bf5b6 7223
e29ab36b
AS
7224 * server.el (server-msg-size): New constant.
7225 (server-reply-print): New function.
7226 (server-eval-and-print): Use it.
7227 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7228 Handle -print-nonl.
7229
de5939ba
CS
72302012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7231
7232 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7233 (Bug#10987).
7234
0c93eabf
CY
72352012-03-11 Chong Yidong <cyd@gnu.org>
7236
397a688f
CY
7237 * simple.el (goto-line): Doc fix (Bug#9938).
7238
2cc775f9
CY
7239 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7240
0c93eabf
CY
7241 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7242 when finished (Bug#10963).
7243
c491fa41
MR
72442012-03-11 Martin Rudalics <rudalics@gmx.at>
7245
7246 * window.el (split-window-below): Fix bug in case where
7247 split-window-keep-point is nil (Bug#10971).
7248
300e8fa5
JL
72492012-03-11 Juri Linkov <juri@jurta.org>
7250
7251 * replace.el (replace-highlight): Set isearch-word to nil
7252 unconditionally. (Bug#10887)
7253
dbf6c5a1
EZ
72542012-03-10 Eli Zaretskii <eliz@gnu.org>
7255
7256 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7257 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 7258 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
7259 (mairix-widget-create-query): Add usage information about mairix
7260 search forms: negating words, searching for substrings, etc.
7261
b9e501de
JP
72622012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7263
7264 * international/fontset.el (font-encoding-alist): Add an entry for
7265 ksx1001 (Bug#5667).
7266
92795c91
RS
72672012-03-10 Richard Stallman <rms@gnu.org>
7268
1694e6c1
RS
7269 * mail/sendmail.el (mail-encode-header):
7270 Set rfc2047-encode-encoded-words.
7271
607e8555
RS
7272 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7273
de3bc99a
RS
7274 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7275 view buffer means not swapped.
7276 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7277 (rmail-write-region-annotate): Error if real text has disappeared.
7278
92795c91
RS
7279 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7280
699bd04e
CY
72812012-03-10 Chong Yidong <cyd@gnu.org>
7282
7283 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
7284 * emulation/cua-base.el (cua--init-keymaps):
7285 Add delete-forward-char to remappings (Bug#9666).
699bd04e 7286
570a1714
MR
72872012-03-10 Martin Rudalics <rudalics@gmx.at>
7288
dbbc2e69
SM
7289 * speedbar.el (speedbar-unhighlight-one-tag-line):
7290 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 7291
82dcf4e4
CY
72922012-03-10 Chong Yidong <cyd@gnu.org>
7293
7a2c7ca7
CY
7294 * minibuffer.el (completion-in-region, completion-help-at-point):
7295 Give the completion field overlay a high priority (Bug#6830).
7296
82dcf4e4
CY
7297 * dired.el (dired-goto-file): Recognize absolute file name
7298 listings (Bug#7126).
7299 (dired-goto-file-1): New helper function.
7300 (dired-toggle-read-only): Inhibit warnings.
7301
052e28ac
MA
73022012-03-09 Michael Albinus <michael.albinus@gmx.de>
7303
75f1671a 7304 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
7305 there are no properties.
7306
95d5e396
LL
73072012-03-09 Leo Liu <sdl.web@gmail.com>
7308
7309 * savehist.el (savehist-printable): Stricter check for string
7310 value (Bug#10937).
7311
3f018d6d
EZ
73122012-03-09 Eli Zaretskii <eliz@gnu.org>
7313
dbbc2e69
SM
7314 * mail/smtpmail.el (smtpmail-send-it):
7315 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
7316 valid mbox format.
7317
f7fd3d79
GM
73182012-03-09 Glenn Morris <rgm@gnu.org>
7319
7320 * files.el (dir-locals-find-file):
7321 Don't check result is regular, readable.
7322 (dir-locals-read-from-file): Demote errors.
7323
6ff6e72f
EZ
73242012-03-08 Eli Zaretskii <eliz@gnu.org>
7325
dbbc2e69
SM
7326 * international/quail.el (quail-insert-kbd-layout):
7327 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
7328 layout cell, to prevent their reordering by bidi display engine.
7329 For details, see the discussion in
7330 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7331
9cec7834
AM
73322012-03-08 Alan Mackenzie <acm@muc.de>
7333
7334 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7335 the starting position; make it extend the marked region when
7336 invoked repeatedly - all under appropriate circumstances.
7337 Fixes bugs #5525, #10906.
7338
9a40b8d4
GM
73392012-03-08 Glenn Morris <rgm@gnu.org>
7340
7341 * files.el (locate-dominating-file, dir-locals-find-file):
7342 Undo 2012-03-06 change.
7343
7a08ed35
EZ
73442012-03-07 Eli Zaretskii <eliz@gnu.org>
7345
dbbc2e69
SM
7346 * international/quail.el (quail-help):
7347 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
7348 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7349 for the reason.
7350
5aca4f71 73512012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
7352
7353 Avoid superfluous registering of signals. (Bug#10807)
7354
7355 * notifications.el (notifications-on-action-object)
7356 (notifications-on-close-object): New defvars.
7357 (notifications-on-action-signal, notifications-on-closed-signal):
7358 Unregister the signal if not needed any longer.
7359 (notifications-notify): Register `notifications-action-signal' or
7360 `notifications-closed-signal', if :on-action or :on-close has been
7361 passed as argument.
7362
78e8b10a
CY
73632012-03-07 Chong Yidong <cyd@gnu.org>
7364
7365 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7366 non-X platforms.
7367
69481eb8
GM
73682012-03-06 Glenn Morris <rgm@gnu.org>
7369
7370 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7371 (x-disown-selection-internal, x-get-selection-internal):
7372 Doc fix (add arglist signatures). (Bug#10783)
7373
133b8e11
KS
73742012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7375
7376 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7377 Handle breakpoints with no "type".
7378
99a83064
GM
73792012-03-06 Glenn Morris <rgm@gnu.org>
7380
7381 * files.el (locate-dominating-file): Add optional predicate argument.
7382 (dir-locals-find-file): Make use of above change.
7383
17798e78
TTN
73842012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
7385
7386 * info.el (Info-insert-dir): Also try "dir.gz".
7387
eb182446
GM
73882012-03-06 Glenn Morris <rgm@gnu.org>
7389
8f2114ee
GM
7390 * files.el (dir-locals-find-file):
7391 Ignore non-readable or non-regular files. (Bug#10928)
7392
eb182446
GM
7393 * files.el (locate-dominating-file): Doc fix.
7394
24679323
AS
73952012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
7396
7397 * calendar/calendar.el (calendar-set-mode-line):
7398 `getenv' returns a string. (Bug#10951)
7399
01d972a9
LL
74002012-03-05 Leo Liu <sdl.web@gmail.com>
7401
109aa8a9
LL
7402 * simple.el (backward-delete-char-untabify): Constrain point to
7403 field (Bug#10939).
7404
01d972a9
LL
7405 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7406
10607bea
CY
74072012-03-05 Chong Yidong <cyd@gnu.org>
7408
7409 * simple.el (count-words): If called from Lisp, return the word
7410 count, for symmetry with `count-lines'. Arglist changed.
7411 (count-words--message): Args changed. Consolidate counting code
7412 from count-words and count-words-region.
7413 (count-words-region): Caller changed.
7414 (count-lines-region): Make it an obsolete alias.
7415
5dd11cfe
TH
74162012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7417
7418 * saveplace.el (save-place-to-alist)
7419 (save-place-ignore-files-regexp): Allow value nil to disable this
7420 feature.
7421
c349f4e6
CY
74222012-03-04 Chong Yidong <cyd@gnu.org>
7423
7424 * faces.el (face-spec-reset-face): For the default face, reset the
7425 attributes to default values (Bug#10748).
7426
e627be4c
LMI
74272012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7428
7429 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7430 previous patch: Check `message-send-mail-function', and not the
7431 default function (bug#10897).
7432
ebeabff4
MA
74332012-03-04 Michael Albinus <michael.albinus@gmx.de>
7434
a41a6cf4
MA
7435 * notifications.el (notifications-on-action-signal)
7436 (notifications-on-closed-signal): Check for unique service name of
7437 incoming event. Fix error in removing entry.
ebeabff4 7438 (top): Register for signals with wildcard service name.
a41a6cf4 7439 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 7440
c1ca42b4
CY
74412012-03-04 Chong Yidong <cyd@gnu.org>
7442
dc9924b8 7443 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 7444
ea16568d
GM
74452012-03-04 Glenn Morris <rgm@gnu.org>
7446
7447 * abbrev.el (copy-abbrev-table, abbrev-table-p)
7448 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7449 (expand-abbrev, define-abbrev-table): Doc fixes.
7450
fbae4637
LMI
74512012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7452
7453 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7454 `message-default-send-mail-function' and not `send-mail-function'
7455 when doing the prompting for `sendmail-query-once' before sending
7456 in Message buffers (bug#10897).
7457
a1e7225c
LMI
7458 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7459 This is inconsistent with all the other stream functions, which leave
7460 the setting up to the higher levels (if so wanted) (bug#10931).
7461
56d093a9
AM
74622012-03-02 Alan Mackenzie <acm@muc.de>
7463
7464 Depessimize the handling of very large macros.
7465
7466 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7467 (c-macro-cache-syntactic): New variables to implement a one
7468 element macro cache.
7469 (c-invalidate-macro-cache): New function.
7470 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7471 Adapt to use the new cache.
7472 (c-state-safe-place): Use better the cache of safe positions.
7473 (c-state-semi-nonlit-pos-cache)
7474 (c-state-semi-nonlit-pos-cache-limit):
7475 New variables for...
7476 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
7477 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
7478 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7479 Use c-state-semi-safe-place.
56d093a9 7480
dbbc2e69
SM
7481 * progmodes/cc-langs.el (c-get-state-before-change-functions):
7482 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 7483
817e5c3d
MA
74842012-03-02 Michael Albinus <michael.albinus@gmx.de>
7485
dbbc2e69
SM
7486 * jka-compr.el (jka-compr-call-process):
7487 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
7488 not remote.
7489
a032a702
MA
74902012-03-01 Michael Albinus <michael.albinus@gmx.de>
7491
7492 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
7493 access of FILE2, if FILE1 does not exist.
7494
99a54f21
MA
7495 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7496 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7497
7498 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7499 Add "PAGER=" to `process-environment'.
7500
f6561e1f
MM
75012012-03-01 Michael R. Mauger <mmaug@yahoo.com>
7502
7503 * progmodes/sql.el: Bug fix
7504 (sql-get-login-ext): Save login values in globals.
7505 (sql-get-login): Use new version of `sql-get-login-ext'.
7506 (sql-interactive-mode): Set global `sql-connection' to nil.
7507 (sql-connect): Set global values for connection.
7508 (sql-product-interactive): Save global values as buffer local.
7509
2d44d9cc
LL
75102012-02-29 Leo Liu <sdl.web@gmail.com>
7511
7512 * abbrev.el (define-abbrevs): Reset sys to nil.
7513
96b49301 75142012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7515
bf7f9bc5
JB
7516 * files.el (file-equal-p): Rename from `files-equal-p'.
7517 Return nil when one or both files don't exist.
96b49301 7518 (file-subdir-of-p): Now only top directory must exists,
7519 return nil if it doesn't.
bf7f9bc5
JB
7520 (copy-directory): No need to test with `file-subdir-of-p' after
7521 creating dir.
7522 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7523 to `file-equal-p'.
96b49301 7524
44e97401
GM
75252012-02-28 Glenn Morris <rgm@gnu.org>
7526
7527 * shell.el (shell-mode):
7528 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7529 * play/landmark.el (landmark-font-lock-face-O):
7530 * play/handwrite.el (handwrite):
7531 * play/gomoku.el (gomoku-O):
7532 * net/browse-url.el (browse-url-browser-display):
7533 * international/mule.el (define-charset):
7534 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7535 * filesets.el (filesets-find-file-delay):
7536 * eshell/em-xtra.el (eshell-xtra):
7537 * eshell/em-unix.el (eshell-grep):
7538 * emulation/viper.el (viper-mode):
7539 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7540 * emacs-lisp/easymenu.el (easy-menu-define):
7541 * calendar/timeclock.el (timeclock-use-display-time):
7542 * bs.el (bs-mode):
7543 * bookmark.el (bookmark-save-flag):
7544 Doc fix (standardize possessive apostrophe usage).
7545
c98c6276
CY
75462012-02-27 Chong Yidong <cyd@gnu.org>
7547
bf7f9bc5
JB
7548 * emulation/viper-cmd.el (viper-intercept-ESC-key):
7549 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 7550
c98c6276
CY
7551 * font-lock.el (font-lock-specified-p): Rename from
7552 font-lock-spec-present. Callers changed.
7553
9c62cd04 75542012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 7555
bf7f9bc5
JB
7556 * emacs-lisp/package.el (package-compute-transaction):
7557 Handle holding a package version to t in package-load-list.
8ac9e529 7558
530739c9
MA
75592012-02-26 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7562 (tramp-get-inode, tramp-get-device): Use cached values.
7563
487915d7
AM
75642012-02-26 Alan Mackenzie <acm@muc.de>
7565
7566 Check there is a font-lock specification before doing initial
7567 fontification.
7568
7569 * font-core.el (font-lock-mode): Move the conditional from
7570 :after-hook to font-lock-initial-fontify.
7571 (font-lock-default-function): Move the check for a specification
7572 to font-lock-spec-present.
7573
dc9924b8 7574 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
7575 (font-lock-spec-present): New function.
7576
4fd96557
JB
75772012-02-26 Jim Blandy <jimb@red-bean.com>
7578
7579 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7580 (gdb-send): Apply it to the operand of the '-interpreter-exec
7581 console' command, so that we can pass arguments with (say) quotes
7582 in them. Store exact string sent in gdb-debug-log (Bug#10765).
7583
9a4888c0
CY
75842012-02-26 Chong Yidong <cyd@gnu.org>
7585
07498861
CY
7586 * help-fns.el (describe-function-1): Clarify description of
7587 remapping (Bug#10844).
7588
9a4888c0
CY
7589 * files.el (files-equal-p): Doc fix.
7590 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
7591 and quit the loop once a mismatch is found.
7592
ea8fb88d
JB
75932012-02-25 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * bs.el (bs--show-with-configuration): Don't throw an error
7596 if the window cannot be split; otherwise, subsequent calls to
7597 bs-show fail, restoring a stale window config. (Bug#10882)
7598
525795c1
JD
75992012-02-25 Jan Djärv <jan.h.d@swipnet.se>
7600
7601 * term/ns-win.el (global-map): Bind ns-drag-file to
7602 ns-find-file (Bug#5855, Bug#10050).
7603
f008086f
AS
76042012-02-25 Andreas Schwab <schwab@linux-m68k.org>
7605
7606 * calendar/parse-time.el (parse-time-string): Allow extractor to
7607 return nil.
7608
a3fcfa99
MA
76092012-02-25 Michael Albinus <michael.albinus@gmx.de>
7610
91027d08
JB
7611 * net/tramp.el (tramp-file-name-for-operation):
7612 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
7613
7614 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
7615 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7616 Add COPY-CONTENTS argument.
a3fcfa99 7617
67b0de11
CY
76182012-02-25 Chong Yidong <cyd@gnu.org>
7619
7620 Add custom groups for VC backends, for consistency with vc-bzr.
7621
7622 * vc/vc-arch.el (vc-arch):
7623 * vc/vc-cvs.el (vc-cvs):
7624 * vc/vc-git.el (vc-git):
7625 * vc/vc-hg.el (vc-hg):
7626 * vc/vc-mtn.el (vc-mtn):
7627 * vc/vc-rcs.el (vc-rcs):
7628 * vc/vc-sccs.el (vc-sccs):
7629 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
7630 All relevant defcustoms reassigned.
7631
3c9dfce6
CY
76322012-02-25 Chong Yidong <cyd@gnu.org>
7633
1339bf43
CY
7634 * newcomment.el (comment-styles): Add autoload (Bug#10868).
7635
3c9dfce6
CY
7636 * term/x-win.el (x-initialize-window-system): Reduce default for
7637 x-selection-timeout to 5 seconds (Bug#8869).
7638
25b2e303 76392012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7640
ec70a47d
GM
7641 * files.el (files-equal-p, file-subdir-of-p): New functions.
7642 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 7643 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
7644 * dired-aux.el (dired-copy-file-recursive): Same.
7645 (dired-create-files): Modify destination when source is equal to
7646 dest when copying files.
53a46cd0 7647 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 7648
914260cd
MA
76492012-02-24 Michael Albinus <michael.albinus@gmx.de>
7650
7651 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
7652 (Bug#10874)
7653
2cb228f7
AM
76542012-02-23 Alan Mackenzie <acm@muc.de>
7655
7656 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
7657 parameter "after-hook:" to allow the expansion to run code after
7658 the execution of the mode hooks.
7659
7660 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 7661 from font-lock-mode-internal.
2cb228f7 7662
91027d08 7663 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
7664 :after-hook.
7665
8f0fde21
SM
76662012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7667
3e88618b
SM
7668 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
7669 (completion--cache-all-sorted-completions): New function.
7670 (completion-all-sorted-completions): Use it.
7671 (completion--do-completion, minibuffer-force-complete):
7672 Use it to re-instate the flush hook.
7673
8f0fde21
SM
7674 * icomplete.el (icomplete-completions): Replace last fix with a better
7675 one (bug#10850).
7676
8e911f6f
DG
76772012-02-23 Dmitry Gutov <dgutov@yandex.ru>
7678
7679 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
7680 when it might call us back infinitely (bug#10797).
7681
49fe4321
GM
76822012-02-23 Glenn Morris <rgm@gnu.org>
7683
7684 * minibuffer.el (completion-category-overrides): Doc fix.
7685
b291b572
SM
76862012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * minibuffer.el (completion-table-with-context): Fix inf-loop.
7689 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
7690
31a9ef2e
GM
76912012-02-23 Glenn Morris <rgm@gnu.org>
7692
5e6e6794 7693 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
7694 (authors-obsolete-files-regexps, authors-ignored-files)
7695 (authors-ambiguous-files, authors-renamed-files-alist):
7696 Add more entries.
7697
0bd1e074
JL
76982012-02-23 Juri Linkov <juri@jurta.org>
7699
7700 * isearch.el (isearch-occur): Sync interactive spec with occur's
7701 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
7702
b617673c
JL
7703 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
7704
19e9789e
JL
77052012-02-22 Juri Linkov <juri@jurta.org>
7706
7707 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
7708 (ucs-insert): Doc fix. Check for hex digits in the string.
7709 Don't display `nil' in the error message. (Bug#10857)
7710
f41ce09d
AM
77112012-02-22 Alan Mackenzie <acm@muc.de>
7712
7a71b18d 7713 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 7714
ac2eceee
GM
77152012-02-22 Glenn Morris <rgm@gnu.org>
7716
7717 * ffap.el (ffap-c-path):
7718 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
7719
abd1f678
CY
77202012-02-22 Chong Yidong <cyd@gnu.org>
7721
7722 * custom.el (load-theme): Doc fix.
7723
f25aef2e
GM
77242012-02-22 Glenn Morris <rgm@gnu.org>
7725
7726 * dired-x.el (dired-guess-shell-alist-default):
7727 Remove escape sequences from nroff output. (Bug#172)
7728
5f8dc2ca
GM
77292012-02-21 Glenn Morris <rgm@gnu.org>
7730
6ff86ec4
GM
7731 * vc/emerge.el (emerge-defvar-local):
7732 Set `permanent-local' property rather than unused `preserved'.
7733
be3223a3 7734 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
7735 (picture-mode-map): Use it. (Bug#10860)
7736 (picture-mode): Doc fix.
7737
3fe58f4f
JB
77382012-02-21 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * newcomment.el (uncomment-region-default): Remove unused binding.
7741
f9a998c3
GM
77422012-02-21 Glenn Morris <rgm@gnu.org>
7743
7744 * textmodes/picture.el (picture-motion, picture-motion-reverse)
7745 (picture-self-insert, picture-tab-chars): Doc fix.
7746 (picture-mode-map): Fix C-a, C-e.
7747
c6029348
GM
77482012-02-20 Glenn Morris <rgm@gnu.org>
7749
7750 * emacs-lisp/authors.el (authors-aliases): Add another entry.
7751
ab1ce9d7
LL
77522012-02-20 Leo Liu <sdl.web@gmail.com>
7753
7754 * icomplete.el (icomplete-completions): Check FROM arg before
7755 passing to substring (Bug#10850).
7756
0fd40f89
CY
77572012-02-19 Chong Yidong <cyd@gnu.org>
7758
7759 * comint.el: Require ansi-color.
7760 (comint-output-filter-functions): Add ansi-color-process-output.
7761
7762 * ansi-color.el: Don't set comint-output-filter-functions; it is
7763 now in the initial value defined in comint.el.
7764 (ansi-color-apply-face-function): New variable.
7765 (ansi-color-apply-on-region): Use it.
7766 (ansi-color-apply-overlay-face): New function.
7767
7768 * shell.el (shell): No need to require ansi-color.
7769 (shell-mode): Use ansi-color-apply-face-function to highlight
7770 color escapes using font-lock-face property (Bug#10835).
7771
20af2394
CY
77722012-02-19 Chong Yidong <cyd@gnu.org>
7773
7774 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
7775 mode-line formats (Bug#10839).
7776
e23a3fbe
GM
77772012-02-18 Glenn Morris <rgm@gnu.org>
7778
b474519e
GM
7779 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
7780
7781 * mail/undigest.el (unforward-rmail-message): Doc fix.
7782
e23a3fbe
GM
7783 * saveplace.el (save-place-ignore-files-regexp): Add :version.
7784
57939ff4
EZ
77852012-02-18 Eli Zaretskii <eliz@gnu.org>
7786
7787 * international/characters.el (script-list): Sync with the latest
7788 Unicode Character Database.
7789
0c23686e
AS
77902012-02-18 Andreas Schwab <schwab@linux-m68k.org>
7791
7792 * international/titdic-cnv.el: Remove duplicate coding tag.
7793 * language/cham.el: Likewise.
7794 * language/tai-viet.el: Likewise.
7795
6818b449
GM
77962012-02-18 Glenn Morris <rgm@gnu.org>
7797
7798 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
7799 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
7800 (calendar-bahai-all-holidays-flag, calendar-other-dates):
7801 * calendar/diary-lib.el (diary-abbreviated-year-flag):
7802 * calendar/holidays.el (holiday-bahai-holidays)
7803 (calendar-holidays, list-holidays):
7804 Use utf-8 Bahá'í in doc-strings, menus, etc.
7805
0311a3fc
TH
78062012-02-17 Tassilo Horn <tassilo@member.fsf.org>
7807
7808 * saveplace.el (save-place-ignore-files-regexp): New variable
7809 allowing for excluding files from saving their location of point.
7810 The default value matches the temporary commit message editing
7811 files from Git, SVN, Bazaar, and Mercurial.
7812 (save-place-to-alist): Use it.
7813
d209e2fb 78142012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 7815 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
7816
7817 * newcomment.el (uncomment-region-default): Don't leave extra space
7818 when an arg is provided (bug#8150).
7819
ee0ce425
TZ
78202012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
7821
eb864a71 7822 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 7823
95ddf442
GM
78242012-02-17 Glenn Morris <rgm@gnu.org>
7825
7826 * net/socks.el: Require network-stream. (Bug#10599)
7827
48dd1e39 78282012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
7829
7830 * international/charprop.el:
7831 * international/uni-name.el:
7832 * international/uni-old-name.el:
7833 * international/uni-comment.el: Regenerate.
7834
d68cd087
GM
78352012-02-16 Glenn Morris <rgm@gnu.org>
7836
7837 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
7838 Interactively in calendar buffer, give an error if not on a date.
7839
13932042
GM
78402012-02-15 Glenn Morris <rgm@gnu.org>
7841
7842 * shell.el (shell-delimiter-argument-list):
7843 Revert 2011-02-17 change. (Bug#8027)
7844
c3a70e2b
CY
78452012-02-15 Chong Yidong <cyd@gnu.org>
7846
60236b0d
CY
7847 * minibuffer.el (completion-at-point-functions): Doc fix.
7848
c3a70e2b
CY
7849 * custom.el (defcustom): Doc fix; note use of defvar.
7850
9f26dc24
GM
78512012-02-15 Glenn Morris <rgm@gnu.org>
7852
7853 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
7854 Doc fixes.
7855
6546b134
GM
78562012-02-14 Glenn Morris <rgm@gnu.org>
7857
7858 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
7859
d29b2b4c
LI
78602012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
7861
7862 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
7863 way the ports list is computed.
835bdcba
LI
7864 (smtpmail-query-smtp-server): Prompt the user for a port number if
7865 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 7866
08dcdbc9
TZ
78672012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7868
7869 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
7870
2605051a
GM
78712012-02-13 Glenn Morris <rgm@gnu.org>
7872
7873 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
7874
7ee99f32
TZ
78752012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
7876
7877 * net/gnutls.el (gnutls-trustfiles): New variable.
7878 (gnutls-negotiate): Use it.
7879
5f0af64f
LI
78802012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
7881
7882 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
7883 does its stuff if Gnus is running.
7884
c14fcc95
AM
78852012-02-13 Alan Mackenzie <acm@muc.de>
7886
7887 Fix a loop in c-set-fl-decl-start.
7888
7a71b18d 7889 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
7890 c-backward-syntactic-ws actually moves backwards.
7891
142b4d90
LL
78922012-02-13 Leo Liu <sdl.web@gmail.com>
7893
7894 * net/rcirc.el (rcirc-markup-attributes): Move point to the
7895 beginning so that all \C-o chars are removed.
7896
fa9958a6
TZ
78972012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
7898
dc9924b8 7899 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 7900
0bc5886a
AM
79012012-02-12 Alan Mackenzie <acm@muc.de>
7902
7903 Fix infinite loop with long macros.
4d6769e1 7904 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 7905
d4bd55e7
CY
79062012-02-12 Chong Yidong <cyd@gnu.org>
7907
7908 * window.el (display-buffer): Doc fix (Bug#10785).
7909
66f3fe22
GM
79102012-02-12 Glenn Morris <rgm@gnu.org>
7911
bd7da63e
GM
7912 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7913 (x-disown-selection-internal, x-get-selection-internal):
7914 Sync docs with the xselect.c versions.
7915
66f3fe22
GM
7916 * allout-widgets.el: Add missing license notice.
7917
3e0d2fa7
GM
79182012-02-11 Glenn Morris <rgm@gnu.org>
7919
cfecdf09
GM
7920 * select.el (x-get-selection-internal, x-own-selection-internal)
7921 (x-disown-selection-internal):
7922 * x-dnd.el (x-get-selection-internal): Update declarations.
7923
6d216d7f
GM
7924 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
7925
2bed3f04
GM
7926 * window.el (window-sides-slots):
7927 * tool-bar.el (tool-bar-position):
7928 * term/xterm.el (xterm-extra-capabilities):
7929 * ses.el (ses-self-reference-early-detection):
7930 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
7931 (verilog-auto-wire-type)
7932 (verilog-auto-delete-trailing-whitespace)
7933 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
7934 (verilog-auto-tieoff-declaration):
7935 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
7936 (sql-oracle-statement-starters, sql-oracle-scan-on):
7937 * progmodes/prolog.el (prolog-align-comments-flag)
7938 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
7939 (prolog-left-indent-regexp, prolog-paren-indent-p)
7940 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
7941 (prolog-types, prolog-mode-specificators)
7942 (prolog-determinism-specificators, prolog-directives)
7943 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
7944 (prolog-electric-dot-flag)
7945 (prolog-electric-dot-full-predicate-template)
7946 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
7947 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
7948 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
7949 (prolog-program-switches, prolog-prompt-regexp)
7950 (prolog-debug-on-string, prolog-debug-off-string)
7951 (prolog-trace-on-string, prolog-trace-off-string)
7952 (prolog-zip-on-string, prolog-zip-off-string)
7953 (prolog-use-standard-consult-compile-method-flag)
7954 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
7955 (prolog-imenu-max-lines, prolog-info-predicate-index)
7956 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
7957 (prolog-char-quote-workaround):
7958 * progmodes/cc-vars.el (c-defun-tactic):
7959 * net/tramp.el (tramp-encoding-command-interactive)
7960 (tramp-local-end-of-line):
7961 * net/soap-client.el (soap-client):
7962 * net/netrc.el (netrc-file):
7963 * net/gnutls.el (gnutls):
7964 * minibuffer.el (completion-category-overrides)
7965 (completion-cycle-threshold)
7966 (completion-pcm-complete-word-inserts-delimiters):
7967 * man.el (Man-name-local-regexp):
7968 * mail/feedmail.el (feedmail-display-full-frame):
7969 * international/characters.el (glyphless-char-display-control):
7970 * eshell/em-ls.el (eshell-ls-date-format):
7971 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
7972 (lisp-lambda-list-keyword-parameter-indentation)
7973 (lisp-lambda-list-keyword-parameter-alignment):
7974 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
7975 * dired-x.el (dired-omit-verbose):
7976 * cus-theme.el (custom-theme-allow-multiple-selections):
7977 * calc/calc.el (calc-highlight-selections-with-faces)
7978 (calc-lu-field-reference, calc-lu-power-reference)
7979 (calc-note-threshold):
7980 * battery.el (battery-mode-line-limit):
7981 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7982 (archive-7z-update):
7983 * allout.el (allout-prefixed-keybindings)
7984 (allout-unprefixed-keybindings)
7985 (allout-inhibit-auto-fill-on-headline)
7986 (allout-flattened-numbering-abbreviation):
7987 * allout-widgets.el (allout-widgets-auto-activation)
7988 (allout-widgets-icons-dark-subdir)
7989 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
7990 (allout-widgets-theme-dark-background)
7991 (allout-widgets-theme-light-background)
7992 (allout-widgets-item-image-properties-emacs)
7993 (allout-widgets-item-image-properties-xemacs)
7994 (allout-widgets-run-unit-tests-on-load)
7995 (allout-widgets-time-decoration-activity)
7996 (allout-widgets-hook-error-post-time)
7997 (allout-widgets-track-decoration):
7998 Add missing :version tags to new defcustoms and defgroups.
7999
5fec1b8e
GM
8000 * progmodes/sql.el (sql-ansi-statement-starters)
8001 (sql-oracle-statement-starters): Add custom type.
8002
3e0d2fa7
GM
8003 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8004 (prolog-system-version): Give it a type.
8005
90b671e2
EZ
80062012-02-11 Eli Zaretskii <eliz@gnu.org>
8007
8008 * term/pc-win.el (x-select-text, x-selection-owner-p)
8009 (x-own-selection-internal, x-disown-selection-internal)
8010 (x-get-selection-internal): Sync doc strings and argument lists
8011 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8012
5eac0c02
LL
80132012-02-11 Leo Liu <sdl.web@gmail.com>
8014
8015 * progmodes/python.el (python-end-of-statement): Fix infinite
8016 loop. (Bug#10788)
8017
f82cb659
GM
80182012-02-10 Glenn Morris <rgm@gnu.org>
8019
8020 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8021 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8022
cc26d239
LI
80232012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8024
8025 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8026 about SMTP before checking the From header.
8027
91027d08 8028 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
8029 into own function for reuse by emacsbug.el.
8030
1be3ca5a
LL
80312012-02-10 Leo Liu <sdl.web@gmail.com>
8032
8033 * subr.el (condition-case-unless-debug): Rename from
8034 condition-case-no-debug. All callers changed.
8035 (with-demoted-errors): Fix caller.
8036
8037 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8038 * nxml/rng-valid.el (rng-do-some-validation):
8039 * emacs-lisp/package.el (package-refresh-contents)
8040 (package-menu-execute):
8041 * desktop.el (desktop-create-buffer):
91027d08 8042 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 8043
b011fbfe
GM
80442012-02-10 Glenn Morris <rgm@gnu.org>
8045
b2096d72
GM
8046 * textmodes/bibtex.el:
8047 Add missing :version tags for new/changed defcustoms.
8048
b011fbfe
GM
8049 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8050
4c7e65bf
LI
80512012-02-09 Lars Ingebrigtsen <larsi@rusty>
8052
8053 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8054 (smtpmail-via-smtp): Use it, or fall back on the From address.
8055 (smtpmail-send-it): Ditto.
8056
f3934f6f
SM
80572012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8060 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8061 (byte-compile-tmp-var): New const.
8062 (byte-compile-defvar): Use it to minimize .elc size.
8063 Just use `defvar' rather than simulate it (bug#10761).
8064
a075a2c5
GM
80652012-02-09 Glenn Morris <rgm@gnu.org>
8066
cf3aa21b
GM
8067 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8068
354998cd
GM
8069 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8070 Add :version tags.
8071
dc9924b8
SM
8072 * progmodes/compile.el (compilation-error-screen-columns)
8073 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 8074
dab3703d
GM
8075 * vc/log-view.el (log-view-toggle-entry-display):
8076 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8077
3f88cd72
GM
8078 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8079 (report-emacs-bug-can-use-xdg-email):
8080 (report-emacs-bug-insert-to-mailer): Doc fixes.
8081 (report-emacs-bug): Message fix.
8082
d95b247d
GM
8083 * net/browse-url.el (browse-url-can-use-xdg-open)
8084 (browse-url-xdg-open): Doc fixes.
8085
a075a2c5
GM
8086 * electric.el (electric-indent-mode, electric-pair-mode)
8087 (electric-layout-rules, electric-layout-mode): Doc fixes.
8088 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8089
ffb6157e
MR
80902012-02-08 Martin Rudalics <rudalics@gmx.at>
8091
8092 * server.el (server-unselect-display): Don't inadvertently kill
8093 the current buffer. (Bug#10729)
8094
e1ac4066
GM
80952012-02-08 Glenn Morris <rgm@gnu.org>
8096
34e8a2da
GM
8097 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8098 (sql-list-table): Doc fixes.
8099
b4ac6e8c
GM
8100 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8101 Comment out (does nothing).
8102
e1ac4066
GM
8103 * completion.el (dynamic-completion-mode):
8104 * dirtrack.el (dirtrack-debug-mode):
8105 * electric.el (electric-layout-mode):
8106 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8107 * face-remap.el (text-scale-mode, buffer-face-mode):
8108 * iimage.el (iimage-mode):
8109 * image-mode.el (image-transform-mode):
8110 * minibuffer.el (completion-in-region-mode):
8111 * scroll-lock.el (scroll-lock-mode):
8112 * simple.el (next-error-follow-minor-mode):
8113 * tar-mode.el (tar-subfile-mode):
8114 * tooltip.el (tooltip-mode):
8115 * vcursor.el (vcursor-use-vcursor-map):
8116 * wid-browse.el (widget-minor-mode):
8117 * emulation/tpu-edt.el (tpu-edt-mode):
8118 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8119 * international/iso-ascii.el (iso-ascii-mode):
8120 * language/thai-util.el (thai-word-mode):
8121 * mail/supercite.el (sc-minor-mode):
8122 * net/goto-addr.el (goto-address-mode):
8123 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8124 * progmodes/cwarn.el (cwarn-mode):
8125 * progmodes/flymake.el (flymake-mode):
8126 * progmodes/glasses.el (glasses-mode):
8127 * progmodes/hideshow.el (hs-minor-mode):
8128 * progmodes/pascal.el (pascal-outline-mode):
8129 * textmodes/enriched.el (enriched-mode):
8130 * vc/smerge-mode.el (smerge-mode):
8131 Doc fixes (minor mode argument).
8132
5e0d957f
EZ
81332012-02-07 Eli Zaretskii <eliz@gnu.org>
8134
8135 * ls-lisp.el (ls-lisp-sanitize): New function.
8136 (ls-lisp-insert-directory): Use it to fix or remove any elements
8137 in file-alist with missing attributes. (Bug#4673)
8138
98d7371e
AM
81392012-02-07 Alan Mackenzie <acm@muc.de>
8140
8141 Fix spurious recognition of c-in-knr-argdecl.
8142
8143 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8144 putative K&R region.
8145
667ced3a
AM
81462012-02-07 Alan Mackenzie <acm@muc.de>
8147
eb864a71
LM
8148 * progmodes/cc-engine.el (c-forward-objc-directive):
8149 Prevent looping in "#pragma mark @implementation".
667ced3a 8150
5b77774d
MA
81512012-02-07 Michael Albinus <michael.albinus@gmx.de>
8152
8153 * notifications.el (notifications-on-closed-signal): Make `reason'
8154 optional. (Bug#10744)
8155
af008560
GM
81562012-02-07 Glenn Morris <rgm@gnu.org>
8157
60d47423
GM
8158 * emacs-lisp/easy-mmode.el (define-minor-mode):
8159 Doc fixes for the macro and the mode it defines.
8160
dd605cc4
GM
8161 * image.el (imagemagick-types-inhibit): Doc fix.
8162
af008560
GM
8163 * cus-start.el (imagemagick-render-type): Add it.
8164
5cc59a37
LI
81652012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8166
4d6769e1
JB
8167 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8168 Set the default at load time, too, so that `font-lock-fontify-buffer'
8169 can be called without setting up the entire mode first. This fixes
8170 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 8171
9a6dd747
CY
81722012-02-06 Chong Yidong <cyd@gnu.org>
8173
2d16b285
CY
8174 * simple.el (list-processes--refresh): Delete exited processes
8175 (Bug#8094).
8176
171e9b6e
CY
8177 * comint.el (comint-next-prompt): next-single-char-property-change
8178 and prev-single-char-property-change never return nil (Bug#8657).
8179
9a6dd747
CY
8180 * custom.el (defcustom): Doc fix (Bug#9711).
8181
aa4589a7
CY
81822012-02-05 Chong Yidong <cyd@gnu.org>
8183
5c2a252f
CY
8184 * cus-edit.el (custom-variable-reset-backup): Quote the value
8185 before storing it in the customized-value property (Bug#6712).
4aab9006 8186 (custom-display): Add a customization type tag.
983b9602 8187 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 8188
aa4589a7
CY
8189 * wid-edit.el (widget-field-value-get): New optional arg to
8190 suppress trailing whitespace truncation.
8191 (character): Use it (Bug#2689).
8192
1ff980ae
AS
81932012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8194
8195 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8196 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8197
03988c98
CY
81982012-02-05 Chong Yidong <cyd@gnu.org>
8199
eeb6cc88
CY
8200 * cus-edit.el (custom-variable-value-create): For mismatched
8201 types, show the current value (Bug#7600).
8202
03988c98
CY
8203 * custom.el (defcustom): Doc fix.
8204
f8cdeef0
GM
82052012-02-05 Glenn Morris <rgm@gnu.org>
8206
8207 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8208
0696d255
JB
82092012-02-05 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8212 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8213 (pp-last-sexp): Use `looking-at-p'.
8214
34c99998
GM
82152012-02-04 Glenn Morris <rgm@gnu.org>
8216
8f05da42
GM
8217 * files.el (revert-buffer):
8218 Doc fix (mention revert-buffer-in-progress-p).
8219
f160676e
GM
8220 * emacs-lisp/ert-x.el (ert-simulate-command):
8221 Check deferred-action-list (which is obsolete) is bound.
8222
c7291ad9
GM
8223 * subr.el (with-wrapper-hook): Doc fixes.
8224
34c99998
GM
8225 * simple.el (filter-buffer-substring-functions)
8226 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8227
6283a7d3
LL
82282012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8229
8230 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8231 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8232
e96e3013
LL
82332012-02-04 Leo Liu <sdl.web@gmail.com>
8234
8235 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8236
8ded50f2
GM
82372012-02-04 Glenn Morris <rgm@gnu.org>
8238
82ff1d13
GM
8239 * image.el (image-extension-data): Add obsolete alias.
8240
987a0a16
GM
8241 * isearch.el (isearch-update): Doc fix.
8242
ea32ef46
GM
8243 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8244
8ded50f2
GM
8245 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8246
eea14f31
GM
82472012-02-03 Glenn Morris <rgm@gnu.org>
8248
8249 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8250 (image-animate-timeout): Doc fix.
8251
8252 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8253
12f381b7
GM
82542012-02-02 Glenn Morris <rgm@gnu.org>
8255
953cebf5
GM
8256 * server.el (server-auth-dir): Doc fix.
8257 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8258
12f381b7
GM
8259 * subr.el (run-mode-hooks): Doc fix.
8260
953a8c3b
JL
82612012-02-02 Juri Linkov <juri@jurta.org>
8262
8263 * image-mode.el (image-toggle-display-image): Remove tautological
8264 `major-mode' from the `derived-mode-p' test.
8265
c5d3843c
KH
82662012-02-02 Kenichi Handa <handa@m17n.org>
8267
9f6e692e 8268 * composite.el (compose-region): Cancel previous change.
c5d3843c 8269
159462d4 82702012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
8271
8272 * composite.el (compose-region, compose-string): Signal error for
8273 a null string component (Bug#6988).
8274
9f562668
CY
82752012-02-01 Chong Yidong <cyd@gnu.org>
8276
e2cef717
CY
8277 * view.el (view-buffer-other-window, view-buffer-other-frame):
8278 Handle special modes like view-buffer (Bug#10650).
8279 (view-buffer): Simplify.
8280
9f562668
CY
8281 * frame.el (set-frame-font): Tweak meaning of third argument.
8282
9f6e692e
JB
8283 * dynamic-setting.el (font-setting-change-default-font):
8284 Use set-frame-font (Bug#9982).
9f562668 8285
781acb9f
GM
82862012-02-01 Glenn Morris <rgm@gnu.org>
8287
6035be52
GM
8288 * progmodes/compile.el (compilation-internal-error-properties):
8289 Respect compilation-first-column in the "*compilation*" buffer.
8290
781acb9f
GM
8291 * emacs-lisp/easy-mmode.el (define-minor-mode):
8292 Relax :variable's test for a named function.
8293
abbceb00
AM
82942012-01-31 Alan Mackenzie <acm@muc.de>
8295
8296 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8297 off by one error.
8298
fce3fdeb
CY
82992012-01-31 Chong Yidong <cyd@gnu.org>
8300
8301 * frame.el (set-frame-font): New arg ALL-FRAMES.
8302
8303 * menu-bar.el (menu-set-font): Use set-frame-font.
8304
8305 * faces.el (face-spec-reset-face): Don't apply unspecified
8306 attribute values to the default face.
8307
47893581
JB
83082012-01-31 Juanma Barranquero <lekktu@gmail.com>
8309
8310 * progmodes/cwarn.el (cwarn): Remove dead link.
8311 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8312 Remove * from defcustom docstrings.
8313 (turn-on-cwarn-mode): Make obsolete.
8314 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8315 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8316
e58e988a
GM
83172012-01-31 Glenn Morris <rgm@gnu.org>
8318
60dc2671 8319 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 8320 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 8321 Allow named functions to be used as the cdr of :variable.
e58e988a 8322
7a3f511d
GM
83232012-01-30 Glenn Morris <rgm@gnu.org>
8324
8325 * emacs-lisp/authors.el (authors-fixed-entries):
8326 Remove reference to deleted file rnewspost.el.
8327
cb882333
JB
83282012-01-29 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * window.el (window-with-parameter): Remove unused variable `windows'.
8331 (window--side-check): Remove unused variable `code'.
8332 (window--resize-siblings): Remove unused variable `first'.
8333 (adjust-window-trailing-edge): Remove unused variable `failed'.
8334 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8335 Use `let', not `let*'.
8336 (balance-windows-2): Remove unused variable `found'.
8337 (window--state-put-2): Remove unused variable `splits'.
8338 (window-state-put): Remove unused variable `selected'.
8339 (same-window-p): Use `string-match-p'.
8340 (display-buffer-assq-regexp): Remove unused variable `value'.
8341 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8342 Mark argument ALIST as ignored.
8343 (pop-to-buffer): Remove unused variable `old-window'.
8344
907201af
EZ
83452012-01-29 Eli Zaretskii <eliz@gnu.org>
8346
8347 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8348 and .lzma compressed files.
8349
ea162670
CY
83502012-01-29 Chong Yidong <cyd@gnu.org>
8351
5b95ee8a
CY
8352 * frame.el (window-system-default-frame-alist): Doc fix.
8353
ea162670
CY
8354 * dynamic-setting.el (font-setting-change-default-font): Don't
8355 change the default face if SET-FONT argument is non-nil (Bug#9982).
8356
d6e6f4b1
SB
83572012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
8358
8359 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8360
0f29fa41 83612012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
8362
8363 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8364 breakpoints in files outside current directory (Bug#6098).
8365
db174434
CY
83662012-01-29 Chong Yidong <cyd@gnu.org>
8367
6b25e4e2
SE
8368 * progmodes/python.el: Require ansi-color at top-level.
8369
6df6ae42
JB
8370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8371 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
8372 (lisp-mode-abbrev-table): Add doc.
8373 (lisp-mode-variables): Don't set local-abbrev-table.
8374 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8375
e70ee681
RW
83762012-01-28 Roland Winkler <winkler@gnu.org>
8377
8378 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8379
ace88aa2
RW
83802012-01-28 Roland Winkler <winkler@gnu.org>
8381
8382 * textmodes/bibtex.el (bibtex-entry-alist): New function.
8383 (bibtex-set-dialect): Use it. Either set global values of
8384 dialect-dependent variables or bind these variables buffer-locally
8385 (Bug#10254).
8386 (bibtex-mode): Call bibtex-set-dialect via
8387 hack-local-variables-hook.
eb864a71
LM
8388 (bibtex-dialect): Update docstring.
8389 Add safe-local-variable predicate.
ace88aa2
RW
8390 (bibtex-entry-alist, bibtex-field-alist): Initialize via
8391 bibtex-set-dialect.
8392 (bibtex-mode-map): Define menu for each dialect.
8393 (bibtex-entry): Fix docstring.
8394
93376c5b
CY
83952012-01-28 Chong Yidong <cyd@gnu.org>
8396
8397 * eshell/esh-arg.el (eshell-quote-argument): New function.
8398
8399 * eshell/esh-ext.el (eshell-invoke-batch-file):
8400 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8401 first arg to eshell-parse-command (Bug#10523).
8402
4372494f
DA
84032012-01-28 Drew Adams <drew.adams@oracle.com>
8404
8405 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8406 `default-directory' is non-nil.
8407
4d4ec1f8
EZ
84082012-01-28 Eli Zaretskii <eliz@gnu.org>
8409
8410 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8411 line that displays system-configuration-options. (Bug#9924)
8412
7c188927
DA
84132012-01-28 Drew Adams <drew.adams@oracle.com>
8414
8415 * descr-text.el (describe-char): Show information about POS, in
8416 addition to information about the character at POS. Improve and
8417 update the doc string. Change "code point" to "code point in
8418 charset", to avoid confusion with the character's Unicode code
8419 point shown above that. (Bug#10129)
8420
e0da685a
EZ
84212012-01-28 Eli Zaretskii <eliz@gnu.org>
8422
8423 * descr-text.el (describe-char): Show the raw character, not only
8424 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8425 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8426 for the reasons.
8427
70550acf
PH
84282012-01-28 Phil Hagelberg <phil@hagelb.org>
8429
eb864a71
LM
8430 * emacs-lisp/package.el (package-install):
8431 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 8432
0ce8e868
CY
84332012-01-28 Chong Yidong <cyd@gnu.org>
8434
cb882333
JB
8435 * emacs-lisp/package.el (package-maybe-load-descriptor):
8436 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
8437 (package-maybe-load-descriptor): Use it.
8438 (package-download-transaction): Fully load required packages
8439 inside the loop, so that `require' calls work (Bug#10593).
8440 (package-install): No need to call package-initialize now.
8441
2e7f3bea
CY
84422012-01-28 Chong Yidong <cyd@gnu.org>
8443
6e9bad14
CY
8444 * simple.el (deactivate-mark): Doc fix (Bug#8614).
8445
f823b8ca
CY
8446 * tooltip.el (tooltip-mode): Doc fix.
8447 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8448
2680c309
CY
8449 * frame.el (set-cursor-color): Doc fix (Bug#352).
8450
d7a9e63b
CY
8451 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8452 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8453
2e7f3bea
CY
8454 * cus-edit.el (custom-buffer-create-internal): Fix search button
8455 action (Bug#10542).
2ae01800 8456 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 8457
fc4f7a23
EW
84582012-01-27 Eduard Wiebe <usenet@pusto.de>
8459
8460 * dired.el (dired-mark-files-regexp):
8461 Include any subdirectory components. (Bug#10445)
8462
7dd37071
ML
84632012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
8464
8465 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8466 Handle [host]:port syntax. (Bug#10533)
8467
a268160b
AH
84682012-01-27 Alex Harsanyi <harsanyi@mac.com>
8469
8470 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8471
e43273ef
GM
84722012-01-26 Glenn Morris <rgm@gnu.org>
8473
8474 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8475 * term.el (term-raw-escape-map): Use Control-X-prefix.
8476 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
8477
1edf595d
MR
84782012-01-25 Martin Rudalics <rudalics@gmx.at>
8479
8480 * window.el (window-state-get, window--state-get-1): Don't deal
8481 with fixed-sizeness of windows. Simplify code.
8482
fa8eafef
JC
84832012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
8484
6df6ae42
JB
8485 * window.el (window--state-get-1, window--state-put-2):
8486 Don't save and restore the mark.
fa8eafef 8487
0b21c100
CY
84882012-01-25 Chong Yidong <cyd@gnu.org>
8489
8490 * custom.el (custom-variable-p): Doc fix.
8491
5ae1a6c8
GM
84922012-01-25 Glenn Morris <rgm@gnu.org>
8493
40047858
GM
8494 * dired.el (dired-goto-file): Handle some of the more common
8495 characters that `ls -b' escapes. (Bug#10596)
8496
5ddce96c
GM
8497 * progmodes/compile.el (compilation-next-error-function):
8498 Respect compilation-first-column in the "*compilation*" buffer.
8499 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
8500
5ae1a6c8
GM
8501 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
8502
b559f1a9
GM
85032012-01-24 Glenn Morris <rgm@gnu.org>
8504
8505 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
8506
6725d21a
JD
85072012-01-24 Julien Danjou <julien@danjou.info>
8508
8509 * color.el (color-rgb-to-hsl): Fix value computing.
8510 (color-hue-to-rgb): New function.
8511 (color-hsl-to-rgb): New function.
8512 (color-clamp, color-saturate-hsl, color-saturate-name)
8513 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8514 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8515
70df4bbe
GM
85162012-01-24 Glenn Morris <rgm@gnu.org>
8517
8518 * vc/vc-rcs.el (vc-rcs-create-tag):
8519 * vc/vc-sccs.el (vc-sccs-create-tag):
8520 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
8521
802a2ae2
ML
85222012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8523
8524 * eshell/esh-util.el (eshell-read-hosts-file):
8525 Skip comment lines. (Bug#10549)
8526
d7128bb1
ML
8527 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
8528
d1a5c3b4
JB
85292012-01-23 Juanma Barranquero <lekktu@gmail.com>
8530
2724d9c7
JB
8531 * subr.el (display-delayed-warnings): Doc fix.
8532 (collapse-delayed-warnings): New function to collapse identical
8533 adjacent warnings.
8534 (delayed-warnings-hook): Add it.
d1a5c3b4 8535
a5509865
MA
85362012-01-22 Michael Albinus <michael.albinus@gmx.de>
8537
8538 * net/tramp.el (tramp-action-login): Set connection property "login-as".
8539
a5509865
MA
8540 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8541 (tramp-default-user-alist): Don't add "pscp".
8542 (tramp-do-copy-or-rename-file-out-of-band): Use connection
8543 property "login-as", if set. (Bug#10530)
8544
cc6d5805
MA
85452012-01-21 Michael Albinus <michael.albinus@gmx.de>
8546
8547 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8548 "plink1" and "psftp". (Bug#10530)
8549
85502012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
8551
8552 * international/mule-cmds.el (prefer-coding-system): Show a
8553 warning message if the default value of file-name-coding-system
8554 was not changed.
8555
f0960428
JC
85562012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8557
cb882333
JB
8558 * windmove.el (windmove-reference-loc):
8559 Fix windmove-reference-loc miscalculation.
f0960428 8560
dd6f2a63
JB
85612012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
8562
8563 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8564 default unit.
8565
7b447e9b
GM
85662012-01-21 Glenn Morris <rgm@gnu.org>
8567
117a9ea1
GM
8568 * international/mule.el (auto-coding-alist): Add .tbz.
8569
7b447e9b
GM
8570 * files.el (local-enable-local-variables): Doc fix.
8571 (inhibit-local-variables-regexps): Rename from
8572 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
8573 Doc fix. Add some extensions from auto-coding-alist.
8574 (inhibit-local-variables-suffixes):
8575 Rename from inhibit-first-line-modes-suffixes. Doc fix.
8576 (inhibit-local-variables-p):
8577 New function, extracted from set-auto-mode-1.
8578 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
8579 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
8580 (hack-local-variables): Doc fix. Make the mode-only case
8581 respect enable-local-variables and friends.
8582 Respect inhibit-local-variables-regexps for file-locals, but
8583 not for directory-locals.
8584 (set-visited-file-name):
8585 Take account of inhibit-local-variables-regexps.
8586 Whether it applies may change as the file name is changed.
8587 * jka-cmpr-hook.el (jka-compr-install):
8588 * jka-compr.el (jka-compr-uninstall):
8589 Update for inhibit-first-line-modes-suffixes name change.
8590
dd6e3cdd
MR
85912012-01-20 Martin Rudalics <rudalics@gmx.at>
8592
8593 * help-macro.el (make-help-screen): Temporarily restore original
8594 binding for minor-mode-map-alist (Bug#10454).
8595
0d0deb38
JD
85962012-01-19 Julien Danjou <julien@danjou.info>
8597
8598 * color.el (color-name-to-rgb): Use the white color to find the max
8599 color component value and return correctly computed values.
8600 (color-name-to-rgb): Add missing float conversion for max value.
8601
34a02f46
MR
86022012-01-19 Martin Rudalics <rudalics@gmx.at>
8603
8604 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
8605 special state value for window-persistent-parameters.
8606 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
8607 (window--state-put-2): Reset all window parameters to nil before
8608 assigning values of persistent parameters.
8609
606c44c4
AM
86102012-01-18 Alan Mackenzie <acm@muc.de>
8611
8612 Eliminate sluggishness and hangs in fontification of "semicolon
8613 deserts".
8614
cb882333
JB
8615 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8616 Change value 10000 -> 3000.
606c44c4
AM
8617 (c-state-safe-place): Reformulate so it doesn't stack up an
8618 infinite number of wrong entries in c-state-nonlit-pos-cache.
8619 (c-determine-limit-get-base, c-determine-limit): New functions to
8620 determine backward search limits disregarding literals.
8621 (c-find-decl-spots): Amend commenting.
8622 (c-cheap-inside-bracelist-p): New function which detects "={".
8623
8624 * progmodes/cc-fonts.el
8625 (c-make-font-lock-BO-decl-search-function): Give a limit to a
8626 backward search.
8627 (c-font-lock-declarations): Fix an occurrence of point being
8628 undefined. Check additionally for point being in a bracelist or
8629 near a macro invocation without a semicolon so as to avoid a
8630 fruitless time consuming search for a declarator. Give a more
8631 precise search limit for declarators using the new
8632 c-determine-limit.
8633
f3860cea
GM
86342012-01-18 Glenn Morris <rgm@gnu.org>
8635
8636 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
8637 (set-auto-mode): Doc fixes.
8638
1db03b16
GM
86392012-01-17 Glenn Morris <rgm@gnu.org>
8640
0e6038be
GM
8641 * isearch.el (search-nonincremental-instead): Fix doc typo.
8642
1db03b16
GM
8643 * dired.el (dired-insert-directory): Handle newlines in directory name.
8644 (dired-build-subdir-alist): Unescape newlines in directory name.
8645
4cb0aa75
MA
86462012-01-17 Michael Albinus <michael.albinus@gmx.de>
8647
8648 * net/tramp.el (tramp-local-end-of-line): New defcustom.
8649 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
8650 (tramp-action-terminal): Use it. (Bug#10530)
8651
1d00653d
SM
86522012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * minibuffer.el (completion--replace): Strip properties (bug#10062).
8655
6a6ee00d
MR
86562012-01-16 Martin Rudalics <rudalics@gmx.at>
8657
8658 * window.el (window-state-ignored-parameters): Remove variable.
8659 (window--state-get-1): Rename argument MARKERS to IGNORE.
8660 Handle persistent window parameters. Make copy of clone-of
8661 parameter only if requested. (Bug#10348)
8662 (window--state-put-2): Install a window parameter only if it has
8663 a non-nil value or an existing parameter shall be overwritten.
8664
97912def
MA
86652012-01-15 Michael Albinus <michael.albinus@gmx.de>
8666
8667 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
8668
688070a5
EZ
86692012-01-14 Eli Zaretskii <eliz@gnu.org>
8670
8671 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
8672 don't pass the (nil) value of `upnode' to string-match.
8673
301afadc
CY
86742012-01-14 Chong Yidong <cyd@gnu.org>
8675
8676 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 8677 Fix values recognized by the cursorBlink resource.
301afadc 8678
9e5788aa
PE
86792012-01-14 Paul Eggert <eggert@cs.ucla.edu>
8680
8681 * epg.el (epg--make-temp-file): Avoid permission race condition
8682 when running on old Emacs versions (bug#10403).
8683
3cdb7f5a
GM
86842012-01-14 Glenn Morris <rgm@gnu.org>
8685
8686 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
8687
8c82b1b4
AM
86882012-01-13 Alan Mackenzie <acm@muc.de>
8689
8690 Fix filling for when filladapt mode is enabled.
8691
8692 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
8693 c-mask-paragraph, pass in `fill-paragraph' rather than
8694 `fill-region-as-paragraph'. (This is a reversion of a previous
8695 change.)
eb864a71
LM
8696 * progmodes/cc-mode.el (c-basic-common-init):
8697 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 8698
e517eda4
GM
86992012-01-13 Glenn Morris <rgm@gnu.org>
8700
1498536e
GM
8701 * dired.el (dired-switches-escape-p): New function.
8702 (dired-insert-directory): Use dired-switches-escape-p.
8703 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
8704
e517eda4
GM
8705 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
8706
328f984d
GM
87072012-01-12 Glenn Morris <rgm@gnu.org>
8708
8709 * mail/sendmail.el (mail-mode): Update paragraph-separate for
8710 changes in adaptive-fill-regexp. (Bug#10276)
8711
2cc769a8
AM
87122012-01-11 Alan Mackenzie <acm@muc.de>
8713
8714 Fix Emacs bug #10463 - put `widen's around the critical spots.
8715
1d00653d 8716 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
8717 widen around each invocation of c-state-pp-to-literal. Remove an
8718 unused let variable.
8719
e52c37fa
GM
87202012-01-11 Glenn Morris <rgm@gnu.org>
8721
8722 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 8723 Doc fix.
e52c37fa 8724
96f8741e
CY
87252012-01-10 Chong Yidong <cyd@gnu.org>
8726
1d00653d
SM
8727 * net/network-stream.el (network-stream-open-starttls):
8728 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
8729 response to the capability command.
8730
b09a806e
GM
87312012-01-10 Glenn Morris <rgm@gnu.org>
8732
8733 * mail/unrmail.el (unrmail): Tweak previous change.
8734
7655cb66
CY
87352012-01-09 Chong Yidong <cyd@gnu.org>
8736
8737 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
8738
9d5a8f0b
AM
87392012-01-08 Alan Mackenzie <acm@muc.de>
8740
8741 Optimise font locking in long enum definitions.
8742
8743 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
8744 arm to a cond form to handle enums.
8745 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
8746 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
8747
9a0115ab 87482012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
8749
8750 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 8751 (Bug#10401)
6bb72cbd 8752
f186bb95
LMI
87532012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8754
29232a68
LMI
8755 * faces.el (set-face-attribute): Clarify the meaning of the nil
8756 frame (bug#10294).
8757
4e5d086d
LMI
8758 * subr.el (with-selected-frame): Mention that the selected frame
8759 is restored (bug#9980).
8760
8e66aebe
LMI
8761 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
8762 (bug#9759).
8763
cd394be1 8764 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
8765 (password-read): Don't autoload unused function.
8766
adf4e762
JB
87672012-01-07 Juanma Barranquero <lekktu@gmail.com>
8768
8769 * progmodes/which-func.el (which-func-mode): Turn into a
8770 non-interactive function and mark as obsolete (bug#10428).
8771
89bd9ccd
CY
87722012-01-06 Chong Yidong <cyd@gnu.org>
8773
8774 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
8775 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
8776 functions, along with 1 and -1.
8777
4afee9d5
EZ
87782012-01-06 Eli Zaretskii <eliz@gnu.org>
8779
8780 * time.el (display-time-load-average)
8781 (display-time-default-load-average): Doc fixes. See the thread
8782 starting at
8783 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
8784 for the details.
8785
536aea70
GM
87862012-01-06 Glenn Morris <rgm@gnu.org>
8787
665ae865
GM
8788 * mail/unrmail.el (unrmail): Give an explicit error if the input file
8789 has no messages. (Bug#10377)
8790
c869783d
GM
8791 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
8792 than Info-edit. (Bug#10385)
8793
2bb4227e
GM
8794 * time.el (display-time-load-average, display-time-next-load-average):
8795 Doc fixes.
8796
7d5944b9
GM
8797 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
8798 local setting of buffer-read-only to the input buffer. (Bug#10419)
8799
536aea70
GM
8800 * calendar/calendar.el (calendar-mode):
8801 Locally set scroll-margin to 0. (Bug#10379)
8802
7dccca16
UM
88032012-01-06 Ulrich Mueller <ulm@gentoo.org>
8804
8805 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
8806
afbb7930
GM
88072012-01-05 Glenn Morris <rgm@gnu.org>
8808
8809 * eshell/em-unix.el (diff-no-select): Autoload it.
8810 (eshell/diff): Use diff-no-select. (Bug#10420)
8811
04482335
CY
88122012-01-05 Chong Yidong <cyd@gnu.org>
8813
7baca3bc
CY
8814 * shell.el (shell-dynamic-complete-functions): Revert last change.
8815 (shell-command-completion-function): New function.
8816 (shell-completion-vars): Use it to implement
8817 shell-completion-execonly (Bug#10417).
8818
04482335
CY
8819 * custom.el (enable-theme): Don't set custom-safe-themes.
8820
1d00653d
SM
8821 * cus-theme.el (custom-theme-merge-theme):
8822 Ignore custom-enabled-themes and custom-safe-themes.
04482335 8823
bb5aa5d6
MM
88242012-01-05 Michael R. Mauger <mmaug@yahoo.com>
8825
8826 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
8827 first prompt in `sql-interacive-mode'.
8828 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 8829 keywords.
6df6ae42 8830 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
8831 (sql-product-interactive): Bug fix: Set `sql-buffer' in
8832 context of original buffer. Invoke `sql-login-hook'.
8833
a7183d7c
EZ
88342012-01-04 Eli Zaretskii <eliz@gnu.org>
8835
8836 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
8837 letters in cite-prefix.
8838
a1eacd1e
LMI
88392012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8840
8841 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
8842
787cdb34
CY
88432012-01-03 Chong Yidong <cyd@gnu.org>
8844
1d00653d
SM
8845 * shell.el (shell-dynamic-complete-functions):
8846 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
8847 comint-filename-completion first (Bug#10417).
8848
30710442
RS
88492012-01-02 Richard Stallman <rms@gnu.org>
8850
8851 * battery.el (battery-status-function):
8852 Detect when to use battery-yeeloong-sysfs.
8853 (battery-echo-area-format): Add string for Yeeloong.
8854 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
8855 (battery-yeeloong-sysfs): New function.
8856
f75bfc33
CY
88572012-01-02 Chong Yidong <cyd@gnu.org>
8858
8859 * dirtrack.el (dirtrack-list): Eliminate unused third element.
8860 (dirtrack): Merge code for handling relative filenames in prompt
8861 from shell-dir-cookie-watcher.
8862 (dirtrack-debug-message): New arg to avoid excess format calls.
8863
8864 * shell.el (shell-dir-cookie-re): Variable deleted.
8865 (shell-dir-cookie-watcher): Function deleted.
8866 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
8867 with dirtrack-mode.
8868
651e947e
EZ
88692012-01-01 Eli Zaretskii <eliz@gnu.org>
8870
1d00653d
SM
8871 * term/w32-win.el (dynamic-library-alist) <gnutls>:
8872 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
8873 libgnutls-26.dll.
8874
94d4c7dc
AS
88752011-12-31 Andreas Schwab <schwab@linux-m68k.org>
8876
8877 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
8878
8d43f3cd
EZ
88792011-12-31 Eli Zaretskii <eliz@gnu.org>
8880
8881 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
8882 headers of non-MIME messages, when rmail-enable-mime is non-nil.
8883
98c8795a
MA
88842011-12-29 Michael Albinus <michael.albinus@gmx.de>
8885
8886 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
8887 also for alternative shells.
8888 (tramp-open-connection-setup-interactive-shell): Check, whether
8889 the shell is a busybox.
8890 (tramp-send-command): Don't suppress multiple prompts for
8891 busyboxes, it hurts.
8892
51281b32
CY
88932011-12-28 Chong Yidong <cyd@gnu.org>
8894
8895 * progmodes/gdb-mi.el (gdb-get-source-file-list)
8896 (gdb-get-source-file): Move mode line update to
8897 gdb-get-source-file (Bug#10087).
8898
2170cb53
CY
88992011-12-25 Chong Yidong <cyd@gnu.org>
8900
8901 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
8902 gud-gdb-marker-filter without taking it as an argument.
8903 (gud-gdb-run-command-fetch-lines): Caller changed.
8904 (gud-gdb-completion-function): New variable.
8905 (gud-gdb-completion-at-point): Use it.
8906 (gud-gdb-completions-1): Split from gud-gdb-completions.
8907
8908 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
8909 function as separate arguments.
8910 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
8911 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
8912 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
8913 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
8914 (gdb-stopped, def-gdb-auto-update-trigger)
8915 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
8916 (gdb-get-changed-registers, gdb-get-main-selected-frame):
8917 Callers changed.
2170cb53
CY
8918 (gud-gdbmi-completions): New function.
8919 (gdb): Use it for generating the completion table.
8920
be8b11bb
AM
89212011-12-24 Alan Mackenzie <acm@muc.de>
8922
8923 Introduce a mechanism to widen the region used in context font
1d00653d 8924 locking. Use this to protect declarations from losing their contexts.
be8b11bb 8925
1d00653d
SM
8926 * progmodes/cc-langs.el (c-before-font-lock-functions):
8927 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 8928 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
8929 functions to be run just before context (etc.) font locking.
8930
8931 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 8932 New, functionality extracted from
be8b11bb 8933 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 8934 (c-in-after-change-fontification): New variable.
be8b11bb
AM
8935 (c-after-change): Set c-in-after-change-fontification.
8936 (c-set-fl-decl-start): Rejig its interface, so it can be called
8937 from both after-change and context fontifying.
b81d40f0
JB
8938 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
8939 New functions.
8940 (c-standard-font-lock-fontify-region-function): New variable.
8941 (c-font-lock-fontify-region): New function.
be8b11bb 8942
341cf6ac
JL
89432011-12-24 Juri Linkov <juri@jurta.org>
8944
8945 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
8946 (Bug#10348)
8947
bffcee0a
MA
89482011-12-23 Michael Albinus <michael.albinus@gmx.de>
8949
8950 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
8951 existence of source file. (Bug#10325)
8952
cb5e207c
AM
89532011-12-23 Alan Mackenzie <acm@muc.de>
8954
8955 Fix unstable fontification inside templates.
8956
b81d40f0
JB
8957 * progmodes/cc-langs.el (c-before-font-lock-functions):
8958 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
8959 additionally has c-set-fl-decl-start. The other languages (apart
8960 from AWK) have that as a single entry.
8961
b81d40f0
JB
8962 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8963 The functionality for "local" declarations has been extracted to
cb5e207c
AM
8964 c-set-fl-decl-start.
8965
b81d40f0
JB
8966 * progmodes/cc-mode.el (c-common-init, c-after-change):
8967 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
8968 (c-set-fl-decl-start): New function, extracted from
8969 c-font-lock-enclosing-decls and enhanced.
8970
60ff536c
JB
89712011-12-23 Juanma Barranquero <lekktu@gmail.com>
8972
8973 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
8974
1c4757d6
JL
89752011-12-22 Juri Linkov <juri@jurta.org>
8976
8977 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
8978
d031f2c7
CY
89792011-12-22 Chong Yidong <cyd@gnu.org>
8980
8981 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
8982
bace743a
DA
89832011-12-21 Drew Adams <drew.adams@oracle.com>
8984
8985 * files.el (file-remote-p): Fix docstring. (Bug#10319)
8986
728a1f2b
JC
89872011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8988
8989 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
8990
0d373f73
TZ
89912011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8992
fec0aaa4
TZ
8993 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
8994 highlighting and support. Fix up comments for capitalization.
8995 (cfengine-mode-debug): New var.
8996 (cfengine3-mode): Change the modeline indicator to "CFE3".
8997 (cfengine3-font-lock-keywords): Improve defun highlighting.
8998 (cfengine2-actions): Rename from `cfengine-actions'.
8999 (cfengine2-font-lock-keywords): Rename from
9000 `cfengine-font-lock-keywords'.
9001 (cfengine2-imenu-expression): Rename from
9002 `cfengine-imenu-expression'.
9003 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9004 (cfengine2-beginning-of-defun): Rename from
9005 `cfengine-beginning-of-defun'.
9006 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9007 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9008 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9009 modeline indicator to "CFE2".
9010 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9011 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 9012
bc86f573
CY
90132011-12-21 Chong Yidong <cyd@gnu.org>
9014
9015 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9016 filename argument.
9017
d45ba96b
MR
90182011-12-20 Martin Rudalics <rudalics@gmx.at>
9019
9020 * window.el (window-normalize-buffer-to-display): Remove.
9021 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9022
a6198c90
CY
90232011-12-19 Chong Yidong <cyd@gnu.org>
9024
9025 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9026 Don't signal an error in a predicate function; return non-nil.
9027 (vc-dir-mark-file): Move the error here.
9028 (vc-dir-mark-unmark): If acting on the region, keep going if one
9029 of the entries cannot be marked/unmarked.
9030 (vc-dir-mark-all-files): If current entry is a directory, mark
9031 only child files, as documented.
9032
34c5fb55
VB
90332011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9034
9035 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9036 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9037 addition.
9038
c803b2b7
JD
90392011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9040
9041 * term/ns-win.el (ns-get-selection-internal)
9042 (ns-store-selection-internal): Declare.
1154d12e
JB
9043 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9044 Declare as obsolete.
9045 (ns-get-pasteboard, ns-paste-secondary):
9046 Use ns-get-selection-internal.
9047 (ns-set-pasteboard, ns-copy-including-secondary):
9048 Use ns-store-selection-internal.
c803b2b7 9049
9cff91f8 90502011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
9051
9052 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 9053 (vc-deduce-fileset): Doc fix.
99a289d9 9054
f16c898a
AS
90552011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9056
9057 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9058
763237c4
SS
90592011-12-13 Sam Steingold <sds@gnu.org>
9060
9061 * man.el (Man-getpage-in-background): When running under a
9062 window-system, ignore $MANWIDTH and $COLUMNS.
9063
5fc1c122
KH
90642011-12-15 Kenichi Handa <handa@m17n.org>
9065
9066 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9067 (setup-ethiopic-environment-internal): Comment out key-binding for
9068 ethio-toggle-punctuation.
9069
13d49cbb
AM
90702011-12-13 Alan Mackenzie <acm@muc.de>
9071
898169a2
AM
9072 Add the switch statement to AWK Mode.
9073
7a71b18d 9074 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
9075 "default" to the keywords regexp.
9076
7a71b18d 9077 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 9078 expression as the rest.
1d00653d
SM
9079 (c-nonlabel-token-key): Allow string literals for AWK.
9080 Refactor for the other modes.
898169a2 9081
13d49cbb 9082 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 9083 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
9084 routines. Limit backward searching in c-font-lock-enclosing.decl.
9085
9086 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9087 pp-state and literal type in addition to the limits.
1d00653d 9088 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 9089 (c-state-literal-at): Use the above new defun.
1d00653d
SM
9090 (c-slow-in-literal, c-fast-in-literal): Remove.
9091 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
9092
9093 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9094 being in a literal. Add a limit for backward searching.
9095
9096 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9097 c-slow-in-literal.
9098
15e0efc7
SM
90992011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9102
454592a6
MR
91032011-12-13 Martin Rudalics <rudalics@gmx.at>
9104
9105 * window.el (delete-other-windows): Use correct frame in call to
9106 window-with-parameter.
9107
87393f26
DP
91082011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9109
9110 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9111 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9112 (makefile-gmake-statements, makefile-makepp-statements):
9113 Use it and add new makepp keywords.
9114 (makefile-makepp-font-lock-keywords): Add new patterns.
9115 (makefile-match-function-end): Match new [...] and [[...]].
9116
11636b22
JB
91172011-12-11 Juanma Barranquero <lekktu@gmail.com>
9118
9119 * ses.el (ses-call-printer-return, ses-cell-property-get)
9120 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9121 (ses-create-cell-variable, ses-reset-header-string)
9122 (ses-cell-set-formula, ses-repair-cell-reference-all)
9123 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9124 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9125 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9126 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9127 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9128 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9129 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9130 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9131 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9132 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9133 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9134 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9135
cf018193
VB
91362011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9137
9138 * ses.el: The overall change is to add cell renaming, that is
9139 setting fancy names for cell symbols other than name matching
9140 "\\`[A-Z]+[0-9]+\\'" regexp .
9141 (ses-create-cell-variable): New defun.
9142 (ses-relocate-formula): Relocate formulas only for cells the
9143 symbols of which are not renamed, i.e. symbols whose names do not
9144 match regexp "\\`[A-Z]+[0-9]+\\'".
9145 (ses-relocate-all): Relocate values only for cells the symbols of
9146 which are not renamed.
9147 (ses-load): Create cells variables as the (ses-cell ...) are read,
9148 in order to check row col consistency with cell symbol name only
9149 for cells that are not renamed.
9150 (ses-replace-name-in-formula): New defun.
9151 (ses-rename-cell): New defun.
9152
ee957461
CY
91532011-12-11 Chong Yidong <cyd@gnu.org>
9154
9155 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9156 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9157
9a9e9ef0
MR
91582011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9159
9160 * window.el (other-window): Fix docstring.
9161
92a8eba5
EZ
91622011-12-10 Eli Zaretskii <eliz@gnu.org>
9163
9164 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
9165 `from' or `to' address before taking its substring.
9166 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
9167 encoded name is chopped in the middle of the encoded string, and
9168 thus displayed encoded.
9169
e152e577
JB
91702011-12-10 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9173
e5d84bfe
EZ
91742011-12-10 Eli Zaretskii <eliz@gnu.org>
9175
9176 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9177 to use texinfo-update-node and commands that call it if the
9178 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 9179 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
9180 (texinfo-all-menus-update, texinfo-master-menu)
9181 (texinfo-update-node, texinfo-every-node-update)
9182 (texinfo-multiple-files-update): Doc fix. Warn against updating
9183 all the @node lines.
9184 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
9185 argument is numeric. Explain better in the doc string what the
9186 function really does.
9187 (texinfo-insert-master-menu-list): Improve the error message
9188 displayed if there's no menu in the Top node.
9189 (Bug#2975) See also this thread:
e5d84bfe
EZ
9190 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9191
1d84e9bb
MG
91922011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9193
9194 * speedbar.el (speedbar-supported-extension-expressions):
9195 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9196
382c953b
JB
91972011-12-09 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * printing.el (pr-mode-alist):
9200 * simple.el (filter-buffer-substring-functions)
9201 (completion-list-insert-choice-function):
9202 * window.el (window-with-parameter, window-atom-root)
9203 (window-sides-slots, window-size-fixed, window-min-delta)
9204 (window-max-delta, window--resize-mini-window)
9205 (window--resize-child-windows-normal, window-tree)
9206 (delete-other-windows, quit-window, split-window)
9207 (display-buffer-record-window, special-display-buffer-names)
9208 (special-display-regexps, special-display-popup-frame)
9209 (same-window-p, split-window-sensibly)
9210 (display-buffer-overriding-action, display-buffer-alist)
9211 (display-buffer-base-action, display-buffer, switch-to-buffer)
9212 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9213 (fit-window-to-buffer, recenter-positions)
9214 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9215 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9216 and remove unneeded backslashes in docstrings.
9217
39c9faef
SM
92182011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9219
98449af8
SM
9220 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9221
39c9faef
SM
9222 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9223 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9224 end in ".mk".
9225 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9226 when reading the makefile (bug#10116).
9227
86ed9fdc
SM
92282011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9231 (bug#10116).
9232
5580f89d
GM
92332011-12-06 Glenn Morris <rgm@gnu.org>
9234
9235 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9236
28d3917c
CY
92372011-12-06 Chong Yidong <cyd@gnu.org>
9238
9239 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9240
a98edce9
JB
92412011-12-06 Juanma Barranquero <lekktu@gmail.com>
9242
9243 * textmodes/table.el (table-shorten-cell): Fix typo.
9244
e65adfac
CG
92452011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9246
9247 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9248
71cc0b74
EZ
92492011-12-05 Eli Zaretskii <eliz@gnu.org>
9250
9251 * descr-text.el (describe-char): Fix display of strong
9252 right-to-left characters and directional embeddings and overrides.
9253
9254 * simple.el (what-cursor-position): Fix display of codepoints of
9255 strong right-to-left characters.
9256
315bc30d
CY
92572011-12-05 Chong Yidong <cyd@gnu.org>
9258
9259 * faces.el (read-color): Doc fix.
9260
58a70b94
GM
92612011-12-05 Glenn Morris <rgm@gnu.org>
9262
9263 * align.el (align--set-marker): Add doc-string.
9264 Don't try to move something that is not a marker. (Bug#10216)
9265
5158face
GM
92662011-12-04 Glenn Morris <rgm@gnu.org>
9267
9268 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9269 overly zealous deletion of trailing whitespace.
9270
520fca41
JB
92712011-12-04 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * server.el (server-delete-client): On Windows, do not try to delete
9274 the only terminal.
9275 (server-process-filter): On Windows, treat requests for a tty frame as
9276 if they were for a GUI frame if the running server is in GUI mode.
9277
5e605a2e
GM
92782011-12-03 Glenn Morris <rgm@gnu.org>
9279
9280 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9281
5c3fe83f
SM
92822011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9283
6f5e57e7
SM
9284 * electric.el: Streamline electric-indent's hook.
9285 (electric-indent-chars): Revert to simple list.
9286 (electric-indent-functions): New var.
9287 (electric-indent-post-self-insert-function): Use it.
9288
5c3fe83f
SM
9289 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9290 there's no inferior buffer (bug#10196).
9291 (prolog-consult-compile): Don't use toggle-read-only.
9292
6bdac736
MA
92932011-12-02 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9296 interrupt. (Bug#10187)
9297
6131ba7f
SM
92982011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9299
99c79fee
SM
9300 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9301 (bug#9160).
9302
6131ba7f
SM
9303 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9304 (bug#10191).
9305
cb0a02ea
JL
93062011-12-02 Juri Linkov <juri@jurta.org>
9307
9308 * info.el (Info-search): Display "end of manual" when Isearch
9309 reaches the end of single-file Info manual. (Bug#9918)
9310
66e0570c
EZ
93112011-12-02 Eli Zaretskii <eliz@gnu.org>
9312
9313 * isearch.el (isearch-message-prefix): Run the input method part
9314 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9315
02b16839
JL
93162011-12-02 Juri Linkov <juri@jurta.org>
9317
9318 * isearch.el (isearch-occur): Use `word-search-regexp' for
9319 `isearch-word'.
9320 (isearch-search-and-update): Add condition for `isearch-word' and
9321 call `word-search-regexp'. (Bug#10145)
9322
0b950688
GM
93232011-12-01 Glenn Morris <rgm@gnu.org>
9324
9325 * eshell/em-hist.el (eshell-hist-initialize):
9326 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 9327 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 9328
9505c3c7
SM
93292011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9332
1bbe96b2 93332011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 9334
a1beca85
SM
9335 * progmodes/verilog-mode.el (verilog-pretty-expr):
9336 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
9337 verilog, such as += *= and the like.
9338 (verilog-assignment-operator-re): Regular expression to find the
9339 assigment operator in a verilog assignment.
9340 (verilog-assignment-operation-re): Regular expression to find an
9341 assignment statement for pretty-expr.
9342 (verilog-in-attribute-p): Query returns true if point is in an
9343 attribute context; used to skip these for expression line up from
9344 pretty-expr.
9345 (verilog-in-parameter-p): Query returns true if point is in an
9346 parameter definition context; used to skip these for expression
9347 line up from pretty-expr.
9348 (verilog-in-parenthesis-p): Query returns true if point is in a
9349 parenthetical expression, specifically ( ) but not [ ] or { };
9350 used by pretty-expr.
9351 (verilog-just-one-space): If there is no space, don't add one.
9352 (verilog-get-lineup-indent-2): Specifically skip just attribute
9353 contexts for expression lineup, rather than skipping all
9354 parenthetical expressions.
9355 (verilog-calculate-indent): Fix comment, and fix indent.
9356 (verilog-do-indent): Indent declarations in lists (suggested by
9357 Joachim Lechner).
9358 (verilog-mode-abbrev-table): Populate abbrev mode with the various
9359 skeleton items.
9360 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9361 by Alain Mellan).
9362
1bbe96b2 93632011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
9364
9365 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9366 parameters with embedded comments. Reported by Ray Stevens.
9367 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9368 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9369 Reported by Tim Holt.
9370 (verilog-auto): Fix AUTOing a upper module then AUTOing module
9371 instantiated by upper module causing wrong expansion until AUTOed a
9372 second time. Reported by K C Buckenmaier.
9373 (verilog-diff-auto): Fix showing .* as a difference when
9374 `verilog-auto-star-save' off. Reported by Dan Dever.
9375 (verilog-auto-reset, verilog-read-always-signals)
9376 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9377 temporary signals in reset list if
9378 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
9379 style to each signal's assignment type, bug381.
9380 Reported by Thomas Esposito.
6288f0ca
WS
9381 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9382 (verilog-uvm-statement-re): Support UVM indentation and
9383 highlighting, with old OVM keywords only.
a1beca85 9384 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
9385 Support AUTOTIEOFF creating non-wire data types.
9386 Suggested by Jonathan Greenlaw.
6288f0ca
WS
9387 (verilog-auto-insert-lisp, verilog-delete-to-paren)
9388 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9389 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
9390 (verilog-read-sub-decls, verilog-read-sub-decls-line):
9391 Fix mismatching parenthesis inside commented out code when deleting
382c953b 9392 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
9393 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9394 non-numeric vector width. Reported by Alex Reed.
9395 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 9396 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
9397 (verilog-auto-delete-trailing-whitespace):
9398 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
9399 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
9400 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9401 Fix verilog-scan-cache corruption when running user AUTO expansion
9402 hooks that call indentation routines.
9403 (verilog-simplify-range-expression): Fix typo ignoring lower case
9404 identifiers.
9405 (verilog-delete-auto): Fix delete-autos to also remove user created
9406 automatics, as long as they start with AUTO.
9407 (verilog-batch-diff-auto, verilog-diff-auto)
9408 (verilog-diff-function): Add `verilog-diff-auto' and bind to
9409 "C-c?" to report differences in AUTO expansion, ignoring spaces.
9410 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9411 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
9412 (verilog-re-search-forward-quick, verilog-syntax-ppss):
9413 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
9414 is disabled and its cache will get corrupt, causing AUTOS not to
9415 expand. Instead use only -quick functions.
9416 (verilog-scan-region): Fix scanning over escaped quotes.
9417 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9418 (verilog-re-search-backward-quick)
9419 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9420 related functions now ignore strings, to fix misparsing of strings
9421 with magic comments embedded in them.
a1beca85
SM
9422 (verilog-read-auto-template):
9423 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9424 Reported by Brad Dobbie.
9425 (verilog-read-auto-template):
9426 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 9427 Reported by Brad Dobbie.
6288f0ca
WS
9428 (verilog-auto-inst, verilog-auto-inst-param)
9429 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9430 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
9431 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
9432 debugging templates without merge conflicts, bug357.
9433 Reported by Brad Dobbie.
9434 (verilog-read-auto-template):
9435 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
9436 Reported by Brad Dobbie.
9437 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9438 abbrevs so user won't be asked to save.
9439 (verilog-read-auto-lisp-present): Fix to start at beginning of
9440 buffer in case called outside of verilog-auto.
9441 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9442 to "X-2". Reported by Matthew Myers.
9443 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9444 all inputs from module templates. Reported by Leith Johnson.
9445 (verilog-module-inside-filename-p): Fix locating programs as with
9446 modules.
9447 (verilog-auto-inst-port): Fix vl-width expressions when using
9448 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
9449 (verilog-decls-get-regs, verilog-decls-get-signals,
9450 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9451 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9452 verilog-read-decls): Combine reg and wire structures into one var
9453 structure to represent SystemVerilog concepts.
9454 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9455 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
9456 (verilog-auto-wire-type, verilog-insert-definition):
9457 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
9458 SystemVerilog "logic" keyword instead of "wire"/"reg".
9459 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9460 to declares outputs that also have assignments (presumably in an
a1beca85
SM
9461 ifdef or generate if so there's not a driver conflict).
9462 Reported by Matthew Myers.
9463 (verilog-auto-declare-nettype, verilog-insert-definition):
9464 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
9465 `default_nettype none. Reported by Julian Gorfajn.
9466 (verilog-read-always-signals-recurse, verilog-read-decls)
9467 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9468 malformed end statement, bug325. Reported by Joshua Wise and
9469 Andrew Drake.
9470 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9471 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
9472 when expanding .* in interfaces, bug320.
9473 Reported by Pierre-David Pfister.
6288f0ca 9474 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
9475 name and open parenthesis, bug317.
9476 Reported by Pierre-David Pfister.
6288f0ca
WS
9477 (verilog-simplify-range-expression): Fix simplification of
9478 multiplications inside AUTOWIRE connections, bug303.
9479 (verilog-auto-inst-port): Support parameter expansion in
9480 multidimensional arrays.
9481 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9482 after "assert property". Reported by Julian Gorfajn.
9483 (verilog-simplify-range-expression): Fix "couldn't merge" errors
9484 with multiplication, bug303.
9485 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9486 Reported by Jan Frode Lonnum.
9487
1bbe96b2
GM
94882011-11-30 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9491 (hfy-shell-file-name, hfy-shell):
9492 * international/fontset.el (x-decompose-font-name): Fix typos.
9493
94942011-11-29 Ken Brown <kbrown@cornell.edu>
9495
9496 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9497 (gdb-version): Remove defvar.
9498 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9499 (gdb-gud-context-command, gdb-non-stop-handler)
9500 (gdb-current-context-command, gdb-stopped): Use it.
9501 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
9502 (gdb-non-stop-handler): Don't enable pretty-printing here.
9503 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
9504 non-stop mode. Use the following.
9505 (gdb-check-target-async): New defun.
9506 (gud-watch, gdb-stopped): Fix whitespace.
9507 (gdb-get-source-file): Don't try to display the source file if
9508 `gdb-main-file' is nil.
9509
95102011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * align.el: Try to generate fewer markers (bug#10047).
9513 (align--set-marker): New macro.
9514 (align-region): Use it.
9515
c935221f
SM
95162011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9519
e70b5064
CY
95202011-11-29 Chong Yidong <cyd@gnu.org>
9521
9522 * indent.el (indent-for-tab-command, indent-according-to-mode):
9523 Doc fix.
9524 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
9525
f3af92b7
MA
95262011-11-29 Michael Albinus <michael.albinus@gmx.de>
9527
9528 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9529 aware of remote file names. (Bug#10124)
9530
ed472be9
CY
95312011-11-29 Chong Yidong <cyd@gnu.org>
9532
9533 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9534
24510c22
SM
95352011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * files.el (find-file): Don't use force-same-window (bug#10144).
9538 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9539 use pop-to-buffer if the selected window can't be used.
9540 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9541
c60c3703
EZ
95422011-11-28 Eli Zaretskii <eliz@gnu.org>
9543
9544 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9545 special-mode-map.
9546
e95def75
CY
95472011-11-28 Chong Yidong <cyd@gnu.org>
9548
9549 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9550
c3f1c606
NR
95512011-11-27 Nick Roberts <nickrob@snap.net.nz>
9552
9553 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9554 gdb-get-source-file-list on gdb-create-source-file-list.
9555
00db469c
EZ
95562011-11-26 Eli Zaretskii <eliz@gnu.org>
9557
9558 * whitespace.el (whitespace-newline): Use a different foreground
9559 color for 16-color light-background displays.
9560
4ad3bc2a
CY
95612011-11-24 Chong Yidong <cyd@gnu.org>
9562
9563 * window.el (display-buffer--special-action): Doc fix.
9564
e9fce1ac
JB
95652011-11-25 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9568 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9569 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9570 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9571 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9572 (avl-tree-stack-first):
9573 * emacs-lisp/cconv.el (cconv--analyse-use):
9574 * net/gnutls.el (gnutls-negotiate): Fix typos.
9575
cb825e5d
GM
95762011-11-24 Glenn Morris <rgm@gnu.org>
9577
3adbe224
GM
9578 * lpr.el (lpr-windows-system, lpr-lp-system):
9579 * mail/binhex.el (binhex-begin-line):
9580 * progmodes/grep.el (grep-history, grep-find-history):
9581 * textmodes/flyspell.el:
9582 * vc/pcvs-defs.el (cvs-global-menu):
9583 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9584 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9585 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9586
321decc8
GM
9587 * net/tls.el: Fix case of "GnuTLS".
9588
420b63ad
GM
9589 * paths.el (rmail-file-name): Format doc-string for make-docfile.
9590
cb825e5d
GM
9591 * version.el (emacs-build-system): Give it a doc-string.
9592
a0649f08
JL
95932011-11-24 Juri Linkov <juri@jurta.org>
9594
9595 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9596
c0bc0fd4
GM
95972011-11-24 Glenn Morris <rgm@gnu.org>
9598
9599 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9600 if called on a non-mime message just toggle the headers. (Bug#8006)
9601
20db1522
JB
96022011-11-24 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9605 (allout-lead-with-comment-string, allout-structure-deleted-hook)
9606 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9607 (allout-rebullet-heading, allout-open-sibtopic)
9608 (allout-toggle-current-subtree-encryption)
9609 (allout-toggle-subtree-encryption, allout-encrypt-string)
9610 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9611 (allout-distinctive-bullets-string, allout-auto-activation):
9612 * window.el (window-normalize-buffer-to-display):
9613 * progmodes/verilog-mode.el (verilog-batch-indent):
9614 * textmodes/bibtex.el (bibtex-field-braces-opt)
9615 (bibtex-field-strings-opt):
9616 * vc/cvs-status.el (cvs-tree-merge):
9617 Fix typos.
9618
7262a87c
MA
96192011-11-23 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
9622 `non-essential' to t, in order to avoid remote connections.
9623
283430a1
EZ
96242011-11-23 Eli Zaretskii <eliz@gnu.org>
9625
a1beca85
SM
9626 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9627 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
9628 case-insensitively.
9629
d2992a38
ML
96302011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9631
9632 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
9633
50419064
GM
96342011-11-23 Glenn Morris <rgm@gnu.org>
9635
da94eca1
GM
9636 * paths.el (rmail-file-name): Reformat the doc-string so that it
9637 is picked up.
9638
9aac4de2
GM
9639 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
9640 (rmail-auto-file): Ignore case in the "special" field names,
9641 as mail-fetch-field does for all others.
9642
8038d2d2
GM
9643 * mail/rmail.el (rmail-forward):
9644 * mail/rmailkwd.el (rmail-set-label):
9645 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
9646 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
9647
f3fe222a
GM
9648 * mail/rmail.el (rmail-current-message): Doc fix.
9649
50419064
GM
9650 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
9651
28109f49
SM
96522011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * server.el (server-eval-and-print): Allow C-g (bug#6585).
9655
394c65f1
GM
96562011-11-22 Glenn Morris <rgm@gnu.org>
9657
9658 * mail/rmailmm.el (test-rmail-mime-handler)
9659 (test-rmail-mime-bulk-handler)
9660 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
9661
f2a0aa3a
JL
96622011-11-21 Juri Linkov <juri@jurta.org>
9663
1154d12e
JB
9664 * calc/calc.el (calc-read-key-sequence):
9665 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 9666
9c34a344
LMI
96672011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9668
9669 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9670 Tell the caller that the next line needs recomputation, even
9671 though it doesn't start a sexp (bug#10094).
9672
f04a3be9
SM
96732011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
9676
7978747f
SM
96772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9678
f04a3be9
SM
9679 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9680 Use force-same-window.
7978747f 9681
fe7a3057
JB
96822011-11-20 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * descr-text.el (describe-char-unicode-data):
9685 * json.el (json-string-escape):
9686 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
9687 (Footnote-unicode, Footnote-style-p):
9688 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
9689
24901d61
CY
96902011-11-20 Chong Yidong <cyd@gnu.org>
9691
9692 * window.el (replace-buffer-in-windows): Restore interactive spec.
9693
bac7ff22
SM
96942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9695
24f3d7b9
SM
9696 * electric.el (electric-indent-mode): Fix last change (too optimistic).
9697
bac7ff22
SM
9698 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
9699 (byte-compile-global-not-obsolete-vars): New var.
9700 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
9701 Use it.
9702 (byte-compile-warn-obsolete): Align text with the one in *Help*.
9703
cd1181db
JB
97042011-11-20 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
9707 * progmodes/pascal.el (electric-pascal-equal):
9708 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
9709 * xml.el (xml-substitute-special): Fix typos.
9710
7fb18e9e
GM
97112011-11-20 Glenn Morris <rgm@gnu.org>
9712
9713 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
9714 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
9715 Doc fixes.
9716 (rmail-decode-mime-charset): Mark as obsolete.
9717
9718 * mail/rmailsum.el (rmail-message-regexp-p-1):
9719 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
9720 Before using mime functions, check they are set. (Bug#10077)
9721
d5a6b3ba
JL
97222011-11-19 Juri Linkov <juri@jurta.org>
9723
9724 * info.el (Info-finder-find-node): Use `package--builtins' instead
9725 of `package-alist'. Use node names formed by the pattern "Keyword "
9726 and the keyword name.
9727
e981b61f
AS
97282011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9729
1d00653d 9730 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 9731
3ffbc301
JL
97322011-11-19 Juri Linkov <juri@jurta.org>
9733
9734 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
9735 that calls `revert-buffer' on all Info buffers. (Bug#9915)
9736 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
9737 `old-history', `old-history-forward'. Add let-binding
9738 `window-selected'. Remove calls to `kill-buffer',
9739 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
9740 before calling `Info-find-node', so `Info-find-node-2' will reread
9741 the Info file. Restore window positions only when `window-selected'
9742 is non-nil.
9743
30c62133
JL
97442011-11-19 Juri Linkov <juri@jurta.org>
9745
9746 * isearch.el (isearch-lazy-highlight-new-loop):
9747 Remove condition `(not isearch-error)'. (Bug#9918)
9748
9749 * misearch.el (multi-isearch-search-fun): Add condition
9750 `(not bound)' to ignore lazy-highlighting search.
9751 Add the search-failed message "end of multi" when the end of
9752 multi-sequence is reached. Uncapitalize the search-failed
9753 message "Repeat for next buffer".
9754
9755 * info.el (Info-search): Add the search-failed message
9756 "end of the manual" when the end of the manual is reached
9757 in Isearch mode.
9758
645ca9cf
JL
97592011-11-19 Juri Linkov <juri@jurta.org>
9760
9761 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
9762 Use non-destructive `remove' instead of `delete' because
9763 `Info-history-list' stored to `Info-isearch-initial-history-list' in
9764 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
9765
df754f66
JL
97662011-11-19 Juri Linkov <juri@jurta.org>
9767
9768 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
9769 to nil instead of binding `search-ring' and `regexp-search-ring'.
9770 (Bug#9185)
9771
0e23d96a
EZ
97722011-11-19 Eli Zaretskii <eliz@gnu.org>
9773
9774 * simple.el (line-move): Force movement by logical lines for any
9775 hscrolled window, not only when auto-hscroll-mode is on.
9776 (line-move-visual): Update doc string to that effect. (Bug#10076)
9777
8a6ccb66
AS
97782011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9779
9780 * language/european.el (macintosh): Define as alias for mac-roman.
9781
49ae5b39
EZ
97822011-11-19 Eli Zaretskii <eliz@gnu.org>
9783
9784 * mail/rmailmm.el (rmail-mime-display-header)
9785 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
9786 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
9787 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
9788 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
9789 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
9790 of a raw aref.
9791 (rmail-mime-entity-segment): To get past the tagline, move forward
9792 2 more lines, to account for the 2 empty lines that precede and
9793 follow the line with the buttons.
9794 (rmail-mime-update-tagline): Move one more line, to get past the
9795 empty line that follows the buttons in the tagline. (Bug#9520)
9796
c56cad4a
MR
97972011-11-19 Martin Rudalics <rudalics@gmx.at>
9798
9799 * window.el (window-max-delta-1, window-min-delta-1)
9800 (window-min-size-1, window-state-get-1, window-state-put-1)
9801 (window-state-put-2): Use "window--" prefix.
9802
cbe71af3
SM
98032011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9804
2ad52c60
SM
9805 * emacs-lisp/smie.el: Improve warnings and conflict detection.
9806 (smie-warning-count): New var.
9807 (smie-set-prec2tab): Use it.
9808 (smie-bnf->prec2): Improve warnings. Add docstring.
9809 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
9810 (smie-bnf--set-class): New function.
9811 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
9812 corner case.
9813
6944dbc1
SM
9814 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
9815 (compilation-error-properties, compilation-move-to-column):
9816 Handle compilation-first-column while in the target buffer.
9817
c400c4d7
SM
9818 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
9819 Don't hardcode point-min==1.
9820
6dbe3e96
SM
9821 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
9822 (eshell-rewrite-for-command): Remove workaround.
9823 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
9824 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
9825 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
9826
cbe71af3
SM
9827 * files-x.el (modify-file-local-variable): Obey commenting conventions.
9828
a8e1496d
GM
98292011-11-17 Glenn Morris <rgm@gnu.org>
9830
9831 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9832 Ignore buffer-local generated-autoload-file if it is the same
9833 as the global value. (Bug#10049)
9834
df85d315
JB
98352011-11-17 Juanma Barranquero <lekktu@gmail.com>
9836
9837 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
9838 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
9839 (reftex-toc-previous-heading, reftex-toc-max-level)
9840 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
9841 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
9842 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9843 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9844 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
9845 (reftex-toc-rename-label, reftex-toc-visit-location)
9846 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
9847 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
9848 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
9849 leaving "*toc*" only for references to the buffer.
9850
a0c2d0ae
MR
98512011-11-17 Martin Rudalics <rudalics@gmx.at>
9852
9853 * window.el (window-resize, delete-window, split-window):
9854 Replace window-splits by window-combination-resize.
1d00653d 9855 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 9856
35c0bac8
GM
98572011-11-17 Glenn Morris <rgm@gnu.org>
9858
9859 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9860 Make bash entry derive from sh entry, not shell entry.
9861
d0c8fc8a
MA
98622011-11-16 Michael Albinus <michael.albinus@gmx.de>
9863
7262a87c
MA
9864 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
9865 local file name.
9866
7877f373
JB
98672011-11-16 Juanma Barranquero <lekktu@gmail.com>
9868
9869 * menu-bar.el (menu-bar-file-menu):
9870 * printing.el (pr-ps-utility):
9871 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
9872 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
9873 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
9874 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
9875 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
9876 (icalendar--convert-cyclic-to-ical)
9877 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
9878 (icalendar--convert-ical-to-diary)
9879 (icalendar--convert-recurring-to-diary)
9880 (icalendar--convert-non-recurring-all-day-to-diary)
9881 (icalendar-import-format-sample):
9882 * progmodes/idlw-shell.el (idlwave-shell-mode):
9883 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
9884 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
9885 (vhdl-ps-print-init): Fix typos.
9886
10649b82
KM
98872011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
9888
9d0cfcd6
GM
9889 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
9890 FSF and collapse date sequence, obscure author/maintainer email address
9891 better, remove extra version line, track relocation of author's webpage.
10649b82 9892
9d0cfcd6
GM
9893 * progmodes/python.el (python-pdbtrack-input-prompt)
9894 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
9895 regular python pdb prompts. Adjustments shamelessly taken exactly as
9896 suggested in EmacsWiki page (tiny change):
9897 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 9898
58179cce
JB
98992011-11-16 Juanma Barranquero <lekktu@gmail.com>
9900
9901 * expand.el (expand-pos, expand-index, expand-point):
9902 Remove redundant info from docstring.
9903 (expand-add-abbrevs): Doc fix.
9904 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
9905 (expand-sample-perl-mode-expand-list): Fix typos.
9906
9907 * net/dbus.el (dbus-event-member-name):
9908 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
9909 * term/pc-win.el (msdos-create-frame-with-faces):
9910 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
9911
b6f67890
MR
99122011-11-16 Martin Rudalics <rudalics@gmx.at>
9913
9914 * window.el (split-window, window-state-get-1)
9915 (window-state-put-1, window-state-put-2): Rename occurrences of
9916 window-nest to window-combination-limit.
1d00653d 9917 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 9918
ce7ddba0
CY
99192011-11-16 Chong Yidong <cyd@gnu.org>
9920
9921 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
9922 regexp (Bug#10033).
9923
3ae704f4
SM
99242011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
9927 `completing-read' will remove *Completions* and will preserve
9928 current-buffer for us.
9929 (tmm-add-prompt): Users of *Completions* will always (re)set its
9930 major mode.
9931 (tmm-old-comp-map): Remove.
9932
6ad1cdde
GM
99332011-11-16 Glenn Morris <rgm@gnu.org>
9934
9935 * mail/rmailedit.el: Require rmailmm when compiling.
9936 (rmail-old-mime-state): New declaration.
9937 (rmail-edit-current-message): If editing a mime message,
9938 edit the "raw" message from the mbox buffer.
9939 (rmail-cease-edit): Handle mime messages. (Bug#9840)
9940
d20faa20
GM
99412011-11-15 Glenn Morris <rgm@gnu.org>
9942
9943 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
9944 which wasn't being used. Add optional arg to force given state.
9945 (rmail-mime): Add optional arg to force given state.
9946
c7015153
JB
99472011-11-15 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9950 * frame.el (display-mm-dimensions-alist):
9951 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
9952 (outline-move-subtree-down):
9953 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
9954 (newsticker--treeview-do-get-node):
9955 * net/quickurl.el (quickurl-list-buffer-name):
9956 * progmodes/dcl-mode.el (dcl-mode):
9957 * progmodes/gdb-mi.el (gdb-mapcar*):
9958 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
9959
45261b50
GM
99602011-11-15 Glenn Morris <rgm@gnu.org>
9961
9962 * mail/rmail.el (rmail-file-coding-system): It's only ever used
9963 in a boolean sense, so just make it a boolean, and fix the doc.
9964 (rmail-show-mime-function, rmail-mime-feature)
9965 (rmail-require-mime-maybe): Doc fixes.
9966 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
9967
9968 * mail/rmailmm.el (rmail-show-mime): Doc fix.
9969
0d26e0b6
JB
99702011-11-15 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
9973 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
9974 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
9975 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
9976
447f30f6
GM
99772011-11-15 Glenn Morris <rgm@gnu.org>
9978
672b871d
GM
9979 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
9980 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
9981 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
9982 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
9983 (rmail-mime, rmail-show-mime): Doc fixes.
9984
f6aa5bb1
GM
9985 * term/ns-win.el (mode-line-frame-identification):
9986 Leave it alone. (Bug#10051)
9987
947cd66b
GM
9988 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
9989
447f30f6
GM
9990 * mail/rmailout.el (rmail-output-to-rmail-buffer):
9991 Handle empty buffers. (Bug#9978)
9992
0b381c7e
JB
99932011-11-14 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * international/mule.el (define-charset):
9996 * mail/rmailmm.el (rmail-mime-find-header-encoding):
9997 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
9998 * progmodes/verilog-mode.el (verilog-backward-token):
9999 * textmodes/ispell.el (lookup-words):
10000 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10001
71e027ac
GM
100022011-11-14 Glenn Morris <rgm@gnu.org>
10003
56632ce4
GM
10004 * progmodes/executable.el
10005 (executable-make-buffer-file-executable-if-script-p):
10006 Handle file-modes returning nil.
10007
40500957
GM
10008 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10009 message - not necessary, and causes problems. (Bug#9831)
10010
071c2340
GM
10011 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10012
d3cfca60
GM
10013 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10014
71e027ac
GM
10015 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10016 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10017 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10018
89d61221
MR
100192011-11-12 Martin Rudalics <rudalics@gmx.at>
10020
10021 * window.el (window-resize, delete-window): Use window-splits
10022 variable instead of function.
10023 (window-state-get-1, window-state-put-2, window-state-put):
10024 Don't deal with windows' splits status.
10025
98282f6f
GM
100262011-11-12 Glenn Morris <rgm@gnu.org>
10027
10028 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10029 (apropos-documentation): Doc fixes.
10030
40a8bdf6
JB
100312011-11-11 Juanma Barranquero <lekktu@gmail.com>
10032
10033 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10034 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10035
65bd19ff
SM
100362011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * electric.el (electric-indent-post-self-insert-function): Make it
10039 possible for a char to only indent in some circumstances.
10040 (electric-indent-mode): Simplify.
10041
54f9154c
MR
100422011-11-11 Martin Rudalics <rudalics@gmx.at>
10043
10044 * window.el (windows-with-parameter): Remove unused function.
10045 (windows-at-side): Rename to window-at-side-list.
10046 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
10047 (window-side-check, window-size-ignore, window-size-fixed-1)
10048 (window-in-direction-2): Prefix with "window--".
10049 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 10050
68cbc58b
GM
100512011-11-11 Glenn Morris <rgm@gnu.org>
10052
10053 * subr.el (eval-after-load): If FILE is already loaded,
10054 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10055
b2621720
GM
100562011-11-10 Glenn Morris <rgm@gnu.org>
10057
9a4de110
GM
10058 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10059 Call svn via vc-svn-command rather than vc-do-command.
10060 (vc-svn-command): Add --non-interactive. (Bug#9993)
10061 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10062
b2621720
GM
10063 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10064 Add toggle-read-only. (Bug#7292)
10065 * files.el (toggle-read-only): Mention that it should only
10066 be used interactively. (Bug#10006)
10067
1dce7193
SM
100682011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10069
d9ac1a1e
SM
10070 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10071 Adjust regexp for OCaml warnings.
10072
0c325082
SM
10073 * electric.el (electric-pair-post-self-insert-function): Let user
10074 turn it off buffer-locally (bug#9932).
10075
90132c14
SM
10076 * progmodes/python.el (python-beginning-of-statement):
10077 Rewrite (bug#2703).
10078
1dce7193
SM
10079 * progmodes/compile.el: Better handle TABs (bug#9749).
10080 (compilation-internal-error-properties)
10081 (compilation-next-error-function): Obey the target buffer's
10082 compilation-error-screen-columns.
10083
c4e7c63a
JB
100842011-11-09 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * progmodes/meta-mode.el: Remove obsolete comments.
10087 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10088 Fix typos in docstrings.
10089
2cffd681
MR
100902011-11-09 Martin Rudalics <rudalics@gmx.at>
10091
10092 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 10093 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
10094 (window--resizable): New function. Make all callers of
10095 window-resizable call window--resizable instead.
10096 (window-resizable): Rewrite in terms of window--resizable.
10097
0edcba87
GM
100982011-11-08 Glenn Morris <rgm@gnu.org>
10099
10100 * progmodes/delphi.el (delphi-mode-syntax-table):
10101 Let define-derived-mode define a proper syntax table. (Bug#9994)
10102
4b0d61e3
SM
101032011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * window.el: Stay away from defsubst.
10106 (window-list-no-nils): Remove.
10107 (window-state-get-1, window-state-get): Use backquote instead.
10108
cd394be1 101092011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 10110
4b0d61e3 10111 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 10112 Fix incorrect use of default argument in `completing-read'.
10113
e1c2c6f2
MR
101142011-11-08 Martin Rudalics <rudalics@gmx.at>
10115
10116 * window.el (display-buffer-function, special-display-function):
10117 Mention display-buffer-record-window but do not mention
10118 help-setup parameter in doc-strings.
b3f4a882 10119 (window-min-delta): Fix doc-string typo.
e1c2c6f2 10120
105216ed
CY
101212011-11-08 Chong Yidong <cyd@gnu.org>
10122
10123 * window.el (window-total-height, window-total-width): Doc fix.
10124 (window-body-size): Move from C.
10125 (window-body-height, window-body-width): Move to C.
10126
0a9f9ab5
SM
101272011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * window.el: Make special-display like display-buffer-alist (bug#9532).
10130 (display-buffer--special-action): New function, morphed
10131 from display-buffer--special.
10132 (display-buffer): Use it to handle special-display-buffers at higher
10133 priority (just after display-buffer-alist).
10134 (display-buffer-fallback-action, display-buffer--other-frame-action)
10135 (pop-to-buffer-same-window): Remove display-buffer--special.
10136
a769dd15
GM
101372011-11-07 Glenn Morris <rgm@gnu.org>
10138
10139 * calendar/cal-menu.el (cal-menu-set-date-title):
10140 Do nothing if not in a calendar. (Bug#9976)
10141
05a61ee3
SM
101422011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * files.el (find-file): Always use selected-window.
10145
be7f5545
MR
101462011-11-07 Martin Rudalics <rudalics@gmx.at>
10147
10148 * window.el (window-combinations): Make WINDOW argument
10149 mandatory. Rewrite doc-string.
10150 (walk-window-subtree, window-atom-check, window-min-delta)
10151 (window-max-delta, window--resize-this-window)
10152 (window--resize-root-window-vertically, window-tree)
10153 (balance-windows, window-state-put): Rewrite doc-strings as to
10154 not mention the term "subwindow".
10155 (window--resize-subwindows-skip-p): Rename to
10156 window--resize-child-windows-skip-p.
10157 (window--resize-subwindows-normal): Rename to
10158 window--resize-child-windows-normal.
10159 (window--resize-subwindows): Rename to
10160 window--resize-child-windows.
10161 (window-or-subwindow-p): Rename to window--in-subtree-p.
10162
3c6702ef
ML
101632011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10164
10165 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10166 Ensure that mbox format messages end in two newlines (Bug#9974).
10167
49745b39
CY
101682011-11-06 Chong Yidong <cyd@gnu.org>
10169
10170 * window.el (window-combination-p): Function deleted; its
10171 side-effect is not used in any existing code.
10172 (window-combinations, window-combined-p): Call window-*-child
10173 directly.
10174
24300f5f
CY
101752011-11-05 Chong Yidong <cyd@gnu.org>
10176
10177 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
10178 (window-size-ignore, window-state-get): Callers changed.
10179 (window-normalize-window): Rename from window-normalize-any-window.
10180 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 10181 (window-normalize-live-window): Delete.
447f16b8
CY
10182 (window-combination-p, window-combined-p, window-combinations)
10183 (walk-window-subtree, window-atom-root, window-min-size)
10184 (window-sizable, window-sizable-p, window-size-fixed-p)
10185 (window-min-delta, window-max-delta, window-resizable)
10186 (window-resizable-p, window-full-height-p, window-full-width-p)
10187 (window-current-scroll-bars, window-point-1, set-window-point-1)
10188 (window-at-side-p, window-in-direction, window-resize)
10189 (adjust-window-trailing-edge, maximize-window, minimize-window)
10190 (window-deletable-p, delete-window, delete-other-windows)
10191 (record-window-buffer, unrecord-window-buffer)
10192 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10193 (quit-window, split-window, window-state-put)
10194 (set-window-text-height, fit-window-to-buffer)
10195 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 10196
89bd5ee1
EZ
101972011-11-04 Eli Zaretskii <eliz@gnu.org>
10198
53479029
EZ
10199 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10200 rfc2047-decode-string.
10201 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10202 warnings.
10203
89bd5ee1
EZ
10204 * window.el (window-body-height, window-body-width): Mention in
10205 the doc string that the return values are in frame's canonical
10206 units. (Bug#9949)
10207
bd17fdee
AM
102082011-11-03 Alan Mackenzie <acm@muc.de>
10209
10210 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10211 change in cc-engine.el.
10212
acc825c5
SM
102132011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10216
1885e5b8
MR
102172011-11-02 Martin Rudalics <rudalics@gmx.at>
10218
10219 * window.el (quit-window): Call unrecord-window-buffer after
10220 showing another buffer in the window. (Bug#9937)
acc825c5 10221 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 10222
ebe06da9
JB
102232011-11-02 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10226 Accept status with more than 9 shelves. (Bug#9935)
10227 Reported by Colin D Bennett <colin@gibibit.com>.
10228
4ee88440
MR
102292011-11-01 Martin Rudalics <rudalics@gmx.at>
10230
10231 * help.el (with-help-window): Don't reference
10232 temp-buffer-show-specifiers in doc-string.
10233
08e1d82c
AS
102342011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10235
10236 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10237 menu-item.
10238
84bd6e9e
VJL
102392011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10240
10241 * whitespace.el: New version 13.2.2.
10242 (whitespace-newline-mode): Disable properly. Reported by Sarah
10243 <EmacsWiki>.
10244
dba0634a
UJ
102452011-10-30 Ulf Jasper <ulf.jasper@web.de>
10246
10247 * net/newst-treeview.el: Remove "Time-stamp".
10248 (newsticker--group-manage-orphan-feeds): Do not call
10249 newsticker--treeview-tree-update.
db22a3c2
JB
10250 (newsticker-treeview-update, newsticker-treeview):
10251 Call newsticker--treeview-tree-update if necessary.
dba0634a 10252
3d8daefe
MR
102532011-10-30 Martin Rudalics <rudalics@gmx.at>
10254
10255 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
10256 (window-iso-combinations): Remove "iso-" infix.
10257 Suggested by Chong Yidong.
3d8daefe
MR
10258 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10259 (window-max-delta-1, window-resize, window--resize-siblings)
10260 (window--resize-this-window, adjust-window-trailing-edge)
10261 (split-window, balance-windows-1)
10262 (shrink-window-if-larger-than-buffer):
10263 * calendar/calendar.el (calendar-generate-window):
db22a3c2 10264 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 10265
1bc4c3ae
SM
102662011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10269 in place (bug#9907).
10270 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10271 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10272 (eshell-structure-basic-command, eshell-rewrite-while-command)
10273 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10274 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10275 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10276 (eshell-do-pipelines-synchronously, eshell-eval-command):
10277 Use backquotes and prefer setq to set.
10278 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10279 (eshell-macrop): Use functionp.
c1e2f5fa 10280 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 10281
30b65d9c
CY
102822011-10-30 Chong Yidong <cyd@gnu.org>
10283
10284 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10285 instead of set-mark (Bug#9810).
10286
2d197ffb
CY
102872011-10-30 Chong Yidong <cyd@gnu.org>
10288
10289 * window.el (split-window-below, split-window-right): Rename from
10290 split-window-above-each-other and split-window-side-by-side
10291 respectively. All callers changed.
10292 (split-window-sensibly, split-window-sensibly): Use them.
10293 (split-window-keep-point): Doc fix.
10294
10295 * isearch.el: Add isearch-scroll property to split-window-below
10296 and split-window-right.
10297
10298 * follow.el (follow-mode):
10299 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10300 * progmodes/ada-xref.el (ada-gdb-application):
10301 * emulation/vip.el (vip-buffer-in-two-windows):
10302 * image-dired.el (image-dired-dired-with-window-configuration):
10303 * dired-x.el (dired-do-find-marked-files):
10304 * dired.el (dired-pop-to-buffer):
10305 * bs.el (bs--show-with-configuration):
10306 * vc/emerge.el (emerge-setup-windows):
10307 * textmodes/two-column.el (2C-two-columns):
10308 * textmodes/reftex-toc.el (reftex-toc):
10309 * progmodes/gdb-mi.el (gdb-setup-windows):
10310 * progmodes/fortran.el (fortran-window-create):
10311 * net/newst-treeview.el (newsticker--treeview-window-init):
10312 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10313 * emulation/tpu-edt.el (tpu-gold-map):
10314 * emulation/crisp.el (crisp-mode-map):
10315 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10316
38bb2ca8
CY
103172011-10-29 Chong Yidong <cyd@gnu.org>
10318
aa4de341
CY
10319 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10320
e1eb5385
CY
10321 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10322
5d2ece3c
CY
10323 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10324 forged Ispell output (Bug#7904).
10325
38bb2ca8
CY
10326 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10327
d0af9f77
SM
103282011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * doc-view.el: Avoid ugly errors about not finding nil.
10331 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10332 (doc-view-dvipdf-program, doc-view-unoconv-program)
10333 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10334 Avoid nil or absolute file name as default value.
10335 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10336
52bedd34
AM
103372011-10-28 Alan Mackenzie <acm@muc.de>
10338
db22a3c2 10339 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 10340
7e43cfa5
AM
103412011-10-28 Alan Mackenzie <acm@muc.de>
10342
10343 Amend the handling of c-beginning/end-of-defun in nested declaration
10344 scopes.
10345
52bedd34
AM
10346 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10347 cc-langs.el. Change it to a defcustom.
7e43cfa5 10348
52bedd34
AM
10349 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10350 cc-vars.el.
7e43cfa5 10351
d0af9f77
SM
10352 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10353 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 10354
52bedd34 10355 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 10356 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
10357 (c-widen-to-enclosing-decl-scope): New function.
10358 (c-while-widening-to-decl-block): New macro.
10359 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10360 outward for defun boundaries, and correspondingly change symbol
10361 `respect-enclosure' to `go-outward'.
10362 (c-declaration-limits): Change algorithm to report only the "innermost"
10363 defun's boundaries.
10364
1a2ce9ee
DD
103652011-10-28 Deniz Dogan <deniz@dogan.se>
10366
10367 * net/rcirc.el (rcirc-mode): Use hard newlines.
10368
bc97a826
AM
103692011-10-28 Alan Mackenzie <acm@muc.de>
10370
10371 Amend to indent and fontify macros "which include their own semicolon"
10372 correctly, using the "virtual semicolon" mechanism.
10373
52bedd34 10374 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 10375
d0af9f77 10376 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 10377 Recode to scan one line at a time rather than having \n and \r
58179cce 10378 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 10379 (c-forward-label): Amend for virtual semicolons.
58179cce 10380 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 10381
52bedd34
AM
10382 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10383 of the new C macros.
bc97a826 10384
52bedd34 10385 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
10386 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10387 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
10388 (c-opt-cpp-macro-define): Make into a full language variable.
10389 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10390 AWK Mode (including \n, \r) removed, no longer needed.
10391
d0af9f77
SM
10392 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10393 Invoke c-make-macro-with-semi-re.
bc97a826 10394
52bedd34
AM
10395 * progmodes/cc-vars.el (c-macro-with-semi-re):
10396 (c-macro-names-with-semicolon): New variables.
58179cce 10397 (c-make-macro-with-semi-re): New function.
bc97a826 10398
7a6c0941
SM
103992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * vc/log-edit.el: Fill empty field rather than adding new one.
10402 (log-edit-add-field): New function.
10403 (log-edit-insert-changelog): Use it.
10404
b0c4cdcf
ML
104052011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10406
10407 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10408
ee1f1da9
SM
104092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10412 (gdb--check-interpreter): New function.
10413 (gdb): Use it.
10414
51bc5f8b
GM
104152011-10-27 Glenn Morris <rgm@gnu.org>
10416
416a2c45
GM
10417 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10418 (least-positive-float, least-negative-float)
10419 (least-positive-normalized-float, least-negative-normalized-float)
10420 (float-epsilon, float-negative-epsilon):
10421 Remove unnecessary declarations.
10422
10423 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10424 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10425 (least-positive-float, least-negative-float)
10426 (least-positive-normalized-float, least-negative-normalized-float)
10427 (float-epsilon, float-negative-epsilon): Add doc-strings,
10428 based on those in cl.texi.
10429
51bc5f8b
GM
10430 * files.el (set-visited-file-name): If the major-mode changed,
10431 reload the local variables. (Bug#9796)
10432
15de15c6
CY
104332011-10-27 Chong Yidong <cyd@gnu.org>
10434
10435 * subr.el (change-major-mode-after-body-hook): New hook.
10436 (run-mode-hooks): Run it.
10437
ee1f1da9
SM
10438 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10439 Use change-major-mode-before-body-hook.
15de15c6
CY
10440
10441 * simple.el (fundamental-mode):
10442 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10443 change introducing fundamental-mode-hook.
10444
5430d399
JB
104452011-10-26 Juanma Barranquero <lekktu@gmail.com>
10446
acc825c5 10447 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 10448
ad74a69e
MA
104492011-10-26 Michael Albinus <michael.albinus@gmx.de>
10450
10451 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 10452 tramp.el explicitly. (Bug#7583)
ad74a69e 10453
71d4c2a5
SM
104542011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * progmodes/octave-mod.el:
10457 * progmodes/octave-inf.el: Update maintainer.
10458
b1f6fa26
CY
104592011-10-26 Chong Yidong <cyd@gnu.org>
10460
10461 * subr.el (with-wrapper-hook): Rewrite doc.
10462
3f04efd6
MA
104632011-10-25 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 10466 filenames "/method:foo:". (Bug#9793)
3f04efd6 10467
410488d3
SM
104682011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10471 (bug#9865).
10472
c1ebb47e
GM
104732011-10-24 Glenn Morris <rgm@gnu.org>
10474
10475 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
10476
7f5c46c7
MA
104772011-10-24 Michael Albinus <michael.albinus@gmx.de>
10478
10479 * notifications.el: Add the requirement of a running D-Bus session
10480 bus to the Commentary.
10481
db2440b6
JL
104822011-10-24 Juri Linkov <juri@jurta.org>
10483
10484 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10485 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10486 (Bug#9364)
10487
feecf435
JL
104882011-10-24 Juri Linkov <juri@jurta.org>
10489
10490 * info.el (Info-following-node-name-re): Add newline to the list
10491 of allowed characters for leading space. (Bug#9824)
10492
a3839de2
SM
104932011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10494
acc825c5
SM
10495 * progmodes/octave-inf.el (inferior-octave-mode-map):
10496 Fix C-c C-h binding.
a3839de2
SM
10497 * progmodes/octave-mod.el (octave-help): Remove.
10498
09388e76
MA
104992011-10-23 Michael Albinus <michael.albinus@gmx.de>
10500
10501 Sync with Tramp 2.2.3.
10502
10503 * net/tramp-cache.el (top): Pacify byte-compiler using
10504 `init-file-user' and `site-run-file'.
10505
10506 * net/trampver.el: Update release number.
10507
86c60681
CY
105082011-10-23 Chong Yidong <cyd@gnu.org>
10509
10510 * files.el (toggle-read-only): Remove obsolete comment about
10511 version control.
10512
10513 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10514 for toggle-read-only. Note that this hasn't called vc-next-action
10515 since 2008-05-02, though it wasn't documented at the time.
10516
a3839de2
SM
10517 * vc/ediff-init.el (ediff-toggle-read-only-function):
10518 Use toggle-read-only.
86c60681 10519
cd5495ff
AM
105202011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
10521
10522 Fix bug #9560, sporadic wrong indentation; improve instrumentation
10523 of c-parse-state.
10524
00b77525 10525 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 10526 correct faulty logical expression.
cd5495ff
AM
10527 (c-parse-state-state, c-record-parse-state-state):
10528 (c-replay-parse-state-state): New defvar/defuns.
10529 (c-debug-parse-state): Use new functions.
10530
42ee24ed
MR
105312011-10-22 Martin Rudalics <rudalics@gmx.at>
10532
10533 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 10534 last fix. Use window-in-direction correctly.
42ee24ed 10535
a7dee7e7
CY
105362011-10-21 Chong Yidong <cyd@gnu.org>
10537
10538 * progmodes/idlwave.el (idlwave-mode):
10539 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
10540 require-final-newline; that's done in prog-mode.
10541 Suggested by Stefan Monnier.
a7dee7e7 10542
e07b9a6d
MR
105432011-10-21 Martin Rudalics <rudalics@gmx.at>
10544
10545 * mouse.el (mouse-drag-window-above)
10546 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10547 (mouse-drag-mode-line-1, mouse-drag-header-line)
10548 (mouse-drag-vertical-line-rightward-window): Remove.
10549 (mouse-drag-line): New function.
10550 (mouse-drag-mode-line, mouse-drag-header-line)
10551 (mouse-drag-vertical-line): Call mouse-drag-line.
10552 * window.el (window-at-side-p, windows-at-side): New functions.
10553
7e1361d9
UM
105542011-10-21 Ulrich Mueller <ulm@gentoo.org>
10555
10556 * tar-mode.el (tar-grind-file-mode):
10557 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
10558
30fcaf3a
CY
105592011-10-21 Chong Yidong <cyd@gnu.org>
10560
10561 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
10562 * progmodes/vera-mode.el (vera-mode):
10563 Use mode-require-final-newline.
30fcaf3a 10564
516eddb0
GM
105652011-10-20 Glenn Morris <rgm@gnu.org>
10566
db22a3c2 10567 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 10568
10d5f513
CS
105692011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
10570
10571 * emulation/cua-base.el (cua-set-mark): Fix case of string.
10572
ac6c8639
CY
105732011-10-20 Chong Yidong <cyd@gnu.org>
10574
10575 * emulation/cua-base.el (cua-mode):
10576 * mail/footnote.el (footnote-mode):
10577 * mail/mailabbrev.el (mail-abbrevs-mode):
10578 * net/xesam.el (xesam-minor-mode):
10579 * progmodes/bug-reference.el (bug-reference-mode):
10580 * progmodes/cap-words.el (capitalized-words-mode):
10581 * progmodes/compile.el (compilation-minor-mode)
10582 (compilation-shell-minor-mode):
10583 * progmodes/gud.el (gud-tooltip-mode):
10584 * progmodes/hideif.el (hide-ifdef-mode):
10585 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10586 * progmodes/subword.el (subword-mode):
10587 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10588 * progmodes/which-func.el (which-function-mode):
10589 * term/tvi970.el (tvi970-set-keypad-mode):
10590 * term/vt100.el (vt100-wide-mode):
10591 * textmodes/flyspell.el (flyspell-mode):
10592 * textmodes/ispell.el (ispell-minor-mode):
10593 * textmodes/nroff-mode.el (nroff-electric-mode):
10594 * textmodes/paragraphs.el (use-hard-newlines):
10595 * textmodes/refill.el (refill-mode):
10596 * textmodes/reftex.el (reftex-mode):
10597 * textmodes/rst.el (rst-minor-mode):
10598 * textmodes/sgml-mode.el (html-autoview-mode)
10599 (sgml-electric-tag-pair-mode):
10600 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10601 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10602 * emulation/crisp.el (crisp-mode):
10603 * emacs-lisp/eldoc.el (eldoc-mode):
10604 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10605 minor mode behavior.
10606
aa42ab43
JL
106072011-10-19 Juri Linkov <juri@jurta.org>
10608
10609 * descr-text.el (describe-char): Add #x2010 and #x2011 to
10610 the list of hard-coded chars with escape-glyph face.
10611
89400f1d
SM
106122011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10615
305c07f6
MA
106162011-10-19 Michael Albinus <michael.albinus@gmx.de>
10617
10618 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
10619 running process.
10620
13754b54
GM
106212011-10-19 Glenn Morris <rgm@gnu.org>
10622
10623 * vc/vc-bzr.el (vc-bzr-after-dir-status):
10624 Ignore ignored files. (Bug#9726)
10625
06e21633
CY
106262011-10-19 Chong Yidong <cyd@gnu.org>
10627
10628 Doc fix for minor modes, stating that an omitted argument enables
10629 the mode unconditionally when called from Lisp.
10630
10631 * abbrev.el (abbrev-mode):
10632 * allout.el (allout-mode):
10633 * autoinsert.el (auto-insert-mode):
10634 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10635 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10636 (global-auto-revert-mode):
10637 * battery.el (display-battery-mode):
10638 * composite.el (global-auto-composition-mode)
10639 (auto-composition-mode):
10640 * delsel.el (delete-selection-mode):
10641 * desktop.el (desktop-save-mode):
10642 * dired-x.el (dired-omit-mode):
10643 * dirtrack.el (dirtrack-mode):
10644 * doc-view.el (doc-view-minor-mode):
10645 * double.el (double-mode):
10646 * electric.el (electric-indent-mode, electric-pair-mode):
10647 * emacs-lock.el (emacs-lock-mode):
10648 * epa-hook.el (auto-encryption-mode):
10649 * follow.el (follow-mode):
10650 * font-core.el (font-lock-mode):
10651 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
10652 * help.el (temp-buffer-resize-mode):
10653 * hilit-chg.el (highlight-changes-mode)
10654 (highlight-changes-visible-mode):
10655 * hi-lock.el (hi-lock-mode):
10656 * hl-line.el (hl-line-mode, global-hl-line-mode):
10657 * icomplete.el (icomplete-mode):
10658 * ido.el (ido-everywhere):
10659 * image-file.el (auto-image-file-mode):
10660 * image-mode.el (image-minor-mode):
10661 * iswitchb.el (iswitchb-mode):
10662 * jka-cmpr-hook.el (auto-compression-mode):
10663 * linum.el (linum-mode):
10664 * longlines.el (longlines-mode):
10665 * master.el (master-mode):
10666 * mb-depth.el (minibuffer-depth-indicate-mode):
10667 * menu-bar.el (menu-bar-mode):
10668 * minibuf-eldef.el (minibuffer-electric-default-mode):
10669 * mouse-sel.el (mouse-sel-mode):
10670 * msb.el (msb-mode):
10671 * mwheel.el (mouse-wheel-mode):
10672 * outline.el (outline-minor-mode):
10673 * paren.el (show-paren-mode):
10674 * recentf.el (recentf-mode):
10675 * reveal.el (reveal-mode, global-reveal-mode):
10676 * rfn-eshadow.el (file-name-shadow-mode):
10677 * ruler-mode.el (ruler-mode):
10678 * savehist.el (savehist-mode):
10679 * scroll-all.el (scroll-all-mode):
10680 * scroll-bar.el (scroll-bar-mode):
10681 * server.el (server-mode):
10682 * shell.el (shell-dirtrack-mode):
10683 * simple.el (auto-fill-mode, transient-mark-mode)
10684 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
10685 (line-number-mode, column-number-mode, size-indication-mode)
10686 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
10687 * strokes.el (strokes-mode):
10688 * time.el (display-time-mode):
10689 * t-mouse.el (gpm-mouse-mode):
10690 * tool-bar.el (tool-bar-mode):
10691 * tooltip.el (tooltip-mode):
10692 * type-break.el (type-break-mode-line-message-mode)
10693 (type-break-query-mode):
10694 * view.el (view-mode):
10695 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10696 (global-whitespace-mode, global-whitespace-newline-mode):
10697 * xt-mouse.el (xterm-mouse-mode): Doc fix.
10698
a3839de2
SM
10699 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10700 Fix autogenerated docstring.
06e21633 10701
5214e501
JL
107022011-10-19 Juri Linkov <juri@jurta.org>
10703
10704 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
10705 by checking environment variables "DESKTOP_SESSION" and
10706 "XDG_CURRENT_DESKTOP". (Bug#9779)
10707
195f8db9
JL
107082011-10-19 Juri Linkov <juri@jurta.org>
10709
10710 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
10711 (browse-url-chromium-program, browse-url-chromium-arguments):
10712 New defcustoms.
10713 (browse-url-default-browser): Check for `browse-url-chromium' and
10714 call `browse-url-chromium-program'.
10715 (browse-url-chromium): New command. (Bug#9779)
10716
343a34ff
JB
107172011-10-18 Juanma Barranquero <lekktu@gmail.com>
10718
10719 * facemenu.el (list-colors-duplicates): On Windows, detect more
10720 duplicates by assuming that only colors matching "^System" are
10721 special "system colors". (Bug#9722)
10722
6978a151
SM
107232011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10724
10725 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
10726 to distinguish the author from the committer.
10727
6a80b297
MA
107282011-10-18 Michael Albinus <michael.albinus@gmx.de>
10729
10730 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
10731
b31a5677
JK
107322011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
10733
10734 * international/mule.el (sgml-html-meta-auto-coding-function):
10735 Add support for detecting encoding in HTML5 specified only as
10736 <meta charset="UTF-8">. Implementation just makes http-equiv and
10737 content-type parts from HTML4 encoding string optional. (Bug#9716)
10738
80c6d77f
GM
107392011-10-18 Glenn Morris <rgm@gnu.org>
10740
10741 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
10742
08b0fee8
CY
107432011-10-18 Chong Yidong <cyd@gnu.org>
10744
10745 * faces.el (cursor): Doc fix.
10746
67e729a5
CY
107472011-10-17 Chong Yidong <cyd@gnu.org>
10748
10749 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
10750
343a34ff 107512011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
10752
10753 * dirtrack.el (dirtrack): Support shell buffers with path
10754 prefixes, e.g. tramp-based remote shells. (Bug#9647)
10755
0bc06380
TZ
107562011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
10757
10758 * json.el: Bump version to 1.3 and note change in History.
10759 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
10760
8b79f3e0
SM
107612011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10762
5a7c536b
SM
10763 * comint.el (comint-insert-input, comint-send-input)
10764 (comint-get-old-input-default, comint-backward-matching-input)
10765 (comint-next-prompt): Use nil instead of `input' for field property of
10766 past user input (bug#114).
10767
96a8a0df
SM
10768 * minibuffer.el (completion--replace): Inherit surrounding properties
10769 (bug#114).
10770 (minibuffer-complete-and-exit): Use it.
10771
8b79f3e0
SM
10772 * comint.el (comint--table-subvert): Quote the all-completions output
10773 (bug#9160).
10774
b8f7ff0d
MR
107752011-10-17 Martin Rudalics <rudalics@gmx.at>
10776
8b79f3e0 10777 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 10778
b8f7ff0d 10779 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 10780 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
10781 entries and separate them from frame entries.
10782
c235b555
GM
107832011-10-15 Glenn Morris <rgm@gnu.org>
10784
10785 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
10786 Doc fixes.
10787
6bbfa6e1
CY
107882011-10-15 Chong Yidong <cyd@stupidchicken.com>
10789
8b79f3e0
SM
10790 * net/network-stream.el (network-stream-open-starttls):
10791 Improve detection of failure due to lack of TLS support.
ec5c990d 10792
6bbfa6e1
CY
10793 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
10794 putting the input text in front and in bold.
10795
98488977
SM
107962011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10797
3d1337be
SM
10798 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
10799
ee0b45e4
SM
10800 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
10801 empty buffer.
10802
98488977
SM
10803 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
10804 unread-command-events rather than pushing yet-another event.
10805
186f4720
EZ
108062011-10-14 Eli Zaretskii <eliz@gnu.org>
10807
10808 * mail/sendmail.el (sendmail-query-once): Improve the wording of
10809 the explanation of the possible choices. Make the options passed
10810 to completing-read shorter.
10811
8b7a997c
AM
108122011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10813
10814 * textmodes/flyspell.el (flyspell-large-region): Make sure
10815 extended character mode is used if defined (Bug#1339).
10816
12587bbb
EZ
108172011-10-13 Eli Zaretskii <eliz@gnu.org>
10818
10819 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
10820 character info for LRE, LRO, RLE, and RLO characters by appending
10821 an invisible PDF.
12587bbb 10822
bad41229
SM
108232011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
10826 even in case of error; add debug spec; simplify data flow.
10827 (with-timeout-handler): Remove.
10828
28dbc92f
MA
108292011-10-12 Michael Albinus <michael.albinus@gmx.de>
10830
10831 Fix Bug#6019, Bug#9315.
10832
10833 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
10834 complete `buffer-file-name', the local file name part could look
10835 remotely (for example on VMS).
10836
10837 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
10838 `tramp-run-real-handler'.
10839 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
10840 already quoted by '"'.
10841
10842 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
10843 Let `file-name-handler-alist' be nil, the local file name part
10844 could look remotely (for example on VMS).
10845
e1b0b23a
SM
108462011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
10849 from here...
10850 (flyspell-post-command-hook): ...to here.
10851
a120bde9
SM
108522011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
10855 if not needed.
10856 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
10857 using completion. Protect against "slow" callers.
10858 Remove the "message hack".
10859
7ce7717b
JL
108602011-10-11 Juri Linkov <juri@jurta.org>
10861
10862 * isearch.el (isearch-lazy-highlight-word): New variable.
10863 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
10864 Use it. (Bug#9727)
10865
c02ee9d6
GM
108662011-10-11 Glenn Morris <rgm@gnu.org>
10867
10868 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
10869 like f90-previous-statement does.
10870
93e616fd 108712011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10872
1f190e73 10873 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
10874 only in interactive use, to avoid error.
10875
af7b6078
SM
108762011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * minibuffer.el (completion-file-name-table): Fix last change,
10879 i.e. ignore normal errors but not the other ones.
10880
0563dae9
MR
108812011-10-10 Martin Rudalics <rudalics@gmx.at>
10882
10883 * window.el (special-display-buffer-names)
10884 (special-display-regexps): Remove some remnants of earlier
10885 changes from doc-strings.
366ca7f3
MR
10886 (quit-windows-on): New function.
10887
10888 * vc/vc.el (vc-revert, vc-rollback):
10889 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
10890 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 10891 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 10892
49677495
MR
108932011-10-09 Martin Rudalics <rudalics@gmx.at>
10894
10895 * window.el (frame-auto-hide-function): Add version tag.
10896 (Bug#9699)
10897
56f2d1e1
MA
108982011-10-09 Michael Albinus <michael.albinus@gmx.de>
10899
10900 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
10901 condition.
10902
112a6592
LL
109032011-10-09 Leo Liu <sdl.web@gmail.com>
10904
10905 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
10906 (Bug#9701)
10907
0812589b
GM
109082011-10-08 Glenn Morris <rgm@gnu.org>
10909
10910 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
10911 before the first code statement zero indent. (Bug#9690)
10912
b2b0776e
CY
109132011-10-08 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * simple.el (count-words-region): Always count in the region.
10916 Report the number of lines and characters too.
10917 (count-words): New command, which counts in the buffer if the
10918 region is inactive, as count-words-region used to.
10919 (count-words--message): New function. Handle plurals.
10920 (count-lines-region): Make it an alias for count-words-region.
10921
10922 * bindings.el (esc-map): Replace count-lines-region with
10923 count-words-region.
10924
c557cd6b
MR
109252011-10-08 Martin Rudalics <rudalics@gmx.at>
10926
10927 * window.el (window--delete): Delete dedicated frame
10928 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 10929 (switch-to-buffer): Fix doc-string typo.
c557cd6b 10930
61a57ef4 109312011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10932
3a7d293b 10933 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 10934
c3833279
CY
109352011-10-07 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * bindings.el ([M-left],[M-right]): Bind to left-word and
10938 right-word respectively.
10939
21ce8245
GM
109402011-10-07 Glenn Morris <rgm@gnu.org>
10941
10942 * cus-start.el (debug-on-quit): Fix custom type.
10943
6d823bb2
LMI
109442011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10945
0181e193
LMI
10946 * subr.el (define-key-after): Clarify that the function is not
10947 useful for non-menu keymaps.
10948
6d823bb2
LMI
10949 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
10950
8e3459ce 109512011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10952
21ce8245 10953 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 10954 in current minibuffer (Fix bug with recursive minibuffers).
10955
a1c2d21e
CY
109562011-10-06 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * progmodes/gdb-mi.el (gdb): Doc fix.
10959
5a4cf282
MR
109602011-10-05 Martin Rudalics <rudalics@gmx.at>
10961
10962 * window.el (frame-auto-hide-function): New option replacing
10963 frame-auto-delete. Suggested by Stefan Monnier.
10964 (window--delete): Call frame-auto-hide-function instead of
10965 investigating frame-auto-delete.
c96111ea
MR
10966 (window-point-1, set-window-point-1): New functions.
10967 (window-in-direction, record-window-buffer, window-state-get-1)
10968 (display-buffer-record-window): Use window-point-1 instead of
10969 window-point.
10970 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 10971
9854542e
SM
109722011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
10975
8943cfb0
GM
109762011-10-05 Glenn Morris <rgm@gnu.org>
10977
10978 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
10979 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
10980
647ab967
LL
109812011-10-05 Leo Liu <sdl.web@gmail.com>
10982
10983 * subr.el (read-char-choice): Fix argument to buffer-live-p which
10984 works with buffer object.
10985
3ddfbced
SM
109862011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * mpc.el (mpc-tool-bar-map): Add labels.
10989
bdfa5dd2
GM
109902011-10-04 Glenn Morris <rgm@gnu.org>
10991
10992 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10993
0e2070b5
MR
109942011-10-04 Martin Rudalics <rudalics@gmx.at>
10995
10996 * window.el (window--delete): New function.
10997 (frame-auto-delete): Resuscitate option.
10998 (bury-buffer, replace-buffer-in-windows)
10999 (quit-window): Rewrite using window--delete.
11000 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11001 Pass display-buffer-mark-dedicated to window--display-buffer-2
11002 (Bug#9639).
11003
3dc61a09
SM
110042011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11005
915a9b64
SM
11006 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11007 returns a list (bug#9554). Add remote file name completion.
11008 * comint.el (comint--table-subvert): Curry and get quote&unquote
11009 functions as arguments.
11010 (comint--complete-file-name-data): Adjust call accordingly.
11011 * pcomplete.el (pcomplete--table-subvert): Remove.
11012 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11013
3dc61a09
SM
11014 * minibuffer.el (completion-table-case-fold): Use currying.
11015 (completion--styles-type, completion--cycling-threshold-type):
11016 New constants.
11017 (completion-styles, completion-category-overrides)
11018 (completion-cycle-threshold): Use them.
11019 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11020 completion-table-case-fold.
11021
8ea0a993
SB
110222011-10-03 Stephen Berman <stephen.berman@gmx.net>
11023
11024 * minibuffer.el (completion-category-overrides): Fix type of styles
11025 and add more user friendly tags (bug#9660).
11026
8c24b7f6
SM
110272011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11030 (mule-input-method-string): New widget.
11031 (default-input-method, language-info-custom-alist): Use it.
11032
428fe61a
SM
110332011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11034
32c1fffd
SM
11035 * pcomplete.el: Require comint.
11036 (pcomplete--common-suffix): Remove.
11037 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11038 (pcomplete--table-subvert): Sync with comint--table-subvert.
11039 (pcomplete--entries): Use comint-completion-file-name-table.
11040 * comint.el (comint-unquote-filename): Simplify.
11041 (comint-completion-file-name-table): New function (bug#9616).
11042 (comint--complete-file-name-data): Use it.
11043
428fe61a
SM
11044 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11045 (pcmpl-gnu-tar-buffer): Remove.
11046 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
11047 around. Make sure pcomplete-suffix-list is only changed temporarily.
11048 Don't look inside the tar's file if it's too large.
428fe61a 11049
04c52e2f
CY
110502011-10-01 Chong Yidong <cyd@stupidchicken.com>
11051
ce3cefcc
CY
11052 * cus-edit.el (custom-mode-map):
11053 * epa.el (epa-key-list-mode-map):
11054 * man.el (Man-mode-map):
11055 * startup.el (splash-screen-keymap):
11056 * simple.el (special-mode-map): Use scroll-up-command and
11057 scroll-down-command.
11058
11059 * progmodes/idlw-help.el (idlwave-help-mode-map):
11060 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11061 * net/newst-plainview.el (newsticker-mode-map):
11062 * emulation/ws-mode.el (wordstar-mode-map):
11063 * emulation/vi.el (vi-com-map):
11064 * calc/calc-graph.el (calc-graph-show-dumb):
11065 * term/sun.el (terminal-init-sun):
11066 * term/ns-win.el (global-map):
11067 * progmodes/grep.el (grep-mode-map):
11068 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11069 * mail/rmail.el (rmail-mode-map):
11070 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11071
04c52e2f
CY
11072 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11073 custom-safe-themes as special.
11074
79adf8c8
JD
110752011-10-01 Julien Danjou <julien@danjou.info>
11076
11077 * notifications.el (notifications-notify): Fix docstring.
11078
63bd50d3
PS
110792011-10-01 Per Starbäck <per@starback.se>
11080
11081 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11082
199e4c7e
MR
110832011-09-30 Martin Rudalics <rudalics@gmx.at>
11084
11085 * startup.el (command-line-1): Fix last fix by inserting
11086 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 11087 (Bug#9605) and (Bug#9636)
199e4c7e 11088
fe5f08dd
EZ
110892011-09-29 Eli Zaretskii <eliz@gnu.org>
11090
11091 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11092 window is hscrolled, move by logical lines. (Bug#9607)
11093 (line-move-visual): Update the doc string to the above effect.
11094
b5516bbd
MR
110952011-09-29 Martin Rudalics <rudalics@gmx.at>
11096
ccee00c0
MR
11097 * window.el (display-buffer-record-window): When WINDOW is the
11098 selected window use `point' instead of `window-point'. (Bug#9626)
11099
b5516bbd
MR
11100 * startup.el (command-line-1): Use insert-before-markers when
11101 inserting initial-scratch-message. (Bug#9605)
ccee00c0 11102
b5516bbd
MR
11103 * help.el (help-window): Remove variable.
11104
52aa0014
GM
111052011-09-29 Glenn Morris <rgm@gnu.org>
11106
11107 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11108
df9a7357
JB
111092011-09-29 Juanma Barranquero <lekktu@gmail.com>
11110
11111 * descr-text.el (describe-char-categories): Accept category
11112 descriptions more than one line long.
11113
a8406c20
SM
111142011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11115
88d9610c
SM
11116 * simple.el (delete-trailing-whitespace): Fix last change.
11117
a5daf810
SM
11118 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11119 Don't confuse "y => 3" as the beginning of a `y' operation.
11120
a8406c20
SM
11121 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11122 object has more than 4 slots (bug#9613).
11123
a239d4e9
JB
111242011-09-28 Juanma Barranquero <lekktu@gmail.com>
11125
11126 * subr.el (with-output-to-temp-buffer):
11127 * net/quickurl.el (quickurl, quickurl-browse-url):
11128 Fix typos in docstrings.
11129
693fbdb6
EZ
111302011-09-27 Eli Zaretskii <eliz@gnu.org>
11131
11132 * minibuffer.el (completion-styles)
11133 (completion-category-overrides): Cross reference each other in doc
11134 strings.
11135
8b457e28
GM
111362011-09-27 Glenn Morris <rgm@gnu.org>
11137
11138 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11139 to split-string. (Bug#9606)
11140
85a16208
LMI
111412011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11142
11143 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11144 (bug#9615).
11145
502f9ebd
CY
111462011-09-27 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * emacs-lisp/package.el (list-packages): Fix echo area message.
11149
7690bdea
LL
111502011-09-27 Leo Liu <sdl.web@gmail.com>
11151
11152 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11153
e2ee6f30
MA
111542011-09-25 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * net/dbus.el (dbus-unregister-object): Don't release services for
11157 registered signals. (Bug#9581)
11158
f3f98342
TZ
111592011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11160
11161 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11162 function that picks between cfengine 2 and 3 support
11163 automatically. Update docs accordingly.
11164
dd7aa8dd
KH
111652011-09-22 Kenichi Handa <handa@m17n.org>
11166
11167 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11168 ZERO.
11169 (indian-itrans-v5-table-for-tamil): New variable.
11170 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11171
3f2b07f8
KM
111722011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11173
11174 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11175 that's true if the current command involved collapsing of text.
11176 It's reset to false at the beginning of the next command.
11177 (allout-post-command-business): Move the cursor to the beginning
11178 of entry if the cursor is hidden and collapsing activity just
11179 happened.
11180
371d6a61
CY
111812011-09-24 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11184 tracking (Bug#9541).
11185
2ac2721a
UJ
111862011-09-24 Ulf Jasper <ulf.jasper@web.de>
11187
11188 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
11189 (newsticker-show-news): Automatically load html rendering package
11190 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11191 because w3m-fill-column is let-bound" and the error "Symbol's value
11192 as variable is void: w3m-fill-column".
2ac2721a 11193
fac7ae53
MA
111942011-09-24 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11197 Release services only if they are defined. (Bug#9581)
11198
e08b633b
RS
111992011-09-23 Richard Stallman <rms@gnu.org>
11200
e488d29c
RS
11201 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11202 distinguish start of paragraph from start of its text.
11203
19c38752
RS
11204 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11205
e08b633b
RS
11206 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11207 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11208 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11209
0a39f27e
AS
112102011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11211
11212 * international/mule-diag.el (mule-diag): Insert a newline after
11213 each fontset description.
11214
db4e950d
SM
112152011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * simple.el (delete-trailing-whitespace):
11218 Document last change; simplify.
11219
eca3f3ea
PW
112202011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11221
d68e189a
PW
11222 * simple.el (delete-trailing-whitespace): Also delete
11223 extra newlines at the end of the buffer.
11224
eca3f3ea
PW
11225 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11226 (picture-newline): Use forward-line so as to ignore fields.
11227
01c157cc
SM
112282011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * subr.el (with-wrapper-hook): Fix edebug spec.
11231
022de23e
LMI
112322011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11233
11234 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11235 (bug#4538).
11236
91683089
MA
112372011-09-23 Michael Albinus <michael.albinus@gmx.de>
11238
eca3f3ea
PW
11239 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11240 Fix nasty bug using wrong cached values.
91683089 11241
5bdd6fa4
AM
112422011-09-23 Alan Mackenzie <acm@muc.de>
11243
11244 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11245
97adfb97
CY
112462011-09-23 Chong Yidong <cyd@stupidchicken.com>
11247
11248 * window.el (pop-to-buffer): Ensure right window is selected if we
11249 chose another frame.
11250
d4ef2b50
EZ
112512011-09-22 Eli Zaretskii <eliz@gnu.org>
11252
11253 * simple.el (what-cursor-position): Use get-char-property-change
11254 and next-single-char-property-change, to be able to show display
11255 properties that come from overlays as well as text properties.
11256
72258fe5
CY
112572011-09-22 Chong Yidong <cyd@stupidchicken.com>
11258
11259 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11260
11261 * cmuscheme.el (run-scheme, switch-to-scheme):
11262 * cus-edit.el (customize-group, custom-buffer-create)
11263 (customize-browse):
11264 * info.el (info):
11265 * shell.el (shell):
11266 * mail/sendmail.el (mail):
11267 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11268
8f098516
RS
112692011-09-22 Richard Stallman <rms@gnu.org>
11270
11271 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11272 move back only to line beg, don't move back over blank lines.
11273
e74f1bb6
MA
112742011-09-22 Michael Albinus <michael.albinus@gmx.de>
11275
11276 * files.el (copy-directory): Set directory attributes only in case
11277 they could be retrieved from the source directory. (Bug#9565)
11278
bfeef8b6
DK
112792011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11280
11281 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11282 (hs-find-block-beginning, hs-hide-level-recursive):
11283 Ignore strings as well as comments. (Bug#9502)
11284
7e423bb8
AS
112852011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11286
11287 * progmodes/sql.el (sql-comint-postgres):
11288 Convert port number to a string. (Bug#9566)
11289
b4d72fcf
MR
112902011-09-22 Martin Rudalics <rudalics@gmx.at>
11291
11292 * window.el (quit-window): Undedicate window when switching to
11293 previous buffer. Reported by Thierry Volpiatto
11294 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
11295 (special-display-popup-frame): When popping up a new frame reset
11296 its previous buffers to nil. Simplify code.
b4d72fcf 11297
a7b88dc6
MA
112982011-09-21 Michael Albinus <michael.albinus@gmx.de>
11299
11300 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11301 and process filter, as done also in `shell-command'.
11302
cf4eacfd
MR
113032011-09-21 Martin Rudalics <rudalics@gmx.at>
11304
eca3f3ea 11305 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
11306 Call set-window-start with NOFORCE argument t.
11307 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
11308 (quit-window): Reword doc-string. Handle new format of
11309 quit-restore parameter. Don't delete window if it has a
11310 previous buffer we can show instead of the present one.
11311 (display-buffer-record-window): Rewrite using a new format for
11312 the quit-restore window parameter
11313 (special-display-popup-frame, display-buffer-same-window)
11314 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11315 (display-buffer-pop-up-window, display-buffer-use-some-window):
11316 Adapt symbol passed to display-buffer-record-window.
11317 * help.el (help-window-setup): Handle new format of quit-restore
11318 parameter.
11319
8d28cb95
SM
113202011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11321
94ab793f
SM
11322 * faces.el (face-list): Fix docstring (bug#9564).
11323
8d28cb95
SM
11324 * window.el (display-buffer--action-function-custom-type):
11325 Don't include internal functions in the Custom interface.
11326
3820edeb
JL
113272011-09-20 Juri Linkov <juri@jurta.org>
11328
11329 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11330 (Info-forward-node, Info-backward-node, Info-next-preorder)
11331 (Info-last-preorder): Use it. (Bug#9528)
11332
5147931d
JL
113332011-09-20 Juri Linkov <juri@jurta.org>
11334
11335 * info.el (Info-last-preorder): Visit last menu item only when
11336 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11337
cf499a1a
JD
113382011-09-20 Julien Danjou <julien@danjou.info>
11339
11340 * password-cache.el (password-cache-remove): Remove entries even if the
11341 value is nil, so that password with a nil value (negative caching) is
11342 possible to invalidate.
11343
f84e2fe2
LM
113442011-09-20 Lawrence Mitchell <wence@gmx.li>
11345
11346 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11347 all whitespace around breakpoint. (Bug#9553)
11348 (f90-find-breakpoint): Only break at whitespace inside a comment.
11349
78054a46
SM
113502011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * minibuffer.el (completion-file-name-table): Keep track of errors.
11353 (completion-table-with-predicate): Handle the case where pred1 is nil.
11354 * pcomplete.el (pcomplete-completions-at-point): Simplify.
11355
345083b2
SM
113562011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11357
e24e27be
SM
11358 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11359 (debugger-return-value): Signal an error if the debugging context does
11360 not await any return value.
11361
345083b2
SM
11362 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11363 * image-mode.el (image-toggle-display-text)
11364 (image-toggle-display-image): Stay away from evil `intangible'.
11365
08d355e3
LL
113662011-09-19 Leo Liu <sdl.web@gmail.com>
11367
11368 * replace.el (occur-revert-arguments): Make it permanent-local.
11369 (occur-mode): Don't call font-lock-defontify.
11370
f01da43f
CY
113712011-09-19 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * net/ldap.el (ldap-search-internal): Don't push empty search
11374 result (Bug#9508).
11375
b6072fa6
SM
113762011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11379
443d6696
MA
113802011-09-19 Michael Albinus <michael.albinus@gmx.de>
11381
11382 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11383 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11384
7cc6e154
JL
113852011-09-18 Juri Linkov <juri@jurta.org>
11386
11387 * buff-menu.el (Buffer-menu-mode-map):
11388 * dired.el (dired-mode-map):
11389 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11390 (lisp-interaction-mode-map):
11391 * emacs-lisp/package.el (package-menu-mode-map):
11392 * epa.el (epa-key-list-mode-map):
11393 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11394 (menu-bar-options-menu):
11395 * outline.el (outline-mode-menu-bar-map):
11396 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11397 * vc/vc-dir.el (vc-dir-menu-map):
11398 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11399 Capitalize non-function content words in menu item strings.
11400
11401 * dired.el (dired-mode-map): Add menu item for
11402 `image-dired-dired-toggle-marked-thumbs'.
11403
80302a81
JL
114042011-09-18 Juri Linkov <juri@jurta.org>
11405
11406 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11407 to `isearch-case-fold-search' and restore its original value
11408 after the `isearch-mode' call.
11409
46c5cf66
JL
114102011-09-18 Juri Linkov <juri@jurta.org>
11411
11412 * progmodes/grep.el (grep-process-setup): Don't check code for 1
11413 because `zgrep' returns 1 for successful matches (bug#9226).
11414
d18b513b
JL
114152011-09-18 Juri Linkov <juri@jurta.org>
11416
11417 * info.el (Info-extract-menu-node-name): Check the second match
11418 for empty string (second test-case of bug#9528).
11419 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11420 intermediate nodes to the history (first test-case of bug#9528).
11421
72753f87
JL
114222011-09-18 Juri Linkov <juri@jurta.org>
11423
11424 * info.el (Info-mode-syntax-table): New variable.
1154d12e 11425 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 11426
c9384295
JL
114272011-09-18 Juri Linkov <juri@jurta.org>
11428
1154d12e
JB
11429 * info.el (Info-file-supports-index-cookies):
11430 Increment line-beginning-position's arg from 3 to 4 because makeinfo
11431 outputs one more line for long file names (bug#4142).
c9384295 11432
d473dce8
CY
114332011-09-18 Chong Yidong <cyd@stupidchicken.com>
11434
11435 * newcomment.el (comment-normalize-vars): If prompting for
11436 comment-start, set comment-start-skip too (Bug#8424).
11437
2176854d
JB
114382011-09-18 Johan Bockgård <bojohan@gnu.org>
11439
11440 * icomplete.el: Fix previous fix of Bug#5849.
11441 (icomplete-mode): Don't set completion-show-inline-help.
11442 (icomplete-minibuffer-setup): Set completion-show-inline-help
11443 locally during icompletion.
11444
3aace4e4
CY
114452011-09-18 Chong Yidong <cyd@stupidchicken.com>
11446
c940224f
CY
11447 * woman.el (woman2-process-escapes): Don't delete unrecognized
11448 escapes (Bug#7843).
11449
3aace4e4
CY
11450 * files.el (inhibit-first-line-modes-regexps): Add image files.
11451 (hack-local-variables-prop-line): Return nil for malformed
11452 prop-lines (Bug#9044).
11453
710dec63
MA
114542011-09-18 Michael Albinus <michael.albinus@gmx.de>
11455
11456 * net/tramp.el (top): Don't require 'shell.
11457 (tramp-methods): Fix docstring.
11458 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
11459 Return complete remote file name. Handle "smb" case.
11460 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
11461 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11462
11463 * net/tramp-compat.el (top): Require 'shell.
11464
11465 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11466 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11467 `tramp-current-host'.
11468 (tramp-get-remote-tmpdir): Remove.
11469
11470 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11471 `tramp-tmpdir' entries.
11472 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11473 (tramp-smb-handle-file-attributes): Ignore errors.
11474 (tramp-smb-wait-for-output): Check also for process end.
11475
5d5ac8ec
LMI
114762011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11477
11478 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11479 when sending QUIT (bug#9312).
11480
8c0f49f0
CY
114812011-09-17 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11484 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11485 occur-mode-display-occurrence.
11486 (occur-edit-mode): Add usage message.
11487 (occur-cease-edit): New command.
11488 (occur-after-change-function): Use text properties to find the
11489 position of the prefix text.
11490 (occur-engine): Set stickiness of prefix text properties.
11491
8f1383f7
GM
114922011-09-17 Glenn Morris <rgm@gnu.org>
11493
11494 * progmodes/etags.el (complete-tag):
11495 Fix call to completion-in-region. (Bug#9526)
11496
744ba0e3
JL
114972011-09-17 Juri Linkov <juri@jurta.org>
11498
11499 * textmodes/ispell.el (ispell-word): Add to the error message
11500 the word, ispell program name and current dictionary (bug#9121).
11501 (ispell-tex-arg-end): Capitalize "error" in the error message.
11502
d9bbf400
AS
115032011-09-17 Andreas Schwab <schwab@linux-m68k.org>
11504
11505 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11506 check. (Bug#4251)
11507
8da11505
JL
115082011-09-17 Juri Linkov <juri@jurta.org>
11509
11510 * window.el (window-safe-min-height, window-safe-min-width):
11511 Fix typos (followup to bug#9522).
11512
a91adc7e
SJ
115132011-09-17 Sven Joachim <svenjoac@gmx.de>
11514
11515 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11516
064f328a
EZ
115172011-09-16 Eli Zaretskii <eliz@gnu.org>
11518
11519 * simple.el (line-move): If goal-column is set, move by logical
11520 lines, not by display lines. (Bug#971)
11521 (next-line, previous-line, goal-column, line-move-visual): Doc fix
11522 to reflect the above change.
11523
e69df516
SM
115242011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * image.el (imagemagick-register-types): Use regexp-opt.
11527
cbb0f9ab
CY
115282011-09-15 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * window.el (display-buffer-base-action): Rename from
11531 display-buffer-default-action. Make default value empty.
11532 (display-buffer-overriding-action): Convert to defvar.
11533 (display-buffer-fallback-action): New var.
11534
25322144
CY
115352011-09-15 Chong Yidong <cyd@stupidchicken.com>
11536
11537 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11538 declaration.
11539 (package--add-to-archive-contents): If there is a duplicate entry
11540 with an older version, remove it.
11541 (package-menu-mark-delete, package-menu-mark-install)
11542 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
11543 (package-menu-mark-obsolete-for-deletion):
11544 Use package-menu-get-status instead of a regexp search.
25322144
CY
11545 (package-menu-get-status): Use tabulated-list-entry.
11546 (package-menu-mark-upgrades): New command.
d770725a 11547 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
11548 (package-menu-execute): Do installation before deletion.
11549 (package-menu-refresh, package-menu-execute): Use derived-mode-p
11550 instead of checking major-mode.
11551 (package-menu--find-upgrades): New function.
11552
7520339c
LMI
115532011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11554
11555 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11556 passwords in the log buffer.
65a046c4
LMI
11557 (smtpmail-process-filter): Update the process marker so that the
11558 "broken by peer" status message is inserted in the right place.
7520339c 11559
d3c30954
SM
115602011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11561
3fe48822
SM
11562 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11563 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11564 bibtex-completion-at-point-function.
11565 (bibtex-completion-at-point-function): Use them.
11566
1b8b3954
SM
11567 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11568
d3c30954
SM
11569 * mpc.el (mpc-constraints-tag-lookup): New function.
11570 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11571 also to browser "album|playlist".
11572
72779976
JL
115732011-09-14 Juri Linkov <juri@jurta.org>
11574
11575 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
11576 (isearch-edit-string): Use length of `isearch-string' when
11577 `isearch-fail-pos' returns nil.
11578 (isearch-message): Remove duplicate code and call
11579 `isearch-fail-pos' with arg `t'.
11580
a0bf2bcd
CY
115812011-09-14 Chong Yidong <cyd@stupidchicken.com>
11582
17bb0a2d
CY
11583 * replace.el (occur-mode-goto-occurrence): Don't force using other
11584 window (Bug#9499).
11585
a0bf2bcd
CY
11586 * dired-aux.el (dired-do-chmod): Don't provide initial input.
11587
f678e0b6
MR
115882011-09-14 Martin Rudalics <rudalics@gmx.at>
11589
11590 * window.el (display-buffer-window): Remove.
11591 (display-buffer-record-window): Use help-setup window parameter
11592 instead of variable display-buffer-window.
11593 (display-buffer-function, special-display-buffer-names)
11594 (special-display-function): Mention help-setup parameter instead
11595 of display-buffer-window in doc-string.
d3c30954
SM
11596 * help.el (help-window-setup): New argument help-window.
11597 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
11598 Reword some messages.
11599 (with-help-window): Pass window used for displaying the buffer
11600 to help-window-setup. Don't set display-buffer-window.
11601
8e39b2e8
GM
116022011-09-13 Glenn Morris <rgm@gnu.org>
11603
11604 * emacs-lisp/debug.el (debugger-make-xrefs):
11605 Preserve point. (Bug#9462)
11606
85e9c04b
CY
116072011-09-13 Chong Yidong <cyd@stupidchicken.com>
11608
11609 * window.el (window-deletable-p): Use next-frame.
11610
1b36ed6a
MR
116112011-09-13 Martin Rudalics <rudalics@gmx.at>
11612
11613 * window.el (window-auto-delete): Remove.
11614 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 11615 dedication and previous buffers.
1b36ed6a
MR
11616 (switch-to-prev-buffer): Don't delete window.
11617 (delete-windows-on): Delete a window's frame if and only if the
11618 window is dedicated.
11619 (replace-buffer-in-windows): Delete buffer's window or frame if
11620 and only if window is dedicated.
11621 (quit-window): Handle quit-restore as before last change.
4d61f28d 11622 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 11623
ef8ef9fb
CY
116242011-09-13 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * window.el (window-deletable-p): Never delete the last frame on a
11627 given terminal.
11628
b2cba41e
GM
116292011-09-13 Glenn Morris <rgm@gnu.org>
11630
11631 * help.el (describe-key-briefly): Copy previous standard-output change.
11632
51553db6 116332011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
11634
11635 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
11636
b7556719
GM
116372011-09-13 Glenn Morris <rgm@gnu.org>
11638
11639 * emacs-lisp/lisp-mode.el (lisp-indent-function):
11640 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
11641
64b51947
CY
116422011-09-12 Chong Yidong <cyd@stupidchicken.com>
11643
11644 * dired-aux.el (dired-mark-read-string): Don't return default
11645 value on empty input (Bug#9361).
11646 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
11647 Omit initial minibuffer contents.
11648 (dired-do-chmod): Signal an error on empty input.
11649 (dired-mark-read-string): Don't return default on empty input.
11650
11651 * files.el (file-modes-symbolic-to-number): Doc fix.
11652
393a301e
SM
116532011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11654
11655 * international/mule-cmds.el (ucs-completions): Remove.
11656 (read-char-by-name): Use complete-with-action instead; add metadata.
11657
fa5660f9
CY
116582011-09-11 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * window.el (display-buffer--action-function-custom-type)
11661 (display-buffer--action-custom-type): New vars.
11662 (display-buffer-alist, display-buffer-default-action)
11663 (display-buffer-overriding-action): Add defcustom types.
11664
4a592f66
CY
11665 * frame.el (delete-other-frames): Doc fix (Bug#276).
11666
73d56dbd
LMI
116672011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11668
11669 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
11670
37ac18a3
CY
116712011-09-11 Chong Yidong <cyd@stupidchicken.com>
11672
11673 Change modes that used same-window-* vars to use switch-to-buffer.
11674
11675 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
11676 Use switch-to-buffer.
11677
11678 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
11679 (customize-browse, custom-buffer-create-other-window):
11680 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
11681
11682 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
11683 (Info-prev, Info-up, Info-speedbar-goto-node)
11684 (info-display-manual): Use switch-to-buffer.
11685 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
11686
11687 * mail/sendmail.el (mail): Use switch-to-buffer.
11688 (mail-recover): Use switch-to-buffer-other-window.
11689
11690 * cmuscheme.el (run-scheme, switch-to-scheme):
11691 * ielm.el (ielm):
11692 * shell.el (shell):
11693 * net/rlogin.el (rlogin):
11694 * net/telnet.el (telnet, rsh):
11695 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
11696
10195bd6
AS
116972011-09-11 Andreas Schwab <schwab@linux-m68k.org>
11698
11699 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
11700
b322f63a
LMI
117012011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
39d7fed6
LMI
11703 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
11704 so don't mention it (bug#9301).
ba5a81f1 11705 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 11706
ee0e9f11
LMI
11707 * faces.el (face-spec-set-match-display): Make `(type graphic)'
11708 match `x', `w32' and `ns', like the manual says (bug#9029).
11709
0b1c89c1 11710 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
11711 (process-kill-buffer-query-function): Mention the buffer name in
11712 the query.
0b1c89c1 11713
77549ea8
LMI
11714 * image-mode.el (image-next-line): The line parameter is mandatory
11715 (bug#9258).
11716
803ef892
LMI
11717 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
11718 which can be useful (bug#9301).
11719
12980837
LMI
11720 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
11721
91054f8f
LMI
11722 * subr.el (match-string): Mention that the current buffer should
11723 be the same as the search was done in (bug#9282).
11724
b322f63a
LMI
11725 * facemenu.el: Disable the remove-* commands if the mark isn't
11726 active (bug#9162).
11727
3199b96f
CY
117282011-09-10 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
11731 of display-buffer.
11732 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
11733
11734 * replace.el (occur-mode-goto-occurrence)
11735 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
11736 and display-buffer.
11737
11738 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
11739 display-buffer.
11740
11741 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
11742 special-display and same-window variables.
11743 (mail-other-window): Use switch-to-buffer-other-window.
11744 (mail-other-frame): USe switch-to-buffer-other-frame.
11745
393a301e
SM
11746 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
11747 Use display-buffer-other-frame.
3199b96f
CY
11748 (gdb-display-gdb-buffer): Use pop-to-buffer.
11749
11750 * progmodes/gud.el (gud-goto-info): Use info-other-window.
11751
11752 * progmodes/python.el: Don't set same-window-buffer-names.
11753
11754 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
11755
11756 * window.el (display-buffer-alist): Add *Python*.
11757
8319e0bf
CY
117582011-09-10 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * window.el (display-buffer-alist): Add entry for buffers
11761 previously handled same-window-*.
11762 (display-buffer-alist, display-buffer-default-action)
11763 (display-buffer-overriding-action): Mark as risky.
11764 (display-buffer-alist): Document action function changes.
11765 (display-buffer--same-window-action)
11766 (display-buffer--other-frame-action): New variables.
11767 (switch-to-buffer, display-buffer-other-frame): Use them.
11768 (display-buffer): Rename reuse-frame entry to reusable-frames.
11769 (display-buffer-reuse-selected-window): Function deleted.
11770 (display-buffer-reuse-window): Handle reusable-frames alist entry.
11771 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
11772 (display-buffer-special): New function.
11773 (display-buffer--maybe-pop-up-frame-or-window): Rename from
11774 display-buffer-reuse-or-pop-window. Split off special-display
11775 part into display-buffer-special.
11776 (display-buffer-use-some-window): Don't perform any special
11777 pop-up-frames handling.
11778 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 11779 (display-buffer--maybe-same-window): Rename from
0d3ff375 11780 display-buffer-maybe-same-window.
8319e0bf 11781
919a69aa
CY
11782 * info.el: Don't set same-window-regexps.
11783 (info-setup): New function.
11784 (info-other-window, info): Call it.
11785
11786 * cus-edit.el: Don't set same-window-regexps.
11787 (customize-group): New argument.
11788 (customize-group-other-window): Use it.
11789 (customize-face, customize-face-other-window): Likewise.
11790 (custom-buffer-create-other-window): Use pop-to-buffer directly.
11791
8319e0bf
CY
11792 * net/rlogin.el:
11793 * net/telnet.el:
11794 * progmodes/gud.el: Don't set same-window-regexps.
11795
11796 * cmuscheme.el:
11797 * ielm.el:
11798 * shell.el:
11799 * mail/sendmail.el:
11800 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
11801
25173000
JL
118022011-09-10 Juri Linkov <juri@jurta.org>
11803
11804 * isearch.el (isearch-edit-string): Remove obsolete mention of
11805 `C-w' (`isearch-yank-word-or-char') from docstring.
11806 (isearch-query-replace): Fix typo in docstring (bug#9466).
11807
056e44ef
JL
118082011-09-10 Juri Linkov <juri@jurta.org>
11809
11810 * paren.el (show-paren-function): Don't show escaped parens.
11811 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
11812
c3760c17
EZ
118132011-09-10 Eli Zaretskii <eliz@gnu.org>
11814
11815 * mail/sendmail.el (mml-to-mime, mml-attach-file)
11816 (mm-default-file-encoding): Remove autoload forms, they are
11817 replaced with autoload cookies in mml.el and mm-encode.el.
11818 (mail-add-attachment): New command.
11819 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
11820 (mail-mode): Mention mail-insert-file and mail-add-attachment in
11821 the doc string.
11822 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
11823
fece895e
RT
118242011-09-10 Reuben Thomas <rrt@sc3d.org>
11825
e69df516
SM
11826 * simple.el (count-words-region): Use buffer if there's no region
11827 (bug#9429).
fece895e 11828
5e68ce4a
JL
118292011-09-09 Juri Linkov <juri@jurta.org>
11830
11831 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
11832 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
11833 (wdired-isearch-filter-read-only): New function. (Bug#6362)
11834
0a6b9622
AM
118352011-09-09 Alan Mackenzie <acm@muc.de>
11836
11837 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
11838 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
11839
14a29deb
EZ
118402011-09-09 Eli Zaretskii <eliz@gnu.org>
11841
11842 Fix for Savannah bug#9392.
11843 * simple.el (mail-encode-mml): New defvar.
11844
11845 * mail/rmail.el (mail-encode-mml): Add a defvar.
11846 (rmail-enable-mime-composing): Default to t.
11847 (rmail-forward): Use MIME method of forwarding only if both
11848 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
11849 Set mail-encode-mml non-nil if the MIME method was used.
11850
11851 * mail/sendmail.el (mml-to-mime): Add autoload form.
11852 (mail-encode-mml): Add a defvar.
11853 (mail-mode): Make mail-encode-mml buffer-local and initialize it
11854 to nil.
11855 (mail-send): If mail-encode-mml is non-nil, run the outgoing
11856 message through mml-to-mime, and reset mail-encode-mml to nil.
11857
28c45130
GM
118582011-09-09 Glenn Morris <rgm@gnu.org>
11859
11860 * woman.el (woman-if-body): When processing an .el block,
11861 do not delete the next .el block as well. (Bug#9447)
69f4b618 11862 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 11863
9b1c252e
MR
118642011-09-08 Martin Rudalics <rudalics@gmx.at>
11865
11866 * window.el (window-deletable-p): Make sure window is live before
11867 invoking window-prev-buffers.
11868
567457e3
LL
118692011-09-08 Leo Liu <sdl.web@gmail.com>
11870
11871 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
11872
97f05794
JL
118732011-09-08 Juri Linkov <juri@jurta.org>
11874
11875 * progmodes/compile.el (compilation-environment): Make it
11876 a defcustom (bug#8340).
11877
8b0874b5
MR
118782011-09-08 Martin Rudalics <rudalics@gmx.at>
11879
11880 * window.el (frame-auto-delete): Rename to window-auto-delete.
11881 Make it control auto-deletion of windows and/or frames.
11882 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 11883 for deleting window/frame. (Bug#9419)
8b0874b5
MR
11884 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
11885 Rewrite handling of case when window/frame can be deleted.
11886 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 11887 argument t. (Bug#9456)
8b0874b5 11888
4feb6e73
CY
118892011-09-07 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * help-mode.el (help-mode): Restore autoload.
11892
91ab9c13
JL
118932011-09-07 Juri Linkov <juri@jurta.org>
11894
11895 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
11896 `compilation-environment'. Set buffer-local
11897 `compilation-environment' to `thisenv' later after (funcall mode).
11898 (Bug#8340)
11899
11900 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
11901 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
11902 instead of replacing its value. (Bug#8340)
11903
0527e251
JL
119042011-09-07 Juri Linkov <juri@jurta.org>
11905
11906 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
11907 based on text properties put by `grep-filter' instead of matching
11908 escape sequences.
11909 (grep-mode): Set buffer-local `compilation-error-screen-columns'
11910 to the value of `grep-error-screen-columns' (bug#9438).
11911
249f792c
JL
119122011-09-07 Juri Linkov <juri@jurta.org>
11913
11914 * simple.el (next-error-highlight, next-error-highlight-no-select):
11915 Doc fix (bug#9432).
11916
ff7271b9
OT
119172011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
11918
11919 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11920 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
11921
183fc730
LL
119222011-09-07 Leo Liu <sdl.web@gmail.com>
11923
11924 * net/rcirc.el (rcirc-mode): Conditionally initialize
11925 rcirc-input-ring.
11926
77694924
SM
119272011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * emacs-lisp/find-func.el (find-function-C-source): Only set
11930 find-function-C-source-directory after checking that we found a source
11931 file there (bug#9440).
11932
d809b8eb
AM
119332011-09-06 Alan Mackenzie <acm@muc.de>
11934
11935 * isearch.el (isearch-other-meta-char): Wherever a key list is
11936 unread, "unread" the prefix arg, too. This fixes bug #8901.
11937
453de99f
OG
119382011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
11939
11940 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
11941
90439906
JL
119422011-09-05 Juri Linkov <juri@jurta.org>
11943
11944 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
11945
f62bd846
JL
119462011-09-05 Juri Linkov <juri@jurta.org>
11947
11948 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
11949 keeping point where processing of grep matches begins, and
11950 continue to delete remaining escape sequences from the same point.
11951 (grep-filter): Make leading zero optional in "0?1;31m" because
11952 git-grep emits "\033[1;31m" escape sequences unlike expected
11953 "\033[01;31m" as GNU Grep does (bug#9408).
11954 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
11955
045820ec
JL
119562011-09-05 Juri Linkov <juri@jurta.org>
11957
11958 * subr.el (y-or-n-p): Capitalize "yes".
11959
f5e29b9b
MA
119602011-09-04 Michael Albinus <michael.albinus@gmx.de>
11961
11962 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
11963 `tramp-cache-unload-hook' where appropriate.
11964 (tramp-methods): Rename `tramp-remote-sh' to
11965 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
11966 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
11967
11968 * net/tramp-sh.el (top): Don't require 'shell.
11969 (tramp-methods): Add `tramp-remote-shell' and
11970 `tramp-remote-shell-args' entries.
11971 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
11972 (tramp-sh-handle-shell-command): Remove.
11973 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11974 Use `tramp-remote-shell'.
11975
2784c434
CY
119762011-09-03 Chong Yidong <cyd@stupidchicken.com>
11977
393a301e 11978 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
11979 (sendmail-query-once): Save directly to send-mail-function.
11980 Update message-send-mail-function too.
11981
11982 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
11983
464cdf56
CS
119842011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
11985
11986 * progmodes/python.el (python-mode-map): Use correct function to
11987 start python interpreter from menu-bar (as reported by Geert
11988 Kloosterman).
11989 (inferior-python-mode-map): Fix typo.
393a301e 11990 (python-shell-map): Remove.
464cdf56 11991
d37e5c87
DD
119922011-09-03 Deniz Dogan <deniz@dogan.se>
11993
11994 * net/rcirc.el (rcirc-print): Simplify code for
11995 rcirc-scroll-show-maximum-output. There is no need to walk
11996 through all windows to find the right one.
11997
f3ada0ee
CS
119982011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
11999
12000 * help.el (help-return-method): Doc fix.
12001
1f3c99ca
MR
120022011-09-03 Martin Rudalics <rudalics@gmx.at>
12003
12004 * window.el (window-deletable-p): Don't return a non-nil value
12005 when there's a buffer that was shown in the window before.
12006 (Bug#9419)
393a301e
SM
12007 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12008 Set window's previous buffers to nil.
1f3c99ca 12009
a3cf097f
EZ
120102011-09-03 Eli Zaretskii <eliz@gnu.org>
12011
12012 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12013 newline before and after the tag line, so it doesn't interfere
12014 with determining the paragraph direction of bidirectional text.
12015
3d03de90
LL
120162011-09-03 Leo Liu <sdl.web@gmail.com>
12017
12018 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12019
c3313451
CY
120202011-09-02 Chong Yidong <cyd@stupidchicken.com>
12021
393a301e 12022 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
12023 (pop-to-buffer): Change interactive spec. Pass second argument
12024 directly to display-buffer.
12025 (display-buffer): Fix interactive spec. Use functionp to
12026 distinguish between a function and a list of functions.
12027
12028 * abbrev.el (edit-abbrevs):
12029 * arc-mode.el (archive-extract):
12030 * autoinsert.el (auto-insert):
12031 * bookmark.el (bookmark-bmenu-list):
12032 * files.el (find-file):
12033 * view.el (view-buffer):
12034 * progmodes/compile.el (compilation-goto-locus):
12035 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12036
89894cd8
CY
120372011-09-02 Chong Yidong <cyd@stupidchicken.com>
12038
12039 * window.el (display-buffer-alist): Doc fix.
12040 (display-buffer): Add docstring. Don't treat
12041 display-buffer-default specially.
12042 (display-buffer-reuse-selected-window)
12043 (display-buffer-same-window, display-buffer-maybe-same-window)
12044 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12045 (display-buffer-pop-up-window)
12046 (display-buffer-reuse-or-pop-window)
12047 (display-buffer-use-some-window): New functions.
12048 (display-buffer-default-action): Use them.
393a301e 12049 (display-buffer-default): Delete.
89894cd8
CY
12050 (pop-to-buffer-1): Fix choice of actions.
12051
ae0bc9fb
SM
120522011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * minibuffer.el (completion--insert-strings): Don't get confused by
12055 completion entries that end with an LF char.
12056
e9d90883
EZ
120572011-09-01 Eli Zaretskii <eliz@gnu.org>
12058
12059 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12060
437014c8
CY
120612011-09-01 Chong Yidong <cyd@stupidchicken.com>
12062
12063 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
12064 (display-buffer-same-window, display-buffer-other-window):
12065 New functions.
437014c8
CY
12066 (pop-to-buffer-1): New function. Use the above.
12067 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 12068 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
12069
12070 * view.el (view-buffer-other-window, view-buffer-other-frame):
12071 Just use pop-to-buffer.
12072
a5e063d5
TV
120732011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12074
12075 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12076
793d32bb
WH
120772011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12078
12079 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12080
d65e4c15
RS
120812011-08-31 Richard Stallman <rms@gnu.org>
12082
12083 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12084 of the separation of rmail-view-buffer from rmail-buffer.
12085 If you say no to "replace original", the decrypt is in the
12086 view buffer. If you say yes, the decrypt goes into the
12087 rmail buffer also.
12088
f818cd2a
MR
120892011-08-31 Martin Rudalics <rudalics@gmx.at>
12090
12091 * window.el (display-buffer-window): Rewrite doc-string.
12092 (display-buffer-record-window): New function.
12093 (display-buffer-macro-specifiers)
12094 (display-buffer-even-window-sizes, display-buffer-set-height)
12095 (display-buffer-set-width, display-buffer-in-window)
12096 (display-buffer-reuse-window, display-buffer-split-specifiers)
12097 (display-buffer-side-specifiers, display-buffer-split-window-1)
12098 (display-buffer-split-window, display-buffer-split-atom-window)
12099 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12100 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12101 (display-buffer-other-window-means-other-frame)
12102 (display-buffer-normalize-special)
12103 (display-buffer-normalize-default)
12104 (display-buffer-normalize-argument)
12105 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12106 (display-buffer-normalize-specifiers, display-buffer-frame)
12107 (display-buffer-same-window, display-buffer-same-frame)
12108 (display-buffer-other-window)
12109 (display-buffer-same-frame-other-window)
12110 (display-buffer-other-frame, pop-to-buffer-same-window)
12111 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12112 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12113 (switch-to-buffer-same-frame)
12114 (switch-to-buffer-other-window-same-frame)
12115 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12116 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12117 (display-buffer-alist-set): Remove.
12118 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
12119 (special-display-regexps, special-display-function):
12120 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
12121 parameter.
12122 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12123 (special-display-frame-alist, special-display-popup-frame)
12124 (same-window-buffer-names, same-window-regexps, same-window-p)
12125 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12126 (split-window-preferred-function, split-height-threshold)
12127 (split-width-threshold, window-splittable-p)
12128 (split-window-sensibly, window--try-to-split-window)
12129 (window--frame-usable-p, even-window-heights)
12130 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
12131 (window--display-buffer-2, display-buffer-other-frame):
12132 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
12133 (display-buffer-default, display-buffer-assq-regexp): New functions.
12134 (display-buffer-alist): Rewrite doc-string.
12135 (display-buffer-default-action)
12136 (display-buffer-overriding-action): New variables.
12137 (display-buffer, switch-to-buffer): Rewrite.
12138 (pop-to-buffer): Restore Emacs 23 behavior but use
12139 window-normalize-buffer-to-display.
12140 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12141 Restore Emacs 23 behavior but use
12142 window-normalize-buffer-to-switch-to.
12143 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
12144 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12145 Rewrite using Emacs 23 options.
f818cd2a 12146
5bc3b51d
MA
121472011-08-31 Michael Albinus <michael.albinus@gmx.de>
12148
12149 * net/tramp.el (tramp-root-regexp): Remove.
12150 (tramp-completion-file-name-regexp-unified)
12151 (tramp-completion-file-name-regexp-separate)
12152 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 12153 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
12154 (tramp-drop-volume-letter): Simplify definition.
12155 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 12156
b1a4f8e1
SM
121572011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12160 (bug#9356).
12161
5664fa7b
RT
121622011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12163
b1a4f8e1 12164 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 12165
9a45d6c3
JL
121662011-08-29 Juri Linkov <juri@jurta.org>
12167
12168 * isearch.el (isearch-done): Don't display message "Mark saved"
12169 when arg `edit' is non-nil to prevent its flicker in the echo area.
12170
fb87e0fb
CY
121712011-08-28 Chong Yidong <cyd@stupidchicken.com>
12172
12173 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12174 obsolete packages for deletion.
12175
09ac1c2a
CS
121762011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12177
12178 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 12179 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
12180 view-mode from help-mode.
12181 (help-xref-override-view-map): Remove.
12182 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12183 view-mode is not used anymore.
12184
7a1ff57f
CY
121852011-08-28 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * server.el (server-port): Doc fix.
12188
b9696605
CY
12189 * cus-theme.el (custom-theme-choose-mode): Inherit from
12190 special-mode (Bug#9124).
12191 (custom-theme-choose-mode-map): Add special-mode to parent.
12192
ef8cdf8c
AM
121932011-08-28 Alan Mackenzie <acm@muc.de>
12194
12195 * progmodes/cc-fonts.el
12196 (c-make-font-lock-BO-decl-search-function): New function.
12197 (c-basic-matchers-after - "Fontify the clauses after various
12198 keywords"): Extract the three keyword lists for the 3 erroneous
12199 constructs from the list of four, and use the new function above
12200 in place of an old one.
12201
27de4e20
DD
122022011-08-28 Deniz Dogan <deniz@dogan.se>
12203
12204 * net/rcirc.el (rcirc-insert-prev-input)
12205 (rcirc-insert-next-input): Remove unused argument.
12206
356a3681
SM
122072011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12210
3fc9b218
AM
122112011-08-27 Alan Mackenzie <acm@muc.de>
12212
12213 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12214 handle function pointer parameters properly.
12215
538a061c
MR
122162011-08-27 Martin Rudalics <rudalics@gmx.at>
12217
12218 * window.el (display-buffer-reuse-window): Fix case where
12219 selected window was reused with non-nil OTHER-WINDOW argument.
12220 (Bug#9381)
12221
35b1c40c
DD
122222011-08-27 Deniz Dogan <deniz@dogan.se>
12223
12224 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12225 oftc's NickServ messages.
12226
2f6a3e79
GM
122272011-08-27 Glenn Morris <rgm@gnu.org>
12228
12229 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12230
7254299e
CY
122312011-08-26 Chong Yidong <cyd@stupidchicken.com>
12232
12233 * emacs-lisp/package.el (package-install): Call package-initialize
12234 if called interactively.
12235
f8ccf167
LL
122362011-08-26 Leo Liu <sdl.web@gmail.com>
12237
12238 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12239
3e8cd5ce
JL
122402011-08-25 Juri Linkov <juri@jurta.org>
12241
12242 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12243 `search-whitespace-regexp' (bug#9364).
12244
93eb7113
JL
122452011-08-25 Juri Linkov <juri@jurta.org>
12246
12247 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12248 `regexp-search-ring' to their global values to protect from
12249 updating by `read-from-minibuffer' (bug#9185).
12250
f65d1611
JL
122512011-08-25 Juri Linkov <juri@jurta.org>
12252
12253 * textmodes/ispell.el (ispell-command-loop): Add newline
12254 at the end of the "Use option `i'..." line.
12255
f1cf7a31
JL
122562011-08-25 Juri Linkov <juri@jurta.org>
12257
12258 * battery.el (display-battery-mode): If `battery-status-function'
12259 or `battery-mode-line-format' is nil, display the message and set
12260 `display-battery-mode' to nil (bug#9363).
12261
0c95fcf7
EZ
122622011-08-25 Eli Zaretskii <eliz@gnu.org>
12263
12264 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12265 bidi-string-mark-left-to-right; they are unnecessary now.
12266
a2ebe600
DD
122672011-08-25 Deniz Dogan <deniz@dogan.se>
12268
12269 * net/quickurl.el: Documentation typo fixes.
12270
e4ed06f1
CY
122712011-08-25 Chong Yidong <cyd@stupidchicken.com>
12272
12273 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12274
e5f1c99e
GM
122752011-08-25 Glenn Morris <rgm@gnu.org>
12276
b2948976
GM
12277 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12278
e5f1c99e
GM
12279 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12280 (smtpmail-via-smtp): Handle nil response from smtp.
12281
f22f4808
JL
122822011-08-24 Juri Linkov <juri@jurta.org>
12283
12284 * proced.el (proced-marked): Inherit from `error' instead of
12285 `font-lock-warning-face'.
12286
12287 * ibuffer.el (ibuffer-marked-face): Change default face from
12288 `font-lock-warning-face' to `warning'.
12289 (ibuffer-deletion-face): Change default face from
12290 `font-lock-type-face' to `error'.
12291
12292 * battery.el (battery-update): Use the face `error' instead of
12293 `font-lock-warning-face' (bug#6117).
12294
6a93965e
JL
122952011-08-24 Juri Linkov <juri@jurta.org>
12296
12297 * faces.el (success): Change face color from "Green3" to
12298 "ForestGreen" on light background (bug#9353).
12299
1ed43b09
CY
123002011-08-24 Chong Yidong <cyd@stupidchicken.com>
12301
5664fa7b
RT
12302 * window.el (quit-window): Rename from quit-restore-window.
12303 Use same arglist as old quit-window.
1ed43b09
CY
12304 (frame-auto-delete): Doc fix.
12305
12306 * view.el (view-mode-exit): Use quit-window.
12307
11dcdbb2
JL
123082011-08-24 Juri Linkov <juri@jurta.org>
12309
12310 * isearch.el (isearch-ring-adjust1): Start visiting previous
12311 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12312 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12313 for empty search string (when the last search string is reused
12314 automatically) to adjust the isearch ring to the last element and
12315 prepare the correct index for further M-p commands (bug#9185).
12316
de62b4df
KH
123172011-08-24 Kenichi Handa <handa@m17n.org>
12318
12319 * international/ucs-normalize.el: If decomposition property of
12320 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12321 nil.
12322 (nfd, nfkd): Likewise.
12323
963b492b
SM
123242011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12327 from process filters aren't reliably transmitted to the surrounding
12328 accept-process-output.
12329 (mpc-proc-check): New function.
12330 (mpc-proc-sync): Use it (bug#8293)
12331
93b6b5e1
SM
123322011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12335 Add compatibility functions (bug#9313).
12336
bca633fb
EZ
123372011-08-23 Eli Zaretskii <eliz@gnu.org>
12338
b177498a
EZ
12339 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12340
6df6ae42 12341 * international/uni-bidi.el: Regenerate.
bca633fb 12342
0902a04e
KH
123432011-08-23 Kenichi Handa <handa@m17n.org>
12344
12345 * international/charprop.el:
12346 * international/uni-bidi.el:
12347 * international/uni-category.el:
12348 * international/uni-combining.el:
12349 * international/uni-comment.el:
12350 * international/uni-decimal.el:
12351 * international/uni-decomposition.el:
12352 * international/uni-digit.el:
12353 * international/uni-lowercase.el:
12354 * international/uni-mirrored.el:
12355 * international/uni-name.el:
12356 * international/uni-numeric.el:
12357 * international/uni-old-name.el:
12358 * international/uni-titlecase.el:
12359 * international/uni-uppercase.el: Regenerate.
12360
3bbf23bc
MR
123612011-08-23 Martin Rudalics <rudalics@gmx.at>
12362
12363 * help.el (help-window-setup): Fix message displayed when other
12364 window is reused. (Bug#9341)
12365
b3fd59bd
SM
123662011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12367
1802e444
SM
12368 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12369 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12370
b3fd59bd
SM
12371 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12372 Mark obsolete.
12373 * shell.el (shell-parse-pcomplete-arguments): New function.
12374 (shell-completion-vars): Use it instead (bug#9160).
12375
4eb61348
SM
123762011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12377
867cab74
SM
12378 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12379 strings and comments (bug#9333).
12380
4eb61348
SM
12381 * emacs-lisp/debug.el (debug-arglist): New function.
12382 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
12383 (debug-on-entry-1): Handle interpreted closures (bug#9120).
12384
262a1439
JL
123852011-08-22 Juri Linkov <juri@jurta.org>
12386
56ee679c
JL
12387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12388 Revert regexp that highlights output switches to its old
12389 pre-2010-10-28 value and remove one `?' from it (bug#9319).
12390
262a1439
JL
12391 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12392 to check for empty output (bug#9226).
12393
f13f86fb
CY
123942011-08-22 Chong Yidong <cyd@stupidchicken.com>
12395
12396 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12397 symbol-constituent as the default, as that stops font-lock from
12398 working properly (Bug#8843).
12399
c65c9622
LMI
124002011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12401
12402 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12403 `coding-system-for-*' around the process open call to avoid
12404 auth-source side effects.
e7f2c178 12405 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
12406 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12407 probe hangs.
c65c9622 12408
23a8a5ab
CY
124092011-08-21 Chong Yidong <cyd@stupidchicken.com>
12410
ff98b2dd
CY
12411 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12412
23a8a5ab
CY
12413 * emacs-lisp/find-func.el (find-function-noselect): New arg
12414 lisp-only.
12415
12416 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12417 signal an error for built-in functions (Bug#6664).
12418
f5e3c598
LMI
124192011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12420
12421 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12422 (smtpmail-try-auth-methods): Use it.
12423
a3f2468a
CY
124242011-08-21 Chong Yidong <cyd@stupidchicken.com>
12425
2c34e8da
CY
12426 * font-lock.el (font-lock-fontify-region)
12427 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12428 (font-lock-default-unfontify-buffer)
12429 (font-lock-default-fontify-region)
12430 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12431
b3fd59bd
SM
12432 * progmodes/compile.el (compilation-error-properties):
12433 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
12434 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12435 `ant' regexp.
ee31aabc 12436
a3f2468a
CY
12437 * net/browse-url.el (browse-url-firefox): Don't call
12438 browse-url-firefox-sentinel unless using -remote (Bug#9328).
12439
8e999f70
GM
124402011-08-20 Glenn Morris <rgm@gnu.org>
12441
c21a496a
GM
12442 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12443
59ee0542
GM
12444 * tutorial.el (tutorial--default-keys): Update some default bindings.
12445
8e999f70
GM
12446 * files.el (hack-local-variables): Fully ignore case for "mode:".
12447
e3715033
AM
124482011-08-20 Alan Mackenzie <acm@muc.de>
12449
12450 Resolve invalid use of a regexp in regexp-opt.
12451
4d61f28d
JB
12452 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12453 detection for a java annotation.
e3715033 12454
4d61f28d 12455 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
12456 detection for a java annotation.
12457
4d61f28d
JB
12458 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12459 handling for java.
e3715033
AM
12460 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12461
04ed2e9c
CY
124622011-08-20 Chong Yidong <cyd@stupidchicken.com>
12463
12464 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12465 (Bug#9274).
12466
826cee64
AM
124672011-08-20 Alan Mackenzie <acm@muc.de>
12468
58179cce 12469 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
12470 such a construct. Mainly for when jit-lock etc. starts a chunk
12471 here.
12472
58179cce 12473 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 12474 variable.
58179cce 12475 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
12476 c-make-font-lock-search-function.
12477 (c-make-font-lock-search-function): Use the above function.
12478 (c-make-font-lock-context-search-function): New function.
12479 (c-cpp-matchers): Enhance the preprocessor expression case with
12480 the above function
12481 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12482 which takes an expression.
12483
12484 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12485
13009bd8
MR
124862011-08-20 Martin Rudalics <rudalics@gmx.at>
12487
12488 * window.el (display-buffer-reuse-window)
12489 (display-buffer-pop-up-window): Don't reuse or split a side
12490 window.
12491
9234ff7f
GM
124922011-08-19 Glenn Morris <rgm@gnu.org>
12493
12494 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 12495 Downcase "Mode:". (Bug#9331)
9234ff7f 12496
f635daa1
CY
124972011-08-18 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * international/characters.el: Add L and R categories.
12500
12501 * subr.el (bidi-string-mark-left-to-right): Rename from
12502 string-mark-left-to-right. Use category search.
12503
12504 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12505
bc987f8b
JL
125062011-08-18 Juri Linkov <juri@jurta.org>
12507
12508 * faces.el (error, warning, success): New faces with definitions
12509 copied from old default values of `font-lock-warning-face',
12510 `compilation-warning', `compilation-info' (bug#6117).
12511
12512 * font-lock.el (font-lock-warning-face): Inherit from `error'.
12513
12514 * progmodes/compile.el (compilation-error): Inherit from `error'.
12515 (compilation-warning): Inherit from `warning'.
12516 (compilation-info): Inherit from `success'.
12517
12518 * dired.el (dired-marked): Inherit from `warning'.
12519 (dired-flagged): Inherit from `error'.
12520
57173b96
LMI
125212011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12522
3e79eb87
LMI
12523 * mail/smtpmail.el (auth-source): Require to avoid problems with
12524 binding variables (bug#9298). Also clean up some unused
12525 autoloads.
12526
b3fd59bd
SM
12527 * net/network-stream.el (network-stream-open-starttls):
12528 Support using starttls.el without using gnutls-cli.
57173b96 12529
02b404de
JL
125302011-08-17 Juri Linkov <juri@jurta.org>
12531
12532 * progmodes/grep.el (rgrep): Handle the case when
12533 `grep-find-command' is a cons cell (bug#9278).
12534
8c9177f2
MR
125352011-08-17 Martin Rudalics <rudalics@gmx.at>
12536
12537 * window.el (display-buffer-pop-up-frame): Run frame creation
12538 function with BUFFER current (as special-display-popup-frame
12539 does). Reported by Drew Adams.
12540
3644a0ab
DU
125412011-08-17 Daiki Ueno <ueno@unixuser.org>
12542
12543 * epa-mail.el: Simplify GnuPG group expansion using
12544 epg-expand-group.
12545 (epa-mail-group-alist, epa-mail-group-modtime)
12546 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12547 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12548 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12549 Remove.
12550
5e617bc2 125512011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
12552
12553 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12554
9c4aeabf
AM
125552011-08-16 Alan Mackenzie <acm@muc.de>
12556
12557 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12558 Correct, to avoid the inside of macros.
12559
3a99bf64
RS
125602011-08-16 Richard Stallman <rms@gnu.org>
12561
04963aa8
RS
12562 * epa-mail.el: Handle GnuPG group definitions.
12563 (epa-mail-group-alist, epa-mail-group-modtime)
12564 (epa-mail-gnupg-conf-file): New variables.
12565 (epa-mail-parse-groups, epa-mail-sync-groups)
12566 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12567 (epa-mail-expand-recipients): New functions.
12568 (epa-mail-encrypt): Call epa-mail-expand-recipients.
12569
177549d0
RS
12570 * mail/rmail.el (rmail-epa-decrypt): New command.
12571
fe38beef
RS
12572 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12573 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
12574 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12575 (epa-decrypt-armor-in-region): Make error message clearer.
12576
934eacb9
SM
125772011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12580 and "a2b" to "ab" for `prefix'.
12581
d024fb4e
CY
125822011-08-14 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12585 filter groups.
de148fee
CY
12586 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
12587 Fourquet (Bug#8804).
d024fb4e 12588
62f1ca49
JB
125892011-08-12 Juanma Barranquero <lekktu@gmail.com>
12590
12591 * startup.el (argi): Declare as global variable (bug#9275).
12592
9ccaaa4b
CY
125932011-08-12 Chong Yidong <cyd@stupidchicken.com>
12594
12595 * subr.el (string-mark-left-to-right): Search the entire string
12596 for RTL script, not just the terminating character. Doc fix.
12597
a3dae87a
SM
125982011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
12599
6cd18349
SM
12600 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12601 New function.
12602 (js--regexp-literal, js-syntax-propertize-function): Remove.
12603 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12604 (js-mode-map): Don't rebind electric keys.
12605 (js-insert-and-indent): Remove.
12606 (js-mode): Setup electric-layout and electric-indent instead.
12607
a3dae87a
SM
12608 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12609
9d5cb631
DU
126102011-08-12 Daiki Ueno <ueno@unixuser.org>
12611
12612 * epa.el (epa-progress-callback-function): Fix the logic of
12613 displaying progress.
12614 * epa-file.el (epa-file-insert-file-contents): Make progress
12615 display more user-friendly.
12616 (epa-file-write-region): Ditto.
12617
3e26a4a2
CY
126182011-08-10 Chong Yidong <cyd@stupidchicken.com>
12619
12620 * subr.el (string-mark-left-to-right): New function.
12621
12622 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
12623 Use string-mark-left-to-right.
12624 (list-buffers-noselect): Caller changed.
12625
a3dae87a
SM
12626 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12627 Use string-mark-left-to-right.
3e26a4a2
CY
12628 (tabulated-list-print): Recenter after moving point.
12629
ac8cf6e6
JL
126302011-08-10 Juri Linkov <juri@jurta.org>
12631
12632 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
12633 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
12634 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
12635
8d96c9a4
CY
126362011-08-09 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
12639 (Bug#7554).
12640
7be1c708 126412011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
12642
12643 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
12644 character. (Bug#6594)
12645
37e11a63
CY
126462011-08-08 Chong Yidong <cyd@stupidchicken.com>
12647
839dde57
CY
12648 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
12649 (image-dired--with-db-file): New macro.
12650 (image-dired-write-tags, image-dired-remove-tag)
12651 (image-dired-create-gallery-lists, image-dired-write-comments)
12652 (image-dired-get-comment, image-dired-mark-tagged-files)
12653 (image-dired-list-tags, image-dired-gallery-generate): Use it.
12654 (image-dired-gallery-generate): Use insert-file-contents.
12655
37e11a63
CY
12656 * time.el (display-time-world-list, display-time-world-display):
12657 * time-stamp.el (time-stamp-string):
12658 * vc/add-log.el (add-change-log-entry): Use setenv instead of
12659 set-time-zone-rule (Bug#7337).
12660
0b4946c4
DU
126612011-08-08 Daiki Ueno <ueno@unixuser.org>
12662
12663 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
12664 (epg-error-to-string, epg-errors-to-string): New function.
12665 (epg-wait-for-completion): Reverse errors list.
12666 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
12667 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
12668 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
12669 (epg-sign-keys, epg-generate-key-from-file)
12670 (epg-generate-key-from-string): Format errors by using
12671 epg-errors-to-string (bug#9255).
12672 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
12673
75bfc667
JL
126742011-08-07 Juri Linkov <juri@jurta.org>
12675
12676 * faces.el (list-faces-display): Remove extra angle bracket
12677 from `help-mode-map'.
12678
12679 * info.el (Info-history-toc-nodes): Doc fix.
12680
12681 * longlines.el (longlines-mode): Doc fix.
12682
673e08bb
SM
126832011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12684
4640dd88
SM
12685 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
12686 of statements and in a few more cases (bug#9183).
12687
673e08bb
SM
12688 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
12689 New functions.
12690 (cl-transform-lambda): Use them (bug#9239).
12691
89b3f019
MR
126922011-08-05 Martin Rudalics <rudalics@gmx.at>
12693
12694 * window.el (display-buffer-same-window)
12695 (display-buffer-same-frame, display-buffer-other-window)
12696 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12697 (pop-to-buffer-other-window)
12698 (pop-to-buffer-same-frame-other-window)
12699 (pop-to-buffer-other-frame): Make them defuns.
12700 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
12701
640c8776
SM
127022011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * subr.el (make-composed-keymap): Move from C. Change calling
12705 convention, and improve docstring to bring attention to a subtle point.
12706 * minibuffer.el (completing-read-default): Adjust accordingly.
12707
63648a95
MA
127082011-08-03 Michael Albinus <michael.albinus@gmx.de>
12709
12710 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
12711 (tramp-open-shell): Use `tramp-shell-quote-argument'.
12712
12713 * net/trampver.el: Update release number.
12714
b796c9b7
SM
127152011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
12718 "in" (bug#9190).
12719
2239d7d5
LMI
127202011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12721
e07dd7c3
LMI
12722 * mail/sendmail.el (sendmail-query-once): Restore the current
12723 buffer after querying (bug#9074).
12724
0e6a2bd7
LMI
12725 * dired.el (dired-flagged): Use different faces for marked and
12726 flagged files (bug#6117).
12727
ce887515
LMI
12728 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
12729 (bug#4433).
12730
92f2affc
LMI
12731 * ido.el (ido-mode): Switch off the message if called
12732 non-interactively.
12733
57d5aff0
LMI
12734 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
12735 before 587, since it appears that that's more likely to work for
12736 more people.
12737
98cd6c18 12738 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 12739 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
12740 exist.
12741
b96dec83
LMI
12742 * info.el: Remove the `Info-beginning-of-buffer' function
12743 (bug#8325).
12744
b796c9b7
SM
12745 * net/network-stream.el (network-stream-open-starttls):
12746 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 12747
d90e2ea0
MR
127482011-08-01 Martin Rudalics <rudalics@gmx.at>
12749
12750 * window.el (display-buffer-in-window): Don't set dedicated status
12751 of window here (Bug#9215).
12752 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12753 (display-buffer-pop-up-side-window)
b796c9b7 12754 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 12755
cca09170
SM
127562011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
12759 before binding generated-autoload-file.
12760
027b979c
DD
127612011-08-01 Deniz Dogan <deniz@dogan.se>
12762
12763 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
12764
3c7ee4f3
MA
127652011-07-30 Michael Albinus <michael.albinus@gmx.de>
12766
12767 Sync with Tramp 2.2.2.
12768
12769 * net/trampver.el: Update release number.
12770
2cc8e51a
JL
127712011-07-30 Juri Linkov <juri@jurta.org>
12772
12773 * dired-aux.el (dired-touch-initial): Remove function.
12774 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
12775 current time, and `default' to the last modification time of the
12776 current marked file (bug#6887).
12777
a514d856
JM
127782011-07-28 Jose E. Marchesi <jemarch@gnu.org>
12779
12780 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 12781 numeric argument to read-number (bug#9163).
a514d856 12782
8a7eddd7
MA
127832011-07-27 Michael Albinus <michael.albinus@gmx.de>
12784
12785 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
12786 connection process, it could be nil.
12787
1ddd96f5
LL
127882011-07-27 Leo Liu <sdl.web@gmail.com>
12789
12790 Simplify url handling in rcirc-mode.
12791
12792 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
12793 (rcirc-browse-url-at-mouse): Remove.
12794 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
12795
b248a85d
AM
127962011-07-26 Alan Mackenzie <acm@muc.de>
12797
12798 Fontify bitfield declarations properly.
12799
12800 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
12801 (c-symbol-chars): Now exported as a lang variable.
12802 (c-not-primitive-type-keywords): New lang variable.
12803
12804 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
12805 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 12806 parsed as a bitfield declaration.
b248a85d 12807
b796c9b7
SM
12808 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12809 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
12810 (c-punctuation-in): New function.
12811 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
12812 declarations properly.
12813
68575ab0
UJ
128142011-07-26 Ulf Jasper <ulf.jasper@web.de>
12815
12816 * calendar/icalendar.el (icalendar--all-events): Take care of
12817 multiple vcalendars in a single file.
b796c9b7 12818 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 12819
0f0a88b9
DD
128202011-07-25 Deniz Dogan <deniz@dogan.se>
12821
12822 * image.el (insert-image): Clarifying docstring.
12823
0b3f36df
MA
128242011-07-24 Michael Albinus <michael.albinus@gmx.de>
12825
12826 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
12827 `tramp-send-command-and-check' if there is no error.
12828 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
12829
a9901f61
AM
128302011-07-22 Alan Mackenzie <acm@muc.de>
12831
12832 Prevent cc-langs.elc being loaded at run time.
12833
12834 * progmodes/cc-mode.el: Remove two autoload forms which loaded
12835 cc-langs.
12836
4d61f28d 12837 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
12838 "(require 'cc-langs)". Quote a form so it will evaluate at
12839 (cc-mode's) compilation time.
12840
11d074b2
MA
128412011-07-22 Michael Albinus <michael.albinus@gmx.de>
12842
12843 * net/tramp.el (tramp-file-name-handler): Avoid recursive
12844 loading. (Bug#9114)
12845
938b94c8
MR
128462011-07-21 Martin Rudalics <rudalics@gmx.at>
12847
12848 * window.el (display-buffer-pop-up-window)
12849 (display-buffer-pop-up-side-window)
12850 (display-buffer-in-side-window): Call display-buffer-set-height
12851 and display-buffer-set-width after setting the new window's
b796c9b7 12852 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 12853
bfa4f190
SS
128542011-07-20 Sam Steingold <sds@gnu.org>
12855
12856 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
12857 (etags-tags-included-tables): Call `convert-standard-filename' on
12858 the file names contained in TAGS so that windows Emacs can handle
12859 TAGS files created by cygwin ctags.
12860
8ca42262
LMI
128612011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12862
12863 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
12864 which apparently didn't work.
12865
5db2afd2 128662011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 12867
5db2afd2
RW
12868 * proced.el (proced-send-signal): For *Marked Processes* buffer
12869 put point at beginning of buffer.
12870
92e15d10
SB
128712011-07-19 Stephen Berman <stephen.berman@gmx.net>
12872
12873 * proced.el (proced-format): Make header lines align with the text
12874 (bug#1779).
12875
1bfd59e5
LMI
128762011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12877
12878 * view.el (view-buffer): Allow running in `special' modes if we're
12879 visiting a file (bug#8615).
12880
f5aae37c
MR
128812011-07-19 Martin Rudalics <rudalics@gmx.at>
12882
12883 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
12884 (display-buffer-alist-set-1, display-buffer-alist-set-2):
12885 New functions.
f5aae37c
MR
12886 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
12887 more accurately.
12888
bf2c1571
AM
128892011-07-18 Alan Mackenzie <acm@muc.de>
12890
12891 Fontify declarators properly when, e.g., a jit-lock chunk begins
12892 inside a declaration.
12893
12894 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
12895
b796c9b7
SM
12896 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12897 New function.
bf2c1571
AM
12898 (c-complex-decl-matchers): Insert reference to
12899 c-font-lock-enclosing-decls.
12900
12901 * progmodes/cc-engine.el (c-backward-single-comment):
12902 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
12903 to nil around calls to (forward-comment -1).
12904
4e190b80
LMI
129052011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12906
12dc863d
LMI
12907 * image.el (put-image): Doc typo fix.
12908
a762e966
LMI
12909 * progmodes/etags.el (tags-search): Doc typo fix.
12910
4e190b80
LMI
12911 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
12912 password if we get errors 550 to 554.
12913
f019fb21
LMI
129142011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12915
b796c9b7 12916 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 12917
81746738
LMI
12918 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
12919 indentation character (bug#6380).
12920
3ee3a1b5
LMI
12921 * files.el (buffer-offer-save): Made permanently local (bug#6241).
12922
c82f64de
LMI
12923 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
12924 to clarify what the problem is (bug#4291).
12925
f019fb21
LMI
12926 * simple.el (current-kill): Clarify what
12927 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
12928 (auto-fill-mode): Document `auto-fill-function' in relation to
12929 `auto-fill-mode' (bug#2470).
f019fb21 12930
0794775d
LM
129312011-07-16 Lawrence Mitchell <wence@gmx.li>
12932
12933 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
12934 method if slot is read-only (bug#9035).
12935
be39b8cc
MR
129362011-07-16 Martin Rudalics <rudalics@gmx.at>
12937
b796c9b7 12938 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 12939 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
12940 selected before, see discussion of (Bug#8615), (Bug#6954).
12941 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 12942
6ccf7859
GM
129432011-07-15 Glenn Morris <rgm@gnu.org>
12944
12945 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 12946 Respect help-form.
6ccf7859 12947
87e86684
LM
129482011-07-09 Lawrence Mitchell <wence@gmx.li>
12949
12950 * net/gnutls.el (gnutls-min-prime-bits): New variable.
12951 (gnutls-negotiate): Use it.
12952
d6066239
LMI
129532011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12954
b796c9b7
SM
12955 * net/gnutls.el (gnutls-negotiate):
12956 Upcase `gnutls-algorithm-priority'.
d6066239 12957
bd23ebc0
GM
129582011-07-15 Glenn Morris <rgm@gnu.org>
12959
c65bca65
GM
12960 * jka-compr.el (jka-compr-verbose): Move from here...
12961 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
12962 Add missing :version tag.
12963 * info.el: No need to require jka-compr when compiling.
bd23ebc0 12964
478615cc
LMI
129652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12966
7b41decb
LMI
12967 * net/gnutls.el (gnutls-algorithm-priority): New variable.
12968 (gnutls-negotiate): Use it.
12969
dbc44fcd
LMI
12970 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
12971
06789f97
LMI
12972 * info.el (Info-beginning-of-buffer): New command.
12973 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
12974 announcing `b' as the key (bug#8325).
ab896c37 12975 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 12976
c39da690
LMI
12977 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
12978
3aa5f34b
LMI
12979 * international/mule-cmds.el
12980 (describe-specified-language-support): Make the error message
12981 clearer (bug#8905).
12982
4bf0979f
LMI
12983 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
12984
478615cc
LMI
12985 * isearch.el (isearch-barrier): Add a doc string, since it's
12986 mentioned in a function doc string (bug#8678).
12987
75c68aa1
MR
129882011-07-15 Martin Rudalics <rudalics@gmx.at>
12989
12990 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
12991 buffer argument (Bug#9083) and self-identifying label argument.
12992
a7c33da2
GM
129932011-07-15 Glenn Morris <rgm@gnu.org>
12994
12995 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
12996
2f5c6024
LMI
129972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12998
12999 * man.el (Man-fontify-manpage): Fix message when formatting the
13000 man page (bug#7929).
13001
0bb23927 130022011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
13003
13004 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13005 argument LRM; if non-nil, append an invisible LRM character to the
13006 buffer name.
13007 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13008 last argument non-nil, when formatting buffer names.
0bb23927
EZ
13009 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13010 paragraph direction.
cce4b0a7 13011
621ef9ab
LMI
130122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13013
d1583c48
LMI
13014 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13015 the man page name (bug#7929).
13016
6a57fb5f
LMI
13017 * image.el (put-image): Mention the `put-image' overlay property
13018 (bug#7834).
13019
d7956b14
LMI
13020 * scroll-bar.el (set-scroll-bar-mode): Mention that
13021 `scroll-bar-mode' lists the values (bug#7772).
13022
5b2d4a66
LMI
13023 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13024 command (bug#7729).
13025
7509a874
LMI
13026 * rect.el (apply-on-rectangle): Return the point after the last
13027 operation.
13028 (string-rectangle): Go to the point after the last operation
13029 (bug#7522).
13030
4fe74b19
LMI
13031 * printing.el (pr-toggle-region): Clarify the documentation
13032 slightly (bug#7493).
13033
b796c9b7
SM
13034 * time.el (display-time-update):
13035 Allow `display-time-mail-function' to return nil (bug#7158).
13036 Fix suggested by Detlev Zundel.
ab283561 13037
fc233c9d
LMI
13038 * vc/diff.el (diff): Clarify the order the file names are read
13039 (bug#7111).
13040
43f5740b
LMI
13041 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13042 the doc string (bug#7015).
13043
f2182a76
LMI
13044 * font-lock.el (font-lock-maximum-decoration): Mention what
13045 numeric levels mean (bug#6935).
13046
621ef9ab
LMI
13047 * startup.el (initial-buffer-choice): Don't mention the `none'
13048 selection, which is against policy.
13049
adc47434
MR
130502011-07-14 Martin Rudalics <rudalics@gmx.at>
13051
b796c9b7
SM
13052 * window.el (display-buffer-normalize-special):
13053 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 13054
7e5bfb8f
EZ
130552011-07-14 Eli Zaretskii <eliz@gnu.org>
13056
13057 * subr.el (version<, version<=, version=): Mention "-CVS" and
13058 "-12345" alpha version numbers.
13059
27fa387a
CY
130602011-07-14 Chong Yidong <cyd@stupidchicken.com>
13061
13062 * bindings.el: Add advertised binding for set-mark-command
13063 (Bug#5772).
13064
8bdfa064
CY
130652011-07-14 Chong Yidong <cyd@stupidchicken.com>
13066
13067 * bindings.el (mode-line-other-buffer):
13068 * bookmark.el (bookmark-bmenu-2-window):
13069 * bs.el (bs-cycle-next, bs-cycle-previous):
13070 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13071 switch-to-buffer.
13072
13073 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 13074 Delete.
8bdfa064 13075
5eba16a3
JB
130762011-07-14 Juanma Barranquero <lekktu@gmail.com>
13077
13078 * follow.el (follow-debug-message, follow-redisplay):
13079 * jka-cmpr-hook.el (with-auto-compression-mode):
13080 Fix typos in docstrings.
13081
15853710
LMI
130822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13083
a28e4607
LMI
13084 * subr.el (with-silent-modifications): Clarify somewhat what the
13085 macro inhibits (bug#6525).
13086
15853710
LMI
13087 * simple.el (eval-expression): Note what it does if called
13088 interactively (bug#6495).
13089
bee0fcef
CY
130902011-07-13 Chong Yidong <cyd@stupidchicken.com>
13091
b796c9b7
SM
13092 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13093 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
13094
13095 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13096 Remove switch-to-buffer.
13097
58274504
LMI
130982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13099
bd2fcc8d
LMI
13100 * files.el (make-directory): Clarify that an error will be raised
13101 if there's an error (bug#6397).
13102
0f04b32c
LMI
13103 * startup.el (initial-buffer-choice): Add `none' as a choice
13104 (bug#6234).
13105
465c5fc8
LMI
13106 * subr.el (add-hook): Clarify section about buffer-local hooks
13107 (bug#6218).
13108
58274504
LMI
13109 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13110
bead9a43
JB
131112011-07-13 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * tabify.el (untabify): Preserve the current column so that point
13114 doesn't move (bug#6032).
13115
3af98a7b
LMI
131162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13117
b796c9b7
SM
13118 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13119 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 13120
6240145a
GM
131212011-07-13 Glenn Morris <rgm@gnu.org>
13122
13123 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13124 (dired-insert-directory): Give a message the first time
13125 if ls is found not to support --dired.
13126
1d8c2ccc
LMI
131272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13128
13129 * simple.el (toggle-truncate-lines): Clarify what is toggled
13130 (bug#5580). Text by Drew Adams.
13131
5fc4038e
CY
131322011-07-13 Chong Yidong <cyd@stupidchicken.com>
13133
13134 * simple.el (blink-matching-open): Make the error message from the
13135 last change less verbose.
13136
bf6012e5
DN
131372011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13138
13139 * font-lock.el (font-lock-comment-face): Use the high contrast
13140 "yellow" color for font-lock-comment-face on low color terminals
13141 using a dark background color (bug#4221).
13142
343c3b5a
LMI
131432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13144
7e9505c5
LMI
13145 * dired.el (dired-insert-set-properties): Make the doc string
13146 reflect what it does now (bug#5325).
13147
c26fdcf5
LMI
13148 * simple.el (blink-matching-open): Say that we were unable to find
13149 the match within the limit, if we're limited (bug#5122).
13150
bb388cc5
LMI
13151 * international/mule-cmds.el (prefer-coding-system): Add an
13152 example (bug#4869).
13153
343c3b5a
LMI
13154 * progmodes/etags.el (tags-search): Document `file-list-form'
13155 (bug#4731).
13156
2a517d45
LM
131572011-07-13 Lawrence Mitchell <wence@gmx.li>
13158
13159 * net/browse-url.el (browse-url-default-browser)
13160 (browse-url-browser-function): Make the default browser choice a
13161 bit more logical (bug#4300). Also clean up the doc string.
13162
b6c78ef2
JB
131632011-07-13 Juanma Barranquero <lekktu@gmail.com>
13164
13165 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13166 binary endings (bug#4440).
13167
1c4dd947
LMI
131682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13169
a2014063
LMI
13170 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13171 which can be pretty annoying (bug#8971).
13172
9c9c2d88
LMI
13173 * jka-compr.el (jka-compr-verbose): New variable, and use
13174 throughout (bug#8971).
13175
1c4dd947
LMI
13176 * info.el (Info-find-file): Fall back on the installation
13177 directory if we can't find the info node anywhere else.
13178
a1c9f41b
SO
131792011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13180
13181 * vc/vc.el (vc-revert-file):
13182 Don't set file time-stamp in the past. (Bug#5181)
13183
536f3d36
LMI
131842011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13185
7152b011
LMI
13186 * files.el (after-find-file): Give a better error message when
13187 trying to find a symlink that points to a file that doesn't exist
13188 (bug#4398).
13189
536f3d36
LMI
13190 * progmodes/cc-vars.el: Remove (probably) misleading comment
13191 (bug#4396).
13192
460c0fba
JB
131932011-07-12 Johan Bockgård <bojohan@gnu.org>
13194
13195 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13196
7a6bda45
CY
131972011-07-12 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * mouse-sel.el: Hack restoring functionality, while keeping
13200 compatibility with 2010-07-03 changes to mouse selection.
13201 (mouse-sel-primary-overlay): New var.
13202 (mouse-sel-selection-alist): Use it.
13203 (mouse-sel-mode): Doc fix; remove points that are default features
13204 of mouse.el.
13205
c79598ef
JB
132062011-07-12 Johan Bockgård <bojohan@gnu.org>
13207
13208 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13209 Fix previous fix (bug#2490).
13210
ff8be6ef
RW
132112011-07-12 Roland Winkler <winkler@gnu.org>
13212
b796c9b7
SM
13213 * textmodes/bibtex.el (bibtex-initialize):
13214 Use pop-to-buffer-same-window.
ff8be6ef
RW
13215 (bibtex-search-entries): Fix interactive call.
13216
296ba3ee
LMI
132172011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13218
f5242a02 13219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
13220 Fontise bytecomp Error lines more correctly (bug#2490).
13221 Fix suggested by Johan Bockgård.
f5242a02 13222
296ba3ee
LMI
13223 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13224
13225 * dired-x.el (dired-guess-default): Use `delete-dups'.
13226
f69fd0d2
CY
132272011-07-12 Chong Yidong <cyd@stupidchicken.com>
13228
13229 * dired.el (dired-mark-prompt):
13230 * dired-aux.el (dired-read-shell-command): Doc fix.
13231
eab5dc07
LMI
132322011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13233
b796c9b7
SM
13234 * mail/sendmail.el (sendmail-query-once):
13235 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
13236 emacs -Q.
13237
13238 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13239
eab5dc07
LMI
13240 * cus-edit.el (custom-file): Take an optional no-error variable.
13241 (customize-save-variable): Set the variable, and give a warning if
13242 running under "emacs -q".
13243
a1e65d42
JB
132442011-07-11 Juanma Barranquero <lekktu@gmail.com>
13245
13246 * loadhist.el (unload-feature-special-hooks):
13247 Add `auto-coding-functions', `fill-nobreak-predicate' and
13248 `find-directory-functions' (bug#5327).
13249
1d52da10
LMI
132502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13251
be958f1d
LMI
13252 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13253
5bedb26c
LMI
13254 * cus-edit.el (custom-guess-name-alist): -alist variables should
13255 use the `alist' type (bug#3120). Suggested by Drew Adams.
13256
1d52da10
LMI
13257 * printing.el: Add documentation to all the `pr-toggle-' commands.
13258
cd394be1 132592011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
13260
13261 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13262 backends where it makes sense (bug#2623).
13263
dcc88d8a
LMI
132642011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13265
c3de9feb
LMI
13266 * dired-x.el (dired-guess-default): Remove duplicate shell command
13267 entries (bug#2028).
8a93078b 13268 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 13269 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 13270
dcc88d8a
LMI
13271 * subr.el (remove-duplicates): New conveniency function.
13272
505e3645
LMI
132732011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13274
13275 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13276 (bug#1526).
13277
132782011-07-10 Martin Rudalics <rudalics@gmx.at>
13279
13280 * window.el (display-buffer-normalize-default): Don't invert
13281 meaning of even-window-heights. Reported by Eli Zaretskii
13282 <eliz@gnu.org>.
13283
455e4fa1
BR
132842011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13285
13286 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13287
8e0bc3e9
CY
132882011-07-10 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * window.el (display-buffer): Fix arguments to
13291 display-buffer-reuse-window in last change.
13292
fa7c3228
CY
13293 * faces.el (link): Use a less saturated blue on light backgrounds.
13294
13295 * startup.el (fancy-startup-text, fancy-about-text)
13296 (fancy-startup-tail): Use font-lock faces, for background safety.
13297
c0a7f300
BN
132982011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13299
b796c9b7
SM
13300 * emulation/viper-cmd.el (viper-change-state-to-vi):
13301 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 13302
4dc2a129
MR
133032011-07-09 Martin Rudalics <rudalics@gmx.at>
13304
13305 * window.el (display-buffer-default-specifiers): Remove.
13306 (display-buffer-macro-specifiers): Remove default specifiers.
13307 (display-buffer-alist): Default to nil.
b796c9b7 13308 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
13309 (display-buffer-pop-up-window): Allow splitting internal
13310 windows. Check whether a live window was created.
13311 (display-buffer-other-window-means-other-frame)
13312 (display-buffer-normalize-arguments): Rename to
13313 display-buffer-normalize-argument and rewrite. Set the
13314 other-window specifier.
13315 (display-buffer-normalize-special): New function.
13316 (display-buffer-normalize-options): Rename to
13317 display-buffer-normalize-default and rewrite.
13318 (display-buffer-normalize-options-inhibit): Remove.
13319 (display-buffer-normalize-specifiers): Rewrite.
13320 (display-buffer): Process other-window specifier and call
13321 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13322 more faithfully.
b796c9b7 13323 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 13324 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
13325 (display-buffer-in-window, display-buffer-alist-set):
13326 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
13327 <tassilo@member.fsf.org>.
13328
2d43b8c9
LL
133292011-07-09 Leo Liu <sdl.web@gmail.com>
13330
13331 * register.el (insert-register): Restore accidental change on
13332 2011-06-26. (Bug#9028)
13333
7f9b7c53
GM
133342011-07-09 Glenn Morris <rgm@gnu.org>
13335
13336 * subr.el (remq): Handle the empty list. (Bug#9024)
13337
f042cfd8
AS
133382011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13339
13340 * mail/sendmail.el (send-mail-function): No longer delay custom
13341 initialization.
13342 * custom.el (custom-initialize-delay): Doc fix.
13343
856b2f11
SM
133442011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13347
afae1d68
MA
133482011-07-08 Michael Albinus <michael.albinus@gmx.de>
13349
13350 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13351 human-friendly prompt.
13352
0757af94
SM
133532011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13356 provided by a particular plugin.
13357
d760b731
LMI
133582011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13359
13360 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13361 save customizations (with "emacs -Q"), just set the variable
13362 instead of erroring out.
13363
13364 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13365
cd79ce90
JL
133662011-07-08 Juri Linkov <juri@jurta.org>
13367
13368 * arc-mode.el (archive-zip-expunge, archive-zip-update)
13369 (archive-zip-update-case): Use 7z if found by `executable-find'.
13370 The order of searching the available programs is the same as in
13371 `archive-zip-extract' (bug#8968).
13372
14cc04aa
CY
133732011-07-07 Chong Yidong <cyd@stupidchicken.com>
13374
13375 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13376 (menu-bar-options-menu): Tweak descriptions.
13377
0a1848ec
LMI
133782011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13379
13380 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13381 menu items into verb phrases (bug#1421). Also refill to fit under
13382 80 columns.
13383
f5bd0689
CY
133842011-07-07 Chong Yidong <cyd@stupidchicken.com>
13385
538e85c6
CY
13386 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13387 (Info-read-node-name): Doc fix (Bug#1084).
13388
f5bd0689
CY
13389 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13390 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13391 (end-of-sexp, beginning-of-sexp)
13392 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13393 (forward-symbol, forward-same-syntax, word-at-point)
13394 (sentence-at-point): Doc fix (Bug#1144).
13395
56ec5115
LMI
133962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13397
f3f8e37f
LMI
13398 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13399 should cover it (bug#1281).
13400
0757af94 13401 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 13402
e9fce1ac 13403 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
13404 negotiation fails, then possibly try again with a non-encrypted
13405 connection (bug#9017).
13406
56ec5115
LMI
13407 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13408 be used.
13409
c2f9aec8
RS
134102011-07-07 Richard Stallman <rms@gnu.org>
13411
13412 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13413 property, and handle its changed format.
13414 Look for the correct line number.
13415 Use file's line contents (but not past first =) to find
13416 correct line in message.
13417
ef7b981d 134182011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
13419
13420 * international/characters.el (build-unicode-category-table):
13421 Delete it.
0757af94 13422 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 13423
0757af94 13424 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
13425 to src/chartab.c.
13426 (get-char-code-property): Call unicode-property-table-internal to
13427 load a file. Call get-unicode-property-internal where necessary.
13428 (put-char-code-property): Call unicode-property-table-internal to
13429 load a file. Call put-unicode-property-internal where necessary.
13430 put-unicode-property-internal where necessary.
0757af94
SM
13431 (char-code-property-description):
13432 Call unicode-property-table-internal to load a file.
c805dec0
KH
13433
13434 * international/charprop.el:
13435 * international/uni-bidi.el:
13436 * international/uni-category.el:
13437 * international/uni-combining.el:
13438 * international/uni-comment.el:
13439 * international/uni-decimal.el:
13440 * international/uni-decomposition.el:
13441 * international/uni-digit.el:
13442 * international/uni-lowercase.el:
13443 * international/uni-mirrored.el:
13444 * international/uni-name.el:
13445 * international/uni-numeric.el:
13446 * international/uni-old-name.el:
13447 * international/uni-titlecase.el:
13448 * international/uni-uppercase.el: Regenerate.
13449
13450 * loadup.el: Load international/charprop.el before
13451 international/characters.
13452
e14b388a
CY
134532011-07-07 Chong Yidong <cyd@stupidchicken.com>
13454
13455 * window.el (next-buffer, previous-buffer): Signal an error if
13456 called from a minibuffer window.
13457
13458 * bindings.el: Revert 2011-07-04 change.
13459
354cf0ba
RS
134602011-07-06 Richard Stallman <rms@gnu.org>
13461
13462 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13463 (rmail-mime-insert-bulk, rmail-mime-insert-text):
13464 Treat markers like ints.
13465 (rmail-mime-entity): Doc fix.
13466
a48868a7
LMI
134672011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13468
4906cd3d
LMI
13469 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13470 defcustom again for backwards compatibility.
13471
e0457abe
LMI
13472 * simple.el (shell-command-on-region): Fill.
13473
d67f7e1f
LMI
13474 * dired-aux.el (dired-kill-line): Add a doc string.
13475
fe204702
LMI
13476 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13477 to "\\sw\\|\\s_" (bug#358).
13478
a48868a7
LMI
13479 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13480 (dired-unmark-backward): Ditto.
13481 (dired-flag-backup-files): Ditto.
13482
13483 * dired-x.el (dired-mark-sexp): Ditto.
13484
aa8a705c
RS
134852011-07-06 Richard Stallman <rms@gnu.org>
13486
13487 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13488 (rmail-mime-entity): New arg TRUNCATED.
13489 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13490 New functions.
13491 (rmail-mime-save): Warn if entity is truncated.
13492 (rmail-mime-toggle-hidden): Likewise, for showing.
13493 (rmail-mime-process-multipart): Record when an entity is truncated.
13494
a9a936b9
RS
13495 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13496 if ENTITY is a string.
13497
1f2b92cb
LMI
134982011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13499
f4f73198 13500 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
13501 of faces when `M-C-x'-ing their definitions (bug#8378).
13502 Also clean up the code slightly.
f4f73198 13503
12b16734 13504 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 13505 because that makes the colors go away.
12b16734 13506
f0691d22
LMI
13507 * mail/sendmail.el (send-mail-function): Change the default to
13508 `sendmail-query-once'.
9e87df06 13509 (sendmail-query-once): Add an autoload cookie.
f0691d22 13510
1f2b92cb
LMI
13511 * net/network-stream.el (network-stream-open-starttls): Try using
13512 a plain connection even if the server offered STARTTLS, and we
13513 kinda wanted to use it, if Emacs doesn't have any STARTTLS
13514 capability. This should make smtpmail.el work in slightly more
13515 configurations.
13516
1cdd2a1b
MA
135172011-07-06 Michael Albinus <michael.albinus@gmx.de>
13518
13519 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13520 New defun.
13521 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13522
fbcc67e2
MM
135232011-07-06 Michael R. Mauger <mmaug@yahoo.com>
13524
13525 * progmodes/sql.el: Version 3.0
0757af94 13526 (sql-product-alist): Add product :completion-object,
fbcc67e2 13527 :completion-column, and :statement attributes.
0757af94 13528 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 13529 (sql-mode-syntax-table): Mark all punctuation.
0757af94 13530 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
13531 ansi keywords.
13532 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 13533 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
13534 (sql-oracle-show-reserved-words): New function for development.
13535 (sql-product-font-lock): Simplify for source code buffers.
13536 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13537 New functions.
13538 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
13539 (sql-mode-map): Add statement movement functions.
13540 (sql-ansi-statement-starters, sql-oracle-statement-starters):
13541 New variable.
fbcc67e2
MM
13542 (sql-statement-regexp, sql-beginning-of-statement)
13543 (sql-end-of-statement, sql-signum): New functions.
0757af94 13544 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
13545 (sql-show-sqli-buffer): Bug fix.
13546 (sql-interactive-mode): Store connection data as buffer local.
0757af94 13547 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
13548 with sql-interactive-mode.
13549 (sql-save-connection): Save buffer local settings.
0757af94 13550 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
13551 (sql-product-interactive): Bug fix.
13552 (sql-preoutput-hold): New variable.
13553 (sql-interactive-remove-continuation-prompt): Bug fixes.
13554 (sql-debug-redirect): New variable.
13555 (sql-str-literal): New function.
13556 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 13557 Redesign.
fbcc67e2
MM
13558 (sql-oracle-save-settings, sql-oracle-restore-settings)
13559 (sql-oracle-list-all, sql-oracle-list-table): New functions.
13560 (sql-completion-object, sql-completion-column)
13561 (sql-completion-sqlbuf): New variables.
13562 (sql-build-completions-1, sql-build-completions)
13563 (sql-try-completion): New functions.
13564 (sql-read-table-name): Use them.
13565 (sql-contains-names): New buffer local variable.
13566 (sql-list-all, sql-list-table): Use it.
13567 (sql-oracle-completion-types): New variable.
13568 (sql-oracle-completion-object, sql-sqlite-completion-object)
13569 (sql-postgres-completion-object): New functions.
13570
d4eaeab1
GM
135712011-07-06 Glenn Morris <rgm@gnu.org>
13572
13573 * window.el (pop-to-buffer): Doc fix.
13574
322b7dab 135752011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
13576
13577 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13578
322b7dab 135792011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 13580
322b7dab 13581 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 13582
322b7dab 13583 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 13584
605dd5bf
CY
135852011-07-05 Chong Yidong <cyd@stupidchicken.com>
13586
13587 * button.el (button): Inherit from link face. Suggested by Dan
13588 Nicolaescu.
13589
7dbfa719
SM
135902011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13591
3db614b0
SM
13592 * progmodes/gdb-mi.el: Fit in 80 columns.
13593 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13594 switch-to-buffer.
13595
7dbfa719
SM
13596 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13597 if imenu is simply not configured (bug#8941).
13598
919d884a
KM
135992011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
13600
13601 * allout.el (allout-post-undo-hook): New allout outline-change
13602 event hook to signal undo activity.
13603 (allout-post-command-business): Run allout-post-undo-hook if an
13604 undo just occurred.
7dbfa719
SM
13605 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13606 * allout-widgets.el (allout-widgets-after-undo-function):
13607 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
13608 in the vicinity of an undo.
13609 (allout-widgets-mode): Include allout-widgets-after-undo-function
13610 on the new allout-post-undo-hook.
13611
450a0f09
SM
136122011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13615 Let define-derived-mode define it.
13616 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13617 cycles of abbrev-table inheritance (bug#8998).
13618
2de69e00
RW
136192011-07-05 Roland Winkler <winkler@gnu.org>
13620
13621 * textmodes/bibtex.el: Add support for biblatex.
13622 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
13623 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
13624 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
13625 (bibtex-entry-alist, bibtex-field-alist): New variables.
13626 (bibtex-entry-field-alist): Obsolete alias for
13627 bibtex-BibTeX-entry-alist.
13628 (bibtex-entry-alist, bibtex-field-alist): New widgets.
13629 (bibtex-set-dialect): New command.
13630 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
13631 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
13632 Bind via bibtex-set-dialect.
2de69e00
RW
13633 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
13634 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
13635 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
13636 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
13637 Define via bibtex-set-dialect.
450a0f09
SM
13638 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
13639 Obey bibtex-no-opt-remove-re.
2de69e00
RW
13640 (bibtex-vec-push, bibtex-vec-incr): New functions.
13641 (bibtex-format-entry, bibtex-field-list)
13642 (bibtex-print-help-message, bibtex-validate)
13643 (bibtex-search-entries): Use new format of bibtex-entry-alist.
13644
2dcdbdd9
SM
136452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13646
13647 * progmodes/compile.el (compilation-goto-locus):
13648 * net/tramp-cmds.el (tramp-append-tramp-buffers):
13649 * bs.el (bs-cycle-next, bs-cycle-previous):
13650 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
13651 * bindings.el (mode-line-other-buffer):
13652 * autoinsert.el (auto-insert):
13653 * arc-mode.el (archive-extract):
13654 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
13655
b27640fe
JB
136562011-07-05 Juanma Barranquero <lekktu@gmail.com>
13657
13658 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
13659 Fix check of `emacs-lock-unlockable-modes'.
13660 Coerce true values of `emacs-lock--try-unlocking' to t.
13661
53bbe3ad
JB
136622011-07-05 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
13665 * emacs-lock.el: New file.
13666
1d3cdbc7
JD
136672011-07-05 Julien Danjou <julien@danjou.info>
13668
13669 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
13670 than `boundp' to check if face is set.
13671
9173deec
JB
136722011-07-05 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * register.el (registerv-make):
13675 * window.el (window-min-height): Fix typos in docstrings.
13676
869795d6
JD
136772011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13678
9173deec 13679 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
13680 Update doc string.
13681
b768cdcd
JB
136822011-07-04 Juanma Barranquero <lekktu@gmail.com>
13683
13684 * server.el (server-execute): Catch quit and call
13685 `server-return-error' to pass the error back to emacsclient and
13686 close the connection (bug#8942).
13687
13aa217b
KM
136882011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
13689
13690 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
13691 insecure exception for current topic. Also note that auto-saves
13692 are handled differently.
13693
5d3385a0 13694 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
13695 State variables for tracking auto-save inhibition situation.
13696
13697 (allout-write-contents-hook-handler): Rename from
13698 'allout-write-file-hook-handler', and describe how it depends on
13699 write-contents-functions sensitivity to non-nil value to prevent
13700 file write.
13701
13702 (allout-auto-save-hook-handler): Remove. auto-save does not check
13703 this in individual buffers, only in the starting buffer, so this
13704 is not the right way for us to inhibit auto-save in a buffer
13705 according to its condition.
13706
13707 (allout-mode): Use new allout-write-contents-hook-handler, and
13708 only with write-contents-functions. Remove auto-save provisions -
13709 they're implemented elsewhere.
13710
13711 (allout-before-change-handler): If undo is in progress, note that
13712 for attention of allout-post-command-business.
13713
13714 (allout-post-command-business): If the command we're following was
13715 an undo, check for change in the status of encrypted items and
13716 adjust auto-save inhibitions accordingly.
13717
13718 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
13719 according to whether there are or aren't any plain-text topics
13720 pending encryption.
13721
2dcdbdd9 13722 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
13723 Adjust buffer-saved-size and some allout state to inhibit auto-saves
13724 if there are plain-text topics pending encryption.
13aa217b
KM
13725
13726 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
13727 buffer-saved-size and some allout state to not inhibit auto-saves
13728 if there are no longer any plain-text topics pending encryption.
13729
0757af94
SM
13730 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
13731 No longer provide for exemption of the current topic.
13aa217b 13732
ac89b32c
JL
137332011-07-04 Juri Linkov <juri@jurta.org>
13734
13735 Add 7z operations to delete and save changed members (bug#8968).
13736 * arc-mode.el (archive-7z-expunge, archive-7z-update):
13737 New defcustoms.
13738 (archive-7z-write-file-member): New function.
13739 (archive-7z-summarize): Fix the number of dashes in the
13740 listing output.
13741
8fa39615
SM
137422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
13745 (bug#8958).
13746
2f11b3f1
CY
137472011-07-04 Chong Yidong <cyd@stupidchicken.com>
13748
d66fef2b
CY
13749 * bindings.el: Ignore next-buffer and previous-buffer in
13750 minibuffer-local-map.
13751
2f11b3f1
CY
13752 * font-lock.el (font-lock-builtin-face): Change light background
13753 color to dark slate blue (Bug#6693).
13754
f932a347
WD
137552011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
13756
13757 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
13758
c8af70e1
SM
137592011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
13762 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13763 Add switch-to-buffer.
13764
f158badc
LMI
137652011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13766
13767 * isearch.el (isearch-search-fun-function): Clarify further the
13768 meaning of the function returned.
13769
6d95bd46
MA
137702011-07-04 Michael Albinus <michael.albinus@gmx.de>
13771
13772 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
13773
13774 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
13775 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
13776 Use it.
13777 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
13778 `tramp-default-remote-path' does not exist.
13779 (tramp-send-command-and-read): New optional argument NOERROR.
13780 (tramp-open-connection-setup-interactive-shell)
13781 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
13782 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
13783 (tramp-process-sentinel): Flush also process' connection property.
13784 (tramp-sh-handle-start-file-process): Do not set process
13785 sentinel. It is done now ...
13786 (tramp-maybe-open-connection): ... here. (Bug#8929)
13787
909e6b67
MK
137882011-07-04 MON KEY <monkey@sandpframing.com>
13789
13790 * play/animate.el (animate-string): Doc fixes and allow changing
13791 the buffer name (bug#5417).
13792
137932011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13794
c8af70e1 13795 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 13796
f34755dc
PE
137972011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13798
396cec72
PE
13799 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
13800 This is simpler and helps future-proof the code.
13801 (timer-until): Use time-subtract and float-time.
08235028 13802 (timer--time-less-p): Use time-less-p.
f34755dc 13803
56e6cc31
JB
138042011-07-04 Juanma Barranquero <lekktu@gmail.com>
13805
3abb79e5
JB
13806 * type-break.el (timep): Use the value of `float-time' to avoid a
13807 byte-compiler warning.
13808
56e6cc31
JB
13809 * server.el (server-eval-and-print): Return any result, even nil.
13810
7b9430b4
PE
138112011-07-03 Paul Eggert <eggert@cs.ucla.edu>
13812
13813 * type-break.el: Accept time formats that the builtins accept.
13814 (timep, type-break-time-difference): Accept any format that
13815 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
13816 This is simpler and helps future-proof the code.
13817 (type-break-time-difference): Round rather than ignoring
13818 subseconds components.
13819
3034e9e7
LMI
138202011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13821
13822 * info.el (Info-apropos-matches): Make non-interactive, since it
13823 doesn't seem to do anything useful as a command (bug#8829).
13824
1485f4c0
CY
138252011-07-03 Chong Yidong <cyd@stupidchicken.com>
13826
13827 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 13828 Move from faces.el.
1485f4c0
CY
13829 (frame-default-terminal-background): New function.
13830
13831 * custom.el (custom-push-theme): Don't record faces in `changed'
13832 theme; this doesn't work correctly for per-frame face settings.
13833 (disable-theme): Use face-set-after-frame-default to reset faces.
13834 (custom--frame-color-default): New function.
13835
9fa3dd45
LMI
138362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13837
c8af70e1 13838 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
13839 (bug#8769).
13840
6cbbc20c
KR
138412011-03-29 Kevin Ryde <user42@zip.com.au>
13842
13843 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13844 `perl-Test2' extend to match possible "fail #N" rep count
13845 (bug#8377).
13846
c7f98048
LMI
138472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13848
65676592
LMI
13849 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
13850 `smtpmail-via-smtp' now returns the error instead of nil.
13851
c7f98048
LMI
13852 * isearch.el (isearch-search-fun-function): Clarify the doc string
13853 (bug#8101).
13854
56e6cc31 138552011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
13856
13857 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
13858 unnecessary spaces (bug#8987).
13859
2b216704
LMI
138602011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13861
13862 * net/network-stream.el (open-network-stream): Use the
13863 :end-of-capability command thoughout.
13864
138652011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13866
13867 * net/network-stream.el (open-network-stream): Add the
13868 :end-of-capability command parameter, used by pop3.el.
13869
36adf6ce
LMI
138702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13871
1ca0da0e
LMI
13872 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
13873
fc00f69c
LMI
13874 * fringe.el (fringe-query-style): Remove redundant text " (type ?
13875 for list)" (bug#6475).
13876
28fd8759 13877 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 13878 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
13879 an error (bug#6297).
13880
0dd8b6da
LMI
13881 * man.el (Man-reference-regexp): Allow matching possible
13882 word-wrapped references (bug#6289).
13883
ce1438d6
LMI
13884 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
13885 for consistency with the other vc buffers (bug#6197).
13886 (vc-checkin): Ditto.
13887
13888 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
13889
36adf6ce
LMI
13890 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
13891
e83cc1f7
LMI
138922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13893
8a20ca4c
LMI
13894 * custom.el (defcustom): Clarify that :set is only used in the
13895 Customize user interface (bug#6089).
13896
83319045
LMI
13897 * progmodes/flymake.el (flymake-mode): If the buffer isn't
13898 associated with a file, refuse to run instead of erroring out
13899 (bug#6084).
13900
a8392169
LMI
13901 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
13902 the doc string, since it appears that using `fill-column' always
13903 controls the width (bug#7845).
13904
e83cc1f7
LMI
13905 * simple.el (shell-command-on-region): Say where the error output
13906 went if `shell-command-default-error-buffer' is set (bug#6857).
13907
e47ca23b
KM
139082011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
13909
13910 * allout.el (allout-yank-processing): Adjust cursor position for
13911 backwards-deleted space.
13912
13913 (allout-rebullet-heading): Register changes with
13914 allout-exposure-changed-hook, so the modified topic is properly
13915 decorated.
13916
5cf56143
LMI
139172011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13918
08549772
LMI
13919 * minibuffer.el (completion-in-region): Document PREDICATE
13920 (bug#7136).
13921
48e96771
LMI
13922 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
13923 of keyword/argument pairs (bug#6904).
13924
c8af70e1
SM
13925 * replace.el (multi-occur):
13926 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 13927
e17d05e2
LMI
139282011-07-02 Drew Adams <drew.adams@oracle.com>
13929
13930 * dired.el (dired-mark-if): Make the message about whether it's
13931 marking or unmarking clearer (bug#8523).
13932
063b0e45
LMI
139332011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13934
13935 * disp-table.el (display-table-print-array): New function.
13936 (describe-display-table): Use it to print the vectors more pretty
13937 (Bug#8859).
13938
28545e04
MR
139392011-07-02 Martin Rudalics <rudalics@gmx.at>
13940
13941 * window.el (window-state-get-1): Don't assign clone numbers.
13942 Add clone-of item to list of window parameters.
13943 (window-state-put-2): Don't process clone numbers.
13944 (display-buffer-alist): Fix doc-string.
13945
3349e122
SM
139462011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * subr.el (remq): Don't allocate if it's not needed.
13949 (keymap--menu-item-binding, keymap--menu-item-with-binding)
13950 (keymap--merge-bindings): New functions.
13951 (keymap-canonicalize): Use them to refine the canonicalization.
13952 * minibuffer.el (minibuffer-local-completion-map)
13953 (minibuffer-local-must-match-map): Move initialization from C.
13954 (minibuffer-local-filename-completion-map): Move initialization from C;
13955 don't inherit from anything here.
13956 (minibuffer-local-filename-must-match-map): Make obsolete.
13957 (completing-read-default): Use make-composed-keymap to combine
13958 minibuffer-local-filename-completion-map with either
13959 minibuffer-local-must-match-map or
13960 minibuffer-local-filename-completion-map.
13961
d224ac83
GM
139622011-07-01 Glenn Morris <rgm@gnu.org>
13963
3de63bf8
GM
13964 * type-break.el (type-break-time-sum): Use dolist.
13965
d224ac83
GM
13966 * textmodes/flyspell.el (flyspell-word-search-backward):
13967 Replace CL function.
13968
1a1e3f32
SM
139692011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13970
fe3f64d5
SM
13971 * mouse.el (mouse--strip-first-event): New function.
13972 (function-key-map): Use it to map fringe clicks to normal clicks
13973 by default.
13974
eb604e34
SM
13975 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
13976 (vc-bzr-revision-completion-table): Add support for annotate and date.
13977
1a1e3f32
SM
13978 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
13979 inherit from parent.
13980
5bd35902
LMI
139812011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13982
ace6c69c 13983 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 13984 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 13985
191e2bed
LMI
13986 * dired.el (dired-mode): Fix up the doc string as suggested by
13987 Drew Adams (bug#8817).
13988
5bd35902
LMI
13989 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
13990 cookie, since the manual says that it should be possible to add
13991 this function to `find-file-hook' (bug#8709).
13992
eee8207a
TZ
139932011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
13994
13995 * progmodes/cfengine.el: Moved all cfengine3.el functionality
13996 here. Noted Ted Zlatanov as the maintainer.
13997 (cfengine-common-settings, cfengine-common-syntax): New functions
13998 to set up common things between `cfengine-mode' and
13999 `cfengine3-mode'.
14000 (cfengine3-mode): New mode.
14001 (cfengine3-defuns cfengine3-defuns-regex
14002 (cfengine3-class-selector-regex cfengine3-category-regex)
14003 (cfengine3-vartypes cfengine3-font-lock-keywords)
14004 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 14005 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 14006
36b148cf
MA
140072011-07-01 Michael Albinus <michael.albinus@gmx.de>
14008
14009 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14010
14011 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14012
0bf4ba9a
MR
140132011-07-01 Martin Rudalics <rudalics@gmx.at>
14014
14015 * window.el (same-window-buffer-names, same-window-regexps)
14016 (same-window-p, special-display-frame-alist)
14017 (special-display-popup-frame, special-display-function)
14018 (special-display-buffer-names, special-display-regexps)
14019 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14020 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14021 (split-window-preferred-function, split-height-threshold)
14022 (split-width-threshold, even-window-heights)
14023 (display-buffer-mark-dedicated, window-splittable-p)
14024 (split-window-sensibly, window-safely-shrinkable-p):
14025 Un-obsolete.
14026 (display-buffer): Don't spread args with function specifier
14027 because special-display-popup-frame won't like it.
14028
35837f51
PE
140292011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14030
d0672f86
PE
14031 Time-stamp simplifications and fixes.
14032 These improve accuracy slightly, and future-proof the code
14033 against some potential changes to current-time format.
14034
b9444d97
PE
14035 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14036 by using time-since and float-time.
14037
0ef923dc
PE
14038 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14039 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14040 + NNN microseconds".
14041
2f81380d
PE
14042 * type-break.el (type-break-time-sum): Rewrite using time-add.
14043
845b5c3e
PE
14044 * play/hanoi.el (hanoi-current-time-float): Remove.
14045 All uses replaced by float-time.
14046
ee6f1be0
PE
14047 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14048 This yields a more-accurate answer.
14049 (rng-time-to-float): Remove; no longer needed.
14050
fe955043
PE
14051 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14052
5777162a
PE
14053 * calendar/timeclock.el (timeclock-seconds-to-time):
14054 Defalias to seconds-to-time, since they're the same thing.
14055
3103f8b6 14056 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 14057 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
14058 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14059
0e61a35f
SM
140602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * window.el (bury-buffer): Don't iconify the only frame.
14063 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14064 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14065
ddd63a1e
CY
140662011-07-01 Chong Yidong <cyd@stupidchicken.com>
14067
0e61a35f
SM
14068 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14069 Add mouse-yank-primary.
ddd63a1e 14070
055f4923
TZ
140712011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14072
14073 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14074
6a2fb145
SM
140752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14078 (find-library-name): Use it to find relative load names when provided
14079 absolute file name (bug#8803).
14080
fd4983f2
LMI
140812011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14082
887d14ad
LMI
14083 * textmodes/flyspell.el (flyspell-word): Consider words that
14084 differ only in case as potential doublons (bug#5687).
14085
c53dc7fc
LMI
14086 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14087 Remove two rather uninteresting debugging-like messages to make
14088 debbugs.el more silent.
14089
fd4983f2
LMI
14090 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14091 a password-like phrase.
14092
7a71b18d 140932011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
14094
14095 * progmodes/cc-guess.el: New file.
14096
6a2fb145 14097 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
14098
14099 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14100 derived from `c-basic-common-init'.
14101
14102 * progmodes/cc-mode.el (top-level): Require cc-guess.
14103 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14104
1fa280a3
LM
141052011-06-30 Lawrence Mitchell <wence@gmx.li>
14106
14107 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14108
e6597158
AM
141092011-06-30 Alan Mackenzie <acm@muc.de>
14110
1fa280a3
LM
14111 * progmodes/cc-engine.el (c-guess-continued-construct):
14112 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
14113 lock is disabled. Name this case as "CASE G".
14114
68ba37fb
KM
141152011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14116
14117 * allout.el (allout-yank-processing): Fix injection of extra space
14118 between bullet and non-whitespace character in first topic when
14119 pasting, ensuring that the actual spacing in the pasted topic
14120 following the bullet char is preserved. This extra space was
14121 causing pasted encrypted topics to get a decrypted status even
14122 when the content was actually still encrypted. Now the decryption
14123 status from before the paste is preserved.
14124
14125 (allout-flag-region): Set all allout overlays so they evaporate
14126 when reduced to zero length (evanescent), to prevent overlay
14127 leakage.
14128
887a0b34
GM
141292011-06-30 Glenn Morris <rgm@gnu.org>
14130
94b9acce
GM
14131 * w32-fns.el (w32-charset-info-alist): Declare.
14132
1d9b46d4
GM
14133 * find-dired.el (find-grep-options): Simplify.
14134
cc232200
GM
14135 * term/ns-win.el (ns-set-resource): Declare.
14136
28e77c46
GM
14137 * ses.el (row, col): Declare dynamic variables honestly.
14138
887a0b34
GM
14139 * textmodes/reftex-parse.el (index-tags): Declare.
14140
658d8eb8
CY
141412011-06-30 Chong Yidong <cyd@stupidchicken.com>
14142
14143 * cus-edit.el (customize-push-and-save): New function.
14144
14145 * files.el (hack-local-variables-confirm): Use it.
14146
1fa280a3
LM
14147 * custom.el (load-theme): New arg NO-CONFIRM.
14148 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
14149 (custom-enabled-themes): Doc fix.
14150
14151 * cus-theme.el (customize-create-theme)
14152 (custom-theme-merge-theme): Callers to load-theme changed.
14153
bb617717
LMI
141542011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14155
d61bdd5d
LMI
14156 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14157 short URLs have at least one dot in them (bug #7614).
14158
bb617717
LMI
14159 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14160 nil, because using a pty is apparently too slow (bug #895).
14161
2f31f37a
LMI
141622011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14163
14164 * mail/sendmail.el (sendmail-query-once): New function.
14165 (sendmail-query-once-function): New variable.
14166
3076b24e
GM
141672011-06-29 Glenn Morris <rgm@gnu.org>
14168
faf2a174
GM
14169 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14170
3076b24e
GM
14171 * ses.el (top-level): Require cl when compiling.
14172 (ses-set-localvars): Fix error statement.
14173 Call it at compile time to silence a storm of warnings.
14174
5386012d
MR
141752011-06-29 Martin Rudalics <rudalics@gmx.at>
14176
14177 * window.el (normalize-live-buffer): Rename to
14178 window-normalize-buffer.
14179 (normalize-live-frame): Rename to window-normalize-frame.
14180 (normalize-any-window): Rename to window-normalize-any-window.
14181 (normalize-live-window): Rename to window-normalize-live-window.
14182 (make-window-atom): Rename to window-make-atom.
14183 (window-resize-reset): Rename to window--resize-reset.
14184 (window-resize-reset-1): Rename to window--resize-reset-1.
14185 (resize-mini-window): Rename to window--resize-mini-window.
14186 (resize-subwindows-skip-p): Rename to
14187 window--resize-subwindows-skip-p.
14188 (resize-subwindows-normal): Rename to
14189 window--resize-subwindows-normal.
14190 (resize-subwindows): Rename to window--resize-subwindows.
14191 (resize-other-windows): Rename to window--resize-siblings.
14192 (resize-this-window): Rename to window--resize-this-window.
14193 (resize-root-window): Rename to window--resize-root-window.
14194 (resize-root-window-vertically): Rename to
14195 window--resize-root-window-vertically.
14196 (normalize-buffer-to-display): Rename to
14197 window-normalize-buffer-to-display.
14198 (normalize-buffer-to-switch-to): Rename to
14199 window-normalize-buffer-to-switch-to.
14200 Correspondingly update all callers of the functions listed
14201 above.
14202 (display-buffer-alist, display-buffer-normalize-arguments)
14203 (display-buffer-normalize-options, display-buffer)
14204 (display-buffer-alist-set): Use "function" instead of
14205 "fun-with-args".
14206
1176868d
CY
142072011-06-28 Chong Yidong <cyd@stupidchicken.com>
14208
14209 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14210 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14211 debbugs.gnu.org. Mention acknowledgment email.
14212
20a7a65f
LMI
142132011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14214
14215 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14216 buffer multibyteness, since it shouldn't matter.
14217
5f45cca5
MR
142182011-06-28 Martin Rudalics <rudalics@gmx.at>
14219
14220 * window.el (display-buffer-in-side-window): Handle dedicated
14221 windows as in display-buffer-reuse-window.
14222 (display-buffer-normalize-alist): Use value of override
14223 specifier.
14224 (display-buffer-normalize-specifiers): Use value of
14225 other-window-means-other-frame specifier.
14226 (display-buffer-alist): Rewrite some texts in widgets.
14227 (display-buffer): Spread arguments when calling function
14228 specified by fun-with-args.
14229
ad85fe1f
DD
142302011-06-28 Deniz Dogan <deniz@dogan.se>
14231
1fa280a3
LM
14232 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14233 Unnest `let'.
da68c4c8 14234
ad85fe1f
DD
14235 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14236 selectors (Bug#5732).
ec49bd31 14237 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 14238
a08cc025
JA
142392011-06-27 Jari Aalto <jari.aalto@cante.net>
14240
14241 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14242 (eshell-ls-date-format): New defcustom.
14243 (eshell-ls-file): Use it.
14244
e2b551c5
SM
142452011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14248
8982b231
KY
142492011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14250
14251 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14252 (ange-ftp-make-tmp-name): New arg.
14253 (ange-ftp-file-local-copy): Use it.
14254
36c9fa27
J
142552011-06-27 Jambunathan K <kjambunathan@gmail.com>
14256
14257 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14258 no-conversion (Bug#8870).
14259
d68443dc
MR
142602011-06-27 Martin Rudalics <rudalics@gmx.at>
14261
14262 * window.el (window-right, window-left, window-child)
14263 (window-child-count, window-last-child)
14264 (window-iso-combination-p, walk-window-tree-1)
14265 (window-atom-check-1, window-tree-1, delete-window)
14266 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14267 new naming conventions - window-vchild, window-hchild,
14268 window-next and window-prev are now called window-top-child,
14269 window-left-child, window-next-sibling and window-prev-sibling
14270 respectively.
d615d6d2
MR
14271 (resize-window-reset): Rename to window-resize-reset.
14272 (resize-window-reset-1): Rename to window-resize-reset-1.
14273 (resize-window): Rename to window-resize.
14274 (window-min-height, window-min-width)
14275 (resize-mini-window, resize-this-window, resize-root-window)
14276 (resize-root-window-vertically, adjust-window-trailing-edge)
14277 (enlarge-window, shrink-window, maximize-window)
14278 (minimize-window, delete-window, quit-restore-window)
14279 (split-window, balance-windows, balance-windows-area-adjust)
14280 (balance-windows-area, window-state-put-2)
14281 (display-buffer-even-window-sizes, display-buffer-set-height)
14282 (display-buffer-set-width, set-window-text-height)
14283 (fit-window-to-buffer): Rename all "resize-window" prefixed
14284 calls to use the "window-resize" prefix convention.
14285 (display-buffer-alist): Fix symbol for label specifier.
14286 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14287 corresponding specifier.
14288 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 14289
b6458526
VB
142902011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14291
14292 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14293 convention.
14294 (ses-call-printer): Does not pass an empty string to formatter when the
14295 cell is empty to keep from barking printer Calc math-format-value.
14296
d31fd9ac
RS
142972011-06-27 Richard Stallman <rms@gnu.org>
14298
43d5bf84
RS
14299 * battery.el (battery-mode-line-limit): New variable.
14300 (battery-update): Handle it.
14301
d31fd9ac
RS
14302 * mail/rmailmm.el (rmail-mime-process-multipart):
14303 Handle truncated messages.
14304
819a6054
GM
143052011-06-27 Glenn Morris <rgm@gnu.org>
14306
14307 * progmodes/flymake.el (flymake-err-line-patterns):
14308 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14309
cedc73f2
VB
143102011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14311
819a6054 14312 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
14313 (ses--clean-!, ses--clean-_): New functions.
14314 (ses-range): Add configurability of readout order, and conversion
14315 to Calc vector.
14316
5e5d49b6
VB
14317 * ses.el (ses-repair-cell-reference-all): New function.
14318 (ses-cell-symbol): Set macro as safe, so that it can be used in
14319 formulas.
14320
56e6cc31 14321 * ses.el: Update cycle detection algorithm.
90ca8b49 14322 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 14323 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
14324 (ses-set-localvars): New function.
14325 (ses-make-cell): Add property-list as a cell element.
14326 (ses-cell-property-get-fun, ses-cell-property-get)
14327 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
14328 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14329 New functions.
90ca8b49
VB
14330 (ses-cell-property-set, ses-cell-property-pop)
14331 (ses-cell-property-get-handle): New macro.
14332 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14333 New aliases, used for code readability.
14334 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14335 cycle detection.
14336 (ses-self-reference-early-detection): New defcustom.
fac916bf 14337 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
14338 (ses-mode): Use ses-set-localvars.
14339 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14340 before lauching the update processing.
14341 (ses-initialize-Dijkstra-attempt): New function.
14342 (ses-recalculate-cell): Update for cycle detection based on
14343 Dijkstra algorithm.
14344
2bb63e81
VB
14345 * ses.el: Fix commenting and indenting convention.
14346
c9d29fb8
SM
143472011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * bs.el (bs-cycle-next): Complete last change.
14350
d8e4b68b
JB
143512011-06-27 Drew Adams <drew.adams@oracle.com>
14352
14353 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14354
40098786
LMI
143552011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14356
c9d29fb8
SM
14357 * net/network-stream.el (network-stream-open-starttls):
14358 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
14359 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14360
40098786
LMI
14361 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14362 to binary to possibly avoid line encoding issues on Windows (among
14363 other things).
14364
468d09d4
LMI
143652011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14366
14367 * net/network-stream.el (open-network-stream): Return an :error
14368 saying what the problem was, if possible.
14369
14370 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14371 server.
14372
14373 * net/network-stream.el (network-stream-open-starttls): If we
14374 wanted to use STARTTLS, and the server offered it, but we weren't
14375 able to because we had no STARTTLS support, then close the connection.
14376 (open-network-stream): Return an :error element, if present.
14377
16f07dd7
CY
143782011-06-26 Chong Yidong <cyd@stupidchicken.com>
14379
88821ca0
CY
14380 * hl-line.el (hl-line-sticky-flag): Doc fix.
14381 (global-hl-line-sticky-flag): New option (Bug#8323).
14382 (global-hl-line-highlight): Obey it.
14383
16f07dd7
CY
14384 * vc/vc.el (vc-revert-show-diff): Default to t.
14385
6b5ccddf
KM
143862011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
14387
c9d29fb8
SM
14388 * allout-widgets.el (allout-widgets-post-command-business):
14389 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
14390 undecorated when an isearch is continued past, and isearch
14391 automatically collapses them. This leads to "widget leaks", where
14392 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
14393 hidden widgets can slow down cursor travel, substantially.
14394 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
14395 so we're doing without this nicety.
14396
14397 (allout-widgets-tally-string): Don't try to do a hash-table-count
14398 of allout-widgets-tally when it's nil. This eliminates spurious "Error
14399 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14400 *Messages* when allout-widgets-maintain-tally is t.
14401
355f2e07
MR
144022011-06-26 Martin Rudalics <rudalics@gmx.at>
14403
14404 * window.el (display-buffer-normalize-argument): Rename to
14405 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
14406 LABEL argument. Respect special-display-function when popping up
14407 a new frame. Fix code searching for a window showing the buffer
14408 on another frame.
c9d29fb8
SM
14409 (display-buffer-normalize-specifiers):
14410 Call display-buffer-normalize-arguments.
355f2e07
MR
14411 (display-buffer-in-window): Don't undedicate the window if its
14412 buffer remains the same.
14413 Reported by Drew Adams <drew.adams@oracle.com>.
14414 (display-buffer-alist): Add choice for same-window macro
14415 specfier.
14416 (display-buffer): Mention special meaning of LABEL argument in
14417 doc-string. Fix quoting. Don't pop up a new frame even as
14418 fallback.
14419
7ca8fc42
JB
144202011-06-26 Juanma Barranquero <lekktu@gmail.com>
14421
14422 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14423 avoid deleting the current window in some cases (bug#8911).
14424
bc312254
AS
144252011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14426
14427 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14428 (Bug#8934)
14429
2db18f3f
LMI
144302011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14431
c9d29fb8
SM
14432 * net/network-stream.el (network-stream-open-starttls):
14433 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
14434 (network-stream-open-tls): Ditto.
14435
6302e0d3
LL
144362011-06-26 Leo Liu <sdl.web@gmail.com>
14437
14438 * register.el (registerv): New struct.
14439 (registerv-make): New function.
c9d29fb8
SM
14440 (jump-to-register, describe-register-1, insert-register):
14441 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
14442 struct. (Bug#8415)
14443
5fdd4046
CY
144442011-06-26 Chong Yidong <cyd@stupidchicken.com>
14445
2afef60a
CY
14446 * vc/vc.el (vc-revert-show-diff): New defcustom.
14447 (vc-diff-internal): New arg specifying diff buffer.
14448 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14449 reuse an existing *vc-diff* buffer (Bug#8927).
14450
5fdd4046
CY
14451 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14452
e93db24a
GM
144532011-06-26 Glenn Morris <rgm@gnu.org>
14454
14455 * progmodes/f90.el (f90-critical-indent): New option.
14456 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14457 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14458 (f90-mode): Doc fix.
14459 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14460 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14461 (f90-beginning-of-block, f90-next-block, f90-indent-region)
14462 (f90-match-end): Handle block, critical.
14463
eefff499
GM
144642011-06-25 Glenn Morris <rgm@gnu.org>
14465
f6ba4cc9
GM
14466 * calendar/diary-lib.el (diary-included-files): Doc fix.
14467 (diary-include-files): New function, extracted from
14468 diary-include-other-diary-files and diary-mark-included-diary-files.
14469 (diary-include-other-diary-files, diary-mark-included-diary-files):
14470 Just call diary-include-files.
14471 (diary-mark-entries): Reset diary-included-files on first call.
14472
16712304
GM
14473 * calendar/diary-lib.el (diary-mark-entries)
14474 (diary-mark-included-diary-files):
14475 Visit included diary-files in temp buffers.
14476
5d8e0d43
GM
14477 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14478 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14479 (f90-start-block-re, f90-imenu-generic-expression)
14480 (f90-looking-at-program-block-start, f90-no-block-limit):
14481 Add support for submodules.
14482
ccf7a5d5
GM
14483 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14484 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 14485
11fdef7d 144862011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
14487
14488 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14489 buffer-file-type before setting its value, to avoid disastrous
eefff499 14490 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 14491
74f53697
JB
144922011-06-25 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14495
14496 * ses.el (ses-unload-function):
14497 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14498
14499 * proced.el (proced-unload-function):
14500 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14501
18a4ce5e
AR
145022011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
14503
14504 * server.el (server-create-window-system-frame): Add parameters arg.
14505 (server-process-filter): Doc fix. Handle frame-parameters.
14506
519d22cc
JB
145072011-06-25 Juanma Barranquero <lekktu@gmail.com>
14508
14509 Fix bug#8730, bug#8781.
14510
14511 * loadhist.el (unload--set-major-mode): New function.
14512 (unload-feature): Use it.
14513
14514 * progmodes/python.el (python-after-info-look): Add autoload cookie.
14515 (python-unload-function): New function.
14516
c206f5b0
SM
145172011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14520
f9ad64f3
GS
145212011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
14522
14523 * net/browse-url.el (browse-url-firefox-program): Add icecat to
14524 the candidates list.
14525
7d0da90e
JB
145262011-06-24 Juanma Barranquero <lekktu@gmail.com>
14527
14528 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14529
14b4e83d
RS
145302011-06-23 Richard Stallman <rms@gnu.org>
14531
14532 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14533 (rmail-variables): Set next-error-move-function.
14534 (rmail-what-message): Take argument POS.
14535 (rmail-next-error-move): New function.
14536
273d2baf
SM
145372011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14540 messages for adjacent non-terminals.
14541
56c2cc9a
RS
145422011-06-23 Richard Stallman <rms@gnu.org>
14543
14544 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 14545 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
14546 (rmail-start-mail): Don't specify use of rmail-mail-return;
14547 that's done by mail-bury now.
14548 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 14549
d59eb518
MA
145502011-06-23 Michael Albinus <michael.albinus@gmx.de>
14551
14552 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14553 SIZE is a number.
14554
02cfc6d6
MR
145552011-06-23 Martin Rudalics <rudalics@gmx.at>
14556
14557 * window.el (get-lru-window, get-mru-window)
14558 (get-largest-window): Never return a minibuffer window.
14559 (display-buffer-pop-up-window): Fix a bug that could lead to
14560 reusing the minibuffer window.
14561 (display-buffer): Pass original specifier argument to
14562 display-buffer-function instead of the normalized one.
14563 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14564
4e323265
LL
145652011-06-22 Leo Liu <sdl.web@gmail.com>
14566
14567 * minibuffer.el (completing-read-function)
14568 (completing-read-default): Move from minibuf.c
14569
7a70468f
RS
145702011-06-22 Richard Stallman <rms@gnu.org>
14571
50718fc2
RS
14572 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14573 to Rmail even if not started by a special Rmail command.
14574
7a70468f
RS
14575 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14576 Copy the buffer currently showing just one message.
14577
297dde5a
RW
145782011-06-22 Roland Winkler <winkler@gnu.org>
14579
14580 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14581 (bibtex-clean-entry): First delete the old key so that a
14582 customized algorithm for generating the new key does not get
14583 confused by the old key.
14584 (bibtex-url): Obey regexp of first step.
14585 (bibtex-search-entries): Do not use add-to-list with local
14586 list-var.
14587
97bb1093
LMI
145882011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14589
14590 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14591 stored a user name, then query for the password first, instead of
14592 waiting for SMTP to give an error message and the trying again.
14593
1c0f1a19
JD
145942011-06-22 Lawrence Mitchell <wence@gmx.li>
14595
14596 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14597 BUFFER in call-process.
14598
396f7c9d
LMI
145992011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14600
14601 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14602 QUIT twice.
ddb7ffee
LMI
14603 (smtpmail-try-auth-methods): Require user name and password from
14604 auth-source.
396f7c9d 14605
8998d1b3
MR
146062011-06-22 Martin Rudalics <rudalics@gmx.at>
14607
14608 * window.el (display-buffer-default-specifiers)
14609 (display-buffer-alist): Remove entries for pop-up-frame-alist.
14610 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 14611 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
14612
14613 * frame.el (pop-up-frame-alist, pop-up-frame-function)
14614 (special-display-frame-alist, special-display-popup-frame):
14615 Remove duplicate declarations. These are now in window.el.
14616
4ea31e07
LMI
146172011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14618
c9d29fb8
SM
14619 * mail/smtpmail.el (smtpmail-via-smtp):
14620 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
14621 server supports it. SMTP servers that support STARTTLS commonly
14622 require it.
14623
14624 * net/network-stream.el (network-stream-open-starttls): Support
14625 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 14626 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 14627
95f41d9a
LMI
14628 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
14629 upgrades with `open-network-stream', and rely solely on
14630 auth-source for all credentials. Big changes throughout the file,
14631 but in particular:
c9d29fb8
SM
14632 (smtpmail-auth-credentials): Remove.
14633 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
14634 (smtpmail-via-smtp): Check for servers saying they want AUTH after
14635 MAIL FROM, too.
95f41d9a 14636
c9d29fb8
SM
14637 * net/network-stream.el (network-stream-open-starttls):
14638 Provide support for client certificates both for external and built-in
4ea31e07
LMI
14639 STARTTLS.
14640 (auth-source): Require.
14641 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
14642 (network-stream-certificate): Change cert-cert to cert and
14643 cert-key to key.
4ea31e07 14644
065ec2c7
MA
146452011-06-21 Michael Albinus <michael.albinus@gmx.de>
14646
14647 * net/tramp-cache.el (top): Don't load the persistency file when
14648 "emacs -Q" has been called.
14649
cd93b359
DR
146502011-06-21 Tim Harper <timcharper@gmail.com>
14651
d8e4b68b
JB
14652 * term/ns-win.el (ns-initialize-window-system):
14653 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
14654 resource to NO as it is not yet supported by the NS port.
14655
ae9c0411
JB
146562011-06-21 Juanma Barranquero <lekktu@gmail.com>
14657
14658 * misc.el (list-dynamic-libraries--refresh): Compute header here...
14659 (list-dynamic-libraries): ...not here.
14660
7f3f739f
LL
146612011-06-21 Leo Liu <sdl.web@gmail.com>
14662
14663 * subr.el (sha1): Implement sha1 using secure-hash.
14664
327c8fb1
MR
146652011-06-21 Martin Rudalics <rudalics@gmx.at>
14666
14667 * window.el (display-buffer-alist): In default value do not
14668 enforce searching a window on any but the selected frame.
14669 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14670 (display-buffer-select-window): Remove function.
14671 (display-buffer-in-window): When a window on another frame gets
14672 reused, do not select it any more but just raise its frame if
14673 necessary (Bug#8851) and (Bug#8856).
14674 (display-buffer-normalize-options): Handle pop-up-frames related
14675 options more faithfully.
14676 (pop-to-buffer): Don't rely on `display-buffer' selecting the
14677 window if it is on another frame.
c9d29fb8
SM
14678 (display-buffer-alist, display-buffer-default-specifiers):
14679 Don't make new frame unsplittable by default.
9e9de014
MR
14680 (display-buffer-normalize-argument): Fix doc-string typo and use
14681 'same-frame-other-window instead of 'other-window when associating
14682 with display-buffer-macro-specifiers.
327c8fb1 14683
7cf3f556
VB
146842011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
14685
14686 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
14687 New functions.
14688 (5x5-mode-map, 5x5-mode-menu): Bind them.
14689 (5x5-draw-grid): Tweak the solver's rendering.
14690
60a406cf
SM
146912011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
14694 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
14695
d8e4b68b 146962011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
14697
14698 * menu-bar.el: Use function variable instead of switch-to-buffer.
14699 (menu-bar-select-buffer-function): New variable.
60a406cf 14700 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 14701
478d6f95
SM
147022011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
14705 variable's status.
14706
ca530739
JD
147072011-06-20 Jan Djärv <jan.h.d@swipnet.se>
14708
14709 * x-dnd.el (x-dnd-version-from-flags)
14710 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
14711 and long as number (Bug#8899).
14712 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
14713
bcd70d97
SM
147142011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14715
60a406cf 14716 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
14717 (completion-try-completion, completion-all-completions): Compute the
14718 metadata argument if it's missing; make it optional (bug#8795).
14719
60a406cf 14720 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
14721 (widget-complete): Use new :completion-function property.
14722 (widget-completions-at-point): New function.
14723 (default): Use :completion-function instead of :complete.
60a406cf
SM
14724 (widget-default-completions): Rename from widget-default-complete;
14725 Rewrite.
bcd70d97
SM
14726 (widget-string-complete, widget-file-complete, widget-color-complete):
14727 Remove functions.
14728 (file, symbol, function, variable, coding-system, color):
14729 * international/mule-cmds.el (default-input-method, charset)
14730 (language-info-custom-alist):
14731 * cus-edit.el (face): Use new property :completions.
14732
14733 * progmodes/pascal.el (pascal-completions-at-point): New function.
14734 (pascal-mode): Use it.
14735 (pascal-mode-map): Use completion-at-point.
14736 (pascal-toggle-completions): Make obsolete.
14737 (pascal-complete-word, pascal-show-completions):
14738 * progmodes/octave-mod.el (octave-complete-symbol):
14739 Redefine as obsolete alias.
14740 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
14741 Signal absence of completion info for old Octave,
14742 (inferior-octave-complete): Redefine as obsolete alias.
14743 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
14744 (meta-completions-at-point): Rename from meta-complete-symbol and
14745 adapt it for use on completion-at-point-functions.
14746 (meta-common-mode): Use it.
14747 (meta-looking-at-backward, meta-match-buffer): Remove.
14748 (meta-complete-symbol): Redefine as obsolete alias.
14749 (meta-common-mode-map): Use completion-at-point.
14750 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
14751 (makefile-mode-map): Use completion-at-point.
14752 (makefile-completions-at-point): Rename from makefile-complete and
14753 adapt it for use on completion-at-point-functions.
14754 (makefile-mode): Use it.
14755 (makefile-complete): Redefine as obsolete alias.
14756
aebf69c8
DD
147572011-06-20 Deniz Dogan <deniz@dogan.se>
14758
14759 * net/rcirc.el: Delete trailing whitespaces once and for all.
14760
bfbbb27d
DC
147612011-06-20 Daniel Colascione <dan.colascione@gmail.com>
14762
14763 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
14764
d264a46b
CY
147652011-06-19 Chong Yidong <cyd@stupidchicken.com>
14766
4ca009e5
CY
14767 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
14768
d264a46b
CY
14769 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
14770
fbf5b3ce
MR
147712011-06-19 Martin Rudalics <rudalics@gmx.at>
14772
14773 * window.el (display-buffer-other-window-means-other-frame):
14774 Call display-buffer-normalize-alist.
14775 (display-buffer-normalize-specifiers-1): Rename to
14776 display-buffer-normalize-argument. New argument other-frame.
14777 Rewrite.
14778 (display-buffer-normalize-specifiers-2): Rename to
14779 display-buffer-normalize-options.
14780 (display-buffer-normalize-alist-1): New function.
14781 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
14782 display-buffer-normalize-alist.
14783 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
14784 (display-buffer-normalize-options-inhibit): New variable.
14785 (display-buffer-normalize-specifiers): Rewrite calling
14786 display-buffer-normalize-alist,
14787 display-buffer-normalize-argument, and
14788 display-buffer-normalize-options. Don't call the latter if
14789 display-buffer-normalize-options-inhibit is non-nil.
14790 (frame-auto-delete): New option.
14791 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
14792 (window-list-no-nils, window-state-ignored-parameters)
14793 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
14794 (window-state-put-1, window-state-put-2, window-state-put):
14795 New functions.
9a028c23
MR
14796 (display-buffer-normalize-options): Move special-display-p group
14797 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 14798
6d10d800
CY
147992011-06-18 Chong Yidong <cyd@stupidchicken.com>
14800
6420d28b
CY
14801 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
14802 groups (Bug#8776).
14803 (rx-submatch-n): New function.
14804 (rx): Document it.
14805
ddb8b596
CY
14806 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
14807 (Bug#8768).
14808
14809 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
14810
77080289
CY
14811 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
14812
61dfb316
CY
14813 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
14814 anytime existing face settings are present (Bug#8889).
14815
6d10d800
CY
14816 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
14817 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
14818 Remove unused argument.
14819
be3fb2b8
MR
148202011-06-18 Martin Rudalics <rudalics@gmx.at>
14821
bcd70d97
SM
14822 * window.el (display-buffer-default-specifiers):
14823 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
14824 pop-up-window-min-width, and another reuse-window specifier
14825 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
14826 (display-buffer-normalize-specifiers-2):
14827 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
14828 pop-up-windows is unset. Add a reuse-window specifier for the
14829 case popping up a new window fails.
14830 (special-display-popup-frame): Remove double quoting.
28dec25a 14831 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 14832
1c6d8c76
SM
148332011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * shell.el (shell-completion-vars): Set pcomplete-termination-string
14836 according to comint-completion-addsuffix.
14837
14838 * pcomplete.el: Convert to lexical binding and fix bug#8819.
14839 (pcomplete-suffix-list): Mark as obsolete.
14840 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
14841 pcomplete-seen in the closure.
14842 (pcomplete-comint-setup): Setup completion-at-point as well.
14843 (pcomplete--entries): New function.
14844 (pcomplete--env-regexp): New var.
14845 (pcomplete-entries): Rewrite to work with partial-completion and
14846 without relying on pcomplete-suffix-list.
14847 (pcomplete-pare-list): Remove, unused.
14848
25aef8b8
MR
148492011-06-17 Martin Rudalics <rudalics@gmx.at>
14850
14851 * window.el (display-buffer-alist): Set pop-up-window-min-height
14852 and pop-up-window-min-width in default value. Reported by
14853 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
14854 other-window-means-other-frame.
14855 (display-buffer-macro-specifiers): Comment out entry for
14856 other-window specifier.
14857 (display-buffer-other-window-means-other-frame): New function.
14858 (display-buffer-normalize-specifiers-1): New arguments
14859 buffer-name and label. Treat other-window case specially.
14860 (display-buffer-normalize-specifiers-2): Treat other-window case
14861 specially.
14862 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
14863 (display-buffer-normalize-specifiers):
14864 Call display-buffer-normalize-specifiers-3.
25aef8b8 14865
dbad4f69
MR
148662011-06-17 Martin Rudalics <rudalics@gmx.at>
14867
14868 * window.el (same-window-p): Fix two typos introduced when
14869 adding with-no-warnings.
d1067961
MR
14870 (display-buffer-normalize-specifiers-1): Don't check
14871 pop-up-frames for 'unset initialization.
14872 (display-buffer-normalize-specifiers-2): Major rewrite using
14873 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
14874 (pop-up-frames, display-buffer-reuse-frames)
14875 (display-buffer-mark-dedicated): Don't initialize to 'unset.
14876 Suggested by David Engster <deng@randomsample.de>.
14877 (even-window-heights): Initialize to 'unset.
14878 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
14879 (display-buffer-macro-specifiers): Don't pop up a new frame in the
14880 other window case.
dbad4f69 14881
9b9c9e3a
MR
148822011-06-16 Martin Rudalics <rudalics@gmx.at>
14883
bcd70d97
SM
14884 * window.el (display-buffer-normalize-specifiers-1):
14885 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 14886 second argument of display-buffer (Bug#8865).
981d5c09
MR
14887 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
14888 (switch-to-buffer-other-window-same-frame)
14889 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
14890 Adams (Bug#8875).
9c2755e9
MR
14891 (display-buffer): Don't check noninteractive when calling
14892 display-buffer-pop-up-frame.
14893 (display-buffer-pop-up-frame): Never pop up a frame in
14894 noninteractive mode (Bug#8857).
67222e1d
MR
14895 (enlarge-window, shrink-window): Don't report an error when the
14896 window can't be resized as requested (Bug#8862).
9b9c9e3a 14897
2b75be67
SM
148982011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14899
9ffdd3ba
SM
14900 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
14901
cb581a67
SM
14902 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
14903
2b75be67
SM
14904 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
14905
8c0e3589
AM
149062011-06-15 Alan Mackenzie <acm@muc.de>
14907
cb581a67
SM
14908 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
14909 for declarators, disable knr checking to speed up for normal files.
14910 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 14911
b96e6cde
LMI
149122011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14913
4bba86e6
LMI
14914 * net/network-stream.el (open-network-stream): Add the keyword
14915 :always-query-capabilities for the case where you want to force a
14916 `plain' network connection, but the protocol still requires the
14917 capabilitiy command (i.e., SMTP and EHLO).
14918
2b75be67 14919 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
14920 consistency with other `-live-p' functions.
14921
efdcdbf8
SM
149222011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * window.el (same-window-buffer-names, same-window-regexps)
14925 (special-display-frame-alist, special-display-popup-frame)
14926 (special-display-function, special-display-buffer-names)
14927 (special-display-regexps, pop-up-frame-alist)
14928 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
14929 (pop-up-windows, split-window-preferred-function)
14930 (split-height-threshold, split-width-threshold, even-window-heights)
14931 (display-buffer-mark-dedicated): Don't encourage the use of
14932 display-buffer-alist from Elisp code.
14933
c5cde042
DN
149342011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
14935
14936 * progmodes/python.el (python-mode): Derive from prog-mode.
14937 * progmodes/ps-mode.el (ps-mode):
14938 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 14939 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
14940 * progmodes/ld-script.el (ld-script-mode): Likewise.
14941
baa1c9ab
MR
149422011-06-15 Martin Rudalics <rudalics@gmx.at>
14943
14944 * window.el (display-buffer-alist): Trim default value to avoid
14945 popping up a new frame (Bug#8857) or reusing an arbitrary window
14946 on another frame.
14947 (display-buffer): Do not fall back on popping up a new frame in
14948 batch mode (Bug#8857).
14949
c5dd5a51
CY
149502011-06-14 Chong Yidong <cyd@stupidchicken.com>
14951
14952 * cus-theme.el (describe-theme-1): Use custom-theme-p.
14953 (custom-theme-summary): New function.
14954 (customize-themes): Use it.
14955
d647b7c4
GM
149562011-06-13 Glenn Morris <rgm@gnu.org>
14957
14958 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
14959
9481c002
MR
149602011-06-13 Martin Rudalics <rudalics@gmx.at>
14961
357f93d2
MR
14962 * help.el (help-window): Remove variable.
14963 (help-window-point-marker, temp-buffer-max-height)
14964 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
14965 (help-print-return-message): Don't set help-window.
14966 (resize-temp-buffer-window): Rewrite cod eand doc-string.
14967 (help-window-setup-finish): Remove.
14968 (help-window-display-message, help-window-setup)
14969 (with-help-window): Major rewrite based on new
14970 display-buffer-window variable.
14971
14972 * help-mode.el (help-mode-finish): Remove help-window related
14973 code.
14974
14975 * view.el (view-exits-all-viewing-windows): Remove reference to
14976 view-return-to-alist in doc-string.
14977 (view-return-to-alist): Make obsolete.
14978 (view-buffer): Call pop-to-buffer-same-window and remove
14979 undo-window code.
14980 (view-buffer-other-window): Call pop-to-buffer-other-window and
14981 simplify code. Ignore second argument.
14982 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
14983 simplify code. Ignore second argument.
14984 (view-return-to-alist-update): Make obsolete.
14985 (view-mode-enter): Rename second argument to QUIT-RESTORE.
14986 Rewrite using quit-restore window parameters.
2b75be67
SM
14987 (view-mode-exit): Rename second argument to EXIT-ONLY.
14988 Rewrite using quit-restore-window.
357f93d2
MR
14989 (View-exit, View-exit-and-edit, View-leave, View-quit)
14990 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
14991 appropriate arguments.
14992 (view-end-message): Use quit-restore window parameter.
14993
9481c002
MR
14994 * window.el (display-buffer-function): Rewrite doc-string.
14995 (display-buffer-window, display-buffer-alist): New variables.
14996 (display-buffer-split-specifiers)
14997 (display-buffer-side-specifiers)
14998 (display-buffer-macro-specifiers): New constants.
14999 (display-buffer-even-window-sizes, display-buffer-set-height)
15000 (display-buffer-set-width, display-buffer-select-window)
15001 (display-buffer-in-window, display-buffer-reuse-window)
15002 (display-buffer-split-window-1, display-buffer-split-window)
15003 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15004 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15005 (display-buffer-in-side-window, normalize-buffer-to-display)
15006 (display-buffer-normalize-specifiers-1)
15007 (display-buffer-normalize-specifiers-2)
2b75be67
SM
15008 (display-buffer-normalize-specifiers, display-buffer-frame):
15009 New functions.
9481c002
MR
15010 (display-buffer): Major rewrite.
15011 (display-buffer-other-window, display-buffer-other-frame)
15012 (pop-to-buffer, switch-to-buffer-other-window)
15013 (switch-to-buffer-other-frame): Rewrite.
15014 (display-buffer-same-window, display-buffer-same-frame)
15015 (display-buffer-same-frame-other-window)
15016 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15017 (pop-to-buffer-other-window)
15018 (pop-to-buffer-same-frame-other-window)
15019 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15020 (switch-to-buffer-other-window-same-frame): New functions.
15021 (same-window-p, special-display-p): Rewrite disabling warnings.
15022 Make obsolete.
15023 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15024 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15025 Make obsolete
15026 (same-window-buffer-names, same-window-regexps)
15027 (special-display-frame-alist, special-display-popup-frame)
15028 (special-display-function, special-display-buffer-names)
15029 (special-display-regexps, pop-up-frame-alist)
15030 (pop-up-frame-function, split-window-preferred-function)
15031 (split-height-threshold, split-width-threshold)
15032 (even-window-heights): Make obsolete.
15033
9db51aca
GM
150342011-06-12 Glenn Morris <rgm@gnu.org>
15035
15036 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 15037 Misc simplifications.
9db51aca 15038
39cffb44
MR
150392011-06-12 Martin Rudalics <rudalics@gmx.at>
15040
15041 * window.el (window-safely-shrinkable-p): Restore function which
15042 was inadvertently removed in change from 2011-06-11. Declare as
15043 obsolete.
15044
2b75be67
SM
15045 * calendar/calendar.el (calendar-generate-window):
15046 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
15047 window-safely-shrinkable-p.
15048
a8955be7
GM
150492011-06-12 Glenn Morris <rgm@gnu.org>
15050
15051 * progmodes/fortran.el (fortran-mode-syntax-table):
15052 * progmodes/f90.el (f90-mode-syntax-table):
15053 Set % to punctuation. (Bug#8820)
15054 (f90-find-tag-default): Remove, no longer needed.
15055
f0d4059d
DC
150562011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15057
15058 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15059
1100a63c
CY
150602011-06-11 Chong Yidong <cyd@stupidchicken.com>
15061
15062 * image.el (image-animated-p): Return animation delay in seconds.
15063 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15064 (image-animate-timeout): Remove DELAY argument. Don't assume
15065 every subimage has the same delay; get it from image-animated-p.
15066 (image-animate): Caller changed.
15067
def722bf
MA
150682011-06-11 Michael Albinus <michael.albinus@gmx.de>
15069
15070 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15071 to ignored backtrace functions.
15072
0a2bb1a9
GM
150732011-06-11 Glenn Morris <rgm@gnu.org>
15074
15075 * calendar/appt.el (appt-disp-window-function): Doc fix.
15076 (appt-check): Handle overlapping appointments. (Bug#8337)
15077
6198ccd0
MR
150782011-06-11 Martin Rudalics <rudalics@gmx.at>
15079
15080 * window.el (window-tree-1, window-tree): New functions, moving
15081 the latter to window.el.
15082 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15083 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15084 (bw-refresh-edges): Remove.
15085 (balance-windows-1, balance-windows-2): New functions.
15086 (balance-windows): Rewrite in terms of window tree functions,
15087 balance-windows-1 and balance-windows-2.
15088 (bw-adjust-window): Remove.
15089 (balance-windows-area-adjust): New function with functionality of
15090 bw-adjust-window but using resize-window.
2b75be67
SM
15091 (set-window-text-height): Rewrite doc-string.
15092 Use normalize-live-window and resize-window.
15093 (enlarge-window-horizontally, shrink-window-horizontally):
15094 Rename argument to DELTA.
6198ccd0
MR
15095 (window-buffer-height): New function.
15096 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15097 Rewrite using new window resize routines.
2b75be67
SM
15098 (kill-buffer-and-window, mouse-autoselect-window-select):
15099 Use ignore-errors instead of condition-case.
6198ccd0
MR
15100 (quit-window): Call delete-frame instead of delete-windows-on
15101 for the only buffer on frame.
15102
9397e56f
MR
151032011-06-10 Martin Rudalics <rudalics@gmx.at>
15104
15105 * loadup.el (top-level): Load window before files for the sake
15106 of replace-buffer-in-windows.
15107
15108 * files.el (read-buffer-to-switch)
15109 (switch-to-buffer-other-window)
2b75be67
SM
15110 (switch-to-buffer-other-frame, display-buffer-other-frame):
15111 Move to window.el.
9397e56f
MR
15112
15113 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15114 (previous-buffer): Move to window.el.
15115
15116 * bindings.el (unbury-buffer): Move to window.el.
15117
15118 * window.el (delete-other-windows-vertically): Move after
15119 definition of delete-other-windows.
15120 (other-window, delete-windows-on, replace-buffer-in-windows):
15121 Move here from window.c.
15122 (record-window-buffer, unrecord-window-buffer)
15123 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15124 (switch-to-next-buffer): New functions.
15125 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15126 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
15127 (previous-buffer): Move here from simple.el.
15128 Call switch-to-prev-buffer.
9397e56f
MR
15129 (bury-buffer): Move here from buffer.c. Switch to previous
15130 buffer when window cannot be deleted.
15131 (unbury-buffer): Move here from bindings.el.
15132 (ctl-x-map): Move binding for other-window from window.c to
15133 here.
15134 (read-buffer-to-switch, switch-to-buffer-other-window)
15135 (switch-to-buffer-other-frame): Move here from files.el.
15136 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
15137 (switch-to-buffer): Move here from buffer.c.
15138 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 15139
562dd5e9
MR
151402011-06-10 Martin Rudalics <rudalics@gmx.at>
15141
15142 * window.el (window-min-height, window-min-width): Move here
15143 from window.c. Add defcustoms and rewrite doc-strings.
15144 (resize-mini-window, resize-window): New functions.
15145 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15146 Move here from window.c.
15147 (maximize-window, minimize-window): New functions.
15148 (delete-window, delete-other-windows, split-window): Move here
15149 from window.c.
15150 (window-split-min-size): New function.
15151 (split-window-keep-point): Mention split-window-above-each-other
15152 instead of split-window-vertically.
2b75be67 15153 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
15154 Rename split-window-vertically to split-window-above-each-other
15155 and provide defalias for old definition.
15156 (split-window-side-by-side, split-window-horizontally):
15157 Rename split-window-horizontally to split-window-side-by-side
15158 and provide defalias for the old definition.
562dd5e9
MR
15159 (ctl-x-map): Move bindings for delete-window,
15160 delete-other-windows and enlarge-window here from window.c.
15161 Replace bindings for split-window-vertically and
15162 split-window-horizontally by bindings for
15163 split-window-above-each-other and split-window-side-by-side.
15164
15165 * cus-start.el (all): Remove entries for window-min-height and
15166 window-min-width. Add entries for window-splits and
15167 window-nest.
15168
f0da764a
GM
151692011-06-09 Glenn Morris <rgm@gnu.org>
15170
80675c21
GM
15171 * calendar/appt.el (appt-mode-line): New function.
15172 (appt-check, appt-disp-window): Use it.
15173
f0da764a
GM
15174 * files.el (hack-one-local-variable-eval-safep):
15175 Allow minor-modes with explicit +/-1 arguments.
15176
59f623b7
TZ
151772011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15178
15179 * term/xterm.el (xterm): Add defgroup.
15180 (xterm-extra-capabilities): Add defcustom to supply known xterm
15181 capabilities, skip querying them, or query them (default).
15182 (terminal-init-xterm): Use it.
15183 (terminal-init-xterm-modify-other-keys): New function to set up
15184 modifyOtherKeys support to simplify `terminal-init-xterm'.
15185
9aab8e0d
MR
151862011-06-09 Martin Rudalics <rudalics@gmx.at>
15187
15188 * window.el (resize-window-reset, resize-window-reset-1)
15189 (resize-subwindows-skip-p, resize-subwindows-normal)
15190 (resize-subwindows, resize-other-windows, resize-this-window)
15191 (resize-root-window, resize-root-window-vertically)
15192 (window-deletable-p, window-or-subwindow-p)
15193 (frame-root-window-p): New functions.
15194
e8b08aee
GM
151952011-06-09 Glenn Morris <rgm@gnu.org>
15196
15197 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15198 (ange-ftp-get-files): Use it.
15199
254c37a5
AK
152002011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15201
15202 * mail/sendmail.el (mail-recover-1, mail-recover):
15203 * files.el (recover-file, recover-session):
15204 Handle dired-listing-switches not being just a single short option.
15205
35d7dbd3
GM
152062011-06-09 Glenn Morris <rgm@gnu.org>
15207
15208 * calendar/appt.el (appt-display-message, appt-disp-window):
15209 Handle lists of appointments.
15210
387522b2
MR
152112011-06-08 Martin Rudalics <rudalics@gmx.at>
15212
2b75be67
SM
15213 * window.el (one-window-p): Move down in code.
15214 Rewrite doc-string.
15215 (window-current-scroll-bars): Rewrite doc-string.
15216 Normalize live window argument.
387522b2
MR
15217 (walk-windows, get-window-with-predicate, count-windows):
15218 Rewrite doc-string. Use window-list-1.
15219 (window-in-direction-2, window-in-direction, get-mru-window):
15220 New functions.
15221
d8e4b68b 152222011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
15223
15224 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15225 Doc fix (Bug#8713).
15226
152272011-06-08 Chong Yidong <cyd@stupidchicken.com>
15228
15229 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15230
152312011-06-08 Juanma Barranquero <lekktu@gmail.com>
15232
15233 * loadhist.el (unload-feature-special-hooks):
15234 Add `comint-output-filter-functions'.
15235
0de12c52
IK
152362011-06-08 Ivan Kanis <gnu@kanis.fr>
15237
15238 * calendar/appt.el (appt-check): Move some initializations into the let.
15239
f3d1777e
MR
152402011-06-08 Martin Rudalics <rudalics@gmx.at>
15241
15242 * window.el (window-height): Defalias to window-total-height.
15243 (window-width): Defalias to window-body-width.
15244
18af70d0
CY
152452011-06-07 Chong Yidong <cyd@stupidchicken.com>
15246
15247 * image-mode.el (image-toggle-animation): New command.
15248 (image-mode-map): Bind it to RET.
15249 (image-mode): Update message.
15250 (image-toggle-display-image): Avoid a spurious cache flush.
15251 (image-transform-rotation): Doc fix.
15252 (image-transform-properties): Return quickly in the normal case.
15253 (image-animate-loop): Rename from image-animate-max-time.
15254
2b75be67 15255 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
15256 (create-animated-image): Remove unnecessary function.
15257 (image-animate): Rename from image-animate-start. New arg.
2b75be67 15258 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
15259 (image-animate-timer): Use car-safe.
15260 (image-animate-timeout): Rename argument.
15261
190b47e6
MR
152622011-06-07 Martin Rudalics <rudalics@gmx.at>
15263
15264 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
15265 window.c. Rename first argument to ALL-FRAMES.
15266 Rephrase doc-strings.
15267 (get-buffer-window-list): Rewrite using window-list-1.
15268 Rephrase doc-string.
a1511caf
MR
15269 (window-safe-min-height, window-safe-min-width): New constants.
15270 (window-size-ignore, window-min-size, window-min-size-1)
15271 (window-sizable, window-sizable-p, window-size-fixed-1)
15272 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15273 (window-max-delta-1, window-max-delta, window-resizable)
15274 (window-resizable-p, window-total-height, window-total-width)
15275 (window-body-width): New functions.
15276 (window-full-height-p, window-full-width-p): Rewrite using
15277 window-total-size.
15278 (window-body-height): Rewrite using window-body-size.
190b47e6 15279
85cc1f11
MR
152802011-06-06 Martin Rudalics <rudalics@gmx.at>
15281
15282 * window.el (window-right, window-left, window-child)
15283 (window-child-count, window-last-child, window-any-p)
15284 (normalize-live-buffer, normalize-live-frame)
15285 (normalize-any-window, normalize-live-window)
15286 (window-iso-combination-p, window-iso-combined-p)
15287 (window-iso-combinations)
15288 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15289 (windows-with-parameter, window-with-parameter)
15290 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
15291 (window-atom-check, window-side-check, window-check):
15292 New functions.
85cc1f11
MR
15293 (ignore-window-parameters, window-sides, window-sides-vertical)
15294 (window-sides-slots): New variables.
15295 (window-size-fixed): Move down in code. Minor doc-string fix.
15296
e7156492
AS
152972011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15298
15299 * comint.el (comint-dynamic-complete-as-filename)
15300 (comint-dynamic-complete-filename): Correctly call
15301 completion-in-region.
15302
7e821d0d
DD
153032011-06-05 Deniz Dogan <deniz@dogan.se>
15304
15305 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15306 in last change.
15307
ac09b8a1
DD
153082011-06-05 Deniz Dogan <deniz@dogan.se>
15309
15310 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15311 (rcirc): Use it to prompt for encryption.
15312
34699b85
RW
153132011-06-05 Roland Winkler <winkler@gnu.org>
15314
15315 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15316 (bibtex-search-entries): New command bound to C-c C-a.
15317 (bibtex-display-entries): New function.
15318
004dedd3
RW
153192011-06-05 Roland Winkler <winkler@gnu.org>
15320
15321 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15322 (bibtex-insert-kill): After yanking insert newline if necessary.
15323 (bibtex-initialize): Call bibtex-string-files-init only once.
15324 (bibtex-mode): Do not call easy-menu-add.
15325 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15326 (bibtex-yank): Set arg properly if nil.
15327
022fe7ce
RW
153282011-06-05 Roland Winkler <winkler@gnu.org>
15329
2b75be67
SM
15330 * textmodes/bibtex.el (bibtex-search-entry-globally):
15331 New variable.
022fe7ce
RW
15332 (bibtex-search-entry): Use it.
15333
b7c3692a
RW
153342011-06-05 Roland Winkler <winkler@gnu.org>
15335
15336 * textmodes/bibtex.el (bibtex-entry-format): New option
15337 sort-fields.
15338 (bibtex-format-entry, bibtex-reformat): Honor this option.
15339 (bibtex-parse-entry): Return fields in proper order.
15340
8eda563d
JB
153412011-06-05 Juanma Barranquero <lekktu@gmail.com>
15342
15343 * doc-view.el (doc-view-remove-if): Move computation of result out
15344 of `dolist' to silence misleading lexical-binding warning.
15345
7dbe3dbc
CY
153462011-06-04 Chong Yidong <cyd@stupidchicken.com>
15347
15348 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15349 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15350
0c33dd17
MA
153512011-06-04 Michael Albinus <michael.albinus@gmx.de>
15352
15353 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15354 "SunOS 5.10".
15355
f8f91c2b
MA
153562011-06-04 Michael Albinus <michael.albinus@gmx.de>
15357
15358 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15359 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15360 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15361 (tramp-parse-putty):
15362 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15363 (tramp-completion-function-alist-ssh)
15364 (tramp-completion-function-alist-telnet)
15365 (tramp-completion-function-alist-su)
15366 (tramp-completion-function-alist-putty): Set `tramp-autoload'
15367 cookie.
15368
15369 * net/tramp-ftp.el:
15370 * net/tramp-sh.el:
15371 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15372 load "tramp.el" `tramp-set-completion-function'.
15373
e17d9003
SM
153742011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * shell.el: Require and use pcomplete.
15377 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15378 (shell-completion-vars): Set pcomplete-default-completion-function.
15379
6c4cab03
DD
153802011-06-04 Deniz Dogan <deniz@dogan.se>
15381
15382 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15383 `memq' (Bug#8799).
15384
ea9fafe0
SM
153852011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15386
15387 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15388
b3e945d3
JB
153892011-06-02 Juanma Barranquero <lekktu@gmail.com>
15390
15391 * bs.el (bs--mark-unmark, bs--nth-wrapper):
15392 * mpc.el (mpc-select-extend, mpc-songpointer-context):
15393 * vc/log-view.el (log-view-beginning-of-defun):
15394 * vc/smerge-mode.el (smerge-apply-resolution-patch)
15395 (smerge-refine-forward, smerge-refine-chopup-region):
15396 Silence warning for unused `dotimes' counter variables.
15397
7d520089
SM
153982011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * net/tramp.el (tramp-with-progress-reporter): Rename from
15401 with-progress-reporter. Use `declare'.
15402 * net/tramp-smb.el:
15403 * net/tramp-sh.el:
15404 * net/tramp-gvfs.el: Update all uses.
15405
a1c2400f
JB
154062011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
15407
15408 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15409 buffer isn't killed before making it current.
15410
2403c841
SM
154112011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 Silence various byte-compiler warnings.
15414 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15415 `access-type' and new obsolescence format.
15416 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15417 new format.
15418 (byte-compile-check-variable): New `access-type' argument.
15419 Only warn if the access-type is obsolete.
15420 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15421 (byte-compile-variable-set): Adjust callers.
15422 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15423 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15424 setting it as obsolete.
15425 * simple.el (minibuffer-completing-symbol):
15426 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15427 access as obsolete.
15428 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15429 obsolete yet.
15430 * international/quail.el (quail-mouse-choose-completion): Remove unused
15431 code referring to obsolete var.
15432 (quail-choose-completion-string): Remove.
15433 * server.el (server-clients-with, server-kill-buffer-query-function)
15434 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15435 * proced.el (proced-send-signal):
15436 * emacs-lisp/lisp.el (lisp-complete-symbol):
15437 Replace completion-annotate-function with completion-extra-properties.
15438
2462470b
SM
154392011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15440
fb5b2591
SM
15441 * simple.el (goto-line): Use read-number.
15442 (overriding-map-is-bound): Remove.
15443 (saved-overriding-map): Change default.
15444 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15445 Take the map as argument.
15446 (universal-argument, negative-argument, digit-argument): Use it.
15447 (restore-overriding-map): Adjust.
15448 (do-auto-fill): Use fill-forward-paragraph.
15449 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15450
fd6fa53f
SM
15451 * minibuffer.el (minibuffer-inactive-mode-map): New var.
15452 (minibuffer-inactive-mode): New major mode.
15453 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15454 the *Messages* buffer" hack.
15455 (mouse-popup-menubar): Don't burp if the event is a normal key.
15456
2462470b
SM
15457 Miscellaneous tweaks.
15458 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15459 lexical scoping as in subr.el's dolist and dotimes.
15460 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15461 Silence compiler warning.
15462 * thingatpt.el (forward-whitespace): Trivial coding style fix.
15463 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15464 * international/ccl.el (ccl-compile): Trivial simplification.
15465 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15466 * emacs-lisp/testcover.el (testcover-end): Remove spurious
15467 `printflag' argument.
15468 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15469 Purecopy the whole obsolescence data.
15470
108bf785
LL
154712011-06-01 Leo Liu <sdl.web@gmail.com>
15472
15473 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15474 improve doc-string as suggested by Marco Pessotto
15475 <melmothx@gmail.com>.
15476 (rcirc-print): Fix last change.
15477
30a23501
SM
154782011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * minibuffer.el (complete-with-action): Return nil for the metadata and
15481 boundaries of non-functional tables.
15482 (completion-table-dynamic): Return nil for the metadata.
15483 (completion-table-with-terminator): Add default case, using
15484 complete-with-action.
15485 (completion--metadata): New function.
15486 (completion-all-sorted-completions, minibuffer-completion-help): Use it
15487 to try and avoid pathological performance problems.
15488 (completion--embedded-envvar-table): Return `category' metadata.
15489
bcd54f83
LMI
154902011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15491
15492 * subr.el (process-alive-p): New tiny convenience function.
15493
e227544d
SM
154942011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15497 content but also its previous major mode.
15498
e8296fdc
HE
154992011-05-31 Helmut Eller <eller.helmut@gmail.com>
15500
4d61f28d 15501 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
15502 *Backtrace* buffer when we exit with C-M-c.
15503
620c53a6
SM
155042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * minibuffer.el: Add metadata method to completion tables.
15507 (completion-category-overrides): New defcustom.
15508 (completion-metadata, completion--field-metadata)
15509 (completion-metadata-get, completion--styles)
15510 (completion--cycle-threshold): New functions.
15511 (completion-try-completion, completion-all-completions):
15512 Add `metadata' argument to choose completion-styles.
15513 (completion--do-completion): Use metadata to choose cycling.
15514 (completion-all-sorted-completions): Use metadata for sorting.
15515 Remove :completion-cycle-penalty which is not needed any more.
15516 (completion--try-word-completion): Add `metadata' argument.
15517 (minibuffer-completion-help): Check metadata for annotation function
15518 and sorting.
15519 (completion-file-name-table): Return `category' metadata.
15520 (minibuffer-completing-file-name): Make obsolete.
15521 * simple.el (minibuffer-completing-symbol): Make obsolete.
15522 * icomplete.el (icomplete-completions): Pass new `metadata' param to
15523 completion-try-completion.
15524
1257e755
SM
155252011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15528
3767e706
LL
155292011-05-30 Leo Liu <sdl.web@gmail.com>
15530
15531 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
15532 (rcirc-print): Decode all incoming messages (bug#8744).
15533 (rcirc-decode-coding-system): Allow value nil for automatic coding
15534 system detection.
3767e706 15535
d1a5d56a
GM
155362011-06-01 Glenn Morris <rgm@gnu.org>
15537
15538 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15539
e8cbec34
CY
155402011-05-29 Chong Yidong <cyd@stupidchicken.com>
15541
15542 * image.el (image-animate-max-time): Allow nil and t values.
15543 Default to nil.
15544 (create-animated-image): Doc fix.
15545 (image-animate-start): Remove second arg; just use
15546 image-animate-max-time.
15547 (image-animate-timeout): Doc fix. Args changed.
15548
15549 * image-mode.el (image-toggle-display-image): Ensure that the
15550 image spec passed to the animate timer is the same object as in
58179cce 15551 the buffer's display property (Bug#6981).
e8cbec34
CY
15552 (image-transform-properties): Doc fix.
15553
15554 * image.el (image-animate-max-time): Default to nil.
15555
159daf87
MR
155562011-05-29 Martin Rudalics <rudalics@gmx.at>
15557
15558 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15559 entire buffer list (Bug#8184).
15560
d66c4c7c
CY
155612011-05-29 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * image.el (imagemagick-types-inhibit)
15564 (imagemagick-register-types): Doc fix.
15565
80aec780
DD
155662011-05-29 Deniz Dogan <deniz@dogan.se>
15567
15568 * net/rcirc.el (rcirc): Use the user's stored encryption method by
15569 default.
15570
1dd3c2d9
CY
155712011-05-29 Chong Yidong <cyd@stupidchicken.com>
15572
15573 * select.el: Don't perform clipboard-manager saving in hooks;
15574 leave the hooks empty.
15575
60e56523
LL
155762011-05-28 Leo Liu <sdl.web@gmail.com>
15577
15578 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15579 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15580 (occur-edit-mode): New major mode (Bug#8463).
15581 (occur-after-change-function): New function.
15582 (occur-engine): Give Occur tags a read-only property.
15583
2b1e1a22
KR
155842011-05-28 Kevin Ryde <user42@zip.com.au>
15585
15586 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15587
5d344e88
CY
155882011-05-28 Chong Yidong <cyd@stupidchicken.com>
15589
8e6ca83d
CY
15590 * bindings.el (help-echo): Make the initial non-indicator dash
15591 empty on graphical terminals (Bug#7295).
15592
5d344e88
CY
15593 * files.el (auto-mode-alist): Move config rule after the
15594 in-stripping one (Bug#8547).
15595
bfbbace7
CY
15596 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15597
fbeba6e2
CY
15598 * startup.el (normal-splash-screen): Remove gratuitous mode-line
15599 setting (Bug#8740).
15600
60ed8c72
AA
156012011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
15602
4ac619f0
AA
15603 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15604 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15605 (Bug#8539).
60ed8c72 15606
23db196e
CY
156072011-05-28 Chong Yidong <cyd@stupidchicken.com>
15608
15609 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15610
5012f24c
DK
156112011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
15612
15613 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15614 (hs-hide-block-at-point, hs-find-block-beginning)
15615 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15616 (Bug#8279).
15617
6a639b16
GM
156182011-05-28 Glenn Morris <rgm@gnu.org>
15619
15620 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
15621
d43eaf2c
CY
156222011-05-28 Chong Yidong <cyd@stupidchicken.com>
15623
5199bde1
CY
15624 * help-fns.el (describe-function-1): If the function is a derived
15625 major mode, print the parent mode.
15626
d43eaf2c
CY
15627 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
15628 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
15629
423428a8
SM
156302011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15631
0ff8e1ba 15632 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 15633 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
15634 * progmodes/etags.el (tags-completion-at-point-function):
15635 * info-look.el (info-lookup-completions-at-point): Mark as
15636 non-exclusive.
15637 (info-complete): Adjust accordingly.
15638
423428a8
SM
15639 * info-look.el: Convert to lexical-binding and completion-at-point.
15640 (info-lookup-completions-at-point): New function.
15641 (info-complete): Use it and completion-in-region.
15642
b74aa22b
DA
156432011-05-28 Drew Adams <drew.adams@oracle.com>
15644
15645 * isearch.el: Let M-e start with point at the first mismatched char.
15646 (isearch-fail-pos): New function.
15647 (isearch-edit-string): Use it.
15648
66e2e71d
DK
156492011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15650
15651 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15652
b1890b0f 156532011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
15654
15655 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
15656 traversal functions for avl-trees.
15657 (avl-tree--stack): New struct.
15658 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
15659 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
15660 (avl-tree--do-enter): Add optional `updatefun' arg.
15661 Change return value.
eb95d01d 15662 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
15663 (avl-tree--do-delete): Add `test' and `nilflag' args.
15664 Change return value.
eb95d01d
TC
15665 (avl-tree-member): Add optional `nilflag'
15666 (avl-tree-member-p): New function.
15667 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
15668 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
15669 (avl-tree-stack-empty-p): New functions.
15670
3769ddcf
TC
15671 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
15672 avl-tree--del-balance1 and make it work both ways.
15673 (avl-tree--del-balance2): Remove.
15674 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
15675 make it work both ways.
15676 (avl-tree--enter-balance2): Remove.
15677 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
15678 New macros.
15679 (avl-tree--mapc, avl-tree-map): Add direction argument.
15680
eb95d01d 156812011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
15682
15683 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
15684
a9f737ee
CY
156852011-05-27 Chong Yidong <cyd@stupidchicken.com>
15686
15687 * select.el: Support clipboard managers with built-in function
15688 x-clipboard-manager-save, via delete-frame-functions and
15689 kill-emacs-hook.
15690 (xselect-convert-to-targets): Add MULTIPLE target to list.
15691 (xselect-convert-to-save-targets): New function.
15692
c92a1e54
KH
156932011-05-27 Kenichi Handa <handa@m17n.org>
15694
15695 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
15696 let-binding rfc2047-encode-encoded-words to nil.
15697
e145f188
GM
156982011-05-27 Glenn Morris <rgm@gnu.org>
15699
5ec8a862
GM
15700 * mail/emacsbug.el: Don't require url-util.
15701
4b29d9fb
GM
15702 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
15703
e145f188
GM
15704 * files.el (set-auto-mode):
15705 Also respect mode: entries at the end of the file. (Bug#8586)
15706
7d15102b
GM
157072011-05-26 Glenn Morris <rgm@gnu.org>
15708
98f593b8
GM
15709 * files.el (hack-local-variables-prop-line, hack-local-variables):
15710 Downcase mode names, as seems to be traditional.
27b48e63 15711 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 15712
7d15102b
GM
15713 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
15714 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
15715
51d5b4ec
JD
157162011-05-25 Julien Danjou <julien@danjou.info>
15717
15718 * textmodes/rst.el (rst-define-level-faces): Do not define face
15719 symbol if it is already defined.
15720
91513f63
VB
157212011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
15722
15723 * play/5x5.el (5x5-new-game, 5x5-randomize):
15724 Reset 5x5-solver-output to nil when a new grid is cast.
15725 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
15726 these debugging traces, as defmacro breaks the compiled code.
15727
4d90d6d0
DK
157282011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15729
15730 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15731
e1b90ef6
LL
157322011-05-24 Leo Liu <sdl.web@gmail.com>
15733
15734 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
15735 (vc-bzr-sha1): Adapt.
15736
d8e4b68b 15737 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
15738
15739 * bindings.el: Provide sha1 feature.
15740
db0406bb 157412011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
15742
15743 * mail/sendmail.el: Require `rfc2047'.
15744 (mail-insert-from-field): Do not perform RFC2047 encoding.
15745 (mail-encode-header): New function.
15746 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
15747 buffer to the return value of select-message-coding-system.
15748 Call mail-encode-header.
b8d747b9
KH
15749
15750 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
15751
db0406bb 157522011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 15753
4d90d6d0
DK
15754 * mail/supercite.el (sc-default-cite-frame):
15755 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 15756
eb8a5e9b
GM
157572011-05-24 Glenn Morris <rgm@gnu.org>
15758
f8630703
GM
15759 * progmodes/python.el (brm-menu): Declare.
15760
8831bbed
GM
15761 * emulation/viper.el (viper-set-hooks): Declare.
15762
eb8a5e9b
GM
15763 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
15764 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
15765 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
15766 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
15767 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
15768 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
15769
a2a25d24
SM
157702011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15771
15772 Add an :exit-function for completion-at-point.
15773
15774 * minibuffer.el (completion--done): New fun.
15775 (completion--do-completion): Use it. New arg `expect-exact'.
15776 (minibuffer-complete, minibuffer-complete-word): Don't output message,
15777 since completion--do-completion does it for us now.
15778 (minibuffer-force-complete): Use completion--done and
15779 completion--replace. Handle sole-completion case with more care.
15780 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
15781 (completion-extra-properties): New var.
15782 (completion-annotate-function): Make obsolete.
15783 (minibuffer-completion-help): Adjust accordingly.
15784 Use completion-list-insert-choice-function.
15785 (completion-at-point, completion-help-at-point):
15786 Bind completion-extra-properties.
15787 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
15788 * simple.el (completion-list-insert-choice-function): New var.
15789 (completion-setup-function): Preserve it.
15790 (choose-completion): Pay attention to it, shuffle the code a bit.
15791 (choose-completion-string): New arg `insert-function'.
15792
15793 * textmodes/bibtex.el: Convert to lexical binding.
15794 (bibtex-mode-map): Use completion-at-point.
15795 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
15796 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
15797 (bibtex-complete): Define as obsolete alias.
15798 (bibtex-complete-internal): Remove.
15799 (bibtex-format-entry): Remove unused sub-group in regexp.
15800 * shell.el (shell--command-completion-data)
15801 (shell-environment-variable-completion):
15802 * pcomplete.el (pcomplete-completions-at-point):
15803 * comint.el (comint--complete-file-name-data): Use :exit-function
15804 instead of completion-table-with-terminator so it also works for
15805 choose-completion.
15806
e44e373d
SM
158072011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15808
4f91a816
SM
15809 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
15810
782fc819
SM
15811 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
15812 (bug#8710).
15813
e44e373d
SM
15814 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
15815
381987c3
KM
158162011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
15817
15818 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
15819 customization variable and implement: If non-nil, auto-fill will
15820 be inhibited while on topic's header line.
15821
b776bc70
VB
158222011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
15823
15824 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 15825 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
15826 always have a solution in grid size = 5 cases.
15827 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
15828 (5x5-solver-output, 5x5-log-buffer): New vars.
15829 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
15830 Make these variables buffer local to achieve 5x5 multi-session-ness.
15831 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
15832 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
15833 (5x5-solve-suggest): New funs.
15834 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
15835 randomize a grid so that we ensure that there is always a solution.
15836 (5x5-make-random-grid): Allow other movement than flipping.
15837
7de88b6e
KR
158382011-05-23 Kevin Ryde <user42@zip.com.au>
15839
15840 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 15841 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
15842 advice and passes PREDICATE.
15843
b1ef1257
SM
158442011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15845
bbca48fe
SM
15846 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
15847 byte-compile-lambda if it's actually a lambda.
15848
b1ef1257
SM
15849 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
15850 Fix function quoting. Use backquote better.
15851
92a9cc65
YS
158522011-05-22 Yuanle Song <sylecn@gmail.com>
15853
15854 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
15855 matching (Bug#8516).
15856
f0fb8059
JA
158572011-01-22 Jari Aalto <jari.aalto@cante.net>
15858
15859 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
15860 different face (Bug#8178).
15861
d5b44c93
CY
158622011-05-22 Chong Yidong <cyd@stupidchicken.com>
15863
15864 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
15865 defface (Bug#8144).
15866
79106a44
SM
158672011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15868
9c848d8a
SM
15869 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
15870 funcall as well (bug#8712). Warn when performing those conversions.
15871 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
15872
79106a44
SM
15873 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
15874
88dfa756
GM
158752011-05-22 Glenn Morris <rgm@gnu.org>
15876
15877 * files.el (hack-local-variables-prop-line): Small simplifications.
15878 (hack-local-variables, hack-local-variables-prop-line):
15879 If MODE-ONLY, return the mode, rather than just `t'.
15880
b7cf2c79
SM
158812011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
15882
15883 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
15884
3f1a8558
GM
158852011-05-21 Glenn Morris <rgm@gnu.org>
15886
7e4ccca3
GM
15887 * files.el (hack-local-variables-prop-line, hack-local-variables):
15888 If only interested in the mode, don't bother doing the other stuff.
15889
637d46ca
GM
15890 * image-mode.el (image-after-revert-hook):
15891 Redraw all frames on which the image is visible. (Bug#8567)
15892
973d955b
GM
15893 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
15894
3f1a8558
GM
15895 * wid-edit.el (widget-checklist-match-inline):
15896 Fix 2011-04-19 change. (Bug#8649)
15897
96479927
SM
158982011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15899
1dcf791f
SM
15900 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
15901 Also allow singlespace after single-letter capitals followed by a dot.
15902
96479927
SM
15903 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
15904 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
15905
35fd0881
N
159062011-05-20 Nix <nix@esperi.org.uk>
15907
15908 * files.el (basic-save-buffer-2):
15909 Fix handling of break-hardlink-on-save with non-existent files.
15910
82745640
DD
159112011-05-19 Deniz Dogan <deniz@dogan.se>
15912
15913 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 15914 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 15915
4a720484
GM
159162011-05-19 Glenn Morris <rgm@gnu.org>
15917
d1f21341
GM
15918 * progmodes/f90.el (f90-type-def-re):
15919 Handle "type, bind(c)". (Bug#8691)
15920
4a720484
GM
15921 * emacs-lisp/autoload.el (batch-update-autoloads):
15922 Set autoload-excludes by parsing loadup.el rather than Makefiles.
15923
2fb0a219
MA
159242011-05-18 Michael Albinus <michael.albinus@gmx.de>
15925
15926 * net/tramp.el (tramp-process-actions): Set "first-password-request"
15927 property for the correct connection in case of multihops.
15928
e565dd37
GM
159292011-05-18 Glenn Morris <rgm@gnu.org>
15930
c2571358 15931 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
15932 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
15933
e565dd37
GM
15934 Rationalize calendar handling of day and month abbrev-arrays.
15935 * calendar/calendar.el (calendar-customized-p): New function.
15936 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
15937 (calendar-day-name-array, calendar-month-name-array): Doc fix.
15938 Add :set function.
15939 (calendar-abbrev-length, calendar-day-abbrev-array)
15940 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
15941 (calendar-day-abbrev-array, calendar-month-abbrev-array):
15942 Elements may no longer be nil.
15943 (calendar-day-name, calendar-month-name):
15944 Update for changed nature of abbrev arrays.
15945 * calendar/diary-lib.el (diary-name-pattern):
15946 Update for changed nature of abbrev arrays.
15947 (diary-mark-entries-1): Update calendar-make-alist calls.
15948 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
15949 * calendar/cal-html.el (cal-html-day-abbrev-array):
15950 Simply inherit from calendar-day-abbrev-array.
15951
1d99a745
SM
159522011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * progmodes/grep.el (grep-mode): Disable default
15955 compilation-directory-matcher setting (bug#8684).
15956
7c1d9aa0
MA
159572011-05-17 Michael Albinus <michael.albinus@gmx.de>
15958
15959 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
15960 instead of "head" and "tail". There were problems with SunOS 5.9,
15961 and it performs better.
15962
3952e9d8
GM
159632011-05-17 Glenn Morris <rgm@gnu.org>
15964
2dd12e7f
GM
15965 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
15966
e4157b9c
GM
15967 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
15968 Replace obsolete function.
15969
8e249bbd
GM
15970 * shell.el (pcomplete-parse-arguments-function): Declare.
15971
3952e9d8
GM
15972 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
15973 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
15974 (appt-check): Doc fixes.
15975 (appt-disp-window-function, appt-delete-window-function):
15976 Remove needless special case in custom :type.
15977 (appt-display-count): Default to 0, not nil.
15978 (appt-check): Reset appt-display-count to 0, not nil.
15979
c71a0d48 159802011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 15981
c71a0d48
GM
15982 * progmodes/python.el (python-font-lock-keywords):
15983 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 15984
31d55be9
SM
159852011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
15988
3bfacb2f
KR
159892011-05-16 Kevin Ryde <user42@zip.com.au>
15990
15991 * info-look.el (makefile-automake-mode): New setups, looking in
15992 automake manual, then makefile-mode.
15993 (makefile-mode): Remove automake manual, have it just in
15994 makefile-automake-mode since there's various things different or
15995 not relevant to plain make.
15996 (makefile-mode): Remove "other-modes" non-existent automake-mode,
15997 believe a hypothetical automake-mode would go to makefile-mode,
15998 not the other way around.
15999
c8e83751
CY
160002011-05-15 Chong Yidong <cyd@stupidchicken.com>
16001
5e9e35cd
CY
16002 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16003 hunk-end tags (Bug#8672).
16004
c8e83751
CY
16005 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16006 vc-annotate-show-diff-revision-at-line (Bug#8671).
16007
50b23e5a
GM
160082011-05-14 Glenn Morris <rgm@gnu.org>
16009
7210a739
GM
16010 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16011 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
16012 (change-log-font-lock-keywords): Also handle multiple author lines
16013 with leading tabs. (Bug#8644)
7210a739 16014
4691905a
GM
16015 * calendar/appt.el (appt-check): Rename some local variables.
16016 Some simplification/reordering.
16017
50b23e5a
GM
16018 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16019 (feedmail-sendmail-f-doesnt-sell-me-out)
16020 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16021 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16022 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
16023 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16024 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
16025 (feedmail-binmail-gnulinuxish-template):
16026 Rename from feedmail-binmail-linuxish-template.
16027 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16028 Use insert-buffer-substring.
16029
215cda7c
BC
160302011-05-14 Bill Carpenter <bill@carpenter.org>
16031
16032 * mail/feedmail.el (feedmail-patch-level): Increase.
16033 (feedmail-debug): New custom group.
16034 (feedmail-confirm-outgoing-timeout)
16035 (feedmail-sendmail-f-doesnt-sell-me-out)
16036 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16037 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16038 (feedmail-sender-line, feedmail-from-line)
16039 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 16040 (feedmail-spray-this-address)
215cda7c
BC
16041 (feedmail-spray-address-fiddle-plex-list)
16042 (feedmail-queue-use-send-time-for-date)
16043 (feedmail-queue-use-send-time-for-message-id)
16044 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16045 (feedmail-buffer-eating-function):
16046 Doc fixes.
16047 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16048 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16049 (feedmail-message-action-scroll-down): New functions.
16050 (feedmail-queue-directory, feedmail-queue-draft-directory):
16051 Use expand-file-name.
16052 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16053 Remove C-v help entry.
16054 (feedmail-queue-buffer-file-name): New variable.
16055 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16056 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16057 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16058 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16059 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16060 (feedmail-message-action-toggle-spray)
16061 (feedmail-run-the-queue-no-prompts)
16062 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16063 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16064 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16065 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16066 (feedmail-envelope-deducer, feedmail-fiddle-from)
16067 (feedmail-fiddle-sender, feedmail-default-date-generator)
16068 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16069 (feedmail-fiddle-spray-address)
16070 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16071 (feedmail-fiddle-list-of-fiddle-plexes)
16072 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16073 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16074 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16075 Change default. Doc fix.
16076 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16077 (feedmail-binmail-linuxish-template): New constant.
16078 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16079 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16080 (feedmail-send-it): Add debug call.
16081 Use feedmail-queue-buffer-file-name, and
16082 feedmail-send-it-immediately-wrapper.
16083 (feedmail-message-action-send): Add debug call.
16084 Use feedmail-send-it-immediately-wrapper.
16085 (feedmail-queue-express-to-queue): Add debug call.
16086 Run feedmail-queue-express-hook.
16087 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16088 (feedmail-message-action-help-blat):
16089 Rename from feedmail-queue-send-edit-prompt-help-first.
16090 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16091 Check line-endings. Handle errors better.
16092 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16093 Doc fix. Add debug call.
16094 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16095 Use feedmail-queue-send-edit-prompt-inner.
16096 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16097 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16098 from feedmail-queue-send-edit-prompt.
16099 (feedmail-queue-send-edit-prompt-help)
16100 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16101 (feedmail-tidy-up-slug): Add debug call.
16102 Respect feedmail-queue-slug-suspect-regexp.
16103 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16104 (feedmail-dump-message-to-queue): Add debug call.
16105 Expand queue-directory.
16106 (feedmail-dump-message-to-queue): Change message slightly.
16107 Use feedmail-say-chatter.
16108 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16109 (feedmail-send-it-immediately-wrapper): New function.
16110 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16111 Insert empty string rather than newline. Handle full-frame case.
16112 Use catch/throw. Use feedmail-say-chatter.
16113 (feedmail-fiddle-from): Try mail-host-address.
16114 (feedmail-default-message-id-generator): Doc fix.
16115 Bind system-time-locale. Handle missing end.
16116 (feedmail-fiddle-x-mailer): Add debug call.
16117 Handle feedmail-x-mailer-line being nil.
16118 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16119 Add debug call. Use buffer-substring-no-properties.
16120 (feedmail-say-debug, feedmail-say-chatter): New functions.
16121 (feedmail-find-eoh): Give an explicit error.
16122
42c7e61e
UJ
161232011-05-13 Ulf Jasper <ulf.jasper@web.de>
16124
c2571358 16125 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 16126 family from helvetica to sans.
c2571358 16127 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16128 etc/images/newsticker.
16129
c2571358 16130 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
16131 family from helvetica to sans.
16132
16133 * net/newst-plainview.el (newsticker-new-item-face)
16134 (newsticker-old-item-face, newsticker-immortal-item-face)
16135 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 16136 (newsticker-statistics-face): Change default family from
42c7e61e 16137 helvetica to sans.
c2571358 16138 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16139 etc/images/newsticker.
16140
5d3385a0
JB
16141 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16142 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
16143 auto-marking.
16144
8497a297
DV
161452011-05-13 Didier Verna <didier@xemacs.org>
16146
16147 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
16148 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16149 TODO entries.
8497a297
DV
16150 (lisp-lambda-list-keyword-parameter-indentation)
16151 (lisp-lambda-list-keyword-parameter-alignment)
16152 (lisp-lambda-list-keyword-alignment): New customizable user options.
16153 (lisp-indent-defun-method): Improve docstring.
16154 (extended-loop-p): Fix comment.
16155 (lisp-indent-lambda-list-keywords-regexp): New variable.
16156 (lisp-indent-lambda-list): New function.
16157 (lisp-indent-259): Use it.
16158 (lisp-indent-defmethod): Support for more than one
16159 method qualifier and properly indent methods lambda-lists.
16160 (defgeneric): Provide a missing common-lisp-indent-function property.
16161
f278f87f
SM
161622011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16165 bounds for the empty string (bug#8667).
16166
5233edd7
GM
161672011-05-13 Glenn Morris <rgm@gnu.org>
16168
5237a44f
GM
16169 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16170
8340026c 16171 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 16172 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 16173
5233edd7 16174 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 16175 (appt-time-msg-list): Doc fix.
a5464014 16176 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 16177
92d10796
AS
161782011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16179
16180 * progmodes/ld-script.el (ld-script-keywords)
16181 (ld-script-builtins): Update keywords list.
16182
914a0ae1
SM
161832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16184
c89be45f
SM
16185 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16186
914a0ae1
SM
16187 * shell.el (shell-completion-vars): New function.
16188 (shell-mode):
16189 * simple.el (read-shell-command): Use it.
16190 (blink-matching-open): No need for " [...]" in minibuffer-message.
16191
98dc3df3
GM
161922011-05-12 Glenn Morris <rgm@gnu.org>
16193
16194 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16195 (appt-check): Simplify.
16196
d2fc7e3d 161972011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 16198
4d61f28d 16199 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
16200 literal "/dev/null".
16201
d2fc7e3d 162022011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
16203
16204 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16205 Fix typo.
16206
d2fc7e3d 162072011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 16208
3f254caa
SM
16209 * progmodes/which-func.el (which-function):
16210 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
16211 which might not be defined (Bug#8260).
16212
d45885f7
GM
162132011-05-12 Glenn Morris <rgm@gnu.org>
16214
16215 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16216 Let byte-compile-initial-macro-environment always take precedence.
16217
488086f4
SM
162182011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * net/rcirc.el: Add support for SSL/TLS connections.
16221 (rcirc-server-alist): New field `encryption'.
16222 (rcirc): Check `encryption' settings.
16223 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16224 Merge make-local-variable into `set'.
16225 (rcirc--connection-open-p): New function.
16226 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16227 the process is not a network process (e.g. running gnutls-cli).
16228 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16229 Make rcirc-(en|de)code-coding-system local here.
16230 (rcirc-mode): Merge make-local-variable into `set'.
16231 (rcirc-parent-buffer): Make permanent buffer-local.
16232 (rcirc-multiline-minor-mode): Don't do it here.
16233 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16234 there's no server buffer.
16235
7d3b9d44
GM
162362011-05-11 Glenn Morris <rgm@gnu.org>
16237
f64049c6
GM
16238 * newcomment.el (comment-kill): Prefix "unused" local.
16239
93c9df73
GM
16240 * term/w32console.el (get-screen-color): Declare.
16241
7d3b9d44
GM
16242 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16243 Handle symbol elements of byte-compile-initial-macro-environment.
16244
9e2dd53f
LL
162452011-05-10 Leo Liu <sdl.web@gmail.com>
16246
488086f4
SM
16247 * bookmark.el (bookmark-bmenu-mode-map):
16248 Bind bookmark-bmenu-search to `/'.
8b340240 16249
9e2dd53f 16250 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
16251 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16252 (Footnote-unicode): New function.
16253 (footnote-style-alist): Add unicode style to the list.
16254 (footnote-style): Doc fix.
9e2dd53f 16255
79b70037
GM
162562011-05-10 Jim Meyering <meyering@redhat.com>
16257
16258 Fix doubled-word typos.
16259 * international/quail.el (quail-insert-kbd-layout): and and -> and
16260 * kermit.el: and and -> and
16261 * net/ldap.el (ldap-search-internal): to to -> to
16262 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16263 * progmodes/js.el (js-mode): and and -> and
16264 * textmodes/artist.el (artist-move-to-xy): at at -> at
16265 (artist-draw-region-trim-line-endings): if if -> if
16266 And Safetyc -> Safety.
16267 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16268
b8f82dc1 162692011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 16270 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
16271
16272 * files.el (hack-one-local-variable-eval-safep):
16273 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16274
4f99f44b
GM
162752011-05-10 Glenn Morris <rgm@gnu.org>
16276
16277 * calendar/diary-lib.el (diary-list-entries-hook)
16278 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16279 (diary-nongregorian-marking-hook, diary-list-entries)
16280 (diary-include-other-diary-files, diary-mark-entries)
16281 (diary-mark-included-diary-files): Doc fixes.
16282
84f29e6b
JB
162832011-05-09 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * misc.el: Require tabulated-list.el during compilation.
16286
9bedd73a
CY
162872011-05-09 Chong Yidong <cyd@stupidchicken.com>
16288
488086f4
SM
16289 * progmodes/compile.el (compilation-start):
16290 Run compilation-filter-hook for the async case too.
9bedd73a
CY
16291 (compilation-filter-hook): Doc fix.
16292
797c735c
DD
162932011-05-09 Deniz Dogan <deniz@dogan.se>
16294
16295 * wdired.el: Remove outdated installation comment. Fix usage
16296 comment.
16297
5f4b1dfe
JB
162982011-05-09 Juanma Barranquero <lekktu@gmail.com>
16299
16300 * misc.el: Implement new command `list-dynamic-libraries'.
16301 (list-dynamic-libraries--loaded-only-p): New variable.
16302 (list-dynamic-libraries--refresh): New function.
16303 (list-dynamic-libraries): New command.
16304
4c44026c
CY
163052011-05-09 Chong Yidong <cyd@stupidchicken.com>
16306
488086f4
SM
16307 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16308 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
16309 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16310 higher priority to avoid clobbering by gnu.
16311
027f966d
CY
163122011-05-08 Chong Yidong <cyd@stupidchicken.com>
16313
16314 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16315 if the face has existing theme settings (Bug#8454).
16316
085f5d7d
CY
163172011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16318
488086f4
SM
16319 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16320 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 16321
2a86a00c
RS
16322 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16323 special file names `.' and `..' (Bug#8259).
16324
d9c54a06
CY
163252011-05-08 Chong Yidong <cyd@stupidchicken.com>
16326
488086f4
SM
16327 * progmodes/grep.el (grep-mode-font-lock-keywords):
16328 Remove buffer-changing entries.
d9c54a06
CY
16329 (grep-filter): New function.
16330 (grep-mode): Add it to compilation-filter-hook.
16331
16332 * progmodes/compile.el (compilation-filter-hook)
16333 (compilation-filter-start): New defvars.
16334 (compilation-filter): Call compilation-filter-hook prior to
16335 updating the process mark.
16336
c4662635
SM
163372011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16340
b0512a1d
EZ
163412011-05-07 Eli Zaretskii <eliz@gnu.org>
16342
605c9376
EZ
16343 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16344 mailclient-send-it even if window-system is nil. (Bug#8595)
16345
c4662635
SM
16346 * term/w32console.el (terminal-init-w32console):
16347 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
16348 background-mode. (Bug#8597)
16349
d1dc2cc2
SM
163502011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16351
16352 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16353 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16354 New functions.
16355 (defgeneric, eieio--defmethod): Use them.
16356 (eieio-defgeneric): Remove.
16357 (defmethod): Call defgeneric in a way visible to the byte-compiler.
16358
915d1300
GM
163592011-05-07 Glenn Morris <rgm@gnu.org>
16360
a3961c3e
GM
16361 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16362 Use let rather than let*.
16363 (timeclock-find-discrep): Remove unused local.
16364
314347b9
GM
16365 * calendar/diary-lib.el (diary-comment-start): Doc fix.
16366
915d1300
GM
16367 * calendar/appt.el (appt-time-msg-list): Doc fix.
16368
275b59b0
NF
163692011-05-06 Noah Friedman <friedman@splode.com>
16370
16371 * apropos.el (apropos-print-doc): Only use
16372 emacs-lisp-docstring-fill-column when it is bound to an integer,
16373 per that variable's documentation.
16374
6c19f744
SM
163752011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 16378 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 16379
60f884b2
GM
163802011-05-06 Glenn Morris <rgm@gnu.org>
16381
5006e634
GM
16382 * calendar/appt.el (appt-message-warning-time): Doc fix.
16383 (appt-warning-time-regexp): New option.
16384 (appt-make-list): Respect appt-message-warning-time.
16385
548d0a63
GM
16386 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16387 New options.
16388 (diary-add-to-list): Strip comments from the displayed string.
16389 (diary-mode): Set comment-start and comment-end.
16390
60f884b2
GM
16391 * vc/diff-mode.el (smerge-refine-subst): Declare.
16392 (diff-refine-hunk): Don't require smerge-mode when compiling.
16393
989681bb
JB
163942011-05-06 Juanma Barranquero <lekktu@gmail.com>
16395
16396 * simple.el (list-processes): Return nil as the docstring says.
16397
a6bc05e1
MA
163982011-05-05 Michael Albinus <michael.albinus@gmx.de>
16399
16400 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16401 to "".
16402 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16403 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16404 determining of binary transfer. (Bug#7383)
16405
23c22e9a
MA
164062011-05-05 Michael Albinus <michael.albinus@gmx.de>
16407
c4662635
SM
16408 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16409 Fix port computation bug. (Bug#8618)
23c22e9a 16410
0bff894f
GM
164112011-05-05 Glenn Morris <rgm@gnu.org>
16412
b8296902
GM
16413 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16414
1f522ce8
GM
16415 * simple.el (shell-dynamic-complete-functions)
16416 (comint-dynamic-complete-functions): Declare.
16417
cf5bee67
GM
16418 * net/network-stream.el (gnutls-negotiate):
16419 * simple.el (tabulated-list-print): Fix declarations.
16420
16421 * progmodes/gud.el (syntax-symbol, syntax-point):
16422 Remove unnecessary and incorrect declarations.
16423
0bff894f
GM
16424 * emacs-lisp/check-declare.el (check-declare-scan):
16425 Handle byte-compile-initial-macro-environment in bytecomp.el
16426
9869b3ae
SM
164272011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 Fix earlier half-done eieio-defmethod change (bug#8338).
16430 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16431 Streamline and change calling convention.
16432 (defmethod): Adjust accordingly and simplify.
16433 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16434 new eieio--defmethod.
16435 (slot-boundp): Minor CSE simplification.
16436
9c1d5ac5
MZ
164372011-05-05 Milan Zamazal <pdm@zamazal.org>
16438
16439 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16440 (glasses-make-readable): Use glasses-separate-capital-groups.
16441
455c834e
JB
164422011-05-05 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16445 (warning-series): Doc fix.
16446 (display-warning): Don't try to create the buffer if we just found it.
16447
9ed7c8cb
CY
164482011-05-04 Chong Yidong <cyd@stupidchicken.com>
16449
16450 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16451 (autoload-find-generated-file): New function.
16452 (generate-file-autoloads): Bind generated-autoload-file to
16453 buffer-file-name.
9869b3ae
SM
16454 (update-file-autoloads, update-directory-autoloads):
16455 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
16456 output file (Bug#7989).
16457 (batch-update-autoloads): Doc fix.
16458
0898ca10
JB
164592011-05-04 Juanma Barranquero <lekktu@gmail.com>
16460
16461 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16462
31dfb76c
GM
164632011-05-04 Glenn Morris <rgm@gnu.org>
16464
f330b642
GM
16465 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16466 function, so it follows changes in calendar-date-style.
16467 (diary-fancy-date-matcher): New function.
16468 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16469 (diary-fancy-font-lock-fontify-region-function):
16470 Use diary-fancy-date-pattern as a function.
16471
31dfb76c
GM
16472 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16473 non-numbers for `year' etc pseudo-variables. (Bug#8583)
16474
48e79d6a
TZ
164752011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16476
16477 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16478 instead of positional arguments. Allow :keylist and :crlfiles
16479 arguments.
16480 (open-gnutls-stream): Call it.
16481
16482 * net/network-stream.el (network-stream-open-starttls): Adjust to
16483 call `gnutls-negotiate' with :process and :hostname arguments.
16484
dd5a5ee0
SM
164852011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16486
ef80fc09
SM
16487 * minibuffer.el (completion--message): New function.
16488 (completion--do-completion, minibuffer-complete)
16489 (minibuffer-force-complete, minibuffer-complete-word): Use it.
16490 (completion--do-completion): Don't ignore completion-auto-help when in
16491 icomplete-mode.
16492
dd5a5ee0
SM
16493 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16494 internal encoding (e.g. tibetan zero is not whitespace).
16495 (global-whitespace-mode): Prefer save-current-buffer.
16496 (whitespace-trailing-regexp): Remove useless save-match-data.
16497 (whitespace-empty-at-bob-regexp): Minor simplification.
16498
b7d22a83
CY
164992011-05-03 Chong Yidong <cyd@stupidchicken.com>
16500
16501 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16502
5192af46
AM
165032011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16504
16505 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 16506 Use `concat' to create string for insertion.
5192af46 16507
5767d190
SM
165082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16511 Avoid open-line which runs post-self-insert-hook.
16512 (bibtex-fill-entry): Remove unused `end' var.
16513
bf242939
AM
165142011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
16515
5767d190
SM
16516 * textmodes/ispell.el (ispell-add-per-file-word-list):
16517 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 16518
25666126
LL
165192011-05-03 Leo Liu <sdl.web@gmail.com>
16520
16521 * isearch.el (isearch-yank-pop): New command.
5767d190 16522 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
16523 (isearch-forward): Mention it.
16524
52d3c2d0
SM
165252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16526
1bcace58
SM
16527 * simple.el (minibuffer-complete-shell-command): Remove.
16528 (minibuffer-local-shell-command-map): Use completion-at-point.
16529 (read-shell-command): Setup completion vars here instead.
16530 (read-expression-map): Bind TAB to symbol completion.
16531
52d3c2d0
SM
16532 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16533 error directly rather via storing it into `results'.
16534
35813471
LL
165352011-05-02 Leo Liu <sdl.web@gmail.com>
16536
16537 * vc/diff.el: Fix description.
16538
e793a940
LMI
165392011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16540
16541 * server.el (server-eval-at): New function.
16542
8de66e05
LMI
165432011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16544
16545 * net/network-stream.el (open-network-stream): Take a :nowait
16546 parameter and pass it on to `make-network-process'.
16547 (network-stream-open-plain): Ditto.
16548
dcb79f20
AS
165492011-04-30 Andreas Schwab <schwab@linux-m68k.org>
16550
16551 * faces.el (face-spec-set-match-display): Don't match toolkit
16552 options on terminal frames.
16553
14a7fbd8
SM
165542011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16555
7eabc1be
SM
16556 * progmodes/pascal.el: Use lexical binding.
16557 (pascal-mode-map): Remove author preferences.
16558
14a7fbd8
SM
16559 * pcomplete.el (pcomplete-std-complete): Don't abuse
16560 completion-at-point.
16561
50f84510
JB
165622011-04-28 Juanma Barranquero <lekktu@gmail.com>
16563
6e087a44
JB
16564 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16565 removing code that has been dead since 1991 or so.
16566
50f84510
JB
16567 * startup.el (command-line): When warning about "_emacs", use a
16568 delayed warning to allow the user to filter it out.
16569
0ba690bd
DD
165702011-04-28 Deniz Dogan <deniz@dogan.se>
16571
16572 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16573 user has not joined.
16574
08abfaad
SM
165752011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16576
16577 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16578 aren't any completions at point.
16579
638f053a
JB
165802011-04-28 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * subr.el (display-delayed-warnings): New function.
16583 (delayed-warnings-hook): New variable.
16584
8fff8daa
SM
165852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16586
08abfaad
SM
16587 * minibuffer.el (completion-at-point, completion-help-at-point):
16588 Don't presume that a given completion-at-point-function will always
16589 use the same calling convention.
16590
8fff8daa
SM
16591 * pcomplete.el (pcomplete-completions-at-point):
16592 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
16593 pcomplete-seen is non-nil.
16594 (pcomplete-comint-setup): Also recognize the new comint/shell
16595 completion functions.
16596 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16597 pcomplete-seen is non-nil.
16598
841a1577 165992011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 16600
841a1577 16601 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 16602 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 16603 the first character in the entry. This allows for code to add its
211ec907
UJ
16604 own uid to the entry.
16605 (icalendar--convert-float-to-ical): Add export of
16606 `diary-float'-entries save for those with the optional DAY
16607 argument.
16608
2a782793
DC
166092011-04-27 Daniel Colascione <dan.colascione@gmail.com>
16610
16611 * subr.el (shell-quote-argument): Use alternate escaping strategy
16612 when we spot a variable reference in a string.
16613
0438ce91
DC
166142011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16615
16616 * cus-start.el (all): Define customization for debug-on-event.
16617
841a1577 166182011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
16619
16620 * subr.el (shell-quote-argument): Escape correctly under Windows.
16621
d090ed6c
SM
166222011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
16625
bfd31217
MA
166262011-04-25 Michael Albinus <michael.albinus@gmx.de>
16627
d090ed6c
SM
16628 * net/tramp.el (tramp-process-actions): Add POS argument.
16629 Delete region between POS and (pos).
bfd31217 16630
d090ed6c
SM
16631 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16632 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
16633 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
16634
16635 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16636 position in `tramp-process-actions' call.
16637
16638 * net/trampver.el: Update release number.
16639
e92f3bd3
SM
166402011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16641
850256b5
SM
16642 * custom.el (defcustom): Obey lexical-binding.
16643
e92f3bd3
SM
16644 Fix octave-inf completion problems reported by Alexander Klimov.
16645 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
16646 Inherit from octave-mode-syntax-table.
16647 (inferior-octave-mode): Set info-lookup-mode.
16648 (inferior-octave-completion-at-point): New function.
16649 (inferior-octave-complete): Use it and completion-in-region.
16650 (inferior-octave-dynamic-complete-functions): Use it as well, and use
16651 comint-filename-completion.
16652 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
16653 symbol elements which shouldn't be word elements.
16654 (octave-font-lock-keywords, octave-beginning-of-defun)
16655 (octave-function-header-regexp): Adjust regexps accordingly.
16656 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
16657
cd22b309
JB
166582011-04-25 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * net/gnutls.el (gnutls-errorp): Declare before first use.
16661
8b492194
TZ
166622011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16663
16664 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
16665 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 16666 default trustfile exists before going to use it. Add missing
5a5fa834 16667 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
16668 Reported by Claudio Bley <claudio.bley@gmail.com>.
16669 (open-gnutls-stream): Add usage example.
16670
16671 * net/network-stream.el (network-stream-open-starttls): Give host
16672 parameter to `gnutls-negotiate'.
16673 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 16674 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 16675
841a1577 166762011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 16677
cd22b309
JB
16678 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
16679 Use correct match group (bug#8438).
05842630 16680
3ba7869c
CY
166812011-04-24 Chong Yidong <cyd@stupidchicken.com>
16682
512e3ae1
CY
16683 * emacs-lisp/package.el (package-built-in-p): Fix typo.
16684 (package-menu--generate): New arg specifying packages to show.
16685 (package-menu-refresh, package-menu-execute, list-packages):
16686 Callers changed.
16687 (package-show-package-list): New function, replacing deleted
16688 package--list-packages (renamed because it is non-internal).
16689
16690 * finder.el (finder-list-matches): Use package-show-package-list
16691 instead of deleted package--list-packages.
16692
e92f3bd3
SM
16693 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
16694 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
16695 (vc-annotate-mode-map): Bind it to RET.
16696
7031be6d
UR
166972011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
16698
16699 * progmodes/etags.el (next-file): Don't use set-buffer to change
16700 buffers (Bug#8478).
16701
4ef177aa
CY
167022011-04-24 Chong Yidong <cyd@stupidchicken.com>
16703
c8d173eb
CY
16704 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
16705
4ef177aa
CY
16706 * apropos.el (apropos-label-face): Avoid variable-pitch face.
16707 (apropos-accumulator): Doc fix.
16708 (apropos-function, apropos-macro, apropos-command)
16709 (apropos-variable, apropos-face, apropos-group, apropos-widget)
16710 (apropos-plist): Add face property.
16711 (apropos-symbols-internal): Fix indentation.
16712 (apropos-print): Simplify help, and recognize apropos-multi-type.
16713 (apropos-print-doc): Use button-type-get to extract the button's
16714 face property. Fill docstring (Bug#8352).
16715
4ffd0d6b 167162011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
16717
16718 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
16719
c6c32125 16720 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 16721 (mpuz-mode-map): Use mapc.
c6c32125
JB
16722 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
16723 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
16724 Fix typos in docstrings.
16725
58d468b4
JB
16726 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
16727 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
16728
6470c3c6
JB
16729 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
16730
4ffd0d6b 167312011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
16732
16733 * minibuffer.el (completion--do-completion): Avoid the "Next char
16734 not unique" prompt if icomplete-mode is enabled (Bug#5849).
16735
3ad8bad0
CY
16736 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
16737 mouse-2 into unread-command-events, it is interpreted correctly.
16738
71d73c9c 16739 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 16740 (image-toggle-display): Doc fix.
71d73c9c 16741
841a1577 167422011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 16743
4ffd0d6b
GM
16744 * textmodes/page.el (what-page): Use line-number-at-pos to
16745 calculate line number (Bug#6825).
6e1dbaa9 16746
c2fb1b60
JB
167472011-04-22 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * eshell/esh-mode.el (find-tag-interactive): Declare function.
16750 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
16751 Pass argument NO-DEFAULT to `find-tag-interactive'.
16752
e02f48d7
JB
167532011-04-22 Juanma Barranquero <lekktu@gmail.com>
16754
16755 Lexical-binding cleanup.
16756
16757 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
16758 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
16759 * progmodes/ada-prj.el (ada-prj-initialize-values)
16760 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
16761 (ada-prj-show-value):
16762 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
16763 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
16764 (antlr-invalidate-context-cache, antlr-options-menu-filter)
16765 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
16766 * progmodes/bug-reference.el (bug-reference-push-button):
16767 * progmodes/fortran.el (fortran-line-length):
16768 * progmodes/glasses.el (glasses-change):
16769 * progmodes/octave-mod.el (octave-fill-paragraph):
16770 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
16771 (python-pdbtrack-grub-for-buffer, python-sentinel):
16772 * progmodes/sql.el (sql-save-connection):
16773 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
16774 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
16775 Mark unused parameters.
16776
16777 * progmodes/compile.el (compilation--flush-directory-cache)
16778 (compilation--flush-parse, compile-internal): Mark unused parameters.
16779 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
16780 (compilation-next-error-function): Remove unused variable `timestamp'.
16781
16782 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
16783 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
16784
16785 * progmodes/dcl-mode.el (dcl-end-of-command):
16786 Remove unused variable `start'.
16787 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
16788 (dcl-option-value-basic, dcl-option-value-offset)
16789 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
16790 Mark unused parameters.
16791 (dcl-save-local-variable): Remove unused variable `val'.
16792 (mode): Declare.
16793
16794 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
16795 Mark unused parameters.
16796 (delphi-ignore-changes): Move before first use.
16797 (delphi-charset-token-at): Remove unused variable `start'.
16798 (delphi-else-start): Remove unused variable `if-count'.
16799 (delphi-comment-block-start, delphi-comment-block-end):
16800 Remove unused variable `kind'.
16801 (delphi-indent-line): Remove unused variable `new-point'.
16802
16803 * progmodes/ebrowse.el (ebrowse-files-list)
16804 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
16805 Mark unused parameters. Don't quote `lambda'.
16806 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
16807 Don't quote `lambda'.
16808 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
16809 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
16810 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
16811 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
16812 Use `ignore-errors'.
16813 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
16814 (ebrowse-view/find-file-and-search-pattern)
16815 (ebrowse-view/find-member-declaration/definition):
16816 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
16817 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
16818 Rename parameter PREFIX-ARG to PREFIX.
16819 (ebrowse-tags-read-name): Remove unused variables `start' and
16820 `member-info'.
16821 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
16822 to `tags-file'.
16823
16824 * progmodes/etags.el (local-find-tag-hook): Declare.
16825 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
16826 Mark unused parameters.
16827
16828 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
16829 (executable-interpret): Mark unused parameter.
16830
16831 * progmodes/flymake.el (flymake-process-sentinel)
16832 (flymake-after-change-function)
16833 (flymake-create-temp-with-folder-structure)
16834 (flymake-get-include-dirs-dot): Mark unused parameters.
16835 (flymake-safe-delete-directory): Remove unused variable `err'.
16836
16837 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
16838 (speedbar-timer-fn, speedbar-line-text)
16839 (speedbar-change-expand-button-char, speedbar-delete-subblock)
16840 (speedbar-center-buffer-smartly): Declare functions.
16841 (gdb-find-watch-expression): Remove unused variable `array'.
16842 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
16843 (gdb-starting): Mark unused parameters.
16844 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
16845 (gdb-table-string): Remove unused variable `res'.
16846 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
16847 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
16848 (gdb-display-buffer): Remove unused variable `cur-size'.
16849
16850 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
16851 allow lexical-binding compilation.
16852 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
16853 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
16854 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
16855 Mark unused parameters.
16856 (gud-gdb-marker-filter): Remove unused variable `match'.
16857 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
16858 lambda expressions and funcall them, instead of using `fset'.
16859
16860 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
16861 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
16862
16863 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
16864 variable `header-beg'; use `let'.
16865
16866 * progmodes/icon.el (indent-icon-exp): Remove unused variables
16867 `restart', `last-sexp' and `at-do'.
16868
16869 * progmodes/js.el (js--debug): Mark unused parameter.
16870 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
16871 (js--splice-into-items): Remove unused variable `item'.
16872 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
16873
16874 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
16875 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
16876 (makefile-complete): Remove unused variable `try'.
16877 (makefile-fill-paragraph, makefile-match-function-end):
16878 Mark unused parameters.
16879
16880 * progmodes/octave-inf.el (inferior-octave-complete):
16881 Remove unused variable `proc'.
16882 (inferior-octave-output-digest): Mark unused parameter.
16883
16884 * progmodes/perl-mode.el (perl-calculate-indent):
16885 Remove unused variable `err'.
16886
16887 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
16888 (prolog-indent-line): Mark unused parameters.
16889 (prolog-indent-line): Remove unused variable `beg'.
16890
16891 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
16892 (reporter-dont-compact-list): Declare.
16893
16894 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
16895 Remove unused variable `char'.
16896 (sh-debug): Mark unused parameter.
16897 (sh-get-indent-info): Remove unused variable `start'.
16898 (sh-calculate-indent): Remove unused variable `var'.
16899
16900 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
16901 (simula-electric-keyword): Remove unused variable `null'.
16902 (simula-search-backward, simula-search-forward): Remove unused
16903 variables `begin' and `end'.
16904
16905 * progmodes/vera-mode.el (vera-guess-basic-syntax):
16906 Remove unused variable `pos'.
16907 (vera-electric-tab, vera-comment-uncomment-region):
16908 Mark unused parameters.
16909 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
16910
7ede3b65
CY
169112011-04-22 Chong Yidong <cyd@stupidchicken.com>
16912
16913 * emacs-lisp/package.el (package--builtins, package-alist)
16914 (package-load-descriptor, package-built-in-p, package-activate)
16915 (define-package, package-installed-p)
16916 (package-compute-transaction, package-buffer-info)
16917 (package--push): Doc fix. Distinguish more clearly between
16918 version strings and version lists.
16919
121656e9
JB
169202011-04-21 Juanma Barranquero <lekktu@gmail.com>
16921
16922 Lexical-binding cleanup.
16923
16924 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
16925 (5x5-make-mutate-best):
16926 * play/fortune.el (fortune-in-buffer):
16927 * play/gomoku.el (gomoku-init-display):
16928 * play/solitaire.el (solitaire, solitaire-do-check):
16929 * play/tetris.el (tetris-default-update-speed-function):
16930 Mark unused parameters.
16931
16932 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
16933 (bubbles--shift): Remove unused variable `char-org'.
16934 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
16935 (bubbles--show-images): Remove unused variable `char'.
16936
16937 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
16938 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
16939 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
16940 (decipher-analyze-buffer): Use ?\s.
16941 (decipher-make-checkpoint): Remove unused variable `mapping'.
16942
16943 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
16944
16945 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
16946 Remove unused variable `result'; use `let'.
16947
16948 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
16949 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
16950 (gametree-children-shown-p, gametree-compute-reduced-score):
16951 Use `ignore-errors'.
16952
16953 * play/handwrite.el (ps-lpr-switches): Declare.
16954 (handwrite): Remove unused variables `pmin' and `lastp'.
16955
16956 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
16957
16958 * play/landmark.el (landmark-init-display)
16959 (landmark-update-naught-weights): Mark unused parameters.
16960 (landmark-y): Remove unused variable `noise'. Simplify.
16961 (landmark-human-plays): Remove unused variable `score'.
16962
16963 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
16964 (mpuz-try-proposal): Remove unused variable `game'.
16965
16966 * play/zone.el (life-patterns): Declare.
16967
80f499c7
JB
169682011-04-20 Juanma Barranquero <lekktu@gmail.com>
16969
16970 * vc/vc.el (ediff-vc-internal): Declare function.
16971
024ff170
SM
169722011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16973
c0a193ea
SM
16974 * shell.el: Use lexical-binding and std completion UI.
16975 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
16976 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
16977 comint-preoutput-filter-functions rather than on
16978 comint-output-filter-functions.
16979 (shell-command-completion, shell--command-completion-data)
16980 (shell-filename-completion, shell-environment-variable-completion)
16981 (shell-c-a-p-replace-by-expanded-directory): New functions.
16982 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
16983 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
16984 (shell-dynamic-complete-environment-variable): Use them.
16985 (shell-dynamic-complete-as-environment-variable)
16986 (shell-dynamic-complete-as-command): Remove.
16987 (shell-match-partial-variable): Match past point.
16988 * comint.el: Clean up use of completion-at-point-functions.
16989 (comint-completion-at-point): New function.
16990 (comint-mode): Use it completion-at-point-functions.
16991 (comint-dynamic-complete): Make it obsolete.
16992 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
16993 (comint-c-a-p-replace-by-expanded-history): New function.
16994 (comint-dynamic-complete-functions)
16995 (comint-replace-by-expanded-history): Use it.
16996 * minibuffer.el (completion-table-with-terminator): Allow dynamic
16997 termination strings. Try harder to avoid second try-completion.
16998 (completion-in-region-mode-map): Disable bindings that don't work yet.
16999
2dbaa080
SM
17000 * comint.el: Use lexical-binding. Require CL.
17001 (comint-dynamic-complete-functions): Use comint-filename-completion.
17002 (comint-completion-addsuffix): Tweak custom type.
17003 (comint-filename-completion, comint--common-suffix)
17004 (comint--common-quoted-suffix, comint--table-subvert)
17005 (comint--complete-file-name-data): New functions.
17006 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17007 (comint-dynamic-list-filename-completions): Use them.
17008 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 17009
2dbaa080
SM
17010 * minibuffer.el (completion-in-region-mode):
17011 Keep completion-in-region-mode--predicate global.
17012 (completion-in-region--postch):
17013 Assume completion-in-region-mode--predicate is not null.
17014
c79a6f38
SM
17015 * progmodes/flymake.el (flymake-start-syntax-check-process):
17016 Obey `dir'. Simplify.
17017
024ff170
SM
17018 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17019 we're in VC after all.
17020
1c6c854e
CS
170212011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17022
17023 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 17024 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
17025 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17026
bed7f140
SM
170272011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17028
332e62ab
SM
17029 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17030 add sanity check.
17031
bed7f140
SM
17032 * obsolete/erc-hecomplete.el: Make obsolete.
17033 * obsolete/: Standardize obsolescence info in the header.
17034
f195c582
GM
170352011-04-20 Glenn Morris <rgm@gnu.org>
17036
17037 * calendar/solar.el (solar-horizontal-coordinates):
17038 Use the longitude argument rather than `calendar-longitude'.
17039 (solar-date-next-longitude): Remove unused locals.
17040
cb79b8c0
VJL
170412011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17042
17043 * whitespace.el: New version 13.2.1.
17044
170452011-04-20 felix <EmacsWiki> (tiny change)
17046
d8e4b68b 17047 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
17048 switching between major modes on a file.
17049
602ea69d
SM
170502011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17053 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17054 multi-line comments as well.
17055
06b60517
JB
170562011-04-19 Juanma Barranquero <lekktu@gmail.com>
17057
17058 Lexical-binding cleanup.
17059
17060 * arc-mode.el (archive-mode-revert):
17061 * cmuscheme.el (scheme-interactively-start-process):
17062 * custom.el (custom-initialize-delay):
17063 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17064 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17065 * emacs-lock.el (emacs-lock-clear-sentinel):
17066 * ezimage.el (defezimage):
17067 * follow.el (follow-avoid-tail-recenter):
17068 * fringe.el (set-fringe-mode-1):
17069 * generic-x.el (bat-generic-mode-compile):
17070 * help-mode.el (help-info-variable, help-do-xref)
17071 (help-mode-revert-buffer):
17072 * help.el (view-emacs-todo):
17073 * iswitchb.el (iswitchb-completion-help):
17074 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17075 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17076 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17077 * locate.el (locate-update):
17078 * longlines.el (longlines-encode-region)
17079 (longlines-after-change-function):
17080 * outline.el (outline-isearch-open-invisible):
17081 * ps-def.el (declare-function, charset-dimension, char-width)
17082 (encode-char):
17083 * ps-mule.el (ps-mule-plot-string):
17084 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17085 (recentf-edit-list-select, recentf-edit-list-validate)
17086 (recentf-open-files-action):
17087 * rect.el (delete-whitespace-rectangle-line)
17088 (rectangle-number-line-callback):
17089 * register.el (window-configuration-to-register)
17090 (frame-configuration-to-register):
17091 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17092 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17093 (xselect-convert-to-targets, xselect-convert-to-delete)
17094 (xselect-convert-to-filename, xselect-convert-to-charpos)
17095 (xselect-convert-to-lineno, xselect-convert-to-colno)
17096 (xselect-convert-to-os, xselect-convert-to-host)
17097 (xselect-convert-to-user, xselect-convert-to-class)
17098 (xselect-convert-to-name, xselect-convert-to-integer)
17099 (xselect-convert-to-atom, xselect-convert-to-identity):
17100 * subr.el (declare, ignore, process-kill-without-query)
17101 (text-clone-maintain):
17102 * terminal.el (te-get-char, te-tic-sentinel):
17103 * tool-bar.el (tool-bar-make-keymap):
17104 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17105 * type-break.el (type-break-mode, type-break-noninteractive-query):
17106 * view.el (View-back-to-mark):
17107 * wid-browse.el (widget-browse-action, widget-browse-widget)
17108 (widget-browse-widgets, widget-browse-sexp):
17109 * widget.el (define-widget-keywords):
17110 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17111 Mark unused parameters.
17112
17113 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17114 (align-areas): Remove unused variable `look'.
17115 (align-region): Remove unused variables `real-end' and `pos-list'.
17116
17117 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17118
17119 * bindings.el (mode-line-modified, mode-line-remote):
17120 Mark unused parameters.
17121 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17122
17123 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17124 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17125
17126 * comint.el (comint-history-isearch-pop-state)
17127 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17128 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17129 (comint-substitute-in-file-name): Doc fix.
17130
17131 * completion.el (cmpl-statistics-block): Mark unused parameter.
17132 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17133 (save-completions-to-file, load-completions-from-file):
17134 Remove unused local variable `e'.
17135
17136 * composite.el (compose-chars): Remove unused variable `len'.
17137 (lgstring-insert-glyph): Remove unused variable `g'.
17138 (compose-glyph-string): Remove unused variables `ascent',
17139 `descent', `lbearing' and `rbearing'.
17140 (compose-glyph-string-relative): Remove unused variables
17141 `lbearing', `rbearing' and `wadjust'.
17142 (compose-gstring-for-graphic): Remove unused variables `header',
17143 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17144 (compose-gstring-for-terminal): Remove unused variables `header'
17145 and `nchars'. Use `let', not `let*'.
17146
17147 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17148 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17149 (Custom-buffer-done, custom-buffer-create-internal)
17150 (custom-browse-visibility-action, custom-browse-group-tag-action)
17151 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17152 (widget-magic-mouse-down-action, custom-toggle-parent)
17153 (custom-add-parent-links, custom-toggle-hide-variable)
17154 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17155 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17156 (custom-face-menu-create, custom-variable-menu-create, get)
17157 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17158 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17159 (customize-apropos): Remove unused variable `tests'.
17160 (custom-group-value-create): Remove unused variable `hidden-p'.
17161 (sort-fold-case): Declare.
17162
17163 * cus-theme.el (custom-reset-standard-faces-list)
17164 (custom-reset-standard-variables-list): Declare.
17165 (customize-create-theme, custom-theme-revert, custom-theme-write)
17166 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17167 Mark unused parameters.
17168
17169 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17170
17171 * delim-col.el (delimit-columns-max): Move defvar before first use.
17172
17173 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 17174 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
17175
17176 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17177 (auto-insert): Declare.
17178 (desktop-restore-file-buffer): Rename desktop-* parameters;
17179 mark unused ones.
17180 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17181 (desktop-buffer): Rename desktop-* parameters.
17182
17183 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17184 (dframe-reposition-frame-xemacs, dframe-help-echo)
17185 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17186 Mark unused parameters.
17187
17188 * dired-aux.el (backup-extract-version-start, overwrite-query)
17189 (overwrite-backup-query, rename-regexp-query)
17190 (rename-non-directory-query): Declare.
17191 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17192 (dired-add-entry): Remove unused variable `orig-file-name'.
17193 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17194 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17195 `dired-copy-preserve-time' directly.
17196 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17197 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17198
17199 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17200 (dired-virtual-revert, dired-make-relative-symlink):
17201 Mark unused parameters.
17202 (manual-program): Declare.
17203 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17204 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17205 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17206
17207 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17208
17209 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17210
17211 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17212 Declare.
17213
17214 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17215
17216 * electric.el (Electric-command-loop): Rename parameter
17217 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17218
17219 * expand.el (expand-in-literal): Remove unused variable `here'.
17220
17221 * facemenu.el (facemenu-add-new-color):
17222 Remove unused variable `docstring'.
17223
17224 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17225 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17226 (face-attr-construct): Mark unused parameter. Doc fix.
17227 (read-color): Remove unused variable `hex-string'.
17228
17229 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17230 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17231 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17232 (display-buffer-other-frame): Remove unused variable `old-window'.
17233 (kill-buffer-hook): Declare.
17234 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17235 Mark unused parameters.
17236 (after-find-file): Pass 1 to `auto-save-mode', not t.
17237
17238 * files-x.el (auto-insert): Declare.
17239 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17240
17241 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 17242 variable `buf'. Mark unused parameter.
06b60517
JB
17243 (find-lisp-insert-directory): Mark unused parameter.
17244
17245 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17246 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17247 (format-common-tail): Remove, unused.
17248 (format-deannotate-region): Remove unused variable `loc'.
17249 (format-annotate-region): Remove unused variable `p'.
17250 (format-annotate-single-property-change): Remove unused variables
17251 `default' and `tail'.
17252
17253 * forms.el (read-file-filter): Declare.
17254 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17255
17256 * frame.el (frame-creation-function-alist): Mark unused parameter.
17257 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17258
17259 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17260 Remove unused parameters.
17261 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17262 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17263
17264 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17265 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17266 (hfy-prepare-tag-map): Mark unused parameters.
17267 (htmlfontify-buffer): Use `called-interactively-p'.
17268
17269 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17270 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17271 (ibuffer-do-occur): Mark unused parameters.
17272 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17273 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17274
17275 * ibuffer.el: Don't quote `lambda'.
17276 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17277 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17278 Mark unused parameters.
17279
17280 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17281 (ido-completing-read): Mark unused parameters.
17282 (ido-copy-current-word): Mark unused parameters;
17283 remove unused variable `name'.
17284 (ido-sort-merged-list): Remove unused parameter `dirs'.
17285
17286 * ielm.el (ielm-input-sender): Mark unused parameter.
17287 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17288 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17289 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17290 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17291 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17292
17293 * image-dired.el (image-dired-display-thumbs): Remove unused
17294 variables `curr-file' and `count'.
17295 (image-dired-remove-tag): Remove unused variable `start'.
17296 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17297 variable `curr-file'
17298 (image-dired-rotate-original): Remove unused variable `temp-file'.
17299 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17300 Remove unused variable `file'.
17301 (image-dired-gallery-generate): Remove unused variable `curr'.
17302 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17303
17304 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17305
17306 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17307
17308 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17309
17310 * isearch.el (minibuffer-history-symbol): Declare.
17311 (isearch-edit-string): Remove unused variable `err'.
17312 (isearch-message-prefix, isearch-message-suffix):
17313 Mark unused parameters.
17314
17315 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17316
17317 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17318
17319 * makesum.el (double-column): Remove unused variable `cnt'.
17320
17321 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17322 (ido-ignore-item-temp-list): Declare.
17323
17324 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17325 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17326 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17327 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17328 `mouse-col-delta'.
17329
17330 * mouse-sel.el (mouse-extend-internal):
17331 Remove unused variable `orig-window-frame'.
17332
17333 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17334 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17335 Move declarations before first use.
17336 (pcomplete-opt): Mark unused parameters; doc fix.
17337
17338 * proced.el (proced-revert): Mark unused parameter.
17339 (proced-send-signal): Remove unused variable `err'.
17340
17341 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17342 Rename parameter PREFIX-ARG to ARG.
17343 (ps-basic-plot-string, ps-basic-plot-whitespace):
17344 Mark unused parameters.
17345
17346 * replace.el (replace-count): Define.
17347 (occur-revert-function): Mark unused parameters.
17348 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17349 (isearch-case-fold-search, isearch-string): Declare.
17350 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17351 bind `case-fold-search'. Remove unused variables `beg' and `end',
17352 and simplify.
17353 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17354 COUNT and bind `replace-count'.
17355 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17356 to COUNT.
17357
17358 * savehist.el (print-readably, print-string-length): Declare.
17359
17360 * shadowfile.el (shadow-expand-cluster-in-file-name):
17361 Remove unused variable `cluster'.
17362 (shadow-copy-file): Remove unused variable `i'.
17363 (shadow-noquery, shadow-clusters, shadow-site-cluster)
17364 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17365 (shadow-define-literal-group, shadow-define-regexp-group)
17366 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17367
17368 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17369 (shell): Use `called-interactively-p'.
17370 (shell-directory-tracker): Remove unused variable `chdir-failure'.
17371
17372 * simple.el (compilation-context-lines, comint-file-name-quote-list)
17373 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17374 (delete-backward-char): Remove unused variable `ocol'.
17375 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17376 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17377 (event-apply-hyper-modifier, event-apply-shift-modifier)
17378 (event-apply-control-modifier, event-apply-meta-modifier):
17379 Mark unused parameters.
17380 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17381 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17382
17383 * speedbar.el (speedbar-ignored-directory-expressions)
17384 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17385 (speedbar-find-file, speedbar-dir-follow)
17386 (speedbar-directory-buttons-follow, speedbar-tag-find)
17387 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17388 (speedbar-buffers-line-directory, speedbar-buffer-click):
17389 Mark unused parameters.
17390 (speedbar-tag-file): Remove unused variable `mode'.
17391 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17392
17393 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17394
17395 * talk.el (talk): Remove unused variable `display'.
17396
17397 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17398 (tar-write-region-annotate): Mark unused parameter.
17399
17400 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17401 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17402 Declare them, wrapped in `with-no-warnings' to avoid replacing one
17403 warning by another.
17404
17405 * time-stamp.el (time-stamp-string-preprocess):
17406 Remove unused variable `require-padding'.
17407
17408 * tree-widget.el (widget-glyph-enable): Declare.
17409 (tree-widget-action): Mark unused parameter.
17410
17411 * w32-fns.el (x-get-selection): Mark unused parameter.
17412 (autoload-make-program, generated-autoload-file): Declare.
17413
17414 * wdired.el (wdired-revert): Mark unused parameters.
17415 (wdired-xcase-word): Remove unused variable `err'.
17416
17417 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17418 (whitespace-help-scroll): Remove unused variable `data-help'.
17419
17420 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17421 (widget-image-insert, widget-after-change, default)
17422 (widget-default-format-handler, widget-default-notify)
17423 (widget-default-prompt-value, widget-info-link-action)
17424 (widget-url-link-action, widget-function-link-action)
17425 (widget-variable-link-action, widget-file-link-action)
17426 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17427 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17428 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17429 (widget-insert-button-action, widget-delete-button-action, visibility)
17430 (widget-documentation-link-action, widget-documentation-string-action)
17431 (widget-const-prompt-value, widget-regexp-match, symbol)
17432 (widget-coding-system-prompt-value)
17433 (widget-key-sequence-value-to-external, sexp)
17434 (widget-sexp-value-to-internal, character, vector, cons)
17435 (widget-choice-prompt-value, widget-boolean-prompt-value)
17436 (widget-color--choose-action): Mark unused parameters.
17437 (widget-item-match-inline, widget-choice-match-inline)
17438 (widget-checklist-match, widget-checklist-match-inline)
17439 (widget-group-match): Rename parameter VALUES to VALS.
17440 (widget-field-value-set): Remove unused variable `size'.
17441 (widget-color-action): Remove unused variables `value' and `start'.
17442
17443 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 17444 variable `dir'. Doc fix.
06b60517
JB
17445 (windmove-find-other-window): Don't pass it.
17446
17447 * window.el (count-windows): Mark unused parameter.
17448 (bw-adjust-window): Remove unused variable `err'.
17449
17450 * woman.el (woman-file-name): Remove unused variable `default'.
17451 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17452 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17453 (global-font-lock-mode): Declare.
17454 (woman-decode-region): Mark unused parameter.
17455 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17456
17457 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17458 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17459 (x-dnd-handle-moz-url): Remove unused variable `title'.
17460 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17461
17462 * xml.el (xml-parse-tag, xml-parse-attlist):
17463 Remove unused variable `pos'.
17464
bc4f7f3d
GM
174652011-04-19 Glenn Morris <rgm@gnu.org>
17466
17467 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17468 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17469 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17470 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17471 * calendar/cal-html.el (cal-html-insert-minical):
17472 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17473 (calendar-mark-date-pattern):
17474 Prefix "unused" locals.
17475
17476 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17477 optional argument `style'.
17478
17479 * calendar/appt.el (appt-make-list):
17480 * calendar/cal-china.el (calendar-chinese-date-string):
17481 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17482 (diary-hebrew-yahrzeit):
17483 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17484 * calendar/calendar.el (calendar-generate-window):
17485 * calendar/time-date.el (time-to-days):
17486 Remove unused local variables.
17487
16a43933
CY
174882011-04-18 Chong Yidong <cyd@stupidchicken.com>
17489
17490 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17491 glyphless-char-display table.
17492 (tabulated-list-glyphless-char-display): New var.
17493
7eed1860
SS
174942011-04-18 Sam Steingold <sds@gnu.org>
17495
17496 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17497 to acknowledgments.
17498
4d2d1ccd
GM
174992011-04-17 Glenn Morris <rgm@gnu.org>
17500
17501 * calendar/diary-lib.el (diary-sexp-entry):
17502 * calendar/holidays.el (holiday-sexp):
17503 Set debug-on-error rather than the removed stack-trace-on-error.
17504
239da61d
GM
175052011-04-16 Glenn Morris <rgm@gnu.org>
17506
17507 * progmodes/f90.el: Use lexical-binding.
17508 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17509
8b05752a
SM
175102011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17511
daca8ba5
SM
17512 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17513 (mail-mode): Setup mailalias completion here instead.
17514 * mail/mailalias.el: Use lexical-binding.
17515 (pattern, mailalias-done): Declare dynamic.
17516 (mail-completion-at-point-function): New function, from mail-complete.
17517 (mail-complete): Use it.
17518 (mail-completion-expand): New function.
17519 (mail-get-names): Use it.
17520 (mail-directory, mail-directory-process, mail-directory-stream):
17521 Don't use `pattern' for lexically bound arg.
17522
6f542485
SM
17523 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17524
037e7c3f
SM
17525 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17526 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17527 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17528
8b05752a
SM
17529 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17530 (byte-save-window-excursion, byte-temp-output-buffer-setup)
17531 (byte-interactive-p): Define them again, for use when inlining
17532 old code.
17533
49093f60
JB
175342011-04-15 Juanma Barranquero <lekktu@gmail.com>
17535
17536 * loadup.el: Use `string-to-number', not `string-to-int'.
17537
b5b8e7de
SM
175382011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17541 gud-gdb-complete-command.
17542 (gud-gdb-completions): New function, from gud-gdb-complete-command.
17543 (gud-gdb-completion-at-point): New function.
17544 (gud-gdb-completions): Remove.
17545
f42efeb5
MA
175462011-04-14 Michael Albinus <michael.albinus@gmx.de>
17547
49093f60
JB
17548 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17549 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
17550 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17551 whether `executable-find' is bound.
f42efeb5
MA
17552
17553 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17554
e240cc21
SM
175552011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17556
17557 * minibuffer.el (completion-in-region-mode-predicate)
17558 (completion-in-region-mode--predicate): New vars.
17559 (completion-in-region, completion-in-region--postch)
17560 (completion-in-region-mode): Use them.
17561 (completion--capf-wrapper): Also return the hook function.
17562 (completion-at-point, completion-help-at-point):
17563 Adjust and provide a predicate.
c2bd2ab0
SM
17564
17565 Preserve arg names for advice of subr and lexical functions (bug#8457).
17566 * help-fns.el (help-function-arglist): Consolidate the subr and
17567 new-byte-code cases. Add argument `preserve-names' to extract names
17568 from the docstring when needed.
17569 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17570 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17571 (ad-arglist): Use help-function-arglist's new arg.
17572 (ad-definition-type): Use cond.
17573
c183f693
JB
175742011-04-13 Juanma Barranquero <lekktu@gmail.com>
17575
06641a47
JB
17576 * autorevert.el (auto-revert-handler):
17577 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17578 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17579 Don't quote lambda.
17580
c183f693
JB
17581 * image-mode.el (image-transform-set-scale):
17582 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17583
1e3b6001
G
175842011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17585
17586 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 17587 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
17588 Upgrades via gnutls-cli are too slow to be done opportunistically.
17589
2d6af8dd
JB
175902011-04-12 Juanma Barranquero <lekktu@gmail.com>
17591
17592 * dframe.el (dframe-current-frame): Remove spurious quote.
17593
c0749a51
GM
175942011-04-12 Glenn Morris <rgm@gnu.org>
17595
088d0d61
GM
17596 * calendar/cal-tex.el (cal-tex-end-document):
17597 Try to automatically use latin1 input if needed.
17598
c0749a51
GM
17599 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17600 Don't try to cons a mark onto an empty element.
17601
5c90fde0
LL
176022011-04-11 Leo Liu <sdl.web@gmail.com>
17603
17604 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17605 buffers.
17606 (ido-kill-buffer-at-head): Support killing virtual buffers.
17607
369e974d
CY
176082011-04-10 Chong Yidong <cyd@stupidchicken.com>
17609
17610 * minibuffer.el (completion-show-inline-help): New var.
17611 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
17612 (minibuffer-force-complete, minibuffer-complete-word):
17613 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
17614
17615 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17616 to avoid interference from inline help (Bug#5849).
17617
37f1c930
LL
176182011-04-10 Leo Liu <sdl.web@gmail.com>
17619
099c39a4
JB
17620 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17621 Fix typo.
37f1c930 17622
a32d4040
CY
176232011-04-09 Chong Yidong <cyd@stupidchicken.com>
17624
17625 * image-mode.el (image-toggle-display-image): Signal an error if
17626 not in Image mode.
17627 (image-transform-mode, image-transform-resize)
17628 (image-transform-set-rotation): Doc fix.
daca8ba5 17629 (image-transform-set-resize): Delete.
a32d4040
CY
17630 (image-transform-set-scale, image-transform-fit-to-height)
17631 (image-transform-fit-to-width): Handle image-toggle-display-image
17632 and image-transform-resize directly.
17633
099c39a4 176342011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
17635
17636 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
17637 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
17638 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
17639 (doc-view-mode-map): Add bindings for the new functions.
17640
099c39a4 176412011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 17642
4d61f28d 17643 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
17644 Fix typo in docstring.
17645
3726838a
EZ
176462011-04-08 Eli Zaretskii <eliz@gnu.org>
17647
04f33f1e
EZ
17648 * files.el (file-size-human-readable): Produce one digit after
17649 decimal, like "ls -lh" does.
17650
17651 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
17652 the file size representation.
17653
3726838a
EZ
17654 * simple.el (list-processes): If async subprocesses are not
17655 available, error out with a clear error message.
17656
cbb59342
CY
176572011-04-08 Chong Yidong <cyd@stupidchicken.com>
17658
17659 * help.el (help-form-show): New function, to be called from C.
17660 Put help-form output in a buffer named differently than *Help*.
17661
e3971c44
EZ
176622011-04-08 Eli Zaretskii <eliz@gnu.org>
17663
17664 * files.el (file-size-human-readable): New function.
17665
17666 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
17667 computing the representation inline. Don't require `cl'.
17668
12544bbe
GM
176692011-04-08 Glenn Morris <rgm@gnu.org>
17670
a1de6c6a
GM
17671 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
17672
3c4671f4
GM
17673 * net/browse-url.el (browse-url-firefox):
17674 Test system-type, not system-configuration.
17675
b605679c
GM
17676 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
17677 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
17678 Use log-edit-empty-buffer-p. (Bug#7598)
17679
56442f0c
GM
17680 * net/rlogin.el (rlogin-process-connection-type): Simplify.
17681 (rlogin-mode-map): Initialize in the defvar.
17682 (rlogin): Use ignore-errors.
17683
12544bbe
GM
17684 * replace.el (occur-mode-map): Some fixes for menu items.
17685
eb237b0f
AH
176862011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17687
17688 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
17689
7d668f2c
CY
176902011-04-06 Chong Yidong <cyd@stupidchicken.com>
17691
e67a13ab
CY
17692 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
17693 issuing unused warnings.
17694
17695 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
17696 macro directly.
17697
7d668f2c
CY
17698 * simple.el: Lisp reimplement of list-processes. Based on an
17699 earlier reimplementation by Leo Liu, but using tabulated-list.el.
17700 (process-menu-mode): New major mode.
17701 (list-processes--refresh, list-processes):
17702 (process-menu-visit-buffer): New functions.
17703
17704 * files.el (save-buffers-kill-emacs): Don't assume any return
17705 value of list-processes, which is undocumented anyway.
17706
a83ec3c9
CY
177072011-04-06 Chong Yidong <cyd@stupidchicken.com>
17708
17709 * emacs-lisp/tabulated-list.el: New file.
17710
e91a96fe
CY
17711 * emacs-lisp/package.el: Use Tabulated List mode.
17712 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
17713 (package-menu-mode): Derive from tabulated-list-mode. Set up the
17714 table format using Tabulated List mode variables.
17715 (package--push): New macro, replacing package-list-maybe-add.
17716 (package-menu--generate): Use package--push. Renamed from
17717 package--generate-package-list.
17718 (package-menu-refresh, list-packages): Use it.
daca8ba5 17719 (package-menu--print-info): Rename from package-print-package.
e91a96fe 17720 Return insertion data instead of inserting it directly.
099c39a4
JB
17721 (package-menu-describe-package, package-menu-execute):
17722 Use tabulated-list-get-id.
e91a96fe
CY
17723 (package-menu-mark-delete, package-menu-mark-install)
17724 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
17725 (package-menu-mark-obsolete-for-deletion):
17726 Use tabulated-list-put-tag.
e91a96fe
CY
17727 (package--list-packages, package-menu-revert)
17728 (package-menu-get-package, package-menu-get-version)
17729 (package-menu-sort-by-column): Functions deleted.
17730 (package-menu-package-list, package-menu-sort-key): Vars deleted.
17731 (package-menu--status-predicate, package-menu--version-predicate)
17732 (package-menu--name-predicate)
17733 (package-menu--description-predicate): Handle arguments in the
17734 Tabulated List format.
17735 (package-list-packages-no-fetch): Call list-packages.
17736
3e214b50
JB
177372011-04-06 Juanma Barranquero <lekktu@gmail.com>
17738
17739 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 17740 (after-find-file): Don't bind it.
3e214b50
JB
17741 (revert-buffer-in-progress-p): New variable.
17742 (revert-buffer): Bind it.
17743 Pass nil for `after-find-file-from-revert-buffer'.
17744
17745 * saveplace.el (save-place-find-file-hook): Use new variable
17746 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
17747
3f0f1700
GM
177482011-04-06 Glenn Morris <rgm@gnu.org>
17749
c0274801
GM
17750 * Makefile.in (AUTOGEN_VCS): New variable.
17751 (autoloads): Use $AUTOGEN_VCS.
17752
3f0f1700
GM
17753 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
17754 * calendar/calendar.el (calendar-mode-map):
17755 Check for toolkit scroll bars. (Bug#8305)
17756
41ea9e48
CY
177572011-04-05 Chong Yidong <cyd@stupidchicken.com>
17758
17759 * minibuffer.el (completion-in-region--postch)
17760 (completion-in-region-mode): Remove unnecessary messages.
17761
6194c800
JB
177622011-04-05 Juanma Barranquero <lekktu@gmail.com>
17763
33256f14
JB
17764 * font-lock.el (font-lock-refresh-defaults):
17765 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
17766 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
17767
6194c800
JB
17768 * info.el (Info-directory-list, Info-read-node-name-2)
17769 (Info-split-parameter-string): Doc fixes.
17770 (Info-virtual-nodes): Reflow docstring.
17771 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
17772 (Info-apropos-toc-nodes, info-finder, Info-get-token)
17773 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
17774 Fix typos in docstrings.
17775 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
17776 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
17777 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
17778 (Info-restore-desktop-buffer): Mark unused parameters.
17779 (Info-directory-find-file, Info-directory-find-node)
17780 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
17781 (Info-virtual-index-find-node, Info-apropos-find-file)
17782 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 17783 Mark unused parameters; fix typos in docstrings.
6194c800
JB
17784 (Info-virtual-index): Remove unused local variable `nodename'.
17785
b87a8200 177862011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 17787
b87a8200
DD
17788 * net/rcirc.el: Update my e-mail address.
17789 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 17790
3b2ff876
CY
177912011-04-05 Chong Yidong <cyd@stupidchicken.com>
17792
17793 * startup.el (command-line): Save the cursor's theme-face
17794 directly, instead of using face-override-spec.
17795
17796 * custom.el (load-theme): Minor optimization in assigning faces.
17797
8d17e7ca
JB
177982011-04-04 Juanma Barranquero <lekktu@gmail.com>
17799
17800 * help-fns.el (describe-variable): Complete all variables having
17801 documentation, including keywords.
17802 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
17803
2fbc1934
JB
178042011-04-04 Juanma Barranquero <lekktu@gmail.com>
17805
17806 Convert to lexical-binding.
17807
17808 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
17809 (bs--get-marked-string, bs--get-modified-string)
17810 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17811 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
17812 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
17813
17814 * ehelp.el (electric-help-execute-extended)
17815 (electric-help-ctrl-x-prefix):
17816 * hexl.el (hexl-revert-buffer-function):
17817 * linum.el (linum-after-change, linum-after-scroll):
17818 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
17819
17820 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
17821
74f50695
DU
178222011-04-04 Daiki Ueno <ueno@unixuser.org>
17823
17824 * epa-dired.el:
17825 * epa-mail.el:
17826 * epa-hook.el:
17827 * epa-file.el:
17828 * epa.el:
17829 * epg.el: Use lexical binding.
17830
c11325f7
CY
178312011-04-03 Chong Yidong <cyd@stupidchicken.com>
17832
0d9e9a12
CY
17833 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
17834
c11325f7 17835 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
17836 dictionary case for flyspell-mark-duplications-exceptions.
17837 Use regexp matching for languages.
c11325f7
CY
17838 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
17839 default dictionary (Bug#7926).
17840
da91b5f2
CY
178412011-04-02 Chong Yidong <cyd@stupidchicken.com>
17842
099c39a4
JB
17843 * emacs-lisp/package.el (package--with-work-buffer):
17844 Recognize https URLs.
da91b5f2 17845
099c39a4
JB
17846 * net/network-stream.el: Move from gnus/proto-stream.el.
17847 Change prefix to network-stream throughout.
da91b5f2
CY
17848 (open-protocol-stream): Merge into open-network-stream, leaving
17849 open-protocol-stream as an alias. Handle nil BUFFER args.
17850
17851 * subr.el (open-network-stream): Move to net/network-stream.el.
17852
afa8e9f6
GM
178532011-04-02 Glenn Morris <rgm@gnu.org>
17854
1d2e369d
GM
17855 * find-dired.el (find-exec-terminator): New option.
17856 (find-ls-option): Test for -ls support.
17857 (find-ls-subdir-switches): Test for -b in find-ls-option.
17858 (find-dired, find-grep-dired): Doc fixes.
17859 (find-dired): Use find-exec-terminator.
17860
8abb7da8 17861 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
17862 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
17863 (find-name-arg): Remove purecopy.
8abb7da8 17864
f3ca7378
GM
17865 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
17866 (grep-compute-defaults): Check for `-exec COMMAND +' support.
17867 Set grep-find-use-xargs, grep-find-command, and grep-find-template
17868 accordingly. Don't add the null-device if not needed.
17869
afa8e9f6
GM
17870 * files.el (save-some-buffers): Doc fix.
17871
35eae264
EZ
178722011-04-02 Eli Zaretskii <eliz@gnu.org>
17873
17874 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
17875
26b51db5
JB
178762011-04-01 Juanma Barranquero <lekktu@gmail.com>
17877
17878 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
17879 Use `dolist' rather than `mapcar'.
17880
7200d79c
SM
178812011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17882
03408648 17883 Add lexical binding.
7200d79c 17884
03408648
SM
17885 * subr.el (apply-partially): Use new closures rather than CL.
17886 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
17887 (dolist, dotimes): Use slightly different expansion for lexical code.
17888 (functionp): Move to C.
17889 (letrec): New macro.
17890 (with-wrapper-hook): Use it and apply-partially instead of CL.
17891 (eval-after-load): Preserve lexical-binding.
17892 (save-window-excursion, with-output-to-temp-buffer): Turn them
17893 into macros.
7200d79c 17894
03408648
SM
17895 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
17896
17897 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
17898 than the arglist.
17899 (help-add-fundoc-usage): Don't add `Not documented'.
17900 (help-function-arglist): Handle closures, subroutines, and new
17901 byte-code-functions.
17902 (help-make-usage): Remove leading underscores.
17903 (describe-function-1): Handle closures.
17904 (describe-variable): Use special-variable-p for completion.
17905
17906 * files.el (lexical-binding): Declare safe.
f488fb65 17907
03408648
SM
17908 * emacs-lisp/pcase.el: Don't use destructuring-bind.
17909 (pcase--memoize): Rename from pcase-memoize. Change weakness.
17910 (pcase): Add `let' pattern.
17911 Change memoization so it actually works.
17912 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
17913 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
17914 <let>: New case.
f488fb65 17915
03408648
SM
17916 * emacs-lisp/macroexp.el: Use lexical binding.
17917 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
17918 Don't convert ' to #' without checking that it's indeed quoting
17919 a lambda.
17920
17921 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 17922 Use eval-sexp-add-defvars.
03408648
SM
17923 (eval-sexp-add-defvars): New fun.
17924
17925 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
17926
17927 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
17928 Don't autoload.
17929 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
17930 than the internal `byte-compile-lambda'.
17931 (defmethod): Don't hide code under quotes.
17932 (eieio-defmethod): New `code' argument.
17933
17934 * emacs-lisp/eieio-comp.el: Remove.
17935
17936 * emacs-lisp/edebug.el (edebug-eval-defun)
17937 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
17938 (edebug-toggle): Avoid `eval'.
17939
17940 * emacs-lisp/disass.el (disassemble-internal): Handle new
17941 `closure' objects.
17942 (disassemble-1): Handle new byte codes.
17943
17944 * emacs-lisp/cl.el (pushnew): Silence warning.
17945
17946 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
17947 (cl-byte-compile-throw): Remove.
17948 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
17949
17950 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
17951 closures.
17952
17953 * emacs-lisp/cconv.el: New file.
17954
17955 * emacs-lisp/bytecomp.el: Use lexical binding instead of
17956 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
17957 (byte-compile-initial-macro-environment):
17958 Handle declare-function here.
17959 (byte-compile--lexical-environment): New var.
17960 (byte-stack-ref, byte-stack-set, byte-discardN)
17961 (byte-discardN-preserve-tos): New lap codes.
17962 (byte-interactive-p): Don't use any more.
17963 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
17964 New macros.
17965 (byte-compile-lapcode): Use them and handle new lap codes.
17966 (byte-compile-obsolete): Remove.
17967 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
17968 (byte-compile-arglist-warn): Check late def of inlinable funs.
17969 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
17970 since they should have been expanded by now.
17971 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
17972 (byte-compile-from-buffer): Remove unused second arg.
17973 (byte-compile-preprocess): New function.
17974 (byte-compile-toplevel-file-form): New function to distinguish
17975 file-form calls from outside from file-form calls from hunk-handlers.
17976 (byte-compile-file-form): Simplify.
17977 (byte-compile-file-form-defsubst): Remove.
17978 (byte-compile-file-form-defmumble): Simplify now that
17979 byte-compile-lambda always returns a byte-code-function.
17980 (byte-compile): Preprocess.
17981 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
17982 Remove, not used any more.
17983 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
17984 (byte-compile-make-args-desc): New funs.
17985 (byte-compile-lambda): Handle lexical functions. Always return
17986 a byte-code-function.
17987 (byte-compile-reserved-constants): New var, to make up room for
17988 closed-over variables.
17989 (byte-compile-constants-vector): Obey it.
17990 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
17991 (byte-compile-macroexpand-declare-function): New function.
17992 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
17993 byte-code-functions.
17994 (byte-compile-form): Check obsolescence here.
17995 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
17996 (byte-compile-variable-ref): Remove.
17997 (byte-compile-dynamic-variable-op): New fun.
17998 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17999 (byte-compile-variable-set): New funs.
18000 (byte-compile-discard): Add 2 args.
18001 (byte-compile-stack-ref, byte-compile-stack-set)
18002 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18003 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18004 macroexpand-all instead.
18005 (byte-compile-quote-form): Remove.
18006 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18007 (byte-compile-bind, byte-compile-unbind): New funs.
18008 (byte-compile-let): Handle let* and lexical binding.
18009 (byte-compile-let*): Remove.
18010 (byte-compile-catch, byte-compile-unwind-protect)
18011 (byte-compile-track-mouse, byte-compile-condition-case):
18012 Handle a new :fun-body form, used for lexical scoping.
18013 (byte-compile-save-window-excursion)
18014 (byte-compile-with-output-to-temp-buffer): Remove.
18015 (byte-compile-defun): Simplify.
18016 (byte-compile-stack-adjustment): New fun.
18017 (byte-compile-out): Use it.
18018 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18019
18020 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18021 handler any more.
18022
18023 * emacs-lisp/byte-opt.el: Use lexical binding.
18024 (byte-inline-lapcode): Remove (to bytecomp).
18025 (byte-compile-inline-expand): Pay attention to inlining to/from
18026 lexically bound code.
18027 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18028 any more.
18029 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18030 any more and don't call compiler-macros.
18031 (byte-compile-splice-in-already-compiled-code): Remove.
18032 (byte-code): Don't inline any more.
18033 (disassemble-offset): Receive `bytes' as argument rather than via
18034 dynamic scoping.
18035 (byte-compile-tag-number): Declare before first use.
18036 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18037 `return' even if make-spliceable.
18038 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18039 obsolete interactive-p.
18040 (byte-optimize-lapcode): Optimize new lap-codes.
18041 Don't trip up on new form of `byte-constant' lap code.
18042
18043 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18044
18045 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18046
18047 * custom.el (custom-initialize-default, custom-declare-variable):
18048 Use `defvar'.
18049
18050 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18051 New variables.
18052 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18053 (COMPILE_FIRST): Add macroexp and cconv.
18054 * makefile.w32-in: Mirror changes in Makefile.in.
18055
18056 * vc/cvs-status.el:
18057 * vc/diff-mode.el:
18058 * vc/log-edit.el:
18059 * vc/log-view.el:
18060 * vc/smerge-mode.el:
18061 * textmodes/bibtex-style.el:
090bd7cb 18062 * textmodes/css-mode.el:
03408648
SM
18063 * startup.el:
18064 * uniquify.el:
da91b5f2
CY
18065 * minibuffer.el:
18066 * newcomment.el:
18067 * reveal.el:
18068 * server.el:
18069 * mpc.el:
18070 * emacs-lisp/smie.el:
18071 * doc-view.el:
18072 * dired.el:
03408648
SM
18073 * abbrev.el: Use lexical binding.
18074
0f0c1f27
EZ
180752011-04-01 Eli Zaretskii <eliz@gnu.org>
18076
18077 * info.el (info-display-manual): New function.
18078
c82b2579
SM
180792011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18082
221ddf68
TH
180832011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18084
18085 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 18086 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 18087
cba6e77e
GM
180882011-03-31 Glenn Morris <rgm@gnu.org>
18089
e040639f
GM
18090 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18091
cba6e77e
GM
18092 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18093
6d0f1c9e
CS
180942011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18095
18096 * progmodes/python.el (python-default-interpreter)
18097 (python-python-command-args, python-jython-command-args)
18098 (python-which-shell, python-which-args, python-which-bufname)
18099 (python-file-queue, python-comint-output-filter-function)
18100 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18101 variables and functions.
18102
3e2d70fd
SM
181032011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18106 (completion-in-region-mode): New minor mode.
18107 (completion-in-region): Use it.
18108 (completion-in-region--data, completion-in-region-mode-map): New vars.
18109 (completion-in-region--postch): New function.
18110 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18111 New vars.
18112 (completion--capf-wrapper): New function.
18113 (completion-at-point): Use it to track well-behavedness of
18114 hook functions.
18115 (completion-help-at-point): New command.
18116
f3e4086c
JM
181172011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18118
18119 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18120 syntax class to search for whitespace on a single line
18121 (Message-ID: <4D938140.4030905@redhat.com>).
18122
eb7ffc14
LL
181232011-03-30 Leo Liu <sdl.web@gmail.com>
18124
18125 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18126 New commands.
18127 (edit-abbrevs-map): Bind them here.
18128 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18129
d806ab68
KM
181302011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18131
18132 * allout.el (allout-hide-by-annotation, allout-flag-region):
18133 Reduce possibility of overlay leakage by making them volatile.
18134
18135 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18136 hash is not shared between buffers. Mode initialization is
18137 responsible for giving it a useful starting value.
18138 (allout-item-span): Reduce possibility of overlay leakage by
18139 making them volatile.
18140 (allout-widgets-count-buttons-in-region): Add diagnostic function
18141 for tracking down button overlay leaks.
18142
ea622834
LL
181432011-03-29 Leo Liu <sdl.web@gmail.com>
18144
18145 * ido.el (ido-read-internal): Use the default history var
18146 minibuffer-history if no HISTORY is specified.
18147
b62f8267
G
181482011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18149
03408648
SM
18150 * net/imap.el (imap-shell-open, imap-process-connection-type):
18151 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
18152 Kerberos, SSL, other subprocesses.
18153
947b6566
LL
181542011-03-28 Leo Liu <sdl.web@gmail.com>
18155
18156 * abbrev.el (abbrev-table-empty-p): New function.
18157 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18158 nonempty ones. (Bug#5937)
18159
5ffb62aa
JD
181602011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18161
18162 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18163
7a097943
LL
181642011-03-27 Leo Liu <sdl.web@gmail.com>
18165
18166 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18167 for foreground and background colors.
18168 (ansi-color-make-color-map): Adapt.
18169
c5b40130
LL
181702011-03-25 Leo Liu <sdl.web@gmail.com>
18171
1f48f7d2
LL
18172 * midnight.el (midnight-time-float): Remove. Note it calculates
18173 the microsecond component incorrectly and seconds-to-time does the
18174 same job.
625897ec 18175 Remove redundant (require 'timer).
1f48f7d2 18176
c5b40130
LL
18177 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18178 (ido-completions): Remove unused arguments. (Bug#8329)
18179
d86d2721
SM
181802011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * minibuffer.el (completion--flush-all-sorted-completions):
18183 Remove itself from hook.
18184 (completion-at-point): Let the functions perform the completion
18185 immediately and return nil or t.
18186 * comint.el (comint-dynamic-complete-functions): Now identical to
18187 completion-at-point-functions.
18188 (comint-dynamic-list-input-ring): Remove unused var `index'.
18189 (comint--match-partial-filename, comint--unquote&expand-filename):
18190 New funs, split from comint-match-partial-filename.
18191 (comint-dynamic-complete): Use completion-at-point.
18192 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18193
e8974c48
DA
181942011-03-24 Drew Adams <drew.adams@oracle.com>
18195
18196 * thingatpt.el: Support `defun'.
18197
def71b5e
LL
181982011-03-23 Leo Liu <sdl.web@gmail.com>
18199
cb5af48e
LL
18200 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18201
def71b5e
LL
18202 * help-mode.el (help-mode-finish): Tweak regexp.
18203
927c53e7
GM
182042011-03-23 Glenn Morris <rgm@gnu.org>
18205
18d05bed
GM
18206 * eshell/esh-opt.el (eshell-eval-using-options):
18207 Do not bind unused local variable `eshell-option-stub'.
18208
927c53e7
GM
18209 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18210
9d0da923
JB
182112011-03-22 Juanma Barranquero <lekktu@gmail.com>
18212
18213 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18214 keymap variable in `with-no-warnings' to avoid a warning when the
18215 keymap has been already `defconst'ed.
18216
4b978a67
LL
182172011-03-22 Leo Liu <sdl.web@gmail.com>
18218
18219 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18220 encode all chars in abbrevs; otherwise use emacs-mule or
18221 utf-8-emacs. (Bug#8308)
18222
5fd62452
JB
182232011-03-22 Juanma Barranquero <lekktu@gmail.com>
18224
0b1596c6
JB
18225 * simple.el (backward-delete-char-untabify):
18226 Avoid warning about using `delete-backward-char'.
18227
5fd62452
JB
18228 * image.el (image-type-file-name-regexps): Make it variable.
18229 `imagemagick-register-types' modifies it, and the user may want
18230 to add new extensions for known image types.
18231 (imagemagick-register-types): Throw error if not using ImageMagick.
18232
0b4e93f1
LL
182332011-03-22 Leo Liu <sdl.web@gmail.com>
18234
18235 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18236 located before rcirc-prompt-end-marker.
18237 (rcirc-complete): Error if point is not after rcirc prompt.
18238 Handle the case when table is nil.
9882e214 18239 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 18240
fccee4ab
CY
182412011-03-22 Chong Yidong <cyd@stupidchicken.com>
18242
18243 * custom.el (custom--inhibit-theme-enable): Make it affect only
18244 custom-theme-set-variables and custom-theme-set-faces.
18245 (provide-theme): Ignore custom--inhibit-theme-enable.
18246 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18247 (custom-enabling-themes): Delete variable.
d86d2721
SM
18248 (enable-theme): Accept only loaded themes as arguments.
18249 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
18250 (custom-enabled-themes): Forbid themes from setting this.
18251 Eliminate use of custom-enabling-themes.
18252 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 18253
af896da6
LL
182542011-03-21 Leo Liu <sdl.web@gmail.com>
18255
18256 * ido.el (ido-read-internal): Add ido-selected to history instead
18257 of user input.
18258
78f64af0
SM
182592011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * subr.el (deferred-action-list, deferred-action-function):
18262 Mark obsolete.
18263
b16ac1ec
LL
182642011-03-21 Leo Liu <sdl.web@gmail.com>
18265
810f7698
LL
18266 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18267 change on 2011-02-13 (bug#8309).
18268
b16ac1ec
LL
18269 * minibuffer.el (read-file-name-function): Change default value.
18270 (read-file-name--defaults): Rename from read-file-name-defaults.
18271 (read-file-name-default): Rename from read-file-name.
18272 (read-file-name): Call read-file-name-function.
18273
4e05e67e
GM
182742011-03-21 Glenn Morris <rgm@gnu.org>
18275
18276 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18277 Doc fixes.
18278
4359915b
CY
182792011-03-21 Chong Yidong <cyd@stupidchicken.com>
18280
18281 * cus-theme.el: Add missing provide statement.
18282 (customize-create-theme): Extract theme value correctly.
18283 (custom-theme-visit-theme): Autoload.
18284 (customize-create-theme): Prompt before inserting default faces.
18285
1fe275ee
JB
182862011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18287
18288 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18289 units and musical notes.
18290
cd394be1 182912011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
18292
18293 * ido.el (ido-read-internal): Use completing-read-default.
18294 (ido-completing-read): Fix compatibility with completing-read.
18295
7d476bde
CO
182962011-03-20 Christian Ohler <ohler@gnu.org>
18297
18298 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18299 (ert-delete-all-tests): Use `called-interactively-p' rather than
18300 `interactive-p'.
18301 (ert--make-xrefs-region): Respect END.
18302
fe0fb33e
CY
183032011-03-19 Chong Yidong <cyd@stupidchicken.com>
18304
ff854b0b
CY
18305 * dired-aux.el (dired-create-directory): Signal an error if the
18306 directory already exists (Bug#8246).
18307
fe0fb33e
CY
18308 * facemenu.el (list-colors-display): Call list-faces-display
18309 inside with-help-window.
18310 (list-colors-print): Use display property to align the final
18311 column, instead of checking window-width.
18312
576bce32
EZ
183132011-03-19 Eli Zaretskii <eliz@gnu.org>
18314
4d61f28d 18315 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
18316 windows-nt systems.
18317 (emerge-protect-metachars): Quote correctly for ms-dos and
18318 windows-nt systems.
18319
89c41d68 183202011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
18321
18322 * info.el (info-initialize): Replace all uses of `:' with
18323 path-separator for compatibility with non-Unix systems.
18324 Cache quoting of path-separator. (Bug#8258)
18325
b14e3e21 183262011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
18327
18328 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18329 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18330 (mouse-avoidance-mode): Fix typos in docstrings.
18331
4525ce3e
CY
183322011-03-19 Chong Yidong <cyd@stupidchicken.com>
18333
18334 * startup.el (package-subdirectory-regexp): Move from package.el.
18335 Omit \\` and \\', and let callers add them.
18336
18337 * emacs-lisp/package.el (package-strip-version)
18338 (package-load-all-descriptors): Add \\` and \\' to
18339 package-subdirectory-regexp before using it.
18340 (package-untar-buffer): New arg DIR; ensure that file untars only
18341 into this expected directory. Remove superfluous delete-region.
18342 (package-unpack): Caller changed.
18343 (package-tar-file-info): Use package-subdirectory-regexp.
18344
a904a09a 183452011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 18346
a904a09a
SM
18347 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18348 diff-mode-shared-map (bug#8284).
18349 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
18350
183512011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18352
18353 * calendar/time-date.el (format-seconds): Use assoc instead of
18354 assoc-string, since assoc-string doesn't exist in XEmacs.
18355
171fc304
JB
183562011-03-17 Juanma Barranquero <lekktu@gmail.com>
18357
18358 * custom.el (custom-known-themes): Reflow docstring.
18359 (custom-theme-load-path): Fix typo in docstring.
18360 (load-theme): Fix typo in error message.
18361 (custom-available-themes, custom-variable-theme-value):
18362 Use `let', not `let*'.
18363
d71990a1
JB
183642011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18365
18366 * calc/README: Mention inclusion of musical notes.
18367
18368 * calc/calc-units.el (calc-lu-quant): Rename from
18369 `calc-logunits-quantity'.
18370 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18371 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18372 (calc-db): Rename from `calc-dblevel'.
18373 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18374 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18375 (calc-np): Rename from `calc-nplevel'.
18376 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18377 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18378 (calc-lu-plus): Rename from `calc-logunits-add'.
18379 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18380 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18381 (calc-lu-minus): Rename from `calc-logunits-sub'.
18382 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18383 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18384 (calc-lu-times): Rename from `calc-logunits-mul'.
18385 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18386 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18387 (calc-lu-divide): Rename from `calc-logunits-div'.
18388 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18389 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18390
18391 * calc/calc-ext.el (calc-init-extensions): Update the names of the
18392 functions being autoloaded.
18393
18394 * calc/calc.el (calc-lu-power-reference): Rename from
18395 `calc-logunits-power-reference'.
18396 (calc-lu-field-reference): Rename from
18397 `calc-logunits-field-reference'.
18398
7a71b18d
GM
18399 * calc/calc-help.el (calc-l-prefix-help):
18400 Mention musical note functions.
d71990a1 18401
40c2934b
SM
184022011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * minibuffer.el (completion-all-sorted-completions):
18405 Use :completion-cycle-penalty text property if present.
18406
b0911414
KM
184072011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
18408
18409 * allout.el (allout-yank-processing): Adjust for new rebulleting
18410 regime so bullet being yanked is used without prompting the user
18411 for a choice.
18412
8a05b668
JB
184132011-03-16 Juanma Barranquero <lekktu@gmail.com>
18414
18415 * startup.el (command-line): Warn the user that _emacs is deprecated.
18416
5ba5fb81
JB
184172011-03-16 Juanma Barranquero <lekktu@gmail.com>
18418
18419 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18420 (delphi-verbose, delphi-comment-face, delphi-string-face)
18421 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18422 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18423 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18424 (delphi-new-comment-line, delphi-font-lock-defaults)
18425 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18426 Fix typos in docstrings.
18427
2dab465b
KM
184282011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18429
5ba5fb81 18430 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
18431 Invert the roles of character and string values for INSTEAD, so a
18432 string is used for the more common case of a defaulting prompt.
18433
0adf5618
SM
184342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18435
18436 * progmodes/ruby-mode.el (ruby-backward-sexp):
18437 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18438 * play/gamegrid.el (gamegrid-make-face):
18439 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18440 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18441 * notifications.el (notifications-notify):
18442 * net/xesam.el (xesam-search-engines):
18443 * net/quickurl.el (quickurl-list-insert):
18444 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18445
d72700e5
CY
184462011-03-15 Chong Yidong <cyd@stupidchicken.com>
18447
18448 * startup.el (command-line): Update package subdirectory regexp.
18449
49c5410a
SM
184502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18451
c6eee9aa
SM
18452 * allout.el (allout-abbreviate-flattened-numbering)
18453 (allout-mode-deactivate-hook): Fix up obsolescence "date".
18454
49c5410a
SM
18455 * subr.el (read-char-choice): Only show the cursor after the prompt,
18456 not after the answer.
18457
047b2bb9
KR
184582011-03-15 Kevin Ryde <user42@zip.com.au>
18459
18460 * help-fns.el (variable-at-point): Skip leading quotes, if any
18461 (bug#8253).
18462
0a57d256
SM
184632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18466 warning message.
18467
77c992bc
MA
184682011-03-14 Michael Albinus <michael.albinus@gmx.de>
18469
18470 * shell.el (shell): When called interactively, offer to change the
18471 shell file name on remote hosts.
18472
eebc475d
TZ
184732011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
18474
18475 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18476 integration for LDAP parameters. The host, base, user or binddn,
18477 and secret tokens can be specified in a netrc file, for instance.
18478 This is optional because an `auth-source' parameter must be
18479 specified in the search attributes.
18480
9d05d1ba
JB
184812011-03-13 Juanma Barranquero <lekktu@gmail.com>
18482
18483 * help.el (describe-mode): Link to the mode's definition (bug#8185).
18484
09d9db2c
GM
184852011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18486
18487 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18488 into declaration. Remove redundant and harmful binding.
18489
184902011-03-12 Eli Zaretskii <eliz@gnu.org>
18491
18492 * files.el (file-ownership-preserved-p): Pass `integer' as an
18493 explicit 2nd argument to `file-attributes'. If the file's owner
18494 is the Administrators group on Windows, and the current user is
18495 Administrator, consider that a match.
18496
18497 * server.el (server-ensure-safe-dir): Consider server directory
18498 safe on MS-Windows if its owner is the Administrators group while
18499 the current Emacs user is Administrator. Use `=' to compare
18500 numerical UIDs, since they could be integers or floats.
18501
219bd536
JB
185022011-03-12 Juanma Barranquero <lekktu@gmail.com>
18503
18504 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18505
f3afd36b
MA
185062011-03-12 Michael Albinus <michael.albinus@gmx.de>
18507
18508 Sync with Tramp 2.2.1.
18509
18510 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18511
18512 * net/trampver.el: Update release number.
18513
3aaaa6f1
SM
185142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18515
94642599
SM
18516 * progmodes/compile.el (compilation--previous-directory): Fix up
18517 various nil/dead-marker mismatches (bug#8014).
18518 (compilation-directory-properties, compilation-error-properties):
18519 Don't call it at a position past the one we're about to change.
18520
3aaaa6f1
SM
18521 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18522 Disable obsolescence warnings in the file that declares it.
18523
14239447
KM
185242011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
18525
099c39a4
JB
18526 * allout-widgets.el (allout-widgets-tally):
18527 Initialize allout-widgets-tally as a hash table rather than nil to
18528 prevent mode-line redisplay warnings. Also, clarify the module
18529 description and fix a comment typo.
14239447 18530
135e287c
JB
185312011-03-11 Juanma Barranquero <lekktu@gmail.com>
18532
18533 * help-fns.el (describe-variable): Don't complete keywords.
18534 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18535
ffbf300e
CY
185362011-03-10 Chong Yidong <cyd@stupidchicken.com>
18537
ba08b241
CY
18538 * emacs-lisp/package.el (package-version-join): Impose a standard
18539 string representation for pre/alpha/beta version lists.
18540 (package-unpack-single): Standardize the directory name by passing
18541 it through package-version-join.
18542 (package-strip-rcs-id): Accept any version string that does not
18543 signal an error in version-to-list.
ffbf300e 18544
f346fd6b
MA
185452011-03-10 Michael Albinus <michael.albinus@gmx.de>
18546
18547 * simple.el (delete-trailing-whitespace): Return nil for the
18548 benefit of `write-file-functions'.
18549
ccb55d27
GM
185502011-03-10 Glenn Morris <rgm@gnu.org>
18551
5ceaac0c
GM
18552 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18553
02da65ff
GM
18554 * vc/vc-git.el (vc-git-program): New option.
18555 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18556 (vc-git--call): Use it.
18557
b2f603cc
GM
18558 * eshell/esh-util.el (eshell-condition-case): Doc fix.
18559
5772caab
GM
18560 * cus-edit.el (Custom-newline): If no button at point, look
18561 for a subgroup button at start-of-line. (Bug#2298)
18562
ccb55d27
GM
18563 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18564
ec6ecaed
JD
185652011-03-10 Julien Danjou <julien@danjou.info>
18566
18567 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18568 `cursor-type' is nil.
18569
9d5aa01d
JB
185702011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
18571
18572 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18573
b6a5875b
KM
185742011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
18575
7a71b18d 18576 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
18577 preserves the existing header prefix, rebulleting it if necessary,
18578 rather than replacing it. This is necessary for proper operation
18579 of cooperative addons like allout-widgets.
1154d12e
JB
18580 (allout-make-topic-prefix, allout-rebullet-heading):
18581 Change SOLICIT arg to INSTEAD, and interpret additionally a string
18582 value as alternate bullet to be used, instead of prompting the user
18583 for a bullet character.
b6a5875b 18584
ee545c35
MA
185852011-03-09 Michael Albinus <michael.albinus@gmx.de>
18586
d86d2721
SM
18587 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18588 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
18589 `tramp-default-port'.
18590
c47971d7
DD
185912011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
18592
18593 * net/rcirc.el (rcirc-handler-001): Remove useless
18594 with-rcirc-process-buffer.
18595 (rcirc-check-auth-status): Swap arguments to string-match.
18596
13522cb4
GM
185972011-03-09 Glenn Morris <rgm@gnu.org>
18598
0be6f4f1
GM
18599 * shell.el (shell-mode):
18600 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
18601
13522cb4
GM
18602 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18603 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
18604
515de2e3
CY
186052011-03-08 Chong Yidong <cyd@stupidchicken.com>
18606
18607 * emacs-lisp/package.el (package-refresh-contents)
18608 (package-menu-execute): Use condition-case-no-debug.
18609
b511b994
MA
186102011-03-08 Michael Albinus <michael.albinus@gmx.de>
18611
18612 * simple.el (shell-command-to-string): Use `process-file'.
18613
18614 * emacs-lisp/package.el (package-tar-file-info): Handle also
18615 remote files.
18616
d86d2721
SM
18617 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18618 Use `equal' for upload base check.
b511b994 18619
25bbfb31
AM
186202011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
18621
18622 * textmodes/texinfo.el (texinfo-environments):
18623 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
18624
be996521
GM
186252011-03-08 Glenn Morris <rgm@gnu.org>
18626
e9c8529f
GM
18627 * cus-start.el (cursor-in-non-selected-windows):
18628 Fix :set quoting oddness. (Bug#8192)
18629
be996521
GM
18630 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
18631 in some setf expressions. (Bug#2159)
18632
2bb5649e
CY
186332011-03-08 Chong Yidong <cyd@stupidchicken.com>
18634
18635 * custom.el (custom-available-themes): Return themes in
18636 alphabetical order.
18637
33383987 18638See ChangeLog.15 for earlier changes.
e3d51b27
MR
18639
18640;; Local Variables:
18641;; coding: utf-8
e3d51b27
MR
18642;; End:
18643
acaf905b 18644 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
18645
18646 This file is part of GNU Emacs.
18647
18648 GNU Emacs is free software: you can redistribute it and/or modify
18649 it under the terms of the GNU General Public License as published by
18650 the Free Software Foundation, either version 3 of the License, or
18651 (at your option) any later version.
18652
18653 GNU Emacs is distributed in the hope that it will be useful,
18654 but WITHOUT ANY WARRANTY; without even the implied warranty of
18655 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18656 GNU General Public License for more details.
18657
18658 You should have received a copy of the GNU General Public License
18659 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.