Simplify redefinition of 'abort' (Bug#12316).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8ce192e3
LI
12012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4 over `user-mail-address' for the SMTP MAIL FROM envelope.
5 (smtpmail-via-smtp): Ditto.
6
6578b4d8
DG
72012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8
9 * progmodes/ruby-mode.el: Clean up keybindings.
10 (ruby-mode-map): Don't bind ruby-electric-brace,
11 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
12 backward-kill-word, reindent-then-newline-and-indent.
13 (ruby-mark-defun): Remove.
14 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
15 (ruby-mode): Set local beginning-of-defun-function and
16 end-of-defun-function values.
17
c5e28e39
MR
182012-09-03 Martin Rudalics <rudalics@gmx.at>
19
20 * window.el (temp-buffer-window-setup-hook)
21 (temp-buffer-window-show-hook): New hooks.
22 (temp-buffer-window-setup, temp-buffer-window-show)
23 (with-temp-buffer-window): New functions.
24 (fit-window-to-buffer): Remove unused optional argument
25 OVERRIDE.
26 (special-display-popup-frame): Make sure the window used shows
27 BUFFER.
28
29 * help.el (temp-buffer-resize-mode): Fix doc-string.
30 (resize-temp-buffer-window): New optional argument WINDOW.
31
32 * files.el (recover-file, save-buffers-kill-emacs):
33 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
34
73406194
MA
352012-09-02 Michael Albinus <michael.albinus@gmx.de>
36
37 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
38 remote definition of `default-directory', ensure we can connect.
39
63dd1c6f
JL
402012-09-02 Juri Linkov <juri@jurta.org>
41
42 Toggle whitespace matching mode with M-s SPC.
43 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
44
45 * isearch.el (search-whitespace-regexp): Doc fix.
46 Remove cons cell customization.
47 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
48 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
49 New variables.
50 (isearch-forward, isearch-forward-regexp): Doc fix.
51 (isearch-toggle-lax-whitespace): New command.
52 (search-forward-lax-whitespace, search-backward-lax-whitespace)
53 (re-search-forward-lax-whitespace)
54 (re-search-backward-lax-whitespace): New functions.
55 (isearch-whitespace-regexp): Remove function.
56 (isearch-query-replace): Let-bind replace-search-function and
57 replace-re-search-function.
58 (isearch-occur): Let-bind search-spaces-regexp according to the
59 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
60 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
61 condition for C-q SPC.
62 (isearch-search-fun-default): Use new functions mentioned above.
63 (isearch-search-forward, isearch-search-backward): Remove functions.
64 (isearch-search): Don't let-bind search-spaces-regexp.
65 (isearch-lazy-highlight-space-regexp): Remove variable.
66 (isearch-lazy-highlight-lax-whitespace)
67 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
68 (isearch-lazy-highlight-new-loop): Use them.
69 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
70
af7dda05
CY
712012-09-02 Chong Yidong <cyd@gnu.org>
72
73 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
74
d67d3afd
GM
752012-09-02 Glenn Morris <rgm@gnu.org>
76
77 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
78
69678719
GM
792012-09-01 Glenn Morris <rgm@gnu.org>
80
81 * term.el: Tidy up menu definitions.
82 (term-mode-map): Use easymenu for In/Out, Complete menus.
83 (term-pager-break-map): Initialize in the defvar.
84 (term-terminal-menu, term-signals-menu): Define with easymenu.
85 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
86 (term-pager-menu): New, extracted from term-process-pager.
87 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
88 (term-update-mode-line): Propertize line/char and page items.
89 (term-process-pager): Move keymap initialization elsewhere.
90
78dd6ab1
MR
912012-09-01 Martin Rudalics <rudalics@gmx.at>
92
93 * window.el (switch-to-prev-buffer): Handle additional values of
94 BURY-OR-KILL argument. Don't switch in minibuffer window.
95 (switch-to-next-buffer): Don't switch in minibuffer window.
96 (quit-restore-window): New function based on quit-window.
97 Handle additional values of former KILL argument.
98 (quit-window): Call quit-restore-window with appropriate
99 interpretation of KILL argument.
100 (display-buffer-below-selected): New buffer display action
101 function.
102
3d10e134
SM
1032012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * minibuffer.el (completion-at-point-functions): Complete docstring
106 (bug#12254).
107
0e23ef9d
PE
1082012-09-01 Paul Eggert <eggert@cs.ucla.edu>
109
110 Better seed support for (random).
111 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
112 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
113 * play/mpuz.el, play/tetris.el, play/zone.el:
114 * calc/calc-comb.el (math-init-random-base):
115 * play/blackbox.el (bb-init-board):
116 * play/life.el (life):
117 * server.el (server-use-tcp):
118 * type-break.el (type-break):
119 Remove unnecessary call to (random t).
120 * net/sasl.el (sasl-unique-id-function):
121 Change (random t) to (random), now that the latter is more random.
122 * play/life.el (life-initialized): Remove no-longer-needed var.
123
862382df
MR
1242012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
125
126 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
127 Consider frame's buffer predicate when choosing the buffer.
128 (Bug#12081)
129
262a66e1
RS
1302012-08-30 Richard Stallman <rms@gnu.org>
131
132 * simple.el (special-mode-map): Delete binding for `z'.
133
f17e1d00
AS
1342012-08-30 Andreas Schwab <schwab@linux-m68k.org>
135
136 * progmodes/compile.el (compilation-always-kill): Doc fix.
137
24777832
CY
1382012-08-30 Chong Yidong <cyd@gnu.org>
139
140 * window.el (display-buffer-reuse-frames): Make the obsolescence
141 message more informative.
142
69ba1f04
GM
1432012-08-30 Glenn Morris <rgm@gnu.org>
144
145 * paren.el (show-paren-delay):
146 Add a :set function. Doc fix. (Bug#12297)
147
f0019ede
MB
1482012-08-29 Martin Blais <blais@furius.ca> (tiny change)
149
150 * progmodes/compile.el (compilation-always-kill): New var.
151 (compilation-start): Use it.
152
35e62fc9
SM
1532012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
154
af070a1c
SM
155 * simple.el (read-only-mode): Move from files.el for bootstrapping.
156 * files.el (read-only-mode): Move to simple.el.
157
35e62fc9
SM
158 * files.el (read-only-mode): New minor mode.
159 (toggle-read-only): Use it and mark obsolete.
160 (find-file--read-only):
161 * vc/vc.el (vc-next-action, vc-checkout):
162 * vc/vc-cvs.el (vc-cvs-checkout):
163 * obsolete/vc-mcvs.el (vc-mcvs-update):
164 * ffap.el (ffap--toggle-read-only): Update callers.
165
c2c43c23
MA
1662012-08-29 Michael Albinus <michael.albinus@gmx.de>
167
168 * eshell/esh-ext.el (eshell-external-command): Do not examine
169 remote shell scripts. See
170 <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
171
172 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
173 "/usr/local/sbin".
174
9fba804b
SM
1752012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
178
eada0861 1792012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 180
806f0cc7
LL
181 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
182 completion-at-point. (Bug#12220)
183
3bb213b9
LL
184 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
185
22ab32ef
LL
186 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
187
eada0861 1882012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 189
19c17fc1
CY
190 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
191 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 192
eada0861 1932012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
194
195 * progmodes/hideif.el (hif-compress-define-list):
196 Fix typo. (Bug#11951)
197
eada0861 1982012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
199
200 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
201 buffer local setting.
202
27d6c5a8
LL
203 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
204 rcirc-encode-coding-system.
205
eada0861 2062012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
207
208 * net/rcirc.el (rcirc-split-message): New function.
209 (rcirc-send-message): Use it. (Bug#12051)
210
d44688e4
JL
2112012-08-28 Juri Linkov <juri@jurta.org>
212
213 * info.el (Info-fontify-node): Hide empty lines at the end of
214 the node. (Bug#12272)
215
34f10d41
MR
2162012-08-27 Drew Adams <drew.adams@oracle.com>
217
218 * dired.el (dired-pop-to-buffer): Make window start at beginning
219 of buffer (Bug#12281).
220
77f1f99c
CY
2212012-08-26 Chong Yidong <cyd@gnu.org>
222
223 * window.el (special-display-regexps, special-display-frame-alist)
224 (special-display-buffer-names, special-display-function)
225 (display-buffer-reuse-frames): Mark as obsolete.
226
227 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
228
229 * help.el (help-print-return-message): Don't treat
230 display-buffer-reuse-frames specially.
231
d97af5a0
CY
2322012-08-26 Chong Yidong <cyd@gnu.org>
233
9fba804b
SM
234 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
235 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
236 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
237 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
238 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
239 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
240 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
241 the functions directly with gdb-display-buffer-other-frame-action.
242 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
243 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
244 (gdb-display-stack-buffer, gdb-display-locals-buffer)
245 (gdb-display-registers-buffer): Define directly.
246 (def-gdb-display-buffer): Macro deleted.
247 (gdb-display-buffer): Remove second and third args, callers don't
248 use them. Defer to the default display-buffer behavior, apart
249 from making windows dedicated.
250 (gdb-setup-windows): Don't call display-buffer unnecessarily.
251
252 * progmodes/gud.el (gud-display-line): Just use display-buffer.
253
254 * window.el (display-buffer-pop-up-frame): Handle a
255 pop-up-frame-parameters alist entry.
256 (display-buffer): Document it.
257
dd7ffad6
CY
2582012-08-26 Chong Yidong <cyd@gnu.org>
259
260 * isearch.el (search-whitespace-regexp): Make string and nil
261 values apply to both ordinary and regexp search. Allow a cons
262 cell value to distinguish between the two.
263 (isearch-whitespace-regexp, isearch-search-forward)
264 (isearch-search-backward): New functions.
265 (isearch-occur, isearch-search-fun-default, isearch-search)
266 (isearch-lazy-highlight-new-loop): Use them.
267 (isearch-forward, isearch-forward-regexp): Doc fix.
268
4c47bd1e
CY
2692012-08-26 Chong Yidong <cyd@gnu.org>
270
271 * faces.el (help-argument-name): Always inherit from italic
272 (Bug#12213).
273
9aba119d
MR
2742012-08-25 Martin Rudalics <rudalics@gmx.at>
275
276 * window.el (window--even-window-heights): Even heights when
277 WINDOW and the selected window form a vertical combination.
278 (display-buffer-use-some-window): Provide that window used gets
279 sized back by quit-window. (Bug#11880) and (Bug#12091)
280
ca5256ad
PE
2812012-08-24 Paul Eggert <eggert@cs.ucla.edu>
282
283 Fix file time stamp problem with bzr and CVS (Bug#12001).
284 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
285 in the file's time stamp, since the version control system loses
286 that information.
287
d1c0d176
JL
2882012-08-22 Juri Linkov <juri@jurta.org>
289
290 * info.el (Info-fontify-node): Hide the suffix of the
291 Info file name in the header line. (Bug#12187)
292
141562ff
GM
2932012-08-22 Glenn Morris <rgm@gnu.org>
294
295 * calendar/cal-tex.el (cal-tex-weekly-common):
296 Restore leading blank page.
297
61a48e19 2982012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
299
300 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
301 the region under `shift-select-mode'. (Bug#12231)
302
3032012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
304
305 * progmodes/executable.el (executable-prefix): Set to "#!" instead
306 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
307 gives details on why the space is never needed.
308
ea95074e
MR
3092012-08-22 Martin Rudalics <rudalics@gmx.at>
310
9fba804b
SM
311 * window.el (walk-window-tree, window-with-parameter):
312 New optional argument MINIBUF to control whether these functions
ea95074e
MR
313 should run on the minibuffer window.
314 (window-at-side-list): Don't operate on minibuffer window.
315 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
316 (window--size-ignore): Rename to window--size-ignore-p.
317 Update callers.
caceae25
MR
318 (display-buffer-in-atom-window, window--major-non-side-window)
319 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
320 (delete-side-window, display-buffer-in-side-window):
321 New functions.
caceae25
MR
322 (window--side-check, window-deletable-p, delete-window)
323 (delete-other-windows, split-window): Handle side windows and
324 atomic windows appropriately.
325 (window--display-buffer): Call display-buffer-record-window also
326 when the window buffer did not change.
ea95074e 327
80a51fa0
CS
3282012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
329
330 * help-fns.el (help-fns--key-bindings):
331 Abbreviate non-symbol remap targets. (Bug#12174)
332
fbb6300b
MR
3332012-08-22 Martin Rudalics <rudalics@gmx.at>
334
335 * dired.el (dired-mark-remembered): Don't clobber point.
336 (Bug#11795)
337
2b2c0794
GM
3382012-08-22 Glenn Morris <rgm@gnu.org>
339
340 * progmodes/bug-reference.el (bug-reference): New custom group.
341 (bug-reference-bug-regexp): Make it a defcustom.
342
37219830
DU
3432012-08-22 Daiki Ueno <ueno@unixuser.org>
344
345 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
346 (js-paren-indent-offset, js-square-indent-offset)
347 (js-curly-indent-offset): Add :safe (Bug#12257).
348
94e0e559
EC
3492012-08-22 Edward O'Connor <hober0@gmail.com>
350
351 * json.el (json-key-format): Add error properties.
352 (json-encode-key): New function.
353 (json-encode-hash-table, json-encode-alist, json-encode-plist):
354 Use json-encode-key.
355
da485f5e
GM
3562012-08-22 Glenn Morris <rgm@gnu.org>
357
358 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
359 (cal-tex-leftday, cal-tex-rightday): Remove functions.
360 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
361 Update for above change.
362
c6cc78b8
AS
3632012-08-21 Andreas Schwab <schwab@linux-m68k.org>
364
365 * cus-face.el (custom-face-attributes): Fix customize type for the
366 :underline attribute. (Bug#11805)
367
5481664a
MR
3682012-08-21 Martin Rudalics <rudalics@gmx.at>
369
370 * window.el (window-point-1, set-window-point-1): Remove.
371 (window-in-direction, record-window-buffer)
372 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
373 (window--state-get-1, display-buffer-record-window):
374 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
375 window-point and set-window-point respectively.
376
6d74698e
GM
3772012-08-21 Glenn Morris <rgm@gnu.org>
378
b7fa2691
GM
379 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
380 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
381 Use it.
382
52f56d5a
GM
383 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
384 (cal-tex-shortday): New function.
385 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
386 (cal-tex-cursor-filofax-daily): Use the above.
387
9f1ee09e
GM
388 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
389 New functions.
390 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
391 (cal-tex-cursor-filofax-week): Use them.
392
79858159
GM
393 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
394 New constants.
395 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
396 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
397
d346b2b4
GM
398 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
399 (cal-tex-end-document): Don't rely on buffer name.
400
b2403709
GM
401 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
402 Use cal-tex-vspace.
403 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
404 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
405 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
406 Use cal-tex-arg.
b2403709 407
1cebb5c0
GM
408 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
409 (cal-tex-cursor-week, cal-tex-cursor-week2)
410 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
411 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
412 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
413 (cal-tex-insert-preamble, cal-tex-b-document)
414 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
415 Improve cal-tex-cmd usage.
416
c68cd5d4
GM
417 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
418 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
419 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
420 (cal-tex-weekly-paper): New function.
421 (cal-tex-cursor-week, cal-tex-cursor-week2)
422 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
423 (cal-tex-cursor-day): Use it.
424
9dca4801
GM
425 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
426 (cal-tex-cursor-filofax-week): Remove leading blank page.
427
1941e134
GM
428 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
429 Add autoload cookie. For now at least, don't use color, since
430 no other cal-tex function does.
431
6d74698e
GM
432 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
433 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
434 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
435
64cde199
JL
4362012-08-21 Juri Linkov <juri@jurta.org>
437
438 * info.el (Info-file-attributes): New variable.
439 (info-insert-file-contents): Add file attributes to
440 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
441 `Info-toc-nodes' when previous modtime of the Info file is less
442 than new modtime.
443 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
444 of info.el. (Bug#12230)
445
32757648
GM
4462012-08-20 Glenn Morris <rgm@gnu.org>
447
448 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
449 * calendar/holidays.el (calendar-holiday-list):
450 Report errors with display-warning rather than beep'n'sleep.
451
a32fbbcf
MA
4522012-08-20 Michael Albinus <michael.albinus@gmx.de>
453
454 * net/tramp.el (tramp-accept-process-output): Accept only output
455 from PROC. Otherwise, process filters and sentinels might be
456 confused. (Bug#12145)
457
a05731a0
CY
4582012-08-20 Chong Yidong <cyd@gnu.org>
459
460 * descr-text.el (describe-text-properties-1): Use overlays-in to
461 report on empty overlays (Bug#3322).
462
36e8d1eb
GM
4632012-08-20 Glenn Morris <rgm@gnu.org>
464
3d300447
GM
465 * mail/rmailout.el (rmail-output-read-file-name):
466 Trap and report errors in rmail-output-file-alist elements.
467
36e8d1eb
GM
468 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
469 since most non-font-lock faces are not also variables).
470
b96e5814
ER
4712012-08-20 Edward Reingold <reingold@iit.edu>
472
473 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
474 New function. (Bug12160)
475
7cef3569
GM
4762012-08-19 Glenn Morris <rgm@gnu.org>
477
478 * mail/rmailout.el (rmail-output-read-file-name):
479 Fix previous change (when the alist is nil or does not match).
480
17975d7f
CY
4812012-08-19 Chong Yidong <cyd@gnu.org>
482
483 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
484 (Bug#12228).
485
2170b1bd
CY
4862012-08-18 Chong Yidong <cyd@gnu.org>
487
488 * simple.el (yank-handled-properties): New defcustom.
489 (yank-excluded-properties): Add font-lock-face and category.
490 (yank): Doc fix.
491
9fba804b
SM
492 * subr.el (remove-yank-excluded-properties):
493 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
494 and category is now done this way, instead of being hard-coded.
495 (insert-for-yank-1): Remove font-lock-face handling.
496 (yank-handle-font-lock-face-property)
497 (yank-handle-category-property): New function.
498
ee218151
GM
4992012-08-17 Glenn Morris <rgm@gnu.org>
500
501 * mail/rmailout.el (rmail-output-read-file-name):
502 Check rmail-output-file-alist against the full message body
503 in the correct rmail buffer. (Bug#12214)
504
4a6bc3fd
MA
5052012-08-17 Michael Albinus <michael.albinus@gmx.de>
506
9fba804b
SM
507 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
508 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 509
383dcbf9
CY
5102012-08-17 Chong Yidong <cyd@gnu.org>
511
512 * mouse.el (mouse-appearance-menu): If x-select-font returns a
513 font spec, set the font directly (Bug#3228).
514
998c4a6a
MR
5152012-08-17 Martin Rudalics <rudalics@gmx.at>
516
517 * window.el (delete-window): Fix last fix.
518
52162052
MR
5192012-08-16 Martin Rudalics <rudalics@gmx.at>
520
521 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
522 (window-child, window-child-count, window-last-child)
523 (window-normalize-window, window-combined-p)
524 (window-combinations, window-atom-root, window-min-size)
525 (window-sizable, window-sizable-p, window-size-fixed-p)
526 (window-min-delta, window-max-delta, window--resizable)
527 (window--resizable-p, window-resizable, window-total-size)
528 (window-full-height-p, window-full-width-p, window-body-size)
529 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
530 (minimize-window, window-deletable-p, delete-window)
531 (delete-other-windows, set-window-buffer-start-and-point)
532 (next-buffer, previous-buffer, split-window, balance-windows-2)
533 (set-window-text-height, window-buffer-height)
534 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
535 (truncated-partial-width-window-p): Minor code adjustments.
536 In doc-strings state whether the argument window has to denote a
85c2386b 537 live, valid or any window.
52162052 538
1c308380
PS
5392012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
540
541 * progmodes/subword.el (subword-forward-function)
542 (subword-backward-function, subword-forward-regexp)
543 (subword-backward-regexp): New variables.
544 (subword-forward, subword-forward-internal, subword-backward-internal):
545 Use new variables, eg so that different "word" definitions
546 can be easily used. (Bug#11411)
547
94c9ece1
SM
5482012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
551 for composite selectors.
552 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
553 operation just because we can't find a previous revision.
554
f2045622
CY
5552012-08-15 Chong Yidong <cyd@gnu.org>
556
557 * frame.el (set-frame-font): Accept font objects.
558
582db660
SM
5592012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
562
2f29c200
WJ
5632012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
564
456e62c2
WJ
565 * man.el (Man-overstrike-face, Man-underline-face)
566 (Man-reverse-face): Remove variables.
567 (Man-overstrike, Man-underline, Man-reverse): New faces.
568 (Man-fontify-manpage): Use them instead of the variables.
569 (Man-cleanup-manpage): Comment change.
570 (Man-ansi-color-map): New variable.
571 (Man-fontify-manpage): Use it.
572 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
573
2f29c200
WJ
574 Implement ANSI SGR parameters 22-27 (bug#12146).
575 * ansi-color.el (ansi-colors): Doc fix.
576 (ansi-color-context, ansi-color-context-region): Doc fix.
577 (ansi-color--find-face): New function.
578 (ansi-color-apply, ansi-color-apply-on-region): Use it.
579 Rename the local variable `face' to `codes' since it is now a list of
580 ansi codes. Doc fix.
581 (ansi-color-get-face): Remove.
582 (ansi-color-parse-sequence): New function, derived from
583 ansi-color-get-face.
584 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
585 codes 22-27.
586
b4f5e9df
SM
5872012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * subr.el (read-passwd): Allow use from a minibuffer.
590
ba025fbd
EZ
5912012-08-14 Eli Zaretskii <eliz@gnu.org>
592
593 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
594 inside comments and strings as identifiers.
595
596 * progmodes/gud.el (gud-tooltip-print-command): Quote the
597 expression to evaluate. This allows to evaluate expressions with
598 embedded whitespace.
599 (gud-tooltip-tips): Add a blank before the newline in the
600 message-box text, for the benefit of message-box emulation on
601 MS-Windows.
602
603 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
604 messages from GDB, pop them up in a tooltip to give feedback to
605 user.
b4f5e9df
SM
606 (gdb-tooltip-print-1): Quote the expression to evaluate.
607 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
608 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
609 if the TTY name is nil or empty (which happens when communicating
610 with the inferior via pipes, e.g. on MS-Windows).
611 (gdb-internals): If GDB sends a "&\n" empty debugging message,
612 don't send that to the GUD buffer.
613
c548f821
GM
6142012-08-14 Glenn Morris <rgm@gnu.org>
615
616 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
617 Optimize away setq-default with no args, as for setq. (Bug#12195)
618
55802e4a
CY
6192012-08-14 Chong Yidong <cyd@gnu.org>
620
4abcdac8
CY
621 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
622
55802e4a
CY
623 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
624 (Bug#12085).
625
3c3cda1a
GM
6262012-08-14 Glenn Morris <rgm@gnu.org>
627
628 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
629
e1873bd0
MA
6302012-08-14 Michael Albinus <michael.albinus@gmx.de>
631
632 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
633 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
634 Use cached shell name.
635
925411b4
FEG
6362012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
637
638 * progmodes/python.el (python-shell-send-string):
3c3cda1a 639 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 640
e636fafe
DG
6412012-08-14 Dmitry Gutov <dgutov@yandex.ru>
642
643 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
644 (ruby-percent-literal-beg-re): New constant.
645 (ruby-syntax-general-delimiters-goto-beg): Rename to
646 `ruby-syntax-enclosing-percent-literal', improve literal type check.
647 (ruby-syntax-propertize-general-delimiters): Rename to
648 `ruby-syntax-propertize-percent-literal', it's a shorter and more
649 popular term. Adjust comments everywhere.
650 (ruby-syntax-propertize-percent-literal): Only propertize when not
651 inside a simple string or comment. When the literal is unclosed,
652 leave the text after it unpropertized.
f063063a
DG
653 (ruby-syntax-methods-before-regexp): New constant.
654 (ruby-syntax-propertize-function): Use it to recognize regexps.
655 Don't look at the text after regexp, just use the whitelist.
e636fafe 656
e5b19827
AS
6572012-08-14 Andreas Schwab <schwab@linux-m68k.org>
658
659 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
660 non-nil always load the compiled file if it exists. (Bug#12197)
661
a9f6f311
CY
6622012-08-14 Chong Yidong <cyd@gnu.org>
663
664 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
665 (hi-lock-set-pattern): When deciding whether to use font lock or
666 overlays, look at font-lock-mode instead of font-lock-fontified
667 (Bug#12168).
668 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
669 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
670
7d806b1e
DU
6712012-08-14 Daiki Ueno <ueno@unixuser.org>
672
673 * subr.el (internal--after-with-selected-window): Fix typo
674 (Bug#12193).
675
5beed586
FEG
6762012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
677
678 Use `completion-table-dynamic' for completion functions.
679 * progmodes/python.el
680 (python-shell-completion--do-completion-at-point)
e636fafe
DG
681 (python-shell-completion--get-completions):
682 Remove functions.
5beed586
FEG
683 (python-shell-completion-complete-at-point): New function.
684 (python-completion-complete-at-point): Use it.
685
92cb3b04
J
6862012-08-13 Jambunathan K <kjambunathan@gmail.com>
687
688 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
689 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
690
89660017
SM
6912012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
692
3c98c962
SM
693 * subr.el (function-get): Refine `autoload' arg so it can also
694 autoload functions for gv.el (bug#12191).
695 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
696 autoloads macros.
697
aa7c6dbe
SM
698 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
699 Prefer pcase-let over destructuring-bind.
700 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
701 Also, remove whitespace as we go, rather than after accumulating the
702 various places.
703
89660017
SM
704 * subr.el (internal--before-with-selected-window)
705 (internal--after-with-selected-window): Fix typo seleted->selected.
706 (with-selected-window): Adjust callers.
707 Reported by Dmitry Gutov <dgutov@yandex.ru>.
708
31cd32c9
BG
7092012-08-13 Bastien Guerry <bzg@gnu.org>
710
0fcd3d9f 711 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
712 enhancement. (Bug#12172)
713
1b15d8ad
AS
7142012-08-13 Andreas Schwab <schwab@linux-m68k.org>
715
31e54db0
AS
716 * tar-mode.el (tar-header-data-end): Only ignore size for files of
717 type 1-6.
718 (tar-header-block-summarize, tar-get-descriptor): Handle pax
719 extended headers.
720
1b15d8ad
AS
721 * files.el (hack-local-variables-filter): Remove useless eval.
722
35cb9c06
MR
7232012-08-13 Martin Rudalics <rudalics@gmx.at>
724
725 * subr.el (with-selected-window): Fix last change.
726
1439443b
SM
7272012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * subr.el (internal--before-with-seleted-window)
730 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
731 (with-selected-window): Use them, to replace dependency on
732 tty-top-frame.
1439443b 733
0d9e2599
NN
7342012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
735
736 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
737 binding for `newline'.
738 (ruby-move-to-block): When moving backward, stop at block opening,
739 not indentation.
740 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
741 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
742 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
743 `ruby-toggle-block'.
744
ba10c48c
SM
7452012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * ibuffer.el (ibuffer-do-toggle-read-only):
748 * dired.el (dired-toggle-read-only):
749 * buff-menu.el (Buffer-menu-toggle-read-only):
750 * bindings.el (mode-line-toggle-read-only):
751 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
752
9229c658
AS
7532012-08-12 Andreas Schwab <schwab@linux-m68k.org>
754
755 * descr-text.el (describe-char): Put the overlays over the
756 "displayed as" character.
757
0fd09128
JB
7582012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
759
760 * calc/calc-units.el (math-default-units-table): Give an
761 initial value.
762 (math-put-default-units): Add options to put composite units and
763 unit systems in the default units table.
764 (calc-convert-units): Send composite units to
765 `math-put-default-units' when appropriate.
766
9ff9402d 7672012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 768
fbb5e336
GM
769 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
770
7aacaf15
GM
771 * tutorial.el (help-with-tutorial):
772 * emacs-lisp/copyright.el (copyright-update-directory):
773 * emacs-lisp/autoload.el (autoload-find-generated-file)
774 (autoload-find-file): Disable local eval: (for insurance).
775
f40b9f10
GM
776 * files.el (hack-local-variables-filter): If an eval: form is not
777 known to be safe, and enable-local-variables is :safe, then ignore
778 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 779 This is CVE-2012-3479.
f40b9f10 780
daa9f1a6
SM
7812012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
784 (rx-form): Simplify.
785
9cd80478
DG
7862012-08-09 Dmitry Gutov <dgutov@yandex.ru>
787
0d9e2599
NN
788 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
789 ?, _, and : are symbol constituents, ! is not (but kinda should be).
790 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
791 (ruby-syntax-propertize-function): Adjust for changes in
792 `ruby-syntax-propertize-heredoc'.
793
7942012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
795
9cd80478
DG
796 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
797 binding (use `M-;' instead).
9cd80478 798 (ruby-singleton-class-p): New function.
0d9e2599 799 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 800
d301b413
SM
8012012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
804
1530c98e
CY
8052012-08-10 Chong Yidong <cyd@gnu.org>
806
807 * progmodes/python.el (python-shell-get-process-name): Don't mess
808 with same-window-buffer-names.
809
810 * eshell/eshell.el (eshell-add-to-window-buffer-names)
811 (eshell-remove-from-window-buffer-names): Make obsolete.
812 (eshell-buffer-name, eshell-unload-hook): Don't use them.
813 (eshell): Just use pop-to-buffer-same-window instead.
814
e1293765
CY
8152012-08-10 Chong Yidong <cyd@gnu.org>
816
817 * bindings.el: Bind M-= back to count-words-region.
818
819 * simple.el (count-words-region): Accept a prefix arg for acting
820 on the entire buffer.
821 (count-words--buffer-message): New helper function.
822
e1894109
SM
8232012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
826 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
827 (event-start, event-end): Use posn-at-point to return a more
828 informative posn.
829 (posnp): New function.
830 * mouse.el (popup-menu-normalize-position): Use it.
831
c69f56a2
MY
8322012-08-10 Masatake YAMATO <yamato@redhat.com>
833
834 * mouse.el (popup-menu-normalize-position): New function.
835 (popup-menu): Use `popup-menu-normalize-position' to normalize
836 the form for POSITION argument.
837
838 * term/x-win.el (x-menu-bar-open):
839 Use the value returend from (posn-at-point) as position
840 passed to `popup-menu'.
841
31673780
JB
8422012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
843
844 * calc/calccomp.el (math-compose-expr): Add extra argument
845 indicating that parentheses should be put around products in
846 denominators. Give multiplication precedence over division during
847 composition.
848
dab7711b
CY
8492012-08-09 Chong Yidong <cyd@gnu.org>
850
dee4ef93
CY
851 * man.el (Man-switches, Man-sed-command, Man-awk-command)
852 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
853 (Man-untabify-command, manual-program): Convert to defcustom
854 (Bug#10429).
855
73e2bbc5
CY
856 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
857
3e861c8a
CY
858 * descr-text.el (describe-char): Don't insert extra newlines
859 (Bug#10127).
860
a9f5a649
CY
861 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
862 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
863
dab7711b
CY
864 * align.el (align-region): Delete temporary markers (Bug#10047).
865 Plus some code cleanups.
866
e0cc4efa
FEG
8672012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
868
869 * progmodes/python.el (python-pdbtrack-tracked-buffer)
870 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
871 (python-shell-internal-last-output): Use make-local-variable
872 instead of make-variable-buffer-local.
873
489af14f
FEG
8742012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
875
876 * progmodes/python.el: Enhancements to forward-sexp.
877 (python-nav-forward-sexp): Rename from
878 python-nav-forward-sexp-function.
c69f56a2
MY
879 (python-nav--forward-sexp, python-nav--backward-sexp):
880 New functions.
489af14f 881
0fc50303
JB
8822012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
883
884 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
885 modes and simplification modes.
886
5d65606a
SM
8872012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * delsel.el (delete-selection-pre-hook): Don't propagate the
890 file-supersession signals (bug#12161).
891
4250fdf5
SM
8922012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
895 (cl-map-extents): Add compatibility aliases (bug#12135).
896
d9f9b465
MA
8972012-08-08 Michael Albinus <michael.albinus@gmx.de>
898
899 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
900 tests by `ignore-error'.
901 (tramp-find-shell): Open also a new shell, when cache is already
902 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
903
ce0fcefa
JL
9042012-08-08 Juri Linkov <juri@jurta.org>
905
906 * bookmark.el: Add `defaults' property to the bookmark record.
907 (bookmark-current-buffer): Doc fix.
908 (bookmark-make-record): Add `defaults' property with default values
909 to the bookmark record.
910 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
911 with `bookmark-insert-current-bookmark'.
912 (bookmark-set): Get `defaults' property from the bookmark record
913 and use it in `read-from-minibuffer'.
914 (bookmark-insert-current-bookmark): Remove function.
915
916 * info.el (Info-bookmark-make-record): Add `defaults' property
917 with values of canonical Info node name, the current Info file
918 name and the current Info node name. (Bug#12107)
919
53fa8652
JL
9202012-08-08 Juri Linkov <juri@jurta.org>
921
922 * files.el (basic-save-buffer): Use `buffer-name' as the default
923 of `read-file-name' when buffer is not visiting a file (bug#12128).
924
242c0a95
JL
9252012-08-08 Juri Linkov <juri@jurta.org>
926
927 * info.el (Info-isearch-search): Doc fix.
928 (Info-search): Change search-failed message from "initial node" to
929 "end of node" (bug#12078).
930 (Info-isearch-search): Change `isearch-string-state' to
931 `isearch--state-string'.
932
32ac3a6b
GM
9332012-08-08 Glenn Morris <rgm@gnu.org>
934
935 * language/persian.el: Remove file.
f8c1afd5 936 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
937 * loadup.el: Remove language/persian.
938
2c2d9c9c
OF
9392012-08-08 Óscar Fuentes <ofv@wanadoo.es>
940
941 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
942
2d79ec42
FEG
9432012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
944
945 * progmodes/python.el Fixed defsubst warning.
946 (python-syntax-context) Rename from python-info-ppss-context.
947 (python-syntax-context-type): Rename from
948 python-info-ppss-context-type.
949 (python-syntax-comment-or-string-p): Rename from
950 python-info-ppss-comment-or-string-p.
951
2bd255dd
JB
9522012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
953
954 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
955
c395097f
AS
9562012-08-07 Andreas Schwab <schwab@linux-m68k.org>
957
6125983e
AS
958 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
959 a defcustom that is quoted with backquote.
960
4250fdf5
SM
961 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
962 Fix handling of interactive spec when the body uses return.
651eaf36
AS
963 (math-do-arg-check, math-define-function-body): Use backquote forms.
964 * calc/calc-ext.el (math-defcache): Likewise.
965 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
966 * allout.el (allout-new-exposure): Likewise.
967 * calc/calcalg2.el (math-tracing-integral): Likewise.
968 * info.el (Info-last-menu-item): Likewise.
969 * emulation/vip.el (vip-loop): Likewise.
970 * textmodes/artist.el (artist-funcall): Likewise.
971 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
972 Construct menu-item directly.
973
4250fdf5
SM
974 * progmodes/autoconf.el (font-lock-syntactic-keywords):
975 Don't declare.
c395097f 976
5fb50dd3
CY
9772012-08-07 Chong Yidong <cyd@gnu.org>
978
979 * simple.el (deactivate-mark): Preserve text properties when
980 saving the primary selection (Bug#8384).
981
54eea618
KR
9822012-08-07 Kevin Ryde <user42@zip.com.au>
983
984 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
985 (woman-parse-numeric-value): On a bad .IP line, issue a warning
986 and continue processing (Bug#12110).
987
638eaeb9
SM
9882012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
991 syntax-propertize-function (bug#10095).
992
ea376861
SM
9932012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
994
f91b35be
SM
995 * help-fns.el (help-fns--key-bindings, help-fns--signature)
996 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
997 describe-function-1.
998 (describe-function-1): Use them. Move compiler macro after sig.
999 (help-fns--compiler-macro): Use function-get. Assume we're already in
1000 standard-output. Adjust layout to new call order.
1001
ea376861
SM
1002 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1003 re-binding a symbol that has a symbol-macro (bug#12119).
1004
d5be7bd0
MB
10052012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1006
1007 * language/persian.el: New file. (Bug#11812)
1008 * loadup.el: Add language/persian.el.
1009
90749b53
CY
10102012-08-06 Chong Yidong <cyd@gnu.org>
1011
1012 * window.el (window--maybe-raise-frame): New function.
1013 (window--display-buffer): Split off from here.
1014 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1015 (display-buffer-pop-up-window, display-buffer-use-some-window):
1016 Obey an inhibit-switch-frame action alist entry.
1017 (display-buffer): Update doc.
1018
1019 * replace.el (occur-after-change-function): Avoid losing focus by
1020 using the inhibit-switch-frame display parameter (Bug#12139).
1021
ba7b0154
FEG
10222012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
1023
1024 Make internal shell process buffer names start with space.
1025 * progmodes/python.el (python-shell-make-comint): Add optional
1026 argument INTERNAL.
1027 (run-python-internal): Use it.
1028 (python-shell-internal-get-or-create-process): Check for new
1029 internal buffer names.
1030
5eaeacb5
GM
10312012-08-06 Glenn Morris <rgm@gnu.org>
1032
e296d94b 1033 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
1034 Do less getting and setting of environment variables.
1035
b7ccbdc2
CY
10362012-08-05 Chong Yidong <cyd@gnu.org>
1037
777fe95e
CY
1038 * proced.el (proced): Add substitution string to docstring to
1039 trigger autoloading of the proced library on C-h f (Bug#1768).
1040
4250fdf5
SM
1041 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1042 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
1043
1044 * imenu.el (imenu-generic-expression): Move documentation here
1045 from imenu--generic-function.
1046 (imenu--generic-function): Refer to imenu-generic-expression.
1047
9e3b7800 10482012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
VØ
1049
1050 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1051 indentation declaration.
1052 (viper-loop): Add indentation declaration (Bug#7025).
1053
e5d9c0d1
CY
10542012-08-05 Chong Yidong <cyd@gnu.org>
1055
f0422feb
CY
1056 * help-fns.el (describe-variable): Add hyperlink for
1057 directory-local variables files. Improve buffer-local and
1058 permanent-local reporting; suggested by MON KEY (Bug#6644).
1059
1060 * help-mode.el (help-dir-local-var-def): New button type.
1061
e5d9c0d1
CY
1062 * files.el (kill-buffer-hook): Provide a defvar.
1063
a4f2deaa
GM
10642012-08-05 Glenn Morris <rgm@gnu.org>
1065
1066 * eshell/esh-ext.el (eshell/addpath):
1067 Also update eshell-path-env. (Bug#12013)
1068
a9dd5754
CY
10692012-08-05 Chong Yidong <cyd@gnu.org>
1070
a4f2deaa 1071 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 1072
d014c740
CY
1073 * fringe.el (fringe-styles): Add docstring.
1074 (fringe--check-mode): New function.
1075 (set-fringe-mode, set-fringe-style): Use it.
1076 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1077
a9dd5754
CY
1078 * files.el (set-auto-mode): Fix invalid setq call.
1079
7c2dc8bd
SM
10802012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * isearch.el: Misc simplification; use defstruct.
1083 (isearch-mode-map): Dense maps now work like sparse ones.
1084 (isearch--state): New defstruct.
1085 (isearch-string-state, isearch-message-state, isearch-point-state)
1086 (isearch-success-state, isearch-forward-state)
1087 (isearch-other-end-state, isearch-word-state, isearch-error-state)
1088 (isearch-wrapped-state, isearch-barrier-state)
1089 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1090 replaced by defstruct's accessors.
1091 (isearch--set-state): Rename from isearch-top-state and change
1092 calling convention.
1093 (isearch-push-state): Use new isearch--get-state.
1094 (isearch-toggle-word): Disable regexp when enabling word.
1095 (isearch-message-prefix): Remove unused arg _c-q-hack.
1096 (isearch-message-suffix): Remove unused arg _ellipsis.
1097
7fcc0070
AS
10982012-08-04 Andreas Schwab <schwab@linux-m68k.org>
1099
1100 * simple.el (list-processes--refresh): For a server use :host or
1101 :local as the address.
97ad0769 1102 (list-processes): Doc fix.
7fcc0070 1103
00340faf
MN
11042012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
1105
1106 * lisp/mpc.el: Support password in host argument.
1107 (mpc--proc-connect): Parse and use new password element.
1108 Set mpc-proc variable instead of returning process.
1109 (mpc-proc): Adjust accordingly.
1110
6dad7178
EZ
11112012-08-03 Eli Zaretskii <eliz@gnu.org>
1112
18949c2f
EZ
1113 * whitespace.el (whitespace-display-mappings): Use Unicode
1114 codepoints, instead of emacs-mule codepoints. See
1115 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1116 for the details.
1117
6dad7178
EZ
1118 * files.el (file-truename): Don't skip symlink-chasing part on
1119 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
1120 Windows into the loop that recursively chases symlinks.
1121 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
1122 MS-DOS.
1123
385b0198
CY
11242012-08-03 Chong Yidong <cyd@gnu.org>
1125
6200f3c4
CY
1126 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1127
385b0198
CY
1128 * sort.el (sort-regexp-fields): Doc fix.
1129
b9e74744
TH
11302012-08-03 Tassilo Horn <tsdh@gnu.org>
1131
1132 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1133 labels regex position point at the expected place.
1134
41013cb4
MK
11352012-08-03 MON KEY <monkey@sandpframing.com>
1136
1137 * net/imap.el (imap-interactive-login, imap-authenticate)
1138 (imap-mailbox-lsub, imap-mailbox-list)
1139 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1140 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1141 (imap-parse-response): Doc fix.
1142
0ffee616
JT
11432012-08-03 João Távora <joaotavora@gmail.com>
1144
1145 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1146 if sexp scanning does not move point (Bug#5734).
1147
cfcc9cc8
TH
11482012-08-02 Tassilo Horn <tsdh@gnu.org>
1149
1150 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1151 Add listings, minted, and ctable packages.
1152 (reftex-label-alist-builtin): Move listings, minted, and ctable
1153 entries before LaTeX.
a01bbb84 1154 (reftex-label-alist): Docfix.
cfcc9cc8 1155
66ec2442
BG
11562012-08-02 Bastien Guerry <bzg@gnu.org>
1157
1158 * replace.el (occur): Fix docstring (bug#12122).
1159
837b365b
GM
11602012-08-02 Glenn Morris <rgm@gnu.org>
1161
1162 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1163
e098de97
PE
11642012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1165
1166 Obsolete alias inactivate-current-input-method-function (Bug#10150).
1167 * international/mule-cmds.el: Create
1168 inactivate-current-input-method-function as an obsolete alias for
1169 deactivate-current-input-method-function. See Katsumi Yamaoka in
1170 <http://bugs.gnu.org/10150#46>.
1171
a0f95636
JB
11722012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1173
1174 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1175 of nested `if's.
1176
0d26d7c4
GM
11772012-08-01 Glenn Morris <rgm@gnu.org>
1178
1179 * progmodes/autoconf.el (autoconf-definition-regexp):
1180 Add AH_TEMPLATE, adjust submatch numbering.
1181 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1182 (autoconf-current-defun-function): Update for above change.
1183 (autoconf-current-defun-function): First skip to end of current word.
1184
b686ba06
RS
11852012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
1186
1187 * calendar/cal-html.el (cal-html-insert-agenda-days):
1188 Fix typo. (Bug#12018)
1189
0d49da68
FEG
11902012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1191
1192 Shell processes: enhancements to startup and CEDET compatibility.
1193 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1194 (python-shell-make-comint): accept-process-output at startup.
1195 (run-python-internal): Set inferior-python-mode-hook to nil.
1196 (python-shell-internal-get-or-create-process): call sit-for.
1197 (python-preoutput-result): Add obsolete alias.
1198 (python-shell-internal-send-string): Use it.
1199 (python-shell-send-setup-code): Remove call to
1200 accept-process-output.
1201
f1a71c6e
AS
12022012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1203
1204 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
1205 (Bug#12108)
1206
d2605269
JB
12072012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
1208
1209 * calc-mode.el (calc-basic-simplification-mode): Rename from
1210 `calc-limited-simplification-mode'.
1211 (calc-alg-simplification-mode): New function.
d66060f8 1212 (calc-set-simplify-mode): Adjust message.
f1a71c6e 1213
d2605269
JB
1214 * calc.el (calc-set-mode-line): Adjust mode line display for
1215 basic simplification mode.
1216
1217 * calc-help.el (calc-m-prefix-help): Update help message.
1218
1219 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
1220 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
1221
a3827a43
BG
12222012-07-31 Bastien Guerry <bzg@gnu.org>
1223
1224 * man.el (man): Fix comment. (bug#12101)
1225
502e3f89
MR
12262012-07-31 Martin Rudalics <rudalics@gmx.at>
1227
1228 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1229 Don't return a non-nil value when no suitable buffer was found.
1230
d7714961
FEG
12312012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1232
1233 * progmodes/python.el (run-python-internal): Disable font lock for
1234 internal shells.
1235
1f45e27e
SM
12362012-07-30 Stefan Merten <smerten@oekonux.de>
1237
1238 * rst.el: Silence `checkdoc-ispell'.
1239 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1240 (rst-official-version, rst-official-cvs-rev)
1241 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
1242 (rst-mode-map): New key binding.
1243
0aee6912
PE
12442012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Update .PHONY listings in makefiles.
1247 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
1248 autoloads, update-subdirs, updates, bzr-update, update-authors,
1249 compile-onefile, compile-calc, backup-compiled-files,
1250 compile-after-backup, compile-one-process, mh-autoloads,
1251 bootstrap-clean, distclean, maintainer-clean.
1252
9052f9f0
JB
12532012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1254
1823ac5a
JB
1255 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
1256 (calc-set-mode-line): Don't display "AlgSimp ".
1257
1258 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
1259 (calc-lim-simplify-mode): New function.
1260 (calc-set-simplify-mode): Default to 'alg.
1261 (calc-default-simplify-mode): Make algebraic simplifications
1262 the default.
1263
1264 * calc/calc-ext.el (calc-init-extensions): Remove binding for
1265 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
1266
8d7c7eed 1267 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
1268 indicate new simplification modes.
1269
1823ac5a
JB
1270 * calc/README: Mention new default simplification mode.
1271
9052f9f0
JB
1272 * calc/calc.el (math-normalize-error): New variable.
1273 (math-normalize): Set `math-normalize-error' to t
1274 when there's an error.
1275
1276 * calc/calc-alg.el (math-simplify): Don't simplify when
1277 `math-normalize' returns an error.
1278
20ba0cb4
EZ
12792012-07-29 Eli Zaretskii <eliz@gnu.org>
1280
1281 * international/mule-cmds.el (set-locale-environment): Revert last
1282 change, since display-graphic-p returns nil when this function is
1283 called during startup. Instead...
1284
1285 * term/w32console.el (terminal-init-w32console): ...setup the
1286 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
1287
a5dcc929
JL
12882012-07-29 Juri Linkov <juri@jurta.org>
1289
1290 * simple.el (goto-line): Don't display default line number in the
1291 prompt because it should be displayed by `read-number' (bug#9952).
1292 Add the current line number to the defaults of `goto-line' to
1293 allow its easier modification by users with `M-n' (bug#9201).
1294
1295 * subr.el (read-number): Support multiple default values like in
1296 other minibuffer reading functions. Replace `read' with
1297 `string-to-number' for consistency with `number-to-string'.
1298
72b255c7
PE
12992012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
1302 * emulation/viper-init.el (viper-deactivate-input-method-action):
1303 Rename from viper-inactivate-input-method-action.
1304 (viper-deactivate-input-method):
1305 Rename from viper-inactivate-input-method.
1306 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
1307 * international/mule-cmds.el (deactivate-input-method):
1308 Rename from inactivate-input-method.
1309 Also run input-method-deactivate-hook.
1310 (deactivate-current-input-method-function):
1311 Rename from inactivate-current-input-method-function.
1312 (input-method-deactivate-hook): New hook.
1313 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
1314 (inactivate-input-method): Mark obsolete.
1315
72b255c7
PE
1316 * international/quail.el (quail-activate):
1317 Also run quail-deactivate-hook.
1318 (quail-deactivate): Rename from quail-inactivate.
1319 * international/robin.el (robin-activate):
1320 Also run robin-deactivate-hook.
1321 (robin-deactivate): Rename from robin-inactivate.
1322
2549c068
CY
13232012-07-29 Chong Yidong <cyd@gnu.org>
1324
1325 * simple.el (indicate-copied-region): New function.
1326 (kill-ring-save): Split off from here.
1327
1328 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
1329 (kill-rectangle): Set deactivate-mark to t on read-only error.
1330
1331 * register.el (copy-to-register, copy-rectangle-to-register):
1332 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
1333 (append-to-register, prepend-to-register):
1334 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
1335
1336 * simple.el (async-shell-command-buffer): New defcustom.
1337 (shell-command): Use it. (Bug#4719)
1338
01bd1b0d
EZ
13392012-07-28 Eli Zaretskii <eliz@gnu.org>
1340
1341 * international/mule-cmds.el (set-locale-environment): In a
1342 console session on MS-Windows, set up keyboard and terminal
1343 encoding from the OEM codepage, not the ANSI codepage.
1344 (Bug#12055)
1345
a55739d3
CY
13462012-07-28 Chong Yidong <cyd@gnu.org>
1347
1348 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
1349 gdb-get-location.
1350
0e1a094f 13512012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
1352
1353 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
1354 the alist (bug#12029).
1355
20329d73
EZ
13562012-07-28 Eli Zaretskii <eliz@gnu.org>
1357
1358 * makefile.w32-in (custom-deps, finder-data, updates, compile)
1359 (compile-always, compile-first)
1360 ($(lisp)/calendar/cal-loaddefs.el)
1361 ($(lisp)/calendar/diary-loaddefs.el)
1362 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
1363 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
1364 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
1365 instead of on update-subdirs.
1366 (bootstrap-clean): Delete $(lisp)/subdirs.el.
1367
345a2258
CY
13682012-07-28 Chong Yidong <cyd@gnu.org>
1369
1eee6341
CY
1370 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
1371 directory if vc-deduce-backend returns nil (Bug#7350).
1372
345a2258
CY
1373 * simple.el (delete-trailing-lines): New option.
1374 (delete-trailing-whitespace): Obey it (Bug#11879).
1375
049a0936
DE
13762012-07-28 David Engster <deng@randomsample.de>
1377
1378 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
1379 Explanation of new 'symbol-qnames feature in doc-strings.
1380 (xml-maybe-do-ns): Return expanded names as plain symbols if
1381 'symbol-qnames was provided in XML-NS argument (Bug#11916).
1382 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
1383
aa81af71
FEG
13842012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1385
1386 Consistent completion in inferior python with emacs -nw.
1387 * progmodes/python.el (inferior-python-mode): replace "<tab>"
1388 binding in inferior-python-mode-map with "\t".
1389 (python-shell-completion-complete-at-point)
1390 (python-completion-complete-at-point): Remove interactive spec.
1391
e827b1eb
JB
13922012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1393
1394 * calc/calccomp.el (math-compose-expr): Undo previous change.
1395
a90dfb95
FEG
13962012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1397
4250fdf5 1398 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
1399 run-python.
1400 (python-shell-make-comint): Fix pop-to-buffer call.
1401 (run-python): Autoload. New arg SHOW.
1402 (python-shell-get-or-create-process): Do not pop python process
1403 buffer.
1404
32770973 14052012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
1406
1407 * notifications.el (notifications-on-action-signal)
1408 (notifications-on-closed-signal): Use also the bus address for the map.
1409 (notifications-notify, notifications-close-notification)
1410 (notifications-get-capabilities): Add optional argument BUS.
1411
86332df2
TH
14122012-07-27 Tassilo Horn <tsdh@gnu.org>
1413
4250fdf5
SM
1414 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1415 Add support for the lstlisting and minted environments, and for the
86332df2
TH
1416 ctable macro.
1417 * textmodes/reftex.el (reftex-compile-variables): Also recognize
1418 labels written in keyvals syntax.
1419
ca1302a4
JB
14202012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1421
1422 * calc/calccomp.el (math-compose-expr): Use parentheses when
1423 there is a product in the denominator of a fraction.
1424
f8b91036
EZ
14252012-07-26 Eli Zaretskii <eliz@gnu.org>
1426
1427 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
1428 ($(lisp)/calendar/diary-loaddefs.el)
1429 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
1430 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
1431 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
1432 rewritten while the autoload files are built at the same time,
1433 which needs to load subdirs.el.
1434
c8e5a42c
MR
14352012-07-26 Martin Rudalics <rudalics@gmx.at>
1436
1437 * mouse.el (popup-menu): Fix doc-string and re-indent code.
1438 (mouse-drag-line): Don't exit tracking when a switch-frame or
1439 switch-window event occurs (Bug#12006).
1440
670d85ea
SM
14412012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * mouse.el (popup-menu): Fix last change.
1444
7abaf5cc
SM
14452012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 Autoload from Lisp with more care. Follow aliases when looking for
1448 function properties.
1449 * subr.el (autoloadp): New function.
1450 (symbol-file): Use it.
1451 (function-get): New function.
1452 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
1453 autoload-do-load.
1454 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
1455 (lisp-indent-function):
1456 * emacs-lisp/gv.el (gv-get):
1457 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
1458 * emacs-lisp/byte-opt.el (byte-optimize-form):
1459 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1460 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
1461 Use function-get.
1462 * emacs-lisp/cl.el: Don't propagate function properties any more.
1463
1464 * speedbar.el (speedbar-add-localized-speedbar-support):
1465 * emacs-lisp/disass.el (disassemble-internal):
1466 * desktop.el (desktop-load-file):
1467 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
1468 (describe-function-1):
1469 * emacs-lisp/find-func.el (find-function-noselect):
1470 * emacs-lisp/elp.el (elp-instrument-function):
1471 * emacs-lisp/advice.el (ad-has-proper-definition):
1472 * apropos.el (apropos-safe-documentation, apropos-macrop):
1473 * emacs-lisp/debug.el (debug-on-entry):
1474 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
1475 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1476 * calc/calc.el (name): Use autoloadp & autoload-do-load.
1477
b1364986
AA
14782012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
1479
1480 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
1481 function, not an obsolete variable (Bug#12046).
1482
67ada220
AS
14832012-07-25 Andreas Schwab <schwab@linux-m68k.org>
1484
1485 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
1486
f08088e3
CS
14872012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
1488
1489 * emacs-lisp/pp.el (pp-display-expression): Select old selected
1490 window only if it is still live (Bug#12034).
1491
8137e7b3
MR
14922012-07-25 Martin Rudalics <rudalics@gmx.at>
1493
1494 * subr.el (redirect-frame-focus): Add advertised calling
1495 convention (Bug#12030).
1496
09ae5da1
PE
14972012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1498
1499 Prefer typical American spelling for "acknowledgment".
1500 * vc/add-log.el (change-log-acknowledgment): Rename from
1501 change-log-acknowledgement, with an alias for the old name.
1502
3cc5a3a8
JB
15032012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
1504
1505 * calc-alg.el (math-simplify-divide): Don't cross multiply
1506 in an equation when the lhs is a variable.
1507
b7af7f62
JD
15082012-07-24 Julien Danjou <julien@danjou.info>
1509
1510 * net/netrc.el (netrc-find-service-number, netrc-store-data):
1511 Remove, unused.
1512
ec1b09b1
EZ
15132012-07-23 Eli Zaretskii <eliz@gnu.org>
1514
1515 * startup.el (command-line): Don't display an empty user name in
1516 the error message about non-existent home directory, when
1517 init-file-user was set to an empty string. See
1518 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
1519 for the details and context.
1520
b525fd8a
VB
15212012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
1522
1523 * ses.el (ses-cell-formula-aset): New macro.
1524 (ses-cell-references-aset): New macro.
1525 (ses-cell-p): New function.
1526 (ses-rename-cell): Do no longer rely on complex operations like
1527 ses-cell-set-formula or ses-set-cell to change the cell and handle
1528 the undo at the same time, but rather use lower level new macros
1529 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
1530 the undo directly. Refresh the mode line.
1531
2c73e345
LL
15322012-07-21 Leo Liu <sdl.web@gmail.com>
1533
670d85ea
SM
1534 * progmodes/cc-cmds.el (c-defun-name):
1535 Use match-string-no-properties instead for consistency.
2c73e345 1536
542dfbde
LL
15372012-07-20 Leo Liu <sdl.web@gmail.com>
1538
3646bcd6
LL
1539 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
1540 (Bug#7879)
1541
542dfbde
LL
1542 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
1543
25721031
CY
15442012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
1547 * progmodes/bug-reference.el, misearch.el: Provide themselves
1548 (bug#11915).
1549
1550 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
1551 of narrowed buffer (bug#11966).
1552
316e68a7
VB
15532012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
1554
1555 * ses.el (ses-rename-cell): Set new name also in reference list of
1556 cells of which the renamed cell depends.
1557
bbf0e7d9
MY
15582012-07-20 Masatake YAMATO <yamato@redhat.com>
1559
1560 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
1561 to check whether menu-bar is shown or not. If not shown,
1562 show the menu-bar as a popup menu instead of using tmm.
1563 * mouse.el (popup-menu): Accept `point' as `position' argument.
1564
c28662a8
DG
15652012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1566
1567 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
1568 up inside string symbol literal (bug#11923).
1569
87ab808f
EZ
15702012-07-20 Eli Zaretskii <eliz@gnu.org>
1571
1572 * startup.el (fancy-startup-text): Read the whole tutorial, not
1573 just its first 256 bytes. Prevents gibberish in display of the
1574 tutorial title.
1575
89dea803
DA
15762012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1577
1578 Drop idle buffer compaction due to an absence of the
1579 proved efficiency.
1580 * compact.el: Remove.
1581
8a4e6db8
SS
15822012-07-19 Sam Steingold <sds@gnu.org>
1583
1584 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
1585 vc-bzr-pull & vc-bzr-merge-branch.
1586 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
1587 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
1588 for consistency with compilation-error-regexp-alist.
1589 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
1590 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
1591 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
1592 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
1593
5db81e33
SM
15942012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * emacs-lisp/chart.el: Use lexical-binding.
1597 (chart-emacs-storage): Don't hardcode the list of entries.
1598
5b835e1d
DA
15992012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
1600
1601 Next round of tweaks caused by Fgarbage_collect changes.
1602 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
1603
9cd47b72
DA
16042012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
1605
1606 Compact buffers when idle.
1607 * compact.el: New file.
1608
1d6fc0df
SM
16092012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * subr.el (eventp): Presume that if it looks vaguely like an event,
1612 it's an event (bug#10190).
1613
1d29cc7d
FEG
16142012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
1615
1616 Enhancements to ppss related code (thanks Stefan).
1617 * progmodes/python.el (python-indent-context)
1618 (python-indent-calculate-indentation, python-indent-dedent-line)
1619 (python-indent-electric-colon, python-nav-forward-block)
1620 (python-mode-abbrev-table)
1d6fc0df 1621 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
1622 for ppss context.
1623 (python-info-continuation-line-p): Cleanup.
1624 (python-info-ppss-context): Do not catch 'quote.
1625 (python-info-ppss-context-type)
1626 (python-info-ppss-comment-or-string-p): Simplify.
1627
d583cbe6
FEG
16282012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
1629
1630 * progmodes/python.el: Enhancements to eldoc support.
1631 (python-info-current-symbol): New function.
1632 (python-eldoc-at-point): Use python-info-current-symbol.
1633 (python-info-current-defun): Fix cornercase on first defun scan.
1634 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
1635 and signal error when no inferior python process is available.
1636
eceb6feb
DG
16372012-07-18 Dmitry Gutov <dgutov@yandex.ru>
1638
1639 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
1640 assume it's always t.
1641 (vc-git-registered): Remove caching, the function is only called
1642 once.
1643 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
1644
4c8ff0fe
CY
16452012-07-18 Chong Yidong <cyd@gnu.org>
1646
19fb7186
CY
1647 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
1648
9587c688
CY
1649 * simple.el (count-words): Report on narrowing (Bug#9959).
1650
0fe776a1
CY
1651 * bindings.el: Bind M-= to count-words.
1652
4c8ff0fe
CY
1653 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
1654
7f5331cc
MY
16552012-07-18 Masatake YAMATO <yamato@redhat.com>
1656
1657 * progmodes/sh-script.el (sh-imenu-generic-expression):
1658 Capture a function with `function' keyword and without parentheses
1659 like "function FOO" (bug#11856).
1660
2dc2a609
TH
16612012-07-18 Tassilo Horn <tassilo@member.fsf.org>
1662
1663 * window.el (split-window-sensibly): Make WINDOW argument
1664 optional.
1665
439f7677
CY
16662012-07-18 Chong Yidong <cyd@gnu.org>
1667
9aeb25a6
CY
1668 * subr.el (keyboard-translate): Doc fix (Bug#7261).
1669
439f7677
CY
1670 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
1671 and make C-x 8 RET exit isearch (Bug#11439).
1672
1673 * international/iso-transl.el: Move isearch-mode-map key
1674 definitions to isearch.el.
1675
12999ea8
SM
16762012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
1679 (eieio-defclass): Use gv-define-setter when possible.
1680
3ab6e069
DA
16812012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
1682
1683 Reflect recent changes in Fgarbage_collect.
1684 * emacs-lisp/chart.el (chart-emacs-storage): Change to
1685 reflect new format of data returned by Fgarbage_collect.
1686
0a60bc10
FEG
16872012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
1688
1689 New utility functions + python-info-ppss-context fix (Bug#11910).
1690 * progmodes/python.el (python-info-beginning-of-block-statement-p)
1691 (python-info-ppss-comment-or-string-p): New functions.
1692 (python-info-ppss-context): Small fix for string check.
1693
6dafa0d5
JL
16942012-07-17 Juri Linkov <juri@jurta.org>
1695
1696 * dired-aux.el (dired-do-async-shell-command): Doc fix.
1697 (dired-do-async-shell-command): Don't add `*' at the end of the
1698 command (Bug#11815).
1699 (dired-do-shell-command): Doc fix.
1700 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
1701 Join the individual commands using either "&" or ";" as the
1702 separator depending on the values of these trailing characters.
1703 At the end re-add the trailing "&". (Bug#10598)
1704
1705 * simple.el (async-shell-command): Sync the interactive spec with
1706 `shell-command'. Doc fix.
1707 (shell-command): Doc fix.
1708
b19dd9d1
JL
17092012-07-17 Juri Linkov <juri@jurta.org>
1710
1711 * descr-text.el (describe-char): Fix format args. (Bug#10129)
1712
bcdc27d7 17132012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 1714
bcdc27d7 1715 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
1716 * progmodes/python.el (python-nav-beginning-of-statement):
1717 Rename from python-nav-statement-start.
bcdc27d7
FEG
1718 (python-nav-end-of-statement): Rename from
1719 python-nav-statement-end.
1720 (python-nav-beginning-of-block): Rename from
1721 python-nav-block-start.
1722 (python-nav-end-of-block): Rename from python-nav-block-end.
1723
191da00e
FEG
17242012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
1725
7f5331cc
MY
1726 * progmodes/python.el (python-shell-send-string-no-output):
1727 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
1728 future interactions (Bug#11868).
1729
4dc7c8d5 17302012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 1731
88ecaf8f
SM
1732 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
1733
ef501ef0
SM
1734 * emacs-lisp/elint.el (elint-find-args-in-code):
1735 Use help-function-arglist, so as to handle lexical byte-code.
1736
aa7aaf8f
SM
1737 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
1738 change (bug#11826).
1739
45fd731c
SM
17402012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1741
2143fa32
SM
1742 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
1743 Avoid spuriously marking the buffer as modified because of c-is-sws.
1744
efc26dbe
SM
1745 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
1746 as not-a-comment (bug#11946).
1747
f5695c9a
SM
1748 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
1749 for uninterned vars.
1750
1751 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
1752 Use read-event since we don't really want to read chars but bytes.
1753
45fd731c
SM
1754 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
1755 $$..$$ but also $..$ using regexps (bug#11953).
1756 Use tex-verbatim for \url and \path.
1757 (tex-font-lock-keywords): Define as defconst like the others.
1758 (tex-common-initialization): Don't use font-lock-syntax-table any more.
1759
ddfc8813
RK
17602012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
1761
1762 * international/mule-cmds.el (ucs-insert): Make it an obsolete
1763 alias for insert-char.
1764
758e556a
FEG
17652012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
1766
1767 * progmodes/python.el: Simplified imenu implementation.
1768 (python-nav-jump-to-defun): Remove command.
1769 (python-mode-map): Use `imenu' instead.
1770 (python-nav-list-defun-positions-cache)
1771 (python-imenu-include-defun-type, python-imenu-make-tree)
1772 (python-imenu-subtree-root-label, python-imenu-index-alist):
1773 Remove vars.
1774 (python-nav-list-defun-positions, python-nav-read-defun)
1775 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
1776 (python-imenu-make-tree, python-imenu-create-index):
1777 Remove functions.
758e556a
FEG
1778 (python-mode): Update to interact with imenu by setting
1779 `imenu-extract-index-name-function' only.
1780
032d23ab
FEG
17812012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
1782
1783 * progmodes/python.el: Enhancements to navigation commands.
1784 (python-nav-backward-sentence)
1785 (python-nav-forward-sentence): Remove.
1786 (python-nav-backward-statement, python-nav-forward-statement)
1787 (python-nav-statement-start, python-nav-statement-end)
1788 (python-nav-backward-block, python-nav-forward-block)
1789 (python-nav-block-start, python-nav-block-end)
1790 (python-nav-forward-sexp-function)
1791 (python-info-current-line-comment-p)
1792 (python-info-current-line-empty-p): New functions.
1793 (python-indent-context): Use `python-nav-statement-start'.
1794
01795a1b
MA
17952012-07-16 Michael Albinus <michael.albinus@gmx.de>
1796
9328d9aa
MA
1797 * eshell/em-ls.el (eshell/ls): Use `apply'.
1798
1799 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
1800 multi-hops, instead of Tramp internals.
1801
01795a1b
MA
1802 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
1803
1804 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
1805 when F1 and F2 are located on different hosts.
1806
63408057
CY
18072012-07-14 Chong Yidong <cyd@gnu.org>
1808
1809 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
1810 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
1811 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
1812 (xterm-mouse--read-event-sequence-1000)
1813 (xterm-mouse--read-event-sequence-1006): New functions. For old
1814 mouse protocol, handle M-mouse-X events correctly.
1815 (xterm-mouse-event): New arg specifying mouse protocol.
1816 (turn-on-xterm-mouse-tracking-on-terminal)
1817 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
1818 sequence to toggle extended coordinates on newer XTerms.
1819 This appears to be harmless on terminals which do not support this.
63408057 1820
cd276f6e
LL
18212012-07-14 Leo Liu <sdl.web@gmail.com>
1822
28ca98ac
LL
1823 Add fringe bitmap indicators for flymake. (Bug#11253)
1824 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
1825 (flymake-make-overlay): New arg BITMAP.
1826 (flymake-error-bitmap, flymake-warning-bitmap)
1827 (flymake-fringe-indicator-position): New user variables.
1828
cd276f6e
LL
1829 * fringe.el: New bitmap exclamation-mark.
1830
04408072
JD
18312012-07-14 Jan Djärv <jan.h.d@swipnet.se>
1832
1833 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
1834 also (Bug#7879).
1835
b5cf7fc4
CY
18362012-07-14 Chong Yidong <cyd@gnu.org>
1837
1838 * electric.el (electric-pair-post-self-insert-function): Fix pair
1839 insertion in empty-region case (Bug#11520).
1840
be755c79
RT
18412012-07-14 Chong Yidong <cyd@gnu.org>
1842
45fd731c
SM
1843 * bindings.el: Consolidate ctl-x-r-map bindings.
1844 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
1845
1846 * rect.el, register.el: Move bindings to bindings.el.
1847
18482012-07-14 Reuben Thomas <rrt@sc3d.org>
1849
1850 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
1851
7f5b3198
AS
18522012-07-13 Andreas Schwab <schwab@linux-m68k.org>
1853
1854 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
1855
97662200
JB
18562012-07-13 Juanma Barranquero <lekktu@gmail.com>
1857
80185fed
JB
1858 * bindings.el (top): Use `mapc' instead of `mapcar'.
1859
97662200
JB
1860 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
1861
2bb1ae55
MA
18622012-07-13 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * progmodes/sql.el (sql-comint): Suppress the check for program on
1865 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
1866 (Bug#11908)
1867
dea31bd3
CY
18682012-07-13 Chong Yidong <cyd@gnu.org>
1869
1870 * bindings.el: Assign a non-nil permanent-local property to
1871 per-buffer variables which lack a default value (Bug#11930).
1872
1873 * help-fns.el (describe-variable): In the "automatically becomes
1874 local" notice, take note of permanent-local variables.
1875
b68b3337
CY
18762012-07-13 Chong Yidong <cyd@gnu.org>
1877
1878 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
1879 to allow printing the message when called from Lisp.
1880
1881 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1882 Remove toggle-read-only.
1883
1884 * bs.el (bs-toggle-readonly):
45fd731c
SM
1885 * buff-menu.el (Buffer-menu-toggle-read-only):
1886 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
1887
1888 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
1889 Remove with-no-warnings around toggle-read-only.
1890 (ffap-read-only, ffap-read-only-other-window)
1891 (ffap-read-only-other-frame): Callers changed.
1892
1893 * help-mode.el: Don't require view package.
1894 (help-mode-finish): Set buffer-read-only instead of calling
1895 toggle-read-only.
1896
1897 * bindings.el (mode-line-toggle-read-only):
1898 * dired.el (dired-toggle-read-only):
1899 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
1900 with non-nil second arg.
1901
1902 * emacs-lisp/eieio-custom.el (eieio-customize-object):
1903 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
1904 directly.
1905
56bc1586
EZ
19062012-07-12 Eli Zaretskii <eliz@gnu.org>
1907
1908 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
1909 not incf.
1910
a464a6c7
SM
19112012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 More CL cleanups and reduction of use of cl.el.
1914 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
1915 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
1916 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
1917 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
1918 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
1919 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
1920 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
1921 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
1922 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
1923 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
1924 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
1925 * eshell/em-cmpl.el, eshell/em-banner.el:
1926 * calendar/parse-time.el: Use cl-lib.
1927 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
1928 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
1929 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
1930 * term/ns-win.el, term.el, shell.el, ps-samp.el:
1931 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
1932 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
1933 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
1934 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
1935 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
1936 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
1937 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
1938 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
1939 `lambda' rather than with `quote'.
1940 (eshell-do-opt): Adjust accordingly.
1941 (eshell-process-option): Simplify.
1942 * eshell/esh-var.el:
1943 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
1944 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
1945 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
1946 to `pcase--dontcare'.
1947 * emacs-lisp/cl.el (labels): Mark obsolete.
1948 (cl--letf, letf): Move to cl-lib.
1949 (cl--letf*, letf*): Remove.
1950 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
1951 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
1952 (cl-progv): Rewrite.
1953 (cl--letf, cl-letf): Move from cl.el.
1954 (cl-letf*): New macro.
1955 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
1956
7ad4afe1
MA
19572012-07-11 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
1960
9af57756
CY
19612012-07-11 Chong Yidong <cyd@gnu.org>
1962
1963 * vc/log-edit.el (log-edit-vc-backend): New variable.
1964 (log-edit): Doc fix.
1965
1966 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
1967 argument of log-edit to set up all local variables.
1968 (vc-start-logentry): New optional arg specifying VC backend.
1969
1970 * vc/vc.el (vc-checkin): Use it.
1971 (vc-deduce-fileset): Handle Log Edit buffers.
1972 (vc-diff): Make first argument optional too.
1973
1974 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
1975
8477cc7a
MA
19762012-07-10 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
1979 command, just in case. The function is not needed anymore.
1980 (eshell-external-command): Do not call `eshell-remote-command'.
1981
19faa8e8
SM
19822012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1983
f58e0fd5
SM
1984 Reduce use of (require 'cl).
1985 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
1986 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
1987 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
1988 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
1989 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
1990 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
1991 * battery.el, avoid.el, abbrev.el: Use cl-lib.
1992 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
1993 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
1994 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
1995 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
1996 * calculator.el, autorevert.el, apropos.el: Don't require CL.
1997 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1998 (byte-compile-unfold-bcf, byte-compile-check-variable):
1999 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2000 (byte-compile-nilconstp):
2001 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2002 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2003
2519d43a
SM
2004 * emacs-lisp/gv.el (cond): Make it a valid place.
2005 (if): Simplify slightly.
2006
19faa8e8
SM
2007 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2008 (pcase--self-quoting-p): New function.
2009 (pcase--u1): Use it.
2010
c4907a5e
GM
20112012-07-10 Glenn Morris <rgm@gnu.org>
2012
2013 * emacs-lisp/authors.el (authors-fixed-entries):
2014 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2015
c4444d16
PE
20162012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2017
2018 Rename configure.in to configure.ac (Bug#11603).
2019 * emacs-lisp/authors.el (authors-canonical-file-name):
2020 * progmodes/autoconf.el (autoconf-mode):
2021 Prefer configure.ac to configure.in.
2022
d75be97d
CY
20232012-07-08 Chong Yidong <cyd@gnu.org>
2024
01ac65bd
CY
2025 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2026 Implement the mouse-1-click-follows-link handling properly.
2027
2028 * info.el (Info-link-keymap): Use follow-link mechanism for
2029 header-line links (Bug#374).
2030
d75be97d
CY
2031 * simple.el (deactivate-mark): Do not set the primary selection
2032 if another program has acquired it (Bug#11772).
2033
87a92845 20342012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
2035
2036 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2037 (woman-decode-region): Replace escaped-escapes without destroying
2038 bold or underline (Bug#11552).
87a92845 2039 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 2040
621b9d6c
CY
20412012-07-07 Chong Yidong <cyd@gnu.org>
2042
2043 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
2044 (interprogram-cut-function, interprogram-paste-function):
2045 Mention that we typically mean the clipboard.
621b9d6c 2046
133a11fc
GM
20472012-07-06 Glenn Morris <rgm@gnu.org>
2048
0d27a45e
GM
2049 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
2050
133a11fc
GM
2051 * files.el (toggle-read-only): Restrict message to interactive use.
2052
07b151f1
MA
20532012-07-06 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2056
2057 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2058
211b896b
GM
20592012-07-06 Glenn Morris <rgm@gnu.org>
2060
50394322
GM
2061 * Makefile.in (compile-one-process): Rename from "recompile".
2062
211b896b
GM
2063 * Makefile.in (bzr-update): "compile" is the same as "recompile
2064 autoloads", but parallelizable, so use that instead.
2065
4737eec9
DG
20662012-07-06 Dmitry Gutov <dgutov@yandex.ru>
2067
2068 * window.el (quit-window): Always restore window height when
8137e7b3 2069 it's saved in quit-restore parameter (Bug#11810).
4737eec9 2070
226c3633 20712012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
2072
2073 * simple.el (kill-whole-line): Doc tweak.
2074
226c3633 20752012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
2076
2077 * files.el (file-relative-name): Compare file names
2078 case-insensitively if on MS-Windows or MS-DOS, or if
2079 read-file-name-completion-ignore-case is non-nil. Don't use
2080 case-fold-search for this purpose. (Bug#11827)
2081
4dc7c8d5
SM
20822012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2083
2084 * calendar/cal-dst.el (calendar-current-time-zone):
2085 Return calendar-current-time-zone-cache if non-nil.
2086
20872012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 20882012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 2089
19faa8e8
SM
2090 * calendar/cal-dst.el (calendar-current-time-zone):
2091 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 2092
60198fc9
GM
20932012-07-06 Glenn Morris <rgm@gnu.org>
2094
2095 * Makefile.in (cvs-update): Remove old alias.
2096
957b3189
MA
20972012-07-05 Michael Albinus <michael.albinus@gmx.de>
2098
2099 Sync with Tramp 2.2.6-pre.
2100
2101 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2102 compatible declaration.
2103
19faa8e8
SM
2104 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2105 Protect `list-load-path-shadows' call.
957b3189
MA
2106
2107 * net/tramp-compat.el (top): Require packages, which aren't
2108 autoloaded anymore for XEmacs. Protect call of
2109 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2110 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
2111 it hurts at least for SXEmacs.
2112 (tramp-compat-temporary-file-directory): In XEmacs, there is no
2113 standard-value for `temporary-file-directory'.
2114
2115 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2116 Redirect stderr to /dev/null.
2117 (tramp-sh-handle-write-region): uid and gid can be floats.
2118 Reported by Russell Sim <russell.sim@gmail.com>.
2119 (tramp-sh-handle-vc-registered): Hide errors.
2120 (tramp-vc-file-name-handler): Use dummy results for `process-file'
2121 and `start-file-process'.
2122 (tramp-maybe-open-connection): Check also whether `non-essential'
2123 is bound.
2124
566df3fc
CY
21252012-07-04 Chong Yidong <cyd@gnu.org>
2126
2127 * xml.el (xml--parse-buffer): Use xml-syntax-table.
2128 (xml-parse-tag): Likewise, and avoid changing entity tables.
2129 (xml-syntax-table): Define from scratch, making sure not to give
2130 x2000 and other Unicode spaces whitespace syntax, since those are
2131 not spaces in XML.
2132 (xml-parse-fragment): Delete unused function.
2133 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2134 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2135 (xml-entity-ref, xml-pe-reference-re)
2136 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2137 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2138 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2139 (xml-entity-value-re): Use syntax references in regexps where
2140 possible; no need to define inside a let-binding.
2141 (xml-parse-dtd): Use xml-pe-reference-re.
2142 (xml-entity-or-char-ref-re): New defconst.
2143 (xml-parse-string, xml-substitute-special): Use it.
2144
30eabd7a
SM
21452012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2146
0781098a
SM
2147 * files.el (locate-dominating-file): Allow `name' to be a predicate.
2148 (find-file--read-only): New function.
2149 (find-file-read-only, find-file-read-only-other-window)
2150 (find-file-read-only-other-frame): Use it.
2151 (insert-file-contents-literally): Don't `fset'.
2152 (get-free-disk-space): Use locate-dominating-file.
2153
b5771c0d
SM
2154 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2155 function is already compiled.
2156
30eabd7a
SM
2157 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
2158
b4886f6e
MA
21592012-07-03 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2162 files on the same host.
2163
b9d82339
AS
21642012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2165
2166 * help-fns.el (describe-function-1): Only call
2167 help-fns--autoloaded-p when we have a file name. (Bug#11848)
2168
a76e6535
CY
21692012-07-03 Chong Yidong <cyd@gnu.org>
2170
2171 * xml.el: Protect parser against XML bombs.
2172 (xml-entity-expansion-limit): New variable.
2173 (xml-parse-string, xml-substitute-special): Use it.
2174 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2175
b544fef2
GM
21762012-07-03 Glenn Morris <rgm@gnu.org>
2177
2178 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2179 Allow linking to specific messages in debbugs reports (eg 123#5).
2180
a7aef6f5
CY
21812012-07-02 Chong Yidong <cyd@gnu.org>
2182
2183 * xml.el: Fix entity and character reference expansion, allowing
2184 them to expand into markup as per XML spec.
2185 (xml-default-ns): New variable.
2186 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
2187 (xml-parse-region): Make first two arguments optional.
2188 Discard text properties.
2189 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2190 All callers changed.
a7aef6f5
CY
2191 (xml-parse-tag): Call xml-parse-tag-1. For backward
2192 compatibility, this function should not modify buffer contents.
2193 (xml-parse-tag-1): Fix opening-tag regexp.
2194 (xml-parse-string): Rewrite, handling entity and character
2195 references properly.
2196 (xml--entity-replacement-text): Signal an error if a parameter
2197 entity is undefined.
2198
3df31c9f
SM
21992012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2b5208f1
SM
2201 * comint.el (comint-output-filter): Filter out repeated prompts.
2202
3df31c9f
SM
2203 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
2204 and file-name-absolute-p.
2205 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
2206 internal calls.
2207
e3ac1281
PE
22082012-07-02 Paul Eggert <eggert@cs.ucla.edu>
2209
2210 Spelling fixes.
2211 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
2212 Rename from byte-compile--refiy-function. All uses changed.
2213
fbf2e7ad
CY
22142012-07-01 Chong Yidong <cyd@gnu.org>
2215
2216 * xml.el (xml--parse-buffer): New function. Move most of
2217 xml-parse-region here.
2218 (xml-parse-region): Copy region into a temporary buffer, since
2219 parameter entity substitution requires changing buffer contents.
2220 Use xml--parse-buffer.
2221 (xml-parse-file): Use xml--parse-buffer.
2222 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 2223 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 2224
9bf0aa15
GM
22252012-06-30 Glenn Morris <rgm@gnu.org>
2226
bbce2853
GM
2227 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
2228
9bf0aa15
GM
2229 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
2230 Remove outdated and unnecessary dbus declarations.
2231
0d23c240
EZ
22322012-06-30 Eli Zaretskii <eliz@gnu.org>
2233
2234 * emacs-lisp/timer.el (timer-until): Subtract results of
2235 float-time, instead of taking float-time of the result of
2236 time-subtract, since float-time signals an error for negative time
2237 arguments.
2238
b3218de1
CY
22392012-06-30 Chong Yidong <cyd@gnu.org>
2240
2241 * xml.el (xml-*-re): Convert defvars into defconsts, and
2242 eval-and-compile them so eval-and-compile works on derivatives.
2243 (xml--entity-replacement-text): Use eval-and-comple.
2244
a40c87a0
MA
22452012-06-30 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * vc/vc-git.el (vc-git-registered): Use cache property
2248 `git-registered'.
2249 (vc-git-mode-line-string): Call `vc-working-revision' instead of
2250 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 2251 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 2252
ac87de97
DG
22532012-06-30 Dmitry Gutov <dgutov@yandex.ru>
2254
2255 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 2256 removed (likely outside Emacs). (Bug#11757)
ac87de97 2257
ac10fe06
SM
22582012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2259
3df31c9f 2260 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 2261
7f3fbd5d
CY
22622012-06-30 Chong Yidong <cyd@gnu.org>
2263
2264 * xml.el: Implement XML parameter entities.
2265 (xml-parameter-entity-alist): New variable.
2266 (xml-parse-region, xml-parse-fragment): Preserve previous values
2267 of xml-entity-alist and xml-parameter-entity-alist, so that
2268 repeated calls on different documents do not change them.
2269 (xml-parse-tag): Fix doctype regexp.
2270 (xml--entity-replacement-text): New function.
2271 (xml-parse-dtd): Use it. Don't handle system entities; doing that
2272 properly requires url retrieval which is unimplemented.
2273 (xml-escape-string): Doc fix.
2274
3cfbebba
SM
22752012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
2278
2af3565e
DA
22792012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
2280
2281 * fringe.el (fringe-mode): Doc fix.
2282
929df0e7
MA
22832012-06-29 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
2286 is non-nil.
2287 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
2288 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
2289
c8d3a25c 22902012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 2291
c8d3a25c
GM
2292 * calendar/cal-dst.el (calendar-current-time-zone):
2293 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 2294
c8d3a25c 22952012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
2296
2297 * progmodes/which-func.el (which-func-format):
2298 Add mouse-face. (Bug#11698)
2299
c8d3a25c
GM
23002012-06-29 Leo Liu <sdl.web@gmail.com>
2301
2302 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
2303
23042012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * minibuffer.el (minibuffer-confirm-exit-commands):
2307 Add completion-at-point (bug#11725).
2308
23092012-06-29 Glenn Morris <rgm@gnu.org>
2310
2311 * progmodes/f90.el (f90-font-lock-keywords-2):
2312 Add some preprocessor elements. (Bug#10499)
2313
23142012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * progmodes/cperl-mode.el (cperl-update-syntaxification):
2317 Use syntax-propertize (bug#11739).
2318
2badeec4
JB
23192012-06-28 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
2322
ae4969c2
JD
23232012-06-28 Julien Danjou <julien@danjou.info>
2324
2325 * term.el (term-handle-colors-array): Use a set of new faces to
2326 color the terminal. Also uses :inverse-video property.
2327 (term-default-fg-color): Set to nil by default, deprecate in favor
2328 of `term-face'.
2329 (term-default-bg-color): Set to nil by default, deprecate in favor
2330 of `term-face'.
2331 (term-current-face): Use `term-face' by default.
2332 (term-bold-attribute): Variable deleted.
2333
1c9bd870
GM
23342012-06-28 Glenn Morris <rgm@gnu.org>
2335
2336 * simple.el (completion-list-mode-finish):
2337 Don't use toggle-read-only. (Since completion-list-mode has
2338 a special mode-class, it wasn't doing anything extra anyway.)
2339
c207708c
SM
23402012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 Make inlining of other-mode interpreted functions work (bug#11799).
2343 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
2344 (byte-compile): Use it to fix compilation of lexical-binding closures.
2345 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
2346 function, if needed.
2347
3fd56834
SM
23482012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2349
04901786
SM
2350 * help-mode.el (help-make-xrefs): Don't just withstand
2351 cyclic-variable-indirection but any error in documentation-property.
2352
1ec4b7b2
SM
2353 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
2354 memory use.
2355 * bindings.el (bindings--define-key): New function.
2356 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
2357 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
2358 * bindings.el: Use it to purecopy define-key bindings.
2359
e309e2a5
SM
2360 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
2361
d5c6faf9
SM
2362 * emacs-lisp/cl.el (flet): Mark obsolete.
2363 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
2364 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
2365 * progmodes/js.el (js-c-fill-paragraph):
2366 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
2367 (ebrowse-switch-member-buffer-to-derived-class):
2368 * play/5x5.el (5x5-solver): Use cl-flet.
2369
6e9590e2
SM
2370 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
2371 (cl--symbol-function): New macro.
2372 (cl--letf, cl--letf*): Use it.
2373
3fd56834
SM
2374 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2375 Strip "toggle-" if any.
2376
35ff222c
GM
23772012-06-27 Glenn Morris <rgm@gnu.org>
2378
1ba6038a
GM
2379 * info.el (Info-default-directory-list): Move here from paths.el.
2380 * paths.el: Remove file, which is now empty.
2381 * loadup.el: No longer load "paths".
2382
0ea0e51b
GM
2383 * custom.el (custom-initialize-delay): Doc fix.
2384
35ff222c
GM
2385 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2386 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2387 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2388 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2389 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2390 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
2391 * eshell/eshell.el (eshell-defgroup): Remove alias.
2392
c89926a5
CY
23932012-06-27 Chong Yidong <cyd@gnu.org>
2394
2395 * help.el (help-enable-auto-load): New variable.
2396
2397 * help-fns.el (help-fns--autoloaded-p): New function.
2398 (describe-function-1): Refer to a function as "autoloaded" if it
2399 was autoloaded at any time in the past. Perform autoloading if
2400 help-enable-auto-load is non-nil.
2401
cc06e7e7
EZ
24022012-06-26 Eli Zaretskii <eliz@gnu.org>
2403
2404 * makefile.w32-in (compile, compile-always): Depend on
2405 update-subdirs, not on subdirs.el. Otherwise, several different
2406 sub-targets of 'bootstrap' running in parallel could
2407 simultaneously write to subdirs.el, producing a garbled file.
2408
d2c32364
SS
24092012-06-26 Sam Steingold <sds@gnu.org>
2410
2411 * files.el (file-name-base): New convenience function.
0d14cc21
GM
2412 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
2413 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
2414 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
2415 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
2416 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
2417 * textmodes/tex-mode.el: Use it.
2418 Did not touch cedet and org because they are maintained elsewhere.
2419
5cf983b2
MR
24202012-06-26 Martin Rudalics <rudalics@gmx.at>
2421
2422 * calendar/calendar.el (calendar-exit): Don't try to delete or
2423 iconify last frame. See:
2424 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
2425
8c4f2952
JD
24262012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
2427
2428 * server.el (server-process-filter): Remember dir in the
2429 process's `server-client-directory' properties.
2430
772b2e2c
CY
24312012-06-24 Chong Yidong <cyd@gnu.org>
2432
2433 * xml.el (xml-parse-tag): Correctly handle comment embedded in
2434 non-tag text.
2435
711b11e1
JB
24362012-06-23 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
2439
dc5d230c
SM
24402012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * help-fns.el (describe-variable): Don't croak when doc is not found.
2443 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
2444 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
2445 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
2446 * emacs-lisp/smie.el (smie-next-sexp): CSE.
2447 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
2448 ((lambda ..) ..).
2449 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
2450
136e1c1d
CY
24512012-06-23 Chong Yidong <cyd@gnu.org>
2452
e8c1cabf
CY
2453 * info.el (Info-mouse-follow-link): Accept symbol values of
2454 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
2455 (Info-fontify-node): Use Info-link-keymap for all navigation
2456 buttons, with link-args property to perform the desired action.
2457 (Info-link-keymap): Doc fix.
2458 (Info-next-link-keymap, Info-prev-link-keymap)
2459 (Info-up-link-keymap): Delete now-unused keymaps.
2460
0e9e6c6a
CY
24612012-06-23 Chong Yidong <cyd@gnu.org>
2462
05e89fea
CY
2463 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
2464
0e9e6c6a
CY
2465 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
2466 system abbrevs.
2467
2468 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
2469
e33c6771
SM
24702012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2471
b68581e2
SM
2472 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
2473 (bug#11719).
2474
e33c6771
SM
2475 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
2476 the requote function doesn't work properly (bug#11714).
2477
7117e105
GM
24782012-06-23 Glenn Morris <rgm@gnu.org>
2479
2480 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
2481
36cec983
SM
24822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 Further GV/CL cleanups.
2485 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
2486 gv-expander.
2487 (gv--defun-declaration): New function.
2488 (defun-declarations-alist): Use it.
2489 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
2490 (gv-place): Autoload.
2491 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
2492 original definition of dotimes and dolist.
2493 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
2494 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
2495 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
2496 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2497 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
2498 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
2499 to the function's definition.
2500 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
2501 * window.el:
2502 * files.el:
2503 * faces.el:
2504 * env.el: Don't use CL.
2505
d35af63c
PE
25062012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2507
2508 Support higher-resolution time stamps (Bug#9000).
2509
2510 * calendar/time-date.el (with-decoded-time-value): New arg
2511 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
2512 (encode-time-value): New optional arg PICO. New type 3.
2513 (time-to-seconds) [!float-time]: Support the new picoseconds
2514 component if it's used.
2515 (seconds-to-time, time-subtract, time-add):
2516 Support ps-resolution time stamps as well.
2517
2518 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
2519 (timerp): Timer vectors now have length 9, not 8.
2520 (timer--time): Support new-style (4-part) time stamps.
2521 (timer-next-integral-multiple-of-time): Time stamps now have
2522 picosecond resolution, so take a bit more care about rounding.
2523 (timer-relative-time, timer-inc-time): New optional arg psecs.
2524 (timer-set-time-with-usecs): Set psecs to 0.
2525 (timer--activate): Check psecs component, too.
2526
2527 * proced.el (proced-time-lessp): Support ps-resolution stamps.
2528
ac77b21a
SM
25292012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2530
f143bfe3
SM
2531 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
2532 Move the non-essential binding to the post/pre-command-hook where it is
2533 more obviously correct.
2534
ac77b21a
SM
2535 * subr.el (read-passwd): Don't use a history at all.
2536 * savehist.el (savehist-save): Remove password saved accidentally
2537 because of the above bug.
2538
76386c5a
BG
25392012-06-22 Bastien Guerry <bzg@gnu.org>
2540
2541 * files.el (toggle-read-only): Display a message telling whether
2542 the buffer is read-only or not (bug#11726).
2543
2ee3d7f0
SM
25442012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * emacs-lisp/gv.el: New file.
2547 * subr.el (push, pop): Extend to generalized variables.
2548 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
2549 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
2550 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
2551 gv-define-simple-setter, and gv-define-expander.
2552 Remove setf-methods defined in gv. Rename cl-setf -> setf.
2553 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
2554 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
2555 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
2556 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
2557 gv-letplace.
2558 (cl-defstruct): Don't define setf-method any more.
2559 * emacs-lisp/cl.el (flet): Don't autoload.
2560 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
2561 (define-setf-expander, defsetf, define-modify-macro)
2562 (cl-struct-setf-expander): Move from cl-lib.el.
2563 * emacs-lisp/syntax.el:
2564 * emacs-lisp/ewoc.el:
2565 * emacs-lisp/smie.el:
2566 * emacs-lisp/cconv.el:
2567 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
2568 (timer--time): Use gv-define-simple-setter.
2569 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
2570 to avoid coding-system problems in subr.el. Adjust all users.
2571 (macroexp--maxsize, macroexp-small-p): New functions.
2572 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
2573 * scroll-bar.el (scroll-bar-mode):
2574 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2575 (normal-erase-is-backspace-mode): Don't use the `eq' place.
2576 * winner.el (winner-configuration, winner-make-point-alist)
2577 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
2578 * files.el (locate-file-completion-table): Avoid list*.
2579
c5695d1d
CY
25802012-06-22 Chong Yidong <cyd@gnu.org>
2581
2582 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
2583 (dired-create-files): Doc fix (Bug#11329).
2584 (dired-do-copy): Doc fix (Bug#11334).
2585 (dired-mark-read-string): Doc fix (Bug#11553).
2586
2ee3d7f0
SM
2587 * dired.el (dired-recursive-copies, dired-recursive-deletes):
2588 Doc fix (Bug#11326).
c5695d1d
CY
2589 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
2590 (dired-dwim-target): Doc fix.
2591
2592 * wdired.el (wdired-mode): Doc fix.
2593
89b5595a
GM
25942012-06-22 Glenn Morris <rgm@gnu.org>
2595
575db3f1
GM
2596 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
2597 (pcmpl-rpm-cache-stamp-file): New constant.
2598 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
2599 (pcmpl-rpm-packages): Optionally cache list of packages.
2600
a4c8dd51
GM
2601 * pcmpl-rpm.el (pcmpl-rpm): New group.
2602 (pcmpl-rpm-query-options): New option.
2603 (pcmpl-rpm-packages): No need to inline it.
2604 Use pcmpl-rpm-query-options.
2605
89b5595a
GM
2606 * calendar/calendar.el (calendar-in-read-only-buffer):
2607 Avoid some needless mode changes.
2608
e76f0800
CY
26092012-06-21 Chong Yidong <cyd@gnu.org>
2610
2611 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
2612 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 2613 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 2614
297a8f1d
CY
26152012-06-20 Chong Yidong <cyd@gnu.org>
2616
2617 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
2618
d34c18b1
DR
26192012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
2620
2621 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
2622 (bug#11201).
2623
32f7f28e
CY
26242012-06-20 Chong Yidong <cyd@gnu.org>
2625
2626 * term.el (term-window-width): Handle the case of a missing right
2627 fringe (Bug#8837).
2628 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
2629 (term-mode): Use define-derived-mode. Minor cleanups.
2630 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
2631 (term-move-columns, term-insert-char, term-emulate-terminal)
2632 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 2633
493c6688
MA
26342012-06-20 Michael Albinus <michael.albinus@gmx.de>
2635
d34c18b1
DR
2636 * net/ange-ftp.el (ange-ftp-get-passwd):
2637 Bind `enable-recursive-minibuffers'.
493c6688
MA
2638 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
2639
3f06ecf4
DR
26402012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
2641
2642 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
2643
68f12411
GM
26442012-06-19 Glenn Morris <rgm@gnu.org>
2645
2646 * progmodes/python.el (python-mode): Derive from prog-mode.
2647
b3820318
KG
26482012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2649
2650 * emulation/edt.el (edt-default-menu-bar-update-buffers)
2651 (edt-user-menu-bar-update-buffers): New functions.
2652 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
2653
c6bf3022
CY
26542012-06-19 Chong Yidong <cyd@gnu.org>
2655
2656 * subr.el (with-selected-window): Preserve the selected window's
2657 terminal's top-frame (Bug#4702).
2658
2659 * window.el (save-selected-window): Likewise.
2660
25f09295
SM
26612012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * progmodes/python.el (python-rx-constituents): Move backquote.
2664 (python-skeleton-define, python-define-auxiliary-skeleton):
2665 Use `declare'.
2666
6b11952a
MA
26672012-06-18 Michael Albinus <michael.albinus@gmx.de>
2668
2669 * minibuffer.el (read-file-name-default): Revert the patch from
2670 2012-06-17.
2671
ee4b1330
SM
26722012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
2675 (pcase--u1, pcase--q1): Don't use apply-partially.
2676
35647f79
GM
26772012-06-18 Glenn Morris <rgm@gnu.org>
2678
2679 * progmodes/python.el (python-proc, python-buffer)
2680 (python-send-receive, python-send-string): Fix obsolete versions.
2681
24b0cff0
MR
26822012-06-18 Martin Rudalics <rudalics@gmx.at>
2683
2684 * window.el (special-display-p): Completely remove stringp
2685 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
2686
29855149
MA
26872012-06-17 Michael Albinus <michael.albinus@gmx.de>
2688
2689 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
2690
2691 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
2692
2693 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
2694 * net/tramp-sh.el (tramp-maybe-open-connection):
2695 Throw if `non-essential' is non-nil.
2696
07463363
MR
26972012-06-17 Martin Rudalics <rudalics@gmx.at>
2698
2699 * window.el (special-display-p): Signal an error if BUFFER-NAME
2700 is not a string (Bug#11713).
2701
48d1354e
PE
27022012-06-17 Paul Eggert <eggert@cs.ucla.edu>
2703
2704 * progmodes/python.el (python-info-beginning-of-backslash):
2705 Rename from python-info-beginning-of-backlash, as a spelling fix.
2706
eb4a8a9a
CY
27072012-06-17 Chong Yidong <cyd@gnu.org>
2708
2709 * term.el (term-emulate-terminal): If term-check-size is called,
2710 move point to the process mark without resetting point (Bug#4635).
2711
ddfbf826 27122012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
2713
2714 * international/mule-cmds.el (mule-menu-keymap)
2715 (set-language-environment, set-locale-environment): Doc tweaks.
2716
9b0e3eba
AA
27172012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
2718
2719 * cus-face.el (custom-face-attributes): Add wave-style underline
2720 attribute.
2721 * faces.el (set-face-attribute): Update docstring to describe
2722 wave-style underline attribute.
2723
771e3eae
CY
27242012-06-16 Chong Yidong <cyd@gnu.org>
2725
2726 * term/xterm.el (terminal-init-xterm): Discard input before
2727 querying background mode (Bug#10959).
2728
7ae2ea10
SM
27292012-06-16 Stefan Merten <smerten@oekonux.de>
2730
2731 * textmodes/rst.el: Added and corrected some comments.
2732 (rst-re-alist-def): Improve symbol syntax.
2733 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
2734 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2735 (rst-official-version, rst-official-cvs-rev): Update version
2736 information.
7ae2ea10 2737
b6974efa
JB
27382012-06-15 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
2741 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
2742
8826d473
GM
27432012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
2744
2745 * progmodes/python.el: New python.el merge.
2746 (python-guess-indent): Obsolete var.
2747 (python-indent-guess-indent-offset): New defcustom.
2748 (python-indent): Obsolete var.
2749 (python-indent-offset): New defcustom.
2750 (python-python-command, python-jython-command): Delete var.
2751 (python-shell-interpreter): New defcustom.
2752 (python-pdbtrack-do-tracking-p): Delete var.
2753 (python-pdbtrack-activate): New defcustom.
2754 (python-use-skeletons): Obsolete var.
2755 (python-skeleton-autoinsert): New defcustom.
2756 (inferior-python-filter-regexp, python-continuation-offset)
2757 (python-honour-comment-indentation, python-indent-string-contents)
2758 (python-jython-packages, python-mode-hook)
2759 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
2760 (python-shell-prompt-alist)
2761 (python-source-modes): Delete defcustoms.
2762 (python-check-buffer-name, python-eldoc-setup-code)
2763 (python-eldoc-string-code, python-ffap-setup-code)
2764 (python-ffap-string-code, python-fill-comment-function)
2765 (python-fill-decorator-function, python-fill-paren-function)
2766 (python-fill-string-function, python-imenu-include-defun-type)
2767 (python-imenu-make-tree, python-imenu-subtree-root-label)
2768 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
2769 (python-shell-compilation-regexp-alist)
2770 (python-shell-completion-module-string-code)
2771 (python-shell-completion-pdb-string-code)
2772 (python-shell-completion-setup-code)
2773 (python-shell-completion-string-code)
2774 (python-shell-enable-font-lock, python-shell-exec-path)
2775 (python-shell-extra-pythonpaths)
2776 (python-shell-internal-buffer-name, python-shell-interpreter-args)
2777 (python-shell-process-environment)
2778 (python-shell-prompt-block-regexp)
2779 (python-shell-prompt-output-regexp)
2780 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
2781 (python-shell-send-setup-max-wait, python-shell-setup-codes)
2782 (python-shell-virtualenv-path): New defcustoms.
2783 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
2784 (inferior-python-mode-syntax-table, python--prompt-regexp)
2785 (python-buffer, python-command python-python-command)
2786 (python-default-template, python-imports, python-indent-index)
2787 (python-indent-list, python-indent-list-length)
2788 (python-mode-running, python-pdbtrack-is-tracking-p)
2789 (python-preoutput-continuation, python-preoutput-leftover)
2790 (python-preoutput-result, python-preoutput-skip-next-prompt)
2791 (python-prev-dir/file, python-recursing)
2792 (python-saved-check-command, python-version-checked)
2793 (python-which-func-length-limit)
2794 (view-return-to-alist): Delete vars.
2795 (python-check-custom-command, python-dotty-syntax-table)
2796 (python-imenu-index-alist, python-indent-current-level)
2797 (python-indent-dedenters, python-indent-levels)
2798 (python-nav-beginning-of-defun-regexp)
2799 (python-nav-list-defun-positions-cache)
2800 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
2801 (python-shell-internal-buffer)
2802 (python-skeleton-available): New vars.
2803 (def-python-skeleton): Delete macro.
2804 (python-skeleton-define): New macro.
2805 (python-define-auxiliary-skeleton, python-rx): New macros.
2806 (python-insert-class): Delete command.
2807 (python-skeleton-class): New command.
2808 (python-insert-def): Delete command.
2809 (python-skeleton-def): New command.
2810 (python-insert-for): Delete command.
2811 (python-skeleton-for): New command.
2812 (python-insert-if): Delete command.
2813 (python-skeleton-if): New command.
2814 (python-insert-try/except, python-insert-try/finally): Delete commands.
2815 (python-skeleton-try): New command.
2816 (python-insert-while): Delete command.
2817 (python-skeleton-while): New command.
2818 (python-backspace): Delete command.
2819 (python-indent-dedent-line-backspace): New command.
2820 (python-electric-colon): Delete command.
2821 (python-indent-electric-colon): New command.
2822 (python-guess-indent): Delete command.
2823 (python-indent-guess-indent-offset): New command.
2824 (python-shift-left): Delete command.
2825 (python-indent-shift-left): New command.
2826 (python-shift-right): Delete command.
2827 (python-indent-shift-right): New command.
2828 (python-find-function): Delete command.
2829 (python-nav-jump-to-defun): New command.
2830 (python-next-statement): Delete command.
2831 (python-nav-forward-sentence): New command.
2832 (python-previous-statement): Delete command.
2833 (python-nav-backward-sentence): New command.
2834 (python-fill-paragraph): Delete command.
2835 (python-fill-paragraph-function): New command.
2836 (python-send-buffer): Delete command.
2837 (python-shell-send-buffer): New command.
2838 (python-send-defun): Delete command.
2839 (python-shell-send-defun): New command.
2840 (python-send-region, python-send-region-and-go): Delete commands.
2841 (python-shell-send-region)
2842 (python-shell-switch-to-shell): New commands.
2843 (python-send-string): Delete command.
2844 (python-shell-send-string): New command.
2845 (python-switch-to-python): Delete command.
2846 (python-shell-switch-to-shell): New command.
2847 (python-describe-symbol): Delete command.
2848 (python-eldoc-at-point): New command.
2849 (python--set-prompt-regexp, python-args-to-list)
2850 (python-after-info-look, python-check-version)
2851 (python-check-comint-prompt, python-find-imports)
2852 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
2853 (python-unload-function, python-expand-template)
2854 (python-maybe-jython, python-preoutput-filter)
2855 (python-pdbtrack-get-source-buffer)
2856 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
2857 (python-pdbtrack-toggle-stack-tracking)
2858 (python-pdbtrack-track-stack-file, python-initial-text)
2859 (python-first-word, python-comment-line-p, python-send-command)
2860 (python-setup-brm, python-sentinel, python-set-proc)
2861 (python-skip-out, python-input-filter, python-outdent-p)
2862 (python-outline-level, python-backslash-continuation-line-p)
2863 (python-end-of-block, python-end-of-statement, python-mark-block)
2864 (python-beginning-of-block, python-beginning-of-statement)
2865 (python-blank-line-p, python-beginning-of-string)
2866 (python-open-block-statement-p): Delete functions.
2867 (python-indent-line, python-indent-line-1): Delete functions.
2868 (python-indent-line): New function.
2869 (python-indentation-levels): Delete function.
2870 (python-indent-calculate-levels): New function.
2871 (python-proc): Delete function.
2872 (python-shell-get-process): New function.
2873 (python-send-receive): Delete function.
2874 (python-shell-send-string-no-output): New function.
2875 (python-module-path): Delete function.
2876 (python-ffap-module-path): New function.
2877 (python-completion-at-point)
2878 (python-symbol-completions): Delete functions.
2879 (python-completion-complete-at-point): New function.
2880 (python-load-file): Delete function.
2881 (python-shell-send-file): New function.
2882 (python-calculate-indentation): Delete function.
2883 (python-indent-calculate-indentation): New function.
2884 (python-skip-comments/blanks): Delete function.
2885 (python-util-forward-comment): New function.
2886 (python-continuation-line-p): Delete function.
2887 (python-info-continuation-line-p): New function.
2888 (python-which-func, python-current-defun): Delete function.
2889 (python-info-current-defun): New function.
2890 (python-beginning-of-defun): Delete function.
2891 (python-nav-beginning-of-defun): New function.
2892 (python-close-block-statement-p)
2893 (python-block-end-p): Delete function.
2894 (python-info-closing-block): New function.
2895 (python-comint-output-filter-function)
2896 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
2897 (python-fill-comment, python-fill-decorator, python-fill-paren)
2898 (python-fill-string, python-imenu-make-element-tree)
2899 (python-imenu-make-tree, python-imenu-tree-assoc)
2900 (python-indent-context, python-indent-dedent-line)
2901 (python-indent-line-function)
2902 (python-indent-post-self-insert-function)
2903 (python-indent-toggle-levels)
2904 (python-info-assignment-continuation-line-p)
2905 (python-info-beginning-of-backlash)
2906 (python-info-block-continuation-line-p)
2907 (python-info-closing-block-message)
2908 (python-info-line-ends-backslash-p)
2909 (python-info-looking-at-beginning-of-defun)
2910 (python-info-ppss-context, python-info-ppss-context-type)
2911 (python-nav-list-defun-positions, python-nav-read-defun)
2912 (python-nav-sentence-end, python-nav-sentence-start)
2913 (python-pdbtrack-comint-output-filter-function)
2914 (python-pdbtrack-set-tracked-buffer)
2915 (python-shell-calculate-exec-path)
2916 (python-shell-calculate-process-environment)
2917 (python-shell-completion--do-completion-at-point)
2918 (python-shell-completion--get-completions)
2919 (python-shell-completion-complete-at-point)
2920 (python-shell-completion-complete-or-indent)
2921 (python-shell-get-or-create-process)
2922 (python-shell-get-process-name)
2923 (python-shell-internal-get-or-create-process)
2924 (python-shell-internal-get-process-name)
2925 (python-shell-internal-send-string, python-shell-make-comint)
2926 (python-shell-parse-command, python-shell-send-setup-code)
2927 (python-skeleton-add-menu-items)
2928 (python-util-clone-local-variables, python-util-position)
2929 (run-python-internal, python-indentation-levels)
2930 (python-nav-beginning-of-defun)
2931 (python-completion-complete-at-point): New functions.
2932 (run-python): Change arguments. New API requirements.
2933
4302f5ba
SM
29342012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2935
f38ea36d
SM
2936 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
2937 (bug#11649).
2938
2939 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
2940 (macroexp--expand-all): Use it.
2941
4302f5ba
SM
2942 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
2943 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
2944 Use `cl-function' instead.
2945
33377562
JB
29462012-06-14 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
2949 Suggested by Stefan Monnier while discussing bug#11657.
2950
54c5ba1a
SS
29512012-06-14 Sam Steingold <sds@gnu.org>
2952
2953 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
2954
f9f1b1fe
AS
29552012-06-14 Andreas Schwab <schwab@linux-m68k.org>
2956
2957 * play/doctor.el (doctor-doc): Remove parameter and use
2958 doctor-sent instead of sent.
2959 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
2960
a81068ba
SM
29612012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2962
5a315f9c
SM
2963 * files.el: Require cl-lib.
2964 (file-name-non-special): Replace case -> cl-case.
2965
2966 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
2967
a81068ba
SM
2968 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
2969 mapping from #' to function*.
2970
8cca9703
CY
29712012-06-13 Chong Yidong <cyd@gnu.org>
2972
2973 * mouse.el (mouse-drag-track): Do not set the mark if the user
2974 releases the mouse without selecting anything (Bug#11588).
2975
a12ac9d7
SM
29762012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2977
ccf1dc18
SM
2978 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
2979 as well (bug#11646).
2980
ef62b23d
SM
2981 * loadup.el: Count byte-code functions as well.
2982
c4c8444a
SM
2983 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
2984 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
2985
a12ac9d7
SM
2986 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
2987 (bug#11649). Add cl-defun and cl-defmacro.
2988
87e6e64f
DA
29892012-06-13 Drew Adams <drew.adams@oracle.com>
2990
2991 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2992 Fix last change.
2993
682cefaf
MA
29942012-06-13 Michael Albinus <michael.albinus@gmx.de>
2995
2996 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
2997 Otherwise, it blocks in batch mode.
2998
773e1f08
JB
29992012-06-13 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * help-mode.el (bookmark-make-record-default): Declare.
3002
60057926
CY
30032012-06-13 Chong Yidong <cyd@gnu.org>
3004
3005 * emacs-lisp/package.el (list-packages): Compute a list of
3006 packages that are newly-available since the last list-packages
3007 invocation.
3008 (package-menu--new-package-list): New var.
3009 (package-menu--generate, package-menu--print-info)
3010 (package-menu--status-predicate, package-menu-mark-install):
3011 Handle new status label "new".
3012
ad4d226c
SM
30132012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3016 conversion to backquotes.
3017
f1a4e679
CY
30182012-06-12 Chong Yidong <cyd@gnu.org>
3019
3020 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3021 Rename from gud-inhibit-global-bindings.
3022
3023 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3024
3025 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3026 hook from nxml-glyph-set-hook.
3027
3028 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3029 declaration.
3030
3031 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3032
3033 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3034 Convert to defcustom.
3035
0c9e42b5
DA
30362012-06-12 Drew Adams <drew.adams@oracle.com>
3037
3038 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3039 New functions.
3040 (help-mode): Use them.
3041
09e06855
GM
30422012-06-11 Glenn Morris <rgm@gnu.org>
3043
3044 * progmodes/fortran.el (fortran-font-lock-keywords-3):
3045 Use preprocessor face for directives.
3046 (fortran-directive-re): Doc fix.
3047
71adb94b
SM
30482012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3049
2eb87922
SM
3050 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3051 conversion to backquotes (bug#11652).
3052
71adb94b
SM
3053 Fix compiler-expansion of CL's cXXr functions (bug#11673).
3054 * emacs-lisp/cl-lib.el (cl--defalias): New function.
3055 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3056 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3057 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3058 (cl-ninth, cl-tenth): Mark them as inlinable.
3059 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3060 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3061 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3062 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3063 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3064 (cl-list*, cl-adjoin): Don't put an autoload manually.
3065 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3066 (cl--compiler-macro-list*): Add autoload cookie.
3067 (cl--compiler-macro-cXXr): New function.
2eb87922 3068
71adb94b
SM
3069 * help-fns.el (help-fns--compiler-macro): New function extracted from
3070 describe-function-1; follow aliases and use `compiler-macro' property.
3071 (describe-function-1): Use it.
3072
a6674402
CY
30732012-06-11 Chong Yidong <cyd@gnu.org>
3074
3075 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3076 is uninstalled, if imagemagick is installed.
3077
bb3faf5b
SM
30782012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * emacs-lisp/cl-lib.el: Use lexical-binding.
3081 (cl-map-extents, cl-maclisp-member): Remove.
3082 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3083 (cl--set-substring, cl--block-wrapper, cl--block-throw)
3084 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3085 * emacs-lisp/cl-extra.el: Use lexical-binding.
3086 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3087 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3088 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3089 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3090 * emacs-lisp/cl-seq.el: Use lexical-binding.
3091 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3092 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3093 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3094 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3095 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3096 CL's internals.
3097
2fe4b125
MA
30982012-06-11 Michael Albinus <michael.albinus@gmx.de>
3099
3100 Sync with Tramp 2.2.6-pre.
3101
3102 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3103 `print-length' and `print-level' to nil, in order to avoid
3104 truncation. Reported by Christopher Schmidt
3105 <christopher@ristopher.com>.
3106
3107 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3108
3109 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3110 New defmacro.
3111 (tramp-compat-copy-directory): Add optional argument
3112 COPY-CONTENTS. It is not handled yet.
3113
3114 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3115 (tramp-ftp-file-name-p): Simplify.
3116
3117 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3118 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3119 connection vector.
3120
3121 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3122 (tramp-methods): Do not use `tramp-password-end-of-line'.
3123 (tramp-completion-function-alist-putty): Handle UNIX case.
3124 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3125 (tramp-do-file-attributes-with-stat)
3126 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3127 gid as real numbers. They could run out of integer range on cygwin.
3128 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3129 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
3130 (tramp-open-connection-setup-interactive-shell):
3131 Use `tramp-cleanup'. Move check for busyboxes ...
3132 (tramp-find-shell): ... here. Simplify implementation.
3133 Set "remote-shell" property also for alternative shells.
3134 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3135 If failing, a regular file would be written otherwise.
3136 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
3137 (tramp-find-inline-encoding): Cache the coding commands in the
3138 process cache. Apply test command on the remote side, if defined.
3139 (tramp-find-inline-compress): Cache the compress commands in the
3140 process cache.
3141 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3142 when requested. Handle hops.
3143 (tramp-current-connection): New defvar.
87e6e64f
DA
3144 (tramp-maybe-open-connection): Use `tramp-cleanup'.
3145 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 3146 Handle user interrupt. (Bug#10187)
87e6e64f
DA
3147 (tramp-get-inline-compress, tramp-get-inline-coding):
3148 Read connection properties from the process cache.
2fe4b125
MA
3149
3150 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
3151 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3152 New defconsts.
2fe4b125
MA
3153 (tramp-smb-prompt): Extend for powershell prompt.
3154 (tramp-smb-file-name-handler-alist): Add handlers for
3155 `process-file', `shell-command' and `start-file-process'.
3156 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3157 (tramp-smb-winexe-shell-command-switch): New defcustoms.
3158 (tramp-smb-file-name-p): Simplify.
3159 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3160 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3161 (tramp-smb-shell-quote-argument): New defuns.
3162 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3163 Implement using "tar". By this, time-stamps are preserved.
3164 (tramp-smb-handle-copy-file): Handle also the case of directories.
3165 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
3166 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3167 Use `tramp-get-connection-buffer').
2fe4b125
MA
3168 (tramp-smb-handle-rename-file): Use "rename", when source and
3169 target are on the same share.
87e6e64f
DA
3170 (tramp-smb-maybe-open-connection): Handle wrong passwords.
3171 Use `tramp-smb-server-version'.
2fe4b125
MA
3172 (tramp-smb-wait-for-output): Remove prompt.
3173
3174 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
3175 (tramp-methods, tramp-rsh-end-of-line):
3176 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
3177 (tramp-save-ad-hoc-proxies): New defcustom.
3178 (tramp-completion-function-alist): Adapt docstring.
3179 (tramp-default-password-end-of-line): Remove defcustom.
3180 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
3181 (tramp-user-regexp, tramp-file-name-regexp-unified)
3182 (tramp-file-name-regexp-url): Extend regexp by hop separator.
3183 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3184 (tramp-remote-file-name-spec-regexp): New defconst.
3185 (tramp-file-name-structure): Extend structure for hops.
3186 (tramp-get-method-parameter): Move up.
3187 (tramp-file-name-p, tramp-dissect-file-name)
3188 (with-parsed-tramp-file-name): Handle hops.
3189 (tramp-file-name-hop): New defun.
3190 (tramp-make-tramp-file-name): New optional arg HOP.
3191 (tramp-message-show-progress-reporter-message): New defvar.
3192 (tramp-with-progress-reporter): Use it. We cannot use
3193 `tramp-message-show-message' here, because this suppresses also
3194 error buffers.
3195 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
3196 `tramp-message-show-message' is nil.
3197 Use `tramp-get-connection-buffer'.
2fe4b125
MA
3198 (tramp-cleanup): New defun.
3199 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3200 (tramp-file-name-handler): If `debug-on-error' is set, propagate
3201 an error unchanged.
3202 (tramp-completion-handle-file-name-all-completions): Handle hops.
3203 Fix an error when called from ido.
3204 (tramp-completion-dissect-file-name): Use better local variable
3205 name. Add hop to the vector.
3206 (tramp-handle-insert-file-contents): Use progress-reporter for the
3207 whole scenario.
3208 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
3209 to `t'.
3210 (tramp-check-for-regexp): Simplify search.
3211 (tramp-enter-password): Remove it. Move implementation ...
3212 (tramp-action-password): ... here.
3213 (tramp-mode-string-to-int, tramp-local-host-p)
3214 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
3215 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
3216 Set tramp-autoload cookie.
2fe4b125
MA
3217
3218 * net/trampver.el: Update release number.
3219
32202012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3221 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * net/tramp.el (tramp-set-completion-function): Fix docstring.
3224 (tramp-parse-group, tramp-parse-file)
3225 (tramp-parse-shostkeys-sknownhosts): New defuns.
3226 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
3227 (tramp-parse-shosts-group, tramp-parse-sconfig)
3228 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
3229 (tramp-parse-sknownhosts, tramp-parse-hosts)
3230 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
3231 Use them.
3232 (tramp-parse-passwd-group, tramp-parse-netrc-group)
3233 (tramp-parse-putty-group): Don't narrow.
3234 (tramp-parse-putty): Make a loop.
3235 (tramp-file-name-handler): Catch the `suppress' signal.
3236
72834e10
CY
32372012-06-11 Chong Yidong <cyd@gnu.org>
3238
3239 * image.el (imagemagick-register-types): Put the ImageMagick entry
3240 at the end of image-type-file-name-regexps.
3241
a4712e11
JB
32422012-06-11 Johan Bockgård <bojohan@gnu.org>
3243
3244 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
3245 (pcase, pcase-let*, pcase-dolist): Use them.
3246
82ad98e3
SM
32472012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * emacs-lisp/pcase.el (pcase--let*): New function.
3250 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
3251 (pcase--expand): Use macroexp-let².
3252
f80efb86
SM
32532012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
3256 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
3257 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
3258 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
3259 * emacs-lisp/derived.el: Use pcase instead of `cl'.
3260 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
3261
31ca4639 32622012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 3263
31ca4639
CY
3264 * mail/rmail.el (rmail-yank-current-message): Leave point at
3265 correct position. (Bug#11660)
94f0aa34 3266
31ca4639 32672012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 3268
31ca4639 3269 * allout-widgets.el: Fix code header.
9e1b8ec4 3270
31ca4639 32712012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 3272
f80efb86
SM
3273 * cus-edit.el (customize-changed-options-previous-release):
3274 Bump to 24.1.
31ca4639 3275
642b6d30
AS
32762012-06-09 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
3279
4f5d2ba1
CY
32802012-06-09 Chong Yidong <cyd@gnu.org>
3281
3282 * ebuff-menu.el (electric-buffer-list): Preserve header line.
3283
e75852fd
MR
32842012-06-09 Martin Rudalics <rudalics@gmx.at>
3285
3286 * window.el (special-display-popup-frame): Don't use
3287 window--display-buffer (Bug#11651).
3288
1e48e282
EZ
32892012-06-09 Eli Zaretskii <eliz@gnu.org>
3290
8a26b487
EZ
3291 Fix parallel builds: make sure loaddefs.el is not being written
3292 while Lisp files are compiled.
3293 (compile): Don't depend on 'mh-autoloads'.
3294 (compile-CMD, compile-SH): Depend on 'autoloads'.
3295 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
3296
1e48e282
EZ
3297 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
3298
6175e34b
CY
32992012-06-09 Chong Yidong <cyd@gnu.org>
3300
3301 * face-remap.el (face-remap-add-relative, face-remap-set-base)
3302 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
3303 Doc fixes (Bug#11225).
3304
d9857e53
SM
33052012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
3308 a function if there's a clear indication that it has a compiler-macro.
3309 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
3310 (macro-declarations-alist): Add arglist to declaration functions.
3311 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
3312 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
3313 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
3314 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
3315 Also add autoload to find the compiler macro.
3316 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
3317 (cl--compiler-macro-member, cl--compiler-macro-assoc)
3318 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
3319 (cl--compiler-macro-get): New functions, replacing calls to
3320 cl-define-compiler-macro.
3321 (cl-typep) [compiler-macro]: Use macroexp-let².
3322
f81298f8 33232012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
3324
3325 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
3326 string properly, fixes Bug#11473.
3327
4b56d0fe
CY
33282012-06-08 Chong Yidong <cyd@gnu.org>
3329
3330 * faces.el (set-face-attribute): Doc fix.
3331 (modify-face): Don't use :bold and :italic.
3332 (error, warning, success): Tweak definitions.
3333
3334 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
3335 (custom-modified, custom-set, custom-changed, custom-themed)
3336 (custom-saved, custom-button, custom-button-mouse)
3337 (custom-button-pressed, custom-state, custom-comment-tag)
3338 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
3339 (custom-group-subtitle): Use new-style face specs.
3340 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3341 (custom-set-face, custom-changed-face, custom-saved-face)
3342 (custom-button-face, custom-button-pressed-face)
3343 (custom-documentation-face, custom-state-face)
3344 (custom-comment-face, custom-comment-tag-face)
3345 (custom-variable-tag-face, custom-variable-button-face)
3346 (custom-face-tag-face, custom-group-tag-face-1)
3347 (custom-group-tag-face): Remove obsolete face alias.
3348
3349 * epa.el (epa-validity-high, epa-validity-medium)
3350 (epa-validity-low, epa-mark, epa-field-name, epa-string)
3351 (epa-field-name, epa-field-body):
3352 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3353 (font-lock-keyword-face, font-lock-builtin-face)
3354 (font-lock-function-name-face, font-lock-variable-name-face)
3355 (font-lock-type-face, font-lock-constant-face):
3356 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3357 (ido-virtual, ido-indicator, ido-incomplete-regexp):
3358 * speedbar.el (speedbar-button-face, speedbar-file-face)
3359 (speedbar-directory-face, speedbar-tag-face)
3360 (speedbar-selected-face, speedbar-highlight-face)
3361 (speedbar-separator-face):
3362 * whitespace.el (whitespace-newline, whitespace-space)
3363 (whitespace-hspace, whitespace-tab, whitespace-trailing)
3364 (whitespace-line, whitespace-space-before-tab)
3365 (whitespace-space-after-tab, whitespace-indentation)
3366 (whitespace-empty):
3367 * emulation/cua-base.el (cua-global-mark):
3368 * eshell/em-prompt.el (eshell-prompt):
3369 * net/newst-plainview.el (newsticker-new-item-face)
3370 (newsticker-old-item-face, newsticker-immortal-item-face)
3371 (newsticker-obsolete-item-face, newsticker-date-face)
3372 (newsticker-statistics-face, newsticker-default-face):
3373 * net/newst-reader.el (newsticker-feed-face)
3374 (newsticker-extra-face, newsticker-enclosure-face):
3375 * net/newst-treeview.el (newsticker-treeview-face)
3376 (newsticker-treeview-new-face, newsticker-treeview-old-face)
3377 (newsticker-treeview-immortal-face)
3378 (newsticker-treeview-obsolete-face)
3379 (newsticker-treeview-selection-face):
3380 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
3381 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
3382 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
3383 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
3384 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
3385 (nxml-outline-active-indicator, nxml-outline-ellipsis):
3386 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3387 (mpuz-text):
3388 * progmodes/vera-mode.el (vera-font-lock-number)
3389 (vera-font-lock-function, vera-font-lock-interface):
3390 * textmodes/table.el (table-cell): Use new-style face specs, and
3391 don't use the old :bold and :italic attributes.
3392
3393 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3394 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
3395 (ebrowse-member-class, ebrowse-progress): Likewise.
3396 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3397 (ebrowse-file-name-face, ebrowse-default-face)
3398 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3399 (ebrowse-progress-face): Remove obsolete faces.
3400
3401 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3402 Inherit from error and warning faces respectively.
3403
3404 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3405 Likewise.
f80efb86
SM
3406 (flyspell-incorrect-face, flyspell-duplicate-face):
3407 Remove obsolete aliases.
4b56d0fe 3408
03310646
MA
34092012-06-08 Michael Albinus <michael.albinus@gmx.de>
3410
3411 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
3412 Avoid infloop.
3413
513749ee
SM
34142012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * startup.el (argv, argi): Make lexically scoped.
3417 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
3418 * emacs-lisp/cl-macs.el: Use lexical-binding.
3419 Rename cl-bind-* to cl--bind-*.
3420 * files.el: Don't require `cl' since it doesn't use it.
3421 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
3422
595ef4ad
JB
34232012-06-08 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
3426 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
3427 instead of calling external sort utility.
3428 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
3429
e9f66fcb
EZ
34302012-06-08 Eli Zaretskii <eliz@gnu.org>
3431
3432 * descr-text.el (describe-char): Mention how to insert the
3433 character, if the current input method doesn't support it.
3434 See the discussion in this thread for the details:
3435 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
3436
3d10db47
SS
34372012-06-08 Sam Steingold <sds@gnu.org>
3438
3439 * bindings.el (global-map): Bind XF86Forward to next-buffer and
3440 XF86Back to previous-buffer.
3441 (minibuffer-local-map): Bind them to next-history-element and
3442 previous-history-element respectively.
3443 * help-mode.el (help-mode-map): Bind them to help-go-forward and
3444 help-go-back respectively.
3445 * info.el (Info-mode-map): Bind them to Info-history-forward and
3446 Info-history-back respectively.
3447 These are the keys next to Up on the ThinkPad keyboard.
3448
de7e2b36
SM
34492012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
3452 * emacs-lisp/cl-macs.el: Provide itself.
3453 (cl--labels-convert-cache): New var.
3454 (cl--labels-convert): New function.
3455 (cl-flet, cl-labels): New implementation with new semantics, relying on
3456 lexical-binding.
3457 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
3458 (cl-closure-vars, cl--function-convert-cache)
3459 (cl--function-convert): Move from cl-macs.el.
3460 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
3461 rename by removing the "cl-" prefix.
3462 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
3463
6fa6c4ae
SM
34642012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
3467 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
3468 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
3469 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
3470 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
3471 (cl-hash-table-count): Add old compatibility aliases.
3472
3473 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
3474 Use macroexpand-all-environment instead.
3475 (cl--old-macroexpand): New var.
3476 (cl--sm-macroexpand): New function.
3477 (cl-symbol-macrolet): Use it during macro expansion.
3478 (cl--function-convert-cache): New var.
3479 (cl--function-convert): New function, extracted from
3480 cl-macroexpand-all.
3481 (cl-lexical-let): Use it.
3482
3483 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
3484 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
3485 (cl-member): Remove old alias.
3486
3487 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
3488 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
3489 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
3490 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
3491 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
3492 (cl-macroexpand-cmacs): Remove var.
3493 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
3494 Use macroexpand-all instead.
3495
4dd1c416
SM
34962012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
3499 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
3500 (macroexp-copyable-p): New functions and macros.
3501 * emacs-lisp/edebug.el (edebug-unwrap):
3502 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
3503 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
3504 (pcase--let*): Remove.
3505 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
3506 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
3507 macroexp-const-p instead.
3508 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
3509
3510 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
3511 instead of "cl-" for internal definitions. Use macroexp-const-p.
3512 (cl-old-bc-file-form): Remove var.
3513 (cl-const-exprs-p): Remove fun.
3514 (cl-labels, cl-macrolet): Use backquote.
3515 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
3516 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
3517 (cl-define-setf-expander): Rename from cl-define-setf-method.
3518 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
3519
3520 * international/mule-cmds.el: Don't require CL.
3521 (view-hello-file): Don't use `letf'.
3522
ed8bd4d7
SM
35232012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3524
7287f2f3
SM
3525 * tmm.el (tmm-prompt): Use string-prefix-p.
3526 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
3527 (tmm-add-prompt): Use minibuffer-completion-help.
3528 (tmm-delete-map): Remove.
3529
ed8bd4d7
SM
3530 * subr.el (kbd): Make it its own function.
3531
7b4cdbf4
SM
35322012-06-07 Stefan Merten <smerten@oekonux.de>
3533
3534 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
3535 Silence compiler warnings. Fix versions.
ed8bd4d7 3536 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 3537 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 3538 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
3539 (rst-package-emacs-version-alist): Correct Emacs version to
3540 represent major merge with upstream.
ed8bd4d7 3541 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 3542
2b48d721
GM
35432012-06-06 Glenn Morris <rgm@gnu.org>
3544
3545 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
3546 Only print environment variables if set.
3547
fa779ab0
SM
35482012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
3551 (macroexp--cons): Rename from maybe-cons.
3552 (macroexp--accumulate): Rename from macroexp-accumulate.
3553 (macroexp--all-forms): Rename from macroexpand-all-forms.
3554 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
3555 (macroexp--expand-all): Rename from macroexpand-all-1.
3556
628299e0
SS
35572012-06-06 Sam Steingold <sds@gnu.org>
3558
3559 * calendar/calendar.el (calendar-in-read-only-buffer):
3560 Call `special-mode' to enable the standard read-only keybindings.
3561
b7bb5838
SM
35622012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
3565 with "loading" messages (bug#11635).
3566
dfb308ba
MA
35672012-06-06 Michael Albinus <michael.albinus@gmx.de>
3568
3569 * files.el (enable-remote-dir-locals): New option.
3570 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
3571
0372ee92
MA
3572 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
3573 Ensure, that the temp directory is local.
3574
3575 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
3576 `temporary-file-directory'.
3577
eed0bb91
MA
3578 * progmodes/python.el (python-send-region): Ensure, that the
3579 temporary file is created also in the remote case.
3580
7a58f64d
GM
35812012-06-06 Glenn Morris <rgm@gnu.org>
3582
f7dd4e98
GM
3583 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
3584 (vc-rcs-update-changelog): Use it.
3585
090bd7cb 3586 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 3587
7a58f64d
GM
3588 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
3589 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
3590 (vc-sccs-diff): Replace use of the external vcdiff script.
3591
daed4003
GM
35922012-06-05 Glenn Morris <rgm@gnu.org>
3593
3594 * ledit.el: Move to obsolete/.
3595
48c455c7
SS
35962012-06-05 Sam Steingold <sds@gnu.org>
3597
ed9265fc 3598 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
3599 patch (Bug#11140).
3600
57a7d507
SM
36012012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3602
090bd7cb 3603 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 3604
53aacf21
SM
3605 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
3606 compiler-macro expansion.
3607
57a7d507
SM
3608 Add native compiler-macro support.
3609 * emacs-lisp/macroexp.el (macroexpand-all-1):
3610 Support compiler-macros directly. Properly follow aliases and apply
3611 the compiler macros more thoroughly.
3612 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
3613 macroexpand now properly follows aliases.
3614 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
3615 (cl-compiler-macroexpand): Use new prop.
3616 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
3617
3618 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
3619
51a5f9d8
MR
36202012-06-05 Martin Rudalics <rudalics@gmx.at>
3621
3622 * window.el (get-lru-window, get-mru-window, get-largest-window):
3623 New argument NOT-SELECTED to avoid picking the selected window.
3624 (window--display-buffer-1, window--display-buffer-2): Replace by
3625 new function window--display-buffer
3626 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
3627 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3628 Use window--display-buffer.
51a5f9d8
MR
3629 (display-buffer-use-some-window): Remove temporary dedication
3630 hack by calling get-lru-window and get-largest-window with
3631 NOT-SELECTED argument non-nil. Call window--display-buffer.
3632
08f9f738
GM
36332012-06-05 Glenn Morris <rgm@gnu.org>
3634
3635 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
3636 Replace external vcdiff script.
3637
e364a2b7
SM
36382012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
3641
041df390
CY
36422012-06-04 Chong Yidong <cyd@gnu.org>
3643
e364a2b7
SM
3644 * image.el (imagemagick-types-inhibit): Revert last change.
3645 Add INFO and M.
47b36b94 3646 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 3647
7c1898a7
SM
36482012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * emacs-lisp/cl-lib.el: Rename from cl.el.
3651 * emacs-lisp/cl.el: New compatibility file.
3652 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
3653 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
3654 to obey the "cl-" prefix.
3655 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
3656
0c3461de
GM
36572012-06-03 Glenn Morris <rgm@gnu.org>
3658
1e266c88
GM
3659 * emacs-lisp/authors.el (authors-aliases): Addition.
3660
0c3461de
GM
3661 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
3662 Fix :version.
3663
d8a52e15
SM
36642012-06-03 Stefan Merten <smerten@oekonux.de>
3665
3666 * textmodes/rst.el: Add comments.
3667 (rst-transition, rst-adornment): New faces.
3668 (rst-adornment-faces-alist): Make default safe to reevaluate.
3669 Fixes
3670 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
3671 Improve customization tags.
3672 (rst-define-level-faces): Clarify meaning.
3673
5205d6f6
CY
36742012-06-03 Chong Yidong <cyd@gnu.org>
3675
3676 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
3677 (compilation-mode-line-run, compilation-mode-line-exit):
3678 New faces.
5205d6f6
CY
3679 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
3680
757ee657
JD
36812012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
3682
7c1898a7
SM
3683 * progmodes/which-func.el (which-func-update-ediff-windows):
3684 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 3685
5f2c76c6
CY
36862012-06-03 Chong Yidong <cyd@gnu.org>
3687
3688 * bindings.el: Remove explicit help text from format-mode-line.
3689 It is now supplied by mode-line-default-help-echo.
3690 (mode-line-front-space, mode-line-end-spaces)
3691 (mode-line-misc-info): New variables.
3692 (mode-line-modes, mode-line-position): Move the default value to
3693 the variable definition.
3694 (mode-line-default-help-echo): New defcustom.
383f7350
CY
3695 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
3696 (mode-line-modified-help-echo): New functions.
3697 (mode-line-mule-info, mode-line-modified): Use them.
3698 (mode-line-eol-desc, propertized-buffer-identification):
3699 Consistency fixes for help text.
cbe46e5f
CY
3700 (mode-line-coding-system-map): Allow using mouse-3 to invoke
3701 set-buffer-file-coding-system (Bug#289).
3702 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 3703
f2d6a3df
SM
37042012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * simple.el (execute-extended-command): Set real-this-command
3707 (bug#11506).
3708
37269466
CY
37092012-06-02 Chong Yidong <cyd@gnu.org>
3710
3711 Remove incorrect uses of "modeline" in comments, docstrings, and
3712 function/variable names (Bug#10329).
3713
3714 * cus-edit.el (mode-line):
3715 * dframe.el (dframe-mouse-hscroll):
3716 * emacs-lisp/re-builder.el:
3717 * emacs-lisp/easy-mmode.el (define-minor-mode):
3718 * frame.el (set-frame-name):
3719 * help.el (lookup-minor-mode-from-indicator):
3720 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
3721 * progmodes/cc-cmds.el (c-toggle-auto-newline)
3722 (c-toggle-hungry-state):
3723 * progmodes/antlr-mode.el (antlr-language-alist):
3724 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
3725 * progmodes/vhdl-mode.el (vhdl-mode):
3726 * progmodes/which-func.el (which-func, which-func-cleanup-function):
3727 * term/ns-win.el (ns-face-at-pos):
3728 * term/sup-mouse.el (sup-mouse-report):
3729 * textmodes/flyspell.el (flyspell-mode-line-string):
3730 * textmodes/ispell.el (ispell-highlight-face):
3731 * textmodes/reftex-global.el:
3732 * vc/vc-arch.el (vc-arch-mode-line-string):
3733 * vc/vc-cvs.el (vc-cvs-mode-line-string):
3734 * vc/vc-git.el (vc-git-mode-line-string):
3735 * vc/vc-hooks.el (vc-display-status)
3736 (vc-default-mode-line-string):
3737 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
3738
3739 * ansi-color.el (ansi-color-faces-vector): Change default faces.
3740
3741 * dired.el (dired-sort-set-mode-line): Rename from
3742 dired-sort-set-modeline. All callers changed.
3743
3744 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
3745 eshell-status-in-modeline.
3746
3747 * foldout.el (foldout-mode-line-string): Rename from
3748 foldout-modeline-string. All callers changed.
3749 (foldout-update-mode-line): Rename from foldout-update-modeline.
3750
3751 * subr.el (redraw-modeline): Make into obsolete alias.
3752
3753 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
3754 timeclock-modeline-display. Make old name an alias.
3755 (timeclock-update-mode-line): Likewise. All callers changed.
3756 (timeclock-mode-line-display): No need to check before using
3757 add-hook.
3758 (timeclock-relative, timeclock-day-over-hook)
3759 (timeclock-use-elapsed, timeclock-mode-string)
3760 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
3761
3762 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
3763 crisp-mode-modeline-string.
3764
3765 * play/solitaire.el (solitaire-build-mode-line): Rename from
3766 solitaire-build-modeline. All callers changed.
3767
3768 * play/zone.el (zone-hiding-mode-line): Rename from
3769 zone-hiding-modeline. All callers changed.
3770 (zone): Remove unusued `modeline-hidden-level' property.
3771
3772 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
3773 xscheme-modeline-initialize. All callers changed.
3774
3775 * strokes.el (strokes-lighter): Rename from
3776 strokes-modeline-string.
3777
3778 * textmodes/sgml-mode.el (html-face-tag-alist)
3779 (html-tag-face-alist): Use mode-line face instead of obsolete
3780 alias modeline.
3781
42152ee4
SM
37822012-06-02 Stefan Merten <smerten@oekonux.de>
3783
3784 * textmodes/rst.el: Always require `cl'.
4cf9b38d 3785 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 3786
95f520b5
CY
37872012-06-02 Chong Yidong <cyd@gnu.org>
3788
3789 * image.el (imagemagick-enabled-types): Rename from
3790 imagemagick-types-enable. Add many more types.
3791 (imagemagick-types-inhibit): Change default to nil.
3792 (imagemagick-filter-types): Caller changed.
3793
4a5f187a
SM
37942012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3795
03fef3e6
SM
3796 * emacs-lisp/cl-macs.el: Use backquotes.
3797 (cl-transform-function-property): Use eval-and-compile rather than
3798 abusing `require'.
3799 (defstruct): Use declare-function instead of with-no-warnings.
3800
4a5f187a
SM
3801 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
3802 (byte-compile-output-docform): Re-add the print-circle bindings.
3803 (byte-compile-fix-header): Use #$ just because it's shorter.
3804 (byte-compile-output-file-form): Remove defun/defmacro.
3805
bd56924f
MR
38062012-06-01 Martin Rudalics <rudalics@gmx.at>
3807
3808 * simple.el (choose-completion): Remove now obsolete binding for
3809 owindow.
3810
046e38ce
MA
38112012-06-01 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
3814 in order to avoid "Stack overflow in regexp matcher".
3815
32d72c2f
GM
38162012-05-31 Glenn Morris <rgm@gnu.org>
3817
3818 * image.el: For clarity, call imagemagick-register-types at
3819 top-level, rather than relying on a custom :initialize.
3820 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
3821 (imagemagick-filter-types): New function. (Bug#7406)
3822 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
3823 If disabling support, remove elements altogether rather
3824 than using an impossible regexp.
3825 (imagemagick-types-inhibit): Give it the default init function.
3826
dd41169b
SM
38272012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3828
4a5f187a
SM
3829 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
3830 Handle arbitrary file name lengths (Bug#11585).
dd41169b 3831
efc00ab1 38322012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
3833
3834 * desktop.el (desktop-read): Clear previous and next buffers for
3835 all windows and bury *Messages* buffer (bug#11556).
3836
500fcedc
SM
38372012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 Add `declare' for `defun'. Align `defmacro's with it.
3840 * emacs-lisp/easy-mmode.el (define-minor-mode)
3841 (define-globalized-minor-mode): Don't autoload the var definitions.
3842 * emacs-lisp/byte-run.el: Use lexical-binding.
3843 (defun-declarations-alist, macro-declarations-alist): New vars.
3844 (defmacro, defun): Use them.
3845 (make-obsolete, define-obsolete-function-alias)
3846 (make-obsolete-variable, define-obsolete-variable-alias):
3847 Use `declare'.
3848 (macro-declaration-function): Mark obsolete.
3849 * emacs-lisp/autoload.el: Use lexical-binding.
3850 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
3851
6e8a1786
AM
38522012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3853
3854 * textmodes/ispell.el (ispell-with-no-warnings):
3855 Define as a macro.
500fcedc
SM
3856 (ispell-kill-ispell, ispell-change-dictionary):
3857 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
3858 `interactive-p'.
3859
61b108cc
SM
38602012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
3863 (macro-declaration-function): Move var from C code.
3864 (macro-declaration-function): Define function with defalias.
3865 * emacs-lisp/macroexp.el (macroexpand-all-1):
3866 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
3867 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
3868 defun/defmacro any more.
3869 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
3870 Provide fallback for unknown arglist.
3871 (byte-compile-arglist-warn): Change calling convention.
3872 (byte-compile-output-file-form): Move print-vars binding.
3873 (byte-compile-output-docform): Simplify accordingly.
3874 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
3875 (byte-compile-defmacro-declaration): Remove.
3876 (byte-compile-file-form-defmumble): Generalize to defalias.
3877 (byte-compile-output-as-comment): Return byte-positions.
3878 Simplify callers accordingly.
3879 (byte-compile-lambda): Use `assert'.
3880 (byte-compile-defun, byte-compile-defmacro): Remove.
3881 (byte-compile-file-form-defalias):
3882 Use byte-compile-file-form-defmumble.
3883 (byte-compile-defalias-warn): Remove.
3884
6d3f7c2f
SM
38852012-05-29 Stefan Merten <smerten@oekonux.de>
3886
3887 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 3888 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
3889
3890 (rst-mode-abbrev-table): Merge definition.
3891 (rst-mode): Make sure `font-lock-defaults' is buffer local.
3892 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
3893
6dbaa1c7
UJ
38942012-05-29 Ulf Jasper <ulf.jasper@web.de>
3895
3896 * calendar/icalendar.el
3897 (icalendar-export-region): Export UID properly.
3898
d209e2fb 38992012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
3900 * calendar/icalendar.el (icalendar-import-format):
3901 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
3902 (icalendar-import-format-uid): New.
3903 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
3904 Export UID.
3905
6876a58d
SM
39062012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
3909 different alternative patterns.
3910 (pcase-codegen): Be more careful to preserve identity.
3911 (pcase--u1): Don't forget to mark vars as used.
3912
3913 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
3914 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
3915 (byte-compile-from-buffer): ...rather than here.
3916
3917 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
3918 functions from byte-compile-function-environment.
3919
46b7967e
TN
39202012-05-29 Troels Nielsen <bn.troels@gmail.com>
3921
3922 * window.el (window-deletable-p): Avoid deleting the root window
3923 of a frame with an active minibuffer.
3924
69d565e2
MR
39252012-05-29 Martin Rudalics <rudalics@gmx.at>
3926
3927 * simple.el (choose-completion): Use quit-window (Bug#11567).
3928
a149fa51
CY
39292012-05-29 Chong Yidong <cyd@gnu.org>
3930
3931 * whitespace.el (whitespace-cleanup): Fix usage of
3932 whitespace-empty-at-bob-regexp (Bug#11492).
3933
2b311310
AH
39342012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3935
3936 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
3937 revert (Bug#11488).
3938
b9cb2387
JL
39392012-05-29 Juri Linkov <juri@jurta.org>
3940
3941 * isearch.el (isearch-mode-map): Bind `M-s _' to
3942 `isearch-toggle-symbol'. Bind `M-s c' to
3943 `isearch-toggle-case-fold'.
3944 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
3945 (isearch-forward): Add `M-s _' to the docstring.
3946 (isearch-forward-symbol, isearch-toggle-case-fold)
3947 (isearch-symbol-regexp): New functions. (Bug#11381)
3948
d5e61c1c
JL
39492012-05-29 Juri Linkov <juri@jurta.org>
3950
3951 * isearch.el (isearch-word): Add docstring. (Bug#11381)
3952 (isearch-occur, isearch-search-and-update): If `isearch-word' is
3953 a function, call it to get the regexp.
3954 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
3955 property `isearch-message-prefix' instead of the string "word ".
3956 (isearch-search-fun-default): For the case of `isearch-word',
3957 return a lambda that calls re-search-forward/re-search-backward
3958 with a regexp returned by `word-search-regexp' or by the function
3959 in `isearch-word'.
3960
8cbd80f7
JL
39612012-05-29 Juri Linkov <juri@jurta.org>
3962
3963 * isearch.el (isearch-search-fun-default): New function.
3964 (isearch-search-fun): Move default part to the new function
3965 `isearch-search-fun-default'.
3966 (isearch-search-fun-function): Set the default value to
3967 `isearch-search-fun-default'. (Bug#11381)
3968
3969 * comint.el (comint-history-isearch-end):
3970 Use `isearch-search-fun-default'.
3971 (comint-history-isearch-search): Use `isearch-search-fun-default'
3972 and remove spacial case for `isearch-word'.
3973 (comint-history-isearch-wrap): Remove spacial case for
3974 `isearch-word'.
3975
3976 * hexl.el (hexl-isearch-search-function):
3977 Use `isearch-search-fun-default'.
3978
3979 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
3980 Use `word-search-regexp' for `isearch-word'.
3981
3982 * misearch.el (multi-isearch-search-fun):
3983 Use `isearch-search-fun-default'.
3984
3985 * simple.el (minibuffer-history-isearch-search):
3986 Use `isearch-search-fun-default' and remove spacial case for
3987 `isearch-word'.
3988 (minibuffer-history-isearch-wrap): Remove spacial case for
3989 `isearch-word'.
3990
3991 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
3992 Remove spacial case for `isearch-word'.
3993 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
3994
85c8c5b6
AM
39952012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3996
3997 Decrease XEmacs incompatibilities.
3998 * textmodes/flyspell.el (flyspell-check-pre-word-p):
3999 Use `string-match'.
4000 (flyspell-delete-region-overlays): Use alternative definition for
4001 XEmacs.
4002 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4003 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4004 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4005 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4006 `define-obsolete-face-alias' under XEmacs, but old method.
4007
4008 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4009 `with-no-warnings' definition or Emacs alias.
4010 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4011 (ispell-word): Do not use `region-p' if XEmacs.
4012
8cab9efc
AM
40132012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4014
4015 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4016 Check for `ispell-dictionary-base-alist' instead of full
4017 `ispell-dictionary-alist'.
4018 (ispell-init-process): Show spellchecker when starting new Ispell
4019 process.
4020
fda91268
RZ
40212012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4024 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4025
694ea8e3
JB
40262012-05-27 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * version.el (motif-version-string, gtk-version-string)
4029 (ns-version-string): Declare.
4030
e4d4f539
JL
40312012-05-27 Juri Linkov <juri@jurta.org>
4032
4033 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4034 after the `eval-defun-1' specialcaseing
4035 like in `edebug-eval-defun' (bug#10181).
4036
4037 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4038 like in `eval-defun-1'.
4039
33017faf 40402012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 4041
fda91268
RZ
4042 * mail/sendmail.el (mail-yank-region):
4043 Recognize rmail-yank-current-message in addition to insert-buffer.
4044 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
4045 a *mail* buffer created through rmail-start-mail with sendmail as
4046 mail-user-agent.
4047
33017faf
GM
40482012-05-27 Chong Yidong <cyd@gnu.org>
4049
4050 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4051 Default to 256 (Bug#11267).
4052
4053 * help.el (describe-mode): Doc fix.
4054
04188bb9
GM
40552012-05-26 Glenn Morris <rgm@gnu.org>
4056
38264cc9
GM
4057 * w32-fns.el (w32-init-info): Remove.
4058 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4059
eb7afdad
GM
4060 * info.el (info-initialize): For self-contained NS builds, put the
4061 included info/ directory at the front. (Bug#2791)
4062
04188bb9
GM
4063 * paths.el (Info-default-directory-list): Make it a defcustom,
4064 mainly so that we can use custom-initialize-delay.
4065
a179e3f7
SM
40662012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4067
43416392
SM
4068 * subr.el (buffer-has-markers-at): Mark obsolete.
4069
a179e3f7 4070 * subr.el (lambda): Use declare.
43416392 4071
a179e3f7
SM
4072 * emacs-lisp/lisp-mode.el (lambda):
4073 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4074
34a008d9
AH
40752012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4076
4077 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4078
0a3b289f
GM
40792012-05-26 Glenn Morris <rgm@gnu.org>
4080
4081 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4082
758c81e8
GM
40832012-05-25 Glenn Morris <rgm@gnu.org>
4084
f9f334f0
GM
4085 * paths.el: Remove no-byte-compile.
4086 * loadup.el: No need to load paths.el uncompiled.
4087
87eb79c2
GM
4088 * image.el (imagemagick-types-inhibit): Doc fix.
4089
758c81e8
GM
4090 * version.el: Remove no-byte-compile and associated formatting.
4091 * loadup.el: No need to load version.el uncompiled. AFAICS, this
4092 is ancient code from when there was an "inc-vers.el".
4093
e7e85dc0
SM
40942012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * progmodes/gdb-mi.el: Minor style changes.
4097 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4098 Turn into minor modes.
4099 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4100 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4101 (gdb-shell): Remove unneeded let-binding.
4102 (gdb-get-many-fields): Eliminate O(n²) behavior.
4103
f31237a4
EZ
41042012-05-25 Eli Zaretskii <eliz@gnu.org>
4105
4106 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4107 platforms that don't link in fontset.c.
4108
bc1b21bb
JL
41092012-05-25 Juri Linkov <juri@jurta.org>
4110
4111 Use the same diff color scheme as in modern VCSes (bug#10181).
4112
4113 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4114 to avoid confusion with `diff-added' that now uses green colors.
4115 (diff-removed): Use shades of red.
4116 (diff-added): Use shades of green.
4117 (diff-changed): Leave just the yellow color.
4118 (diff-use-changed-face): New variable.
4119 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4120 how to highlight context diff changes.
4121 (diff-refine-change): Use shades of yellow.
4122 (diff-refine-removed): New face that uses shades of red.
4123 (diff-refine-added): New face that uses shades of green.
4124 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4125 `diff-refine-removed' in the call to `smerge-refine-subst'
4126 depending on the value of `diff-use-changed-face'.
4127
4128 * vc/smerge-mode.el (smerge-mine): Use shades of red.
4129 (smerge-other): Use shades of green.
4130 (smerge-base): Use shades of yellow.
4131 (smerge-refined-change): Empty face.
4132 (smerge-refined-removed): New face that uses shades of red.
4133 (smerge-refined-added): New face that uses shades of green.
4134 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
4135 args `props-r' and `props-a', and use them. Doc fix.
4136 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4137 on its value use different faces `smerge-refined-change',
4138 `smerge-refined-removed', `smerge-refined-added' in the call to
4139 `smerge-refine-subst'.
4140
4141 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4142 Add face condition `min-colors 88' with shades of red.
4143 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4144 `min-colors 88' with shades of green.
4145 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4146 `min-colors 88' with shades of yellow.
4147
6df9112c
GM
41482012-05-24 Glenn Morris <rgm@gnu.org>
4149
ead5edc0
GM
4150 * paths.el (prune-directory-list, remote-shell-program): Move to...
4151 * files.el (prune-directory-list, remote-shell-program): ...here.
4152 For the latter, delay initialization, prefer ssh, just search PATH.
4153
f18b81e6
GM
4154 * paths.el (term-file-prefix): Move to faces.el (the only user).
4155 * faces.el (term-file-prefix): Move here, make it a defcustom.
4156
ee2f89a6
GM
4157 * paths.el (news-directory, news-path, news-inews-program):
4158 Move to gnus/nnspool.el.
61a583ca 4159
f8815e4c
GM
4160 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4161
c8f3b42c
GM
4162 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4163 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4164 Make the latter a defcustom, with a delayed initialization.
4165
6df9112c
GM
4166 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4167 These were deleted from Gnus itself late 2010.
4168
5dadff36
JB
41692012-05-22 Juanma Barranquero <lekktu@gmail.com>
4170
9e1701c6
JB
4171 * progmodes/which-func.el (which-func-ff-hook):
4172 Check against user-error, not error.
4173
bd7239f5 4174 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
4175 cl-specs.el, which no longer exists.
4176
3290526d
GM
41772012-05-22 Glenn Morris <rgm@gnu.org>
4178
4179 * info.el (info-emacs-bug): New command.
4180 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4181 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4182
ff0c3cfb
GM
41832012-05-21 Glenn Morris <rgm@gnu.org>
4184
4185 * makefile.w32-in (update-subdirs-SH):
4186 * Makefile.in (update-subdirs): Update for moved update-subdirs.
4187
5814f126
SM
41882012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4189
a52c0aa0
SM
4190 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4191
5814f126
SM
4192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4193 Simplify Maven regexp, and make sure the file can't start with a space
4194 (bug#11517).
4195
b847032c
GM
41962012-05-21 Glenn Morris <rgm@gnu.org>
4197
4198 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4199 Scrap superfluous subshells.
4200
3858bfe7
SM
42012012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
4204 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
4205
d14b0029
JB
42062012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
4207
4208 * calc/calc.el (calc-ensure-consistent-units): New variable.
4209
a52c0aa0
SM
4210 * calc/calc-units.el (math-consistent-units-p)
4211 (math-check-unit-consistency): New functions.
4212 (calc-quick-units, calc-convert-units):
4213 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
4214 is non-nil.
d14b0029
JB
4215 (calc-extract-units): Fix typo.
4216
60c4db3a
SM
42172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4218
77f3b62e
SM
4219 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
4220
60c4db3a
SM
4221 * textmodes/flyspell.el: Commenting style, plus code simplifications.
4222 (flyspell-default-deplacement-commands): Don't spell check after
4223 repeated window/frame switches (e.g. triggered by mouse-movement).
4224 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
4225 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
4226 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
4227 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
4228 Remove unused vars.
4229 (flyspell-get-casechars, flyspell-get-not-casechars):
4230 Simplify; Don't bother removing a ] just to add it back.
4231 * textmodes/ispell.el (ispell-program-name): Use executable-find.
4232
d209e2fb 42332012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
4234
4235 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
4236 New functions.
bd7239f5 4237 (math-function-table): Add support for more C functions.
b1a10716 4238
3f1b25b5
AM
42392012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4240
090bd7cb
JB
4241 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4242 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4243 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 4244
b581bb5c
SM
42452012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
4248 their respective macro declarations.
4249 * skeleton.el (define-skeleton):
4250 * progmodes/compile.el (define-compilation-mode):
4251 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
4252 (define-ibuffer-filter):
4253 * emacs-lisp/generic.el (define-generic-mode):
4254 * emacs-lisp/easy-mmode.el (define-minor-mode)
4255 (define-globalized-minor-mode):
4256 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
4257 * emacs-lisp/byte-run.el (defsubst):
4258 * custom.el (deftheme): Add doc-string metadata.
4259
70b8ef8f
SM
42602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
4263
b1198e17
SM
42642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4265
9abdc45d
SM
4266 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
4267
b1198e17
SM
4268 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
4269 * emacs-lisp/cl-macs.el: Idem.
4270 * emacs-lisp/cl-specs.el: Remove.
4271
4735906a
SM
42722012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 Minor renaming of internal CL functions and variables.
4275 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
4276 (cl--position): Rename from cl-position.
4277 (cl--delete-duplicates): Rename from cl-delete-duplicates.
4278 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
4279 (cl--random-state): Rename from *random-state*.
4280
ac348012
SM
42812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
4284 parens around the arg list (bug#11499).
4285
a0a79cde
JL
42862012-05-17 Juri Linkov <juri@jurta.org>
4287
4288 * isearch.el (word-search-regexp, word-search-backward)
4289 (word-search-forward, word-search-backward-lax)
4290 (word-search-forward-lax): Move functions from search.c
4291 (bug#10145, bug#11381).
4292
65034a51
AM
42932012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4294
090bd7cb
JB
4295 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4296 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4297 Delay for otherchars as for normal word components.
65034a51 4298
1a72a195
SM
42992012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * minibuffer.el (completion--sifn-requote): Fix last change.
4302 (minibuffer-local-must-match-filename-map):
4303 Move define-obsolete-variable-alias before its var.
4304
fdb058c2
SM
43052012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4306
c41045e6
SM
4307 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
4308
036dfb8b
SM
4309 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
4310 behavior.
4311 (completion--string-equal-p): New function.
4312 (completion--twq-all): Use it to get better assertion failure data.
4313
2473256d
SM
4314 Only handle ".." and '..' quoting in shell-mode (bug#11466).
4315 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
4316 (shell--requote-argument): New functions.
4317 (shell-completion-vars): Use them.
4318 (shell--parse-pcomplete-arguments): Rename from
4319 shell-parse-pcomplete-arguments.
4320 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
4321 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
4322 Obey comint-file-name-quote-list.
4323
fdb058c2
SM
4324 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
4325 (smie-indent-keyword): Use it.
4326
51fa99f1
SM
43272012-05-14 Stefan Merten <smerten@oekonux.de>
4328
4329 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
4330
e18afed7 43312012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
4332
4333 * net/rlogin.el (rlogin-mode-map): Fix last change.
4334
e18afed7 43352012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
4336
4337 * mail/smtpmail.el (smtpmail-send-command): Send the command and
4338 the following \r\n using a single `process-send-string', since the
4339 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 4340 with two `process-send-string's (Bug#11444).
8633b1f4 4341
e18afed7 43422012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 4343
fdb058c2
SM
4344 * shell.el (shell-parse-pcomplete-arguments):
4345 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 4346
2d21d7f6
WJ
43472012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4348
e18afed7 4349 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
4350 (image-transform-scale, image-transform-right-angle-fudge): New vars.
4351 (image-transform-width, image-transform-fit-width): New functions.
4352 (image-transform-properties): Use them.
4353 (image-transform-check-size): New function.
4354 (image-toggle-display-image): Use it (for testing).
4355 (image-transform-set-rotation): Reduce angle mod 360.
4356 Delete obsolete comment.
4357
7102e6d0
WJ
43582012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4359
4360 * image-mode.el: Fix scaling (bug#11399).
4361 (image-transform-resize): Doc fix.
4362 (image-transform-properties): Default scale is 1 and height should
4363 be an integer.
4364
06bc5e6e
SM
43652012-05-13 Johan Bockgård <bojohan@gnu.org>
4366
4367 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
4368 than hard-coding `car', to fix misbehavior when moving forward.
4369
0ae03b6a
CY
43702012-05-13 Chong Yidong <cyd@gnu.org>
4371
4372 * emacs-lisp/tabulated-list.el (tabulated-list-format)
4373 (tabulated-list-entries, tabulated-list-padding)
4374 (tabulated-list-sort-key): Make permanent-local.
4375
4376 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
4377 (electric-buffer-list): Put electric buffer menu
4378 command descriptions in this docstring, instead of the docstring
4379 of electric-buffer-menu-mode. Code cleanups.
4380 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
4381 Electric-buffer-menu-mode.
4382 (electric-buffer-update-highlight): Minor code cleanup.
4383
205a7391
MA
43842012-05-13 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
4387 (Bug#11447)
4388
e5bd0a28
SM
43892012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 Move define-obsolete-variable-alias before the var's definition.
4392 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
4393 * tooltip.el (tooltip-hook):
4394 * textmodes/reftex-toc.el (reftex-toc-map):
4395 * textmodes/reftex-sel.el (reftex-select-label-map)
4396 (reftex-select-bib-map):
4397 * textmodes/reftex-index.el (reftex-index-map)
4398 (reftex-index-phrases-map):
4399 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
4400 * progmodes/meta-mode.el (meta-mode-map):
4401 * novice.el (disabled-command-hook):
4402 * loadhist.el (unload-hook-features-list):
4403 * frame.el (blink-cursor):
4404 * files.el (find-file-not-found-hooks, write-file-hooks)
4405 (write-contents-hooks):
4406 * emulation/tpu-edt.el (GOLD-map):
4407 * emacs-lock.el (emacs-lock-from-exiting):
4408 * emacs-lisp/generic.el (generic-font-lock-defaults):
4409 * emacs-lisp/chart.el (chart-map):
4410 * dos-fns.el (register-name-alist):
4411 * dired-x.el (dired-omit-files-p):
4412 * desktop.el (desktop-enable):
4413 * cus-edit.el (custom-mode-hook):
4414 * buff-menu.el (buffer-menu-mode-hook):
4415 * bookmark.el (bookmark-read-annotation-text-func)
4416 (bookmark-exit-hooks):
4417 * allout.el (allout-mode-deactivate-hook)
4418 (allout-exposure-change-hook, allout-structure-added-hook)
4419 (allout-structure-deleted-hook, allout-structure-shifted-hook):
4420 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
4421 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
4422 comes before the corresponding variable's definition.
4423
ac59c2f6
CY
44242012-05-12 Chong Yidong <cyd@gnu.org>
4425
4426 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
4427 (Buffer-menu-mouse-select): Restore function (Bug#11459).
4428 (Buffer-menu-mode-map): Bind it.
4429 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 4430
dee6c9a3
SM
44312012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4432
2171cea5
SM
4433 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
4434 (prolog-upper-case-string, prolog-lower-case-string)
4435 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
4436 (prolog-use-smie, prolog-smie-grammar): New vars.
4437 (prolog-smie-forward-token, prolog-smie-backward-token)
4438 (prolog-smie-rules): New funs.
4439 (prolog-comment-indent): Remove.
4440 (prolog-mode-variables): Use default comment indentation instead.
4441 Setup SMIE.
4442 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
4443 (prolog-mode): Don't call them any more.
4444 (prolog-electric-colon, prolog-electric-dash)
4445 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
4446
aa0382bd
SM
4447 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
4448
dbacb4bd
SM
4449 * minibuffer.el (completion--twq-all): Again, allow case differences.
4450
13bdd94c
SM
4451 * term.el: Move keymap initialization code to be more idiomatic.
4452 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
4453 (term-terminal-menu): Move initialization into declaration.
4454 (term-escape-char): Let the user set it in her .emacs.
4455
ff46c759
SM
4456 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
4457 Provide SMIE-based indentation (not enabled by default yet).
4458 (sh-mode-map): Don't bind electric keys.
4459 Use electric-pair-mode instead of skeleton-pair.
4460 (sh-assignment-regexp): Fit within 80 columns.
4461 (sh-indent-supported): Specify actual shell name instead of boolean.
4462 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
4463 (sh-maybe-here-document): Use it. Make obsolete.
4464 (sh-electric-here-document-mode) New minor mode.
4465 (sh-mode): Use it. Don't set sh-indent-supported-here here.
4466 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
4467 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
4468 (sh-smie-rc-grammar, sh-use-smie): New vars.
4469 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
4470 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
4471 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
4472 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
4473 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
4474 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
4475 (sh-set-shell): Use smie-setup if requested.
4476
dee6c9a3
SM
4477 * term.el (term-set-escape-char): Properly set term-escape-char.
4478 See http://stackoverflow.com/questions/10524656.
4479
9f9aa044
CY
44802012-05-10 Chong Yidong <cyd@gnu.org>
4481
4482 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
4483 Use url-generic-parse-url, and handle host names and Windows
4484 filenames properly.
4485 (ffap-url-unwrap-remote): Use url-generic-parse-url.
4486 (ffap-url-unwrap-remote): Accept list values, specifying a list of
4487 URL schemes to work on.
4488 (ffap--toggle-read-only): New function.
4489 (ffap-read-only, ffap-read-only-other-window)
4490 (ffap-read-only-other-frame): Use it.
4491 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
4492 necessary for ffap-url-unwrap-remote.
4493
836d29b3
DA
44942012-05-10 Dave Abrahams <dave@boostpro.com>
4495
4496 * cus-start.el (create-lockfiles): Add it.
4497
00fd78ed
CY
44982012-05-09 Chong Yidong <cyd@gnu.org>
4499
4500 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
4501 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
4502
666b903b 45032012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
4504
4505 * shell.el (shell-completion-vars): Fix last change (bug#11348).
4506
666b903b 45072012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
4508
4509 * ansi-color.el (ansi-color-process-output): Check for validity of
4510 comint-last-output-start before using it. This avoids a bad
4511 interaction with gdb-mi's input/output buffer.
4512
666b903b 45132012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
4514
4515 * files.el (dir-locals-read-from-file):
4516 Mention dir-locals in any error message.
4517
666b903b 45182012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
4519
4520 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
4521 package (Bug#11410).
4522
f677562b
CY
4523 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
4524 variables into description.
4525
666b903b 45262012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
4527
4528 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
4529 shell-delimiter-argument-list (bug#11348).
4530 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
4531
b499d8d0
JB
45322012-05-09 Juanma Barranquero <lekktu@gmail.com>
4533
8f6b6da8
JB
4534 * textmodes/rst.el: Silence byte-compiler warnings.
4535 (rst-re-alist, rst-reset-section-caches): Move around.
4536 (rst-re): Use `characterp', not `char-valid-p'.
4537 (font-lock-beg, font-lock-end): Declare.
4538
4824146a
JB
4539 * progmodes/idlw-shell.el (specs): Remove reference to deleted
4540 variable `idlwave-shell-activate-alt-keybindings' and simplify.
4541
b499d8d0
JB
4542 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
4543
ad89bb83
GM
45442012-05-08 Glenn Morris <rgm@gnu.org>
4545
4546 * files.el (auto-mode-alist): Treat ".make" like ".mk".
4547
8bba5a75
SM
45482012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4549
49ed9c8e
SM
4550 * vc/log-edit.el: Add GNU coding standards highlighting.
4551 (log-edit-font-lock-gnu-style)
4552 (log-edit-font-lock-gnu-keywords): New vars.
4553 (log-edit-font-lock-keywords): New fun.
4554 (log-edit-mode): Don't fold case in font-lock.
4555 (log-edit-font-lock-keywords): Do not assume case-folding.
4556
07d00b56
SM
4557 * imenu.el: Misc cleanup. Make docstrings out of comments.
4558 Use lexical-binding.
4559 (imenu--index-alist, imenu--last-menubar-index-alist)
4560 (imenu-menubar-modified-tick): Use defvar-local.
4561 (imenu--split-menu): Remove unused var.
4562 (imenu--cleanup-seen): Declare as global.
4563 (imenu--cleanup): Use dolist.
4564
8bba5a75
SM
4565 * subr.el (defvar-local): Add debug spec and doc-string position.
4566
5075bdb5
GM
45672012-05-08 Glenn Morris <rgm@gnu.org>
4568
090bd7cb 4569 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
4570 * language/english.el, language/georgian.el, language/greek.el:
4571 * language/japanese.el, language/khmer.el, language/korean.el:
4572 * language/lao.el, language/misc-lang.el, language/romanian.el:
4573 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
4574 * language/thai.el, language/utf-8-lang.el:
4575 Remove no-byte-compile setting.
4576
5075bdb5
GM
4577 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
4578
06f679a7
AH
45792012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4580
4581 * progmodes/make-mode.el (makefile-browse):
4582 Remove unnecessary interactive. (Bug#11324)
4583
03794570
GM
45842012-05-07 Glenn Morris <rgm@gnu.org>
4585
af8630f4
GM
4586 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
4587
03794570
GM
4588 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
4589
f0809a9d
SM
45902012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4591
28be5ce7
SM
4592 * loadup.el: Preload newcomment.el.
4593 * newcomment.el: Move autoload-only code to toplevel.
4594
f0809a9d
SM
4595 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
4596 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4597 Handle new :right-align column property.
4598 (tabulated-list-print-col): Idem, plus use `display' text-property to
4599 try and preserve alignment for variable pitch fonts.
4600
1241b724
CY
46012012-05-07 Chong Yidong <cyd@gnu.org>
4602
4603 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
4604 (tabulated-list-use-header-line): New var.
4605 (tabulated-list-init-header): Use it.
4606 (tabulated-list-print-fake-header): New function.
4607 (tabulated-list-print): Use it.
4608 (tabulated-list-sort-button-map): Add non-header-line commands.
4609 (tabulated-list-init-header): Add column name property to basic
4610 labels as well.
4611 (tabulated-list-col-sort): Handle non-header-line button case.
4612 (tabulated-list--sort-by-column-name): Fix a corner case.
4613
f0809a9d
SM
4614 * buff-menu.el (list-buffers--refresh):
4615 Handle Buffer-menu-use-header-line.
1241b724 4616
e5f9458f
CY
46172012-05-06 Chong Yidong <cyd@gnu.org>
4618
4619 * buff-menu.el: Convert to Tabulated List mode.
4620 (Buffer-menu-buffer+size-width): Make obsolete.
4621 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
4622 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
4623 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
4624 documentation into docstring of buffer-menu.
4625 (Buffer-menu-toggle-files-only): Add an informative message.
4626 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
4627 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
4628 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
4629 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
4630 (Buffer-menu-execute, Buffer-menu-select)
4631 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
4632 (Buffer-menu-bury): Use Tabulated List machinery.
4633 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
4634 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 4635 Delete.
e5f9458f
CY
4636 (list-buffers--refresh): New function.
4637 (list-buffers-noselect): Use it.
4638 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
4639 (Buffer-menu--pretty-file-name): New helper functions.
4640
4641 * loadup.el: Preload tabulated-list.
4642
4643 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
4644 tabulated-list-sort-column.
4645 (tabulated-list-init-header): Add the initial aligning space even
4646 if tabulated-list-padding is zero.
4647
e129292c
CS
46482012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
4649
4650 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
4651 whose cdr is not a cons cell correctly (bug#11038).
4652
6632d361
CY
46532012-05-06 Chong Yidong <cyd@gnu.org>
4654
e129292c
CS
4655 * emacs-lisp/tabulated-list.el (tabulated-list-format):
4656 Accept additional plist in column descriptors.
6632d361
CY
4657 (tabulated-list-init-header): Obey it.
4658 (tabulated-list-get-entry): New function.
4659 (tabulated-list-put-tag): Use it. Use string-width instead of
4660 length.
4661 (tabulated-list--column-number): New function.
4662 (tabulated-list-print): Use it.
e129292c
CS
4663 (tabulated-list-print-col): New function.
4664 Set `tabulated-list-column-name' property on each column's text.
6632d361 4665 (tabulated-list-print-entry): Use it.
e129292c
CS
4666 (tabulated-list-delete-entry, tabulated-list-set-col):
4667 New functions.
6632d361
CY
4668 (tabulated-list-sort-column): New command (Bug#11337).
4669
3cc99f68
CY
4670 * buff-menu.el (list-buffers): Move C-x C-b binding from
4671 buff-menu.el to bindings.el.
4672
4673 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
4674 :advertised-binding feature.
4675
52b61776
TN
46762012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
4677
4678 * progmodes/compile.el (compilation-internal-error-properties):
4679 Calculate start position correctly when end-col is set but
4680 end-line is not (Bug#11382).
4681
ebfe2597
WJ
46822012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
4683
4684 * man.el (Man-unindent): Use text-property-default-nonsticky to
4685 prevent untabify from inheriting face properties (Bug#11408).
4686
6d3f7c2f
SM
46872012-05-05 Stefan Merten <smerten@oekonux.de>
4688
4689 * textmodes/rst.el: Major merge with upstream development up to
4690 Docutils SVN r7399 / rst.el V1.2.1.
4691
4692 Clarify maintainership and authors.
4693
4694 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
4695 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
4696 (rst-official-version, rst-official-cvs-rev, rst-version)
4697 (rst-package-emacs-version-alist): New functions and variables
4698 for version information.
4699
4700 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
4701 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
4702 (rst-mode-syntax-table, rst-mode): New and corrected functions
4703 and variables representing reStructuredText features.
4704
4705 (rst-re): New function for reStructuredText regexes. Use in
4706 many places.
4707
4708 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
4709 (rst-mode-map): Rebind keys.
4710
4711 (rst-mode-lazy, rst-font-lock-keywords)
4712 (rst-font-lock-extend-region)
4713 (rst-font-lock-extend-region-internal)
4714 (rst-font-lock-extend-region-extend)
4715 (rst-font-lock-find-unindented-line-limit)
4716 (rst-font-lock-find-unindented-line-match)
4717 (rst-adornment-level, rst-font-lock-adornment-level)
4718 (rst-font-lock-adornment-match)
4719 (rst-font-lock-handle-adornment-pre-match-form)
4720 (rst-font-lock-handle-adornment-matcher): Major revision of
4721 font-locking. Integrate with other code. Use `jit-lock-mode'.
4722
4723 (rst-preferred-adornments, rst-adjust-hook)
4724 (rst-new-adornment-down, rst-preferred-bullets)
4725 (rst-preferred-bullets, rst-indent, rst-indent-width)
4726 (rst-indent-field, rst-indent-literal-normal)
4727 (rst-indent-literal-minimized, rst-indent-comment): Change,
4728 extend and improve customization.
4729
4730 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
4731 (rst-normalize-cursor-position, rst-get-decoration)
4732 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
4733 (rst-rstrip, rst-toc-insert-find-delete-contents)
4734 (rst-shift-fill-region, rst-compute-bullet-tabs)
4735 (rst-debug-print-tabs, rst-debug-mark-found)
4736 (rst-shift-region-guts, rst-shift-region-right)
4737 (rst-shift-region-left, rst-use-char-classes)
4738 (rst-font-lock-keywords-function)
4739 (rst-font-lock-indentation-point)
4740 (rst-font-lock-find-unindented-line-begin)
4741 (rst-font-lock-find-unindented-line-end)
4742 (rst-font-lock-find-unindented-line)
4743 (rst-font-lock-adornment-point, rst-font-lock-level)
4744 (rst-adornment-level-alist): Remove functions and variables.
4745
4746 (rst-compare-adornments, rst-get-adornment-match)
4747 (rst-suggest-new-adornment, rst-get-adornments-around)
4748 (rst-adornment-complete-p, rst-get-next-adornment)
4749 (rst-adjust-adornment, rst-display-adornments-hierarchy)
4750 (rst-straighten-adornments): Standardize function names to
4751 use "adornment" instead of "decoration". Correct callers.
4752 Similar standardizing in many places.
4753
4754 (rst-update-section, rst-adjust, rst-promote-region)
4755 (rst-enumerate-region, rst-bullet-list-region)
4756 (rst-repeat-last-character): Correct use of `interactive'.
4757
4758 (rst-classify-adornment, rst-find-all-adornments)
4759 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
4760 (rst-find-leftmost-column, rst-repeat-last-character):
4761 Refactor functions.
4762
4763 (rst-find-title-line, rst-reset-section-caches)
4764 (rst-get-adornments-around, rst-adjust-adornment-work)
4765 (rst-arabic-to-roman, rst-roman-to-arabic)
4766 (rst-insert-list-pos, rst-insert-list-new-item)
4767 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
4768 New functions.
4769
4770 (rst-all-sections, rst-section-hierarchy)
4771 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
4772 New variables.
4773
4774 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
4775 configuration instead of only buffer. Change where necessary.
4776
4777 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
4778 (rst-shift-region, rst-adaptive-fill): New functions for
4779 indentation and filling.
4780
4781 (rst-comment-line-break, rst-comment-indent)
4782 (rst-comment-insert-comment, rst-comment-region)
4783 (rst-uncomment-region): New functions for handling comments.
4784
4785 (rst-compile): Quote shell arguments.
4786
4787 (rst-compile-pdf-preview, rst-compile-slides-preview):
4788 Delete temporary files after use.
4789
a43f98b3
GM
47902012-05-05 Glenn Morris <rgm@gnu.org>
4791
48176e8b
GM
4792 * calendar/cal-html.el: Optionally include holidays in the output.
4793 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
4794 (cal-html-holidays): New option.
4795 (cal-html-css-default): Add holiday entry.
4796 (holiday-in-range): Autoload it.
4797 (cal-html-htmlify-entry): Add optional class argument.
4798 (cal-html-htmlify-list): Add optional holidays argument.
4799 (cal-html-insert-agenda-days): Include holidays in the output.
4800 (cal-html-one-month): Maybe include holidays.
4801
a43f98b3
GM
4802 * calendar/holidays.el (holiday-in-range):
4803 Move here from cal-tex-list-holidays.
4804 * calendar/cal-tex.el (cal-tex-list-holidays):
4805 Make it an obsolete alias for holiday-in-range. Update all callers.
4806
fef9d149 48072012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
4808
4809 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
4810 Nextstep.
4811
248da2f4
RW
48122012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
4813
4814 * files.el (file-auto-mode-skip): New var.
4815 (set-auto-mode-1): Use it.
4816
f95e9344
SM
48172012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4818
df96ab1e
SM
4819 * repeat.el: Use lexical-binding.
4820 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
4821 (repeat-undo-count): Remove.
4822 (repeat):
4823 * progmodes/octave-mod.el (octave-abbrev-start):
4824 * progmodes/f90.el (f90-abbrev-start):
4825 * face-remap.el (text-scale-adjust):
4826 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
4827
5342bb06
SM
4828 * emacs-lisp/pcase.el (pcase--let*): New function.
4829 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
4830 a bit more.
4831 (pcase--split-pred): Be more clever about ruling out overlap between
4832 a predicate and some constant pattern.
4833 (pcase--q1): Use `null' instead of (eq foo nil).
4834
f95e9344
SM
4835 * subr.el (setq-local, defvar-local): New macros.
4836 (kbd): Redefine as an alias.
4837 (with-selected-window): Leave unrelated frames alone.
4838 (set-temporary-overlay-map): New function.
4839
71873e2b
SM
48402012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * subr.el (user-error): New function.
4843 * window.el (switch-to-buffer):
4844 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
4845 (smerge-match-conflict):
4846 * simple.el (previous-matching-history-element)
4847 (next-matching-history-element, goto-history-element, undo-more)
4848 (undo-start):
4849 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
4850 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
4851 (next-file, tags-loop-scan, list-tags, complete-tag):
4852 * progmodes/compile.el (compilation-loop):
4853 * mouse.el (mouse-minibuffer-check):
4854 * man.el (Man-bgproc-sentinel, Man-goto-page):
4855 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
4856 (Info-history-forward, Info-follow-reference, Info-menu)
4857 (Info-extract-menu-item, Info-extract-menu-counting)
4858 (Info-forward-node, Info-backward-node, Info-next-menu-item)
4859 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
4860 (Info-next-reference, Info-prev-reference, Info-index)
4861 (Info-index-next, Info-follow-nearest-node)
4862 (Info-copy-current-node-name):
4863 * imenu.el (imenu--make-index-alist)
4864 (imenu-default-create-index-function, imenu-add-to-menubar):
4865 * files.el (basic-save-buffer, recover-file):
4866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4867 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4868 (checkdoc-message-text, checkdoc-defun):
4869 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
4870 * cus-edit.el (customize-changed-options, customize-rogue)
4871 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
4872 (custom-variable-mark-to-reset-standard)
4873 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
4874 (custom-file):
4875 * completion.el (check-completion-length):
4876 * comint.el (comint-search-arg)
4877 (comint-previous-matching-input-string-position)
4878 (comint-previous-matching-input)
4879 (comint-replace-by-expanded-history-before-point, comint-send-input)
4880 (comint-copy-old-input, comint-backward-matching-input)
4881 (comint-goto-process-mark, comint-set-process-mark):
4882 * calendar/calendar.el (calendar-cursor-to-date): Use it.
4883 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
4884
8a61ee22
SM
48852012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4886
66408d1e
SM
4887 * dabbrev.el (dabbrev--ignore-case-p): New function.
4888 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
4889 Use it.
4890
8a61ee22
SM
4891 * files.el (automount-dir-prefix): Mark as obsolete.
4892
3c74813a
GM
48932012-05-04 Glenn Morris <rgm@gnu.org>
4894
4895 * patcomp.el, play/bruce.el: Move to obsolete/.
4896
0bfcf5c5
PE
48972012-05-04 Paul Eggert <eggert@cs.ucla.edu>
4898
4899 Fix minor Y10k bugs.
4900 * arc-mode.el (archive-unixdate):
4901 * autoinsert.el (auto-insert-alist):
4902 * calc/calc-forms.el (math-this-year):
4903 * emacs-lisp/copyright.el (copyright-current-year)
4904 (copyright-update-year, copyright):
4905 * tar-mode.el (tar-clip-time-string):
4906 * time.el (display-time-update):
4907 Don't assume years have 4 digits.
4908
78f3273a
CY
49092012-05-04 Chong Yidong <cyd@gnu.org>
4910
4911 * dos-w32.el (file-name-buffer-file-type-alist)
4912 (direct-print-region-use-command-dot-com):
4913 * ffap.el (ffap-menu-regexp):
4914 * find-file.el (ff-special-constructs):
4915 * follow.el (follow-debug):
4916 * forms.el (forms--debug):
4917 * iswitchb.el (iswitchb-all-frames):
4918 * ido.el (ido-all-frames):
4919 * emacs-lisp/timer.el (timer-max-repeats):
4920 * mail/feedmail.el (feedmail-mail-send-hook)
4921 (feedmail-mail-send-hook-queued):
4922 * mail/footnote.el (footnote-signature-separator):
4923 * mail/mailabbrev.el (mail-alias-separator-string)
4924 (mail-abbrev-mode-regexp):
4925 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
4926 * progmodes/idlwave.el (idlwave-libinfo-file)
4927 (idlwave-default-completion-case-is-down)
4928 (idlwave-library-routines): Convert defvars to defcustoms.
4929
4930 * mail/rmail.el (rmail-decode-mime-charset):
4931 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
4932 (idlwave-shell-fix-inserted-breaks)
4933 (idlwave-shell-activate-alt-keybindings)
4934 (idlwave-shell-use-breakpoint-glyph):
4935 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
4936
f7ae6719
SM
49372012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
4940
47086495
WS
49412012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
4942
4943 * progmodes/verilog-mode.el (font-lock-keywords):
4944 Fix mis-highligting auto. Reported by Craig Barner.
4945 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
4946 defines from global name space. Reported by Dan Dever.
4947 (verilog-auto-reset, verilog-auto-reset-widths)
4948 (verilog-auto-tieoff): Support using unbased numbers for
4949 AUTORESET and AUTOTIEOFF.
4950 (verilog-submit-bug-report): Update variable list.
4951 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
4952 parenthesis from not matching. Reported by Michael Rytting.
4953 (verilog-auto-template-lint): Fix hash error when linting modules
4954 with no used templates.
4955 (verilog-warn, verilog-warn-error)
4956 (verilog-warn-fatal): When non-interactive report multiple
4957 warnings before exiting. Suggested by Brad Dobbie.
4958 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
4959 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
4960 to report unused template errors. Reported by Brad Dobbie.
4961 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
4962 nets, bug438. Reported by Vns Blore.
4963 (verilog-auto-inout-module, verilog-auto-reg)
4964 (verilog-read-decls, verilog-read-sub-decls-sig)
4965 (verilog-signals-edit-wire-reg, verilog-signals-with):
4966 Fix passing of Verilog data types in ANSI input/output ports
4967 such as "output logic" into the AUTOs. Special case "wire" and
4968 "reg" for backwards compatibility presuming Verilog 2001.
4969 (verilog-auto-ascii-enum): Add "auto enum" as alias.
4970 (verilog-preprocess): Fix replication of preprocess output.
4971 Reported by Brad Dobbie.
4972 (verilog-auto-inst-interfaced-ports):
4973 Create verilog-auto-inst-interfaced-ports, bug429.
4974 Reported by Julian Gorfajn.
4975 (verilog-after-save-font-hook)
4976 (verilog-before-save-font-hook): New variable.
4977 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
4978 (verilog-save-font-mods): Wrap disabling fontification, reported
4979 by David Rogoff.
4980 (verilog-do-indent, verilog-pretty-declarations-auto)
4981 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
4982 Reported by Pierre-David Pfister.
4983 (verilog-set-auto-endcomments): Fix endtask auto comments outside
4984 of class declarations, bug292. Reported by Kevin Heilman.
4985 (verilog-read-decls): Fix 'parameter type' not appearing in
4986 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
4987 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
4988 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
4989 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
4990 Reported by David Kravitz.
4991
49922012-05-03 Michael McNamara <mac@mail.brushroad.com>
4993
4994 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
4995 assignment with tests in ifs and for loops.
4996 (verilog-extended-complete-re, verilog-complete-reg): Change so
4997 that DPI inport functions don't look like fuction declarations.
4998 (verilog-pretty-expr): Don't line up assignment
4999 operations to the test and increment in if and for loops
5000 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 5001 that DPI inport functions don't look like fuction declarations.
47086495 5002
2e51d4b5
KH
50032012-05-03 Kenichi Handa <handa@m17n.org>
5004
5005 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 5006 decoding, and show a warning message without signaling an error
2e51d4b5
KH
5007 (Bug#11282).
5008
2bd785a2
SM
50092012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * emacs-lisp/bytecomp.el
5012 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5013 since cconv.el might have introduced :fun-body, internal-make-closure,
5014 and friends for bytecomp to handle (bug#11391).
5015 * custom.el (defcustom): Avoid ((λ ..) ..).
5016
99d27583
SM
50172012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5020
55a71479
JB
50212012-05-02 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * notifications.el (dbus-debug):
5024 * term/linux.el (gpm-mouse-enable):
5025 * term/screen.el (xterm-register-default-colors): Declare.
5026
7b97c764
CY
50272012-05-02 Chong Yidong <cyd@gnu.org>
5028
2bc356d7
CY
5029 * cus-start.el (gc-cons-percentage, exec-suffixes)
5030 (dos-display-scancodes, dos-hyper-key, dos-super-key)
5031 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5032 (make-cursor-line-fully-visible, void-text-area-pointer)
5033 (font-list-limit): Add customization data.
5034
7b97c764
CY
5035 * allout.el (allout-exposure-change-functions)
5036 (allout-structure-added-functions)
5037 (allout-structure-deleted-functions)
5038 (allout-structure-shifted-functions): Rename abnormal hooks from
5039 *-hook, and convert to defcustoms.
5d3385a0
JB
5040 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5041 Convert to defcustoms.
7b97c764
CY
5042 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5043
5044 * allout-widgets.el: Hook callers changed.
5045
90207a15 50462012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
5047
5048 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5049 the yanked message in preference to the default value of
5050 buffer-file-coding-system.
5051
90207a15 50522012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 5053
5d3385a0
JB
5054 * window.el (display-buffer--action-function-custom-type):
5055 Fix entry.
d9558cad 5056
90207a15 50572012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
5058
5059 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5060
d80ac57b
GM
50612012-05-01 Glenn Morris <rgm@gnu.org>
5062
976f7668
GM
5063 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5064
beb83b5a
GM
5065 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
5066
d80ac57b
GM
5067 * cus-edit.el (custom-variable-documentation): Simplify with format.
5068
b593d6a9 50692012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 5070 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
5071
5072 * simple.el (suggest-key-bindings, execute-extended-command):
5073 Move from keyboard.c.
5074
782fbf2a
CY
50752012-05-01 Chong Yidong <cyd@gnu.org>
5076
5077 * follow.el: Eliminate advice.
5078 (set-process-filter, process-filter, sit-for): Advice deleted.
5079 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
5080 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5081 Vars deleted.
782fbf2a
CY
5082 (follow-auto): Use a :set function.
5083 (follow-mode): Rewritten. Don't advise process filters.
5084 (follow-switch-to-current-buffer-all, follow-scroll-up)
5085 (follow-scroll-down): Assume follow-mode is bound.
5086 (follow-comint-scroll-to-bottom)
5087 (follow-align-compilation-windows): New functions.
5088 (follow--window-sorter): New function.
5089 (follow-all-followers): Use it to explicitly sort windows by their
5090 positions; don't make assumptions about next-window order.
5091 (follow-windows-start-end, follow-delete-other-windows-and-split)
5092 (follow-calc-win-start): Doc fix.
5093 (follow-windows-aligned-p, follow-select-if-visible): Don't call
5094 vertical-motion unnecessarily.
5095 (follow-adjust-window): New function.
5096 (follow-post-command-hook): Use it.
5097 (follow-call-set-process-filter, follow-call-process-filter)
5098 (follow-intercept-process-output, follow-tidy-process-filter-alist)
5099 (follow-stop-intercept-process-output, follow-generic-filter):
5100 Functions deleted.
5101 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
5102 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5103 New functions, replacing advice on scroll-bar-* commands.
87233a14 5104 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
5105
5106 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
5107 (comint-postoutput-scroll-to-bottom): Use it.
5108 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 5109
290af740
GM
51102012-05-01 Glenn Morris <rgm@gnu.org>
5111
5112 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5113 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5114 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5115 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5116 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5117 Remove no-byte-compile setting.
5118
6eac8dc9
SM
51192012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * minibuffer.el (completion-table-with-quoting): Fix compatibility
5122 all-completions code to not return a number in the last cdr.
5123
9cc7819c
LL
51242012-04-30 Leo Liu <sdl.web@gmail.com>
5125
5126 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5127 read-only error.
5128
c93b886f
CY
51292012-04-29 Chong Yidong <cyd@gnu.org>
5130
5131 * follow.el (follow-calc-win-end): Rewrite to handle partial
5132 screen lines correctly (Bug#8390).
5133 (follow-avoid-tail-recenter): Minor cleanup.
5134
8b6c19f4
SM
51352012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 Avoid the obsolete `assoc' package.
5138 * speedbar.el (speedbar-refresh): Avoid adelete.
5139 (speedbar-file-lists): Simplify and avoid aput.
5140 * man.el (Man--sections, Man--refpages): New vars, replacing
5141 Man-sections-alist and Man-refpages-alist.
5142 (Man-build-section-alist, Man-build-references-alist):
5143 Use them; avoid aput.
5144 (Man--last-section, Man--last-refpage): New vars.
5145 (Man-follow-manual-reference): Use them.
5146 Use the `default' arg of completing-read.
5147 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
5148
c5bb7569
CY
51492012-04-27 Chong Yidong <cyd@gnu.org>
5150
d1d2e2e8
CY
5151 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5152
15cd8efd
CY
5153 * startup.el (x-apply-session-resources): New function.
5154
5155 * term/ns-win.el (ns-initialize-window-system):
5156 * term/w32-win.el (w32-initialize-window-system):
5157 * term/x-win.el (x-initialize-window-system): Use it to properly
5158 set menu-bar-mode and other vars from X resources, even if the
5159 initial frame is not a window-system frame (Bug#2299).
5160
c5bb7569
CY
5161 * subr.el (read-key): Avoid running filter function when setting
5162 up temporary tool bar entries (Bug#9922).
5163
a8e7d6d7 51642012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
5165
5166 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5167 (Bug#11344)
5168
a8e7d6d7 51692012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
5170
5171 * select.el (xselect--encode-string): New function, split from
5172 xselect-convert-to-string.
5173 (xselect-convert-to-string): Use it.
5174 (xselect-convert-to-filename, xselect-convert-to-os)
5175 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5176 returned strings are properly encoded (Bug#11315).
5177
a8e7d6d7 51782012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
5179
5180 * simple.el (delete-active-region): Move to killing custom group.
5181
a8e7d6d7 51822012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
5183
5184 * progmodes/which-func.el (which-func-current): Quote %
5185 characters for mode-line processing.
5186
578c1d4b 51872012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
5188
5189 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5190 reaching eob (Bug#11286).
5191
a8e7d6d7 51922012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
5193
5194 * progmodes/gdb-mi.el (gdb-control-level): New variable.
5195 (gdb): Make it buffer-local and init to zero.
5196 (gdb-control-commands-regexp): New variable.
5197 (gdb-send): Don't wrap in "-interpreter-exec console" if
5198 gdb-control-level is positive. Increment gdb-control-level
5199 whenever the command matches gdb-control-commands-regexp, and
5200 decrement it each time the command is "end". (Bug#11279)
5201
a8e7d6d7 52022012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
5203
5204 * window.el (adjust-window-trailing-edge, enlarge-window)
5205 (shrink-window, window-resize):
5206 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
5207 windows (Bug#11276).
5208
b3608390
CY
52092012-04-27 Chong Yidong <cyd@gnu.org>
5210
5211 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 5212 fix "missing prefix" warning. All callers changed.
b3608390 5213
797e6e88
SM
52142012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * emacs-lisp/assoc.el: Move to obsolete/.
5217
e95a67dc
SM
52182012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5219
657c21e4 5220 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
5221
5222 * term/ns-win.el (ns-define-service):
5223 * progmodes/pascal.el (pascal-goto-defun):
5224 * progmodes/js.el (js--read-tab):
5225 * progmodes/etags.el (tags-lazy-completion-table):
5226 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
5227 * emacs-lisp/ewoc.el (ewoc--wrap):
5228 * emacs-lisp/assoc.el (aput, adelete, amake):
5229 * doc-view.el (doc-view-convert-current-doc):
5230 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
5231
cb3e7ae0
CY
52322012-04-26 Chong Yidong <cyd@gnu.org>
5233
dce04f7f
CY
5234 * image.el (image-type-from-buffer): Only return supported image
5235 type (Bug#9045).
5236
cb3e7ae0
CY
5237 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
5238 value, for symmetry with diff-end-of-hunk.
5239 (diff-split-hunk, diff-find-source-location)
5240 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
5241 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
5242 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
5243 compute the relevant hunk or file properly (Bug#6005).
5244 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
5245
0d42eb3e
SM
52462012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * vc/vc-mtn.el:
5249 * vc/vc-hg.el:
5250 * vc/vc-git.el:
5251 * vc/vc-dir.el:
5252 * vc/vc-cvs.el:
5253 * vc/vc-bzr.el:
5254 * vc/vc-arch.el:
5255 * vc/vc.el: Replace lexical-let by lexical-binding.
5256 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
5257 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
5258 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
5259
f08ae1c9
CY
52602012-04-26 Chong Yidong <cyd@gnu.org>
5261
8b71081d
CY
5262 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
5263 (diff-mode-shared-map): Bind it to / and [remap undo].
5264
f08ae1c9
CY
5265 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
5266 (ediff-window-setup-function): Use it as the default, to set up
5267 windows based on whether the current frame is graphical (Bug#2138).
5268 (ediff-choose-window-setup-function-automatically): Make obsolete.
5269
5270 * vc/ediff-init.el: Always define ediff-pixel-width/height.
5271
ef24141c
SM
52722012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5273
cc356a5d
SM
5274 * ffap.el: Remove old code for obsolete package.
5275 (ffap-complete-as-file-p): Remove.
5276
b4ff4f1f
SM
5277 Use completion-table-with-quoting for comint and pcomplete.
5278 * comint.el (comint--unquote&requote-argument)
5279 (comint--unquote-argument, comint--requote-argument): New functions.
5280 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
5281 (comint-quote-filename): Use regexp-opt-charset.
5282 (comint--common-suffix, comint--common-quoted-suffix)
5283 (comint--table-subvert): Remove.
5284 (comint-unquote-function, comint-requote-function): New vars.
5285 (comint--complete-file-name-data): Use them with
5286 completion-table-with-quoting.
5287 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
5288 * pcomplete.el (pcomplete-arg-quote-list)
5289 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
5290 (pcomplete-unquote-argument-function): Default to non-nil.
5291 (pcomplete-unquote-argument): Simplify.
5292 (pcomplete--common-quoted-suffix): Remove.
5293 (pcomplete-requote-argument-function): New var.
5294 (pcomplete--common-suffix): New function.
5295 (pcomplete-completions-at-point): Use completion-table-with-quoting
5296 and completion-table-subvert.
5297
79c4eeb4
SM
5298 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
5299 (minibuffer--double-dollars): Preserve properties.
5300 (completion--sifn-requote): New function.
5301 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
5302
ef24141c
SM
5303 * minibuffer.el: Add support for completion of quoted/escaped data.
5304 (completion-table-with-quoting, completion-table-subvert): New funs.
5305 (completion--twq-try, completion--twq-all): New functions.
5306 (completion--nth-completion): New function.
5307 (completion-try-completion, completion-all-completions): Use it.
5308
784e7d6e
LL
53092012-04-25 Leo Liu <sdl.web@gmail.com>
5310
dd2ac746
SM
5311 * progmodes/python.el (python-pdbtrack-get-source-buffer):
5312 Use compilation-message if available to find real filename.
784e7d6e 5313
07875ee7
CY
53142012-04-25 Chong Yidong <cyd@gnu.org>
5315
5316 * vc/diff-mode.el (diff-setup-whitespace): New function.
5317 (diff-mode): Use it.
5318
5319 * vc/diff.el (diff-sentinel):
5320 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
5321 Whitespace mode variables based on diff style (Bug#8612).
5322
5055880d
LL
53232012-04-25 Leo Liu <sdl.web@gmail.com>
5324
daf75653
LL
5325 * progmodes/python.el (python-send-region): Add suffix .py to the
5326 temp file.
5327
5055880d
LL
5328 * files.el (auto-mode-alist): Use javascript-mode instead.
5329
db9b177b
AH
53302012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
5331
ef24141c 5332 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 5333
090bd7cb 5334 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 5335 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 5336 references, see Bug#9.
ef24141c 5337 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 5338 when receiving a fault reply.
ef24141c 5339 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 5340
090bd7cb 5341 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 5342 (soap-inspect-simple-type): New function.
db9b177b 5343
090bd7cb 5344 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 5345 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
5346 (soap-decode-basic-type, soap-encode-basic-type):
5347 support unsignedInt and double basic types.
db9b177b 5348 (soap-resolve-references-for-simple-type)
ef24141c
SM
5349 (soap-parse-simple-type, soap-encode-simple-type): New function.
5350 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 5351
090bd7cb 5352 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
5353 (soap-default-soapenc-types): Add integer, byte and anyURI types.
5354 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
5355 the local name of "soapenc:Array".
5356 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
5357 decoding integer, byte and anyURI xsd types.
5358
1fc6097b
CY
53592012-04-25 Chong Yidong <cyd@gnu.org>
5360
5361 * cus-edit.el (custom-buffer-create-internal): Update header text.
5362
afc6df87
EZ
53632012-04-25 Eli Zaretskii <eliz@gnu.org>
5364
5365 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
5366 settings on 'system-type', not on 'window-system'. On MS-Windows,
5367 set interactive-mode on in GDB.
5368
dfbd787f
SM
53692012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
5372 (ruby-syntax-propertize-regexp): Remove.
5373 (ruby-syntax-propertize-function): Split regexp into chunks.
5374 Match following code directly.
5375
85222d44
DG
53762012-04-24 Dmitry Gutov <dgutov@yandex.ru>
5377
51a8ea2a
DG
5378 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
5379 (ruby-syntax-propertize-regexp): New function.
5380 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
5381 by a special keyword.
5382
85222d44
DG
5383 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
5384 (ruby-syntax-general-delimiters-goto-beg)
5385 (ruby-syntax-propertize-general-delimiters): New functions.
5386 (ruby-syntax-propertize-function): Use them to handle GDL.
5387 (ruby-font-lock-keywords): Move old handling of GDL...
5388 (ruby-font-lock-syntactic-keywords): .. to here.
5389 (ruby-calculate-indent): Adjust indentation for GDL.
5390
b613912b
MA
53912012-04-24 Michael Albinus <michael.albinus@gmx.de>
5392
b5380639
MA
5393 * notifications.el (top): Remove unneeded declarations.
5394 (notifications-specification-version): Change to "1.2".
e43042fe 5395 (notifications-interface, notifications-notify-method)
b613912b
MA
5396 (notifications-close-notification-method): Fix docstring.
5397 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
5398 (notifications-notify): Add :action-items, :resident and
5399 :transient hints. Change "image_data" to "image-data" and
5400 "image_path" to "image-path".
b613912b
MA
5401 (notifications-get-capabilities): New defun.
5402
257440aa
LL
54032012-04-24 Leo Liu <sdl.web@gmail.com>
5404
5405 * progmodes/python.el: Move hideshow setup to the end.
5406
b1bac16e
MR
54072012-04-24 Martin Rudalics <rudalics@gmx.at>
5408
5409 * window.el (handle-select-window): Clear echo area since this is
5410 no more done by read_char (Bug#11304).
5411
d81bd059
SM
54122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
5415 and `/ M' to filter-derived-mode.
5416 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
5417 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5418 (ibuffer-mark-by-mode): Use default rather than initial-input.
5419 (ibuffer-filter-by-derived-mode): Autoload and require-match.
5420
c4cf6d91
IA
54212012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
5422
5423 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
5424 (ibuffer-filter-by-derived-mode): New filter.
5425 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
5426
7511ded8
CY
54272012-04-23 Andreas Politz <politza@fh-trier.de>
5428
5429 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
5430
775c916b
CY
54312012-04-23 Chong Yidong <cyd@gnu.org>
5432
5433 * cus-edit.el (customize-apropos, customize-apropos-options):
5434 Disable matching of non-option variables (Bug#11176).
5435 (customize-option, customize-option-other-window)
5436 (customize-changed-options): Doc fix.
5437 (customize-apropos-options, customize-apropos-faces)
5438 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
5439
5440 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 5441 Fix word list splitting (Bug#11132).
46c71e23
CY
5442 (apropos-symbol, apropos-keybinding, apropos-label)
5443 (apropos-property, apropos-function-button)
5444 (apropos-variable-button, apropos-misc-button): New faces.
5445 (apropos-symbol-face, apropos-keybinding-face)
5446 (apropos-label-face, apropos-property-face, apropos-match-face):
5447 Variables removed (Bug#8396).
5448 (apropos-library-button, apropos-format-plist, apropos-print)
5449 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 5450
2df41f9c
MA
54512012-04-23 Michael Albinus <michael.albinus@gmx.de>
5452
5453 * net/xesam.el (xesam-mode-map): Use let-bound map in
5454 initialization. (Bug#11292)
5455
da00640a
AM
54562012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5457
5458 Preserve ispell session localwords when switching back to
5459 original buffer.
5460
090bd7cb
JB
5461 * textmodes/ispell.el (ispell-buffer-session-localwords):
5462 New buffer-local variable to hold buffer session localwords.
ed9265fc 5463 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
5464 localwords.
5465 (ispell-command-loop, ispell-change-dictionary)
5466 (ispell-buffer-local-words): Preserve session localwords when
5467 needed.
5468
090bd7cb
JB
5469 * textmodes/flyspell.el (flyspell-process-localwords)
5470 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 5471
f621ccf5
AM
54722012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5473
090bd7cb
JB
5474 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
5475 using obsolete `translation-table-for-input'.
ef24141c
SM
5476 (ispell-word, ispell-process-line, ispell-complete-word):
5477 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 5478
c2d1019e
CY
54792012-04-22 Chong Yidong <cyd@gnu.org>
5480
5481 * cus-edit.el (custom-variable-menu)
5482 (custom-variable-reset-saved, custom-face-menu)
5483 (custom-face-reset-saved): If there is no saved value, make the
5484 "reset-saved" operation bring back the default (Bug#9509).
5485 (custom-face-state): Properly detect themed faces.
5486
eeddc531
CY
5487 * faces.el (face-spec-set): Stop supporting deprecated form of
5488 third arg.
5489
dcbf5805
MA
54902012-04-22 Michael Albinus <michael.albinus@gmx.de>
5491
5492 Move functions from C to Lisp. Make non-blocking method calls
5493 the default. Implement further D-Bus standard interfaces.
5494
ef24141c
SM
5495 * net/dbus.el (dbus-message-internal): Declare function.
5496 Remove unneeded function declarations.
dcbf5805
MA
5497 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
5498 (dbus-message-type-method-return, dbus-message-type-error)
5499 (dbus-message-type-signal): Declare variables. Remove local
5500 definitions.
5501 (dbus-interface-dbus, dbus-interface-peer)
5502 (dbus-interface-introspectable, dbus-interface-properties)
5503 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
5504 Adapt docstring.
5505 (dbus-interface-objectmanager): New defconst.
5506 (dbus-call-method, dbus-call-method-asynchronously)
5507 (dbus-send-signal, dbus-method-return-internal)
5508 (dbus-method-error-internal, dbus-register-service)
5509 (dbus-register-signal, dbus-register-method): New defuns, moved
5510 from dbusbind.c
5511 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
5512 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
5513 New defuns.
dcbf5805
MA
5514 (dbus-call-method-non-blocking): Make it an obsolete function.
5515 (dbus-unregister-object, dbus-unregister-service)
5516 (dbus-handle-event, dbus-register-property)
5517 (dbus-property-handler): Obey the new structure of
5518 `bus-registered-objects'.
5519 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
5520 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5521 Use `dbus-call-method'.
5522
cf20dee0
CY
55232012-04-22 Chong Yidong <cyd@gnu.org>
5524
5525 * cus-edit.el (custom-commands, custom-reset-menu)
5526 (Custom-reset-standard): Tweak labels.
5527 (custom-reset-button-menu): Change default to t.
5528 (custom-buffer-create-internal): For the custom-reset-button-menu
5529 case, put the revert button first.
5530 (custom-group-subtitle): New face.
5531 (custom-group-value-create): Align docstring to a specific column.
5532
5533 * wid-edit.el (widget-documentation-link-add): Don't handle
5534 indentation in this function.
5535 (widget-documentation-string-indent-to): New function.
5536 (widget-documentation-string-value-create): Use it.
5537
5538 * autorevert.el (auto-revert):
5539 * epg-config.el (epg):
5540 * ibuffer.el (ibuffer):
5541 * mpc.el (mpc):
5542 * ses.el (ses):
5543 * eshell/eshell.el (eshell):
5544 * net/ange-ftp.el (ange-ftp):
5545 * progmodes/ebnf2ps.el (postscript):
5546 * progmodes/flymake.el (flymake):
5547 * progmodes/prolog.el (prolog):
5548 * progmodes/verilog-mode.el (verilog-mode):
5549 * progmodes/which-func.el (which-func):
5550 * term/xterm.el (xterm):
5551 * textmodes/picture.el (picture):
5552 * textmodes/tildify.el (tildify):
5553 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
5554 customization buffers.
5555
583e23bd
AM
55562012-04-22 Alan Mackenzie <acm@muc.de>
5557
5558 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
5559 Adding a ) can hide the resulting (..) from searches. Fix it.
5560 Bound the backward search to the position of the existing (.
5561
7dd51bf1
JB
55622012-04-21 Juanma Barranquero <lekktu@gmail.com>
5563
5564 * progmodes/verilog-mode.el (verilog-mode): Check whether
5565 which-func-modes is t before adding verilog-mode.
5566 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
5567
d64a438f
LL
55682012-04-21 Leo Liu <sdl.web@gmail.com>
5569
7dd51bf1 5570 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 5571
081e8d65
MV
55722012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
5573
5574 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
5575 filling of the last column of a table (Bug#5635).
5576 (woman-find-next-control-line): New arg, specifying an additional
5577 regexp component for the control line.
5578 (woman2-roff-buffer): Use it.
5579 (woman-break-table): New function.
5580 (woman2-TS): Use it.
5581
55822012-04-21 Chong Yidong <cyd@gnu.org>
5583
5584 * woman.el (woman-set-buffer-display-table, woman-decode-region)
5585 (woman-horizontal-escapes, woman-negative-vertical-space)
5586 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
5587 (WoMan-warn-ignored): Use ?\s instead of ?\ .
5588
ed571ccb
SM
55892012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * minibuffer.el (completion-file-name-table): Complete user names.
5592
39773899
LL
55932012-04-20 Leo Liu <sdl.web@gmail.com>
5594
5595 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
5596 and pcase-let*.
5597
de6ff46d
CY
55982012-04-20 Chong Yidong <cyd@gnu.org>
5599
5600 * server.el (server-execute): Respect initial-buffer-choice if it
5601 is a string and there are no files to open (Bug#2825).
5602 (server-create-window-system-frame, server-create-tty-frame):
5603 Don't switch buffers here.
2d0e8e61
CY
5604 (server-process-filter): Only try to open a window system frame if
5605 compiled with graphical support (Bug#8314).
de6ff46d 5606
54071013
DN
56072012-04-20 Dan Nicolaescu <dann@gnu.org>
5608
5609 * battery.el (battery-echo-area-format): Display remaining time
5610 for sysfs backend too (Bug#11269).
5611 (battery-linux-sysfs): Fix conditional for the charge.
5612
f30d612a
CY
56132012-04-20 Chong Yidong <cyd@gnu.org>
5614
c07a4c0b 5615 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
5616 (gdb-inferior-io--init-proc): New function.
5617 (gdb-init-1): Use it.
5618 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
5619 responsible for allocating a new pty and hooking it to gdb when
5620 the old pty gets an EIO due to process exit.
5621 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
5622 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
5623 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
5624
2116e93c
EZ
56252012-04-20 Eli Zaretskii <eliz@gnu.org>
5626
5627 * window.el (window-min-size, window-sizable, window-min-delta)
5628 (window-max-delta, window--resizable, window-resizable)
5629 (window-total-size, window-full-height-p, window-full-width-p)
5630 (window-in-direction, window--resize-mini-window, window-resize)
5631 (window--resize-child-windows-normal)
5632 (window--resize-child-windows, window--resize-siblings)
5633 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 5634 (enlarge-window, shrink-window): Doc fixes.
2116e93c 5635
c07a4c0b 56362012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 5637
ef24141c
SM
5638 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
5639 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
5640 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
5641 pty process (Bug#11273).
5642 (gdb-update): New arg to suppress talking to the gdb process.
5643 (gdb-done-or-error): Use it.
5644 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
5645 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
5646 sentinel not being called.
5647
5648 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
5649
d02766ab
CY
5650 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
5651
c07a4c0b 56522012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
5653
5654 * net/network-stream.el (open-network-stream): Doc fix.
5655
c07a4c0b 56562012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
5657
5658 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
5659
c07a4c0b 56602012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
5661
5662 Ensure searching for keywords is case sensitive.
5663
5664 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
5665 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
5666 (c-defun-name, c-mark-function, c-cpp-define-name)
5667 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 5668 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 5669
ef24141c
SM
5670 * progmodes/cc-mode.el (c-font-lock-fontify-region):
5671 Bind case-fold-search to nil.
f0f6bc35 5672
c07a4c0b 56732012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
5674
5675 * mail/sendmail.el (mail-bury): Call return action with the right
5676 Rmail buffer (Bug#11242).
5677
9a864fa2
CY
5678 * server.el (server-process-filter): Handle corner case where both
5679 tty and nowait options are present (Bug#11102).
5680
539aa513
EZ
56812012-04-20 Eli Zaretskii <eliz@gnu.org>
5682
5683 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
5684 (top level): Put into the executable the ident-style '$Id:' tag on
5685 windows-nt as well.
539aa513 5686
cfc7d5da
SM
56872012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * electric.el (electric-indent-post-self-insert-function): Check that
5690 electric-indent-mode is enabled in current buffer.
5691
5b01685c
JB
56922012-04-19 Juanma Barranquero <lekktu@gmail.com>
5693
5694 * imenu.el (imenu-progress-message): Restore; it is "used" in
5695 erc/erc-imenu.el and net/snmp-mode.el.
5696
4d6769e1
JB
56972012-04-19 Juanma Barranquero <lekktu@gmail.com>
5698
5699 * avoid.el (mouse-avoidance-mode): Mark unused arg.
5700 (mouse-avoidance-nudge-mouse): Remove unused binding.
5701
5702 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
5703
5704 * descr-text.el (describe-char):
5705 * progmodes/python.el (python-describe-symbol):
5706 Don't call `toggle-read-only', set `buffer-read-only'.
5707
5708 * imenu.el (imenu-default-goto-function): Mark unused args.
5709 (imenu-progress-message): Remove obsolete macro; all callers changed.
5710
5711 * subr.el (keymap-canonicalize): Remove unused binding.
5712 (read-passwd): Mark unused arg.
5713
5714 * tutorial.el (tutorial--display-changes): Remove unused binding.
5715 (tutorial--save-tutorial-to): Remove unused variable.
5716
5717 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
5718 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
5719 (package-generate-autoloads, package-menu--generate)
5720 (package-menu--find-upgrades): Remove unused bindings.
5721
5722 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
5723 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
5724 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
5725 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
5726 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
5727 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
5728 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
5729 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
5730 (cua-delete-char-rectangle): Mark unused args.
5731 (cua-align-rectangle): Remove unused binding.
5732
5733 * mail/rmail.el (compilation--message->loc)
5734 (epa--find-coding-system-for-mime-charset): Declare.
5735
5736 * net/dbus.el (dbus-register-service): Declare.
5737 (dbus-name-owner-changed-handler): Remove unused binding.
5738
5739 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
5740 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
5741 (nxml-scan-backward-within): Mark unused arg.
5742 (nxml-dynamic-markup-word): Remove unused binding.
5743
5744 * mouse.el (mouse-menu-major-mode-map):
5745 * emacs-lisp/authors.el (authors-scan-change-log)
5746 (authors-add-to-author-list):
5747 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
5748 * emacs-lisp/smie.el (smie-auto-fill):
5749 * mail/sendmail.el (mail-bury):
5750 * mail/unrmail.el (unrmail):
5751 * net/tls.el (open-tls-stream):
5752 * textmodes/picture.el (picture-mouse-set-point):
5753 Remove unused bindings.
5754
8c8fc5df
MA
57552012-04-19 Michael Albinus <michael.albinus@gmx.de>
5756
5757 * net/tramp.el (tramp-action-password): Let-bind
5758 `enable-recursive-minibuffers' to t.
5759
a77b0ac9
SS
57602012-04-18 Sam Steingold <sds@gnu.org>
5761
5762 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
5763 instead of 'string to accommodate values like [f11].
5764 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
5765 * progmodes/gdb-mi.el: Likewise.
5766
12a106a9
LL
57672012-04-18 Leo Liu <sdl.web@gmail.com>
5768
5769 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
5770 current buffer.
5771 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
5772 LOCAL is nil.
5773
bc6494ef
CY
57742012-04-18 Chong Yidong <cyd@gnu.org>
5775
5776 * simple.el (line-move): Use forward-line if in batch mode
5777 (Bug#11053).
5778
c09c46b2
CS
57792012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
5780
5781 * files.el (after-find-file): Do not try to add a final newline if
5782 the buffer is read-only (Bug#11156).
5783
5f6530ea
RS
57842012-04-17 Richard Stallman <rms@gnu.org>
5785
5786 * mail/rmail.el (rmail-start-mail):
5787 Pass (rmail-mail-return...) for the return-action.
5788 Pass (rmail-yank-current-message...) for the yank-action.
5789 (rmail-yank-current-message): New function.
5790 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
5791 (rmail-reply): Likewise.
5792 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
5793
5794 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 5795 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
5796 buffer, not newbuf.
5797
197b6f3c
JB
57982012-04-17 Juanma Barranquero <lekktu@gmail.com>
5799
5800 * server.el (server-ensure-safe-dir): Simplify.
5801
2311d8e5 58022012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 5803
2311d8e5
GM
5804 * emacs-lisp/smie.el: Provide smarter auto-filling.
5805 (smie-auto-fill): New function.
5806 (smie-setup): Use it.
98fb480e 5807
2311d8e5
GM
5808 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
5809
58102012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
5811
5812 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
5813 (comment-indent): Use it.
5814
2311d8e5 58152012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
5816
5817 * ses.el: The overall change is to add cell renaming, that is
5818 setting fancy names for cell symbols other than name matching
5819 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 5820 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 5821 (ses-create-cell-variable): New defun.
2311d8e5 5822 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
5823 (ses-relocate-formula): Relocate formulas only for cells the
5824 symbols of which are not renamed, i.e. symbols whose names do not
5825 match regexp "\\`[A-Z]+[0-9]+\\'".
5826 (ses-relocate-all): Relocate values only for cells the symbols of
5827 which are not renamed.
5828 (ses-load): Create cells variables as the (ses-cell ...) are read,
5829 in order to check row col consistency with cell symbol name only
5830 for cells that are not renamed.
5831 (ses-replace-name-in-formula): New defun.
5832 (ses-rename-cell): New defun.
4bdf2ad2 5833
fc72b15c
PO
58342012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
5835
5836 * progmodes/perl-mode.el (perl-indent-parens-as-block):
5837 New option (bug#11118).
5838 (perl-calculate-indent): Respect it.
5839
12e10e61
GM
58402012-04-17 Glenn Morris <rgm@gnu.org>
5841
5842 * dired-aux.el (dired-mark-read-string): Doc fix.
5843
30009afd
DA
58442012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
5845
5846 * dired-aux.el (dired-mark-read-string): Offer optional completion.
5847 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
5848
41f03f4d
GM
58492012-04-17 Glenn Morris <rgm@gnu.org>
5850
5851 * mouse.el (mouse-drag-track):
5852 * speedbar.el (speedbar-frame-mode):
5853 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
5854
f45f90f3
LL
58552012-04-16 Leo Liu <sdl.web@gmail.com>
5856
5857 * progmodes/python.el: Trivial cleanup.
5858
94ee8db5
GM
58592012-04-16 Glenn Morris <rgm@gnu.org>
5860
121b8917
GM
5861 * vc/vc.el (vc-string-prefix-p):
5862 * vc/pcvs-util.el (cvs-string-prefix-p):
5863 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
5864 * mpc.el (mpc-string-prefix-p):
5865 Make all of these into obsolete aliases for string-prefix-p.
5866 Update callers.
5867 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
5868
1197ecfa
GM
5869 * textmodes/two-column.el: Move custom options to the start.
5870 (frame-width): Remove compat definition.
5871 (2C-associate-buffer, 2C-dissociate):
5872 Use with-current-buffer rather than save-excursion.
5873 (2C-dissociate): Force a mode-line update.
5874 (2C-autoscroll): Use ignore-errors.
5875
099e7202
GM
5876 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
5877 Autoload trivia.
5878
bf350d6a
GM
5879 * emacs-lisp/cl-extra.el (*random-state*):
5880 Remove unnecessary declaration.
5881
0e829eab
GM
5882 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
5883
e3ad7552
GM
5884 * play/cookie1.el (cookie-snarf):
5885 Give an explicit error if input file cannot be read.
5886
68892d27
GM
5887 * play/yow.el (yow-file): Use expand-file-name rather than concat.
5888
20f0c46d
GM
5889 * progmodes/perl-mode.el (c-macro-expand):
5890 Remove unnecessary autoload (it is in loaddefs.el).
5891
5a0978ce
GM
5892 * textmodes/picture.el (picture-desired-column)
5893 (picture-update-desired-column): Convert comments to doc-strings.
5894 (picture-substitute): Remove function.
5895 (picture-mode-map): Initialize in the defvar.
5896
6b955486
GM
5897 * woman.el: Remove eval-after-load for tar-mode.
5898 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
5899 (woman-tar-extract-file): Autoload it.
5900
94ee8db5
GM
5901 * frame.el (automatic-hscrolling): Make this alias obsolete.
5902
177eca34
AM
59032012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5904
090bd7cb 5905 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 5906 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
5907 (ispell-dictionary-base-alist): Revert to original XEmacs
5908 friendly version for default. [:alpha:] will be added in
090bd7cb 5909 `ispell-set-spellchecker-params' if needed.
177eca34 5910
c505aaeb
CY
59112012-04-16 Chong Yidong <cyd@gnu.org>
5912
b19dd9d1 5913 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
5914 (imagemagick-register-types): Use it.
5915 (imagemagick-types-inhibit): Add :set function. Allow new value
5916 of t to inhibit all types.
5917
5918 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
5919 so we can preload it.
5920
5921 * loadup.el (fboundp): Preload regexp-opt, needed by
5922 imagemagick-register-types.
5923
60efac0f
CY
59242012-04-15 Chong Yidong <cyd@gnu.org>
5925
5926 * frame.el (scrolling): Remove nearly unused customization group.
5927
5928 * scroll-all.el (scroll-all-mode): Move to windows group.
5929
5dd1713e
CY
59302012-04-15 Chong Yidong <cyd@gnu.org>
5931
5932 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
5933
e6fd457e
CY
59342012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 5937 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 5938
e153c136
GM
59392012-04-15 Glenn Morris <rgm@gnu.org>
5940
5941 * simple.el (process-file-side-effects): Doc fix.
5942
e6fd457e 59432012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
5944
5945 * international/mule-cmds.el (set-language-environment): Doc fix.
5946
3603c3b1
JB
59472012-04-14 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * server.el (server-auth-key, server-generate-key): Doc fixes.
5950 (server-get-auth-key): Doc fix. Use `string-match-p'.
5951 (server-start): Reflow docstring.
5952
e6de100c
LI
59532012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
5954
5955 * server.el (server-generate-key): `called-interactively-p'
5956 requires a parameter.
5957
29734c21
MN
59582012-04-14 Michal Nazarewicz <mina86@mina86.com>
5959
5960 * server.el (server-auth-key): New variable.
75f1671a 5961 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
5962 (server-start): Use the new variable and functions to allow
5963 setting a permanent server key (bug#9423).
5964
d65c9521
LL
59652012-04-14 Leo Liu <sdl.web@gmail.com>
5966
5967 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
5968
5ae255c7
PE
59692012-04-14 Paul Eggert <eggert@cs.ucla.edu>
5970
5971 Spelling fixes.
5972 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
5973 Emacs uses American spelling.
5974
d5e6342e
JB
59752012-04-14 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
5978 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
5979 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
5980 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
5981
ab036cd7
SM
59822012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * progmodes/which-func.el (which-func-modes): Change default.
5985
35dc09a1 59862012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
5987
5988 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
5989 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
5990
35dc09a1 59912012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
5992
5993 * custom.el (custom-theme-set-variables): Doc fix.
5994
35dc09a1 59952012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
5996
5997 * international/mule.el (set-auto-coding-for-load): Doc fix.
5998
35dc09a1 59992012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 6000
35dc09a1
GM
6001 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6002 imenu work again for Objective C Mode. Correct the *-index values,
6003 these having been disturbed by a previous change in 2011-08.
57f845ee 6004
0de3da9f
AM
6005 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6006 Correct two search limits.
6007
35dc09a1 60082012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
6009
6010 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6011
35dc09a1 60122012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
6013
6014 * international/characters.el: Fix sorting.
6015
35dc09a1 60162012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
6017
6018 * international/characters.el: Add more missing Latin case pairs.
6019
35dc09a1 60202012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
6021
6022 * files.el (dir-locals-set-class-variables): Doc fix.
6023
35dc09a1 60242012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 6025
3f1b5bf8
EZ
6026 * international/characters.el: Add set-case-syntax-pair call for
6027 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6028 counterpart. (Bug#11209)
6029
9f847f41
EZ
6030 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
6031
35dc09a1 60322012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
6033
6034 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6035
35dc09a1 60362012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 6037
35dc09a1
GM
6038 * textmodes/ispell.el (ispell-dictionary-base-alist):
6039 Add data for Hebrew.
e2627d21 6040
35dc09a1 60412012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 6042
35dc09a1
GM
6043 * net/rcirc.el (rcirc-cmd-quit):
6044 Revert 2012-03-18 change (Bug#11192).
5c14e333 6045
35dc09a1 60462012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
6047
6048 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6049
35dc09a1 60502012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 6051
4517fe3a
SM
6052 * minibuffer.el (completion-in-region-mode-map):
6053 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 6054
b472a594
VD
60552012-04-13 Vivek Dasmohapatra <vivek@etla.org>
6056
6057 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6058
09b95ce3
MY
60592012-04-13 Masatake YAMATO <yamato@redhat.com>
6060
6061 * minibuffer.el (minibuffer-local-filename-syntax): New variable
6062 to allow `C-M-f' and `C-M-b' to move to the nearest path
6063 separator (bug#9511).
6064
4b63a9ca
LI
60652012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
6066
6067 * avoid.el: Require cl when compiling. And also move the
6068 `provide' to the end.
6069
7b55b8bf
TV
60702012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6071
6072 * avoid.el (mouse-avoidance-banish-position): New variable.
6073 (mouse-avoidance-banish-destination): Use it (bug#10165).
6074
adedaa1f
LL
60752012-04-13 Leo Liu <sdl.web@gmail.com>
6076
6077 * progmodes/which-func.el (which-func-modes): Add objc-mode.
6078
70e74021
KB
60792012-04-13 Ken Brown <kbrown@cornell.edu>
6080
6081 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 6082 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
6083 (browse-url-filename-alist): For the same reason, don't modify
6084 file:// URLs on Cygwin.
6085
e75e89ba
SM
60862012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6089 the region on shift if the binding is already shifted (bug#11221).
6090
82f289a4
GM
60912012-04-12 Glenn Morris <rgm@gnu.org>
6092
6093 * mail/mailpost.el: Move to obsolete/.
6094
d333dc4c
DA
60952012-04-12 Drew Adams <drew.adams@oracle.com>
6096
6097 * imenu.el (imenu--generic-function): Ignore invisible definitions
6098 (bug#10123).
6099
0d15b5ba
VD
61002012-04-12 Vivek Dasmohapatra <vivek@etla.org>
6101
6102 * hexl.el (hexl-bits): New variable.
6103 (hexl-options): Mention the variable in the doc string.
75f1671a 6104 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 6105 (hexl-mode): Mention the new variable.
75f1671a
JB
6106 (hexl-mode, hexl-current-address, hexl-current-address):
6107 Use the displen.
0d15b5ba
VD
6108 (hexl-ascii-start-column): New function.
6109 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6110 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6111
64a440db
AM
61122012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6113
6114 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6115 '("-i" ENCODING), in 2 separate command-line arguments, to specify
6116 the encoding, as expected by hunspell.
6117
6decb6c2
SM
61182012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * battery.el (battery--linux-sysfs-regexp): New const.
6121 (battery-status-function): Use it. Remove yeeloong special case.
6122 (battery-yeeloong-sysfs): Remove.
6123 (battery-echo-area-format): Remove yeeloong special case.
6124
088be6fb
SM
61252012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6622e416
SM
6127 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6128 Reported by Noah Friedman.
6129
088be6fb
SM
6130 * subr.el (read-passwd): Use read-string.
6131
b49f886e
LMI
61322012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
6134 * vcursor.el (vcursor-move): Increase the priority of the overlay
6135 (bug#9663).
6136
a63067fc
DD
61372012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6138
6139 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6140 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6141
ac3cf14a
WS
61422012-04-11 William Stevenson <yhvh2000@gmail.com>
6143
6144 * textmodes/artist.el (artist-mode): Convert artist-mode to use
6145 define-minor-mode (bug#10760).
6146
c4fc691b 61472012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 6148
4d6769e1 6149 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
6150 that directories matching `grep-find-ignored-files' won't be
6151 pruned (bug#10351).
6152
af23e2e5
CY
61532012-04-11 Chong Yidong <cyd@gnu.org>
6154
6155 * startup.el (command-line): Remove support for long-obsolete
6156 variable font-lock-face-attributes.
6157
ab7ce8c1
GM
61582012-04-11 Glenn Morris <rgm@gnu.org>
6159
6160 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6161
de8c03dc
SM
61622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * window.el (window--state-get-1): Obey window-point-insertion-type.
6165
050cc68b
LB
61662012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
6167
6168 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6169 to previous function when point is on the first character of a
75f1671a 6170 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 6171
a38c310c
GM
61722012-04-11 Glenn Morris <rgm@gnu.org>
6173
effed0c2
GM
6174 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6175 not just file-errors.
6176
a38c310c
GM
6177 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6178 (vc-bzr-sha1): Use internal sha1.
6179
0221e323
SM
61802012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6183
43956923
SG
61842012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
6185
6186 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6187 that start in the middle of the line (bug#10496).
6188
6a8c9eaf
DN
61892012-04-10 Dan Nicolaescu <dann@gnu.org>
6190
6191 * battery.el (battery-linux-proc-acpi): Only one battery is
6192 discharged at a time, but that seems to confuse battery.el when
6193 computing `rate-type' for the battery not being discharged
6194 (bug#10332).
6195
1930bf5d
SM
61962012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6197
2a718f6f
SM
6198 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6199
599430d0
SM
6200 * international/quail.el: Use dolist and simplify.
6201 (quail-define-package, quail-update-keyboard-layout)
6202 (quail-define-rules): Use dolist.
6203 (quail-insert-kbd-layout, quail-get-translation): CSE.
6204
a2754b6c
SM
6205 * tmm.el: Use dolist, remove left over hook.
6206 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
6207 Use dolist.
6208 (calendar-load-hook): Don't mess with it.
6209
1930bf5d
SM
6210 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6211 Use derived-mode-p. Run the diff asynchronously.
6212
9f67961c
LMI
62132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6214
6215 * obsolete/mouse-sel.el: Add an Obsolete-since header.
6216
2a8ce227
JB
62172012-04-10 Juanma Barranquero <lekktu@gmail.com>
6218
6219 * misc.el: Display absolute path of loaded DLLs (bug#10424).
6220 (list-dynamic-libraries--loaded): New function.
6221 (list-dynamic-libraries--refresh): Use it.
6222
8f33b5f8
NW
62232012-04-10 Nathan Weizenbaum <nweiz@google.com>
6224
1930bf5d
SM
6225 * progmodes/python.el (python-fill-paragraph):
6226 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
6227 disabled (bug#7018).
6228
b12f0439
L
62292012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
6230
1930bf5d 6231 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
6232 DOS/MS Windows for the Baltic languages. There are still plenty
6233 of texts written in this encoding/codepage (bug#6519).
b12f0439 6234
57c3bd01
GM
62352012-04-10 Glenn Morris <rgm@gnu.org>
6236
6237 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
6238 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
6239
6c3eab30
FA
62402012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
6241
1930bf5d 6242 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
6243 next-line "n" and previous-line "p" in order to make recentf more
6244 consistent with ibuffer, dired or org-mode (bug#9387).
6245
24d78a88
LMI
62462012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6247
bc72b5d9
LMI
6248 * image.el (put-image): Return the overlay created instead of the
6249 optional input string (bug#7834). Note that this may break code
6250 that is (for some reason or other) depending on `put-image'
6251 returning the string.
6252
bd2dba5a
LMI
6253 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
6254
74beb59f
LMI
6255 * simple.el (zap-to-char): Allow zapping using input methods
6256 (bug#1580).
6257
24d78a88
LMI
6258 * textmodes/fill.el (fill-region): Leave point and mark where they
6259 were before filling (bug#5399).
6260
263f20cd
GM
62612012-04-09 Glenn Morris <rgm@gnu.org>
6262
6263 * version.el (emacs-bzr-get-version):
6264 Handle lightweight checkouts of local branches.
6265
58d1f797
AS
62662012-04-09 Andreas Schwab <schwab@linux-m68k.org>
6267
263f20cd 6268 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 6269
b4d3bc10
CY
62702012-04-09 Chong Yidong <cyd@gnu.org>
6271
6272 * custom.el (custom-variable-p): Return nil for non-symbol
6273 arguments instead of signaling an error.
6274 (user-variable-p): Obsolete alias for custom-variable-p.
6275
6276 * apropos.el (apropos-variable):
6277 * files-x.el (read-file-local-variable):
6278 * simple.el (set-variable):
6279 * woman.el (woman-mini-help):
6280 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
6281
fd06db5d
GM
62822012-04-09 Glenn Morris <rgm@gnu.org>
6283
e5fcdb5e
GM
6284 * startup.el (normal-top-level): Don't look for leim-list.el
6285 in places where it will not be found. (Bug#910)
6286
fd06db5d
GM
6287 * international/mule-cmds.el (set-default-coding-systems):
6288 * files.el (normal-mode):
6289 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
6290 This function was removed with ucs-tables.el in 2008.
6291
b39bb7e1
EZ
62922012-04-08 Eli Zaretskii <eliz@gnu.org>
6293
6294 * textmodes/ispell.el (ispell-check-version): For hunspell, set
6295 ispell-encoding8-command to "-i", without a trailing space.
6296 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
6297 separate command-line arguments, to specify the encoding, since
6298 that's how hunspell expects it.
6299
5c5b8e23
GM
63002012-04-08 Glenn Morris <rgm@gnu.org>
6301
6302 * loadup.el: Load bindings before cus-start.
6303 This reduces somewhat the number of "rogue" settings in emacs -Q.
6304
a1ed8b05
GM
63052012-04-07 Glenn Morris <rgm@gnu.org>
6306
6307 * version.el (emacs-bzr-get-version): New function.
dfae128a 6308 (emacs-bzr-version): New variable.
a1ed8b05
GM
6309 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
6310 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
6311
b142f158
EZ
63122012-04-07 Eli Zaretskii <eliz@gnu.org>
6313
dfae128a
GM
6314 * international/uni-bidi.el, international/uni-category.el:
6315 * international/uni-combining.el, international/uni-decimal.el:
6316 * international/uni-decomposition.el, international/uni-digit.el:
6317 * international/uni-lowercase.el, international/uni-mirrored.el:
6318 * international/uni-name.el, international/uni-numeric.el:
6319 * international/uni-titlecase.el, international/uni-uppercase.el:
6320 Update for Unicode 6.1.
b142f158 6321
9078ead6
EZ
63222012-04-07 Eli Zaretskii <eliz@gnu.org>
6323
6324 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
6325
f23d2c7d
LMI
63262012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6327
6328 * window.el (shrink-window): Mention the `window-min-height'
6329 variable in the doc string.
6330
0a0a3573
BG
63312012-04-05 Bastien Guerry <bzg@altern.org>
6332
6333 * color.el (color-lighten-name): Fix typo.
6334
e5248ac9
SM
63352012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * server.el (server--on-display-p): New function.
6338 (server--on-display-p): Use it.
6339
b4243e22
GV
63402012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
6341
6342 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
6343 (bug#11145).
6344
305d9f44
SM
63452012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * comint.el (comint--common-quoted-suffix): Check string boundary
6348 before comparing (bug#11158).
6349 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
6350
3d439cd1
CY
63512012-04-04 Chong Yidong <cyd@gnu.org>
6352
321cc491
CY
6353 * minibuffer.el (completion-extra-properties): Doc fix.
6354
3d439cd1
CY
6355 * subr.el (delayed-warnings-hook): Doc fix.
6356
2d562c0f
DU
63572012-04-04 Daiki Ueno <ueno@unixuser.org>
6358
6359 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
6360 selection (Bug#11159).
6361 (epa-insert-keys): Inform that the default public key will be
6362 exported if no key is selected.
6363
4443f204
RS
63642012-04-04 Richard Stallman <rms@gnu.org>
6365
6366 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
6367
529c06b6
CY
63682012-04-03 Chong Yidong <cyd@gnu.org>
6369
6370 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
6371 mail-insert-file, not its obsolete alias mail-attach-file.
6372
66b907dc
MA
63732012-04-03 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * notifications.el (notifications-notify): Fix docstring.
6376
c0ea195d
GM
63772012-04-02 Glenn Morris <rgm@gnu.org>
6378
6379 * emacs-lisp/authors.el (authors-aliases): Another addition.
6380
5ca64e00
MA
63812012-04-02 Michael Albinus <michael.albinus@gmx.de>
6382
6383 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
6384 `tramp-compat-call-process' instead of `tramp-local-call-process'.
6385 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
6386
42ee526b
CY
63872012-04-01 Chong Yidong <cyd@gnu.org>
6388
6389 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
6390 Handle root directory properly.
6391 (copy-directory): Caller changed.
6392
6393 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6394 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
6395
0b021094
GM
63962012-03-31 Glenn Morris <rgm@gnu.org>
6397
40f86458
GM
6398 * term/xterm.el (xterm-extra-capabilities): Doc fix.
6399
7019c177
GM
6400 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
6401
a1daddd6
GM
6402 * calendar/calendar.el (calendar-window-list)
6403 (calendar-hide-window): Restore. (Bug#11140)
6404 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
6405
0b021094
GM
6406 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
6407
40311efc
TV
64082012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6409
6410 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6411 Check if file is a symlink (Bug#10489).
6412
6413 * files.el (copy-directory): Likewise.
6414
5319014e
CY
64152012-03-30 Chong Yidong <cyd@gnu.org>
6416
6417 * image.el (imagemagick-types-inhibit)
6418 (imagemagick-register-types): Doc fix.
6419
935d1290
AM
64202012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6421
090bd7cb 6422 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 6423 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 6424 and treats ~word as ordinary words in pipe mode.
935d1290 6425
61c6e8fd
GM
64262012-03-30 Glenn Morris <rgm@gnu.org>
6427
6428 * tutorial.el (help-with-tutorial): Ensure local variables don't
6429 happen to make the buffer read-only. (Bug#11127)
6430
81fdff00
SM
64312012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
6434 (perl-calculate-indent): Return `noindent' in strings.
6435
6e7a6ec0
SS
64362012-03-28 Sam Steingold <sds@gnu.org>
6437
6438 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
6439 instead of the broken adhockery which does not prevent calendar
6440 buffers from being displayed at random after exit.
6441 (calendar-window-list, calendar-hide-window): Remove the broken
6442 adhockery.
6443
fee88ca0
GM
64442012-03-28 Glenn Morris <rgm@gnu.org>
6445
6446 * replace.el (query-replace-map): Doc fix.
6447
38de3354
AS
64482012-03-28 Andreas Schwab <schwab@linux-m68k.org>
6449
6450 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
6451 contents. (Bug#11109)
6452
b973155e
SM
64532012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
6456 (bug#11077).
6457 (avl-tree--check, avl-tree--check-node): New funs.
6458
dcb6e7b3
MR
64592012-03-27 Martin Rudalics <rudalics@gmx.at>
6460
6461 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
6462 (switch-to-prev-buffer, switch-to-next-buffer):
6463 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
6464 showing a buffer already is done on the same frame.
6465
b4fa35fa
GM
64662012-03-27 Glenn Morris <rgm@gnu.org>
6467
6468 * startup.el (mail-host-address): Doc fix.
6469
f9210e18
SM
64702012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
6473 than 197 variables.
6474
c0bf7753
AF
64752012-03-26 Ami Fischman <ami@fischman.org>
6476
6477 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
6478
33da7b16
GM
64792012-03-26 Glenn Morris <rgm@gnu.org>
6480
02243d9d
GM
6481 * files.el (save-buffers-kill-emacs): Doc fix.
6482
33da7b16
GM
6483 * startup.el (normal-top-level, command-line, command-line-1):
6484 Give them doc strings.
6485
e5a69fd0
EZ
64862012-03-25 Eli Zaretskii <eliz@gnu.org>
6487
6488 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 6489 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 6490
9a69676a
CY
64912012-03-25 Chong Yidong <cyd@gnu.org>
6492
4125cb8b
CY
6493 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
6494 theme if it was previously enabled before (Bug#11031).
6495
dd470960
CY
6496 * cus-theme.el (custom-theme-write-faces): Retrieve current face
6497 spec with custom-face-get-current-spec if its :shown-value is not
6498 determined yet (Bug#9337).
4125cb8b 6499 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 6500
9a69676a
CY
6501 * button.el (button-at): Minor addition to docstring.
6502
6e7e90fa
SL
65032012-03-24 Simon Leinen <simon.leinen@gmail.com>
6504
6505 * vc/vc.el (vc-merge): Fix a prompt.
6506
f06e2758
CY
65072012-03-24 Chong Yidong <cyd@gnu.org>
6508
6509 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
6510 point (Bug#9623).
6511
6e7e90fa
SL
6512 * button.el (button-at): Minor addition to docstring.
6513
b9d0879b
SM
65142012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * newcomment.el (comment-choose-indent): No space after BOL.
6517
e71cebb3
SS
65182012-03-22 Sam Steingold <sds@gnu.org>
6519
6520 * window.el (switch-to-prev-buffer): Revert last patch because the
6521 bug turned out to be an advertised feature (Elisp manual 28.14).
6522
335aff35
GM
65232012-03-22 Glenn Morris <rgm@gnu.org>
6524
6525 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
6526 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
6527
c676576a
LMI
65282012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6529
6530 * net/network-stream.el (network-stream-open-starttls): Make error
6531 message under Windows be less misleading.
6532
126f3d39
LW
65332012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
6534
6535 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
6536 understands (bug#9942).
6537
64fee311
CY
65382012-03-22 Chong Yidong <cyd@gnu.org>
6539
6540 * simple.el (end-of-visible-line): Handle return value of
6541 next-single-property-change properly (Bug#9371).
6542
a640d29a
KH
65432012-03-22 Kenichi Handa <handa@m17n.org>
6544
6545 * international/quail.el (quail-insert-kbd-layout): Fix previous
6546 change. To avoid unwanted bidi reordering, use
6547 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
6548
39675016
DG
65492012-03-21 Dmitry Gutov <dgutov@yandex.ru>
6550
6551 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
6552 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
6553 (ruby-beginning-of-indent): Be more careful with the difference
6554 between word-boundary and symbol boundary.
6555 (ruby-mode-syntax-table): Make : a symbol constituent.
6556
0a6934fc 65572012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 6558
3d008e4f
SM
6559 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
6560
0a6934fc
SM
65612012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6562
af67c9d7
SM
6563 * progmodes/etags.el (tags-completion-at-point-function):
6564 Improve last fix.
6565
1acad97c
SM
6566 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
6567
e298b5da
SS
65682012-03-21 Sam Steingold <sds@gnu.org>
6569
6570 * progmodes/etags.el (tags-completion-at-point-function):
6571 Avoid the error when point is inside the pattern.
6572
91d82a70
JY
65732012-03-21 John Yates <john@yates-sheets.org> (tiny change)
6574
6575 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
6576 line (Bug#10855).
6577
69188b79
CY
65782012-03-21 Drew Adams <drew.adams@oracle.com>
6579
6580 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
6581
99fc91fe
AK
65822012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
6583
6584 * ido.el (ido-set-current-directory, ido-read-internal)
6585 (ido-choose-completion-string, ido-completion-help): Handle nil
6586 value of ido-completion-buffer (Bug#11008).
6587
087bbb4c
SS
65882012-03-21 Sam Steingold <sds@gnu.org>
6589
6590 * window.el (switch-to-prev-buffer): Do not switch to a visible
6591 window previous buffer, just like with the frame previous buffers.
6592
fb5b8aca
CY
65932012-03-21 Chong Yidong <cyd@gnu.org>
6594
6595 * faces.el (make-face, make-empty-face, copy-face):
6596 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6597 Doc fixes.
6598
dc9924b8
SM
65992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * wid-edit.el (widget-complete-field): Remove (bug#11051).
6602 (widget-complete): Remove broken use of it.
6603
f0bcceb9
CY
66042012-03-20 Chong Yidong <cyd@gnu.org>
6605
dc9924b8
SM
6606 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6607 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
6608 characters.
6609
ee52ebf3
TH
66102012-03-20 Tassilo Horn <tassilo@member.fsf.org>
6611
6612 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
6613 to draw rectangles, not squares. (Regression introduced by revno
6614 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
6615
4c5779ab
CY
66162012-03-18 Chong Yidong <cyd@gnu.org>
6617
6618 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
6619 it is not yet defined (for temacs).
6620
15360934
LL
66212012-03-18 Leo Liu <sdl.web@gmail.com>
6622
dc9924b8 6623 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 6624
d9a8eb66
EZ
66252012-03-17 Eli Zaretskii <eliz@gnu.org>
6626
6627 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
6628 (ispell-choices-win-default-height, ispell-silently-savep)
6629 (ispell-dictionary-alist, ispell-encoding8-command)
6630 (ispell-check-version, ispell-aspell-find-dictionary)
6631 (ispell-valid-dictionary-list, ispell-words-keyword)
6632 (ispell-get-word, ispell-internal-change-dictionary)
6633 (ispell-region, ispell-skip-region-list)
6634 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
6635 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
6636 (ispell-message-text-end, ispell-message)
6637 (ispell-buffer-local-parsing): Doc fix.
6638
f02ff80d
J
66392012-03-13 Jambunathan K <kjambunathan@gmail.com>
6640
6641 * htmlfontify.el: Add support for code block fontification for ODT
6642 export (Bug #9914).
6643 (hfy-optimisations): Define new option
6644 `body-text-only'
6645 (hfy-fontify-buffer): Honor above setting.
6646 (hfy-begin-span, hfy-end-span): New routines factored out form
6647 `hfy-fontify-buffer'.
6648 (hfy-begin-span-handler, hfy-end-span-handler): New variables
6649 that permit insertion of custom tags.
6650 (hfy-fontify-buffer): Use above handlers.
6651 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
6652 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 6653 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 6654 over multiple runs. This is made possible by having the caller let
f02ff80d
J
6655 bind a special variable `hfy-user-sheet-assoc'.
6656 (htmlfontify-string): New defun.
6657 (hfy-compile-face-map): Make sure that the last char in the
6658 buffer is correctly fontified.
6659 (hfy-face-resolve-face): Whitespace only change.
6660
9ac7a13f
EZ
66612012-03-17 Eli Zaretskii <eliz@gnu.org>
6662
6663 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
6664 message more clear.
6665
e2b5bdd7
LL
66662012-03-16 Leo Liu <sdl.web@gmail.com>
6667
6668 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
6669
2e492df3
AM
66702012-03-16 Alan Mackenzie <acm@muc.de>
6671
6672 Further optimise the handling of large macros.
6673
6674 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
6675 limit to a call of `c-literal-limits'.
6676 (c-determine-+ve-limit): New function.
dc9924b8
SM
6677 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
6678 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
6679 In CASE 5B, restrict a search limit to 500.
6680 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
6681
6682 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
6683 Restrict macro bounds to +-500 from after-change's BEG END.
6684
50e94f0c
LL
66852012-03-16 Leo Liu <sdl.web@gmail.com>
6686
6687 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
6688
6f09f6ed
AH
66892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
6690
6691 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 6692 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 6693
c7e73d51
GM
66942012-03-16 Glenn Morris <rgm@gnu.org>
6695
da986230
GM
6696 * view.el (view-buffer, view-buffer-other-window)
6697 (view-buffer-other-frame): Doc fixes re special mode-class.
6698
0835f01e
GM
6699 * subr.el (eval-after-load): If named feature is provided not from
6700 a file, run after-load forms. (Bug#10946)
6701
c7e73d51
GM
6702 * calendar/calendar.el (calendar-insert-at-column):
6703 Handle non-unit-width characters a bit better. (Bug#10978)
6704
3f2eafd1
CY
67052012-03-15 Chong Yidong <cyd@gnu.org>
6706
6707 * emacs-lisp/ring.el (ring-extend): New function.
6708 (ring-insert+extend): Extend the ring correctly (Bug#11019).
6709
6710 * comint.el (comint-read-input-ring)
6711 (comint-add-to-input-history): Grow comint-input-ring lazily.
6712
103af3fe
SM
67132012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6714
663b1677
SM
6715 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
6716 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
6717
103af3fe
SM
6718 * imenu.el: Fix multiple inheritance breakage (bug#9199).
6719 (imenu-add-to-menubar): Don't add a redundant index.
6720 (imenu-update-menubar): Handle a dynamically composed keymap.
6721
899cb7cb
KY
67222012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6723
6724 * mail/sendmail.el (mail-encode-header):
6725 Bind rfc2047-encode-encoded-words to nil.
6726
3809f91d
GM
67272012-03-13 Glenn Morris <rgm@gnu.org>
6728
6729 * calendar/calendar.el (calendar-string-spread):
6730 Handle non-unit-width characters a bit better. (Bug#10978)
6731
9e345a01
LL
67322012-03-13 Leo Liu <sdl.web@gmail.com>
6733
6734 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
6735 directory and file as argument (Bug#10822).
6736
4a07df36
KS
67372012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
6738
6739 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
6740 For dynamically generated code, follow $PC.
6741 (gdb-disassembly-handler-custom): Handle no function name case.
6742
4aaa9356
TL
67432012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
6744
6745 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
6746 * emulation/ws-mode.el (ws-query-replace):
6747 * sort.el (sort-regexp-fields):
6748 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
6749
225979da
SM
67502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * dabbrev.el: Fix cycle completion order (bug#10963).
6753 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
6754 (dabbrev-completion): Don't use an obarray; provide
6755 a cycle-sort-function.
6756
e2f1fdab
LL
67572012-03-12 Leo Liu <sdl.web@gmail.com>
6758
dc9924b8 6759 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
6760 (kill-do-not-save-duplicates): Doc fix.
6761
b19490ed
SM
67622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * dabbrev.el: Fix cycle completion (bug#10963).
6765 Use lexical binding and wrap to 80 columns.
6766 (dabbrev-completion): Delay computing the list of completions.
6767
4b05d722
KH
67682012-03-12 Kenichi Handa <handa@m17n.org>
6769
6770 * international/quail.el (quail-insert-kbd-layout): Surround each
6771 row by LRO and PDF instead of inserting many LRMs. Pad the left
6772 and right of each non-spacing marks. Insert invisible space
6773 between lower and upper characters to prevent composition.
6774
dbbc2e69
SM
67752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * minibuffer.el (minibuffer-complete): Don't get confused when the
6778 function is run twice via different commands (bug#10958).
6779 (complete-with-action): Fix docstring.
6780
292112ed
CY
67812012-03-12 Chong Yidong <cyd@gnu.org>
6782
5d1ac394
CY
6783 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
6784 (nxml-completion-at-point-function): New function.
6785 (nxml-mode): Use it.
6786 (nxml-bind-meta-tab-to-complete-flag): Default to t.
6787
292112ed
CY
6788 * emacs-lisp/package.el (package-unpack, package-unpack-single):
6789 Load generated autoloads file before byte compiling (Bug#10970).
6790 (package--make-autoloads-and-compile): New helper fun.
6791
4098f8f7
CS
67922012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
6793
6794 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
6795
8f754691
MA
67962012-03-11 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * autorevert.el (auto-revert-handler): Ensure, that
6799 file-readable-p is applied only for local files or in
6800 auto-revert-tail-mode.
6801
e29ab36b
AS
68022012-03-11 Andreas Schwab <schwab@linux-m68k.org>
6803
dbbc2e69
SM
6804 * server.el (server-eval-at): Handle non-tcp connections.
6805 Decode result string.
ad0bf5b6 6806
e29ab36b
AS
6807 * server.el (server-msg-size): New constant.
6808 (server-reply-print): New function.
6809 (server-eval-and-print): Use it.
6810 (server-eval-at): Use server-quote-arg and server-unquote-arg.
6811 Handle -print-nonl.
6812
de5939ba
CS
68132012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
6814
6815 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
6816 (Bug#10987).
6817
0c93eabf
CY
68182012-03-11 Chong Yidong <cyd@gnu.org>
6819
397a688f
CY
6820 * simple.el (goto-line): Doc fix (Bug#9938).
6821
2cc775f9
CY
6822 * subr.el (save-window-excursion): Doc fix (Bug#9979).
6823
0c93eabf
CY
6824 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
6825 when finished (Bug#10963).
6826
c491fa41
MR
68272012-03-11 Martin Rudalics <rudalics@gmx.at>
6828
6829 * window.el (split-window-below): Fix bug in case where
6830 split-window-keep-point is nil (Bug#10971).
6831
300e8fa5
JL
68322012-03-11 Juri Linkov <juri@jurta.org>
6833
6834 * replace.el (replace-highlight): Set isearch-word to nil
6835 unconditionally. (Bug#10887)
6836
dbf6c5a1
EZ
68372012-03-10 Eli Zaretskii <eliz@gnu.org>
6838
6839 * net/mairix.el (mairix-replace-invalid-chars): Rename from
6840 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 6841 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
6842 (mairix-widget-create-query): Add usage information about mairix
6843 search forms: negating words, searching for substrings, etc.
6844
b9e501de
JP
68452012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
6846
6847 * international/fontset.el (font-encoding-alist): Add an entry for
6848 ksx1001 (Bug#5667).
6849
92795c91
RS
68502012-03-10 Richard Stallman <rms@gnu.org>
6851
1694e6c1
RS
6852 * mail/sendmail.el (mail-encode-header):
6853 Set rfc2047-encode-encoded-words.
6854
607e8555
RS
6855 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
6856
de3bc99a
RS
6857 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
6858 view buffer means not swapped.
6859 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
6860 (rmail-write-region-annotate): Error if real text has disappeared.
6861
92795c91
RS
6862 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
6863
699bd04e
CY
68642012-03-10 Chong Yidong <cyd@gnu.org>
6865
6866 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
6867 * emulation/cua-base.el (cua--init-keymaps):
6868 Add delete-forward-char to remappings (Bug#9666).
699bd04e 6869
570a1714
MR
68702012-03-10 Martin Rudalics <rudalics@gmx.at>
6871
dbbc2e69
SM
6872 * speedbar.el (speedbar-unhighlight-one-tag-line):
6873 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 6874
82dcf4e4
CY
68752012-03-10 Chong Yidong <cyd@gnu.org>
6876
7a2c7ca7
CY
6877 * minibuffer.el (completion-in-region, completion-help-at-point):
6878 Give the completion field overlay a high priority (Bug#6830).
6879
82dcf4e4
CY
6880 * dired.el (dired-goto-file): Recognize absolute file name
6881 listings (Bug#7126).
6882 (dired-goto-file-1): New helper function.
6883 (dired-toggle-read-only): Inhibit warnings.
6884
052e28ac
MA
68852012-03-09 Michael Albinus <michael.albinus@gmx.de>
6886
75f1671a 6887 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
6888 there are no properties.
6889
95d5e396
LL
68902012-03-09 Leo Liu <sdl.web@gmail.com>
6891
6892 * savehist.el (savehist-printable): Stricter check for string
6893 value (Bug#10937).
6894
3f018d6d
EZ
68952012-03-09 Eli Zaretskii <eliz@gnu.org>
6896
dbbc2e69
SM
6897 * mail/smtpmail.el (smtpmail-send-it):
6898 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
6899 valid mbox format.
6900
f7fd3d79
GM
69012012-03-09 Glenn Morris <rgm@gnu.org>
6902
6903 * files.el (dir-locals-find-file):
6904 Don't check result is regular, readable.
6905 (dir-locals-read-from-file): Demote errors.
6906
6ff6e72f
EZ
69072012-03-08 Eli Zaretskii <eliz@gnu.org>
6908
dbbc2e69
SM
6909 * international/quail.el (quail-insert-kbd-layout):
6910 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
6911 layout cell, to prevent their reordering by bidi display engine.
6912 For details, see the discussion in
6913 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
6914
9cec7834
AM
69152012-03-08 Alan Mackenzie <acm@muc.de>
6916
6917 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
6918 the starting position; make it extend the marked region when
6919 invoked repeatedly - all under appropriate circumstances.
6920 Fixes bugs #5525, #10906.
6921
9a40b8d4
GM
69222012-03-08 Glenn Morris <rgm@gnu.org>
6923
6924 * files.el (locate-dominating-file, dir-locals-find-file):
6925 Undo 2012-03-06 change.
6926
7a08ed35
EZ
69272012-03-07 Eli Zaretskii <eliz@gnu.org>
6928
dbbc2e69
SM
6929 * international/quail.el (quail-help):
6930 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
6931 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6932 for the reason.
6933
5aca4f71 69342012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
6935
6936 Avoid superfluous registering of signals. (Bug#10807)
6937
6938 * notifications.el (notifications-on-action-object)
6939 (notifications-on-close-object): New defvars.
6940 (notifications-on-action-signal, notifications-on-closed-signal):
6941 Unregister the signal if not needed any longer.
6942 (notifications-notify): Register `notifications-action-signal' or
6943 `notifications-closed-signal', if :on-action or :on-close has been
6944 passed as argument.
6945
78e8b10a
CY
69462012-03-07 Chong Yidong <cyd@gnu.org>
6947
6948 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
6949 non-X platforms.
6950
69481eb8
GM
69512012-03-06 Glenn Morris <rgm@gnu.org>
6952
6953 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6954 (x-disown-selection-internal, x-get-selection-internal):
6955 Doc fix (add arglist signatures). (Bug#10783)
6956
133b8e11
KS
69572012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
6958
6959 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6960 Handle breakpoints with no "type".
6961
99a83064
GM
69622012-03-06 Glenn Morris <rgm@gnu.org>
6963
6964 * files.el (locate-dominating-file): Add optional predicate argument.
6965 (dir-locals-find-file): Make use of above change.
6966
17798e78
TTN
69672012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
6968
6969 * info.el (Info-insert-dir): Also try "dir.gz".
6970
eb182446
GM
69712012-03-06 Glenn Morris <rgm@gnu.org>
6972
8f2114ee
GM
6973 * files.el (dir-locals-find-file):
6974 Ignore non-readable or non-regular files. (Bug#10928)
6975
eb182446
GM
6976 * files.el (locate-dominating-file): Doc fix.
6977
24679323
AS
69782012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
6979
6980 * calendar/calendar.el (calendar-set-mode-line):
6981 `getenv' returns a string. (Bug#10951)
6982
01d972a9
LL
69832012-03-05 Leo Liu <sdl.web@gmail.com>
6984
109aa8a9
LL
6985 * simple.el (backward-delete-char-untabify): Constrain point to
6986 field (Bug#10939).
6987
01d972a9
LL
6988 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
6989
10607bea
CY
69902012-03-05 Chong Yidong <cyd@gnu.org>
6991
6992 * simple.el (count-words): If called from Lisp, return the word
6993 count, for symmetry with `count-lines'. Arglist changed.
6994 (count-words--message): Args changed. Consolidate counting code
6995 from count-words and count-words-region.
6996 (count-words-region): Caller changed.
6997 (count-lines-region): Make it an obsolete alias.
6998
5dd11cfe
TH
69992012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7000
7001 * saveplace.el (save-place-to-alist)
7002 (save-place-ignore-files-regexp): Allow value nil to disable this
7003 feature.
7004
c349f4e6
CY
70052012-03-04 Chong Yidong <cyd@gnu.org>
7006
7007 * faces.el (face-spec-reset-face): For the default face, reset the
7008 attributes to default values (Bug#10748).
7009
e627be4c
LMI
70102012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7011
7012 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7013 previous patch: Check `message-send-mail-function', and not the
7014 default function (bug#10897).
7015
ebeabff4
MA
70162012-03-04 Michael Albinus <michael.albinus@gmx.de>
7017
a41a6cf4
MA
7018 * notifications.el (notifications-on-action-signal)
7019 (notifications-on-closed-signal): Check for unique service name of
7020 incoming event. Fix error in removing entry.
ebeabff4 7021 (top): Register for signals with wildcard service name.
a41a6cf4 7022 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 7023
c1ca42b4
CY
70242012-03-04 Chong Yidong <cyd@gnu.org>
7025
dc9924b8 7026 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 7027
ea16568d
GM
70282012-03-04 Glenn Morris <rgm@gnu.org>
7029
7030 * abbrev.el (copy-abbrev-table, abbrev-table-p)
7031 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7032 (expand-abbrev, define-abbrev-table): Doc fixes.
7033
fbae4637
LMI
70342012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7035
7036 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7037 `message-default-send-mail-function' and not `send-mail-function'
7038 when doing the prompting for `sendmail-query-once' before sending
7039 in Message buffers (bug#10897).
7040
a1e7225c
LMI
7041 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7042 This is inconsistent with all the other stream functions, which leave
7043 the setting up to the higher levels (if so wanted) (bug#10931).
7044
56d093a9
AM
70452012-03-02 Alan Mackenzie <acm@muc.de>
7046
7047 Depessimize the handling of very large macros.
7048
7049 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7050 (c-macro-cache-syntactic): New variables to implement a one
7051 element macro cache.
7052 (c-invalidate-macro-cache): New function.
7053 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7054 Adapt to use the new cache.
7055 (c-state-safe-place): Use better the cache of safe positions.
7056 (c-state-semi-nonlit-pos-cache)
7057 (c-state-semi-nonlit-pos-cache-limit):
7058 New variables for...
7059 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
7060 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
7061 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7062 Use c-state-semi-safe-place.
56d093a9 7063
dbbc2e69
SM
7064 * progmodes/cc-langs.el (c-get-state-before-change-functions):
7065 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 7066
817e5c3d
MA
70672012-03-02 Michael Albinus <michael.albinus@gmx.de>
7068
dbbc2e69
SM
7069 * jka-compr.el (jka-compr-call-process):
7070 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
7071 not remote.
7072
a032a702
MA
70732012-03-01 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
7076 access of FILE2, if FILE1 does not exist.
7077
99a54f21
MA
7078 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7079 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7080
7081 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7082 Add "PAGER=" to `process-environment'.
7083
f6561e1f
MM
70842012-03-01 Michael R. Mauger <mmaug@yahoo.com>
7085
7086 * progmodes/sql.el: Bug fix
7087 (sql-get-login-ext): Save login values in globals.
7088 (sql-get-login): Use new version of `sql-get-login-ext'.
7089 (sql-interactive-mode): Set global `sql-connection' to nil.
7090 (sql-connect): Set global values for connection.
7091 (sql-product-interactive): Save global values as buffer local.
7092
2d44d9cc
LL
70932012-02-29 Leo Liu <sdl.web@gmail.com>
7094
7095 * abbrev.el (define-abbrevs): Reset sys to nil.
7096
96b49301 70972012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7098
bf7f9bc5
JB
7099 * files.el (file-equal-p): Rename from `files-equal-p'.
7100 Return nil when one or both files don't exist.
96b49301 7101 (file-subdir-of-p): Now only top directory must exists,
7102 return nil if it doesn't.
bf7f9bc5
JB
7103 (copy-directory): No need to test with `file-subdir-of-p' after
7104 creating dir.
7105 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7106 to `file-equal-p'.
96b49301 7107
44e97401
GM
71082012-02-28 Glenn Morris <rgm@gnu.org>
7109
7110 * shell.el (shell-mode):
7111 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7112 * play/landmark.el (landmark-font-lock-face-O):
7113 * play/handwrite.el (handwrite):
7114 * play/gomoku.el (gomoku-O):
7115 * net/browse-url.el (browse-url-browser-display):
7116 * international/mule.el (define-charset):
7117 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7118 * filesets.el (filesets-find-file-delay):
7119 * eshell/em-xtra.el (eshell-xtra):
7120 * eshell/em-unix.el (eshell-grep):
7121 * emulation/viper.el (viper-mode):
7122 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7123 * emacs-lisp/easymenu.el (easy-menu-define):
7124 * calendar/timeclock.el (timeclock-use-display-time):
7125 * bs.el (bs-mode):
7126 * bookmark.el (bookmark-save-flag):
7127 Doc fix (standardize possessive apostrophe usage).
7128
c98c6276
CY
71292012-02-27 Chong Yidong <cyd@gnu.org>
7130
bf7f9bc5
JB
7131 * emulation/viper-cmd.el (viper-intercept-ESC-key):
7132 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 7133
c98c6276
CY
7134 * font-lock.el (font-lock-specified-p): Rename from
7135 font-lock-spec-present. Callers changed.
7136
9c62cd04 71372012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 7138
bf7f9bc5
JB
7139 * emacs-lisp/package.el (package-compute-transaction):
7140 Handle holding a package version to t in package-load-list.
8ac9e529 7141
530739c9
MA
71422012-02-26 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7145 (tramp-get-inode, tramp-get-device): Use cached values.
7146
487915d7
AM
71472012-02-26 Alan Mackenzie <acm@muc.de>
7148
7149 Check there is a font-lock specification before doing initial
7150 fontification.
7151
7152 * font-core.el (font-lock-mode): Move the conditional from
7153 :after-hook to font-lock-initial-fontify.
7154 (font-lock-default-function): Move the check for a specification
7155 to font-lock-spec-present.
7156
dc9924b8 7157 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
7158 (font-lock-spec-present): New function.
7159
4fd96557
JB
71602012-02-26 Jim Blandy <jimb@red-bean.com>
7161
7162 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7163 (gdb-send): Apply it to the operand of the '-interpreter-exec
7164 console' command, so that we can pass arguments with (say) quotes
7165 in them. Store exact string sent in gdb-debug-log (Bug#10765).
7166
9a4888c0
CY
71672012-02-26 Chong Yidong <cyd@gnu.org>
7168
07498861
CY
7169 * help-fns.el (describe-function-1): Clarify description of
7170 remapping (Bug#10844).
7171
9a4888c0
CY
7172 * files.el (files-equal-p): Doc fix.
7173 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
7174 and quit the loop once a mismatch is found.
7175
ea8fb88d
JB
71762012-02-25 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * bs.el (bs--show-with-configuration): Don't throw an error
7179 if the window cannot be split; otherwise, subsequent calls to
7180 bs-show fail, restoring a stale window config. (Bug#10882)
7181
525795c1
JD
71822012-02-25 Jan Djärv <jan.h.d@swipnet.se>
7183
7184 * term/ns-win.el (global-map): Bind ns-drag-file to
7185 ns-find-file (Bug#5855, Bug#10050).
7186
f008086f
AS
71872012-02-25 Andreas Schwab <schwab@linux-m68k.org>
7188
7189 * calendar/parse-time.el (parse-time-string): Allow extractor to
7190 return nil.
7191
a3fcfa99
MA
71922012-02-25 Michael Albinus <michael.albinus@gmx.de>
7193
91027d08
JB
7194 * net/tramp.el (tramp-file-name-for-operation):
7195 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
7196
7197 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
7198 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7199 Add COPY-CONTENTS argument.
a3fcfa99 7200
67b0de11
CY
72012012-02-25 Chong Yidong <cyd@gnu.org>
7202
7203 Add custom groups for VC backends, for consistency with vc-bzr.
7204
7205 * vc/vc-arch.el (vc-arch):
7206 * vc/vc-cvs.el (vc-cvs):
7207 * vc/vc-git.el (vc-git):
7208 * vc/vc-hg.el (vc-hg):
7209 * vc/vc-mtn.el (vc-mtn):
7210 * vc/vc-rcs.el (vc-rcs):
7211 * vc/vc-sccs.el (vc-sccs):
7212 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
7213 All relevant defcustoms reassigned.
7214
3c9dfce6
CY
72152012-02-25 Chong Yidong <cyd@gnu.org>
7216
1339bf43
CY
7217 * newcomment.el (comment-styles): Add autoload (Bug#10868).
7218
3c9dfce6
CY
7219 * term/x-win.el (x-initialize-window-system): Reduce default for
7220 x-selection-timeout to 5 seconds (Bug#8869).
7221
25b2e303 72222012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7223
ec70a47d
GM
7224 * files.el (files-equal-p, file-subdir-of-p): New functions.
7225 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 7226 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
7227 * dired-aux.el (dired-copy-file-recursive): Same.
7228 (dired-create-files): Modify destination when source is equal to
7229 dest when copying files.
53a46cd0 7230 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 7231
914260cd
MA
72322012-02-24 Michael Albinus <michael.albinus@gmx.de>
7233
7234 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
7235 (Bug#10874)
7236
2cb228f7
AM
72372012-02-23 Alan Mackenzie <acm@muc.de>
7238
7239 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
7240 parameter "after-hook:" to allow the expansion to run code after
7241 the execution of the mode hooks.
7242
7243 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 7244 from font-lock-mode-internal.
2cb228f7 7245
91027d08 7246 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
7247 :after-hook.
7248
8f0fde21
SM
72492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7250
3e88618b
SM
7251 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
7252 (completion--cache-all-sorted-completions): New function.
7253 (completion-all-sorted-completions): Use it.
7254 (completion--do-completion, minibuffer-force-complete):
7255 Use it to re-instate the flush hook.
7256
8f0fde21
SM
7257 * icomplete.el (icomplete-completions): Replace last fix with a better
7258 one (bug#10850).
7259
8e911f6f
DG
72602012-02-23 Dmitry Gutov <dgutov@yandex.ru>
7261
7262 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
7263 when it might call us back infinitely (bug#10797).
7264
49fe4321
GM
72652012-02-23 Glenn Morris <rgm@gnu.org>
7266
7267 * minibuffer.el (completion-category-overrides): Doc fix.
7268
b291b572
SM
72692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * minibuffer.el (completion-table-with-context): Fix inf-loop.
7272 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
7273
31a9ef2e
GM
72742012-02-23 Glenn Morris <rgm@gnu.org>
7275
5e6e6794 7276 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
7277 (authors-obsolete-files-regexps, authors-ignored-files)
7278 (authors-ambiguous-files, authors-renamed-files-alist):
7279 Add more entries.
7280
0bd1e074
JL
72812012-02-23 Juri Linkov <juri@jurta.org>
7282
7283 * isearch.el (isearch-occur): Sync interactive spec with occur's
7284 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
7285
b617673c
JL
7286 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
7287
19e9789e
JL
72882012-02-22 Juri Linkov <juri@jurta.org>
7289
7290 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
7291 (ucs-insert): Doc fix. Check for hex digits in the string.
7292 Don't display `nil' in the error message. (Bug#10857)
7293
f41ce09d
AM
72942012-02-22 Alan Mackenzie <acm@muc.de>
7295
7a71b18d 7296 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 7297
ac2eceee
GM
72982012-02-22 Glenn Morris <rgm@gnu.org>
7299
7300 * ffap.el (ffap-c-path):
7301 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
7302
abd1f678
CY
73032012-02-22 Chong Yidong <cyd@gnu.org>
7304
7305 * custom.el (load-theme): Doc fix.
7306
f25aef2e
GM
73072012-02-22 Glenn Morris <rgm@gnu.org>
7308
7309 * dired-x.el (dired-guess-shell-alist-default):
7310 Remove escape sequences from nroff output. (Bug#172)
7311
5f8dc2ca
GM
73122012-02-21 Glenn Morris <rgm@gnu.org>
7313
6ff86ec4
GM
7314 * vc/emerge.el (emerge-defvar-local):
7315 Set `permanent-local' property rather than unused `preserved'.
7316
be3223a3 7317 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
7318 (picture-mode-map): Use it. (Bug#10860)
7319 (picture-mode): Doc fix.
7320
3fe58f4f
JB
73212012-02-21 Juanma Barranquero <lekktu@gmail.com>
7322
7323 * newcomment.el (uncomment-region-default): Remove unused binding.
7324
f9a998c3
GM
73252012-02-21 Glenn Morris <rgm@gnu.org>
7326
7327 * textmodes/picture.el (picture-motion, picture-motion-reverse)
7328 (picture-self-insert, picture-tab-chars): Doc fix.
7329 (picture-mode-map): Fix C-a, C-e.
7330
c6029348
GM
73312012-02-20 Glenn Morris <rgm@gnu.org>
7332
7333 * emacs-lisp/authors.el (authors-aliases): Add another entry.
7334
ab1ce9d7
LL
73352012-02-20 Leo Liu <sdl.web@gmail.com>
7336
7337 * icomplete.el (icomplete-completions): Check FROM arg before
7338 passing to substring (Bug#10850).
7339
0fd40f89
CY
73402012-02-19 Chong Yidong <cyd@gnu.org>
7341
7342 * comint.el: Require ansi-color.
7343 (comint-output-filter-functions): Add ansi-color-process-output.
7344
7345 * ansi-color.el: Don't set comint-output-filter-functions; it is
7346 now in the initial value defined in comint.el.
7347 (ansi-color-apply-face-function): New variable.
7348 (ansi-color-apply-on-region): Use it.
7349 (ansi-color-apply-overlay-face): New function.
7350
7351 * shell.el (shell): No need to require ansi-color.
7352 (shell-mode): Use ansi-color-apply-face-function to highlight
7353 color escapes using font-lock-face property (Bug#10835).
7354
20af2394
CY
73552012-02-19 Chong Yidong <cyd@gnu.org>
7356
7357 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
7358 mode-line formats (Bug#10839).
7359
e23a3fbe
GM
73602012-02-18 Glenn Morris <rgm@gnu.org>
7361
b474519e
GM
7362 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
7363
7364 * mail/undigest.el (unforward-rmail-message): Doc fix.
7365
e23a3fbe
GM
7366 * saveplace.el (save-place-ignore-files-regexp): Add :version.
7367
57939ff4
EZ
73682012-02-18 Eli Zaretskii <eliz@gnu.org>
7369
7370 * international/characters.el (script-list): Sync with the latest
7371 Unicode Character Database.
7372
0c23686e
AS
73732012-02-18 Andreas Schwab <schwab@linux-m68k.org>
7374
7375 * international/titdic-cnv.el: Remove duplicate coding tag.
7376 * language/cham.el: Likewise.
7377 * language/tai-viet.el: Likewise.
7378
6818b449
GM
73792012-02-18 Glenn Morris <rgm@gnu.org>
7380
7381 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
7382 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
7383 (calendar-bahai-all-holidays-flag, calendar-other-dates):
7384 * calendar/diary-lib.el (diary-abbreviated-year-flag):
7385 * calendar/holidays.el (holiday-bahai-holidays)
7386 (calendar-holidays, list-holidays):
7387 Use utf-8 Bahá'í in doc-strings, menus, etc.
7388
0311a3fc
TH
73892012-02-17 Tassilo Horn <tassilo@member.fsf.org>
7390
7391 * saveplace.el (save-place-ignore-files-regexp): New variable
7392 allowing for excluding files from saving their location of point.
7393 The default value matches the temporary commit message editing
7394 files from Git, SVN, Bazaar, and Mercurial.
7395 (save-place-to-alist): Use it.
7396
d209e2fb 73972012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 7398 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
7399
7400 * newcomment.el (uncomment-region-default): Don't leave extra space
7401 when an arg is provided (bug#8150).
7402
ee0ce425
TZ
74032012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
7404
eb864a71 7405 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 7406
95ddf442
GM
74072012-02-17 Glenn Morris <rgm@gnu.org>
7408
7409 * net/socks.el: Require network-stream. (Bug#10599)
7410
48dd1e39 74112012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
7412
7413 * international/charprop.el:
7414 * international/uni-name.el:
7415 * international/uni-old-name.el:
7416 * international/uni-comment.el: Regenerate.
7417
d68cd087
GM
74182012-02-16 Glenn Morris <rgm@gnu.org>
7419
7420 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
7421 Interactively in calendar buffer, give an error if not on a date.
7422
13932042
GM
74232012-02-15 Glenn Morris <rgm@gnu.org>
7424
7425 * shell.el (shell-delimiter-argument-list):
7426 Revert 2011-02-17 change. (Bug#8027)
7427
c3a70e2b
CY
74282012-02-15 Chong Yidong <cyd@gnu.org>
7429
60236b0d
CY
7430 * minibuffer.el (completion-at-point-functions): Doc fix.
7431
c3a70e2b
CY
7432 * custom.el (defcustom): Doc fix; note use of defvar.
7433
9f26dc24
GM
74342012-02-15 Glenn Morris <rgm@gnu.org>
7435
7436 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
7437 Doc fixes.
7438
6546b134
GM
74392012-02-14 Glenn Morris <rgm@gnu.org>
7440
7441 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
7442
d29b2b4c
LI
74432012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
7444
7445 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
7446 way the ports list is computed.
835bdcba
LI
7447 (smtpmail-query-smtp-server): Prompt the user for a port number if
7448 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 7449
08dcdbc9
TZ
74502012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7451
7452 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
7453
2605051a
GM
74542012-02-13 Glenn Morris <rgm@gnu.org>
7455
7456 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
7457
7ee99f32
TZ
74582012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
7459
7460 * net/gnutls.el (gnutls-trustfiles): New variable.
7461 (gnutls-negotiate): Use it.
7462
5f0af64f
LI
74632012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
7464
7465 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
7466 does its stuff if Gnus is running.
7467
c14fcc95
AM
74682012-02-13 Alan Mackenzie <acm@muc.de>
7469
7470 Fix a loop in c-set-fl-decl-start.
7471
7a71b18d 7472 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
7473 c-backward-syntactic-ws actually moves backwards.
7474
142b4d90
LL
74752012-02-13 Leo Liu <sdl.web@gmail.com>
7476
7477 * net/rcirc.el (rcirc-markup-attributes): Move point to the
7478 beginning so that all \C-o chars are removed.
7479
fa9958a6
TZ
74802012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
7481
dc9924b8 7482 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 7483
0bc5886a
AM
74842012-02-12 Alan Mackenzie <acm@muc.de>
7485
7486 Fix infinite loop with long macros.
4d6769e1 7487 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 7488
d4bd55e7
CY
74892012-02-12 Chong Yidong <cyd@gnu.org>
7490
7491 * window.el (display-buffer): Doc fix (Bug#10785).
7492
66f3fe22
GM
74932012-02-12 Glenn Morris <rgm@gnu.org>
7494
bd7da63e
GM
7495 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7496 (x-disown-selection-internal, x-get-selection-internal):
7497 Sync docs with the xselect.c versions.
7498
66f3fe22
GM
7499 * allout-widgets.el: Add missing license notice.
7500
3e0d2fa7
GM
75012012-02-11 Glenn Morris <rgm@gnu.org>
7502
cfecdf09
GM
7503 * select.el (x-get-selection-internal, x-own-selection-internal)
7504 (x-disown-selection-internal):
7505 * x-dnd.el (x-get-selection-internal): Update declarations.
7506
6d216d7f
GM
7507 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
7508
2bed3f04
GM
7509 * window.el (window-sides-slots):
7510 * tool-bar.el (tool-bar-position):
7511 * term/xterm.el (xterm-extra-capabilities):
7512 * ses.el (ses-self-reference-early-detection):
7513 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
7514 (verilog-auto-wire-type)
7515 (verilog-auto-delete-trailing-whitespace)
7516 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
7517 (verilog-auto-tieoff-declaration):
7518 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
7519 (sql-oracle-statement-starters, sql-oracle-scan-on):
7520 * progmodes/prolog.el (prolog-align-comments-flag)
7521 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
7522 (prolog-left-indent-regexp, prolog-paren-indent-p)
7523 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
7524 (prolog-types, prolog-mode-specificators)
7525 (prolog-determinism-specificators, prolog-directives)
7526 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
7527 (prolog-electric-dot-flag)
7528 (prolog-electric-dot-full-predicate-template)
7529 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
7530 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
7531 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
7532 (prolog-program-switches, prolog-prompt-regexp)
7533 (prolog-debug-on-string, prolog-debug-off-string)
7534 (prolog-trace-on-string, prolog-trace-off-string)
7535 (prolog-zip-on-string, prolog-zip-off-string)
7536 (prolog-use-standard-consult-compile-method-flag)
7537 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
7538 (prolog-imenu-max-lines, prolog-info-predicate-index)
7539 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
7540 (prolog-char-quote-workaround):
7541 * progmodes/cc-vars.el (c-defun-tactic):
7542 * net/tramp.el (tramp-encoding-command-interactive)
7543 (tramp-local-end-of-line):
7544 * net/soap-client.el (soap-client):
7545 * net/netrc.el (netrc-file):
7546 * net/gnutls.el (gnutls):
7547 * minibuffer.el (completion-category-overrides)
7548 (completion-cycle-threshold)
7549 (completion-pcm-complete-word-inserts-delimiters):
7550 * man.el (Man-name-local-regexp):
7551 * mail/feedmail.el (feedmail-display-full-frame):
7552 * international/characters.el (glyphless-char-display-control):
7553 * eshell/em-ls.el (eshell-ls-date-format):
7554 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
7555 (lisp-lambda-list-keyword-parameter-indentation)
7556 (lisp-lambda-list-keyword-parameter-alignment):
7557 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
7558 * dired-x.el (dired-omit-verbose):
7559 * cus-theme.el (custom-theme-allow-multiple-selections):
7560 * calc/calc.el (calc-highlight-selections-with-faces)
7561 (calc-lu-field-reference, calc-lu-power-reference)
7562 (calc-note-threshold):
7563 * battery.el (battery-mode-line-limit):
7564 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7565 (archive-7z-update):
7566 * allout.el (allout-prefixed-keybindings)
7567 (allout-unprefixed-keybindings)
7568 (allout-inhibit-auto-fill-on-headline)
7569 (allout-flattened-numbering-abbreviation):
7570 * allout-widgets.el (allout-widgets-auto-activation)
7571 (allout-widgets-icons-dark-subdir)
7572 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
7573 (allout-widgets-theme-dark-background)
7574 (allout-widgets-theme-light-background)
7575 (allout-widgets-item-image-properties-emacs)
7576 (allout-widgets-item-image-properties-xemacs)
7577 (allout-widgets-run-unit-tests-on-load)
7578 (allout-widgets-time-decoration-activity)
7579 (allout-widgets-hook-error-post-time)
7580 (allout-widgets-track-decoration):
7581 Add missing :version tags to new defcustoms and defgroups.
7582
5fec1b8e
GM
7583 * progmodes/sql.el (sql-ansi-statement-starters)
7584 (sql-oracle-statement-starters): Add custom type.
7585
3e0d2fa7
GM
7586 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
7587 (prolog-system-version): Give it a type.
7588
90b671e2
EZ
75892012-02-11 Eli Zaretskii <eliz@gnu.org>
7590
7591 * term/pc-win.el (x-select-text, x-selection-owner-p)
7592 (x-own-selection-internal, x-disown-selection-internal)
7593 (x-get-selection-internal): Sync doc strings and argument lists
7594 with xselect.c, common-win.el and x-win.el. (Bug#10783)
7595
5eac0c02
LL
75962012-02-11 Leo Liu <sdl.web@gmail.com>
7597
7598 * progmodes/python.el (python-end-of-statement): Fix infinite
7599 loop. (Bug#10788)
7600
f82cb659
GM
76012012-02-10 Glenn Morris <rgm@gnu.org>
7602
7603 * international/mule-cmds.el (unify-8859-on-encoding-mode)
7604 (unify-8859-on-decoding-mode): Properly mark as obsolete.
7605
cc26d239
LI
76062012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
7607
7608 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
7609 about SMTP before checking the From header.
7610
91027d08 7611 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
7612 into own function for reuse by emacsbug.el.
7613
1be3ca5a
LL
76142012-02-10 Leo Liu <sdl.web@gmail.com>
7615
7616 * subr.el (condition-case-unless-debug): Rename from
7617 condition-case-no-debug. All callers changed.
7618 (with-demoted-errors): Fix caller.
7619
7620 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
7621 * nxml/rng-valid.el (rng-do-some-validation):
7622 * emacs-lisp/package.el (package-refresh-contents)
7623 (package-menu-execute):
7624 * desktop.el (desktop-create-buffer):
91027d08 7625 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 7626
b011fbfe
GM
76272012-02-10 Glenn Morris <rgm@gnu.org>
7628
b2096d72
GM
7629 * textmodes/bibtex.el:
7630 Add missing :version tags for new/changed defcustoms.
7631
b011fbfe
GM
7632 * files.el (remote-file-name-inhibit-cache): Doc fixes.
7633
4c7e65bf
LI
76342012-02-09 Lars Ingebrigtsen <larsi@rusty>
7635
7636 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
7637 (smtpmail-via-smtp): Use it, or fall back on the From address.
7638 (smtpmail-send-it): Ditto.
7639
f3934f6f
SM
76402012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
7643 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
7644 (byte-compile-tmp-var): New const.
7645 (byte-compile-defvar): Use it to minimize .elc size.
7646 Just use `defvar' rather than simulate it (bug#10761).
7647
a075a2c5
GM
76482012-02-09 Glenn Morris <rgm@gnu.org>
7649
cf3aa21b
GM
7650 * files.el (rename-uniquely): Doc fix. (Bug#3806)
7651
354998cd
GM
7652 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
7653 Add :version tags.
7654
dc9924b8
SM
7655 * progmodes/compile.el (compilation-error-screen-columns)
7656 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 7657
dab3703d
GM
7658 * vc/log-view.el (log-view-toggle-entry-display):
7659 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
7660
3f88cd72
GM
7661 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
7662 (report-emacs-bug-can-use-xdg-email):
7663 (report-emacs-bug-insert-to-mailer): Doc fixes.
7664 (report-emacs-bug): Message fix.
7665
d95b247d
GM
7666 * net/browse-url.el (browse-url-can-use-xdg-open)
7667 (browse-url-xdg-open): Doc fixes.
7668
a075a2c5
GM
7669 * electric.el (electric-indent-mode, electric-pair-mode)
7670 (electric-layout-rules, electric-layout-mode): Doc fixes.
7671 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
7672
ffb6157e
MR
76732012-02-08 Martin Rudalics <rudalics@gmx.at>
7674
7675 * server.el (server-unselect-display): Don't inadvertently kill
7676 the current buffer. (Bug#10729)
7677
e1ac4066
GM
76782012-02-08 Glenn Morris <rgm@gnu.org>
7679
34e8a2da
GM
7680 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
7681 (sql-list-table): Doc fixes.
7682
b4ac6e8c
GM
7683 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
7684 Comment out (does nothing).
7685
e1ac4066
GM
7686 * completion.el (dynamic-completion-mode):
7687 * dirtrack.el (dirtrack-debug-mode):
7688 * electric.el (electric-layout-mode):
7689 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
7690 * face-remap.el (text-scale-mode, buffer-face-mode):
7691 * iimage.el (iimage-mode):
7692 * image-mode.el (image-transform-mode):
7693 * minibuffer.el (completion-in-region-mode):
7694 * scroll-lock.el (scroll-lock-mode):
7695 * simple.el (next-error-follow-minor-mode):
7696 * tar-mode.el (tar-subfile-mode):
7697 * tooltip.el (tooltip-mode):
7698 * vcursor.el (vcursor-use-vcursor-map):
7699 * wid-browse.el (widget-minor-mode):
7700 * emulation/tpu-edt.el (tpu-edt-mode):
7701 * emulation/tpu-extras.el (tpu-cursor-free-mode):
7702 * international/iso-ascii.el (iso-ascii-mode):
7703 * language/thai-util.el (thai-word-mode):
7704 * mail/supercite.el (sc-minor-mode):
7705 * net/goto-addr.el (goto-address-mode):
7706 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
7707 * progmodes/cwarn.el (cwarn-mode):
7708 * progmodes/flymake.el (flymake-mode):
7709 * progmodes/glasses.el (glasses-mode):
7710 * progmodes/hideshow.el (hs-minor-mode):
7711 * progmodes/pascal.el (pascal-outline-mode):
7712 * textmodes/enriched.el (enriched-mode):
7713 * vc/smerge-mode.el (smerge-mode):
7714 Doc fixes (minor mode argument).
7715
5e0d957f
EZ
77162012-02-07 Eli Zaretskii <eliz@gnu.org>
7717
7718 * ls-lisp.el (ls-lisp-sanitize): New function.
7719 (ls-lisp-insert-directory): Use it to fix or remove any elements
7720 in file-alist with missing attributes. (Bug#4673)
7721
98d7371e
AM
77222012-02-07 Alan Mackenzie <acm@muc.de>
7723
7724 Fix spurious recognition of c-in-knr-argdecl.
7725
7726 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
7727 putative K&R region.
7728
667ced3a
AM
77292012-02-07 Alan Mackenzie <acm@muc.de>
7730
eb864a71
LM
7731 * progmodes/cc-engine.el (c-forward-objc-directive):
7732 Prevent looping in "#pragma mark @implementation".
667ced3a 7733
5b77774d
MA
77342012-02-07 Michael Albinus <michael.albinus@gmx.de>
7735
7736 * notifications.el (notifications-on-closed-signal): Make `reason'
7737 optional. (Bug#10744)
7738
af008560
GM
77392012-02-07 Glenn Morris <rgm@gnu.org>
7740
60d47423
GM
7741 * emacs-lisp/easy-mmode.el (define-minor-mode):
7742 Doc fixes for the macro and the mode it defines.
7743
dd605cc4
GM
7744 * image.el (imagemagick-types-inhibit): Doc fix.
7745
af008560
GM
7746 * cus-start.el (imagemagick-render-type): Add it.
7747
5cc59a37
LI
77482012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
7749
4d6769e1
JB
7750 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
7751 Set the default at load time, too, so that `font-lock-fontify-buffer'
7752 can be called without setting up the entire mode first. This fixes
7753 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 7754
9a6dd747
CY
77552012-02-06 Chong Yidong <cyd@gnu.org>
7756
2d16b285
CY
7757 * simple.el (list-processes--refresh): Delete exited processes
7758 (Bug#8094).
7759
171e9b6e
CY
7760 * comint.el (comint-next-prompt): next-single-char-property-change
7761 and prev-single-char-property-change never return nil (Bug#8657).
7762
9a6dd747
CY
7763 * custom.el (defcustom): Doc fix (Bug#9711).
7764
aa4589a7
CY
77652012-02-05 Chong Yidong <cyd@gnu.org>
7766
5c2a252f
CY
7767 * cus-edit.el (custom-variable-reset-backup): Quote the value
7768 before storing it in the customized-value property (Bug#6712).
4aab9006 7769 (custom-display): Add a customization type tag.
983b9602 7770 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 7771
aa4589a7
CY
7772 * wid-edit.el (widget-field-value-get): New optional arg to
7773 suppress trailing whitespace truncation.
7774 (character): Use it (Bug#2689).
7775
1ff980ae
AS
77762012-02-05 Andreas Schwab <schwab@linux-m68k.org>
7777
7778 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
7779 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
7780
03988c98
CY
77812012-02-05 Chong Yidong <cyd@gnu.org>
7782
eeb6cc88
CY
7783 * cus-edit.el (custom-variable-value-create): For mismatched
7784 types, show the current value (Bug#7600).
7785
03988c98
CY
7786 * custom.el (defcustom): Doc fix.
7787
f8cdeef0
GM
77882012-02-05 Glenn Morris <rgm@gnu.org>
7789
7790 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
7791
0696d255
JB
77922012-02-05 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
7795 (pp-buffer): Use `ignore-errors', `looking-at-p'.
7796 (pp-last-sexp): Use `looking-at-p'.
7797
34c99998
GM
77982012-02-04 Glenn Morris <rgm@gnu.org>
7799
8f05da42
GM
7800 * files.el (revert-buffer):
7801 Doc fix (mention revert-buffer-in-progress-p).
7802
f160676e
GM
7803 * emacs-lisp/ert-x.el (ert-simulate-command):
7804 Check deferred-action-list (which is obsolete) is bound.
7805
c7291ad9
GM
7806 * subr.el (with-wrapper-hook): Doc fixes.
7807
34c99998
GM
7808 * simple.el (filter-buffer-substring-functions)
7809 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
7810
6283a7d3
LL
78112012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
7812
7813 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
7814 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
7815
e96e3013
LL
78162012-02-04 Leo Liu <sdl.web@gmail.com>
7817
7818 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
7819
8ded50f2
GM
78202012-02-04 Glenn Morris <rgm@gnu.org>
7821
82ff1d13
GM
7822 * image.el (image-extension-data): Add obsolete alias.
7823
987a0a16
GM
7824 * isearch.el (isearch-update): Doc fix.
7825
ea32ef46
GM
7826 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
7827
8ded50f2
GM
7828 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
7829
eea14f31
GM
78302012-02-03 Glenn Morris <rgm@gnu.org>
7831
7832 * image.el (image-animated-p): Doc fix. Use image-animated-types.
7833 (image-animate-timeout): Doc fix.
7834
7835 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
7836
12f381b7
GM
78372012-02-02 Glenn Morris <rgm@gnu.org>
7838
953cebf5
GM
7839 * server.el (server-auth-dir): Doc fix.
7840 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
7841
12f381b7
GM
7842 * subr.el (run-mode-hooks): Doc fix.
7843
953a8c3b
JL
78442012-02-02 Juri Linkov <juri@jurta.org>
7845
7846 * image-mode.el (image-toggle-display-image): Remove tautological
7847 `major-mode' from the `derived-mode-p' test.
7848
c5d3843c
KH
78492012-02-02 Kenichi Handa <handa@m17n.org>
7850
9f6e692e 7851 * composite.el (compose-region): Cancel previous change.
c5d3843c 7852
159462d4 78532012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
7854
7855 * composite.el (compose-region, compose-string): Signal error for
7856 a null string component (Bug#6988).
7857
9f562668
CY
78582012-02-01 Chong Yidong <cyd@gnu.org>
7859
e2cef717
CY
7860 * view.el (view-buffer-other-window, view-buffer-other-frame):
7861 Handle special modes like view-buffer (Bug#10650).
7862 (view-buffer): Simplify.
7863
9f562668
CY
7864 * frame.el (set-frame-font): Tweak meaning of third argument.
7865
9f6e692e
JB
7866 * dynamic-setting.el (font-setting-change-default-font):
7867 Use set-frame-font (Bug#9982).
9f562668 7868
781acb9f
GM
78692012-02-01 Glenn Morris <rgm@gnu.org>
7870
6035be52
GM
7871 * progmodes/compile.el (compilation-internal-error-properties):
7872 Respect compilation-first-column in the "*compilation*" buffer.
7873
781acb9f
GM
7874 * emacs-lisp/easy-mmode.el (define-minor-mode):
7875 Relax :variable's test for a named function.
7876
abbceb00
AM
78772012-01-31 Alan Mackenzie <acm@muc.de>
7878
7879 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
7880 off by one error.
7881
fce3fdeb
CY
78822012-01-31 Chong Yidong <cyd@gnu.org>
7883
7884 * frame.el (set-frame-font): New arg ALL-FRAMES.
7885
7886 * menu-bar.el (menu-set-font): Use set-frame-font.
7887
7888 * faces.el (face-spec-reset-face): Don't apply unspecified
7889 attribute values to the default face.
7890
47893581
JB
78912012-01-31 Juanma Barranquero <lekktu@gmail.com>
7892
7893 * progmodes/cwarn.el (cwarn): Remove dead link.
7894 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
7895 Remove * from defcustom docstrings.
7896 (turn-on-cwarn-mode): Make obsolete.
7897 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
7898 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
7899
e58e988a
GM
79002012-01-31 Glenn Morris <rgm@gnu.org>
7901
60dc2671 7902 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 7903 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 7904 Allow named functions to be used as the cdr of :variable.
e58e988a 7905
7a3f511d
GM
79062012-01-30 Glenn Morris <rgm@gnu.org>
7907
7908 * emacs-lisp/authors.el (authors-fixed-entries):
7909 Remove reference to deleted file rnewspost.el.
7910
cb882333
JB
79112012-01-29 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * window.el (window-with-parameter): Remove unused variable `windows'.
7914 (window--side-check): Remove unused variable `code'.
7915 (window--resize-siblings): Remove unused variable `first'.
7916 (adjust-window-trailing-edge): Remove unused variable `failed'.
7917 (window-deletable-p, window--delete): Remove unused variable `buffer'.
7918 Use `let', not `let*'.
7919 (balance-windows-2): Remove unused variable `found'.
7920 (window--state-put-2): Remove unused variable `splits'.
7921 (window-state-put): Remove unused variable `selected'.
7922 (same-window-p): Use `string-match-p'.
7923 (display-buffer-assq-regexp): Remove unused variable `value'.
7924 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7925 Mark argument ALIST as ignored.
7926 (pop-to-buffer): Remove unused variable `old-window'.
7927
907201af
EZ
79282012-01-29 Eli Zaretskii <eliz@gnu.org>
7929
7930 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
7931 and .lzma compressed files.
7932
ea162670
CY
79332012-01-29 Chong Yidong <cyd@gnu.org>
7934
5b95ee8a
CY
7935 * frame.el (window-system-default-frame-alist): Doc fix.
7936
ea162670
CY
7937 * dynamic-setting.el (font-setting-change-default-font): Don't
7938 change the default face if SET-FONT argument is non-nil (Bug#9982).
7939
d6e6f4b1
SB
79402012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
7941
7942 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
7943
0f29fa41 79442012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
7945
7946 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
7947 breakpoints in files outside current directory (Bug#6098).
7948
db174434
CY
79492012-01-29 Chong Yidong <cyd@gnu.org>
7950
6b25e4e2
SE
7951 * progmodes/python.el: Require ansi-color at top-level.
7952
6df6ae42
JB
7953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
7954 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
7955 (lisp-mode-abbrev-table): Add doc.
7956 (lisp-mode-variables): Don't set local-abbrev-table.
7957 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
7958
e70ee681
RW
79592012-01-28 Roland Winkler <winkler@gnu.org>
7960
7961 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
7962
ace88aa2
RW
79632012-01-28 Roland Winkler <winkler@gnu.org>
7964
7965 * textmodes/bibtex.el (bibtex-entry-alist): New function.
7966 (bibtex-set-dialect): Use it. Either set global values of
7967 dialect-dependent variables or bind these variables buffer-locally
7968 (Bug#10254).
7969 (bibtex-mode): Call bibtex-set-dialect via
7970 hack-local-variables-hook.
eb864a71
LM
7971 (bibtex-dialect): Update docstring.
7972 Add safe-local-variable predicate.
ace88aa2
RW
7973 (bibtex-entry-alist, bibtex-field-alist): Initialize via
7974 bibtex-set-dialect.
7975 (bibtex-mode-map): Define menu for each dialect.
7976 (bibtex-entry): Fix docstring.
7977
93376c5b
CY
79782012-01-28 Chong Yidong <cyd@gnu.org>
7979
7980 * eshell/esh-arg.el (eshell-quote-argument): New function.
7981
7982 * eshell/esh-ext.el (eshell-invoke-batch-file):
7983 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
7984 first arg to eshell-parse-command (Bug#10523).
7985
4372494f
DA
79862012-01-28 Drew Adams <drew.adams@oracle.com>
7987
7988 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
7989 `default-directory' is non-nil.
7990
4d4ec1f8
EZ
79912012-01-28 Eli Zaretskii <eliz@gnu.org>
7992
7993 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
7994 line that displays system-configuration-options. (Bug#9924)
7995
7c188927
DA
79962012-01-28 Drew Adams <drew.adams@oracle.com>
7997
7998 * descr-text.el (describe-char): Show information about POS, in
7999 addition to information about the character at POS. Improve and
8000 update the doc string. Change "code point" to "code point in
8001 charset", to avoid confusion with the character's Unicode code
8002 point shown above that. (Bug#10129)
8003
e0da685a
EZ
80042012-01-28 Eli Zaretskii <eliz@gnu.org>
8005
8006 * descr-text.el (describe-char): Show the raw character, not only
8007 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8008 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8009 for the reasons.
8010
70550acf
PH
80112012-01-28 Phil Hagelberg <phil@hagelb.org>
8012
eb864a71
LM
8013 * emacs-lisp/package.el (package-install):
8014 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 8015
0ce8e868
CY
80162012-01-28 Chong Yidong <cyd@gnu.org>
8017
cb882333
JB
8018 * emacs-lisp/package.el (package-maybe-load-descriptor):
8019 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
8020 (package-maybe-load-descriptor): Use it.
8021 (package-download-transaction): Fully load required packages
8022 inside the loop, so that `require' calls work (Bug#10593).
8023 (package-install): No need to call package-initialize now.
8024
2e7f3bea
CY
80252012-01-28 Chong Yidong <cyd@gnu.org>
8026
6e9bad14
CY
8027 * simple.el (deactivate-mark): Doc fix (Bug#8614).
8028
f823b8ca
CY
8029 * tooltip.el (tooltip-mode): Doc fix.
8030 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8031
2680c309
CY
8032 * frame.el (set-cursor-color): Doc fix (Bug#352).
8033
d7a9e63b
CY
8034 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8035 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8036
2e7f3bea
CY
8037 * cus-edit.el (custom-buffer-create-internal): Fix search button
8038 action (Bug#10542).
2ae01800 8039 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 8040
fc4f7a23
EW
80412012-01-27 Eduard Wiebe <usenet@pusto.de>
8042
8043 * dired.el (dired-mark-files-regexp):
8044 Include any subdirectory components. (Bug#10445)
8045
7dd37071
ML
80462012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
8047
8048 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8049 Handle [host]:port syntax. (Bug#10533)
8050
a268160b
AH
80512012-01-27 Alex Harsanyi <harsanyi@mac.com>
8052
8053 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8054
e43273ef
GM
80552012-01-26 Glenn Morris <rgm@gnu.org>
8056
8057 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8058 * term.el (term-raw-escape-map): Use Control-X-prefix.
8059 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
8060
1edf595d
MR
80612012-01-25 Martin Rudalics <rudalics@gmx.at>
8062
8063 * window.el (window-state-get, window--state-get-1): Don't deal
8064 with fixed-sizeness of windows. Simplify code.
8065
fa8eafef
JC
80662012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
8067
6df6ae42
JB
8068 * window.el (window--state-get-1, window--state-put-2):
8069 Don't save and restore the mark.
fa8eafef 8070
0b21c100
CY
80712012-01-25 Chong Yidong <cyd@gnu.org>
8072
8073 * custom.el (custom-variable-p): Doc fix.
8074
5ae1a6c8
GM
80752012-01-25 Glenn Morris <rgm@gnu.org>
8076
40047858
GM
8077 * dired.el (dired-goto-file): Handle some of the more common
8078 characters that `ls -b' escapes. (Bug#10596)
8079
5ddce96c
GM
8080 * progmodes/compile.el (compilation-next-error-function):
8081 Respect compilation-first-column in the "*compilation*" buffer.
8082 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
8083
5ae1a6c8
GM
8084 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
8085
b559f1a9
GM
80862012-01-24 Glenn Morris <rgm@gnu.org>
8087
8088 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
8089
6725d21a
JD
80902012-01-24 Julien Danjou <julien@danjou.info>
8091
8092 * color.el (color-rgb-to-hsl): Fix value computing.
8093 (color-hue-to-rgb): New function.
8094 (color-hsl-to-rgb): New function.
8095 (color-clamp, color-saturate-hsl, color-saturate-name)
8096 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8097 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8098
70df4bbe
GM
80992012-01-24 Glenn Morris <rgm@gnu.org>
8100
8101 * vc/vc-rcs.el (vc-rcs-create-tag):
8102 * vc/vc-sccs.el (vc-sccs-create-tag):
8103 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
8104
802a2ae2
ML
81052012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8106
8107 * eshell/esh-util.el (eshell-read-hosts-file):
8108 Skip comment lines. (Bug#10549)
8109
d7128bb1
ML
8110 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
8111
d1a5c3b4
JB
81122012-01-23 Juanma Barranquero <lekktu@gmail.com>
8113
2724d9c7
JB
8114 * subr.el (display-delayed-warnings): Doc fix.
8115 (collapse-delayed-warnings): New function to collapse identical
8116 adjacent warnings.
8117 (delayed-warnings-hook): Add it.
d1a5c3b4 8118
a5509865
MA
81192012-01-22 Michael Albinus <michael.albinus@gmx.de>
8120
8121 * net/tramp.el (tramp-action-login): Set connection property "login-as".
8122
a5509865
MA
8123 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8124 (tramp-default-user-alist): Don't add "pscp".
8125 (tramp-do-copy-or-rename-file-out-of-band): Use connection
8126 property "login-as", if set. (Bug#10530)
8127
cc6d5805
MA
81282012-01-21 Michael Albinus <michael.albinus@gmx.de>
8129
8130 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8131 "plink1" and "psftp". (Bug#10530)
8132
81332012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
8134
8135 * international/mule-cmds.el (prefer-coding-system): Show a
8136 warning message if the default value of file-name-coding-system
8137 was not changed.
8138
f0960428
JC
81392012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8140
cb882333
JB
8141 * windmove.el (windmove-reference-loc):
8142 Fix windmove-reference-loc miscalculation.
f0960428 8143
dd6f2a63
JB
81442012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
8145
8146 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8147 default unit.
8148
7b447e9b
GM
81492012-01-21 Glenn Morris <rgm@gnu.org>
8150
117a9ea1
GM
8151 * international/mule.el (auto-coding-alist): Add .tbz.
8152
7b447e9b
GM
8153 * files.el (local-enable-local-variables): Doc fix.
8154 (inhibit-local-variables-regexps): Rename from
8155 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
8156 Doc fix. Add some extensions from auto-coding-alist.
8157 (inhibit-local-variables-suffixes):
8158 Rename from inhibit-first-line-modes-suffixes. Doc fix.
8159 (inhibit-local-variables-p):
8160 New function, extracted from set-auto-mode-1.
8161 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
8162 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
8163 (hack-local-variables): Doc fix. Make the mode-only case
8164 respect enable-local-variables and friends.
8165 Respect inhibit-local-variables-regexps for file-locals, but
8166 not for directory-locals.
8167 (set-visited-file-name):
8168 Take account of inhibit-local-variables-regexps.
8169 Whether it applies may change as the file name is changed.
8170 * jka-cmpr-hook.el (jka-compr-install):
8171 * jka-compr.el (jka-compr-uninstall):
8172 Update for inhibit-first-line-modes-suffixes name change.
8173
dd6e3cdd
MR
81742012-01-20 Martin Rudalics <rudalics@gmx.at>
8175
8176 * help-macro.el (make-help-screen): Temporarily restore original
8177 binding for minor-mode-map-alist (Bug#10454).
8178
0d0deb38
JD
81792012-01-19 Julien Danjou <julien@danjou.info>
8180
8181 * color.el (color-name-to-rgb): Use the white color to find the max
8182 color component value and return correctly computed values.
8183 (color-name-to-rgb): Add missing float conversion for max value.
8184
34a02f46
MR
81852012-01-19 Martin Rudalics <rudalics@gmx.at>
8186
8187 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
8188 special state value for window-persistent-parameters.
8189 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
8190 (window--state-put-2): Reset all window parameters to nil before
8191 assigning values of persistent parameters.
8192
606c44c4
AM
81932012-01-18 Alan Mackenzie <acm@muc.de>
8194
8195 Eliminate sluggishness and hangs in fontification of "semicolon
8196 deserts".
8197
cb882333
JB
8198 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8199 Change value 10000 -> 3000.
606c44c4
AM
8200 (c-state-safe-place): Reformulate so it doesn't stack up an
8201 infinite number of wrong entries in c-state-nonlit-pos-cache.
8202 (c-determine-limit-get-base, c-determine-limit): New functions to
8203 determine backward search limits disregarding literals.
8204 (c-find-decl-spots): Amend commenting.
8205 (c-cheap-inside-bracelist-p): New function which detects "={".
8206
8207 * progmodes/cc-fonts.el
8208 (c-make-font-lock-BO-decl-search-function): Give a limit to a
8209 backward search.
8210 (c-font-lock-declarations): Fix an occurrence of point being
8211 undefined. Check additionally for point being in a bracelist or
8212 near a macro invocation without a semicolon so as to avoid a
8213 fruitless time consuming search for a declarator. Give a more
8214 precise search limit for declarators using the new
8215 c-determine-limit.
8216
f3860cea
GM
82172012-01-18 Glenn Morris <rgm@gnu.org>
8218
8219 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
8220 (set-auto-mode): Doc fixes.
8221
1db03b16
GM
82222012-01-17 Glenn Morris <rgm@gnu.org>
8223
0e6038be
GM
8224 * isearch.el (search-nonincremental-instead): Fix doc typo.
8225
1db03b16
GM
8226 * dired.el (dired-insert-directory): Handle newlines in directory name.
8227 (dired-build-subdir-alist): Unescape newlines in directory name.
8228
4cb0aa75
MA
82292012-01-17 Michael Albinus <michael.albinus@gmx.de>
8230
8231 * net/tramp.el (tramp-local-end-of-line): New defcustom.
8232 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
8233 (tramp-action-terminal): Use it. (Bug#10530)
8234
1d00653d
SM
82352012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * minibuffer.el (completion--replace): Strip properties (bug#10062).
8238
6a6ee00d
MR
82392012-01-16 Martin Rudalics <rudalics@gmx.at>
8240
8241 * window.el (window-state-ignored-parameters): Remove variable.
8242 (window--state-get-1): Rename argument MARKERS to IGNORE.
8243 Handle persistent window parameters. Make copy of clone-of
8244 parameter only if requested. (Bug#10348)
8245 (window--state-put-2): Install a window parameter only if it has
8246 a non-nil value or an existing parameter shall be overwritten.
8247
97912def
MA
82482012-01-15 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
8251
688070a5
EZ
82522012-01-14 Eli Zaretskii <eliz@gnu.org>
8253
8254 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
8255 don't pass the (nil) value of `upnode' to string-match.
8256
301afadc
CY
82572012-01-14 Chong Yidong <cyd@gnu.org>
8258
8259 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 8260 Fix values recognized by the cursorBlink resource.
301afadc 8261
9e5788aa
PE
82622012-01-14 Paul Eggert <eggert@cs.ucla.edu>
8263
8264 * epg.el (epg--make-temp-file): Avoid permission race condition
8265 when running on old Emacs versions (bug#10403).
8266
3cdb7f5a
GM
82672012-01-14 Glenn Morris <rgm@gnu.org>
8268
8269 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
8270
8c82b1b4
AM
82712012-01-13 Alan Mackenzie <acm@muc.de>
8272
8273 Fix filling for when filladapt mode is enabled.
8274
8275 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
8276 c-mask-paragraph, pass in `fill-paragraph' rather than
8277 `fill-region-as-paragraph'. (This is a reversion of a previous
8278 change.)
eb864a71
LM
8279 * progmodes/cc-mode.el (c-basic-common-init):
8280 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 8281
e517eda4
GM
82822012-01-13 Glenn Morris <rgm@gnu.org>
8283
1498536e
GM
8284 * dired.el (dired-switches-escape-p): New function.
8285 (dired-insert-directory): Use dired-switches-escape-p.
8286 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
8287
e517eda4
GM
8288 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
8289
328f984d
GM
82902012-01-12 Glenn Morris <rgm@gnu.org>
8291
8292 * mail/sendmail.el (mail-mode): Update paragraph-separate for
8293 changes in adaptive-fill-regexp. (Bug#10276)
8294
2cc769a8
AM
82952012-01-11 Alan Mackenzie <acm@muc.de>
8296
8297 Fix Emacs bug #10463 - put `widen's around the critical spots.
8298
1d00653d 8299 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
8300 widen around each invocation of c-state-pp-to-literal. Remove an
8301 unused let variable.
8302
e52c37fa
GM
83032012-01-11 Glenn Morris <rgm@gnu.org>
8304
8305 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 8306 Doc fix.
e52c37fa 8307
96f8741e
CY
83082012-01-10 Chong Yidong <cyd@gnu.org>
8309
1d00653d
SM
8310 * net/network-stream.el (network-stream-open-starttls):
8311 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
8312 response to the capability command.
8313
b09a806e
GM
83142012-01-10 Glenn Morris <rgm@gnu.org>
8315
8316 * mail/unrmail.el (unrmail): Tweak previous change.
8317
7655cb66
CY
83182012-01-09 Chong Yidong <cyd@gnu.org>
8319
8320 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
8321
9d5a8f0b
AM
83222012-01-08 Alan Mackenzie <acm@muc.de>
8323
8324 Optimise font locking in long enum definitions.
8325
8326 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
8327 arm to a cond form to handle enums.
8328 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
8329 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
8330
9a0115ab 83312012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
8332
8333 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 8334 (Bug#10401)
6bb72cbd 8335
f186bb95
LMI
83362012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8337
29232a68
LMI
8338 * faces.el (set-face-attribute): Clarify the meaning of the nil
8339 frame (bug#10294).
8340
4e5d086d
LMI
8341 * subr.el (with-selected-frame): Mention that the selected frame
8342 is restored (bug#9980).
8343
8e66aebe
LMI
8344 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
8345 (bug#9759).
8346
cd394be1 8347 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
8348 (password-read): Don't autoload unused function.
8349
adf4e762
JB
83502012-01-07 Juanma Barranquero <lekktu@gmail.com>
8351
8352 * progmodes/which-func.el (which-func-mode): Turn into a
8353 non-interactive function and mark as obsolete (bug#10428).
8354
89bd9ccd
CY
83552012-01-06 Chong Yidong <cyd@gnu.org>
8356
8357 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
8358 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
8359 functions, along with 1 and -1.
8360
4afee9d5
EZ
83612012-01-06 Eli Zaretskii <eliz@gnu.org>
8362
8363 * time.el (display-time-load-average)
8364 (display-time-default-load-average): Doc fixes. See the thread
8365 starting at
8366 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
8367 for the details.
8368
536aea70
GM
83692012-01-06 Glenn Morris <rgm@gnu.org>
8370
665ae865
GM
8371 * mail/unrmail.el (unrmail): Give an explicit error if the input file
8372 has no messages. (Bug#10377)
8373
c869783d
GM
8374 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
8375 than Info-edit. (Bug#10385)
8376
2bb4227e
GM
8377 * time.el (display-time-load-average, display-time-next-load-average):
8378 Doc fixes.
8379
7d5944b9
GM
8380 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
8381 local setting of buffer-read-only to the input buffer. (Bug#10419)
8382
536aea70
GM
8383 * calendar/calendar.el (calendar-mode):
8384 Locally set scroll-margin to 0. (Bug#10379)
8385
7dccca16
UM
83862012-01-06 Ulrich Mueller <ulm@gentoo.org>
8387
8388 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
8389
afbb7930
GM
83902012-01-05 Glenn Morris <rgm@gnu.org>
8391
8392 * eshell/em-unix.el (diff-no-select): Autoload it.
8393 (eshell/diff): Use diff-no-select. (Bug#10420)
8394
04482335
CY
83952012-01-05 Chong Yidong <cyd@gnu.org>
8396
7baca3bc
CY
8397 * shell.el (shell-dynamic-complete-functions): Revert last change.
8398 (shell-command-completion-function): New function.
8399 (shell-completion-vars): Use it to implement
8400 shell-completion-execonly (Bug#10417).
8401
04482335
CY
8402 * custom.el (enable-theme): Don't set custom-safe-themes.
8403
1d00653d
SM
8404 * cus-theme.el (custom-theme-merge-theme):
8405 Ignore custom-enabled-themes and custom-safe-themes.
04482335 8406
bb5aa5d6
MM
84072012-01-05 Michael R. Mauger <mmaug@yahoo.com>
8408
8409 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
8410 first prompt in `sql-interacive-mode'.
8411 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 8412 keywords.
6df6ae42 8413 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
8414 (sql-product-interactive): Bug fix: Set `sql-buffer' in
8415 context of original buffer. Invoke `sql-login-hook'.
8416
a7183d7c
EZ
84172012-01-04 Eli Zaretskii <eliz@gnu.org>
8418
8419 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
8420 letters in cite-prefix.
8421
a1eacd1e
LMI
84222012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8423
8424 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
8425
787cdb34
CY
84262012-01-03 Chong Yidong <cyd@gnu.org>
8427
1d00653d
SM
8428 * shell.el (shell-dynamic-complete-functions):
8429 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
8430 comint-filename-completion first (Bug#10417).
8431
30710442
RS
84322012-01-02 Richard Stallman <rms@gnu.org>
8433
8434 * battery.el (battery-status-function):
8435 Detect when to use battery-yeeloong-sysfs.
8436 (battery-echo-area-format): Add string for Yeeloong.
8437 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
8438 (battery-yeeloong-sysfs): New function.
8439
f75bfc33
CY
84402012-01-02 Chong Yidong <cyd@gnu.org>
8441
8442 * dirtrack.el (dirtrack-list): Eliminate unused third element.
8443 (dirtrack): Merge code for handling relative filenames in prompt
8444 from shell-dir-cookie-watcher.
8445 (dirtrack-debug-message): New arg to avoid excess format calls.
8446
8447 * shell.el (shell-dir-cookie-re): Variable deleted.
8448 (shell-dir-cookie-watcher): Function deleted.
8449 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
8450 with dirtrack-mode.
8451
651e947e
EZ
84522012-01-01 Eli Zaretskii <eliz@gnu.org>
8453
1d00653d
SM
8454 * term/w32-win.el (dynamic-library-alist) <gnutls>:
8455 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
8456 libgnutls-26.dll.
8457
94d4c7dc
AS
84582011-12-31 Andreas Schwab <schwab@linux-m68k.org>
8459
8460 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
8461
8d43f3cd
EZ
84622011-12-31 Eli Zaretskii <eliz@gnu.org>
8463
8464 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
8465 headers of non-MIME messages, when rmail-enable-mime is non-nil.
8466
98c8795a
MA
84672011-12-29 Michael Albinus <michael.albinus@gmx.de>
8468
8469 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
8470 also for alternative shells.
8471 (tramp-open-connection-setup-interactive-shell): Check, whether
8472 the shell is a busybox.
8473 (tramp-send-command): Don't suppress multiple prompts for
8474 busyboxes, it hurts.
8475
51281b32
CY
84762011-12-28 Chong Yidong <cyd@gnu.org>
8477
8478 * progmodes/gdb-mi.el (gdb-get-source-file-list)
8479 (gdb-get-source-file): Move mode line update to
8480 gdb-get-source-file (Bug#10087).
8481
2170cb53
CY
84822011-12-25 Chong Yidong <cyd@gnu.org>
8483
8484 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
8485 gud-gdb-marker-filter without taking it as an argument.
8486 (gud-gdb-run-command-fetch-lines): Caller changed.
8487 (gud-gdb-completion-function): New variable.
8488 (gud-gdb-completion-at-point): Use it.
8489 (gud-gdb-completions-1): Split from gud-gdb-completions.
8490
8491 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
8492 function as separate arguments.
8493 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
8494 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
8495 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
8496 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
8497 (gdb-stopped, def-gdb-auto-update-trigger)
8498 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
8499 (gdb-get-changed-registers, gdb-get-main-selected-frame):
8500 Callers changed.
2170cb53
CY
8501 (gud-gdbmi-completions): New function.
8502 (gdb): Use it for generating the completion table.
8503
be8b11bb
AM
85042011-12-24 Alan Mackenzie <acm@muc.de>
8505
8506 Introduce a mechanism to widen the region used in context font
1d00653d 8507 locking. Use this to protect declarations from losing their contexts.
be8b11bb 8508
1d00653d
SM
8509 * progmodes/cc-langs.el (c-before-font-lock-functions):
8510 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 8511 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
8512 functions to be run just before context (etc.) font locking.
8513
8514 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 8515 New, functionality extracted from
be8b11bb 8516 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 8517 (c-in-after-change-fontification): New variable.
be8b11bb
AM
8518 (c-after-change): Set c-in-after-change-fontification.
8519 (c-set-fl-decl-start): Rejig its interface, so it can be called
8520 from both after-change and context fontifying.
b81d40f0
JB
8521 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
8522 New functions.
8523 (c-standard-font-lock-fontify-region-function): New variable.
8524 (c-font-lock-fontify-region): New function.
be8b11bb 8525
341cf6ac
JL
85262011-12-24 Juri Linkov <juri@jurta.org>
8527
8528 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
8529 (Bug#10348)
8530
bffcee0a
MA
85312011-12-23 Michael Albinus <michael.albinus@gmx.de>
8532
8533 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
8534 existence of source file. (Bug#10325)
8535
cb5e207c
AM
85362011-12-23 Alan Mackenzie <acm@muc.de>
8537
8538 Fix unstable fontification inside templates.
8539
b81d40f0
JB
8540 * progmodes/cc-langs.el (c-before-font-lock-functions):
8541 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
8542 additionally has c-set-fl-decl-start. The other languages (apart
8543 from AWK) have that as a single entry.
8544
b81d40f0
JB
8545 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8546 The functionality for "local" declarations has been extracted to
cb5e207c
AM
8547 c-set-fl-decl-start.
8548
b81d40f0
JB
8549 * progmodes/cc-mode.el (c-common-init, c-after-change):
8550 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
8551 (c-set-fl-decl-start): New function, extracted from
8552 c-font-lock-enclosing-decls and enhanced.
8553
60ff536c
JB
85542011-12-23 Juanma Barranquero <lekktu@gmail.com>
8555
8556 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
8557
1c4757d6
JL
85582011-12-22 Juri Linkov <juri@jurta.org>
8559
8560 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
8561
d031f2c7
CY
85622011-12-22 Chong Yidong <cyd@gnu.org>
8563
8564 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
8565
bace743a
DA
85662011-12-21 Drew Adams <drew.adams@oracle.com>
8567
8568 * files.el (file-remote-p): Fix docstring. (Bug#10319)
8569
728a1f2b
JC
85702011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8571
8572 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
8573
0d373f73
TZ
85742011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8575
fec0aaa4
TZ
8576 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
8577 highlighting and support. Fix up comments for capitalization.
8578 (cfengine-mode-debug): New var.
8579 (cfengine3-mode): Change the modeline indicator to "CFE3".
8580 (cfengine3-font-lock-keywords): Improve defun highlighting.
8581 (cfengine2-actions): Rename from `cfengine-actions'.
8582 (cfengine2-font-lock-keywords): Rename from
8583 `cfengine-font-lock-keywords'.
8584 (cfengine2-imenu-expression): Rename from
8585 `cfengine-imenu-expression'.
8586 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
8587 (cfengine2-beginning-of-defun): Rename from
8588 `cfengine-beginning-of-defun'.
8589 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
8590 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
8591 (cfengine2-mode): Rename from `cfengine-mode'. Change the
8592 modeline indicator to "CFE2".
8593 (cfengine-mode): Defalias to `cfengine-auto-mode'.
8594 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 8595
bc86f573
CY
85962011-12-21 Chong Yidong <cyd@gnu.org>
8597
8598 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
8599 filename argument.
8600
d45ba96b
MR
86012011-12-20 Martin Rudalics <rudalics@gmx.at>
8602
8603 * window.el (window-normalize-buffer-to-display): Remove.
8604 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
8605
a6198c90
CY
86062011-12-19 Chong Yidong <cyd@gnu.org>
8607
8608 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
8609 Don't signal an error in a predicate function; return non-nil.
8610 (vc-dir-mark-file): Move the error here.
8611 (vc-dir-mark-unmark): If acting on the region, keep going if one
8612 of the entries cannot be marked/unmarked.
8613 (vc-dir-mark-all-files): If current entry is a directory, mark
8614 only child files, as documented.
8615
34c5fb55
VB
86162011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
8617
8618 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
8619 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
8620 addition.
8621
c803b2b7
JD
86222011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8623
8624 * term/ns-win.el (ns-get-selection-internal)
8625 (ns-store-selection-internal): Declare.
1154d12e
JB
8626 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
8627 Declare as obsolete.
8628 (ns-get-pasteboard, ns-paste-secondary):
8629 Use ns-get-selection-internal.
8630 (ns-set-pasteboard, ns-copy-including-secondary):
8631 Use ns-store-selection-internal.
c803b2b7 8632
9cff91f8 86332011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
8634
8635 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 8636 (vc-deduce-fileset): Doc fix.
99a289d9 8637
f16c898a
AS
86382011-12-16 Andreas Schwab <schwab@linux-m68k.org>
8639
8640 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
8641
763237c4
SS
86422011-12-13 Sam Steingold <sds@gnu.org>
8643
8644 * man.el (Man-getpage-in-background): When running under a
8645 window-system, ignore $MANWIDTH and $COLUMNS.
8646
5fc1c122
KH
86472011-12-15 Kenichi Handa <handa@m17n.org>
8648
8649 * language/ethio-util.el: Change coding tag to utf-8-emacs.
8650 (setup-ethiopic-environment-internal): Comment out key-binding for
8651 ethio-toggle-punctuation.
8652
13d49cbb
AM
86532011-12-13 Alan Mackenzie <acm@muc.de>
8654
898169a2
AM
8655 Add the switch statement to AWK Mode.
8656
7a71b18d 8657 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
8658 "default" to the keywords regexp.
8659
7a71b18d 8660 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 8661 expression as the rest.
1d00653d
SM
8662 (c-nonlabel-token-key): Allow string literals for AWK.
8663 Refactor for the other modes.
898169a2 8664
13d49cbb 8665 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 8666 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
8667 routines. Limit backward searching in c-font-lock-enclosing.decl.
8668
8669 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
8670 pp-state and literal type in addition to the limits.
1d00653d 8671 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 8672 (c-state-literal-at): Use the above new defun.
1d00653d
SM
8673 (c-slow-in-literal, c-fast-in-literal): Remove.
8674 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
8675
8676 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
8677 being in a literal. Add a limit for backward searching.
8678
8679 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
8680 c-slow-in-literal.
8681
15e0efc7
SM
86822011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
8685
454592a6
MR
86862011-12-13 Martin Rudalics <rudalics@gmx.at>
8687
8688 * window.el (delete-other-windows): Use correct frame in call to
8689 window-with-parameter.
8690
87393f26
DP
86912011-12-12 Daniel Pfeiffer <occitan@t-online.de>
8692
8693 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
8694 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
8695 (makefile-gmake-statements, makefile-makepp-statements):
8696 Use it and add new makepp keywords.
8697 (makefile-makepp-font-lock-keywords): Add new patterns.
8698 (makefile-match-function-end): Match new [...] and [[...]].
8699
11636b22
JB
87002011-12-11 Juanma Barranquero <lekktu@gmail.com>
8701
8702 * ses.el (ses-call-printer-return, ses-cell-property-get)
8703 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
8704 (ses-create-cell-variable, ses-reset-header-string)
8705 (ses-cell-set-formula, ses-repair-cell-reference-all)
8706 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
8707 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
8708 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
8709 (ses-aset-with-undo, ses-load, ses-truncate-cell)
8710 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
8711 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
8712 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
8713 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
8714 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
8715 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
8716 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
8717 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
8718
cf018193
VB
87192011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
8720
8721 * ses.el: The overall change is to add cell renaming, that is
8722 setting fancy names for cell symbols other than name matching
8723 "\\`[A-Z]+[0-9]+\\'" regexp .
8724 (ses-create-cell-variable): New defun.
8725 (ses-relocate-formula): Relocate formulas only for cells the
8726 symbols of which are not renamed, i.e. symbols whose names do not
8727 match regexp "\\`[A-Z]+[0-9]+\\'".
8728 (ses-relocate-all): Relocate values only for cells the symbols of
8729 which are not renamed.
8730 (ses-load): Create cells variables as the (ses-cell ...) are read,
8731 in order to check row col consistency with cell symbol name only
8732 for cells that are not renamed.
8733 (ses-replace-name-in-formula): New defun.
8734 (ses-rename-cell): New defun.
8735
ee957461
CY
87362011-12-11 Chong Yidong <cyd@gnu.org>
8737
8738 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
8739 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
8740
9a9e9ef0
MR
87412011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
8742
8743 * window.el (other-window): Fix docstring.
8744
92a8eba5
EZ
87452011-12-10 Eli Zaretskii <eliz@gnu.org>
8746
8747 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
8748 `from' or `to' address before taking its substring.
8749 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
8750 encoded name is chopped in the middle of the encoded string, and
8751 thus displayed encoded.
8752
e152e577
JB
87532011-12-10 Juanma Barranquero <lekktu@gmail.com>
8754
8755 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
8756
e5d84bfe
EZ
87572011-12-10 Eli Zaretskii <eliz@gnu.org>
8758
8759 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
8760 to use texinfo-update-node and commands that call it if the
8761 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 8762 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
8763 (texinfo-all-menus-update, texinfo-master-menu)
8764 (texinfo-update-node, texinfo-every-node-update)
8765 (texinfo-multiple-files-update): Doc fix. Warn against updating
8766 all the @node lines.
8767 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
8768 argument is numeric. Explain better in the doc string what the
8769 function really does.
8770 (texinfo-insert-master-menu-list): Improve the error message
8771 displayed if there's no menu in the Top node.
8772 (Bug#2975) See also this thread:
e5d84bfe
EZ
8773 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
8774
1d84e9bb
MG
87752011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
8776
8777 * speedbar.el (speedbar-supported-extension-expressions):
8778 Add .adb and .ads, commonly used for Ada source code (bug#10256).
8779
382c953b
JB
87802011-12-09 Juanma Barranquero <lekktu@gmail.com>
8781
8782 * printing.el (pr-mode-alist):
8783 * simple.el (filter-buffer-substring-functions)
8784 (completion-list-insert-choice-function):
8785 * window.el (window-with-parameter, window-atom-root)
8786 (window-sides-slots, window-size-fixed, window-min-delta)
8787 (window-max-delta, window--resize-mini-window)
8788 (window--resize-child-windows-normal, window-tree)
8789 (delete-other-windows, quit-window, split-window)
8790 (display-buffer-record-window, special-display-buffer-names)
8791 (special-display-regexps, special-display-popup-frame)
8792 (same-window-p, split-window-sensibly)
8793 (display-buffer-overriding-action, display-buffer-alist)
8794 (display-buffer-base-action, display-buffer, switch-to-buffer)
8795 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
8796 (fit-window-to-buffer, recenter-positions)
8797 (mouse-autoselect-window-state, mouse-autoselect-window-select):
8798 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
8799 and remove unneeded backslashes in docstrings.
8800
39c9faef
SM
88012011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8802
98449af8
SM
8803 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
8804
39c9faef
SM
8805 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
8806 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
8807 end in ".mk".
8808 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
8809 when reading the makefile (bug#10116).
8810
86ed9fdc
SM
88112011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
8814 (bug#10116).
8815
5580f89d
GM
88162011-12-06 Glenn Morris <rgm@gnu.org>
8817
8818 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
8819
28d3917c
CY
88202011-12-06 Chong Yidong <cyd@gnu.org>
8821
8822 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
8823
a98edce9
JB
88242011-12-06 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * textmodes/table.el (table-shorten-cell): Fix typo.
8827
e65adfac
CG
88282011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
8829
8830 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
8831
71cc0b74
EZ
88322011-12-05 Eli Zaretskii <eliz@gnu.org>
8833
8834 * descr-text.el (describe-char): Fix display of strong
8835 right-to-left characters and directional embeddings and overrides.
8836
8837 * simple.el (what-cursor-position): Fix display of codepoints of
8838 strong right-to-left characters.
8839
315bc30d
CY
88402011-12-05 Chong Yidong <cyd@gnu.org>
8841
8842 * faces.el (read-color): Doc fix.
8843
58a70b94
GM
88442011-12-05 Glenn Morris <rgm@gnu.org>
8845
8846 * align.el (align--set-marker): Add doc-string.
8847 Don't try to move something that is not a marker. (Bug#10216)
8848
5158face
GM
88492011-12-04 Glenn Morris <rgm@gnu.org>
8850
8851 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
8852 overly zealous deletion of trailing whitespace.
8853
520fca41
JB
88542011-12-04 Juanma Barranquero <lekktu@gmail.com>
8855
8856 * server.el (server-delete-client): On Windows, do not try to delete
8857 the only terminal.
8858 (server-process-filter): On Windows, treat requests for a tty frame as
8859 if they were for a GUI frame if the running server is in GUI mode.
8860
5e605a2e
GM
88612011-12-03 Glenn Morris <rgm@gnu.org>
8862
8863 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
8864
5c3fe83f
SM
88652011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8866
6f5e57e7
SM
8867 * electric.el: Streamline electric-indent's hook.
8868 (electric-indent-chars): Revert to simple list.
8869 (electric-indent-functions): New var.
8870 (electric-indent-post-self-insert-function): Use it.
8871
5c3fe83f
SM
8872 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
8873 there's no inferior buffer (bug#10196).
8874 (prolog-consult-compile): Don't use toggle-read-only.
8875
6bdac736
MA
88762011-12-02 Michael Albinus <michael.albinus@gmx.de>
8877
8878 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
8879 interrupt. (Bug#10187)
8880
6131ba7f
SM
88812011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8882
99c79fee
SM
8883 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
8884 (bug#9160).
8885
6131ba7f
SM
8886 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
8887 (bug#10191).
8888
cb0a02ea
JL
88892011-12-02 Juri Linkov <juri@jurta.org>
8890
8891 * info.el (Info-search): Display "end of manual" when Isearch
8892 reaches the end of single-file Info manual. (Bug#9918)
8893
66e0570c
EZ
88942011-12-02 Eli Zaretskii <eliz@gnu.org>
8895
8896 * isearch.el (isearch-message-prefix): Run the input method part
8897 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
8898
02b16839
JL
88992011-12-02 Juri Linkov <juri@jurta.org>
8900
8901 * isearch.el (isearch-occur): Use `word-search-regexp' for
8902 `isearch-word'.
8903 (isearch-search-and-update): Add condition for `isearch-word' and
8904 call `word-search-regexp'. (Bug#10145)
8905
0b950688
GM
89062011-12-01 Glenn Morris <rgm@gnu.org>
8907
8908 * eshell/em-hist.el (eshell-hist-initialize):
8909 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 8910 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 8911
9505c3c7
SM
89122011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
8915
1bbe96b2 89162011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 8917
a1beca85
SM
8918 * progmodes/verilog-mode.el (verilog-pretty-expr):
8919 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
8920 verilog, such as += *= and the like.
8921 (verilog-assignment-operator-re): Regular expression to find the
8922 assigment operator in a verilog assignment.
8923 (verilog-assignment-operation-re): Regular expression to find an
8924 assignment statement for pretty-expr.
8925 (verilog-in-attribute-p): Query returns true if point is in an
8926 attribute context; used to skip these for expression line up from
8927 pretty-expr.
8928 (verilog-in-parameter-p): Query returns true if point is in an
8929 parameter definition context; used to skip these for expression
8930 line up from pretty-expr.
8931 (verilog-in-parenthesis-p): Query returns true if point is in a
8932 parenthetical expression, specifically ( ) but not [ ] or { };
8933 used by pretty-expr.
8934 (verilog-just-one-space): If there is no space, don't add one.
8935 (verilog-get-lineup-indent-2): Specifically skip just attribute
8936 contexts for expression lineup, rather than skipping all
8937 parenthetical expressions.
8938 (verilog-calculate-indent): Fix comment, and fix indent.
8939 (verilog-do-indent): Indent declarations in lists (suggested by
8940 Joachim Lechner).
8941 (verilog-mode-abbrev-table): Populate abbrev mode with the various
8942 skeleton items.
8943 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
8944 by Alain Mellan).
8945
1bbe96b2 89462011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
8947
8948 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
8949 parameters with embedded comments. Reported by Ray Stevens.
8950 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
8951 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
8952 Reported by Tim Holt.
8953 (verilog-auto): Fix AUTOing a upper module then AUTOing module
8954 instantiated by upper module causing wrong expansion until AUTOed a
8955 second time. Reported by K C Buckenmaier.
8956 (verilog-diff-auto): Fix showing .* as a difference when
8957 `verilog-auto-star-save' off. Reported by Dan Dever.
8958 (verilog-auto-reset, verilog-read-always-signals)
8959 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
8960 temporary signals in reset list if
8961 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
8962 style to each signal's assignment type, bug381.
8963 Reported by Thomas Esposito.
6288f0ca
WS
8964 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
8965 (verilog-uvm-statement-re): Support UVM indentation and
8966 highlighting, with old OVM keywords only.
a1beca85 8967 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
8968 Support AUTOTIEOFF creating non-wire data types.
8969 Suggested by Jonathan Greenlaw.
6288f0ca
WS
8970 (verilog-auto-insert-lisp, verilog-delete-to-paren)
8971 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
8972 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
8973 (verilog-read-sub-decls, verilog-read-sub-decls-line):
8974 Fix mismatching parenthesis inside commented out code when deleting
382c953b 8975 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
8976 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
8977 non-numeric vector width. Reported by Alex Reed.
8978 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 8979 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
8980 (verilog-auto-delete-trailing-whitespace):
8981 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
8982 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
8983 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
8984 Fix verilog-scan-cache corruption when running user AUTO expansion
8985 hooks that call indentation routines.
8986 (verilog-simplify-range-expression): Fix typo ignoring lower case
8987 identifiers.
8988 (verilog-delete-auto): Fix delete-autos to also remove user created
8989 automatics, as long as they start with AUTO.
8990 (verilog-batch-diff-auto, verilog-diff-auto)
8991 (verilog-diff-function): Add `verilog-diff-auto' and bind to
8992 "C-c?" to report differences in AUTO expansion, ignoring spaces.
8993 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
8994 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
8995 (verilog-re-search-forward-quick, verilog-syntax-ppss):
8996 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
8997 is disabled and its cache will get corrupt, causing AUTOS not to
8998 expand. Instead use only -quick functions.
8999 (verilog-scan-region): Fix scanning over escaped quotes.
9000 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9001 (verilog-re-search-backward-quick)
9002 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9003 related functions now ignore strings, to fix misparsing of strings
9004 with magic comments embedded in them.
a1beca85
SM
9005 (verilog-read-auto-template):
9006 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9007 Reported by Brad Dobbie.
9008 (verilog-read-auto-template):
9009 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 9010 Reported by Brad Dobbie.
6288f0ca
WS
9011 (verilog-auto-inst, verilog-auto-inst-param)
9012 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9013 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
9014 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
9015 debugging templates without merge conflicts, bug357.
9016 Reported by Brad Dobbie.
9017 (verilog-read-auto-template):
9018 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
9019 Reported by Brad Dobbie.
9020 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9021 abbrevs so user won't be asked to save.
9022 (verilog-read-auto-lisp-present): Fix to start at beginning of
9023 buffer in case called outside of verilog-auto.
9024 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9025 to "X-2". Reported by Matthew Myers.
9026 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9027 all inputs from module templates. Reported by Leith Johnson.
9028 (verilog-module-inside-filename-p): Fix locating programs as with
9029 modules.
9030 (verilog-auto-inst-port): Fix vl-width expressions when using
9031 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
9032 (verilog-decls-get-regs, verilog-decls-get-signals,
9033 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9034 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9035 verilog-read-decls): Combine reg and wire structures into one var
9036 structure to represent SystemVerilog concepts.
9037 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9038 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
9039 (verilog-auto-wire-type, verilog-insert-definition):
9040 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
9041 SystemVerilog "logic" keyword instead of "wire"/"reg".
9042 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9043 to declares outputs that also have assignments (presumably in an
a1beca85
SM
9044 ifdef or generate if so there's not a driver conflict).
9045 Reported by Matthew Myers.
9046 (verilog-auto-declare-nettype, verilog-insert-definition):
9047 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
9048 `default_nettype none. Reported by Julian Gorfajn.
9049 (verilog-read-always-signals-recurse, verilog-read-decls)
9050 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9051 malformed end statement, bug325. Reported by Joshua Wise and
9052 Andrew Drake.
9053 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9054 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
9055 when expanding .* in interfaces, bug320.
9056 Reported by Pierre-David Pfister.
6288f0ca 9057 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
9058 name and open parenthesis, bug317.
9059 Reported by Pierre-David Pfister.
6288f0ca
WS
9060 (verilog-simplify-range-expression): Fix simplification of
9061 multiplications inside AUTOWIRE connections, bug303.
9062 (verilog-auto-inst-port): Support parameter expansion in
9063 multidimensional arrays.
9064 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9065 after "assert property". Reported by Julian Gorfajn.
9066 (verilog-simplify-range-expression): Fix "couldn't merge" errors
9067 with multiplication, bug303.
9068 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9069 Reported by Jan Frode Lonnum.
9070
1bbe96b2
GM
90712011-11-30 Juanma Barranquero <lekktu@gmail.com>
9072
9073 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9074 (hfy-shell-file-name, hfy-shell):
9075 * international/fontset.el (x-decompose-font-name): Fix typos.
9076
90772011-11-29 Ken Brown <kbrown@cornell.edu>
9078
9079 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9080 (gdb-version): Remove defvar.
9081 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9082 (gdb-gud-context-command, gdb-non-stop-handler)
9083 (gdb-current-context-command, gdb-stopped): Use it.
9084 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
9085 (gdb-non-stop-handler): Don't enable pretty-printing here.
9086 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
9087 non-stop mode. Use the following.
9088 (gdb-check-target-async): New defun.
9089 (gud-watch, gdb-stopped): Fix whitespace.
9090 (gdb-get-source-file): Don't try to display the source file if
9091 `gdb-main-file' is nil.
9092
90932011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * align.el: Try to generate fewer markers (bug#10047).
9096 (align--set-marker): New macro.
9097 (align-region): Use it.
9098
c935221f
SM
90992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9102
e70b5064
CY
91032011-11-29 Chong Yidong <cyd@gnu.org>
9104
9105 * indent.el (indent-for-tab-command, indent-according-to-mode):
9106 Doc fix.
9107 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
9108
f3af92b7
MA
91092011-11-29 Michael Albinus <michael.albinus@gmx.de>
9110
9111 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9112 aware of remote file names. (Bug#10124)
9113
ed472be9
CY
91142011-11-29 Chong Yidong <cyd@gnu.org>
9115
9116 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9117
24510c22
SM
91182011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * files.el (find-file): Don't use force-same-window (bug#10144).
9121 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9122 use pop-to-buffer if the selected window can't be used.
9123 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9124
c60c3703
EZ
91252011-11-28 Eli Zaretskii <eliz@gnu.org>
9126
9127 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9128 special-mode-map.
9129
e95def75
CY
91302011-11-28 Chong Yidong <cyd@gnu.org>
9131
9132 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9133
c3f1c606
NR
91342011-11-27 Nick Roberts <nickrob@snap.net.nz>
9135
9136 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9137 gdb-get-source-file-list on gdb-create-source-file-list.
9138
00db469c
EZ
91392011-11-26 Eli Zaretskii <eliz@gnu.org>
9140
9141 * whitespace.el (whitespace-newline): Use a different foreground
9142 color for 16-color light-background displays.
9143
4ad3bc2a
CY
91442011-11-24 Chong Yidong <cyd@gnu.org>
9145
9146 * window.el (display-buffer--special-action): Doc fix.
9147
e9fce1ac
JB
91482011-11-25 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9151 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9152 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9153 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9154 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9155 (avl-tree-stack-first):
9156 * emacs-lisp/cconv.el (cconv--analyse-use):
9157 * net/gnutls.el (gnutls-negotiate): Fix typos.
9158
cb825e5d
GM
91592011-11-24 Glenn Morris <rgm@gnu.org>
9160
3adbe224
GM
9161 * lpr.el (lpr-windows-system, lpr-lp-system):
9162 * mail/binhex.el (binhex-begin-line):
9163 * progmodes/grep.el (grep-history, grep-find-history):
9164 * textmodes/flyspell.el:
9165 * vc/pcvs-defs.el (cvs-global-menu):
9166 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9167 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9168 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9169
321decc8
GM
9170 * net/tls.el: Fix case of "GnuTLS".
9171
420b63ad
GM
9172 * paths.el (rmail-file-name): Format doc-string for make-docfile.
9173
cb825e5d
GM
9174 * version.el (emacs-build-system): Give it a doc-string.
9175
a0649f08
JL
91762011-11-24 Juri Linkov <juri@jurta.org>
9177
9178 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9179
c0bc0fd4
GM
91802011-11-24 Glenn Morris <rgm@gnu.org>
9181
9182 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9183 if called on a non-mime message just toggle the headers. (Bug#8006)
9184
20db1522
JB
91852011-11-24 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9188 (allout-lead-with-comment-string, allout-structure-deleted-hook)
9189 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9190 (allout-rebullet-heading, allout-open-sibtopic)
9191 (allout-toggle-current-subtree-encryption)
9192 (allout-toggle-subtree-encryption, allout-encrypt-string)
9193 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9194 (allout-distinctive-bullets-string, allout-auto-activation):
9195 * window.el (window-normalize-buffer-to-display):
9196 * progmodes/verilog-mode.el (verilog-batch-indent):
9197 * textmodes/bibtex.el (bibtex-field-braces-opt)
9198 (bibtex-field-strings-opt):
9199 * vc/cvs-status.el (cvs-tree-merge):
9200 Fix typos.
9201
7262a87c
MA
92022011-11-23 Michael Albinus <michael.albinus@gmx.de>
9203
9204 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
9205 `non-essential' to t, in order to avoid remote connections.
9206
283430a1
EZ
92072011-11-23 Eli Zaretskii <eliz@gnu.org>
9208
a1beca85
SM
9209 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9210 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
9211 case-insensitively.
9212
d2992a38
ML
92132011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9214
9215 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
9216
50419064
GM
92172011-11-23 Glenn Morris <rgm@gnu.org>
9218
da94eca1
GM
9219 * paths.el (rmail-file-name): Reformat the doc-string so that it
9220 is picked up.
9221
9aac4de2
GM
9222 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
9223 (rmail-auto-file): Ignore case in the "special" field names,
9224 as mail-fetch-field does for all others.
9225
8038d2d2
GM
9226 * mail/rmail.el (rmail-forward):
9227 * mail/rmailkwd.el (rmail-set-label):
9228 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
9229 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
9230
f3fe222a
GM
9231 * mail/rmail.el (rmail-current-message): Doc fix.
9232
50419064
GM
9233 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
9234
28109f49
SM
92352011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * server.el (server-eval-and-print): Allow C-g (bug#6585).
9238
394c65f1
GM
92392011-11-22 Glenn Morris <rgm@gnu.org>
9240
9241 * mail/rmailmm.el (test-rmail-mime-handler)
9242 (test-rmail-mime-bulk-handler)
9243 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
9244
f2a0aa3a
JL
92452011-11-21 Juri Linkov <juri@jurta.org>
9246
1154d12e
JB
9247 * calc/calc.el (calc-read-key-sequence):
9248 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 9249
9c34a344
LMI
92502011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9251
9252 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9253 Tell the caller that the next line needs recomputation, even
9254 though it doesn't start a sexp (bug#10094).
9255
f04a3be9
SM
92562011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
9259
7978747f
SM
92602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9261
f04a3be9
SM
9262 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9263 Use force-same-window.
7978747f 9264
fe7a3057
JB
92652011-11-20 Juanma Barranquero <lekktu@gmail.com>
9266
9267 * descr-text.el (describe-char-unicode-data):
9268 * json.el (json-string-escape):
9269 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
9270 (Footnote-unicode, Footnote-style-p):
9271 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
9272
24901d61
CY
92732011-11-20 Chong Yidong <cyd@gnu.org>
9274
9275 * window.el (replace-buffer-in-windows): Restore interactive spec.
9276
bac7ff22
SM
92772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9278
24f3d7b9
SM
9279 * electric.el (electric-indent-mode): Fix last change (too optimistic).
9280
bac7ff22
SM
9281 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
9282 (byte-compile-global-not-obsolete-vars): New var.
9283 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
9284 Use it.
9285 (byte-compile-warn-obsolete): Align text with the one in *Help*.
9286
cd1181db
JB
92872011-11-20 Juanma Barranquero <lekktu@gmail.com>
9288
9289 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
9290 * progmodes/pascal.el (electric-pascal-equal):
9291 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
9292 * xml.el (xml-substitute-special): Fix typos.
9293
7fb18e9e
GM
92942011-11-20 Glenn Morris <rgm@gnu.org>
9295
9296 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
9297 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
9298 Doc fixes.
9299 (rmail-decode-mime-charset): Mark as obsolete.
9300
9301 * mail/rmailsum.el (rmail-message-regexp-p-1):
9302 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
9303 Before using mime functions, check they are set. (Bug#10077)
9304
d5a6b3ba
JL
93052011-11-19 Juri Linkov <juri@jurta.org>
9306
9307 * info.el (Info-finder-find-node): Use `package--builtins' instead
9308 of `package-alist'. Use node names formed by the pattern "Keyword "
9309 and the keyword name.
9310
e981b61f
AS
93112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9312
1d00653d 9313 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 9314
3ffbc301
JL
93152011-11-19 Juri Linkov <juri@jurta.org>
9316
9317 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
9318 that calls `revert-buffer' on all Info buffers. (Bug#9915)
9319 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
9320 `old-history', `old-history-forward'. Add let-binding
9321 `window-selected'. Remove calls to `kill-buffer',
9322 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
9323 before calling `Info-find-node', so `Info-find-node-2' will reread
9324 the Info file. Restore window positions only when `window-selected'
9325 is non-nil.
9326
30c62133
JL
93272011-11-19 Juri Linkov <juri@jurta.org>
9328
9329 * isearch.el (isearch-lazy-highlight-new-loop):
9330 Remove condition `(not isearch-error)'. (Bug#9918)
9331
9332 * misearch.el (multi-isearch-search-fun): Add condition
9333 `(not bound)' to ignore lazy-highlighting search.
9334 Add the search-failed message "end of multi" when the end of
9335 multi-sequence is reached. Uncapitalize the search-failed
9336 message "Repeat for next buffer".
9337
9338 * info.el (Info-search): Add the search-failed message
9339 "end of the manual" when the end of the manual is reached
9340 in Isearch mode.
9341
645ca9cf
JL
93422011-11-19 Juri Linkov <juri@jurta.org>
9343
9344 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
9345 Use non-destructive `remove' instead of `delete' because
9346 `Info-history-list' stored to `Info-isearch-initial-history-list' in
9347 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
9348
df754f66
JL
93492011-11-19 Juri Linkov <juri@jurta.org>
9350
9351 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
9352 to nil instead of binding `search-ring' and `regexp-search-ring'.
9353 (Bug#9185)
9354
0e23d96a
EZ
93552011-11-19 Eli Zaretskii <eliz@gnu.org>
9356
9357 * simple.el (line-move): Force movement by logical lines for any
9358 hscrolled window, not only when auto-hscroll-mode is on.
9359 (line-move-visual): Update doc string to that effect. (Bug#10076)
9360
8a6ccb66
AS
93612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9362
9363 * language/european.el (macintosh): Define as alias for mac-roman.
9364
49ae5b39
EZ
93652011-11-19 Eli Zaretskii <eliz@gnu.org>
9366
9367 * mail/rmailmm.el (rmail-mime-display-header)
9368 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
9369 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
9370 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
9371 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
9372 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
9373 of a raw aref.
9374 (rmail-mime-entity-segment): To get past the tagline, move forward
9375 2 more lines, to account for the 2 empty lines that precede and
9376 follow the line with the buttons.
9377 (rmail-mime-update-tagline): Move one more line, to get past the
9378 empty line that follows the buttons in the tagline. (Bug#9520)
9379
c56cad4a
MR
93802011-11-19 Martin Rudalics <rudalics@gmx.at>
9381
9382 * window.el (window-max-delta-1, window-min-delta-1)
9383 (window-min-size-1, window-state-get-1, window-state-put-1)
9384 (window-state-put-2): Use "window--" prefix.
9385
cbe71af3
SM
93862011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9387
2ad52c60
SM
9388 * emacs-lisp/smie.el: Improve warnings and conflict detection.
9389 (smie-warning-count): New var.
9390 (smie-set-prec2tab): Use it.
9391 (smie-bnf->prec2): Improve warnings. Add docstring.
9392 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
9393 (smie-bnf--set-class): New function.
9394 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
9395 corner case.
9396
6944dbc1
SM
9397 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
9398 (compilation-error-properties, compilation-move-to-column):
9399 Handle compilation-first-column while in the target buffer.
9400
c400c4d7
SM
9401 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
9402 Don't hardcode point-min==1.
9403
6dbe3e96
SM
9404 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
9405 (eshell-rewrite-for-command): Remove workaround.
9406 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
9407 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
9408 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
9409
cbe71af3
SM
9410 * files-x.el (modify-file-local-variable): Obey commenting conventions.
9411
a8e1496d
GM
94122011-11-17 Glenn Morris <rgm@gnu.org>
9413
9414 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9415 Ignore buffer-local generated-autoload-file if it is the same
9416 as the global value. (Bug#10049)
9417
df85d315
JB
94182011-11-17 Juanma Barranquero <lekktu@gmail.com>
9419
9420 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
9421 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
9422 (reftex-toc-previous-heading, reftex-toc-max-level)
9423 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
9424 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
9425 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9426 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9427 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
9428 (reftex-toc-rename-label, reftex-toc-visit-location)
9429 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
9430 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
9431 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
9432 leaving "*toc*" only for references to the buffer.
9433
a0c2d0ae
MR
94342011-11-17 Martin Rudalics <rudalics@gmx.at>
9435
9436 * window.el (window-resize, delete-window, split-window):
9437 Replace window-splits by window-combination-resize.
1d00653d 9438 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 9439
35c0bac8
GM
94402011-11-17 Glenn Morris <rgm@gnu.org>
9441
9442 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9443 Make bash entry derive from sh entry, not shell entry.
9444
d0c8fc8a
MA
94452011-11-16 Michael Albinus <michael.albinus@gmx.de>
9446
7262a87c
MA
9447 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
9448 local file name.
9449
7877f373
JB
94502011-11-16 Juanma Barranquero <lekktu@gmail.com>
9451
9452 * menu-bar.el (menu-bar-file-menu):
9453 * printing.el (pr-ps-utility):
9454 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
9455 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
9456 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
9457 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
9458 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
9459 (icalendar--convert-cyclic-to-ical)
9460 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
9461 (icalendar--convert-ical-to-diary)
9462 (icalendar--convert-recurring-to-diary)
9463 (icalendar--convert-non-recurring-all-day-to-diary)
9464 (icalendar-import-format-sample):
9465 * progmodes/idlw-shell.el (idlwave-shell-mode):
9466 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
9467 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
9468 (vhdl-ps-print-init): Fix typos.
9469
10649b82
KM
94702011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
9471
9d0cfcd6
GM
9472 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
9473 FSF and collapse date sequence, obscure author/maintainer email address
9474 better, remove extra version line, track relocation of author's webpage.
10649b82 9475
9d0cfcd6
GM
9476 * progmodes/python.el (python-pdbtrack-input-prompt)
9477 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
9478 regular python pdb prompts. Adjustments shamelessly taken exactly as
9479 suggested in EmacsWiki page (tiny change):
9480 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 9481
58179cce
JB
94822011-11-16 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * expand.el (expand-pos, expand-index, expand-point):
9485 Remove redundant info from docstring.
9486 (expand-add-abbrevs): Doc fix.
9487 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
9488 (expand-sample-perl-mode-expand-list): Fix typos.
9489
9490 * net/dbus.el (dbus-event-member-name):
9491 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
9492 * term/pc-win.el (msdos-create-frame-with-faces):
9493 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
9494
b6f67890
MR
94952011-11-16 Martin Rudalics <rudalics@gmx.at>
9496
9497 * window.el (split-window, window-state-get-1)
9498 (window-state-put-1, window-state-put-2): Rename occurrences of
9499 window-nest to window-combination-limit.
1d00653d 9500 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 9501
ce7ddba0
CY
95022011-11-16 Chong Yidong <cyd@gnu.org>
9503
9504 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
9505 regexp (Bug#10033).
9506
3ae704f4
SM
95072011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
9510 `completing-read' will remove *Completions* and will preserve
9511 current-buffer for us.
9512 (tmm-add-prompt): Users of *Completions* will always (re)set its
9513 major mode.
9514 (tmm-old-comp-map): Remove.
9515
6ad1cdde
GM
95162011-11-16 Glenn Morris <rgm@gnu.org>
9517
9518 * mail/rmailedit.el: Require rmailmm when compiling.
9519 (rmail-old-mime-state): New declaration.
9520 (rmail-edit-current-message): If editing a mime message,
9521 edit the "raw" message from the mbox buffer.
9522 (rmail-cease-edit): Handle mime messages. (Bug#9840)
9523
d20faa20
GM
95242011-11-15 Glenn Morris <rgm@gnu.org>
9525
9526 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
9527 which wasn't being used. Add optional arg to force given state.
9528 (rmail-mime): Add optional arg to force given state.
9529
c7015153
JB
95302011-11-15 Juanma Barranquero <lekktu@gmail.com>
9531
9532 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9533 * frame.el (display-mm-dimensions-alist):
9534 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
9535 (outline-move-subtree-down):
9536 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
9537 (newsticker--treeview-do-get-node):
9538 * net/quickurl.el (quickurl-list-buffer-name):
9539 * progmodes/dcl-mode.el (dcl-mode):
9540 * progmodes/gdb-mi.el (gdb-mapcar*):
9541 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
9542
45261b50
GM
95432011-11-15 Glenn Morris <rgm@gnu.org>
9544
9545 * mail/rmail.el (rmail-file-coding-system): It's only ever used
9546 in a boolean sense, so just make it a boolean, and fix the doc.
9547 (rmail-show-mime-function, rmail-mime-feature)
9548 (rmail-require-mime-maybe): Doc fixes.
9549 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
9550
9551 * mail/rmailmm.el (rmail-show-mime): Doc fix.
9552
0d26e0b6
JB
95532011-11-15 Juanma Barranquero <lekktu@gmail.com>
9554
9555 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
9556 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
9557 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
9558 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
9559
447f30f6
GM
95602011-11-15 Glenn Morris <rgm@gnu.org>
9561
672b871d
GM
9562 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
9563 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
9564 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
9565 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
9566 (rmail-mime, rmail-show-mime): Doc fixes.
9567
f6aa5bb1
GM
9568 * term/ns-win.el (mode-line-frame-identification):
9569 Leave it alone. (Bug#10051)
9570
947cd66b
GM
9571 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
9572
447f30f6
GM
9573 * mail/rmailout.el (rmail-output-to-rmail-buffer):
9574 Handle empty buffers. (Bug#9978)
9575
0b381c7e
JB
95762011-11-14 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * international/mule.el (define-charset):
9579 * mail/rmailmm.el (rmail-mime-find-header-encoding):
9580 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
9581 * progmodes/verilog-mode.el (verilog-backward-token):
9582 * textmodes/ispell.el (lookup-words):
9583 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
9584
71e027ac
GM
95852011-11-14 Glenn Morris <rgm@gnu.org>
9586
56632ce4
GM
9587 * progmodes/executable.el
9588 (executable-make-buffer-file-executable-if-script-p):
9589 Handle file-modes returning nil.
9590
40500957
GM
9591 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
9592 message - not necessary, and causes problems. (Bug#9831)
9593
071c2340
GM
9594 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
9595
d3cfca60
GM
9596 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
9597
71e027ac
GM
9598 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
9599 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
9600 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
9601
89d61221
MR
96022011-11-12 Martin Rudalics <rudalics@gmx.at>
9603
9604 * window.el (window-resize, delete-window): Use window-splits
9605 variable instead of function.
9606 (window-state-get-1, window-state-put-2, window-state-put):
9607 Don't deal with windows' splits status.
9608
98282f6f
GM
96092011-11-12 Glenn Morris <rgm@gnu.org>
9610
9611 * apropos.el (apropos-do-all, apropos-library, apropos-value)
9612 (apropos-documentation): Doc fixes.
9613
40a8bdf6
JB
96142011-11-11 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
9617 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
9618
65bd19ff
SM
96192011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * electric.el (electric-indent-post-self-insert-function): Make it
9622 possible for a char to only indent in some circumstances.
9623 (electric-indent-mode): Simplify.
9624
54f9154c
MR
96252011-11-11 Martin Rudalics <rudalics@gmx.at>
9626
9627 * window.el (windows-with-parameter): Remove unused function.
9628 (windows-at-side): Rename to window-at-side-list.
9629 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
9630 (window-side-check, window-size-ignore, window-size-fixed-1)
9631 (window-in-direction-2): Prefix with "window--".
9632 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 9633
68cbc58b
GM
96342011-11-11 Glenn Morris <rgm@gnu.org>
9635
9636 * subr.el (eval-after-load): If FILE is already loaded,
9637 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
9638
b2621720
GM
96392011-11-10 Glenn Morris <rgm@gnu.org>
9640
9a4de110
GM
9641 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
9642 Call svn via vc-svn-command rather than vc-do-command.
9643 (vc-svn-command): Add --non-interactive. (Bug#9993)
9644 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
9645
b2621720
GM
9646 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9647 Add toggle-read-only. (Bug#7292)
9648 * files.el (toggle-read-only): Mention that it should only
9649 be used interactively. (Bug#10006)
9650
1dce7193
SM
96512011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9652
d9ac1a1e
SM
9653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9654 Adjust regexp for OCaml warnings.
9655
0c325082
SM
9656 * electric.el (electric-pair-post-self-insert-function): Let user
9657 turn it off buffer-locally (bug#9932).
9658
90132c14
SM
9659 * progmodes/python.el (python-beginning-of-statement):
9660 Rewrite (bug#2703).
9661
1dce7193
SM
9662 * progmodes/compile.el: Better handle TABs (bug#9749).
9663 (compilation-internal-error-properties)
9664 (compilation-next-error-function): Obey the target buffer's
9665 compilation-error-screen-columns.
9666
c4e7c63a
JB
96672011-11-09 Juanma Barranquero <lekktu@gmail.com>
9668
9669 * progmodes/meta-mode.el: Remove obsolete comments.
9670 (meta-right-comment-regexp, meta-ignore-comment-regexp):
9671 Fix typos in docstrings.
9672
2cffd681
MR
96732011-11-09 Martin Rudalics <rudalics@gmx.at>
9674
9675 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 9676 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
9677 (window--resizable): New function. Make all callers of
9678 window-resizable call window--resizable instead.
9679 (window-resizable): Rewrite in terms of window--resizable.
9680
0edcba87
GM
96812011-11-08 Glenn Morris <rgm@gnu.org>
9682
9683 * progmodes/delphi.el (delphi-mode-syntax-table):
9684 Let define-derived-mode define a proper syntax table. (Bug#9994)
9685
4b0d61e3
SM
96862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * window.el: Stay away from defsubst.
9689 (window-list-no-nils): Remove.
9690 (window-state-get-1, window-state-get): Use backquote instead.
9691
cd394be1 96922011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 9693
4b0d61e3 9694 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 9695 Fix incorrect use of default argument in `completing-read'.
9696
e1c2c6f2
MR
96972011-11-08 Martin Rudalics <rudalics@gmx.at>
9698
9699 * window.el (display-buffer-function, special-display-function):
9700 Mention display-buffer-record-window but do not mention
9701 help-setup parameter in doc-strings.
b3f4a882 9702 (window-min-delta): Fix doc-string typo.
e1c2c6f2 9703
105216ed
CY
97042011-11-08 Chong Yidong <cyd@gnu.org>
9705
9706 * window.el (window-total-height, window-total-width): Doc fix.
9707 (window-body-size): Move from C.
9708 (window-body-height, window-body-width): Move to C.
9709
0a9f9ab5
SM
97102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * window.el: Make special-display like display-buffer-alist (bug#9532).
9713 (display-buffer--special-action): New function, morphed
9714 from display-buffer--special.
9715 (display-buffer): Use it to handle special-display-buffers at higher
9716 priority (just after display-buffer-alist).
9717 (display-buffer-fallback-action, display-buffer--other-frame-action)
9718 (pop-to-buffer-same-window): Remove display-buffer--special.
9719
a769dd15
GM
97202011-11-07 Glenn Morris <rgm@gnu.org>
9721
9722 * calendar/cal-menu.el (cal-menu-set-date-title):
9723 Do nothing if not in a calendar. (Bug#9976)
9724
05a61ee3
SM
97252011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * files.el (find-file): Always use selected-window.
9728
be7f5545
MR
97292011-11-07 Martin Rudalics <rudalics@gmx.at>
9730
9731 * window.el (window-combinations): Make WINDOW argument
9732 mandatory. Rewrite doc-string.
9733 (walk-window-subtree, window-atom-check, window-min-delta)
9734 (window-max-delta, window--resize-this-window)
9735 (window--resize-root-window-vertically, window-tree)
9736 (balance-windows, window-state-put): Rewrite doc-strings as to
9737 not mention the term "subwindow".
9738 (window--resize-subwindows-skip-p): Rename to
9739 window--resize-child-windows-skip-p.
9740 (window--resize-subwindows-normal): Rename to
9741 window--resize-child-windows-normal.
9742 (window--resize-subwindows): Rename to
9743 window--resize-child-windows.
9744 (window-or-subwindow-p): Rename to window--in-subtree-p.
9745
3c6702ef
ML
97462011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9747
9748 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
9749 Ensure that mbox format messages end in two newlines (Bug#9974).
9750
49745b39
CY
97512011-11-06 Chong Yidong <cyd@gnu.org>
9752
9753 * window.el (window-combination-p): Function deleted; its
9754 side-effect is not used in any existing code.
9755 (window-combinations, window-combined-p): Call window-*-child
9756 directly.
9757
24300f5f
CY
97582011-11-05 Chong Yidong <cyd@gnu.org>
9759
9760 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
9761 (window-size-ignore, window-state-get): Callers changed.
9762 (window-normalize-window): Rename from window-normalize-any-window.
9763 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 9764 (window-normalize-live-window): Delete.
447f16b8
CY
9765 (window-combination-p, window-combined-p, window-combinations)
9766 (walk-window-subtree, window-atom-root, window-min-size)
9767 (window-sizable, window-sizable-p, window-size-fixed-p)
9768 (window-min-delta, window-max-delta, window-resizable)
9769 (window-resizable-p, window-full-height-p, window-full-width-p)
9770 (window-current-scroll-bars, window-point-1, set-window-point-1)
9771 (window-at-side-p, window-in-direction, window-resize)
9772 (adjust-window-trailing-edge, maximize-window, minimize-window)
9773 (window-deletable-p, delete-window, delete-other-windows)
9774 (record-window-buffer, unrecord-window-buffer)
9775 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
9776 (quit-window, split-window, window-state-put)
9777 (set-window-text-height, fit-window-to-buffer)
9778 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 9779
89bd5ee1
EZ
97802011-11-04 Eli Zaretskii <eliz@gnu.org>
9781
53479029
EZ
9782 * mail/rmail.el (rmail-simplified-subject): Decode subject with
9783 rfc2047-decode-string.
9784 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
9785 warnings.
9786
89bd5ee1
EZ
9787 * window.el (window-body-height, window-body-width): Mention in
9788 the doc string that the return values are in frame's canonical
9789 units. (Bug#9949)
9790
bd17fdee
AM
97912011-11-03 Alan Mackenzie <acm@muc.de>
9792
9793 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
9794 change in cc-engine.el.
9795
acc825c5
SM
97962011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * window.el (switch-to-buffer): Use `force-same-window' interactively.
9799
1885e5b8
MR
98002011-11-02 Martin Rudalics <rudalics@gmx.at>
9801
9802 * window.el (quit-window): Call unrecord-window-buffer after
9803 showing another buffer in the window. (Bug#9937)
acc825c5 9804 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 9805
ebe06da9
JB
98062011-11-02 Juanma Barranquero <lekktu@gmail.com>
9807
9808 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
9809 Accept status with more than 9 shelves. (Bug#9935)
9810 Reported by Colin D Bennett <colin@gibibit.com>.
9811
4ee88440
MR
98122011-11-01 Martin Rudalics <rudalics@gmx.at>
9813
9814 * help.el (with-help-window): Don't reference
9815 temp-buffer-show-specifiers in doc-string.
9816
08e1d82c
AS
98172011-10-31 Andreas Schwab <schwab@linux-m68k.org>
9818
9819 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
9820 menu-item.
9821
84bd6e9e
VJL
98222011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9823
9824 * whitespace.el: New version 13.2.2.
9825 (whitespace-newline-mode): Disable properly. Reported by Sarah
9826 <EmacsWiki>.
9827
dba0634a
UJ
98282011-10-30 Ulf Jasper <ulf.jasper@web.de>
9829
9830 * net/newst-treeview.el: Remove "Time-stamp".
9831 (newsticker--group-manage-orphan-feeds): Do not call
9832 newsticker--treeview-tree-update.
db22a3c2
JB
9833 (newsticker-treeview-update, newsticker-treeview):
9834 Call newsticker--treeview-tree-update if necessary.
dba0634a 9835
3d8daefe
MR
98362011-10-30 Martin Rudalics <rudalics@gmx.at>
9837
9838 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
9839 (window-iso-combinations): Remove "iso-" infix.
9840 Suggested by Chong Yidong.
3d8daefe
MR
9841 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
9842 (window-max-delta-1, window-resize, window--resize-siblings)
9843 (window--resize-this-window, adjust-window-trailing-edge)
9844 (split-window, balance-windows-1)
9845 (shrink-window-if-larger-than-buffer):
9846 * calendar/calendar.el (calendar-generate-window):
db22a3c2 9847 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 9848
1bc4c3ae
SM
98492011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
9852 in place (bug#9907).
9853 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
9854 (eshell-rewrite-if-command, eshell-rewrite-for-command)
9855 (eshell-structure-basic-command, eshell-rewrite-while-command)
9856 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
9857 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
9858 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
9859 (eshell-do-pipelines-synchronously, eshell-eval-command):
9860 Use backquotes and prefer setq to set.
9861 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
9862 (eshell-macrop): Use functionp.
c1e2f5fa 9863 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 9864
30b65d9c
CY
98652011-10-30 Chong Yidong <cyd@gnu.org>
9866
9867 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
9868 instead of set-mark (Bug#9810).
9869
2d197ffb
CY
98702011-10-30 Chong Yidong <cyd@gnu.org>
9871
9872 * window.el (split-window-below, split-window-right): Rename from
9873 split-window-above-each-other and split-window-side-by-side
9874 respectively. All callers changed.
9875 (split-window-sensibly, split-window-sensibly): Use them.
9876 (split-window-keep-point): Doc fix.
9877
9878 * isearch.el: Add isearch-scroll property to split-window-below
9879 and split-window-right.
9880
9881 * follow.el (follow-mode):
9882 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9883 * progmodes/ada-xref.el (ada-gdb-application):
9884 * emulation/vip.el (vip-buffer-in-two-windows):
9885 * image-dired.el (image-dired-dired-with-window-configuration):
9886 * dired-x.el (dired-do-find-marked-files):
9887 * dired.el (dired-pop-to-buffer):
9888 * bs.el (bs--show-with-configuration):
9889 * vc/emerge.el (emerge-setup-windows):
9890 * textmodes/two-column.el (2C-two-columns):
9891 * textmodes/reftex-toc.el (reftex-toc):
9892 * progmodes/gdb-mi.el (gdb-setup-windows):
9893 * progmodes/fortran.el (fortran-window-create):
9894 * net/newst-treeview.el (newsticker--treeview-window-init):
9895 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
9896 * emulation/tpu-edt.el (tpu-gold-map):
9897 * emulation/crisp.el (crisp-mode-map):
9898 * calendar/calendar.el (calendar-basic-setup): Callers changed.
9899
38bb2ca8
CY
99002011-10-29 Chong Yidong <cyd@gnu.org>
9901
aa4de341
CY
9902 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
9903
e1eb5385
CY
9904 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
9905
5d2ece3c
CY
9906 * textmodes/flyspell.el (flyspell-word): Fix char offset for
9907 forged Ispell output (Bug#7904).
9908
38bb2ca8
CY
9909 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
9910
d0af9f77
SM
99112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * doc-view.el: Avoid ugly errors about not finding nil.
9914 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
9915 (doc-view-dvipdf-program, doc-view-unoconv-program)
9916 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
9917 Avoid nil or absolute file name as default value.
9918 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
9919
52bedd34
AM
99202011-10-28 Alan Mackenzie <acm@muc.de>
9921
db22a3c2 9922 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 9923
7e43cfa5
AM
99242011-10-28 Alan Mackenzie <acm@muc.de>
9925
9926 Amend the handling of c-beginning/end-of-defun in nested declaration
9927 scopes.
9928
52bedd34
AM
9929 * progmodes/cc-vars.el (c-defun-tactic): Move here from
9930 cc-langs.el. Change it to a defcustom.
7e43cfa5 9931
52bedd34
AM
9932 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
9933 cc-vars.el.
7e43cfa5 9934
d0af9f77
SM
9935 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9936 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 9937
52bedd34 9938 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 9939 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
9940 (c-widen-to-enclosing-decl-scope): New function.
9941 (c-while-widening-to-decl-block): New macro.
9942 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
9943 outward for defun boundaries, and correspondingly change symbol
9944 `respect-enclosure' to `go-outward'.
9945 (c-declaration-limits): Change algorithm to report only the "innermost"
9946 defun's boundaries.
9947
1a2ce9ee
DD
99482011-10-28 Deniz Dogan <deniz@dogan.se>
9949
9950 * net/rcirc.el (rcirc-mode): Use hard newlines.
9951
bc97a826
AM
99522011-10-28 Alan Mackenzie <acm@muc.de>
9953
9954 Amend to indent and fontify macros "which include their own semicolon"
9955 correctly, using the "virtual semicolon" mechanism.
9956
52bedd34 9957 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 9958
d0af9f77 9959 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 9960 Recode to scan one line at a time rather than having \n and \r
58179cce 9961 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 9962 (c-forward-label): Amend for virtual semicolons.
58179cce 9963 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 9964
52bedd34
AM
9965 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
9966 of the new C macros.
bc97a826 9967
52bedd34 9968 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
9969 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
9970 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
9971 (c-opt-cpp-macro-define): Make into a full language variable.
9972 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
9973 AWK Mode (including \n, \r) removed, no longer needed.
9974
d0af9f77
SM
9975 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
9976 Invoke c-make-macro-with-semi-re.
bc97a826 9977
52bedd34
AM
9978 * progmodes/cc-vars.el (c-macro-with-semi-re):
9979 (c-macro-names-with-semicolon): New variables.
58179cce 9980 (c-make-macro-with-semi-re): New function.
bc97a826 9981
7a6c0941
SM
99822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * vc/log-edit.el: Fill empty field rather than adding new one.
9985 (log-edit-add-field): New function.
9986 (log-edit-insert-changelog): Use it.
9987
b0c4cdcf
ML
99882011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9989
9990 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
9991
ee1f1da9
SM
99922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
9995 (gdb--check-interpreter): New function.
9996 (gdb): Use it.
9997
51bc5f8b
GM
99982011-10-27 Glenn Morris <rgm@gnu.org>
9999
416a2c45
GM
10000 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10001 (least-positive-float, least-negative-float)
10002 (least-positive-normalized-float, least-negative-normalized-float)
10003 (float-epsilon, float-negative-epsilon):
10004 Remove unnecessary declarations.
10005
10006 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10007 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10008 (least-positive-float, least-negative-float)
10009 (least-positive-normalized-float, least-negative-normalized-float)
10010 (float-epsilon, float-negative-epsilon): Add doc-strings,
10011 based on those in cl.texi.
10012
51bc5f8b
GM
10013 * files.el (set-visited-file-name): If the major-mode changed,
10014 reload the local variables. (Bug#9796)
10015
15de15c6
CY
100162011-10-27 Chong Yidong <cyd@gnu.org>
10017
10018 * subr.el (change-major-mode-after-body-hook): New hook.
10019 (run-mode-hooks): Run it.
10020
ee1f1da9
SM
10021 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10022 Use change-major-mode-before-body-hook.
15de15c6
CY
10023
10024 * simple.el (fundamental-mode):
10025 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10026 change introducing fundamental-mode-hook.
10027
5430d399
JB
100282011-10-26 Juanma Barranquero <lekktu@gmail.com>
10029
acc825c5 10030 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 10031
ad74a69e
MA
100322011-10-26 Michael Albinus <michael.albinus@gmx.de>
10033
10034 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 10035 tramp.el explicitly. (Bug#7583)
ad74a69e 10036
71d4c2a5
SM
100372011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * progmodes/octave-mod.el:
10040 * progmodes/octave-inf.el: Update maintainer.
10041
b1f6fa26
CY
100422011-10-26 Chong Yidong <cyd@gnu.org>
10043
10044 * subr.el (with-wrapper-hook): Rewrite doc.
10045
3f04efd6
MA
100462011-10-25 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 10049 filenames "/method:foo:". (Bug#9793)
3f04efd6 10050
410488d3
SM
100512011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10054 (bug#9865).
10055
c1ebb47e
GM
100562011-10-24 Glenn Morris <rgm@gnu.org>
10057
10058 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
10059
7f5c46c7
MA
100602011-10-24 Michael Albinus <michael.albinus@gmx.de>
10061
10062 * notifications.el: Add the requirement of a running D-Bus session
10063 bus to the Commentary.
10064
db2440b6
JL
100652011-10-24 Juri Linkov <juri@jurta.org>
10066
10067 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10068 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10069 (Bug#9364)
10070
feecf435
JL
100712011-10-24 Juri Linkov <juri@jurta.org>
10072
10073 * info.el (Info-following-node-name-re): Add newline to the list
10074 of allowed characters for leading space. (Bug#9824)
10075
a3839de2
SM
100762011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10077
acc825c5
SM
10078 * progmodes/octave-inf.el (inferior-octave-mode-map):
10079 Fix C-c C-h binding.
a3839de2
SM
10080 * progmodes/octave-mod.el (octave-help): Remove.
10081
09388e76
MA
100822011-10-23 Michael Albinus <michael.albinus@gmx.de>
10083
10084 Sync with Tramp 2.2.3.
10085
10086 * net/tramp-cache.el (top): Pacify byte-compiler using
10087 `init-file-user' and `site-run-file'.
10088
10089 * net/trampver.el: Update release number.
10090
86c60681
CY
100912011-10-23 Chong Yidong <cyd@gnu.org>
10092
10093 * files.el (toggle-read-only): Remove obsolete comment about
10094 version control.
10095
10096 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10097 for toggle-read-only. Note that this hasn't called vc-next-action
10098 since 2008-05-02, though it wasn't documented at the time.
10099
a3839de2
SM
10100 * vc/ediff-init.el (ediff-toggle-read-only-function):
10101 Use toggle-read-only.
86c60681 10102
cd5495ff
AM
101032011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
10104
10105 Fix bug #9560, sporadic wrong indentation; improve instrumentation
10106 of c-parse-state.
10107
00b77525 10108 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 10109 correct faulty logical expression.
cd5495ff
AM
10110 (c-parse-state-state, c-record-parse-state-state):
10111 (c-replay-parse-state-state): New defvar/defuns.
10112 (c-debug-parse-state): Use new functions.
10113
42ee24ed
MR
101142011-10-22 Martin Rudalics <rudalics@gmx.at>
10115
10116 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 10117 last fix. Use window-in-direction correctly.
42ee24ed 10118
a7dee7e7
CY
101192011-10-21 Chong Yidong <cyd@gnu.org>
10120
10121 * progmodes/idlwave.el (idlwave-mode):
10122 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
10123 require-final-newline; that's done in prog-mode.
10124 Suggested by Stefan Monnier.
a7dee7e7 10125
e07b9a6d
MR
101262011-10-21 Martin Rudalics <rudalics@gmx.at>
10127
10128 * mouse.el (mouse-drag-window-above)
10129 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10130 (mouse-drag-mode-line-1, mouse-drag-header-line)
10131 (mouse-drag-vertical-line-rightward-window): Remove.
10132 (mouse-drag-line): New function.
10133 (mouse-drag-mode-line, mouse-drag-header-line)
10134 (mouse-drag-vertical-line): Call mouse-drag-line.
10135 * window.el (window-at-side-p, windows-at-side): New functions.
10136
7e1361d9
UM
101372011-10-21 Ulrich Mueller <ulm@gentoo.org>
10138
10139 * tar-mode.el (tar-grind-file-mode):
10140 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
10141
30fcaf3a
CY
101422011-10-21 Chong Yidong <cyd@gnu.org>
10143
10144 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
10145 * progmodes/vera-mode.el (vera-mode):
10146 Use mode-require-final-newline.
30fcaf3a 10147
516eddb0
GM
101482011-10-20 Glenn Morris <rgm@gnu.org>
10149
db22a3c2 10150 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 10151
10d5f513
CS
101522011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
10153
10154 * emulation/cua-base.el (cua-set-mark): Fix case of string.
10155
ac6c8639
CY
101562011-10-20 Chong Yidong <cyd@gnu.org>
10157
10158 * emulation/cua-base.el (cua-mode):
10159 * mail/footnote.el (footnote-mode):
10160 * mail/mailabbrev.el (mail-abbrevs-mode):
10161 * net/xesam.el (xesam-minor-mode):
10162 * progmodes/bug-reference.el (bug-reference-mode):
10163 * progmodes/cap-words.el (capitalized-words-mode):
10164 * progmodes/compile.el (compilation-minor-mode)
10165 (compilation-shell-minor-mode):
10166 * progmodes/gud.el (gud-tooltip-mode):
10167 * progmodes/hideif.el (hide-ifdef-mode):
10168 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10169 * progmodes/subword.el (subword-mode):
10170 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10171 * progmodes/which-func.el (which-function-mode):
10172 * term/tvi970.el (tvi970-set-keypad-mode):
10173 * term/vt100.el (vt100-wide-mode):
10174 * textmodes/flyspell.el (flyspell-mode):
10175 * textmodes/ispell.el (ispell-minor-mode):
10176 * textmodes/nroff-mode.el (nroff-electric-mode):
10177 * textmodes/paragraphs.el (use-hard-newlines):
10178 * textmodes/refill.el (refill-mode):
10179 * textmodes/reftex.el (reftex-mode):
10180 * textmodes/rst.el (rst-minor-mode):
10181 * textmodes/sgml-mode.el (html-autoview-mode)
10182 (sgml-electric-tag-pair-mode):
10183 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10184 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10185 * emulation/crisp.el (crisp-mode):
10186 * emacs-lisp/eldoc.el (eldoc-mode):
10187 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10188 minor mode behavior.
10189
aa42ab43
JL
101902011-10-19 Juri Linkov <juri@jurta.org>
10191
10192 * descr-text.el (describe-char): Add #x2010 and #x2011 to
10193 the list of hard-coded chars with escape-glyph face.
10194
89400f1d
SM
101952011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10198
305c07f6
MA
101992011-10-19 Michael Albinus <michael.albinus@gmx.de>
10200
10201 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
10202 running process.
10203
13754b54
GM
102042011-10-19 Glenn Morris <rgm@gnu.org>
10205
10206 * vc/vc-bzr.el (vc-bzr-after-dir-status):
10207 Ignore ignored files. (Bug#9726)
10208
06e21633
CY
102092011-10-19 Chong Yidong <cyd@gnu.org>
10210
10211 Doc fix for minor modes, stating that an omitted argument enables
10212 the mode unconditionally when called from Lisp.
10213
10214 * abbrev.el (abbrev-mode):
10215 * allout.el (allout-mode):
10216 * autoinsert.el (auto-insert-mode):
10217 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10218 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10219 (global-auto-revert-mode):
10220 * battery.el (display-battery-mode):
10221 * composite.el (global-auto-composition-mode)
10222 (auto-composition-mode):
10223 * delsel.el (delete-selection-mode):
10224 * desktop.el (desktop-save-mode):
10225 * dired-x.el (dired-omit-mode):
10226 * dirtrack.el (dirtrack-mode):
10227 * doc-view.el (doc-view-minor-mode):
10228 * double.el (double-mode):
10229 * electric.el (electric-indent-mode, electric-pair-mode):
10230 * emacs-lock.el (emacs-lock-mode):
10231 * epa-hook.el (auto-encryption-mode):
10232 * follow.el (follow-mode):
10233 * font-core.el (font-lock-mode):
10234 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
10235 * help.el (temp-buffer-resize-mode):
10236 * hilit-chg.el (highlight-changes-mode)
10237 (highlight-changes-visible-mode):
10238 * hi-lock.el (hi-lock-mode):
10239 * hl-line.el (hl-line-mode, global-hl-line-mode):
10240 * icomplete.el (icomplete-mode):
10241 * ido.el (ido-everywhere):
10242 * image-file.el (auto-image-file-mode):
10243 * image-mode.el (image-minor-mode):
10244 * iswitchb.el (iswitchb-mode):
10245 * jka-cmpr-hook.el (auto-compression-mode):
10246 * linum.el (linum-mode):
10247 * longlines.el (longlines-mode):
10248 * master.el (master-mode):
10249 * mb-depth.el (minibuffer-depth-indicate-mode):
10250 * menu-bar.el (menu-bar-mode):
10251 * minibuf-eldef.el (minibuffer-electric-default-mode):
10252 * mouse-sel.el (mouse-sel-mode):
10253 * msb.el (msb-mode):
10254 * mwheel.el (mouse-wheel-mode):
10255 * outline.el (outline-minor-mode):
10256 * paren.el (show-paren-mode):
10257 * recentf.el (recentf-mode):
10258 * reveal.el (reveal-mode, global-reveal-mode):
10259 * rfn-eshadow.el (file-name-shadow-mode):
10260 * ruler-mode.el (ruler-mode):
10261 * savehist.el (savehist-mode):
10262 * scroll-all.el (scroll-all-mode):
10263 * scroll-bar.el (scroll-bar-mode):
10264 * server.el (server-mode):
10265 * shell.el (shell-dirtrack-mode):
10266 * simple.el (auto-fill-mode, transient-mark-mode)
10267 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
10268 (line-number-mode, column-number-mode, size-indication-mode)
10269 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
10270 * strokes.el (strokes-mode):
10271 * time.el (display-time-mode):
10272 * t-mouse.el (gpm-mouse-mode):
10273 * tool-bar.el (tool-bar-mode):
10274 * tooltip.el (tooltip-mode):
10275 * type-break.el (type-break-mode-line-message-mode)
10276 (type-break-query-mode):
10277 * view.el (view-mode):
10278 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10279 (global-whitespace-mode, global-whitespace-newline-mode):
10280 * xt-mouse.el (xterm-mouse-mode): Doc fix.
10281
a3839de2
SM
10282 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10283 Fix autogenerated docstring.
06e21633 10284
5214e501
JL
102852011-10-19 Juri Linkov <juri@jurta.org>
10286
10287 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
10288 by checking environment variables "DESKTOP_SESSION" and
10289 "XDG_CURRENT_DESKTOP". (Bug#9779)
10290
195f8db9
JL
102912011-10-19 Juri Linkov <juri@jurta.org>
10292
10293 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
10294 (browse-url-chromium-program, browse-url-chromium-arguments):
10295 New defcustoms.
10296 (browse-url-default-browser): Check for `browse-url-chromium' and
10297 call `browse-url-chromium-program'.
10298 (browse-url-chromium): New command. (Bug#9779)
10299
343a34ff
JB
103002011-10-18 Juanma Barranquero <lekktu@gmail.com>
10301
10302 * facemenu.el (list-colors-duplicates): On Windows, detect more
10303 duplicates by assuming that only colors matching "^System" are
10304 special "system colors". (Bug#9722)
10305
6978a151
SM
103062011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
10309 to distinguish the author from the committer.
10310
6a80b297
MA
103112011-10-18 Michael Albinus <michael.albinus@gmx.de>
10312
10313 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
10314
b31a5677
JK
103152011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
10316
10317 * international/mule.el (sgml-html-meta-auto-coding-function):
10318 Add support for detecting encoding in HTML5 specified only as
10319 <meta charset="UTF-8">. Implementation just makes http-equiv and
10320 content-type parts from HTML4 encoding string optional. (Bug#9716)
10321
80c6d77f
GM
103222011-10-18 Glenn Morris <rgm@gnu.org>
10323
10324 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
10325
08b0fee8
CY
103262011-10-18 Chong Yidong <cyd@gnu.org>
10327
10328 * faces.el (cursor): Doc fix.
10329
67e729a5
CY
103302011-10-17 Chong Yidong <cyd@gnu.org>
10331
10332 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
10333
343a34ff 103342011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
10335
10336 * dirtrack.el (dirtrack): Support shell buffers with path
10337 prefixes, e.g. tramp-based remote shells. (Bug#9647)
10338
0bc06380
TZ
103392011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
10340
10341 * json.el: Bump version to 1.3 and note change in History.
10342 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
10343
8b79f3e0
SM
103442011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10345
5a7c536b
SM
10346 * comint.el (comint-insert-input, comint-send-input)
10347 (comint-get-old-input-default, comint-backward-matching-input)
10348 (comint-next-prompt): Use nil instead of `input' for field property of
10349 past user input (bug#114).
10350
96a8a0df
SM
10351 * minibuffer.el (completion--replace): Inherit surrounding properties
10352 (bug#114).
10353 (minibuffer-complete-and-exit): Use it.
10354
8b79f3e0
SM
10355 * comint.el (comint--table-subvert): Quote the all-completions output
10356 (bug#9160).
10357
b8f7ff0d
MR
103582011-10-17 Martin Rudalics <rudalics@gmx.at>
10359
8b79f3e0 10360 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 10361
b8f7ff0d 10362 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 10363 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
10364 entries and separate them from frame entries.
10365
c235b555
GM
103662011-10-15 Glenn Morris <rgm@gnu.org>
10367
10368 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
10369 Doc fixes.
10370
6bbfa6e1
CY
103712011-10-15 Chong Yidong <cyd@stupidchicken.com>
10372
8b79f3e0
SM
10373 * net/network-stream.el (network-stream-open-starttls):
10374 Improve detection of failure due to lack of TLS support.
ec5c990d 10375
6bbfa6e1
CY
10376 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
10377 putting the input text in front and in bold.
10378
98488977
SM
103792011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10380
3d1337be
SM
10381 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
10382
ee0b45e4
SM
10383 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
10384 empty buffer.
10385
98488977
SM
10386 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
10387 unread-command-events rather than pushing yet-another event.
10388
186f4720
EZ
103892011-10-14 Eli Zaretskii <eliz@gnu.org>
10390
10391 * mail/sendmail.el (sendmail-query-once): Improve the wording of
10392 the explanation of the possible choices. Make the options passed
10393 to completing-read shorter.
10394
8b7a997c
AM
103952011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10396
10397 * textmodes/flyspell.el (flyspell-large-region): Make sure
10398 extended character mode is used if defined (Bug#1339).
10399
12587bbb
EZ
104002011-10-13 Eli Zaretskii <eliz@gnu.org>
10401
10402 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
10403 character info for LRE, LRO, RLE, and RLO characters by appending
10404 an invisible PDF.
12587bbb 10405
bad41229
SM
104062011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
10409 even in case of error; add debug spec; simplify data flow.
10410 (with-timeout-handler): Remove.
10411
28dbc92f
MA
104122011-10-12 Michael Albinus <michael.albinus@gmx.de>
10413
10414 Fix Bug#6019, Bug#9315.
10415
10416 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
10417 complete `buffer-file-name', the local file name part could look
10418 remotely (for example on VMS).
10419
10420 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
10421 `tramp-run-real-handler'.
10422 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
10423 already quoted by '"'.
10424
10425 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
10426 Let `file-name-handler-alist' be nil, the local file name part
10427 could look remotely (for example on VMS).
10428
e1b0b23a
SM
104292011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
10432 from here...
10433 (flyspell-post-command-hook): ...to here.
10434
a120bde9
SM
104352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
10438 if not needed.
10439 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
10440 using completion. Protect against "slow" callers.
10441 Remove the "message hack".
10442
7ce7717b
JL
104432011-10-11 Juri Linkov <juri@jurta.org>
10444
10445 * isearch.el (isearch-lazy-highlight-word): New variable.
10446 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
10447 Use it. (Bug#9727)
10448
c02ee9d6
GM
104492011-10-11 Glenn Morris <rgm@gnu.org>
10450
10451 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
10452 like f90-previous-statement does.
10453
93e616fd 104542011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10455
1f190e73 10456 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
10457 only in interactive use, to avoid error.
10458
af7b6078
SM
104592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * minibuffer.el (completion-file-name-table): Fix last change,
10462 i.e. ignore normal errors but not the other ones.
10463
0563dae9
MR
104642011-10-10 Martin Rudalics <rudalics@gmx.at>
10465
10466 * window.el (special-display-buffer-names)
10467 (special-display-regexps): Remove some remnants of earlier
10468 changes from doc-strings.
366ca7f3
MR
10469 (quit-windows-on): New function.
10470
10471 * vc/vc.el (vc-revert, vc-rollback):
10472 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
10473 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 10474 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 10475
49677495
MR
104762011-10-09 Martin Rudalics <rudalics@gmx.at>
10477
10478 * window.el (frame-auto-hide-function): Add version tag.
10479 (Bug#9699)
10480
56f2d1e1
MA
104812011-10-09 Michael Albinus <michael.albinus@gmx.de>
10482
10483 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
10484 condition.
10485
112a6592
LL
104862011-10-09 Leo Liu <sdl.web@gmail.com>
10487
10488 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
10489 (Bug#9701)
10490
0812589b
GM
104912011-10-08 Glenn Morris <rgm@gnu.org>
10492
10493 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
10494 before the first code statement zero indent. (Bug#9690)
10495
b2b0776e
CY
104962011-10-08 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * simple.el (count-words-region): Always count in the region.
10499 Report the number of lines and characters too.
10500 (count-words): New command, which counts in the buffer if the
10501 region is inactive, as count-words-region used to.
10502 (count-words--message): New function. Handle plurals.
10503 (count-lines-region): Make it an alias for count-words-region.
10504
10505 * bindings.el (esc-map): Replace count-lines-region with
10506 count-words-region.
10507
c557cd6b
MR
105082011-10-08 Martin Rudalics <rudalics@gmx.at>
10509
10510 * window.el (window--delete): Delete dedicated frame
10511 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 10512 (switch-to-buffer): Fix doc-string typo.
c557cd6b 10513
61a57ef4 105142011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10515
3a7d293b 10516 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 10517
c3833279
CY
105182011-10-07 Chong Yidong <cyd@stupidchicken.com>
10519
10520 * bindings.el ([M-left],[M-right]): Bind to left-word and
10521 right-word respectively.
10522
21ce8245
GM
105232011-10-07 Glenn Morris <rgm@gnu.org>
10524
10525 * cus-start.el (debug-on-quit): Fix custom type.
10526
6d823bb2
LMI
105272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10528
0181e193
LMI
10529 * subr.el (define-key-after): Clarify that the function is not
10530 useful for non-menu keymaps.
10531
6d823bb2
LMI
10532 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
10533
8e3459ce 105342011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10535
21ce8245 10536 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 10537 in current minibuffer (Fix bug with recursive minibuffers).
10538
a1c2d21e
CY
105392011-10-06 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * progmodes/gdb-mi.el (gdb): Doc fix.
10542
5a4cf282
MR
105432011-10-05 Martin Rudalics <rudalics@gmx.at>
10544
10545 * window.el (frame-auto-hide-function): New option replacing
10546 frame-auto-delete. Suggested by Stefan Monnier.
10547 (window--delete): Call frame-auto-hide-function instead of
10548 investigating frame-auto-delete.
c96111ea
MR
10549 (window-point-1, set-window-point-1): New functions.
10550 (window-in-direction, record-window-buffer, window-state-get-1)
10551 (display-buffer-record-window): Use window-point-1 instead of
10552 window-point.
10553 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 10554
9854542e
SM
105552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
10558
8943cfb0
GM
105592011-10-05 Glenn Morris <rgm@gnu.org>
10560
10561 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
10562 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
10563
647ab967
LL
105642011-10-05 Leo Liu <sdl.web@gmail.com>
10565
10566 * subr.el (read-char-choice): Fix argument to buffer-live-p which
10567 works with buffer object.
10568
3ddfbced
SM
105692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * mpc.el (mpc-tool-bar-map): Add labels.
10572
bdfa5dd2
GM
105732011-10-04 Glenn Morris <rgm@gnu.org>
10574
10575 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10576
0e2070b5
MR
105772011-10-04 Martin Rudalics <rudalics@gmx.at>
10578
10579 * window.el (window--delete): New function.
10580 (frame-auto-delete): Resuscitate option.
10581 (bury-buffer, replace-buffer-in-windows)
10582 (quit-window): Rewrite using window--delete.
10583 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10584 Pass display-buffer-mark-dedicated to window--display-buffer-2
10585 (Bug#9639).
10586
3dc61a09
SM
105872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10588
915a9b64
SM
10589 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
10590 returns a list (bug#9554). Add remote file name completion.
10591 * comint.el (comint--table-subvert): Curry and get quote&unquote
10592 functions as arguments.
10593 (comint--complete-file-name-data): Adjust call accordingly.
10594 * pcomplete.el (pcomplete--table-subvert): Remove.
10595 (pcomplete-completions-at-point): Use comint--table-subvert instead.
10596
3dc61a09
SM
10597 * minibuffer.el (completion-table-case-fold): Use currying.
10598 (completion--styles-type, completion--cycling-threshold-type):
10599 New constants.
10600 (completion-styles, completion-category-overrides)
10601 (completion-cycle-threshold): Use them.
10602 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
10603 completion-table-case-fold.
10604
8ea0a993
SB
106052011-10-03 Stephen Berman <stephen.berman@gmx.net>
10606
10607 * minibuffer.el (completion-category-overrides): Fix type of styles
10608 and add more user friendly tags (bug#9660).
10609
8c24b7f6
SM
106102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
10613 (mule-input-method-string): New widget.
10614 (default-input-method, language-info-custom-alist): Use it.
10615
428fe61a
SM
106162011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10617
32c1fffd
SM
10618 * pcomplete.el: Require comint.
10619 (pcomplete--common-suffix): Remove.
10620 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
10621 (pcomplete--table-subvert): Sync with comint--table-subvert.
10622 (pcomplete--entries): Use comint-completion-file-name-table.
10623 * comint.el (comint-unquote-filename): Simplify.
10624 (comint-completion-file-name-table): New function (bug#9616).
10625 (comint--complete-file-name-data): Use it.
10626
428fe61a
SM
10627 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
10628 (pcmpl-gnu-tar-buffer): Remove.
10629 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
10630 around. Make sure pcomplete-suffix-list is only changed temporarily.
10631 Don't look inside the tar's file if it's too large.
428fe61a 10632
04c52e2f
CY
106332011-10-01 Chong Yidong <cyd@stupidchicken.com>
10634
ce3cefcc
CY
10635 * cus-edit.el (custom-mode-map):
10636 * epa.el (epa-key-list-mode-map):
10637 * man.el (Man-mode-map):
10638 * startup.el (splash-screen-keymap):
10639 * simple.el (special-mode-map): Use scroll-up-command and
10640 scroll-down-command.
10641
10642 * progmodes/idlw-help.el (idlwave-help-mode-map):
10643 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
10644 * net/newst-plainview.el (newsticker-mode-map):
10645 * emulation/ws-mode.el (wordstar-mode-map):
10646 * emulation/vi.el (vi-com-map):
10647 * calc/calc-graph.el (calc-graph-show-dumb):
10648 * term/sun.el (terminal-init-sun):
10649 * term/ns-win.el (global-map):
10650 * progmodes/grep.el (grep-mode-map):
10651 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
10652 * mail/rmail.el (rmail-mode-map):
10653 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
10654
04c52e2f
CY
10655 * custom.el (custom-safe-themes, load-theme): Treat value of t for
10656 custom-safe-themes as special.
10657
79adf8c8
JD
106582011-10-01 Julien Danjou <julien@danjou.info>
10659
10660 * notifications.el (notifications-notify): Fix docstring.
10661
63bd50d3
PS
106622011-10-01 Per Starbäck <per@starback.se>
10663
10664 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
10665
199e4c7e
MR
106662011-09-30 Martin Rudalics <rudalics@gmx.at>
10667
10668 * startup.el (command-line-1): Fix last fix by inserting
10669 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 10670 (Bug#9605) and (Bug#9636)
199e4c7e 10671
fe5f08dd
EZ
106722011-09-29 Eli Zaretskii <eliz@gnu.org>
10673
10674 * simple.el (line-move): If auto-hscroll-mode is disabled and the
10675 window is hscrolled, move by logical lines. (Bug#9607)
10676 (line-move-visual): Update the doc string to the above effect.
10677
b5516bbd
MR
106782011-09-29 Martin Rudalics <rudalics@gmx.at>
10679
ccee00c0
MR
10680 * window.el (display-buffer-record-window): When WINDOW is the
10681 selected window use `point' instead of `window-point'. (Bug#9626)
10682
b5516bbd
MR
10683 * startup.el (command-line-1): Use insert-before-markers when
10684 inserting initial-scratch-message. (Bug#9605)
ccee00c0 10685
b5516bbd
MR
10686 * help.el (help-window): Remove variable.
10687
52aa0014
GM
106882011-09-29 Glenn Morris <rgm@gnu.org>
10689
10690 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
10691
df9a7357
JB
106922011-09-29 Juanma Barranquero <lekktu@gmail.com>
10693
10694 * descr-text.el (describe-char-categories): Accept category
10695 descriptions more than one line long.
10696
a8406c20
SM
106972011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10698
88d9610c
SM
10699 * simple.el (delete-trailing-whitespace): Fix last change.
10700
a5daf810
SM
10701 * progmodes/perl-mode.el (perl-syntax-propertize-function):
10702 Don't confuse "y => 3" as the beginning of a `y' operation.
10703
a8406c20
SM
10704 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
10705 object has more than 4 slots (bug#9613).
10706
a239d4e9
JB
107072011-09-28 Juanma Barranquero <lekktu@gmail.com>
10708
10709 * subr.el (with-output-to-temp-buffer):
10710 * net/quickurl.el (quickurl, quickurl-browse-url):
10711 Fix typos in docstrings.
10712
693fbdb6
EZ
107132011-09-27 Eli Zaretskii <eliz@gnu.org>
10714
10715 * minibuffer.el (completion-styles)
10716 (completion-category-overrides): Cross reference each other in doc
10717 strings.
10718
8b457e28
GM
107192011-09-27 Glenn Morris <rgm@gnu.org>
10720
10721 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
10722 to split-string. (Bug#9606)
10723
85a16208
LMI
107242011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
10727 (bug#9615).
10728
502f9ebd
CY
107292011-09-27 Chong Yidong <cyd@stupidchicken.com>
10730
10731 * emacs-lisp/package.el (list-packages): Fix echo area message.
10732
7690bdea
LL
107332011-09-27 Leo Liu <sdl.web@gmail.com>
10734
10735 * ido.el (ido-read-internal): Accept cons cell HIST arg.
10736
e2ee6f30
MA
107372011-09-25 Michael Albinus <michael.albinus@gmx.de>
10738
10739 * net/dbus.el (dbus-unregister-object): Don't release services for
10740 registered signals. (Bug#9581)
10741
f3f98342
TZ
107422011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10743
10744 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
10745 function that picks between cfengine 2 and 3 support
10746 automatically. Update docs accordingly.
10747
dd7aa8dd
KH
107482011-09-22 Kenichi Handa <handa@m17n.org>
10749
10750 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
10751 ZERO.
10752 (indian-itrans-v5-table-for-tamil): New variable.
10753 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
10754
3f2b07f8
KM
107552011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
10756
10757 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
10758 that's true if the current command involved collapsing of text.
10759 It's reset to false at the beginning of the next command.
10760 (allout-post-command-business): Move the cursor to the beginning
10761 of entry if the cursor is hidden and collapsing activity just
10762 happened.
10763
371d6a61
CY
107642011-09-24 Chong Yidong <cyd@stupidchicken.com>
10765
10766 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
10767 tracking (Bug#9541).
10768
2ac2721a
UJ
107692011-09-24 Ulf Jasper <ulf.jasper@web.de>
10770
10771 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
10772 (newsticker-show-news): Automatically load html rendering package
10773 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
10774 because w3m-fill-column is let-bound" and the error "Symbol's value
10775 as variable is void: w3m-fill-column".
2ac2721a 10776
fac7ae53
MA
107772011-09-24 Michael Albinus <michael.albinus@gmx.de>
10778
10779 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
10780 Release services only if they are defined. (Bug#9581)
10781
e08b633b
RS
107822011-09-23 Richard Stallman <rms@gnu.org>
10783
e488d29c
RS
10784 * textmodes/paragraphs.el (forward-sentence): For backwards case,
10785 distinguish start of paragraph from start of its text.
10786
19c38752
RS
10787 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
10788
e08b633b
RS
10789 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
10790 (rmail-generate-viewer-buffer): Put that hook on view buffer.
10791 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
10792
0a39f27e
AS
107932011-09-23 Andreas Schwab <schwab@linux-m68k.org>
10794
10795 * international/mule-diag.el (mule-diag): Insert a newline after
10796 each fontset description.
10797
db4e950d
SM
107982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * simple.el (delete-trailing-whitespace):
10801 Document last change; simplify.
10802
eca3f3ea
PW
108032011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
10804
d68e189a
PW
10805 * simple.el (delete-trailing-whitespace): Also delete
10806 extra newlines at the end of the buffer.
10807
eca3f3ea
PW
10808 * textmodes/picture.el: Make motion commands obey shift-select-mode.
10809 (picture-newline): Use forward-line so as to ignore fields.
10810
01c157cc
SM
108112011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * subr.el (with-wrapper-hook): Fix edebug spec.
10814
022de23e
LMI
108152011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10816
10817 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
10818 (bug#4538).
10819
91683089
MA
108202011-09-23 Michael Albinus <michael.albinus@gmx.de>
10821
eca3f3ea
PW
10822 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10823 Fix nasty bug using wrong cached values.
91683089 10824
5bdd6fa4
AM
108252011-09-23 Alan Mackenzie <acm@muc.de>
10826
10827 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
10828
97adfb97
CY
108292011-09-23 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * window.el (pop-to-buffer): Ensure right window is selected if we
10832 chose another frame.
10833
d4ef2b50
EZ
108342011-09-22 Eli Zaretskii <eliz@gnu.org>
10835
10836 * simple.el (what-cursor-position): Use get-char-property-change
10837 and next-single-char-property-change, to be able to show display
10838 properties that come from overlays as well as text properties.
10839
72258fe5
CY
108402011-09-22 Chong Yidong <cyd@stupidchicken.com>
10841
10842 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
10843
10844 * cmuscheme.el (run-scheme, switch-to-scheme):
10845 * cus-edit.el (customize-group, custom-buffer-create)
10846 (customize-browse):
10847 * info.el (info):
10848 * shell.el (shell):
10849 * mail/sendmail.el (mail):
10850 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
10851
8f098516
RS
108522011-09-22 Richard Stallman <rms@gnu.org>
10853
10854 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
10855 move back only to line beg, don't move back over blank lines.
10856
e74f1bb6
MA
108572011-09-22 Michael Albinus <michael.albinus@gmx.de>
10858
10859 * files.el (copy-directory): Set directory attributes only in case
10860 they could be retrieved from the source directory. (Bug#9565)
10861
bfeef8b6
DK
108622011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
10863
10864 * progmodes/hideshow.el (hs-looking-at-block-start-p)
10865 (hs-find-block-beginning, hs-hide-level-recursive):
10866 Ignore strings as well as comments. (Bug#9502)
10867
7e423bb8
AS
108682011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
10869
10870 * progmodes/sql.el (sql-comint-postgres):
10871 Convert port number to a string. (Bug#9566)
10872
b4d72fcf
MR
108732011-09-22 Martin Rudalics <rudalics@gmx.at>
10874
10875 * window.el (quit-window): Undedicate window when switching to
10876 previous buffer. Reported by Thierry Volpiatto
10877 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
10878 (special-display-popup-frame): When popping up a new frame reset
10879 its previous buffers to nil. Simplify code.
b4d72fcf 10880
a7b88dc6
MA
108812011-09-21 Michael Albinus <michael.albinus@gmx.de>
10882
10883 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
10884 and process filter, as done also in `shell-command'.
10885
cf4eacfd
MR
108862011-09-21 Martin Rudalics <rudalics@gmx.at>
10887
eca3f3ea 10888 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
10889 Call set-window-start with NOFORCE argument t.
10890 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
10891 (quit-window): Reword doc-string. Handle new format of
10892 quit-restore parameter. Don't delete window if it has a
10893 previous buffer we can show instead of the present one.
10894 (display-buffer-record-window): Rewrite using a new format for
10895 the quit-restore window parameter
10896 (special-display-popup-frame, display-buffer-same-window)
10897 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10898 (display-buffer-pop-up-window, display-buffer-use-some-window):
10899 Adapt symbol passed to display-buffer-record-window.
10900 * help.el (help-window-setup): Handle new format of quit-restore
10901 parameter.
10902
8d28cb95
SM
109032011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10904
94ab793f
SM
10905 * faces.el (face-list): Fix docstring (bug#9564).
10906
8d28cb95
SM
10907 * window.el (display-buffer--action-function-custom-type):
10908 Don't include internal functions in the Custom interface.
10909
3820edeb
JL
109102011-09-20 Juri Linkov <juri@jurta.org>
10911
10912 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
10913 (Info-forward-node, Info-backward-node, Info-next-preorder)
10914 (Info-last-preorder): Use it. (Bug#9528)
10915
5147931d
JL
109162011-09-20 Juri Linkov <juri@jurta.org>
10917
10918 * info.el (Info-last-preorder): Visit last menu item only when
10919 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
10920
cf499a1a
JD
109212011-09-20 Julien Danjou <julien@danjou.info>
10922
10923 * password-cache.el (password-cache-remove): Remove entries even if the
10924 value is nil, so that password with a nil value (negative caching) is
10925 possible to invalidate.
10926
f84e2fe2
LM
109272011-09-20 Lawrence Mitchell <wence@gmx.li>
10928
10929 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
10930 all whitespace around breakpoint. (Bug#9553)
10931 (f90-find-breakpoint): Only break at whitespace inside a comment.
10932
78054a46
SM
109332011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * minibuffer.el (completion-file-name-table): Keep track of errors.
10936 (completion-table-with-predicate): Handle the case where pred1 is nil.
10937 * pcomplete.el (pcomplete-completions-at-point): Simplify.
10938
345083b2
SM
109392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10940
e24e27be
SM
10941 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
10942 (debugger-return-value): Signal an error if the debugging context does
10943 not await any return value.
10944
345083b2
SM
10945 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
10946 * image-mode.el (image-toggle-display-text)
10947 (image-toggle-display-image): Stay away from evil `intangible'.
10948
08d355e3
LL
109492011-09-19 Leo Liu <sdl.web@gmail.com>
10950
10951 * replace.el (occur-revert-arguments): Make it permanent-local.
10952 (occur-mode): Don't call font-lock-defontify.
10953
f01da43f
CY
109542011-09-19 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * net/ldap.el (ldap-search-internal): Don't push empty search
10957 result (Bug#9508).
10958
b6072fa6
SM
109592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
10962
443d6696
MA
109632011-09-19 Michael Albinus <michael.albinus@gmx.de>
10964
10965 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
10966 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
10967
7cc6e154
JL
109682011-09-18 Juri Linkov <juri@jurta.org>
10969
10970 * buff-menu.el (Buffer-menu-mode-map):
10971 * dired.el (dired-mode-map):
10972 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
10973 (lisp-interaction-mode-map):
10974 * emacs-lisp/package.el (package-menu-mode-map):
10975 * epa.el (epa-key-list-mode-map):
10976 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
10977 (menu-bar-options-menu):
10978 * outline.el (outline-mode-menu-bar-map):
10979 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
10980 * vc/vc-dir.el (vc-dir-menu-map):
10981 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
10982 Capitalize non-function content words in menu item strings.
10983
10984 * dired.el (dired-mode-map): Add menu item for
10985 `image-dired-dired-toggle-marked-thumbs'.
10986
80302a81
JL
109872011-09-18 Juri Linkov <juri@jurta.org>
10988
10989 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
10990 to `isearch-case-fold-search' and restore its original value
10991 after the `isearch-mode' call.
10992
46c5cf66
JL
109932011-09-18 Juri Linkov <juri@jurta.org>
10994
10995 * progmodes/grep.el (grep-process-setup): Don't check code for 1
10996 because `zgrep' returns 1 for successful matches (bug#9226).
10997
d18b513b
JL
109982011-09-18 Juri Linkov <juri@jurta.org>
10999
11000 * info.el (Info-extract-menu-node-name): Check the second match
11001 for empty string (second test-case of bug#9528).
11002 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11003 intermediate nodes to the history (first test-case of bug#9528).
11004
72753f87
JL
110052011-09-18 Juri Linkov <juri@jurta.org>
11006
11007 * info.el (Info-mode-syntax-table): New variable.
1154d12e 11008 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 11009
c9384295
JL
110102011-09-18 Juri Linkov <juri@jurta.org>
11011
1154d12e
JB
11012 * info.el (Info-file-supports-index-cookies):
11013 Increment line-beginning-position's arg from 3 to 4 because makeinfo
11014 outputs one more line for long file names (bug#4142).
c9384295 11015
d473dce8
CY
110162011-09-18 Chong Yidong <cyd@stupidchicken.com>
11017
11018 * newcomment.el (comment-normalize-vars): If prompting for
11019 comment-start, set comment-start-skip too (Bug#8424).
11020
2176854d
JB
110212011-09-18 Johan Bockgård <bojohan@gnu.org>
11022
11023 * icomplete.el: Fix previous fix of Bug#5849.
11024 (icomplete-mode): Don't set completion-show-inline-help.
11025 (icomplete-minibuffer-setup): Set completion-show-inline-help
11026 locally during icompletion.
11027
3aace4e4
CY
110282011-09-18 Chong Yidong <cyd@stupidchicken.com>
11029
c940224f
CY
11030 * woman.el (woman2-process-escapes): Don't delete unrecognized
11031 escapes (Bug#7843).
11032
3aace4e4
CY
11033 * files.el (inhibit-first-line-modes-regexps): Add image files.
11034 (hack-local-variables-prop-line): Return nil for malformed
11035 prop-lines (Bug#9044).
11036
710dec63
MA
110372011-09-18 Michael Albinus <michael.albinus@gmx.de>
11038
11039 * net/tramp.el (top): Don't require 'shell.
11040 (tramp-methods): Fix docstring.
11041 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
11042 Return complete remote file name. Handle "smb" case.
11043 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
11044 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11045
11046 * net/tramp-compat.el (top): Require 'shell.
11047
11048 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11049 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11050 `tramp-current-host'.
11051 (tramp-get-remote-tmpdir): Remove.
11052
11053 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11054 `tramp-tmpdir' entries.
11055 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11056 (tramp-smb-handle-file-attributes): Ignore errors.
11057 (tramp-smb-wait-for-output): Check also for process end.
11058
5d5ac8ec
LMI
110592011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11060
11061 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11062 when sending QUIT (bug#9312).
11063
8c0f49f0
CY
110642011-09-17 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11067 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11068 occur-mode-display-occurrence.
11069 (occur-edit-mode): Add usage message.
11070 (occur-cease-edit): New command.
11071 (occur-after-change-function): Use text properties to find the
11072 position of the prefix text.
11073 (occur-engine): Set stickiness of prefix text properties.
11074
8f1383f7
GM
110752011-09-17 Glenn Morris <rgm@gnu.org>
11076
11077 * progmodes/etags.el (complete-tag):
11078 Fix call to completion-in-region. (Bug#9526)
11079
744ba0e3
JL
110802011-09-17 Juri Linkov <juri@jurta.org>
11081
11082 * textmodes/ispell.el (ispell-word): Add to the error message
11083 the word, ispell program name and current dictionary (bug#9121).
11084 (ispell-tex-arg-end): Capitalize "error" in the error message.
11085
d9bbf400
AS
110862011-09-17 Andreas Schwab <schwab@linux-m68k.org>
11087
11088 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11089 check. (Bug#4251)
11090
8da11505
JL
110912011-09-17 Juri Linkov <juri@jurta.org>
11092
11093 * window.el (window-safe-min-height, window-safe-min-width):
11094 Fix typos (followup to bug#9522).
11095
a91adc7e
SJ
110962011-09-17 Sven Joachim <svenjoac@gmx.de>
11097
11098 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11099
064f328a
EZ
111002011-09-16 Eli Zaretskii <eliz@gnu.org>
11101
11102 * simple.el (line-move): If goal-column is set, move by logical
11103 lines, not by display lines. (Bug#971)
11104 (next-line, previous-line, goal-column, line-move-visual): Doc fix
11105 to reflect the above change.
11106
e69df516
SM
111072011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * image.el (imagemagick-register-types): Use regexp-opt.
11110
cbb0f9ab
CY
111112011-09-15 Chong Yidong <cyd@stupidchicken.com>
11112
11113 * window.el (display-buffer-base-action): Rename from
11114 display-buffer-default-action. Make default value empty.
11115 (display-buffer-overriding-action): Convert to defvar.
11116 (display-buffer-fallback-action): New var.
11117
25322144
CY
111182011-09-15 Chong Yidong <cyd@stupidchicken.com>
11119
11120 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11121 declaration.
11122 (package--add-to-archive-contents): If there is a duplicate entry
11123 with an older version, remove it.
11124 (package-menu-mark-delete, package-menu-mark-install)
11125 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
11126 (package-menu-mark-obsolete-for-deletion):
11127 Use package-menu-get-status instead of a regexp search.
25322144
CY
11128 (package-menu-get-status): Use tabulated-list-entry.
11129 (package-menu-mark-upgrades): New command.
d770725a 11130 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
11131 (package-menu-execute): Do installation before deletion.
11132 (package-menu-refresh, package-menu-execute): Use derived-mode-p
11133 instead of checking major-mode.
11134 (package-menu--find-upgrades): New function.
11135
7520339c
LMI
111362011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11137
11138 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11139 passwords in the log buffer.
65a046c4
LMI
11140 (smtpmail-process-filter): Update the process marker so that the
11141 "broken by peer" status message is inserted in the right place.
7520339c 11142
d3c30954
SM
111432011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11144
3fe48822
SM
11145 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11146 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11147 bibtex-completion-at-point-function.
11148 (bibtex-completion-at-point-function): Use them.
11149
1b8b3954
SM
11150 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11151
d3c30954
SM
11152 * mpc.el (mpc-constraints-tag-lookup): New function.
11153 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11154 also to browser "album|playlist".
11155
72779976
JL
111562011-09-14 Juri Linkov <juri@jurta.org>
11157
11158 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
11159 (isearch-edit-string): Use length of `isearch-string' when
11160 `isearch-fail-pos' returns nil.
11161 (isearch-message): Remove duplicate code and call
11162 `isearch-fail-pos' with arg `t'.
11163
a0bf2bcd
CY
111642011-09-14 Chong Yidong <cyd@stupidchicken.com>
11165
17bb0a2d
CY
11166 * replace.el (occur-mode-goto-occurrence): Don't force using other
11167 window (Bug#9499).
11168
a0bf2bcd
CY
11169 * dired-aux.el (dired-do-chmod): Don't provide initial input.
11170
f678e0b6
MR
111712011-09-14 Martin Rudalics <rudalics@gmx.at>
11172
11173 * window.el (display-buffer-window): Remove.
11174 (display-buffer-record-window): Use help-setup window parameter
11175 instead of variable display-buffer-window.
11176 (display-buffer-function, special-display-buffer-names)
11177 (special-display-function): Mention help-setup parameter instead
11178 of display-buffer-window in doc-string.
d3c30954
SM
11179 * help.el (help-window-setup): New argument help-window.
11180 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
11181 Reword some messages.
11182 (with-help-window): Pass window used for displaying the buffer
11183 to help-window-setup. Don't set display-buffer-window.
11184
8e39b2e8
GM
111852011-09-13 Glenn Morris <rgm@gnu.org>
11186
11187 * emacs-lisp/debug.el (debugger-make-xrefs):
11188 Preserve point. (Bug#9462)
11189
85e9c04b
CY
111902011-09-13 Chong Yidong <cyd@stupidchicken.com>
11191
11192 * window.el (window-deletable-p): Use next-frame.
11193
1b36ed6a
MR
111942011-09-13 Martin Rudalics <rudalics@gmx.at>
11195
11196 * window.el (window-auto-delete): Remove.
11197 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 11198 dedication and previous buffers.
1b36ed6a
MR
11199 (switch-to-prev-buffer): Don't delete window.
11200 (delete-windows-on): Delete a window's frame if and only if the
11201 window is dedicated.
11202 (replace-buffer-in-windows): Delete buffer's window or frame if
11203 and only if window is dedicated.
11204 (quit-window): Handle quit-restore as before last change.
4d61f28d 11205 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 11206
ef8ef9fb
CY
112072011-09-13 Chong Yidong <cyd@stupidchicken.com>
11208
11209 * window.el (window-deletable-p): Never delete the last frame on a
11210 given terminal.
11211
b2cba41e
GM
112122011-09-13 Glenn Morris <rgm@gnu.org>
11213
11214 * help.el (describe-key-briefly): Copy previous standard-output change.
11215
51553db6 112162011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
11217
11218 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
11219
b7556719
GM
112202011-09-13 Glenn Morris <rgm@gnu.org>
11221
11222 * emacs-lisp/lisp-mode.el (lisp-indent-function):
11223 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
11224
64b51947
CY
112252011-09-12 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * dired-aux.el (dired-mark-read-string): Don't return default
11228 value on empty input (Bug#9361).
11229 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
11230 Omit initial minibuffer contents.
11231 (dired-do-chmod): Signal an error on empty input.
11232 (dired-mark-read-string): Don't return default on empty input.
11233
11234 * files.el (file-modes-symbolic-to-number): Doc fix.
11235
393a301e
SM
112362011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * international/mule-cmds.el (ucs-completions): Remove.
11239 (read-char-by-name): Use complete-with-action instead; add metadata.
11240
fa5660f9
CY
112412011-09-11 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * window.el (display-buffer--action-function-custom-type)
11244 (display-buffer--action-custom-type): New vars.
11245 (display-buffer-alist, display-buffer-default-action)
11246 (display-buffer-overriding-action): Add defcustom types.
11247
4a592f66
CY
11248 * frame.el (delete-other-frames): Doc fix (Bug#276).
11249
73d56dbd
LMI
112502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11251
11252 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
11253
37ac18a3
CY
112542011-09-11 Chong Yidong <cyd@stupidchicken.com>
11255
11256 Change modes that used same-window-* vars to use switch-to-buffer.
11257
11258 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
11259 Use switch-to-buffer.
11260
11261 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
11262 (customize-browse, custom-buffer-create-other-window):
11263 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
11264
11265 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
11266 (Info-prev, Info-up, Info-speedbar-goto-node)
11267 (info-display-manual): Use switch-to-buffer.
11268 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
11269
11270 * mail/sendmail.el (mail): Use switch-to-buffer.
11271 (mail-recover): Use switch-to-buffer-other-window.
11272
11273 * cmuscheme.el (run-scheme, switch-to-scheme):
11274 * ielm.el (ielm):
11275 * shell.el (shell):
11276 * net/rlogin.el (rlogin):
11277 * net/telnet.el (telnet, rsh):
11278 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
11279
10195bd6
AS
112802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
11281
11282 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
11283
b322f63a
LMI
112842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11285
39d7fed6
LMI
11286 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
11287 so don't mention it (bug#9301).
ba5a81f1 11288 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 11289
ee0e9f11
LMI
11290 * faces.el (face-spec-set-match-display): Make `(type graphic)'
11291 match `x', `w32' and `ns', like the manual says (bug#9029).
11292
0b1c89c1 11293 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
11294 (process-kill-buffer-query-function): Mention the buffer name in
11295 the query.
0b1c89c1 11296
77549ea8
LMI
11297 * image-mode.el (image-next-line): The line parameter is mandatory
11298 (bug#9258).
11299
803ef892
LMI
11300 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
11301 which can be useful (bug#9301).
11302
12980837
LMI
11303 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
11304
91054f8f
LMI
11305 * subr.el (match-string): Mention that the current buffer should
11306 be the same as the search was done in (bug#9282).
11307
b322f63a
LMI
11308 * facemenu.el: Disable the remove-* commands if the mark isn't
11309 active (bug#9162).
11310
3199b96f
CY
113112011-09-10 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
11314 of display-buffer.
11315 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
11316
11317 * replace.el (occur-mode-goto-occurrence)
11318 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
11319 and display-buffer.
11320
11321 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
11322 display-buffer.
11323
11324 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
11325 special-display and same-window variables.
11326 (mail-other-window): Use switch-to-buffer-other-window.
11327 (mail-other-frame): USe switch-to-buffer-other-frame.
11328
393a301e
SM
11329 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
11330 Use display-buffer-other-frame.
3199b96f
CY
11331 (gdb-display-gdb-buffer): Use pop-to-buffer.
11332
11333 * progmodes/gud.el (gud-goto-info): Use info-other-window.
11334
11335 * progmodes/python.el: Don't set same-window-buffer-names.
11336
11337 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
11338
11339 * window.el (display-buffer-alist): Add *Python*.
11340
8319e0bf
CY
113412011-09-10 Chong Yidong <cyd@stupidchicken.com>
11342
11343 * window.el (display-buffer-alist): Add entry for buffers
11344 previously handled same-window-*.
11345 (display-buffer-alist, display-buffer-default-action)
11346 (display-buffer-overriding-action): Mark as risky.
11347 (display-buffer-alist): Document action function changes.
11348 (display-buffer--same-window-action)
11349 (display-buffer--other-frame-action): New variables.
11350 (switch-to-buffer, display-buffer-other-frame): Use them.
11351 (display-buffer): Rename reuse-frame entry to reusable-frames.
11352 (display-buffer-reuse-selected-window): Function deleted.
11353 (display-buffer-reuse-window): Handle reusable-frames alist entry.
11354 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
11355 (display-buffer-special): New function.
11356 (display-buffer--maybe-pop-up-frame-or-window): Rename from
11357 display-buffer-reuse-or-pop-window. Split off special-display
11358 part into display-buffer-special.
11359 (display-buffer-use-some-window): Don't perform any special
11360 pop-up-frames handling.
11361 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 11362 (display-buffer--maybe-same-window): Rename from
0d3ff375 11363 display-buffer-maybe-same-window.
8319e0bf 11364
919a69aa
CY
11365 * info.el: Don't set same-window-regexps.
11366 (info-setup): New function.
11367 (info-other-window, info): Call it.
11368
11369 * cus-edit.el: Don't set same-window-regexps.
11370 (customize-group): New argument.
11371 (customize-group-other-window): Use it.
11372 (customize-face, customize-face-other-window): Likewise.
11373 (custom-buffer-create-other-window): Use pop-to-buffer directly.
11374
8319e0bf
CY
11375 * net/rlogin.el:
11376 * net/telnet.el:
11377 * progmodes/gud.el: Don't set same-window-regexps.
11378
11379 * cmuscheme.el:
11380 * ielm.el:
11381 * shell.el:
11382 * mail/sendmail.el:
11383 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
11384
25173000
JL
113852011-09-10 Juri Linkov <juri@jurta.org>
11386
11387 * isearch.el (isearch-edit-string): Remove obsolete mention of
11388 `C-w' (`isearch-yank-word-or-char') from docstring.
11389 (isearch-query-replace): Fix typo in docstring (bug#9466).
11390
056e44ef
JL
113912011-09-10 Juri Linkov <juri@jurta.org>
11392
11393 * paren.el (show-paren-function): Don't show escaped parens.
11394 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
11395
c3760c17
EZ
113962011-09-10 Eli Zaretskii <eliz@gnu.org>
11397
11398 * mail/sendmail.el (mml-to-mime, mml-attach-file)
11399 (mm-default-file-encoding): Remove autoload forms, they are
11400 replaced with autoload cookies in mml.el and mm-encode.el.
11401 (mail-add-attachment): New command.
11402 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
11403 (mail-mode): Mention mail-insert-file and mail-add-attachment in
11404 the doc string.
11405 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
11406
fece895e
RT
114072011-09-10 Reuben Thomas <rrt@sc3d.org>
11408
e69df516
SM
11409 * simple.el (count-words-region): Use buffer if there's no region
11410 (bug#9429).
fece895e 11411
5e68ce4a
JL
114122011-09-09 Juri Linkov <juri@jurta.org>
11413
11414 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
11415 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
11416 (wdired-isearch-filter-read-only): New function. (Bug#6362)
11417
0a6b9622
AM
114182011-09-09 Alan Mackenzie <acm@muc.de>
11419
11420 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
11421 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
11422
14a29deb
EZ
114232011-09-09 Eli Zaretskii <eliz@gnu.org>
11424
11425 Fix for Savannah bug#9392.
11426 * simple.el (mail-encode-mml): New defvar.
11427
11428 * mail/rmail.el (mail-encode-mml): Add a defvar.
11429 (rmail-enable-mime-composing): Default to t.
11430 (rmail-forward): Use MIME method of forwarding only if both
11431 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
11432 Set mail-encode-mml non-nil if the MIME method was used.
11433
11434 * mail/sendmail.el (mml-to-mime): Add autoload form.
11435 (mail-encode-mml): Add a defvar.
11436 (mail-mode): Make mail-encode-mml buffer-local and initialize it
11437 to nil.
11438 (mail-send): If mail-encode-mml is non-nil, run the outgoing
11439 message through mml-to-mime, and reset mail-encode-mml to nil.
11440
28c45130
GM
114412011-09-09 Glenn Morris <rgm@gnu.org>
11442
11443 * woman.el (woman-if-body): When processing an .el block,
11444 do not delete the next .el block as well. (Bug#9447)
69f4b618 11445 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 11446
9b1c252e
MR
114472011-09-08 Martin Rudalics <rudalics@gmx.at>
11448
11449 * window.el (window-deletable-p): Make sure window is live before
11450 invoking window-prev-buffers.
11451
567457e3
LL
114522011-09-08 Leo Liu <sdl.web@gmail.com>
11453
11454 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
11455
97f05794
JL
114562011-09-08 Juri Linkov <juri@jurta.org>
11457
11458 * progmodes/compile.el (compilation-environment): Make it
11459 a defcustom (bug#8340).
11460
8b0874b5
MR
114612011-09-08 Martin Rudalics <rudalics@gmx.at>
11462
11463 * window.el (frame-auto-delete): Rename to window-auto-delete.
11464 Make it control auto-deletion of windows and/or frames.
11465 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 11466 for deleting window/frame. (Bug#9419)
8b0874b5
MR
11467 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
11468 Rewrite handling of case when window/frame can be deleted.
11469 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 11470 argument t. (Bug#9456)
8b0874b5 11471
4feb6e73
CY
114722011-09-07 Chong Yidong <cyd@stupidchicken.com>
11473
11474 * help-mode.el (help-mode): Restore autoload.
11475
91ab9c13
JL
114762011-09-07 Juri Linkov <juri@jurta.org>
11477
11478 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
11479 `compilation-environment'. Set buffer-local
11480 `compilation-environment' to `thisenv' later after (funcall mode).
11481 (Bug#8340)
11482
11483 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
11484 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
11485 instead of replacing its value. (Bug#8340)
11486
0527e251
JL
114872011-09-07 Juri Linkov <juri@jurta.org>
11488
11489 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
11490 based on text properties put by `grep-filter' instead of matching
11491 escape sequences.
11492 (grep-mode): Set buffer-local `compilation-error-screen-columns'
11493 to the value of `grep-error-screen-columns' (bug#9438).
11494
249f792c
JL
114952011-09-07 Juri Linkov <juri@jurta.org>
11496
11497 * simple.el (next-error-highlight, next-error-highlight-no-select):
11498 Doc fix (bug#9432).
11499
ff7271b9
OT
115002011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
11501
11502 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11503 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
11504
183fc730
LL
115052011-09-07 Leo Liu <sdl.web@gmail.com>
11506
11507 * net/rcirc.el (rcirc-mode): Conditionally initialize
11508 rcirc-input-ring.
11509
77694924
SM
115102011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * emacs-lisp/find-func.el (find-function-C-source): Only set
11513 find-function-C-source-directory after checking that we found a source
11514 file there (bug#9440).
11515
d809b8eb
AM
115162011-09-06 Alan Mackenzie <acm@muc.de>
11517
11518 * isearch.el (isearch-other-meta-char): Wherever a key list is
11519 unread, "unread" the prefix arg, too. This fixes bug #8901.
11520
453de99f
OG
115212011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
11522
11523 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
11524
90439906
JL
115252011-09-05 Juri Linkov <juri@jurta.org>
11526
11527 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
11528
f62bd846
JL
115292011-09-05 Juri Linkov <juri@jurta.org>
11530
11531 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
11532 keeping point where processing of grep matches begins, and
11533 continue to delete remaining escape sequences from the same point.
11534 (grep-filter): Make leading zero optional in "0?1;31m" because
11535 git-grep emits "\033[1;31m" escape sequences unlike expected
11536 "\033[01;31m" as GNU Grep does (bug#9408).
11537 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
11538
045820ec
JL
115392011-09-05 Juri Linkov <juri@jurta.org>
11540
11541 * subr.el (y-or-n-p): Capitalize "yes".
11542
f5e29b9b
MA
115432011-09-04 Michael Albinus <michael.albinus@gmx.de>
11544
11545 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
11546 `tramp-cache-unload-hook' where appropriate.
11547 (tramp-methods): Rename `tramp-remote-sh' to
11548 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
11549 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
11550
11551 * net/tramp-sh.el (top): Don't require 'shell.
11552 (tramp-methods): Add `tramp-remote-shell' and
11553 `tramp-remote-shell-args' entries.
11554 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
11555 (tramp-sh-handle-shell-command): Remove.
11556 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11557 Use `tramp-remote-shell'.
11558
2784c434
CY
115592011-09-03 Chong Yidong <cyd@stupidchicken.com>
11560
393a301e 11561 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
11562 (sendmail-query-once): Save directly to send-mail-function.
11563 Update message-send-mail-function too.
11564
11565 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
11566
464cdf56
CS
115672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
11568
11569 * progmodes/python.el (python-mode-map): Use correct function to
11570 start python interpreter from menu-bar (as reported by Geert
11571 Kloosterman).
11572 (inferior-python-mode-map): Fix typo.
393a301e 11573 (python-shell-map): Remove.
464cdf56 11574
d37e5c87
DD
115752011-09-03 Deniz Dogan <deniz@dogan.se>
11576
11577 * net/rcirc.el (rcirc-print): Simplify code for
11578 rcirc-scroll-show-maximum-output. There is no need to walk
11579 through all windows to find the right one.
11580
f3ada0ee
CS
115812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
11582
11583 * help.el (help-return-method): Doc fix.
11584
1f3c99ca
MR
115852011-09-03 Martin Rudalics <rudalics@gmx.at>
11586
11587 * window.el (window-deletable-p): Don't return a non-nil value
11588 when there's a buffer that was shown in the window before.
11589 (Bug#9419)
393a301e
SM
11590 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11591 Set window's previous buffers to nil.
1f3c99ca 11592
a3cf097f
EZ
115932011-09-03 Eli Zaretskii <eliz@gnu.org>
11594
11595 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
11596 newline before and after the tag line, so it doesn't interfere
11597 with determining the paragraph direction of bidirectional text.
11598
3d03de90
LL
115992011-09-03 Leo Liu <sdl.web@gmail.com>
11600
11601 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
11602
c3313451
CY
116032011-09-02 Chong Yidong <cyd@stupidchicken.com>
11604
393a301e 11605 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
11606 (pop-to-buffer): Change interactive spec. Pass second argument
11607 directly to display-buffer.
11608 (display-buffer): Fix interactive spec. Use functionp to
11609 distinguish between a function and a list of functions.
11610
11611 * abbrev.el (edit-abbrevs):
11612 * arc-mode.el (archive-extract):
11613 * autoinsert.el (auto-insert):
11614 * bookmark.el (bookmark-bmenu-list):
11615 * files.el (find-file):
11616 * view.el (view-buffer):
11617 * progmodes/compile.el (compilation-goto-locus):
11618 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
11619
89894cd8
CY
116202011-09-02 Chong Yidong <cyd@stupidchicken.com>
11621
11622 * window.el (display-buffer-alist): Doc fix.
11623 (display-buffer): Add docstring. Don't treat
11624 display-buffer-default specially.
11625 (display-buffer-reuse-selected-window)
11626 (display-buffer-same-window, display-buffer-maybe-same-window)
11627 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11628 (display-buffer-pop-up-window)
11629 (display-buffer-reuse-or-pop-window)
11630 (display-buffer-use-some-window): New functions.
11631 (display-buffer-default-action): Use them.
393a301e 11632 (display-buffer-default): Delete.
89894cd8
CY
11633 (pop-to-buffer-1): Fix choice of actions.
11634
ae0bc9fb
SM
116352011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * minibuffer.el (completion--insert-strings): Don't get confused by
11638 completion entries that end with an LF char.
11639
e9d90883
EZ
116402011-09-01 Eli Zaretskii <eliz@gnu.org>
11641
11642 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
11643
437014c8
CY
116442011-09-01 Chong Yidong <cyd@stupidchicken.com>
11645
11646 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
11647 (display-buffer-same-window, display-buffer-other-window):
11648 New functions.
437014c8
CY
11649 (pop-to-buffer-1): New function. Use the above.
11650 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 11651 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
11652
11653 * view.el (view-buffer-other-window, view-buffer-other-frame):
11654 Just use pop-to-buffer.
11655
a5e063d5
TV
116562011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11657
11658 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
11659
793d32bb
WH
116602011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
11661
11662 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
11663
d65e4c15
RS
116642011-08-31 Richard Stallman <rms@gnu.org>
11665
11666 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
11667 of the separation of rmail-view-buffer from rmail-buffer.
11668 If you say no to "replace original", the decrypt is in the
11669 view buffer. If you say yes, the decrypt goes into the
11670 rmail buffer also.
11671
f818cd2a
MR
116722011-08-31 Martin Rudalics <rudalics@gmx.at>
11673
11674 * window.el (display-buffer-window): Rewrite doc-string.
11675 (display-buffer-record-window): New function.
11676 (display-buffer-macro-specifiers)
11677 (display-buffer-even-window-sizes, display-buffer-set-height)
11678 (display-buffer-set-width, display-buffer-in-window)
11679 (display-buffer-reuse-window, display-buffer-split-specifiers)
11680 (display-buffer-side-specifiers, display-buffer-split-window-1)
11681 (display-buffer-split-window, display-buffer-split-atom-window)
11682 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11683 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
11684 (display-buffer-other-window-means-other-frame)
11685 (display-buffer-normalize-special)
11686 (display-buffer-normalize-default)
11687 (display-buffer-normalize-argument)
11688 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
11689 (display-buffer-normalize-specifiers, display-buffer-frame)
11690 (display-buffer-same-window, display-buffer-same-frame)
11691 (display-buffer-other-window)
11692 (display-buffer-same-frame-other-window)
11693 (display-buffer-other-frame, pop-to-buffer-same-window)
11694 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
11695 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
11696 (switch-to-buffer-same-frame)
11697 (switch-to-buffer-other-window-same-frame)
11698 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
11699 (display-buffer-alist-set-1, display-buffer-alist-set-2)
11700 (display-buffer-alist-set): Remove.
11701 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
11702 (special-display-regexps, special-display-function):
11703 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
11704 parameter.
11705 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
11706 (special-display-frame-alist, special-display-popup-frame)
11707 (same-window-buffer-names, same-window-regexps, same-window-p)
11708 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11709 (split-window-preferred-function, split-height-threshold)
11710 (split-width-threshold, window-splittable-p)
11711 (split-window-sensibly, window--try-to-split-window)
11712 (window--frame-usable-p, even-window-heights)
11713 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
11714 (window--display-buffer-2, display-buffer-other-frame):
11715 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
11716 (display-buffer-default, display-buffer-assq-regexp): New functions.
11717 (display-buffer-alist): Rewrite doc-string.
11718 (display-buffer-default-action)
11719 (display-buffer-overriding-action): New variables.
11720 (display-buffer, switch-to-buffer): Rewrite.
11721 (pop-to-buffer): Restore Emacs 23 behavior but use
11722 window-normalize-buffer-to-display.
11723 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
11724 Restore Emacs 23 behavior but use
11725 window-normalize-buffer-to-switch-to.
11726 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
11727 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
11728 Rewrite using Emacs 23 options.
f818cd2a 11729
5bc3b51d
MA
117302011-08-31 Michael Albinus <michael.albinus@gmx.de>
11731
11732 * net/tramp.el (tramp-root-regexp): Remove.
11733 (tramp-completion-file-name-regexp-unified)
11734 (tramp-completion-file-name-regexp-separate)
11735 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 11736 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
11737 (tramp-drop-volume-letter): Simplify definition.
11738 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 11739
b1a4f8e1
SM
117402011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
11743 (bug#9356).
11744
5664fa7b
RT
117452011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
11746
b1a4f8e1 11747 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 11748
9a45d6c3
JL
117492011-08-29 Juri Linkov <juri@jurta.org>
11750
11751 * isearch.el (isearch-done): Don't display message "Mark saved"
11752 when arg `edit' is non-nil to prevent its flicker in the echo area.
11753
fb87e0fb
CY
117542011-08-28 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
11757 obsolete packages for deletion.
11758
09ac1c2a
CS
117592011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
11760
11761 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 11762 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
11763 view-mode from help-mode.
11764 (help-xref-override-view-map): Remove.
11765 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
11766 view-mode is not used anymore.
11767
7a1ff57f
CY
117682011-08-28 Chong Yidong <cyd@stupidchicken.com>
11769
11770 * server.el (server-port): Doc fix.
11771
b9696605
CY
11772 * cus-theme.el (custom-theme-choose-mode): Inherit from
11773 special-mode (Bug#9124).
11774 (custom-theme-choose-mode-map): Add special-mode to parent.
11775
ef8cdf8c
AM
117762011-08-28 Alan Mackenzie <acm@muc.de>
11777
11778 * progmodes/cc-fonts.el
11779 (c-make-font-lock-BO-decl-search-function): New function.
11780 (c-basic-matchers-after - "Fontify the clauses after various
11781 keywords"): Extract the three keyword lists for the 3 erroneous
11782 constructs from the list of four, and use the new function above
11783 in place of an old one.
11784
27de4e20
DD
117852011-08-28 Deniz Dogan <deniz@dogan.se>
11786
11787 * net/rcirc.el (rcirc-insert-prev-input)
11788 (rcirc-insert-next-input): Remove unused argument.
11789
356a3681
SM
117902011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
11793
3fc9b218
AM
117942011-08-27 Alan Mackenzie <acm@muc.de>
11795
11796 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
11797 handle function pointer parameters properly.
11798
538a061c
MR
117992011-08-27 Martin Rudalics <rudalics@gmx.at>
11800
11801 * window.el (display-buffer-reuse-window): Fix case where
11802 selected window was reused with non-nil OTHER-WINDOW argument.
11803 (Bug#9381)
11804
35b1c40c
DD
118052011-08-27 Deniz Dogan <deniz@dogan.se>
11806
11807 * net/rcirc.el (rcirc-check-auth-status): Adding support for
11808 oftc's NickServ messages.
11809
2f6a3e79
GM
118102011-08-27 Glenn Morris <rgm@gnu.org>
11811
11812 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
11813
7254299e
CY
118142011-08-26 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * emacs-lisp/package.el (package-install): Call package-initialize
11817 if called interactively.
11818
f8ccf167
LL
118192011-08-26 Leo Liu <sdl.web@gmail.com>
11820
11821 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
11822
3e8cd5ce
JL
118232011-08-25 Juri Linkov <juri@jurta.org>
11824
11825 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11826 `search-whitespace-regexp' (bug#9364).
11827
93eb7113
JL
118282011-08-25 Juri Linkov <juri@jurta.org>
11829
11830 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
11831 `regexp-search-ring' to their global values to protect from
11832 updating by `read-from-minibuffer' (bug#9185).
11833
f65d1611
JL
118342011-08-25 Juri Linkov <juri@jurta.org>
11835
11836 * textmodes/ispell.el (ispell-command-loop): Add newline
11837 at the end of the "Use option `i'..." line.
11838
f1cf7a31
JL
118392011-08-25 Juri Linkov <juri@jurta.org>
11840
11841 * battery.el (display-battery-mode): If `battery-status-function'
11842 or `battery-mode-line-format' is nil, display the message and set
11843 `display-battery-mode' to nil (bug#9363).
11844
0c95fcf7
EZ
118452011-08-25 Eli Zaretskii <eliz@gnu.org>
11846
11847 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
11848 bidi-string-mark-left-to-right; they are unnecessary now.
11849
a2ebe600
DD
118502011-08-25 Deniz Dogan <deniz@dogan.se>
11851
11852 * net/quickurl.el: Documentation typo fixes.
11853
e4ed06f1
CY
118542011-08-25 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
11857
e5f1c99e
GM
118582011-08-25 Glenn Morris <rgm@gnu.org>
11859
b2948976
GM
11860 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11861
e5f1c99e
GM
11862 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
11863 (smtpmail-via-smtp): Handle nil response from smtp.
11864
f22f4808
JL
118652011-08-24 Juri Linkov <juri@jurta.org>
11866
11867 * proced.el (proced-marked): Inherit from `error' instead of
11868 `font-lock-warning-face'.
11869
11870 * ibuffer.el (ibuffer-marked-face): Change default face from
11871 `font-lock-warning-face' to `warning'.
11872 (ibuffer-deletion-face): Change default face from
11873 `font-lock-type-face' to `error'.
11874
11875 * battery.el (battery-update): Use the face `error' instead of
11876 `font-lock-warning-face' (bug#6117).
11877
6a93965e
JL
118782011-08-24 Juri Linkov <juri@jurta.org>
11879
11880 * faces.el (success): Change face color from "Green3" to
11881 "ForestGreen" on light background (bug#9353).
11882
1ed43b09
CY
118832011-08-24 Chong Yidong <cyd@stupidchicken.com>
11884
5664fa7b
RT
11885 * window.el (quit-window): Rename from quit-restore-window.
11886 Use same arglist as old quit-window.
1ed43b09
CY
11887 (frame-auto-delete): Doc fix.
11888
11889 * view.el (view-mode-exit): Use quit-window.
11890
11dcdbb2
JL
118912011-08-24 Juri Linkov <juri@jurta.org>
11892
11893 * isearch.el (isearch-ring-adjust1): Start visiting previous
11894 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
11895 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
11896 for empty search string (when the last search string is reused
11897 automatically) to adjust the isearch ring to the last element and
11898 prepare the correct index for further M-p commands (bug#9185).
11899
de62b4df
KH
119002011-08-24 Kenichi Handa <handa@m17n.org>
11901
11902 * international/ucs-normalize.el: If decomposition property of
11903 CHAR is the default one (i.e. a list of CHAR itself), treat it as
11904 nil.
11905 (nfd, nfkd): Likewise.
11906
963b492b
SM
119072011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
11910 from process filters aren't reliably transmitted to the surrounding
11911 accept-process-output.
11912 (mpc-proc-check): New function.
11913 (mpc-proc-sync): Use it (bug#8293)
11914
93b6b5e1
SM
119152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
11918 Add compatibility functions (bug#9313).
11919
bca633fb
EZ
119202011-08-23 Eli Zaretskii <eliz@gnu.org>
11921
b177498a
EZ
11922 * cus-start.el (all): Add entry for bidi-paragraph-direction.
11923
6df6ae42 11924 * international/uni-bidi.el: Regenerate.
bca633fb 11925
0902a04e
KH
119262011-08-23 Kenichi Handa <handa@m17n.org>
11927
11928 * international/charprop.el:
11929 * international/uni-bidi.el:
11930 * international/uni-category.el:
11931 * international/uni-combining.el:
11932 * international/uni-comment.el:
11933 * international/uni-decimal.el:
11934 * international/uni-decomposition.el:
11935 * international/uni-digit.el:
11936 * international/uni-lowercase.el:
11937 * international/uni-mirrored.el:
11938 * international/uni-name.el:
11939 * international/uni-numeric.el:
11940 * international/uni-old-name.el:
11941 * international/uni-titlecase.el:
11942 * international/uni-uppercase.el: Regenerate.
11943
3bbf23bc
MR
119442011-08-23 Martin Rudalics <rudalics@gmx.at>
11945
11946 * help.el (help-window-setup): Fix message displayed when other
11947 window is reused. (Bug#9341)
11948
b3fd59bd
SM
119492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11950
1802e444
SM
11951 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
11952 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
11953
b3fd59bd
SM
11954 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
11955 Mark obsolete.
11956 * shell.el (shell-parse-pcomplete-arguments): New function.
11957 (shell-completion-vars): Use it instead (bug#9160).
11958
4eb61348
SM
119592011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11960
867cab74
SM
11961 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
11962 strings and comments (bug#9333).
11963
4eb61348
SM
11964 * emacs-lisp/debug.el (debug-arglist): New function.
11965 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
11966 (debug-on-entry-1): Handle interpreted closures (bug#9120).
11967
262a1439
JL
119682011-08-22 Juri Linkov <juri@jurta.org>
11969
56ee679c
JL
11970 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11971 Revert regexp that highlights output switches to its old
11972 pre-2010-10-28 value and remove one `?' from it (bug#9319).
11973
262a1439
JL
11974 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
11975 to check for empty output (bug#9226).
11976
f13f86fb
CY
119772011-08-22 Chong Yidong <cyd@stupidchicken.com>
11978
11979 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
11980 symbol-constituent as the default, as that stops font-lock from
11981 working properly (Bug#8843).
11982
c65c9622
LMI
119832011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11984
11985 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
11986 `coding-system-for-*' around the process open call to avoid
11987 auth-source side effects.
e7f2c178 11988 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
11989 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
11990 probe hangs.
c65c9622 11991
23a8a5ab
CY
119922011-08-21 Chong Yidong <cyd@stupidchicken.com>
11993
ff98b2dd
CY
11994 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
11995
23a8a5ab
CY
11996 * emacs-lisp/find-func.el (find-function-noselect): New arg
11997 lisp-only.
11998
11999 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12000 signal an error for built-in functions (Bug#6664).
12001
f5e3c598
LMI
120022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12003
12004 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12005 (smtpmail-try-auth-methods): Use it.
12006
a3f2468a
CY
120072011-08-21 Chong Yidong <cyd@stupidchicken.com>
12008
2c34e8da
CY
12009 * font-lock.el (font-lock-fontify-region)
12010 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12011 (font-lock-default-unfontify-buffer)
12012 (font-lock-default-fontify-region)
12013 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12014
b3fd59bd
SM
12015 * progmodes/compile.el (compilation-error-properties):
12016 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
12017 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12018 `ant' regexp.
ee31aabc 12019
a3f2468a
CY
12020 * net/browse-url.el (browse-url-firefox): Don't call
12021 browse-url-firefox-sentinel unless using -remote (Bug#9328).
12022
8e999f70
GM
120232011-08-20 Glenn Morris <rgm@gnu.org>
12024
c21a496a
GM
12025 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12026
59ee0542
GM
12027 * tutorial.el (tutorial--default-keys): Update some default bindings.
12028
8e999f70
GM
12029 * files.el (hack-local-variables): Fully ignore case for "mode:".
12030
e3715033
AM
120312011-08-20 Alan Mackenzie <acm@muc.de>
12032
12033 Resolve invalid use of a regexp in regexp-opt.
12034
4d61f28d
JB
12035 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12036 detection for a java annotation.
e3715033 12037
4d61f28d 12038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
12039 detection for a java annotation.
12040
4d61f28d
JB
12041 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12042 handling for java.
e3715033
AM
12043 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12044
04ed2e9c
CY
120452011-08-20 Chong Yidong <cyd@stupidchicken.com>
12046
12047 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12048 (Bug#9274).
12049
826cee64
AM
120502011-08-20 Alan Mackenzie <acm@muc.de>
12051
58179cce 12052 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
12053 such a construct. Mainly for when jit-lock etc. starts a chunk
12054 here.
12055
58179cce 12056 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 12057 variable.
58179cce 12058 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
12059 c-make-font-lock-search-function.
12060 (c-make-font-lock-search-function): Use the above function.
12061 (c-make-font-lock-context-search-function): New function.
12062 (c-cpp-matchers): Enhance the preprocessor expression case with
12063 the above function
12064 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12065 which takes an expression.
12066
12067 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12068
13009bd8
MR
120692011-08-20 Martin Rudalics <rudalics@gmx.at>
12070
12071 * window.el (display-buffer-reuse-window)
12072 (display-buffer-pop-up-window): Don't reuse or split a side
12073 window.
12074
9234ff7f
GM
120752011-08-19 Glenn Morris <rgm@gnu.org>
12076
12077 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 12078 Downcase "Mode:". (Bug#9331)
9234ff7f 12079
f635daa1
CY
120802011-08-18 Chong Yidong <cyd@stupidchicken.com>
12081
12082 * international/characters.el: Add L and R categories.
12083
12084 * subr.el (bidi-string-mark-left-to-right): Rename from
12085 string-mark-left-to-right. Use category search.
12086
12087 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12088
bc987f8b
JL
120892011-08-18 Juri Linkov <juri@jurta.org>
12090
12091 * faces.el (error, warning, success): New faces with definitions
12092 copied from old default values of `font-lock-warning-face',
12093 `compilation-warning', `compilation-info' (bug#6117).
12094
12095 * font-lock.el (font-lock-warning-face): Inherit from `error'.
12096
12097 * progmodes/compile.el (compilation-error): Inherit from `error'.
12098 (compilation-warning): Inherit from `warning'.
12099 (compilation-info): Inherit from `success'.
12100
12101 * dired.el (dired-marked): Inherit from `warning'.
12102 (dired-flagged): Inherit from `error'.
12103
57173b96
LMI
121042011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12105
3e79eb87
LMI
12106 * mail/smtpmail.el (auth-source): Require to avoid problems with
12107 binding variables (bug#9298). Also clean up some unused
12108 autoloads.
12109
b3fd59bd
SM
12110 * net/network-stream.el (network-stream-open-starttls):
12111 Support using starttls.el without using gnutls-cli.
57173b96 12112
02b404de
JL
121132011-08-17 Juri Linkov <juri@jurta.org>
12114
12115 * progmodes/grep.el (rgrep): Handle the case when
12116 `grep-find-command' is a cons cell (bug#9278).
12117
8c9177f2
MR
121182011-08-17 Martin Rudalics <rudalics@gmx.at>
12119
12120 * window.el (display-buffer-pop-up-frame): Run frame creation
12121 function with BUFFER current (as special-display-popup-frame
12122 does). Reported by Drew Adams.
12123
3644a0ab
DU
121242011-08-17 Daiki Ueno <ueno@unixuser.org>
12125
12126 * epa-mail.el: Simplify GnuPG group expansion using
12127 epg-expand-group.
12128 (epa-mail-group-alist, epa-mail-group-modtime)
12129 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12130 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12131 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12132 Remove.
12133
5e617bc2 121342011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
12135
12136 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12137
9c4aeabf
AM
121382011-08-16 Alan Mackenzie <acm@muc.de>
12139
12140 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12141 Correct, to avoid the inside of macros.
12142
3a99bf64
RS
121432011-08-16 Richard Stallman <rms@gnu.org>
12144
04963aa8
RS
12145 * epa-mail.el: Handle GnuPG group definitions.
12146 (epa-mail-group-alist, epa-mail-group-modtime)
12147 (epa-mail-gnupg-conf-file): New variables.
12148 (epa-mail-parse-groups, epa-mail-sync-groups)
12149 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12150 (epa-mail-expand-recipients): New functions.
12151 (epa-mail-encrypt): Call epa-mail-expand-recipients.
12152
177549d0
RS
12153 * mail/rmail.el (rmail-epa-decrypt): New command.
12154
fe38beef
RS
12155 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12156 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
12157 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12158 (epa-decrypt-armor-in-region): Make error message clearer.
12159
934eacb9
SM
121602011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12163 and "a2b" to "ab" for `prefix'.
12164
d024fb4e
CY
121652011-08-14 Chong Yidong <cyd@stupidchicken.com>
12166
12167 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12168 filter groups.
de148fee
CY
12169 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
12170 Fourquet (Bug#8804).
d024fb4e 12171
62f1ca49
JB
121722011-08-12 Juanma Barranquero <lekktu@gmail.com>
12173
12174 * startup.el (argi): Declare as global variable (bug#9275).
12175
9ccaaa4b
CY
121762011-08-12 Chong Yidong <cyd@stupidchicken.com>
12177
12178 * subr.el (string-mark-left-to-right): Search the entire string
12179 for RTL script, not just the terminating character. Doc fix.
12180
a3dae87a
SM
121812011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
12182
6cd18349
SM
12183 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12184 New function.
12185 (js--regexp-literal, js-syntax-propertize-function): Remove.
12186 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12187 (js-mode-map): Don't rebind electric keys.
12188 (js-insert-and-indent): Remove.
12189 (js-mode): Setup electric-layout and electric-indent instead.
12190
a3dae87a
SM
12191 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12192
9d5cb631
DU
121932011-08-12 Daiki Ueno <ueno@unixuser.org>
12194
12195 * epa.el (epa-progress-callback-function): Fix the logic of
12196 displaying progress.
12197 * epa-file.el (epa-file-insert-file-contents): Make progress
12198 display more user-friendly.
12199 (epa-file-write-region): Ditto.
12200
3e26a4a2
CY
122012011-08-10 Chong Yidong <cyd@stupidchicken.com>
12202
12203 * subr.el (string-mark-left-to-right): New function.
12204
12205 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
12206 Use string-mark-left-to-right.
12207 (list-buffers-noselect): Caller changed.
12208
a3dae87a
SM
12209 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12210 Use string-mark-left-to-right.
3e26a4a2
CY
12211 (tabulated-list-print): Recenter after moving point.
12212
ac8cf6e6
JL
122132011-08-10 Juri Linkov <juri@jurta.org>
12214
12215 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
12216 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
12217 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
12218
8d96c9a4
CY
122192011-08-09 Chong Yidong <cyd@stupidchicken.com>
12220
12221 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
12222 (Bug#7554).
12223
7be1c708 122242011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
12225
12226 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
12227 character. (Bug#6594)
12228
37e11a63
CY
122292011-08-08 Chong Yidong <cyd@stupidchicken.com>
12230
839dde57
CY
12231 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
12232 (image-dired--with-db-file): New macro.
12233 (image-dired-write-tags, image-dired-remove-tag)
12234 (image-dired-create-gallery-lists, image-dired-write-comments)
12235 (image-dired-get-comment, image-dired-mark-tagged-files)
12236 (image-dired-list-tags, image-dired-gallery-generate): Use it.
12237 (image-dired-gallery-generate): Use insert-file-contents.
12238
37e11a63
CY
12239 * time.el (display-time-world-list, display-time-world-display):
12240 * time-stamp.el (time-stamp-string):
12241 * vc/add-log.el (add-change-log-entry): Use setenv instead of
12242 set-time-zone-rule (Bug#7337).
12243
0b4946c4
DU
122442011-08-08 Daiki Ueno <ueno@unixuser.org>
12245
12246 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
12247 (epg-error-to-string, epg-errors-to-string): New function.
12248 (epg-wait-for-completion): Reverse errors list.
12249 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
12250 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
12251 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
12252 (epg-sign-keys, epg-generate-key-from-file)
12253 (epg-generate-key-from-string): Format errors by using
12254 epg-errors-to-string (bug#9255).
12255 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
12256
75bfc667
JL
122572011-08-07 Juri Linkov <juri@jurta.org>
12258
12259 * faces.el (list-faces-display): Remove extra angle bracket
12260 from `help-mode-map'.
12261
12262 * info.el (Info-history-toc-nodes): Doc fix.
12263
12264 * longlines.el (longlines-mode): Doc fix.
12265
673e08bb
SM
122662011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12267
4640dd88
SM
12268 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
12269 of statements and in a few more cases (bug#9183).
12270
673e08bb
SM
12271 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
12272 New functions.
12273 (cl-transform-lambda): Use them (bug#9239).
12274
89b3f019
MR
122752011-08-05 Martin Rudalics <rudalics@gmx.at>
12276
12277 * window.el (display-buffer-same-window)
12278 (display-buffer-same-frame, display-buffer-other-window)
12279 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12280 (pop-to-buffer-other-window)
12281 (pop-to-buffer-same-frame-other-window)
12282 (pop-to-buffer-other-frame): Make them defuns.
12283 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
12284
640c8776
SM
122852011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * subr.el (make-composed-keymap): Move from C. Change calling
12288 convention, and improve docstring to bring attention to a subtle point.
12289 * minibuffer.el (completing-read-default): Adjust accordingly.
12290
63648a95
MA
122912011-08-03 Michael Albinus <michael.albinus@gmx.de>
12292
12293 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
12294 (tramp-open-shell): Use `tramp-shell-quote-argument'.
12295
12296 * net/trampver.el: Update release number.
12297
b796c9b7
SM
122982011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
12301 "in" (bug#9190).
12302
2239d7d5
LMI
123032011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12304
e07dd7c3
LMI
12305 * mail/sendmail.el (sendmail-query-once): Restore the current
12306 buffer after querying (bug#9074).
12307
0e6a2bd7
LMI
12308 * dired.el (dired-flagged): Use different faces for marked and
12309 flagged files (bug#6117).
12310
ce887515
LMI
12311 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
12312 (bug#4433).
12313
92f2affc
LMI
12314 * ido.el (ido-mode): Switch off the message if called
12315 non-interactively.
12316
57d5aff0
LMI
12317 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
12318 before 587, since it appears that that's more likely to work for
12319 more people.
12320
98cd6c18 12321 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 12322 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
12323 exist.
12324
b96dec83
LMI
12325 * info.el: Remove the `Info-beginning-of-buffer' function
12326 (bug#8325).
12327
b796c9b7
SM
12328 * net/network-stream.el (network-stream-open-starttls):
12329 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 12330
d90e2ea0
MR
123312011-08-01 Martin Rudalics <rudalics@gmx.at>
12332
12333 * window.el (display-buffer-in-window): Don't set dedicated status
12334 of window here (Bug#9215).
12335 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12336 (display-buffer-pop-up-side-window)
b796c9b7 12337 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 12338
cca09170
SM
123392011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
12342 before binding generated-autoload-file.
12343
027b979c
DD
123442011-08-01 Deniz Dogan <deniz@dogan.se>
12345
12346 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
12347
3c7ee4f3
MA
123482011-07-30 Michael Albinus <michael.albinus@gmx.de>
12349
12350 Sync with Tramp 2.2.2.
12351
12352 * net/trampver.el: Update release number.
12353
2cc8e51a
JL
123542011-07-30 Juri Linkov <juri@jurta.org>
12355
12356 * dired-aux.el (dired-touch-initial): Remove function.
12357 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
12358 current time, and `default' to the last modification time of the
12359 current marked file (bug#6887).
12360
a514d856
JM
123612011-07-28 Jose E. Marchesi <jemarch@gnu.org>
12362
12363 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 12364 numeric argument to read-number (bug#9163).
a514d856 12365
8a7eddd7
MA
123662011-07-27 Michael Albinus <michael.albinus@gmx.de>
12367
12368 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
12369 connection process, it could be nil.
12370
1ddd96f5
LL
123712011-07-27 Leo Liu <sdl.web@gmail.com>
12372
12373 Simplify url handling in rcirc-mode.
12374
12375 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
12376 (rcirc-browse-url-at-mouse): Remove.
12377 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
12378
b248a85d
AM
123792011-07-26 Alan Mackenzie <acm@muc.de>
12380
12381 Fontify bitfield declarations properly.
12382
12383 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
12384 (c-symbol-chars): Now exported as a lang variable.
12385 (c-not-primitive-type-keywords): New lang variable.
12386
12387 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
12388 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 12389 parsed as a bitfield declaration.
b248a85d 12390
b796c9b7
SM
12391 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12392 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
12393 (c-punctuation-in): New function.
12394 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
12395 declarations properly.
12396
68575ab0
UJ
123972011-07-26 Ulf Jasper <ulf.jasper@web.de>
12398
12399 * calendar/icalendar.el (icalendar--all-events): Take care of
12400 multiple vcalendars in a single file.
b796c9b7 12401 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 12402
0f0a88b9
DD
124032011-07-25 Deniz Dogan <deniz@dogan.se>
12404
12405 * image.el (insert-image): Clarifying docstring.
12406
0b3f36df
MA
124072011-07-24 Michael Albinus <michael.albinus@gmx.de>
12408
12409 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
12410 `tramp-send-command-and-check' if there is no error.
12411 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
12412
a9901f61
AM
124132011-07-22 Alan Mackenzie <acm@muc.de>
12414
12415 Prevent cc-langs.elc being loaded at run time.
12416
12417 * progmodes/cc-mode.el: Remove two autoload forms which loaded
12418 cc-langs.
12419
4d61f28d 12420 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
12421 "(require 'cc-langs)". Quote a form so it will evaluate at
12422 (cc-mode's) compilation time.
12423
11d074b2
MA
124242011-07-22 Michael Albinus <michael.albinus@gmx.de>
12425
12426 * net/tramp.el (tramp-file-name-handler): Avoid recursive
12427 loading. (Bug#9114)
12428
938b94c8
MR
124292011-07-21 Martin Rudalics <rudalics@gmx.at>
12430
12431 * window.el (display-buffer-pop-up-window)
12432 (display-buffer-pop-up-side-window)
12433 (display-buffer-in-side-window): Call display-buffer-set-height
12434 and display-buffer-set-width after setting the new window's
b796c9b7 12435 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 12436
bfa4f190
SS
124372011-07-20 Sam Steingold <sds@gnu.org>
12438
12439 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
12440 (etags-tags-included-tables): Call `convert-standard-filename' on
12441 the file names contained in TAGS so that windows Emacs can handle
12442 TAGS files created by cygwin ctags.
12443
8ca42262
LMI
124442011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12445
12446 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
12447 which apparently didn't work.
12448
5db2afd2 124492011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 12450
5db2afd2
RW
12451 * proced.el (proced-send-signal): For *Marked Processes* buffer
12452 put point at beginning of buffer.
12453
92e15d10
SB
124542011-07-19 Stephen Berman <stephen.berman@gmx.net>
12455
12456 * proced.el (proced-format): Make header lines align with the text
12457 (bug#1779).
12458
1bfd59e5
LMI
124592011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12460
12461 * view.el (view-buffer): Allow running in `special' modes if we're
12462 visiting a file (bug#8615).
12463
f5aae37c
MR
124642011-07-19 Martin Rudalics <rudalics@gmx.at>
12465
12466 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
12467 (display-buffer-alist-set-1, display-buffer-alist-set-2):
12468 New functions.
f5aae37c
MR
12469 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
12470 more accurately.
12471
bf2c1571
AM
124722011-07-18 Alan Mackenzie <acm@muc.de>
12473
12474 Fontify declarators properly when, e.g., a jit-lock chunk begins
12475 inside a declaration.
12476
12477 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
12478
b796c9b7
SM
12479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12480 New function.
bf2c1571
AM
12481 (c-complex-decl-matchers): Insert reference to
12482 c-font-lock-enclosing-decls.
12483
12484 * progmodes/cc-engine.el (c-backward-single-comment):
12485 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
12486 to nil around calls to (forward-comment -1).
12487
4e190b80
LMI
124882011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12489
12dc863d
LMI
12490 * image.el (put-image): Doc typo fix.
12491
a762e966
LMI
12492 * progmodes/etags.el (tags-search): Doc typo fix.
12493
4e190b80
LMI
12494 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
12495 password if we get errors 550 to 554.
12496
f019fb21
LMI
124972011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12498
b796c9b7 12499 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 12500
81746738
LMI
12501 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
12502 indentation character (bug#6380).
12503
3ee3a1b5
LMI
12504 * files.el (buffer-offer-save): Made permanently local (bug#6241).
12505
c82f64de
LMI
12506 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
12507 to clarify what the problem is (bug#4291).
12508
f019fb21
LMI
12509 * simple.el (current-kill): Clarify what
12510 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
12511 (auto-fill-mode): Document `auto-fill-function' in relation to
12512 `auto-fill-mode' (bug#2470).
f019fb21 12513
0794775d
LM
125142011-07-16 Lawrence Mitchell <wence@gmx.li>
12515
12516 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
12517 method if slot is read-only (bug#9035).
12518
be39b8cc
MR
125192011-07-16 Martin Rudalics <rudalics@gmx.at>
12520
b796c9b7 12521 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 12522 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
12523 selected before, see discussion of (Bug#8615), (Bug#6954).
12524 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 12525
6ccf7859
GM
125262011-07-15 Glenn Morris <rgm@gnu.org>
12527
12528 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 12529 Respect help-form.
6ccf7859 12530
87e86684
LM
125312011-07-09 Lawrence Mitchell <wence@gmx.li>
12532
12533 * net/gnutls.el (gnutls-min-prime-bits): New variable.
12534 (gnutls-negotiate): Use it.
12535
d6066239
LMI
125362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12537
b796c9b7
SM
12538 * net/gnutls.el (gnutls-negotiate):
12539 Upcase `gnutls-algorithm-priority'.
d6066239 12540
bd23ebc0
GM
125412011-07-15 Glenn Morris <rgm@gnu.org>
12542
c65bca65
GM
12543 * jka-compr.el (jka-compr-verbose): Move from here...
12544 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
12545 Add missing :version tag.
12546 * info.el: No need to require jka-compr when compiling.
bd23ebc0 12547
478615cc
LMI
125482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12549
7b41decb
LMI
12550 * net/gnutls.el (gnutls-algorithm-priority): New variable.
12551 (gnutls-negotiate): Use it.
12552
dbc44fcd
LMI
12553 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
12554
06789f97
LMI
12555 * info.el (Info-beginning-of-buffer): New command.
12556 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
12557 announcing `b' as the key (bug#8325).
ab896c37 12558 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 12559
c39da690
LMI
12560 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
12561
3aa5f34b
LMI
12562 * international/mule-cmds.el
12563 (describe-specified-language-support): Make the error message
12564 clearer (bug#8905).
12565
4bf0979f
LMI
12566 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
12567
478615cc
LMI
12568 * isearch.el (isearch-barrier): Add a doc string, since it's
12569 mentioned in a function doc string (bug#8678).
12570
75c68aa1
MR
125712011-07-15 Martin Rudalics <rudalics@gmx.at>
12572
12573 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
12574 buffer argument (Bug#9083) and self-identifying label argument.
12575
a7c33da2
GM
125762011-07-15 Glenn Morris <rgm@gnu.org>
12577
12578 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
12579
2f5c6024
LMI
125802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12581
12582 * man.el (Man-fontify-manpage): Fix message when formatting the
12583 man page (bug#7929).
12584
0bb23927 125852011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
12586
12587 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
12588 argument LRM; if non-nil, append an invisible LRM character to the
12589 buffer name.
12590 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
12591 last argument non-nil, when formatting buffer names.
0bb23927
EZ
12592 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
12593 paragraph direction.
cce4b0a7 12594
621ef9ab
LMI
125952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12596
d1583c48
LMI
12597 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
12598 the man page name (bug#7929).
12599
6a57fb5f
LMI
12600 * image.el (put-image): Mention the `put-image' overlay property
12601 (bug#7834).
12602
d7956b14
LMI
12603 * scroll-bar.el (set-scroll-bar-mode): Mention that
12604 `scroll-bar-mode' lists the values (bug#7772).
12605
5b2d4a66
LMI
12606 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
12607 command (bug#7729).
12608
7509a874
LMI
12609 * rect.el (apply-on-rectangle): Return the point after the last
12610 operation.
12611 (string-rectangle): Go to the point after the last operation
12612 (bug#7522).
12613
4fe74b19
LMI
12614 * printing.el (pr-toggle-region): Clarify the documentation
12615 slightly (bug#7493).
12616
b796c9b7
SM
12617 * time.el (display-time-update):
12618 Allow `display-time-mail-function' to return nil (bug#7158).
12619 Fix suggested by Detlev Zundel.
ab283561 12620
fc233c9d
LMI
12621 * vc/diff.el (diff): Clarify the order the file names are read
12622 (bug#7111).
12623
43f5740b
LMI
12624 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
12625 the doc string (bug#7015).
12626
f2182a76
LMI
12627 * font-lock.el (font-lock-maximum-decoration): Mention what
12628 numeric levels mean (bug#6935).
12629
621ef9ab
LMI
12630 * startup.el (initial-buffer-choice): Don't mention the `none'
12631 selection, which is against policy.
12632
adc47434
MR
126332011-07-14 Martin Rudalics <rudalics@gmx.at>
12634
b796c9b7
SM
12635 * window.el (display-buffer-normalize-special):
12636 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 12637
7e5bfb8f
EZ
126382011-07-14 Eli Zaretskii <eliz@gnu.org>
12639
12640 * subr.el (version<, version<=, version=): Mention "-CVS" and
12641 "-12345" alpha version numbers.
12642
27fa387a
CY
126432011-07-14 Chong Yidong <cyd@stupidchicken.com>
12644
12645 * bindings.el: Add advertised binding for set-mark-command
12646 (Bug#5772).
12647
8bdfa064
CY
126482011-07-14 Chong Yidong <cyd@stupidchicken.com>
12649
12650 * bindings.el (mode-line-other-buffer):
12651 * bookmark.el (bookmark-bmenu-2-window):
12652 * bs.el (bs-cycle-next, bs-cycle-previous):
12653 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
12654 switch-to-buffer.
12655
12656 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 12657 Delete.
8bdfa064 12658
5eba16a3
JB
126592011-07-14 Juanma Barranquero <lekktu@gmail.com>
12660
12661 * follow.el (follow-debug-message, follow-redisplay):
12662 * jka-cmpr-hook.el (with-auto-compression-mode):
12663 Fix typos in docstrings.
12664
15853710
LMI
126652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12666
a28e4607
LMI
12667 * subr.el (with-silent-modifications): Clarify somewhat what the
12668 macro inhibits (bug#6525).
12669
15853710
LMI
12670 * simple.el (eval-expression): Note what it does if called
12671 interactively (bug#6495).
12672
bee0fcef
CY
126732011-07-13 Chong Yidong <cyd@stupidchicken.com>
12674
b796c9b7
SM
12675 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
12676 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
12677
12678 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12679 Remove switch-to-buffer.
12680
58274504
LMI
126812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12682
bd2fcc8d
LMI
12683 * files.el (make-directory): Clarify that an error will be raised
12684 if there's an error (bug#6397).
12685
0f04b32c
LMI
12686 * startup.el (initial-buffer-choice): Add `none' as a choice
12687 (bug#6234).
12688
465c5fc8
LMI
12689 * subr.el (add-hook): Clarify section about buffer-local hooks
12690 (bug#6218).
12691
58274504
LMI
12692 * dired.el (dired-flagged): Clarify doc string (bug#6117).
12693
bead9a43
JB
126942011-07-13 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * tabify.el (untabify): Preserve the current column so that point
12697 doesn't move (bug#6032).
12698
3af98a7b
LMI
126992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12700
b796c9b7
SM
12701 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
12702 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 12703
6240145a
GM
127042011-07-13 Glenn Morris <rgm@gnu.org>
12705
12706 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
12707 (dired-insert-directory): Give a message the first time
12708 if ls is found not to support --dired.
12709
1d8c2ccc
LMI
127102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12711
12712 * simple.el (toggle-truncate-lines): Clarify what is toggled
12713 (bug#5580). Text by Drew Adams.
12714
5fc4038e
CY
127152011-07-13 Chong Yidong <cyd@stupidchicken.com>
12716
12717 * simple.el (blink-matching-open): Make the error message from the
12718 last change less verbose.
12719
bf6012e5
DN
127202011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12721
12722 * font-lock.el (font-lock-comment-face): Use the high contrast
12723 "yellow" color for font-lock-comment-face on low color terminals
12724 using a dark background color (bug#4221).
12725
343c3b5a
LMI
127262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12727
7e9505c5
LMI
12728 * dired.el (dired-insert-set-properties): Make the doc string
12729 reflect what it does now (bug#5325).
12730
c26fdcf5
LMI
12731 * simple.el (blink-matching-open): Say that we were unable to find
12732 the match within the limit, if we're limited (bug#5122).
12733
bb388cc5
LMI
12734 * international/mule-cmds.el (prefer-coding-system): Add an
12735 example (bug#4869).
12736
343c3b5a
LMI
12737 * progmodes/etags.el (tags-search): Document `file-list-form'
12738 (bug#4731).
12739
2a517d45
LM
127402011-07-13 Lawrence Mitchell <wence@gmx.li>
12741
12742 * net/browse-url.el (browse-url-default-browser)
12743 (browse-url-browser-function): Make the default browser choice a
12744 bit more logical (bug#4300). Also clean up the doc string.
12745
b6c78ef2
JB
127462011-07-13 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
12749 binary endings (bug#4440).
12750
1c4dd947
LMI
127512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12752
a2014063
LMI
12753 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
12754 which can be pretty annoying (bug#8971).
12755
9c9c2d88
LMI
12756 * jka-compr.el (jka-compr-verbose): New variable, and use
12757 throughout (bug#8971).
12758
1c4dd947
LMI
12759 * info.el (Info-find-file): Fall back on the installation
12760 directory if we can't find the info node anywhere else.
12761
a1c9f41b
SO
127622011-07-13 Sergei Organov <osv@javad.com> (tiny change)
12763
12764 * vc/vc.el (vc-revert-file):
12765 Don't set file time-stamp in the past. (Bug#5181)
12766
536f3d36
LMI
127672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12768
7152b011
LMI
12769 * files.el (after-find-file): Give a better error message when
12770 trying to find a symlink that points to a file that doesn't exist
12771 (bug#4398).
12772
536f3d36
LMI
12773 * progmodes/cc-vars.el: Remove (probably) misleading comment
12774 (bug#4396).
12775
460c0fba
JB
127762011-07-12 Johan Bockgård <bojohan@gnu.org>
12777
12778 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
12779
7a6bda45
CY
127802011-07-12 Chong Yidong <cyd@stupidchicken.com>
12781
12782 * mouse-sel.el: Hack restoring functionality, while keeping
12783 compatibility with 2010-07-03 changes to mouse selection.
12784 (mouse-sel-primary-overlay): New var.
12785 (mouse-sel-selection-alist): Use it.
12786 (mouse-sel-mode): Doc fix; remove points that are default features
12787 of mouse.el.
12788
c79598ef
JB
127892011-07-12 Johan Bockgård <bojohan@gnu.org>
12790
12791 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12792 Fix previous fix (bug#2490).
12793
ff8be6ef
RW
127942011-07-12 Roland Winkler <winkler@gnu.org>
12795
b796c9b7
SM
12796 * textmodes/bibtex.el (bibtex-initialize):
12797 Use pop-to-buffer-same-window.
ff8be6ef
RW
12798 (bibtex-search-entries): Fix interactive call.
12799
296ba3ee
LMI
128002011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12801
f5242a02 12802 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
12803 Fontise bytecomp Error lines more correctly (bug#2490).
12804 Fix suggested by Johan Bockgård.
f5242a02 12805
296ba3ee
LMI
12806 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
12807
12808 * dired-x.el (dired-guess-default): Use `delete-dups'.
12809
f69fd0d2
CY
128102011-07-12 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * dired.el (dired-mark-prompt):
12813 * dired-aux.el (dired-read-shell-command): Doc fix.
12814
eab5dc07
LMI
128152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12816
b796c9b7
SM
12817 * mail/sendmail.el (sendmail-query-once):
12818 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
12819 emacs -Q.
12820
12821 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12822
eab5dc07
LMI
12823 * cus-edit.el (custom-file): Take an optional no-error variable.
12824 (customize-save-variable): Set the variable, and give a warning if
12825 running under "emacs -q".
12826
a1e65d42
JB
128272011-07-11 Juanma Barranquero <lekktu@gmail.com>
12828
12829 * loadhist.el (unload-feature-special-hooks):
12830 Add `auto-coding-functions', `fill-nobreak-predicate' and
12831 `find-directory-functions' (bug#5327).
12832
1d52da10
LMI
128332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12834
be958f1d
LMI
12835 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
12836
5bedb26c
LMI
12837 * cus-edit.el (custom-guess-name-alist): -alist variables should
12838 use the `alist' type (bug#3120). Suggested by Drew Adams.
12839
1d52da10
LMI
12840 * printing.el: Add documentation to all the `pr-toggle-' commands.
12841
cd394be1 128422011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
12843
12844 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
12845 backends where it makes sense (bug#2623).
12846
dcc88d8a
LMI
128472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12848
c3de9feb
LMI
12849 * dired-x.el (dired-guess-default): Remove duplicate shell command
12850 entries (bug#2028).
8a93078b 12851 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 12852 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 12853
dcc88d8a
LMI
12854 * subr.el (remove-duplicates): New conveniency function.
12855
505e3645
LMI
128562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12857
12858 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
12859 (bug#1526).
12860
128612011-07-10 Martin Rudalics <rudalics@gmx.at>
12862
12863 * window.el (display-buffer-normalize-default): Don't invert
12864 meaning of even-window-heights. Reported by Eli Zaretskii
12865 <eliz@gnu.org>.
12866
455e4fa1
BR
128672011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
12868
12869 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
12870
8e0bc3e9
CY
128712011-07-10 Chong Yidong <cyd@stupidchicken.com>
12872
12873 * window.el (display-buffer): Fix arguments to
12874 display-buffer-reuse-window in last change.
12875
fa7c3228
CY
12876 * faces.el (link): Use a less saturated blue on light backgrounds.
12877
12878 * startup.el (fancy-startup-text, fancy-about-text)
12879 (fancy-startup-tail): Use font-lock faces, for background safety.
12880
c0a7f300
BN
128812011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
12882
b796c9b7
SM
12883 * emulation/viper-cmd.el (viper-change-state-to-vi):
12884 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 12885
4dc2a129
MR
128862011-07-09 Martin Rudalics <rudalics@gmx.at>
12887
12888 * window.el (display-buffer-default-specifiers): Remove.
12889 (display-buffer-macro-specifiers): Remove default specifiers.
12890 (display-buffer-alist): Default to nil.
b796c9b7 12891 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
12892 (display-buffer-pop-up-window): Allow splitting internal
12893 windows. Check whether a live window was created.
12894 (display-buffer-other-window-means-other-frame)
12895 (display-buffer-normalize-arguments): Rename to
12896 display-buffer-normalize-argument and rewrite. Set the
12897 other-window specifier.
12898 (display-buffer-normalize-special): New function.
12899 (display-buffer-normalize-options): Rename to
12900 display-buffer-normalize-default and rewrite.
12901 (display-buffer-normalize-options-inhibit): Remove.
12902 (display-buffer-normalize-specifiers): Rewrite.
12903 (display-buffer): Process other-window specifier and call
12904 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
12905 more faithfully.
b796c9b7 12906 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 12907 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
12908 (display-buffer-in-window, display-buffer-alist-set):
12909 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
12910 <tassilo@member.fsf.org>.
12911
2d43b8c9
LL
129122011-07-09 Leo Liu <sdl.web@gmail.com>
12913
12914 * register.el (insert-register): Restore accidental change on
12915 2011-06-26. (Bug#9028)
12916
7f9b7c53
GM
129172011-07-09 Glenn Morris <rgm@gnu.org>
12918
12919 * subr.el (remq): Handle the empty list. (Bug#9024)
12920
f042cfd8
AS
129212011-07-08 Andreas Schwab <schwab@linux-m68k.org>
12922
12923 * mail/sendmail.el (send-mail-function): No longer delay custom
12924 initialization.
12925 * custom.el (custom-initialize-delay): Doc fix.
12926
856b2f11
SM
129272011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12928
12929 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
12930
afae1d68
MA
129312011-07-08 Michael Albinus <michael.albinus@gmx.de>
12932
12933 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
12934 human-friendly prompt.
12935
0757af94
SM
129362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
12939 provided by a particular plugin.
12940
d760b731
LMI
129412011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12942
12943 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
12944 save customizations (with "emacs -Q"), just set the variable
12945 instead of erroring out.
12946
12947 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12948
cd79ce90
JL
129492011-07-08 Juri Linkov <juri@jurta.org>
12950
12951 * arc-mode.el (archive-zip-expunge, archive-zip-update)
12952 (archive-zip-update-case): Use 7z if found by `executable-find'.
12953 The order of searching the available programs is the same as in
12954 `archive-zip-extract' (bug#8968).
12955
14cc04aa
CY
129562011-07-07 Chong Yidong <cyd@stupidchicken.com>
12957
12958 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
12959 (menu-bar-options-menu): Tweak descriptions.
12960
0a1848ec
LMI
129612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12962
12963 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
12964 menu items into verb phrases (bug#1421). Also refill to fit under
12965 80 columns.
12966
f5bd0689
CY
129672011-07-07 Chong Yidong <cyd@stupidchicken.com>
12968
538e85c6
CY
12969 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
12970 (Info-read-node-name): Doc fix (Bug#1084).
12971
f5bd0689
CY
12972 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
12973 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
12974 (end-of-sexp, beginning-of-sexp)
12975 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
12976 (forward-symbol, forward-same-syntax, word-at-point)
12977 (sentence-at-point): Doc fix (Bug#1144).
12978
56ec5115
LMI
129792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12980
f3f8e37f
LMI
12981 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
12982 should cover it (bug#1281).
12983
0757af94 12984 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 12985
e9fce1ac 12986 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
12987 negotiation fails, then possibly try again with a non-encrypted
12988 connection (bug#9017).
12989
56ec5115
LMI
12990 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
12991 be used.
12992
c2f9aec8
RS
129932011-07-07 Richard Stallman <rms@gnu.org>
12994
12995 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
12996 property, and handle its changed format.
12997 Look for the correct line number.
12998 Use file's line contents (but not past first =) to find
12999 correct line in message.
13000
ef7b981d 130012011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
13002
13003 * international/characters.el (build-unicode-category-table):
13004 Delete it.
0757af94 13005 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 13006
0757af94 13007 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
13008 to src/chartab.c.
13009 (get-char-code-property): Call unicode-property-table-internal to
13010 load a file. Call get-unicode-property-internal where necessary.
13011 (put-char-code-property): Call unicode-property-table-internal to
13012 load a file. Call put-unicode-property-internal where necessary.
13013 put-unicode-property-internal where necessary.
0757af94
SM
13014 (char-code-property-description):
13015 Call unicode-property-table-internal to load a file.
c805dec0
KH
13016
13017 * international/charprop.el:
13018 * international/uni-bidi.el:
13019 * international/uni-category.el:
13020 * international/uni-combining.el:
13021 * international/uni-comment.el:
13022 * international/uni-decimal.el:
13023 * international/uni-decomposition.el:
13024 * international/uni-digit.el:
13025 * international/uni-lowercase.el:
13026 * international/uni-mirrored.el:
13027 * international/uni-name.el:
13028 * international/uni-numeric.el:
13029 * international/uni-old-name.el:
13030 * international/uni-titlecase.el:
13031 * international/uni-uppercase.el: Regenerate.
13032
13033 * loadup.el: Load international/charprop.el before
13034 international/characters.
13035
e14b388a
CY
130362011-07-07 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * window.el (next-buffer, previous-buffer): Signal an error if
13039 called from a minibuffer window.
13040
13041 * bindings.el: Revert 2011-07-04 change.
13042
354cf0ba
RS
130432011-07-06 Richard Stallman <rms@gnu.org>
13044
13045 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13046 (rmail-mime-insert-bulk, rmail-mime-insert-text):
13047 Treat markers like ints.
13048 (rmail-mime-entity): Doc fix.
13049
a48868a7
LMI
130502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13051
4906cd3d
LMI
13052 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13053 defcustom again for backwards compatibility.
13054
e0457abe
LMI
13055 * simple.el (shell-command-on-region): Fill.
13056
d67f7e1f
LMI
13057 * dired-aux.el (dired-kill-line): Add a doc string.
13058
fe204702
LMI
13059 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13060 to "\\sw\\|\\s_" (bug#358).
13061
a48868a7
LMI
13062 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13063 (dired-unmark-backward): Ditto.
13064 (dired-flag-backup-files): Ditto.
13065
13066 * dired-x.el (dired-mark-sexp): Ditto.
13067
aa8a705c
RS
130682011-07-06 Richard Stallman <rms@gnu.org>
13069
13070 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13071 (rmail-mime-entity): New arg TRUNCATED.
13072 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13073 New functions.
13074 (rmail-mime-save): Warn if entity is truncated.
13075 (rmail-mime-toggle-hidden): Likewise, for showing.
13076 (rmail-mime-process-multipart): Record when an entity is truncated.
13077
a9a936b9
RS
13078 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13079 if ENTITY is a string.
13080
1f2b92cb
LMI
130812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13082
f4f73198 13083 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
13084 of faces when `M-C-x'-ing their definitions (bug#8378).
13085 Also clean up the code slightly.
f4f73198 13086
12b16734 13087 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 13088 because that makes the colors go away.
12b16734 13089
f0691d22
LMI
13090 * mail/sendmail.el (send-mail-function): Change the default to
13091 `sendmail-query-once'.
9e87df06 13092 (sendmail-query-once): Add an autoload cookie.
f0691d22 13093
1f2b92cb
LMI
13094 * net/network-stream.el (network-stream-open-starttls): Try using
13095 a plain connection even if the server offered STARTTLS, and we
13096 kinda wanted to use it, if Emacs doesn't have any STARTTLS
13097 capability. This should make smtpmail.el work in slightly more
13098 configurations.
13099
1cdd2a1b
MA
131002011-07-06 Michael Albinus <michael.albinus@gmx.de>
13101
13102 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13103 New defun.
13104 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13105
fbcc67e2
MM
131062011-07-06 Michael R. Mauger <mmaug@yahoo.com>
13107
13108 * progmodes/sql.el: Version 3.0
0757af94 13109 (sql-product-alist): Add product :completion-object,
fbcc67e2 13110 :completion-column, and :statement attributes.
0757af94 13111 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 13112 (sql-mode-syntax-table): Mark all punctuation.
0757af94 13113 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
13114 ansi keywords.
13115 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 13116 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
13117 (sql-oracle-show-reserved-words): New function for development.
13118 (sql-product-font-lock): Simplify for source code buffers.
13119 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13120 New functions.
13121 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
13122 (sql-mode-map): Add statement movement functions.
13123 (sql-ansi-statement-starters, sql-oracle-statement-starters):
13124 New variable.
fbcc67e2
MM
13125 (sql-statement-regexp, sql-beginning-of-statement)
13126 (sql-end-of-statement, sql-signum): New functions.
0757af94 13127 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
13128 (sql-show-sqli-buffer): Bug fix.
13129 (sql-interactive-mode): Store connection data as buffer local.
0757af94 13130 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
13131 with sql-interactive-mode.
13132 (sql-save-connection): Save buffer local settings.
0757af94 13133 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
13134 (sql-product-interactive): Bug fix.
13135 (sql-preoutput-hold): New variable.
13136 (sql-interactive-remove-continuation-prompt): Bug fixes.
13137 (sql-debug-redirect): New variable.
13138 (sql-str-literal): New function.
13139 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 13140 Redesign.
fbcc67e2
MM
13141 (sql-oracle-save-settings, sql-oracle-restore-settings)
13142 (sql-oracle-list-all, sql-oracle-list-table): New functions.
13143 (sql-completion-object, sql-completion-column)
13144 (sql-completion-sqlbuf): New variables.
13145 (sql-build-completions-1, sql-build-completions)
13146 (sql-try-completion): New functions.
13147 (sql-read-table-name): Use them.
13148 (sql-contains-names): New buffer local variable.
13149 (sql-list-all, sql-list-table): Use it.
13150 (sql-oracle-completion-types): New variable.
13151 (sql-oracle-completion-object, sql-sqlite-completion-object)
13152 (sql-postgres-completion-object): New functions.
13153
d4eaeab1
GM
131542011-07-06 Glenn Morris <rgm@gnu.org>
13155
13156 * window.el (pop-to-buffer): Doc fix.
13157
322b7dab 131582011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
13159
13160 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13161
322b7dab 131622011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 13163
322b7dab 13164 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 13165
322b7dab 13166 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 13167
605dd5bf
CY
131682011-07-05 Chong Yidong <cyd@stupidchicken.com>
13169
13170 * button.el (button): Inherit from link face. Suggested by Dan
13171 Nicolaescu.
13172
7dbfa719
SM
131732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13174
3db614b0
SM
13175 * progmodes/gdb-mi.el: Fit in 80 columns.
13176 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13177 switch-to-buffer.
13178
7dbfa719
SM
13179 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13180 if imenu is simply not configured (bug#8941).
13181
919d884a
KM
131822011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
13183
13184 * allout.el (allout-post-undo-hook): New allout outline-change
13185 event hook to signal undo activity.
13186 (allout-post-command-business): Run allout-post-undo-hook if an
13187 undo just occurred.
7dbfa719
SM
13188 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13189 * allout-widgets.el (allout-widgets-after-undo-function):
13190 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
13191 in the vicinity of an undo.
13192 (allout-widgets-mode): Include allout-widgets-after-undo-function
13193 on the new allout-post-undo-hook.
13194
450a0f09
SM
131952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13198 Let define-derived-mode define it.
13199 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13200 cycles of abbrev-table inheritance (bug#8998).
13201
2de69e00
RW
132022011-07-05 Roland Winkler <winkler@gnu.org>
13203
13204 * textmodes/bibtex.el: Add support for biblatex.
13205 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
13206 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
13207 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
13208 (bibtex-entry-alist, bibtex-field-alist): New variables.
13209 (bibtex-entry-field-alist): Obsolete alias for
13210 bibtex-BibTeX-entry-alist.
13211 (bibtex-entry-alist, bibtex-field-alist): New widgets.
13212 (bibtex-set-dialect): New command.
13213 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
13214 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
13215 Bind via bibtex-set-dialect.
2de69e00
RW
13216 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
13217 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
13218 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
13219 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
13220 Define via bibtex-set-dialect.
450a0f09
SM
13221 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
13222 Obey bibtex-no-opt-remove-re.
2de69e00
RW
13223 (bibtex-vec-push, bibtex-vec-incr): New functions.
13224 (bibtex-format-entry, bibtex-field-list)
13225 (bibtex-print-help-message, bibtex-validate)
13226 (bibtex-search-entries): Use new format of bibtex-entry-alist.
13227
2dcdbdd9
SM
132282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * progmodes/compile.el (compilation-goto-locus):
13231 * net/tramp-cmds.el (tramp-append-tramp-buffers):
13232 * bs.el (bs-cycle-next, bs-cycle-previous):
13233 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
13234 * bindings.el (mode-line-other-buffer):
13235 * autoinsert.el (auto-insert):
13236 * arc-mode.el (archive-extract):
13237 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
13238
b27640fe
JB
132392011-07-05 Juanma Barranquero <lekktu@gmail.com>
13240
13241 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
13242 Fix check of `emacs-lock-unlockable-modes'.
13243 Coerce true values of `emacs-lock--try-unlocking' to t.
13244
53bbe3ad
JB
132452011-07-05 Juanma Barranquero <lekktu@gmail.com>
13246
13247 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
13248 * emacs-lock.el: New file.
13249
1d3cdbc7
JD
132502011-07-05 Julien Danjou <julien@danjou.info>
13251
13252 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
13253 than `boundp' to check if face is set.
13254
9173deec
JB
132552011-07-05 Juanma Barranquero <lekktu@gmail.com>
13256
13257 * register.el (registerv-make):
13258 * window.el (window-min-height): Fix typos in docstrings.
13259
869795d6
JD
132602011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13261
9173deec 13262 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
13263 Update doc string.
13264
b768cdcd
JB
132652011-07-04 Juanma Barranquero <lekktu@gmail.com>
13266
13267 * server.el (server-execute): Catch quit and call
13268 `server-return-error' to pass the error back to emacsclient and
13269 close the connection (bug#8942).
13270
13aa217b
KM
132712011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
13272
13273 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
13274 insecure exception for current topic. Also note that auto-saves
13275 are handled differently.
13276
5d3385a0 13277 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
13278 State variables for tracking auto-save inhibition situation.
13279
13280 (allout-write-contents-hook-handler): Rename from
13281 'allout-write-file-hook-handler', and describe how it depends on
13282 write-contents-functions sensitivity to non-nil value to prevent
13283 file write.
13284
13285 (allout-auto-save-hook-handler): Remove. auto-save does not check
13286 this in individual buffers, only in the starting buffer, so this
13287 is not the right way for us to inhibit auto-save in a buffer
13288 according to its condition.
13289
13290 (allout-mode): Use new allout-write-contents-hook-handler, and
13291 only with write-contents-functions. Remove auto-save provisions -
13292 they're implemented elsewhere.
13293
13294 (allout-before-change-handler): If undo is in progress, note that
13295 for attention of allout-post-command-business.
13296
13297 (allout-post-command-business): If the command we're following was
13298 an undo, check for change in the status of encrypted items and
13299 adjust auto-save inhibitions accordingly.
13300
13301 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
13302 according to whether there are or aren't any plain-text topics
13303 pending encryption.
13304
2dcdbdd9 13305 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
13306 Adjust buffer-saved-size and some allout state to inhibit auto-saves
13307 if there are plain-text topics pending encryption.
13aa217b
KM
13308
13309 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
13310 buffer-saved-size and some allout state to not inhibit auto-saves
13311 if there are no longer any plain-text topics pending encryption.
13312
0757af94
SM
13313 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
13314 No longer provide for exemption of the current topic.
13aa217b 13315
ac89b32c
JL
133162011-07-04 Juri Linkov <juri@jurta.org>
13317
13318 Add 7z operations to delete and save changed members (bug#8968).
13319 * arc-mode.el (archive-7z-expunge, archive-7z-update):
13320 New defcustoms.
13321 (archive-7z-write-file-member): New function.
13322 (archive-7z-summarize): Fix the number of dashes in the
13323 listing output.
13324
8fa39615
SM
133252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
13328 (bug#8958).
13329
2f11b3f1
CY
133302011-07-04 Chong Yidong <cyd@stupidchicken.com>
13331
d66fef2b
CY
13332 * bindings.el: Ignore next-buffer and previous-buffer in
13333 minibuffer-local-map.
13334
2f11b3f1
CY
13335 * font-lock.el (font-lock-builtin-face): Change light background
13336 color to dark slate blue (Bug#6693).
13337
f932a347
WD
133382011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
13339
13340 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
13341
c8af70e1
SM
133422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
13345 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13346 Add switch-to-buffer.
13347
f158badc
LMI
133482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13349
13350 * isearch.el (isearch-search-fun-function): Clarify further the
13351 meaning of the function returned.
13352
6d95bd46
MA
133532011-07-04 Michael Albinus <michael.albinus@gmx.de>
13354
13355 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
13356
13357 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
13358 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
13359 Use it.
13360 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
13361 `tramp-default-remote-path' does not exist.
13362 (tramp-send-command-and-read): New optional argument NOERROR.
13363 (tramp-open-connection-setup-interactive-shell)
13364 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
13365 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
13366 (tramp-process-sentinel): Flush also process' connection property.
13367 (tramp-sh-handle-start-file-process): Do not set process
13368 sentinel. It is done now ...
13369 (tramp-maybe-open-connection): ... here. (Bug#8929)
13370
909e6b67
MK
133712011-07-04 MON KEY <monkey@sandpframing.com>
13372
13373 * play/animate.el (animate-string): Doc fixes and allow changing
13374 the buffer name (bug#5417).
13375
133762011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13377
c8af70e1 13378 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 13379
f34755dc
PE
133802011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13381
396cec72
PE
13382 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
13383 This is simpler and helps future-proof the code.
13384 (timer-until): Use time-subtract and float-time.
08235028 13385 (timer--time-less-p): Use time-less-p.
f34755dc 13386
56e6cc31
JB
133872011-07-04 Juanma Barranquero <lekktu@gmail.com>
13388
3abb79e5
JB
13389 * type-break.el (timep): Use the value of `float-time' to avoid a
13390 byte-compiler warning.
13391
56e6cc31
JB
13392 * server.el (server-eval-and-print): Return any result, even nil.
13393
7b9430b4
PE
133942011-07-03 Paul Eggert <eggert@cs.ucla.edu>
13395
13396 * type-break.el: Accept time formats that the builtins accept.
13397 (timep, type-break-time-difference): Accept any format that
13398 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
13399 This is simpler and helps future-proof the code.
13400 (type-break-time-difference): Round rather than ignoring
13401 subseconds components.
13402
3034e9e7
LMI
134032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13404
13405 * info.el (Info-apropos-matches): Make non-interactive, since it
13406 doesn't seem to do anything useful as a command (bug#8829).
13407
1485f4c0
CY
134082011-07-03 Chong Yidong <cyd@stupidchicken.com>
13409
13410 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 13411 Move from faces.el.
1485f4c0
CY
13412 (frame-default-terminal-background): New function.
13413
13414 * custom.el (custom-push-theme): Don't record faces in `changed'
13415 theme; this doesn't work correctly for per-frame face settings.
13416 (disable-theme): Use face-set-after-frame-default to reset faces.
13417 (custom--frame-color-default): New function.
13418
9fa3dd45
LMI
134192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13420
c8af70e1 13421 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
13422 (bug#8769).
13423
6cbbc20c
KR
134242011-03-29 Kevin Ryde <user42@zip.com.au>
13425
13426 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13427 `perl-Test2' extend to match possible "fail #N" rep count
13428 (bug#8377).
13429
c7f98048
LMI
134302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13431
65676592
LMI
13432 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
13433 `smtpmail-via-smtp' now returns the error instead of nil.
13434
c7f98048
LMI
13435 * isearch.el (isearch-search-fun-function): Clarify the doc string
13436 (bug#8101).
13437
56e6cc31 134382011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
13439
13440 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
13441 unnecessary spaces (bug#8987).
13442
2b216704
LMI
134432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13444
13445 * net/network-stream.el (open-network-stream): Use the
13446 :end-of-capability command thoughout.
13447
134482011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13449
13450 * net/network-stream.el (open-network-stream): Add the
13451 :end-of-capability command parameter, used by pop3.el.
13452
36adf6ce
LMI
134532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13454
1ca0da0e
LMI
13455 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
13456
fc00f69c
LMI
13457 * fringe.el (fringe-query-style): Remove redundant text " (type ?
13458 for list)" (bug#6475).
13459
28fd8759 13460 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 13461 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
13462 an error (bug#6297).
13463
0dd8b6da
LMI
13464 * man.el (Man-reference-regexp): Allow matching possible
13465 word-wrapped references (bug#6289).
13466
ce1438d6
LMI
13467 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
13468 for consistency with the other vc buffers (bug#6197).
13469 (vc-checkin): Ditto.
13470
13471 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
13472
36adf6ce
LMI
13473 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
13474
e83cc1f7
LMI
134752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13476
8a20ca4c
LMI
13477 * custom.el (defcustom): Clarify that :set is only used in the
13478 Customize user interface (bug#6089).
13479
83319045
LMI
13480 * progmodes/flymake.el (flymake-mode): If the buffer isn't
13481 associated with a file, refuse to run instead of erroring out
13482 (bug#6084).
13483
a8392169
LMI
13484 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
13485 the doc string, since it appears that using `fill-column' always
13486 controls the width (bug#7845).
13487
e83cc1f7
LMI
13488 * simple.el (shell-command-on-region): Say where the error output
13489 went if `shell-command-default-error-buffer' is set (bug#6857).
13490
e47ca23b
KM
134912011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
13492
13493 * allout.el (allout-yank-processing): Adjust cursor position for
13494 backwards-deleted space.
13495
13496 (allout-rebullet-heading): Register changes with
13497 allout-exposure-changed-hook, so the modified topic is properly
13498 decorated.
13499
5cf56143
LMI
135002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13501
08549772
LMI
13502 * minibuffer.el (completion-in-region): Document PREDICATE
13503 (bug#7136).
13504
48e96771
LMI
13505 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
13506 of keyword/argument pairs (bug#6904).
13507
c8af70e1
SM
13508 * replace.el (multi-occur):
13509 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 13510
e17d05e2
LMI
135112011-07-02 Drew Adams <drew.adams@oracle.com>
13512
13513 * dired.el (dired-mark-if): Make the message about whether it's
13514 marking or unmarking clearer (bug#8523).
13515
063b0e45
LMI
135162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13517
13518 * disp-table.el (display-table-print-array): New function.
13519 (describe-display-table): Use it to print the vectors more pretty
13520 (Bug#8859).
13521
28545e04
MR
135222011-07-02 Martin Rudalics <rudalics@gmx.at>
13523
13524 * window.el (window-state-get-1): Don't assign clone numbers.
13525 Add clone-of item to list of window parameters.
13526 (window-state-put-2): Don't process clone numbers.
13527 (display-buffer-alist): Fix doc-string.
13528
3349e122
SM
135292011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * subr.el (remq): Don't allocate if it's not needed.
13532 (keymap--menu-item-binding, keymap--menu-item-with-binding)
13533 (keymap--merge-bindings): New functions.
13534 (keymap-canonicalize): Use them to refine the canonicalization.
13535 * minibuffer.el (minibuffer-local-completion-map)
13536 (minibuffer-local-must-match-map): Move initialization from C.
13537 (minibuffer-local-filename-completion-map): Move initialization from C;
13538 don't inherit from anything here.
13539 (minibuffer-local-filename-must-match-map): Make obsolete.
13540 (completing-read-default): Use make-composed-keymap to combine
13541 minibuffer-local-filename-completion-map with either
13542 minibuffer-local-must-match-map or
13543 minibuffer-local-filename-completion-map.
13544
d224ac83
GM
135452011-07-01 Glenn Morris <rgm@gnu.org>
13546
3de63bf8
GM
13547 * type-break.el (type-break-time-sum): Use dolist.
13548
d224ac83
GM
13549 * textmodes/flyspell.el (flyspell-word-search-backward):
13550 Replace CL function.
13551
1a1e3f32
SM
135522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13553
fe3f64d5
SM
13554 * mouse.el (mouse--strip-first-event): New function.
13555 (function-key-map): Use it to map fringe clicks to normal clicks
13556 by default.
13557
eb604e34
SM
13558 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
13559 (vc-bzr-revision-completion-table): Add support for annotate and date.
13560
1a1e3f32
SM
13561 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
13562 inherit from parent.
13563
5bd35902
LMI
135642011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13565
ace6c69c 13566 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 13567 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 13568
191e2bed
LMI
13569 * dired.el (dired-mode): Fix up the doc string as suggested by
13570 Drew Adams (bug#8817).
13571
5bd35902
LMI
13572 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
13573 cookie, since the manual says that it should be possible to add
13574 this function to `find-file-hook' (bug#8709).
13575
eee8207a
TZ
135762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
13577
13578 * progmodes/cfengine.el: Moved all cfengine3.el functionality
13579 here. Noted Ted Zlatanov as the maintainer.
13580 (cfengine-common-settings, cfengine-common-syntax): New functions
13581 to set up common things between `cfengine-mode' and
13582 `cfengine3-mode'.
13583 (cfengine3-mode): New mode.
13584 (cfengine3-defuns cfengine3-defuns-regex
13585 (cfengine3-class-selector-regex cfengine3-category-regex)
13586 (cfengine3-vartypes cfengine3-font-lock-keywords)
13587 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 13588 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 13589
36b148cf
MA
135902011-07-01 Michael Albinus <michael.albinus@gmx.de>
13591
13592 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
13593
13594 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
13595
0bf4ba9a
MR
135962011-07-01 Martin Rudalics <rudalics@gmx.at>
13597
13598 * window.el (same-window-buffer-names, same-window-regexps)
13599 (same-window-p, special-display-frame-alist)
13600 (special-display-popup-frame, special-display-function)
13601 (special-display-buffer-names, special-display-regexps)
13602 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
13603 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13604 (split-window-preferred-function, split-height-threshold)
13605 (split-width-threshold, even-window-heights)
13606 (display-buffer-mark-dedicated, window-splittable-p)
13607 (split-window-sensibly, window-safely-shrinkable-p):
13608 Un-obsolete.
13609 (display-buffer): Don't spread args with function specifier
13610 because special-display-popup-frame won't like it.
13611
35837f51
PE
136122011-07-01 Paul Eggert <eggert@cs.ucla.edu>
13613
d0672f86
PE
13614 Time-stamp simplifications and fixes.
13615 These improve accuracy slightly, and future-proof the code
13616 against some potential changes to current-time format.
13617
b9444d97
PE
13618 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
13619 by using time-since and float-time.
13620
0ef923dc
PE
13621 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
13622 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
13623 + NNN microseconds".
13624
2f81380d
PE
13625 * type-break.el (type-break-time-sum): Rewrite using time-add.
13626
845b5c3e
PE
13627 * play/hanoi.el (hanoi-current-time-float): Remove.
13628 All uses replaced by float-time.
13629
ee6f1be0
PE
13630 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
13631 This yields a more-accurate answer.
13632 (rng-time-to-float): Remove; no longer needed.
13633
fe955043
PE
13634 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
13635
5777162a
PE
13636 * calendar/timeclock.el (timeclock-seconds-to-time):
13637 Defalias to seconds-to-time, since they're the same thing.
13638
3103f8b6 13639 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 13640 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
13641 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
13642
0e61a35f
SM
136432011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * window.el (bury-buffer): Don't iconify the only frame.
13646 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
13647 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
13648
ddd63a1e
CY
136492011-07-01 Chong Yidong <cyd@stupidchicken.com>
13650
0e61a35f
SM
13651 * eshell/em-smart.el (eshell-smart-display-navigate-list):
13652 Add mouse-yank-primary.
ddd63a1e 13653
055f4923
TZ
136542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
13655
13656 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
13657
6a2fb145
SM
136582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * emacs-lisp/find-func.el (find-library--load-name): New fun.
13661 (find-library-name): Use it to find relative load names when provided
13662 absolute file name (bug#8803).
13663
fd4983f2
LMI
136642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13665
887d14ad
LMI
13666 * textmodes/flyspell.el (flyspell-word): Consider words that
13667 differ only in case as potential doublons (bug#5687).
13668
c53dc7fc
LMI
13669 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
13670 Remove two rather uninteresting debugging-like messages to make
13671 debbugs.el more silent.
13672
fd4983f2
LMI
13673 * comint.el (comint-password-prompt-regexp): Accept "Response" as
13674 a password-like phrase.
13675
7a71b18d 136762011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
13677
13678 * progmodes/cc-guess.el: New file.
13679
6a2fb145 13680 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
13681
13682 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
13683 derived from `c-basic-common-init'.
13684
13685 * progmodes/cc-mode.el (top-level): Require cc-guess.
13686 (c-basic-common-init): Use `cc-choose-style-for-mode'.
13687
1fa280a3
LM
136882011-06-30 Lawrence Mitchell <wence@gmx.li>
13689
13690 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
13691
e6597158
AM
136922011-06-30 Alan Mackenzie <acm@muc.de>
13693
1fa280a3
LM
13694 * progmodes/cc-engine.el (c-guess-continued-construct):
13695 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
13696 lock is disabled. Name this case as "CASE G".
13697
68ba37fb
KM
136982011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
13699
13700 * allout.el (allout-yank-processing): Fix injection of extra space
13701 between bullet and non-whitespace character in first topic when
13702 pasting, ensuring that the actual spacing in the pasted topic
13703 following the bullet char is preserved. This extra space was
13704 causing pasted encrypted topics to get a decrypted status even
13705 when the content was actually still encrypted. Now the decryption
13706 status from before the paste is preserved.
13707
13708 (allout-flag-region): Set all allout overlays so they evaporate
13709 when reduced to zero length (evanescent), to prevent overlay
13710 leakage.
13711
887a0b34
GM
137122011-06-30 Glenn Morris <rgm@gnu.org>
13713
94b9acce
GM
13714 * w32-fns.el (w32-charset-info-alist): Declare.
13715
1d9b46d4
GM
13716 * find-dired.el (find-grep-options): Simplify.
13717
cc232200
GM
13718 * term/ns-win.el (ns-set-resource): Declare.
13719
28e77c46
GM
13720 * ses.el (row, col): Declare dynamic variables honestly.
13721
887a0b34
GM
13722 * textmodes/reftex-parse.el (index-tags): Declare.
13723
658d8eb8
CY
137242011-06-30 Chong Yidong <cyd@stupidchicken.com>
13725
13726 * cus-edit.el (customize-push-and-save): New function.
13727
13728 * files.el (hack-local-variables-confirm): Use it.
13729
1fa280a3
LM
13730 * custom.el (load-theme): New arg NO-CONFIRM.
13731 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
13732 (custom-enabled-themes): Doc fix.
13733
13734 * cus-theme.el (customize-create-theme)
13735 (custom-theme-merge-theme): Callers to load-theme changed.
13736
bb617717
LMI
137372011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13738
d61bdd5d
LMI
13739 * thingatpt.el (thing-at-point-short-url-regexp): Require that
13740 short URLs have at least one dot in them (bug #7614).
13741
bb617717
LMI
13742 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
13743 nil, because using a pty is apparently too slow (bug #895).
13744
2f31f37a
LMI
137452011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
13746
13747 * mail/sendmail.el (sendmail-query-once): New function.
13748 (sendmail-query-once-function): New variable.
13749
3076b24e
GM
137502011-06-29 Glenn Morris <rgm@gnu.org>
13751
faf2a174
GM
13752 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
13753
3076b24e
GM
13754 * ses.el (top-level): Require cl when compiling.
13755 (ses-set-localvars): Fix error statement.
13756 Call it at compile time to silence a storm of warnings.
13757
5386012d
MR
137582011-06-29 Martin Rudalics <rudalics@gmx.at>
13759
13760 * window.el (normalize-live-buffer): Rename to
13761 window-normalize-buffer.
13762 (normalize-live-frame): Rename to window-normalize-frame.
13763 (normalize-any-window): Rename to window-normalize-any-window.
13764 (normalize-live-window): Rename to window-normalize-live-window.
13765 (make-window-atom): Rename to window-make-atom.
13766 (window-resize-reset): Rename to window--resize-reset.
13767 (window-resize-reset-1): Rename to window--resize-reset-1.
13768 (resize-mini-window): Rename to window--resize-mini-window.
13769 (resize-subwindows-skip-p): Rename to
13770 window--resize-subwindows-skip-p.
13771 (resize-subwindows-normal): Rename to
13772 window--resize-subwindows-normal.
13773 (resize-subwindows): Rename to window--resize-subwindows.
13774 (resize-other-windows): Rename to window--resize-siblings.
13775 (resize-this-window): Rename to window--resize-this-window.
13776 (resize-root-window): Rename to window--resize-root-window.
13777 (resize-root-window-vertically): Rename to
13778 window--resize-root-window-vertically.
13779 (normalize-buffer-to-display): Rename to
13780 window-normalize-buffer-to-display.
13781 (normalize-buffer-to-switch-to): Rename to
13782 window-normalize-buffer-to-switch-to.
13783 Correspondingly update all callers of the functions listed
13784 above.
13785 (display-buffer-alist, display-buffer-normalize-arguments)
13786 (display-buffer-normalize-options, display-buffer)
13787 (display-buffer-alist-set): Use "function" instead of
13788 "fun-with-args".
13789
1176868d
CY
137902011-06-28 Chong Yidong <cyd@stupidchicken.com>
13791
13792 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
13793 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
13794 debbugs.gnu.org. Mention acknowledgment email.
13795
20a7a65f
LMI
137962011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
13797
13798 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
13799 buffer multibyteness, since it shouldn't matter.
13800
5f45cca5
MR
138012011-06-28 Martin Rudalics <rudalics@gmx.at>
13802
13803 * window.el (display-buffer-in-side-window): Handle dedicated
13804 windows as in display-buffer-reuse-window.
13805 (display-buffer-normalize-alist): Use value of override
13806 specifier.
13807 (display-buffer-normalize-specifiers): Use value of
13808 other-window-means-other-frame specifier.
13809 (display-buffer-alist): Rewrite some texts in widgets.
13810 (display-buffer): Spread arguments when calling function
13811 specified by fun-with-args.
13812
ad85fe1f
DD
138132011-06-28 Deniz Dogan <deniz@dogan.se>
13814
1fa280a3
LM
13815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13816 Unnest `let'.
da68c4c8 13817
ad85fe1f
DD
13818 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
13819 selectors (Bug#5732).
ec49bd31 13820 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 13821
a08cc025
JA
138222011-06-27 Jari Aalto <jari.aalto@cante.net>
13823
13824 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
13825 (eshell-ls-date-format): New defcustom.
13826 (eshell-ls-file): Use it.
13827
e2b551c5
SM
138282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * help-fns.el (describe-variable): Fix message for terminal-local vars.
13831
8982b231
KY
138322011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
13835 (ange-ftp-make-tmp-name): New arg.
13836 (ange-ftp-file-local-copy): Use it.
13837
36c9fa27
J
138382011-06-27 Jambunathan K <kjambunathan@gmail.com>
13839
13840 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
13841 no-conversion (Bug#8870).
13842
d68443dc
MR
138432011-06-27 Martin Rudalics <rudalics@gmx.at>
13844
13845 * window.el (window-right, window-left, window-child)
13846 (window-child-count, window-last-child)
13847 (window-iso-combination-p, walk-window-tree-1)
13848 (window-atom-check-1, window-tree-1, delete-window)
13849 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
13850 new naming conventions - window-vchild, window-hchild,
13851 window-next and window-prev are now called window-top-child,
13852 window-left-child, window-next-sibling and window-prev-sibling
13853 respectively.
d615d6d2
MR
13854 (resize-window-reset): Rename to window-resize-reset.
13855 (resize-window-reset-1): Rename to window-resize-reset-1.
13856 (resize-window): Rename to window-resize.
13857 (window-min-height, window-min-width)
13858 (resize-mini-window, resize-this-window, resize-root-window)
13859 (resize-root-window-vertically, adjust-window-trailing-edge)
13860 (enlarge-window, shrink-window, maximize-window)
13861 (minimize-window, delete-window, quit-restore-window)
13862 (split-window, balance-windows, balance-windows-area-adjust)
13863 (balance-windows-area, window-state-put-2)
13864 (display-buffer-even-window-sizes, display-buffer-set-height)
13865 (display-buffer-set-width, set-window-text-height)
13866 (fit-window-to-buffer): Rename all "resize-window" prefixed
13867 calls to use the "window-resize" prefix convention.
13868 (display-buffer-alist): Fix symbol for label specifier.
13869 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
13870 corresponding specifier.
13871 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 13872
b6458526
VB
138732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13874
13875 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
13876 convention.
13877 (ses-call-printer): Does not pass an empty string to formatter when the
13878 cell is empty to keep from barking printer Calc math-format-value.
13879
d31fd9ac
RS
138802011-06-27 Richard Stallman <rms@gnu.org>
13881
43d5bf84
RS
13882 * battery.el (battery-mode-line-limit): New variable.
13883 (battery-update): Handle it.
13884
d31fd9ac
RS
13885 * mail/rmailmm.el (rmail-mime-process-multipart):
13886 Handle truncated messages.
13887
819a6054
GM
138882011-06-27 Glenn Morris <rgm@gnu.org>
13889
13890 * progmodes/flymake.el (flymake-err-line-patterns):
13891 Allow for column numbers in the ant/javac pattern. (Bug#8866)
13892
cedc73f2
VB
138932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
13894
819a6054 13895 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
13896 (ses--clean-!, ses--clean-_): New functions.
13897 (ses-range): Add configurability of readout order, and conversion
13898 to Calc vector.
13899
5e5d49b6
VB
13900 * ses.el (ses-repair-cell-reference-all): New function.
13901 (ses-cell-symbol): Set macro as safe, so that it can be used in
13902 formulas.
13903
56e6cc31 13904 * ses.el: Update cycle detection algorithm.
90ca8b49 13905 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 13906 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
13907 (ses-set-localvars): New function.
13908 (ses-make-cell): Add property-list as a cell element.
13909 (ses-cell-property-get-fun, ses-cell-property-get)
13910 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
13911 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
13912 New functions.
90ca8b49
VB
13913 (ses-cell-property-set, ses-cell-property-pop)
13914 (ses-cell-property-get-handle): New macro.
13915 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
13916 New aliases, used for code readability.
13917 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
13918 cycle detection.
13919 (ses-self-reference-early-detection): New defcustom.
fac916bf 13920 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
13921 (ses-mode): Use ses-set-localvars.
13922 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
13923 before lauching the update processing.
13924 (ses-initialize-Dijkstra-attempt): New function.
13925 (ses-recalculate-cell): Update for cycle detection based on
13926 Dijkstra algorithm.
13927
2bb63e81
VB
13928 * ses.el: Fix commenting and indenting convention.
13929
c9d29fb8
SM
139302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * bs.el (bs-cycle-next): Complete last change.
13933
d8e4b68b
JB
139342011-06-27 Drew Adams <drew.adams@oracle.com>
13935
13936 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
13937
40098786
LMI
139382011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13939
c9d29fb8
SM
13940 * net/network-stream.el (network-stream-open-starttls):
13941 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
13942 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
13943
40098786
LMI
13944 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
13945 to binary to possibly avoid line encoding issues on Windows (among
13946 other things).
13947
468d09d4
LMI
139482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13949
13950 * net/network-stream.el (open-network-stream): Return an :error
13951 saying what the problem was, if possible.
13952
13953 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
13954 server.
13955
13956 * net/network-stream.el (network-stream-open-starttls): If we
13957 wanted to use STARTTLS, and the server offered it, but we weren't
13958 able to because we had no STARTTLS support, then close the connection.
13959 (open-network-stream): Return an :error element, if present.
13960
16f07dd7
CY
139612011-06-26 Chong Yidong <cyd@stupidchicken.com>
13962
88821ca0
CY
13963 * hl-line.el (hl-line-sticky-flag): Doc fix.
13964 (global-hl-line-sticky-flag): New option (Bug#8323).
13965 (global-hl-line-highlight): Obey it.
13966
16f07dd7
CY
13967 * vc/vc.el (vc-revert-show-diff): Default to t.
13968
6b5ccddf
KM
139692011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
13970
c9d29fb8
SM
13971 * allout-widgets.el (allout-widgets-post-command-business):
13972 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
13973 undecorated when an isearch is continued past, and isearch
13974 automatically collapses them. This leads to "widget leaks", where
13975 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
13976 hidden widgets can slow down cursor travel, substantially.
13977 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
13978 so we're doing without this nicety.
13979
13980 (allout-widgets-tally-string): Don't try to do a hash-table-count
13981 of allout-widgets-tally when it's nil. This eliminates spurious "Error
13982 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
13983 *Messages* when allout-widgets-maintain-tally is t.
13984
355f2e07
MR
139852011-06-26 Martin Rudalics <rudalics@gmx.at>
13986
13987 * window.el (display-buffer-normalize-argument): Rename to
13988 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
13989 LABEL argument. Respect special-display-function when popping up
13990 a new frame. Fix code searching for a window showing the buffer
13991 on another frame.
c9d29fb8
SM
13992 (display-buffer-normalize-specifiers):
13993 Call display-buffer-normalize-arguments.
355f2e07
MR
13994 (display-buffer-in-window): Don't undedicate the window if its
13995 buffer remains the same.
13996 Reported by Drew Adams <drew.adams@oracle.com>.
13997 (display-buffer-alist): Add choice for same-window macro
13998 specfier.
13999 (display-buffer): Mention special meaning of LABEL argument in
14000 doc-string. Fix quoting. Don't pop up a new frame even as
14001 fallback.
14002
7ca8fc42
JB
140032011-06-26 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14006 avoid deleting the current window in some cases (bug#8911).
14007
bc312254
AS
140082011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14009
14010 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14011 (Bug#8934)
14012
2db18f3f
LMI
140132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14014
c9d29fb8
SM
14015 * net/network-stream.el (network-stream-open-starttls):
14016 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
14017 (network-stream-open-tls): Ditto.
14018
6302e0d3
LL
140192011-06-26 Leo Liu <sdl.web@gmail.com>
14020
14021 * register.el (registerv): New struct.
14022 (registerv-make): New function.
c9d29fb8
SM
14023 (jump-to-register, describe-register-1, insert-register):
14024 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
14025 struct. (Bug#8415)
14026
5fdd4046
CY
140272011-06-26 Chong Yidong <cyd@stupidchicken.com>
14028
2afef60a
CY
14029 * vc/vc.el (vc-revert-show-diff): New defcustom.
14030 (vc-diff-internal): New arg specifying diff buffer.
14031 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14032 reuse an existing *vc-diff* buffer (Bug#8927).
14033
5fdd4046
CY
14034 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14035
e93db24a
GM
140362011-06-26 Glenn Morris <rgm@gnu.org>
14037
14038 * progmodes/f90.el (f90-critical-indent): New option.
14039 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14040 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14041 (f90-mode): Doc fix.
14042 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14043 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14044 (f90-beginning-of-block, f90-next-block, f90-indent-region)
14045 (f90-match-end): Handle block, critical.
14046
eefff499
GM
140472011-06-25 Glenn Morris <rgm@gnu.org>
14048
f6ba4cc9
GM
14049 * calendar/diary-lib.el (diary-included-files): Doc fix.
14050 (diary-include-files): New function, extracted from
14051 diary-include-other-diary-files and diary-mark-included-diary-files.
14052 (diary-include-other-diary-files, diary-mark-included-diary-files):
14053 Just call diary-include-files.
14054 (diary-mark-entries): Reset diary-included-files on first call.
14055
16712304
GM
14056 * calendar/diary-lib.el (diary-mark-entries)
14057 (diary-mark-included-diary-files):
14058 Visit included diary-files in temp buffers.
14059
5d8e0d43
GM
14060 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14061 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14062 (f90-start-block-re, f90-imenu-generic-expression)
14063 (f90-looking-at-program-block-start, f90-no-block-limit):
14064 Add support for submodules.
14065
ccf7a5d5
GM
14066 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14067 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 14068
11fdef7d 140692011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
14070
14071 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14072 buffer-file-type before setting its value, to avoid disastrous
eefff499 14073 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 14074
74f53697
JB
140752011-06-25 Juanma Barranquero <lekktu@gmail.com>
14076
14077 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14078
14079 * ses.el (ses-unload-function):
14080 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14081
14082 * proced.el (proced-unload-function):
14083 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14084
18a4ce5e
AR
140852011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
14086
14087 * server.el (server-create-window-system-frame): Add parameters arg.
14088 (server-process-filter): Doc fix. Handle frame-parameters.
14089
519d22cc
JB
140902011-06-25 Juanma Barranquero <lekktu@gmail.com>
14091
14092 Fix bug#8730, bug#8781.
14093
14094 * loadhist.el (unload--set-major-mode): New function.
14095 (unload-feature): Use it.
14096
14097 * progmodes/python.el (python-after-info-look): Add autoload cookie.
14098 (python-unload-function): New function.
14099
c206f5b0
SM
141002011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14103
f9ad64f3
GS
141042011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
14105
14106 * net/browse-url.el (browse-url-firefox-program): Add icecat to
14107 the candidates list.
14108
7d0da90e
JB
141092011-06-24 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14112
14b4e83d
RS
141132011-06-23 Richard Stallman <rms@gnu.org>
14114
14115 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14116 (rmail-variables): Set next-error-move-function.
14117 (rmail-what-message): Take argument POS.
14118 (rmail-next-error-move): New function.
14119
273d2baf
SM
141202011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14123 messages for adjacent non-terminals.
14124
56c2cc9a
RS
141252011-06-23 Richard Stallman <rms@gnu.org>
14126
14127 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 14128 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
14129 (rmail-start-mail): Don't specify use of rmail-mail-return;
14130 that's done by mail-bury now.
14131 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 14132
d59eb518
MA
141332011-06-23 Michael Albinus <michael.albinus@gmx.de>
14134
14135 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14136 SIZE is a number.
14137
02cfc6d6
MR
141382011-06-23 Martin Rudalics <rudalics@gmx.at>
14139
14140 * window.el (get-lru-window, get-mru-window)
14141 (get-largest-window): Never return a minibuffer window.
14142 (display-buffer-pop-up-window): Fix a bug that could lead to
14143 reusing the minibuffer window.
14144 (display-buffer): Pass original specifier argument to
14145 display-buffer-function instead of the normalized one.
14146 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14147
4e323265
LL
141482011-06-22 Leo Liu <sdl.web@gmail.com>
14149
14150 * minibuffer.el (completing-read-function)
14151 (completing-read-default): Move from minibuf.c
14152
7a70468f
RS
141532011-06-22 Richard Stallman <rms@gnu.org>
14154
50718fc2
RS
14155 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14156 to Rmail even if not started by a special Rmail command.
14157
7a70468f
RS
14158 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14159 Copy the buffer currently showing just one message.
14160
297dde5a
RW
141612011-06-22 Roland Winkler <winkler@gnu.org>
14162
14163 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14164 (bibtex-clean-entry): First delete the old key so that a
14165 customized algorithm for generating the new key does not get
14166 confused by the old key.
14167 (bibtex-url): Obey regexp of first step.
14168 (bibtex-search-entries): Do not use add-to-list with local
14169 list-var.
14170
97bb1093
LMI
141712011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14172
14173 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14174 stored a user name, then query for the password first, instead of
14175 waiting for SMTP to give an error message and the trying again.
14176
1c0f1a19
JD
141772011-06-22 Lawrence Mitchell <wence@gmx.li>
14178
14179 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14180 BUFFER in call-process.
14181
396f7c9d
LMI
141822011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14183
14184 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14185 QUIT twice.
ddb7ffee
LMI
14186 (smtpmail-try-auth-methods): Require user name and password from
14187 auth-source.
396f7c9d 14188
8998d1b3
MR
141892011-06-22 Martin Rudalics <rudalics@gmx.at>
14190
14191 * window.el (display-buffer-default-specifiers)
14192 (display-buffer-alist): Remove entries for pop-up-frame-alist.
14193 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 14194 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
14195
14196 * frame.el (pop-up-frame-alist, pop-up-frame-function)
14197 (special-display-frame-alist, special-display-popup-frame):
14198 Remove duplicate declarations. These are now in window.el.
14199
4ea31e07
LMI
142002011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14201
c9d29fb8
SM
14202 * mail/smtpmail.el (smtpmail-via-smtp):
14203 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
14204 server supports it. SMTP servers that support STARTTLS commonly
14205 require it.
14206
14207 * net/network-stream.el (network-stream-open-starttls): Support
14208 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 14209 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 14210
95f41d9a
LMI
14211 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
14212 upgrades with `open-network-stream', and rely solely on
14213 auth-source for all credentials. Big changes throughout the file,
14214 but in particular:
c9d29fb8
SM
14215 (smtpmail-auth-credentials): Remove.
14216 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
14217 (smtpmail-via-smtp): Check for servers saying they want AUTH after
14218 MAIL FROM, too.
95f41d9a 14219
c9d29fb8
SM
14220 * net/network-stream.el (network-stream-open-starttls):
14221 Provide support for client certificates both for external and built-in
4ea31e07
LMI
14222 STARTTLS.
14223 (auth-source): Require.
14224 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
14225 (network-stream-certificate): Change cert-cert to cert and
14226 cert-key to key.
4ea31e07 14227
065ec2c7
MA
142282011-06-21 Michael Albinus <michael.albinus@gmx.de>
14229
14230 * net/tramp-cache.el (top): Don't load the persistency file when
14231 "emacs -Q" has been called.
14232
cd93b359
DR
142332011-06-21 Tim Harper <timcharper@gmail.com>
14234
d8e4b68b
JB
14235 * term/ns-win.el (ns-initialize-window-system):
14236 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
14237 resource to NO as it is not yet supported by the NS port.
14238
ae9c0411
JB
142392011-06-21 Juanma Barranquero <lekktu@gmail.com>
14240
14241 * misc.el (list-dynamic-libraries--refresh): Compute header here...
14242 (list-dynamic-libraries): ...not here.
14243
7f3f739f
LL
142442011-06-21 Leo Liu <sdl.web@gmail.com>
14245
14246 * subr.el (sha1): Implement sha1 using secure-hash.
14247
327c8fb1
MR
142482011-06-21 Martin Rudalics <rudalics@gmx.at>
14249
14250 * window.el (display-buffer-alist): In default value do not
14251 enforce searching a window on any but the selected frame.
14252 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14253 (display-buffer-select-window): Remove function.
14254 (display-buffer-in-window): When a window on another frame gets
14255 reused, do not select it any more but just raise its frame if
14256 necessary (Bug#8851) and (Bug#8856).
14257 (display-buffer-normalize-options): Handle pop-up-frames related
14258 options more faithfully.
14259 (pop-to-buffer): Don't rely on `display-buffer' selecting the
14260 window if it is on another frame.
c9d29fb8
SM
14261 (display-buffer-alist, display-buffer-default-specifiers):
14262 Don't make new frame unsplittable by default.
9e9de014
MR
14263 (display-buffer-normalize-argument): Fix doc-string typo and use
14264 'same-frame-other-window instead of 'other-window when associating
14265 with display-buffer-macro-specifiers.
327c8fb1 14266
7cf3f556
VB
142672011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
14268
14269 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
14270 New functions.
14271 (5x5-mode-map, 5x5-mode-menu): Bind them.
14272 (5x5-draw-grid): Tweak the solver's rendering.
14273
60a406cf
SM
142742011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
14277 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
14278
d8e4b68b 142792011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
14280
14281 * menu-bar.el: Use function variable instead of switch-to-buffer.
14282 (menu-bar-select-buffer-function): New variable.
60a406cf 14283 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 14284
478d6f95
SM
142852011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
14288 variable's status.
14289
ca530739
JD
142902011-06-20 Jan Djärv <jan.h.d@swipnet.se>
14291
14292 * x-dnd.el (x-dnd-version-from-flags)
14293 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
14294 and long as number (Bug#8899).
14295 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
14296
bcd70d97
SM
142972011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14298
60a406cf 14299 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
14300 (completion-try-completion, completion-all-completions): Compute the
14301 metadata argument if it's missing; make it optional (bug#8795).
14302
60a406cf 14303 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
14304 (widget-complete): Use new :completion-function property.
14305 (widget-completions-at-point): New function.
14306 (default): Use :completion-function instead of :complete.
60a406cf
SM
14307 (widget-default-completions): Rename from widget-default-complete;
14308 Rewrite.
bcd70d97
SM
14309 (widget-string-complete, widget-file-complete, widget-color-complete):
14310 Remove functions.
14311 (file, symbol, function, variable, coding-system, color):
14312 * international/mule-cmds.el (default-input-method, charset)
14313 (language-info-custom-alist):
14314 * cus-edit.el (face): Use new property :completions.
14315
14316 * progmodes/pascal.el (pascal-completions-at-point): New function.
14317 (pascal-mode): Use it.
14318 (pascal-mode-map): Use completion-at-point.
14319 (pascal-toggle-completions): Make obsolete.
14320 (pascal-complete-word, pascal-show-completions):
14321 * progmodes/octave-mod.el (octave-complete-symbol):
14322 Redefine as obsolete alias.
14323 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
14324 Signal absence of completion info for old Octave,
14325 (inferior-octave-complete): Redefine as obsolete alias.
14326 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
14327 (meta-completions-at-point): Rename from meta-complete-symbol and
14328 adapt it for use on completion-at-point-functions.
14329 (meta-common-mode): Use it.
14330 (meta-looking-at-backward, meta-match-buffer): Remove.
14331 (meta-complete-symbol): Redefine as obsolete alias.
14332 (meta-common-mode-map): Use completion-at-point.
14333 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
14334 (makefile-mode-map): Use completion-at-point.
14335 (makefile-completions-at-point): Rename from makefile-complete and
14336 adapt it for use on completion-at-point-functions.
14337 (makefile-mode): Use it.
14338 (makefile-complete): Redefine as obsolete alias.
14339
aebf69c8
DD
143402011-06-20 Deniz Dogan <deniz@dogan.se>
14341
14342 * net/rcirc.el: Delete trailing whitespaces once and for all.
14343
bfbbb27d
DC
143442011-06-20 Daniel Colascione <dan.colascione@gmail.com>
14345
14346 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
14347
d264a46b
CY
143482011-06-19 Chong Yidong <cyd@stupidchicken.com>
14349
4ca009e5
CY
14350 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
14351
d264a46b
CY
14352 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
14353
fbf5b3ce
MR
143542011-06-19 Martin Rudalics <rudalics@gmx.at>
14355
14356 * window.el (display-buffer-other-window-means-other-frame):
14357 Call display-buffer-normalize-alist.
14358 (display-buffer-normalize-specifiers-1): Rename to
14359 display-buffer-normalize-argument. New argument other-frame.
14360 Rewrite.
14361 (display-buffer-normalize-specifiers-2): Rename to
14362 display-buffer-normalize-options.
14363 (display-buffer-normalize-alist-1): New function.
14364 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
14365 display-buffer-normalize-alist.
14366 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
14367 (display-buffer-normalize-options-inhibit): New variable.
14368 (display-buffer-normalize-specifiers): Rewrite calling
14369 display-buffer-normalize-alist,
14370 display-buffer-normalize-argument, and
14371 display-buffer-normalize-options. Don't call the latter if
14372 display-buffer-normalize-options-inhibit is non-nil.
14373 (frame-auto-delete): New option.
14374 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
14375 (window-list-no-nils, window-state-ignored-parameters)
14376 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
14377 (window-state-put-1, window-state-put-2, window-state-put):
14378 New functions.
9a028c23
MR
14379 (display-buffer-normalize-options): Move special-display-p group
14380 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 14381
6d10d800
CY
143822011-06-18 Chong Yidong <cyd@stupidchicken.com>
14383
6420d28b
CY
14384 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
14385 groups (Bug#8776).
14386 (rx-submatch-n): New function.
14387 (rx): Document it.
14388
ddb8b596
CY
14389 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
14390 (Bug#8768).
14391
14392 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
14393
77080289
CY
14394 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
14395
61dfb316
CY
14396 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
14397 anytime existing face settings are present (Bug#8889).
14398
6d10d800
CY
14399 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
14400 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
14401 Remove unused argument.
14402
be3fb2b8
MR
144032011-06-18 Martin Rudalics <rudalics@gmx.at>
14404
bcd70d97
SM
14405 * window.el (display-buffer-default-specifiers):
14406 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
14407 pop-up-window-min-width, and another reuse-window specifier
14408 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
14409 (display-buffer-normalize-specifiers-2):
14410 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
14411 pop-up-windows is unset. Add a reuse-window specifier for the
14412 case popping up a new window fails.
14413 (special-display-popup-frame): Remove double quoting.
28dec25a 14414 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 14415
1c6d8c76
SM
144162011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * shell.el (shell-completion-vars): Set pcomplete-termination-string
14419 according to comint-completion-addsuffix.
14420
14421 * pcomplete.el: Convert to lexical binding and fix bug#8819.
14422 (pcomplete-suffix-list): Mark as obsolete.
14423 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
14424 pcomplete-seen in the closure.
14425 (pcomplete-comint-setup): Setup completion-at-point as well.
14426 (pcomplete--entries): New function.
14427 (pcomplete--env-regexp): New var.
14428 (pcomplete-entries): Rewrite to work with partial-completion and
14429 without relying on pcomplete-suffix-list.
14430 (pcomplete-pare-list): Remove, unused.
14431
25aef8b8
MR
144322011-06-17 Martin Rudalics <rudalics@gmx.at>
14433
14434 * window.el (display-buffer-alist): Set pop-up-window-min-height
14435 and pop-up-window-min-width in default value. Reported by
14436 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
14437 other-window-means-other-frame.
14438 (display-buffer-macro-specifiers): Comment out entry for
14439 other-window specifier.
14440 (display-buffer-other-window-means-other-frame): New function.
14441 (display-buffer-normalize-specifiers-1): New arguments
14442 buffer-name and label. Treat other-window case specially.
14443 (display-buffer-normalize-specifiers-2): Treat other-window case
14444 specially.
14445 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
14446 (display-buffer-normalize-specifiers):
14447 Call display-buffer-normalize-specifiers-3.
25aef8b8 14448
dbad4f69
MR
144492011-06-17 Martin Rudalics <rudalics@gmx.at>
14450
14451 * window.el (same-window-p): Fix two typos introduced when
14452 adding with-no-warnings.
d1067961
MR
14453 (display-buffer-normalize-specifiers-1): Don't check
14454 pop-up-frames for 'unset initialization.
14455 (display-buffer-normalize-specifiers-2): Major rewrite using
14456 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
14457 (pop-up-frames, display-buffer-reuse-frames)
14458 (display-buffer-mark-dedicated): Don't initialize to 'unset.
14459 Suggested by David Engster <deng@randomsample.de>.
14460 (even-window-heights): Initialize to 'unset.
14461 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
14462 (display-buffer-macro-specifiers): Don't pop up a new frame in the
14463 other window case.
dbad4f69 14464
9b9c9e3a
MR
144652011-06-16 Martin Rudalics <rudalics@gmx.at>
14466
bcd70d97
SM
14467 * window.el (display-buffer-normalize-specifiers-1):
14468 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 14469 second argument of display-buffer (Bug#8865).
981d5c09
MR
14470 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
14471 (switch-to-buffer-other-window-same-frame)
14472 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
14473 Adams (Bug#8875).
9c2755e9
MR
14474 (display-buffer): Don't check noninteractive when calling
14475 display-buffer-pop-up-frame.
14476 (display-buffer-pop-up-frame): Never pop up a frame in
14477 noninteractive mode (Bug#8857).
67222e1d
MR
14478 (enlarge-window, shrink-window): Don't report an error when the
14479 window can't be resized as requested (Bug#8862).
9b9c9e3a 14480
2b75be67
SM
144812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14482
9ffdd3ba
SM
14483 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
14484
cb581a67
SM
14485 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
14486
2b75be67
SM
14487 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
14488
8c0e3589
AM
144892011-06-15 Alan Mackenzie <acm@muc.de>
14490
cb581a67
SM
14491 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
14492 for declarators, disable knr checking to speed up for normal files.
14493 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 14494
b96e6cde
LMI
144952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14496
4bba86e6
LMI
14497 * net/network-stream.el (open-network-stream): Add the keyword
14498 :always-query-capabilities for the case where you want to force a
14499 `plain' network connection, but the protocol still requires the
14500 capabilitiy command (i.e., SMTP and EHLO).
14501
2b75be67 14502 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
14503 consistency with other `-live-p' functions.
14504
efdcdbf8
SM
145052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * window.el (same-window-buffer-names, same-window-regexps)
14508 (special-display-frame-alist, special-display-popup-frame)
14509 (special-display-function, special-display-buffer-names)
14510 (special-display-regexps, pop-up-frame-alist)
14511 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
14512 (pop-up-windows, split-window-preferred-function)
14513 (split-height-threshold, split-width-threshold, even-window-heights)
14514 (display-buffer-mark-dedicated): Don't encourage the use of
14515 display-buffer-alist from Elisp code.
14516
c5cde042
DN
145172011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
14518
14519 * progmodes/python.el (python-mode): Derive from prog-mode.
14520 * progmodes/ps-mode.el (ps-mode):
14521 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 14522 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
14523 * progmodes/ld-script.el (ld-script-mode): Likewise.
14524
baa1c9ab
MR
145252011-06-15 Martin Rudalics <rudalics@gmx.at>
14526
14527 * window.el (display-buffer-alist): Trim default value to avoid
14528 popping up a new frame (Bug#8857) or reusing an arbitrary window
14529 on another frame.
14530 (display-buffer): Do not fall back on popping up a new frame in
14531 batch mode (Bug#8857).
14532
c5dd5a51
CY
145332011-06-14 Chong Yidong <cyd@stupidchicken.com>
14534
14535 * cus-theme.el (describe-theme-1): Use custom-theme-p.
14536 (custom-theme-summary): New function.
14537 (customize-themes): Use it.
14538
d647b7c4
GM
145392011-06-13 Glenn Morris <rgm@gnu.org>
14540
14541 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
14542
9481c002
MR
145432011-06-13 Martin Rudalics <rudalics@gmx.at>
14544
357f93d2
MR
14545 * help.el (help-window): Remove variable.
14546 (help-window-point-marker, temp-buffer-max-height)
14547 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
14548 (help-print-return-message): Don't set help-window.
14549 (resize-temp-buffer-window): Rewrite cod eand doc-string.
14550 (help-window-setup-finish): Remove.
14551 (help-window-display-message, help-window-setup)
14552 (with-help-window): Major rewrite based on new
14553 display-buffer-window variable.
14554
14555 * help-mode.el (help-mode-finish): Remove help-window related
14556 code.
14557
14558 * view.el (view-exits-all-viewing-windows): Remove reference to
14559 view-return-to-alist in doc-string.
14560 (view-return-to-alist): Make obsolete.
14561 (view-buffer): Call pop-to-buffer-same-window and remove
14562 undo-window code.
14563 (view-buffer-other-window): Call pop-to-buffer-other-window and
14564 simplify code. Ignore second argument.
14565 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
14566 simplify code. Ignore second argument.
14567 (view-return-to-alist-update): Make obsolete.
14568 (view-mode-enter): Rename second argument to QUIT-RESTORE.
14569 Rewrite using quit-restore window parameters.
2b75be67
SM
14570 (view-mode-exit): Rename second argument to EXIT-ONLY.
14571 Rewrite using quit-restore-window.
357f93d2
MR
14572 (View-exit, View-exit-and-edit, View-leave, View-quit)
14573 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
14574 appropriate arguments.
14575 (view-end-message): Use quit-restore window parameter.
14576
9481c002
MR
14577 * window.el (display-buffer-function): Rewrite doc-string.
14578 (display-buffer-window, display-buffer-alist): New variables.
14579 (display-buffer-split-specifiers)
14580 (display-buffer-side-specifiers)
14581 (display-buffer-macro-specifiers): New constants.
14582 (display-buffer-even-window-sizes, display-buffer-set-height)
14583 (display-buffer-set-width, display-buffer-select-window)
14584 (display-buffer-in-window, display-buffer-reuse-window)
14585 (display-buffer-split-window-1, display-buffer-split-window)
14586 (display-buffer-split-atom-window, display-buffer-pop-up-window)
14587 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
14588 (display-buffer-in-side-window, normalize-buffer-to-display)
14589 (display-buffer-normalize-specifiers-1)
14590 (display-buffer-normalize-specifiers-2)
2b75be67
SM
14591 (display-buffer-normalize-specifiers, display-buffer-frame):
14592 New functions.
9481c002
MR
14593 (display-buffer): Major rewrite.
14594 (display-buffer-other-window, display-buffer-other-frame)
14595 (pop-to-buffer, switch-to-buffer-other-window)
14596 (switch-to-buffer-other-frame): Rewrite.
14597 (display-buffer-same-window, display-buffer-same-frame)
14598 (display-buffer-same-frame-other-window)
14599 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14600 (pop-to-buffer-other-window)
14601 (pop-to-buffer-same-frame-other-window)
14602 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
14603 (switch-to-buffer-other-window-same-frame): New functions.
14604 (same-window-p, special-display-p): Rewrite disabling warnings.
14605 Make obsolete.
14606 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14607 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
14608 Make obsolete
14609 (same-window-buffer-names, same-window-regexps)
14610 (special-display-frame-alist, special-display-popup-frame)
14611 (special-display-function, special-display-buffer-names)
14612 (special-display-regexps, pop-up-frame-alist)
14613 (pop-up-frame-function, split-window-preferred-function)
14614 (split-height-threshold, split-width-threshold)
14615 (even-window-heights): Make obsolete.
14616
9db51aca
GM
146172011-06-12 Glenn Morris <rgm@gnu.org>
14618
14619 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 14620 Misc simplifications.
9db51aca 14621
39cffb44
MR
146222011-06-12 Martin Rudalics <rudalics@gmx.at>
14623
14624 * window.el (window-safely-shrinkable-p): Restore function which
14625 was inadvertently removed in change from 2011-06-11. Declare as
14626 obsolete.
14627
2b75be67
SM
14628 * calendar/calendar.el (calendar-generate-window):
14629 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
14630 window-safely-shrinkable-p.
14631
a8955be7
GM
146322011-06-12 Glenn Morris <rgm@gnu.org>
14633
14634 * progmodes/fortran.el (fortran-mode-syntax-table):
14635 * progmodes/f90.el (f90-mode-syntax-table):
14636 Set % to punctuation. (Bug#8820)
14637 (f90-find-tag-default): Remove, no longer needed.
14638
f0d4059d
DC
146392011-06-12 Daniel Colascione <dan.colascione@gmail.com>
14640
14641 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
14642
1100a63c
CY
146432011-06-11 Chong Yidong <cyd@stupidchicken.com>
14644
14645 * image.el (image-animated-p): Return animation delay in seconds.
14646 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
14647 (image-animate-timeout): Remove DELAY argument. Don't assume
14648 every subimage has the same delay; get it from image-animated-p.
14649 (image-animate): Caller changed.
14650
def722bf
MA
146512011-06-11 Michael Albinus <michael.albinus@gmx.de>
14652
14653 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
14654 to ignored backtrace functions.
14655
0a2bb1a9
GM
146562011-06-11 Glenn Morris <rgm@gnu.org>
14657
14658 * calendar/appt.el (appt-disp-window-function): Doc fix.
14659 (appt-check): Handle overlapping appointments. (Bug#8337)
14660
6198ccd0
MR
146612011-06-11 Martin Rudalics <rudalics@gmx.at>
14662
14663 * window.el (window-tree-1, window-tree): New functions, moving
14664 the latter to window.el.
14665 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14666 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14667 (bw-refresh-edges): Remove.
14668 (balance-windows-1, balance-windows-2): New functions.
14669 (balance-windows): Rewrite in terms of window tree functions,
14670 balance-windows-1 and balance-windows-2.
14671 (bw-adjust-window): Remove.
14672 (balance-windows-area-adjust): New function with functionality of
14673 bw-adjust-window but using resize-window.
2b75be67
SM
14674 (set-window-text-height): Rewrite doc-string.
14675 Use normalize-live-window and resize-window.
14676 (enlarge-window-horizontally, shrink-window-horizontally):
14677 Rename argument to DELTA.
6198ccd0
MR
14678 (window-buffer-height): New function.
14679 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
14680 Rewrite using new window resize routines.
2b75be67
SM
14681 (kill-buffer-and-window, mouse-autoselect-window-select):
14682 Use ignore-errors instead of condition-case.
6198ccd0
MR
14683 (quit-window): Call delete-frame instead of delete-windows-on
14684 for the only buffer on frame.
14685
9397e56f
MR
146862011-06-10 Martin Rudalics <rudalics@gmx.at>
14687
14688 * loadup.el (top-level): Load window before files for the sake
14689 of replace-buffer-in-windows.
14690
14691 * files.el (read-buffer-to-switch)
14692 (switch-to-buffer-other-window)
2b75be67
SM
14693 (switch-to-buffer-other-frame, display-buffer-other-frame):
14694 Move to window.el.
9397e56f
MR
14695
14696 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
14697 (previous-buffer): Move to window.el.
14698
14699 * bindings.el (unbury-buffer): Move to window.el.
14700
14701 * window.el (delete-other-windows-vertically): Move after
14702 definition of delete-other-windows.
14703 (other-window, delete-windows-on, replace-buffer-in-windows):
14704 Move here from window.c.
14705 (record-window-buffer, unrecord-window-buffer)
14706 (set-window-buffer-start-and-point, switch-to-prev-buffer)
14707 (switch-to-next-buffer): New functions.
14708 (get-next-valid-buffer, last-buffer, next-buffer): Move here
14709 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
14710 (previous-buffer): Move here from simple.el.
14711 Call switch-to-prev-buffer.
9397e56f
MR
14712 (bury-buffer): Move here from buffer.c. Switch to previous
14713 buffer when window cannot be deleted.
14714 (unbury-buffer): Move here from bindings.el.
14715 (ctl-x-map): Move binding for other-window from window.c to
14716 here.
14717 (read-buffer-to-switch, switch-to-buffer-other-window)
14718 (switch-to-buffer-other-frame): Move here from files.el.
14719 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
14720 (switch-to-buffer): Move here from buffer.c.
14721 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 14722
562dd5e9
MR
147232011-06-10 Martin Rudalics <rudalics@gmx.at>
14724
14725 * window.el (window-min-height, window-min-width): Move here
14726 from window.c. Add defcustoms and rewrite doc-strings.
14727 (resize-mini-window, resize-window): New functions.
14728 (adjust-window-trailing-edge, enlarge-window, shrink-window):
14729 Move here from window.c.
14730 (maximize-window, minimize-window): New functions.
14731 (delete-window, delete-other-windows, split-window): Move here
14732 from window.c.
14733 (window-split-min-size): New function.
14734 (split-window-keep-point): Mention split-window-above-each-other
14735 instead of split-window-vertically.
2b75be67 14736 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
14737 Rename split-window-vertically to split-window-above-each-other
14738 and provide defalias for old definition.
14739 (split-window-side-by-side, split-window-horizontally):
14740 Rename split-window-horizontally to split-window-side-by-side
14741 and provide defalias for the old definition.
562dd5e9
MR
14742 (ctl-x-map): Move bindings for delete-window,
14743 delete-other-windows and enlarge-window here from window.c.
14744 Replace bindings for split-window-vertically and
14745 split-window-horizontally by bindings for
14746 split-window-above-each-other and split-window-side-by-side.
14747
14748 * cus-start.el (all): Remove entries for window-min-height and
14749 window-min-width. Add entries for window-splits and
14750 window-nest.
14751
f0da764a
GM
147522011-06-09 Glenn Morris <rgm@gnu.org>
14753
80675c21
GM
14754 * calendar/appt.el (appt-mode-line): New function.
14755 (appt-check, appt-disp-window): Use it.
14756
f0da764a
GM
14757 * files.el (hack-one-local-variable-eval-safep):
14758 Allow minor-modes with explicit +/-1 arguments.
14759
59f623b7
TZ
147602011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
14761
14762 * term/xterm.el (xterm): Add defgroup.
14763 (xterm-extra-capabilities): Add defcustom to supply known xterm
14764 capabilities, skip querying them, or query them (default).
14765 (terminal-init-xterm): Use it.
14766 (terminal-init-xterm-modify-other-keys): New function to set up
14767 modifyOtherKeys support to simplify `terminal-init-xterm'.
14768
9aab8e0d
MR
147692011-06-09 Martin Rudalics <rudalics@gmx.at>
14770
14771 * window.el (resize-window-reset, resize-window-reset-1)
14772 (resize-subwindows-skip-p, resize-subwindows-normal)
14773 (resize-subwindows, resize-other-windows, resize-this-window)
14774 (resize-root-window, resize-root-window-vertically)
14775 (window-deletable-p, window-or-subwindow-p)
14776 (frame-root-window-p): New functions.
14777
e8b08aee
GM
147782011-06-09 Glenn Morris <rgm@gnu.org>
14779
14780 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
14781 (ange-ftp-get-files): Use it.
14782
254c37a5
AK
147832011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
14784
14785 * mail/sendmail.el (mail-recover-1, mail-recover):
14786 * files.el (recover-file, recover-session):
14787 Handle dired-listing-switches not being just a single short option.
14788
35d7dbd3
GM
147892011-06-09 Glenn Morris <rgm@gnu.org>
14790
14791 * calendar/appt.el (appt-display-message, appt-disp-window):
14792 Handle lists of appointments.
14793
387522b2
MR
147942011-06-08 Martin Rudalics <rudalics@gmx.at>
14795
2b75be67
SM
14796 * window.el (one-window-p): Move down in code.
14797 Rewrite doc-string.
14798 (window-current-scroll-bars): Rewrite doc-string.
14799 Normalize live window argument.
387522b2
MR
14800 (walk-windows, get-window-with-predicate, count-windows):
14801 Rewrite doc-string. Use window-list-1.
14802 (window-in-direction-2, window-in-direction, get-mru-window):
14803 New functions.
14804
d8e4b68b 148052011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
14806
14807 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
14808 Doc fix (Bug#8713).
14809
148102011-06-08 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
14813
148142011-06-08 Juanma Barranquero <lekktu@gmail.com>
14815
14816 * loadhist.el (unload-feature-special-hooks):
14817 Add `comint-output-filter-functions'.
14818
0de12c52
IK
148192011-06-08 Ivan Kanis <gnu@kanis.fr>
14820
14821 * calendar/appt.el (appt-check): Move some initializations into the let.
14822
f3d1777e
MR
148232011-06-08 Martin Rudalics <rudalics@gmx.at>
14824
14825 * window.el (window-height): Defalias to window-total-height.
14826 (window-width): Defalias to window-body-width.
14827
18af70d0
CY
148282011-06-07 Chong Yidong <cyd@stupidchicken.com>
14829
14830 * image-mode.el (image-toggle-animation): New command.
14831 (image-mode-map): Bind it to RET.
14832 (image-mode): Update message.
14833 (image-toggle-display-image): Avoid a spurious cache flush.
14834 (image-transform-rotation): Doc fix.
14835 (image-transform-properties): Return quickly in the normal case.
14836 (image-animate-loop): Rename from image-animate-max-time.
14837
2b75be67 14838 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
14839 (create-animated-image): Remove unnecessary function.
14840 (image-animate): Rename from image-animate-start. New arg.
2b75be67 14841 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
14842 (image-animate-timer): Use car-safe.
14843 (image-animate-timeout): Rename argument.
14844
190b47e6
MR
148452011-06-07 Martin Rudalics <rudalics@gmx.at>
14846
14847 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
14848 window.c. Rename first argument to ALL-FRAMES.
14849 Rephrase doc-strings.
14850 (get-buffer-window-list): Rewrite using window-list-1.
14851 Rephrase doc-string.
a1511caf
MR
14852 (window-safe-min-height, window-safe-min-width): New constants.
14853 (window-size-ignore, window-min-size, window-min-size-1)
14854 (window-sizable, window-sizable-p, window-size-fixed-1)
14855 (window-size-fixed-p, window-min-delta-1, window-min-delta)
14856 (window-max-delta-1, window-max-delta, window-resizable)
14857 (window-resizable-p, window-total-height, window-total-width)
14858 (window-body-width): New functions.
14859 (window-full-height-p, window-full-width-p): Rewrite using
14860 window-total-size.
14861 (window-body-height): Rewrite using window-body-size.
190b47e6 14862
85cc1f11
MR
148632011-06-06 Martin Rudalics <rudalics@gmx.at>
14864
14865 * window.el (window-right, window-left, window-child)
14866 (window-child-count, window-last-child, window-any-p)
14867 (normalize-live-buffer, normalize-live-frame)
14868 (normalize-any-window, normalize-live-window)
14869 (window-iso-combination-p, window-iso-combined-p)
14870 (window-iso-combinations)
14871 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
14872 (windows-with-parameter, window-with-parameter)
14873 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
14874 (window-atom-check, window-side-check, window-check):
14875 New functions.
85cc1f11
MR
14876 (ignore-window-parameters, window-sides, window-sides-vertical)
14877 (window-sides-slots): New variables.
14878 (window-size-fixed): Move down in code. Minor doc-string fix.
14879
e7156492
AS
148802011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14881
14882 * comint.el (comint-dynamic-complete-as-filename)
14883 (comint-dynamic-complete-filename): Correctly call
14884 completion-in-region.
14885
7e821d0d
DD
148862011-06-05 Deniz Dogan <deniz@dogan.se>
14887
14888 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
14889 in last change.
14890
ac09b8a1
DD
148912011-06-05 Deniz Dogan <deniz@dogan.se>
14892
14893 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
14894 (rcirc): Use it to prompt for encryption.
14895
34699b85
RW
148962011-06-05 Roland Winkler <winkler@gnu.org>
14897
14898 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
14899 (bibtex-search-entries): New command bound to C-c C-a.
14900 (bibtex-display-entries): New function.
14901
004dedd3
RW
149022011-06-05 Roland Winkler <winkler@gnu.org>
14903
14904 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
14905 (bibtex-insert-kill): After yanking insert newline if necessary.
14906 (bibtex-initialize): Call bibtex-string-files-init only once.
14907 (bibtex-mode): Do not call easy-menu-add.
14908 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
14909 (bibtex-yank): Set arg properly if nil.
14910
022fe7ce
RW
149112011-06-05 Roland Winkler <winkler@gnu.org>
14912
2b75be67
SM
14913 * textmodes/bibtex.el (bibtex-search-entry-globally):
14914 New variable.
022fe7ce
RW
14915 (bibtex-search-entry): Use it.
14916
b7c3692a
RW
149172011-06-05 Roland Winkler <winkler@gnu.org>
14918
14919 * textmodes/bibtex.el (bibtex-entry-format): New option
14920 sort-fields.
14921 (bibtex-format-entry, bibtex-reformat): Honor this option.
14922 (bibtex-parse-entry): Return fields in proper order.
14923
8eda563d
JB
149242011-06-05 Juanma Barranquero <lekktu@gmail.com>
14925
14926 * doc-view.el (doc-view-remove-if): Move computation of result out
14927 of `dolist' to silence misleading lexical-binding warning.
14928
7dbe3dbc
CY
149292011-06-04 Chong Yidong <cyd@stupidchicken.com>
14930
14931 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
14932 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
14933
0c33dd17
MA
149342011-06-04 Michael Albinus <michael.albinus@gmx.de>
14935
14936 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
14937 "SunOS 5.10".
14938
f8f91c2b
MA
149392011-06-04 Michael Albinus <michael.albinus@gmx.de>
14940
14941 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
14942 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
14943 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
14944 (tramp-parse-putty):
14945 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
14946 (tramp-completion-function-alist-ssh)
14947 (tramp-completion-function-alist-telnet)
14948 (tramp-completion-function-alist-su)
14949 (tramp-completion-function-alist-putty): Set `tramp-autoload'
14950 cookie.
14951
14952 * net/tramp-ftp.el:
14953 * net/tramp-sh.el:
14954 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
14955 load "tramp.el" `tramp-set-completion-function'.
14956
e17d9003
SM
149572011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * shell.el: Require and use pcomplete.
14960 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
14961 (shell-completion-vars): Set pcomplete-default-completion-function.
14962
6c4cab03
DD
149632011-06-04 Deniz Dogan <deniz@dogan.se>
14964
14965 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
14966 `memq' (Bug#8799).
14967
ea9fafe0
SM
149682011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
14971
b3e945d3
JB
149722011-06-02 Juanma Barranquero <lekktu@gmail.com>
14973
14974 * bs.el (bs--mark-unmark, bs--nth-wrapper):
14975 * mpc.el (mpc-select-extend, mpc-songpointer-context):
14976 * vc/log-view.el (log-view-beginning-of-defun):
14977 * vc/smerge-mode.el (smerge-apply-resolution-patch)
14978 (smerge-refine-forward, smerge-refine-chopup-region):
14979 Silence warning for unused `dotimes' counter variables.
14980
7d520089
SM
149812011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14982
14983 * net/tramp.el (tramp-with-progress-reporter): Rename from
14984 with-progress-reporter. Use `declare'.
14985 * net/tramp-smb.el:
14986 * net/tramp-sh.el:
14987 * net/tramp-gvfs.el: Update all uses.
14988
a1c2400f
JB
149892011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
14990
14991 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
14992 buffer isn't killed before making it current.
14993
2403c841
SM
149942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 Silence various byte-compiler warnings.
14997 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14998 `access-type' and new obsolescence format.
14999 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15000 new format.
15001 (byte-compile-check-variable): New `access-type' argument.
15002 Only warn if the access-type is obsolete.
15003 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15004 (byte-compile-variable-set): Adjust callers.
15005 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15006 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15007 setting it as obsolete.
15008 * simple.el (minibuffer-completing-symbol):
15009 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15010 access as obsolete.
15011 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15012 obsolete yet.
15013 * international/quail.el (quail-mouse-choose-completion): Remove unused
15014 code referring to obsolete var.
15015 (quail-choose-completion-string): Remove.
15016 * server.el (server-clients-with, server-kill-buffer-query-function)
15017 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15018 * proced.el (proced-send-signal):
15019 * emacs-lisp/lisp.el (lisp-complete-symbol):
15020 Replace completion-annotate-function with completion-extra-properties.
15021
2462470b
SM
150222011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15023
fb5b2591
SM
15024 * simple.el (goto-line): Use read-number.
15025 (overriding-map-is-bound): Remove.
15026 (saved-overriding-map): Change default.
15027 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15028 Take the map as argument.
15029 (universal-argument, negative-argument, digit-argument): Use it.
15030 (restore-overriding-map): Adjust.
15031 (do-auto-fill): Use fill-forward-paragraph.
15032 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15033
fd6fa53f
SM
15034 * minibuffer.el (minibuffer-inactive-mode-map): New var.
15035 (minibuffer-inactive-mode): New major mode.
15036 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15037 the *Messages* buffer" hack.
15038 (mouse-popup-menubar): Don't burp if the event is a normal key.
15039
2462470b
SM
15040 Miscellaneous tweaks.
15041 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15042 lexical scoping as in subr.el's dolist and dotimes.
15043 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15044 Silence compiler warning.
15045 * thingatpt.el (forward-whitespace): Trivial coding style fix.
15046 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15047 * international/ccl.el (ccl-compile): Trivial simplification.
15048 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15049 * emacs-lisp/testcover.el (testcover-end): Remove spurious
15050 `printflag' argument.
15051 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15052 Purecopy the whole obsolescence data.
15053
108bf785
LL
150542011-06-01 Leo Liu <sdl.web@gmail.com>
15055
15056 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15057 improve doc-string as suggested by Marco Pessotto
15058 <melmothx@gmail.com>.
15059 (rcirc-print): Fix last change.
15060
30a23501
SM
150612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * minibuffer.el (complete-with-action): Return nil for the metadata and
15064 boundaries of non-functional tables.
15065 (completion-table-dynamic): Return nil for the metadata.
15066 (completion-table-with-terminator): Add default case, using
15067 complete-with-action.
15068 (completion--metadata): New function.
15069 (completion-all-sorted-completions, minibuffer-completion-help): Use it
15070 to try and avoid pathological performance problems.
15071 (completion--embedded-envvar-table): Return `category' metadata.
15072
bcd54f83
LMI
150732011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15074
15075 * subr.el (process-alive-p): New tiny convenience function.
15076
e227544d
SM
150772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15080 content but also its previous major mode.
15081
e8296fdc
HE
150822011-05-31 Helmut Eller <eller.helmut@gmail.com>
15083
4d61f28d 15084 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
15085 *Backtrace* buffer when we exit with C-M-c.
15086
620c53a6
SM
150872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * minibuffer.el: Add metadata method to completion tables.
15090 (completion-category-overrides): New defcustom.
15091 (completion-metadata, completion--field-metadata)
15092 (completion-metadata-get, completion--styles)
15093 (completion--cycle-threshold): New functions.
15094 (completion-try-completion, completion-all-completions):
15095 Add `metadata' argument to choose completion-styles.
15096 (completion--do-completion): Use metadata to choose cycling.
15097 (completion-all-sorted-completions): Use metadata for sorting.
15098 Remove :completion-cycle-penalty which is not needed any more.
15099 (completion--try-word-completion): Add `metadata' argument.
15100 (minibuffer-completion-help): Check metadata for annotation function
15101 and sorting.
15102 (completion-file-name-table): Return `category' metadata.
15103 (minibuffer-completing-file-name): Make obsolete.
15104 * simple.el (minibuffer-completing-symbol): Make obsolete.
15105 * icomplete.el (icomplete-completions): Pass new `metadata' param to
15106 completion-try-completion.
15107
1257e755
SM
151082011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15109
15110 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15111
3767e706
LL
151122011-05-30 Leo Liu <sdl.web@gmail.com>
15113
15114 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
15115 (rcirc-print): Decode all incoming messages (bug#8744).
15116 (rcirc-decode-coding-system): Allow value nil for automatic coding
15117 system detection.
3767e706 15118
d1a5d56a
GM
151192011-06-01 Glenn Morris <rgm@gnu.org>
15120
15121 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15122
e8cbec34
CY
151232011-05-29 Chong Yidong <cyd@stupidchicken.com>
15124
15125 * image.el (image-animate-max-time): Allow nil and t values.
15126 Default to nil.
15127 (create-animated-image): Doc fix.
15128 (image-animate-start): Remove second arg; just use
15129 image-animate-max-time.
15130 (image-animate-timeout): Doc fix. Args changed.
15131
15132 * image-mode.el (image-toggle-display-image): Ensure that the
15133 image spec passed to the animate timer is the same object as in
58179cce 15134 the buffer's display property (Bug#6981).
e8cbec34
CY
15135 (image-transform-properties): Doc fix.
15136
15137 * image.el (image-animate-max-time): Default to nil.
15138
159daf87
MR
151392011-05-29 Martin Rudalics <rudalics@gmx.at>
15140
15141 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15142 entire buffer list (Bug#8184).
15143
d66c4c7c
CY
151442011-05-29 Chong Yidong <cyd@stupidchicken.com>
15145
15146 * image.el (imagemagick-types-inhibit)
15147 (imagemagick-register-types): Doc fix.
15148
80aec780
DD
151492011-05-29 Deniz Dogan <deniz@dogan.se>
15150
15151 * net/rcirc.el (rcirc): Use the user's stored encryption method by
15152 default.
15153
1dd3c2d9
CY
151542011-05-29 Chong Yidong <cyd@stupidchicken.com>
15155
15156 * select.el: Don't perform clipboard-manager saving in hooks;
15157 leave the hooks empty.
15158
60e56523
LL
151592011-05-28 Leo Liu <sdl.web@gmail.com>
15160
15161 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15162 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15163 (occur-edit-mode): New major mode (Bug#8463).
15164 (occur-after-change-function): New function.
15165 (occur-engine): Give Occur tags a read-only property.
15166
2b1e1a22
KR
151672011-05-28 Kevin Ryde <user42@zip.com.au>
15168
15169 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15170
5d344e88
CY
151712011-05-28 Chong Yidong <cyd@stupidchicken.com>
15172
8e6ca83d
CY
15173 * bindings.el (help-echo): Make the initial non-indicator dash
15174 empty on graphical terminals (Bug#7295).
15175
5d344e88
CY
15176 * files.el (auto-mode-alist): Move config rule after the
15177 in-stripping one (Bug#8547).
15178
bfbbace7
CY
15179 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15180
fbeba6e2
CY
15181 * startup.el (normal-splash-screen): Remove gratuitous mode-line
15182 setting (Bug#8740).
15183
60ed8c72
AA
151842011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
15185
4ac619f0
AA
15186 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15187 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15188 (Bug#8539).
60ed8c72 15189
23db196e
CY
151902011-05-28 Chong Yidong <cyd@stupidchicken.com>
15191
15192 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15193
5012f24c
DK
151942011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
15195
15196 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15197 (hs-hide-block-at-point, hs-find-block-beginning)
15198 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15199 (Bug#8279).
15200
6a639b16
GM
152012011-05-28 Glenn Morris <rgm@gnu.org>
15202
15203 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
15204
d43eaf2c
CY
152052011-05-28 Chong Yidong <cyd@stupidchicken.com>
15206
5199bde1
CY
15207 * help-fns.el (describe-function-1): If the function is a derived
15208 major mode, print the parent mode.
15209
d43eaf2c
CY
15210 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
15211 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
15212
423428a8
SM
152132011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15214
0ff8e1ba 15215 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 15216 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
15217 * progmodes/etags.el (tags-completion-at-point-function):
15218 * info-look.el (info-lookup-completions-at-point): Mark as
15219 non-exclusive.
15220 (info-complete): Adjust accordingly.
15221
423428a8
SM
15222 * info-look.el: Convert to lexical-binding and completion-at-point.
15223 (info-lookup-completions-at-point): New function.
15224 (info-complete): Use it and completion-in-region.
15225
b74aa22b
DA
152262011-05-28 Drew Adams <drew.adams@oracle.com>
15227
15228 * isearch.el: Let M-e start with point at the first mismatched char.
15229 (isearch-fail-pos): New function.
15230 (isearch-edit-string): Use it.
15231
66e2e71d
DK
152322011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15233
15234 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15235
b1890b0f 152362011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
15237
15238 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
15239 traversal functions for avl-trees.
15240 (avl-tree--stack): New struct.
15241 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
15242 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
15243 (avl-tree--do-enter): Add optional `updatefun' arg.
15244 Change return value.
eb95d01d 15245 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
15246 (avl-tree--do-delete): Add `test' and `nilflag' args.
15247 Change return value.
eb95d01d
TC
15248 (avl-tree-member): Add optional `nilflag'
15249 (avl-tree-member-p): New function.
15250 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
15251 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
15252 (avl-tree-stack-empty-p): New functions.
15253
3769ddcf
TC
15254 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
15255 avl-tree--del-balance1 and make it work both ways.
15256 (avl-tree--del-balance2): Remove.
15257 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
15258 make it work both ways.
15259 (avl-tree--enter-balance2): Remove.
15260 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
15261 New macros.
15262 (avl-tree--mapc, avl-tree-map): Add direction argument.
15263
eb95d01d 152642011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
15265
15266 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
15267
a9f737ee
CY
152682011-05-27 Chong Yidong <cyd@stupidchicken.com>
15269
15270 * select.el: Support clipboard managers with built-in function
15271 x-clipboard-manager-save, via delete-frame-functions and
15272 kill-emacs-hook.
15273 (xselect-convert-to-targets): Add MULTIPLE target to list.
15274 (xselect-convert-to-save-targets): New function.
15275
c92a1e54
KH
152762011-05-27 Kenichi Handa <handa@m17n.org>
15277
15278 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
15279 let-binding rfc2047-encode-encoded-words to nil.
15280
e145f188
GM
152812011-05-27 Glenn Morris <rgm@gnu.org>
15282
5ec8a862
GM
15283 * mail/emacsbug.el: Don't require url-util.
15284
4b29d9fb
GM
15285 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
15286
e145f188
GM
15287 * files.el (set-auto-mode):
15288 Also respect mode: entries at the end of the file. (Bug#8586)
15289
7d15102b
GM
152902011-05-26 Glenn Morris <rgm@gnu.org>
15291
98f593b8
GM
15292 * files.el (hack-local-variables-prop-line, hack-local-variables):
15293 Downcase mode names, as seems to be traditional.
27b48e63 15294 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 15295
7d15102b
GM
15296 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
15297 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
15298
51d5b4ec
JD
152992011-05-25 Julien Danjou <julien@danjou.info>
15300
15301 * textmodes/rst.el (rst-define-level-faces): Do not define face
15302 symbol if it is already defined.
15303
91513f63
VB
153042011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
15305
15306 * play/5x5.el (5x5-new-game, 5x5-randomize):
15307 Reset 5x5-solver-output to nil when a new grid is cast.
15308 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
15309 these debugging traces, as defmacro breaks the compiled code.
15310
4d90d6d0
DK
153112011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15312
15313 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15314
e1b90ef6
LL
153152011-05-24 Leo Liu <sdl.web@gmail.com>
15316
15317 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
15318 (vc-bzr-sha1): Adapt.
15319
d8e4b68b 15320 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
15321
15322 * bindings.el: Provide sha1 feature.
15323
db0406bb 153242011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
15325
15326 * mail/sendmail.el: Require `rfc2047'.
15327 (mail-insert-from-field): Do not perform RFC2047 encoding.
15328 (mail-encode-header): New function.
15329 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
15330 buffer to the return value of select-message-coding-system.
15331 Call mail-encode-header.
b8d747b9
KH
15332
15333 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
15334
db0406bb 153352011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 15336
4d90d6d0
DK
15337 * mail/supercite.el (sc-default-cite-frame):
15338 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 15339
eb8a5e9b
GM
153402011-05-24 Glenn Morris <rgm@gnu.org>
15341
f8630703
GM
15342 * progmodes/python.el (brm-menu): Declare.
15343
8831bbed
GM
15344 * emulation/viper.el (viper-set-hooks): Declare.
15345
eb8a5e9b
GM
15346 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
15347 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
15348 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
15349 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
15350 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
15351 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
15352
a2a25d24
SM
153532011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 Add an :exit-function for completion-at-point.
15356
15357 * minibuffer.el (completion--done): New fun.
15358 (completion--do-completion): Use it. New arg `expect-exact'.
15359 (minibuffer-complete, minibuffer-complete-word): Don't output message,
15360 since completion--do-completion does it for us now.
15361 (minibuffer-force-complete): Use completion--done and
15362 completion--replace. Handle sole-completion case with more care.
15363 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
15364 (completion-extra-properties): New var.
15365 (completion-annotate-function): Make obsolete.
15366 (minibuffer-completion-help): Adjust accordingly.
15367 Use completion-list-insert-choice-function.
15368 (completion-at-point, completion-help-at-point):
15369 Bind completion-extra-properties.
15370 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
15371 * simple.el (completion-list-insert-choice-function): New var.
15372 (completion-setup-function): Preserve it.
15373 (choose-completion): Pay attention to it, shuffle the code a bit.
15374 (choose-completion-string): New arg `insert-function'.
15375
15376 * textmodes/bibtex.el: Convert to lexical binding.
15377 (bibtex-mode-map): Use completion-at-point.
15378 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
15379 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
15380 (bibtex-complete): Define as obsolete alias.
15381 (bibtex-complete-internal): Remove.
15382 (bibtex-format-entry): Remove unused sub-group in regexp.
15383 * shell.el (shell--command-completion-data)
15384 (shell-environment-variable-completion):
15385 * pcomplete.el (pcomplete-completions-at-point):
15386 * comint.el (comint--complete-file-name-data): Use :exit-function
15387 instead of completion-table-with-terminator so it also works for
15388 choose-completion.
15389
e44e373d
SM
153902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15391
4f91a816
SM
15392 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
15393
782fc819
SM
15394 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
15395 (bug#8710).
15396
e44e373d
SM
15397 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
15398
381987c3
KM
153992011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
15400
15401 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
15402 customization variable and implement: If non-nil, auto-fill will
15403 be inhibited while on topic's header line.
15404
b776bc70
VB
154052011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
15406
15407 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 15408 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
15409 always have a solution in grid size = 5 cases.
15410 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
15411 (5x5-solver-output, 5x5-log-buffer): New vars.
15412 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
15413 Make these variables buffer local to achieve 5x5 multi-session-ness.
15414 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
15415 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
15416 (5x5-solve-suggest): New funs.
15417 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
15418 randomize a grid so that we ensure that there is always a solution.
15419 (5x5-make-random-grid): Allow other movement than flipping.
15420
7de88b6e
KR
154212011-05-23 Kevin Ryde <user42@zip.com.au>
15422
15423 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 15424 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
15425 advice and passes PREDICATE.
15426
b1ef1257
SM
154272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15428
bbca48fe
SM
15429 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
15430 byte-compile-lambda if it's actually a lambda.
15431
b1ef1257
SM
15432 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
15433 Fix function quoting. Use backquote better.
15434
92a9cc65
YS
154352011-05-22 Yuanle Song <sylecn@gmail.com>
15436
15437 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
15438 matching (Bug#8516).
15439
f0fb8059
JA
154402011-01-22 Jari Aalto <jari.aalto@cante.net>
15441
15442 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
15443 different face (Bug#8178).
15444
d5b44c93
CY
154452011-05-22 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
15448 defface (Bug#8144).
15449
79106a44
SM
154502011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15451
9c848d8a
SM
15452 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
15453 funcall as well (bug#8712). Warn when performing those conversions.
15454 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
15455
79106a44
SM
15456 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
15457
88dfa756
GM
154582011-05-22 Glenn Morris <rgm@gnu.org>
15459
15460 * files.el (hack-local-variables-prop-line): Small simplifications.
15461 (hack-local-variables, hack-local-variables-prop-line):
15462 If MODE-ONLY, return the mode, rather than just `t'.
15463
b7cf2c79
SM
154642011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
15467
3f1a8558
GM
154682011-05-21 Glenn Morris <rgm@gnu.org>
15469
7e4ccca3
GM
15470 * files.el (hack-local-variables-prop-line, hack-local-variables):
15471 If only interested in the mode, don't bother doing the other stuff.
15472
637d46ca
GM
15473 * image-mode.el (image-after-revert-hook):
15474 Redraw all frames on which the image is visible. (Bug#8567)
15475
973d955b
GM
15476 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
15477
3f1a8558
GM
15478 * wid-edit.el (widget-checklist-match-inline):
15479 Fix 2011-04-19 change. (Bug#8649)
15480
96479927
SM
154812011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15482
1dcf791f
SM
15483 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
15484 Also allow singlespace after single-letter capitals followed by a dot.
15485
96479927
SM
15486 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
15487 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
15488
35fd0881
N
154892011-05-20 Nix <nix@esperi.org.uk>
15490
15491 * files.el (basic-save-buffer-2):
15492 Fix handling of break-hardlink-on-save with non-existent files.
15493
82745640
DD
154942011-05-19 Deniz Dogan <deniz@dogan.se>
15495
15496 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 15497 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 15498
4a720484
GM
154992011-05-19 Glenn Morris <rgm@gnu.org>
15500
d1f21341
GM
15501 * progmodes/f90.el (f90-type-def-re):
15502 Handle "type, bind(c)". (Bug#8691)
15503
4a720484
GM
15504 * emacs-lisp/autoload.el (batch-update-autoloads):
15505 Set autoload-excludes by parsing loadup.el rather than Makefiles.
15506
2fb0a219
MA
155072011-05-18 Michael Albinus <michael.albinus@gmx.de>
15508
15509 * net/tramp.el (tramp-process-actions): Set "first-password-request"
15510 property for the correct connection in case of multihops.
15511
e565dd37
GM
155122011-05-18 Glenn Morris <rgm@gnu.org>
15513
c2571358 15514 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
15515 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
15516
e565dd37
GM
15517 Rationalize calendar handling of day and month abbrev-arrays.
15518 * calendar/calendar.el (calendar-customized-p): New function.
15519 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
15520 (calendar-day-name-array, calendar-month-name-array): Doc fix.
15521 Add :set function.
15522 (calendar-abbrev-length, calendar-day-abbrev-array)
15523 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
15524 (calendar-day-abbrev-array, calendar-month-abbrev-array):
15525 Elements may no longer be nil.
15526 (calendar-day-name, calendar-month-name):
15527 Update for changed nature of abbrev arrays.
15528 * calendar/diary-lib.el (diary-name-pattern):
15529 Update for changed nature of abbrev arrays.
15530 (diary-mark-entries-1): Update calendar-make-alist calls.
15531 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
15532 * calendar/cal-html.el (cal-html-day-abbrev-array):
15533 Simply inherit from calendar-day-abbrev-array.
15534
1d99a745
SM
155352011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15536
15537 * progmodes/grep.el (grep-mode): Disable default
15538 compilation-directory-matcher setting (bug#8684).
15539
7c1d9aa0
MA
155402011-05-17 Michael Albinus <michael.albinus@gmx.de>
15541
15542 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
15543 instead of "head" and "tail". There were problems with SunOS 5.9,
15544 and it performs better.
15545
3952e9d8
GM
155462011-05-17 Glenn Morris <rgm@gnu.org>
15547
2dd12e7f
GM
15548 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
15549
e4157b9c
GM
15550 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
15551 Replace obsolete function.
15552
8e249bbd
GM
15553 * shell.el (pcomplete-parse-arguments-function): Declare.
15554
3952e9d8
GM
15555 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
15556 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
15557 (appt-check): Doc fixes.
15558 (appt-disp-window-function, appt-delete-window-function):
15559 Remove needless special case in custom :type.
15560 (appt-display-count): Default to 0, not nil.
15561 (appt-check): Reset appt-display-count to 0, not nil.
15562
c71a0d48 155632011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 15564
c71a0d48
GM
15565 * progmodes/python.el (python-font-lock-keywords):
15566 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 15567
31d55be9
SM
155682011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
15571
3bfacb2f
KR
155722011-05-16 Kevin Ryde <user42@zip.com.au>
15573
15574 * info-look.el (makefile-automake-mode): New setups, looking in
15575 automake manual, then makefile-mode.
15576 (makefile-mode): Remove automake manual, have it just in
15577 makefile-automake-mode since there's various things different or
15578 not relevant to plain make.
15579 (makefile-mode): Remove "other-modes" non-existent automake-mode,
15580 believe a hypothetical automake-mode would go to makefile-mode,
15581 not the other way around.
15582
c8e83751
CY
155832011-05-15 Chong Yidong <cyd@stupidchicken.com>
15584
5e9e35cd
CY
15585 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
15586 hunk-end tags (Bug#8672).
15587
c8e83751
CY
15588 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
15589 vc-annotate-show-diff-revision-at-line (Bug#8671).
15590
50b23e5a
GM
155912011-05-14 Glenn Morris <rgm@gnu.org>
15592
7210a739
GM
15593 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
15594 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
15595 (change-log-font-lock-keywords): Also handle multiple author lines
15596 with leading tabs. (Bug#8644)
7210a739 15597
4691905a
GM
15598 * calendar/appt.el (appt-check): Rename some local variables.
15599 Some simplification/reordering.
15600
50b23e5a
GM
15601 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
15602 (feedmail-sendmail-f-doesnt-sell-me-out)
15603 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
15604 (feedmail-debug-sit-for, feedmail-queue-express-hook)
15605 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
15606 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
15607 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
15608 (feedmail-binmail-gnulinuxish-template):
15609 Rename from feedmail-binmail-linuxish-template.
15610 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
15611 Use insert-buffer-substring.
15612
215cda7c
BC
156132011-05-14 Bill Carpenter <bill@carpenter.org>
15614
15615 * mail/feedmail.el (feedmail-patch-level): Increase.
15616 (feedmail-debug): New custom group.
15617 (feedmail-confirm-outgoing-timeout)
15618 (feedmail-sendmail-f-doesnt-sell-me-out)
15619 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
15620 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
15621 (feedmail-sender-line, feedmail-from-line)
15622 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 15623 (feedmail-spray-this-address)
215cda7c
BC
15624 (feedmail-spray-address-fiddle-plex-list)
15625 (feedmail-queue-use-send-time-for-date)
15626 (feedmail-queue-use-send-time-for-message-id)
15627 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
15628 (feedmail-buffer-eating-function):
15629 Doc fixes.
15630 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
15631 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
15632 (feedmail-message-action-scroll-down): New functions.
15633 (feedmail-queue-directory, feedmail-queue-draft-directory):
15634 Use expand-file-name.
15635 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
15636 Remove C-v help entry.
15637 (feedmail-queue-buffer-file-name): New variable.
15638 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
15639 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
15640 (feedmail-message-action-send-strong, feedmail-message-action-edit)
15641 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
15642 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
15643 (feedmail-message-action-toggle-spray)
15644 (feedmail-run-the-queue-no-prompts)
15645 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
15646 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
15647 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
15648 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
15649 (feedmail-envelope-deducer, feedmail-fiddle-from)
15650 (feedmail-fiddle-sender, feedmail-default-date-generator)
15651 (feedmail-fiddle-date, feedmail-fiddle-message-id)
15652 (feedmail-fiddle-spray-address)
15653 (feedmail-fiddle-list-of-spray-fiddle-plexes)
15654 (feedmail-fiddle-list-of-fiddle-plexes)
15655 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
15656 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
15657 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
15658 Change default. Doc fix.
15659 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
15660 (feedmail-binmail-linuxish-template): New constant.
15661 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
15662 Respect feedmail-sendmail-f-doesnt-sell-me-out.
15663 (feedmail-send-it): Add debug call.
15664 Use feedmail-queue-buffer-file-name, and
15665 feedmail-send-it-immediately-wrapper.
15666 (feedmail-message-action-send): Add debug call.
15667 Use feedmail-send-it-immediately-wrapper.
15668 (feedmail-queue-express-to-queue): Add debug call.
15669 Run feedmail-queue-express-hook.
15670 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
15671 (feedmail-message-action-help-blat):
15672 Rename from feedmail-queue-send-edit-prompt-help-first.
15673 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
15674 Check line-endings. Handle errors better.
15675 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
15676 Doc fix. Add debug call.
15677 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
15678 Use feedmail-queue-send-edit-prompt-inner.
15679 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
15680 (feedmail-queue-send-edit-prompt-inner): New function, extracted
15681 from feedmail-queue-send-edit-prompt.
15682 (feedmail-queue-send-edit-prompt-help)
15683 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
15684 (feedmail-tidy-up-slug): Add debug call.
15685 Respect feedmail-queue-slug-suspect-regexp.
15686 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
15687 (feedmail-dump-message-to-queue): Add debug call.
15688 Expand queue-directory.
15689 (feedmail-dump-message-to-queue): Change message slightly.
15690 Use feedmail-say-chatter.
15691 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
15692 (feedmail-send-it-immediately-wrapper): New function.
15693 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
15694 Insert empty string rather than newline. Handle full-frame case.
15695 Use catch/throw. Use feedmail-say-chatter.
15696 (feedmail-fiddle-from): Try mail-host-address.
15697 (feedmail-default-message-id-generator): Doc fix.
15698 Bind system-time-locale. Handle missing end.
15699 (feedmail-fiddle-x-mailer): Add debug call.
15700 Handle feedmail-x-mailer-line being nil.
15701 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
15702 Add debug call. Use buffer-substring-no-properties.
15703 (feedmail-say-debug, feedmail-say-chatter): New functions.
15704 (feedmail-find-eoh): Give an explicit error.
15705
42c7e61e
UJ
157062011-05-13 Ulf Jasper <ulf.jasper@web.de>
15707
c2571358 15708 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 15709 family from helvetica to sans.
c2571358 15710 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
15711 etc/images/newsticker.
15712
c2571358 15713 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
15714 family from helvetica to sans.
15715
15716 * net/newst-plainview.el (newsticker-new-item-face)
15717 (newsticker-old-item-face, newsticker-immortal-item-face)
15718 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 15719 (newsticker-statistics-face): Change default family from
42c7e61e 15720 helvetica to sans.
c2571358 15721 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
15722 etc/images/newsticker.
15723
5d3385a0
JB
15724 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
15725 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
15726 auto-marking.
15727
8497a297
DV
157282011-05-13 Didier Verna <didier@xemacs.org>
15729
15730 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
15731 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
15732 TODO entries.
8497a297
DV
15733 (lisp-lambda-list-keyword-parameter-indentation)
15734 (lisp-lambda-list-keyword-parameter-alignment)
15735 (lisp-lambda-list-keyword-alignment): New customizable user options.
15736 (lisp-indent-defun-method): Improve docstring.
15737 (extended-loop-p): Fix comment.
15738 (lisp-indent-lambda-list-keywords-regexp): New variable.
15739 (lisp-indent-lambda-list): New function.
15740 (lisp-indent-259): Use it.
15741 (lisp-indent-defmethod): Support for more than one
15742 method qualifier and properly indent methods lambda-lists.
15743 (defgeneric): Provide a missing common-lisp-indent-function property.
15744
f278f87f
SM
157452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
15748 bounds for the empty string (bug#8667).
15749
5233edd7
GM
157502011-05-13 Glenn Morris <rgm@gnu.org>
15751
5237a44f
GM
15752 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
15753
8340026c 15754 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 15755 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 15756
5233edd7 15757 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 15758 (appt-time-msg-list): Doc fix.
a5464014 15759 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 15760
92d10796
AS
157612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
15762
15763 * progmodes/ld-script.el (ld-script-keywords)
15764 (ld-script-builtins): Update keywords list.
15765
914a0ae1
SM
157662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15767
c89be45f
SM
15768 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
15769
914a0ae1
SM
15770 * shell.el (shell-completion-vars): New function.
15771 (shell-mode):
15772 * simple.el (read-shell-command): Use it.
15773 (blink-matching-open): No need for " [...]" in minibuffer-message.
15774
98dc3df3
GM
157752011-05-12 Glenn Morris <rgm@gnu.org>
15776
15777 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
15778 (appt-check): Simplify.
15779
d2fc7e3d 157802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 15781
4d61f28d 15782 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
15783 literal "/dev/null".
15784
d2fc7e3d 157852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
15786
15787 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
15788 Fix typo.
15789
d2fc7e3d 157902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 15791
3f254caa
SM
15792 * progmodes/which-func.el (which-function):
15793 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
15794 which might not be defined (Bug#8260).
15795
d45885f7
GM
157962011-05-12 Glenn Morris <rgm@gnu.org>
15797
15798 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
15799 Let byte-compile-initial-macro-environment always take precedence.
15800
488086f4
SM
158012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15802
15803 * net/rcirc.el: Add support for SSL/TLS connections.
15804 (rcirc-server-alist): New field `encryption'.
15805 (rcirc): Check `encryption' settings.
15806 (rcirc-connect): New arg `encryption'. Use open-network-stream.
15807 Merge make-local-variable into `set'.
15808 (rcirc--connection-open-p): New function.
15809 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
15810 the process is not a network process (e.g. running gnutls-cli).
15811 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15812 Make rcirc-(en|de)code-coding-system local here.
15813 (rcirc-mode): Merge make-local-variable into `set'.
15814 (rcirc-parent-buffer): Make permanent buffer-local.
15815 (rcirc-multiline-minor-mode): Don't do it here.
15816 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
15817 there's no server buffer.
15818
7d3b9d44
GM
158192011-05-11 Glenn Morris <rgm@gnu.org>
15820
f64049c6
GM
15821 * newcomment.el (comment-kill): Prefix "unused" local.
15822
93c9df73
GM
15823 * term/w32console.el (get-screen-color): Declare.
15824
7d3b9d44
GM
15825 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
15826 Handle symbol elements of byte-compile-initial-macro-environment.
15827
9e2dd53f
LL
158282011-05-10 Leo Liu <sdl.web@gmail.com>
15829
488086f4
SM
15830 * bookmark.el (bookmark-bmenu-mode-map):
15831 Bind bookmark-bmenu-search to `/'.
8b340240 15832
9e2dd53f 15833 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
15834 (footnote-unicode-string, footnote-unicode-regexp): New variable.
15835 (Footnote-unicode): New function.
15836 (footnote-style-alist): Add unicode style to the list.
15837 (footnote-style): Doc fix.
9e2dd53f 15838
79b70037
GM
158392011-05-10 Jim Meyering <meyering@redhat.com>
15840
15841 Fix doubled-word typos.
15842 * international/quail.el (quail-insert-kbd-layout): and and -> and
15843 * kermit.el: and and -> and
15844 * net/ldap.el (ldap-search-internal): to to -> to
15845 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
15846 * progmodes/js.el (js-mode): and and -> and
15847 * textmodes/artist.el (artist-move-to-xy): at at -> at
15848 (artist-draw-region-trim-line-endings): if if -> if
15849 And Safetyc -> Safety.
15850 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
15851
b8f82dc1 158522011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 15853 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
15854
15855 * files.el (hack-one-local-variable-eval-safep):
15856 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
15857
4f99f44b
GM
158582011-05-10 Glenn Morris <rgm@gnu.org>
15859
15860 * calendar/diary-lib.el (diary-list-entries-hook)
15861 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
15862 (diary-nongregorian-marking-hook, diary-list-entries)
15863 (diary-include-other-diary-files, diary-mark-entries)
15864 (diary-mark-included-diary-files): Doc fixes.
15865
84f29e6b
JB
158662011-05-09 Juanma Barranquero <lekktu@gmail.com>
15867
15868 * misc.el: Require tabulated-list.el during compilation.
15869
9bedd73a
CY
158702011-05-09 Chong Yidong <cyd@stupidchicken.com>
15871
488086f4
SM
15872 * progmodes/compile.el (compilation-start):
15873 Run compilation-filter-hook for the async case too.
9bedd73a
CY
15874 (compilation-filter-hook): Doc fix.
15875
797c735c
DD
158762011-05-09 Deniz Dogan <deniz@dogan.se>
15877
15878 * wdired.el: Remove outdated installation comment. Fix usage
15879 comment.
15880
5f4b1dfe
JB
158812011-05-09 Juanma Barranquero <lekktu@gmail.com>
15882
15883 * misc.el: Implement new command `list-dynamic-libraries'.
15884 (list-dynamic-libraries--loaded-only-p): New variable.
15885 (list-dynamic-libraries--refresh): New function.
15886 (list-dynamic-libraries): New command.
15887
4c44026c
CY
158882011-05-09 Chong Yidong <cyd@stupidchicken.com>
15889
488086f4
SM
15890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15891 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
15892 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
15893 higher priority to avoid clobbering by gnu.
15894
027f966d
CY
158952011-05-08 Chong Yidong <cyd@stupidchicken.com>
15896
15897 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
15898 if the face has existing theme settings (Bug#8454).
15899
085f5d7d
CY
159002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
15901
488086f4
SM
15902 * progmodes/perl-mode.el (perl-imenu-generic-expression):
15903 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 15904
2a86a00c
RS
15905 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
15906 special file names `.' and `..' (Bug#8259).
15907
d9c54a06
CY
159082011-05-08 Chong Yidong <cyd@stupidchicken.com>
15909
488086f4
SM
15910 * progmodes/grep.el (grep-mode-font-lock-keywords):
15911 Remove buffer-changing entries.
d9c54a06
CY
15912 (grep-filter): New function.
15913 (grep-mode): Add it to compilation-filter-hook.
15914
15915 * progmodes/compile.el (compilation-filter-hook)
15916 (compilation-filter-start): New defvars.
15917 (compilation-filter): Call compilation-filter-hook prior to
15918 updating the process mark.
15919
c4662635
SM
159202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15921
15922 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
15923
b0512a1d
EZ
159242011-05-07 Eli Zaretskii <eliz@gnu.org>
15925
605c9376
EZ
15926 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
15927 mailclient-send-it even if window-system is nil. (Bug#8595)
15928
c4662635
SM
15929 * term/w32console.el (terminal-init-w32console):
15930 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
15931 background-mode. (Bug#8597)
15932
d1dc2cc2
SM
159332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 Make bytecomp.el understand that defmethod defines funs (bug#8631).
15936 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
15937 New functions.
15938 (defgeneric, eieio--defmethod): Use them.
15939 (eieio-defgeneric): Remove.
15940 (defmethod): Call defgeneric in a way visible to the byte-compiler.
15941
915d1300
GM
159422011-05-07 Glenn Morris <rgm@gnu.org>
15943
a3961c3e
GM
15944 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
15945 Use let rather than let*.
15946 (timeclock-find-discrep): Remove unused local.
15947
314347b9
GM
15948 * calendar/diary-lib.el (diary-comment-start): Doc fix.
15949
915d1300
GM
15950 * calendar/appt.el (appt-time-msg-list): Doc fix.
15951
275b59b0
NF
159522011-05-06 Noah Friedman <friedman@splode.com>
15953
15954 * apropos.el (apropos-print-doc): Only use
15955 emacs-lisp-docstring-fill-column when it is bound to an integer,
15956 per that variable's documentation.
15957
6c19f744
SM
159582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15959
15960 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 15961 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 15962
60f884b2
GM
159632011-05-06 Glenn Morris <rgm@gnu.org>
15964
5006e634
GM
15965 * calendar/appt.el (appt-message-warning-time): Doc fix.
15966 (appt-warning-time-regexp): New option.
15967 (appt-make-list): Respect appt-message-warning-time.
15968
548d0a63
GM
15969 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
15970 New options.
15971 (diary-add-to-list): Strip comments from the displayed string.
15972 (diary-mode): Set comment-start and comment-end.
15973
60f884b2
GM
15974 * vc/diff-mode.el (smerge-refine-subst): Declare.
15975 (diff-refine-hunk): Don't require smerge-mode when compiling.
15976
989681bb
JB
159772011-05-06 Juanma Barranquero <lekktu@gmail.com>
15978
15979 * simple.el (list-processes): Return nil as the docstring says.
15980
a6bc05e1
MA
159812011-05-05 Michael Albinus <michael.albinus@gmx.de>
15982
15983 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
15984 to "".
15985 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15986 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
15987 determining of binary transfer. (Bug#7383)
15988
23c22e9a
MA
159892011-05-05 Michael Albinus <michael.albinus@gmx.de>
15990
c4662635
SM
15991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15992 Fix port computation bug. (Bug#8618)
23c22e9a 15993
0bff894f
GM
159942011-05-05 Glenn Morris <rgm@gnu.org>
15995
b8296902
GM
15996 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
15997
1f522ce8
GM
15998 * simple.el (shell-dynamic-complete-functions)
15999 (comint-dynamic-complete-functions): Declare.
16000
cf5bee67
GM
16001 * net/network-stream.el (gnutls-negotiate):
16002 * simple.el (tabulated-list-print): Fix declarations.
16003
16004 * progmodes/gud.el (syntax-symbol, syntax-point):
16005 Remove unnecessary and incorrect declarations.
16006
0bff894f
GM
16007 * emacs-lisp/check-declare.el (check-declare-scan):
16008 Handle byte-compile-initial-macro-environment in bytecomp.el
16009
9869b3ae
SM
160102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 Fix earlier half-done eieio-defmethod change (bug#8338).
16013 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16014 Streamline and change calling convention.
16015 (defmethod): Adjust accordingly and simplify.
16016 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16017 new eieio--defmethod.
16018 (slot-boundp): Minor CSE simplification.
16019
9c1d5ac5
MZ
160202011-05-05 Milan Zamazal <pdm@zamazal.org>
16021
16022 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16023 (glasses-make-readable): Use glasses-separate-capital-groups.
16024
455c834e
JB
160252011-05-05 Juanma Barranquero <lekktu@gmail.com>
16026
16027 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16028 (warning-series): Doc fix.
16029 (display-warning): Don't try to create the buffer if we just found it.
16030
9ed7c8cb
CY
160312011-05-04 Chong Yidong <cyd@stupidchicken.com>
16032
16033 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16034 (autoload-find-generated-file): New function.
16035 (generate-file-autoloads): Bind generated-autoload-file to
16036 buffer-file-name.
9869b3ae
SM
16037 (update-file-autoloads, update-directory-autoloads):
16038 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
16039 output file (Bug#7989).
16040 (batch-update-autoloads): Doc fix.
16041
0898ca10
JB
160422011-05-04 Juanma Barranquero <lekktu@gmail.com>
16043
16044 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16045
31dfb76c
GM
160462011-05-04 Glenn Morris <rgm@gnu.org>
16047
f330b642
GM
16048 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16049 function, so it follows changes in calendar-date-style.
16050 (diary-fancy-date-matcher): New function.
16051 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16052 (diary-fancy-font-lock-fontify-region-function):
16053 Use diary-fancy-date-pattern as a function.
16054
31dfb76c
GM
16055 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16056 non-numbers for `year' etc pseudo-variables. (Bug#8583)
16057
48e79d6a
TZ
160582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16059
16060 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16061 instead of positional arguments. Allow :keylist and :crlfiles
16062 arguments.
16063 (open-gnutls-stream): Call it.
16064
16065 * net/network-stream.el (network-stream-open-starttls): Adjust to
16066 call `gnutls-negotiate' with :process and :hostname arguments.
16067
dd5a5ee0
SM
160682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16069
ef80fc09
SM
16070 * minibuffer.el (completion--message): New function.
16071 (completion--do-completion, minibuffer-complete)
16072 (minibuffer-force-complete, minibuffer-complete-word): Use it.
16073 (completion--do-completion): Don't ignore completion-auto-help when in
16074 icomplete-mode.
16075
dd5a5ee0
SM
16076 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16077 internal encoding (e.g. tibetan zero is not whitespace).
16078 (global-whitespace-mode): Prefer save-current-buffer.
16079 (whitespace-trailing-regexp): Remove useless save-match-data.
16080 (whitespace-empty-at-bob-regexp): Minor simplification.
16081
b7d22a83
CY
160822011-05-03 Chong Yidong <cyd@stupidchicken.com>
16083
16084 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16085
5192af46
AM
160862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16087
16088 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 16089 Use `concat' to create string for insertion.
5192af46 16090
5767d190
SM
160912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16094 Avoid open-line which runs post-self-insert-hook.
16095 (bibtex-fill-entry): Remove unused `end' var.
16096
bf242939
AM
160972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
16098
5767d190
SM
16099 * textmodes/ispell.el (ispell-add-per-file-word-list):
16100 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 16101
25666126
LL
161022011-05-03 Leo Liu <sdl.web@gmail.com>
16103
16104 * isearch.el (isearch-yank-pop): New command.
5767d190 16105 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
16106 (isearch-forward): Mention it.
16107
52d3c2d0
SM
161082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16109
1bcace58
SM
16110 * simple.el (minibuffer-complete-shell-command): Remove.
16111 (minibuffer-local-shell-command-map): Use completion-at-point.
16112 (read-shell-command): Setup completion vars here instead.
16113 (read-expression-map): Bind TAB to symbol completion.
16114
52d3c2d0
SM
16115 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16116 error directly rather via storing it into `results'.
16117
35813471
LL
161182011-05-02 Leo Liu <sdl.web@gmail.com>
16119
16120 * vc/diff.el: Fix description.
16121
e793a940
LMI
161222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16123
16124 * server.el (server-eval-at): New function.
16125
8de66e05
LMI
161262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16127
16128 * net/network-stream.el (open-network-stream): Take a :nowait
16129 parameter and pass it on to `make-network-process'.
16130 (network-stream-open-plain): Ditto.
16131
dcb79f20
AS
161322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
16133
16134 * faces.el (face-spec-set-match-display): Don't match toolkit
16135 options on terminal frames.
16136
14a7fbd8
SM
161372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16138
7eabc1be
SM
16139 * progmodes/pascal.el: Use lexical binding.
16140 (pascal-mode-map): Remove author preferences.
16141
14a7fbd8
SM
16142 * pcomplete.el (pcomplete-std-complete): Don't abuse
16143 completion-at-point.
16144
50f84510
JB
161452011-04-28 Juanma Barranquero <lekktu@gmail.com>
16146
6e087a44
JB
16147 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16148 removing code that has been dead since 1991 or so.
16149
50f84510
JB
16150 * startup.el (command-line): When warning about "_emacs", use a
16151 delayed warning to allow the user to filter it out.
16152
0ba690bd
DD
161532011-04-28 Deniz Dogan <deniz@dogan.se>
16154
16155 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16156 user has not joined.
16157
08abfaad
SM
161582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16161 aren't any completions at point.
16162
638f053a
JB
161632011-04-28 Juanma Barranquero <lekktu@gmail.com>
16164
16165 * subr.el (display-delayed-warnings): New function.
16166 (delayed-warnings-hook): New variable.
16167
8fff8daa
SM
161682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16169
08abfaad
SM
16170 * minibuffer.el (completion-at-point, completion-help-at-point):
16171 Don't presume that a given completion-at-point-function will always
16172 use the same calling convention.
16173
8fff8daa
SM
16174 * pcomplete.el (pcomplete-completions-at-point):
16175 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
16176 pcomplete-seen is non-nil.
16177 (pcomplete-comint-setup): Also recognize the new comint/shell
16178 completion functions.
16179 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16180 pcomplete-seen is non-nil.
16181
841a1577 161822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 16183
841a1577 16184 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 16185 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 16186 the first character in the entry. This allows for code to add its
211ec907
UJ
16187 own uid to the entry.
16188 (icalendar--convert-float-to-ical): Add export of
16189 `diary-float'-entries save for those with the optional DAY
16190 argument.
16191
2a782793
DC
161922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
16193
16194 * subr.el (shell-quote-argument): Use alternate escaping strategy
16195 when we spot a variable reference in a string.
16196
0438ce91
DC
161972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16198
16199 * cus-start.el (all): Define customization for debug-on-event.
16200
841a1577 162012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
16202
16203 * subr.el (shell-quote-argument): Escape correctly under Windows.
16204
d090ed6c
SM
162052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
16208
bfd31217
MA
162092011-04-25 Michael Albinus <michael.albinus@gmx.de>
16210
d090ed6c
SM
16211 * net/tramp.el (tramp-process-actions): Add POS argument.
16212 Delete region between POS and (pos).
bfd31217 16213
d090ed6c
SM
16214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16215 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
16216 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
16217
16218 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16219 position in `tramp-process-actions' call.
16220
16221 * net/trampver.el: Update release number.
16222
e92f3bd3
SM
162232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16224
850256b5
SM
16225 * custom.el (defcustom): Obey lexical-binding.
16226
e92f3bd3
SM
16227 Fix octave-inf completion problems reported by Alexander Klimov.
16228 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
16229 Inherit from octave-mode-syntax-table.
16230 (inferior-octave-mode): Set info-lookup-mode.
16231 (inferior-octave-completion-at-point): New function.
16232 (inferior-octave-complete): Use it and completion-in-region.
16233 (inferior-octave-dynamic-complete-functions): Use it as well, and use
16234 comint-filename-completion.
16235 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
16236 symbol elements which shouldn't be word elements.
16237 (octave-font-lock-keywords, octave-beginning-of-defun)
16238 (octave-function-header-regexp): Adjust regexps accordingly.
16239 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
16240
cd22b309
JB
162412011-04-25 Juanma Barranquero <lekktu@gmail.com>
16242
16243 * net/gnutls.el (gnutls-errorp): Declare before first use.
16244
8b492194
TZ
162452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16246
16247 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
16248 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 16249 default trustfile exists before going to use it. Add missing
5a5fa834 16250 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
16251 Reported by Claudio Bley <claudio.bley@gmail.com>.
16252 (open-gnutls-stream): Add usage example.
16253
16254 * net/network-stream.el (network-stream-open-starttls): Give host
16255 parameter to `gnutls-negotiate'.
16256 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 16257 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 16258
841a1577 162592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 16260
cd22b309
JB
16261 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
16262 Use correct match group (bug#8438).
05842630 16263
3ba7869c
CY
162642011-04-24 Chong Yidong <cyd@stupidchicken.com>
16265
512e3ae1
CY
16266 * emacs-lisp/package.el (package-built-in-p): Fix typo.
16267 (package-menu--generate): New arg specifying packages to show.
16268 (package-menu-refresh, package-menu-execute, list-packages):
16269 Callers changed.
16270 (package-show-package-list): New function, replacing deleted
16271 package--list-packages (renamed because it is non-internal).
16272
16273 * finder.el (finder-list-matches): Use package-show-package-list
16274 instead of deleted package--list-packages.
16275
e92f3bd3
SM
16276 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
16277 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
16278 (vc-annotate-mode-map): Bind it to RET.
16279
7031be6d
UR
162802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
16281
16282 * progmodes/etags.el (next-file): Don't use set-buffer to change
16283 buffers (Bug#8478).
16284
4ef177aa
CY
162852011-04-24 Chong Yidong <cyd@stupidchicken.com>
16286
c8d173eb
CY
16287 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
16288
4ef177aa
CY
16289 * apropos.el (apropos-label-face): Avoid variable-pitch face.
16290 (apropos-accumulator): Doc fix.
16291 (apropos-function, apropos-macro, apropos-command)
16292 (apropos-variable, apropos-face, apropos-group, apropos-widget)
16293 (apropos-plist): Add face property.
16294 (apropos-symbols-internal): Fix indentation.
16295 (apropos-print): Simplify help, and recognize apropos-multi-type.
16296 (apropos-print-doc): Use button-type-get to extract the button's
16297 face property. Fill docstring (Bug#8352).
16298
4ffd0d6b 162992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
16300
16301 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
16302
c6c32125 16303 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 16304 (mpuz-mode-map): Use mapc.
c6c32125
JB
16305 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
16306 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
16307 Fix typos in docstrings.
16308
58d468b4
JB
16309 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
16310 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
16311
6470c3c6
JB
16312 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
16313
4ffd0d6b 163142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
16315
16316 * minibuffer.el (completion--do-completion): Avoid the "Next char
16317 not unique" prompt if icomplete-mode is enabled (Bug#5849).
16318
3ad8bad0
CY
16319 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
16320 mouse-2 into unread-command-events, it is interpreted correctly.
16321
71d73c9c 16322 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 16323 (image-toggle-display): Doc fix.
71d73c9c 16324
841a1577 163252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 16326
4ffd0d6b
GM
16327 * textmodes/page.el (what-page): Use line-number-at-pos to
16328 calculate line number (Bug#6825).
6e1dbaa9 16329
c2fb1b60
JB
163302011-04-22 Juanma Barranquero <lekktu@gmail.com>
16331
16332 * eshell/esh-mode.el (find-tag-interactive): Declare function.
16333 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
16334 Pass argument NO-DEFAULT to `find-tag-interactive'.
16335
e02f48d7
JB
163362011-04-22 Juanma Barranquero <lekktu@gmail.com>
16337
16338 Lexical-binding cleanup.
16339
16340 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
16341 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
16342 * progmodes/ada-prj.el (ada-prj-initialize-values)
16343 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
16344 (ada-prj-show-value):
16345 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
16346 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
16347 (antlr-invalidate-context-cache, antlr-options-menu-filter)
16348 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
16349 * progmodes/bug-reference.el (bug-reference-push-button):
16350 * progmodes/fortran.el (fortran-line-length):
16351 * progmodes/glasses.el (glasses-change):
16352 * progmodes/octave-mod.el (octave-fill-paragraph):
16353 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
16354 (python-pdbtrack-grub-for-buffer, python-sentinel):
16355 * progmodes/sql.el (sql-save-connection):
16356 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
16357 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
16358 Mark unused parameters.
16359
16360 * progmodes/compile.el (compilation--flush-directory-cache)
16361 (compilation--flush-parse, compile-internal): Mark unused parameters.
16362 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
16363 (compilation-next-error-function): Remove unused variable `timestamp'.
16364
16365 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
16366 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
16367
16368 * progmodes/dcl-mode.el (dcl-end-of-command):
16369 Remove unused variable `start'.
16370 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
16371 (dcl-option-value-basic, dcl-option-value-offset)
16372 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
16373 Mark unused parameters.
16374 (dcl-save-local-variable): Remove unused variable `val'.
16375 (mode): Declare.
16376
16377 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
16378 Mark unused parameters.
16379 (delphi-ignore-changes): Move before first use.
16380 (delphi-charset-token-at): Remove unused variable `start'.
16381 (delphi-else-start): Remove unused variable `if-count'.
16382 (delphi-comment-block-start, delphi-comment-block-end):
16383 Remove unused variable `kind'.
16384 (delphi-indent-line): Remove unused variable `new-point'.
16385
16386 * progmodes/ebrowse.el (ebrowse-files-list)
16387 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
16388 Mark unused parameters. Don't quote `lambda'.
16389 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
16390 Don't quote `lambda'.
16391 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
16392 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
16393 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
16394 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
16395 Use `ignore-errors'.
16396 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
16397 (ebrowse-view/find-file-and-search-pattern)
16398 (ebrowse-view/find-member-declaration/definition):
16399 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
16400 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
16401 Rename parameter PREFIX-ARG to PREFIX.
16402 (ebrowse-tags-read-name): Remove unused variables `start' and
16403 `member-info'.
16404 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
16405 to `tags-file'.
16406
16407 * progmodes/etags.el (local-find-tag-hook): Declare.
16408 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
16409 Mark unused parameters.
16410
16411 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
16412 (executable-interpret): Mark unused parameter.
16413
16414 * progmodes/flymake.el (flymake-process-sentinel)
16415 (flymake-after-change-function)
16416 (flymake-create-temp-with-folder-structure)
16417 (flymake-get-include-dirs-dot): Mark unused parameters.
16418 (flymake-safe-delete-directory): Remove unused variable `err'.
16419
16420 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
16421 (speedbar-timer-fn, speedbar-line-text)
16422 (speedbar-change-expand-button-char, speedbar-delete-subblock)
16423 (speedbar-center-buffer-smartly): Declare functions.
16424 (gdb-find-watch-expression): Remove unused variable `array'.
16425 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
16426 (gdb-starting): Mark unused parameters.
16427 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
16428 (gdb-table-string): Remove unused variable `res'.
16429 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
16430 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
16431 (gdb-display-buffer): Remove unused variable `cur-size'.
16432
16433 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
16434 allow lexical-binding compilation.
16435 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
16436 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
16437 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
16438 Mark unused parameters.
16439 (gud-gdb-marker-filter): Remove unused variable `match'.
16440 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
16441 lambda expressions and funcall them, instead of using `fset'.
16442
16443 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
16444 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
16445
16446 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
16447 variable `header-beg'; use `let'.
16448
16449 * progmodes/icon.el (indent-icon-exp): Remove unused variables
16450 `restart', `last-sexp' and `at-do'.
16451
16452 * progmodes/js.el (js--debug): Mark unused parameter.
16453 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
16454 (js--splice-into-items): Remove unused variable `item'.
16455 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
16456
16457 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
16458 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
16459 (makefile-complete): Remove unused variable `try'.
16460 (makefile-fill-paragraph, makefile-match-function-end):
16461 Mark unused parameters.
16462
16463 * progmodes/octave-inf.el (inferior-octave-complete):
16464 Remove unused variable `proc'.
16465 (inferior-octave-output-digest): Mark unused parameter.
16466
16467 * progmodes/perl-mode.el (perl-calculate-indent):
16468 Remove unused variable `err'.
16469
16470 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
16471 (prolog-indent-line): Mark unused parameters.
16472 (prolog-indent-line): Remove unused variable `beg'.
16473
16474 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
16475 (reporter-dont-compact-list): Declare.
16476
16477 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
16478 Remove unused variable `char'.
16479 (sh-debug): Mark unused parameter.
16480 (sh-get-indent-info): Remove unused variable `start'.
16481 (sh-calculate-indent): Remove unused variable `var'.
16482
16483 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
16484 (simula-electric-keyword): Remove unused variable `null'.
16485 (simula-search-backward, simula-search-forward): Remove unused
16486 variables `begin' and `end'.
16487
16488 * progmodes/vera-mode.el (vera-guess-basic-syntax):
16489 Remove unused variable `pos'.
16490 (vera-electric-tab, vera-comment-uncomment-region):
16491 Mark unused parameters.
16492 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
16493
7ede3b65
CY
164942011-04-22 Chong Yidong <cyd@stupidchicken.com>
16495
16496 * emacs-lisp/package.el (package--builtins, package-alist)
16497 (package-load-descriptor, package-built-in-p, package-activate)
16498 (define-package, package-installed-p)
16499 (package-compute-transaction, package-buffer-info)
16500 (package--push): Doc fix. Distinguish more clearly between
16501 version strings and version lists.
16502
121656e9
JB
165032011-04-21 Juanma Barranquero <lekktu@gmail.com>
16504
16505 Lexical-binding cleanup.
16506
16507 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
16508 (5x5-make-mutate-best):
16509 * play/fortune.el (fortune-in-buffer):
16510 * play/gomoku.el (gomoku-init-display):
16511 * play/solitaire.el (solitaire, solitaire-do-check):
16512 * play/tetris.el (tetris-default-update-speed-function):
16513 Mark unused parameters.
16514
16515 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
16516 (bubbles--shift): Remove unused variable `char-org'.
16517 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
16518 (bubbles--show-images): Remove unused variable `char'.
16519
16520 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
16521 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
16522 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
16523 (decipher-analyze-buffer): Use ?\s.
16524 (decipher-make-checkpoint): Remove unused variable `mapping'.
16525
16526 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
16527
16528 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
16529 Remove unused variable `result'; use `let'.
16530
16531 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
16532 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
16533 (gametree-children-shown-p, gametree-compute-reduced-score):
16534 Use `ignore-errors'.
16535
16536 * play/handwrite.el (ps-lpr-switches): Declare.
16537 (handwrite): Remove unused variables `pmin' and `lastp'.
16538
16539 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
16540
16541 * play/landmark.el (landmark-init-display)
16542 (landmark-update-naught-weights): Mark unused parameters.
16543 (landmark-y): Remove unused variable `noise'. Simplify.
16544 (landmark-human-plays): Remove unused variable `score'.
16545
16546 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
16547 (mpuz-try-proposal): Remove unused variable `game'.
16548
16549 * play/zone.el (life-patterns): Declare.
16550
80f499c7
JB
165512011-04-20 Juanma Barranquero <lekktu@gmail.com>
16552
16553 * vc/vc.el (ediff-vc-internal): Declare function.
16554
024ff170
SM
165552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16556
c0a193ea
SM
16557 * shell.el: Use lexical-binding and std completion UI.
16558 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
16559 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
16560 comint-preoutput-filter-functions rather than on
16561 comint-output-filter-functions.
16562 (shell-command-completion, shell--command-completion-data)
16563 (shell-filename-completion, shell-environment-variable-completion)
16564 (shell-c-a-p-replace-by-expanded-directory): New functions.
16565 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
16566 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
16567 (shell-dynamic-complete-environment-variable): Use them.
16568 (shell-dynamic-complete-as-environment-variable)
16569 (shell-dynamic-complete-as-command): Remove.
16570 (shell-match-partial-variable): Match past point.
16571 * comint.el: Clean up use of completion-at-point-functions.
16572 (comint-completion-at-point): New function.
16573 (comint-mode): Use it completion-at-point-functions.
16574 (comint-dynamic-complete): Make it obsolete.
16575 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
16576 (comint-c-a-p-replace-by-expanded-history): New function.
16577 (comint-dynamic-complete-functions)
16578 (comint-replace-by-expanded-history): Use it.
16579 * minibuffer.el (completion-table-with-terminator): Allow dynamic
16580 termination strings. Try harder to avoid second try-completion.
16581 (completion-in-region-mode-map): Disable bindings that don't work yet.
16582
2dbaa080
SM
16583 * comint.el: Use lexical-binding. Require CL.
16584 (comint-dynamic-complete-functions): Use comint-filename-completion.
16585 (comint-completion-addsuffix): Tweak custom type.
16586 (comint-filename-completion, comint--common-suffix)
16587 (comint--common-quoted-suffix, comint--table-subvert)
16588 (comint--complete-file-name-data): New functions.
16589 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
16590 (comint-dynamic-list-filename-completions): Use them.
16591 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 16592
2dbaa080
SM
16593 * minibuffer.el (completion-in-region-mode):
16594 Keep completion-in-region-mode--predicate global.
16595 (completion-in-region--postch):
16596 Assume completion-in-region-mode--predicate is not null.
16597
c79a6f38
SM
16598 * progmodes/flymake.el (flymake-start-syntax-check-process):
16599 Obey `dir'. Simplify.
16600
024ff170
SM
16601 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
16602 we're in VC after all.
16603
1c6c854e
CS
166042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
16605
16606 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 16607 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
16608 (vc-version-diff): Use vc-diff-build-argument-list-internal.
16609
bed7f140
SM
166102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16611
332e62ab
SM
16612 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
16613 add sanity check.
16614
bed7f140
SM
16615 * obsolete/erc-hecomplete.el: Make obsolete.
16616 * obsolete/: Standardize obsolescence info in the header.
16617
f195c582
GM
166182011-04-20 Glenn Morris <rgm@gnu.org>
16619
16620 * calendar/solar.el (solar-horizontal-coordinates):
16621 Use the longitude argument rather than `calendar-longitude'.
16622 (solar-date-next-longitude): Remove unused locals.
16623
cb79b8c0
VJL
166242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16625
16626 * whitespace.el: New version 13.2.1.
16627
166282011-04-20 felix <EmacsWiki> (tiny change)
16629
d8e4b68b 16630 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
16631 switching between major modes on a file.
16632
602ea69d
SM
166332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16634
16635 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
16636 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
16637 multi-line comments as well.
16638
06b60517
JB
166392011-04-19 Juanma Barranquero <lekktu@gmail.com>
16640
16641 Lexical-binding cleanup.
16642
16643 * arc-mode.el (archive-mode-revert):
16644 * cmuscheme.el (scheme-interactively-start-process):
16645 * custom.el (custom-initialize-delay):
16646 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
16647 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
16648 * emacs-lock.el (emacs-lock-clear-sentinel):
16649 * ezimage.el (defezimage):
16650 * follow.el (follow-avoid-tail-recenter):
16651 * fringe.el (set-fringe-mode-1):
16652 * generic-x.el (bat-generic-mode-compile):
16653 * help-mode.el (help-info-variable, help-do-xref)
16654 (help-mode-revert-buffer):
16655 * help.el (view-emacs-todo):
16656 * iswitchb.el (iswitchb-completion-help):
16657 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
16658 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
16659 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
16660 * locate.el (locate-update):
16661 * longlines.el (longlines-encode-region)
16662 (longlines-after-change-function):
16663 * outline.el (outline-isearch-open-invisible):
16664 * ps-def.el (declare-function, charset-dimension, char-width)
16665 (encode-char):
16666 * ps-mule.el (ps-mule-plot-string):
16667 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
16668 (recentf-edit-list-select, recentf-edit-list-validate)
16669 (recentf-open-files-action):
16670 * rect.el (delete-whitespace-rectangle-line)
16671 (rectangle-number-line-callback):
16672 * register.el (window-configuration-to-register)
16673 (frame-configuration-to-register):
16674 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
16675 * select.el (xselect-convert-to-string, xselect-convert-to-length)
16676 (xselect-convert-to-targets, xselect-convert-to-delete)
16677 (xselect-convert-to-filename, xselect-convert-to-charpos)
16678 (xselect-convert-to-lineno, xselect-convert-to-colno)
16679 (xselect-convert-to-os, xselect-convert-to-host)
16680 (xselect-convert-to-user, xselect-convert-to-class)
16681 (xselect-convert-to-name, xselect-convert-to-integer)
16682 (xselect-convert-to-atom, xselect-convert-to-identity):
16683 * subr.el (declare, ignore, process-kill-without-query)
16684 (text-clone-maintain):
16685 * terminal.el (te-get-char, te-tic-sentinel):
16686 * tool-bar.el (tool-bar-make-keymap):
16687 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
16688 * type-break.el (type-break-mode, type-break-noninteractive-query):
16689 * view.el (View-back-to-mark):
16690 * wid-browse.el (widget-browse-action, widget-browse-widget)
16691 (widget-browse-widgets, widget-browse-sexp):
16692 * widget.el (define-widget-keywords):
16693 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
16694 Mark unused parameters.
16695
16696 * align.el (align-adjust-col-for-rule): Mark unused parameter.
16697 (align-areas): Remove unused variable `look'.
16698 (align-region): Remove unused variables `real-end' and `pos-list'.
16699
16700 * apropos.el (apropos-score-doc): Remove unused variable `i'.
16701
16702 * bindings.el (mode-line-modified, mode-line-remote):
16703 Mark unused parameters.
16704 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
16705
16706 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
16707 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
16708
16709 * comint.el (comint-history-isearch-pop-state)
16710 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
16711 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
16712 (comint-substitute-in-file-name): Doc fix.
16713
16714 * completion.el (cmpl-statistics-block): Mark unused parameter.
16715 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
16716 (save-completions-to-file, load-completions-from-file):
16717 Remove unused local variable `e'.
16718
16719 * composite.el (compose-chars): Remove unused variable `len'.
16720 (lgstring-insert-glyph): Remove unused variable `g'.
16721 (compose-glyph-string): Remove unused variables `ascent',
16722 `descent', `lbearing' and `rbearing'.
16723 (compose-glyph-string-relative): Remove unused variables
16724 `lbearing', `rbearing' and `wadjust'.
16725 (compose-gstring-for-graphic): Remove unused variables `header',
16726 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
16727 (compose-gstring-for-terminal): Remove unused variables `header'
16728 and `nchars'. Use `let', not `let*'.
16729
16730 * cus-edit.el (Custom-set, Custom-save, custom-reset)
16731 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
16732 (Custom-buffer-done, custom-buffer-create-internal)
16733 (custom-browse-visibility-action, custom-browse-group-tag-action)
16734 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
16735 (widget-magic-mouse-down-action, custom-toggle-parent)
16736 (custom-add-parent-links, custom-toggle-hide-variable)
16737 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
16738 (custom-toggle-hide-face, face, hook, custom-group-link-action)
16739 (custom-face-menu-create, custom-variable-menu-create, get)
16740 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
16741 (custom-reset-standard-save-and-update): Remove unused variable `value'.
16742 (customize-apropos): Remove unused variable `tests'.
16743 (custom-group-value-create): Remove unused variable `hidden-p'.
16744 (sort-fold-case): Declare.
16745
16746 * cus-theme.el (custom-reset-standard-faces-list)
16747 (custom-reset-standard-variables-list): Declare.
16748 (customize-create-theme, custom-theme-revert, custom-theme-write)
16749 (custom-theme-choose-mode, customize-themes, custom-theme-save):
16750 Mark unused parameters.
16751
16752 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
16753
16754 * delim-col.el (delimit-columns-max): Move defvar before first use.
16755
16756 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 16757 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
16758
16759 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
16760 (auto-insert): Declare.
16761 (desktop-restore-file-buffer): Rename desktop-* parameters;
16762 mark unused ones.
16763 (desktop-create-buffer): Rename desktop-* parameters and bind them.
16764 (desktop-buffer): Rename desktop-* parameters.
16765
16766 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
16767 (dframe-reposition-frame-xemacs, dframe-help-echo)
16768 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
16769 Mark unused parameters.
16770
16771 * dired-aux.el (backup-extract-version-start, overwrite-query)
16772 (overwrite-backup-query, rename-regexp-query)
16773 (rename-non-directory-query): Declare.
16774 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
16775 (dired-add-entry): Remove unused variable `orig-file-name'.
16776 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
16777 Use parameter PRESERVE-TIME instead of accessing dynamic variable
16778 `dired-copy-preserve-time' directly.
16779 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
16780 (dired-insert-subdir-newpos): Rename unused variable `pos'.
16781
16782 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
16783 (dired-virtual-revert, dired-make-relative-symlink):
16784 Mark unused parameters.
16785 (manual-program): Declare.
16786 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
16787 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
16788 wrapped in `with-no-warnings' to avoid replacing one warning by another.
16789
16790 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
16791
16792 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
16793
16794 * echistory.el (electric-history-in-progress, Helper-return-blurb):
16795 Declare.
16796
16797 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
16798
16799 * electric.el (Electric-command-loop): Rename parameter
16800 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
16801
16802 * expand.el (expand-in-literal): Remove unused variable `here'.
16803
16804 * facemenu.el (facemenu-add-new-color):
16805 Remove unused variable `docstring'.
16806
16807 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
16808 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
16809 (face-attr-construct): Mark unused parameter. Doc fix.
16810 (read-color): Remove unused variable `hex-string'.
16811
16812 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
16813 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
16814 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
16815 (display-buffer-other-frame): Remove unused variable `old-window'.
16816 (kill-buffer-hook): Declare.
16817 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
16818 Mark unused parameters.
16819 (after-find-file): Pass 1 to `auto-save-mode', not t.
16820
16821 * files-x.el (auto-insert): Declare.
16822 (modify-file-local-variable-prop-line): Remove unused variable `val'.
16823
16824 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 16825 variable `buf'. Mark unused parameter.
06b60517
JB
16826 (find-lisp-insert-directory): Mark unused parameter.
16827
16828 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
16829 (format-encode-region): Remove unused variables `cur-buf' and `result'.
16830 (format-common-tail): Remove, unused.
16831 (format-deannotate-region): Remove unused variable `loc'.
16832 (format-annotate-region): Remove unused variable `p'.
16833 (format-annotate-single-property-change): Remove unused variables
16834 `default' and `tail'.
16835
16836 * forms.el (read-file-filter): Declare.
16837 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
16838
16839 * frame.el (frame-creation-function-alist): Mark unused parameter.
16840 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
16841
16842 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
16843 Remove unused parameters.
16844 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
16845 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
16846
16847 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
16848 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
16849 (hfy-prepare-tag-map): Mark unused parameters.
16850 (htmlfontify-buffer): Use `called-interactively-p'.
16851
16852 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
16853 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
16854 (ibuffer-do-occur): Mark unused parameters.
16855 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
16856 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
16857
16858 * ibuffer.el: Don't quote `lambda'.
16859 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
16860 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
16861 Mark unused parameters.
16862
16863 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
16864 (ido-completing-read): Mark unused parameters.
16865 (ido-copy-current-word): Mark unused parameters;
16866 remove unused variable `name'.
16867 (ido-sort-merged-list): Remove unused parameter `dirs'.
16868
16869 * ielm.el (ielm-input-sender): Mark unused parameter.
16870 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
16871 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
16872 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
16873 `ielm-string' as a dynamic variable accessible from the IELM prompt.
16874 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
16875
16876 * image-dired.el (image-dired-display-thumbs): Remove unused
16877 variables `curr-file' and `count'.
16878 (image-dired-remove-tag): Remove unused variable `start'.
16879 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
16880 variable `curr-file'
16881 (image-dired-rotate-original): Remove unused variable `temp-file'.
16882 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
16883 Remove unused variable `file'.
16884 (image-dired-gallery-generate): Remove unused variable `curr'.
16885 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
16886
16887 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
16888
16889 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
16890
16891 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
16892
16893 * isearch.el (minibuffer-history-symbol): Declare.
16894 (isearch-edit-string): Remove unused variable `err'.
16895 (isearch-message-prefix, isearch-message-suffix):
16896 Mark unused parameters.
16897
16898 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
16899
16900 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
16901
16902 * makesum.el (double-column): Remove unused variable `cnt'.
16903
16904 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
16905 (ido-ignore-item-temp-list): Declare.
16906
16907 * mouse-drag.el (mouse-drag-throw): Remove unused variables
16908 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
16909 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
16910 (mouse-drag-drag): Remove unused variables `mouse-delta' and
16911 `mouse-col-delta'.
16912
16913 * mouse-sel.el (mouse-extend-internal):
16914 Remove unused variable `orig-window-frame'.
16915
16916 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
16917 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
16918 Move declarations before first use.
16919 (pcomplete-opt): Mark unused parameters; doc fix.
16920
16921 * proced.el (proced-revert): Mark unused parameter.
16922 (proced-send-signal): Remove unused variable `err'.
16923
16924 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
16925 Rename parameter PREFIX-ARG to ARG.
16926 (ps-basic-plot-string, ps-basic-plot-whitespace):
16927 Mark unused parameters.
16928
16929 * replace.el (replace-count): Define.
16930 (occur-revert-function): Mark unused parameters.
16931 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
16932 (isearch-case-fold-search, isearch-string): Declare.
16933 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
16934 bind `case-fold-search'. Remove unused variables `beg' and `end',
16935 and simplify.
16936 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
16937 COUNT and bind `replace-count'.
16938 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
16939 to COUNT.
16940
16941 * savehist.el (print-readably, print-string-length): Declare.
16942
16943 * shadowfile.el (shadow-expand-cluster-in-file-name):
16944 Remove unused variable `cluster'.
16945 (shadow-copy-file): Remove unused variable `i'.
16946 (shadow-noquery, shadow-clusters, shadow-site-cluster)
16947 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
16948 (shadow-define-literal-group, shadow-define-regexp-group)
16949 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
16950
16951 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
16952 (shell): Use `called-interactively-p'.
16953 (shell-directory-tracker): Remove unused variable `chdir-failure'.
16954
16955 * simple.el (compilation-context-lines, comint-file-name-quote-list)
16956 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
16957 (delete-backward-char): Remove unused variable `ocol'.
16958 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
16959 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
16960 (event-apply-hyper-modifier, event-apply-shift-modifier)
16961 (event-apply-control-modifier, event-apply-meta-modifier):
16962 Mark unused parameters.
16963 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
16964 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
16965
16966 * speedbar.el (speedbar-ignored-directory-expressions)
16967 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
16968 (speedbar-find-file, speedbar-dir-follow)
16969 (speedbar-directory-buttons-follow, speedbar-tag-find)
16970 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
16971 (speedbar-buffers-line-directory, speedbar-buffer-click):
16972 Mark unused parameters.
16973 (speedbar-tag-file): Remove unused variable `mode'.
16974 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
16975
16976 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
16977
16978 * talk.el (talk): Remove unused variable `display'.
16979
16980 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
16981 (tar-write-region-annotate): Mark unused parameter.
16982
16983 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
16984 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
16985 Declare them, wrapped in `with-no-warnings' to avoid replacing one
16986 warning by another.
16987
16988 * time-stamp.el (time-stamp-string-preprocess):
16989 Remove unused variable `require-padding'.
16990
16991 * tree-widget.el (widget-glyph-enable): Declare.
16992 (tree-widget-action): Mark unused parameter.
16993
16994 * w32-fns.el (x-get-selection): Mark unused parameter.
16995 (autoload-make-program, generated-autoload-file): Declare.
16996
16997 * wdired.el (wdired-revert): Mark unused parameters.
16998 (wdired-xcase-word): Remove unused variable `err'.
16999
17000 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17001 (whitespace-help-scroll): Remove unused variable `data-help'.
17002
17003 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17004 (widget-image-insert, widget-after-change, default)
17005 (widget-default-format-handler, widget-default-notify)
17006 (widget-default-prompt-value, widget-info-link-action)
17007 (widget-url-link-action, widget-function-link-action)
17008 (widget-variable-link-action, widget-file-link-action)
17009 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17010 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17011 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17012 (widget-insert-button-action, widget-delete-button-action, visibility)
17013 (widget-documentation-link-action, widget-documentation-string-action)
17014 (widget-const-prompt-value, widget-regexp-match, symbol)
17015 (widget-coding-system-prompt-value)
17016 (widget-key-sequence-value-to-external, sexp)
17017 (widget-sexp-value-to-internal, character, vector, cons)
17018 (widget-choice-prompt-value, widget-boolean-prompt-value)
17019 (widget-color--choose-action): Mark unused parameters.
17020 (widget-item-match-inline, widget-choice-match-inline)
17021 (widget-checklist-match, widget-checklist-match-inline)
17022 (widget-group-match): Rename parameter VALUES to VALS.
17023 (widget-field-value-set): Remove unused variable `size'.
17024 (widget-color-action): Remove unused variables `value' and `start'.
17025
17026 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 17027 variable `dir'. Doc fix.
06b60517
JB
17028 (windmove-find-other-window): Don't pass it.
17029
17030 * window.el (count-windows): Mark unused parameter.
17031 (bw-adjust-window): Remove unused variable `err'.
17032
17033 * woman.el (woman-file-name): Remove unused variable `default'.
17034 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17035 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17036 (global-font-lock-mode): Declare.
17037 (woman-decode-region): Mark unused parameter.
17038 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17039
17040 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17041 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17042 (x-dnd-handle-moz-url): Remove unused variable `title'.
17043 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17044
17045 * xml.el (xml-parse-tag, xml-parse-attlist):
17046 Remove unused variable `pos'.
17047
bc4f7f3d
GM
170482011-04-19 Glenn Morris <rgm@gnu.org>
17049
17050 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17051 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17052 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17053 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17054 * calendar/cal-html.el (cal-html-insert-minical):
17055 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17056 (calendar-mark-date-pattern):
17057 Prefix "unused" locals.
17058
17059 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17060 optional argument `style'.
17061
17062 * calendar/appt.el (appt-make-list):
17063 * calendar/cal-china.el (calendar-chinese-date-string):
17064 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17065 (diary-hebrew-yahrzeit):
17066 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17067 * calendar/calendar.el (calendar-generate-window):
17068 * calendar/time-date.el (time-to-days):
17069 Remove unused local variables.
17070
16a43933
CY
170712011-04-18 Chong Yidong <cyd@stupidchicken.com>
17072
17073 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17074 glyphless-char-display table.
17075 (tabulated-list-glyphless-char-display): New var.
17076
7eed1860
SS
170772011-04-18 Sam Steingold <sds@gnu.org>
17078
17079 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17080 to acknowledgments.
17081
4d2d1ccd
GM
170822011-04-17 Glenn Morris <rgm@gnu.org>
17083
17084 * calendar/diary-lib.el (diary-sexp-entry):
17085 * calendar/holidays.el (holiday-sexp):
17086 Set debug-on-error rather than the removed stack-trace-on-error.
17087
239da61d
GM
170882011-04-16 Glenn Morris <rgm@gnu.org>
17089
17090 * progmodes/f90.el: Use lexical-binding.
17091 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17092
8b05752a
SM
170932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17094
daca8ba5
SM
17095 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17096 (mail-mode): Setup mailalias completion here instead.
17097 * mail/mailalias.el: Use lexical-binding.
17098 (pattern, mailalias-done): Declare dynamic.
17099 (mail-completion-at-point-function): New function, from mail-complete.
17100 (mail-complete): Use it.
17101 (mail-completion-expand): New function.
17102 (mail-get-names): Use it.
17103 (mail-directory, mail-directory-process, mail-directory-stream):
17104 Don't use `pattern' for lexically bound arg.
17105
6f542485
SM
17106 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17107
037e7c3f
SM
17108 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17109 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17110 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17111
8b05752a
SM
17112 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17113 (byte-save-window-excursion, byte-temp-output-buffer-setup)
17114 (byte-interactive-p): Define them again, for use when inlining
17115 old code.
17116
49093f60
JB
171172011-04-15 Juanma Barranquero <lekktu@gmail.com>
17118
17119 * loadup.el: Use `string-to-number', not `string-to-int'.
17120
b5b8e7de
SM
171212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17124 gud-gdb-complete-command.
17125 (gud-gdb-completions): New function, from gud-gdb-complete-command.
17126 (gud-gdb-completion-at-point): New function.
17127 (gud-gdb-completions): Remove.
17128
f42efeb5
MA
171292011-04-14 Michael Albinus <michael.albinus@gmx.de>
17130
49093f60
JB
17131 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17132 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
17133 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17134 whether `executable-find' is bound.
f42efeb5
MA
17135
17136 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17137
e240cc21
SM
171382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * minibuffer.el (completion-in-region-mode-predicate)
17141 (completion-in-region-mode--predicate): New vars.
17142 (completion-in-region, completion-in-region--postch)
17143 (completion-in-region-mode): Use them.
17144 (completion--capf-wrapper): Also return the hook function.
17145 (completion-at-point, completion-help-at-point):
17146 Adjust and provide a predicate.
c2bd2ab0
SM
17147
17148 Preserve arg names for advice of subr and lexical functions (bug#8457).
17149 * help-fns.el (help-function-arglist): Consolidate the subr and
17150 new-byte-code cases. Add argument `preserve-names' to extract names
17151 from the docstring when needed.
17152 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17153 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17154 (ad-arglist): Use help-function-arglist's new arg.
17155 (ad-definition-type): Use cond.
17156
c183f693
JB
171572011-04-13 Juanma Barranquero <lekktu@gmail.com>
17158
06641a47
JB
17159 * autorevert.el (auto-revert-handler):
17160 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17161 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17162 Don't quote lambda.
17163
c183f693
JB
17164 * image-mode.el (image-transform-set-scale):
17165 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17166
1e3b6001
G
171672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17168
17169 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 17170 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
17171 Upgrades via gnutls-cli are too slow to be done opportunistically.
17172
2d6af8dd
JB
171732011-04-12 Juanma Barranquero <lekktu@gmail.com>
17174
17175 * dframe.el (dframe-current-frame): Remove spurious quote.
17176
c0749a51
GM
171772011-04-12 Glenn Morris <rgm@gnu.org>
17178
088d0d61
GM
17179 * calendar/cal-tex.el (cal-tex-end-document):
17180 Try to automatically use latin1 input if needed.
17181
c0749a51
GM
17182 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17183 Don't try to cons a mark onto an empty element.
17184
5c90fde0
LL
171852011-04-11 Leo Liu <sdl.web@gmail.com>
17186
17187 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17188 buffers.
17189 (ido-kill-buffer-at-head): Support killing virtual buffers.
17190
369e974d
CY
171912011-04-10 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * minibuffer.el (completion-show-inline-help): New var.
17194 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
17195 (minibuffer-force-complete, minibuffer-complete-word):
17196 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
17197
17198 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17199 to avoid interference from inline help (Bug#5849).
17200
37f1c930
LL
172012011-04-10 Leo Liu <sdl.web@gmail.com>
17202
099c39a4
JB
17203 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17204 Fix typo.
37f1c930 17205
a32d4040
CY
172062011-04-09 Chong Yidong <cyd@stupidchicken.com>
17207
17208 * image-mode.el (image-toggle-display-image): Signal an error if
17209 not in Image mode.
17210 (image-transform-mode, image-transform-resize)
17211 (image-transform-set-rotation): Doc fix.
daca8ba5 17212 (image-transform-set-resize): Delete.
a32d4040
CY
17213 (image-transform-set-scale, image-transform-fit-to-height)
17214 (image-transform-fit-to-width): Handle image-toggle-display-image
17215 and image-transform-resize directly.
17216
099c39a4 172172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
17218
17219 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
17220 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
17221 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
17222 (doc-view-mode-map): Add bindings for the new functions.
17223
099c39a4 172242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 17225
4d61f28d 17226 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
17227 Fix typo in docstring.
17228
3726838a
EZ
172292011-04-08 Eli Zaretskii <eliz@gnu.org>
17230
04f33f1e
EZ
17231 * files.el (file-size-human-readable): Produce one digit after
17232 decimal, like "ls -lh" does.
17233
17234 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
17235 the file size representation.
17236
3726838a
EZ
17237 * simple.el (list-processes): If async subprocesses are not
17238 available, error out with a clear error message.
17239
cbb59342
CY
172402011-04-08 Chong Yidong <cyd@stupidchicken.com>
17241
17242 * help.el (help-form-show): New function, to be called from C.
17243 Put help-form output in a buffer named differently than *Help*.
17244
e3971c44
EZ
172452011-04-08 Eli Zaretskii <eliz@gnu.org>
17246
17247 * files.el (file-size-human-readable): New function.
17248
17249 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
17250 computing the representation inline. Don't require `cl'.
17251
12544bbe
GM
172522011-04-08 Glenn Morris <rgm@gnu.org>
17253
a1de6c6a
GM
17254 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
17255
3c4671f4
GM
17256 * net/browse-url.el (browse-url-firefox):
17257 Test system-type, not system-configuration.
17258
b605679c
GM
17259 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
17260 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
17261 Use log-edit-empty-buffer-p. (Bug#7598)
17262
56442f0c
GM
17263 * net/rlogin.el (rlogin-process-connection-type): Simplify.
17264 (rlogin-mode-map): Initialize in the defvar.
17265 (rlogin): Use ignore-errors.
17266
12544bbe
GM
17267 * replace.el (occur-mode-map): Some fixes for menu items.
17268
eb237b0f
AH
172692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17270
17271 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
17272
7d668f2c
CY
172732011-04-06 Chong Yidong <cyd@stupidchicken.com>
17274
e67a13ab
CY
17275 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
17276 issuing unused warnings.
17277
17278 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
17279 macro directly.
17280
7d668f2c
CY
17281 * simple.el: Lisp reimplement of list-processes. Based on an
17282 earlier reimplementation by Leo Liu, but using tabulated-list.el.
17283 (process-menu-mode): New major mode.
17284 (list-processes--refresh, list-processes):
17285 (process-menu-visit-buffer): New functions.
17286
17287 * files.el (save-buffers-kill-emacs): Don't assume any return
17288 value of list-processes, which is undocumented anyway.
17289
a83ec3c9
CY
172902011-04-06 Chong Yidong <cyd@stupidchicken.com>
17291
17292 * emacs-lisp/tabulated-list.el: New file.
17293
e91a96fe
CY
17294 * emacs-lisp/package.el: Use Tabulated List mode.
17295 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
17296 (package-menu-mode): Derive from tabulated-list-mode. Set up the
17297 table format using Tabulated List mode variables.
17298 (package--push): New macro, replacing package-list-maybe-add.
17299 (package-menu--generate): Use package--push. Renamed from
17300 package--generate-package-list.
17301 (package-menu-refresh, list-packages): Use it.
daca8ba5 17302 (package-menu--print-info): Rename from package-print-package.
e91a96fe 17303 Return insertion data instead of inserting it directly.
099c39a4
JB
17304 (package-menu-describe-package, package-menu-execute):
17305 Use tabulated-list-get-id.
e91a96fe
CY
17306 (package-menu-mark-delete, package-menu-mark-install)
17307 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
17308 (package-menu-mark-obsolete-for-deletion):
17309 Use tabulated-list-put-tag.
e91a96fe
CY
17310 (package--list-packages, package-menu-revert)
17311 (package-menu-get-package, package-menu-get-version)
17312 (package-menu-sort-by-column): Functions deleted.
17313 (package-menu-package-list, package-menu-sort-key): Vars deleted.
17314 (package-menu--status-predicate, package-menu--version-predicate)
17315 (package-menu--name-predicate)
17316 (package-menu--description-predicate): Handle arguments in the
17317 Tabulated List format.
17318 (package-list-packages-no-fetch): Call list-packages.
17319
3e214b50
JB
173202011-04-06 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 17323 (after-find-file): Don't bind it.
3e214b50
JB
17324 (revert-buffer-in-progress-p): New variable.
17325 (revert-buffer): Bind it.
17326 Pass nil for `after-find-file-from-revert-buffer'.
17327
17328 * saveplace.el (save-place-find-file-hook): Use new variable
17329 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
17330
3f0f1700
GM
173312011-04-06 Glenn Morris <rgm@gnu.org>
17332
c0274801
GM
17333 * Makefile.in (AUTOGEN_VCS): New variable.
17334 (autoloads): Use $AUTOGEN_VCS.
17335
3f0f1700
GM
17336 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
17337 * calendar/calendar.el (calendar-mode-map):
17338 Check for toolkit scroll bars. (Bug#8305)
17339
41ea9e48
CY
173402011-04-05 Chong Yidong <cyd@stupidchicken.com>
17341
17342 * minibuffer.el (completion-in-region--postch)
17343 (completion-in-region-mode): Remove unnecessary messages.
17344
6194c800
JB
173452011-04-05 Juanma Barranquero <lekktu@gmail.com>
17346
33256f14
JB
17347 * font-lock.el (font-lock-refresh-defaults):
17348 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
17349 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
17350
6194c800
JB
17351 * info.el (Info-directory-list, Info-read-node-name-2)
17352 (Info-split-parameter-string): Doc fixes.
17353 (Info-virtual-nodes): Reflow docstring.
17354 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
17355 (Info-apropos-toc-nodes, info-finder, Info-get-token)
17356 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
17357 Fix typos in docstrings.
17358 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
17359 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
17360 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
17361 (Info-restore-desktop-buffer): Mark unused parameters.
17362 (Info-directory-find-file, Info-directory-find-node)
17363 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
17364 (Info-virtual-index-find-node, Info-apropos-find-file)
17365 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 17366 Mark unused parameters; fix typos in docstrings.
6194c800
JB
17367 (Info-virtual-index): Remove unused local variable `nodename'.
17368
b87a8200 173692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 17370
b87a8200
DD
17371 * net/rcirc.el: Update my e-mail address.
17372 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 17373
3b2ff876
CY
173742011-04-05 Chong Yidong <cyd@stupidchicken.com>
17375
17376 * startup.el (command-line): Save the cursor's theme-face
17377 directly, instead of using face-override-spec.
17378
17379 * custom.el (load-theme): Minor optimization in assigning faces.
17380
8d17e7ca
JB
173812011-04-04 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * help-fns.el (describe-variable): Complete all variables having
17384 documentation, including keywords.
17385 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
17386
2fbc1934
JB
173872011-04-04 Juanma Barranquero <lekktu@gmail.com>
17388
17389 Convert to lexical-binding.
17390
17391 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
17392 (bs--get-marked-string, bs--get-modified-string)
17393 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17394 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
17395 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
17396
17397 * ehelp.el (electric-help-execute-extended)
17398 (electric-help-ctrl-x-prefix):
17399 * hexl.el (hexl-revert-buffer-function):
17400 * linum.el (linum-after-change, linum-after-scroll):
17401 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
17402
17403 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
17404
74f50695
DU
174052011-04-04 Daiki Ueno <ueno@unixuser.org>
17406
17407 * epa-dired.el:
17408 * epa-mail.el:
17409 * epa-hook.el:
17410 * epa-file.el:
17411 * epa.el:
17412 * epg.el: Use lexical binding.
17413
c11325f7
CY
174142011-04-03 Chong Yidong <cyd@stupidchicken.com>
17415
0d9e9a12
CY
17416 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
17417
c11325f7 17418 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
17419 dictionary case for flyspell-mark-duplications-exceptions.
17420 Use regexp matching for languages.
c11325f7
CY
17421 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
17422 default dictionary (Bug#7926).
17423
da91b5f2
CY
174242011-04-02 Chong Yidong <cyd@stupidchicken.com>
17425
099c39a4
JB
17426 * emacs-lisp/package.el (package--with-work-buffer):
17427 Recognize https URLs.
da91b5f2 17428
099c39a4
JB
17429 * net/network-stream.el: Move from gnus/proto-stream.el.
17430 Change prefix to network-stream throughout.
da91b5f2
CY
17431 (open-protocol-stream): Merge into open-network-stream, leaving
17432 open-protocol-stream as an alias. Handle nil BUFFER args.
17433
17434 * subr.el (open-network-stream): Move to net/network-stream.el.
17435
afa8e9f6
GM
174362011-04-02 Glenn Morris <rgm@gnu.org>
17437
1d2e369d
GM
17438 * find-dired.el (find-exec-terminator): New option.
17439 (find-ls-option): Test for -ls support.
17440 (find-ls-subdir-switches): Test for -b in find-ls-option.
17441 (find-dired, find-grep-dired): Doc fixes.
17442 (find-dired): Use find-exec-terminator.
17443
8abb7da8 17444 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
17445 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
17446 (find-name-arg): Remove purecopy.
8abb7da8 17447
f3ca7378
GM
17448 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
17449 (grep-compute-defaults): Check for `-exec COMMAND +' support.
17450 Set grep-find-use-xargs, grep-find-command, and grep-find-template
17451 accordingly. Don't add the null-device if not needed.
17452
afa8e9f6
GM
17453 * files.el (save-some-buffers): Doc fix.
17454
35eae264
EZ
174552011-04-02 Eli Zaretskii <eliz@gnu.org>
17456
17457 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
17458
26b51db5
JB
174592011-04-01 Juanma Barranquero <lekktu@gmail.com>
17460
17461 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
17462 Use `dolist' rather than `mapcar'.
17463
7200d79c
SM
174642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17465
03408648 17466 Add lexical binding.
7200d79c 17467
03408648
SM
17468 * subr.el (apply-partially): Use new closures rather than CL.
17469 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
17470 (dolist, dotimes): Use slightly different expansion for lexical code.
17471 (functionp): Move to C.
17472 (letrec): New macro.
17473 (with-wrapper-hook): Use it and apply-partially instead of CL.
17474 (eval-after-load): Preserve lexical-binding.
17475 (save-window-excursion, with-output-to-temp-buffer): Turn them
17476 into macros.
7200d79c 17477
03408648
SM
17478 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
17479
17480 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
17481 than the arglist.
17482 (help-add-fundoc-usage): Don't add `Not documented'.
17483 (help-function-arglist): Handle closures, subroutines, and new
17484 byte-code-functions.
17485 (help-make-usage): Remove leading underscores.
17486 (describe-function-1): Handle closures.
17487 (describe-variable): Use special-variable-p for completion.
17488
17489 * files.el (lexical-binding): Declare safe.
f488fb65 17490
03408648
SM
17491 * emacs-lisp/pcase.el: Don't use destructuring-bind.
17492 (pcase--memoize): Rename from pcase-memoize. Change weakness.
17493 (pcase): Add `let' pattern.
17494 Change memoization so it actually works.
17495 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
17496 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
17497 <let>: New case.
f488fb65 17498
03408648
SM
17499 * emacs-lisp/macroexp.el: Use lexical binding.
17500 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
17501 Don't convert ' to #' without checking that it's indeed quoting
17502 a lambda.
17503
17504 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 17505 Use eval-sexp-add-defvars.
03408648
SM
17506 (eval-sexp-add-defvars): New fun.
17507
17508 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
17509
17510 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
17511 Don't autoload.
17512 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
17513 than the internal `byte-compile-lambda'.
17514 (defmethod): Don't hide code under quotes.
17515 (eieio-defmethod): New `code' argument.
17516
17517 * emacs-lisp/eieio-comp.el: Remove.
17518
17519 * emacs-lisp/edebug.el (edebug-eval-defun)
17520 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
17521 (edebug-toggle): Avoid `eval'.
17522
17523 * emacs-lisp/disass.el (disassemble-internal): Handle new
17524 `closure' objects.
17525 (disassemble-1): Handle new byte codes.
17526
17527 * emacs-lisp/cl.el (pushnew): Silence warning.
17528
17529 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
17530 (cl-byte-compile-throw): Remove.
17531 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
17532
17533 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
17534 closures.
17535
17536 * emacs-lisp/cconv.el: New file.
17537
17538 * emacs-lisp/bytecomp.el: Use lexical binding instead of
17539 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
17540 (byte-compile-initial-macro-environment):
17541 Handle declare-function here.
17542 (byte-compile--lexical-environment): New var.
17543 (byte-stack-ref, byte-stack-set, byte-discardN)
17544 (byte-discardN-preserve-tos): New lap codes.
17545 (byte-interactive-p): Don't use any more.
17546 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
17547 New macros.
17548 (byte-compile-lapcode): Use them and handle new lap codes.
17549 (byte-compile-obsolete): Remove.
17550 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
17551 (byte-compile-arglist-warn): Check late def of inlinable funs.
17552 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
17553 since they should have been expanded by now.
17554 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
17555 (byte-compile-from-buffer): Remove unused second arg.
17556 (byte-compile-preprocess): New function.
17557 (byte-compile-toplevel-file-form): New function to distinguish
17558 file-form calls from outside from file-form calls from hunk-handlers.
17559 (byte-compile-file-form): Simplify.
17560 (byte-compile-file-form-defsubst): Remove.
17561 (byte-compile-file-form-defmumble): Simplify now that
17562 byte-compile-lambda always returns a byte-code-function.
17563 (byte-compile): Preprocess.
17564 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
17565 Remove, not used any more.
17566 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
17567 (byte-compile-make-args-desc): New funs.
17568 (byte-compile-lambda): Handle lexical functions. Always return
17569 a byte-code-function.
17570 (byte-compile-reserved-constants): New var, to make up room for
17571 closed-over variables.
17572 (byte-compile-constants-vector): Obey it.
17573 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
17574 (byte-compile-macroexpand-declare-function): New function.
17575 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
17576 byte-code-functions.
17577 (byte-compile-form): Check obsolescence here.
17578 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
17579 (byte-compile-variable-ref): Remove.
17580 (byte-compile-dynamic-variable-op): New fun.
17581 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17582 (byte-compile-variable-set): New funs.
17583 (byte-compile-discard): Add 2 args.
17584 (byte-compile-stack-ref, byte-compile-stack-set)
17585 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
17586 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
17587 macroexpand-all instead.
17588 (byte-compile-quote-form): Remove.
17589 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
17590 (byte-compile-bind, byte-compile-unbind): New funs.
17591 (byte-compile-let): Handle let* and lexical binding.
17592 (byte-compile-let*): Remove.
17593 (byte-compile-catch, byte-compile-unwind-protect)
17594 (byte-compile-track-mouse, byte-compile-condition-case):
17595 Handle a new :fun-body form, used for lexical scoping.
17596 (byte-compile-save-window-excursion)
17597 (byte-compile-with-output-to-temp-buffer): Remove.
17598 (byte-compile-defun): Simplify.
17599 (byte-compile-stack-adjustment): New fun.
17600 (byte-compile-out): Use it.
17601 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
17602
17603 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
17604 handler any more.
17605
17606 * emacs-lisp/byte-opt.el: Use lexical binding.
17607 (byte-inline-lapcode): Remove (to bytecomp).
17608 (byte-compile-inline-expand): Pay attention to inlining to/from
17609 lexically bound code.
17610 (byte-compile-unfold-lambda): Don't handle byte-code-functions
17611 any more.
17612 (byte-optimize-form-code-walker): Don't handle save-window-excursion
17613 any more and don't call compiler-macros.
17614 (byte-compile-splice-in-already-compiled-code): Remove.
17615 (byte-code): Don't inline any more.
17616 (disassemble-offset): Receive `bytes' as argument rather than via
17617 dynamic scoping.
17618 (byte-compile-tag-number): Declare before first use.
17619 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
17620 `return' even if make-spliceable.
17621 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
17622 obsolete interactive-p.
17623 (byte-optimize-lapcode): Optimize new lap-codes.
17624 Don't trip up on new form of `byte-constant' lap code.
17625
17626 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
17627
17628 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
17629
17630 * custom.el (custom-initialize-default, custom-declare-variable):
17631 Use `defvar'.
17632
17633 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
17634 New variables.
17635 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
17636 (COMPILE_FIRST): Add macroexp and cconv.
17637 * makefile.w32-in: Mirror changes in Makefile.in.
17638
17639 * vc/cvs-status.el:
17640 * vc/diff-mode.el:
17641 * vc/log-edit.el:
17642 * vc/log-view.el:
17643 * vc/smerge-mode.el:
17644 * textmodes/bibtex-style.el:
090bd7cb 17645 * textmodes/css-mode.el:
03408648
SM
17646 * startup.el:
17647 * uniquify.el:
da91b5f2
CY
17648 * minibuffer.el:
17649 * newcomment.el:
17650 * reveal.el:
17651 * server.el:
17652 * mpc.el:
17653 * emacs-lisp/smie.el:
17654 * doc-view.el:
17655 * dired.el:
03408648
SM
17656 * abbrev.el: Use lexical binding.
17657
0f0c1f27
EZ
176582011-04-01 Eli Zaretskii <eliz@gnu.org>
17659
17660 * info.el (info-display-manual): New function.
17661
c82b2579
SM
176622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
17665
221ddf68
TH
176662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
17667
17668 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 17669 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 17670
cba6e77e
GM
176712011-03-31 Glenn Morris <rgm@gnu.org>
17672
e040639f
GM
17673 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
17674
cba6e77e
GM
17675 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
17676
6d0f1c9e
CS
176772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
17678
17679 * progmodes/python.el (python-default-interpreter)
17680 (python-python-command-args, python-jython-command-args)
17681 (python-which-shell, python-which-args, python-which-bufname)
17682 (python-file-queue, python-comint-output-filter-function)
17683 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
17684 variables and functions.
17685
3e2d70fd
SM
176862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
17687
17688 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
17689 (completion-in-region-mode): New minor mode.
17690 (completion-in-region): Use it.
17691 (completion-in-region--data, completion-in-region-mode-map): New vars.
17692 (completion-in-region--postch): New function.
17693 (completion--capf-misbehave-funs, completion--capf-safe-funs):
17694 New vars.
17695 (completion--capf-wrapper): New function.
17696 (completion-at-point): Use it to track well-behavedness of
17697 hook functions.
17698 (completion-help-at-point): New command.
17699
f3e4086c
JM
177002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
17701
17702 * vc/add-log.el (add-change-log-entry): Don't use whitespace
17703 syntax class to search for whitespace on a single line
17704 (Message-ID: <4D938140.4030905@redhat.com>).
17705
eb7ffc14
LL
177062011-03-30 Leo Liu <sdl.web@gmail.com>
17707
17708 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
17709 New commands.
17710 (edit-abbrevs-map): Bind them here.
17711 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
17712
d806ab68
KM
177132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
17714
17715 * allout.el (allout-hide-by-annotation, allout-flag-region):
17716 Reduce possibility of overlay leakage by making them volatile.
17717
17718 * allout-widgets.el (allout-widgets-tally): Define as nil so the
17719 hash is not shared between buffers. Mode initialization is
17720 responsible for giving it a useful starting value.
17721 (allout-item-span): Reduce possibility of overlay leakage by
17722 making them volatile.
17723 (allout-widgets-count-buttons-in-region): Add diagnostic function
17724 for tracking down button overlay leaks.
17725
ea622834
LL
177262011-03-29 Leo Liu <sdl.web@gmail.com>
17727
17728 * ido.el (ido-read-internal): Use the default history var
17729 minibuffer-history if no HISTORY is specified.
17730
b62f8267
G
177312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
17732
03408648
SM
17733 * net/imap.el (imap-shell-open, imap-process-connection-type):
17734 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
17735 Kerberos, SSL, other subprocesses.
17736
947b6566
LL
177372011-03-28 Leo Liu <sdl.web@gmail.com>
17738
17739 * abbrev.el (abbrev-table-empty-p): New function.
17740 (prepare-abbrev-list-buffer): Place empty abbrev tables after
17741 nonempty ones. (Bug#5937)
17742
5ffb62aa
JD
177432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
17744
17745 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
17746
7a097943
LL
177472011-03-27 Leo Liu <sdl.web@gmail.com>
17748
17749 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
17750 for foreground and background colors.
17751 (ansi-color-make-color-map): Adapt.
17752
c5b40130
LL
177532011-03-25 Leo Liu <sdl.web@gmail.com>
17754
1f48f7d2
LL
17755 * midnight.el (midnight-time-float): Remove. Note it calculates
17756 the microsecond component incorrectly and seconds-to-time does the
17757 same job.
625897ec 17758 Remove redundant (require 'timer).
1f48f7d2 17759
c5b40130
LL
17760 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
17761 (ido-completions): Remove unused arguments. (Bug#8329)
17762
d86d2721
SM
177632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17764
17765 * minibuffer.el (completion--flush-all-sorted-completions):
17766 Remove itself from hook.
17767 (completion-at-point): Let the functions perform the completion
17768 immediately and return nil or t.
17769 * comint.el (comint-dynamic-complete-functions): Now identical to
17770 completion-at-point-functions.
17771 (comint-dynamic-list-input-ring): Remove unused var `index'.
17772 (comint--match-partial-filename, comint--unquote&expand-filename):
17773 New funs, split from comint-match-partial-filename.
17774 (comint-dynamic-complete): Use completion-at-point.
17775 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
17776
e8974c48
DA
177772011-03-24 Drew Adams <drew.adams@oracle.com>
17778
17779 * thingatpt.el: Support `defun'.
17780
def71b5e
LL
177812011-03-23 Leo Liu <sdl.web@gmail.com>
17782
cb5af48e
LL
17783 * abbrevlist.el: Move to obsolete/abbrevlist.el.
17784
def71b5e
LL
17785 * help-mode.el (help-mode-finish): Tweak regexp.
17786
927c53e7
GM
177872011-03-23 Glenn Morris <rgm@gnu.org>
17788
18d05bed
GM
17789 * eshell/esh-opt.el (eshell-eval-using-options):
17790 Do not bind unused local variable `eshell-option-stub'.
17791
927c53e7
GM
17792 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
17793
9d0da923
JB
177942011-03-22 Juanma Barranquero <lekktu@gmail.com>
17795
17796 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
17797 keymap variable in `with-no-warnings' to avoid a warning when the
17798 keymap has been already `defconst'ed.
17799
4b978a67
LL
178002011-03-22 Leo Liu <sdl.web@gmail.com>
17801
17802 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
17803 encode all chars in abbrevs; otherwise use emacs-mule or
17804 utf-8-emacs. (Bug#8308)
17805
5fd62452
JB
178062011-03-22 Juanma Barranquero <lekktu@gmail.com>
17807
0b1596c6
JB
17808 * simple.el (backward-delete-char-untabify):
17809 Avoid warning about using `delete-backward-char'.
17810
5fd62452
JB
17811 * image.el (image-type-file-name-regexps): Make it variable.
17812 `imagemagick-register-types' modifies it, and the user may want
17813 to add new extensions for known image types.
17814 (imagemagick-register-types): Throw error if not using ImageMagick.
17815
0b4e93f1
LL
178162011-03-22 Leo Liu <sdl.web@gmail.com>
17817
17818 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
17819 located before rcirc-prompt-end-marker.
17820 (rcirc-complete): Error if point is not after rcirc prompt.
17821 Handle the case when table is nil.
9882e214 17822 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 17823
fccee4ab
CY
178242011-03-22 Chong Yidong <cyd@stupidchicken.com>
17825
17826 * custom.el (custom--inhibit-theme-enable): Make it affect only
17827 custom-theme-set-variables and custom-theme-set-faces.
17828 (provide-theme): Ignore custom--inhibit-theme-enable.
17829 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
17830 (custom-enabling-themes): Delete variable.
d86d2721
SM
17831 (enable-theme): Accept only loaded themes as arguments.
17832 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
17833 (custom-enabled-themes): Forbid themes from setting this.
17834 Eliminate use of custom-enabling-themes.
17835 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 17836
af896da6
LL
178372011-03-21 Leo Liu <sdl.web@gmail.com>
17838
17839 * ido.el (ido-read-internal): Add ido-selected to history instead
17840 of user input.
17841
78f64af0
SM
178422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17843
17844 * subr.el (deferred-action-list, deferred-action-function):
17845 Mark obsolete.
17846
b16ac1ec
LL
178472011-03-21 Leo Liu <sdl.web@gmail.com>
17848
810f7698
LL
17849 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
17850 change on 2011-02-13 (bug#8309).
17851
b16ac1ec
LL
17852 * minibuffer.el (read-file-name-function): Change default value.
17853 (read-file-name--defaults): Rename from read-file-name-defaults.
17854 (read-file-name-default): Rename from read-file-name.
17855 (read-file-name): Call read-file-name-function.
17856
4e05e67e
GM
178572011-03-21 Glenn Morris <rgm@gnu.org>
17858
17859 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
17860 Doc fixes.
17861
4359915b
CY
178622011-03-21 Chong Yidong <cyd@stupidchicken.com>
17863
17864 * cus-theme.el: Add missing provide statement.
17865 (customize-create-theme): Extract theme value correctly.
17866 (custom-theme-visit-theme): Autoload.
17867 (customize-create-theme): Prompt before inserting default faces.
17868
1fe275ee
JB
178692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
17870
17871 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
17872 units and musical notes.
17873
cd394be1 178742011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
17875
17876 * ido.el (ido-read-internal): Use completing-read-default.
17877 (ido-completing-read): Fix compatibility with completing-read.
17878
7d476bde
CO
178792011-03-20 Christian Ohler <ohler@gnu.org>
17880
17881 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
17882 (ert-delete-all-tests): Use `called-interactively-p' rather than
17883 `interactive-p'.
17884 (ert--make-xrefs-region): Respect END.
17885
fe0fb33e
CY
178862011-03-19 Chong Yidong <cyd@stupidchicken.com>
17887
ff854b0b
CY
17888 * dired-aux.el (dired-create-directory): Signal an error if the
17889 directory already exists (Bug#8246).
17890
fe0fb33e
CY
17891 * facemenu.el (list-colors-display): Call list-faces-display
17892 inside with-help-window.
17893 (list-colors-print): Use display property to align the final
17894 column, instead of checking window-width.
17895
576bce32
EZ
178962011-03-19 Eli Zaretskii <eliz@gnu.org>
17897
4d61f28d 17898 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
17899 windows-nt systems.
17900 (emerge-protect-metachars): Quote correctly for ms-dos and
17901 windows-nt systems.
17902
89c41d68 179032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
17904
17905 * info.el (info-initialize): Replace all uses of `:' with
17906 path-separator for compatibility with non-Unix systems.
17907 Cache quoting of path-separator. (Bug#8258)
17908
b14e3e21 179092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
17910
17911 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
17912 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
17913 (mouse-avoidance-mode): Fix typos in docstrings.
17914
4525ce3e
CY
179152011-03-19 Chong Yidong <cyd@stupidchicken.com>
17916
17917 * startup.el (package-subdirectory-regexp): Move from package.el.
17918 Omit \\` and \\', and let callers add them.
17919
17920 * emacs-lisp/package.el (package-strip-version)
17921 (package-load-all-descriptors): Add \\` and \\' to
17922 package-subdirectory-regexp before using it.
17923 (package-untar-buffer): New arg DIR; ensure that file untars only
17924 into this expected directory. Remove superfluous delete-region.
17925 (package-unpack): Caller changed.
17926 (package-tar-file-info): Use package-subdirectory-regexp.
17927
a904a09a 179282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 17929
a904a09a
SM
17930 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
17931 diff-mode-shared-map (bug#8284).
17932 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
17933
179342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17935
17936 * calendar/time-date.el (format-seconds): Use assoc instead of
17937 assoc-string, since assoc-string doesn't exist in XEmacs.
17938
171fc304
JB
179392011-03-17 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * custom.el (custom-known-themes): Reflow docstring.
17942 (custom-theme-load-path): Fix typo in docstring.
17943 (load-theme): Fix typo in error message.
17944 (custom-available-themes, custom-variable-theme-value):
17945 Use `let', not `let*'.
17946
d71990a1
JB
179472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17948
17949 * calc/README: Mention inclusion of musical notes.
17950
17951 * calc/calc-units.el (calc-lu-quant): Rename from
17952 `calc-logunits-quantity'.
17953 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
17954 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
17955 (calc-db): Rename from `calc-dblevel'.
17956 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
17957 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
17958 (calc-np): Rename from `calc-nplevel'.
17959 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
17960 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
17961 (calc-lu-plus): Rename from `calc-logunits-add'.
17962 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
17963 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
17964 (calc-lu-minus): Rename from `calc-logunits-sub'.
17965 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
17966 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
17967 (calc-lu-times): Rename from `calc-logunits-mul'.
17968 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
17969 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
17970 (calc-lu-divide): Rename from `calc-logunits-div'.
17971 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
17972 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
17973
17974 * calc/calc-ext.el (calc-init-extensions): Update the names of the
17975 functions being autoloaded.
17976
17977 * calc/calc.el (calc-lu-power-reference): Rename from
17978 `calc-logunits-power-reference'.
17979 (calc-lu-field-reference): Rename from
17980 `calc-logunits-field-reference'.
17981
7a71b18d
GM
17982 * calc/calc-help.el (calc-l-prefix-help):
17983 Mention musical note functions.
d71990a1 17984
40c2934b
SM
179852011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * minibuffer.el (completion-all-sorted-completions):
17988 Use :completion-cycle-penalty text property if present.
17989
b0911414
KM
179902011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
17991
17992 * allout.el (allout-yank-processing): Adjust for new rebulleting
17993 regime so bullet being yanked is used without prompting the user
17994 for a choice.
17995
8a05b668
JB
179962011-03-16 Juanma Barranquero <lekktu@gmail.com>
17997
17998 * startup.el (command-line): Warn the user that _emacs is deprecated.
17999
5ba5fb81
JB
180002011-03-16 Juanma Barranquero <lekktu@gmail.com>
18001
18002 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18003 (delphi-verbose, delphi-comment-face, delphi-string-face)
18004 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18005 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18006 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18007 (delphi-new-comment-line, delphi-font-lock-defaults)
18008 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18009 Fix typos in docstrings.
18010
2dab465b
KM
180112011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18012
5ba5fb81 18013 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
18014 Invert the roles of character and string values for INSTEAD, so a
18015 string is used for the more common case of a defaulting prompt.
18016
0adf5618
SM
180172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * progmodes/ruby-mode.el (ruby-backward-sexp):
18020 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18021 * play/gamegrid.el (gamegrid-make-face):
18022 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18023 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18024 * notifications.el (notifications-notify):
18025 * net/xesam.el (xesam-search-engines):
18026 * net/quickurl.el (quickurl-list-insert):
18027 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18028
d72700e5
CY
180292011-03-15 Chong Yidong <cyd@stupidchicken.com>
18030
18031 * startup.el (command-line): Update package subdirectory regexp.
18032
49c5410a
SM
180332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18034
c6eee9aa
SM
18035 * allout.el (allout-abbreviate-flattened-numbering)
18036 (allout-mode-deactivate-hook): Fix up obsolescence "date".
18037
49c5410a
SM
18038 * subr.el (read-char-choice): Only show the cursor after the prompt,
18039 not after the answer.
18040
047b2bb9
KR
180412011-03-15 Kevin Ryde <user42@zip.com.au>
18042
18043 * help-fns.el (variable-at-point): Skip leading quotes, if any
18044 (bug#8253).
18045
0a57d256
SM
180462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18049 warning message.
18050
77c992bc
MA
180512011-03-14 Michael Albinus <michael.albinus@gmx.de>
18052
18053 * shell.el (shell): When called interactively, offer to change the
18054 shell file name on remote hosts.
18055
eebc475d
TZ
180562011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
18057
18058 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18059 integration for LDAP parameters. The host, base, user or binddn,
18060 and secret tokens can be specified in a netrc file, for instance.
18061 This is optional because an `auth-source' parameter must be
18062 specified in the search attributes.
18063
9d05d1ba
JB
180642011-03-13 Juanma Barranquero <lekktu@gmail.com>
18065
18066 * help.el (describe-mode): Link to the mode's definition (bug#8185).
18067
09d9db2c
GM
180682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18071 into declaration. Remove redundant and harmful binding.
18072
180732011-03-12 Eli Zaretskii <eliz@gnu.org>
18074
18075 * files.el (file-ownership-preserved-p): Pass `integer' as an
18076 explicit 2nd argument to `file-attributes'. If the file's owner
18077 is the Administrators group on Windows, and the current user is
18078 Administrator, consider that a match.
18079
18080 * server.el (server-ensure-safe-dir): Consider server directory
18081 safe on MS-Windows if its owner is the Administrators group while
18082 the current Emacs user is Administrator. Use `=' to compare
18083 numerical UIDs, since they could be integers or floats.
18084
219bd536
JB
180852011-03-12 Juanma Barranquero <lekktu@gmail.com>
18086
18087 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18088
f3afd36b
MA
180892011-03-12 Michael Albinus <michael.albinus@gmx.de>
18090
18091 Sync with Tramp 2.2.1.
18092
18093 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18094
18095 * net/trampver.el: Update release number.
18096
3aaaa6f1
SM
180972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18098
94642599
SM
18099 * progmodes/compile.el (compilation--previous-directory): Fix up
18100 various nil/dead-marker mismatches (bug#8014).
18101 (compilation-directory-properties, compilation-error-properties):
18102 Don't call it at a position past the one we're about to change.
18103
3aaaa6f1
SM
18104 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18105 Disable obsolescence warnings in the file that declares it.
18106
14239447
KM
181072011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
18108
099c39a4
JB
18109 * allout-widgets.el (allout-widgets-tally):
18110 Initialize allout-widgets-tally as a hash table rather than nil to
18111 prevent mode-line redisplay warnings. Also, clarify the module
18112 description and fix a comment typo.
14239447 18113
135e287c
JB
181142011-03-11 Juanma Barranquero <lekktu@gmail.com>
18115
18116 * help-fns.el (describe-variable): Don't complete keywords.
18117 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18118
ffbf300e
CY
181192011-03-10 Chong Yidong <cyd@stupidchicken.com>
18120
ba08b241
CY
18121 * emacs-lisp/package.el (package-version-join): Impose a standard
18122 string representation for pre/alpha/beta version lists.
18123 (package-unpack-single): Standardize the directory name by passing
18124 it through package-version-join.
18125 (package-strip-rcs-id): Accept any version string that does not
18126 signal an error in version-to-list.
ffbf300e 18127
f346fd6b
MA
181282011-03-10 Michael Albinus <michael.albinus@gmx.de>
18129
18130 * simple.el (delete-trailing-whitespace): Return nil for the
18131 benefit of `write-file-functions'.
18132
ccb55d27
GM
181332011-03-10 Glenn Morris <rgm@gnu.org>
18134
5ceaac0c
GM
18135 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18136
02da65ff
GM
18137 * vc/vc-git.el (vc-git-program): New option.
18138 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18139 (vc-git--call): Use it.
18140
b2f603cc
GM
18141 * eshell/esh-util.el (eshell-condition-case): Doc fix.
18142
5772caab
GM
18143 * cus-edit.el (Custom-newline): If no button at point, look
18144 for a subgroup button at start-of-line. (Bug#2298)
18145
ccb55d27
GM
18146 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18147
ec6ecaed
JD
181482011-03-10 Julien Danjou <julien@danjou.info>
18149
18150 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18151 `cursor-type' is nil.
18152
9d5aa01d
JB
181532011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
18154
18155 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18156
b6a5875b
KM
181572011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
18158
7a71b18d 18159 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
18160 preserves the existing header prefix, rebulleting it if necessary,
18161 rather than replacing it. This is necessary for proper operation
18162 of cooperative addons like allout-widgets.
1154d12e
JB
18163 (allout-make-topic-prefix, allout-rebullet-heading):
18164 Change SOLICIT arg to INSTEAD, and interpret additionally a string
18165 value as alternate bullet to be used, instead of prompting the user
18166 for a bullet character.
b6a5875b 18167
ee545c35
MA
181682011-03-09 Michael Albinus <michael.albinus@gmx.de>
18169
d86d2721
SM
18170 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18171 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
18172 `tramp-default-port'.
18173
c47971d7
DD
181742011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
18175
18176 * net/rcirc.el (rcirc-handler-001): Remove useless
18177 with-rcirc-process-buffer.
18178 (rcirc-check-auth-status): Swap arguments to string-match.
18179
13522cb4
GM
181802011-03-09 Glenn Morris <rgm@gnu.org>
18181
0be6f4f1
GM
18182 * shell.el (shell-mode):
18183 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
18184
13522cb4
GM
18185 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18186 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
18187
515de2e3
CY
181882011-03-08 Chong Yidong <cyd@stupidchicken.com>
18189
18190 * emacs-lisp/package.el (package-refresh-contents)
18191 (package-menu-execute): Use condition-case-no-debug.
18192
b511b994
MA
181932011-03-08 Michael Albinus <michael.albinus@gmx.de>
18194
18195 * simple.el (shell-command-to-string): Use `process-file'.
18196
18197 * emacs-lisp/package.el (package-tar-file-info): Handle also
18198 remote files.
18199
d86d2721
SM
18200 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18201 Use `equal' for upload base check.
b511b994 18202
25bbfb31
AM
182032011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
18204
18205 * textmodes/texinfo.el (texinfo-environments):
18206 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
18207
be996521
GM
182082011-03-08 Glenn Morris <rgm@gnu.org>
18209
e9c8529f
GM
18210 * cus-start.el (cursor-in-non-selected-windows):
18211 Fix :set quoting oddness. (Bug#8192)
18212
be996521
GM
18213 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
18214 in some setf expressions. (Bug#2159)
18215
2bb5649e
CY
182162011-03-08 Chong Yidong <cyd@stupidchicken.com>
18217
18218 * custom.el (custom-available-themes): Return themes in
18219 alphabetical order.
18220
33383987 18221See ChangeLog.15 for earlier changes.
e3d51b27
MR
18222
18223;; Local Variables:
18224;; coding: utf-8
e3d51b27
MR
18225;; End:
18226
acaf905b 18227 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
18228
18229 This file is part of GNU Emacs.
18230
18231 GNU Emacs is free software: you can redistribute it and/or modify
18232 it under the terms of the GNU General Public License as published by
18233 the Free Software Foundation, either version 3 of the License, or
18234 (at your option) any later version.
18235
18236 GNU Emacs is distributed in the hope that it will be useful,
18237 but WITHOUT ANY WARRANTY; without even the implied warranty of
18238 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18239 GNU General Public License for more details.
18240
18241 You should have received a copy of the GNU General Public License
18242 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.