* configure.in: Respect MAKE env-var. (Bug#9868, part 2)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3f04efd6
MA
12011-10-25 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
4 filenames "/method:foo:".
5
410488d3
SM
62011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9 (bug#9865).
10
c1ebb47e
GM
112011-10-24 Glenn Morris <rgm@gnu.org>
12
13 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14
7f5c46c7
MA
152011-10-24 Michael Albinus <michael.albinus@gmx.de>
16
17 * notifications.el: Add the requirement of a running D-Bus session
18 bus to the Commentary.
19
db2440b6
JL
202011-10-24 Juri Linkov <juri@jurta.org>
21
22 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
23 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
24 (Bug#9364)
25
feecf435
JL
262011-10-24 Juri Linkov <juri@jurta.org>
27
28 * info.el (Info-following-node-name-re): Add newline to the list
29 of allowed characters for leading space. (Bug#9824)
30
a3839de2
SM
312011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
34 * progmodes/octave-mod.el (octave-help): Remove.
35
09388e76
MA
362011-10-23 Michael Albinus <michael.albinus@gmx.de>
37
38 Sync with Tramp 2.2.3.
39
40 * net/tramp-cache.el (top): Pacify byte-compiler using
41 `init-file-user' and `site-run-file'.
42
43 * net/trampver.el: Update release number.
44
86c60681
CY
452011-10-23 Chong Yidong <cyd@gnu.org>
46
47 * files.el (toggle-read-only): Remove obsolete comment about
48 version control.
49
50 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
51 for toggle-read-only. Note that this hasn't called vc-next-action
52 since 2008-05-02, though it wasn't documented at the time.
53
a3839de2
SM
54 * vc/ediff-init.el (ediff-toggle-read-only-function):
55 Use toggle-read-only.
86c60681 56
cd5495ff
AM
572011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
58
59 Fix bug #9560, sporadic wrong indentation; improve instrumentation
60 of c-parse-state.
61
a3839de2
SM
62 * cc-engine.el (c-append-lower-brace-pair-to-state-cache):
63 correct faulty logical expression.
cd5495ff
AM
64 (c-parse-state-state, c-record-parse-state-state):
65 (c-replay-parse-state-state): New defvar/defuns.
66 (c-debug-parse-state): Use new functions.
67
42ee24ed
MR
682011-10-22 Martin Rudalics <rudalics@gmx.at>
69
70 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 71 last fix. Use window-in-direction correctly.
42ee24ed 72
a7dee7e7
CY
732011-10-21 Chong Yidong <cyd@gnu.org>
74
75 * progmodes/idlwave.el (idlwave-mode):
76 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
77 require-final-newline; that's done in prog-mode.
78 Suggested by Stefan Monnier.
a7dee7e7 79
e07b9a6d
MR
802011-10-21 Martin Rudalics <rudalics@gmx.at>
81
82 * mouse.el (mouse-drag-window-above)
83 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
84 (mouse-drag-mode-line-1, mouse-drag-header-line)
85 (mouse-drag-vertical-line-rightward-window): Remove.
86 (mouse-drag-line): New function.
87 (mouse-drag-mode-line, mouse-drag-header-line)
88 (mouse-drag-vertical-line): Call mouse-drag-line.
89 * window.el (window-at-side-p, windows-at-side): New functions.
90
7e1361d9
UM
912011-10-21 Ulrich Mueller <ulm@gentoo.org>
92
93 * tar-mode.el (tar-grind-file-mode):
94 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
95
30fcaf3a
CY
962011-10-21 Chong Yidong <cyd@gnu.org>
97
98 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
99 * progmodes/vera-mode.el (vera-mode):
100 Use mode-require-final-newline.
30fcaf3a 101
516eddb0
GM
1022011-10-20 Glenn Morris <rgm@gnu.org>
103
104 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
105
10d5f513
CS
1062011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
107
108 * emulation/cua-base.el (cua-set-mark): Fix case of string.
109
ac6c8639
CY
1102011-10-20 Chong Yidong <cyd@gnu.org>
111
112 * emulation/cua-base.el (cua-mode):
113 * mail/footnote.el (footnote-mode):
114 * mail/mailabbrev.el (mail-abbrevs-mode):
115 * net/xesam.el (xesam-minor-mode):
116 * progmodes/bug-reference.el (bug-reference-mode):
117 * progmodes/cap-words.el (capitalized-words-mode):
118 * progmodes/compile.el (compilation-minor-mode)
119 (compilation-shell-minor-mode):
120 * progmodes/gud.el (gud-tooltip-mode):
121 * progmodes/hideif.el (hide-ifdef-mode):
122 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
123 * progmodes/subword.el (subword-mode):
124 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
125 * progmodes/which-func.el (which-function-mode):
126 * term/tvi970.el (tvi970-set-keypad-mode):
127 * term/vt100.el (vt100-wide-mode):
128 * textmodes/flyspell.el (flyspell-mode):
129 * textmodes/ispell.el (ispell-minor-mode):
130 * textmodes/nroff-mode.el (nroff-electric-mode):
131 * textmodes/paragraphs.el (use-hard-newlines):
132 * textmodes/refill.el (refill-mode):
133 * textmodes/reftex.el (reftex-mode):
134 * textmodes/rst.el (rst-minor-mode):
135 * textmodes/sgml-mode.el (html-autoview-mode)
136 (sgml-electric-tag-pair-mode):
137 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
138 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
139 * emulation/crisp.el (crisp-mode):
140 * emacs-lisp/eldoc.el (eldoc-mode):
141 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
142 minor mode behavior.
143
aa42ab43
JL
1442011-10-19 Juri Linkov <juri@jurta.org>
145
146 * descr-text.el (describe-char): Add #x2010 and #x2011 to
147 the list of hard-coded chars with escape-glyph face.
148
89400f1d
SM
1492011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
152
305c07f6
MA
1532011-10-19 Michael Albinus <michael.albinus@gmx.de>
154
155 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
156 running process.
157
13754b54
GM
1582011-10-19 Glenn Morris <rgm@gnu.org>
159
160 * vc/vc-bzr.el (vc-bzr-after-dir-status):
161 Ignore ignored files. (Bug#9726)
162
06e21633
CY
1632011-10-19 Chong Yidong <cyd@gnu.org>
164
165 Doc fix for minor modes, stating that an omitted argument enables
166 the mode unconditionally when called from Lisp.
167
168 * abbrev.el (abbrev-mode):
169 * allout.el (allout-mode):
170 * autoinsert.el (auto-insert-mode):
171 * autoarg.el (autoarg-mode, autoarg-kp-mode):
172 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
173 (global-auto-revert-mode):
174 * battery.el (display-battery-mode):
175 * composite.el (global-auto-composition-mode)
176 (auto-composition-mode):
177 * delsel.el (delete-selection-mode):
178 * desktop.el (desktop-save-mode):
179 * dired-x.el (dired-omit-mode):
180 * dirtrack.el (dirtrack-mode):
181 * doc-view.el (doc-view-minor-mode):
182 * double.el (double-mode):
183 * electric.el (electric-indent-mode, electric-pair-mode):
184 * emacs-lock.el (emacs-lock-mode):
185 * epa-hook.el (auto-encryption-mode):
186 * follow.el (follow-mode):
187 * font-core.el (font-lock-mode):
188 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
189 * help.el (temp-buffer-resize-mode):
190 * hilit-chg.el (highlight-changes-mode)
191 (highlight-changes-visible-mode):
192 * hi-lock.el (hi-lock-mode):
193 * hl-line.el (hl-line-mode, global-hl-line-mode):
194 * icomplete.el (icomplete-mode):
195 * ido.el (ido-everywhere):
196 * image-file.el (auto-image-file-mode):
197 * image-mode.el (image-minor-mode):
198 * iswitchb.el (iswitchb-mode):
199 * jka-cmpr-hook.el (auto-compression-mode):
200 * linum.el (linum-mode):
201 * longlines.el (longlines-mode):
202 * master.el (master-mode):
203 * mb-depth.el (minibuffer-depth-indicate-mode):
204 * menu-bar.el (menu-bar-mode):
205 * minibuf-eldef.el (minibuffer-electric-default-mode):
206 * mouse-sel.el (mouse-sel-mode):
207 * msb.el (msb-mode):
208 * mwheel.el (mouse-wheel-mode):
209 * outline.el (outline-minor-mode):
210 * paren.el (show-paren-mode):
211 * recentf.el (recentf-mode):
212 * reveal.el (reveal-mode, global-reveal-mode):
213 * rfn-eshadow.el (file-name-shadow-mode):
214 * ruler-mode.el (ruler-mode):
215 * savehist.el (savehist-mode):
216 * scroll-all.el (scroll-all-mode):
217 * scroll-bar.el (scroll-bar-mode):
218 * server.el (server-mode):
219 * shell.el (shell-dirtrack-mode):
220 * simple.el (auto-fill-mode, transient-mark-mode)
221 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
222 (line-number-mode, column-number-mode, size-indication-mode)
223 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
224 * strokes.el (strokes-mode):
225 * time.el (display-time-mode):
226 * t-mouse.el (gpm-mouse-mode):
227 * tool-bar.el (tool-bar-mode):
228 * tooltip.el (tooltip-mode):
229 * type-break.el (type-break-mode-line-message-mode)
230 (type-break-query-mode):
231 * view.el (view-mode):
232 * whitespace.el (whitespace-mode, whitespace-newline-mode)
233 (global-whitespace-mode, global-whitespace-newline-mode):
234 * xt-mouse.el (xterm-mouse-mode): Doc fix.
235
a3839de2
SM
236 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
237 Fix autogenerated docstring.
06e21633 238
5214e501
JL
2392011-10-19 Juri Linkov <juri@jurta.org>
240
241 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
242 by checking environment variables "DESKTOP_SESSION" and
243 "XDG_CURRENT_DESKTOP". (Bug#9779)
244
195f8db9
JL
2452011-10-19 Juri Linkov <juri@jurta.org>
246
247 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
248 (browse-url-chromium-program, browse-url-chromium-arguments):
249 New defcustoms.
250 (browse-url-default-browser): Check for `browse-url-chromium' and
251 call `browse-url-chromium-program'.
252 (browse-url-chromium): New command. (Bug#9779)
253
343a34ff
JB
2542011-10-18 Juanma Barranquero <lekktu@gmail.com>
255
256 * facemenu.el (list-colors-duplicates): On Windows, detect more
257 duplicates by assuming that only colors matching "^System" are
258 special "system colors". (Bug#9722)
259
6978a151
SM
2602011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
263 to distinguish the author from the committer.
264
6a80b297
MA
2652011-10-18 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
268
b31a5677
JK
2692011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
270
271 * international/mule.el (sgml-html-meta-auto-coding-function):
272 Add support for detecting encoding in HTML5 specified only as
273 <meta charset="UTF-8">. Implementation just makes http-equiv and
274 content-type parts from HTML4 encoding string optional. (Bug#9716)
275
80c6d77f
GM
2762011-10-18 Glenn Morris <rgm@gnu.org>
277
278 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
279
08b0fee8
CY
2802011-10-18 Chong Yidong <cyd@gnu.org>
281
282 * faces.el (cursor): Doc fix.
283
67e729a5
CY
2842011-10-17 Chong Yidong <cyd@gnu.org>
285
286 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
287
343a34ff 2882011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
289
290 * dirtrack.el (dirtrack): Support shell buffers with path
291 prefixes, e.g. tramp-based remote shells. (Bug#9647)
292
0bc06380
TZ
2932011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
294
295 * json.el: Bump version to 1.3 and note change in History.
296 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
297
8b79f3e0
SM
2982011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
299
5a7c536b
SM
300 * comint.el (comint-insert-input, comint-send-input)
301 (comint-get-old-input-default, comint-backward-matching-input)
302 (comint-next-prompt): Use nil instead of `input' for field property of
303 past user input (bug#114).
304
96a8a0df
SM
305 * minibuffer.el (completion--replace): Inherit surrounding properties
306 (bug#114).
307 (minibuffer-complete-and-exit): Use it.
308
8b79f3e0
SM
309 * comint.el (comint--table-subvert): Quote the all-completions output
310 (bug#9160).
311
b8f7ff0d
MR
3122011-10-17 Martin Rudalics <rudalics@gmx.at>
313
8b79f3e0 314 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 315
b8f7ff0d 316 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 317 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
318 entries and separate them from frame entries.
319
c235b555
GM
3202011-10-15 Glenn Morris <rgm@gnu.org>
321
322 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
323 Doc fixes.
324
6bbfa6e1
CY
3252011-10-15 Chong Yidong <cyd@stupidchicken.com>
326
8b79f3e0
SM
327 * net/network-stream.el (network-stream-open-starttls):
328 Improve detection of failure due to lack of TLS support.
ec5c990d 329
6bbfa6e1
CY
330 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
331 putting the input text in front and in bold.
332
98488977
SM
3332011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
334
3d1337be
SM
335 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
336
ee0b45e4
SM
337 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
338 empty buffer.
339
98488977
SM
340 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
341 unread-command-events rather than pushing yet-another event.
342
186f4720
EZ
3432011-10-14 Eli Zaretskii <eliz@gnu.org>
344
345 * mail/sendmail.el (sendmail-query-once): Improve the wording of
346 the explanation of the possible choices. Make the options passed
347 to completing-read shorter.
348
8b7a997c
AM
3492011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
350
351 * textmodes/flyspell.el (flyspell-large-region): Make sure
352 extended character mode is used if defined (Bug#1339).
353
12587bbb
EZ
3542011-10-13 Eli Zaretskii <eliz@gnu.org>
355
356 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
357 character info for LRE, LRO, RLE, and RLO characters by appending
358 an invisible PDF.
12587bbb 359
bad41229
SM
3602011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
363 even in case of error; add debug spec; simplify data flow.
364 (with-timeout-handler): Remove.
365
28dbc92f
MA
3662011-10-12 Michael Albinus <michael.albinus@gmx.de>
367
368 Fix Bug#6019, Bug#9315.
369
370 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
371 complete `buffer-file-name', the local file name part could look
372 remotely (for example on VMS).
373
374 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
375 `tramp-run-real-handler'.
376 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
377 already quoted by '"'.
378
379 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
380 Let `file-name-handler-alist' be nil, the local file name part
381 could look remotely (for example on VMS).
382
e1b0b23a
SM
3832011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
386 from here...
387 (flyspell-post-command-hook): ...to here.
388
a120bde9
SM
3892011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
392 if not needed.
393 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
394 using completion. Protect against "slow" callers.
395 Remove the "message hack".
396
7ce7717b
JL
3972011-10-11 Juri Linkov <juri@jurta.org>
398
399 * isearch.el (isearch-lazy-highlight-word): New variable.
400 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
401 Use it. (Bug#9727)
402
c02ee9d6
GM
4032011-10-11 Glenn Morris <rgm@gnu.org>
404
405 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
406 like f90-previous-statement does.
407
93e616fd 4082011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
409
1f190e73 410 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
411 only in interactive use, to avoid error.
412
af7b6078
SM
4132011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * minibuffer.el (completion-file-name-table): Fix last change,
416 i.e. ignore normal errors but not the other ones.
417
0563dae9
MR
4182011-10-10 Martin Rudalics <rudalics@gmx.at>
419
420 * window.el (special-display-buffer-names)
421 (special-display-regexps): Remove some remnants of earlier
422 changes from doc-strings.
366ca7f3
MR
423 (quit-windows-on): New function.
424
425 * vc/vc.el (vc-revert, vc-rollback):
426 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
427 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 428 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 429
49677495
MR
4302011-10-09 Martin Rudalics <rudalics@gmx.at>
431
432 * window.el (frame-auto-hide-function): Add version tag.
433 (Bug#9699)
434
56f2d1e1
MA
4352011-10-09 Michael Albinus <michael.albinus@gmx.de>
436
437 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
438 condition.
439
112a6592
LL
4402011-10-09 Leo Liu <sdl.web@gmail.com>
441
442 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
443 (Bug#9701)
444
0812589b
GM
4452011-10-08 Glenn Morris <rgm@gnu.org>
446
447 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
448 before the first code statement zero indent. (Bug#9690)
449
b2b0776e
CY
4502011-10-08 Chong Yidong <cyd@stupidchicken.com>
451
452 * simple.el (count-words-region): Always count in the region.
453 Report the number of lines and characters too.
454 (count-words): New command, which counts in the buffer if the
455 region is inactive, as count-words-region used to.
456 (count-words--message): New function. Handle plurals.
457 (count-lines-region): Make it an alias for count-words-region.
458
459 * bindings.el (esc-map): Replace count-lines-region with
460 count-words-region.
461
c557cd6b
MR
4622011-10-08 Martin Rudalics <rudalics@gmx.at>
463
464 * window.el (window--delete): Delete dedicated frame
465 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 466 (switch-to-buffer): Fix doc-string typo.
c557cd6b 467
61a57ef4 4682011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
469
470 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
471
c3833279
CY
4722011-10-07 Chong Yidong <cyd@stupidchicken.com>
473
474 * bindings.el ([M-left],[M-right]): Bind to left-word and
475 right-word respectively.
476
21ce8245
GM
4772011-10-07 Glenn Morris <rgm@gnu.org>
478
479 * cus-start.el (debug-on-quit): Fix custom type.
480
6d823bb2
LMI
4812011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
482
0181e193
LMI
483 * subr.el (define-key-after): Clarify that the function is not
484 useful for non-menu keymaps.
485
6d823bb2
LMI
486 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
487
8e3459ce 4882011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
489
21ce8245 490 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 491 in current minibuffer (Fix bug with recursive minibuffers).
492
a1c2d21e
CY
4932011-10-06 Chong Yidong <cyd@stupidchicken.com>
494
495 * progmodes/gdb-mi.el (gdb): Doc fix.
496
5a4cf282
MR
4972011-10-05 Martin Rudalics <rudalics@gmx.at>
498
499 * window.el (frame-auto-hide-function): New option replacing
500 frame-auto-delete. Suggested by Stefan Monnier.
501 (window--delete): Call frame-auto-hide-function instead of
502 investigating frame-auto-delete.
c96111ea
MR
503 (window-point-1, set-window-point-1): New functions.
504 (window-in-direction, record-window-buffer, window-state-get-1)
505 (display-buffer-record-window): Use window-point-1 instead of
506 window-point.
507 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 508
9854542e
SM
5092011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
512
8943cfb0
GM
5132011-10-05 Glenn Morris <rgm@gnu.org>
514
515 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
516 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
517
647ab967
LL
5182011-10-05 Leo Liu <sdl.web@gmail.com>
519
520 * subr.el (read-char-choice): Fix argument to buffer-live-p which
521 works with buffer object.
522
3ddfbced
SM
5232011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * mpc.el (mpc-tool-bar-map): Add labels.
526
bdfa5dd2
GM
5272011-10-04 Glenn Morris <rgm@gnu.org>
528
529 * calendar/holidays.el (calendar-check-holidays): Doc fix.
530
0e2070b5
MR
5312011-10-04 Martin Rudalics <rudalics@gmx.at>
532
533 * window.el (window--delete): New function.
534 (frame-auto-delete): Resuscitate option.
535 (bury-buffer, replace-buffer-in-windows)
536 (quit-window): Rewrite using window--delete.
537 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
538 Pass display-buffer-mark-dedicated to window--display-buffer-2
539 (Bug#9639).
540
3dc61a09
SM
5412011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
542
915a9b64
SM
543 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
544 returns a list (bug#9554). Add remote file name completion.
545 * comint.el (comint--table-subvert): Curry and get quote&unquote
546 functions as arguments.
547 (comint--complete-file-name-data): Adjust call accordingly.
548 * pcomplete.el (pcomplete--table-subvert): Remove.
549 (pcomplete-completions-at-point): Use comint--table-subvert instead.
550
3dc61a09
SM
551 * minibuffer.el (completion-table-case-fold): Use currying.
552 (completion--styles-type, completion--cycling-threshold-type):
553 New constants.
554 (completion-styles, completion-category-overrides)
555 (completion-cycle-threshold): Use them.
556 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
557 completion-table-case-fold.
558
8ea0a993
SB
5592011-10-03 Stephen Berman <stephen.berman@gmx.net>
560
561 * minibuffer.el (completion-category-overrides): Fix type of styles
562 and add more user friendly tags (bug#9660).
563
8c24b7f6
SM
5642011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
567 (mule-input-method-string): New widget.
568 (default-input-method, language-info-custom-alist): Use it.
569
428fe61a
SM
5702011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
571
32c1fffd
SM
572 * pcomplete.el: Require comint.
573 (pcomplete--common-suffix): Remove.
574 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
575 (pcomplete--table-subvert): Sync with comint--table-subvert.
576 (pcomplete--entries): Use comint-completion-file-name-table.
577 * comint.el (comint-unquote-filename): Simplify.
578 (comint-completion-file-name-table): New function (bug#9616).
579 (comint--complete-file-name-data): Use it.
580
428fe61a
SM
581 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
582 (pcmpl-gnu-tar-buffer): Remove.
583 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
584 around. Make sure pcomplete-suffix-list is only changed temporarily.
585 Don't look inside the tar's file if it's too large.
428fe61a 586
04c52e2f
CY
5872011-10-01 Chong Yidong <cyd@stupidchicken.com>
588
ce3cefcc
CY
589 * cus-edit.el (custom-mode-map):
590 * epa.el (epa-key-list-mode-map):
591 * man.el (Man-mode-map):
592 * startup.el (splash-screen-keymap):
593 * simple.el (special-mode-map): Use scroll-up-command and
594 scroll-down-command.
595
596 * progmodes/idlw-help.el (idlwave-help-mode-map):
597 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
598 * net/newst-plainview.el (newsticker-mode-map):
599 * emulation/ws-mode.el (wordstar-mode-map):
600 * emulation/vi.el (vi-com-map):
601 * calc/calc-graph.el (calc-graph-show-dumb):
602 * term/sun.el (terminal-init-sun):
603 * term/ns-win.el (global-map):
604 * progmodes/grep.el (grep-mode-map):
605 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
606 * mail/rmail.el (rmail-mode-map):
607 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
608
04c52e2f
CY
609 * custom.el (custom-safe-themes, load-theme): Treat value of t for
610 custom-safe-themes as special.
611
79adf8c8
JD
6122011-10-01 Julien Danjou <julien@danjou.info>
613
614 * notifications.el (notifications-notify): Fix docstring.
615
63bd50d3
PS
6162011-10-01 Per Starbäck <per@starback.se>
617
618 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
619
199e4c7e
MR
6202011-09-30 Martin Rudalics <rudalics@gmx.at>
621
622 * startup.el (command-line-1): Fix last fix by inserting
623 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 624 (Bug#9605) and (Bug#9636)
199e4c7e 625
fe5f08dd
EZ
6262011-09-29 Eli Zaretskii <eliz@gnu.org>
627
628 * simple.el (line-move): If auto-hscroll-mode is disabled and the
629 window is hscrolled, move by logical lines. (Bug#9607)
630 (line-move-visual): Update the doc string to the above effect.
631
b5516bbd
MR
6322011-09-29 Martin Rudalics <rudalics@gmx.at>
633
ccee00c0
MR
634 * window.el (display-buffer-record-window): When WINDOW is the
635 selected window use `point' instead of `window-point'. (Bug#9626)
636
b5516bbd
MR
637 * startup.el (command-line-1): Use insert-before-markers when
638 inserting initial-scratch-message. (Bug#9605)
ccee00c0 639
b5516bbd
MR
640 * help.el (help-window): Remove variable.
641
52aa0014
GM
6422011-09-29 Glenn Morris <rgm@gnu.org>
643
644 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
645
df9a7357
JB
6462011-09-29 Juanma Barranquero <lekktu@gmail.com>
647
648 * descr-text.el (describe-char-categories): Accept category
649 descriptions more than one line long.
650
a8406c20
SM
6512011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
652
88d9610c
SM
653 * simple.el (delete-trailing-whitespace): Fix last change.
654
a5daf810
SM
655 * progmodes/perl-mode.el (perl-syntax-propertize-function):
656 Don't confuse "y => 3" as the beginning of a `y' operation.
657
a8406c20
SM
658 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
659 object has more than 4 slots (bug#9613).
660
a239d4e9
JB
6612011-09-28 Juanma Barranquero <lekktu@gmail.com>
662
663 * subr.el (with-output-to-temp-buffer):
664 * net/quickurl.el (quickurl, quickurl-browse-url):
665 Fix typos in docstrings.
666
693fbdb6
EZ
6672011-09-27 Eli Zaretskii <eliz@gnu.org>
668
669 * minibuffer.el (completion-styles)
670 (completion-category-overrides): Cross reference each other in doc
671 strings.
672
8b457e28
GM
6732011-09-27 Glenn Morris <rgm@gnu.org>
674
675 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
676 to split-string. (Bug#9606)
677
85a16208
LMI
6782011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
679
680 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
681 (bug#9615).
682
502f9ebd
CY
6832011-09-27 Chong Yidong <cyd@stupidchicken.com>
684
685 * emacs-lisp/package.el (list-packages): Fix echo area message.
686
7690bdea
LL
6872011-09-27 Leo Liu <sdl.web@gmail.com>
688
689 * ido.el (ido-read-internal): Accept cons cell HIST arg.
690
e2ee6f30
MA
6912011-09-25 Michael Albinus <michael.albinus@gmx.de>
692
693 * net/dbus.el (dbus-unregister-object): Don't release services for
694 registered signals. (Bug#9581)
695
f3f98342
TZ
6962011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
697
698 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
699 function that picks between cfengine 2 and 3 support
700 automatically. Update docs accordingly.
701
dd7aa8dd
KH
7022011-09-22 Kenichi Handa <handa@m17n.org>
703
704 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
705 ZERO.
706 (indian-itrans-v5-table-for-tamil): New variable.
707 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
708
3f2b07f8
KM
7092011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
710
711 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
712 that's true if the current command involved collapsing of text.
713 It's reset to false at the beginning of the next command.
714 (allout-post-command-business): Move the cursor to the beginning
715 of entry if the cursor is hidden and collapsing activity just
716 happened.
717
371d6a61
CY
7182011-09-24 Chong Yidong <cyd@stupidchicken.com>
719
720 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
721 tracking (Bug#9541).
722
2ac2721a
UJ
7232011-09-24 Ulf Jasper <ulf.jasper@web.de>
724
725 * net/newst-reader.el (newsticker-html-renderer)
726 (newsticker-show-news): Automatically
343a34ff
JB
727 load html rendering package if newsticker-html-renderer is set.
728 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
729 let-bound" and the error "Symbol's value as variable is void:
730 w3m-fill-column".
731
fac7ae53
MA
7322011-09-24 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
735 Release services only if they are defined. (Bug#9581)
736
e08b633b
RS
7372011-09-23 Richard Stallman <rms@gnu.org>
738
e488d29c
RS
739 * textmodes/paragraphs.el (forward-sentence): For backwards case,
740 distinguish start of paragraph from start of its text.
741
19c38752
RS
742 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
743
e08b633b
RS
744 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
745 (rmail-generate-viewer-buffer): Put that hook on view buffer.
746 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
747
0a39f27e
AS
7482011-09-23 Andreas Schwab <schwab@linux-m68k.org>
749
750 * international/mule-diag.el (mule-diag): Insert a newline after
751 each fontset description.
752
db4e950d
SM
7532011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * simple.el (delete-trailing-whitespace):
756 Document last change; simplify.
757
eca3f3ea
PW
7582011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
759
d68e189a
PW
760 * simple.el (delete-trailing-whitespace): Also delete
761 extra newlines at the end of the buffer.
762
eca3f3ea
PW
763 * textmodes/picture.el: Make motion commands obey shift-select-mode.
764 (picture-newline): Use forward-line so as to ignore fields.
765
01c157cc
SM
7662011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * subr.el (with-wrapper-hook): Fix edebug spec.
769
022de23e
LMI
7702011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
773 (bug#4538).
774
91683089
MA
7752011-09-23 Michael Albinus <michael.albinus@gmx.de>
776
eca3f3ea
PW
777 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
778 Fix nasty bug using wrong cached values.
91683089 779
5bdd6fa4
AM
7802011-09-23 Alan Mackenzie <acm@muc.de>
781
782 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
783
97adfb97
CY
7842011-09-23 Chong Yidong <cyd@stupidchicken.com>
785
786 * window.el (pop-to-buffer): Ensure right window is selected if we
787 chose another frame.
788
d4ef2b50
EZ
7892011-09-22 Eli Zaretskii <eliz@gnu.org>
790
791 * simple.el (what-cursor-position): Use get-char-property-change
792 and next-single-char-property-change, to be able to show display
793 properties that come from overlays as well as text properties.
794
72258fe5
CY
7952011-09-22 Chong Yidong <cyd@stupidchicken.com>
796
797 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
798
799 * cmuscheme.el (run-scheme, switch-to-scheme):
800 * cus-edit.el (customize-group, custom-buffer-create)
801 (customize-browse):
802 * info.el (info):
803 * shell.el (shell):
804 * mail/sendmail.el (mail):
805 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
806
8f098516
RS
8072011-09-22 Richard Stallman <rms@gnu.org>
808
809 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
810 move back only to line beg, don't move back over blank lines.
811
e74f1bb6
MA
8122011-09-22 Michael Albinus <michael.albinus@gmx.de>
813
814 * files.el (copy-directory): Set directory attributes only in case
815 they could be retrieved from the source directory. (Bug#9565)
816
bfeef8b6
DK
8172011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
818
819 * progmodes/hideshow.el (hs-looking-at-block-start-p)
820 (hs-find-block-beginning, hs-hide-level-recursive):
821 Ignore strings as well as comments. (Bug#9502)
822
7e423bb8
AS
8232011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
824
825 * progmodes/sql.el (sql-comint-postgres):
826 Convert port number to a string. (Bug#9566)
827
b4d72fcf
MR
8282011-09-22 Martin Rudalics <rudalics@gmx.at>
829
830 * window.el (quit-window): Undedicate window when switching to
831 previous buffer. Reported by Thierry Volpiatto
832 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
833 (special-display-popup-frame): When popping up a new frame reset
834 its previous buffers to nil. Simplify code.
b4d72fcf 835
a7b88dc6
MA
8362011-09-21 Michael Albinus <michael.albinus@gmx.de>
837
838 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
839 and process filter, as done also in `shell-command'.
840
cf4eacfd
MR
8412011-09-21 Martin Rudalics <rudalics@gmx.at>
842
eca3f3ea
PW
843 * window.el (set-window-buffer-start-and-point):
844 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
845 Volpiatto <thierry.volpiatto@gmail.com>.
846 (quit-window): Reword doc-string. Handle new format of
847 quit-restore parameter. Don't delete window if it has a
848 previous buffer we can show instead of the present one.
849 (display-buffer-record-window): Rewrite using a new format for
850 the quit-restore window parameter
851 (special-display-popup-frame, display-buffer-same-window)
852 (display-buffer-reuse-window, display-buffer-pop-up-frame)
853 (display-buffer-pop-up-window, display-buffer-use-some-window):
854 Adapt symbol passed to display-buffer-record-window.
855 * help.el (help-window-setup): Handle new format of quit-restore
856 parameter.
857
8d28cb95
SM
8582011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
859
94ab793f
SM
860 * faces.el (face-list): Fix docstring (bug#9564).
861
8d28cb95
SM
862 * window.el (display-buffer--action-function-custom-type):
863 Don't include internal functions in the Custom interface.
864
3820edeb
JL
8652011-09-20 Juri Linkov <juri@jurta.org>
866
867 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
868 (Info-forward-node, Info-backward-node, Info-next-preorder)
869 (Info-last-preorder): Use it. (Bug#9528)
870
5147931d
JL
8712011-09-20 Juri Linkov <juri@jurta.org>
872
873 * info.el (Info-last-preorder): Visit last menu item only when
874 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
875
cf499a1a
JD
8762011-09-20 Julien Danjou <julien@danjou.info>
877
878 * password-cache.el (password-cache-remove): Remove entries even if the
879 value is nil, so that password with a nil value (negative caching) is
880 possible to invalidate.
881
f84e2fe2
LM
8822011-09-20 Lawrence Mitchell <wence@gmx.li>
883
884 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
885 all whitespace around breakpoint. (Bug#9553)
886 (f90-find-breakpoint): Only break at whitespace inside a comment.
887
78054a46
SM
8882011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * minibuffer.el (completion-file-name-table): Keep track of errors.
891 (completion-table-with-predicate): Handle the case where pred1 is nil.
892 * pcomplete.el (pcomplete-completions-at-point): Simplify.
893
345083b2
SM
8942011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
895
e24e27be
SM
896 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
897 (debugger-return-value): Signal an error if the debugging context does
898 not await any return value.
899
345083b2
SM
900 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
901 * image-mode.el (image-toggle-display-text)
902 (image-toggle-display-image): Stay away from evil `intangible'.
903
08d355e3
LL
9042011-09-19 Leo Liu <sdl.web@gmail.com>
905
906 * replace.el (occur-revert-arguments): Make it permanent-local.
907 (occur-mode): Don't call font-lock-defontify.
908
f01da43f
CY
9092011-09-19 Chong Yidong <cyd@stupidchicken.com>
910
911 * net/ldap.el (ldap-search-internal): Don't push empty search
912 result (Bug#9508).
913
b6072fa6
SM
9142011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
917
443d6696
MA
9182011-09-19 Michael Albinus <michael.albinus@gmx.de>
919
920 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
921 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
922
7cc6e154
JL
9232011-09-18 Juri Linkov <juri@jurta.org>
924
925 * buff-menu.el (Buffer-menu-mode-map):
926 * dired.el (dired-mode-map):
927 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
928 (lisp-interaction-mode-map):
929 * emacs-lisp/package.el (package-menu-mode-map):
930 * epa.el (epa-key-list-mode-map):
931 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
932 (menu-bar-options-menu):
933 * outline.el (outline-mode-menu-bar-map):
934 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
935 * vc/vc-dir.el (vc-dir-menu-map):
936 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
937 Capitalize non-function content words in menu item strings.
938
939 * dired.el (dired-mode-map): Add menu item for
940 `image-dired-dired-toggle-marked-thumbs'.
941
80302a81
JL
9422011-09-18 Juri Linkov <juri@jurta.org>
943
944 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
945 to `isearch-case-fold-search' and restore its original value
946 after the `isearch-mode' call.
947
46c5cf66
JL
9482011-09-18 Juri Linkov <juri@jurta.org>
949
950 * progmodes/grep.el (grep-process-setup): Don't check code for 1
951 because `zgrep' returns 1 for successful matches (bug#9226).
952
d18b513b
JL
9532011-09-18 Juri Linkov <juri@jurta.org>
954
955 * info.el (Info-extract-menu-node-name): Check the second match
956 for empty string (second test-case of bug#9528).
957 (Info-last-preorder): Let-bind `Info-history' to nil to not add
958 intermediate nodes to the history (first test-case of bug#9528).
959
72753f87
JL
9602011-09-18 Juri Linkov <juri@jurta.org>
961
962 * info.el (Info-mode-syntax-table): New variable.
963 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
964
c9384295
JL
9652011-09-18 Juri Linkov <juri@jurta.org>
966
967 * info.el (Info-file-supports-index-cookies): Increment
968 line-beginning-position's arg from 3 to 4 because makeinfo outputs
969 one more line for long file names (bug#4142).
970
d473dce8
CY
9712011-09-18 Chong Yidong <cyd@stupidchicken.com>
972
973 * newcomment.el (comment-normalize-vars): If prompting for
974 comment-start, set comment-start-skip too (Bug#8424).
975
2176854d
JB
9762011-09-18 Johan Bockgård <bojohan@gnu.org>
977
978 * icomplete.el: Fix previous fix of Bug#5849.
979 (icomplete-mode): Don't set completion-show-inline-help.
980 (icomplete-minibuffer-setup): Set completion-show-inline-help
981 locally during icompletion.
982
3aace4e4
CY
9832011-09-18 Chong Yidong <cyd@stupidchicken.com>
984
c940224f
CY
985 * woman.el (woman2-process-escapes): Don't delete unrecognized
986 escapes (Bug#7843).
987
3aace4e4
CY
988 * files.el (inhibit-first-line-modes-regexps): Add image files.
989 (hack-local-variables-prop-line): Return nil for malformed
990 prop-lines (Bug#9044).
991
710dec63
MA
9922011-09-18 Michael Albinus <michael.albinus@gmx.de>
993
994 * net/tramp.el (top): Don't require 'shell.
995 (tramp-methods): Fix docstring.
996 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
997 Return complete remote file name. Handle "smb" case.
998 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
999 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1000
1001 * net/tramp-compat.el (top): Require 'shell.
1002
1003 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1004 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1005 `tramp-current-host'.
1006 (tramp-get-remote-tmpdir): Remove.
1007
1008 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1009 `tramp-tmpdir' entries.
1010 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1011 (tramp-smb-handle-file-attributes): Ignore errors.
1012 (tramp-smb-wait-for-output): Check also for process end.
1013
5d5ac8ec
LMI
10142011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1017 when sending QUIT (bug#9312).
1018
8c0f49f0
CY
10192011-09-17 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1022 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1023 occur-mode-display-occurrence.
1024 (occur-edit-mode): Add usage message.
1025 (occur-cease-edit): New command.
1026 (occur-after-change-function): Use text properties to find the
1027 position of the prefix text.
1028 (occur-engine): Set stickiness of prefix text properties.
1029
8f1383f7
GM
10302011-09-17 Glenn Morris <rgm@gnu.org>
1031
1032 * progmodes/etags.el (complete-tag):
1033 Fix call to completion-in-region. (Bug#9526)
1034
744ba0e3
JL
10352011-09-17 Juri Linkov <juri@jurta.org>
1036
1037 * textmodes/ispell.el (ispell-word): Add to the error message
1038 the word, ispell program name and current dictionary (bug#9121).
1039 (ispell-tex-arg-end): Capitalize "error" in the error message.
1040
d9bbf400
AS
10412011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1042
1043 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1044 check. (Bug#4251)
1045
8da11505
JL
10462011-09-17 Juri Linkov <juri@jurta.org>
1047
1048 * window.el (window-safe-min-height, window-safe-min-width):
1049 Fix typos (followup to bug#9522).
1050
a91adc7e
SJ
10512011-09-17 Sven Joachim <svenjoac@gmx.de>
1052
1053 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1054
064f328a
EZ
10552011-09-16 Eli Zaretskii <eliz@gnu.org>
1056
1057 * simple.el (line-move): If goal-column is set, move by logical
1058 lines, not by display lines. (Bug#971)
1059 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1060 to reflect the above change.
1061
e69df516
SM
10622011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * image.el (imagemagick-register-types): Use regexp-opt.
1065
cbb0f9ab
CY
10662011-09-15 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * window.el (display-buffer-base-action): Rename from
1069 display-buffer-default-action. Make default value empty.
1070 (display-buffer-overriding-action): Convert to defvar.
1071 (display-buffer-fallback-action): New var.
1072
25322144
CY
10732011-09-15 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1076 declaration.
1077 (package--add-to-archive-contents): If there is a duplicate entry
1078 with an older version, remove it.
1079 (package-menu-mark-delete, package-menu-mark-install)
1080 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
1081 (package-menu-mark-obsolete-for-deletion):
1082 Use package-menu-get-status instead of a regexp search.
25322144
CY
1083 (package-menu-get-status): Use tabulated-list-entry.
1084 (package-menu-mark-upgrades): New command.
d770725a 1085 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
1086 (package-menu-execute): Do installation before deletion.
1087 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1088 instead of checking major-mode.
1089 (package-menu--find-upgrades): New function.
1090
7520339c
LMI
10912011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
1093 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1094 passwords in the log buffer.
65a046c4
LMI
1095 (smtpmail-process-filter): Update the process marker so that the
1096 "broken by peer" status message is inserted in the right place.
7520339c 1097
d3c30954
SM
10982011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1099
3fe48822
SM
1100 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1101 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1102 bibtex-completion-at-point-function.
1103 (bibtex-completion-at-point-function): Use them.
1104
1b8b3954
SM
1105 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1106
d3c30954
SM
1107 * mpc.el (mpc-constraints-tag-lookup): New function.
1108 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1109 also to browser "album|playlist".
1110
72779976
JL
11112011-09-14 Juri Linkov <juri@jurta.org>
1112
1113 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1114 (isearch-edit-string): Use length of `isearch-string' when
1115 `isearch-fail-pos' returns nil.
1116 (isearch-message): Remove duplicate code and call
1117 `isearch-fail-pos' with arg `t'.
1118
a0bf2bcd
CY
11192011-09-14 Chong Yidong <cyd@stupidchicken.com>
1120
17bb0a2d
CY
1121 * replace.el (occur-mode-goto-occurrence): Don't force using other
1122 window (Bug#9499).
1123
a0bf2bcd
CY
1124 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1125
f678e0b6
MR
11262011-09-14 Martin Rudalics <rudalics@gmx.at>
1127
1128 * window.el (display-buffer-window): Remove.
1129 (display-buffer-record-window): Use help-setup window parameter
1130 instead of variable display-buffer-window.
1131 (display-buffer-function, special-display-buffer-names)
1132 (special-display-function): Mention help-setup parameter instead
1133 of display-buffer-window in doc-string.
d3c30954
SM
1134 * help.el (help-window-setup): New argument help-window.
1135 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
1136 Reword some messages.
1137 (with-help-window): Pass window used for displaying the buffer
1138 to help-window-setup. Don't set display-buffer-window.
1139
8e39b2e8
GM
11402011-09-13 Glenn Morris <rgm@gnu.org>
1141
1142 * emacs-lisp/debug.el (debugger-make-xrefs):
1143 Preserve point. (Bug#9462)
1144
85e9c04b
CY
11452011-09-13 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * window.el (window-deletable-p): Use next-frame.
1148
1b36ed6a
MR
11492011-09-13 Martin Rudalics <rudalics@gmx.at>
1150
1151 * window.el (window-auto-delete): Remove.
1152 (window-deletable-p): Remove argument FORCE. Don't deal with
1153 dedicatedness and previous buffers.
1154 (switch-to-prev-buffer): Don't delete window.
1155 (delete-windows-on): Delete a window's frame if and only if the
1156 window is dedicated.
1157 (replace-buffer-in-windows): Delete buffer's window or frame if
1158 and only if window is dedicated.
1159 (quit-window): Handle quit-restore as before last change.
4d61f28d 1160 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1161
ef8ef9fb
CY
11622011-09-13 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * window.el (window-deletable-p): Never delete the last frame on a
1165 given terminal.
1166
b2cba41e
GM
11672011-09-13 Glenn Morris <rgm@gnu.org>
1168
1169 * help.el (describe-key-briefly): Copy previous standard-output change.
1170
51553db6 11712011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1172
1173 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1174
b7556719
GM
11752011-09-13 Glenn Morris <rgm@gnu.org>
1176
1177 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1178 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1179
64b51947
CY
11802011-09-12 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * dired-aux.el (dired-mark-read-string): Don't return default
1183 value on empty input (Bug#9361).
1184 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1185 Omit initial minibuffer contents.
1186 (dired-do-chmod): Signal an error on empty input.
1187 (dired-mark-read-string): Don't return default on empty input.
1188
1189 * files.el (file-modes-symbolic-to-number): Doc fix.
1190
393a301e
SM
11912011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * international/mule-cmds.el (ucs-completions): Remove.
1194 (read-char-by-name): Use complete-with-action instead; add metadata.
1195
fa5660f9
CY
11962011-09-11 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * window.el (display-buffer--action-function-custom-type)
1199 (display-buffer--action-custom-type): New vars.
1200 (display-buffer-alist, display-buffer-default-action)
1201 (display-buffer-overriding-action): Add defcustom types.
1202
4a592f66
CY
1203 * frame.el (delete-other-frames): Doc fix (Bug#276).
1204
73d56dbd
LMI
12052011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1206
1207 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1208
37ac18a3
CY
12092011-09-11 Chong Yidong <cyd@stupidchicken.com>
1210
1211 Change modes that used same-window-* vars to use switch-to-buffer.
1212
1213 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1214 Use switch-to-buffer.
1215
1216 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1217 (customize-browse, custom-buffer-create-other-window):
1218 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1219
1220 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1221 (Info-prev, Info-up, Info-speedbar-goto-node)
1222 (info-display-manual): Use switch-to-buffer.
1223 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1224
1225 * mail/sendmail.el (mail): Use switch-to-buffer.
1226 (mail-recover): Use switch-to-buffer-other-window.
1227
1228 * cmuscheme.el (run-scheme, switch-to-scheme):
1229 * ielm.el (ielm):
1230 * shell.el (shell):
1231 * net/rlogin.el (rlogin):
1232 * net/telnet.el (telnet, rsh):
1233 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1234
10195bd6
AS
12352011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1236
1237 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1238
b322f63a
LMI
12392011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1240
39d7fed6
LMI
1241 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1242 so don't mention it (bug#9301).
ba5a81f1 1243 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1244
ee0e9f11
LMI
1245 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1246 match `x', `w32' and `ns', like the manual says (bug#9029).
1247
0b1c89c1 1248 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1249 (process-kill-buffer-query-function): Mention the buffer name in
1250 the query.
0b1c89c1 1251
77549ea8
LMI
1252 * image-mode.el (image-next-line): The line parameter is mandatory
1253 (bug#9258).
1254
803ef892
LMI
1255 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1256 which can be useful (bug#9301).
1257
12980837
LMI
1258 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1259
91054f8f
LMI
1260 * subr.el (match-string): Mention that the current buffer should
1261 be the same as the search was done in (bug#9282).
1262
b322f63a
LMI
1263 * facemenu.el: Disable the remove-* commands if the mark isn't
1264 active (bug#9162).
1265
3199b96f
CY
12662011-09-10 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1269 of display-buffer.
1270 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1271
1272 * replace.el (occur-mode-goto-occurrence)
1273 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1274 and display-buffer.
1275
1276 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1277 display-buffer.
1278
1279 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1280 special-display and same-window variables.
1281 (mail-other-window): Use switch-to-buffer-other-window.
1282 (mail-other-frame): USe switch-to-buffer-other-frame.
1283
393a301e
SM
1284 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1285 Use display-buffer-other-frame.
3199b96f
CY
1286 (gdb-display-gdb-buffer): Use pop-to-buffer.
1287
1288 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1289
1290 * progmodes/python.el: Don't set same-window-buffer-names.
1291
1292 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1293
1294 * window.el (display-buffer-alist): Add *Python*.
1295
8319e0bf
CY
12962011-09-10 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * window.el (display-buffer-alist): Add entry for buffers
1299 previously handled same-window-*.
1300 (display-buffer-alist, display-buffer-default-action)
1301 (display-buffer-overriding-action): Mark as risky.
1302 (display-buffer-alist): Document action function changes.
1303 (display-buffer--same-window-action)
1304 (display-buffer--other-frame-action): New variables.
1305 (switch-to-buffer, display-buffer-other-frame): Use them.
1306 (display-buffer): Rename reuse-frame entry to reusable-frames.
1307 (display-buffer-reuse-selected-window): Function deleted.
1308 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1309 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1310 (display-buffer-special): New function.
1311 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1312 display-buffer-reuse-or-pop-window. Split off special-display
1313 part into display-buffer-special.
1314 (display-buffer-use-some-window): Don't perform any special
1315 pop-up-frames handling.
1316 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1317 (display-buffer--maybe-same-window): Rename from
0d3ff375 1318 display-buffer-maybe-same-window.
8319e0bf 1319
919a69aa
CY
1320 * info.el: Don't set same-window-regexps.
1321 (info-setup): New function.
1322 (info-other-window, info): Call it.
1323
1324 * cus-edit.el: Don't set same-window-regexps.
1325 (customize-group): New argument.
1326 (customize-group-other-window): Use it.
1327 (customize-face, customize-face-other-window): Likewise.
1328 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1329
8319e0bf
CY
1330 * net/rlogin.el:
1331 * net/telnet.el:
1332 * progmodes/gud.el: Don't set same-window-regexps.
1333
1334 * cmuscheme.el:
1335 * ielm.el:
1336 * shell.el:
1337 * mail/sendmail.el:
1338 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1339
25173000
JL
13402011-09-10 Juri Linkov <juri@jurta.org>
1341
1342 * isearch.el (isearch-edit-string): Remove obsolete mention of
1343 `C-w' (`isearch-yank-word-or-char') from docstring.
1344 (isearch-query-replace): Fix typo in docstring (bug#9466).
1345
056e44ef
JL
13462011-09-10 Juri Linkov <juri@jurta.org>
1347
1348 * paren.el (show-paren-function): Don't show escaped parens.
1349 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1350
c3760c17
EZ
13512011-09-10 Eli Zaretskii <eliz@gnu.org>
1352
1353 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1354 (mm-default-file-encoding): Remove autoload forms, they are
1355 replaced with autoload cookies in mml.el and mm-encode.el.
1356 (mail-add-attachment): New command.
1357 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1358 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1359 the doc string.
1360 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1361
fece895e
RT
13622011-09-10 Reuben Thomas <rrt@sc3d.org>
1363
e69df516
SM
1364 * simple.el (count-words-region): Use buffer if there's no region
1365 (bug#9429).
fece895e 1366
5e68ce4a
JL
13672011-09-09 Juri Linkov <juri@jurta.org>
1368
1369 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1370 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1371 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1372
0a6b9622
AM
13732011-09-09 Alan Mackenzie <acm@muc.de>
1374
1375 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1376 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1377
14a29deb
EZ
13782011-09-09 Eli Zaretskii <eliz@gnu.org>
1379
1380 Fix for Savannah bug#9392.
1381 * simple.el (mail-encode-mml): New defvar.
1382
1383 * mail/rmail.el (mail-encode-mml): Add a defvar.
1384 (rmail-enable-mime-composing): Default to t.
1385 (rmail-forward): Use MIME method of forwarding only if both
1386 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1387 Set mail-encode-mml non-nil if the MIME method was used.
1388
1389 * mail/sendmail.el (mml-to-mime): Add autoload form.
1390 (mail-encode-mml): Add a defvar.
1391 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1392 to nil.
1393 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1394 message through mml-to-mime, and reset mail-encode-mml to nil.
1395
28c45130
GM
13962011-09-09 Glenn Morris <rgm@gnu.org>
1397
1398 * woman.el (woman-if-body): When processing an .el block,
1399 do not delete the next .el block as well. (Bug#9447)
69f4b618 1400 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 1401
9b1c252e
MR
14022011-09-08 Martin Rudalics <rudalics@gmx.at>
1403
1404 * window.el (window-deletable-p): Make sure window is live before
1405 invoking window-prev-buffers.
1406
567457e3
LL
14072011-09-08 Leo Liu <sdl.web@gmail.com>
1408
1409 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1410
97f05794
JL
14112011-09-08 Juri Linkov <juri@jurta.org>
1412
1413 * progmodes/compile.el (compilation-environment): Make it
1414 a defcustom (bug#8340).
1415
8b0874b5
MR
14162011-09-08 Martin Rudalics <rudalics@gmx.at>
1417
1418 * window.el (frame-auto-delete): Rename to window-auto-delete.
1419 Make it control auto-deletion of windows and/or frames.
1420 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 1421 for deleting window/frame. (Bug#9419)
8b0874b5
MR
1422 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1423 Rewrite handling of case when window/frame can be deleted.
1424 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 1425 argument t. (Bug#9456)
8b0874b5 1426
4feb6e73
CY
14272011-09-07 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * help-mode.el (help-mode): Restore autoload.
1430
91ab9c13
JL
14312011-09-07 Juri Linkov <juri@jurta.org>
1432
1433 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1434 `compilation-environment'. Set buffer-local
1435 `compilation-environment' to `thisenv' later after (funcall mode).
1436 (Bug#8340)
1437
1438 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1439 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1440 instead of replacing its value. (Bug#8340)
1441
0527e251
JL
14422011-09-07 Juri Linkov <juri@jurta.org>
1443
1444 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1445 based on text properties put by `grep-filter' instead of matching
1446 escape sequences.
1447 (grep-mode): Set buffer-local `compilation-error-screen-columns'
1448 to the value of `grep-error-screen-columns' (bug#9438).
1449
249f792c
JL
14502011-09-07 Juri Linkov <juri@jurta.org>
1451
1452 * simple.el (next-error-highlight, next-error-highlight-no-select):
1453 Doc fix (bug#9432).
1454
ff7271b9
OT
14552011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1456
1457 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1458 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1459
183fc730
LL
14602011-09-07 Leo Liu <sdl.web@gmail.com>
1461
1462 * net/rcirc.el (rcirc-mode): Conditionally initialize
1463 rcirc-input-ring.
1464
77694924
SM
14652011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/find-func.el (find-function-C-source): Only set
1468 find-function-C-source-directory after checking that we found a source
1469 file there (bug#9440).
1470
d809b8eb
AM
14712011-09-06 Alan Mackenzie <acm@muc.de>
1472
1473 * isearch.el (isearch-other-meta-char): Wherever a key list is
1474 unread, "unread" the prefix arg, too. This fixes bug #8901.
1475
453de99f
OG
14762011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1477
1478 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1479
90439906
JL
14802011-09-05 Juri Linkov <juri@jurta.org>
1481
1482 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1483
f62bd846
JL
14842011-09-05 Juri Linkov <juri@jurta.org>
1485
1486 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1487 keeping point where processing of grep matches begins, and
1488 continue to delete remaining escape sequences from the same point.
1489 (grep-filter): Make leading zero optional in "0?1;31m" because
1490 git-grep emits "\033[1;31m" escape sequences unlike expected
1491 "\033[01;31m" as GNU Grep does (bug#9408).
1492 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1493
045820ec
JL
14942011-09-05 Juri Linkov <juri@jurta.org>
1495
1496 * subr.el (y-or-n-p): Capitalize "yes".
1497
f5e29b9b
MA
14982011-09-04 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1501 `tramp-cache-unload-hook' where appropriate.
1502 (tramp-methods): Rename `tramp-remote-sh' to
1503 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1504 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1505
1506 * net/tramp-sh.el (top): Don't require 'shell.
1507 (tramp-methods): Add `tramp-remote-shell' and
1508 `tramp-remote-shell-args' entries.
1509 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1510 (tramp-sh-handle-shell-command): Remove.
1511 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1512 Use `tramp-remote-shell'.
1513
2784c434
CY
15142011-09-03 Chong Yidong <cyd@stupidchicken.com>
1515
393a301e 1516 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
1517 (sendmail-query-once): Save directly to send-mail-function.
1518 Update message-send-mail-function too.
1519
1520 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1521
464cdf56
CS
15222011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1523
1524 * progmodes/python.el (python-mode-map): Use correct function to
1525 start python interpreter from menu-bar (as reported by Geert
1526 Kloosterman).
1527 (inferior-python-mode-map): Fix typo.
393a301e 1528 (python-shell-map): Remove.
464cdf56 1529
d37e5c87
DD
15302011-09-03 Deniz Dogan <deniz@dogan.se>
1531
1532 * net/rcirc.el (rcirc-print): Simplify code for
1533 rcirc-scroll-show-maximum-output. There is no need to walk
1534 through all windows to find the right one.
1535
f3ada0ee
CS
15362011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1537
1538 * help.el (help-return-method): Doc fix.
1539
1f3c99ca
MR
15402011-09-03 Martin Rudalics <rudalics@gmx.at>
1541
1542 * window.el (window-deletable-p): Don't return a non-nil value
1543 when there's a buffer that was shown in the window before.
1544 (Bug#9419)
393a301e
SM
1545 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1546 Set window's previous buffers to nil.
1f3c99ca 1547
a3cf097f
EZ
15482011-09-03 Eli Zaretskii <eliz@gnu.org>
1549
1550 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1551 newline before and after the tag line, so it doesn't interfere
1552 with determining the paragraph direction of bidirectional text.
1553
3d03de90
LL
15542011-09-03 Leo Liu <sdl.web@gmail.com>
1555
1556 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
1557
c3313451
CY
15582011-09-02 Chong Yidong <cyd@stupidchicken.com>
1559
393a301e 1560 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
1561 (pop-to-buffer): Change interactive spec. Pass second argument
1562 directly to display-buffer.
1563 (display-buffer): Fix interactive spec. Use functionp to
1564 distinguish between a function and a list of functions.
1565
1566 * abbrev.el (edit-abbrevs):
1567 * arc-mode.el (archive-extract):
1568 * autoinsert.el (auto-insert):
1569 * bookmark.el (bookmark-bmenu-list):
1570 * files.el (find-file):
1571 * view.el (view-buffer):
1572 * progmodes/compile.el (compilation-goto-locus):
1573 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1574
89894cd8
CY
15752011-09-02 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * window.el (display-buffer-alist): Doc fix.
1578 (display-buffer): Add docstring. Don't treat
1579 display-buffer-default specially.
1580 (display-buffer-reuse-selected-window)
1581 (display-buffer-same-window, display-buffer-maybe-same-window)
1582 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1583 (display-buffer-pop-up-window)
1584 (display-buffer-reuse-or-pop-window)
1585 (display-buffer-use-some-window): New functions.
1586 (display-buffer-default-action): Use them.
393a301e 1587 (display-buffer-default): Delete.
89894cd8
CY
1588 (pop-to-buffer-1): Fix choice of actions.
1589
ae0bc9fb
SM
15902011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * minibuffer.el (completion--insert-strings): Don't get confused by
1593 completion entries that end with an LF char.
1594
e9d90883
EZ
15952011-09-01 Eli Zaretskii <eliz@gnu.org>
1596
1597 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
1598
437014c8
CY
15992011-09-01 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
1602 (display-buffer-same-window, display-buffer-other-window):
1603 New functions.
437014c8
CY
1604 (pop-to-buffer-1): New function. Use the above.
1605 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 1606 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
1607
1608 * view.el (view-buffer-other-window, view-buffer-other-frame):
1609 Just use pop-to-buffer.
1610
a5e063d5
TV
16112011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1612
1613 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
1614
793d32bb
WH
16152011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
1616
1617 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
1618
d65e4c15
RS
16192011-08-31 Richard Stallman <rms@gnu.org>
1620
1621 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
1622 of the separation of rmail-view-buffer from rmail-buffer.
1623 If you say no to "replace original", the decrypt is in the
1624 view buffer. If you say yes, the decrypt goes into the
1625 rmail buffer also.
1626
f818cd2a
MR
16272011-08-31 Martin Rudalics <rudalics@gmx.at>
1628
1629 * window.el (display-buffer-window): Rewrite doc-string.
1630 (display-buffer-record-window): New function.
1631 (display-buffer-macro-specifiers)
1632 (display-buffer-even-window-sizes, display-buffer-set-height)
1633 (display-buffer-set-width, display-buffer-in-window)
1634 (display-buffer-reuse-window, display-buffer-split-specifiers)
1635 (display-buffer-side-specifiers, display-buffer-split-window-1)
1636 (display-buffer-split-window, display-buffer-split-atom-window)
1637 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1638 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
1639 (display-buffer-other-window-means-other-frame)
1640 (display-buffer-normalize-special)
1641 (display-buffer-normalize-default)
1642 (display-buffer-normalize-argument)
1643 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
1644 (display-buffer-normalize-specifiers, display-buffer-frame)
1645 (display-buffer-same-window, display-buffer-same-frame)
1646 (display-buffer-other-window)
1647 (display-buffer-same-frame-other-window)
1648 (display-buffer-other-frame, pop-to-buffer-same-window)
1649 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
1650 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
1651 (switch-to-buffer-same-frame)
1652 (switch-to-buffer-other-window-same-frame)
1653 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
1654 (display-buffer-alist-set-1, display-buffer-alist-set-2)
1655 (display-buffer-alist-set): Remove.
1656 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
1657 (special-display-regexps, special-display-function):
1658 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
1659 parameter.
1660 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
1661 (special-display-frame-alist, special-display-popup-frame)
1662 (same-window-buffer-names, same-window-regexps, same-window-p)
1663 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1664 (split-window-preferred-function, split-height-threshold)
1665 (split-width-threshold, window-splittable-p)
1666 (split-window-sensibly, window--try-to-split-window)
1667 (window--frame-usable-p, even-window-heights)
1668 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
1669 (window--display-buffer-2, display-buffer-other-frame):
1670 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
1671 (display-buffer-default, display-buffer-assq-regexp): New functions.
1672 (display-buffer-alist): Rewrite doc-string.
1673 (display-buffer-default-action)
1674 (display-buffer-overriding-action): New variables.
1675 (display-buffer, switch-to-buffer): Rewrite.
1676 (pop-to-buffer): Restore Emacs 23 behavior but use
1677 window-normalize-buffer-to-display.
1678 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1679 Restore Emacs 23 behavior but use
1680 window-normalize-buffer-to-switch-to.
1681 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
1682 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
1683 Rewrite using Emacs 23 options.
f818cd2a 1684
5bc3b51d
MA
16852011-08-31 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/tramp.el (tramp-root-regexp): Remove.
1688 (tramp-completion-file-name-regexp-unified)
1689 (tramp-completion-file-name-regexp-separate)
1690 (tramp-completion-file-name-regexp-url): Don't use leading volume
1691 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
1692 (tramp-drop-volume-letter): Simplify definition.
1693 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 1694
b1a4f8e1
SM
16952011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
1698 (bug#9356).
1699
5664fa7b
RT
17002011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
1701
b1a4f8e1 1702 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 1703
9a45d6c3
JL
17042011-08-29 Juri Linkov <juri@jurta.org>
1705
1706 * isearch.el (isearch-done): Don't display message "Mark saved"
1707 when arg `edit' is non-nil to prevent its flicker in the echo area.
1708
fb87e0fb
CY
17092011-08-28 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
1712 obsolete packages for deletion.
1713
09ac1c2a
CS
17142011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
1715
1716 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 1717 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
1718 view-mode from help-mode.
1719 (help-xref-override-view-map): Remove.
1720 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
1721 view-mode is not used anymore.
1722
7a1ff57f
CY
17232011-08-28 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * server.el (server-port): Doc fix.
1726
b9696605
CY
1727 * cus-theme.el (custom-theme-choose-mode): Inherit from
1728 special-mode (Bug#9124).
1729 (custom-theme-choose-mode-map): Add special-mode to parent.
1730
ef8cdf8c
AM
17312011-08-28 Alan Mackenzie <acm@muc.de>
1732
1733 * progmodes/cc-fonts.el
1734 (c-make-font-lock-BO-decl-search-function): New function.
1735 (c-basic-matchers-after - "Fontify the clauses after various
1736 keywords"): Extract the three keyword lists for the 3 erroneous
1737 constructs from the list of four, and use the new function above
1738 in place of an old one.
1739
27de4e20
DD
17402011-08-28 Deniz Dogan <deniz@dogan.se>
1741
1742 * net/rcirc.el (rcirc-insert-prev-input)
1743 (rcirc-insert-next-input): Remove unused argument.
1744
356a3681
SM
17452011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
1748
3fc9b218
AM
17492011-08-27 Alan Mackenzie <acm@muc.de>
1750
1751 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
1752 handle function pointer parameters properly.
1753
538a061c
MR
17542011-08-27 Martin Rudalics <rudalics@gmx.at>
1755
1756 * window.el (display-buffer-reuse-window): Fix case where
1757 selected window was reused with non-nil OTHER-WINDOW argument.
1758 (Bug#9381)
1759
35b1c40c
DD
17602011-08-27 Deniz Dogan <deniz@dogan.se>
1761
1762 * net/rcirc.el (rcirc-check-auth-status): Adding support for
1763 oftc's NickServ messages.
1764
2f6a3e79
GM
17652011-08-27 Glenn Morris <rgm@gnu.org>
1766
1767 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
1768
7254299e
CY
17692011-08-26 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * emacs-lisp/package.el (package-install): Call package-initialize
1772 if called interactively.
1773
f8ccf167
LL
17742011-08-26 Leo Liu <sdl.web@gmail.com>
1775
1776 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
1777
3e8cd5ce
JL
17782011-08-25 Juri Linkov <juri@jurta.org>
1779
1780 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1781 `search-whitespace-regexp' (bug#9364).
1782
93eb7113
JL
17832011-08-25 Juri Linkov <juri@jurta.org>
1784
1785 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
1786 `regexp-search-ring' to their global values to protect from
1787 updating by `read-from-minibuffer' (bug#9185).
1788
f65d1611
JL
17892011-08-25 Juri Linkov <juri@jurta.org>
1790
1791 * textmodes/ispell.el (ispell-command-loop): Add newline
1792 at the end of the "Use option `i'..." line.
1793
f1cf7a31
JL
17942011-08-25 Juri Linkov <juri@jurta.org>
1795
1796 * battery.el (display-battery-mode): If `battery-status-function'
1797 or `battery-mode-line-format' is nil, display the message and set
1798 `display-battery-mode' to nil (bug#9363).
1799
0c95fcf7
EZ
18002011-08-25 Eli Zaretskii <eliz@gnu.org>
1801
1802 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
1803 bidi-string-mark-left-to-right; they are unnecessary now.
1804
a2ebe600
DD
18052011-08-25 Deniz Dogan <deniz@dogan.se>
1806
1807 * net/quickurl.el: Documentation typo fixes.
1808
e4ed06f1
CY
18092011-08-25 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
1812
e5f1c99e
GM
18132011-08-25 Glenn Morris <rgm@gnu.org>
1814
b2948976
GM
1815 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1816
e5f1c99e
GM
1817 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
1818 (smtpmail-via-smtp): Handle nil response from smtp.
1819
f22f4808
JL
18202011-08-24 Juri Linkov <juri@jurta.org>
1821
1822 * proced.el (proced-marked): Inherit from `error' instead of
1823 `font-lock-warning-face'.
1824
1825 * ibuffer.el (ibuffer-marked-face): Change default face from
1826 `font-lock-warning-face' to `warning'.
1827 (ibuffer-deletion-face): Change default face from
1828 `font-lock-type-face' to `error'.
1829
1830 * battery.el (battery-update): Use the face `error' instead of
1831 `font-lock-warning-face' (bug#6117).
1832
6a93965e
JL
18332011-08-24 Juri Linkov <juri@jurta.org>
1834
1835 * faces.el (success): Change face color from "Green3" to
1836 "ForestGreen" on light background (bug#9353).
1837
1ed43b09
CY
18382011-08-24 Chong Yidong <cyd@stupidchicken.com>
1839
5664fa7b
RT
1840 * window.el (quit-window): Rename from quit-restore-window.
1841 Use same arglist as old quit-window.
1ed43b09
CY
1842 (frame-auto-delete): Doc fix.
1843
1844 * view.el (view-mode-exit): Use quit-window.
1845
11dcdbb2
JL
18462011-08-24 Juri Linkov <juri@jurta.org>
1847
1848 * isearch.el (isearch-ring-adjust1): Start visiting previous
1849 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
1850 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
1851 for empty search string (when the last search string is reused
1852 automatically) to adjust the isearch ring to the last element and
1853 prepare the correct index for further M-p commands (bug#9185).
1854
de62b4df
KH
18552011-08-24 Kenichi Handa <handa@m17n.org>
1856
1857 * international/ucs-normalize.el: If decomposition property of
1858 CHAR is the default one (i.e. a list of CHAR itself), treat it as
1859 nil.
1860 (nfd, nfkd): Likewise.
1861
963b492b
SM
18622011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
1865 from process filters aren't reliably transmitted to the surrounding
1866 accept-process-output.
1867 (mpc-proc-check): New function.
1868 (mpc-proc-sync): Use it (bug#8293)
1869
93b6b5e1
SM
18702011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
1873 Add compatibility functions (bug#9313).
1874
bca633fb
EZ
18752011-08-23 Eli Zaretskii <eliz@gnu.org>
1876
b177498a
EZ
1877 * cus-start.el (all): Add entry for bidi-paragraph-direction.
1878
bca633fb
EZ
1879 * international/uni-bidi.el: Regenerated.
1880
0902a04e
KH
18812011-08-23 Kenichi Handa <handa@m17n.org>
1882
1883 * international/charprop.el:
1884 * international/uni-bidi.el:
1885 * international/uni-category.el:
1886 * international/uni-combining.el:
1887 * international/uni-comment.el:
1888 * international/uni-decimal.el:
1889 * international/uni-decomposition.el:
1890 * international/uni-digit.el:
1891 * international/uni-lowercase.el:
1892 * international/uni-mirrored.el:
1893 * international/uni-name.el:
1894 * international/uni-numeric.el:
1895 * international/uni-old-name.el:
1896 * international/uni-titlecase.el:
1897 * international/uni-uppercase.el: Regenerate.
1898
3bbf23bc
MR
18992011-08-23 Martin Rudalics <rudalics@gmx.at>
1900
1901 * help.el (help-window-setup): Fix message displayed when other
1902 window is reused. (Bug#9341)
1903
b3fd59bd
SM
19042011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1802e444
SM
1906 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
1907 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
1908
b3fd59bd
SM
1909 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
1910 Mark obsolete.
1911 * shell.el (shell-parse-pcomplete-arguments): New function.
1912 (shell-completion-vars): Use it instead (bug#9160).
1913
4eb61348
SM
19142011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1915
867cab74
SM
1916 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
1917 strings and comments (bug#9333).
1918
4eb61348
SM
1919 * emacs-lisp/debug.el (debug-arglist): New function.
1920 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
1921 (debug-on-entry-1): Handle interpreted closures (bug#9120).
1922
262a1439
JL
19232011-08-22 Juri Linkov <juri@jurta.org>
1924
56ee679c
JL
1925 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1926 Revert regexp that highlights output switches to its old
1927 pre-2010-10-28 value and remove one `?' from it (bug#9319).
1928
262a1439
JL
1929 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
1930 to check for empty output (bug#9226).
1931
f13f86fb
CY
19322011-08-22 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
1935 symbol-constituent as the default, as that stops font-lock from
1936 working properly (Bug#8843).
1937
c65c9622
LMI
19382011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1939
1940 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
1941 `coding-system-for-*' around the process open call to avoid
1942 auth-source side effects.
e7f2c178 1943 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
1944 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
1945 probe hangs.
c65c9622 1946
23a8a5ab
CY
19472011-08-21 Chong Yidong <cyd@stupidchicken.com>
1948
ff98b2dd
CY
1949 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
1950
23a8a5ab
CY
1951 * emacs-lisp/find-func.el (find-function-noselect): New arg
1952 lisp-only.
1953
1954 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
1955 signal an error for built-in functions (Bug#6664).
1956
f5e3c598
LMI
19572011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
1960 (smtpmail-try-auth-methods): Use it.
1961
a3f2468a
CY
19622011-08-21 Chong Yidong <cyd@stupidchicken.com>
1963
2c34e8da
CY
1964 * font-lock.el (font-lock-fontify-region)
1965 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
1966 (font-lock-default-unfontify-buffer)
1967 (font-lock-default-fontify-region)
1968 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
1969
b3fd59bd
SM
1970 * progmodes/compile.el (compilation-error-properties):
1971 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
1972 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
1973 `ant' regexp.
ee31aabc 1974
a3f2468a
CY
1975 * net/browse-url.el (browse-url-firefox): Don't call
1976 browse-url-firefox-sentinel unless using -remote (Bug#9328).
1977
8e999f70
GM
19782011-08-20 Glenn Morris <rgm@gnu.org>
1979
c21a496a
GM
1980 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
1981
59ee0542
GM
1982 * tutorial.el (tutorial--default-keys): Update some default bindings.
1983
8e999f70
GM
1984 * files.el (hack-local-variables): Fully ignore case for "mode:".
1985
e3715033
AM
19862011-08-20 Alan Mackenzie <acm@muc.de>
1987
1988 Resolve invalid use of a regexp in regexp-opt.
1989
4d61f28d
JB
1990 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
1991 detection for a java annotation.
e3715033 1992
4d61f28d 1993 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
1994 detection for a java annotation.
1995
4d61f28d
JB
1996 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
1997 handling for java.
e3715033
AM
1998 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
1999
04ed2e9c
CY
20002011-08-20 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2003 (Bug#9274).
2004
826cee64
AM
20052011-08-20 Alan Mackenzie <acm@muc.de>
2006
2007 * Fontify CPP expressions correctly when starting in the middle of
2008 such a construct. Mainly for when jit-lock etc. starts a chunk
2009 here.
2010
2011 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
2012 variable.
2013 (c-make-font-lock-search-form): new function, extracted from
2014 c-make-font-lock-search-function.
2015 (c-make-font-lock-search-function): Use the above function.
2016 (c-make-font-lock-context-search-function): New function.
2017 (c-cpp-matchers): Enhance the preprocessor expression case with
2018 the above function
2019 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2020 which takes an expression.
2021
2022 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2023
13009bd8
MR
20242011-08-20 Martin Rudalics <rudalics@gmx.at>
2025
2026 * window.el (display-buffer-reuse-window)
2027 (display-buffer-pop-up-window): Don't reuse or split a side
2028 window.
2029
9234ff7f
GM
20302011-08-19 Glenn Morris <rgm@gnu.org>
2031
2032 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 2033 Downcase "Mode:". (Bug#9331)
9234ff7f 2034
f635daa1
CY
20352011-08-18 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * international/characters.el: Add L and R categories.
2038
2039 * subr.el (bidi-string-mark-left-to-right): Rename from
2040 string-mark-left-to-right. Use category search.
2041
2042 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2043
bc987f8b
JL
20442011-08-18 Juri Linkov <juri@jurta.org>
2045
2046 * faces.el (error, warning, success): New faces with definitions
2047 copied from old default values of `font-lock-warning-face',
2048 `compilation-warning', `compilation-info' (bug#6117).
2049
2050 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2051
2052 * progmodes/compile.el (compilation-error): Inherit from `error'.
2053 (compilation-warning): Inherit from `warning'.
2054 (compilation-info): Inherit from `success'.
2055
2056 * dired.el (dired-marked): Inherit from `warning'.
2057 (dired-flagged): Inherit from `error'.
2058
57173b96
LMI
20592011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2060
3e79eb87
LMI
2061 * mail/smtpmail.el (auth-source): Require to avoid problems with
2062 binding variables (bug#9298). Also clean up some unused
2063 autoloads.
2064
b3fd59bd
SM
2065 * net/network-stream.el (network-stream-open-starttls):
2066 Support using starttls.el without using gnutls-cli.
57173b96 2067
02b404de
JL
20682011-08-17 Juri Linkov <juri@jurta.org>
2069
2070 * progmodes/grep.el (rgrep): Handle the case when
2071 `grep-find-command' is a cons cell (bug#9278).
2072
8c9177f2
MR
20732011-08-17 Martin Rudalics <rudalics@gmx.at>
2074
2075 * window.el (display-buffer-pop-up-frame): Run frame creation
2076 function with BUFFER current (as special-display-popup-frame
2077 does). Reported by Drew Adams.
2078
3644a0ab
DU
20792011-08-17 Daiki Ueno <ueno@unixuser.org>
2080
2081 * epa-mail.el: Simplify GnuPG group expansion using
2082 epg-expand-group.
2083 (epa-mail-group-alist, epa-mail-group-modtime)
2084 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2085 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2086 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2087 Remove.
2088
5e617bc2 20892011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
2090
2091 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2092
9c4aeabf
AM
20932011-08-16 Alan Mackenzie <acm@muc.de>
2094
2095 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2096 Correct, to avoid the inside of macros.
2097
3a99bf64
RS
20982011-08-16 Richard Stallman <rms@gnu.org>
2099
04963aa8
RS
2100 * epa-mail.el: Handle GnuPG group definitions.
2101 (epa-mail-group-alist, epa-mail-group-modtime)
2102 (epa-mail-gnupg-conf-file): New variables.
2103 (epa-mail-parse-groups, epa-mail-sync-groups)
2104 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2105 (epa-mail-expand-recipients): New functions.
2106 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2107
177549d0
RS
2108 * mail/rmail.el (rmail-epa-decrypt): New command.
2109
fe38beef
RS
2110 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2111 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
2112 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2113 (epa-decrypt-armor-in-region): Make error message clearer.
2114
934eacb9
SM
21152011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2118 and "a2b" to "ab" for `prefix'.
2119
d024fb4e
CY
21202011-08-14 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2123 filter groups.
de148fee
CY
2124 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2125 Fourquet (Bug#8804).
d024fb4e 2126
62f1ca49
JB
21272011-08-12 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * startup.el (argi): Declare as global variable (bug#9275).
2130
9ccaaa4b
CY
21312011-08-12 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * subr.el (string-mark-left-to-right): Search the entire string
2134 for RTL script, not just the terminating character. Doc fix.
2135
a3dae87a
SM
21362011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2137
6cd18349
SM
2138 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2139 New function.
2140 (js--regexp-literal, js-syntax-propertize-function): Remove.
2141 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2142 (js-mode-map): Don't rebind electric keys.
2143 (js-insert-and-indent): Remove.
2144 (js-mode): Setup electric-layout and electric-indent instead.
2145
a3dae87a
SM
2146 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2147
9d5cb631
DU
21482011-08-12 Daiki Ueno <ueno@unixuser.org>
2149
2150 * epa.el (epa-progress-callback-function): Fix the logic of
2151 displaying progress.
2152 * epa-file.el (epa-file-insert-file-contents): Make progress
2153 display more user-friendly.
2154 (epa-file-write-region): Ditto.
2155
3e26a4a2
CY
21562011-08-10 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * subr.el (string-mark-left-to-right): New function.
2159
2160 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2161 Use string-mark-left-to-right.
2162 (list-buffers-noselect): Caller changed.
2163
a3dae87a
SM
2164 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2165 Use string-mark-left-to-right.
3e26a4a2
CY
2166 (tabulated-list-print): Recenter after moving point.
2167
ac8cf6e6
JL
21682011-08-10 Juri Linkov <juri@jurta.org>
2169
2170 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2171 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2172 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2173
8d96c9a4
CY
21742011-08-09 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2177 (Bug#7554).
2178
7be1c708 21792011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2180
2181 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2182 character. (Bug#6594)
2183
37e11a63
CY
21842011-08-08 Chong Yidong <cyd@stupidchicken.com>
2185
839dde57
CY
2186 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2187 (image-dired--with-db-file): New macro.
2188 (image-dired-write-tags, image-dired-remove-tag)
2189 (image-dired-create-gallery-lists, image-dired-write-comments)
2190 (image-dired-get-comment, image-dired-mark-tagged-files)
2191 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2192 (image-dired-gallery-generate): Use insert-file-contents.
2193
37e11a63
CY
2194 * time.el (display-time-world-list, display-time-world-display):
2195 * time-stamp.el (time-stamp-string):
2196 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2197 set-time-zone-rule (Bug#7337).
2198
0b4946c4
DU
21992011-08-08 Daiki Ueno <ueno@unixuser.org>
2200
2201 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2202 (epg-error-to-string, epg-errors-to-string): New function.
2203 (epg-wait-for-completion): Reverse errors list.
2204 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2205 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2206 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2207 (epg-sign-keys, epg-generate-key-from-file)
2208 (epg-generate-key-from-string): Format errors by using
2209 epg-errors-to-string (bug#9255).
2210 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2211
75bfc667
JL
22122011-08-07 Juri Linkov <juri@jurta.org>
2213
2214 * faces.el (list-faces-display): Remove extra angle bracket
2215 from `help-mode-map'.
2216
2217 * info.el (Info-history-toc-nodes): Doc fix.
2218
2219 * longlines.el (longlines-mode): Doc fix.
2220
673e08bb
SM
22212011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2222
4640dd88
SM
2223 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2224 of statements and in a few more cases (bug#9183).
2225
673e08bb
SM
2226 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2227 New functions.
2228 (cl-transform-lambda): Use them (bug#9239).
2229
89b3f019
MR
22302011-08-05 Martin Rudalics <rudalics@gmx.at>
2231
2232 * window.el (display-buffer-same-window)
2233 (display-buffer-same-frame, display-buffer-other-window)
2234 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2235 (pop-to-buffer-other-window)
2236 (pop-to-buffer-same-frame-other-window)
2237 (pop-to-buffer-other-frame): Make them defuns.
2238 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2239
640c8776
SM
22402011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * subr.el (make-composed-keymap): Move from C. Change calling
2243 convention, and improve docstring to bring attention to a subtle point.
2244 * minibuffer.el (completing-read-default): Adjust accordingly.
2245
63648a95
MA
22462011-08-03 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2249 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2250
2251 * net/trampver.el: Update release number.
2252
b796c9b7
SM
22532011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2256 "in" (bug#9190).
2257
2239d7d5
LMI
22582011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2259
e07dd7c3
LMI
2260 * mail/sendmail.el (sendmail-query-once): Restore the current
2261 buffer after querying (bug#9074).
2262
0e6a2bd7
LMI
2263 * dired.el (dired-flagged): Use different faces for marked and
2264 flagged files (bug#6117).
2265
ce887515
LMI
2266 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2267 (bug#4433).
2268
92f2affc
LMI
2269 * ido.el (ido-mode): Switch off the message if called
2270 non-interactively.
2271
57d5aff0
LMI
2272 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2273 before 587, since it appears that that's more likely to work for
2274 more people.
2275
98cd6c18
LMI
2276 * cus-edit.el (custom-file): When running under emacs -q, always
2277 refuse to save the customisations, even if the .emacs file doesn't
2278 exist.
2279
b96dec83
LMI
2280 * info.el: Remove the `Info-beginning-of-buffer' function
2281 (bug#8325).
2282
b796c9b7
SM
2283 * net/network-stream.el (network-stream-open-starttls):
2284 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2285
d90e2ea0
MR
22862011-08-01 Martin Rudalics <rudalics@gmx.at>
2287
2288 * window.el (display-buffer-in-window): Don't set dedicated status
2289 of window here (Bug#9215).
2290 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2291 (display-buffer-pop-up-side-window)
b796c9b7 2292 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2293
cca09170
SM
22942011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2297 before binding generated-autoload-file.
2298
027b979c
DD
22992011-08-01 Deniz Dogan <deniz@dogan.se>
2300
2301 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2302
3c7ee4f3
MA
23032011-07-30 Michael Albinus <michael.albinus@gmx.de>
2304
2305 Sync with Tramp 2.2.2.
2306
2307 * net/trampver.el: Update release number.
2308
2cc8e51a
JL
23092011-07-30 Juri Linkov <juri@jurta.org>
2310
2311 * dired-aux.el (dired-touch-initial): Remove function.
2312 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2313 current time, and `default' to the last modification time of the
2314 current marked file (bug#6887).
2315
a514d856
JM
23162011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2317
2318 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2319 numeric argument to read-number (bug#9163).
a514d856 2320
8a7eddd7
MA
23212011-07-27 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2324 connection process, it could be nil.
2325
1ddd96f5
LL
23262011-07-27 Leo Liu <sdl.web@gmail.com>
2327
2328 Simplify url handling in rcirc-mode.
2329
2330 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2331 (rcirc-browse-url-at-mouse): Remove.
2332 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2333
b248a85d
AM
23342011-07-26 Alan Mackenzie <acm@muc.de>
2335
2336 Fontify bitfield declarations properly.
2337
2338 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2339 (c-symbol-chars): Now exported as a lang variable.
2340 (c-not-primitive-type-keywords): New lang variable.
2341
2342 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2343 QT keyword "more" to prevent "more slots: ...." being spuriously
2344 parsed as a bitfield declaraion.
2345
b796c9b7
SM
2346 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2347 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
2348 (c-punctuation-in): New function.
2349 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2350 declarations properly.
2351
68575ab0
UJ
23522011-07-26 Ulf Jasper <ulf.jasper@web.de>
2353
2354 * calendar/icalendar.el (icalendar--all-events): Take care of
2355 multiple vcalendars in a single file.
b796c9b7 2356 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 2357
0f0a88b9
DD
23582011-07-25 Deniz Dogan <deniz@dogan.se>
2359
2360 * image.el (insert-image): Clarifying docstring.
2361
0b3f36df
MA
23622011-07-24 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2365 `tramp-send-command-and-check' if there is no error.
2366 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2367
a9901f61
AM
23682011-07-22 Alan Mackenzie <acm@muc.de>
2369
2370 Prevent cc-langs.elc being loaded at run time.
2371
2372 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2373 cc-langs.
2374
4d61f28d 2375 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
2376 "(require 'cc-langs)". Quote a form so it will evaluate at
2377 (cc-mode's) compilation time.
2378
11d074b2
MA
23792011-07-22 Michael Albinus <michael.albinus@gmx.de>
2380
2381 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2382 loading. (Bug#9114)
2383
938b94c8
MR
23842011-07-21 Martin Rudalics <rudalics@gmx.at>
2385
2386 * window.el (display-buffer-pop-up-window)
2387 (display-buffer-pop-up-side-window)
2388 (display-buffer-in-side-window): Call display-buffer-set-height
2389 and display-buffer-set-width after setting the new window's
b796c9b7 2390 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 2391
bfa4f190
SS
23922011-07-20 Sam Steingold <sds@gnu.org>
2393
2394 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2395 (etags-tags-included-tables): Call `convert-standard-filename' on
2396 the file names contained in TAGS so that windows Emacs can handle
2397 TAGS files created by cygwin ctags.
2398
8ca42262
LMI
23992011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2400
2401 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2402 which apparently didn't work.
2403
5db2afd2 24042011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 2405
5db2afd2
RW
2406 * proced.el (proced-send-signal): For *Marked Processes* buffer
2407 put point at beginning of buffer.
2408
92e15d10
SB
24092011-07-19 Stephen Berman <stephen.berman@gmx.net>
2410
2411 * proced.el (proced-format): Make header lines align with the text
2412 (bug#1779).
2413
1bfd59e5
LMI
24142011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2415
2416 * view.el (view-buffer): Allow running in `special' modes if we're
2417 visiting a file (bug#8615).
2418
f5aae37c
MR
24192011-07-19 Martin Rudalics <rudalics@gmx.at>
2420
2421 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
2422 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2423 New functions.
f5aae37c
MR
2424 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2425 more accurately.
2426
bf2c1571
AM
24272011-07-18 Alan Mackenzie <acm@muc.de>
2428
2429 Fontify declarators properly when, e.g., a jit-lock chunk begins
2430 inside a declaration.
2431
2432 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2433
b796c9b7
SM
2434 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2435 New function.
bf2c1571
AM
2436 (c-complex-decl-matchers): Insert reference to
2437 c-font-lock-enclosing-decls.
2438
2439 * progmodes/cc-engine.el (c-backward-single-comment):
2440 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2441 to nil around calls to (forward-comment -1).
2442
4e190b80
LMI
24432011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
12dc863d
LMI
2445 * image.el (put-image): Doc typo fix.
2446
a762e966
LMI
2447 * progmodes/etags.el (tags-search): Doc typo fix.
2448
4e190b80
LMI
2449 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2450 password if we get errors 550 to 554.
2451
f019fb21
LMI
24522011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
b796c9b7 2454 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 2455
81746738
LMI
2456 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2457 indentation character (bug#6380).
2458
3ee3a1b5
LMI
2459 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2460
c82f64de
LMI
2461 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2462 to clarify what the problem is (bug#4291).
2463
f019fb21
LMI
2464 * simple.el (current-kill): Clarify what
2465 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
2466 (auto-fill-mode): Document `auto-fill-function' in relation to
2467 `auto-fill-mode' (bug#2470).
f019fb21 2468
0794775d
LM
24692011-07-16 Lawrence Mitchell <wence@gmx.li>
2470
2471 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2472 method if slot is read-only (bug#9035).
2473
be39b8cc
MR
24742011-07-16 Martin Rudalics <rudalics@gmx.at>
2475
b796c9b7 2476 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 2477 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
2478 selected before, see discussion of (Bug#8615), (Bug#6954).
2479 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 2480
6ccf7859
GM
24812011-07-15 Glenn Morris <rgm@gnu.org>
2482
2483 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 2484 Respect help-form.
6ccf7859 2485
87e86684
LM
24862011-07-09 Lawrence Mitchell <wence@gmx.li>
2487
2488 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2489 (gnutls-negotiate): Use it.
2490
d6066239
LMI
24912011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
b796c9b7
SM
2493 * net/gnutls.el (gnutls-negotiate):
2494 Upcase `gnutls-algorithm-priority'.
d6066239 2495
bd23ebc0
GM
24962011-07-15 Glenn Morris <rgm@gnu.org>
2497
c65bca65
GM
2498 * jka-compr.el (jka-compr-verbose): Move from here...
2499 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2500 Add missing :version tag.
2501 * info.el: No need to require jka-compr when compiling.
bd23ebc0 2502
478615cc
LMI
25032011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2504
7b41decb
LMI
2505 * net/gnutls.el (gnutls-algorithm-priority): New variable.
2506 (gnutls-negotiate): Use it.
2507
dbc44fcd
LMI
2508 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2509
06789f97
LMI
2510 * info.el (Info-beginning-of-buffer): New command.
2511 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2512 announcing `b' as the key (bug#8325).
ab896c37 2513 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 2514
c39da690
LMI
2515 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2516
3aa5f34b
LMI
2517 * international/mule-cmds.el
2518 (describe-specified-language-support): Make the error message
2519 clearer (bug#8905).
2520
4bf0979f
LMI
2521 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2522
478615cc
LMI
2523 * isearch.el (isearch-barrier): Add a doc string, since it's
2524 mentioned in a function doc string (bug#8678).
2525
75c68aa1
MR
25262011-07-15 Martin Rudalics <rudalics@gmx.at>
2527
2528 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2529 buffer argument (Bug#9083) and self-identifying label argument.
2530
a7c33da2
GM
25312011-07-15 Glenn Morris <rgm@gnu.org>
2532
2533 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
2534
2f5c6024
LMI
25352011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
2537 * man.el (Man-fontify-manpage): Fix message when formatting the
2538 man page (bug#7929).
2539
0bb23927 25402011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
2541
2542 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2543 argument LRM; if non-nil, append an invisible LRM character to the
2544 buffer name.
2545 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2546 last argument non-nil, when formatting buffer names.
0bb23927
EZ
2547 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2548 paragraph direction.
cce4b0a7 2549
621ef9ab
LMI
25502011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
d1583c48
LMI
2552 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2553 the man page name (bug#7929).
2554
6a57fb5f
LMI
2555 * image.el (put-image): Mention the `put-image' overlay property
2556 (bug#7834).
2557
d7956b14
LMI
2558 * scroll-bar.el (set-scroll-bar-mode): Mention that
2559 `scroll-bar-mode' lists the values (bug#7772).
2560
5b2d4a66
LMI
2561 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2562 command (bug#7729).
2563
7509a874
LMI
2564 * rect.el (apply-on-rectangle): Return the point after the last
2565 operation.
2566 (string-rectangle): Go to the point after the last operation
2567 (bug#7522).
2568
4fe74b19
LMI
2569 * printing.el (pr-toggle-region): Clarify the documentation
2570 slightly (bug#7493).
2571
b796c9b7
SM
2572 * time.el (display-time-update):
2573 Allow `display-time-mail-function' to return nil (bug#7158).
2574 Fix suggested by Detlev Zundel.
ab283561 2575
fc233c9d
LMI
2576 * vc/diff.el (diff): Clarify the order the file names are read
2577 (bug#7111).
2578
43f5740b
LMI
2579 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
2580 the doc string (bug#7015).
2581
f2182a76
LMI
2582 * font-lock.el (font-lock-maximum-decoration): Mention what
2583 numeric levels mean (bug#6935).
2584
621ef9ab
LMI
2585 * startup.el (initial-buffer-choice): Don't mention the `none'
2586 selection, which is against policy.
2587
adc47434
MR
25882011-07-14 Martin Rudalics <rudalics@gmx.at>
2589
b796c9b7
SM
2590 * window.el (display-buffer-normalize-special):
2591 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 2592
7e5bfb8f
EZ
25932011-07-14 Eli Zaretskii <eliz@gnu.org>
2594
2595 * subr.el (version<, version<=, version=): Mention "-CVS" and
2596 "-12345" alpha version numbers.
2597
27fa387a
CY
25982011-07-14 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * bindings.el: Add advertised binding for set-mark-command
2601 (Bug#5772).
2602
8bdfa064
CY
26032011-07-14 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * bindings.el (mode-line-other-buffer):
2606 * bookmark.el (bookmark-bmenu-2-window):
2607 * bs.el (bs-cycle-next, bs-cycle-previous):
2608 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
2609 switch-to-buffer.
2610
2611 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 2612 Delete.
8bdfa064 2613
5eba16a3
JB
26142011-07-14 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * follow.el (follow-debug-message, follow-redisplay):
2617 * jka-cmpr-hook.el (with-auto-compression-mode):
2618 Fix typos in docstrings.
2619
15853710
LMI
26202011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
a28e4607
LMI
2622 * subr.el (with-silent-modifications): Clarify somewhat what the
2623 macro inhibits (bug#6525).
2624
15853710
LMI
2625 * simple.el (eval-expression): Note what it does if called
2626 interactively (bug#6495).
2627
bee0fcef
CY
26282011-07-13 Chong Yidong <cyd@stupidchicken.com>
2629
b796c9b7
SM
2630 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
2631 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
2632
2633 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2634 Remove switch-to-buffer.
2635
58274504
LMI
26362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2637
bd2fcc8d
LMI
2638 * files.el (make-directory): Clarify that an error will be raised
2639 if there's an error (bug#6397).
2640
0f04b32c
LMI
2641 * startup.el (initial-buffer-choice): Add `none' as a choice
2642 (bug#6234).
2643
465c5fc8
LMI
2644 * subr.el (add-hook): Clarify section about buffer-local hooks
2645 (bug#6218).
2646
58274504
LMI
2647 * dired.el (dired-flagged): Clarify doc string (bug#6117).
2648
bead9a43
JB
26492011-07-13 Juanma Barranquero <lekktu@gmail.com>
2650
2651 * tabify.el (untabify): Preserve the current column so that point
2652 doesn't move (bug#6032).
2653
3af98a7b
LMI
26542011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
b796c9b7
SM
2656 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
2657 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 2658
6240145a
GM
26592011-07-13 Glenn Morris <rgm@gnu.org>
2660
2661 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
2662 (dired-insert-directory): Give a message the first time
2663 if ls is found not to support --dired.
2664
1d8c2ccc
LMI
26652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2666
2667 * simple.el (toggle-truncate-lines): Clarify what is toggled
2668 (bug#5580). Text by Drew Adams.
2669
5fc4038e
CY
26702011-07-13 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * simple.el (blink-matching-open): Make the error message from the
2673 last change less verbose.
2674
bf6012e5
DN
26752011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2676
2677 * font-lock.el (font-lock-comment-face): Use the high contrast
2678 "yellow" color for font-lock-comment-face on low color terminals
2679 using a dark background color (bug#4221).
2680
343c3b5a
LMI
26812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
7e9505c5
LMI
2683 * dired.el (dired-insert-set-properties): Make the doc string
2684 reflect what it does now (bug#5325).
2685
c26fdcf5
LMI
2686 * simple.el (blink-matching-open): Say that we were unable to find
2687 the match within the limit, if we're limited (bug#5122).
2688
bb388cc5
LMI
2689 * international/mule-cmds.el (prefer-coding-system): Add an
2690 example (bug#4869).
2691
343c3b5a
LMI
2692 * progmodes/etags.el (tags-search): Document `file-list-form'
2693 (bug#4731).
2694
2a517d45
LM
26952011-07-13 Lawrence Mitchell <wence@gmx.li>
2696
2697 * net/browse-url.el (browse-url-default-browser)
2698 (browse-url-browser-function): Make the default browser choice a
2699 bit more logical (bug#4300). Also clean up the doc string.
2700
b6c78ef2
JB
27012011-07-13 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
2704 binary endings (bug#4440).
2705
1c4dd947
LMI
27062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2707
a2014063
LMI
2708 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
2709 which can be pretty annoying (bug#8971).
2710
9c9c2d88
LMI
2711 * jka-compr.el (jka-compr-verbose): New variable, and use
2712 throughout (bug#8971).
2713
1c4dd947
LMI
2714 * info.el (Info-find-file): Fall back on the installation
2715 directory if we can't find the info node anywhere else.
2716
a1c9f41b
SO
27172011-07-13 Sergei Organov <osv@javad.com> (tiny change)
2718
2719 * vc/vc.el (vc-revert-file):
2720 Don't set file time-stamp in the past. (Bug#5181)
2721
536f3d36
LMI
27222011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2723
7152b011
LMI
2724 * files.el (after-find-file): Give a better error message when
2725 trying to find a symlink that points to a file that doesn't exist
2726 (bug#4398).
2727
536f3d36
LMI
2728 * progmodes/cc-vars.el: Remove (probably) misleading comment
2729 (bug#4396).
2730
460c0fba
JB
27312011-07-12 Johan Bockgård <bojohan@gnu.org>
2732
2733 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
2734
7a6bda45
CY
27352011-07-12 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * mouse-sel.el: Hack restoring functionality, while keeping
2738 compatibility with 2010-07-03 changes to mouse selection.
2739 (mouse-sel-primary-overlay): New var.
2740 (mouse-sel-selection-alist): Use it.
2741 (mouse-sel-mode): Doc fix; remove points that are default features
2742 of mouse.el.
2743
c79598ef
JB
27442011-07-12 Johan Bockgård <bojohan@gnu.org>
2745
2746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2747 Fix previous fix (bug#2490).
2748
ff8be6ef
RW
27492011-07-12 Roland Winkler <winkler@gnu.org>
2750
b796c9b7
SM
2751 * textmodes/bibtex.el (bibtex-initialize):
2752 Use pop-to-buffer-same-window.
ff8be6ef
RW
2753 (bibtex-search-entries): Fix interactive call.
2754
296ba3ee
LMI
27552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2756
f5242a02 2757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
2758 Fontise bytecomp Error lines more correctly (bug#2490).
2759 Fix suggested by Johan Bockgård.
f5242a02 2760
296ba3ee
LMI
2761 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
2762
2763 * dired-x.el (dired-guess-default): Use `delete-dups'.
2764
f69fd0d2
CY
27652011-07-12 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * dired.el (dired-mark-prompt):
2768 * dired-aux.el (dired-read-shell-command): Doc fix.
2769
eab5dc07
LMI
27702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2771
b796c9b7
SM
2772 * mail/sendmail.el (sendmail-query-once):
2773 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
2774 emacs -Q.
2775
2776 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2777
eab5dc07
LMI
2778 * cus-edit.el (custom-file): Take an optional no-error variable.
2779 (customize-save-variable): Set the variable, and give a warning if
2780 running under "emacs -q".
2781
a1e65d42
JB
27822011-07-11 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * loadhist.el (unload-feature-special-hooks):
2785 Add `auto-coding-functions', `fill-nobreak-predicate' and
2786 `find-directory-functions' (bug#5327).
2787
1d52da10
LMI
27882011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789
be958f1d
LMI
2790 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
2791
5bedb26c
LMI
2792 * cus-edit.el (custom-guess-name-alist): -alist variables should
2793 use the `alist' type (bug#3120). Suggested by Drew Adams.
2794
1d52da10
LMI
2795 * printing.el: Add documentation to all the `pr-toggle-' commands.
2796
481a51b6
LL
27972011-07-11 Leo <sdl.web@gmail.com> (tiny change)
2798
2799 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
2800 backends where it makes sense (bug#2623).
2801
dcc88d8a
LMI
28022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2803
c3de9feb
LMI
2804 * dired-x.el (dired-guess-default): Remove duplicate shell command
2805 entries (bug#2028).
8a93078b 2806 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 2807 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 2808
dcc88d8a
LMI
2809 * subr.el (remove-duplicates): New conveniency function.
2810
505e3645
LMI
28112011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2812
2813 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
2814 (bug#1526).
2815
28162011-07-10 Martin Rudalics <rudalics@gmx.at>
2817
2818 * window.el (display-buffer-normalize-default): Don't invert
2819 meaning of even-window-heights. Reported by Eli Zaretskii
2820 <eliz@gnu.org>.
2821
455e4fa1
BR
28222011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
2823
2824 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
2825
8e0bc3e9
CY
28262011-07-10 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * window.el (display-buffer): Fix arguments to
2829 display-buffer-reuse-window in last change.
2830
fa7c3228
CY
2831 * faces.el (link): Use a less saturated blue on light backgrounds.
2832
2833 * startup.el (fancy-startup-text, fancy-about-text)
2834 (fancy-startup-tail): Use font-lock faces, for background safety.
2835
c0a7f300
BN
28362011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
2837
b796c9b7
SM
2838 * emulation/viper-cmd.el (viper-change-state-to-vi):
2839 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 2840
4dc2a129
MR
28412011-07-09 Martin Rudalics <rudalics@gmx.at>
2842
2843 * window.el (display-buffer-default-specifiers): Remove.
2844 (display-buffer-macro-specifiers): Remove default specifiers.
2845 (display-buffer-alist): Default to nil.
b796c9b7 2846 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
2847 (display-buffer-pop-up-window): Allow splitting internal
2848 windows. Check whether a live window was created.
2849 (display-buffer-other-window-means-other-frame)
2850 (display-buffer-normalize-arguments): Rename to
2851 display-buffer-normalize-argument and rewrite. Set the
2852 other-window specifier.
2853 (display-buffer-normalize-special): New function.
2854 (display-buffer-normalize-options): Rename to
2855 display-buffer-normalize-default and rewrite.
2856 (display-buffer-normalize-options-inhibit): Remove.
2857 (display-buffer-normalize-specifiers): Rewrite.
2858 (display-buffer): Process other-window specifier and call
2859 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
2860 more faithfully.
b796c9b7 2861 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 2862 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
2863 (display-buffer-in-window, display-buffer-alist-set):
2864 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
2865 <tassilo@member.fsf.org>.
2866
2d43b8c9
LL
28672011-07-09 Leo Liu <sdl.web@gmail.com>
2868
2869 * register.el (insert-register): Restore accidental change on
2870 2011-06-26. (Bug#9028)
2871
7f9b7c53
GM
28722011-07-09 Glenn Morris <rgm@gnu.org>
2873
2874 * subr.el (remq): Handle the empty list. (Bug#9024)
2875
f042cfd8
AS
28762011-07-08 Andreas Schwab <schwab@linux-m68k.org>
2877
2878 * mail/sendmail.el (send-mail-function): No longer delay custom
2879 initialization.
2880 * custom.el (custom-initialize-delay): Doc fix.
2881
856b2f11
SM
28822011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
2885
afae1d68
MA
28862011-07-08 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
2889 human-friendly prompt.
2890
0757af94
SM
28912011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
2894 provided by a particular plugin.
2895
d760b731
LMI
28962011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2897
2898 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
2899 save customizations (with "emacs -Q"), just set the variable
2900 instead of erroring out.
2901
2902 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2903
cd79ce90
JL
29042011-07-08 Juri Linkov <juri@jurta.org>
2905
2906 * arc-mode.el (archive-zip-expunge, archive-zip-update)
2907 (archive-zip-update-case): Use 7z if found by `executable-find'.
2908 The order of searching the available programs is the same as in
2909 `archive-zip-extract' (bug#8968).
2910
14cc04aa
CY
29112011-07-07 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
2914 (menu-bar-options-menu): Tweak descriptions.
2915
0a1848ec
LMI
29162011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
2919 menu items into verb phrases (bug#1421). Also refill to fit under
2920 80 columns.
2921
f5bd0689
CY
29222011-07-07 Chong Yidong <cyd@stupidchicken.com>
2923
538e85c6
CY
2924 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
2925 (Info-read-node-name): Doc fix (Bug#1084).
2926
f5bd0689
CY
2927 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
2928 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
2929 (end-of-sexp, beginning-of-sexp)
2930 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
2931 (forward-symbol, forward-same-syntax, word-at-point)
2932 (sentence-at-point): Doc fix (Bug#1144).
2933
56ec5115
LMI
29342011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2935
f3f8e37f
LMI
2936 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
2937 should cover it (bug#1281).
2938
0757af94 2939 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 2940
12b9eb35
LMI
2941 * net/network-stream.el (network-stream-open-starttls): If gnutls
2942 negotiation fails, then possibly try again with a non-encrypted
2943 connection (bug#9017).
2944
56ec5115
LMI
2945 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
2946 be used.
2947
c2f9aec8
RS
29482011-07-07 Richard Stallman <rms@gnu.org>
2949
2950 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
2951 property, and handle its changed format.
2952 Look for the correct line number.
2953 Use file's line contents (but not past first =) to find
2954 correct line in message.
2955
ef7b981d 29562011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
2957
2958 * international/characters.el (build-unicode-category-table):
2959 Delete it.
0757af94 2960 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 2961
0757af94 2962 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
2963 to src/chartab.c.
2964 (get-char-code-property): Call unicode-property-table-internal to
2965 load a file. Call get-unicode-property-internal where necessary.
2966 (put-char-code-property): Call unicode-property-table-internal to
2967 load a file. Call put-unicode-property-internal where necessary.
2968 put-unicode-property-internal where necessary.
0757af94
SM
2969 (char-code-property-description):
2970 Call unicode-property-table-internal to load a file.
c805dec0
KH
2971
2972 * international/charprop.el:
2973 * international/uni-bidi.el:
2974 * international/uni-category.el:
2975 * international/uni-combining.el:
2976 * international/uni-comment.el:
2977 * international/uni-decimal.el:
2978 * international/uni-decomposition.el:
2979 * international/uni-digit.el:
2980 * international/uni-lowercase.el:
2981 * international/uni-mirrored.el:
2982 * international/uni-name.el:
2983 * international/uni-numeric.el:
2984 * international/uni-old-name.el:
2985 * international/uni-titlecase.el:
2986 * international/uni-uppercase.el: Regenerate.
2987
2988 * loadup.el: Load international/charprop.el before
2989 international/characters.
2990
e14b388a
CY
29912011-07-07 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * window.el (next-buffer, previous-buffer): Signal an error if
2994 called from a minibuffer window.
2995
2996 * bindings.el: Revert 2011-07-04 change.
2997
354cf0ba
RS
29982011-07-06 Richard Stallman <rms@gnu.org>
2999
3000 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3001 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3002 Treat markers like ints.
3003 (rmail-mime-entity): Doc fix.
3004
a48868a7
LMI
30052011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3006
4906cd3d
LMI
3007 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3008 defcustom again for backwards compatibility.
3009
e0457abe
LMI
3010 * simple.el (shell-command-on-region): Fill.
3011
d67f7e1f
LMI
3012 * dired-aux.el (dired-kill-line): Add a doc string.
3013
fe204702
LMI
3014 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3015 to "\\sw\\|\\s_" (bug#358).
3016
a48868a7
LMI
3017 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3018 (dired-unmark-backward): Ditto.
3019 (dired-flag-backup-files): Ditto.
3020
3021 * dired-x.el (dired-mark-sexp): Ditto.
3022
aa8a705c
RS
30232011-07-06 Richard Stallman <rms@gnu.org>
3024
3025 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3026 (rmail-mime-entity): New arg TRUNCATED.
3027 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3028 New functions.
3029 (rmail-mime-save): Warn if entity is truncated.
3030 (rmail-mime-toggle-hidden): Likewise, for showing.
3031 (rmail-mime-process-multipart): Record when an entity is truncated.
3032
a9a936b9
RS
3033 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3034 if ENTITY is a string.
3035
1f2b92cb
LMI
30362011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3037
f4f73198 3038 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
3039 of faces when `M-C-x'-ing their definitions (bug#8378).
3040 Also clean up the code slightly.
f4f73198 3041
12b16734
LMI
3042 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3043 because that makes the colours go away.
3044
f0691d22
LMI
3045 * mail/sendmail.el (send-mail-function): Change the default to
3046 `sendmail-query-once'.
9e87df06 3047 (sendmail-query-once): Add an autoload cookie.
f0691d22 3048
1f2b92cb
LMI
3049 * net/network-stream.el (network-stream-open-starttls): Try using
3050 a plain connection even if the server offered STARTTLS, and we
3051 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3052 capability. This should make smtpmail.el work in slightly more
3053 configurations.
3054
1cdd2a1b
MA
30552011-07-06 Michael Albinus <michael.albinus@gmx.de>
3056
3057 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3058 New defun.
3059 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3060
fbcc67e2
MM
30612011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3062
3063 * progmodes/sql.el: Version 3.0
0757af94 3064 (sql-product-alist): Add product :completion-object,
fbcc67e2 3065 :completion-column, and :statement attributes.
0757af94 3066 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 3067 (sql-mode-syntax-table): Mark all punctuation.
0757af94 3068 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
3069 ansi keywords.
3070 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 3071 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
3072 (sql-oracle-show-reserved-words): New function for development.
3073 (sql-product-font-lock): Simplify for source code buffers.
3074 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3075 New functions.
3076 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
3077 (sql-mode-map): Add statement movement functions.
3078 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3079 New variable.
fbcc67e2
MM
3080 (sql-statement-regexp, sql-beginning-of-statement)
3081 (sql-end-of-statement, sql-signum): New functions.
0757af94 3082 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
3083 (sql-show-sqli-buffer): Bug fix.
3084 (sql-interactive-mode): Store connection data as buffer local.
0757af94 3085 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
3086 with sql-interactive-mode.
3087 (sql-save-connection): Save buffer local settings.
0757af94 3088 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
3089 (sql-product-interactive): Bug fix.
3090 (sql-preoutput-hold): New variable.
3091 (sql-interactive-remove-continuation-prompt): Bug fixes.
3092 (sql-debug-redirect): New variable.
3093 (sql-str-literal): New function.
3094 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 3095 Redesign.
fbcc67e2
MM
3096 (sql-oracle-save-settings, sql-oracle-restore-settings)
3097 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3098 (sql-completion-object, sql-completion-column)
3099 (sql-completion-sqlbuf): New variables.
3100 (sql-build-completions-1, sql-build-completions)
3101 (sql-try-completion): New functions.
3102 (sql-read-table-name): Use them.
3103 (sql-contains-names): New buffer local variable.
3104 (sql-list-all, sql-list-table): Use it.
3105 (sql-oracle-completion-types): New variable.
3106 (sql-oracle-completion-object, sql-sqlite-completion-object)
3107 (sql-postgres-completion-object): New functions.
3108
d4eaeab1
GM
31092011-07-06 Glenn Morris <rgm@gnu.org>
3110
3111 * window.el (pop-to-buffer): Doc fix.
3112
322b7dab 31132011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
3114
3115 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3116
322b7dab 31172011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 3118
322b7dab 3119 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 3120
322b7dab 3121 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 3122
605dd5bf
CY
31232011-07-05 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * button.el (button): Inherit from link face. Suggested by Dan
3126 Nicolaescu.
3127
7dbfa719
SM
31282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3db614b0
SM
3130 * progmodes/gdb-mi.el: Fit in 80 columns.
3131 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3132 switch-to-buffer.
3133
7dbfa719
SM
3134 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3135 if imenu is simply not configured (bug#8941).
3136
919d884a
KM
31372011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3138
3139 * allout.el (allout-post-undo-hook): New allout outline-change
3140 event hook to signal undo activity.
3141 (allout-post-command-business): Run allout-post-undo-hook if an
3142 undo just occurred.
7dbfa719
SM
3143 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3144 * allout-widgets.el (allout-widgets-after-undo-function):
3145 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
3146 in the vicinity of an undo.
3147 (allout-widgets-mode): Include allout-widgets-after-undo-function
3148 on the new allout-post-undo-hook.
3149
450a0f09
SM
31502011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3153 Let define-derived-mode define it.
3154 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3155 cycles of abbrev-table inheritance (bug#8998).
3156
2de69e00
RW
31572011-07-05 Roland Winkler <winkler@gnu.org>
3158
3159 * textmodes/bibtex.el: Add support for biblatex.
3160 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3161 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3162 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3163 (bibtex-entry-alist, bibtex-field-alist): New variables.
3164 (bibtex-entry-field-alist): Obsolete alias for
3165 bibtex-BibTeX-entry-alist.
3166 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3167 (bibtex-set-dialect): New command.
3168 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3169 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3170 Bind via bibtex-set-dialect.
2de69e00
RW
3171 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3172 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3173 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3174 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3175 Define via bibtex-set-dialect.
450a0f09
SM
3176 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3177 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3178 (bibtex-vec-push, bibtex-vec-incr): New functions.
3179 (bibtex-format-entry, bibtex-field-list)
3180 (bibtex-print-help-message, bibtex-validate)
3181 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3182
2dcdbdd9
SM
31832011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * progmodes/compile.el (compilation-goto-locus):
3186 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3187 * bs.el (bs-cycle-next, bs-cycle-previous):
3188 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3189 * bindings.el (mode-line-other-buffer):
3190 * autoinsert.el (auto-insert):
3191 * arc-mode.el (archive-extract):
3192 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3193
b27640fe
JB
31942011-07-05 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3197 Fix check of `emacs-lock-unlockable-modes'.
3198 Coerce true values of `emacs-lock--try-unlocking' to t.
3199
53bbe3ad
JB
32002011-07-05 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3203 * emacs-lock.el: New file.
3204
1d3cdbc7
JD
32052011-07-05 Julien Danjou <julien@danjou.info>
3206
3207 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3208 than `boundp' to check if face is set.
3209
9173deec
JB
32102011-07-05 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * register.el (registerv-make):
3213 * window.el (window-min-height): Fix typos in docstrings.
3214
869795d6
JD
32152011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3216
9173deec 3217 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3218 Update doc string.
3219
b768cdcd
JB
32202011-07-04 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * server.el (server-execute): Catch quit and call
3223 `server-return-error' to pass the error back to emacsclient and
3224 close the connection (bug#8942).
3225
13aa217b
KM
32262011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3227
3228 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3229 insecure exception for current topic. Also note that auto-saves
3230 are handled differently.
3231
3232 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3233 State variables for tracking auto-save inhibition situation.
3234
3235 (allout-write-contents-hook-handler): Rename from
3236 'allout-write-file-hook-handler', and describe how it depends on
3237 write-contents-functions sensitivity to non-nil value to prevent
3238 file write.
3239
3240 (allout-auto-save-hook-handler): Remove. auto-save does not check
3241 this in individual buffers, only in the starting buffer, so this
3242 is not the right way for us to inhibit auto-save in a buffer
3243 according to its condition.
3244
3245 (allout-mode): Use new allout-write-contents-hook-handler, and
3246 only with write-contents-functions. Remove auto-save provisions -
3247 they're implemented elsewhere.
3248
3249 (allout-before-change-handler): If undo is in progress, note that
3250 for attention of allout-post-command-business.
3251
3252 (allout-post-command-business): If the command we're following was
3253 an undo, check for change in the status of encrypted items and
3254 adjust auto-save inhibitions accordingly.
3255
3256 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3257 according to whether there are or aren't any plain-text topics
3258 pending encryption.
3259
2dcdbdd9
SM
3260 (allout-inhibit-auto-save-info-for-decryption):
3261 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3262 there are plain-text topics pending encryption.
3263
3264 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3265 buffer-saved-size and some allout state to not inhibit auto-saves
3266 if there are no longer any plain-text topics pending encryption.
3267
0757af94
SM
3268 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3269 No longer provide for exemption of the current topic.
13aa217b 3270
ac89b32c
JL
32712011-07-04 Juri Linkov <juri@jurta.org>
3272
3273 Add 7z operations to delete and save changed members (bug#8968).
3274 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3275 New defcustoms.
3276 (archive-7z-write-file-member): New function.
3277 (archive-7z-summarize): Fix the number of dashes in the
3278 listing output.
3279
8fa39615
SM
32802011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3283 (bug#8958).
3284
2f11b3f1
CY
32852011-07-04 Chong Yidong <cyd@stupidchicken.com>
3286
d66fef2b
CY
3287 * bindings.el: Ignore next-buffer and previous-buffer in
3288 minibuffer-local-map.
3289
2f11b3f1
CY
3290 * font-lock.el (font-lock-builtin-face): Change light background
3291 color to dark slate blue (Bug#6693).
3292
f932a347
WD
32932011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3294
3295 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3296
c8af70e1
SM
32972011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3300 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3301 Add switch-to-buffer.
3302
f158badc
LMI
33032011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304
3305 * isearch.el (isearch-search-fun-function): Clarify further the
3306 meaning of the function returned.
3307
6d95bd46
MA
33082011-07-04 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3311
3312 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3313 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3314 Use it.
3315 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3316 `tramp-default-remote-path' does not exist.
3317 (tramp-send-command-and-read): New optional argument NOERROR.
3318 (tramp-open-connection-setup-interactive-shell)
3319 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3320 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3321 (tramp-process-sentinel): Flush also process' connection property.
3322 (tramp-sh-handle-start-file-process): Do not set process
3323 sentinel. It is done now ...
3324 (tramp-maybe-open-connection): ... here. (Bug#8929)
3325
909e6b67
MK
33262011-07-04 MON KEY <monkey@sandpframing.com>
3327
3328 * play/animate.el (animate-string): Doc fixes and allow changing
3329 the buffer name (bug#5417).
3330
33312011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3332
c8af70e1 3333 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 3334
f34755dc
PE
33352011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3336
396cec72
PE
3337 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3338 This is simpler and helps future-proof the code.
3339 (timer-until): Use time-subtract and float-time.
08235028 3340 (timer--time-less-p): Use time-less-p.
f34755dc 3341
56e6cc31
JB
33422011-07-04 Juanma Barranquero <lekktu@gmail.com>
3343
3abb79e5
JB
3344 * type-break.el (timep): Use the value of `float-time' to avoid a
3345 byte-compiler warning.
3346
56e6cc31
JB
3347 * server.el (server-eval-and-print): Return any result, even nil.
3348
7b9430b4
PE
33492011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3350
3351 * type-break.el: Accept time formats that the builtins accept.
3352 (timep, type-break-time-difference): Accept any format that
3353 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3354 This is simpler and helps future-proof the code.
3355 (type-break-time-difference): Round rather than ignoring
3356 subseconds components.
3357
3034e9e7
LMI
33582011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3359
3360 * info.el (Info-apropos-matches): Make non-interactive, since it
3361 doesn't seem to do anything useful as a command (bug#8829).
3362
1485f4c0
CY
33632011-07-03 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 3366 Move from faces.el.
1485f4c0
CY
3367 (frame-default-terminal-background): New function.
3368
3369 * custom.el (custom-push-theme): Don't record faces in `changed'
3370 theme; this doesn't work correctly for per-frame face settings.
3371 (disable-theme): Use face-set-after-frame-default to reset faces.
3372 (custom--frame-color-default): New function.
3373
9fa3dd45
LMI
33742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
c8af70e1 3376 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
3377 (bug#8769).
3378
6cbbc20c
KR
33792011-03-29 Kevin Ryde <user42@zip.com.au>
3380
3381 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3382 `perl-Test2' extend to match possible "fail #N" rep count
3383 (bug#8377).
3384
c7f98048
LMI
33852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3386
65676592
LMI
3387 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3388 `smtpmail-via-smtp' now returns the error instead of nil.
3389
c7f98048
LMI
3390 * isearch.el (isearch-search-fun-function): Clarify the doc string
3391 (bug#8101).
3392
56e6cc31 33932011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
3394
3395 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3396 unnecessary spaces (bug#8987).
3397
2b216704
LMI
33982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3399
3400 * net/network-stream.el (open-network-stream): Use the
3401 :end-of-capability command thoughout.
3402
34032011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3404
3405 * net/network-stream.el (open-network-stream): Add the
3406 :end-of-capability command parameter, used by pop3.el.
3407
36adf6ce
LMI
34082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
1ca0da0e
LMI
3410 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3411
fc00f69c
LMI
3412 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3413 for list)" (bug#6475).
3414
28fd8759
LMI
3415 * files.el (file-expand-wildcards): Ignore non-readable
3416 sub-directories while trying to find matches instead of signalling
3417 an error (bug#6297).
3418
0dd8b6da
LMI
3419 * man.el (Man-reference-regexp): Allow matching possible
3420 word-wrapped references (bug#6289).
3421
ce1438d6
LMI
3422 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3423 for consistency with the other vc buffers (bug#6197).
3424 (vc-checkin): Ditto.
3425
3426 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3427
36adf6ce
LMI
3428 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3429
e83cc1f7
LMI
34302011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3431
8a20ca4c
LMI
3432 * custom.el (defcustom): Clarify that :set is only used in the
3433 Customize user interface (bug#6089).
3434
83319045
LMI
3435 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3436 associated with a file, refuse to run instead of erroring out
3437 (bug#6084).
3438
a8392169
LMI
3439 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3440 the doc string, since it appears that using `fill-column' always
3441 controls the width (bug#7845).
3442
e83cc1f7
LMI
3443 * simple.el (shell-command-on-region): Say where the error output
3444 went if `shell-command-default-error-buffer' is set (bug#6857).
3445
e47ca23b
KM
34462011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
3447
3448 * allout.el (allout-yank-processing): Adjust cursor position for
3449 backwards-deleted space.
3450
3451 (allout-rebullet-heading): Register changes with
3452 allout-exposure-changed-hook, so the modified topic is properly
3453 decorated.
3454
5cf56143
LMI
34552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456
08549772
LMI
3457 * minibuffer.el (completion-in-region): Document PREDICATE
3458 (bug#7136).
3459
48e96771
LMI
3460 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3461 of keyword/argument pairs (bug#6904).
3462
c8af70e1
SM
3463 * replace.el (multi-occur):
3464 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 3465
e17d05e2
LMI
34662011-07-02 Drew Adams <drew.adams@oracle.com>
3467
3468 * dired.el (dired-mark-if): Make the message about whether it's
3469 marking or unmarking clearer (bug#8523).
3470
063b0e45
LMI
34712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3472
3473 * disp-table.el (display-table-print-array): New function.
3474 (describe-display-table): Use it to print the vectors more pretty
3475 (Bug#8859).
3476
28545e04
MR
34772011-07-02 Martin Rudalics <rudalics@gmx.at>
3478
3479 * window.el (window-state-get-1): Don't assign clone numbers.
3480 Add clone-of item to list of window parameters.
3481 (window-state-put-2): Don't process clone numbers.
3482 (display-buffer-alist): Fix doc-string.
3483
3349e122
SM
34842011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * subr.el (remq): Don't allocate if it's not needed.
3487 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3488 (keymap--merge-bindings): New functions.
3489 (keymap-canonicalize): Use them to refine the canonicalization.
3490 * minibuffer.el (minibuffer-local-completion-map)
3491 (minibuffer-local-must-match-map): Move initialization from C.
3492 (minibuffer-local-filename-completion-map): Move initialization from C;
3493 don't inherit from anything here.
3494 (minibuffer-local-filename-must-match-map): Make obsolete.
3495 (completing-read-default): Use make-composed-keymap to combine
3496 minibuffer-local-filename-completion-map with either
3497 minibuffer-local-must-match-map or
3498 minibuffer-local-filename-completion-map.
3499
d224ac83
GM
35002011-07-01 Glenn Morris <rgm@gnu.org>
3501
3de63bf8
GM
3502 * type-break.el (type-break-time-sum): Use dolist.
3503
d224ac83
GM
3504 * textmodes/flyspell.el (flyspell-word-search-backward):
3505 Replace CL function.
3506
1a1e3f32
SM
35072011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3508
fe3f64d5
SM
3509 * mouse.el (mouse--strip-first-event): New function.
3510 (function-key-map): Use it to map fringe clicks to normal clicks
3511 by default.
3512
eb604e34
SM
3513 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3514 (vc-bzr-revision-completion-table): Add support for annotate and date.
3515
1a1e3f32
SM
3516 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3517 inherit from parent.
3518
5bd35902
LMI
35192011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
ace6c69c 3521 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 3522 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 3523
191e2bed
LMI
3524 * dired.el (dired-mode): Fix up the doc string as suggested by
3525 Drew Adams (bug#8817).
3526
5bd35902
LMI
3527 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3528 cookie, since the manual says that it should be possible to add
3529 this function to `find-file-hook' (bug#8709).
3530
eee8207a
TZ
35312011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3532
3533 * progmodes/cfengine.el: Moved all cfengine3.el functionality
3534 here. Noted Ted Zlatanov as the maintainer.
3535 (cfengine-common-settings, cfengine-common-syntax): New functions
3536 to set up common things between `cfengine-mode' and
3537 `cfengine3-mode'.
3538 (cfengine3-mode): New mode.
3539 (cfengine3-defuns cfengine3-defuns-regex
3540 (cfengine3-class-selector-regex cfengine3-category-regex)
3541 (cfengine3-vartypes cfengine3-font-lock-keywords)
3542 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 3543 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 3544
36b148cf
MA
35452011-07-01 Michael Albinus <michael.albinus@gmx.de>
3546
3547 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3548
3549 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3550
0bf4ba9a
MR
35512011-07-01 Martin Rudalics <rudalics@gmx.at>
3552
3553 * window.el (same-window-buffer-names, same-window-regexps)
3554 (same-window-p, special-display-frame-alist)
3555 (special-display-popup-frame, special-display-function)
3556 (special-display-buffer-names, special-display-regexps)
3557 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3558 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3559 (split-window-preferred-function, split-height-threshold)
3560 (split-width-threshold, even-window-heights)
3561 (display-buffer-mark-dedicated, window-splittable-p)
3562 (split-window-sensibly, window-safely-shrinkable-p):
3563 Un-obsolete.
3564 (display-buffer): Don't spread args with function specifier
3565 because special-display-popup-frame won't like it.
3566
35837f51
PE
35672011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3568
d0672f86
PE
3569 Time-stamp simplifications and fixes.
3570 These improve accuracy slightly, and future-proof the code
3571 against some potential changes to current-time format.
3572
b9444d97
PE
3573 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3574 by using time-since and float-time.
3575
0ef923dc
PE
3576 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
3577 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
3578 + NNN microseconds".
3579
2f81380d
PE
3580 * type-break.el (type-break-time-sum): Rewrite using time-add.
3581
845b5c3e
PE
3582 * play/hanoi.el (hanoi-current-time-float): Remove.
3583 All uses replaced by float-time.
3584
ee6f1be0
PE
3585 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
3586 This yields a more-accurate answer.
3587 (rng-time-to-float): Remove; no longer needed.
3588
fe955043
PE
3589 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
3590
5777162a
PE
3591 * calendar/timeclock.el (timeclock-seconds-to-time):
3592 Defalias to seconds-to-time, since they're the same thing.
3593
3103f8b6 3594 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 3595 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
3596 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
3597
0e61a35f
SM
35982011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * window.el (bury-buffer): Don't iconify the only frame.
3601 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
3602 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
3603
ddd63a1e
CY
36042011-07-01 Chong Yidong <cyd@stupidchicken.com>
3605
0e61a35f
SM
3606 * eshell/em-smart.el (eshell-smart-display-navigate-list):
3607 Add mouse-yank-primary.
ddd63a1e 3608
055f4923
TZ
36092011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3610
3611 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
3612
6a2fb145
SM
36132011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * emacs-lisp/find-func.el (find-library--load-name): New fun.
3616 (find-library-name): Use it to find relative load names when provided
3617 absolute file name (bug#8803).
3618
fd4983f2
LMI
36192011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
887d14ad
LMI
3621 * textmodes/flyspell.el (flyspell-word): Consider words that
3622 differ only in case as potential doublons (bug#5687).
3623
c53dc7fc
LMI
3624 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
3625 Remove two rather uninteresting debugging-like messages to make
3626 debbugs.el more silent.
3627
fd4983f2
LMI
3628 * comint.el (comint-password-prompt-regexp): Accept "Response" as
3629 a password-like phrase.
3630
b14c0c55
AM
36312011-06-30 Mastake YAMATO <yamato@redhat.com>
3632
3633 * progmodes/cc-guess.el: New file.
3634
6a2fb145 3635 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
3636
3637 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
3638 derived from `c-basic-common-init'.
3639
3640 * progmodes/cc-mode.el (top-level): Require cc-guess.
3641 (c-basic-common-init): Use `cc-choose-style-for-mode'.
3642
1fa280a3
LM
36432011-06-30 Lawrence Mitchell <wence@gmx.li>
3644
3645 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
3646
e6597158
AM
36472011-06-30 Alan Mackenzie <acm@muc.de>
3648
1fa280a3
LM
3649 * progmodes/cc-engine.el (c-guess-continued-construct):
3650 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
3651 lock is disabled. Name this case as "CASE G".
3652
68ba37fb
KM
36532011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
3654
3655 * allout.el (allout-yank-processing): Fix injection of extra space
3656 between bullet and non-whitespace character in first topic when
3657 pasting, ensuring that the actual spacing in the pasted topic
3658 following the bullet char is preserved. This extra space was
3659 causing pasted encrypted topics to get a decrypted status even
3660 when the content was actually still encrypted. Now the decryption
3661 status from before the paste is preserved.
3662
3663 (allout-flag-region): Set all allout overlays so they evaporate
3664 when reduced to zero length (evanescent), to prevent overlay
3665 leakage.
3666
887a0b34
GM
36672011-06-30 Glenn Morris <rgm@gnu.org>
3668
94b9acce
GM
3669 * w32-fns.el (w32-charset-info-alist): Declare.
3670
1d9b46d4
GM
3671 * find-dired.el (find-grep-options): Simplify.
3672
cc232200
GM
3673 * term/ns-win.el (ns-set-resource): Declare.
3674
28e77c46
GM
3675 * ses.el (row, col): Declare dynamic variables honestly.
3676
887a0b34
GM
3677 * textmodes/reftex-parse.el (index-tags): Declare.
3678
658d8eb8
CY
36792011-06-30 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * cus-edit.el (customize-push-and-save): New function.
3682
3683 * files.el (hack-local-variables-confirm): Use it.
3684
1fa280a3
LM
3685 * custom.el (load-theme): New arg NO-CONFIRM.
3686 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
3687 (custom-enabled-themes): Doc fix.
3688
3689 * cus-theme.el (customize-create-theme)
3690 (custom-theme-merge-theme): Callers to load-theme changed.
3691
bb617717
LMI
36922011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
d61bdd5d
LMI
3694 * thingatpt.el (thing-at-point-short-url-regexp): Require that
3695 short URLs have at least one dot in them (bug #7614).
3696
bb617717
LMI
3697 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
3698 nil, because using a pty is apparently too slow (bug #895).
3699
2f31f37a
LMI
37002011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * mail/sendmail.el (sendmail-query-once): New function.
3703 (sendmail-query-once-function): New variable.
3704
3076b24e
GM
37052011-06-29 Glenn Morris <rgm@gnu.org>
3706
faf2a174
GM
3707 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
3708
3076b24e
GM
3709 * ses.el (top-level): Require cl when compiling.
3710 (ses-set-localvars): Fix error statement.
3711 Call it at compile time to silence a storm of warnings.
3712
5386012d
MR
37132011-06-29 Martin Rudalics <rudalics@gmx.at>
3714
3715 * window.el (normalize-live-buffer): Rename to
3716 window-normalize-buffer.
3717 (normalize-live-frame): Rename to window-normalize-frame.
3718 (normalize-any-window): Rename to window-normalize-any-window.
3719 (normalize-live-window): Rename to window-normalize-live-window.
3720 (make-window-atom): Rename to window-make-atom.
3721 (window-resize-reset): Rename to window--resize-reset.
3722 (window-resize-reset-1): Rename to window--resize-reset-1.
3723 (resize-mini-window): Rename to window--resize-mini-window.
3724 (resize-subwindows-skip-p): Rename to
3725 window--resize-subwindows-skip-p.
3726 (resize-subwindows-normal): Rename to
3727 window--resize-subwindows-normal.
3728 (resize-subwindows): Rename to window--resize-subwindows.
3729 (resize-other-windows): Rename to window--resize-siblings.
3730 (resize-this-window): Rename to window--resize-this-window.
3731 (resize-root-window): Rename to window--resize-root-window.
3732 (resize-root-window-vertically): Rename to
3733 window--resize-root-window-vertically.
3734 (normalize-buffer-to-display): Rename to
3735 window-normalize-buffer-to-display.
3736 (normalize-buffer-to-switch-to): Rename to
3737 window-normalize-buffer-to-switch-to.
3738 Correspondingly update all callers of the functions listed
3739 above.
3740 (display-buffer-alist, display-buffer-normalize-arguments)
3741 (display-buffer-normalize-options, display-buffer)
3742 (display-buffer-alist-set): Use "function" instead of
3743 "fun-with-args".
3744
1176868d
CY
37452011-06-28 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
3748 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
3749 debbugs.gnu.org. Mention acknowledgment email.
3750
20a7a65f
LMI
37512011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
3754 buffer multibyteness, since it shouldn't matter.
3755
5f45cca5
MR
37562011-06-28 Martin Rudalics <rudalics@gmx.at>
3757
3758 * window.el (display-buffer-in-side-window): Handle dedicated
3759 windows as in display-buffer-reuse-window.
3760 (display-buffer-normalize-alist): Use value of override
3761 specifier.
3762 (display-buffer-normalize-specifiers): Use value of
3763 other-window-means-other-frame specifier.
3764 (display-buffer-alist): Rewrite some texts in widgets.
3765 (display-buffer): Spread arguments when calling function
3766 specified by fun-with-args.
3767
ad85fe1f
DD
37682011-06-28 Deniz Dogan <deniz@dogan.se>
3769
1fa280a3
LM
3770 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3771 Unnest `let'.
da68c4c8 3772
ad85fe1f
DD
3773 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
3774 selectors (Bug#5732).
ec49bd31 3775 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 3776
a08cc025
JA
37772011-06-27 Jari Aalto <jari.aalto@cante.net>
3778
3779 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
3780 (eshell-ls-date-format): New defcustom.
3781 (eshell-ls-file): Use it.
3782
e2b551c5
SM
37832011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * help-fns.el (describe-variable): Fix message for terminal-local vars.
3786
8982b231
KY
37872011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
3790 (ange-ftp-make-tmp-name): New arg.
3791 (ange-ftp-file-local-copy): Use it.
3792
36c9fa27
J
37932011-06-27 Jambunathan K <kjambunathan@gmail.com>
3794
3795 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
3796 no-conversion (Bug#8870).
3797
d68443dc
MR
37982011-06-27 Martin Rudalics <rudalics@gmx.at>
3799
3800 * window.el (window-right, window-left, window-child)
3801 (window-child-count, window-last-child)
3802 (window-iso-combination-p, walk-window-tree-1)
3803 (window-atom-check-1, window-tree-1, delete-window)
3804 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
3805 new naming conventions - window-vchild, window-hchild,
3806 window-next and window-prev are now called window-top-child,
3807 window-left-child, window-next-sibling and window-prev-sibling
3808 respectively.
d615d6d2
MR
3809 (resize-window-reset): Rename to window-resize-reset.
3810 (resize-window-reset-1): Rename to window-resize-reset-1.
3811 (resize-window): Rename to window-resize.
3812 (window-min-height, window-min-width)
3813 (resize-mini-window, resize-this-window, resize-root-window)
3814 (resize-root-window-vertically, adjust-window-trailing-edge)
3815 (enlarge-window, shrink-window, maximize-window)
3816 (minimize-window, delete-window, quit-restore-window)
3817 (split-window, balance-windows, balance-windows-area-adjust)
3818 (balance-windows-area, window-state-put-2)
3819 (display-buffer-even-window-sizes, display-buffer-set-height)
3820 (display-buffer-set-width, set-window-text-height)
3821 (fit-window-to-buffer): Rename all "resize-window" prefixed
3822 calls to use the "window-resize" prefix convention.
3823 (display-buffer-alist): Fix symbol for label specifier.
3824 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
3825 corresponding specifier.
3826 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 3827
b6458526
VB
38282011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3829
3830 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
3831 convention.
3832 (ses-call-printer): Does not pass an empty string to formatter when the
3833 cell is empty to keep from barking printer Calc math-format-value.
3834
d31fd9ac
RS
38352011-06-27 Richard Stallman <rms@gnu.org>
3836
43d5bf84
RS
3837 * battery.el (battery-mode-line-limit): New variable.
3838 (battery-update): Handle it.
3839
d31fd9ac
RS
3840 * mail/rmailmm.el (rmail-mime-process-multipart):
3841 Handle truncated messages.
3842
819a6054
GM
38432011-06-27 Glenn Morris <rgm@gnu.org>
3844
3845 * progmodes/flymake.el (flymake-err-line-patterns):
3846 Allow for column numbers in the ant/javac pattern. (Bug#8866)
3847
cedc73f2
VB
38482011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3849
819a6054 3850 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
3851 (ses--clean-!, ses--clean-_): New functions.
3852 (ses-range): Add configurability of readout order, and conversion
3853 to Calc vector.
3854
5e5d49b6
VB
3855 * ses.el (ses-repair-cell-reference-all): New function.
3856 (ses-cell-symbol): Set macro as safe, so that it can be used in
3857 formulas.
3858
56e6cc31 3859 * ses.el: Update cycle detection algorithm.
90ca8b49 3860 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 3861 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
3862 (ses-set-localvars): New function.
3863 (ses-make-cell): Add property-list as a cell element.
3864 (ses-cell-property-get-fun, ses-cell-property-get)
3865 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
3866 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
3867 New functions.
90ca8b49
VB
3868 (ses-cell-property-set, ses-cell-property-pop)
3869 (ses-cell-property-get-handle): New macro.
3870 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
3871 New aliases, used for code readability.
3872 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
3873 cycle detection.
3874 (ses-self-reference-early-detection): New defcustom.
3875 (ses-formula-references): Robustify against self-refering cells.
3876 (ses-mode): Use ses-set-localvars.
3877 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
3878 before lauching the update processing.
3879 (ses-initialize-Dijkstra-attempt): New function.
3880 (ses-recalculate-cell): Update for cycle detection based on
3881 Dijkstra algorithm.
3882
2bb63e81
VB
3883 * ses.el: Fix commenting and indenting convention.
3884
c9d29fb8
SM
38852011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * bs.el (bs-cycle-next): Complete last change.
3888
d8e4b68b
JB
38892011-06-27 Drew Adams <drew.adams@oracle.com>
3890
3891 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
3892
40098786
LMI
38932011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
c9d29fb8
SM
3895 * net/network-stream.el (network-stream-open-starttls):
3896 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
3897 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
3898
40098786
LMI
3899 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
3900 to binary to possibly avoid line encoding issues on Windows (among
3901 other things).
3902
468d09d4
LMI
39032011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3904
3905 * net/network-stream.el (open-network-stream): Return an :error
3906 saying what the problem was, if possible.
3907
3908 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
3909 server.
3910
3911 * net/network-stream.el (network-stream-open-starttls): If we
3912 wanted to use STARTTLS, and the server offered it, but we weren't
3913 able to because we had no STARTTLS support, then close the connection.
3914 (open-network-stream): Return an :error element, if present.
3915
16f07dd7
CY
39162011-06-26 Chong Yidong <cyd@stupidchicken.com>
3917
88821ca0
CY
3918 * hl-line.el (hl-line-sticky-flag): Doc fix.
3919 (global-hl-line-sticky-flag): New option (Bug#8323).
3920 (global-hl-line-highlight): Obey it.
3921
16f07dd7
CY
3922 * vc/vc.el (vc-revert-show-diff): Default to t.
3923
6b5ccddf
KM
39242011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
3925
c9d29fb8
SM
3926 * allout-widgets.el (allout-widgets-post-command-business):
3927 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
3928 undecorated when an isearch is continued past, and isearch
3929 automatically collapses them. This leads to "widget leaks", where
3930 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
3931 hidden widgets can slow down cursor travel, substantially.
3932 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
3933 so we're doing without this nicety.
3934
3935 (allout-widgets-tally-string): Don't try to do a hash-table-count
3936 of allout-widgets-tally when it's nil. This eliminates spurious "Error
3937 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
3938 *Messages* when allout-widgets-maintain-tally is t.
3939
355f2e07
MR
39402011-06-26 Martin Rudalics <rudalics@gmx.at>
3941
3942 * window.el (display-buffer-normalize-argument): Rename to
3943 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
3944 LABEL argument. Respect special-display-function when popping up
3945 a new frame. Fix code searching for a window showing the buffer
3946 on another frame.
c9d29fb8
SM
3947 (display-buffer-normalize-specifiers):
3948 Call display-buffer-normalize-arguments.
355f2e07
MR
3949 (display-buffer-in-window): Don't undedicate the window if its
3950 buffer remains the same.
3951 Reported by Drew Adams <drew.adams@oracle.com>.
3952 (display-buffer-alist): Add choice for same-window macro
3953 specfier.
3954 (display-buffer): Mention special meaning of LABEL argument in
3955 doc-string. Fix quoting. Don't pop up a new frame even as
3956 fallback.
3957
7ca8fc42
JB
39582011-06-26 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
3961 avoid deleting the current window in some cases (bug#8911).
3962
bc312254
AS
39632011-06-26 Andreas Schwab <schwab@linux-m68k.org>
3964
3965 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
3966 (Bug#8934)
3967
2db18f3f
LMI
39682011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3969
c9d29fb8
SM
3970 * net/network-stream.el (network-stream-open-starttls):
3971 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
3972 (network-stream-open-tls): Ditto.
3973
6302e0d3
LL
39742011-06-26 Leo Liu <sdl.web@gmail.com>
3975
3976 * register.el (registerv): New struct.
3977 (registerv-make): New function.
c9d29fb8
SM
3978 (jump-to-register, describe-register-1, insert-register):
3979 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
3980 struct. (Bug#8415)
3981
5fdd4046
CY
39822011-06-26 Chong Yidong <cyd@stupidchicken.com>
3983
2afef60a
CY
3984 * vc/vc.el (vc-revert-show-diff): New defcustom.
3985 (vc-diff-internal): New arg specifying diff buffer.
3986 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
3987 reuse an existing *vc-diff* buffer (Bug#8927).
3988
5fdd4046
CY
3989 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
3990
e93db24a
GM
39912011-06-26 Glenn Morris <rgm@gnu.org>
3992
3993 * progmodes/f90.el (f90-critical-indent): New option.
3994 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
3995 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
3996 (f90-mode): Doc fix.
3997 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
3998 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
3999 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4000 (f90-match-end): Handle block, critical.
4001
eefff499
GM
40022011-06-25 Glenn Morris <rgm@gnu.org>
4003
f6ba4cc9
GM
4004 * calendar/diary-lib.el (diary-included-files): Doc fix.
4005 (diary-include-files): New function, extracted from
4006 diary-include-other-diary-files and diary-mark-included-diary-files.
4007 (diary-include-other-diary-files, diary-mark-included-diary-files):
4008 Just call diary-include-files.
4009 (diary-mark-entries): Reset diary-included-files on first call.
4010
16712304
GM
4011 * calendar/diary-lib.el (diary-mark-entries)
4012 (diary-mark-included-diary-files):
4013 Visit included diary-files in temp buffers.
4014
5d8e0d43
GM
4015 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4016 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4017 (f90-start-block-re, f90-imenu-generic-expression)
4018 (f90-looking-at-program-block-start, f90-no-block-limit):
4019 Add support for submodules.
4020
ccf7a5d5
GM
4021 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4022 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 4023
11fdef7d 40242011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
4025
4026 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4027 buffer-file-type before setting its value, to avoid disastrous
eefff499 4028 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 4029
74f53697
JB
40302011-06-25 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4033
4034 * ses.el (ses-unload-function):
4035 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4036
4037 * proced.el (proced-unload-function):
4038 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4039
18a4ce5e
AR
40402011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4041
4042 * server.el (server-create-window-system-frame): Add parameters arg.
4043 (server-process-filter): Doc fix. Handle frame-parameters.
4044
519d22cc
JB
40452011-06-25 Juanma Barranquero <lekktu@gmail.com>
4046
4047 Fix bug#8730, bug#8781.
4048
4049 * loadhist.el (unload--set-major-mode): New function.
4050 (unload-feature): Use it.
4051
4052 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4053 (python-unload-function): New function.
4054
c206f5b0
SM
40552011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4058
f9ad64f3
GS
40592011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4060
4061 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4062 the candidates list.
4063
7d0da90e
JB
40642011-06-24 Juanma Barranquero <lekktu@gmail.com>
4065
4066 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4067
14b4e83d
RS
40682011-06-23 Richard Stallman <rms@gnu.org>
4069
4070 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4071 (rmail-variables): Set next-error-move-function.
4072 (rmail-what-message): Take argument POS.
4073 (rmail-next-error-move): New function.
4074
273d2baf
SM
40752011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4078 messages for adjacent non-terminals.
4079
56c2cc9a
RS
40802011-06-23 Richard Stallman <rms@gnu.org>
4081
4082 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 4083 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
4084 (rmail-start-mail): Don't specify use of rmail-mail-return;
4085 that's done by mail-bury now.
4086 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 4087
d59eb518
MA
40882011-06-23 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4091 SIZE is a number.
4092
02cfc6d6
MR
40932011-06-23 Martin Rudalics <rudalics@gmx.at>
4094
4095 * window.el (get-lru-window, get-mru-window)
4096 (get-largest-window): Never return a minibuffer window.
4097 (display-buffer-pop-up-window): Fix a bug that could lead to
4098 reusing the minibuffer window.
4099 (display-buffer): Pass original specifier argument to
4100 display-buffer-function instead of the normalized one.
4101 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4102
4e323265
LL
41032011-06-22 Leo Liu <sdl.web@gmail.com>
4104
4105 * minibuffer.el (completing-read-function)
4106 (completing-read-default): Move from minibuf.c
4107
7a70468f
RS
41082011-06-22 Richard Stallman <rms@gnu.org>
4109
50718fc2
RS
4110 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4111 to Rmail even if not started by a special Rmail command.
4112
7a70468f
RS
4113 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4114 Copy the buffer currently showing just one message.
4115
297dde5a
RW
41162011-06-22 Roland Winkler <winkler@gnu.org>
4117
4118 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4119 (bibtex-clean-entry): First delete the old key so that a
4120 customized algorithm for generating the new key does not get
4121 confused by the old key.
4122 (bibtex-url): Obey regexp of first step.
4123 (bibtex-search-entries): Do not use add-to-list with local
4124 list-var.
4125
97bb1093
LMI
41262011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4129 stored a user name, then query for the password first, instead of
4130 waiting for SMTP to give an error message and the trying again.
4131
1c0f1a19
JD
41322011-06-22 Lawrence Mitchell <wence@gmx.li>
4133
4134 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4135 BUFFER in call-process.
4136
396f7c9d
LMI
41372011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138
4139 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4140 QUIT twice.
ddb7ffee
LMI
4141 (smtpmail-try-auth-methods): Require user name and password from
4142 auth-source.
396f7c9d 4143
8998d1b3
MR
41442011-06-22 Martin Rudalics <rudalics@gmx.at>
4145
4146 * window.el (display-buffer-default-specifiers)
4147 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4148 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 4149 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
4150
4151 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4152 (special-display-frame-alist, special-display-popup-frame):
4153 Remove duplicate declarations. These are now in window.el.
4154
4ea31e07
LMI
41552011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156
c9d29fb8
SM
4157 * mail/smtpmail.el (smtpmail-via-smtp):
4158 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4159 server supports it. SMTP servers that support STARTTLS commonly
4160 require it.
4161
4162 * net/network-stream.el (network-stream-open-starttls): Support
4163 upgrading to STARTTLS always, even if we don't have built-in support.
4164 (open-network-stream): Add the :always-query-capabilies keyword.
4165
95f41d9a
LMI
4166 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4167 upgrades with `open-network-stream', and rely solely on
4168 auth-source for all credentials. Big changes throughout the file,
4169 but in particular:
c9d29fb8
SM
4170 (smtpmail-auth-credentials): Remove.
4171 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4172 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4173 MAIL FROM, too.
95f41d9a 4174
c9d29fb8
SM
4175 * net/network-stream.el (network-stream-open-starttls):
4176 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4177 STARTTLS.
4178 (auth-source): Require.
4179 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4180 (network-stream-certificate): Change cert-cert to cert and
4181 cert-key to key.
4ea31e07 4182
065ec2c7
MA
41832011-06-21 Michael Albinus <michael.albinus@gmx.de>
4184
4185 * net/tramp-cache.el (top): Don't load the persistency file when
4186 "emacs -Q" has been called.
4187
cd93b359
DR
41882011-06-21 Tim Harper <timcharper@gmail.com>
4189
d8e4b68b
JB
4190 * term/ns-win.el (ns-initialize-window-system):
4191 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4192 resource to NO as it is not yet supported by the NS port.
4193
ae9c0411
JB
41942011-06-21 Juanma Barranquero <lekktu@gmail.com>
4195
4196 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4197 (list-dynamic-libraries): ...not here.
4198
7f3f739f
LL
41992011-06-21 Leo Liu <sdl.web@gmail.com>
4200
4201 * subr.el (sha1): Implement sha1 using secure-hash.
4202
327c8fb1
MR
42032011-06-21 Martin Rudalics <rudalics@gmx.at>
4204
4205 * window.el (display-buffer-alist): In default value do not
4206 enforce searching a window on any but the selected frame.
4207 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4208 (display-buffer-select-window): Remove function.
4209 (display-buffer-in-window): When a window on another frame gets
4210 reused, do not select it any more but just raise its frame if
4211 necessary (Bug#8851) and (Bug#8856).
4212 (display-buffer-normalize-options): Handle pop-up-frames related
4213 options more faithfully.
4214 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4215 window if it is on another frame.
c9d29fb8
SM
4216 (display-buffer-alist, display-buffer-default-specifiers):
4217 Don't make new frame unsplittable by default.
9e9de014
MR
4218 (display-buffer-normalize-argument): Fix doc-string typo and use
4219 'same-frame-other-window instead of 'other-window when associating
4220 with display-buffer-macro-specifiers.
327c8fb1 4221
7cf3f556
VB
42222011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4223
4224 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4225 New functions.
4226 (5x5-mode-map, 5x5-mode-menu): Bind them.
4227 (5x5-draw-grid): Tweak the solver's rendering.
4228
60a406cf
SM
42292011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4232 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4233
d8e4b68b 42342011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4235
4236 * menu-bar.el: Use function variable instead of switch-to-buffer.
4237 (menu-bar-select-buffer-function): New variable.
60a406cf 4238 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4239
478d6f95
SM
42402011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4243 variable's status.
4244
ca530739
JD
42452011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4246
4247 * x-dnd.el (x-dnd-version-from-flags)
4248 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4249 and long as number (Bug#8899).
4250 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4251
bcd70d97
SM
42522011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4253
60a406cf 4254 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4255 (completion-try-completion, completion-all-completions): Compute the
4256 metadata argument if it's missing; make it optional (bug#8795).
4257
60a406cf 4258 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4259 (widget-complete): Use new :completion-function property.
4260 (widget-completions-at-point): New function.
4261 (default): Use :completion-function instead of :complete.
60a406cf
SM
4262 (widget-default-completions): Rename from widget-default-complete;
4263 Rewrite.
bcd70d97
SM
4264 (widget-string-complete, widget-file-complete, widget-color-complete):
4265 Remove functions.
4266 (file, symbol, function, variable, coding-system, color):
4267 * international/mule-cmds.el (default-input-method, charset)
4268 (language-info-custom-alist):
4269 * cus-edit.el (face): Use new property :completions.
4270
4271 * progmodes/pascal.el (pascal-completions-at-point): New function.
4272 (pascal-mode): Use it.
4273 (pascal-mode-map): Use completion-at-point.
4274 (pascal-toggle-completions): Make obsolete.
4275 (pascal-complete-word, pascal-show-completions):
4276 * progmodes/octave-mod.el (octave-complete-symbol):
4277 Redefine as obsolete alias.
4278 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4279 Signal absence of completion info for old Octave,
4280 (inferior-octave-complete): Redefine as obsolete alias.
4281 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4282 (meta-completions-at-point): Rename from meta-complete-symbol and
4283 adapt it for use on completion-at-point-functions.
4284 (meta-common-mode): Use it.
4285 (meta-looking-at-backward, meta-match-buffer): Remove.
4286 (meta-complete-symbol): Redefine as obsolete alias.
4287 (meta-common-mode-map): Use completion-at-point.
4288 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4289 (makefile-mode-map): Use completion-at-point.
4290 (makefile-completions-at-point): Rename from makefile-complete and
4291 adapt it for use on completion-at-point-functions.
4292 (makefile-mode): Use it.
4293 (makefile-complete): Redefine as obsolete alias.
4294
aebf69c8
DD
42952011-06-20 Deniz Dogan <deniz@dogan.se>
4296
4297 * net/rcirc.el: Delete trailing whitespaces once and for all.
4298
bfbbb27d
DC
42992011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4300
4301 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4302
d264a46b
CY
43032011-06-19 Chong Yidong <cyd@stupidchicken.com>
4304
4ca009e5
CY
4305 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4306
d264a46b
CY
4307 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4308
fbf5b3ce
MR
43092011-06-19 Martin Rudalics <rudalics@gmx.at>
4310
4311 * window.el (display-buffer-other-window-means-other-frame):
4312 Call display-buffer-normalize-alist.
4313 (display-buffer-normalize-specifiers-1): Rename to
4314 display-buffer-normalize-argument. New argument other-frame.
4315 Rewrite.
4316 (display-buffer-normalize-specifiers-2): Rename to
4317 display-buffer-normalize-options.
4318 (display-buffer-normalize-alist-1): New function.
4319 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4320 display-buffer-normalize-alist.
4321 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4322 (display-buffer-normalize-options-inhibit): New variable.
4323 (display-buffer-normalize-specifiers): Rewrite calling
4324 display-buffer-normalize-alist,
4325 display-buffer-normalize-argument, and
4326 display-buffer-normalize-options. Don't call the latter if
4327 display-buffer-normalize-options-inhibit is non-nil.
4328 (frame-auto-delete): New option.
4329 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
4330 (window-list-no-nils, window-state-ignored-parameters)
4331 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
4332 (window-state-put-1, window-state-put-2, window-state-put):
4333 New functions.
9a028c23
MR
4334 (display-buffer-normalize-options): Move special-display-p group
4335 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 4336
6d10d800
CY
43372011-06-18 Chong Yidong <cyd@stupidchicken.com>
4338
6420d28b
CY
4339 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4340 groups (Bug#8776).
4341 (rx-submatch-n): New function.
4342 (rx): Document it.
4343
ddb8b596
CY
4344 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4345 (Bug#8768).
4346
4347 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4348
77080289
CY
4349 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4350
61dfb316
CY
4351 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4352 anytime existing face settings are present (Bug#8889).
4353
6d10d800
CY
4354 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4355 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4356 Remove unused argument.
4357
be3fb2b8
MR
43582011-06-18 Martin Rudalics <rudalics@gmx.at>
4359
bcd70d97
SM
4360 * window.el (display-buffer-default-specifiers):
4361 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
4362 pop-up-window-min-width, and another reuse-window specifier
4363 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
4364 (display-buffer-normalize-specifiers-2):
4365 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
4366 pop-up-windows is unset. Add a reuse-window specifier for the
4367 case popping up a new window fails.
4368 (special-display-popup-frame): Remove double quoting.
28dec25a 4369 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 4370
1c6d8c76
SM
43712011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4374 according to comint-completion-addsuffix.
4375
4376 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4377 (pcomplete-suffix-list): Mark as obsolete.
4378 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4379 pcomplete-seen in the closure.
4380 (pcomplete-comint-setup): Setup completion-at-point as well.
4381 (pcomplete--entries): New function.
4382 (pcomplete--env-regexp): New var.
4383 (pcomplete-entries): Rewrite to work with partial-completion and
4384 without relying on pcomplete-suffix-list.
4385 (pcomplete-pare-list): Remove, unused.
4386
25aef8b8
MR
43872011-06-17 Martin Rudalics <rudalics@gmx.at>
4388
4389 * window.el (display-buffer-alist): Set pop-up-window-min-height
4390 and pop-up-window-min-width in default value. Reported by
4391 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4392 other-window-means-other-frame.
4393 (display-buffer-macro-specifiers): Comment out entry for
4394 other-window specifier.
4395 (display-buffer-other-window-means-other-frame): New function.
4396 (display-buffer-normalize-specifiers-1): New arguments
4397 buffer-name and label. Treat other-window case specially.
4398 (display-buffer-normalize-specifiers-2): Treat other-window case
4399 specially.
4400 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
4401 (display-buffer-normalize-specifiers):
4402 Call display-buffer-normalize-specifiers-3.
25aef8b8 4403
dbad4f69
MR
44042011-06-17 Martin Rudalics <rudalics@gmx.at>
4405
4406 * window.el (same-window-p): Fix two typos introduced when
4407 adding with-no-warnings.
d1067961
MR
4408 (display-buffer-normalize-specifiers-1): Don't check
4409 pop-up-frames for 'unset initialization.
4410 (display-buffer-normalize-specifiers-2): Major rewrite using
4411 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4412 (pop-up-frames, display-buffer-reuse-frames)
4413 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4414 Suggested by David Engster <deng@randomsample.de>.
4415 (even-window-heights): Initialize to 'unset.
4416 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
4417 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4418 other window case.
dbad4f69 4419
9b9c9e3a
MR
44202011-06-16 Martin Rudalics <rudalics@gmx.at>
4421
bcd70d97
SM
4422 * window.el (display-buffer-normalize-specifiers-1):
4423 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 4424 second argument of display-buffer (Bug#8865).
981d5c09
MR
4425 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4426 (switch-to-buffer-other-window-same-frame)
4427 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4428 Adams (Bug#8875).
9c2755e9
MR
4429 (display-buffer): Don't check noninteractive when calling
4430 display-buffer-pop-up-frame.
4431 (display-buffer-pop-up-frame): Never pop up a frame in
4432 noninteractive mode (Bug#8857).
67222e1d
MR
4433 (enlarge-window, shrink-window): Don't report an error when the
4434 window can't be resized as requested (Bug#8862).
9b9c9e3a 4435
2b75be67
SM
44362011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4437
9ffdd3ba
SM
4438 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4439
cb581a67
SM
4440 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4441
2b75be67
SM
4442 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4443
8c0e3589
AM
44442011-06-15 Alan Mackenzie <acm@muc.de>
4445
cb581a67
SM
4446 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4447 for declarators, disable knr checking to speed up for normal files.
4448 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 4449
b96e6cde
LMI
44502011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4451
4bba86e6
LMI
4452 * net/network-stream.el (open-network-stream): Add the keyword
4453 :always-query-capabilities for the case where you want to force a
4454 `plain' network connection, but the protocol still requires the
4455 capabilitiy command (i.e., SMTP and EHLO).
4456
2b75be67 4457 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
4458 consistency with other `-live-p' functions.
4459
efdcdbf8
SM
44602011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * window.el (same-window-buffer-names, same-window-regexps)
4463 (special-display-frame-alist, special-display-popup-frame)
4464 (special-display-function, special-display-buffer-names)
4465 (special-display-regexps, pop-up-frame-alist)
4466 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4467 (pop-up-windows, split-window-preferred-function)
4468 (split-height-threshold, split-width-threshold, even-window-heights)
4469 (display-buffer-mark-dedicated): Don't encourage the use of
4470 display-buffer-alist from Elisp code.
4471
c5cde042
DN
44722011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4473
4474 * progmodes/python.el (python-mode): Derive from prog-mode.
4475 * progmodes/ps-mode.el (ps-mode):
4476 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 4477 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
4478 * progmodes/ld-script.el (ld-script-mode): Likewise.
4479
baa1c9ab
MR
44802011-06-15 Martin Rudalics <rudalics@gmx.at>
4481
4482 * window.el (display-buffer-alist): Trim default value to avoid
4483 popping up a new frame (Bug#8857) or reusing an arbitrary window
4484 on another frame.
4485 (display-buffer): Do not fall back on popping up a new frame in
4486 batch mode (Bug#8857).
4487
c5dd5a51
CY
44882011-06-14 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4491 (custom-theme-summary): New function.
4492 (customize-themes): Use it.
4493
d647b7c4
GM
44942011-06-13 Glenn Morris <rgm@gnu.org>
4495
4496 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4497
9481c002
MR
44982011-06-13 Martin Rudalics <rudalics@gmx.at>
4499
357f93d2
MR
4500 * help.el (help-window): Remove variable.
4501 (help-window-point-marker, temp-buffer-max-height)
4502 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4503 (help-print-return-message): Don't set help-window.
4504 (resize-temp-buffer-window): Rewrite cod eand doc-string.
4505 (help-window-setup-finish): Remove.
4506 (help-window-display-message, help-window-setup)
4507 (with-help-window): Major rewrite based on new
4508 display-buffer-window variable.
4509
4510 * help-mode.el (help-mode-finish): Remove help-window related
4511 code.
4512
4513 * view.el (view-exits-all-viewing-windows): Remove reference to
4514 view-return-to-alist in doc-string.
4515 (view-return-to-alist): Make obsolete.
4516 (view-buffer): Call pop-to-buffer-same-window and remove
4517 undo-window code.
4518 (view-buffer-other-window): Call pop-to-buffer-other-window and
4519 simplify code. Ignore second argument.
4520 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4521 simplify code. Ignore second argument.
4522 (view-return-to-alist-update): Make obsolete.
4523 (view-mode-enter): Rename second argument to QUIT-RESTORE.
4524 Rewrite using quit-restore window parameters.
2b75be67
SM
4525 (view-mode-exit): Rename second argument to EXIT-ONLY.
4526 Rewrite using quit-restore-window.
357f93d2
MR
4527 (View-exit, View-exit-and-edit, View-leave, View-quit)
4528 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4529 appropriate arguments.
4530 (view-end-message): Use quit-restore window parameter.
4531
9481c002
MR
4532 * window.el (display-buffer-function): Rewrite doc-string.
4533 (display-buffer-window, display-buffer-alist): New variables.
4534 (display-buffer-split-specifiers)
4535 (display-buffer-side-specifiers)
4536 (display-buffer-macro-specifiers): New constants.
4537 (display-buffer-even-window-sizes, display-buffer-set-height)
4538 (display-buffer-set-width, display-buffer-select-window)
4539 (display-buffer-in-window, display-buffer-reuse-window)
4540 (display-buffer-split-window-1, display-buffer-split-window)
4541 (display-buffer-split-atom-window, display-buffer-pop-up-window)
4542 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4543 (display-buffer-in-side-window, normalize-buffer-to-display)
4544 (display-buffer-normalize-specifiers-1)
4545 (display-buffer-normalize-specifiers-2)
2b75be67
SM
4546 (display-buffer-normalize-specifiers, display-buffer-frame):
4547 New functions.
9481c002
MR
4548 (display-buffer): Major rewrite.
4549 (display-buffer-other-window, display-buffer-other-frame)
4550 (pop-to-buffer, switch-to-buffer-other-window)
4551 (switch-to-buffer-other-frame): Rewrite.
4552 (display-buffer-same-window, display-buffer-same-frame)
4553 (display-buffer-same-frame-other-window)
4554 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4555 (pop-to-buffer-other-window)
4556 (pop-to-buffer-same-frame-other-window)
4557 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4558 (switch-to-buffer-other-window-same-frame): New functions.
4559 (same-window-p, special-display-p): Rewrite disabling warnings.
4560 Make obsolete.
4561 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4562 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4563 Make obsolete
4564 (same-window-buffer-names, same-window-regexps)
4565 (special-display-frame-alist, special-display-popup-frame)
4566 (special-display-function, special-display-buffer-names)
4567 (special-display-regexps, pop-up-frame-alist)
4568 (pop-up-frame-function, split-window-preferred-function)
4569 (split-height-threshold, split-width-threshold)
4570 (even-window-heights): Make obsolete.
4571
9db51aca
GM
45722011-06-12 Glenn Morris <rgm@gnu.org>
4573
4574 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 4575 Misc simplifications.
9db51aca 4576
39cffb44
MR
45772011-06-12 Martin Rudalics <rudalics@gmx.at>
4578
4579 * window.el (window-safely-shrinkable-p): Restore function which
4580 was inadvertently removed in change from 2011-06-11. Declare as
4581 obsolete.
4582
2b75be67
SM
4583 * calendar/calendar.el (calendar-generate-window):
4584 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
4585 window-safely-shrinkable-p.
4586
a8955be7
GM
45872011-06-12 Glenn Morris <rgm@gnu.org>
4588
4589 * progmodes/fortran.el (fortran-mode-syntax-table):
4590 * progmodes/f90.el (f90-mode-syntax-table):
4591 Set % to punctuation. (Bug#8820)
4592 (f90-find-tag-default): Remove, no longer needed.
4593
f0d4059d
DC
45942011-06-12 Daniel Colascione <dan.colascione@gmail.com>
4595
4596 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
4597
1100a63c
CY
45982011-06-11 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * image.el (image-animated-p): Return animation delay in seconds.
4601 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
4602 (image-animate-timeout): Remove DELAY argument. Don't assume
4603 every subimage has the same delay; get it from image-animated-p.
4604 (image-animate): Caller changed.
4605
def722bf
MA
46062011-06-11 Michael Albinus <michael.albinus@gmx.de>
4607
4608 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
4609 to ignored backtrace functions.
4610
0a2bb1a9
GM
46112011-06-11 Glenn Morris <rgm@gnu.org>
4612
4613 * calendar/appt.el (appt-disp-window-function): Doc fix.
4614 (appt-check): Handle overlapping appointments. (Bug#8337)
4615
6198ccd0
MR
46162011-06-11 Martin Rudalics <rudalics@gmx.at>
4617
4618 * window.el (window-tree-1, window-tree): New functions, moving
4619 the latter to window.el.
4620 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4621 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4622 (bw-refresh-edges): Remove.
4623 (balance-windows-1, balance-windows-2): New functions.
4624 (balance-windows): Rewrite in terms of window tree functions,
4625 balance-windows-1 and balance-windows-2.
4626 (bw-adjust-window): Remove.
4627 (balance-windows-area-adjust): New function with functionality of
4628 bw-adjust-window but using resize-window.
2b75be67
SM
4629 (set-window-text-height): Rewrite doc-string.
4630 Use normalize-live-window and resize-window.
4631 (enlarge-window-horizontally, shrink-window-horizontally):
4632 Rename argument to DELTA.
6198ccd0
MR
4633 (window-buffer-height): New function.
4634 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
4635 Rewrite using new window resize routines.
2b75be67
SM
4636 (kill-buffer-and-window, mouse-autoselect-window-select):
4637 Use ignore-errors instead of condition-case.
6198ccd0
MR
4638 (quit-window): Call delete-frame instead of delete-windows-on
4639 for the only buffer on frame.
4640
9397e56f
MR
46412011-06-10 Martin Rudalics <rudalics@gmx.at>
4642
4643 * loadup.el (top-level): Load window before files for the sake
4644 of replace-buffer-in-windows.
4645
4646 * files.el (read-buffer-to-switch)
4647 (switch-to-buffer-other-window)
2b75be67
SM
4648 (switch-to-buffer-other-frame, display-buffer-other-frame):
4649 Move to window.el.
9397e56f
MR
4650
4651 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
4652 (previous-buffer): Move to window.el.
4653
4654 * bindings.el (unbury-buffer): Move to window.el.
4655
4656 * window.el (delete-other-windows-vertically): Move after
4657 definition of delete-other-windows.
4658 (other-window, delete-windows-on, replace-buffer-in-windows):
4659 Move here from window.c.
4660 (record-window-buffer, unrecord-window-buffer)
4661 (set-window-buffer-start-and-point, switch-to-prev-buffer)
4662 (switch-to-next-buffer): New functions.
4663 (get-next-valid-buffer, last-buffer, next-buffer): Move here
4664 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
4665 (previous-buffer): Move here from simple.el.
4666 Call switch-to-prev-buffer.
9397e56f
MR
4667 (bury-buffer): Move here from buffer.c. Switch to previous
4668 buffer when window cannot be deleted.
4669 (unbury-buffer): Move here from bindings.el.
4670 (ctl-x-map): Move binding for other-window from window.c to
4671 here.
4672 (read-buffer-to-switch, switch-to-buffer-other-window)
4673 (switch-to-buffer-other-frame): Move here from files.el.
4674 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
4675 (switch-to-buffer): Move here from buffer.c.
4676 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 4677
562dd5e9
MR
46782011-06-10 Martin Rudalics <rudalics@gmx.at>
4679
4680 * window.el (window-min-height, window-min-width): Move here
4681 from window.c. Add defcustoms and rewrite doc-strings.
4682 (resize-mini-window, resize-window): New functions.
4683 (adjust-window-trailing-edge, enlarge-window, shrink-window):
4684 Move here from window.c.
4685 (maximize-window, minimize-window): New functions.
4686 (delete-window, delete-other-windows, split-window): Move here
4687 from window.c.
4688 (window-split-min-size): New function.
4689 (split-window-keep-point): Mention split-window-above-each-other
4690 instead of split-window-vertically.
2b75be67
SM
4691 (split-window-above-each-other, split-window-vertically):
4692 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
4693 provide defalias for old definition.
4694 (split-window-side-by-side, split-window-horizontally): Rename
4695 split-window-horizontally to split-window-side-by-side and provide
4696 defalias for the old definition.
4697 (ctl-x-map): Move bindings for delete-window,
4698 delete-other-windows and enlarge-window here from window.c.
4699 Replace bindings for split-window-vertically and
4700 split-window-horizontally by bindings for
4701 split-window-above-each-other and split-window-side-by-side.
4702
4703 * cus-start.el (all): Remove entries for window-min-height and
4704 window-min-width. Add entries for window-splits and
4705 window-nest.
4706
f0da764a
GM
47072011-06-09 Glenn Morris <rgm@gnu.org>
4708
80675c21
GM
4709 * calendar/appt.el (appt-mode-line): New function.
4710 (appt-check, appt-disp-window): Use it.
4711
f0da764a
GM
4712 * files.el (hack-one-local-variable-eval-safep):
4713 Allow minor-modes with explicit +/-1 arguments.
4714
59f623b7
TZ
47152011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
4716
4717 * term/xterm.el (xterm): Add defgroup.
4718 (xterm-extra-capabilities): Add defcustom to supply known xterm
4719 capabilities, skip querying them, or query them (default).
4720 (terminal-init-xterm): Use it.
4721 (terminal-init-xterm-modify-other-keys): New function to set up
4722 modifyOtherKeys support to simplify `terminal-init-xterm'.
4723
9aab8e0d
MR
47242011-06-09 Martin Rudalics <rudalics@gmx.at>
4725
4726 * window.el (resize-window-reset, resize-window-reset-1)
4727 (resize-subwindows-skip-p, resize-subwindows-normal)
4728 (resize-subwindows, resize-other-windows, resize-this-window)
4729 (resize-root-window, resize-root-window-vertically)
4730 (window-deletable-p, window-or-subwindow-p)
4731 (frame-root-window-p): New functions.
4732
e8b08aee
GM
47332011-06-09 Glenn Morris <rgm@gnu.org>
4734
4735 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
4736 (ange-ftp-get-files): Use it.
4737
254c37a5
AK
47382011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4739
4740 * mail/sendmail.el (mail-recover-1, mail-recover):
4741 * files.el (recover-file, recover-session):
4742 Handle dired-listing-switches not being just a single short option.
4743
35d7dbd3
GM
47442011-06-09 Glenn Morris <rgm@gnu.org>
4745
4746 * calendar/appt.el (appt-display-message, appt-disp-window):
4747 Handle lists of appointments.
4748
387522b2
MR
47492011-06-08 Martin Rudalics <rudalics@gmx.at>
4750
2b75be67
SM
4751 * window.el (one-window-p): Move down in code.
4752 Rewrite doc-string.
4753 (window-current-scroll-bars): Rewrite doc-string.
4754 Normalize live window argument.
387522b2
MR
4755 (walk-windows, get-window-with-predicate, count-windows):
4756 Rewrite doc-string. Use window-list-1.
4757 (window-in-direction-2, window-in-direction, get-mru-window):
4758 New functions.
4759
d8e4b68b 47602011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
4761
4762 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
4763 Doc fix (Bug#8713).
4764
47652011-06-08 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
4768
47692011-06-08 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * loadhist.el (unload-feature-special-hooks):
4772 Add `comint-output-filter-functions'.
4773
0de12c52
IK
47742011-06-08 Ivan Kanis <gnu@kanis.fr>
4775
4776 * calendar/appt.el (appt-check): Move some initializations into the let.
4777
f3d1777e
MR
47782011-06-08 Martin Rudalics <rudalics@gmx.at>
4779
4780 * window.el (window-height): Defalias to window-total-height.
4781 (window-width): Defalias to window-body-width.
4782
18af70d0
CY
47832011-06-07 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * image-mode.el (image-toggle-animation): New command.
4786 (image-mode-map): Bind it to RET.
4787 (image-mode): Update message.
4788 (image-toggle-display-image): Avoid a spurious cache flush.
4789 (image-transform-rotation): Doc fix.
4790 (image-transform-properties): Return quickly in the normal case.
4791 (image-animate-loop): Rename from image-animate-max-time.
4792
2b75be67 4793 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
4794 (create-animated-image): Remove unnecessary function.
4795 (image-animate): Rename from image-animate-start. New arg.
2b75be67 4796 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
4797 (image-animate-timer): Use car-safe.
4798 (image-animate-timeout): Rename argument.
4799
190b47e6
MR
48002011-06-07 Martin Rudalics <rudalics@gmx.at>
4801
4802 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
4803 window.c. Rename first argument to ALL-FRAMES.
4804 Rephrase doc-strings.
4805 (get-buffer-window-list): Rewrite using window-list-1.
4806 Rephrase doc-string.
a1511caf
MR
4807 (window-safe-min-height, window-safe-min-width): New constants.
4808 (window-size-ignore, window-min-size, window-min-size-1)
4809 (window-sizable, window-sizable-p, window-size-fixed-1)
4810 (window-size-fixed-p, window-min-delta-1, window-min-delta)
4811 (window-max-delta-1, window-max-delta, window-resizable)
4812 (window-resizable-p, window-total-height, window-total-width)
4813 (window-body-width): New functions.
4814 (window-full-height-p, window-full-width-p): Rewrite using
4815 window-total-size.
4816 (window-body-height): Rewrite using window-body-size.
190b47e6 4817
85cc1f11
MR
48182011-06-06 Martin Rudalics <rudalics@gmx.at>
4819
4820 * window.el (window-right, window-left, window-child)
4821 (window-child-count, window-last-child, window-any-p)
4822 (normalize-live-buffer, normalize-live-frame)
4823 (normalize-any-window, normalize-live-window)
4824 (window-iso-combination-p, window-iso-combined-p)
4825 (window-iso-combinations)
4826 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
4827 (windows-with-parameter, window-with-parameter)
4828 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
4829 (window-atom-check, window-side-check, window-check):
4830 New functions.
85cc1f11
MR
4831 (ignore-window-parameters, window-sides, window-sides-vertical)
4832 (window-sides-slots): New variables.
4833 (window-size-fixed): Move down in code. Minor doc-string fix.
4834
e7156492
AS
48352011-06-05 Andreas Schwab <schwab@linux-m68k.org>
4836
4837 * comint.el (comint-dynamic-complete-as-filename)
4838 (comint-dynamic-complete-filename): Correctly call
4839 completion-in-region.
4840
7e821d0d
DD
48412011-06-05 Deniz Dogan <deniz@dogan.se>
4842
4843 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
4844 in last change.
4845
ac09b8a1
DD
48462011-06-05 Deniz Dogan <deniz@dogan.se>
4847
4848 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
4849 (rcirc): Use it to prompt for encryption.
4850
34699b85
RW
48512011-06-05 Roland Winkler <winkler@gnu.org>
4852
4853 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
4854 (bibtex-search-entries): New command bound to C-c C-a.
4855 (bibtex-display-entries): New function.
4856
004dedd3
RW
48572011-06-05 Roland Winkler <winkler@gnu.org>
4858
4859 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
4860 (bibtex-insert-kill): After yanking insert newline if necessary.
4861 (bibtex-initialize): Call bibtex-string-files-init only once.
4862 (bibtex-mode): Do not call easy-menu-add.
4863 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
4864 (bibtex-yank): Set arg properly if nil.
4865
022fe7ce
RW
48662011-06-05 Roland Winkler <winkler@gnu.org>
4867
2b75be67
SM
4868 * textmodes/bibtex.el (bibtex-search-entry-globally):
4869 New variable.
022fe7ce
RW
4870 (bibtex-search-entry): Use it.
4871
b7c3692a
RW
48722011-06-05 Roland Winkler <winkler@gnu.org>
4873
4874 * textmodes/bibtex.el (bibtex-entry-format): New option
4875 sort-fields.
4876 (bibtex-format-entry, bibtex-reformat): Honor this option.
4877 (bibtex-parse-entry): Return fields in proper order.
4878
8eda563d
JB
48792011-06-05 Juanma Barranquero <lekktu@gmail.com>
4880
4881 * doc-view.el (doc-view-remove-if): Move computation of result out
4882 of `dolist' to silence misleading lexical-binding warning.
4883
7dbe3dbc
CY
48842011-06-04 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
4887 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
4888
0c33dd17
MA
48892011-06-04 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
4892 "SunOS 5.10".
4893
f8f91c2b
MA
48942011-06-04 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
4897 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
4898 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
4899 (tramp-parse-putty):
4900 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
4901 (tramp-completion-function-alist-ssh)
4902 (tramp-completion-function-alist-telnet)
4903 (tramp-completion-function-alist-su)
4904 (tramp-completion-function-alist-putty): Set `tramp-autoload'
4905 cookie.
4906
4907 * net/tramp-ftp.el:
4908 * net/tramp-sh.el:
4909 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
4910 load "tramp.el" `tramp-set-completion-function'.
4911
e17d9003
SM
49122011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * shell.el: Require and use pcomplete.
4915 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
4916 (shell-completion-vars): Set pcomplete-default-completion-function.
4917
6c4cab03
DD
49182011-06-04 Deniz Dogan <deniz@dogan.se>
4919
4920 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
4921 `memq' (Bug#8799).
4922
ea9fafe0
SM
49232011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
4926
b3e945d3
JB
49272011-06-02 Juanma Barranquero <lekktu@gmail.com>
4928
4929 * bs.el (bs--mark-unmark, bs--nth-wrapper):
4930 * mpc.el (mpc-select-extend, mpc-songpointer-context):
4931 * vc/log-view.el (log-view-beginning-of-defun):
4932 * vc/smerge-mode.el (smerge-apply-resolution-patch)
4933 (smerge-refine-forward, smerge-refine-chopup-region):
4934 Silence warning for unused `dotimes' counter variables.
4935
7d520089
SM
49362011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * net/tramp.el (tramp-with-progress-reporter): Rename from
4939 with-progress-reporter. Use `declare'.
4940 * net/tramp-smb.el:
4941 * net/tramp-sh.el:
4942 * net/tramp-gvfs.el: Update all uses.
4943
a1c2400f
JB
49442011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
4945
4946 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
4947 buffer isn't killed before making it current.
4948
2403c841
SM
49492011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 Silence various byte-compiler warnings.
4952 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
4953 `access-type' and new obsolescence format.
4954 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
4955 new format.
4956 (byte-compile-check-variable): New `access-type' argument.
4957 Only warn if the access-type is obsolete.
4958 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
4959 (byte-compile-variable-set): Adjust callers.
4960 * help-fns.el (describe-variable): Adjust to new obsolescence format.
4961 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
4962 setting it as obsolete.
4963 * simple.el (minibuffer-completing-symbol):
4964 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
4965 access as obsolete.
4966 * minibuffer.el (minibuffer-completing-file-name): Don't make it
4967 obsolete yet.
4968 * international/quail.el (quail-mouse-choose-completion): Remove unused
4969 code referring to obsolete var.
4970 (quail-choose-completion-string): Remove.
4971 * server.el (server-clients-with, server-kill-buffer-query-function)
4972 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
4973 * proced.el (proced-send-signal):
4974 * emacs-lisp/lisp.el (lisp-complete-symbol):
4975 Replace completion-annotate-function with completion-extra-properties.
4976
2462470b
SM
49772011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4978
fb5b2591
SM
4979 * simple.el (goto-line): Use read-number.
4980 (overriding-map-is-bound): Remove.
4981 (saved-overriding-map): Change default.
4982 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
4983 Take the map as argument.
4984 (universal-argument, negative-argument, digit-argument): Use it.
4985 (restore-overriding-map): Adjust.
4986 (do-auto-fill): Use fill-forward-paragraph.
4987 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
4988
fd6fa53f
SM
4989 * minibuffer.el (minibuffer-inactive-mode-map): New var.
4990 (minibuffer-inactive-mode): New major mode.
4991 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
4992 the *Messages* buffer" hack.
4993 (mouse-popup-menubar): Don't burp if the event is a normal key.
4994
2462470b
SM
4995 Miscellaneous tweaks.
4996 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
4997 lexical scoping as in subr.el's dolist and dotimes.
4998 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
4999 Silence compiler warning.
5000 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5001 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5002 * international/ccl.el (ccl-compile): Trivial simplification.
5003 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5004 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5005 `printflag' argument.
5006 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5007 Purecopy the whole obsolescence data.
5008
108bf785
LL
50092011-06-01 Leo Liu <sdl.web@gmail.com>
5010
5011 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5012 improve doc-string as suggested by Marco Pessotto
5013 <melmothx@gmail.com>.
5014 (rcirc-print): Fix last change.
5015
30a23501
SM
50162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * minibuffer.el (complete-with-action): Return nil for the metadata and
5019 boundaries of non-functional tables.
5020 (completion-table-dynamic): Return nil for the metadata.
5021 (completion-table-with-terminator): Add default case, using
5022 complete-with-action.
5023 (completion--metadata): New function.
5024 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5025 to try and avoid pathological performance problems.
5026 (completion--embedded-envvar-table): Return `category' metadata.
5027
bcd54f83
LMI
50282011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5029
5030 * subr.el (process-alive-p): New tiny convenience function.
5031
e227544d
SM
50322011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5035 content but also its previous major mode.
5036
e8296fdc
HE
50372011-05-31 Helmut Eller <eller.helmut@gmail.com>
5038
4d61f28d 5039 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
5040 *Backtrace* buffer when we exit with C-M-c.
5041
620c53a6
SM
50422011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * minibuffer.el: Add metadata method to completion tables.
5045 (completion-category-overrides): New defcustom.
5046 (completion-metadata, completion--field-metadata)
5047 (completion-metadata-get, completion--styles)
5048 (completion--cycle-threshold): New functions.
5049 (completion-try-completion, completion-all-completions):
5050 Add `metadata' argument to choose completion-styles.
5051 (completion--do-completion): Use metadata to choose cycling.
5052 (completion-all-sorted-completions): Use metadata for sorting.
5053 Remove :completion-cycle-penalty which is not needed any more.
5054 (completion--try-word-completion): Add `metadata' argument.
5055 (minibuffer-completion-help): Check metadata for annotation function
5056 and sorting.
5057 (completion-file-name-table): Return `category' metadata.
5058 (minibuffer-completing-file-name): Make obsolete.
5059 * simple.el (minibuffer-completing-symbol): Make obsolete.
5060 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5061 completion-try-completion.
5062
1257e755
SM
50632011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5066
3767e706
LL
50672011-05-30 Leo Liu <sdl.web@gmail.com>
5068
5069 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
5070 (rcirc-print): Decode all incoming messages (bug#8744).
5071 (rcirc-decode-coding-system): Allow value nil for automatic coding
5072 system detection.
3767e706 5073
d1a5d56a
GM
50742011-06-01 Glenn Morris <rgm@gnu.org>
5075
5076 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5077
e8cbec34
CY
50782011-05-29 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * image.el (image-animate-max-time): Allow nil and t values.
5081 Default to nil.
5082 (create-animated-image): Doc fix.
5083 (image-animate-start): Remove second arg; just use
5084 image-animate-max-time.
5085 (image-animate-timeout): Doc fix. Args changed.
5086
5087 * image-mode.el (image-toggle-display-image): Ensure that the
5088 image spec passed to the animate timer is the same object as in
5089 the the buffer's display property (Bug#6981).
5090 (image-transform-properties): Doc fix.
5091
5092 * image.el (image-animate-max-time): Default to nil.
5093
159daf87
MR
50942011-05-29 Martin Rudalics <rudalics@gmx.at>
5095
5096 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5097 entire buffer list (Bug#8184).
5098
d66c4c7c
CY
50992011-05-29 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * image.el (imagemagick-types-inhibit)
5102 (imagemagick-register-types): Doc fix.
5103
80aec780
DD
51042011-05-29 Deniz Dogan <deniz@dogan.se>
5105
5106 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5107 default.
5108
1dd3c2d9
CY
51092011-05-29 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * select.el: Don't perform clipboard-manager saving in hooks;
5112 leave the hooks empty.
5113
60e56523
LL
51142011-05-28 Leo Liu <sdl.web@gmail.com>
5115
5116 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5117 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5118 (occur-edit-mode): New major mode (Bug#8463).
5119 (occur-after-change-function): New function.
5120 (occur-engine): Give Occur tags a read-only property.
5121
2b1e1a22
KR
51222011-05-28 Kevin Ryde <user42@zip.com.au>
5123
5124 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5125
5d344e88
CY
51262011-05-28 Chong Yidong <cyd@stupidchicken.com>
5127
8e6ca83d
CY
5128 * bindings.el (help-echo): Make the initial non-indicator dash
5129 empty on graphical terminals (Bug#7295).
5130
5d344e88
CY
5131 * files.el (auto-mode-alist): Move config rule after the
5132 in-stripping one (Bug#8547).
5133
bfbbace7
CY
5134 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5135
fbeba6e2
CY
5136 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5137 setting (Bug#8740).
5138
60ed8c72
AA
51392011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5140
4ac619f0
AA
5141 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5142 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5143 (Bug#8539).
60ed8c72 5144
23db196e
CY
51452011-05-28 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5148
5012f24c
DK
51492011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5150
5151 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5152 (hs-hide-block-at-point, hs-find-block-beginning)
5153 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5154 (Bug#8279).
5155
6a639b16
GM
51562011-05-28 Glenn Morris <rgm@gnu.org>
5157
5158 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5159
d43eaf2c
CY
51602011-05-28 Chong Yidong <cyd@stupidchicken.com>
5161
5199bde1
CY
5162 * help-fns.el (describe-function-1): If the function is a derived
5163 major mode, print the parent mode.
5164
d43eaf2c
CY
5165 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5166 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5167
423428a8
SM
51682011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5169
0ff8e1ba
SM
5170 * minibuffer.el (completion--capf-wrapper): Check applicability before
5171 retuning non-nil for non-exclusive completion data.
5172 * progmodes/etags.el (tags-completion-at-point-function):
5173 * info-look.el (info-lookup-completions-at-point): Mark as
5174 non-exclusive.
5175 (info-complete): Adjust accordingly.
5176
423428a8
SM
5177 * info-look.el: Convert to lexical-binding and completion-at-point.
5178 (info-lookup-completions-at-point): New function.
5179 (info-complete): Use it and completion-in-region.
5180
b74aa22b
DA
51812011-05-28 Drew Adams <drew.adams@oracle.com>
5182
5183 * isearch.el: Let M-e start with point at the first mismatched char.
5184 (isearch-fail-pos): New function.
5185 (isearch-edit-string): Use it.
5186
66e2e71d
DK
51872011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5188
5189 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5190
eb95d01d
TC
51912009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5192
5193 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5194 traversal functions for avl-trees.
5195 (avl-tree--stack): New struct.
5196 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5197 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5198 (avl-tree--do-enter): Add optional `updatefun' arg.
5199 Change return value.
eb95d01d 5200 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5201 (avl-tree--do-delete): Add `test' and `nilflag' args.
5202 Change return value.
eb95d01d
TC
5203 (avl-tree-member): Add optional `nilflag'
5204 (avl-tree-member-p): New function.
5205 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5206 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5207 (avl-tree-stack-empty-p): New functions.
5208
3769ddcf
TC
52092009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5210
5211 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5212 avl-tree--del-balance1 and make it work both ways.
5213 (avl-tree--del-balance2): Remove.
5214 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5215 make it work both ways.
5216 (avl-tree--enter-balance2): Remove.
5217 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5218 New macros.
5219 (avl-tree--mapc, avl-tree-map): Add direction argument.
5220
eb95d01d 52212011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5222
5223 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5224
a9f737ee
CY
52252011-05-27 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * select.el: Support clipboard managers with built-in function
5228 x-clipboard-manager-save, via delete-frame-functions and
5229 kill-emacs-hook.
5230 (xselect-convert-to-targets): Add MULTIPLE target to list.
5231 (xselect-convert-to-save-targets): New function.
5232
c92a1e54
KH
52332011-05-27 Kenichi Handa <handa@m17n.org>
5234
5235 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5236 let-binding rfc2047-encode-encoded-words to nil.
5237
e145f188
GM
52382011-05-27 Glenn Morris <rgm@gnu.org>
5239
5ec8a862
GM
5240 * mail/emacsbug.el: Don't require url-util.
5241
4b29d9fb
GM
5242 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5243
e145f188
GM
5244 * files.el (set-auto-mode):
5245 Also respect mode: entries at the end of the file. (Bug#8586)
5246
7d15102b
GM
52472011-05-26 Glenn Morris <rgm@gnu.org>
5248
98f593b8
GM
5249 * files.el (hack-local-variables-prop-line, hack-local-variables):
5250 Downcase mode names, as seems to be traditional.
27b48e63 5251 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5252
7d15102b
GM
5253 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5254 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5255
51d5b4ec
JD
52562011-05-25 Julien Danjou <julien@danjou.info>
5257
5258 * textmodes/rst.el (rst-define-level-faces): Do not define face
5259 symbol if it is already defined.
5260
91513f63
VB
52612011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5262
5263 * play/5x5.el (5x5-new-game, 5x5-randomize):
5264 Reset 5x5-solver-output to nil when a new grid is cast.
5265 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5266 these debugging traces, as defmacro breaks the compiled code.
5267
4d90d6d0
DK
52682011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5269
5270 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5271
e1b90ef6
LL
52722011-05-24 Leo Liu <sdl.web@gmail.com>
5273
5274 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5275 (vc-bzr-sha1): Adapt.
5276
d8e4b68b 5277 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5278
5279 * bindings.el: Provide sha1 feature.
5280
db0406bb 52812011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5282
5283 * mail/sendmail.el: Require `rfc2047'.
5284 (mail-insert-from-field): Do not perform RFC2047 encoding.
5285 (mail-encode-header): New function.
5286 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5287 buffer to the return value of select-message-coding-system.
5288 Call mail-encode-header.
b8d747b9
KH
5289
5290 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5291
db0406bb 52922011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5293
4d90d6d0
DK
5294 * mail/supercite.el (sc-default-cite-frame):
5295 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5296
eb8a5e9b
GM
52972011-05-24 Glenn Morris <rgm@gnu.org>
5298
f8630703
GM
5299 * progmodes/python.el (brm-menu): Declare.
5300
8831bbed
GM
5301 * emulation/viper.el (viper-set-hooks): Declare.
5302
eb8a5e9b
GM
5303 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5304 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5305 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5306 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5307 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5308 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5309
a2a25d24
SM
53102011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 Add an :exit-function for completion-at-point.
5313
5314 * minibuffer.el (completion--done): New fun.
5315 (completion--do-completion): Use it. New arg `expect-exact'.
5316 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5317 since completion--do-completion does it for us now.
5318 (minibuffer-force-complete): Use completion--done and
5319 completion--replace. Handle sole-completion case with more care.
5320 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5321 (completion-extra-properties): New var.
5322 (completion-annotate-function): Make obsolete.
5323 (minibuffer-completion-help): Adjust accordingly.
5324 Use completion-list-insert-choice-function.
5325 (completion-at-point, completion-help-at-point):
5326 Bind completion-extra-properties.
5327 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5328 * simple.el (completion-list-insert-choice-function): New var.
5329 (completion-setup-function): Preserve it.
5330 (choose-completion): Pay attention to it, shuffle the code a bit.
5331 (choose-completion-string): New arg `insert-function'.
5332
5333 * textmodes/bibtex.el: Convert to lexical binding.
5334 (bibtex-mode-map): Use completion-at-point.
5335 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5336 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5337 (bibtex-complete): Define as obsolete alias.
5338 (bibtex-complete-internal): Remove.
5339 (bibtex-format-entry): Remove unused sub-group in regexp.
5340 * shell.el (shell--command-completion-data)
5341 (shell-environment-variable-completion):
5342 * pcomplete.el (pcomplete-completions-at-point):
5343 * comint.el (comint--complete-file-name-data): Use :exit-function
5344 instead of completion-table-with-terminator so it also works for
5345 choose-completion.
5346
e44e373d
SM
53472011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5348
4f91a816
SM
5349 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5350
782fc819
SM
5351 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5352 (bug#8710).
5353
e44e373d
SM
5354 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5355
381987c3
KM
53562011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5357
5358 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5359 customization variable and implement: If non-nil, auto-fill will
5360 be inhibited while on topic's header line.
5361
b776bc70
VB
53622011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5363
5364 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 5365 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
5366 always have a solution in grid size = 5 cases.
5367 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5368 (5x5-solver-output, 5x5-log-buffer): New vars.
5369 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5370 Make these variables buffer local to achieve 5x5 multi-session-ness.
5371 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5372 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5373 (5x5-solve-suggest): New funs.
5374 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5375 randomize a grid so that we ensure that there is always a solution.
5376 (5x5-make-random-grid): Allow other movement than flipping.
5377
7de88b6e
KR
53782011-05-23 Kevin Ryde <user42@zip.com.au>
5379
5380 * emacs-lisp/advice.el (ad-read-advised-function):
5381 Use `function-called-at-point' as the default default, if it has
5382 advice and passes PREDICATE.
5383
b1ef1257
SM
53842011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5385
bbca48fe
SM
5386 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5387 byte-compile-lambda if it's actually a lambda.
5388
b1ef1257
SM
5389 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5390 Fix function quoting. Use backquote better.
5391
92a9cc65
YS
53922011-05-22 Yuanle Song <sylecn@gmail.com>
5393
5394 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5395 matching (Bug#8516).
5396
f0fb8059
JA
53972011-01-22 Jari Aalto <jari.aalto@cante.net>
5398
5399 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5400 different face (Bug#8178).
5401
d5b44c93
CY
54022011-05-22 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5405 defface (Bug#8144).
5406
79106a44
SM
54072011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5408
9c848d8a
SM
5409 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5410 funcall as well (bug#8712). Warn when performing those conversions.
5411 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5412
79106a44
SM
5413 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5414
88dfa756
GM
54152011-05-22 Glenn Morris <rgm@gnu.org>
5416
5417 * files.el (hack-local-variables-prop-line): Small simplifications.
5418 (hack-local-variables, hack-local-variables-prop-line):
5419 If MODE-ONLY, return the mode, rather than just `t'.
5420
b7cf2c79
SM
54212011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5424
3f1a8558
GM
54252011-05-21 Glenn Morris <rgm@gnu.org>
5426
7e4ccca3
GM
5427 * files.el (hack-local-variables-prop-line, hack-local-variables):
5428 If only interested in the mode, don't bother doing the other stuff.
5429
637d46ca
GM
5430 * image-mode.el (image-after-revert-hook):
5431 Redraw all frames on which the image is visible. (Bug#8567)
5432
973d955b
GM
5433 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5434
3f1a8558
GM
5435 * wid-edit.el (widget-checklist-match-inline):
5436 Fix 2011-04-19 change. (Bug#8649)
5437
96479927
SM
54382011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5439
1dcf791f
SM
5440 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5441 Also allow singlespace after single-letter capitals followed by a dot.
5442
96479927
SM
5443 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5444 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5445
35fd0881
N
54462011-05-20 Nix <nix@esperi.org.uk>
5447
5448 * files.el (basic-save-buffer-2):
5449 Fix handling of break-hardlink-on-save with non-existent files.
5450
82745640
DD
54512011-05-19 Deniz Dogan <deniz@dogan.se>
5452
5453 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 5454 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 5455
4a720484
GM
54562011-05-19 Glenn Morris <rgm@gnu.org>
5457
d1f21341
GM
5458 * progmodes/f90.el (f90-type-def-re):
5459 Handle "type, bind(c)". (Bug#8691)
5460
4a720484
GM
5461 * emacs-lisp/autoload.el (batch-update-autoloads):
5462 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5463
2fb0a219
MA
54642011-05-18 Michael Albinus <michael.albinus@gmx.de>
5465
5466 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5467 property for the correct connection in case of multihops.
5468
e565dd37
GM
54692011-05-18 Glenn Morris <rgm@gnu.org>
5470
c2571358 5471 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
5472 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5473
e565dd37
GM
5474 Rationalize calendar handling of day and month abbrev-arrays.
5475 * calendar/calendar.el (calendar-customized-p): New function.
5476 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5477 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5478 Add :set function.
5479 (calendar-abbrev-length, calendar-day-abbrev-array)
5480 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5481 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5482 Elements may no longer be nil.
5483 (calendar-day-name, calendar-month-name):
5484 Update for changed nature of abbrev arrays.
5485 * calendar/diary-lib.el (diary-name-pattern):
5486 Update for changed nature of abbrev arrays.
5487 (diary-mark-entries-1): Update calendar-make-alist calls.
5488 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5489 * calendar/cal-html.el (cal-html-day-abbrev-array):
5490 Simply inherit from calendar-day-abbrev-array.
5491
1d99a745
SM
54922011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * progmodes/grep.el (grep-mode): Disable default
5495 compilation-directory-matcher setting (bug#8684).
5496
7c1d9aa0
MA
54972011-05-17 Michael Albinus <michael.albinus@gmx.de>
5498
5499 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5500 instead of "head" and "tail". There were problems with SunOS 5.9,
5501 and it performs better.
5502
3952e9d8
GM
55032011-05-17 Glenn Morris <rgm@gnu.org>
5504
2dd12e7f
GM
5505 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5506
e4157b9c
GM
5507 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5508 Replace obsolete function.
5509
8e249bbd
GM
5510 * shell.el (pcomplete-parse-arguments-function): Declare.
5511
3952e9d8
GM
5512 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5513 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5514 (appt-check): Doc fixes.
5515 (appt-disp-window-function, appt-delete-window-function):
5516 Remove needless special case in custom :type.
5517 (appt-display-count): Default to 0, not nil.
5518 (appt-check): Reset appt-display-count to 0, not nil.
5519
c71a0d48 55202011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 5521
c71a0d48
GM
5522 * progmodes/python.el (python-font-lock-keywords):
5523 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 5524
31d55be9
SM
55252011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5528
3bfacb2f
KR
55292011-05-16 Kevin Ryde <user42@zip.com.au>
5530
5531 * info-look.el (makefile-automake-mode): New setups, looking in
5532 automake manual, then makefile-mode.
5533 (makefile-mode): Remove automake manual, have it just in
5534 makefile-automake-mode since there's various things different or
5535 not relevant to plain make.
5536 (makefile-mode): Remove "other-modes" non-existent automake-mode,
5537 believe a hypothetical automake-mode would go to makefile-mode,
5538 not the other way around.
5539
c8e83751
CY
55402011-05-15 Chong Yidong <cyd@stupidchicken.com>
5541
5e9e35cd
CY
5542 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5543 hunk-end tags (Bug#8672).
5544
c8e83751
CY
5545 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5546 vc-annotate-show-diff-revision-at-line (Bug#8671).
5547
50b23e5a
GM
55482011-05-14 Glenn Morris <rgm@gnu.org>
5549
7210a739
GM
5550 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5551 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
5552 (change-log-font-lock-keywords): Also handle multiple author lines
5553 with leading tabs. (Bug#8644)
7210a739 5554
4691905a
GM
5555 * calendar/appt.el (appt-check): Rename some local variables.
5556 Some simplification/reordering.
5557
50b23e5a
GM
5558 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5559 (feedmail-sendmail-f-doesnt-sell-me-out)
5560 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5561 (feedmail-debug-sit-for, feedmail-queue-express-hook)
5562 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
5563 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5564 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
5565 (feedmail-binmail-gnulinuxish-template):
5566 Rename from feedmail-binmail-linuxish-template.
5567 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5568 Use insert-buffer-substring.
5569
215cda7c
BC
55702011-05-14 Bill Carpenter <bill@carpenter.org>
5571
5572 * mail/feedmail.el (feedmail-patch-level): Increase.
5573 (feedmail-debug): New custom group.
5574 (feedmail-confirm-outgoing-timeout)
5575 (feedmail-sendmail-f-doesnt-sell-me-out)
5576 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5577 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
5578 (feedmail-sender-line, feedmail-from-line)
5579 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 5580 (feedmail-spray-this-address)
215cda7c
BC
5581 (feedmail-spray-address-fiddle-plex-list)
5582 (feedmail-queue-use-send-time-for-date)
5583 (feedmail-queue-use-send-time-for-message-id)
5584 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
5585 (feedmail-buffer-eating-function):
5586 Doc fixes.
5587 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
5588 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
5589 (feedmail-message-action-scroll-down): New functions.
5590 (feedmail-queue-directory, feedmail-queue-draft-directory):
5591 Use expand-file-name.
5592 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
5593 Remove C-v help entry.
5594 (feedmail-queue-buffer-file-name): New variable.
5595 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
5596 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
5597 (feedmail-message-action-send-strong, feedmail-message-action-edit)
5598 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
5599 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
5600 (feedmail-message-action-toggle-spray)
5601 (feedmail-run-the-queue-no-prompts)
5602 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
5603 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
5604 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
5605 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
5606 (feedmail-envelope-deducer, feedmail-fiddle-from)
5607 (feedmail-fiddle-sender, feedmail-default-date-generator)
5608 (feedmail-fiddle-date, feedmail-fiddle-message-id)
5609 (feedmail-fiddle-spray-address)
5610 (feedmail-fiddle-list-of-spray-fiddle-plexes)
5611 (feedmail-fiddle-list-of-fiddle-plexes)
5612 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
5613 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
5614 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
5615 Change default. Doc fix.
5616 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
5617 (feedmail-binmail-linuxish-template): New constant.
5618 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
5619 Respect feedmail-sendmail-f-doesnt-sell-me-out.
5620 (feedmail-send-it): Add debug call.
5621 Use feedmail-queue-buffer-file-name, and
5622 feedmail-send-it-immediately-wrapper.
5623 (feedmail-message-action-send): Add debug call.
5624 Use feedmail-send-it-immediately-wrapper.
5625 (feedmail-queue-express-to-queue): Add debug call.
5626 Run feedmail-queue-express-hook.
5627 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
5628 (feedmail-message-action-help-blat):
5629 Rename from feedmail-queue-send-edit-prompt-help-first.
5630 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
5631 Check line-endings. Handle errors better.
5632 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
5633 Doc fix. Add debug call.
5634 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
5635 Use feedmail-queue-send-edit-prompt-inner.
5636 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
5637 (feedmail-queue-send-edit-prompt-inner): New function, extracted
5638 from feedmail-queue-send-edit-prompt.
5639 (feedmail-queue-send-edit-prompt-help)
5640 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
5641 (feedmail-tidy-up-slug): Add debug call.
5642 Respect feedmail-queue-slug-suspect-regexp.
5643 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
5644 (feedmail-dump-message-to-queue): Add debug call.
5645 Expand queue-directory.
5646 (feedmail-dump-message-to-queue): Change message slightly.
5647 Use feedmail-say-chatter.
5648 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
5649 (feedmail-send-it-immediately-wrapper): New function.
5650 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
5651 Insert empty string rather than newline. Handle full-frame case.
5652 Use catch/throw. Use feedmail-say-chatter.
5653 (feedmail-fiddle-from): Try mail-host-address.
5654 (feedmail-default-message-id-generator): Doc fix.
5655 Bind system-time-locale. Handle missing end.
5656 (feedmail-fiddle-x-mailer): Add debug call.
5657 Handle feedmail-x-mailer-line being nil.
5658 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
5659 Add debug call. Use buffer-substring-no-properties.
5660 (feedmail-say-debug, feedmail-say-chatter): New functions.
5661 (feedmail-find-eoh): Give an explicit error.
5662
42c7e61e
UJ
56632011-05-13 Ulf Jasper <ulf.jasper@web.de>
5664
c2571358 5665 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 5666 family from helvetica to sans.
c2571358 5667 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5668 etc/images/newsticker.
5669
c2571358 5670 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
5671 family from helvetica to sans.
5672
5673 * net/newst-plainview.el (newsticker-new-item-face)
5674 (newsticker-old-item-face, newsticker-immortal-item-face)
5675 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 5676 (newsticker-statistics-face): Change default family from
42c7e61e 5677 helvetica to sans.
c2571358 5678 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5679 etc/images/newsticker.
5680
5681 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
5682 (newsticker--process-auto-mark-filter-match): : Tell user about
5683 auto-marking.
5684
8497a297
DV
56852011-05-13 Didier Verna <didier@xemacs.org>
5686
5687 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
5688 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
5689 TODO entries.
8497a297
DV
5690 (lisp-lambda-list-keyword-parameter-indentation)
5691 (lisp-lambda-list-keyword-parameter-alignment)
5692 (lisp-lambda-list-keyword-alignment): New customizable user options.
5693 (lisp-indent-defun-method): Improve docstring.
5694 (extended-loop-p): Fix comment.
5695 (lisp-indent-lambda-list-keywords-regexp): New variable.
5696 (lisp-indent-lambda-list): New function.
5697 (lisp-indent-259): Use it.
5698 (lisp-indent-defmethod): Support for more than one
5699 method qualifier and properly indent methods lambda-lists.
5700 (defgeneric): Provide a missing common-lisp-indent-function property.
5701
f278f87f
SM
57022011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
5705 bounds for the empty string (bug#8667).
5706
5233edd7
GM
57072011-05-13 Glenn Morris <rgm@gnu.org>
5708
5237a44f
GM
5709 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
5710
8340026c 5711 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 5712 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 5713
5233edd7 5714 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 5715 (appt-time-msg-list): Doc fix.
a5464014 5716 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 5717
92d10796
AS
57182011-05-12 Andreas Schwab <schwab@linux-m68k.org>
5719
5720 * progmodes/ld-script.el (ld-script-keywords)
5721 (ld-script-builtins): Update keywords list.
5722
914a0ae1
SM
57232011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5724
c89be45f
SM
5725 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
5726
914a0ae1
SM
5727 * shell.el (shell-completion-vars): New function.
5728 (shell-mode):
5729 * simple.el (read-shell-command): Use it.
5730 (blink-matching-open): No need for " [...]" in minibuffer-message.
5731
98dc3df3
GM
57322011-05-12 Glenn Morris <rgm@gnu.org>
5733
5734 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
5735 (appt-check): Simplify.
5736
d2fc7e3d 57372011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 5738
4d61f28d 5739 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
5740 literal "/dev/null".
5741
d2fc7e3d 57422011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
5743
5744 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
5745 Fix typo.
5746
d2fc7e3d 57472011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 5748
3f254caa
SM
5749 * progmodes/which-func.el (which-function):
5750 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
5751 which might not be defined (Bug#8260).
5752
d45885f7
GM
57532011-05-12 Glenn Morris <rgm@gnu.org>
5754
5755 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5756 Let byte-compile-initial-macro-environment always take precedence.
5757
488086f4
SM
57582011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * net/rcirc.el: Add support for SSL/TLS connections.
5761 (rcirc-server-alist): New field `encryption'.
5762 (rcirc): Check `encryption' settings.
5763 (rcirc-connect): New arg `encryption'. Use open-network-stream.
5764 Merge make-local-variable into `set'.
5765 (rcirc--connection-open-p): New function.
5766 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
5767 the process is not a network process (e.g. running gnutls-cli).
5768 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5769 Make rcirc-(en|de)code-coding-system local here.
5770 (rcirc-mode): Merge make-local-variable into `set'.
5771 (rcirc-parent-buffer): Make permanent buffer-local.
5772 (rcirc-multiline-minor-mode): Don't do it here.
5773 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
5774 there's no server buffer.
5775
7d3b9d44
GM
57762011-05-11 Glenn Morris <rgm@gnu.org>
5777
f64049c6
GM
5778 * newcomment.el (comment-kill): Prefix "unused" local.
5779
93c9df73
GM
5780 * term/w32console.el (get-screen-color): Declare.
5781
7d3b9d44
GM
5782 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5783 Handle symbol elements of byte-compile-initial-macro-environment.
5784
9e2dd53f
LL
57852011-05-10 Leo Liu <sdl.web@gmail.com>
5786
488086f4
SM
5787 * bookmark.el (bookmark-bmenu-mode-map):
5788 Bind bookmark-bmenu-search to `/'.
8b340240 5789
9e2dd53f 5790 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
5791 (footnote-unicode-string, footnote-unicode-regexp): New variable.
5792 (Footnote-unicode): New function.
5793 (footnote-style-alist): Add unicode style to the list.
5794 (footnote-style): Doc fix.
9e2dd53f 5795
79b70037
GM
57962011-05-10 Jim Meyering <meyering@redhat.com>
5797
5798 Fix doubled-word typos.
5799 * international/quail.el (quail-insert-kbd-layout): and and -> and
5800 * kermit.el: and and -> and
5801 * net/ldap.el (ldap-search-internal): to to -> to
5802 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
5803 * progmodes/js.el (js-mode): and and -> and
5804 * textmodes/artist.el (artist-move-to-xy): at at -> at
5805 (artist-draw-region-trim-line-endings): if if -> if
5806 And Safetyc -> Safety.
5807 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
5808
b8f82dc1 58092011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 5810 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
5811
5812 * files.el (hack-one-local-variable-eval-safep):
5813 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
5814
4f99f44b
GM
58152011-05-10 Glenn Morris <rgm@gnu.org>
5816
5817 * calendar/diary-lib.el (diary-list-entries-hook)
5818 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
5819 (diary-nongregorian-marking-hook, diary-list-entries)
5820 (diary-include-other-diary-files, diary-mark-entries)
5821 (diary-mark-included-diary-files): Doc fixes.
5822
84f29e6b
JB
58232011-05-09 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * misc.el: Require tabulated-list.el during compilation.
5826
9bedd73a
CY
58272011-05-09 Chong Yidong <cyd@stupidchicken.com>
5828
488086f4
SM
5829 * progmodes/compile.el (compilation-start):
5830 Run compilation-filter-hook for the async case too.
9bedd73a
CY
5831 (compilation-filter-hook): Doc fix.
5832
797c735c
DD
58332011-05-09 Deniz Dogan <deniz@dogan.se>
5834
5835 * wdired.el: Remove outdated installation comment. Fix usage
5836 comment.
5837
5f4b1dfe
JB
58382011-05-09 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * misc.el: Implement new command `list-dynamic-libraries'.
5841 (list-dynamic-libraries--loaded-only-p): New variable.
5842 (list-dynamic-libraries--refresh): New function.
5843 (list-dynamic-libraries): New command.
5844
4c44026c
CY
58452011-05-09 Chong Yidong <cyd@stupidchicken.com>
5846
488086f4
SM
5847 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5848 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
5849 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
5850 higher priority to avoid clobbering by gnu.
5851
027f966d
CY
58522011-05-08 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
5855 if the face has existing theme settings (Bug#8454).
5856
085f5d7d
CY
58572011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
5858
488086f4
SM
5859 * progmodes/perl-mode.el (perl-imenu-generic-expression):
5860 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 5861
2a86a00c
RS
5862 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
5863 special file names `.' and `..' (Bug#8259).
5864
d9c54a06
CY
58652011-05-08 Chong Yidong <cyd@stupidchicken.com>
5866
488086f4
SM
5867 * progmodes/grep.el (grep-mode-font-lock-keywords):
5868 Remove buffer-changing entries.
d9c54a06
CY
5869 (grep-filter): New function.
5870 (grep-mode): Add it to compilation-filter-hook.
5871
5872 * progmodes/compile.el (compilation-filter-hook)
5873 (compilation-filter-start): New defvars.
5874 (compilation-filter): Call compilation-filter-hook prior to
5875 updating the process mark.
5876
c4662635
SM
58772011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
5880
b0512a1d
EZ
58812011-05-07 Eli Zaretskii <eliz@gnu.org>
5882
605c9376
EZ
5883 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
5884 mailclient-send-it even if window-system is nil. (Bug#8595)
5885
c4662635
SM
5886 * term/w32console.el (terminal-init-w32console):
5887 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
5888 background-mode. (Bug#8597)
5889
d1dc2cc2
SM
58902011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 Make bytecomp.el understand that defmethod defines funs (bug#8631).
5893 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
5894 New functions.
5895 (defgeneric, eieio--defmethod): Use them.
5896 (eieio-defgeneric): Remove.
5897 (defmethod): Call defgeneric in a way visible to the byte-compiler.
5898
915d1300
GM
58992011-05-07 Glenn Morris <rgm@gnu.org>
5900
a3961c3e
GM
5901 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
5902 Use let rather than let*.
5903 (timeclock-find-discrep): Remove unused local.
5904
314347b9
GM
5905 * calendar/diary-lib.el (diary-comment-start): Doc fix.
5906
915d1300
GM
5907 * calendar/appt.el (appt-time-msg-list): Doc fix.
5908
275b59b0
NF
59092011-05-06 Noah Friedman <friedman@splode.com>
5910
5911 * apropos.el (apropos-print-doc): Only use
5912 emacs-lisp-docstring-fill-column when it is bound to an integer,
5913 per that variable's documentation.
5914
6c19f744
SM
59152011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 5918 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 5919
60f884b2
GM
59202011-05-06 Glenn Morris <rgm@gnu.org>
5921
5006e634
GM
5922 * calendar/appt.el (appt-message-warning-time): Doc fix.
5923 (appt-warning-time-regexp): New option.
5924 (appt-make-list): Respect appt-message-warning-time.
5925
548d0a63
GM
5926 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
5927 New options.
5928 (diary-add-to-list): Strip comments from the displayed string.
5929 (diary-mode): Set comment-start and comment-end.
5930
60f884b2
GM
5931 * vc/diff-mode.el (smerge-refine-subst): Declare.
5932 (diff-refine-hunk): Don't require smerge-mode when compiling.
5933
989681bb
JB
59342011-05-06 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * simple.el (list-processes): Return nil as the docstring says.
5937
a6bc05e1
MA
59382011-05-05 Michael Albinus <michael.albinus@gmx.de>
5939
5940 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
5941 to "".
5942 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5943 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
5944 determining of binary transfer. (Bug#7383)
5945
23c22e9a
MA
59462011-05-05 Michael Albinus <michael.albinus@gmx.de>
5947
c4662635
SM
5948 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5949 Fix port computation bug. (Bug#8618)
23c22e9a 5950
0bff894f
GM
59512011-05-05 Glenn Morris <rgm@gnu.org>
5952
b8296902
GM
5953 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
5954
1f522ce8
GM
5955 * simple.el (shell-dynamic-complete-functions)
5956 (comint-dynamic-complete-functions): Declare.
5957
cf5bee67
GM
5958 * net/network-stream.el (gnutls-negotiate):
5959 * simple.el (tabulated-list-print): Fix declarations.
5960
5961 * progmodes/gud.el (syntax-symbol, syntax-point):
5962 Remove unnecessary and incorrect declarations.
5963
0bff894f
GM
5964 * emacs-lisp/check-declare.el (check-declare-scan):
5965 Handle byte-compile-initial-macro-environment in bytecomp.el
5966
9869b3ae
SM
59672011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 Fix earlier half-done eieio-defmethod change (bug#8338).
5970 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
5971 Streamline and change calling convention.
5972 (defmethod): Adjust accordingly and simplify.
5973 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
5974 new eieio--defmethod.
5975 (slot-boundp): Minor CSE simplification.
5976
9c1d5ac5
MZ
59772011-05-05 Milan Zamazal <pdm@zamazal.org>
5978
5979 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
5980 (glasses-make-readable): Use glasses-separate-capital-groups.
5981
455c834e
JB
59822011-05-05 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
5985 (warning-series): Doc fix.
5986 (display-warning): Don't try to create the buffer if we just found it.
5987
9ed7c8cb
CY
59882011-05-04 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
5991 (autoload-find-generated-file): New function.
5992 (generate-file-autoloads): Bind generated-autoload-file to
5993 buffer-file-name.
9869b3ae
SM
5994 (update-file-autoloads, update-directory-autoloads):
5995 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
5996 output file (Bug#7989).
5997 (batch-update-autoloads): Doc fix.
5998
0898ca10
JB
59992011-05-04 Juanma Barranquero <lekktu@gmail.com>
6000
6001 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6002
31dfb76c
GM
60032011-05-04 Glenn Morris <rgm@gnu.org>
6004
f330b642
GM
6005 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6006 function, so it follows changes in calendar-date-style.
6007 (diary-fancy-date-matcher): New function.
6008 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6009 (diary-fancy-font-lock-fontify-region-function):
6010 Use diary-fancy-date-pattern as a function.
6011
31dfb76c
GM
6012 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6013 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6014
48e79d6a
TZ
60152011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6016
6017 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6018 instead of positional arguments. Allow :keylist and :crlfiles
6019 arguments.
6020 (open-gnutls-stream): Call it.
6021
6022 * net/network-stream.el (network-stream-open-starttls): Adjust to
6023 call `gnutls-negotiate' with :process and :hostname arguments.
6024
dd5a5ee0
SM
60252011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6026
ef80fc09
SM
6027 * minibuffer.el (completion--message): New function.
6028 (completion--do-completion, minibuffer-complete)
6029 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6030 (completion--do-completion): Don't ignore completion-auto-help when in
6031 icomplete-mode.
6032
dd5a5ee0
SM
6033 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6034 internal encoding (e.g. tibetan zero is not whitespace).
6035 (global-whitespace-mode): Prefer save-current-buffer.
6036 (whitespace-trailing-regexp): Remove useless save-match-data.
6037 (whitespace-empty-at-bob-regexp): Minor simplification.
6038
b7d22a83
CY
60392011-05-03 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6042
5192af46
AM
60432011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6044
6045 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 6046 Use `concat' to create string for insertion.
5192af46 6047
5767d190
SM
60482011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6051 Avoid open-line which runs post-self-insert-hook.
6052 (bibtex-fill-entry): Remove unused `end' var.
6053
bf242939
AM
60542011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6055
5767d190
SM
6056 * textmodes/ispell.el (ispell-add-per-file-word-list):
6057 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 6058
25666126
LL
60592011-05-03 Leo Liu <sdl.web@gmail.com>
6060
6061 * isearch.el (isearch-yank-pop): New command.
5767d190 6062 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
6063 (isearch-forward): Mention it.
6064
52d3c2d0
SM
60652011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6066
1bcace58
SM
6067 * simple.el (minibuffer-complete-shell-command): Remove.
6068 (minibuffer-local-shell-command-map): Use completion-at-point.
6069 (read-shell-command): Setup completion vars here instead.
6070 (read-expression-map): Bind TAB to symbol completion.
6071
52d3c2d0
SM
6072 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6073 error directly rather via storing it into `results'.
6074
35813471
LL
60752011-05-02 Leo Liu <sdl.web@gmail.com>
6076
6077 * vc/diff.el: Fix description.
6078
e793a940
LMI
60792011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6080
6081 * server.el (server-eval-at): New function.
6082
8de66e05
LMI
60832011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6084
6085 * net/network-stream.el (open-network-stream): Take a :nowait
6086 parameter and pass it on to `make-network-process'.
6087 (network-stream-open-plain): Ditto.
6088
dcb79f20
AS
60892011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6090
6091 * faces.el (face-spec-set-match-display): Don't match toolkit
6092 options on terminal frames.
6093
14a7fbd8
SM
60942011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6095
7eabc1be
SM
6096 * progmodes/pascal.el: Use lexical binding.
6097 (pascal-mode-map): Remove author preferences.
6098
14a7fbd8
SM
6099 * pcomplete.el (pcomplete-std-complete): Don't abuse
6100 completion-at-point.
6101
50f84510
JB
61022011-04-28 Juanma Barranquero <lekktu@gmail.com>
6103
6e087a44
JB
6104 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6105 removing code that has been dead since 1991 or so.
6106
50f84510
JB
6107 * startup.el (command-line): When warning about "_emacs", use a
6108 delayed warning to allow the user to filter it out.
6109
0ba690bd
DD
61102011-04-28 Deniz Dogan <deniz@dogan.se>
6111
6112 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6113 user has not joined.
6114
08abfaad
SM
61152011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6118 aren't any completions at point.
6119
638f053a
JB
61202011-04-28 Juanma Barranquero <lekktu@gmail.com>
6121
6122 * subr.el (display-delayed-warnings): New function.
6123 (delayed-warnings-hook): New variable.
6124
8fff8daa
SM
61252011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6126
08abfaad
SM
6127 * minibuffer.el (completion-at-point, completion-help-at-point):
6128 Don't presume that a given completion-at-point-function will always
6129 use the same calling convention.
6130
8fff8daa
SM
6131 * pcomplete.el (pcomplete-completions-at-point):
6132 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6133 pcomplete-seen is non-nil.
6134 (pcomplete-comint-setup): Also recognize the new comint/shell
6135 completion functions.
6136 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6137 pcomplete-seen is non-nil.
6138
841a1577 61392011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 6140
841a1577 6141 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 6142 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 6143 the first character in the entry. This allows for code to add its
211ec907
UJ
6144 own uid to the entry.
6145 (icalendar--convert-float-to-ical): Add export of
6146 `diary-float'-entries save for those with the optional DAY
6147 argument.
6148
2a782793
DC
61492011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6150
6151 * subr.el (shell-quote-argument): Use alternate escaping strategy
6152 when we spot a variable reference in a string.
6153
0438ce91
DC
61542011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6155
6156 * cus-start.el (all): Define customization for debug-on-event.
6157
841a1577 61582011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6159
6160 * subr.el (shell-quote-argument): Escape correctly under Windows.
6161
d090ed6c
SM
61622011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6165
bfd31217
MA
61662011-04-25 Michael Albinus <michael.albinus@gmx.de>
6167
d090ed6c
SM
6168 * net/tramp.el (tramp-process-actions): Add POS argument.
6169 Delete region between POS and (pos).
bfd31217 6170
d090ed6c
SM
6171 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6172 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6173 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6174
6175 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6176 position in `tramp-process-actions' call.
6177
6178 * net/trampver.el: Update release number.
6179
e92f3bd3
SM
61802011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6181
850256b5
SM
6182 * custom.el (defcustom): Obey lexical-binding.
6183
e92f3bd3
SM
6184 Fix octave-inf completion problems reported by Alexander Klimov.
6185 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6186 Inherit from octave-mode-syntax-table.
6187 (inferior-octave-mode): Set info-lookup-mode.
6188 (inferior-octave-completion-at-point): New function.
6189 (inferior-octave-complete): Use it and completion-in-region.
6190 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6191 comint-filename-completion.
6192 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6193 symbol elements which shouldn't be word elements.
6194 (octave-font-lock-keywords, octave-beginning-of-defun)
6195 (octave-function-header-regexp): Adjust regexps accordingly.
6196 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6197
cd22b309
JB
61982011-04-25 Juanma Barranquero <lekktu@gmail.com>
6199
6200 * net/gnutls.el (gnutls-errorp): Declare before first use.
6201
8b492194
TZ
62022011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6203
6204 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6205 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6206 default trustfile exists before going to use it. Add missing
6207 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6208 Reported by Claudio Bley <claudio.bley@gmail.com>.
6209 (open-gnutls-stream): Add usage example.
6210
6211 * net/network-stream.el (network-stream-open-starttls): Give host
6212 parameter to `gnutls-negotiate'.
6213 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6214 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6215
841a1577 62162011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6217
cd22b309
JB
6218 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6219 Use correct match group (bug#8438).
05842630 6220
3ba7869c
CY
62212011-04-24 Chong Yidong <cyd@stupidchicken.com>
6222
512e3ae1
CY
6223 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6224 (package-menu--generate): New arg specifying packages to show.
6225 (package-menu-refresh, package-menu-execute, list-packages):
6226 Callers changed.
6227 (package-show-package-list): New function, replacing deleted
6228 package--list-packages (renamed because it is non-internal).
6229
6230 * finder.el (finder-list-matches): Use package-show-package-list
6231 instead of deleted package--list-packages.
6232
e92f3bd3
SM
6233 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6234 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6235 (vc-annotate-mode-map): Bind it to RET.
6236
7031be6d
UR
62372011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6238
6239 * progmodes/etags.el (next-file): Don't use set-buffer to change
6240 buffers (Bug#8478).
6241
4ef177aa
CY
62422011-04-24 Chong Yidong <cyd@stupidchicken.com>
6243
c8d173eb
CY
6244 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6245
4ef177aa
CY
6246 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6247 (apropos-accumulator): Doc fix.
6248 (apropos-function, apropos-macro, apropos-command)
6249 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6250 (apropos-plist): Add face property.
6251 (apropos-symbols-internal): Fix indentation.
6252 (apropos-print): Simplify help, and recognize apropos-multi-type.
6253 (apropos-print-doc): Use button-type-get to extract the button's
6254 face property. Fill docstring (Bug#8352).
6255
4ffd0d6b 62562011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6257
6258 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6259
c6c32125 6260 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6261 (mpuz-mode-map): Use mapc.
c6c32125
JB
6262 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6263 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6264 Fix typos in docstrings.
6265
58d468b4
JB
6266 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6267 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6268
6470c3c6
JB
6269 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6270
4ffd0d6b 62712011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6272
6273 * minibuffer.el (completion--do-completion): Avoid the "Next char
6274 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6275
3ad8bad0
CY
6276 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6277 mouse-2 into unread-command-events, it is interpreted correctly.
6278
71d73c9c 6279 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6280 (image-toggle-display): Doc fix.
71d73c9c 6281
841a1577 62822011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6283
4ffd0d6b
GM
6284 * textmodes/page.el (what-page): Use line-number-at-pos to
6285 calculate line number (Bug#6825).
6e1dbaa9 6286
c2fb1b60
JB
62872011-04-22 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6290 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6291 Pass argument NO-DEFAULT to `find-tag-interactive'.
6292
e02f48d7
JB
62932011-04-22 Juanma Barranquero <lekktu@gmail.com>
6294
6295 Lexical-binding cleanup.
6296
6297 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6298 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6299 * progmodes/ada-prj.el (ada-prj-initialize-values)
6300 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6301 (ada-prj-show-value):
6302 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6303 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6304 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6305 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6306 * progmodes/bug-reference.el (bug-reference-push-button):
6307 * progmodes/fortran.el (fortran-line-length):
6308 * progmodes/glasses.el (glasses-change):
6309 * progmodes/octave-mod.el (octave-fill-paragraph):
6310 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6311 (python-pdbtrack-grub-for-buffer, python-sentinel):
6312 * progmodes/sql.el (sql-save-connection):
6313 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6314 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6315 Mark unused parameters.
6316
6317 * progmodes/compile.el (compilation--flush-directory-cache)
6318 (compilation--flush-parse, compile-internal): Mark unused parameters.
6319 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6320 (compilation-next-error-function): Remove unused variable `timestamp'.
6321
6322 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6323 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6324
6325 * progmodes/dcl-mode.el (dcl-end-of-command):
6326 Remove unused variable `start'.
6327 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6328 (dcl-option-value-basic, dcl-option-value-offset)
6329 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6330 Mark unused parameters.
6331 (dcl-save-local-variable): Remove unused variable `val'.
6332 (mode): Declare.
6333
6334 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6335 Mark unused parameters.
6336 (delphi-ignore-changes): Move before first use.
6337 (delphi-charset-token-at): Remove unused variable `start'.
6338 (delphi-else-start): Remove unused variable `if-count'.
6339 (delphi-comment-block-start, delphi-comment-block-end):
6340 Remove unused variable `kind'.
6341 (delphi-indent-line): Remove unused variable `new-point'.
6342
6343 * progmodes/ebrowse.el (ebrowse-files-list)
6344 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6345 Mark unused parameters. Don't quote `lambda'.
6346 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6347 Don't quote `lambda'.
6348 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6349 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6350 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6351 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6352 Use `ignore-errors'.
6353 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6354 (ebrowse-view/find-file-and-search-pattern)
6355 (ebrowse-view/find-member-declaration/definition):
6356 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6357 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6358 Rename parameter PREFIX-ARG to PREFIX.
6359 (ebrowse-tags-read-name): Remove unused variables `start' and
6360 `member-info'.
6361 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6362 to `tags-file'.
6363
6364 * progmodes/etags.el (local-find-tag-hook): Declare.
6365 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6366 Mark unused parameters.
6367
6368 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6369 (executable-interpret): Mark unused parameter.
6370
6371 * progmodes/flymake.el (flymake-process-sentinel)
6372 (flymake-after-change-function)
6373 (flymake-create-temp-with-folder-structure)
6374 (flymake-get-include-dirs-dot): Mark unused parameters.
6375 (flymake-safe-delete-directory): Remove unused variable `err'.
6376
6377 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6378 (speedbar-timer-fn, speedbar-line-text)
6379 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6380 (speedbar-center-buffer-smartly): Declare functions.
6381 (gdb-find-watch-expression): Remove unused variable `array'.
6382 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6383 (gdb-starting): Mark unused parameters.
6384 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6385 (gdb-table-string): Remove unused variable `res'.
6386 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6387 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6388 (gdb-display-buffer): Remove unused variable `cur-size'.
6389
6390 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6391 allow lexical-binding compilation.
6392 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6393 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6394 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6395 Mark unused parameters.
6396 (gud-gdb-marker-filter): Remove unused variable `match'.
6397 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6398 lambda expressions and funcall them, instead of using `fset'.
6399
6400 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6401 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6402
6403 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6404 variable `header-beg'; use `let'.
6405
6406 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6407 `restart', `last-sexp' and `at-do'.
6408
6409 * progmodes/js.el (js--debug): Mark unused parameter.
6410 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6411 (js--splice-into-items): Remove unused variable `item'.
6412 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6413
6414 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6415 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6416 (makefile-complete): Remove unused variable `try'.
6417 (makefile-fill-paragraph, makefile-match-function-end):
6418 Mark unused parameters.
6419
6420 * progmodes/octave-inf.el (inferior-octave-complete):
6421 Remove unused variable `proc'.
6422 (inferior-octave-output-digest): Mark unused parameter.
6423
6424 * progmodes/perl-mode.el (perl-calculate-indent):
6425 Remove unused variable `err'.
6426
6427 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6428 (prolog-indent-line): Mark unused parameters.
6429 (prolog-indent-line): Remove unused variable `beg'.
6430
6431 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6432 (reporter-dont-compact-list): Declare.
6433
6434 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6435 Remove unused variable `char'.
6436 (sh-debug): Mark unused parameter.
6437 (sh-get-indent-info): Remove unused variable `start'.
6438 (sh-calculate-indent): Remove unused variable `var'.
6439
6440 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6441 (simula-electric-keyword): Remove unused variable `null'.
6442 (simula-search-backward, simula-search-forward): Remove unused
6443 variables `begin' and `end'.
6444
6445 * progmodes/vera-mode.el (vera-guess-basic-syntax):
6446 Remove unused variable `pos'.
6447 (vera-electric-tab, vera-comment-uncomment-region):
6448 Mark unused parameters.
6449 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6450
7ede3b65
CY
64512011-04-22 Chong Yidong <cyd@stupidchicken.com>
6452
6453 * emacs-lisp/package.el (package--builtins, package-alist)
6454 (package-load-descriptor, package-built-in-p, package-activate)
6455 (define-package, package-installed-p)
6456 (package-compute-transaction, package-buffer-info)
6457 (package--push): Doc fix. Distinguish more clearly between
6458 version strings and version lists.
6459
121656e9
JB
64602011-04-21 Juanma Barranquero <lekktu@gmail.com>
6461
6462 Lexical-binding cleanup.
6463
6464 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6465 (5x5-make-mutate-best):
6466 * play/fortune.el (fortune-in-buffer):
6467 * play/gomoku.el (gomoku-init-display):
6468 * play/solitaire.el (solitaire, solitaire-do-check):
6469 * play/tetris.el (tetris-default-update-speed-function):
6470 Mark unused parameters.
6471
6472 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6473 (bubbles--shift): Remove unused variable `char-org'.
6474 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6475 (bubbles--show-images): Remove unused variable `char'.
6476
6477 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6478 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6479 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6480 (decipher-analyze-buffer): Use ?\s.
6481 (decipher-make-checkpoint): Remove unused variable `mapping'.
6482
6483 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6484
6485 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6486 Remove unused variable `result'; use `let'.
6487
6488 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6489 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6490 (gametree-children-shown-p, gametree-compute-reduced-score):
6491 Use `ignore-errors'.
6492
6493 * play/handwrite.el (ps-lpr-switches): Declare.
6494 (handwrite): Remove unused variables `pmin' and `lastp'.
6495
6496 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6497
6498 * play/landmark.el (landmark-init-display)
6499 (landmark-update-naught-weights): Mark unused parameters.
6500 (landmark-y): Remove unused variable `noise'. Simplify.
6501 (landmark-human-plays): Remove unused variable `score'.
6502
6503 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6504 (mpuz-try-proposal): Remove unused variable `game'.
6505
6506 * play/zone.el (life-patterns): Declare.
6507
80f499c7
JB
65082011-04-20 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * vc/vc.el (ediff-vc-internal): Declare function.
6511
024ff170
SM
65122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6513
c0a193ea
SM
6514 * shell.el: Use lexical-binding and std completion UI.
6515 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6516 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6517 comint-preoutput-filter-functions rather than on
6518 comint-output-filter-functions.
6519 (shell-command-completion, shell--command-completion-data)
6520 (shell-filename-completion, shell-environment-variable-completion)
6521 (shell-c-a-p-replace-by-expanded-directory): New functions.
6522 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6523 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6524 (shell-dynamic-complete-environment-variable): Use them.
6525 (shell-dynamic-complete-as-environment-variable)
6526 (shell-dynamic-complete-as-command): Remove.
6527 (shell-match-partial-variable): Match past point.
6528 * comint.el: Clean up use of completion-at-point-functions.
6529 (comint-completion-at-point): New function.
6530 (comint-mode): Use it completion-at-point-functions.
6531 (comint-dynamic-complete): Make it obsolete.
6532 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6533 (comint-c-a-p-replace-by-expanded-history): New function.
6534 (comint-dynamic-complete-functions)
6535 (comint-replace-by-expanded-history): Use it.
6536 * minibuffer.el (completion-table-with-terminator): Allow dynamic
6537 termination strings. Try harder to avoid second try-completion.
6538 (completion-in-region-mode-map): Disable bindings that don't work yet.
6539
2dbaa080
SM
6540 * comint.el: Use lexical-binding. Require CL.
6541 (comint-dynamic-complete-functions): Use comint-filename-completion.
6542 (comint-completion-addsuffix): Tweak custom type.
6543 (comint-filename-completion, comint--common-suffix)
6544 (comint--common-quoted-suffix, comint--table-subvert)
6545 (comint--complete-file-name-data): New functions.
6546 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6547 (comint-dynamic-list-filename-completions): Use them.
6548 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 6549
2dbaa080
SM
6550 * minibuffer.el (completion-in-region-mode):
6551 Keep completion-in-region-mode--predicate global.
6552 (completion-in-region--postch):
6553 Assume completion-in-region-mode--predicate is not null.
6554
c79a6f38
SM
6555 * progmodes/flymake.el (flymake-start-syntax-check-process):
6556 Obey `dir'. Simplify.
6557
024ff170
SM
6558 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6559 we're in VC after all.
6560
1c6c854e
CS
65612011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
6562
6563 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 6564 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
6565 (vc-version-diff): Use vc-diff-build-argument-list-internal.
6566
bed7f140
SM
65672011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6568
332e62ab
SM
6569 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6570 add sanity check.
6571
bed7f140
SM
6572 * obsolete/erc-hecomplete.el: Make obsolete.
6573 * obsolete/: Standardize obsolescence info in the header.
6574
f195c582
GM
65752011-04-20 Glenn Morris <rgm@gnu.org>
6576
6577 * calendar/solar.el (solar-horizontal-coordinates):
6578 Use the longitude argument rather than `calendar-longitude'.
6579 (solar-date-next-longitude): Remove unused locals.
6580
cb79b8c0
VJL
65812011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6582
6583 * whitespace.el: New version 13.2.1.
6584
65852011-04-20 felix <EmacsWiki> (tiny change)
6586
d8e4b68b 6587 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
6588 switching between major modes on a file.
6589
602ea69d
SM
65902011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
6593 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
6594 multi-line comments as well.
6595
06b60517
JB
65962011-04-19 Juanma Barranquero <lekktu@gmail.com>
6597
6598 Lexical-binding cleanup.
6599
6600 * arc-mode.el (archive-mode-revert):
6601 * cmuscheme.el (scheme-interactively-start-process):
6602 * custom.el (custom-initialize-delay):
6603 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
6604 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
6605 * emacs-lock.el (emacs-lock-clear-sentinel):
6606 * ezimage.el (defezimage):
6607 * follow.el (follow-avoid-tail-recenter):
6608 * fringe.el (set-fringe-mode-1):
6609 * generic-x.el (bat-generic-mode-compile):
6610 * help-mode.el (help-info-variable, help-do-xref)
6611 (help-mode-revert-buffer):
6612 * help.el (view-emacs-todo):
6613 * iswitchb.el (iswitchb-completion-help):
6614 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
6615 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
6616 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
6617 * locate.el (locate-update):
6618 * longlines.el (longlines-encode-region)
6619 (longlines-after-change-function):
6620 * outline.el (outline-isearch-open-invisible):
6621 * ps-def.el (declare-function, charset-dimension, char-width)
6622 (encode-char):
6623 * ps-mule.el (ps-mule-plot-string):
6624 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
6625 (recentf-edit-list-select, recentf-edit-list-validate)
6626 (recentf-open-files-action):
6627 * rect.el (delete-whitespace-rectangle-line)
6628 (rectangle-number-line-callback):
6629 * register.el (window-configuration-to-register)
6630 (frame-configuration-to-register):
6631 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
6632 * select.el (xselect-convert-to-string, xselect-convert-to-length)
6633 (xselect-convert-to-targets, xselect-convert-to-delete)
6634 (xselect-convert-to-filename, xselect-convert-to-charpos)
6635 (xselect-convert-to-lineno, xselect-convert-to-colno)
6636 (xselect-convert-to-os, xselect-convert-to-host)
6637 (xselect-convert-to-user, xselect-convert-to-class)
6638 (xselect-convert-to-name, xselect-convert-to-integer)
6639 (xselect-convert-to-atom, xselect-convert-to-identity):
6640 * subr.el (declare, ignore, process-kill-without-query)
6641 (text-clone-maintain):
6642 * terminal.el (te-get-char, te-tic-sentinel):
6643 * tool-bar.el (tool-bar-make-keymap):
6644 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
6645 * type-break.el (type-break-mode, type-break-noninteractive-query):
6646 * view.el (View-back-to-mark):
6647 * wid-browse.el (widget-browse-action, widget-browse-widget)
6648 (widget-browse-widgets, widget-browse-sexp):
6649 * widget.el (define-widget-keywords):
6650 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
6651 Mark unused parameters.
6652
6653 * align.el (align-adjust-col-for-rule): Mark unused parameter.
6654 (align-areas): Remove unused variable `look'.
6655 (align-region): Remove unused variables `real-end' and `pos-list'.
6656
6657 * apropos.el (apropos-score-doc): Remove unused variable `i'.
6658
6659 * bindings.el (mode-line-modified, mode-line-remote):
6660 Mark unused parameters.
6661 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
6662
6663 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
6664 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
6665
6666 * comint.el (comint-history-isearch-pop-state)
6667 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
6668 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
6669 (comint-substitute-in-file-name): Doc fix.
6670
6671 * completion.el (cmpl-statistics-block): Mark unused parameter.
6672 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
6673 (save-completions-to-file, load-completions-from-file):
6674 Remove unused local variable `e'.
6675
6676 * composite.el (compose-chars): Remove unused variable `len'.
6677 (lgstring-insert-glyph): Remove unused variable `g'.
6678 (compose-glyph-string): Remove unused variables `ascent',
6679 `descent', `lbearing' and `rbearing'.
6680 (compose-glyph-string-relative): Remove unused variables
6681 `lbearing', `rbearing' and `wadjust'.
6682 (compose-gstring-for-graphic): Remove unused variables `header',
6683 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
6684 (compose-gstring-for-terminal): Remove unused variables `header'
6685 and `nchars'. Use `let', not `let*'.
6686
6687 * cus-edit.el (Custom-set, Custom-save, custom-reset)
6688 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
6689 (Custom-buffer-done, custom-buffer-create-internal)
6690 (custom-browse-visibility-action, custom-browse-group-tag-action)
6691 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
6692 (widget-magic-mouse-down-action, custom-toggle-parent)
6693 (custom-add-parent-links, custom-toggle-hide-variable)
6694 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
6695 (custom-toggle-hide-face, face, hook, custom-group-link-action)
6696 (custom-face-menu-create, custom-variable-menu-create, get)
6697 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
6698 (custom-reset-standard-save-and-update): Remove unused variable `value'.
6699 (customize-apropos): Remove unused variable `tests'.
6700 (custom-group-value-create): Remove unused variable `hidden-p'.
6701 (sort-fold-case): Declare.
6702
6703 * cus-theme.el (custom-reset-standard-faces-list)
6704 (custom-reset-standard-variables-list): Declare.
6705 (customize-create-theme, custom-theme-revert, custom-theme-write)
6706 (custom-theme-choose-mode, customize-themes, custom-theme-save):
6707 Mark unused parameters.
6708
6709 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
6710
6711 * delim-col.el (delimit-columns-max): Move defvar before first use.
6712
6713 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 6714 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
6715
6716 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
6717 (auto-insert): Declare.
6718 (desktop-restore-file-buffer): Rename desktop-* parameters;
6719 mark unused ones.
6720 (desktop-create-buffer): Rename desktop-* parameters and bind them.
6721 (desktop-buffer): Rename desktop-* parameters.
6722
6723 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6724 (dframe-reposition-frame-xemacs, dframe-help-echo)
6725 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
6726 Mark unused parameters.
6727
6728 * dired-aux.el (backup-extract-version-start, overwrite-query)
6729 (overwrite-backup-query, rename-regexp-query)
6730 (rename-non-directory-query): Declare.
6731 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
6732 (dired-add-entry): Remove unused variable `orig-file-name'.
6733 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
6734 Use parameter PRESERVE-TIME instead of accessing dynamic variable
6735 `dired-copy-preserve-time' directly.
6736 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
6737 (dired-insert-subdir-newpos): Rename unused variable `pos'.
6738
6739 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
6740 (dired-virtual-revert, dired-make-relative-symlink):
6741 Mark unused parameters.
6742 (manual-program): Declare.
6743 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
6744 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
6745 wrapped in `with-no-warnings' to avoid replacing one warning by another.
6746
6747 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
6748
6749 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
6750
6751 * echistory.el (electric-history-in-progress, Helper-return-blurb):
6752 Declare.
6753
6754 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
6755
6756 * electric.el (Electric-command-loop): Rename parameter
6757 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
6758
6759 * expand.el (expand-in-literal): Remove unused variable `here'.
6760
6761 * facemenu.el (facemenu-add-new-color):
6762 Remove unused variable `docstring'.
6763
6764 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
6765 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
6766 (face-attr-construct): Mark unused parameter. Doc fix.
6767 (read-color): Remove unused variable `hex-string'.
6768
6769 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
6770 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
6771 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
6772 (display-buffer-other-frame): Remove unused variable `old-window'.
6773 (kill-buffer-hook): Declare.
6774 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
6775 Mark unused parameters.
6776 (after-find-file): Pass 1 to `auto-save-mode', not t.
6777
6778 * files-x.el (auto-insert): Declare.
6779 (modify-file-local-variable-prop-line): Remove unused variable `val'.
6780
6781 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 6782 variable `buf'. Mark unused parameter.
06b60517
JB
6783 (find-lisp-insert-directory): Mark unused parameter.
6784
6785 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
6786 (format-encode-region): Remove unused variables `cur-buf' and `result'.
6787 (format-common-tail): Remove, unused.
6788 (format-deannotate-region): Remove unused variable `loc'.
6789 (format-annotate-region): Remove unused variable `p'.
6790 (format-annotate-single-property-change): Remove unused variables
6791 `default' and `tail'.
6792
6793 * forms.el (read-file-filter): Declare.
6794 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
6795
6796 * frame.el (frame-creation-function-alist): Mark unused parameter.
6797 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
6798
6799 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
6800 Remove unused parameters.
6801 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
6802 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
6803
6804 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
6805 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
6806 (hfy-prepare-tag-map): Mark unused parameters.
6807 (htmlfontify-buffer): Use `called-interactively-p'.
6808
6809 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
6810 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
6811 (ibuffer-do-occur): Mark unused parameters.
6812 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
6813 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
6814
6815 * ibuffer.el: Don't quote `lambda'.
6816 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
6817 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
6818 Mark unused parameters.
6819
6820 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
6821 (ido-completing-read): Mark unused parameters.
6822 (ido-copy-current-word): Mark unused parameters;
6823 remove unused variable `name'.
6824 (ido-sort-merged-list): Remove unused parameter `dirs'.
6825
6826 * ielm.el (ielm-input-sender): Mark unused parameter.
6827 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
6828 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
6829 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
6830 `ielm-string' as a dynamic variable accessible from the IELM prompt.
6831 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
6832
6833 * image-dired.el (image-dired-display-thumbs): Remove unused
6834 variables `curr-file' and `count'.
6835 (image-dired-remove-tag): Remove unused variable `start'.
6836 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
6837 variable `curr-file'
6838 (image-dired-rotate-original): Remove unused variable `temp-file'.
6839 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
6840 Remove unused variable `file'.
6841 (image-dired-gallery-generate): Remove unused variable `curr'.
6842 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
6843
6844 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
6845
6846 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
6847
6848 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
6849
6850 * isearch.el (minibuffer-history-symbol): Declare.
6851 (isearch-edit-string): Remove unused variable `err'.
6852 (isearch-message-prefix, isearch-message-suffix):
6853 Mark unused parameters.
6854
6855 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
6856
6857 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
6858
6859 * makesum.el (double-column): Remove unused variable `cnt'.
6860
6861 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
6862 (ido-ignore-item-temp-list): Declare.
6863
6864 * mouse-drag.el (mouse-drag-throw): Remove unused variables
6865 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
6866 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
6867 (mouse-drag-drag): Remove unused variables `mouse-delta' and
6868 `mouse-col-delta'.
6869
6870 * mouse-sel.el (mouse-extend-internal):
6871 Remove unused variable `orig-window-frame'.
6872
6873 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
6874 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
6875 Move declarations before first use.
6876 (pcomplete-opt): Mark unused parameters; doc fix.
6877
6878 * proced.el (proced-revert): Mark unused parameter.
6879 (proced-send-signal): Remove unused variable `err'.
6880
6881 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
6882 Rename parameter PREFIX-ARG to ARG.
6883 (ps-basic-plot-string, ps-basic-plot-whitespace):
6884 Mark unused parameters.
6885
6886 * replace.el (replace-count): Define.
6887 (occur-revert-function): Mark unused parameters.
6888 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
6889 (isearch-case-fold-search, isearch-string): Declare.
6890 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
6891 bind `case-fold-search'. Remove unused variables `beg' and `end',
6892 and simplify.
6893 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
6894 COUNT and bind `replace-count'.
6895 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
6896 to COUNT.
6897
6898 * savehist.el (print-readably, print-string-length): Declare.
6899
6900 * shadowfile.el (shadow-expand-cluster-in-file-name):
6901 Remove unused variable `cluster'.
6902 (shadow-copy-file): Remove unused variable `i'.
6903 (shadow-noquery, shadow-clusters, shadow-site-cluster)
6904 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
6905 (shadow-define-literal-group, shadow-define-regexp-group)
6906 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
6907
6908 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
6909 (shell): Use `called-interactively-p'.
6910 (shell-directory-tracker): Remove unused variable `chdir-failure'.
6911
6912 * simple.el (compilation-context-lines, comint-file-name-quote-list)
6913 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
6914 (delete-backward-char): Remove unused variable `ocol'.
6915 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
6916 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
6917 (event-apply-hyper-modifier, event-apply-shift-modifier)
6918 (event-apply-control-modifier, event-apply-meta-modifier):
6919 Mark unused parameters.
6920 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
6921 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
6922
6923 * speedbar.el (speedbar-ignored-directory-expressions)
6924 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
6925 (speedbar-find-file, speedbar-dir-follow)
6926 (speedbar-directory-buttons-follow, speedbar-tag-find)
6927 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6928 (speedbar-buffers-line-directory, speedbar-buffer-click):
6929 Mark unused parameters.
6930 (speedbar-tag-file): Remove unused variable `mode'.
6931 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
6932
6933 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
6934
6935 * talk.el (talk): Remove unused variable `display'.
6936
6937 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
6938 (tar-write-region-annotate): Mark unused parameter.
6939
6940 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
6941 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
6942 Declare them, wrapped in `with-no-warnings' to avoid replacing one
6943 warning by another.
6944
6945 * time-stamp.el (time-stamp-string-preprocess):
6946 Remove unused variable `require-padding'.
6947
6948 * tree-widget.el (widget-glyph-enable): Declare.
6949 (tree-widget-action): Mark unused parameter.
6950
6951 * w32-fns.el (x-get-selection): Mark unused parameter.
6952 (autoload-make-program, generated-autoload-file): Declare.
6953
6954 * wdired.el (wdired-revert): Mark unused parameters.
6955 (wdired-xcase-word): Remove unused variable `err'.
6956
6957 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
6958 (whitespace-help-scroll): Remove unused variable `data-help'.
6959
6960 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
6961 (widget-image-insert, widget-after-change, default)
6962 (widget-default-format-handler, widget-default-notify)
6963 (widget-default-prompt-value, widget-info-link-action)
6964 (widget-url-link-action, widget-function-link-action)
6965 (widget-variable-link-action, widget-file-link-action)
6966 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
6967 (widget-field-prompt-internal, widget-field-action, widget-field-match)
6968 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
6969 (widget-insert-button-action, widget-delete-button-action, visibility)
6970 (widget-documentation-link-action, widget-documentation-string-action)
6971 (widget-const-prompt-value, widget-regexp-match, symbol)
6972 (widget-coding-system-prompt-value)
6973 (widget-key-sequence-value-to-external, sexp)
6974 (widget-sexp-value-to-internal, character, vector, cons)
6975 (widget-choice-prompt-value, widget-boolean-prompt-value)
6976 (widget-color--choose-action): Mark unused parameters.
6977 (widget-item-match-inline, widget-choice-match-inline)
6978 (widget-checklist-match, widget-checklist-match-inline)
6979 (widget-group-match): Rename parameter VALUES to VALS.
6980 (widget-field-value-set): Remove unused variable `size'.
6981 (widget-color-action): Remove unused variables `value' and `start'.
6982
6983 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 6984 variable `dir'. Doc fix.
06b60517
JB
6985 (windmove-find-other-window): Don't pass it.
6986
6987 * window.el (count-windows): Mark unused parameter.
6988 (bw-adjust-window): Remove unused variable `err'.
6989
6990 * woman.el (woman-file-name): Remove unused variable `default'.
6991 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
6992 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
6993 (global-font-lock-mode): Declare.
6994 (woman-decode-region): Mark unused parameter.
6995 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
6996
6997 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
6998 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
6999 (x-dnd-handle-moz-url): Remove unused variable `title'.
7000 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7001
7002 * xml.el (xml-parse-tag, xml-parse-attlist):
7003 Remove unused variable `pos'.
7004
bc4f7f3d
GM
70052011-04-19 Glenn Morris <rgm@gnu.org>
7006
7007 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7008 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7009 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7010 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7011 * calendar/cal-html.el (cal-html-insert-minical):
7012 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7013 (calendar-mark-date-pattern):
7014 Prefix "unused" locals.
7015
7016 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7017 optional argument `style'.
7018
7019 * calendar/appt.el (appt-make-list):
7020 * calendar/cal-china.el (calendar-chinese-date-string):
7021 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7022 (diary-hebrew-yahrzeit):
7023 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7024 * calendar/calendar.el (calendar-generate-window):
7025 * calendar/time-date.el (time-to-days):
7026 Remove unused local variables.
7027
16a43933
CY
70282011-04-18 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7031 glyphless-char-display table.
7032 (tabulated-list-glyphless-char-display): New var.
7033
7eed1860
SS
70342011-04-18 Sam Steingold <sds@gnu.org>
7035
7036 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7037 to acknowledgments.
7038
4d2d1ccd
GM
70392011-04-17 Glenn Morris <rgm@gnu.org>
7040
7041 * calendar/diary-lib.el (diary-sexp-entry):
7042 * calendar/holidays.el (holiday-sexp):
7043 Set debug-on-error rather than the removed stack-trace-on-error.
7044
239da61d
GM
70452011-04-16 Glenn Morris <rgm@gnu.org>
7046
7047 * progmodes/f90.el: Use lexical-binding.
7048 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7049
8b05752a
SM
70502011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7051
daca8ba5
SM
7052 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7053 (mail-mode): Setup mailalias completion here instead.
7054 * mail/mailalias.el: Use lexical-binding.
7055 (pattern, mailalias-done): Declare dynamic.
7056 (mail-completion-at-point-function): New function, from mail-complete.
7057 (mail-complete): Use it.
7058 (mail-completion-expand): New function.
7059 (mail-get-names): Use it.
7060 (mail-directory, mail-directory-process, mail-directory-stream):
7061 Don't use `pattern' for lexically bound arg.
7062
6f542485
SM
7063 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7064
037e7c3f
SM
7065 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7066 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7067 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7068
8b05752a
SM
7069 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7070 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7071 (byte-interactive-p): Define them again, for use when inlining
7072 old code.
7073
49093f60
JB
70742011-04-15 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * loadup.el: Use `string-to-number', not `string-to-int'.
7077
b5b8e7de
SM
70782011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7081 gud-gdb-complete-command.
7082 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7083 (gud-gdb-completion-at-point): New function.
7084 (gud-gdb-completions): Remove.
7085
f42efeb5
MA
70862011-04-14 Michael Albinus <michael.albinus@gmx.de>
7087
49093f60
JB
7088 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7089 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7090 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7091 whether `executable-find' is bound.
f42efeb5
MA
7092
7093 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7094
e240cc21
SM
70952011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * minibuffer.el (completion-in-region-mode-predicate)
7098 (completion-in-region-mode--predicate): New vars.
7099 (completion-in-region, completion-in-region--postch)
7100 (completion-in-region-mode): Use them.
7101 (completion--capf-wrapper): Also return the hook function.
7102 (completion-at-point, completion-help-at-point):
7103 Adjust and provide a predicate.
c2bd2ab0
SM
7104
7105 Preserve arg names for advice of subr and lexical functions (bug#8457).
7106 * help-fns.el (help-function-arglist): Consolidate the subr and
7107 new-byte-code cases. Add argument `preserve-names' to extract names
7108 from the docstring when needed.
7109 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7110 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7111 (ad-arglist): Use help-function-arglist's new arg.
7112 (ad-definition-type): Use cond.
7113
c183f693
JB
71142011-04-13 Juanma Barranquero <lekktu@gmail.com>
7115
06641a47
JB
7116 * autorevert.el (auto-revert-handler):
7117 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7118 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7119 Don't quote lambda.
7120
c183f693
JB
7121 * image-mode.el (image-transform-set-scale):
7122 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7123
1e3b6001
G
71242011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * net/network-stream.el (network-stream-open-starttls): Only do
7127 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7128 Upgrades via gnutls-cli are too slow to be done opportunistically.
7129
2d6af8dd
JB
71302011-04-12 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * dframe.el (dframe-current-frame): Remove spurious quote.
7133
c0749a51
GM
71342011-04-12 Glenn Morris <rgm@gnu.org>
7135
088d0d61
GM
7136 * calendar/cal-tex.el (cal-tex-end-document):
7137 Try to automatically use latin1 input if needed.
7138
c0749a51
GM
7139 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7140 Don't try to cons a mark onto an empty element.
7141
5c90fde0
LL
71422011-04-11 Leo Liu <sdl.web@gmail.com>
7143
7144 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7145 buffers.
7146 (ido-kill-buffer-at-head): Support killing virtual buffers.
7147
369e974d
CY
71482011-04-10 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * minibuffer.el (completion-show-inline-help): New var.
7151 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7152 (minibuffer-force-complete, minibuffer-complete-word):
7153 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7154
7155 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7156 to avoid interference from inline help (Bug#5849).
7157
37f1c930
LL
71582011-04-10 Leo Liu <sdl.web@gmail.com>
7159
099c39a4
JB
7160 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7161 Fix typo.
37f1c930 7162
a32d4040
CY
71632011-04-09 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * image-mode.el (image-toggle-display-image): Signal an error if
7166 not in Image mode.
7167 (image-transform-mode, image-transform-resize)
7168 (image-transform-set-rotation): Doc fix.
daca8ba5 7169 (image-transform-set-resize): Delete.
a32d4040
CY
7170 (image-transform-set-scale, image-transform-fit-to-height)
7171 (image-transform-fit-to-width): Handle image-toggle-display-image
7172 and image-transform-resize directly.
7173
099c39a4 71742011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7175
7176 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7177 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7178 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7179 (doc-view-mode-map): Add bindings for the new functions.
7180
099c39a4 71812011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7182
4d61f28d 7183 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7184 Fix typo in docstring.
7185
3726838a
EZ
71862011-04-08 Eli Zaretskii <eliz@gnu.org>
7187
04f33f1e
EZ
7188 * files.el (file-size-human-readable): Produce one digit after
7189 decimal, like "ls -lh" does.
7190
7191 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7192 the file size representation.
7193
3726838a
EZ
7194 * simple.el (list-processes): If async subprocesses are not
7195 available, error out with a clear error message.
7196
cbb59342
CY
71972011-04-08 Chong Yidong <cyd@stupidchicken.com>
7198
7199 * help.el (help-form-show): New function, to be called from C.
7200 Put help-form output in a buffer named differently than *Help*.
7201
e3971c44
EZ
72022011-04-08 Eli Zaretskii <eliz@gnu.org>
7203
7204 * files.el (file-size-human-readable): New function.
7205
7206 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7207 computing the representation inline. Don't require `cl'.
7208
12544bbe
GM
72092011-04-08 Glenn Morris <rgm@gnu.org>
7210
a1de6c6a
GM
7211 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7212
3c4671f4
GM
7213 * net/browse-url.el (browse-url-firefox):
7214 Test system-type, not system-configuration.
7215
b605679c
GM
7216 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7217 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7218 Use log-edit-empty-buffer-p. (Bug#7598)
7219
56442f0c
GM
7220 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7221 (rlogin-mode-map): Initialize in the defvar.
7222 (rlogin): Use ignore-errors.
7223
12544bbe
GM
7224 * replace.el (occur-mode-map): Some fixes for menu items.
7225
eb237b0f
AH
72262011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7227
7228 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7229
7d668f2c
CY
72302011-04-06 Chong Yidong <cyd@stupidchicken.com>
7231
e67a13ab
CY
7232 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7233 issuing unused warnings.
7234
7235 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7236 macro directly.
7237
7d668f2c
CY
7238 * simple.el: Lisp reimplement of list-processes. Based on an
7239 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7240 (process-menu-mode): New major mode.
7241 (list-processes--refresh, list-processes):
7242 (process-menu-visit-buffer): New functions.
7243
7244 * files.el (save-buffers-kill-emacs): Don't assume any return
7245 value of list-processes, which is undocumented anyway.
7246
a83ec3c9
CY
72472011-04-06 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * emacs-lisp/tabulated-list.el: New file.
7250
e91a96fe
CY
7251 * emacs-lisp/package.el: Use Tabulated List mode.
7252 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7253 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7254 table format using Tabulated List mode variables.
7255 (package--push): New macro, replacing package-list-maybe-add.
7256 (package-menu--generate): Use package--push. Renamed from
7257 package--generate-package-list.
7258 (package-menu-refresh, list-packages): Use it.
daca8ba5 7259 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7260 Return insertion data instead of inserting it directly.
099c39a4
JB
7261 (package-menu-describe-package, package-menu-execute):
7262 Use tabulated-list-get-id.
e91a96fe
CY
7263 (package-menu-mark-delete, package-menu-mark-install)
7264 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7265 (package-menu-mark-obsolete-for-deletion):
7266 Use tabulated-list-put-tag.
e91a96fe
CY
7267 (package--list-packages, package-menu-revert)
7268 (package-menu-get-package, package-menu-get-version)
7269 (package-menu-sort-by-column): Functions deleted.
7270 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7271 (package-menu--status-predicate, package-menu--version-predicate)
7272 (package-menu--name-predicate)
7273 (package-menu--description-predicate): Handle arguments in the
7274 Tabulated List format.
7275 (package-list-packages-no-fetch): Call list-packages.
7276
3e214b50
JB
72772011-04-06 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7280 (after-find-file): Don't bind it.
3e214b50
JB
7281 (revert-buffer-in-progress-p): New variable.
7282 (revert-buffer): Bind it.
7283 Pass nil for `after-find-file-from-revert-buffer'.
7284
7285 * saveplace.el (save-place-find-file-hook): Use new variable
7286 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7287
3f0f1700
GM
72882011-04-06 Glenn Morris <rgm@gnu.org>
7289
c0274801
GM
7290 * Makefile.in (AUTOGEN_VCS): New variable.
7291 (autoloads): Use $AUTOGEN_VCS.
7292
3f0f1700
GM
7293 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7294 * calendar/calendar.el (calendar-mode-map):
7295 Check for toolkit scroll bars. (Bug#8305)
7296
41ea9e48
CY
72972011-04-05 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * minibuffer.el (completion-in-region--postch)
7300 (completion-in-region-mode): Remove unnecessary messages.
7301
6194c800
JB
73022011-04-05 Juanma Barranquero <lekktu@gmail.com>
7303
33256f14
JB
7304 * font-lock.el (font-lock-refresh-defaults):
7305 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7306 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7307
6194c800
JB
7308 * info.el (Info-directory-list, Info-read-node-name-2)
7309 (Info-split-parameter-string): Doc fixes.
7310 (Info-virtual-nodes): Reflow docstring.
7311 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7312 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7313 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7314 Fix typos in docstrings.
7315 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7316 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7317 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7318 (Info-restore-desktop-buffer): Mark unused parameters.
7319 (Info-directory-find-file, Info-directory-find-node)
7320 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7321 (Info-virtual-index-find-node, Info-apropos-find-file)
7322 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7323 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7324 (Info-virtual-index): Remove unused local variable `nodename'.
7325
b87a8200 73262011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7327
b87a8200
DD
7328 * net/rcirc.el: Update my e-mail address.
7329 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 7330
3b2ff876
CY
73312011-04-05 Chong Yidong <cyd@stupidchicken.com>
7332
7333 * startup.el (command-line): Save the cursor's theme-face
7334 directly, instead of using face-override-spec.
7335
7336 * custom.el (load-theme): Minor optimization in assigning faces.
7337
8d17e7ca
JB
73382011-04-04 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * help-fns.el (describe-variable): Complete all variables having
7341 documentation, including keywords.
7342 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7343
2fbc1934
JB
73442011-04-04 Juanma Barranquero <lekktu@gmail.com>
7345
7346 Convert to lexical-binding.
7347
7348 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7349 (bs--get-marked-string, bs--get-modified-string)
7350 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7351 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7352 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7353
7354 * ehelp.el (electric-help-execute-extended)
7355 (electric-help-ctrl-x-prefix):
7356 * hexl.el (hexl-revert-buffer-function):
7357 * linum.el (linum-after-change, linum-after-scroll):
7358 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7359
7360 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7361
74f50695
DU
73622011-04-04 Daiki Ueno <ueno@unixuser.org>
7363
7364 * epa-dired.el:
7365 * epa-mail.el:
7366 * epa-hook.el:
7367 * epa-file.el:
7368 * epa.el:
7369 * epg.el: Use lexical binding.
7370
c11325f7
CY
73712011-04-03 Chong Yidong <cyd@stupidchicken.com>
7372
0d9e9a12
CY
7373 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7374
c11325f7 7375 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
7376 dictionary case for flyspell-mark-duplications-exceptions.
7377 Use regexp matching for languages.
c11325f7
CY
7378 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7379 default dictionary (Bug#7926).
7380
da91b5f2
CY
73812011-04-02 Chong Yidong <cyd@stupidchicken.com>
7382
099c39a4
JB
7383 * emacs-lisp/package.el (package--with-work-buffer):
7384 Recognize https URLs.
da91b5f2 7385
099c39a4
JB
7386 * net/network-stream.el: Move from gnus/proto-stream.el.
7387 Change prefix to network-stream throughout.
da91b5f2
CY
7388 (open-protocol-stream): Merge into open-network-stream, leaving
7389 open-protocol-stream as an alias. Handle nil BUFFER args.
7390
7391 * subr.el (open-network-stream): Move to net/network-stream.el.
7392
afa8e9f6
GM
73932011-04-02 Glenn Morris <rgm@gnu.org>
7394
1d2e369d
GM
7395 * find-dired.el (find-exec-terminator): New option.
7396 (find-ls-option): Test for -ls support.
7397 (find-ls-subdir-switches): Test for -b in find-ls-option.
7398 (find-dired, find-grep-dired): Doc fixes.
7399 (find-dired): Use find-exec-terminator.
7400
8abb7da8 7401 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
7402 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7403 (find-name-arg): Remove purecopy.
8abb7da8 7404
f3ca7378
GM
7405 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7406 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7407 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7408 accordingly. Don't add the null-device if not needed.
7409
afa8e9f6
GM
7410 * files.el (save-some-buffers): Doc fix.
7411
35eae264
EZ
74122011-04-02 Eli Zaretskii <eliz@gnu.org>
7413
7414 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7415
26b51db5
JB
74162011-04-01 Juanma Barranquero <lekktu@gmail.com>
7417
7418 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7419 Use `dolist' rather than `mapcar'.
7420
7200d79c
SM
74212011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7422
03408648 7423 Add lexical binding.
7200d79c 7424
03408648
SM
7425 * subr.el (apply-partially): Use new closures rather than CL.
7426 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7427 (dolist, dotimes): Use slightly different expansion for lexical code.
7428 (functionp): Move to C.
7429 (letrec): New macro.
7430 (with-wrapper-hook): Use it and apply-partially instead of CL.
7431 (eval-after-load): Preserve lexical-binding.
7432 (save-window-excursion, with-output-to-temp-buffer): Turn them
7433 into macros.
7200d79c 7434
03408648
SM
7435 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7436
7437 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7438 than the arglist.
7439 (help-add-fundoc-usage): Don't add `Not documented'.
7440 (help-function-arglist): Handle closures, subroutines, and new
7441 byte-code-functions.
7442 (help-make-usage): Remove leading underscores.
7443 (describe-function-1): Handle closures.
7444 (describe-variable): Use special-variable-p for completion.
7445
7446 * files.el (lexical-binding): Declare safe.
f488fb65 7447
03408648
SM
7448 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7449 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7450 (pcase): Add `let' pattern.
7451 Change memoization so it actually works.
7452 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7453 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7454 <let>: New case.
f488fb65 7455
03408648
SM
7456 * emacs-lisp/macroexp.el: Use lexical binding.
7457 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7458 Don't convert ' to #' without checking that it's indeed quoting
7459 a lambda.
7460
7461 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 7462 Use eval-sexp-add-defvars.
03408648
SM
7463 (eval-sexp-add-defvars): New fun.
7464
7465 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7466
7467 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7468 Don't autoload.
7469 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7470 than the internal `byte-compile-lambda'.
7471 (defmethod): Don't hide code under quotes.
7472 (eieio-defmethod): New `code' argument.
7473
7474 * emacs-lisp/eieio-comp.el: Remove.
7475
7476 * emacs-lisp/edebug.el (edebug-eval-defun)
7477 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7478 (edebug-toggle): Avoid `eval'.
7479
7480 * emacs-lisp/disass.el (disassemble-internal): Handle new
7481 `closure' objects.
7482 (disassemble-1): Handle new byte codes.
7483
7484 * emacs-lisp/cl.el (pushnew): Silence warning.
7485
7486 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7487 (cl-byte-compile-throw): Remove.
7488 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7489
7490 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7491 closures.
7492
7493 * emacs-lisp/cconv.el: New file.
7494
7495 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7496 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7497 (byte-compile-initial-macro-environment):
7498 Handle declare-function here.
7499 (byte-compile--lexical-environment): New var.
7500 (byte-stack-ref, byte-stack-set, byte-discardN)
7501 (byte-discardN-preserve-tos): New lap codes.
7502 (byte-interactive-p): Don't use any more.
7503 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7504 New macros.
7505 (byte-compile-lapcode): Use them and handle new lap codes.
7506 (byte-compile-obsolete): Remove.
7507 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7508 (byte-compile-arglist-warn): Check late def of inlinable funs.
7509 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7510 since they should have been expanded by now.
7511 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7512 (byte-compile-from-buffer): Remove unused second arg.
7513 (byte-compile-preprocess): New function.
7514 (byte-compile-toplevel-file-form): New function to distinguish
7515 file-form calls from outside from file-form calls from hunk-handlers.
7516 (byte-compile-file-form): Simplify.
7517 (byte-compile-file-form-defsubst): Remove.
7518 (byte-compile-file-form-defmumble): Simplify now that
7519 byte-compile-lambda always returns a byte-code-function.
7520 (byte-compile): Preprocess.
7521 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7522 Remove, not used any more.
7523 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7524 (byte-compile-make-args-desc): New funs.
7525 (byte-compile-lambda): Handle lexical functions. Always return
7526 a byte-code-function.
7527 (byte-compile-reserved-constants): New var, to make up room for
7528 closed-over variables.
7529 (byte-compile-constants-vector): Obey it.
7530 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7531 (byte-compile-macroexpand-declare-function): New function.
7532 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7533 byte-code-functions.
7534 (byte-compile-form): Check obsolescence here.
7535 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7536 (byte-compile-variable-ref): Remove.
7537 (byte-compile-dynamic-variable-op): New fun.
7538 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7539 (byte-compile-variable-set): New funs.
7540 (byte-compile-discard): Add 2 args.
7541 (byte-compile-stack-ref, byte-compile-stack-set)
7542 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7543 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7544 macroexpand-all instead.
7545 (byte-compile-quote-form): Remove.
7546 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7547 (byte-compile-bind, byte-compile-unbind): New funs.
7548 (byte-compile-let): Handle let* and lexical binding.
7549 (byte-compile-let*): Remove.
7550 (byte-compile-catch, byte-compile-unwind-protect)
7551 (byte-compile-track-mouse, byte-compile-condition-case):
7552 Handle a new :fun-body form, used for lexical scoping.
7553 (byte-compile-save-window-excursion)
7554 (byte-compile-with-output-to-temp-buffer): Remove.
7555 (byte-compile-defun): Simplify.
7556 (byte-compile-stack-adjustment): New fun.
7557 (byte-compile-out): Use it.
7558 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7559
7560 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7561 handler any more.
7562
7563 * emacs-lisp/byte-opt.el: Use lexical binding.
7564 (byte-inline-lapcode): Remove (to bytecomp).
7565 (byte-compile-inline-expand): Pay attention to inlining to/from
7566 lexically bound code.
7567 (byte-compile-unfold-lambda): Don't handle byte-code-functions
7568 any more.
7569 (byte-optimize-form-code-walker): Don't handle save-window-excursion
7570 any more and don't call compiler-macros.
7571 (byte-compile-splice-in-already-compiled-code): Remove.
7572 (byte-code): Don't inline any more.
7573 (disassemble-offset): Receive `bytes' as argument rather than via
7574 dynamic scoping.
7575 (byte-compile-tag-number): Declare before first use.
7576 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
7577 `return' even if make-spliceable.
7578 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
7579 obsolete interactive-p.
7580 (byte-optimize-lapcode): Optimize new lap-codes.
7581 Don't trip up on new form of `byte-constant' lap code.
7582
7583 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
7584
7585 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
7586
7587 * custom.el (custom-initialize-default, custom-declare-variable):
7588 Use `defvar'.
7589
7590 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
7591 New variables.
7592 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
7593 (COMPILE_FIRST): Add macroexp and cconv.
7594 * makefile.w32-in: Mirror changes in Makefile.in.
7595
7596 * vc/cvs-status.el:
7597 * vc/diff-mode.el:
7598 * vc/log-edit.el:
7599 * vc/log-view.el:
7600 * vc/smerge-mode.el:
7601 * textmodes/bibtex-style.el:
7602 * textmodes/css.el:
7603 * startup.el:
7604 * uniquify.el:
da91b5f2
CY
7605 * minibuffer.el:
7606 * newcomment.el:
7607 * reveal.el:
7608 * server.el:
7609 * mpc.el:
7610 * emacs-lisp/smie.el:
7611 * doc-view.el:
7612 * dired.el:
03408648
SM
7613 * abbrev.el: Use lexical binding.
7614
0f0c1f27
EZ
76152011-04-01 Eli Zaretskii <eliz@gnu.org>
7616
7617 * info.el (info-display-manual): New function.
7618
c82b2579
SM
76192011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
7622
221ddf68
TH
76232011-03-31 Tassilo Horn <tassilo@member.fsf.org>
7624
7625 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 7626 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 7627
cba6e77e
GM
76282011-03-31 Glenn Morris <rgm@gnu.org>
7629
e040639f
GM
7630 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
7631
cba6e77e
GM
7632 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
7633
6d0f1c9e
CS
76342011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
7635
7636 * progmodes/python.el (python-default-interpreter)
7637 (python-python-command-args, python-jython-command-args)
7638 (python-which-shell, python-which-args, python-which-bufname)
7639 (python-file-queue, python-comint-output-filter-function)
7640 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
7641 variables and functions.
7642
3e2d70fd
SM
76432011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
7646 (completion-in-region-mode): New minor mode.
7647 (completion-in-region): Use it.
7648 (completion-in-region--data, completion-in-region-mode-map): New vars.
7649 (completion-in-region--postch): New function.
7650 (completion--capf-misbehave-funs, completion--capf-safe-funs):
7651 New vars.
7652 (completion--capf-wrapper): New function.
7653 (completion-at-point): Use it to track well-behavedness of
7654 hook functions.
7655 (completion-help-at-point): New command.
7656
f3e4086c
JM
76572011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
7658
7659 * vc/add-log.el (add-change-log-entry): Don't use whitespace
7660 syntax class to search for whitespace on a single line
7661 (Message-ID: <4D938140.4030905@redhat.com>).
7662
eb7ffc14
LL
76632011-03-30 Leo Liu <sdl.web@gmail.com>
7664
7665 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
7666 New commands.
7667 (edit-abbrevs-map): Bind them here.
7668 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
7669
d806ab68
KM
76702011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
7671
7672 * allout.el (allout-hide-by-annotation, allout-flag-region):
7673 Reduce possibility of overlay leakage by making them volatile.
7674
7675 * allout-widgets.el (allout-widgets-tally): Define as nil so the
7676 hash is not shared between buffers. Mode initialization is
7677 responsible for giving it a useful starting value.
7678 (allout-item-span): Reduce possibility of overlay leakage by
7679 making them volatile.
7680 (allout-widgets-count-buttons-in-region): Add diagnostic function
7681 for tracking down button overlay leaks.
7682
ea622834
LL
76832011-03-29 Leo Liu <sdl.web@gmail.com>
7684
7685 * ido.el (ido-read-internal): Use the default history var
7686 minibuffer-history if no HISTORY is specified.
7687
b62f8267
G
76882011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
7689
03408648
SM
7690 * net/imap.el (imap-shell-open, imap-process-connection-type):
7691 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
7692 Kerberos, SSL, other subprocesses.
7693
947b6566
LL
76942011-03-28 Leo Liu <sdl.web@gmail.com>
7695
7696 * abbrev.el (abbrev-table-empty-p): New function.
7697 (prepare-abbrev-list-buffer): Place empty abbrev tables after
7698 nonempty ones. (Bug#5937)
7699
5ffb62aa
JD
77002011-03-27 Jan Djärv <jan.h.d@swipnet.se>
7701
7702 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
7703
7a097943
LL
77042011-03-27 Leo Liu <sdl.web@gmail.com>
7705
7706 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
7707 for foreground and background colors.
7708 (ansi-color-make-color-map): Adapt.
7709
c5b40130
LL
77102011-03-25 Leo Liu <sdl.web@gmail.com>
7711
1f48f7d2
LL
7712 * midnight.el (midnight-time-float): Remove. Note it calculates
7713 the microsecond component incorrectly and seconds-to-time does the
7714 same job.
625897ec 7715 Remove redundant (require 'timer).
1f48f7d2 7716
c5b40130
LL
7717 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
7718 (ido-completions): Remove unused arguments. (Bug#8329)
7719
d86d2721
SM
77202011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * minibuffer.el (completion--flush-all-sorted-completions):
7723 Remove itself from hook.
7724 (completion-at-point): Let the functions perform the completion
7725 immediately and return nil or t.
7726 * comint.el (comint-dynamic-complete-functions): Now identical to
7727 completion-at-point-functions.
7728 (comint-dynamic-list-input-ring): Remove unused var `index'.
7729 (comint--match-partial-filename, comint--unquote&expand-filename):
7730 New funs, split from comint-match-partial-filename.
7731 (comint-dynamic-complete): Use completion-at-point.
7732 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
7733
e8974c48
DA
77342011-03-24 Drew Adams <drew.adams@oracle.com>
7735
7736 * thingatpt.el: Support `defun'.
7737
def71b5e
LL
77382011-03-23 Leo Liu <sdl.web@gmail.com>
7739
cb5af48e
LL
7740 * abbrevlist.el: Move to obsolete/abbrevlist.el.
7741
def71b5e
LL
7742 * help-mode.el (help-mode-finish): Tweak regexp.
7743
927c53e7
GM
77442011-03-23 Glenn Morris <rgm@gnu.org>
7745
18d05bed
GM
7746 * eshell/esh-opt.el (eshell-eval-using-options):
7747 Do not bind unused local variable `eshell-option-stub'.
7748
927c53e7
GM
7749 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
7750
9d0da923
JB
77512011-03-22 Juanma Barranquero <lekktu@gmail.com>
7752
7753 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
7754 keymap variable in `with-no-warnings' to avoid a warning when the
7755 keymap has been already `defconst'ed.
7756
4b978a67
LL
77572011-03-22 Leo Liu <sdl.web@gmail.com>
7758
7759 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
7760 encode all chars in abbrevs; otherwise use emacs-mule or
7761 utf-8-emacs. (Bug#8308)
7762
5fd62452
JB
77632011-03-22 Juanma Barranquero <lekktu@gmail.com>
7764
0b1596c6
JB
7765 * simple.el (backward-delete-char-untabify):
7766 Avoid warning about using `delete-backward-char'.
7767
5fd62452
JB
7768 * image.el (image-type-file-name-regexps): Make it variable.
7769 `imagemagick-register-types' modifies it, and the user may want
7770 to add new extensions for known image types.
7771 (imagemagick-register-types): Throw error if not using ImageMagick.
7772
0b4e93f1
LL
77732011-03-22 Leo Liu <sdl.web@gmail.com>
7774
7775 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
7776 located before rcirc-prompt-end-marker.
7777 (rcirc-complete): Error if point is not after rcirc prompt.
7778 Handle the case when table is nil.
9882e214 7779 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 7780
fccee4ab
CY
77812011-03-22 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * custom.el (custom--inhibit-theme-enable): Make it affect only
7784 custom-theme-set-variables and custom-theme-set-faces.
7785 (provide-theme): Ignore custom--inhibit-theme-enable.
7786 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
7787 (custom-enabling-themes): Delete variable.
d86d2721
SM
7788 (enable-theme): Accept only loaded themes as arguments.
7789 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
7790 (custom-enabled-themes): Forbid themes from setting this.
7791 Eliminate use of custom-enabling-themes.
7792 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 7793
af896da6
LL
77942011-03-21 Leo Liu <sdl.web@gmail.com>
7795
7796 * ido.el (ido-read-internal): Add ido-selected to history instead
7797 of user input.
7798
78f64af0
SM
77992011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * subr.el (deferred-action-list, deferred-action-function):
7802 Mark obsolete.
7803
b16ac1ec
LL
78042011-03-21 Leo Liu <sdl.web@gmail.com>
7805
810f7698
LL
7806 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
7807 change on 2011-02-13 (bug#8309).
7808
b16ac1ec
LL
7809 * minibuffer.el (read-file-name-function): Change default value.
7810 (read-file-name--defaults): Rename from read-file-name-defaults.
7811 (read-file-name-default): Rename from read-file-name.
7812 (read-file-name): Call read-file-name-function.
7813
4e05e67e
GM
78142011-03-21 Glenn Morris <rgm@gnu.org>
7815
7816 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
7817 Doc fixes.
7818
4359915b
CY
78192011-03-21 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * cus-theme.el: Add missing provide statement.
7822 (customize-create-theme): Extract theme value correctly.
7823 (custom-theme-visit-theme): Autoload.
7824 (customize-create-theme): Prompt before inserting default faces.
7825
1fe275ee
JB
78262011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7827
7828 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
7829 units and musical notes.
7830
3ec03f7e
LL
78312011-03-20 Leo <sdl.web@gmail.com>
7832
7833 * ido.el (ido-read-internal): Use completing-read-default.
7834 (ido-completing-read): Fix compatibility with completing-read.
7835
7d476bde
CO
78362011-03-20 Christian Ohler <ohler@gnu.org>
7837
7838 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
7839 (ert-delete-all-tests): Use `called-interactively-p' rather than
7840 `interactive-p'.
7841 (ert--make-xrefs-region): Respect END.
7842
fe0fb33e
CY
78432011-03-19 Chong Yidong <cyd@stupidchicken.com>
7844
ff854b0b
CY
7845 * dired-aux.el (dired-create-directory): Signal an error if the
7846 directory already exists (Bug#8246).
7847
fe0fb33e
CY
7848 * facemenu.el (list-colors-display): Call list-faces-display
7849 inside with-help-window.
7850 (list-colors-print): Use display property to align the final
7851 column, instead of checking window-width.
7852
576bce32
EZ
78532011-03-19 Eli Zaretskii <eliz@gnu.org>
7854
4d61f28d 7855 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
7856 windows-nt systems.
7857 (emerge-protect-metachars): Quote correctly for ms-dos and
7858 windows-nt systems.
7859
89c41d68 78602011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
7861
7862 * info.el (info-initialize): Replace all uses of `:' with
7863 path-separator for compatibility with non-Unix systems.
7864 Cache quoting of path-separator. (Bug#8258)
7865
b14e3e21 78662011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
7867
7868 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
7869 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
7870 (mouse-avoidance-mode): Fix typos in docstrings.
7871
4525ce3e
CY
78722011-03-19 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * startup.el (package-subdirectory-regexp): Move from package.el.
7875 Omit \\` and \\', and let callers add them.
7876
7877 * emacs-lisp/package.el (package-strip-version)
7878 (package-load-all-descriptors): Add \\` and \\' to
7879 package-subdirectory-regexp before using it.
7880 (package-untar-buffer): New arg DIR; ensure that file untars only
7881 into this expected directory. Remove superfluous delete-region.
7882 (package-unpack): Caller changed.
7883 (package-tar-file-info): Use package-subdirectory-regexp.
7884
a904a09a 78852011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 7886
a904a09a
SM
7887 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
7888 diff-mode-shared-map (bug#8284).
7889 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
7890
78912011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7892
7893 * calendar/time-date.el (format-seconds): Use assoc instead of
7894 assoc-string, since assoc-string doesn't exist in XEmacs.
7895
171fc304
JB
78962011-03-17 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * custom.el (custom-known-themes): Reflow docstring.
7899 (custom-theme-load-path): Fix typo in docstring.
7900 (load-theme): Fix typo in error message.
7901 (custom-available-themes, custom-variable-theme-value):
7902 Use `let', not `let*'.
7903
d71990a1
JB
79042011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7905
7906 * calc/README: Mention inclusion of musical notes.
7907
7908 * calc/calc-units.el (calc-lu-quant): Rename from
7909 `calc-logunits-quantity'.
7910 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
7911 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
7912 (calc-db): Rename from `calc-dblevel'.
7913 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
7914 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
7915 (calc-np): Rename from `calc-nplevel'.
7916 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
7917 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
7918 (calc-lu-plus): Rename from `calc-logunits-add'.
7919 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
7920 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
7921 (calc-lu-minus): Rename from `calc-logunits-sub'.
7922 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
7923 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
7924 (calc-lu-times): Rename from `calc-logunits-mul'.
7925 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
7926 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
7927 (calc-lu-divide): Rename from `calc-logunits-div'.
7928 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
7929 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
7930
7931 * calc/calc-ext.el (calc-init-extensions): Update the names of the
7932 functions being autoloaded.
7933
7934 * calc/calc.el (calc-lu-power-reference): Rename from
7935 `calc-logunits-power-reference'.
7936 (calc-lu-field-reference): Rename from
7937 `calc-logunits-field-reference'.
7938
7939 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
7940
40c2934b
SM
79412011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * minibuffer.el (completion-all-sorted-completions):
7944 Use :completion-cycle-penalty text property if present.
7945
b0911414
KM
79462011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
7947
7948 * allout.el (allout-yank-processing): Adjust for new rebulleting
7949 regime so bullet being yanked is used without prompting the user
7950 for a choice.
7951
8a05b668
JB
79522011-03-16 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * startup.el (command-line): Warn the user that _emacs is deprecated.
7955
5ba5fb81
JB
79562011-03-16 Juanma Barranquero <lekktu@gmail.com>
7957
7958 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
7959 (delphi-verbose, delphi-comment-face, delphi-string-face)
7960 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
7961 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
7962 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
7963 (delphi-new-comment-line, delphi-font-lock-defaults)
7964 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
7965 Fix typos in docstrings.
7966
2dab465b
KM
79672011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
7968
5ba5fb81 7969 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
7970 Invert the roles of character and string values for INSTEAD, so a
7971 string is used for the more common case of a defaulting prompt.
7972
0adf5618
SM
79732011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * progmodes/ruby-mode.el (ruby-backward-sexp):
7976 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
7977 * play/gamegrid.el (gamegrid-make-face):
7978 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
7979 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
7980 * notifications.el (notifications-notify):
7981 * net/xesam.el (xesam-search-engines):
7982 * net/quickurl.el (quickurl-list-insert):
7983 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
7984
d72700e5
CY
79852011-03-15 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * startup.el (command-line): Update package subdirectory regexp.
7988
49c5410a
SM
79892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7990
c6eee9aa
SM
7991 * allout.el (allout-abbreviate-flattened-numbering)
7992 (allout-mode-deactivate-hook): Fix up obsolescence "date".
7993
49c5410a
SM
7994 * subr.el (read-char-choice): Only show the cursor after the prompt,
7995 not after the answer.
7996
047b2bb9
KR
79972011-03-15 Kevin Ryde <user42@zip.com.au>
7998
7999 * help-fns.el (variable-at-point): Skip leading quotes, if any
8000 (bug#8253).
8001
0a57d256
SM
80022011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8005 warning message.
8006
77c992bc
MA
80072011-03-14 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * shell.el (shell): When called interactively, offer to change the
8010 shell file name on remote hosts.
8011
eebc475d
TZ
80122011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8013
8014 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8015 integration for LDAP parameters. The host, base, user or binddn,
8016 and secret tokens can be specified in a netrc file, for instance.
8017 This is optional because an `auth-source' parameter must be
8018 specified in the search attributes.
8019
9d05d1ba
JB
80202011-03-13 Juanma Barranquero <lekktu@gmail.com>
8021
8022 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8023
09d9db2c
GM
80242011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8027 into declaration. Remove redundant and harmful binding.
8028
80292011-03-12 Eli Zaretskii <eliz@gnu.org>
8030
8031 * files.el (file-ownership-preserved-p): Pass `integer' as an
8032 explicit 2nd argument to `file-attributes'. If the file's owner
8033 is the Administrators group on Windows, and the current user is
8034 Administrator, consider that a match.
8035
8036 * server.el (server-ensure-safe-dir): Consider server directory
8037 safe on MS-Windows if its owner is the Administrators group while
8038 the current Emacs user is Administrator. Use `=' to compare
8039 numerical UIDs, since they could be integers or floats.
8040
219bd536
JB
80412011-03-12 Juanma Barranquero <lekktu@gmail.com>
8042
8043 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8044
f3afd36b
MA
80452011-03-12 Michael Albinus <michael.albinus@gmx.de>
8046
8047 Sync with Tramp 2.2.1.
8048
8049 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8050
8051 * net/trampver.el: Update release number.
8052
3aaaa6f1
SM
80532011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8054
94642599
SM
8055 * progmodes/compile.el (compilation--previous-directory): Fix up
8056 various nil/dead-marker mismatches (bug#8014).
8057 (compilation-directory-properties, compilation-error-properties):
8058 Don't call it at a position past the one we're about to change.
8059
3aaaa6f1
SM
8060 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8061 Disable obsolescence warnings in the file that declares it.
8062
14239447
KM
80632011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8064
099c39a4
JB
8065 * allout-widgets.el (allout-widgets-tally):
8066 Initialize allout-widgets-tally as a hash table rather than nil to
8067 prevent mode-line redisplay warnings. Also, clarify the module
8068 description and fix a comment typo.
14239447 8069
135e287c
JB
80702011-03-11 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * help-fns.el (describe-variable): Don't complete keywords.
8073 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8074
ffbf300e
CY
80752011-03-10 Chong Yidong <cyd@stupidchicken.com>
8076
ba08b241
CY
8077 * emacs-lisp/package.el (package-version-join): Impose a standard
8078 string representation for pre/alpha/beta version lists.
8079 (package-unpack-single): Standardize the directory name by passing
8080 it through package-version-join.
8081 (package-strip-rcs-id): Accept any version string that does not
8082 signal an error in version-to-list.
ffbf300e 8083
f346fd6b
MA
80842011-03-10 Michael Albinus <michael.albinus@gmx.de>
8085
8086 * simple.el (delete-trailing-whitespace): Return nil for the
8087 benefit of `write-file-functions'.
8088
ccb55d27
GM
80892011-03-10 Glenn Morris <rgm@gnu.org>
8090
5ceaac0c
GM
8091 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8092
02da65ff
GM
8093 * vc/vc-git.el (vc-git-program): New option.
8094 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8095 (vc-git--call): Use it.
8096
b2f603cc
GM
8097 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8098
5772caab
GM
8099 * cus-edit.el (Custom-newline): If no button at point, look
8100 for a subgroup button at start-of-line. (Bug#2298)
8101
ccb55d27
GM
8102 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8103
ec6ecaed
JD
81042011-03-10 Julien Danjou <julien@danjou.info>
8105
8106 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8107 `cursor-type' is nil.
8108
9d5aa01d
JB
81092011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8110
8111 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8112
b6a5875b
KM
81132011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8114
8115 * allout.el Summary: Change so yank of distinctive-bullet items
8116 preserves the existing header prefix, rebulleting it if necessary,
8117 rather than replacing it. This is necessary for proper operation
8118 of cooperative addons like allout-widgets.
219bd536 8119 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
8120 SOLICIT arg to INSTEAD, and interpret additionally a string value
8121 as alternate bullet to be used, instead of prompting the user for
8122 a bullet character.
8123
ee545c35
MA
81242011-03-09 Michael Albinus <michael.albinus@gmx.de>
8125
d86d2721
SM
8126 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8127 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
8128 `tramp-default-port'.
8129
c47971d7
DD
81302011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8131
8132 * net/rcirc.el (rcirc-handler-001): Remove useless
8133 with-rcirc-process-buffer.
8134 (rcirc-check-auth-status): Swap arguments to string-match.
8135
13522cb4
GM
81362011-03-09 Glenn Morris <rgm@gnu.org>
8137
0be6f4f1
GM
8138 * shell.el (shell-mode):
8139 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8140
13522cb4
GM
8141 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8142 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8143
515de2e3
CY
81442011-03-08 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * emacs-lisp/package.el (package-refresh-contents)
8147 (package-menu-execute): Use condition-case-no-debug.
8148
b511b994
MA
81492011-03-08 Michael Albinus <michael.albinus@gmx.de>
8150
8151 * simple.el (shell-command-to-string): Use `process-file'.
8152
8153 * emacs-lisp/package.el (package-tar-file-info): Handle also
8154 remote files.
8155
d86d2721
SM
8156 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8157 Use `equal' for upload base check.
b511b994 8158
25bbfb31
AM
81592011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8160
8161 * textmodes/texinfo.el (texinfo-environments):
8162 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8163
be996521
GM
81642011-03-08 Glenn Morris <rgm@gnu.org>
8165
e9c8529f
GM
8166 * cus-start.el (cursor-in-non-selected-windows):
8167 Fix :set quoting oddness. (Bug#8192)
8168
be996521
GM
8169 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8170 in some setf expressions. (Bug#2159)
8171
2bb5649e
CY
81722011-03-08 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * custom.el (custom-available-themes): Return themes in
8175 alphabetical order.
8176
33383987 8177See ChangeLog.15 for earlier changes.
e3d51b27
MR
8178
8179;; Local Variables:
8180;; coding: utf-8
e3d51b27
MR
8181;; End:
8182
33383987 8183 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8184
8185 This file is part of GNU Emacs.
8186
8187 GNU Emacs is free software: you can redistribute it and/or modify
8188 it under the terms of the GNU General Public License as published by
8189 the Free Software Foundation, either version 3 of the License, or
8190 (at your option) any later version.
8191
8192 GNU Emacs is distributed in the hope that it will be useful,
8193 but WITHOUT ANY WARRANTY; without even the implied warranty of
8194 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8195 GNU General Public License for more details.
8196
8197 You should have received a copy of the GNU General Public License
8198 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.