Comment
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5bc93c67
CY
12012-09-28 Chong Yidong <cyd@gnu.org>
2
3 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4 Add :version tag.
5
9cad61d6
SM
62012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7
e28e67b3 8 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 9
daee954c
GM
102012-09-27 Glenn Morris <rgm@gnu.org>
11
a88324d4
GM
12 * faces.el (x-display-name): Declare (for without-x builds).
13
8e5064e5
GM
14 * linum.el (linum-format): Don't autoload it. Improve :type.
15
cc1783c2
GM
16 * progmodes/tcl.el: Don't require outline when compiling.
17 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
18 * textmodes/sgml-mode.el: Don't require outline when compiling.
19 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
20
48c339f2
GM
21 * term.el (term-ansi-reset):
22 Try setting term-ansi-face-already-done to nil. (Bug#11785)
23
daee954c
GM
24 * vc/vc.el (vc-next-action): Only gripe about committing read-only
25 files for RCS and SCCS. (Bug#9781)
26
b7f42161
CY
272012-09-27 Chong Yidong <cyd@gnu.org>
28
29 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
30 change; value should be t.
31
a2e770db
SM
322012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
33
83600dc8
SM
34 * image-mode.el: Use lexical-binding.
35 (image-mode-winprops): Use t to stand for the window of
36 a buffer that's not displayed.
37 * doc-view.el (doc-view-new-window-function): Handle the new
38 t in winprops.
39 (doc-view-enlarge): Make it a real nop if the size is not changed.
40 (doc-view-display): Handle the case where the buffer is not (yet?)
41 displayed in any window.
42 (doc-view-saved-settings): New var.
43 (doc-view-mode): Use it.
44 (doc-view-fallback-mode): Set it.
45
a2e770db
SM
46 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
47 Set lexical-binding.
48 (minibuffer-eldef-shorten-default): New var.
49 (minibuffer-default-in-prompt-regexps): Use it for new default.
50 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
51
e3b60857
JB
522012-09-26 Juanma Barranquero <lekktu@gmail.com>
53
54 * international/uni-bidi.el:
55 * international/uni-category.el:
56 * international/uni-name.el:
57 * international/uni-numeric.el: Regenerate.
58
3a880af4
SM
592012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
60 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * profiler.el: New file.
63
07b1a5fb
SM
642012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
67 (testcover-reinstrument): Simplify with CSE.
68
42019c2e
JB
692012-09-26 Juanma Barranquero <lekktu@gmail.com>
70
71 * window.el (temp-buffer-window-setup): Fix typo in docstring.
72
179f044b
WS
732012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
74
75 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
76 (verilog-auto-input, verilog-auto-insert-lisp)
77 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
78 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
79 (verilog-auto-unused, verilog-auto-wire)
80 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
81 newline. Reported by Andrew Jones.
82 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
83 Reported by Brad Dobbie.
07b1a5fb
SM
84 (verilog-batch-delete-trailing-whitespace):
85 Create verilog-batch-delete-trailing-whitespace.
86 Reported by Brad Dobbie.
179f044b
WS
87 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
88 parameters from another module. Reported by Dan Katz.
89 (verilog-auto, verilog-auto-assign-modport)
90 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
91 AUTOINOUTMODPORT for UVM interface module shell generation.
92 Reported by Brad Dobbie.
93 (verilog-auto-inst-interfaced-ports): Make default nil, as more
94 standard behavior.
95 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
96 Reported by Matt Martin.
97
9c52dd5a
MR
982012-09-25 Martin Rudalics <rudalics@gmx.at>
99
100 * window.el (window--resize-child-windows): When resizing child
101 windows proportionally, process them in reverse order to
102 preserve the "when splitting a window the new one gets the odd
103 line" behavior.
104 (window--resize-root-window-vertically): When resizing the
105 minibuffer window try to affect only windows at the bottom of the
106 frame. (Bug#12419)
107
863666eb
CY
1082012-09-25 Chong Yidong <cyd@gnu.org>
109
110 * subr.el (declare): Doc fix.
111
112 * help-fns.el (help-fns--obsolete): Handle macros properly.
113
59f7af81
CY
1142012-09-25 Chong Yidong <cyd@gnu.org>
115
116 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
117 this function obsolete.
118
119 * calendar/cal-x.el (calendar-two-frame-setup)
120 (calendar-only-one-frame-setup, calendar-one-frame-setup):
121 * calendar/calendar.el (american-calendar, european-calendar)
122 (calendar-for-loop):
123 * comint.el (comint-dynamic-simple-complete)
124 (comint-dynamic-complete-as-filename, comint-unquote-filename):
125 * desktop.el (desktop-load-default):
126 * dired-x.el (dired-omit-here-always)
127 (dired-hack-local-variables, dired-default-directory):
128 * emacs-lisp/derived.el (derived-mode-class):
129 * emacs-lisp/timer.el (timer-set-time-with-usecs):
130 * emacs-lock.el (toggle-emacs-lock):
131 * epa.el (epa-display-verify-result):
132 * epg.el (epg-sign-keys, epg-start-sign-keys)
133 (epg-passphrase-callback-function):
134 * eshell/esh-util.el (eshell-for):
135 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
136 (eshell-add-to-window-buffer-names):
137 * files.el (locate-file-completion):
138 * imenu.el (imenu-example--create-c-index)
139 (imenu-example--create-lisp-index)
140 (imenu-example--lisp-extract-index-name)
141 (imenu-example--name-and-position):
142 * international/mule-cmds.el (princ-list):
143 * international/mule-diag.el (decode-codepage-char):
144 * international/mule-util.el (detect-coding-with-priority):
145 * iswitchb.el (iswitchb-read-buffer):
146 * mail/mailalias.el (mail-complete):
147 * mail/sendmail.el (mail-sent-via):
148 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
149 (mouse-major-mode-menu):
150 * password-cache.el (password-read-and-add):
151 * pcomplete.el (pcomplete-parse-comint-arguments):
152 * progmodes/sh-script.el (sh-maybe-here-document):
153 * replace.el (query-replace-regexp-eval):
154 * savehist.el (savehist-load):
155 * simple.el (choose-completion-delete-max-match):
156 * term.el (term-dynamic-simple-complete):
157 * vc/ediff-init.el (ediff-check-version):
158 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
159 * vc/vc.el (vc-diff-switches-list):
160 * view.el (view-return-to-alist-update): Likewise.
161
162 * subr.el (eval-next-after-load, makehash, insert-string)
163 (assoc-ignore-representation, assoc-ignore-case): Use declare to
164 mark obsolete.
165 (mode-line-inverse-video): Variable deleted.
166
167 * international/mule-util.el (string-to-sequence): Remove.
168
169 * calendar/calendar.el (calendar-version):
170 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
171 (icalendar-convert-diary-to-ical):
172 * cus-edit.el (custom-mode):
173 * ansi-color.el (ansi-color-unfontify-region):
174 * international/latin1-disp.el (latin1-char-displayable-p):
175 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
176 * progmodes/which-func.el (which-func-update-1):
177 Use define-obsolete-function-alias.
59f7af81
CY
178
179 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
180 * net/newst-treeview.el (newsticker-groups-filename):
181 Fix incorrect obsolescence declaration.
59f7af81
CY
182
183 * allout.el (allout-passphrase-hint-string): Likewise.
184 (allout-init): Use a declare form to mark obsolete.
185
186 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
187 this applies to functions.
188
189 * iswitchb.el (iswitchb-read-buffer): Move code of
190 iswitchb-define-mode-map here, and delete that obsolete function.
191
192 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
193 font-lock-reference-face.
194
cca96c97
GM
1952012-09-25 Glenn Morris <rgm@gnu.org>
196
b06eeda8
GM
197 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
198 Doc fixes.
199
cca96c97
GM
200 * eshell/em-term.el (eshell-term-name):
201 Default to term-term-name. (Bug#12485)
202
dc4f818b
FEG
2032012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
204
cca96c97
GM
205 * progmodes/python.el (python-shell-send-buffer): Better handling
206 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 207
289c24bd
GM
2082012-09-24 Glenn Morris <rgm@gnu.org>
209
210 * eshell/esh-cmd.el (eshell-find-alias-function):
211 Tighten up file-name regexp. (Bug#12499)
212
8fb8b88f
FEG
2132012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
214
215 Enhancements for triple-quote string syntax.
216 * progmodes/python.el (python-quote-syntax): Remove.
217 (python-syntax-propertize-function): New value.
07b1a5fb
SM
218 (python-syntax-count-quotes, python-syntax-stringify):
219 New functions.
8fb8b88f 220
6c27f0f8
CY
2212012-09-24 Chong Yidong <cyd@gnu.org>
222
a5f2b6ec
CY
223 * mail/supercite.el (sc-version): Remove obsolete function.
224 (sc-describe): Don't mark as obsolete, since it is bound.
225 (sc-submit-bug-report): Remove.
226
227 * vc/log-edit.el (cvs-changelog-full-paragraphs)
228 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
229 (log-edit-require-final-newline)
230 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
231
232 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
233 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
234 * vc/vc.el (vc-checkout-carefully): Likewise.
235
236 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
237 (emerge-version): Remove.
238
239 * progmodes/compile.el (compile-internal): Remove.
240 (compilation-parse-errors-function): Fix typo.
241
242 * international/mule.el (set-char-table-default): Remove.
243 (set-coding-priority, make-coding-system, generic-char-p)
244 (charset-list, charset-bytes, charset-id): Use declare to mark
245 functions as obsolete.
246
247 * vc/pcvs-defs.el (cvs-buffer-name-alist)
248 (cvs-invert-ignore-marks): Remove references to obsolete vars.
249 * vc/vc-hooks.el (vc-default-registered): Don't use
250 vc-master-templates.
251
07b1a5fb
SM
252 * font-lock.el (font-lock-reference-face):
253 Use define-obsolete-variable-alias.
6c27f0f8
CY
254
255 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
256 * calendar/calendar.el (calendar-font-lock-keywords):
257 * calendar/diary-lib.el (diary-font-lock-keywords)
258 (diary-fancy-font-lock-keywords):
259 * textmodes/reftex-sel.el (reftex-insert-docstruct):
260 * textmodes/reftex-index.el (reftex-insert-index):
261 * textmodes/reftex-cite.el (reftex-format-bib-entry):
262 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
263 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
264 * progmodes/prolog.el (prolog-font-lock-keywords):
265 * progmodes/idlwave.el (idlwave-idl-keywords):
266 * progmodes/ada-mode.el (ada-font-lock-keywords):
267 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
268
bcc0adbf
GM
2692012-09-24 Glenn Morris <rgm@gnu.org>
270
271 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
272
095bb823
FEG
2732012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
274
275 * progmodes/python.el (python-indent-line): More consistent cursor
276 movement behavior.
277
70efc5c9
SM
2782012-09-23 Stefan Merten <smerten@oekonux.de>
279
280 * textmodes/rst.el: Fix compiler warning.
281
2f438239
RW
2822012-09-23 Roland Winkler <winkler@gnu.org>
283
07b1a5fb
SM
284 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
285 Transcribe also LaTeX hyphenation.
2f438239
RW
286 (bibtex-reformat): Bug fix. Do not quote twice the elements of
287 bibtex-reformat-previous-options.
288
936ad041
RW
2892012-09-23 Roland Winkler <winkler@gnu.org>
290
291 * proced.el (proced-renice-command): New variable.
292 (proced-marked-processes): New function.
293 (proced-with-processes-buffer): New macro.
294 (proced-send-signal): Use them.
295 (proced-renice): New command bound to r.
296
6fab0274
RW
2972012-09-23 Roland Winkler <winkler@gnu.org>
298
299 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
300 ibuffer-saved-filter-groups has one element, shortcut the call of
301 completing-read. (Bug#12331)
302
9a930676
CY
3032012-09-23 Chong Yidong <cyd@gnu.org>
304
305 * bindings.el (mode-line-toggle-read-only):
306 * bs.el (bs-toggle-readonly):
307 * buff-menu.el (Buffer-menu-toggle-read-only):
308 * dired.el (dired-toggle-read-only):
309 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
310
d07ff9db
CY
3112012-09-23 Chong Yidong <cyd@gnu.org>
312
313 * image.el (image-type-available-p): Adapt to init-image-library
314 argument changes.
315
51c4474e
JL
3162012-09-22 Juri Linkov <juri@jurta.org>
317
318 * dired.el (dired-mode-map): Add [remap read-only-mode] for
319 `dired-toggle-read-only'. (Bug#12462)
320
43bf5e8e
MR
3212012-09-22 Martin Rudalics <rudalics@gmx.at>
322
323 * subr.el (temp-output-buffer-show): New function.
324 (with-output-to-temp-buffer): Call temp-output-buffer-show
325 instead of internal-temp-output-buffer-show.
326
c88b867f
CY
3272012-09-22 Chong Yidong <cyd@gnu.org>
328
3df47cd5
CY
329 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
330 (Bug#12462).
331
c88b867f
CY
332 * repeat.el (repeat): Doc fix (Bug#12348).
333
334 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
335 (Bug#10909).
336
337 * simple.el (shell-command-on-region): Doc fix.
3171e303 338 (read-only-mode): Doc fix.
c88b867f 339
df9685f3
EZ
3402012-09-22 Eli Zaretskii <eliz@gnu.org>
341
342 * emacs-lisp/timer.el (run-with-idle-timer)
343 (timer-activate-when-idle): Warn against reinvoking an idle timer
344 from within its own timer action. (Bug#12447)
345
8e17c9ba
MR
3462012-09-22 Martin Rudalics <rudalics@gmx.at>
347
348 * cus-start.el (window-combination-limit): Add new optional
349 values.
350 * window.el (temp-buffer-window-show)
351 (window--try-to-split-window): Handle new values of
352 window-combination-limit (Bug#1806).
353 (split-window): Test window-combination-limit for t instead of
354 non-nil.
355 (display-buffer-at-bottom): New buffer display action function.
356 * help.el (temp-buffer-resize-regexps): New option.
357 (temp-buffer-resize-mode): Rewrite doc-string.
358 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 359 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 360
48a24920
SM
3612012-09-22 Stefan Merten <smerten@oekonux.de>
362
70efc5c9 363 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
364 (rst-official-version)
365 (rst-package-emacs-version-alist): Sync with official version
366 V1.4.0.
367 (rst-faces-defaults, rst-set-level-default)
368 (rst-level-face-max, rst-level-face-base-color)
369 (rst-level-face-base-light, rst-level-face-format-light)
370 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
371 (rst-adornment-faces-alist): Match new setup.
372 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
373 (rst-level-5, rst-level-6): New faces.
374
82f8cd94
CY
3752012-09-22 Chong Yidong <cyd@gnu.org>
376
377 * simple.el (undo): Handle indirect buffers (Bug#8207).
378
acfa068f 3792012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
380
381 IDO: Disable match re-ordering for buffer switching.
2bc9406c 382 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
383 (ido-set-matches-1): Use it. (Bug#2042)
384
acfa068f 3852012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
386
387 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
388 Fix 2011-05-17 change. (Bug#12418)
389
acfa068f 3902012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
391
392 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
393
acfa068f 3942012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
395
396 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
397 Be more robust about locating simple.el.
398
acfa068f 3992012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
400
401 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
402
acfa068f
CY
4032012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
404
405 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
406
41a97e6f
JL
4072012-09-20 Juri Linkov <juri@jurta.org>
408
eb2deaff
JL
409 * replace.el (query-replace-read-from): Use `read-regexp' instead
410 of `read-from-minibuffer' when `regexp-flag' is non-nil.
411 (occur-read-primary-args): Use `read-regexp' instead of
412 `read-string'.
413 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
414 `read-from-minibuffer'.
415 * isearch.el (isearch-occur): Use `read-regexp' instead of
416 `read-string'.
417 * dired.el (dired-read-regexp): Use `read-regexp' instead of
418 `read-from-minibuffer'.
419 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
420 of `read-string'. (Bug#7567)
421
5825610b
JL
422 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
423 and allow accepting a list of strings prepended to a list of
424 standard default values. Doc fix. (Bug#12321)
425
eebbf404
JL
426 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
427
41a97e6f
JL
428 * replace.el (read-regexp): Don't add ": " when PROMPT already
429 ends with a colon and space. (Bug#12321)
430
c9e452d3
TH
4312012-09-20 Tassilo Horn <tsdh@gnu.org>
432
433 * doc-view.el (doc-view-display): Better fix for the cl-assertion
434 error.
435
ee97deee
SM
4362012-09-20 Stefan Merten <smerten@oekonux.de>
437
70efc5c9 438 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
439 Fixes feature request bug#11711.
440 (rst-mode): Create `imenu-create-index-function'.
441 (rst-get-stripped-line): Delete after refactoring.
442 (rst-section-tree, rst-section-tree-rec)
443 (rst-section-tree-point): Refactor and document properly.
444 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
445 (rst-imenu-convert-cell, rst-imenu-create-index):
446 New function.
ee97deee 447
f490dab9
SM
4482012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
449
95b9712e
SM
450 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
451 (macroexp--expand-all): Use it.
452 (macroexp--funcall-and-return): Remove by folding it into its sole
453 caller (macroexp--warn-and-return).
454 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
455 Use macroexp--obsolete-warning.
456
f490dab9
SM
457 * calc/calc.el: Fix last change by removing the whole chunk, since it
458 was only needed back when Calc was not bundled.
459
96e8d411
MR
4602012-09-20 Martin Rudalics <rudalics@gmx.at>
461
462 * emacs-lisp/debug.el (debug): Restore assignment to
463 debugger-old-buffer removed on 2012-09-08.
464
0876a82d
JL
4652012-09-20 Juri Linkov <juri@jurta.org>
466
467 * dired-aux.el (dired-diff): Remove (require 'diff) since
468 `diff-latest-backup-file' is now autoloaded.
469
9f7c28f0
CY
4702012-09-20 Chong Yidong <cyd@gnu.org>
471
472 * vc/diff.el (diff-latest-backup-file): Autoload.
473
7a04bee9
SM
4742012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
475
e6f0a80d
SM
476 * calc/calc.el: Remove redundant autoload shape check.
477 (sel-mode): Don't defvar.
478 (calc-get-stack-element): Add `sel-mode' arg instead.
479 (calc-top, calc-top-list): Pass it this additional argument.
480 * calc/calc-store.el (calc-store-map):
481 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
482 (calc-map-equation, calc-outer-product, calc-inner-product):
483 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
484
7a04bee9
SM
485 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
486
12734222
JL
4872012-09-19 Juri Linkov <juri@jurta.org>
488
489 * dired-aux.el (dired-diff): Add (require 'diff) because
490 `diff-latest-backup-file' is not autoloaded.
491 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
492 of `dired-get-filename' to t to not report error when there is
493 no default file on the current line.
494
46624b4f
SM
4952012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
496
ce97595b
SM
497 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
498 macroexp--eval-if-compile.
499 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
500 (macroexp--expand-all): Use them (bug#12371).
501
46624b4f
SM
502 * doc-view.el (doc-view-guess-paper-size)
503 (doc-view-scale-bounding-box): Fix unbound `caddr'.
504
db8a5a18
TH
5052012-09-19 Tassilo Horn <tsdh@gnu.org>
506
507 New feature: set optimal slice from BoundingBox information.
508 * doc-view.el (doc-view-mode-map): Add keybinding.
509 (doc-view-menu): Add menu entry.
510 (doc-view-set-slice): Adapt docstring.
511 (doc-view-get-bounding-box, doc-view-guess-paper-size)
512 (doc-view-scale-bounding-box)
513 (doc-view-set-slice-from-bounding-box): New functions.
514 (doc-view-paper-sizes): New defvar.
515
69f6644c
GM
5162012-09-19 Glenn Morris <rgm@gnu.org>
517
35f5b19d
GM
518 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
519 (byte-compile-log-warning): Autoload. (Bug#12371)
520
69f6644c
GM
521 * calendar/calendar.el (calendar-american-month-header)
522 (calendar-european-month-header, calendar-iso-month-header)
523 (calendar-month-header): New options.
524 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
525 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
526
e543ae91
JD
5272012-09-19 Jan Djärv <jan.h.d@swipnet.se>
528
529 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
530
2fd5e67d
JL
5312012-09-18 Juri Linkov <juri@jurta.org>
532
533 * dired-aux.el (dired-diff): Restore original functionality of
534 getting the default value, but keep new feature of using the
535 latest existing backup file (`diff-latest-backup-file').
536
42917e79
JL
5372012-09-18 Juri Linkov <juri@jurta.org>
538
539 * dired.el (dired-mark): If the region is active in Transient Mark
540 mode, mark all files in the active region. Doc fix.
541 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
542 Doc fix. (Bug#10624)
543
20f70ede
JL
5442012-09-18 Juri Linkov <juri@jurta.org>
545
546 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
547 attributes for M-n are pulled from the file at point.
548 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
549 Suggested by Drew Adams. (Bug#10624)
550
32fb8162
DG
5512012-09-18 Dmitry Gutov <dgutov@yandex.ru>
552
553 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
554 whitespace after "end".
555 (ruby-do-end-to-brace): Collapse block to one line if it fits
556 within fill-column.
557
37ab5092
MR
5582012-09-18 Martin Rudalics <rudalics@gmx.at>
559
560 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
561 value.
562 (debug): Don't remove debugger window when debugger is expected
563 to be back.
564
ed1f0bd3
CY
5652012-09-18 Chong Yidong <cyd@gnu.org>
566
567 * custom.el (defface): Doc fix.
568
569 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
570
a11035b8
MB
5712012-09-18 Martin Blais <blais@furius.ca> (tiny change)
572
573 * progmodes/compile.el (compilation-start): Use compilation-always-kill
574 to initialize query-on-exit; then test that instead (bug#12288).
575
64f6a736
SM
5762012-09-17 Stefan Merten <smerten@oekonux.de>
577
70efc5c9 578 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
579 (rst-defcustom-testcover, rst-testcover-add-compose)
580 (rst-testcover-add-1value): New functions.
581 (rst-portable-mark-active-p): Replace by `use-region-p'.
582 (rst-update-section, rst-classify-adornment)
583 (rst-find-title-line): Mark `1value' forms.
584 (rst-classify-adornment): Remove superfluous form.
585 (rst-update-section, rst-get-adornments-around)
586 (rst-adornment-complete-p, rst-get-next-adornment)
587 (rst-adjust, rst-promote-region)
588 (rst-display-adornments-hierarchy, rst-straighten-adornments)
589 (rst-find-pfx-in-region, rst-section-tree-rec)
590 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
591 (rst-toc-node, rst-toc, rst-forward-section)
592 (rst-iterate-leftmost-paragraphs)
593 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
594 (rst-bullet-list-region)
595 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
596 (rst-compile-find-conf, rst-compile)
597 (rst-repeat-last-character): Fix style.
598
580bd868
CY
5992012-09-17 Chong Yidong <cyd@gnu.org>
600
601 * comint.el (comint--complete-file-name-data): Don't add a space
602 if the status is `sole'; that adds a gratuitous space in the
603 completion-cycling case (Bug#12092).
604
605 * pcomplete.el (pcomplete-completions-at-point): Likewise.
606
69de3ec6
RS
6072012-09-17 Richard Stallman <rms@gnu.org>
608
0dee970c
RS
609 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
610 only in the mime-shown mode, not in raw mode.
611 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 612 mime processing. (Bug#12305)
0dee970c 613
6b250df6
GM
614 * mail/rmail.el (rmail-retry-failure):
615 Turn off mime processing first. (Bug#12037)
acb1c47b 616
69de3ec6
RS
617 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
618
d079ee5f
CY
6192012-09-17 Chong Yidong <cyd@gnu.org>
620
621 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
622 (shell-dynamic-complete-functions): Convert to defcustom.
623 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
624
865fe16f
CY
625 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
626 * comint.el (comint-prompt-read-only):
627 * custom.el (defcustom):
628 * hi-lock.el (hi-lock-mode):
629 * ibuffer.el (ibuffer-formats):
630 * ielm.el (ielm-prompt-read-only):
631 * novice.el (disable-command):
632 * saveplace.el (toggle-save-place):
633 * speedbar.el (speedbar-supported-extension-expressions):
634 * startup.el (auto-save-list-file-prefix, init-file-user)
635 (after-init-hook, inhibit-startup-echo-area-message):
636 * strokes.el (strokes-help):
637 * time-stamp.el (time-stamp):
638 * calendar/calendar.el (calendar, diary-file):
639 * calendar/diary-lib.el (diary-mail-entries, diary)
640 (diary-list-entries-hook):
641 * calendar/holidays.el (holidays, calendar-holidays):
642 * calendar/lunar.el (lunar-phases):
643 * calendar/solar.el (sunrise-sunset):
644 * emulation/edt.el (edt-load-keys):
645 * emulation/viper.el (viper-mode):
646 * eshell/em-alias.el (eshell-command-aliases-list):
647 * eshell/esh-util.el (eshell-convert-numeric-arguments):
648 * international/ogonek.el (ogonek-information):
649 * net/tramp-cmds.el (tramp-bug):
650 * net/quickurl.el (quickurl-reread-hook-postfix):
651 * play/decipher.el (decipher-font-lock-keywords):
652 * progmodes/cc-styles.el (c-set-style):
653 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
654 * progmodes/inf-lisp.el (inferior-lisp-prompt):
655 * progmodes/octave-mod.el (octave-mode):
656 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
657 * progmodes/verilog-mode.el (verilog-read-defines):
658 * textmodes/two-column.el (2C-mode): Likewise.
659
48093eb9
KY
6602012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
661
662 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
663 that holds many addresses.
664
c584eaf9
CY
6652012-09-16 Chong Yidong <cyd@gnu.org>
666
40d70ecb
CY
667 * align.el (align-areas): Call the indication function with
668 positions instead of markers for arguments (Bug#12343).
669
1667e065
CY
670 * files.el (parse-colon-path): Use split-string (Bug#12351).
671
fdc2806d 672 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 673 (display-buffer-function): Mark as obsolete.
fdc2806d 674
f1be615c 675 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
676 values similar to font-lock-keywords (Bug#12136).
677 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
678 (compilation-error-regexp-alist): Doc fix.
679
f40a9709
GM
6802012-09-15 Glenn Morris <rgm@gnu.org>
681
72aa16e1
GM
682 * version.el (emacs-bzr-version-bzr): New function.
683 (emacs-bzr-get-version): Add optional EXTERNAL argument.
684
82375160
GM
685 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
686 checkouts, check the parent dirstate matches the branch.
687 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
688 empty string.
689
f40a9709
GM
690 * version.el (emacs-bzr-version): Doc fix.
691 (emacs-bzr-version-dirstate): New function.
692 (emacs-bzr-get-version): For lightweight checkouts, if the parent
693 is local try and check that it matches the branch. If not, just
694 use dirstate information. (Bug#12441)
695
cb26b7f5
JL
6962012-09-14 Juri Linkov <juri@jurta.org>
697
698 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
699 (Bug#12399)
700
2de39f08
SM
7012012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
702
0fb3cb7c
SM
703 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
704
2de39f08
SM
705 * emacs-lisp/edebug.el: Miscellaneous cleanup.
706 Remove obsolete byte-compiler hack that tried to silence some warnings.
707 (edebug-submit-bug-report): Remove.
708 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
709 Remove aliases, use the un-prefixed name instead.
710 (edebug-pop-to-buffer): Consider other frames.
711 (edebug-original-read):: Make it more obvious that it's always defined.
712 (edebug--make-form-data-entry, edebug--form-data-name)
713 (edebug--form-data-begin, edebug--form-data-end): Rename from the
714 single-dashed name, and implement with cl-defstruct.
715 (edebug-set-form-data-entry): Use the standard accessors.
716 (edebug-make-top-form-data-entry): Use push.
717 (edebug-no-match): Drop useless `funcall'.
718 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
719 to functions.
720 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
721 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
722 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
723 (easy-menu-define, with-custom-print): Remove redundant specs.
724 (edebug-outside-overriding-local-map)
725 (edebug-outside-overriding-terminal-local-map): Remove, unused.
726 (edebug--display): Bind unread-command-events directly to nil rather
727 than binding it to unread-command-events and later setting it to nil.
728 (edebug--display): Kill edebug-eval-buffer here...
729 (edebug--recursive-edit): ...rather than here.
730 Bind standard-output and standard-input.
731 (edebug-eval): Check cl-macroexpand-all is fboundp.
732 (edebug-temp-display-freq-count): Fix last change.
733
734 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
735 * subr.el (noreturn, 1value): Add `debug' spec.
736 * emacs-lisp/advice.el: Require cl-lib.
737 (ad-copy-tree): Remove, use copy-tree instead.
738 (ad-dolist): Remove use dolist or cl-dolist instead.
739 (ad-do-return): Remove, use cl-return instead.
740 (defadvice): Add `debug' spec.
741
5b68b333
JL
7422012-09-13 Juri Linkov <juri@jurta.org>
743
744 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
745 (Bug#12399)
746
b9800ec4
GM
7472012-09-13 Glenn Morris <rgm@gnu.org>
748
6a2e6868
GM
749 * calc/calc.el (math-compose-expr):
750 * calc/calc-ext.el (math-compose-expr):
751 * progmodes/cc-defs.el (cl-macroexpand-all):
752 * progmodes/cc-langs.el (delete-duplicates, mapcan)
753 (cl-macroexpand-all): Update declarations.
754
b9800ec4
GM
755 * vc/vc.el: No need to require ediff.
756 (ediff-load-version-control): Declare.
757 (ediff-vc-internal): Fix declaration.
758 (vc-version-ediff): Require ediff.
759
c18e885b
PE
7602012-09-13 Paul Eggert <eggert@cs.ucla.edu>
761
762 Use a more backwards-compatible timer format (Bug#12430).
763 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
764 being right after USECS, as that better supports old code that
765 inadvisedly looked directly at the timer vector.
766
d607d303
KH
7672012-09-13 Kenichi Handa <handa@gnu.org>
768
769 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
770 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
771 `coding-priority' property of these language environment.
772
72eac303
PE
7732012-09-13 Paul Eggert <eggert@cs.ucla.edu>
774
775 Fix glitches caused by addition of psec to timers (Bug#12430).
776 * image.el (image-animate-timer):
777 * time.el (display-time-world-timer):
778 Use timer--function and timer--args rather than raw access to
779 timer vector.
780
2168fe4f
GM
7812012-09-13 Glenn Morris <rgm@gnu.org>
782
783 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
784 If not compiling a file, try using load-file-name.
785
bd8d6108
SM
7862012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
787
c0c54fbd
SM
788 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
789 Fix last change.
790 (edebug-update-eval-list): Use `push'.
791
bd8d6108
SM
792 * emacs-lisp/edebug.el: Use lexical-binding.
793 Remove the "edebug-" prefix from non-dynamically-scoped variables.
794 Mark unused args with underscore.
795 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
796 (edebug-form-data): Use defvar-local.
797 (edebug-make-before-and-after-form, edebug-make-after-form):
798 Use backquote.
799 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
800 Not dynamically scoped any more.
801 (edebug--enter-trace): Add arguments `function' and `args'.
802 Rename from edebug-enter-trace.
803 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
804 (edebug--update-coverage): Add `after-index' and `value' args.
805 Rename from edebug-update-coverage.
806 (edebug-slow-after): Call it accordingly.
807 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
808 edebug-recursive-edit.
809 (edebug--display): Call it accordingly. Add args `value',
810 `offset-index', and `arg-mode'. Rename from edebug-display.
811 (edebug-debugger, edebug): Call it accordingly.
812 (edebug-eval-display-list): Use dolist.
813
a9f9d9de
JL
8142012-09-12 Juri Linkov <juri@jurta.org>
815
816 * info.el (Info-search): Don't check for isearch-mode and
817 isearch-regexp before let-binding search-spaces-regexp to
818 Info-search-whitespace-regexp.
819 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
820 search-whitespace-regexp if isearch-lax-whitespace or
821 isearch-regexp-lax-whitespace is non-nil.
822 (Info-mode): Don't set local variable search-whitespace-regexp.
823 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
824
bfeae2cf
SM
8252012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
828 (debugger-env-macro): Remove support for unread-command-char.
829
830 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
831 the temporary map re-appearing on emulation-mode-map-alists.
832
833 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
834 since 22.1.
835
836 * ehelp.el (with-electric-help): Accept functions in
837 electric-help-form-to-execute.
838 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
839 And replace unread-command-char -> unread-command-events.
840
fbbcaf1b
MA
8412012-09-12 Michael Albinus <michael.albinus@gmx.de>
842
843 Sync with Tramp 2.2.6.
844
845 * net/tramp.el (tramp-accept-process-output): Don't use
846 JUST-THIS-ONE in the XEmacs case.
847
848 * net/trampver.el: Update release number.
849
4dece104
MR
8502012-09-12 Martin Rudalics <rudalics@gmx.at>
851
bfeae2cf
SM
852 * emacs-lisp/debug.el (debugger-previous-window-height):
853 New variable.
4dece104
MR
854 (debug): When debugger-jumping-flag is non-nil try to restore
855 height of debugger window. (Bug#8789)
856
45b82ad0
SM
8572012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
858
60c49c0f
SM
859 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
860 overriding-local-map and pre/post-command-hook here.
861 (edebug-recursive-edit): Do it here instead (bug#12345).
862 (edebug-outside-unread-command-char): Remove all uses of
863 unread-command-char.
864
45b82ad0
SM
865 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
866 inhibit-debugger is bound instead.
867
baa26ea0
BG
8682012-09-11 Bastien Guerry <bzg@gnu.org>
869
870 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 871 (Bug#12346)
baa26ea0 872
04e8abfa
BG
8732012-09-11 Bastien Guerry <bzg@gnu.org>
874
96d03571 875 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 876 (Bug#12347)
96d03571
BG
877
8782012-09-11 Bastien Guerry <bzg@gnu.org>
879
fc0c31f8 880 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 881
04e082b0
MM
8822012-09-10 Michael R. Mauger <mmaug@yahoo.com>
883
884 * progmodes/sql.el: Version 3.1
885 (sql-db2-escape-newlines): New variable.
886 (sql-escape-newlines-filter): Use it.
887
399a361b
JB
8882012-09-10 Juanma Barranquero <lekktu@gmail.com>
889
890 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
891
0780c517
DN
8922012-09-10 Dan Nicolaescu <dann@gnu.org>
893
45b82ad0
SM
894 * vc/diff-mode.el (diff-mode-menu):
895 Bind diff-remove-trailing-whitespace.
0780c517 896
9b851e25
SM
8972012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
900 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
901 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
902 (eval-sexp-add-defvars): Don't skip defvars in column >0.
903 (eval-defun-2): Remove bogus interactive spec.
904 (lisp-indent-line): Remove redundant whole-exp code, now done in
905 indent-according-to-mode.
906 (save-match-data): Remove redundant indent data.
907
908 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
909 Use `declare'.
910
3231d532
JL
9112012-09-09 Juri Linkov <juri@jurta.org>
912
913 * replace.el (replace-regexp-lax-whitespace): New defcustom.
914 (replace-lax-whitespace, query-replace-regexp)
915 (query-replace-regexp-eval, replace-regexp): Doc fix.
916 (perform-replace, replace-highlight): Let-bind
917 isearch-lax-whitespace to replace-lax-whitespace and
918 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
919
920 * isearch.el (isearch-query-replace): Let-bind
921 replace-lax-whitespace to isearch-lax-whitespace and
922 replace-regexp-lax-whitespace to
923 isearch-regexp-lax-whitespace. (Bug#10885)
924
70fe8236
SM
9252012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
928
8ed43f15
AM
9292012-09-09 Alan Mackenzie <acm@muc.de>
930
70fe8236
SM
931 * progmodes/cc-engine.el (c-state-cache-init):
932 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
933 (c-record-parse-state-state):
934 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 935
bfabf70a
AS
9362012-09-09 Andreas Schwab <schwab@linux-m68k.org>
937
938 * register.el (register-separator): Rename from
939 separator-register. All uses changed. Doc fix.
940 (register): Fix version.
941
011474aa
CY
9422012-09-09 Chong Yidong <cyd@gnu.org>
943
944 * replace.el (query-replace-map): Bind four new symbols for
945 requesting window scrolling.
946
947 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
948 query-replace-map (Bug#8948).
949
950 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
951
952 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
953 since they are now in query-replace-map.
954
955 * window.el (scroll-other-window-down): Make the arg optional.
956
a8b7cd8d
CY
9572012-09-09 Chong Yidong <cyd@gnu.org>
958
959 * files.el (hack-local-variables-confirm): Use quit-window to kill
960 the *Local Variables* buffer.
961
c3268831
DG
9622012-09-08 Dmitry Gutov <dgutov@yandex.ru>
963
964 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
965 not just expect to be at its beginning. Adjust callees.
966 Succeed when do-end block has no space before the pipe character.
967 (ruby-brace-to-do-end): When the original block is one-liner,
968 convert to multiline. Reindent the result.
969
0979429b
J
9702012-09-08 Jambunathan K <kjambunathan@gmail.com>
971
972 * register.el (register): New group.
973 (register-separator): New user option.
974 (increment-register): Route it to `append-to-register', if
975 register contains text. Implication is that `C-x r +' can now be
976 used for appending to a text register (bug#12217).
977 (append-to-register, prepend-to-register): Add separator based on
978 `register-separator.
979
ace2989a
AM
9802012-09-08 Alan Mackenzie <acm@muc.de>
981
982 AWK Mode: make auto-newline work when there's "==" in the pattern.
983 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
984 correctly.
0979429b
J
985 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
986 Test more rigorously for "=" token.
ace2989a 987
616c6c36
DG
9882012-09-08 Dmitry Gutov <dgutov@yandex.ru>
989
0979429b
J
990 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
991 Only fail when reached LIMIT.
616c6c36 992
35d98877
CY
9932012-09-08 Chong Yidong <cyd@gnu.org>
994
995 * dired.el (dired-mode-map): Don't bind M-=.
996
997 * dired-aux.el (dired-diff): Use backup file as default.
998
1715f2db
DA
9992012-09-08 Drew Adams <drew.adams@oracle.com>
1000
1001 * subr.el (add-to-history): Fix delete usage (Bug#12314).
1002
6dcef6ec
CY
10032012-09-08 Chong Yidong <cyd@gnu.org>
1004
1005 * subr.el (syntax-after, syntax-class): Doc fix.
1006
fa2bcf43
MR
10072012-09-08 Martin Rudalics <rudalics@gmx.at>
1008
1009 * window.el (display-buffer-in-previous-window): New buffer
1010 display action function.
1011
1012 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1013 (debugger-previous-window): New variable.
1014 (debug): Rewrite using display-buffer-in-previous-window,
1015 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
1016
daac280a
SM
10172012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
1020
9dd40b00
MM
10212012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
1022
daac280a
SM
1023 * progmodes/python.el (python-shell-send-string):
1024 When default-directory is remote, create temp file on remote
9dd40b00
MM
1025 filesystem.
1026 (python-shell-send-file): When file is remote, pass local view of
1027 file paths to remote Python interpreter. (Bug#12340)
1028
145823ec
CY
10292012-09-07 Chong Yidong <cyd@gnu.org>
1030
cee2e90d
CY
1031 * window.el (switch-to-buffer): Doc fix (Bug#12181).
1032
0d7eb2ea
CY
1033 * files.el (after-find-file): Don't fail on a read-only buffer if
1034 require-final-newline is `visit' or `visit-save' (Bug#11156).
1035
145823ec
CY
1036 * subr.el (read-char-choice): Allow quitting via ESC ESC.
1037
daac280a
SM
1038 * userlock.el (ask-user-about-supersession-threat):
1039 Use read-char-choice (Bug#12093).
145823ec 1040
74c582e6
CY
10412012-09-07 Chong Yidong <cyd@gnu.org>
1042
e5c2edf7
CY
1043 * subr.el (buffer-narrowed-p): New function.
1044
1045 * ses.el (ses-widen):
1046 * simple.el (count-words--buffer-message):
1047 * net/browse-url.el (browse-url-of-buffer): Use it
1048
1049 * simple.el (count-words-region): Don't signal an error if there
1050 is a non-nil prefix arg and the mark is not set.
c640e87d 1051
74c582e6
CY
1052 * help.el (describe-key-briefly): Allow the message to be seen
1053 when invoked from the minibuffer (Bug#7014).
1054
d81ceaaf
DG
10552012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1056
1057 * progmodes/ruby-mode.el (ruby-end-of-defun)
1058 (ruby-beginning-of-defun): Simplify, allow indentation before
1059 block beginning and end keywords.
8f06acce
DG
1060 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1061 (ruby-end-of-defun): Expect that the point is at the beginning of
1062 the defun.
d81ceaaf 1063
d458ef98
SM
10642012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1067 (bug#12367).
1068 (cl--make-usage-args): Strip _ from argument names.
1069
20367d28
RS
10702012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1071
1072 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1073 obsolete alias speedbar-key-map.
1074 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1075 (vhdl-index-menu-init): Don't use obsolete variable
1076 font-lock-maximum-size.
1077
3424a4f6
CY
10782012-09-06 Chong Yidong <cyd@gnu.org>
1079
1080 * frame.el (window-system-version): Mark as obsolete.
1081
fcbfbdea
CY
1082 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1083 of obsolete variable speedbar-key-map.
1084
826b3235
JL
10852012-09-06 Juri Linkov <juri@jurta.org>
1086
1087 * replace.el (replace-lax-whitespace): New defcustom.
1088 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1089 (replace-string, replace-regexp): Mention it in docstrings.
1090 (perform-replace, replace-highlight): Let-bind
1091 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1092 to the values of replace-lax-whitespace and regexp-flag.
1093 Don't let-bind search-whitespace-regexp. (Bug#10885)
1094
1095 * isearch.el (isearch-query-replace): Let-bind
1096 replace-lax-whitespace instead of let-binding
1097 replace-search-function and replace-re-search-function.
1098 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1099 and isearch-regexp-lax-whitespace to lazy-highlight variables.
1100 (isearch-toggle-symbol): Set isearch-regexp to nil
1101 in isearch-word mode (like in isearch-toggle-word).
1102
1ec5e41d
JL
11032012-09-06 Juri Linkov <juri@jurta.org>
1104
1105 * replace.el (replace-search-function)
1106 (replace-re-search-function): Set default values to nil.
1107 (perform-replace): Let-bind isearch-related variables based on
1108 replace-related values, call `isearch-search-fun' and let-bind
1109 the result to `search-function'. Remove code that sets
1110 `search-function' and `search-string' separately for
1111 `delimited-flag'.
1112 (replace-highlight): Add new argument `delimited-flag' and
1113 rename other arguments to the names used in `perform-replace'.
1114 Let-bind `isearch-word' to the argument `delimited-flag'.
1115 (Bug#10885, bug#10887)
1116
0ba2d4b6
DG
11172012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1118
1119 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1120 ruby-beginning-of-indent, simplify, allow all keywords to have
1121 indentation before them.
1122 (ruby-beginning-of-indent): Adjust for above. Search until the
1123 found point is not inside a string or comment.
1124 (ruby-font-lock-keywords): Allow symbols to start with "@"
1125 character, give them higher priority than variables.
1126 (ruby-syntax-propertize-function)
1127 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1128 matchers. Expression expansions are not comments when inside a
1129 string, and there comment syntax status is irrelevant.
1130 (ruby-match-expression-expansion): New function. Check that
1131 expression expansion is inside a string, and it's not escaped.
1132 (ruby-font-lock-keywords): Use it.
1133
ef654460
MR
11342012-09-05 Martin Rudalics <rudalics@gmx.at>
1135
1136 * help.el (temp-buffer-max-height): New default value.
1137 (temp-buffer-resize-frames): New option.
1138 (resize-temp-buffer-window): Optionally resize frame.
1139
1140 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1141 (fit-frame-to-buffer): New function.
1142
7e570fbf 11432012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
1144
1145 * emulation/cua-rect.el (cua--init-rectangles):
1146 * textmodes/picture.el (picture-mode-map):
1147 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1148 like forward-char and backward-char. (Bug#12317)
1149
7e570fbf 11502012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
1151
1152 * progmodes/flymake.el (flymake-warning-re): New variable.
1153 (flymake-parse-line): Use it.
1154
7e570fbf 11552012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
1156
1157 * calendar/holidays.el (holiday-christian-holidays):
1158 Rename an entry. (Bug#12289)
1159
7e570fbf 11602012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
1161
1162 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1163 (bug#12222).
1164
972debf2
SM
11652012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * loadup.el: Load macroexp. Remove hack.
1168 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1169 (macroexp--expand-all): Use it to get better warnings.
1170 (macroexp--backtrace, macroexp--trim-backtrace-frame)
1171 (internal-macroexpand-for-load): New functions.
1172 (macroexp--pending-eager-loads): New var.
1173 (emacs-startup-hook): New hack to replace one in loadup.el.
1174 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1175 (cl--compiler-macro-cXXr): Move to top, before they can be used.
1176 (cl-psetf): Simplify.
1177 (cl-defstruct): Add indent rule.
1178
8ce192e3
LI
11792012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1180
1181 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1182 over `user-mail-address' for the SMTP MAIL FROM envelope.
1183 (smtpmail-via-smtp): Ditto.
1184
6578b4d8
DG
11852012-09-04 Dmitry Gutov <dgutov@yandex.ru>
1186
1187 * progmodes/ruby-mode.el: Clean up keybindings.
1188 (ruby-mode-map): Don't bind ruby-electric-brace,
1189 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1190 backward-kill-word, reindent-then-newline-and-indent.
1191 (ruby-mark-defun): Remove.
1192 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1193 (ruby-mode): Set local beginning-of-defun-function and
1194 end-of-defun-function values.
1195
c5e28e39
MR
11962012-09-03 Martin Rudalics <rudalics@gmx.at>
1197
1198 * window.el (temp-buffer-window-setup-hook)
1199 (temp-buffer-window-show-hook): New hooks.
1200 (temp-buffer-window-setup, temp-buffer-window-show)
1201 (with-temp-buffer-window): New functions.
972debf2
SM
1202 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1203 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
1204
1205 * help.el (temp-buffer-resize-mode): Fix doc-string.
1206 (resize-temp-buffer-window): New optional argument WINDOW.
1207
1208 * files.el (recover-file, save-buffers-kill-emacs):
1209 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1210
73406194
MA
12112012-09-02 Michael Albinus <michael.albinus@gmx.de>
1212
1213 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1214 remote definition of `default-directory', ensure we can connect.
1215
63dd1c6f
JL
12162012-09-02 Juri Linkov <juri@jurta.org>
1217
1218 Toggle whitespace matching mode with M-s SPC.
1219 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1220
1221 * isearch.el (search-whitespace-regexp): Doc fix.
1222 Remove cons cell customization.
1223 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1224 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1225 New variables.
1226 (isearch-forward, isearch-forward-regexp): Doc fix.
1227 (isearch-toggle-lax-whitespace): New command.
1228 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1229 (re-search-forward-lax-whitespace)
1230 (re-search-backward-lax-whitespace): New functions.
1231 (isearch-whitespace-regexp): Remove function.
1232 (isearch-query-replace): Let-bind replace-search-function and
1233 replace-re-search-function.
1234 (isearch-occur): Let-bind search-spaces-regexp according to the
1235 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1236 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1237 condition for C-q SPC.
1238 (isearch-search-fun-default): Use new functions mentioned above.
1239 (isearch-search-forward, isearch-search-backward): Remove functions.
1240 (isearch-search): Don't let-bind search-spaces-regexp.
1241 (isearch-lazy-highlight-space-regexp): Remove variable.
1242 (isearch-lazy-highlight-lax-whitespace)
1243 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1244 (isearch-lazy-highlight-new-loop): Use them.
1245 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1246
af7dda05
CY
12472012-09-02 Chong Yidong <cyd@gnu.org>
1248
1249 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1250
d67d3afd
GM
12512012-09-02 Glenn Morris <rgm@gnu.org>
1252
1253 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1254
69678719
GM
12552012-09-01 Glenn Morris <rgm@gnu.org>
1256
1257 * term.el: Tidy up menu definitions.
1258 (term-mode-map): Use easymenu for In/Out, Complete menus.
1259 (term-pager-break-map): Initialize in the defvar.
1260 (term-terminal-menu, term-signals-menu): Define with easymenu.
1261 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1262 (term-pager-menu): New, extracted from term-process-pager.
1263 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1264 (term-update-mode-line): Propertize line/char and page items.
1265 (term-process-pager): Move keymap initialization elsewhere.
1266
78dd6ab1
MR
12672012-09-01 Martin Rudalics <rudalics@gmx.at>
1268
1269 * window.el (switch-to-prev-buffer): Handle additional values of
1270 BURY-OR-KILL argument. Don't switch in minibuffer window.
1271 (switch-to-next-buffer): Don't switch in minibuffer window.
1272 (quit-restore-window): New function based on quit-window.
1273 Handle additional values of former KILL argument.
1274 (quit-window): Call quit-restore-window with appropriate
1275 interpretation of KILL argument.
1276 (display-buffer-below-selected): New buffer display action
1277 function.
1278
3d10e134
SM
12792012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * minibuffer.el (completion-at-point-functions): Complete docstring
1282 (bug#12254).
1283
0e23ef9d
PE
12842012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1285
1286 Better seed support for (random).
1287 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1288 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1289 * play/mpuz.el, play/tetris.el, play/zone.el:
1290 * calc/calc-comb.el (math-init-random-base):
1291 * play/blackbox.el (bb-init-board):
1292 * play/life.el (life):
1293 * server.el (server-use-tcp):
1294 * type-break.el (type-break):
1295 Remove unnecessary call to (random t).
1296 * net/sasl.el (sasl-unique-id-function):
1297 Change (random t) to (random), now that the latter is more random.
1298 * play/life.el (life-initialized): Remove no-longer-needed var.
1299
862382df
MR
13002012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1301
1302 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1303 Consider frame's buffer predicate when choosing the buffer.
1304 (Bug#12081)
1305
262a66e1
RS
13062012-08-30 Richard Stallman <rms@gnu.org>
1307
1308 * simple.el (special-mode-map): Delete binding for `z'.
1309
f17e1d00
AS
13102012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1311
1312 * progmodes/compile.el (compilation-always-kill): Doc fix.
1313
24777832
CY
13142012-08-30 Chong Yidong <cyd@gnu.org>
1315
1316 * window.el (display-buffer-reuse-frames): Make the obsolescence
1317 message more informative.
1318
69ba1f04
GM
13192012-08-30 Glenn Morris <rgm@gnu.org>
1320
1321 * paren.el (show-paren-delay):
1322 Add a :set function. Doc fix. (Bug#12297)
1323
f0019ede
MB
13242012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1325
1326 * progmodes/compile.el (compilation-always-kill): New var.
1327 (compilation-start): Use it.
1328
35e62fc9
SM
13292012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1330
af070a1c
SM
1331 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1332 * files.el (read-only-mode): Move to simple.el.
1333
35e62fc9
SM
1334 * files.el (read-only-mode): New minor mode.
1335 (toggle-read-only): Use it and mark obsolete.
1336 (find-file--read-only):
1337 * vc/vc.el (vc-next-action, vc-checkout):
1338 * vc/vc-cvs.el (vc-cvs-checkout):
1339 * obsolete/vc-mcvs.el (vc-mcvs-update):
1340 * ffap.el (ffap--toggle-read-only): Update callers.
1341
c2c43c23
MA
13422012-08-29 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
1345 remote shell scripts.
1346 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
1347
1348 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1349 "/usr/local/sbin".
1350
9fba804b
SM
13512012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1354
eada0861 13552012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 1356
806f0cc7
LL
1357 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1358 completion-at-point. (Bug#12220)
1359
3bb213b9
LL
1360 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1361
22ab32ef
LL
1362 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1363
eada0861 13642012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 1365
19c17fc1
CY
1366 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1367 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 1368
eada0861 13692012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
1370
1371 * progmodes/hideif.el (hif-compress-define-list):
1372 Fix typo. (Bug#11951)
1373
eada0861 13742012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
1375
1376 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1377 buffer local setting.
1378
27d6c5a8
LL
1379 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1380 rcirc-encode-coding-system.
1381
eada0861 13822012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
1383
1384 * net/rcirc.el (rcirc-split-message): New function.
1385 (rcirc-send-message): Use it. (Bug#12051)
1386
d44688e4
JL
13872012-08-28 Juri Linkov <juri@jurta.org>
1388
1389 * info.el (Info-fontify-node): Hide empty lines at the end of
1390 the node. (Bug#12272)
1391
34f10d41
MR
13922012-08-27 Drew Adams <drew.adams@oracle.com>
1393
1394 * dired.el (dired-pop-to-buffer): Make window start at beginning
1395 of buffer (Bug#12281).
1396
77f1f99c
CY
13972012-08-26 Chong Yidong <cyd@gnu.org>
1398
1399 * window.el (special-display-regexps, special-display-frame-alist)
1400 (special-display-buffer-names, special-display-function)
1401 (display-buffer-reuse-frames): Mark as obsolete.
1402
1403 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1404
1405 * help.el (help-print-return-message): Don't treat
1406 display-buffer-reuse-frames specially.
1407
d97af5a0
CY
14082012-08-26 Chong Yidong <cyd@gnu.org>
1409
9fba804b
SM
1410 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1411 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
1412 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1413 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1414 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1415 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1416 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1417 the functions directly with gdb-display-buffer-other-frame-action.
1418 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1419 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1420 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1421 (gdb-display-registers-buffer): Define directly.
1422 (def-gdb-display-buffer): Macro deleted.
1423 (gdb-display-buffer): Remove second and third args, callers don't
1424 use them. Defer to the default display-buffer behavior, apart
1425 from making windows dedicated.
1426 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1427
1428 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1429
1430 * window.el (display-buffer-pop-up-frame): Handle a
1431 pop-up-frame-parameters alist entry.
1432 (display-buffer): Document it.
1433
dd7ffad6
CY
14342012-08-26 Chong Yidong <cyd@gnu.org>
1435
1436 * isearch.el (search-whitespace-regexp): Make string and nil
1437 values apply to both ordinary and regexp search. Allow a cons
1438 cell value to distinguish between the two.
1439 (isearch-whitespace-regexp, isearch-search-forward)
1440 (isearch-search-backward): New functions.
1441 (isearch-occur, isearch-search-fun-default, isearch-search)
1442 (isearch-lazy-highlight-new-loop): Use them.
1443 (isearch-forward, isearch-forward-regexp): Doc fix.
1444
4c47bd1e
CY
14452012-08-26 Chong Yidong <cyd@gnu.org>
1446
1447 * faces.el (help-argument-name): Always inherit from italic
1448 (Bug#12213).
1449
9aba119d
MR
14502012-08-25 Martin Rudalics <rudalics@gmx.at>
1451
1452 * window.el (window--even-window-heights): Even heights when
1453 WINDOW and the selected window form a vertical combination.
1454 (display-buffer-use-some-window): Provide that window used gets
1455 sized back by quit-window. (Bug#11880) and (Bug#12091)
1456
ca5256ad
PE
14572012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1458
1459 Fix file time stamp problem with bzr and CVS (Bug#12001).
1460 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1461 in the file's time stamp, since the version control system loses
1462 that information.
1463
d1c0d176
JL
14642012-08-22 Juri Linkov <juri@jurta.org>
1465
1466 * info.el (Info-fontify-node): Hide the suffix of the
1467 Info file name in the header line. (Bug#12187)
1468
141562ff
GM
14692012-08-22 Glenn Morris <rgm@gnu.org>
1470
1471 * calendar/cal-tex.el (cal-tex-weekly-common):
1472 Restore leading blank page.
1473
61a48e19 14742012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
1475
1476 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
1477 the region under `shift-select-mode'. (Bug#12231)
1478
14792012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
1480
1481 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1482 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1483 gives details on why the space is never needed.
1484
ea95074e
MR
14852012-08-22 Martin Rudalics <rudalics@gmx.at>
1486
9fba804b
SM
1487 * window.el (walk-window-tree, window-with-parameter):
1488 New optional argument MINIBUF to control whether these functions
ea95074e
MR
1489 should run on the minibuffer window.
1490 (window-at-side-list): Don't operate on minibuffer window.
1491 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
1492 (window--size-ignore): Rename to window--size-ignore-p.
1493 Update callers.
caceae25
MR
1494 (display-buffer-in-atom-window, window--major-non-side-window)
1495 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
1496 (delete-side-window, display-buffer-in-side-window):
1497 New functions.
caceae25
MR
1498 (window--side-check, window-deletable-p, delete-window)
1499 (delete-other-windows, split-window): Handle side windows and
1500 atomic windows appropriately.
1501 (window--display-buffer): Call display-buffer-record-window also
1502 when the window buffer did not change.
ea95074e 1503
80a51fa0
CS
15042012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1505
1506 * help-fns.el (help-fns--key-bindings):
1507 Abbreviate non-symbol remap targets. (Bug#12174)
1508
fbb6300b
MR
15092012-08-22 Martin Rudalics <rudalics@gmx.at>
1510
1511 * dired.el (dired-mark-remembered): Don't clobber point.
1512 (Bug#11795)
1513
2b2c0794
GM
15142012-08-22 Glenn Morris <rgm@gnu.org>
1515
1516 * progmodes/bug-reference.el (bug-reference): New custom group.
1517 (bug-reference-bug-regexp): Make it a defcustom.
1518
37219830
DU
15192012-08-22 Daiki Ueno <ueno@unixuser.org>
1520
1521 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1522 (js-paren-indent-offset, js-square-indent-offset)
1523 (js-curly-indent-offset): Add :safe (Bug#12257).
1524
94e0e559
EC
15252012-08-22 Edward O'Connor <hober0@gmail.com>
1526
1527 * json.el (json-key-format): Add error properties.
1528 (json-encode-key): New function.
1529 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1530 Use json-encode-key.
1531
da485f5e
GM
15322012-08-22 Glenn Morris <rgm@gnu.org>
1533
1534 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1535 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1536 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1537 Update for above change.
1538
c6cc78b8
AS
15392012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1540
1541 * cus-face.el (custom-face-attributes): Fix customize type for the
1542 :underline attribute. (Bug#11805)
1543
5481664a
MR
15442012-08-21 Martin Rudalics <rudalics@gmx.at>
1545
1546 * window.el (window-point-1, set-window-point-1): Remove.
1547 (window-in-direction, record-window-buffer)
1548 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
1549 (window--state-get-1, display-buffer-record-window):
1550 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
1551 window-point and set-window-point respectively.
1552
6d74698e
GM
15532012-08-21 Glenn Morris <rgm@gnu.org>
1554
b7fa2691
GM
1555 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1556 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1557 Use it.
1558
52f56d5a
GM
1559 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1560 (cal-tex-shortday): New function.
1561 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1562 (cal-tex-cursor-filofax-daily): Use the above.
1563
9f1ee09e
GM
1564 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1565 New functions.
1566 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1567 (cal-tex-cursor-filofax-week): Use them.
1568
79858159
GM
1569 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1570 New constants.
1571 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1572 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1573
d346b2b4
GM
1574 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1575 (cal-tex-end-document): Don't rely on buffer name.
1576
b2403709
GM
1577 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1578 Use cal-tex-vspace.
1579 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1580 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
1581 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1582 Use cal-tex-arg.
b2403709 1583
1cebb5c0
GM
1584 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1585 (cal-tex-cursor-week, cal-tex-cursor-week2)
1586 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1587 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1588 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1589 (cal-tex-insert-preamble, cal-tex-b-document)
1590 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1591 Improve cal-tex-cmd usage.
1592
c68cd5d4
GM
1593 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1594 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1595 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1596 (cal-tex-weekly-paper): New function.
1597 (cal-tex-cursor-week, cal-tex-cursor-week2)
1598 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1599 (cal-tex-cursor-day): Use it.
1600
9dca4801
GM
1601 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1602 (cal-tex-cursor-filofax-week): Remove leading blank page.
1603
1941e134
GM
1604 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1605 Add autoload cookie. For now at least, don't use color, since
1606 no other cal-tex function does.
1607
6d74698e
GM
1608 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1609 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1610 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1611
64cde199
JL
16122012-08-21 Juri Linkov <juri@jurta.org>
1613
1614 * info.el (Info-file-attributes): New variable.
1615 (info-insert-file-contents): Add file attributes to
1616 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1617 `Info-toc-nodes' when previous modtime of the Info file is less
1618 than new modtime.
1619 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1620 of info.el. (Bug#12230)
1621
32757648
GM
16222012-08-20 Glenn Morris <rgm@gnu.org>
1623
1624 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1625 * calendar/holidays.el (calendar-holiday-list):
1626 Report errors with display-warning rather than beep'n'sleep.
1627
a32fbbcf
MA
16282012-08-20 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * net/tramp.el (tramp-accept-process-output): Accept only output
1631 from PROC. Otherwise, process filters and sentinels might be
1632 confused. (Bug#12145)
1633
a05731a0
CY
16342012-08-20 Chong Yidong <cyd@gnu.org>
1635
1636 * descr-text.el (describe-text-properties-1): Use overlays-in to
1637 report on empty overlays (Bug#3322).
1638
36e8d1eb
GM
16392012-08-20 Glenn Morris <rgm@gnu.org>
1640
3d300447
GM
1641 * mail/rmailout.el (rmail-output-read-file-name):
1642 Trap and report errors in rmail-output-file-alist elements.
1643
36e8d1eb
GM
1644 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1645 since most non-font-lock faces are not also variables).
1646
b96e5814
ER
16472012-08-20 Edward Reingold <reingold@iit.edu>
1648
1649 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1650 New function. (Bug12160)
1651
7cef3569
GM
16522012-08-19 Glenn Morris <rgm@gnu.org>
1653
1654 * mail/rmailout.el (rmail-output-read-file-name):
1655 Fix previous change (when the alist is nil or does not match).
1656
17975d7f
CY
16572012-08-19 Chong Yidong <cyd@gnu.org>
1658
1659 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1660 (Bug#12228).
1661
2170b1bd
CY
16622012-08-18 Chong Yidong <cyd@gnu.org>
1663
1664 * simple.el (yank-handled-properties): New defcustom.
1665 (yank-excluded-properties): Add font-lock-face and category.
1666 (yank): Doc fix.
1667
9fba804b
SM
1668 * subr.el (remove-yank-excluded-properties):
1669 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
1670 and category is now done this way, instead of being hard-coded.
1671 (insert-for-yank-1): Remove font-lock-face handling.
1672 (yank-handle-font-lock-face-property)
1673 (yank-handle-category-property): New function.
1674
ee218151
GM
16752012-08-17 Glenn Morris <rgm@gnu.org>
1676
1677 * mail/rmailout.el (rmail-output-read-file-name):
1678 Check rmail-output-file-alist against the full message body
1679 in the correct rmail buffer. (Bug#12214)
1680
4a6bc3fd
MA
16812012-08-17 Michael Albinus <michael.albinus@gmx.de>
1682
9fba804b
SM
1683 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1684 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 1685
383dcbf9
CY
16862012-08-17 Chong Yidong <cyd@gnu.org>
1687
1688 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1689 font spec, set the font directly (Bug#3228).
1690
998c4a6a
MR
16912012-08-17 Martin Rudalics <rudalics@gmx.at>
1692
1693 * window.el (delete-window): Fix last fix.
1694
52162052
MR
16952012-08-16 Martin Rudalics <rudalics@gmx.at>
1696
1697 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
1698 (window-child, window-child-count, window-last-child)
1699 (window-normalize-window, window-combined-p)
1700 (window-combinations, window-atom-root, window-min-size)
1701 (window-sizable, window-sizable-p, window-size-fixed-p)
1702 (window-min-delta, window-max-delta, window--resizable)
1703 (window--resizable-p, window-resizable, window-total-size)
1704 (window-full-height-p, window-full-width-p, window-body-size)
1705 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1706 (minimize-window, window-deletable-p, delete-window)
1707 (delete-other-windows, set-window-buffer-start-and-point)
1708 (next-buffer, previous-buffer, split-window, balance-windows-2)
1709 (set-window-text-height, window-buffer-height)
1710 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
1711 (truncated-partial-width-window-p): Minor code adjustments.
1712 In doc-strings state whether the argument window has to denote a
85c2386b 1713 live, valid or any window.
52162052 1714
1c308380
PS
17152012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1716
1717 * progmodes/subword.el (subword-forward-function)
1718 (subword-backward-function, subword-forward-regexp)
1719 (subword-backward-regexp): New variables.
1720 (subword-forward, subword-forward-internal, subword-backward-internal):
1721 Use new variables, eg so that different "word" definitions
1722 can be easily used. (Bug#11411)
1723
94c9ece1
SM
17242012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1727 for composite selectors.
1728 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1729 operation just because we can't find a previous revision.
1730
f2045622
CY
17312012-08-15 Chong Yidong <cyd@gnu.org>
1732
1733 * frame.el (set-frame-font): Accept font objects.
1734
582db660
SM
17352012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1738
2f29c200
WJ
17392012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1740
456e62c2
WJ
1741 * man.el (Man-overstrike-face, Man-underline-face)
1742 (Man-reverse-face): Remove variables.
1743 (Man-overstrike, Man-underline, Man-reverse): New faces.
1744 (Man-fontify-manpage): Use them instead of the variables.
1745 (Man-cleanup-manpage): Comment change.
1746 (Man-ansi-color-map): New variable.
1747 (Man-fontify-manpage): Use it.
1748 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1749
2f29c200
WJ
1750 Implement ANSI SGR parameters 22-27 (bug#12146).
1751 * ansi-color.el (ansi-colors): Doc fix.
1752 (ansi-color-context, ansi-color-context-region): Doc fix.
1753 (ansi-color--find-face): New function.
1754 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1755 Rename the local variable `face' to `codes' since it is now a list of
1756 ansi codes. Doc fix.
1757 (ansi-color-get-face): Remove.
1758 (ansi-color-parse-sequence): New function, derived from
1759 ansi-color-get-face.
1760 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1761 codes 22-27.
1762
b4f5e9df
SM
17632012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * subr.el (read-passwd): Allow use from a minibuffer.
1766
ba025fbd
EZ
17672012-08-14 Eli Zaretskii <eliz@gnu.org>
1768
1769 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1770 inside comments and strings as identifiers.
1771
1772 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1773 expression to evaluate. This allows to evaluate expressions with
1774 embedded whitespace.
1775 (gud-tooltip-tips): Add a blank before the newline in the
1776 message-box text, for the benefit of message-box emulation on
1777 MS-Windows.
1778
1779 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1780 messages from GDB, pop them up in a tooltip to give feedback to
1781 user.
b4f5e9df
SM
1782 (gdb-tooltip-print-1): Quote the expression to evaluate.
1783 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
1784 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1785 if the TTY name is nil or empty (which happens when communicating
1786 with the inferior via pipes, e.g. on MS-Windows).
1787 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1788 don't send that to the GUD buffer.
1789
c548f821
GM
17902012-08-14 Glenn Morris <rgm@gnu.org>
1791
1792 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1793 Optimize away setq-default with no args, as for setq. (Bug#12195)
1794
55802e4a
CY
17952012-08-14 Chong Yidong <cyd@gnu.org>
1796
4abcdac8
CY
1797 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1798
55802e4a
CY
1799 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1800 (Bug#12085).
1801
3c3cda1a
GM
18022012-08-14 Glenn Morris <rgm@gnu.org>
1803
1804 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1805
e1873bd0
MA
18062012-08-14 Michael Albinus <michael.albinus@gmx.de>
1807
1808 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1809 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1810 Use cached shell name.
1811
925411b4
FEG
18122012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1813
1814 * progmodes/python.el (python-shell-send-string):
3c3cda1a 1815 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 1816
e636fafe
DG
18172012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1818
1819 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1820 (ruby-percent-literal-beg-re): New constant.
1821 (ruby-syntax-general-delimiters-goto-beg): Rename to
1822 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1823 (ruby-syntax-propertize-general-delimiters): Rename to
1824 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1825 popular term. Adjust comments everywhere.
1826 (ruby-syntax-propertize-percent-literal): Only propertize when not
1827 inside a simple string or comment. When the literal is unclosed,
1828 leave the text after it unpropertized.
f063063a
DG
1829 (ruby-syntax-methods-before-regexp): New constant.
1830 (ruby-syntax-propertize-function): Use it to recognize regexps.
1831 Don't look at the text after regexp, just use the whitelist.
e636fafe 1832
e5b19827
AS
18332012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1834
1835 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1836 non-nil always load the compiled file if it exists. (Bug#12197)
1837
a9f6f311
CY
18382012-08-14 Chong Yidong <cyd@gnu.org>
1839
1840 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1841 (hi-lock-set-pattern): When deciding whether to use font lock or
1842 overlays, look at font-lock-mode instead of font-lock-fontified
1843 (Bug#12168).
1844 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1845 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1846
7d806b1e
DU
18472012-08-14 Daiki Ueno <ueno@unixuser.org>
1848
1849 * subr.el (internal--after-with-selected-window): Fix typo
1850 (Bug#12193).
1851
5beed586
FEG
18522012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1853
1854 Use `completion-table-dynamic' for completion functions.
1855 * progmodes/python.el
1856 (python-shell-completion--do-completion-at-point)
e636fafe
DG
1857 (python-shell-completion--get-completions):
1858 Remove functions.
5beed586
FEG
1859 (python-shell-completion-complete-at-point): New function.
1860 (python-completion-complete-at-point): Use it.
1861
92cb3b04
J
18622012-08-13 Jambunathan K <kjambunathan@gmail.com>
1863
1864 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1865 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1866
89660017
SM
18672012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1868
3c98c962
SM
1869 * subr.el (function-get): Refine `autoload' arg so it can also
1870 autoload functions for gv.el (bug#12191).
1871 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1872 autoloads macros.
1873
aa7c6dbe
SM
1874 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1875 Prefer pcase-let over destructuring-bind.
1876 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1877 Also, remove whitespace as we go, rather than after accumulating the
1878 various places.
1879
89660017
SM
1880 * subr.el (internal--before-with-selected-window)
1881 (internal--after-with-selected-window): Fix typo seleted->selected.
1882 (with-selected-window): Adjust callers.
1883 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1884
31cd32c9
BG
18852012-08-13 Bastien Guerry <bzg@gnu.org>
1886
0fcd3d9f 1887 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
1888 enhancement. (Bug#12172)
1889
1b15d8ad
AS
18902012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1891
31e54db0
AS
1892 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1893 type 1-6.
1894 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1895 extended headers.
1896
1b15d8ad
AS
1897 * files.el (hack-local-variables-filter): Remove useless eval.
1898
35cb9c06
MR
18992012-08-13 Martin Rudalics <rudalics@gmx.at>
1900
1901 * subr.el (with-selected-window): Fix last change.
1902
1439443b
SM
19032012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * subr.el (internal--before-with-seleted-window)
1906 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
1907 (with-selected-window): Use them, to replace dependency on
1908 tty-top-frame.
1439443b 1909
0d9e2599
NN
19102012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1911
1912 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1913 binding for `newline'.
1914 (ruby-move-to-block): When moving backward, stop at block opening,
1915 not indentation.
1916 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1917 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1918 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1919 `ruby-toggle-block'.
1920
ba10c48c
SM
19212012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * ibuffer.el (ibuffer-do-toggle-read-only):
1924 * dired.el (dired-toggle-read-only):
1925 * buff-menu.el (Buffer-menu-toggle-read-only):
1926 * bindings.el (mode-line-toggle-read-only):
1927 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1928
9229c658
AS
19292012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * descr-text.el (describe-char): Put the overlays over the
1932 "displayed as" character.
1933
0fd09128
JB
19342012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1935
1936 * calc/calc-units.el (math-default-units-table): Give an
1937 initial value.
1938 (math-put-default-units): Add options to put composite units and
1939 unit systems in the default units table.
1940 (calc-convert-units): Send composite units to
1941 `math-put-default-units' when appropriate.
1942
9ff9402d 19432012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 1944
fbb5e336
GM
1945 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1946
7aacaf15
GM
1947 * tutorial.el (help-with-tutorial):
1948 * emacs-lisp/copyright.el (copyright-update-directory):
1949 * emacs-lisp/autoload.el (autoload-find-generated-file)
1950 (autoload-find-file): Disable local eval: (for insurance).
1951
f40b9f10
GM
1952 * files.el (hack-local-variables-filter): If an eval: form is not
1953 known to be safe, and enable-local-variables is :safe, then ignore
1954 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 1955 This is CVE-2012-3479.
f40b9f10 1956
daa9f1a6
SM
19572012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1960 (rx-form): Simplify.
1961
9cd80478
DG
19622012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1963
0d9e2599
NN
1964 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1965 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1966 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1967 (ruby-syntax-propertize-function): Adjust for changes in
1968 `ruby-syntax-propertize-heredoc'.
1969
19702012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1971
9cd80478
DG
1972 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1973 binding (use `M-;' instead).
9cd80478 1974 (ruby-singleton-class-p): New function.
0d9e2599 1975 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 1976
d301b413
SM
19772012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1980
1530c98e
CY
19812012-08-10 Chong Yidong <cyd@gnu.org>
1982
1983 * progmodes/python.el (python-shell-get-process-name): Don't mess
1984 with same-window-buffer-names.
1985
1986 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1987 (eshell-remove-from-window-buffer-names): Make obsolete.
1988 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1989 (eshell): Just use pop-to-buffer-same-window instead.
1990
e1293765
CY
19912012-08-10 Chong Yidong <cyd@gnu.org>
1992
1993 * bindings.el: Bind M-= back to count-words-region.
1994
1995 * simple.el (count-words-region): Accept a prefix arg for acting
1996 on the entire buffer.
1997 (count-words--buffer-message): New helper function.
1998
e1894109
SM
19992012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
2002 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
2003 (event-start, event-end): Use posn-at-point to return a more
2004 informative posn.
2005 (posnp): New function.
2006 * mouse.el (popup-menu-normalize-position): Use it.
2007
c69f56a2
MY
20082012-08-10 Masatake YAMATO <yamato@redhat.com>
2009
2010 * mouse.el (popup-menu-normalize-position): New function.
2011 (popup-menu): Use `popup-menu-normalize-position' to normalize
2012 the form for POSITION argument.
2013
2014 * term/x-win.el (x-menu-bar-open):
2015 Use the value returend from (posn-at-point) as position
2016 passed to `popup-menu'.
2017
31673780
JB
20182012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2019
2020 * calc/calccomp.el (math-compose-expr): Add extra argument
2021 indicating that parentheses should be put around products in
2022 denominators. Give multiplication precedence over division during
2023 composition.
2024
dab7711b
CY
20252012-08-09 Chong Yidong <cyd@gnu.org>
2026
dee4ef93
CY
2027 * man.el (Man-switches, Man-sed-command, Man-awk-command)
2028 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2029 (Man-untabify-command, manual-program): Convert to defcustom
2030 (Bug#10429).
2031
73e2bbc5
CY
2032 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2033
3e861c8a
CY
2034 * descr-text.el (describe-char): Don't insert extra newlines
2035 (Bug#10127).
2036
a9f5a649
CY
2037 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2038 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2039
dab7711b
CY
2040 * align.el (align-region): Delete temporary markers (Bug#10047).
2041 Plus some code cleanups.
2042
e0cc4efa
FEG
20432012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2044
2045 * progmodes/python.el (python-pdbtrack-tracked-buffer)
2046 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2047 (python-shell-internal-last-output): Use make-local-variable
2048 instead of make-variable-buffer-local.
2049
489af14f
FEG
20502012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2051
2052 * progmodes/python.el: Enhancements to forward-sexp.
2053 (python-nav-forward-sexp): Rename from
2054 python-nav-forward-sexp-function.
c69f56a2
MY
2055 (python-nav--forward-sexp, python-nav--backward-sexp):
2056 New functions.
489af14f 2057
0fc50303
JB
20582012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2059
2060 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2061 modes and simplification modes.
2062
5d65606a
SM
20632012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * delsel.el (delete-selection-pre-hook): Don't propagate the
2066 file-supersession signals (bug#12161).
2067
4250fdf5
SM
20682012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2071 (cl-map-extents): Add compatibility aliases (bug#12135).
2072
d9f9b465
MA
20732012-08-08 Michael Albinus <michael.albinus@gmx.de>
2074
2075 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2076 tests by `ignore-error'.
2077 (tramp-find-shell): Open also a new shell, when cache is already
2078 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
2079
ce0fcefa
JL
20802012-08-08 Juri Linkov <juri@jurta.org>
2081
2082 * bookmark.el: Add `defaults' property to the bookmark record.
2083 (bookmark-current-buffer): Doc fix.
2084 (bookmark-make-record): Add `defaults' property with default values
2085 to the bookmark record.
2086 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2087 with `bookmark-insert-current-bookmark'.
2088 (bookmark-set): Get `defaults' property from the bookmark record
2089 and use it in `read-from-minibuffer'.
2090 (bookmark-insert-current-bookmark): Remove function.
2091
2092 * info.el (Info-bookmark-make-record): Add `defaults' property
2093 with values of canonical Info node name, the current Info file
2094 name and the current Info node name. (Bug#12107)
2095
53fa8652
JL
20962012-08-08 Juri Linkov <juri@jurta.org>
2097
2098 * files.el (basic-save-buffer): Use `buffer-name' as the default
2099 of `read-file-name' when buffer is not visiting a file (bug#12128).
2100
242c0a95
JL
21012012-08-08 Juri Linkov <juri@jurta.org>
2102
2103 * info.el (Info-isearch-search): Doc fix.
2104 (Info-search): Change search-failed message from "initial node" to
2105 "end of node" (bug#12078).
2106 (Info-isearch-search): Change `isearch-string-state' to
2107 `isearch--state-string'.
2108
32ac3a6b
GM
21092012-08-08 Glenn Morris <rgm@gnu.org>
2110
2111 * language/persian.el: Remove file.
f8c1afd5 2112 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
2113 * loadup.el: Remove language/persian.
2114
2c2d9c9c
OF
21152012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2116
2117 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2118
2d79ec42
FEG
21192012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2120
2121 * progmodes/python.el Fixed defsubst warning.
2122 (python-syntax-context) Rename from python-info-ppss-context.
2123 (python-syntax-context-type): Rename from
2124 python-info-ppss-context-type.
2125 (python-syntax-comment-or-string-p): Rename from
2126 python-info-ppss-comment-or-string-p.
2127
2bd255dd
JB
21282012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2129
2130 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2131
c395097f
AS
21322012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2133
6125983e
AS
2134 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2135 a defcustom that is quoted with backquote.
2136
4250fdf5
SM
2137 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2138 Fix handling of interactive spec when the body uses return.
651eaf36
AS
2139 (math-do-arg-check, math-define-function-body): Use backquote forms.
2140 * calc/calc-ext.el (math-defcache): Likewise.
2141 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2142 * allout.el (allout-new-exposure): Likewise.
2143 * calc/calcalg2.el (math-tracing-integral): Likewise.
2144 * info.el (Info-last-menu-item): Likewise.
2145 * emulation/vip.el (vip-loop): Likewise.
2146 * textmodes/artist.el (artist-funcall): Likewise.
2147 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2148 Construct menu-item directly.
2149
4250fdf5
SM
2150 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2151 Don't declare.
c395097f 2152
5fb50dd3
CY
21532012-08-07 Chong Yidong <cyd@gnu.org>
2154
2155 * simple.el (deactivate-mark): Preserve text properties when
2156 saving the primary selection (Bug#8384).
2157
54eea618
KR
21582012-08-07 Kevin Ryde <user42@zip.com.au>
2159
2160 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2161 (woman-parse-numeric-value): On a bad .IP line, issue a warning
2162 and continue processing (Bug#12110).
2163
638eaeb9
SM
21642012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2167 syntax-propertize-function (bug#10095).
2168
ea376861
SM
21692012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2170
f91b35be
SM
2171 * help-fns.el (help-fns--key-bindings, help-fns--signature)
2172 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2173 describe-function-1.
2174 (describe-function-1): Use them. Move compiler macro after sig.
2175 (help-fns--compiler-macro): Use function-get. Assume we're already in
2176 standard-output. Adjust layout to new call order.
2177
ea376861
SM
2178 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2179 re-binding a symbol that has a symbol-macro (bug#12119).
2180
d5be7bd0
MB
21812012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
2182
2183 * language/persian.el: New file. (Bug#11812)
2184 * loadup.el: Add language/persian.el.
2185
90749b53
CY
21862012-08-06 Chong Yidong <cyd@gnu.org>
2187
2188 * window.el (window--maybe-raise-frame): New function.
2189 (window--display-buffer): Split off from here.
2190 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2191 (display-buffer-pop-up-window, display-buffer-use-some-window):
2192 Obey an inhibit-switch-frame action alist entry.
2193 (display-buffer): Update doc.
2194
2195 * replace.el (occur-after-change-function): Avoid losing focus by
2196 using the inhibit-switch-frame display parameter (Bug#12139).
2197
ba7b0154
FEG
21982012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2199
2200 Make internal shell process buffer names start with space.
2201 * progmodes/python.el (python-shell-make-comint): Add optional
2202 argument INTERNAL.
2203 (run-python-internal): Use it.
2204 (python-shell-internal-get-or-create-process): Check for new
2205 internal buffer names.
2206
5eaeacb5
GM
22072012-08-06 Glenn Morris <rgm@gnu.org>
2208
e296d94b 2209 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
2210 Do less getting and setting of environment variables.
2211
b7ccbdc2
CY
22122012-08-05 Chong Yidong <cyd@gnu.org>
2213
777fe95e
CY
2214 * proced.el (proced): Add substitution string to docstring to
2215 trigger autoloading of the proced library on C-h f (Bug#1768).
2216
4250fdf5
SM
2217 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2218 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
2219
2220 * imenu.el (imenu-generic-expression): Move documentation here
2221 from imenu--generic-function.
2222 (imenu--generic-function): Refer to imenu-generic-expression.
2223
9e3b7800 22242012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
2225
2226 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2227 indentation declaration.
2228 (viper-loop): Add indentation declaration (Bug#7025).
2229
e5d9c0d1
CY
22302012-08-05 Chong Yidong <cyd@gnu.org>
2231
f0422feb
CY
2232 * help-fns.el (describe-variable): Add hyperlink for
2233 directory-local variables files. Improve buffer-local and
2234 permanent-local reporting; suggested by MON KEY (Bug#6644).
2235
2236 * help-mode.el (help-dir-local-var-def): New button type.
2237
e5d9c0d1
CY
2238 * files.el (kill-buffer-hook): Provide a defvar.
2239
a4f2deaa
GM
22402012-08-05 Glenn Morris <rgm@gnu.org>
2241
2242 * eshell/esh-ext.el (eshell/addpath):
2243 Also update eshell-path-env. (Bug#12013)
2244
a9dd5754
CY
22452012-08-05 Chong Yidong <cyd@gnu.org>
2246
a4f2deaa 2247 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 2248
d014c740
CY
2249 * fringe.el (fringe-styles): Add docstring.
2250 (fringe--check-mode): New function.
2251 (set-fringe-mode, set-fringe-style): Use it.
2252 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2253
a9dd5754
CY
2254 * files.el (set-auto-mode): Fix invalid setq call.
2255
7c2dc8bd
SM
22562012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * isearch.el: Misc simplification; use defstruct.
2259 (isearch-mode-map): Dense maps now work like sparse ones.
2260 (isearch--state): New defstruct.
2261 (isearch-string-state, isearch-message-state, isearch-point-state)
2262 (isearch-success-state, isearch-forward-state)
2263 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2264 (isearch-wrapped-state, isearch-barrier-state)
2265 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2266 replaced by defstruct's accessors.
2267 (isearch--set-state): Rename from isearch-top-state and change
2268 calling convention.
2269 (isearch-push-state): Use new isearch--get-state.
2270 (isearch-toggle-word): Disable regexp when enabling word.
2271 (isearch-message-prefix): Remove unused arg _c-q-hack.
2272 (isearch-message-suffix): Remove unused arg _ellipsis.
2273
7fcc0070
AS
22742012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2275
2276 * simple.el (list-processes--refresh): For a server use :host or
2277 :local as the address.
97ad0769 2278 (list-processes): Doc fix.
7fcc0070 2279
a11035b8 22802012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
2281
2282 * lisp/mpc.el: Support password in host argument.
2283 (mpc--proc-connect): Parse and use new password element.
2284 Set mpc-proc variable instead of returning process.
2285 (mpc-proc): Adjust accordingly.
2286
6dad7178
EZ
22872012-08-03 Eli Zaretskii <eliz@gnu.org>
2288
18949c2f
EZ
2289 * whitespace.el (whitespace-display-mappings): Use Unicode
2290 codepoints, instead of emacs-mule codepoints. See
2291 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2292 for the details.
2293
6dad7178
EZ
2294 * files.el (file-truename): Don't skip symlink-chasing part on
2295 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
2296 Windows into the loop that recursively chases symlinks.
2297 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
2298 MS-DOS.
2299
385b0198
CY
23002012-08-03 Chong Yidong <cyd@gnu.org>
2301
6200f3c4
CY
2302 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2303
385b0198
CY
2304 * sort.el (sort-regexp-fields): Doc fix.
2305
b9e74744
TH
23062012-08-03 Tassilo Horn <tsdh@gnu.org>
2307
2308 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2309 labels regex position point at the expected place.
2310
41013cb4
MK
23112012-08-03 MON KEY <monkey@sandpframing.com>
2312
2313 * net/imap.el (imap-interactive-login, imap-authenticate)
2314 (imap-mailbox-lsub, imap-mailbox-list)
2315 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2316 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2317 (imap-parse-response): Doc fix.
2318
0ffee616
JT
23192012-08-03 João Távora <joaotavora@gmail.com>
2320
2321 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2322 if sexp scanning does not move point (Bug#5734).
2323
cfcc9cc8
TH
23242012-08-02 Tassilo Horn <tsdh@gnu.org>
2325
2326 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2327 Add listings, minted, and ctable packages.
2328 (reftex-label-alist-builtin): Move listings, minted, and ctable
2329 entries before LaTeX.
a01bbb84 2330 (reftex-label-alist): Docfix.
cfcc9cc8 2331
66ec2442
BG
23322012-08-02 Bastien Guerry <bzg@gnu.org>
2333
2334 * replace.el (occur): Fix docstring (bug#12122).
2335
837b365b
GM
23362012-08-02 Glenn Morris <rgm@gnu.org>
2337
2338 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2339
e098de97
PE
23402012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2341
2342 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2343 * international/mule-cmds.el: Create
2344 inactivate-current-input-method-function as an obsolete alias for
2345 deactivate-current-input-method-function. See Katsumi Yamaoka in
2346 <http://bugs.gnu.org/10150#46>.
2347
a0f95636
JB
23482012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2349
2350 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2351 of nested `if's.
2352
0d26d7c4
GM
23532012-08-01 Glenn Morris <rgm@gnu.org>
2354
2355 * progmodes/autoconf.el (autoconf-definition-regexp):
2356 Add AH_TEMPLATE, adjust submatch numbering.
2357 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2358 (autoconf-current-defun-function): Update for above change.
2359 (autoconf-current-defun-function): First skip to end of current word.
2360
b686ba06
RS
23612012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2362
2363 * calendar/cal-html.el (cal-html-insert-agenda-days):
2364 Fix typo. (Bug#12018)
2365
0d49da68
FEG
23662012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2367
2368 Shell processes: enhancements to startup and CEDET compatibility.
2369 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2370 (python-shell-make-comint): accept-process-output at startup.
2371 (run-python-internal): Set inferior-python-mode-hook to nil.
2372 (python-shell-internal-get-or-create-process): call sit-for.
2373 (python-preoutput-result): Add obsolete alias.
2374 (python-shell-internal-send-string): Use it.
2375 (python-shell-send-setup-code): Remove call to
2376 accept-process-output.
2377
f1a71c6e
AS
23782012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2379
2380 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2381 (Bug#12108)
2382
d2605269
JB
23832012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2384
2385 * calc-mode.el (calc-basic-simplification-mode): Rename from
2386 `calc-limited-simplification-mode'.
2387 (calc-alg-simplification-mode): New function.
fc0c31f8 2388 (calc-set-simplify-mode): Adjust message.
f1a71c6e 2389
d2605269
JB
2390 * calc.el (calc-set-mode-line): Adjust mode line display for
2391 basic simplification mode.
2392
2393 * calc-help.el (calc-m-prefix-help): Update help message.
2394
2395 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2396 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2397
a3827a43
BG
23982012-07-31 Bastien Guerry <bzg@gnu.org>
2399
2400 * man.el (man): Fix comment. (bug#12101)
2401
502e3f89
MR
24022012-07-31 Martin Rudalics <rudalics@gmx.at>
2403
2404 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2405 Don't return a non-nil value when no suitable buffer was found.
2406
d7714961
FEG
24072012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2408
2409 * progmodes/python.el (run-python-internal): Disable font lock for
2410 internal shells.
2411
1f45e27e
SM
24122012-07-30 Stefan Merten <smerten@oekonux.de>
2413
70efc5c9 2414 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
2415 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2416 (rst-official-version, rst-official-cvs-rev)
2417 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2418 (rst-mode-map): New key binding.
2419
0aee6912
PE
24202012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2421
2422 Update .PHONY listings in makefiles.
2423 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2424 autoloads, update-subdirs, updates, bzr-update, update-authors,
2425 compile-onefile, compile-calc, backup-compiled-files,
2426 compile-after-backup, compile-one-process, mh-autoloads,
2427 bootstrap-clean, distclean, maintainer-clean.
2428
9052f9f0
JB
24292012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2430
1823ac5a
JB
2431 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2432 (calc-set-mode-line): Don't display "AlgSimp ".
2433
2434 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2435 (calc-lim-simplify-mode): New function.
2436 (calc-set-simplify-mode): Default to 'alg.
2437 (calc-default-simplify-mode): Make algebraic simplifications
2438 the default.
2439
2440 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2441 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2442
8d7c7eed 2443 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
2444 indicate new simplification modes.
2445
1823ac5a
JB
2446 * calc/README: Mention new default simplification mode.
2447
9052f9f0
JB
2448 * calc/calc.el (math-normalize-error): New variable.
2449 (math-normalize): Set `math-normalize-error' to t
2450 when there's an error.
2451
2452 * calc/calc-alg.el (math-simplify): Don't simplify when
2453 `math-normalize' returns an error.
2454
20ba0cb4
EZ
24552012-07-29 Eli Zaretskii <eliz@gnu.org>
2456
2457 * international/mule-cmds.el (set-locale-environment): Revert last
2458 change, since display-graphic-p returns nil when this function is
2459 called during startup. Instead...
2460
2461 * term/w32console.el (terminal-init-w32console): ...setup the
2462 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2463
a5dcc929
JL
24642012-07-29 Juri Linkov <juri@jurta.org>
2465
2466 * simple.el (goto-line): Don't display default line number in the
2467 prompt because it should be displayed by `read-number' (bug#9952).
2468 Add the current line number to the defaults of `goto-line' to
2469 allow its easier modification by users with `M-n' (bug#9201).
2470
2471 * subr.el (read-number): Support multiple default values like in
2472 other minibuffer reading functions. Replace `read' with
2473 `string-to-number' for consistency with `number-to-string'.
2474
72b255c7
PE
24752012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2476
2477 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2478 * emulation/viper-init.el (viper-deactivate-input-method-action):
2479 Rename from viper-inactivate-input-method-action.
2480 (viper-deactivate-input-method):
2481 Rename from viper-inactivate-input-method.
2482 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2483 * international/mule-cmds.el (deactivate-input-method):
2484 Rename from inactivate-input-method.
2485 Also run input-method-deactivate-hook.
2486 (deactivate-current-input-method-function):
2487 Rename from inactivate-current-input-method-function.
2488 (input-method-deactivate-hook): New hook.
2489 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
2490 (inactivate-input-method): Mark obsolete.
2491
72b255c7
PE
2492 * international/quail.el (quail-activate):
2493 Also run quail-deactivate-hook.
2494 (quail-deactivate): Rename from quail-inactivate.
2495 * international/robin.el (robin-activate):
2496 Also run robin-deactivate-hook.
2497 (robin-deactivate): Rename from robin-inactivate.
2498
2549c068
CY
24992012-07-29 Chong Yidong <cyd@gnu.org>
2500
2501 * simple.el (indicate-copied-region): New function.
2502 (kill-ring-save): Split off from here.
2503
2504 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2505 (kill-rectangle): Set deactivate-mark to t on read-only error.
2506
2507 * register.el (copy-to-register, copy-rectangle-to-register):
2508 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
2509 (append-to-register, prepend-to-register):
2510 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
2511
2512 * simple.el (async-shell-command-buffer): New defcustom.
2513 (shell-command): Use it. (Bug#4719)
2514
01bd1b0d
EZ
25152012-07-28 Eli Zaretskii <eliz@gnu.org>
2516
2517 * international/mule-cmds.el (set-locale-environment): In a
2518 console session on MS-Windows, set up keyboard and terminal
2519 encoding from the OEM codepage, not the ANSI codepage.
2520 (Bug#12055)
2521
a55739d3
CY
25222012-07-28 Chong Yidong <cyd@gnu.org>
2523
2524 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2525 gdb-get-location.
2526
0e1a094f 25272012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
2528
2529 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2530 the alist (bug#12029).
2531
20329d73
EZ
25322012-07-28 Eli Zaretskii <eliz@gnu.org>
2533
2534 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2535 (compile-always, compile-first)
2536 ($(lisp)/calendar/cal-loaddefs.el)
2537 ($(lisp)/calendar/diary-loaddefs.el)
2538 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2539 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2540 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2541 instead of on update-subdirs.
2542 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2543
345a2258
CY
25442012-07-28 Chong Yidong <cyd@gnu.org>
2545
1eee6341
CY
2546 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2547 directory if vc-deduce-backend returns nil (Bug#7350).
2548
345a2258
CY
2549 * simple.el (delete-trailing-lines): New option.
2550 (delete-trailing-whitespace): Obey it (Bug#11879).
2551
049a0936
DE
25522012-07-28 David Engster <deng@randomsample.de>
2553
2554 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2555 Explanation of new 'symbol-qnames feature in doc-strings.
2556 (xml-maybe-do-ns): Return expanded names as plain symbols if
2557 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2558 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2559
aa81af71
FEG
25602012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2561
2562 Consistent completion in inferior python with emacs -nw.
2563 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2564 binding in inferior-python-mode-map with "\t".
2565 (python-shell-completion-complete-at-point)
2566 (python-completion-complete-at-point): Remove interactive spec.
2567
e827b1eb
JB
25682012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2569
2570 * calc/calccomp.el (math-compose-expr): Undo previous change.
2571
a90dfb95
FEG
25722012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2573
4250fdf5 2574 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
2575 run-python.
2576 (python-shell-make-comint): Fix pop-to-buffer call.
2577 (run-python): Autoload. New arg SHOW.
2578 (python-shell-get-or-create-process): Do not pop python process
2579 buffer.
2580
32770973 25812012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
2582
2583 * notifications.el (notifications-on-action-signal)
2584 (notifications-on-closed-signal): Use also the bus address for the map.
2585 (notifications-notify, notifications-close-notification)
fc0c31f8 2586 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 2587
86332df2
TH
25882012-07-27 Tassilo Horn <tsdh@gnu.org>
2589
4250fdf5
SM
2590 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2591 Add support for the lstlisting and minted environments, and for the
86332df2
TH
2592 ctable macro.
2593 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2594 labels written in keyvals syntax.
2595
ca1302a4
JB
25962012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2597
2598 * calc/calccomp.el (math-compose-expr): Use parentheses when
2599 there is a product in the denominator of a fraction.
2600
f8b91036
EZ
26012012-07-26 Eli Zaretskii <eliz@gnu.org>
2602
2603 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2604 ($(lisp)/calendar/diary-loaddefs.el)
2605 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
2606 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2607 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
2608 rewritten while the autoload files are built at the same time,
2609 which needs to load subdirs.el.
2610
c8e5a42c
MR
26112012-07-26 Martin Rudalics <rudalics@gmx.at>
2612
2613 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2614 (mouse-drag-line): Don't exit tracking when a switch-frame or
2615 switch-window event occurs (Bug#12006).
2616
670d85ea
SM
26172012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * mouse.el (popup-menu): Fix last change.
2620
7abaf5cc
SM
26212012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 Autoload from Lisp with more care. Follow aliases when looking for
2624 function properties.
2625 * subr.el (autoloadp): New function.
2626 (symbol-file): Use it.
2627 (function-get): New function.
2628 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2629 autoload-do-load.
2630 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2631 (lisp-indent-function):
2632 * emacs-lisp/gv.el (gv-get):
2633 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2634 * emacs-lisp/byte-opt.el (byte-optimize-form):
2635 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2636 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2637 Use function-get.
2638 * emacs-lisp/cl.el: Don't propagate function properties any more.
2639
2640 * speedbar.el (speedbar-add-localized-speedbar-support):
2641 * emacs-lisp/disass.el (disassemble-internal):
2642 * desktop.el (desktop-load-file):
2643 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2644 (describe-function-1):
2645 * emacs-lisp/find-func.el (find-function-noselect):
2646 * emacs-lisp/elp.el (elp-instrument-function):
2647 * emacs-lisp/advice.el (ad-has-proper-definition):
2648 * apropos.el (apropos-safe-documentation, apropos-macrop):
2649 * emacs-lisp/debug.el (debug-on-entry):
2650 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2651 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2652 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2653
b1364986
AA
26542012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2655
2656 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2657 function, not an obsolete variable (Bug#12046).
2658
67ada220
AS
26592012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2660
2661 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2662
f08088e3
CS
26632012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2664
2665 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2666 window only if it is still live (Bug#12034).
2667
8137e7b3
MR
26682012-07-25 Martin Rudalics <rudalics@gmx.at>
2669
2670 * subr.el (redirect-frame-focus): Add advertised calling
2671 convention (Bug#12030).
2672
09ae5da1
PE
26732012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2674
2675 Prefer typical American spelling for "acknowledgment".
2676 * vc/add-log.el (change-log-acknowledgment): Rename from
2677 change-log-acknowledgement, with an alias for the old name.
2678
3cc5a3a8
JB
26792012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2680
2681 * calc-alg.el (math-simplify-divide): Don't cross multiply
2682 in an equation when the lhs is a variable.
2683
b7af7f62
JD
26842012-07-24 Julien Danjou <julien@danjou.info>
2685
2686 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2687 Remove, unused.
2688
ec1b09b1
EZ
26892012-07-23 Eli Zaretskii <eliz@gnu.org>
2690
2691 * startup.el (command-line): Don't display an empty user name in
2692 the error message about non-existent home directory, when
2693 init-file-user was set to an empty string. See
2694 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2695 for the details and context.
2696
b525fd8a
VB
26972012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2698
2699 * ses.el (ses-cell-formula-aset): New macro.
2700 (ses-cell-references-aset): New macro.
2701 (ses-cell-p): New function.
2702 (ses-rename-cell): Do no longer rely on complex operations like
2703 ses-cell-set-formula or ses-set-cell to change the cell and handle
2704 the undo at the same time, but rather use lower level new macros
2705 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 2706 the undo directly. Refresh the mode line.
b525fd8a 2707
2c73e345
LL
27082012-07-21 Leo Liu <sdl.web@gmail.com>
2709
670d85ea
SM
2710 * progmodes/cc-cmds.el (c-defun-name):
2711 Use match-string-no-properties instead for consistency.
2c73e345 2712
542dfbde
LL
27132012-07-20 Leo Liu <sdl.web@gmail.com>
2714
3646bcd6
LL
2715 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2716 (Bug#7879)
2717
542dfbde
LL
2718 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2719
25721031
CY
27202012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2723 * progmodes/bug-reference.el, misearch.el: Provide themselves
2724 (bug#11915).
2725
2726 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2727 of narrowed buffer (bug#11966).
2728
316e68a7
VB
27292012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2730
2731 * ses.el (ses-rename-cell): Set new name also in reference list of
2732 cells of which the renamed cell depends.
2733
bbf0e7d9
MY
27342012-07-20 Masatake YAMATO <yamato@redhat.com>
2735
2736 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2737 to check whether menu-bar is shown or not. If not shown,
2738 show the menu-bar as a popup menu instead of using tmm.
2739 * mouse.el (popup-menu): Accept `point' as `position' argument.
2740
c28662a8
DG
27412012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2742
2743 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2744 up inside string symbol literal (bug#11923).
2745
87ab808f
EZ
27462012-07-20 Eli Zaretskii <eliz@gnu.org>
2747
2748 * startup.el (fancy-startup-text): Read the whole tutorial, not
2749 just its first 256 bytes. Prevents gibberish in display of the
2750 tutorial title.
2751
89dea803
DA
27522012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2753
2754 Drop idle buffer compaction due to an absence of the
2755 proved efficiency.
2756 * compact.el: Remove.
2757
8a4e6db8
SS
27582012-07-19 Sam Steingold <sds@gnu.org>
2759
2760 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2761 vc-bzr-pull & vc-bzr-merge-branch.
2762 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2763 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2764 for consistency with compilation-error-regexp-alist.
2765 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2766 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2767 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2768 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2769
5db81e33
SM
27702012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * emacs-lisp/chart.el: Use lexical-binding.
2773 (chart-emacs-storage): Don't hardcode the list of entries.
2774
5b835e1d
DA
27752012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2776
2777 Next round of tweaks caused by Fgarbage_collect changes.
2778 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2779
9cd47b72
DA
27802012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2781
2782 Compact buffers when idle.
2783 * compact.el: New file.
2784
1d6fc0df
SM
27852012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * subr.el (eventp): Presume that if it looks vaguely like an event,
2788 it's an event (bug#10190).
2789
1d29cc7d
FEG
27902012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2791
2792 Enhancements to ppss related code (thanks Stefan).
2793 * progmodes/python.el (python-indent-context)
2794 (python-indent-calculate-indentation, python-indent-dedent-line)
2795 (python-indent-electric-colon, python-nav-forward-block)
2796 (python-mode-abbrev-table)
1d6fc0df 2797 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
2798 for ppss context.
2799 (python-info-continuation-line-p): Cleanup.
2800 (python-info-ppss-context): Do not catch 'quote.
2801 (python-info-ppss-context-type)
2802 (python-info-ppss-comment-or-string-p): Simplify.
2803
d583cbe6
FEG
28042012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2805
2806 * progmodes/python.el: Enhancements to eldoc support.
2807 (python-info-current-symbol): New function.
2808 (python-eldoc-at-point): Use python-info-current-symbol.
2809 (python-info-current-defun): Fix cornercase on first defun scan.
2810 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2811 and signal error when no inferior python process is available.
2812
eceb6feb
DG
28132012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2814
2815 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2816 assume it's always t.
2817 (vc-git-registered): Remove caching, the function is only called
2818 once.
2819 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2820
4c8ff0fe
CY
28212012-07-18 Chong Yidong <cyd@gnu.org>
2822
19fb7186
CY
2823 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2824
9587c688
CY
2825 * simple.el (count-words): Report on narrowing (Bug#9959).
2826
0fe776a1
CY
2827 * bindings.el: Bind M-= to count-words.
2828
4c8ff0fe
CY
2829 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2830
7f5331cc
MY
28312012-07-18 Masatake YAMATO <yamato@redhat.com>
2832
2833 * progmodes/sh-script.el (sh-imenu-generic-expression):
2834 Capture a function with `function' keyword and without parentheses
2835 like "function FOO" (bug#11856).
2836
2dc2a609
TH
28372012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2838
2839 * window.el (split-window-sensibly): Make WINDOW argument
2840 optional.
2841
439f7677
CY
28422012-07-18 Chong Yidong <cyd@gnu.org>
2843
9aeb25a6
CY
2844 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2845
439f7677
CY
2846 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2847 and make C-x 8 RET exit isearch (Bug#11439).
2848
2849 * international/iso-transl.el: Move isearch-mode-map key
2850 definitions to isearch.el.
2851
12999ea8
SM
28522012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2855 (eieio-defclass): Use gv-define-setter when possible.
2856
3ab6e069
DA
28572012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2858
2859 Reflect recent changes in Fgarbage_collect.
2860 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2861 reflect new format of data returned by Fgarbage_collect.
2862
0a60bc10
FEG
28632012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2864
2865 New utility functions + python-info-ppss-context fix (Bug#11910).
2866 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2867 (python-info-ppss-comment-or-string-p): New functions.
2868 (python-info-ppss-context): Small fix for string check.
2869
6dafa0d5
JL
28702012-07-17 Juri Linkov <juri@jurta.org>
2871
2872 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2873 (dired-do-async-shell-command): Don't add `*' at the end of the
2874 command (Bug#11815).
2875 (dired-do-shell-command): Doc fix.
2876 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2877 Join the individual commands using either "&" or ";" as the
2878 separator depending on the values of these trailing characters.
2879 At the end re-add the trailing "&". (Bug#10598)
2880
2881 * simple.el (async-shell-command): Sync the interactive spec with
2882 `shell-command'. Doc fix.
2883 (shell-command): Doc fix.
2884
b19dd9d1
JL
28852012-07-17 Juri Linkov <juri@jurta.org>
2886
2887 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2888
bcdc27d7 28892012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 2890
bcdc27d7 2891 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
2892 * progmodes/python.el (python-nav-beginning-of-statement):
2893 Rename from python-nav-statement-start.
bcdc27d7
FEG
2894 (python-nav-end-of-statement): Rename from
2895 python-nav-statement-end.
2896 (python-nav-beginning-of-block): Rename from
2897 python-nav-block-start.
2898 (python-nav-end-of-block): Rename from python-nav-block-end.
2899
191da00e
FEG
29002012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2901
7f5331cc
MY
2902 * progmodes/python.el (python-shell-send-string-no-output):
2903 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
2904 future interactions (Bug#11868).
2905
4dc7c8d5 29062012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 2907
88ecaf8f
SM
2908 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2909
ef501ef0
SM
2910 * emacs-lisp/elint.el (elint-find-args-in-code):
2911 Use help-function-arglist, so as to handle lexical byte-code.
2912
aa7aaf8f
SM
2913 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2914 change (bug#11826).
2915
45fd731c
SM
29162012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2143fa32
SM
2918 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2919 Avoid spuriously marking the buffer as modified because of c-is-sws.
2920
efc26dbe
SM
2921 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2922 as not-a-comment (bug#11946).
2923
f5695c9a
SM
2924 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2925 for uninterned vars.
2926
2927 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2928 Use read-event since we don't really want to read chars but bytes.
2929
45fd731c
SM
2930 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2931 $$..$$ but also $..$ using regexps (bug#11953).
2932 Use tex-verbatim for \url and \path.
2933 (tex-font-lock-keywords): Define as defconst like the others.
2934 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2935
ddfc8813
RK
29362012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2937
2938 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2939 alias for insert-char.
2940
758e556a
FEG
29412012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2942
2943 * progmodes/python.el: Simplified imenu implementation.
2944 (python-nav-jump-to-defun): Remove command.
2945 (python-mode-map): Use `imenu' instead.
2946 (python-nav-list-defun-positions-cache)
2947 (python-imenu-include-defun-type, python-imenu-make-tree)
2948 (python-imenu-subtree-root-label, python-imenu-index-alist):
2949 Remove vars.
2950 (python-nav-list-defun-positions, python-nav-read-defun)
2951 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
2952 (python-imenu-make-tree, python-imenu-create-index):
2953 Remove functions.
758e556a
FEG
2954 (python-mode): Update to interact with imenu by setting
2955 `imenu-extract-index-name-function' only.
2956
032d23ab
FEG
29572012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2958
2959 * progmodes/python.el: Enhancements to navigation commands.
2960 (python-nav-backward-sentence)
2961 (python-nav-forward-sentence): Remove.
2962 (python-nav-backward-statement, python-nav-forward-statement)
2963 (python-nav-statement-start, python-nav-statement-end)
2964 (python-nav-backward-block, python-nav-forward-block)
2965 (python-nav-block-start, python-nav-block-end)
2966 (python-nav-forward-sexp-function)
2967 (python-info-current-line-comment-p)
2968 (python-info-current-line-empty-p): New functions.
2969 (python-indent-context): Use `python-nav-statement-start'.
2970
01795a1b
MA
29712012-07-16 Michael Albinus <michael.albinus@gmx.de>
2972
9328d9aa
MA
2973 * eshell/em-ls.el (eshell/ls): Use `apply'.
2974
2975 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2976 multi-hops, instead of Tramp internals.
2977
01795a1b
MA
2978 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2979
2980 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2981 when F1 and F2 are located on different hosts.
2982
63408057
CY
29832012-07-14 Chong Yidong <cyd@gnu.org>
2984
2985 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2986 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2987 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2988 (xterm-mouse--read-event-sequence-1000)
2989 (xterm-mouse--read-event-sequence-1006): New functions. For old
2990 mouse protocol, handle M-mouse-X events correctly.
2991 (xterm-mouse-event): New arg specifying mouse protocol.
2992 (turn-on-xterm-mouse-tracking-on-terminal)
2993 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
2994 sequence to toggle extended coordinates on newer XTerms.
2995 This appears to be harmless on terminals which do not support this.
63408057 2996
cd276f6e
LL
29972012-07-14 Leo Liu <sdl.web@gmail.com>
2998
28ca98ac
LL
2999 Add fringe bitmap indicators for flymake. (Bug#11253)
3000 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
3001 (flymake-make-overlay): New arg BITMAP.
3002 (flymake-error-bitmap, flymake-warning-bitmap)
3003 (flymake-fringe-indicator-position): New user variables.
3004
cd276f6e
LL
3005 * fringe.el: New bitmap exclamation-mark.
3006
04408072
JD
30072012-07-14 Jan Djärv <jan.h.d@swipnet.se>
3008
3009 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
3010 also (Bug#7879).
3011
b5cf7fc4
CY
30122012-07-14 Chong Yidong <cyd@gnu.org>
3013
3014 * electric.el (electric-pair-post-self-insert-function): Fix pair
3015 insertion in empty-region case (Bug#11520).
3016
be755c79
RT
30172012-07-14 Chong Yidong <cyd@gnu.org>
3018
45fd731c
SM
3019 * bindings.el: Consolidate ctl-x-r-map bindings.
3020 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
3021
3022 * rect.el, register.el: Move bindings to bindings.el.
3023
30242012-07-14 Reuben Thomas <rrt@sc3d.org>
3025
3026 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3027
7f5b3198
AS
30282012-07-13 Andreas Schwab <schwab@linux-m68k.org>
3029
3030 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
3031
97662200
JB
30322012-07-13 Juanma Barranquero <lekktu@gmail.com>
3033
80185fed
JB
3034 * bindings.el (top): Use `mapc' instead of `mapcar'.
3035
97662200
JB
3036 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3037
2bb1ae55
MA
30382012-07-13 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * progmodes/sql.el (sql-comint): Suppress the check for program on
3041 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
3042 (Bug#11908)
3043
dea31bd3
CY
30442012-07-13 Chong Yidong <cyd@gnu.org>
3045
3046 * bindings.el: Assign a non-nil permanent-local property to
3047 per-buffer variables which lack a default value (Bug#11930).
3048
3049 * help-fns.el (describe-variable): In the "automatically becomes
3050 local" notice, take note of permanent-local variables.
3051
b68b3337
CY
30522012-07-13 Chong Yidong <cyd@gnu.org>
3053
3054 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
3055 to allow printing the message when called from Lisp.
3056
3057 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3058 Remove toggle-read-only.
3059
3060 * bs.el (bs-toggle-readonly):
45fd731c
SM
3061 * buff-menu.el (Buffer-menu-toggle-read-only):
3062 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
3063
3064 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3065 Remove with-no-warnings around toggle-read-only.
3066 (ffap-read-only, ffap-read-only-other-window)
3067 (ffap-read-only-other-frame): Callers changed.
3068
3069 * help-mode.el: Don't require view package.
3070 (help-mode-finish): Set buffer-read-only instead of calling
3071 toggle-read-only.
3072
3073 * bindings.el (mode-line-toggle-read-only):
3074 * dired.el (dired-toggle-read-only):
3075 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3076 with non-nil second arg.
3077
3078 * emacs-lisp/eieio-custom.el (eieio-customize-object):
3079 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3080 directly.
3081
56bc1586
EZ
30822012-07-12 Eli Zaretskii <eliz@gnu.org>
3083
3084 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3085 not incf.
3086
a464a6c7
SM
30872012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 More CL cleanups and reduction of use of cl.el.
3090 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3091 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3092 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3093 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3094 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3095 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3096 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3097 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3098 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3099 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3100 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3101 * eshell/em-cmpl.el, eshell/em-banner.el:
3102 * calendar/parse-time.el: Use cl-lib.
3103 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3104 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3105 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3106 * term/ns-win.el, term.el, shell.el, ps-samp.el:
3107 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3108 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3109 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3110 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3111 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3112 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3113 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3114 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3115 `lambda' rather than with `quote'.
3116 (eshell-do-opt): Adjust accordingly.
3117 (eshell-process-option): Simplify.
3118 * eshell/esh-var.el:
3119 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3120 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3121 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3122 to `pcase--dontcare'.
3123 * emacs-lisp/cl.el (labels): Mark obsolete.
3124 (cl--letf, letf): Move to cl-lib.
3125 (cl--letf*, letf*): Remove.
3126 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3127 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3128 (cl-progv): Rewrite.
3129 (cl--letf, cl-letf): Move from cl.el.
3130 (cl-letf*): New macro.
3131 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3132
7ad4afe1
MA
31332012-07-11 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3136
9af57756
CY
31372012-07-11 Chong Yidong <cyd@gnu.org>
3138
3139 * vc/log-edit.el (log-edit-vc-backend): New variable.
3140 (log-edit): Doc fix.
3141
3142 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3143 argument of log-edit to set up all local variables.
3144 (vc-start-logentry): New optional arg specifying VC backend.
3145
3146 * vc/vc.el (vc-checkin): Use it.
3147 (vc-deduce-fileset): Handle Log Edit buffers.
3148 (vc-diff): Make first argument optional too.
3149
3150 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3151
8477cc7a
MA
31522012-07-10 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3155 command, just in case. The function is not needed anymore.
3156 (eshell-external-command): Do not call `eshell-remote-command'.
3157
19faa8e8
SM
31582012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3159
f58e0fd5
SM
3160 Reduce use of (require 'cl).
3161 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3162 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3163 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3164 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3165 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3166 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3167 * battery.el, avoid.el, abbrev.el: Use cl-lib.
3168 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3169 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3170 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3171 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3172 * calculator.el, autorevert.el, apropos.el: Don't require CL.
3173 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3174 (byte-compile-unfold-bcf, byte-compile-check-variable):
3175 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3176 (byte-compile-nilconstp):
3177 * emacs-lisp/autoload.el (make-autoload): Use pcase.
3178 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3179
2519d43a
SM
3180 * emacs-lisp/gv.el (cond): Make it a valid place.
3181 (if): Simplify slightly.
3182
19faa8e8
SM
3183 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3184 (pcase--self-quoting-p): New function.
3185 (pcase--u1): Use it.
3186
c4907a5e
GM
31872012-07-10 Glenn Morris <rgm@gnu.org>
3188
3189 * emacs-lisp/authors.el (authors-fixed-entries):
3190 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3191
c4444d16
PE
31922012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3193
3194 Rename configure.in to configure.ac (Bug#11603).
3195 * emacs-lisp/authors.el (authors-canonical-file-name):
3196 * progmodes/autoconf.el (autoconf-mode):
3197 Prefer configure.ac to configure.in.
3198
d75be97d
CY
31992012-07-08 Chong Yidong <cyd@gnu.org>
3200
01ac65bd
CY
3201 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3202 Implement the mouse-1-click-follows-link handling properly.
3203
3204 * info.el (Info-link-keymap): Use follow-link mechanism for
3205 header-line links (Bug#374).
3206
d75be97d
CY
3207 * simple.el (deactivate-mark): Do not set the primary selection
3208 if another program has acquired it (Bug#11772).
3209
87a92845 32102012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
3211
3212 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3213 (woman-decode-region): Replace escaped-escapes without destroying
3214 bold or underline (Bug#11552).
87a92845 3215 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 3216
621b9d6c
CY
32172012-07-07 Chong Yidong <cyd@gnu.org>
3218
3219 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
3220 (interprogram-cut-function, interprogram-paste-function):
3221 Mention that we typically mean the clipboard.
621b9d6c 3222
133a11fc
GM
32232012-07-06 Glenn Morris <rgm@gnu.org>
3224
0d27a45e
GM
3225 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3226
133a11fc
GM
3227 * files.el (toggle-read-only): Restrict message to interactive use.
3228
07b151f1
MA
32292012-07-06 Michael Albinus <michael.albinus@gmx.de>
3230
3231 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3232
3233 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3234
211b896b
GM
32352012-07-06 Glenn Morris <rgm@gnu.org>
3236
50394322
GM
3237 * Makefile.in (compile-one-process): Rename from "recompile".
3238
211b896b
GM
3239 * Makefile.in (bzr-update): "compile" is the same as "recompile
3240 autoloads", but parallelizable, so use that instead.
3241
4737eec9
DG
32422012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3243
3244 * window.el (quit-window): Always restore window height when
8137e7b3 3245 it's saved in quit-restore parameter (Bug#11810).
4737eec9 3246
226c3633 32472012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
3248
3249 * simple.el (kill-whole-line): Doc tweak.
3250
226c3633 32512012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
3252
3253 * files.el (file-relative-name): Compare file names
3254 case-insensitively if on MS-Windows or MS-DOS, or if
3255 read-file-name-completion-ignore-case is non-nil. Don't use
3256 case-fold-search for this purpose. (Bug#11827)
3257
4dc7c8d5
SM
32582012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3259
3260 * calendar/cal-dst.el (calendar-current-time-zone):
3261 Return calendar-current-time-zone-cache if non-nil.
3262
32632012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 32642012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 3265
19faa8e8
SM
3266 * calendar/cal-dst.el (calendar-current-time-zone):
3267 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 3268
60198fc9
GM
32692012-07-06 Glenn Morris <rgm@gnu.org>
3270
3271 * Makefile.in (cvs-update): Remove old alias.
3272
957b3189
MA
32732012-07-05 Michael Albinus <michael.albinus@gmx.de>
3274
3275 Sync with Tramp 2.2.6-pre.
3276
3277 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3278 compatible declaration.
3279
19faa8e8
SM
3280 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3281 Protect `list-load-path-shadows' call.
957b3189
MA
3282
3283 * net/tramp-compat.el (top): Require packages, which aren't
3284 autoloaded anymore for XEmacs. Protect call of
3285 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3286 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3287 it hurts at least for SXEmacs.
3288 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3289 standard-value for `temporary-file-directory'.
3290
3291 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3292 Redirect stderr to /dev/null.
3293 (tramp-sh-handle-write-region): uid and gid can be floats.
3294 Reported by Russell Sim <russell.sim@gmail.com>.
3295 (tramp-sh-handle-vc-registered): Hide errors.
3296 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3297 and `start-file-process'.
3298 (tramp-maybe-open-connection): Check also whether `non-essential'
3299 is bound.
3300
566df3fc
CY
33012012-07-04 Chong Yidong <cyd@gnu.org>
3302
3303 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3304 (xml-parse-tag): Likewise, and avoid changing entity tables.
3305 (xml-syntax-table): Define from scratch, making sure not to give
3306 x2000 and other Unicode spaces whitespace syntax, since those are
3307 not spaces in XML.
3308 (xml-parse-fragment): Delete unused function.
3309 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3310 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3311 (xml-entity-ref, xml-pe-reference-re)
3312 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3313 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3314 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3315 (xml-entity-value-re): Use syntax references in regexps where
3316 possible; no need to define inside a let-binding.
3317 (xml-parse-dtd): Use xml-pe-reference-re.
3318 (xml-entity-or-char-ref-re): New defconst.
3319 (xml-parse-string, xml-substitute-special): Use it.
3320
30eabd7a
SM
33212012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3322
0781098a
SM
3323 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3324 (find-file--read-only): New function.
3325 (find-file-read-only, find-file-read-only-other-window)
3326 (find-file-read-only-other-frame): Use it.
3327 (insert-file-contents-literally): Don't `fset'.
3328 (get-free-disk-space): Use locate-dominating-file.
3329
b5771c0d
SM
3330 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3331 function is already compiled.
3332
30eabd7a
SM
3333 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3334
b4886f6e
MA
33352012-07-03 Michael Albinus <michael.albinus@gmx.de>
3336
3337 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3338 files on the same host.
3339
b9d82339
AS
33402012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3341
3342 * help-fns.el (describe-function-1): Only call
3343 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3344
a76e6535
CY
33452012-07-03 Chong Yidong <cyd@gnu.org>
3346
3347 * xml.el: Protect parser against XML bombs.
3348 (xml-entity-expansion-limit): New variable.
3349 (xml-parse-string, xml-substitute-special): Use it.
3350 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3351
b544fef2
GM
33522012-07-03 Glenn Morris <rgm@gnu.org>
3353
3354 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3355 Allow linking to specific messages in debbugs reports (eg 123#5).
3356
a7aef6f5
CY
33572012-07-02 Chong Yidong <cyd@gnu.org>
3358
3359 * xml.el: Fix entity and character reference expansion, allowing
3360 them to expand into markup as per XML spec.
3361 (xml-default-ns): New variable.
3362 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
3363 (xml-parse-region): Make first two arguments optional.
3364 Discard text properties.
3365 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3366 All callers changed.
a7aef6f5
CY
3367 (xml-parse-tag): Call xml-parse-tag-1. For backward
3368 compatibility, this function should not modify buffer contents.
3369 (xml-parse-tag-1): Fix opening-tag regexp.
3370 (xml-parse-string): Rewrite, handling entity and character
3371 references properly.
3372 (xml--entity-replacement-text): Signal an error if a parameter
3373 entity is undefined.
3374
3df31c9f
SM
33752012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3376
2b5208f1
SM
3377 * comint.el (comint-output-filter): Filter out repeated prompts.
3378
3df31c9f
SM
3379 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3380 and file-name-absolute-p.
3381 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3382 internal calls.
3383
e3ac1281
PE
33842012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3385
3386 Spelling fixes.
3387 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3388 Rename from byte-compile--refiy-function. All uses changed.
3389
fbf2e7ad
CY
33902012-07-01 Chong Yidong <cyd@gnu.org>
3391
3392 * xml.el (xml--parse-buffer): New function. Move most of
3393 xml-parse-region here.
3394 (xml-parse-region): Copy region into a temporary buffer, since
3395 parameter entity substitution requires changing buffer contents.
3396 Use xml--parse-buffer.
3397 (xml-parse-file): Use xml--parse-buffer.
3398 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 3399 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 3400
9bf0aa15
GM
34012012-06-30 Glenn Morris <rgm@gnu.org>
3402
bbce2853
GM
3403 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3404
9bf0aa15
GM
3405 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3406 Remove outdated and unnecessary dbus declarations.
3407
0d23c240
EZ
34082012-06-30 Eli Zaretskii <eliz@gnu.org>
3409
3410 * emacs-lisp/timer.el (timer-until): Subtract results of
3411 float-time, instead of taking float-time of the result of
3412 time-subtract, since float-time signals an error for negative time
3413 arguments.
3414
b3218de1
CY
34152012-06-30 Chong Yidong <cyd@gnu.org>
3416
3417 * xml.el (xml-*-re): Convert defvars into defconsts, and
3418 eval-and-compile them so eval-and-compile works on derivatives.
3419 (xml--entity-replacement-text): Use eval-and-comple.
3420
a40c87a0
MA
34212012-06-30 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * vc/vc-git.el (vc-git-registered): Use cache property
3424 `git-registered'.
3425 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3426 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 3427 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 3428
ac87de97
DG
34292012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3430
3431 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 3432 removed (likely outside Emacs). (Bug#11757)
ac87de97 3433
ac10fe06
SM
34342012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3df31c9f 3436 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 3437
7f3fbd5d
CY
34382012-06-30 Chong Yidong <cyd@gnu.org>
3439
3440 * xml.el: Implement XML parameter entities.
3441 (xml-parameter-entity-alist): New variable.
3442 (xml-parse-region, xml-parse-fragment): Preserve previous values
3443 of xml-entity-alist and xml-parameter-entity-alist, so that
3444 repeated calls on different documents do not change them.
3445 (xml-parse-tag): Fix doctype regexp.
3446 (xml--entity-replacement-text): New function.
3447 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3448 properly requires url retrieval which is unimplemented.
3449 (xml-escape-string): Doc fix.
3450
3cfbebba
SM
34512012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3454
2af3565e
DA
34552012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3456
3457 * fringe.el (fringe-mode): Doc fix.
3458
929df0e7
MA
34592012-06-29 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3462 is non-nil.
3463 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3464 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3465
c8d3a25c 34662012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 3467
c8d3a25c
GM
3468 * calendar/cal-dst.el (calendar-current-time-zone):
3469 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 3470
c8d3a25c 34712012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
3472
3473 * progmodes/which-func.el (which-func-format):
3474 Add mouse-face. (Bug#11698)
3475
c8d3a25c
GM
34762012-06-29 Leo Liu <sdl.web@gmail.com>
3477
3478 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3479
34802012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * minibuffer.el (minibuffer-confirm-exit-commands):
3483 Add completion-at-point (bug#11725).
3484
34852012-06-29 Glenn Morris <rgm@gnu.org>
3486
3487 * progmodes/f90.el (f90-font-lock-keywords-2):
3488 Add some preprocessor elements. (Bug#10499)
3489
34902012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3493 Use syntax-propertize (bug#11739).
3494
2badeec4
JB
34952012-06-28 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3498
ae4969c2
JD
34992012-06-28 Julien Danjou <julien@danjou.info>
3500
3501 * term.el (term-handle-colors-array): Use a set of new faces to
3502 color the terminal. Also uses :inverse-video property.
3503 (term-default-fg-color): Set to nil by default, deprecate in favor
3504 of `term-face'.
3505 (term-default-bg-color): Set to nil by default, deprecate in favor
3506 of `term-face'.
3507 (term-current-face): Use `term-face' by default.
3508 (term-bold-attribute): Variable deleted.
3509
1c9bd870
GM
35102012-06-28 Glenn Morris <rgm@gnu.org>
3511
3512 * simple.el (completion-list-mode-finish):
3513 Don't use toggle-read-only. (Since completion-list-mode has
3514 a special mode-class, it wasn't doing anything extra anyway.)
3515
c207708c
SM
35162012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 Make inlining of other-mode interpreted functions work (bug#11799).
3519 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3520 (byte-compile): Use it to fix compilation of lexical-binding closures.
3521 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3522 function, if needed.
3523
3fd56834
SM
35242012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3525
04901786
SM
3526 * help-mode.el (help-make-xrefs): Don't just withstand
3527 cyclic-variable-indirection but any error in documentation-property.
3528
1ec4b7b2
SM
3529 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3530 memory use.
3531 * bindings.el (bindings--define-key): New function.
3532 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3533 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3534 * bindings.el: Use it to purecopy define-key bindings.
3535
e309e2a5
SM
3536 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3537
d5c6faf9
SM
3538 * emacs-lisp/cl.el (flet): Mark obsolete.
3539 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3540 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3541 * progmodes/js.el (js-c-fill-paragraph):
3542 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3543 (ebrowse-switch-member-buffer-to-derived-class):
3544 * play/5x5.el (5x5-solver): Use cl-flet.
3545
6e9590e2
SM
3546 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3547 (cl--symbol-function): New macro.
3548 (cl--letf, cl--letf*): Use it.
3549
3fd56834
SM
3550 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3551 Strip "toggle-" if any.
3552
35ff222c
GM
35532012-06-27 Glenn Morris <rgm@gnu.org>
3554
1ba6038a
GM
3555 * info.el (Info-default-directory-list): Move here from paths.el.
3556 * paths.el: Remove file, which is now empty.
3557 * loadup.el: No longer load "paths".
3558
0ea0e51b
GM
3559 * custom.el (custom-initialize-delay): Doc fix.
3560
35ff222c
GM
3561 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3562 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3563 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3564 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3565 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3566 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3567 * eshell/eshell.el (eshell-defgroup): Remove alias.
3568
c89926a5
CY
35692012-06-27 Chong Yidong <cyd@gnu.org>
3570
3571 * help.el (help-enable-auto-load): New variable.
3572
3573 * help-fns.el (help-fns--autoloaded-p): New function.
3574 (describe-function-1): Refer to a function as "autoloaded" if it
3575 was autoloaded at any time in the past. Perform autoloading if
3576 help-enable-auto-load is non-nil.
3577
cc06e7e7
EZ
35782012-06-26 Eli Zaretskii <eliz@gnu.org>
3579
3580 * makefile.w32-in (compile, compile-always): Depend on
3581 update-subdirs, not on subdirs.el. Otherwise, several different
3582 sub-targets of 'bootstrap' running in parallel could
3583 simultaneously write to subdirs.el, producing a garbled file.
3584
d2c32364
SS
35852012-06-26 Sam Steingold <sds@gnu.org>
3586
3587 * files.el (file-name-base): New convenience function.
0d14cc21
GM
3588 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3589 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3590 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3591 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3592 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
3593 * textmodes/tex-mode.el: Use it.
3594 Did not touch cedet and org because they are maintained elsewhere.
3595
5cf983b2
MR
35962012-06-26 Martin Rudalics <rudalics@gmx.at>
3597
3598 * calendar/calendar.el (calendar-exit): Don't try to delete or
3599 iconify last frame. See:
3600 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3601
8c4f2952
JD
36022012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3603
3604 * server.el (server-process-filter): Remember dir in the
3605 process's `server-client-directory' properties.
3606
772b2e2c
CY
36072012-06-24 Chong Yidong <cyd@gnu.org>
3608
3609 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3610 non-tag text.
3611
711b11e1
JB
36122012-06-23 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3615
dc5d230c
SM
36162012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * help-fns.el (describe-variable): Don't croak when doc is not found.
3619 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3620 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3621 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3622 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3623 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3624 ((lambda ..) ..).
3625 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3626
136e1c1d
CY
36272012-06-23 Chong Yidong <cyd@gnu.org>
3628
e8c1cabf
CY
3629 * info.el (Info-mouse-follow-link): Accept symbol values of
3630 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
3631 (Info-fontify-node): Use Info-link-keymap for all navigation
3632 buttons, with link-args property to perform the desired action.
3633 (Info-link-keymap): Doc fix.
3634 (Info-next-link-keymap, Info-prev-link-keymap)
3635 (Info-up-link-keymap): Delete now-unused keymaps.
3636
0e9e6c6a
CY
36372012-06-23 Chong Yidong <cyd@gnu.org>
3638
05e89fea
CY
3639 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3640
0e9e6c6a
CY
3641 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3642 system abbrevs.
3643
3644 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3645
e33c6771
SM
36462012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3647
b68581e2
SM
3648 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3649 (bug#11719).
3650
e33c6771
SM
3651 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3652 the requote function doesn't work properly (bug#11714).
3653
7117e105
GM
36542012-06-23 Glenn Morris <rgm@gnu.org>
3655
3656 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3657
36cec983
SM
36582012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 Further GV/CL cleanups.
3661 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3662 gv-expander.
3663 (gv--defun-declaration): New function.
3664 (defun-declarations-alist): Use it.
3665 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3666 (gv-place): Autoload.
3667 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3668 original definition of dotimes and dolist.
3669 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3670 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3671 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3672 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3673 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3674 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3675 to the function's definition.
3676 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3677 * window.el:
3678 * files.el:
3679 * faces.el:
3680 * env.el: Don't use CL.
3681
d35af63c
PE
36822012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3683
3684 Support higher-resolution time stamps (Bug#9000).
3685
3686 * calendar/time-date.el (with-decoded-time-value): New arg
3687 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3688 (encode-time-value): New optional arg PICO. New type 3.
3689 (time-to-seconds) [!float-time]: Support the new picoseconds
3690 component if it's used.
3691 (seconds-to-time, time-subtract, time-add):
3692 Support ps-resolution time stamps as well.
3693
3694 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3695 (timerp): Timer vectors now have length 9, not 8.
3696 (timer--time): Support new-style (4-part) time stamps.
3697 (timer-next-integral-multiple-of-time): Time stamps now have
3698 picosecond resolution, so take a bit more care about rounding.
3699 (timer-relative-time, timer-inc-time): New optional arg psecs.
3700 (timer-set-time-with-usecs): Set psecs to 0.
3701 (timer--activate): Check psecs component, too.
3702
3703 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3704
ac77b21a
SM
37052012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3706
f143bfe3
SM
3707 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3708 Move the non-essential binding to the post/pre-command-hook where it is
3709 more obviously correct.
3710
ac77b21a
SM
3711 * subr.el (read-passwd): Don't use a history at all.
3712 * savehist.el (savehist-save): Remove password saved accidentally
3713 because of the above bug.
3714
76386c5a
BG
37152012-06-22 Bastien Guerry <bzg@gnu.org>
3716
3717 * files.el (toggle-read-only): Display a message telling whether
3718 the buffer is read-only or not (bug#11726).
3719
2ee3d7f0
SM
37202012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * emacs-lisp/gv.el: New file.
3723 * subr.el (push, pop): Extend to generalized variables.
3724 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3725 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3726 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3727 gv-define-simple-setter, and gv-define-expander.
3728 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3729 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3730 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3731 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3732 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3733 gv-letplace.
3734 (cl-defstruct): Don't define setf-method any more.
3735 * emacs-lisp/cl.el (flet): Don't autoload.
3736 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3737 (define-setf-expander, defsetf, define-modify-macro)
3738 (cl-struct-setf-expander): Move from cl-lib.el.
3739 * emacs-lisp/syntax.el:
3740 * emacs-lisp/ewoc.el:
3741 * emacs-lisp/smie.el:
3742 * emacs-lisp/cconv.el:
3743 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3744 (timer--time): Use gv-define-simple-setter.
3745 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3746 to avoid coding-system problems in subr.el. Adjust all users.
3747 (macroexp--maxsize, macroexp-small-p): New functions.
3748 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3749 * scroll-bar.el (scroll-bar-mode):
3750 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3751 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3752 * winner.el (winner-configuration, winner-make-point-alist)
3753 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3754 * files.el (locate-file-completion-table): Avoid list*.
3755
c5695d1d
CY
37562012-06-22 Chong Yidong <cyd@gnu.org>
3757
3758 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3759 (dired-create-files): Doc fix (Bug#11329).
3760 (dired-do-copy): Doc fix (Bug#11334).
3761 (dired-mark-read-string): Doc fix (Bug#11553).
3762
2ee3d7f0
SM
3763 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3764 Doc fix (Bug#11326).
c5695d1d
CY
3765 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3766 (dired-dwim-target): Doc fix.
3767
3768 * wdired.el (wdired-mode): Doc fix.
3769
89b5595a
GM
37702012-06-22 Glenn Morris <rgm@gnu.org>
3771
575db3f1
GM
3772 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3773 (pcmpl-rpm-cache-stamp-file): New constant.
3774 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3775 (pcmpl-rpm-packages): Optionally cache list of packages.
3776
a4c8dd51
GM
3777 * pcmpl-rpm.el (pcmpl-rpm): New group.
3778 (pcmpl-rpm-query-options): New option.
3779 (pcmpl-rpm-packages): No need to inline it.
3780 Use pcmpl-rpm-query-options.
3781
89b5595a
GM
3782 * calendar/calendar.el (calendar-in-read-only-buffer):
3783 Avoid some needless mode changes.
3784
e76f0800
CY
37852012-06-21 Chong Yidong <cyd@gnu.org>
3786
3787 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3788 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 3789 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 3790
297a8f1d
CY
37912012-06-20 Chong Yidong <cyd@gnu.org>
3792
3793 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3794
d34c18b1
DR
37952012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3796
3797 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3798 (bug#11201).
3799
32f7f28e
CY
38002012-06-20 Chong Yidong <cyd@gnu.org>
3801
3802 * term.el (term-window-width): Handle the case of a missing right
3803 fringe (Bug#8837).
3804 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
3805 (term-mode): Use define-derived-mode. Minor cleanups.
3806 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
3807 (term-move-columns, term-insert-char, term-emulate-terminal)
3808 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 3809
493c6688
MA
38102012-06-20 Michael Albinus <michael.albinus@gmx.de>
3811
d34c18b1
DR
3812 * net/ange-ftp.el (ange-ftp-get-passwd):
3813 Bind `enable-recursive-minibuffers'.
493c6688
MA
3814 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3815
3f06ecf4
DR
38162012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3817
3818 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3819
68f12411
GM
38202012-06-19 Glenn Morris <rgm@gnu.org>
3821
3822 * progmodes/python.el (python-mode): Derive from prog-mode.
3823
b3820318
KG
38242012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3825
3826 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3827 (edt-user-menu-bar-update-buffers): New functions.
3828 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3829
c6bf3022
CY
38302012-06-19 Chong Yidong <cyd@gnu.org>
3831
3832 * subr.el (with-selected-window): Preserve the selected window's
3833 terminal's top-frame (Bug#4702).
3834
3835 * window.el (save-selected-window): Likewise.
3836
25f09295
SM
38372012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * progmodes/python.el (python-rx-constituents): Move backquote.
3840 (python-skeleton-define, python-define-auxiliary-skeleton):
3841 Use `declare'.
3842
6b11952a
MA
38432012-06-18 Michael Albinus <michael.albinus@gmx.de>
3844
3845 * minibuffer.el (read-file-name-default): Revert the patch from
3846 2012-06-17.
3847
ee4b1330
SM
38482012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3851 (pcase--u1, pcase--q1): Don't use apply-partially.
3852
35647f79
GM
38532012-06-18 Glenn Morris <rgm@gnu.org>
3854
3855 * progmodes/python.el (python-proc, python-buffer)
3856 (python-send-receive, python-send-string): Fix obsolete versions.
3857
24b0cff0
MR
38582012-06-18 Martin Rudalics <rudalics@gmx.at>
3859
3860 * window.el (special-display-p): Completely remove stringp
3861 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3862
29855149
MA
38632012-06-17 Michael Albinus <michael.albinus@gmx.de>
3864
3865 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3866
3867 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3868
3869 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3870 * net/tramp-sh.el (tramp-maybe-open-connection):
3871 Throw if `non-essential' is non-nil.
3872
07463363
MR
38732012-06-17 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (special-display-p): Signal an error if BUFFER-NAME
3876 is not a string (Bug#11713).
3877
48d1354e
PE
38782012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3879
3880 * progmodes/python.el (python-info-beginning-of-backslash):
3881 Rename from python-info-beginning-of-backlash, as a spelling fix.
3882
eb4a8a9a
CY
38832012-06-17 Chong Yidong <cyd@gnu.org>
3884
3885 * term.el (term-emulate-terminal): If term-check-size is called,
3886 move point to the process mark without resetting point (Bug#4635).
3887
ddfbf826 38882012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
3889
3890 * international/mule-cmds.el (mule-menu-keymap)
3891 (set-language-environment, set-locale-environment): Doc tweaks.
3892
9b0e3eba
AA
38932012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3894
3895 * cus-face.el (custom-face-attributes): Add wave-style underline
3896 attribute.
3897 * faces.el (set-face-attribute): Update docstring to describe
3898 wave-style underline attribute.
3899
771e3eae
CY
39002012-06-16 Chong Yidong <cyd@gnu.org>
3901
3902 * term/xterm.el (terminal-init-xterm): Discard input before
3903 querying background mode (Bug#10959).
3904
7ae2ea10
SM
39052012-06-16 Stefan Merten <smerten@oekonux.de>
3906
3907 * textmodes/rst.el: Added and corrected some comments.
3908 (rst-re-alist-def): Improve symbol syntax.
3909 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
3910 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3911 (rst-official-version, rst-official-cvs-rev): Update version
3912 information.
7ae2ea10 3913
b6974efa
JB
39142012-06-15 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3917 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3918
8826d473
GM
39192012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3920
3921 * progmodes/python.el: New python.el merge.
3922 (python-guess-indent): Obsolete var.
3923 (python-indent-guess-indent-offset): New defcustom.
3924 (python-indent): Obsolete var.
3925 (python-indent-offset): New defcustom.
3926 (python-python-command, python-jython-command): Delete var.
3927 (python-shell-interpreter): New defcustom.
3928 (python-pdbtrack-do-tracking-p): Delete var.
3929 (python-pdbtrack-activate): New defcustom.
3930 (python-use-skeletons): Obsolete var.
3931 (python-skeleton-autoinsert): New defcustom.
3932 (inferior-python-filter-regexp, python-continuation-offset)
3933 (python-honour-comment-indentation, python-indent-string-contents)
3934 (python-jython-packages, python-mode-hook)
3935 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3936 (python-shell-prompt-alist)
3937 (python-source-modes): Delete defcustoms.
3938 (python-check-buffer-name, python-eldoc-setup-code)
3939 (python-eldoc-string-code, python-ffap-setup-code)
3940 (python-ffap-string-code, python-fill-comment-function)
3941 (python-fill-decorator-function, python-fill-paren-function)
3942 (python-fill-string-function, python-imenu-include-defun-type)
3943 (python-imenu-make-tree, python-imenu-subtree-root-label)
3944 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3945 (python-shell-compilation-regexp-alist)
3946 (python-shell-completion-module-string-code)
3947 (python-shell-completion-pdb-string-code)
3948 (python-shell-completion-setup-code)
3949 (python-shell-completion-string-code)
3950 (python-shell-enable-font-lock, python-shell-exec-path)
3951 (python-shell-extra-pythonpaths)
3952 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3953 (python-shell-process-environment)
3954 (python-shell-prompt-block-regexp)
3955 (python-shell-prompt-output-regexp)
3956 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3957 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3958 (python-shell-virtualenv-path): New defcustoms.
3959 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3960 (inferior-python-mode-syntax-table, python--prompt-regexp)
3961 (python-buffer, python-command python-python-command)
3962 (python-default-template, python-imports, python-indent-index)
3963 (python-indent-list, python-indent-list-length)
3964 (python-mode-running, python-pdbtrack-is-tracking-p)
3965 (python-preoutput-continuation, python-preoutput-leftover)
3966 (python-preoutput-result, python-preoutput-skip-next-prompt)
3967 (python-prev-dir/file, python-recursing)
3968 (python-saved-check-command, python-version-checked)
3969 (python-which-func-length-limit)
3970 (view-return-to-alist): Delete vars.
3971 (python-check-custom-command, python-dotty-syntax-table)
3972 (python-imenu-index-alist, python-indent-current-level)
3973 (python-indent-dedenters, python-indent-levels)
3974 (python-nav-beginning-of-defun-regexp)
3975 (python-nav-list-defun-positions-cache)
3976 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3977 (python-shell-internal-buffer)
3978 (python-skeleton-available): New vars.
3979 (def-python-skeleton): Delete macro.
3980 (python-skeleton-define): New macro.
3981 (python-define-auxiliary-skeleton, python-rx): New macros.
3982 (python-insert-class): Delete command.
3983 (python-skeleton-class): New command.
3984 (python-insert-def): Delete command.
3985 (python-skeleton-def): New command.
3986 (python-insert-for): Delete command.
3987 (python-skeleton-for): New command.
3988 (python-insert-if): Delete command.
3989 (python-skeleton-if): New command.
3990 (python-insert-try/except, python-insert-try/finally): Delete commands.
3991 (python-skeleton-try): New command.
3992 (python-insert-while): Delete command.
3993 (python-skeleton-while): New command.
3994 (python-backspace): Delete command.
3995 (python-indent-dedent-line-backspace): New command.
3996 (python-electric-colon): Delete command.
3997 (python-indent-electric-colon): New command.
3998 (python-guess-indent): Delete command.
3999 (python-indent-guess-indent-offset): New command.
4000 (python-shift-left): Delete command.
4001 (python-indent-shift-left): New command.
4002 (python-shift-right): Delete command.
4003 (python-indent-shift-right): New command.
4004 (python-find-function): Delete command.
4005 (python-nav-jump-to-defun): New command.
4006 (python-next-statement): Delete command.
4007 (python-nav-forward-sentence): New command.
4008 (python-previous-statement): Delete command.
4009 (python-nav-backward-sentence): New command.
4010 (python-fill-paragraph): Delete command.
4011 (python-fill-paragraph-function): New command.
4012 (python-send-buffer): Delete command.
4013 (python-shell-send-buffer): New command.
4014 (python-send-defun): Delete command.
4015 (python-shell-send-defun): New command.
4016 (python-send-region, python-send-region-and-go): Delete commands.
4017 (python-shell-send-region)
4018 (python-shell-switch-to-shell): New commands.
4019 (python-send-string): Delete command.
4020 (python-shell-send-string): New command.
4021 (python-switch-to-python): Delete command.
4022 (python-shell-switch-to-shell): New command.
4023 (python-describe-symbol): Delete command.
4024 (python-eldoc-at-point): New command.
4025 (python--set-prompt-regexp, python-args-to-list)
4026 (python-after-info-look, python-check-version)
4027 (python-check-comint-prompt, python-find-imports)
4028 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4029 (python-unload-function, python-expand-template)
4030 (python-maybe-jython, python-preoutput-filter)
4031 (python-pdbtrack-get-source-buffer)
4032 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4033 (python-pdbtrack-toggle-stack-tracking)
4034 (python-pdbtrack-track-stack-file, python-initial-text)
4035 (python-first-word, python-comment-line-p, python-send-command)
4036 (python-setup-brm, python-sentinel, python-set-proc)
4037 (python-skip-out, python-input-filter, python-outdent-p)
4038 (python-outline-level, python-backslash-continuation-line-p)
4039 (python-end-of-block, python-end-of-statement, python-mark-block)
4040 (python-beginning-of-block, python-beginning-of-statement)
4041 (python-blank-line-p, python-beginning-of-string)
4042 (python-open-block-statement-p): Delete functions.
4043 (python-indent-line, python-indent-line-1): Delete functions.
4044 (python-indent-line): New function.
4045 (python-indentation-levels): Delete function.
4046 (python-indent-calculate-levels): New function.
4047 (python-proc): Delete function.
4048 (python-shell-get-process): New function.
4049 (python-send-receive): Delete function.
4050 (python-shell-send-string-no-output): New function.
4051 (python-module-path): Delete function.
4052 (python-ffap-module-path): New function.
4053 (python-completion-at-point)
4054 (python-symbol-completions): Delete functions.
4055 (python-completion-complete-at-point): New function.
4056 (python-load-file): Delete function.
4057 (python-shell-send-file): New function.
4058 (python-calculate-indentation): Delete function.
4059 (python-indent-calculate-indentation): New function.
4060 (python-skip-comments/blanks): Delete function.
4061 (python-util-forward-comment): New function.
4062 (python-continuation-line-p): Delete function.
4063 (python-info-continuation-line-p): New function.
4064 (python-which-func, python-current-defun): Delete function.
4065 (python-info-current-defun): New function.
4066 (python-beginning-of-defun): Delete function.
4067 (python-nav-beginning-of-defun): New function.
4068 (python-close-block-statement-p)
4069 (python-block-end-p): Delete function.
4070 (python-info-closing-block): New function.
4071 (python-comint-output-filter-function)
4072 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4073 (python-fill-comment, python-fill-decorator, python-fill-paren)
4074 (python-fill-string, python-imenu-make-element-tree)
4075 (python-imenu-make-tree, python-imenu-tree-assoc)
4076 (python-indent-context, python-indent-dedent-line)
4077 (python-indent-line-function)
4078 (python-indent-post-self-insert-function)
4079 (python-indent-toggle-levels)
4080 (python-info-assignment-continuation-line-p)
4081 (python-info-beginning-of-backlash)
4082 (python-info-block-continuation-line-p)
4083 (python-info-closing-block-message)
4084 (python-info-line-ends-backslash-p)
4085 (python-info-looking-at-beginning-of-defun)
4086 (python-info-ppss-context, python-info-ppss-context-type)
4087 (python-nav-list-defun-positions, python-nav-read-defun)
4088 (python-nav-sentence-end, python-nav-sentence-start)
4089 (python-pdbtrack-comint-output-filter-function)
4090 (python-pdbtrack-set-tracked-buffer)
4091 (python-shell-calculate-exec-path)
4092 (python-shell-calculate-process-environment)
4093 (python-shell-completion--do-completion-at-point)
4094 (python-shell-completion--get-completions)
4095 (python-shell-completion-complete-at-point)
4096 (python-shell-completion-complete-or-indent)
4097 (python-shell-get-or-create-process)
4098 (python-shell-get-process-name)
4099 (python-shell-internal-get-or-create-process)
4100 (python-shell-internal-get-process-name)
4101 (python-shell-internal-send-string, python-shell-make-comint)
4102 (python-shell-parse-command, python-shell-send-setup-code)
4103 (python-skeleton-add-menu-items)
4104 (python-util-clone-local-variables, python-util-position)
4105 (run-python-internal, python-indentation-levels)
4106 (python-nav-beginning-of-defun)
4107 (python-completion-complete-at-point): New functions.
4108 (run-python): Change arguments. New API requirements.
4109
4302f5ba
SM
41102012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4111
f38ea36d
SM
4112 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4113 (bug#11649).
4114
4115 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4116 (macroexp--expand-all): Use it.
4117
4302f5ba
SM
4118 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4119 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4120 Use `cl-function' instead.
4121
33377562
JB
41222012-06-14 Juanma Barranquero <lekktu@gmail.com>
4123
4124 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4125 Suggested by Stefan Monnier while discussing bug#11657.
4126
54c5ba1a
SS
41272012-06-14 Sam Steingold <sds@gnu.org>
4128
4129 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4130
f9f1b1fe
AS
41312012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4132
4133 * play/doctor.el (doctor-doc): Remove parameter and use
4134 doctor-sent instead of sent.
4135 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4136
a81068ba
SM
41372012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4138
5a315f9c
SM
4139 * files.el: Require cl-lib.
4140 (file-name-non-special): Replace case -> cl-case.
4141
4142 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4143
a81068ba
SM
4144 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4145 mapping from #' to function*.
4146
8cca9703
CY
41472012-06-13 Chong Yidong <cyd@gnu.org>
4148
4149 * mouse.el (mouse-drag-track): Do not set the mark if the user
4150 releases the mouse without selecting anything (Bug#11588).
4151
a12ac9d7
SM
41522012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4153
ccf1dc18
SM
4154 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4155 as well (bug#11646).
4156
ef62b23d
SM
4157 * loadup.el: Count byte-code functions as well.
4158
c4c8444a
SM
4159 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4160 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4161
a12ac9d7
SM
4162 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4163 (bug#11649). Add cl-defun and cl-defmacro.
4164
87e6e64f
DA
41652012-06-13 Drew Adams <drew.adams@oracle.com>
4166
4167 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4168 Fix last change.
4169
682cefaf
MA
41702012-06-13 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4173 Otherwise, it blocks in batch mode.
4174
773e1f08
JB
41752012-06-13 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * help-mode.el (bookmark-make-record-default): Declare.
4178
60057926
CY
41792012-06-13 Chong Yidong <cyd@gnu.org>
4180
4181 * emacs-lisp/package.el (list-packages): Compute a list of
4182 packages that are newly-available since the last list-packages
4183 invocation.
4184 (package-menu--new-package-list): New var.
4185 (package-menu--generate, package-menu--print-info)
4186 (package-menu--status-predicate, package-menu-mark-install):
4187 Handle new status label "new".
4188
ad4d226c
SM
41892012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4192 conversion to backquotes.
4193
f1a4e679
CY
41942012-06-12 Chong Yidong <cyd@gnu.org>
4195
4196 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4197 Rename from gud-inhibit-global-bindings.
4198
4199 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4200
4201 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4202 hook from nxml-glyph-set-hook.
4203
4204 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4205 declaration.
4206
4207 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4208
4209 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4210 Convert to defcustom.
4211
0c9e42b5
DA
42122012-06-12 Drew Adams <drew.adams@oracle.com>
4213
4214 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4215 New functions.
4216 (help-mode): Use them.
4217
09e06855
GM
42182012-06-11 Glenn Morris <rgm@gnu.org>
4219
4220 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4221 Use preprocessor face for directives.
4222 (fortran-directive-re): Doc fix.
4223
71adb94b
SM
42242012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4225
2eb87922
SM
4226 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4227 conversion to backquotes (bug#11652).
4228
71adb94b
SM
4229 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4230 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4231 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4232 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4233 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4234 (cl-ninth, cl-tenth): Mark them as inlinable.
4235 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4236 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4237 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4238 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4239 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4240 (cl-list*, cl-adjoin): Don't put an autoload manually.
4241 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4242 (cl--compiler-macro-list*): Add autoload cookie.
4243 (cl--compiler-macro-cXXr): New function.
2eb87922 4244
71adb94b
SM
4245 * help-fns.el (help-fns--compiler-macro): New function extracted from
4246 describe-function-1; follow aliases and use `compiler-macro' property.
4247 (describe-function-1): Use it.
4248
a6674402
CY
42492012-06-11 Chong Yidong <cyd@gnu.org>
4250
4251 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4252 is uninstalled, if imagemagick is installed.
4253
bb3faf5b
SM
42542012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * emacs-lisp/cl-lib.el: Use lexical-binding.
4257 (cl-map-extents, cl-maclisp-member): Remove.
4258 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4259 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4260 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4261 * emacs-lisp/cl-extra.el: Use lexical-binding.
4262 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4263 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4264 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4265 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4266 * emacs-lisp/cl-seq.el: Use lexical-binding.
4267 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4268 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4269 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4270 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4271 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4272 CL's internals.
4273
2fe4b125
MA
42742012-06-11 Michael Albinus <michael.albinus@gmx.de>
4275
4276 Sync with Tramp 2.2.6-pre.
4277
4278 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4279 `print-length' and `print-level' to nil, in order to avoid
4280 truncation. Reported by Christopher Schmidt
4281 <christopher@ristopher.com>.
4282
4283 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4284
4285 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4286 New defmacro.
4287 (tramp-compat-copy-directory): Add optional argument
4288 COPY-CONTENTS. It is not handled yet.
4289
4290 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4291 (tramp-ftp-file-name-p): Simplify.
4292
4293 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4294 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4295 connection vector.
4296
4297 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4298 (tramp-methods): Do not use `tramp-password-end-of-line'.
4299 (tramp-completion-function-alist-putty): Handle UNIX case.
4300 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4301 (tramp-do-file-attributes-with-stat)
4302 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4303 gid as real numbers. They could run out of integer range on cygwin.
4304 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4305 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
4306 (tramp-open-connection-setup-interactive-shell):
4307 Use `tramp-cleanup'. Move check for busyboxes ...
4308 (tramp-find-shell): ... here. Simplify implementation.
4309 Set "remote-shell" property also for alternative shells.
4310 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4311 If failing, a regular file would be written otherwise.
4312 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
4313 (tramp-find-inline-encoding): Cache the coding commands in the
4314 process cache. Apply test command on the remote side, if defined.
4315 (tramp-find-inline-compress): Cache the compress commands in the
4316 process cache.
4317 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4318 when requested. Handle hops.
4319 (tramp-current-connection): New defvar.
87e6e64f
DA
4320 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4321 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 4322 Handle user interrupt. (Bug#10187)
87e6e64f
DA
4323 (tramp-get-inline-compress, tramp-get-inline-coding):
4324 Read connection properties from the process cache.
2fe4b125
MA
4325
4326 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
4327 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4328 New defconsts.
2fe4b125
MA
4329 (tramp-smb-prompt): Extend for powershell prompt.
4330 (tramp-smb-file-name-handler-alist): Add handlers for
4331 `process-file', `shell-command' and `start-file-process'.
4332 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4333 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4334 (tramp-smb-file-name-p): Simplify.
4335 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4336 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4337 (tramp-smb-shell-quote-argument): New defuns.
4338 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4339 Implement using "tar". By this, time-stamps are preserved.
4340 (tramp-smb-handle-copy-file): Handle also the case of directories.
4341 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
4342 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4343 Use `tramp-get-connection-buffer').
2fe4b125
MA
4344 (tramp-smb-handle-rename-file): Use "rename", when source and
4345 target are on the same share.
87e6e64f
DA
4346 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4347 Use `tramp-smb-server-version'.
2fe4b125
MA
4348 (tramp-smb-wait-for-output): Remove prompt.
4349
4350 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
4351 (tramp-methods, tramp-rsh-end-of-line):
4352 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
4353 (tramp-save-ad-hoc-proxies): New defcustom.
4354 (tramp-completion-function-alist): Adapt docstring.
4355 (tramp-default-password-end-of-line): Remove defcustom.
4356 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4357 (tramp-user-regexp, tramp-file-name-regexp-unified)
4358 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4359 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4360 (tramp-remote-file-name-spec-regexp): New defconst.
4361 (tramp-file-name-structure): Extend structure for hops.
4362 (tramp-get-method-parameter): Move up.
4363 (tramp-file-name-p, tramp-dissect-file-name)
4364 (with-parsed-tramp-file-name): Handle hops.
4365 (tramp-file-name-hop): New defun.
4366 (tramp-make-tramp-file-name): New optional arg HOP.
4367 (tramp-message-show-progress-reporter-message): New defvar.
4368 (tramp-with-progress-reporter): Use it. We cannot use
4369 `tramp-message-show-message' here, because this suppresses also
4370 error buffers.
4371 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
4372 `tramp-message-show-message' is nil.
4373 Use `tramp-get-connection-buffer'.
2fe4b125
MA
4374 (tramp-cleanup): New defun.
4375 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4376 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4377 an error unchanged.
4378 (tramp-completion-handle-file-name-all-completions): Handle hops.
4379 Fix an error when called from ido.
4380 (tramp-completion-dissect-file-name): Use better local variable
4381 name. Add hop to the vector.
4382 (tramp-handle-insert-file-contents): Use progress-reporter for the
4383 whole scenario.
4384 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4385 to `t'.
4386 (tramp-check-for-regexp): Simplify search.
4387 (tramp-enter-password): Remove it. Move implementation ...
4388 (tramp-action-password): ... here.
4389 (tramp-mode-string-to-int, tramp-local-host-p)
4390 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
4391 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4392 Set tramp-autoload cookie.
2fe4b125
MA
4393
4394 * net/trampver.el: Update release number.
4395
43962012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4397 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4400 (tramp-parse-group, tramp-parse-file)
4401 (tramp-parse-shostkeys-sknownhosts): New defuns.
4402 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4403 (tramp-parse-shosts-group, tramp-parse-sconfig)
4404 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4405 (tramp-parse-sknownhosts, tramp-parse-hosts)
4406 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4407 Use them.
4408 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4409 (tramp-parse-putty-group): Don't narrow.
4410 (tramp-parse-putty): Make a loop.
4411 (tramp-file-name-handler): Catch the `suppress' signal.
4412
72834e10
CY
44132012-06-11 Chong Yidong <cyd@gnu.org>
4414
4415 * image.el (imagemagick-register-types): Put the ImageMagick entry
4416 at the end of image-type-file-name-regexps.
4417
a4712e11
JB
44182012-06-11 Johan Bockgård <bojohan@gnu.org>
4419
4420 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4421 (pcase, pcase-let*, pcase-dolist): Use them.
4422
82ad98e3
SM
44232012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * emacs-lisp/pcase.el (pcase--let*): New function.
4426 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4427 (pcase--expand): Use macroexp-let².
4428
f80efb86
SM
44292012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4432 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4433 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4434 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4435 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4436 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4437
31ca4639 44382012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 4439
31ca4639
CY
4440 * mail/rmail.el (rmail-yank-current-message): Leave point at
4441 correct position. (Bug#11660)
94f0aa34 4442
31ca4639 44432012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 4444
31ca4639 4445 * allout-widgets.el: Fix code header.
9e1b8ec4 4446
31ca4639 44472012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 4448
f80efb86
SM
4449 * cus-edit.el (customize-changed-options-previous-release):
4450 Bump to 24.1.
31ca4639 4451
642b6d30
AS
44522012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4453
4454 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4455
4f5d2ba1
CY
44562012-06-09 Chong Yidong <cyd@gnu.org>
4457
4458 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4459
e75852fd
MR
44602012-06-09 Martin Rudalics <rudalics@gmx.at>
4461
4462 * window.el (special-display-popup-frame): Don't use
4463 window--display-buffer (Bug#11651).
4464
1e48e282
EZ
44652012-06-09 Eli Zaretskii <eliz@gnu.org>
4466
8a26b487
EZ
4467 Fix parallel builds: make sure loaddefs.el is not being written
4468 while Lisp files are compiled.
4469 (compile): Don't depend on 'mh-autoloads'.
4470 (compile-CMD, compile-SH): Depend on 'autoloads'.
4471 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4472
1e48e282
EZ
4473 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4474
6175e34b
CY
44752012-06-09 Chong Yidong <cyd@gnu.org>
4476
4477 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4478 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4479 Doc fixes (Bug#11225).
4480
d9857e53
SM
44812012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4484 a function if there's a clear indication that it has a compiler-macro.
4485 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4486 (macro-declarations-alist): Add arglist to declaration functions.
4487 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4488 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4489 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4490 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4491 Also add autoload to find the compiler macro.
4492 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4493 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4494 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4495 (cl--compiler-macro-get): New functions, replacing calls to
4496 cl-define-compiler-macro.
4497 (cl-typep) [compiler-macro]: Use macroexp-let².
4498
f81298f8 44992012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
4500
4501 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4502 string properly, fixes Bug#11473.
4503
4b56d0fe
CY
45042012-06-08 Chong Yidong <cyd@gnu.org>
4505
4506 * faces.el (set-face-attribute): Doc fix.
4507 (modify-face): Don't use :bold and :italic.
4508 (error, warning, success): Tweak definitions.
4509
4510 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4511 (custom-modified, custom-set, custom-changed, custom-themed)
4512 (custom-saved, custom-button, custom-button-mouse)
4513 (custom-button-pressed, custom-state, custom-comment-tag)
4514 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4515 (custom-group-subtitle): Use new-style face specs.
4516 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4517 (custom-set-face, custom-changed-face, custom-saved-face)
4518 (custom-button-face, custom-button-pressed-face)
4519 (custom-documentation-face, custom-state-face)
4520 (custom-comment-face, custom-comment-tag-face)
4521 (custom-variable-tag-face, custom-variable-button-face)
4522 (custom-face-tag-face, custom-group-tag-face-1)
4523 (custom-group-tag-face): Remove obsolete face alias.
4524
4525 * epa.el (epa-validity-high, epa-validity-medium)
4526 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4527 (epa-field-name, epa-field-body):
4528 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4529 (font-lock-keyword-face, font-lock-builtin-face)
4530 (font-lock-function-name-face, font-lock-variable-name-face)
4531 (font-lock-type-face, font-lock-constant-face):
4532 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4533 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4534 * speedbar.el (speedbar-button-face, speedbar-file-face)
4535 (speedbar-directory-face, speedbar-tag-face)
4536 (speedbar-selected-face, speedbar-highlight-face)
4537 (speedbar-separator-face):
4538 * whitespace.el (whitespace-newline, whitespace-space)
4539 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4540 (whitespace-line, whitespace-space-before-tab)
4541 (whitespace-space-after-tab, whitespace-indentation)
4542 (whitespace-empty):
4543 * emulation/cua-base.el (cua-global-mark):
4544 * eshell/em-prompt.el (eshell-prompt):
4545 * net/newst-plainview.el (newsticker-new-item-face)
4546 (newsticker-old-item-face, newsticker-immortal-item-face)
4547 (newsticker-obsolete-item-face, newsticker-date-face)
4548 (newsticker-statistics-face, newsticker-default-face):
4549 * net/newst-reader.el (newsticker-feed-face)
4550 (newsticker-extra-face, newsticker-enclosure-face):
4551 * net/newst-treeview.el (newsticker-treeview-face)
4552 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4553 (newsticker-treeview-immortal-face)
4554 (newsticker-treeview-obsolete-face)
4555 (newsticker-treeview-selection-face):
4556 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4557 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4558 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4559 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4560 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4561 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4562 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4563 (mpuz-text):
4564 * progmodes/vera-mode.el (vera-font-lock-number)
4565 (vera-font-lock-function, vera-font-lock-interface):
4566 * textmodes/table.el (table-cell): Use new-style face specs, and
4567 don't use the old :bold and :italic attributes.
4568
4569 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4570 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4571 (ebrowse-member-class, ebrowse-progress): Likewise.
4572 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4573 (ebrowse-file-name-face, ebrowse-default-face)
4574 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4575 (ebrowse-progress-face): Remove obsolete faces.
4576
4577 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4578 Inherit from error and warning faces respectively.
4579
4580 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4581 Likewise.
f80efb86
SM
4582 (flyspell-incorrect-face, flyspell-duplicate-face):
4583 Remove obsolete aliases.
4b56d0fe 4584
03310646
MA
45852012-06-08 Michael Albinus <michael.albinus@gmx.de>
4586
4587 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4588 Avoid infloop.
4589
513749ee
SM
45902012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * startup.el (argv, argi): Make lexically scoped.
4593 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4594 * emacs-lisp/cl-macs.el: Use lexical-binding.
4595 Rename cl-bind-* to cl--bind-*.
4596 * files.el: Don't require `cl' since it doesn't use it.
4597 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4598
595ef4ad
JB
45992012-06-08 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4602 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4603 instead of calling external sort utility.
4604 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4605
e9f66fcb
EZ
46062012-06-08 Eli Zaretskii <eliz@gnu.org>
4607
4608 * descr-text.el (describe-char): Mention how to insert the
4609 character, if the current input method doesn't support it.
4610 See the discussion in this thread for the details:
4611 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4612
3d10db47
SS
46132012-06-08 Sam Steingold <sds@gnu.org>
4614
4615 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4616 XF86Back to previous-buffer.
4617 (minibuffer-local-map): Bind them to next-history-element and
4618 previous-history-element respectively.
4619 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4620 help-go-back respectively.
4621 * info.el (Info-mode-map): Bind them to Info-history-forward and
4622 Info-history-back respectively.
4623 These are the keys next to Up on the ThinkPad keyboard.
4624
de7e2b36
SM
46252012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4628 * emacs-lisp/cl-macs.el: Provide itself.
4629 (cl--labels-convert-cache): New var.
4630 (cl--labels-convert): New function.
4631 (cl-flet, cl-labels): New implementation with new semantics, relying on
4632 lexical-binding.
4633 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4634 (cl-closure-vars, cl--function-convert-cache)
4635 (cl--function-convert): Move from cl-macs.el.
4636 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4637 rename by removing the "cl-" prefix.
4638 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4639
6fa6c4ae
SM
46402012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4643 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4644 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4645 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4646 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4647 (cl-hash-table-count): Add old compatibility aliases.
4648
4649 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4650 Use macroexpand-all-environment instead.
4651 (cl--old-macroexpand): New var.
4652 (cl--sm-macroexpand): New function.
4653 (cl-symbol-macrolet): Use it during macro expansion.
4654 (cl--function-convert-cache): New var.
4655 (cl--function-convert): New function, extracted from
4656 cl-macroexpand-all.
4657 (cl-lexical-let): Use it.
4658
4659 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4660 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4661 (cl-member): Remove old alias.
4662
4663 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4664 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4665 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4666 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4667 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4668 (cl-macroexpand-cmacs): Remove var.
4669 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4670 Use macroexpand-all instead.
4671
4dd1c416
SM
46722012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4675 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4676 (macroexp-copyable-p): New functions and macros.
4677 * emacs-lisp/edebug.el (edebug-unwrap):
4678 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4679 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4680 (pcase--let*): Remove.
4681 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4682 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4683 macroexp-const-p instead.
4684 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4685
4686 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4687 instead of "cl-" for internal definitions. Use macroexp-const-p.
4688 (cl-old-bc-file-form): Remove var.
4689 (cl-const-exprs-p): Remove fun.
4690 (cl-labels, cl-macrolet): Use backquote.
4691 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4692 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4693 (cl-define-setf-expander): Rename from cl-define-setf-method.
4694 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4695
4696 * international/mule-cmds.el: Don't require CL.
4697 (view-hello-file): Don't use `letf'.
4698
ed8bd4d7
SM
46992012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4700
7287f2f3
SM
4701 * tmm.el (tmm-prompt): Use string-prefix-p.
4702 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4703 (tmm-add-prompt): Use minibuffer-completion-help.
4704 (tmm-delete-map): Remove.
4705
ed8bd4d7
SM
4706 * subr.el (kbd): Make it its own function.
4707
7b4cdbf4
SM
47082012-06-07 Stefan Merten <smerten@oekonux.de>
4709
4710 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4711 Silence compiler warnings. Fix versions.
ed8bd4d7 4712 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 4713 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 4714 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
4715 (rst-package-emacs-version-alist): Correct Emacs version to
4716 represent major merge with upstream.
ed8bd4d7 4717 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 4718
2b48d721
GM
47192012-06-06 Glenn Morris <rgm@gnu.org>
4720
4721 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4722 Only print environment variables if set.
4723
fa779ab0
SM
47242012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4727 (macroexp--cons): Rename from maybe-cons.
4728 (macroexp--accumulate): Rename from macroexp-accumulate.
4729 (macroexp--all-forms): Rename from macroexpand-all-forms.
4730 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4731 (macroexp--expand-all): Rename from macroexpand-all-1.
4732
628299e0
SS
47332012-06-06 Sam Steingold <sds@gnu.org>
4734
4735 * calendar/calendar.el (calendar-in-read-only-buffer):
4736 Call `special-mode' to enable the standard read-only keybindings.
4737
b7bb5838
SM
47382012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4741 with "loading" messages (bug#11635).
4742
dfb308ba
MA
47432012-06-06 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * files.el (enable-remote-dir-locals): New option.
4746 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4747
0372ee92
MA
4748 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4749 Ensure, that the temp directory is local.
4750
4751 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4752 `temporary-file-directory'.
4753
eed0bb91
MA
4754 * progmodes/python.el (python-send-region): Ensure, that the
4755 temporary file is created also in the remote case.
4756
7a58f64d
GM
47572012-06-06 Glenn Morris <rgm@gnu.org>
4758
f7dd4e98
GM
4759 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4760 (vc-rcs-update-changelog): Use it.
4761
090bd7cb 4762 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 4763
7a58f64d
GM
4764 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4765 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4766 (vc-sccs-diff): Replace use of the external vcdiff script.
4767
daed4003
GM
47682012-06-05 Glenn Morris <rgm@gnu.org>
4769
4770 * ledit.el: Move to obsolete/.
4771
48c455c7
SS
47722012-06-05 Sam Steingold <sds@gnu.org>
4773
ed9265fc 4774 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
4775 patch (Bug#11140).
4776
57a7d507
SM
47772012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4778
090bd7cb 4779 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 4780
53aacf21
SM
4781 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4782 compiler-macro expansion.
4783
57a7d507
SM
4784 Add native compiler-macro support.
4785 * emacs-lisp/macroexp.el (macroexpand-all-1):
4786 Support compiler-macros directly. Properly follow aliases and apply
4787 the compiler macros more thoroughly.
4788 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4789 macroexpand now properly follows aliases.
4790 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4791 (cl-compiler-macroexpand): Use new prop.
4792 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4793
4794 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4795
51a5f9d8
MR
47962012-06-05 Martin Rudalics <rudalics@gmx.at>
4797
4798 * window.el (get-lru-window, get-mru-window, get-largest-window):
4799 New argument NOT-SELECTED to avoid picking the selected window.
4800 (window--display-buffer-1, window--display-buffer-2): Replace by
4801 new function window--display-buffer
4802 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
4803 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4804 Use window--display-buffer.
51a5f9d8
MR
4805 (display-buffer-use-some-window): Remove temporary dedication
4806 hack by calling get-lru-window and get-largest-window with
4807 NOT-SELECTED argument non-nil. Call window--display-buffer.
4808
08f9f738
GM
48092012-06-05 Glenn Morris <rgm@gnu.org>
4810
4811 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4812 Replace external vcdiff script.
4813
e364a2b7
SM
48142012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4817
041df390
CY
48182012-06-04 Chong Yidong <cyd@gnu.org>
4819
e364a2b7
SM
4820 * image.el (imagemagick-types-inhibit): Revert last change.
4821 Add INFO and M.
47b36b94 4822 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 4823
7c1898a7
SM
48242012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * emacs-lisp/cl-lib.el: Rename from cl.el.
4827 * emacs-lisp/cl.el: New compatibility file.
4828 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4829 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4830 to obey the "cl-" prefix.
4831 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4832
0c3461de
GM
48332012-06-03 Glenn Morris <rgm@gnu.org>
4834
1e266c88
GM
4835 * emacs-lisp/authors.el (authors-aliases): Addition.
4836
0c3461de
GM
4837 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4838 Fix :version.
4839
d8a52e15
SM
48402012-06-03 Stefan Merten <smerten@oekonux.de>
4841
4842 * textmodes/rst.el: Add comments.
4843 (rst-transition, rst-adornment): New faces.
4844 (rst-adornment-faces-alist): Make default safe to reevaluate.
4845 Fixes
4846 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4847 Improve customization tags.
4848 (rst-define-level-faces): Clarify meaning.
4849
5205d6f6
CY
48502012-06-03 Chong Yidong <cyd@gnu.org>
4851
4852 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
4853 (compilation-mode-line-run, compilation-mode-line-exit):
4854 New faces.
5205d6f6
CY
4855 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4856
757ee657
JD
48572012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4858
7c1898a7
SM
4859 * progmodes/which-func.el (which-func-update-ediff-windows):
4860 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 4861
5f2c76c6
CY
48622012-06-03 Chong Yidong <cyd@gnu.org>
4863
4864 * bindings.el: Remove explicit help text from format-mode-line.
4865 It is now supplied by mode-line-default-help-echo.
4866 (mode-line-front-space, mode-line-end-spaces)
4867 (mode-line-misc-info): New variables.
4868 (mode-line-modes, mode-line-position): Move the default value to
4869 the variable definition.
4870 (mode-line-default-help-echo): New defcustom.
383f7350
CY
4871 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4872 (mode-line-modified-help-echo): New functions.
4873 (mode-line-mule-info, mode-line-modified): Use them.
4874 (mode-line-eol-desc, propertized-buffer-identification):
4875 Consistency fixes for help text.
cbe46e5f
CY
4876 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4877 set-buffer-file-coding-system (Bug#289).
4878 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 4879
f2d6a3df
SM
48802012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * simple.el (execute-extended-command): Set real-this-command
4883 (bug#11506).
4884
37269466
CY
48852012-06-02 Chong Yidong <cyd@gnu.org>
4886
4887 Remove incorrect uses of "modeline" in comments, docstrings, and
4888 function/variable names (Bug#10329).
4889
4890 * cus-edit.el (mode-line):
4891 * dframe.el (dframe-mouse-hscroll):
4892 * emacs-lisp/re-builder.el:
4893 * emacs-lisp/easy-mmode.el (define-minor-mode):
4894 * frame.el (set-frame-name):
4895 * help.el (lookup-minor-mode-from-indicator):
4896 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4897 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4898 (c-toggle-hungry-state):
4899 * progmodes/antlr-mode.el (antlr-language-alist):
4900 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4901 * progmodes/vhdl-mode.el (vhdl-mode):
4902 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4903 * term/ns-win.el (ns-face-at-pos):
4904 * term/sup-mouse.el (sup-mouse-report):
4905 * textmodes/flyspell.el (flyspell-mode-line-string):
4906 * textmodes/ispell.el (ispell-highlight-face):
4907 * textmodes/reftex-global.el:
4908 * vc/vc-arch.el (vc-arch-mode-line-string):
4909 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4910 * vc/vc-git.el (vc-git-mode-line-string):
4911 * vc/vc-hooks.el (vc-display-status)
4912 (vc-default-mode-line-string):
4913 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4914
4915 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4916
4917 * dired.el (dired-sort-set-mode-line): Rename from
4918 dired-sort-set-modeline. All callers changed.
4919
4920 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4921 eshell-status-in-modeline.
4922
4923 * foldout.el (foldout-mode-line-string): Rename from
4924 foldout-modeline-string. All callers changed.
4925 (foldout-update-mode-line): Rename from foldout-update-modeline.
4926
4927 * subr.el (redraw-modeline): Make into obsolete alias.
4928
4929 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4930 timeclock-modeline-display. Make old name an alias.
4931 (timeclock-update-mode-line): Likewise. All callers changed.
4932 (timeclock-mode-line-display): No need to check before using
4933 add-hook.
4934 (timeclock-relative, timeclock-day-over-hook)
4935 (timeclock-use-elapsed, timeclock-mode-string)
4936 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4937
4938 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4939 crisp-mode-modeline-string.
4940
4941 * play/solitaire.el (solitaire-build-mode-line): Rename from
4942 solitaire-build-modeline. All callers changed.
4943
4944 * play/zone.el (zone-hiding-mode-line): Rename from
4945 zone-hiding-modeline. All callers changed.
4946 (zone): Remove unusued `modeline-hidden-level' property.
4947
4948 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4949 xscheme-modeline-initialize. All callers changed.
4950
4951 * strokes.el (strokes-lighter): Rename from
4952 strokes-modeline-string.
4953
4954 * textmodes/sgml-mode.el (html-face-tag-alist)
4955 (html-tag-face-alist): Use mode-line face instead of obsolete
4956 alias modeline.
4957
42152ee4
SM
49582012-06-02 Stefan Merten <smerten@oekonux.de>
4959
4960 * textmodes/rst.el: Always require `cl'.
4cf9b38d 4961 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 4962
95f520b5
CY
49632012-06-02 Chong Yidong <cyd@gnu.org>
4964
4965 * image.el (imagemagick-enabled-types): Rename from
4966 imagemagick-types-enable. Add many more types.
4967 (imagemagick-types-inhibit): Change default to nil.
4968 (imagemagick-filter-types): Caller changed.
4969
4a5f187a
SM
49702012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4971
03fef3e6
SM
4972 * emacs-lisp/cl-macs.el: Use backquotes.
4973 (cl-transform-function-property): Use eval-and-compile rather than
4974 abusing `require'.
4975 (defstruct): Use declare-function instead of with-no-warnings.
4976
4a5f187a
SM
4977 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4978 (byte-compile-output-docform): Re-add the print-circle bindings.
4979 (byte-compile-fix-header): Use #$ just because it's shorter.
4980 (byte-compile-output-file-form): Remove defun/defmacro.
4981
bd56924f
MR
49822012-06-01 Martin Rudalics <rudalics@gmx.at>
4983
4984 * simple.el (choose-completion): Remove now obsolete binding for
4985 owindow.
4986
046e38ce
MA
49872012-06-01 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4990 in order to avoid "Stack overflow in regexp matcher".
4991
32d72c2f
GM
49922012-05-31 Glenn Morris <rgm@gnu.org>
4993
4994 * image.el: For clarity, call imagemagick-register-types at
4995 top-level, rather than relying on a custom :initialize.
4996 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
4997 (imagemagick-filter-types): New function. (Bug#7406)
4998 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
4999 If disabling support, remove elements altogether rather
5000 than using an impossible regexp.
5001 (imagemagick-types-inhibit): Give it the default init function.
5002
dd41169b
SM
50032012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5004
4a5f187a
SM
5005 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
5006 Handle arbitrary file name lengths (Bug#11585).
dd41169b 5007
efc00ab1 50082012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
5009
5010 * desktop.el (desktop-read): Clear previous and next buffers for
5011 all windows and bury *Messages* buffer (bug#11556).
5012
500fcedc
SM
50132012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 Add `declare' for `defun'. Align `defmacro's with it.
5016 * emacs-lisp/easy-mmode.el (define-minor-mode)
5017 (define-globalized-minor-mode): Don't autoload the var definitions.
5018 * emacs-lisp/byte-run.el: Use lexical-binding.
5019 (defun-declarations-alist, macro-declarations-alist): New vars.
5020 (defmacro, defun): Use them.
5021 (make-obsolete, define-obsolete-function-alias)
5022 (make-obsolete-variable, define-obsolete-variable-alias):
5023 Use `declare'.
5024 (macro-declaration-function): Mark obsolete.
5025 * emacs-lisp/autoload.el: Use lexical-binding.
5026 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
5027
6e8a1786
AM
50282012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5029
5030 * textmodes/ispell.el (ispell-with-no-warnings):
5031 Define as a macro.
500fcedc
SM
5032 (ispell-kill-ispell, ispell-change-dictionary):
5033 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
5034 `interactive-p'.
5035
61b108cc
SM
50362012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5039 (macro-declaration-function): Move var from C code.
5040 (macro-declaration-function): Define function with defalias.
5041 * emacs-lisp/macroexp.el (macroexpand-all-1):
5042 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5043 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5044 defun/defmacro any more.
5045 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5046 Provide fallback for unknown arglist.
5047 (byte-compile-arglist-warn): Change calling convention.
5048 (byte-compile-output-file-form): Move print-vars binding.
5049 (byte-compile-output-docform): Simplify accordingly.
5050 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5051 (byte-compile-defmacro-declaration): Remove.
5052 (byte-compile-file-form-defmumble): Generalize to defalias.
5053 (byte-compile-output-as-comment): Return byte-positions.
5054 Simplify callers accordingly.
5055 (byte-compile-lambda): Use `assert'.
5056 (byte-compile-defun, byte-compile-defmacro): Remove.
5057 (byte-compile-file-form-defalias):
5058 Use byte-compile-file-form-defmumble.
5059 (byte-compile-defalias-warn): Remove.
5060
6d3f7c2f
SM
50612012-05-29 Stefan Merten <smerten@oekonux.de>
5062
5063 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 5064 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
5065
5066 (rst-mode-abbrev-table): Merge definition.
5067 (rst-mode): Make sure `font-lock-defaults' is buffer local.
5068 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5069
6dbaa1c7
UJ
50702012-05-29 Ulf Jasper <ulf.jasper@web.de>
5071
5072 * calendar/icalendar.el
5073 (icalendar-export-region): Export UID properly.
5074
d209e2fb 50752012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
5076 * calendar/icalendar.el (icalendar-import-format):
5077 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
5078 (icalendar-import-format-uid): New.
5079 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5080 Export UID.
5081
6876a58d
SM
50822012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5085 different alternative patterns.
5086 (pcase-codegen): Be more careful to preserve identity.
5087 (pcase--u1): Don't forget to mark vars as used.
5088
5089 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5090 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5091 (byte-compile-from-buffer): ...rather than here.
5092
5093 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5094 functions from byte-compile-function-environment.
5095
46b7967e
TN
50962012-05-29 Troels Nielsen <bn.troels@gmail.com>
5097
5098 * window.el (window-deletable-p): Avoid deleting the root window
5099 of a frame with an active minibuffer.
5100
69d565e2
MR
51012012-05-29 Martin Rudalics <rudalics@gmx.at>
5102
5103 * simple.el (choose-completion): Use quit-window (Bug#11567).
5104
a149fa51
CY
51052012-05-29 Chong Yidong <cyd@gnu.org>
5106
5107 * whitespace.el (whitespace-cleanup): Fix usage of
5108 whitespace-empty-at-bob-regexp (Bug#11492).
5109
2b311310
AH
51102012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5111
5112 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5113 revert (Bug#11488).
5114
b9cb2387
JL
51152012-05-29 Juri Linkov <juri@jurta.org>
5116
5117 * isearch.el (isearch-mode-map): Bind `M-s _' to
5118 `isearch-toggle-symbol'. Bind `M-s c' to
5119 `isearch-toggle-case-fold'.
5120 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5121 (isearch-forward): Add `M-s _' to the docstring.
5122 (isearch-forward-symbol, isearch-toggle-case-fold)
5123 (isearch-symbol-regexp): New functions. (Bug#11381)
5124
d5e61c1c
JL
51252012-05-29 Juri Linkov <juri@jurta.org>
5126
5127 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5128 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5129 a function, call it to get the regexp.
5130 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5131 property `isearch-message-prefix' instead of the string "word ".
5132 (isearch-search-fun-default): For the case of `isearch-word',
5133 return a lambda that calls re-search-forward/re-search-backward
5134 with a regexp returned by `word-search-regexp' or by the function
5135 in `isearch-word'.
5136
8cbd80f7
JL
51372012-05-29 Juri Linkov <juri@jurta.org>
5138
5139 * isearch.el (isearch-search-fun-default): New function.
5140 (isearch-search-fun): Move default part to the new function
5141 `isearch-search-fun-default'.
5142 (isearch-search-fun-function): Set the default value to
5143 `isearch-search-fun-default'. (Bug#11381)
5144
5145 * comint.el (comint-history-isearch-end):
5146 Use `isearch-search-fun-default'.
5147 (comint-history-isearch-search): Use `isearch-search-fun-default'
5148 and remove spacial case for `isearch-word'.
5149 (comint-history-isearch-wrap): Remove spacial case for
5150 `isearch-word'.
5151
5152 * hexl.el (hexl-isearch-search-function):
5153 Use `isearch-search-fun-default'.
5154
5155 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5156 Use `word-search-regexp' for `isearch-word'.
5157
5158 * misearch.el (multi-isearch-search-fun):
5159 Use `isearch-search-fun-default'.
5160
5161 * simple.el (minibuffer-history-isearch-search):
5162 Use `isearch-search-fun-default' and remove spacial case for
5163 `isearch-word'.
5164 (minibuffer-history-isearch-wrap): Remove spacial case for
5165 `isearch-word'.
5166
5167 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5168 Remove spacial case for `isearch-word'.
5169 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5170
85c8c5b6
AM
51712012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5172
5173 Decrease XEmacs incompatibilities.
5174 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5175 Use `string-match'.
5176 (flyspell-delete-region-overlays): Use alternative definition for
5177 XEmacs.
5178 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5179 (flyspell-word): Use `process-kill-without-query' if XEmacs.
5180 (flyspell-mode-on): Use `interactive-p' if XEmacs.
5181 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5182 `define-obsolete-face-alias' under XEmacs, but old method.
5183
5184 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5185 `with-no-warnings' definition or Emacs alias.
5186 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5187 (ispell-word): Do not use `region-p' if XEmacs.
5188
8cab9efc
AM
51892012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5190
5191 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5192 Check for `ispell-dictionary-base-alist' instead of full
5193 `ispell-dictionary-alist'.
5194 (ispell-init-process): Show spellchecker when starting new Ispell
5195 process.
5196
fda91268
RZ
51972012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5200 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5201
694ea8e3
JB
52022012-05-27 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * version.el (motif-version-string, gtk-version-string)
5205 (ns-version-string): Declare.
5206
e4d4f539
JL
52072012-05-27 Juri Linkov <juri@jurta.org>
5208
5209 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5210 after the `eval-defun-1' specialcaseing
5211 like in `edebug-eval-defun' (bug#10181).
5212
5213 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5214 like in `eval-defun-1'.
5215
33017faf 52162012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 5217
fda91268
RZ
5218 * mail/sendmail.el (mail-yank-region):
5219 Recognize rmail-yank-current-message in addition to insert-buffer.
5220 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
5221 a *mail* buffer created through rmail-start-mail with sendmail as
5222 mail-user-agent.
5223
33017faf
GM
52242012-05-27 Chong Yidong <cyd@gnu.org>
5225
5226 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5227 Default to 256 (Bug#11267).
5228
5229 * help.el (describe-mode): Doc fix.
5230
04188bb9
GM
52312012-05-26 Glenn Morris <rgm@gnu.org>
5232
38264cc9
GM
5233 * w32-fns.el (w32-init-info): Remove.
5234 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5235
eb7afdad
GM
5236 * info.el (info-initialize): For self-contained NS builds, put the
5237 included info/ directory at the front. (Bug#2791)
5238
04188bb9
GM
5239 * paths.el (Info-default-directory-list): Make it a defcustom,
5240 mainly so that we can use custom-initialize-delay.
5241
a179e3f7
SM
52422012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5243
43416392
SM
5244 * subr.el (buffer-has-markers-at): Mark obsolete.
5245
a179e3f7 5246 * subr.el (lambda): Use declare.
43416392 5247
a179e3f7
SM
5248 * emacs-lisp/lisp-mode.el (lambda):
5249 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5250
34a008d9
AH
52512012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5252
5253 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5254
0a3b289f
GM
52552012-05-26 Glenn Morris <rgm@gnu.org>
5256
5257 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5258
758c81e8
GM
52592012-05-25 Glenn Morris <rgm@gnu.org>
5260
f9f334f0
GM
5261 * paths.el: Remove no-byte-compile.
5262 * loadup.el: No need to load paths.el uncompiled.
5263
87eb79c2
GM
5264 * image.el (imagemagick-types-inhibit): Doc fix.
5265
758c81e8
GM
5266 * version.el: Remove no-byte-compile and associated formatting.
5267 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5268 is ancient code from when there was an "inc-vers.el".
5269
e7e85dc0
SM
52702012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * progmodes/gdb-mi.el: Minor style changes.
5273 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5274 Turn into minor modes.
5275 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5276 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5277 (gdb-shell): Remove unneeded let-binding.
5278 (gdb-get-many-fields): Eliminate O(n²) behavior.
5279
f31237a4
EZ
52802012-05-25 Eli Zaretskii <eliz@gnu.org>
5281
5282 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5283 platforms that don't link in fontset.c.
5284
bc1b21bb
JL
52852012-05-25 Juri Linkov <juri@jurta.org>
5286
5287 Use the same diff color scheme as in modern VCSes (bug#10181).
5288
5289 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5290 to avoid confusion with `diff-added' that now uses green colors.
5291 (diff-removed): Use shades of red.
5292 (diff-added): Use shades of green.
5293 (diff-changed): Leave just the yellow color.
5294 (diff-use-changed-face): New variable.
5295 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5296 how to highlight context diff changes.
5297 (diff-refine-change): Use shades of yellow.
5298 (diff-refine-removed): New face that uses shades of red.
5299 (diff-refine-added): New face that uses shades of green.
5300 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5301 `diff-refine-removed' in the call to `smerge-refine-subst'
5302 depending on the value of `diff-use-changed-face'.
5303
5304 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5305 (smerge-other): Use shades of green.
5306 (smerge-base): Use shades of yellow.
5307 (smerge-refined-change): Empty face.
5308 (smerge-refined-removed): New face that uses shades of red.
5309 (smerge-refined-added): New face that uses shades of green.
5310 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5311 args `props-r' and `props-a', and use them. Doc fix.
5312 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5313 on its value use different faces `smerge-refined-change',
5314 `smerge-refined-removed', `smerge-refined-added' in the call to
5315 `smerge-refine-subst'.
5316
5317 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5318 Add face condition `min-colors 88' with shades of red.
5319 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5320 `min-colors 88' with shades of green.
5321 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5322 `min-colors 88' with shades of yellow.
5323
6df9112c
GM
53242012-05-24 Glenn Morris <rgm@gnu.org>
5325
ead5edc0
GM
5326 * paths.el (prune-directory-list, remote-shell-program): Move to...
5327 * files.el (prune-directory-list, remote-shell-program): ...here.
5328 For the latter, delay initialization, prefer ssh, just search PATH.
5329
f18b81e6
GM
5330 * paths.el (term-file-prefix): Move to faces.el (the only user).
5331 * faces.el (term-file-prefix): Move here, make it a defcustom.
5332
ee2f89a6
GM
5333 * paths.el (news-directory, news-path, news-inews-program):
5334 Move to gnus/nnspool.el.
61a583ca 5335
f8815e4c
GM
5336 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5337
c8f3b42c
GM
5338 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5339 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5340 Make the latter a defcustom, with a delayed initialization.
5341
6df9112c
GM
5342 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5343 These were deleted from Gnus itself late 2010.
5344
5dadff36
JB
53452012-05-22 Juanma Barranquero <lekktu@gmail.com>
5346
9e1701c6
JB
5347 * progmodes/which-func.el (which-func-ff-hook):
5348 Check against user-error, not error.
5349
bd7239f5 5350 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
5351 cl-specs.el, which no longer exists.
5352
3290526d
GM
53532012-05-22 Glenn Morris <rgm@gnu.org>
5354
5355 * info.el (info-emacs-bug): New command.
5356 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5357 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5358
ff0c3cfb
GM
53592012-05-21 Glenn Morris <rgm@gnu.org>
5360
5361 * makefile.w32-in (update-subdirs-SH):
5362 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5363
5814f126
SM
53642012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5365
a52c0aa0
SM
5366 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5367
5814f126
SM
5368 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5369 Simplify Maven regexp, and make sure the file can't start with a space
5370 (bug#11517).
5371
b847032c
GM
53722012-05-21 Glenn Morris <rgm@gnu.org>
5373
5374 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5375 Scrap superfluous subshells.
5376
3858bfe7
SM
53772012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5380 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5381
d14b0029
JB
53822012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5383
5384 * calc/calc.el (calc-ensure-consistent-units): New variable.
5385
a52c0aa0
SM
5386 * calc/calc-units.el (math-consistent-units-p)
5387 (math-check-unit-consistency): New functions.
5388 (calc-quick-units, calc-convert-units):
5389 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5390 is non-nil.
d14b0029
JB
5391 (calc-extract-units): Fix typo.
5392
60c4db3a
SM
53932012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5394
77f3b62e
SM
5395 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5396
60c4db3a
SM
5397 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5398 (flyspell-default-deplacement-commands): Don't spell check after
5399 repeated window/frame switches (e.g. triggered by mouse-movement).
5400 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5401 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5402 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5403 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5404 Remove unused vars.
5405 (flyspell-get-casechars, flyspell-get-not-casechars):
5406 Simplify; Don't bother removing a ] just to add it back.
5407 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5408
d209e2fb 54092012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
5410
5411 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5412 New functions.
bd7239f5 5413 (math-function-table): Add support for more C functions.
b1a10716 5414
3f1b25b5
AM
54152012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5416
090bd7cb
JB
5417 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5418 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5419 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 5420
b581bb5c
SM
54212012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5424 their respective macro declarations.
5425 * skeleton.el (define-skeleton):
5426 * progmodes/compile.el (define-compilation-mode):
5427 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5428 (define-ibuffer-filter):
5429 * emacs-lisp/generic.el (define-generic-mode):
5430 * emacs-lisp/easy-mmode.el (define-minor-mode)
5431 (define-globalized-minor-mode):
5432 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5433 * emacs-lisp/byte-run.el (defsubst):
5434 * custom.el (deftheme): Add doc-string metadata.
5435
70b8ef8f
SM
54362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5439
b1198e17
SM
54402012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5441
9abdc45d
SM
5442 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5443
b1198e17
SM
5444 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5445 * emacs-lisp/cl-macs.el: Idem.
5446 * emacs-lisp/cl-specs.el: Remove.
5447
4735906a
SM
54482012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5449
5450 Minor renaming of internal CL functions and variables.
5451 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5452 (cl--position): Rename from cl-position.
5453 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5454 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5455 (cl--random-state): Rename from *random-state*.
5456
ac348012
SM
54572012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5460 parens around the arg list (bug#11499).
5461
a0a79cde
JL
54622012-05-17 Juri Linkov <juri@jurta.org>
5463
5464 * isearch.el (word-search-regexp, word-search-backward)
5465 (word-search-forward, word-search-backward-lax)
5466 (word-search-forward-lax): Move functions from search.c
5467 (bug#10145, bug#11381).
5468
65034a51
AM
54692012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5470
090bd7cb
JB
5471 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5472 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5473 Delay for otherchars as for normal word components.
65034a51 5474
1a72a195
SM
54752012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * minibuffer.el (completion--sifn-requote): Fix last change.
5478 (minibuffer-local-must-match-filename-map):
5479 Move define-obsolete-variable-alias before its var.
5480
fdb058c2
SM
54812012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5482
c41045e6
SM
5483 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5484
036dfb8b
SM
5485 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5486 behavior.
5487 (completion--string-equal-p): New function.
5488 (completion--twq-all): Use it to get better assertion failure data.
5489
2473256d
SM
5490 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5491 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5492 (shell--requote-argument): New functions.
5493 (shell-completion-vars): Use them.
5494 (shell--parse-pcomplete-arguments): Rename from
5495 shell-parse-pcomplete-arguments.
5496 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5497 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5498 Obey comint-file-name-quote-list.
5499
fdb058c2
SM
5500 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5501 (smie-indent-keyword): Use it.
5502
51fa99f1
SM
55032012-05-14 Stefan Merten <smerten@oekonux.de>
5504
5505 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5506
e18afed7 55072012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
5508
5509 * net/rlogin.el (rlogin-mode-map): Fix last change.
5510
e18afed7 55112012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
5512
5513 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5514 the following \r\n using a single `process-send-string', since the
5515 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 5516 with two `process-send-string's (Bug#11444).
8633b1f4 5517
e18afed7 55182012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 5519
fdb058c2
SM
5520 * shell.el (shell-parse-pcomplete-arguments):
5521 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 5522
2d21d7f6
WJ
55232012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5524
e18afed7 5525 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
5526 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5527 (image-transform-width, image-transform-fit-width): New functions.
5528 (image-transform-properties): Use them.
5529 (image-transform-check-size): New function.
5530 (image-toggle-display-image): Use it (for testing).
5531 (image-transform-set-rotation): Reduce angle mod 360.
5532 Delete obsolete comment.
5533
7102e6d0
WJ
55342012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5535
5536 * image-mode.el: Fix scaling (bug#11399).
5537 (image-transform-resize): Doc fix.
5538 (image-transform-properties): Default scale is 1 and height should
5539 be an integer.
5540
06bc5e6e
SM
55412012-05-13 Johan Bockgård <bojohan@gnu.org>
5542
5543 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5544 than hard-coding `car', to fix misbehavior when moving forward.
5545
0ae03b6a
CY
55462012-05-13 Chong Yidong <cyd@gnu.org>
5547
5548 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5549 (tabulated-list-entries, tabulated-list-padding)
5550 (tabulated-list-sort-key): Make permanent-local.
5551
5552 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5553 (electric-buffer-list): Put electric buffer menu
5554 command descriptions in this docstring, instead of the docstring
5555 of electric-buffer-menu-mode. Code cleanups.
5556 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5557 Electric-buffer-menu-mode.
5558 (electric-buffer-update-highlight): Minor code cleanup.
5559
205a7391
MA
55602012-05-13 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5563 (Bug#11447)
5564
e5bd0a28
SM
55652012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 Move define-obsolete-variable-alias before the var's definition.
5568 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5569 * tooltip.el (tooltip-hook):
5570 * textmodes/reftex-toc.el (reftex-toc-map):
5571 * textmodes/reftex-sel.el (reftex-select-label-map)
5572 (reftex-select-bib-map):
5573 * textmodes/reftex-index.el (reftex-index-map)
5574 (reftex-index-phrases-map):
5575 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5576 * progmodes/meta-mode.el (meta-mode-map):
5577 * novice.el (disabled-command-hook):
5578 * loadhist.el (unload-hook-features-list):
5579 * frame.el (blink-cursor):
5580 * files.el (find-file-not-found-hooks, write-file-hooks)
5581 (write-contents-hooks):
5582 * emulation/tpu-edt.el (GOLD-map):
5583 * emacs-lock.el (emacs-lock-from-exiting):
5584 * emacs-lisp/generic.el (generic-font-lock-defaults):
5585 * emacs-lisp/chart.el (chart-map):
5586 * dos-fns.el (register-name-alist):
5587 * dired-x.el (dired-omit-files-p):
5588 * desktop.el (desktop-enable):
5589 * cus-edit.el (custom-mode-hook):
5590 * buff-menu.el (buffer-menu-mode-hook):
5591 * bookmark.el (bookmark-read-annotation-text-func)
5592 (bookmark-exit-hooks):
5593 * allout.el (allout-mode-deactivate-hook)
5594 (allout-exposure-change-hook, allout-structure-added-hook)
5595 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5596 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5597 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5598 comes before the corresponding variable's definition.
5599
ac59c2f6
CY
56002012-05-12 Chong Yidong <cyd@gnu.org>
5601
5602 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
5603 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5604 (Buffer-menu-mode-map): Bind it.
5605 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 5606
dee6c9a3
SM
56072012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5608
2171cea5
SM
5609 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5610 (prolog-upper-case-string, prolog-lower-case-string)
5611 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5612 (prolog-use-smie, prolog-smie-grammar): New vars.
5613 (prolog-smie-forward-token, prolog-smie-backward-token)
5614 (prolog-smie-rules): New funs.
5615 (prolog-comment-indent): Remove.
5616 (prolog-mode-variables): Use default comment indentation instead.
5617 Setup SMIE.
5618 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5619 (prolog-mode): Don't call them any more.
5620 (prolog-electric-colon, prolog-electric-dash)
5621 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5622
aa0382bd
SM
5623 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5624
dbacb4bd
SM
5625 * minibuffer.el (completion--twq-all): Again, allow case differences.
5626
13bdd94c
SM
5627 * term.el: Move keymap initialization code to be more idiomatic.
5628 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5629 (term-terminal-menu): Move initialization into declaration.
5630 (term-escape-char): Let the user set it in her .emacs.
5631
ff46c759
SM
5632 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5633 Provide SMIE-based indentation (not enabled by default yet).
5634 (sh-mode-map): Don't bind electric keys.
5635 Use electric-pair-mode instead of skeleton-pair.
5636 (sh-assignment-regexp): Fit within 80 columns.
5637 (sh-indent-supported): Specify actual shell name instead of boolean.
5638 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5639 (sh-maybe-here-document): Use it. Make obsolete.
5640 (sh-electric-here-document-mode) New minor mode.
5641 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5642 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5643 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5644 (sh-smie-rc-grammar, sh-use-smie): New vars.
5645 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5646 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5647 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5648 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5649 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5650 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5651 (sh-set-shell): Use smie-setup if requested.
5652
dee6c9a3
SM
5653 * term.el (term-set-escape-char): Properly set term-escape-char.
5654 See http://stackoverflow.com/questions/10524656.
5655
9f9aa044
CY
56562012-05-10 Chong Yidong <cyd@gnu.org>
5657
5658 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5659 Use url-generic-parse-url, and handle host names and Windows
5660 filenames properly.
5661 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5662 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5663 URL schemes to work on.
5664 (ffap--toggle-read-only): New function.
5665 (ffap-read-only, ffap-read-only-other-window)
5666 (ffap-read-only-other-frame): Use it.
5667 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5668 necessary for ffap-url-unwrap-remote.
5669
836d29b3
DA
56702012-05-10 Dave Abrahams <dave@boostpro.com>
5671
5672 * cus-start.el (create-lockfiles): Add it.
5673
00fd78ed
CY
56742012-05-09 Chong Yidong <cyd@gnu.org>
5675
5676 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5677 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5678
666b903b 56792012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
5680
5681 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5682
666b903b 56832012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
5684
5685 * ansi-color.el (ansi-color-process-output): Check for validity of
5686 comint-last-output-start before using it. This avoids a bad
5687 interaction with gdb-mi's input/output buffer.
5688
666b903b 56892012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
5690
5691 * files.el (dir-locals-read-from-file):
5692 Mention dir-locals in any error message.
5693
666b903b 56942012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
5695
5696 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5697 package (Bug#11410).
5698
f677562b
CY
5699 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5700 variables into description.
5701
666b903b 57022012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
5703
5704 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5705 shell-delimiter-argument-list (bug#11348).
5706 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5707
b499d8d0
JB
57082012-05-09 Juanma Barranquero <lekktu@gmail.com>
5709
8f6b6da8
JB
5710 * textmodes/rst.el: Silence byte-compiler warnings.
5711 (rst-re-alist, rst-reset-section-caches): Move around.
5712 (rst-re): Use `characterp', not `char-valid-p'.
5713 (font-lock-beg, font-lock-end): Declare.
5714
4824146a
JB
5715 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5716 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5717
b499d8d0
JB
5718 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5719
ad89bb83
GM
57202012-05-08 Glenn Morris <rgm@gnu.org>
5721
5722 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5723
8bba5a75
SM
57242012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5725
49ed9c8e
SM
5726 * vc/log-edit.el: Add GNU coding standards highlighting.
5727 (log-edit-font-lock-gnu-style)
5728 (log-edit-font-lock-gnu-keywords): New vars.
5729 (log-edit-font-lock-keywords): New fun.
5730 (log-edit-mode): Don't fold case in font-lock.
5731 (log-edit-font-lock-keywords): Do not assume case-folding.
5732
07d00b56
SM
5733 * imenu.el: Misc cleanup. Make docstrings out of comments.
5734 Use lexical-binding.
5735 (imenu--index-alist, imenu--last-menubar-index-alist)
5736 (imenu-menubar-modified-tick): Use defvar-local.
5737 (imenu--split-menu): Remove unused var.
5738 (imenu--cleanup-seen): Declare as global.
5739 (imenu--cleanup): Use dolist.
5740
8bba5a75
SM
5741 * subr.el (defvar-local): Add debug spec and doc-string position.
5742
5075bdb5
GM
57432012-05-08 Glenn Morris <rgm@gnu.org>
5744
090bd7cb 5745 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
5746 * language/english.el, language/georgian.el, language/greek.el:
5747 * language/japanese.el, language/khmer.el, language/korean.el:
5748 * language/lao.el, language/misc-lang.el, language/romanian.el:
5749 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5750 * language/thai.el, language/utf-8-lang.el:
5751 Remove no-byte-compile setting.
5752
5075bdb5
GM
5753 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5754
06f679a7
AH
57552012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5756
5757 * progmodes/make-mode.el (makefile-browse):
5758 Remove unnecessary interactive. (Bug#11324)
5759
03794570
GM
57602012-05-07 Glenn Morris <rgm@gnu.org>
5761
af8630f4
GM
5762 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5763
03794570
GM
5764 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5765
f0809a9d
SM
57662012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5767
28be5ce7
SM
5768 * loadup.el: Preload newcomment.el.
5769 * newcomment.el: Move autoload-only code to toplevel.
5770
f0809a9d
SM
5771 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5772 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5773 Handle new :right-align column property.
5774 (tabulated-list-print-col): Idem, plus use `display' text-property to
5775 try and preserve alignment for variable pitch fonts.
5776
1241b724
CY
57772012-05-07 Chong Yidong <cyd@gnu.org>
5778
5779 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5780 (tabulated-list-use-header-line): New var.
5781 (tabulated-list-init-header): Use it.
5782 (tabulated-list-print-fake-header): New function.
5783 (tabulated-list-print): Use it.
5784 (tabulated-list-sort-button-map): Add non-header-line commands.
5785 (tabulated-list-init-header): Add column name property to basic
5786 labels as well.
5787 (tabulated-list-col-sort): Handle non-header-line button case.
5788 (tabulated-list--sort-by-column-name): Fix a corner case.
5789
f0809a9d
SM
5790 * buff-menu.el (list-buffers--refresh):
5791 Handle Buffer-menu-use-header-line.
1241b724 5792
e5f9458f
CY
57932012-05-06 Chong Yidong <cyd@gnu.org>
5794
5795 * buff-menu.el: Convert to Tabulated List mode.
5796 (Buffer-menu-buffer+size-width): Make obsolete.
5797 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5798 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5799 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5800 documentation into docstring of buffer-menu.
5801 (Buffer-menu-toggle-files-only): Add an informative message.
5802 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5803 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5804 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5805 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5806 (Buffer-menu-execute, Buffer-menu-select)
5807 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5808 (Buffer-menu-bury): Use Tabulated List machinery.
5809 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5810 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 5811 Delete.
e5f9458f
CY
5812 (list-buffers--refresh): New function.
5813 (list-buffers-noselect): Use it.
5814 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5815 (Buffer-menu--pretty-file-name): New helper functions.
5816
5817 * loadup.el: Preload tabulated-list.
5818
5819 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5820 tabulated-list-sort-column.
5821 (tabulated-list-init-header): Add the initial aligning space even
5822 if tabulated-list-padding is zero.
5823
e129292c
CS
58242012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5825
5826 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5827 whose cdr is not a cons cell correctly (bug#11038).
5828
6632d361
CY
58292012-05-06 Chong Yidong <cyd@gnu.org>
5830
e129292c
CS
5831 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5832 Accept additional plist in column descriptors.
6632d361
CY
5833 (tabulated-list-init-header): Obey it.
5834 (tabulated-list-get-entry): New function.
5835 (tabulated-list-put-tag): Use it. Use string-width instead of
5836 length.
5837 (tabulated-list--column-number): New function.
5838 (tabulated-list-print): Use it.
e129292c
CS
5839 (tabulated-list-print-col): New function.
5840 Set `tabulated-list-column-name' property on each column's text.
6632d361 5841 (tabulated-list-print-entry): Use it.
e129292c
CS
5842 (tabulated-list-delete-entry, tabulated-list-set-col):
5843 New functions.
6632d361
CY
5844 (tabulated-list-sort-column): New command (Bug#11337).
5845
3cc99f68
CY
5846 * buff-menu.el (list-buffers): Move C-x C-b binding from
5847 buff-menu.el to bindings.el.
5848
5849 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5850 :advertised-binding feature.
5851
52b61776
TN
58522012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5853
5854 * progmodes/compile.el (compilation-internal-error-properties):
5855 Calculate start position correctly when end-col is set but
5856 end-line is not (Bug#11382).
5857
ebfe2597
WJ
58582012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5859
5860 * man.el (Man-unindent): Use text-property-default-nonsticky to
5861 prevent untabify from inheriting face properties (Bug#11408).
5862
6d3f7c2f
SM
58632012-05-05 Stefan Merten <smerten@oekonux.de>
5864
5865 * textmodes/rst.el: Major merge with upstream development up to
5866 Docutils SVN r7399 / rst.el V1.2.1.
5867
5868 Clarify maintainership and authors.
5869
5870 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5871 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5872 (rst-official-version, rst-official-cvs-rev, rst-version)
5873 (rst-package-emacs-version-alist): New functions and variables
5874 for version information.
5875
5876 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5877 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5878 (rst-mode-syntax-table, rst-mode): New and corrected functions
5879 and variables representing reStructuredText features.
5880
5881 (rst-re): New function for reStructuredText regexes. Use in
5882 many places.
5883
5884 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5885 (rst-mode-map): Rebind keys.
5886
5887 (rst-mode-lazy, rst-font-lock-keywords)
5888 (rst-font-lock-extend-region)
5889 (rst-font-lock-extend-region-internal)
5890 (rst-font-lock-extend-region-extend)
5891 (rst-font-lock-find-unindented-line-limit)
5892 (rst-font-lock-find-unindented-line-match)
5893 (rst-adornment-level, rst-font-lock-adornment-level)
5894 (rst-font-lock-adornment-match)
5895 (rst-font-lock-handle-adornment-pre-match-form)
5896 (rst-font-lock-handle-adornment-matcher): Major revision of
5897 font-locking. Integrate with other code. Use `jit-lock-mode'.
5898
5899 (rst-preferred-adornments, rst-adjust-hook)
5900 (rst-new-adornment-down, rst-preferred-bullets)
5901 (rst-preferred-bullets, rst-indent, rst-indent-width)
5902 (rst-indent-field, rst-indent-literal-normal)
5903 (rst-indent-literal-minimized, rst-indent-comment): Change,
5904 extend and improve customization.
5905
5906 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5907 (rst-normalize-cursor-position, rst-get-decoration)
5908 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5909 (rst-rstrip, rst-toc-insert-find-delete-contents)
5910 (rst-shift-fill-region, rst-compute-bullet-tabs)
5911 (rst-debug-print-tabs, rst-debug-mark-found)
5912 (rst-shift-region-guts, rst-shift-region-right)
5913 (rst-shift-region-left, rst-use-char-classes)
5914 (rst-font-lock-keywords-function)
5915 (rst-font-lock-indentation-point)
5916 (rst-font-lock-find-unindented-line-begin)
5917 (rst-font-lock-find-unindented-line-end)
5918 (rst-font-lock-find-unindented-line)
5919 (rst-font-lock-adornment-point, rst-font-lock-level)
5920 (rst-adornment-level-alist): Remove functions and variables.
5921
5922 (rst-compare-adornments, rst-get-adornment-match)
5923 (rst-suggest-new-adornment, rst-get-adornments-around)
5924 (rst-adornment-complete-p, rst-get-next-adornment)
5925 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5926 (rst-straighten-adornments): Standardize function names to
5927 use "adornment" instead of "decoration". Correct callers.
5928 Similar standardizing in many places.
5929
5930 (rst-update-section, rst-adjust, rst-promote-region)
5931 (rst-enumerate-region, rst-bullet-list-region)
5932 (rst-repeat-last-character): Correct use of `interactive'.
5933
5934 (rst-classify-adornment, rst-find-all-adornments)
5935 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5936 (rst-find-leftmost-column, rst-repeat-last-character):
5937 Refactor functions.
5938
5939 (rst-find-title-line, rst-reset-section-caches)
5940 (rst-get-adornments-around, rst-adjust-adornment-work)
5941 (rst-arabic-to-roman, rst-roman-to-arabic)
5942 (rst-insert-list-pos, rst-insert-list-new-item)
5943 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5944 New functions.
5945
5946 (rst-all-sections, rst-section-hierarchy)
5947 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5948 New variables.
5949
5950 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5951 configuration instead of only buffer. Change where necessary.
5952
5953 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5954 (rst-shift-region, rst-adaptive-fill): New functions for
5955 indentation and filling.
5956
5957 (rst-comment-line-break, rst-comment-indent)
5958 (rst-comment-insert-comment, rst-comment-region)
5959 (rst-uncomment-region): New functions for handling comments.
5960
5961 (rst-compile): Quote shell arguments.
5962
5963 (rst-compile-pdf-preview, rst-compile-slides-preview):
5964 Delete temporary files after use.
5965
a43f98b3
GM
59662012-05-05 Glenn Morris <rgm@gnu.org>
5967
48176e8b
GM
5968 * calendar/cal-html.el: Optionally include holidays in the output.
5969 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5970 (cal-html-holidays): New option.
5971 (cal-html-css-default): Add holiday entry.
5972 (holiday-in-range): Autoload it.
5973 (cal-html-htmlify-entry): Add optional class argument.
5974 (cal-html-htmlify-list): Add optional holidays argument.
5975 (cal-html-insert-agenda-days): Include holidays in the output.
5976 (cal-html-one-month): Maybe include holidays.
5977
a43f98b3
GM
5978 * calendar/holidays.el (holiday-in-range):
5979 Move here from cal-tex-list-holidays.
5980 * calendar/cal-tex.el (cal-tex-list-holidays):
5981 Make it an obsolete alias for holiday-in-range. Update all callers.
5982
fef9d149 59832012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
5984
5985 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5986 Nextstep.
5987
248da2f4
RW
59882012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5989
5990 * files.el (file-auto-mode-skip): New var.
5991 (set-auto-mode-1): Use it.
5992
f95e9344
SM
59932012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5994
df96ab1e
SM
5995 * repeat.el: Use lexical-binding.
5996 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5997 (repeat-undo-count): Remove.
5998 (repeat):
5999 * progmodes/octave-mod.el (octave-abbrev-start):
6000 * progmodes/f90.el (f90-abbrev-start):
6001 * face-remap.el (text-scale-adjust):
6002 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
6003
5342bb06
SM
6004 * emacs-lisp/pcase.el (pcase--let*): New function.
6005 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
6006 a bit more.
6007 (pcase--split-pred): Be more clever about ruling out overlap between
6008 a predicate and some constant pattern.
6009 (pcase--q1): Use `null' instead of (eq foo nil).
6010
f95e9344
SM
6011 * subr.el (setq-local, defvar-local): New macros.
6012 (kbd): Redefine as an alias.
6013 (with-selected-window): Leave unrelated frames alone.
6014 (set-temporary-overlay-map): New function.
6015
71873e2b
SM
60162012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * subr.el (user-error): New function.
6019 * window.el (switch-to-buffer):
6020 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6021 (smerge-match-conflict):
6022 * simple.el (previous-matching-history-element)
6023 (next-matching-history-element, goto-history-element, undo-more)
6024 (undo-start):
6025 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6026 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6027 (next-file, tags-loop-scan, list-tags, complete-tag):
6028 * progmodes/compile.el (compilation-loop):
6029 * mouse.el (mouse-minibuffer-check):
6030 * man.el (Man-bgproc-sentinel, Man-goto-page):
6031 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6032 (Info-history-forward, Info-follow-reference, Info-menu)
6033 (Info-extract-menu-item, Info-extract-menu-counting)
6034 (Info-forward-node, Info-backward-node, Info-next-menu-item)
6035 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6036 (Info-next-reference, Info-prev-reference, Info-index)
6037 (Info-index-next, Info-follow-nearest-node)
6038 (Info-copy-current-node-name):
6039 * imenu.el (imenu--make-index-alist)
6040 (imenu-default-create-index-function, imenu-add-to-menubar):
6041 * files.el (basic-save-buffer, recover-file):
6042 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6043 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6044 (checkdoc-message-text, checkdoc-defun):
6045 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6046 * cus-edit.el (customize-changed-options, customize-rogue)
6047 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6048 (custom-variable-mark-to-reset-standard)
6049 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6050 (custom-file):
6051 * completion.el (check-completion-length):
6052 * comint.el (comint-search-arg)
6053 (comint-previous-matching-input-string-position)
6054 (comint-previous-matching-input)
6055 (comint-replace-by-expanded-history-before-point, comint-send-input)
6056 (comint-copy-old-input, comint-backward-matching-input)
6057 (comint-goto-process-mark, comint-set-process-mark):
6058 * calendar/calendar.el (calendar-cursor-to-date): Use it.
6059 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6060
8a61ee22
SM
60612012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6062
66408d1e
SM
6063 * dabbrev.el (dabbrev--ignore-case-p): New function.
6064 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6065 Use it.
6066
8a61ee22
SM
6067 * files.el (automount-dir-prefix): Mark as obsolete.
6068
3c74813a
GM
60692012-05-04 Glenn Morris <rgm@gnu.org>
6070
6071 * patcomp.el, play/bruce.el: Move to obsolete/.
6072
0bfcf5c5
PE
60732012-05-04 Paul Eggert <eggert@cs.ucla.edu>
6074
6075 Fix minor Y10k bugs.
6076 * arc-mode.el (archive-unixdate):
6077 * autoinsert.el (auto-insert-alist):
6078 * calc/calc-forms.el (math-this-year):
6079 * emacs-lisp/copyright.el (copyright-current-year)
6080 (copyright-update-year, copyright):
6081 * tar-mode.el (tar-clip-time-string):
6082 * time.el (display-time-update):
6083 Don't assume years have 4 digits.
6084
78f3273a
CY
60852012-05-04 Chong Yidong <cyd@gnu.org>
6086
6087 * dos-w32.el (file-name-buffer-file-type-alist)
6088 (direct-print-region-use-command-dot-com):
6089 * ffap.el (ffap-menu-regexp):
6090 * find-file.el (ff-special-constructs):
6091 * follow.el (follow-debug):
6092 * forms.el (forms--debug):
6093 * iswitchb.el (iswitchb-all-frames):
6094 * ido.el (ido-all-frames):
6095 * emacs-lisp/timer.el (timer-max-repeats):
6096 * mail/feedmail.el (feedmail-mail-send-hook)
6097 (feedmail-mail-send-hook-queued):
6098 * mail/footnote.el (footnote-signature-separator):
6099 * mail/mailabbrev.el (mail-alias-separator-string)
6100 (mail-abbrev-mode-regexp):
6101 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6102 * progmodes/idlwave.el (idlwave-libinfo-file)
6103 (idlwave-default-completion-case-is-down)
6104 (idlwave-library-routines): Convert defvars to defcustoms.
6105
6106 * mail/rmail.el (rmail-decode-mime-charset):
6107 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6108 (idlwave-shell-fix-inserted-breaks)
6109 (idlwave-shell-activate-alt-keybindings)
6110 (idlwave-shell-use-breakpoint-glyph):
6111 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6112
f7ae6719
SM
61132012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6116
47086495
WS
61172012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6118
6119 * progmodes/verilog-mode.el (font-lock-keywords):
6120 Fix mis-highligting auto. Reported by Craig Barner.
6121 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 6122 defines from global name space. Reported by Dan Dever.
47086495
WS
6123 (verilog-auto-reset, verilog-auto-reset-widths)
6124 (verilog-auto-tieoff): Support using unbased numbers for
6125 AUTORESET and AUTOTIEOFF.
6126 (verilog-submit-bug-report): Update variable list.
6127 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 6128 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
6129 (verilog-auto-template-lint): Fix hash error when linting modules
6130 with no used templates.
6131 (verilog-warn, verilog-warn-error)
6132 (verilog-warn-fatal): When non-interactive report multiple
6133 warnings before exiting. Suggested by Brad Dobbie.
6134 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6135 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6136 to report unused template errors. Reported by Brad Dobbie.
6137 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 6138 nets, bug438. Reported by Vns Blore.
47086495
WS
6139 (verilog-auto-inout-module, verilog-auto-reg)
6140 (verilog-read-decls, verilog-read-sub-decls-sig)
6141 (verilog-signals-edit-wire-reg, verilog-signals-with):
6142 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 6143 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
6144 "reg" for backwards compatibility presuming Verilog 2001.
6145 (verilog-auto-ascii-enum): Add "auto enum" as alias.
6146 (verilog-preprocess): Fix replication of preprocess output.
6147 Reported by Brad Dobbie.
6148 (verilog-auto-inst-interfaced-ports):
6149 Create verilog-auto-inst-interfaced-ports, bug429.
6150 Reported by Julian Gorfajn.
6151 (verilog-after-save-font-hook)
6152 (verilog-before-save-font-hook): New variable.
6153 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6154 (verilog-save-font-mods): Wrap disabling fontification, reported
6155 by David Rogoff.
6156 (verilog-do-indent, verilog-pretty-declarations-auto)
6157 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6158 Reported by Pierre-David Pfister.
6159 (verilog-set-auto-endcomments): Fix endtask auto comments outside
6160 of class declarations, bug292. Reported by Kevin Heilman.
6161 (verilog-read-decls): Fix 'parameter type' not appearing in
6162 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
6163 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 6164 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
6165 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6166 Reported by David Kravitz.
6167
61682012-05-03 Michael McNamara <mac@mail.brushroad.com>
6169
6170 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6171 assignment with tests in ifs and for loops.
6172 (verilog-extended-complete-re, verilog-complete-reg): Change so
6173 that DPI inport functions don't look like fuction declarations.
6174 (verilog-pretty-expr): Don't line up assignment
6175 operations to the test and increment in if and for loops
6176 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 6177 that DPI inport functions don't look like fuction declarations.
47086495 6178
2e51d4b5
KH
61792012-05-03 Kenichi Handa <handa@m17n.org>
6180
6181 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 6182 decoding, and show a warning message without signaling an error
2e51d4b5
KH
6183 (Bug#11282).
6184
2bd785a2
SM
61852012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * emacs-lisp/bytecomp.el
6188 (byte-compile-file-form-custom-declare-variable): Compile all elements,
6189 since cconv.el might have introduced :fun-body, internal-make-closure,
6190 and friends for bytecomp to handle (bug#11391).
6191 * custom.el (defcustom): Avoid ((λ ..) ..).
6192
99d27583
SM
61932012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6196
55a71479
JB
61972012-05-02 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * notifications.el (dbus-debug):
6200 * term/linux.el (gpm-mouse-enable):
6201 * term/screen.el (xterm-register-default-colors): Declare.
6202
7b97c764
CY
62032012-05-02 Chong Yidong <cyd@gnu.org>
6204
2bc356d7
CY
6205 * cus-start.el (gc-cons-percentage, exec-suffixes)
6206 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6207 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6208 (make-cursor-line-fully-visible, void-text-area-pointer)
6209 (font-list-limit): Add customization data.
6210
7b97c764
CY
6211 * allout.el (allout-exposure-change-functions)
6212 (allout-structure-added-functions)
6213 (allout-structure-deleted-functions)
6214 (allout-structure-shifted-functions): Rename abnormal hooks from
6215 *-hook, and convert to defcustoms.
5d3385a0
JB
6216 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6217 Convert to defcustoms.
7b97c764
CY
6218 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6219
6220 * allout-widgets.el: Hook callers changed.
6221
90207a15 62222012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
6223
6224 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6225 the yanked message in preference to the default value of
6226 buffer-file-coding-system.
6227
90207a15 62282012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 6229
5d3385a0
JB
6230 * window.el (display-buffer--action-function-custom-type):
6231 Fix entry.
d9558cad 6232
90207a15 62332012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
6234
6235 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6236
d80ac57b
GM
62372012-05-01 Glenn Morris <rgm@gnu.org>
6238
976f7668
GM
6239 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6240
beb83b5a
GM
6241 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6242
d80ac57b
GM
6243 * cus-edit.el (custom-variable-documentation): Simplify with format.
6244
b593d6a9 62452012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 6246 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
6247
6248 * simple.el (suggest-key-bindings, execute-extended-command):
6249 Move from keyboard.c.
6250
782fbf2a
CY
62512012-05-01 Chong Yidong <cyd@gnu.org>
6252
6253 * follow.el: Eliminate advice.
6254 (set-process-filter, process-filter, sit-for): Advice deleted.
6255 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
6256 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6257 Vars deleted.
782fbf2a
CY
6258 (follow-auto): Use a :set function.
6259 (follow-mode): Rewritten. Don't advise process filters.
6260 (follow-switch-to-current-buffer-all, follow-scroll-up)
6261 (follow-scroll-down): Assume follow-mode is bound.
6262 (follow-comint-scroll-to-bottom)
6263 (follow-align-compilation-windows): New functions.
6264 (follow--window-sorter): New function.
6265 (follow-all-followers): Use it to explicitly sort windows by their
6266 positions; don't make assumptions about next-window order.
6267 (follow-windows-start-end, follow-delete-other-windows-and-split)
6268 (follow-calc-win-start): Doc fix.
6269 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6270 vertical-motion unnecessarily.
6271 (follow-adjust-window): New function.
6272 (follow-post-command-hook): Use it.
6273 (follow-call-set-process-filter, follow-call-process-filter)
6274 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6275 (follow-stop-intercept-process-output, follow-generic-filter):
6276 Functions deleted.
6277 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
6278 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6279 New functions, replacing advice on scroll-bar-* commands.
87233a14 6280 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
6281
6282 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
6283 (comint-postoutput-scroll-to-bottom): Use it.
6284 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 6285
290af740
GM
62862012-05-01 Glenn Morris <rgm@gnu.org>
6287
6288 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6289 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6290 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6291 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6292 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6293 Remove no-byte-compile setting.
6294
6eac8dc9
SM
62952012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6298 all-completions code to not return a number in the last cdr.
6299
9cc7819c
LL
63002012-04-30 Leo Liu <sdl.web@gmail.com>
6301
6302 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6303 read-only error.
6304
c93b886f
CY
63052012-04-29 Chong Yidong <cyd@gnu.org>
6306
6307 * follow.el (follow-calc-win-end): Rewrite to handle partial
6308 screen lines correctly (Bug#8390).
6309 (follow-avoid-tail-recenter): Minor cleanup.
6310
8b6c19f4
SM
63112012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 Avoid the obsolete `assoc' package.
6314 * speedbar.el (speedbar-refresh): Avoid adelete.
6315 (speedbar-file-lists): Simplify and avoid aput.
6316 * man.el (Man--sections, Man--refpages): New vars, replacing
6317 Man-sections-alist and Man-refpages-alist.
6318 (Man-build-section-alist, Man-build-references-alist):
6319 Use them; avoid aput.
6320 (Man--last-section, Man--last-refpage): New vars.
6321 (Man-follow-manual-reference): Use them.
6322 Use the `default' arg of completing-read.
6323 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6324
c5bb7569
CY
63252012-04-27 Chong Yidong <cyd@gnu.org>
6326
d1d2e2e8
CY
6327 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6328
15cd8efd
CY
6329 * startup.el (x-apply-session-resources): New function.
6330
6331 * term/ns-win.el (ns-initialize-window-system):
6332 * term/w32-win.el (w32-initialize-window-system):
6333 * term/x-win.el (x-initialize-window-system): Use it to properly
6334 set menu-bar-mode and other vars from X resources, even if the
6335 initial frame is not a window-system frame (Bug#2299).
6336
c5bb7569
CY
6337 * subr.el (read-key): Avoid running filter function when setting
6338 up temporary tool bar entries (Bug#9922).
6339
a8e7d6d7 63402012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
6341
6342 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6343 (Bug#11344)
6344
a8e7d6d7 63452012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
6346
6347 * select.el (xselect--encode-string): New function, split from
6348 xselect-convert-to-string.
6349 (xselect-convert-to-string): Use it.
6350 (xselect-convert-to-filename, xselect-convert-to-os)
6351 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6352 returned strings are properly encoded (Bug#11315).
6353
a8e7d6d7 63542012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
6355
6356 * simple.el (delete-active-region): Move to killing custom group.
6357
a8e7d6d7 63582012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
6359
6360 * progmodes/which-func.el (which-func-current): Quote %
6361 characters for mode-line processing.
6362
578c1d4b 63632012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
6364
6365 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6366 reaching eob (Bug#11286).
6367
a8e7d6d7 63682012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
6369
6370 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6371 (gdb): Make it buffer-local and init to zero.
6372 (gdb-control-commands-regexp): New variable.
6373 (gdb-send): Don't wrap in "-interpreter-exec console" if
6374 gdb-control-level is positive. Increment gdb-control-level
6375 whenever the command matches gdb-control-commands-regexp, and
6376 decrement it each time the command is "end". (Bug#11279)
6377
a8e7d6d7 63782012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
6379
6380 * window.el (adjust-window-trailing-edge, enlarge-window)
6381 (shrink-window, window-resize):
6382 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6383 windows (Bug#11276).
6384
b3608390
CY
63852012-04-27 Chong Yidong <cyd@gnu.org>
6386
6387 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 6388 fix "missing prefix" warning. All callers changed.
b3608390 6389
797e6e88
SM
63902012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * emacs-lisp/assoc.el: Move to obsolete/.
6393
e95a67dc
SM
63942012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6395
657c21e4 6396 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
6397
6398 * term/ns-win.el (ns-define-service):
6399 * progmodes/pascal.el (pascal-goto-defun):
6400 * progmodes/js.el (js--read-tab):
6401 * progmodes/etags.el (tags-lazy-completion-table):
6402 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6403 * emacs-lisp/ewoc.el (ewoc--wrap):
6404 * emacs-lisp/assoc.el (aput, adelete, amake):
6405 * doc-view.el (doc-view-convert-current-doc):
6406 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6407
cb3e7ae0
CY
64082012-04-26 Chong Yidong <cyd@gnu.org>
6409
dce04f7f
CY
6410 * image.el (image-type-from-buffer): Only return supported image
6411 type (Bug#9045).
6412
cb3e7ae0
CY
6413 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6414 value, for symmetry with diff-end-of-hunk.
6415 (diff-split-hunk, diff-find-source-location)
6416 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6417 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6418 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6419 compute the relevant hunk or file properly (Bug#6005).
6420 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6421
0d42eb3e
SM
64222012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * vc/vc-mtn.el:
6425 * vc/vc-hg.el:
6426 * vc/vc-git.el:
6427 * vc/vc-dir.el:
6428 * vc/vc-cvs.el:
6429 * vc/vc-bzr.el:
6430 * vc/vc-arch.el:
6431 * vc/vc.el: Replace lexical-let by lexical-binding.
6432 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6433 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6434 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6435
f08ae1c9
CY
64362012-04-26 Chong Yidong <cyd@gnu.org>
6437
8b71081d
CY
6438 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6439 (diff-mode-shared-map): Bind it to / and [remap undo].
6440
f08ae1c9
CY
6441 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6442 (ediff-window-setup-function): Use it as the default, to set up
6443 windows based on whether the current frame is graphical (Bug#2138).
6444 (ediff-choose-window-setup-function-automatically): Make obsolete.
6445
6446 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6447
ef24141c
SM
64482012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6449
cc356a5d
SM
6450 * ffap.el: Remove old code for obsolete package.
6451 (ffap-complete-as-file-p): Remove.
6452
b4ff4f1f
SM
6453 Use completion-table-with-quoting for comint and pcomplete.
6454 * comint.el (comint--unquote&requote-argument)
6455 (comint--unquote-argument, comint--requote-argument): New functions.
6456 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6457 (comint-quote-filename): Use regexp-opt-charset.
6458 (comint--common-suffix, comint--common-quoted-suffix)
6459 (comint--table-subvert): Remove.
6460 (comint-unquote-function, comint-requote-function): New vars.
6461 (comint--complete-file-name-data): Use them with
6462 completion-table-with-quoting.
6463 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6464 * pcomplete.el (pcomplete-arg-quote-list)
6465 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6466 (pcomplete-unquote-argument-function): Default to non-nil.
6467 (pcomplete-unquote-argument): Simplify.
6468 (pcomplete--common-quoted-suffix): Remove.
6469 (pcomplete-requote-argument-function): New var.
6470 (pcomplete--common-suffix): New function.
6471 (pcomplete-completions-at-point): Use completion-table-with-quoting
6472 and completion-table-subvert.
6473
79c4eeb4
SM
6474 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6475 (minibuffer--double-dollars): Preserve properties.
6476 (completion--sifn-requote): New function.
6477 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6478
ef24141c
SM
6479 * minibuffer.el: Add support for completion of quoted/escaped data.
6480 (completion-table-with-quoting, completion-table-subvert): New funs.
6481 (completion--twq-try, completion--twq-all): New functions.
6482 (completion--nth-completion): New function.
6483 (completion-try-completion, completion-all-completions): Use it.
6484
784e7d6e
LL
64852012-04-25 Leo Liu <sdl.web@gmail.com>
6486
dd2ac746
SM
6487 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6488 Use compilation-message if available to find real filename.
784e7d6e 6489
07875ee7
CY
64902012-04-25 Chong Yidong <cyd@gnu.org>
6491
6492 * vc/diff-mode.el (diff-setup-whitespace): New function.
6493 (diff-mode): Use it.
6494
6495 * vc/diff.el (diff-sentinel):
6496 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6497 Whitespace mode variables based on diff style (Bug#8612).
6498
5055880d
LL
64992012-04-25 Leo Liu <sdl.web@gmail.com>
6500
daf75653
LL
6501 * progmodes/python.el (python-send-region): Add suffix .py to the
6502 temp file.
6503
5055880d
LL
6504 * files.el (auto-mode-alist): Use javascript-mode instead.
6505
db9b177b
AH
65062012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6507
ef24141c 6508 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 6509
090bd7cb 6510 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 6511 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 6512 references, see Bug#9.
ef24141c 6513 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 6514 when receiving a fault reply.
ef24141c 6515 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 6516
090bd7cb 6517 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 6518 (soap-inspect-simple-type): New function.
db9b177b 6519
090bd7cb 6520 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 6521 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
6522 (soap-decode-basic-type, soap-encode-basic-type):
6523 support unsignedInt and double basic types.
db9b177b 6524 (soap-resolve-references-for-simple-type)
ef24141c
SM
6525 (soap-parse-simple-type, soap-encode-simple-type): New function.
6526 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 6527
090bd7cb 6528 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
6529 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6530 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6531 the local name of "soapenc:Array".
6532 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
6533 decoding integer, byte and anyURI xsd types.
6534
1fc6097b
CY
65352012-04-25 Chong Yidong <cyd@gnu.org>
6536
6537 * cus-edit.el (custom-buffer-create-internal): Update header text.
6538
afc6df87
EZ
65392012-04-25 Eli Zaretskii <eliz@gnu.org>
6540
6541 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6542 settings on 'system-type', not on 'window-system'. On MS-Windows,
6543 set interactive-mode on in GDB.
6544
dfbd787f
SM
65452012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6548 (ruby-syntax-propertize-regexp): Remove.
6549 (ruby-syntax-propertize-function): Split regexp into chunks.
6550 Match following code directly.
6551
85222d44
DG
65522012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6553
51a8ea2a
DG
6554 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6555 (ruby-syntax-propertize-regexp): New function.
6556 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6557 by a special keyword.
6558
85222d44
DG
6559 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6560 (ruby-syntax-general-delimiters-goto-beg)
6561 (ruby-syntax-propertize-general-delimiters): New functions.
6562 (ruby-syntax-propertize-function): Use them to handle GDL.
6563 (ruby-font-lock-keywords): Move old handling of GDL...
6564 (ruby-font-lock-syntactic-keywords): .. to here.
6565 (ruby-calculate-indent): Adjust indentation for GDL.
6566
b613912b
MA
65672012-04-24 Michael Albinus <michael.albinus@gmx.de>
6568
b5380639
MA
6569 * notifications.el (top): Remove unneeded declarations.
6570 (notifications-specification-version): Change to "1.2".
e43042fe 6571 (notifications-interface, notifications-notify-method)
b613912b
MA
6572 (notifications-close-notification-method): Fix docstring.
6573 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
6574 (notifications-notify): Add :action-items, :resident and
6575 :transient hints. Change "image_data" to "image-data" and
6576 "image_path" to "image-path".
b613912b
MA
6577 (notifications-get-capabilities): New defun.
6578
257440aa
LL
65792012-04-24 Leo Liu <sdl.web@gmail.com>
6580
6581 * progmodes/python.el: Move hideshow setup to the end.
6582
b1bac16e
MR
65832012-04-24 Martin Rudalics <rudalics@gmx.at>
6584
6585 * window.el (handle-select-window): Clear echo area since this is
6586 no more done by read_char (Bug#11304).
6587
d81bd059
SM
65882012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6591 and `/ M' to filter-derived-mode.
6592 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6593 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6594 (ibuffer-mark-by-mode): Use default rather than initial-input.
6595 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6596
c4cf6d91
IA
65972012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6598
6599 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6600 (ibuffer-filter-by-derived-mode): New filter.
6601 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6602
7511ded8
CY
66032012-04-23 Andreas Politz <politza@fh-trier.de>
6604
6605 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6606
775c916b
CY
66072012-04-23 Chong Yidong <cyd@gnu.org>
6608
6609 * cus-edit.el (customize-apropos, customize-apropos-options):
6610 Disable matching of non-option variables (Bug#11176).
6611 (customize-option, customize-option-other-window)
6612 (customize-changed-options): Doc fix.
6613 (customize-apropos-options, customize-apropos-faces)
6614 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6615
6616 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 6617 Fix word list splitting (Bug#11132).
46c71e23
CY
6618 (apropos-symbol, apropos-keybinding, apropos-label)
6619 (apropos-property, apropos-function-button)
6620 (apropos-variable-button, apropos-misc-button): New faces.
6621 (apropos-symbol-face, apropos-keybinding-face)
6622 (apropos-label-face, apropos-property-face, apropos-match-face):
6623 Variables removed (Bug#8396).
6624 (apropos-library-button, apropos-format-plist, apropos-print)
6625 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 6626
2df41f9c
MA
66272012-04-23 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * net/xesam.el (xesam-mode-map): Use let-bound map in
6630 initialization. (Bug#11292)
6631
da00640a
AM
66322012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6633
6634 Preserve ispell session localwords when switching back to
6635 original buffer.
6636
090bd7cb
JB
6637 * textmodes/ispell.el (ispell-buffer-session-localwords):
6638 New buffer-local variable to hold buffer session localwords.
ed9265fc 6639 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
6640 localwords.
6641 (ispell-command-loop, ispell-change-dictionary)
6642 (ispell-buffer-local-words): Preserve session localwords when
6643 needed.
6644
090bd7cb
JB
6645 * textmodes/flyspell.el (flyspell-process-localwords)
6646 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 6647
f621ccf5
AM
66482012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6649
090bd7cb
JB
6650 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6651 using obsolete `translation-table-for-input'.
ef24141c
SM
6652 (ispell-word, ispell-process-line, ispell-complete-word):
6653 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 6654
c2d1019e
CY
66552012-04-22 Chong Yidong <cyd@gnu.org>
6656
6657 * cus-edit.el (custom-variable-menu)
6658 (custom-variable-reset-saved, custom-face-menu)
6659 (custom-face-reset-saved): If there is no saved value, make the
6660 "reset-saved" operation bring back the default (Bug#9509).
6661 (custom-face-state): Properly detect themed faces.
6662
eeddc531
CY
6663 * faces.el (face-spec-set): Stop supporting deprecated form of
6664 third arg.
6665
dcbf5805
MA
66662012-04-22 Michael Albinus <michael.albinus@gmx.de>
6667
6668 Move functions from C to Lisp. Make non-blocking method calls
6669 the default. Implement further D-Bus standard interfaces.
6670
ef24141c
SM
6671 * net/dbus.el (dbus-message-internal): Declare function.
6672 Remove unneeded function declarations.
dcbf5805
MA
6673 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6674 (dbus-message-type-method-return, dbus-message-type-error)
6675 (dbus-message-type-signal): Declare variables. Remove local
6676 definitions.
6677 (dbus-interface-dbus, dbus-interface-peer)
6678 (dbus-interface-introspectable, dbus-interface-properties)
6679 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6680 Adapt docstring.
6681 (dbus-interface-objectmanager): New defconst.
6682 (dbus-call-method, dbus-call-method-asynchronously)
6683 (dbus-send-signal, dbus-method-return-internal)
6684 (dbus-method-error-internal, dbus-register-service)
6685 (dbus-register-signal, dbus-register-method): New defuns, moved
6686 from dbusbind.c
6687 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
6688 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6689 New defuns.
dcbf5805
MA
6690 (dbus-call-method-non-blocking): Make it an obsolete function.
6691 (dbus-unregister-object, dbus-unregister-service)
6692 (dbus-handle-event, dbus-register-property)
6693 (dbus-property-handler): Obey the new structure of
6694 `bus-registered-objects'.
6695 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6696 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6697 Use `dbus-call-method'.
6698
cf20dee0
CY
66992012-04-22 Chong Yidong <cyd@gnu.org>
6700
6701 * cus-edit.el (custom-commands, custom-reset-menu)
6702 (Custom-reset-standard): Tweak labels.
6703 (custom-reset-button-menu): Change default to t.
6704 (custom-buffer-create-internal): For the custom-reset-button-menu
6705 case, put the revert button first.
6706 (custom-group-subtitle): New face.
6707 (custom-group-value-create): Align docstring to a specific column.
6708
6709 * wid-edit.el (widget-documentation-link-add): Don't handle
6710 indentation in this function.
6711 (widget-documentation-string-indent-to): New function.
6712 (widget-documentation-string-value-create): Use it.
6713
6714 * autorevert.el (auto-revert):
6715 * epg-config.el (epg):
6716 * ibuffer.el (ibuffer):
6717 * mpc.el (mpc):
6718 * ses.el (ses):
6719 * eshell/eshell.el (eshell):
6720 * net/ange-ftp.el (ange-ftp):
6721 * progmodes/ebnf2ps.el (postscript):
6722 * progmodes/flymake.el (flymake):
6723 * progmodes/prolog.el (prolog):
6724 * progmodes/verilog-mode.el (verilog-mode):
6725 * progmodes/which-func.el (which-func):
6726 * term/xterm.el (xterm):
6727 * textmodes/picture.el (picture):
6728 * textmodes/tildify.el (tildify):
6729 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6730 customization buffers.
6731
583e23bd
AM
67322012-04-22 Alan Mackenzie <acm@muc.de>
6733
6734 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6735 Adding a ) can hide the resulting (..) from searches. Fix it.
6736 Bound the backward search to the position of the existing (.
6737
7dd51bf1
JB
67382012-04-21 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * progmodes/verilog-mode.el (verilog-mode): Check whether
6741 which-func-modes is t before adding verilog-mode.
6742 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6743
d64a438f
LL
67442012-04-21 Leo Liu <sdl.web@gmail.com>
6745
7dd51bf1 6746 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 6747
081e8d65
MV
67482012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6749
6750 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6751 filling of the last column of a table (Bug#5635).
6752 (woman-find-next-control-line): New arg, specifying an additional
6753 regexp component for the control line.
6754 (woman2-roff-buffer): Use it.
6755 (woman-break-table): New function.
6756 (woman2-TS): Use it.
6757
67582012-04-21 Chong Yidong <cyd@gnu.org>
6759
6760 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6761 (woman-horizontal-escapes, woman-negative-vertical-space)
6762 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6763 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6764
ed571ccb
SM
67652012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * minibuffer.el (completion-file-name-table): Complete user names.
6768
39773899
LL
67692012-04-20 Leo Liu <sdl.web@gmail.com>
6770
6771 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6772 and pcase-let*.
6773
de6ff46d
CY
67742012-04-20 Chong Yidong <cyd@gnu.org>
6775
6776 * server.el (server-execute): Respect initial-buffer-choice if it
6777 is a string and there are no files to open (Bug#2825).
6778 (server-create-window-system-frame, server-create-tty-frame):
6779 Don't switch buffers here.
2d0e8e61
CY
6780 (server-process-filter): Only try to open a window system frame if
6781 compiled with graphical support (Bug#8314).
de6ff46d 6782
54071013
DN
67832012-04-20 Dan Nicolaescu <dann@gnu.org>
6784
6785 * battery.el (battery-echo-area-format): Display remaining time
6786 for sysfs backend too (Bug#11269).
6787 (battery-linux-sysfs): Fix conditional for the charge.
6788
f30d612a
CY
67892012-04-20 Chong Yidong <cyd@gnu.org>
6790
c07a4c0b 6791 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
6792 (gdb-inferior-io--init-proc): New function.
6793 (gdb-init-1): Use it.
6794 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6795 responsible for allocating a new pty and hooking it to gdb when
6796 the old pty gets an EIO due to process exit.
6797 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6798 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6799 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6800
2116e93c
EZ
68012012-04-20 Eli Zaretskii <eliz@gnu.org>
6802
6803 * window.el (window-min-size, window-sizable, window-min-delta)
6804 (window-max-delta, window--resizable, window-resizable)
6805 (window-total-size, window-full-height-p, window-full-width-p)
6806 (window-in-direction, window--resize-mini-window, window-resize)
6807 (window--resize-child-windows-normal)
6808 (window--resize-child-windows, window--resize-siblings)
6809 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 6810 (enlarge-window, shrink-window): Doc fixes.
2116e93c 6811
c07a4c0b 68122012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 6813
ef24141c
SM
6814 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6815 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
6816 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6817 pty process (Bug#11273).
6818 (gdb-update): New arg to suppress talking to the gdb process.
6819 (gdb-done-or-error): Use it.
6820 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6821 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6822 sentinel not being called.
6823
6824 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6825
d02766ab
CY
6826 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6827
c07a4c0b 68282012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
6829
6830 * net/network-stream.el (open-network-stream): Doc fix.
6831
c07a4c0b 68322012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
6833
6834 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6835
c07a4c0b 68362012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
6837
6838 Ensure searching for keywords is case sensitive.
6839
6840 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6841 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6842 (c-defun-name, c-mark-function, c-cpp-define-name)
6843 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 6844 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 6845
ef24141c
SM
6846 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6847 Bind case-fold-search to nil.
f0f6bc35 6848
c07a4c0b 68492012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
6850
6851 * mail/sendmail.el (mail-bury): Call return action with the right
6852 Rmail buffer (Bug#11242).
6853
9a864fa2
CY
6854 * server.el (server-process-filter): Handle corner case where both
6855 tty and nowait options are present (Bug#11102).
6856
539aa513
EZ
68572012-04-20 Eli Zaretskii <eliz@gnu.org>
6858
6859 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
6860 (top level): Put into the executable the ident-style '$Id:' tag on
6861 windows-nt as well.
539aa513 6862
cfc7d5da
SM
68632012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * electric.el (electric-indent-post-self-insert-function): Check that
6866 electric-indent-mode is enabled in current buffer.
6867
5b01685c
JB
68682012-04-19 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * imenu.el (imenu-progress-message): Restore; it is "used" in
6871 erc/erc-imenu.el and net/snmp-mode.el.
6872
4d6769e1
JB
68732012-04-19 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6876 (mouse-avoidance-nudge-mouse): Remove unused binding.
6877
6878 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6879
6880 * descr-text.el (describe-char):
6881 * progmodes/python.el (python-describe-symbol):
6882 Don't call `toggle-read-only', set `buffer-read-only'.
6883
6884 * imenu.el (imenu-default-goto-function): Mark unused args.
6885 (imenu-progress-message): Remove obsolete macro; all callers changed.
6886
6887 * subr.el (keymap-canonicalize): Remove unused binding.
6888 (read-passwd): Mark unused arg.
6889
6890 * tutorial.el (tutorial--display-changes): Remove unused binding.
6891 (tutorial--save-tutorial-to): Remove unused variable.
6892
6893 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6894 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6895 (package-generate-autoloads, package-menu--generate)
6896 (package-menu--find-upgrades): Remove unused bindings.
6897
6898 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6899 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6900 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6901 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6902 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6903 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6904 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6905 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6906 (cua-delete-char-rectangle): Mark unused args.
6907 (cua-align-rectangle): Remove unused binding.
6908
6909 * mail/rmail.el (compilation--message->loc)
6910 (epa--find-coding-system-for-mime-charset): Declare.
6911
6912 * net/dbus.el (dbus-register-service): Declare.
6913 (dbus-name-owner-changed-handler): Remove unused binding.
6914
6915 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6916 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6917 (nxml-scan-backward-within): Mark unused arg.
6918 (nxml-dynamic-markup-word): Remove unused binding.
6919
6920 * mouse.el (mouse-menu-major-mode-map):
6921 * emacs-lisp/authors.el (authors-scan-change-log)
6922 (authors-add-to-author-list):
6923 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6924 * emacs-lisp/smie.el (smie-auto-fill):
6925 * mail/sendmail.el (mail-bury):
6926 * mail/unrmail.el (unrmail):
6927 * net/tls.el (open-tls-stream):
6928 * textmodes/picture.el (picture-mouse-set-point):
6929 Remove unused bindings.
6930
8c8fc5df
MA
69312012-04-19 Michael Albinus <michael.albinus@gmx.de>
6932
6933 * net/tramp.el (tramp-action-password): Let-bind
6934 `enable-recursive-minibuffers' to t.
6935
a77b0ac9
SS
69362012-04-18 Sam Steingold <sds@gnu.org>
6937
6938 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6939 instead of 'string to accommodate values like [f11].
6940 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6941 * progmodes/gdb-mi.el: Likewise.
6942
12a106a9
LL
69432012-04-18 Leo Liu <sdl.web@gmail.com>
6944
6945 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6946 current buffer.
6947 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6948 LOCAL is nil.
6949
bc6494ef
CY
69502012-04-18 Chong Yidong <cyd@gnu.org>
6951
6952 * simple.el (line-move): Use forward-line if in batch mode
6953 (Bug#11053).
6954
c09c46b2
CS
69552012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6956
6957 * files.el (after-find-file): Do not try to add a final newline if
6958 the buffer is read-only (Bug#11156).
6959
5f6530ea
RS
69602012-04-17 Richard Stallman <rms@gnu.org>
6961
6962 * mail/rmail.el (rmail-start-mail):
6963 Pass (rmail-mail-return...) for the return-action.
6964 Pass (rmail-yank-current-message...) for the yank-action.
6965 (rmail-yank-current-message): New function.
6966 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6967 (rmail-reply): Likewise.
6968 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6969
6970 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 6971 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
6972 buffer, not newbuf.
6973
197b6f3c
JB
69742012-04-17 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * server.el (server-ensure-safe-dir): Simplify.
6977
2311d8e5 69782012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 6979
2311d8e5
GM
6980 * emacs-lisp/smie.el: Provide smarter auto-filling.
6981 (smie-auto-fill): New function.
6982 (smie-setup): Use it.
98fb480e 6983
2311d8e5
GM
6984 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6985
69862012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
6987
6988 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6989 (comment-indent): Use it.
6990
2311d8e5 69912012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
6992
6993 * ses.el: The overall change is to add cell renaming, that is
6994 setting fancy names for cell symbols other than name matching
6995 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 6996 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 6997 (ses-create-cell-variable): New defun.
2311d8e5 6998 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
6999 (ses-relocate-formula): Relocate formulas only for cells the
7000 symbols of which are not renamed, i.e. symbols whose names do not
7001 match regexp "\\`[A-Z]+[0-9]+\\'".
7002 (ses-relocate-all): Relocate values only for cells the symbols of
7003 which are not renamed.
7004 (ses-load): Create cells variables as the (ses-cell ...) are read,
7005 in order to check row col consistency with cell symbol name only
7006 for cells that are not renamed.
7007 (ses-replace-name-in-formula): New defun.
7008 (ses-rename-cell): New defun.
4bdf2ad2 7009
fc72b15c
PO
70102012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
7011
7012 * progmodes/perl-mode.el (perl-indent-parens-as-block):
7013 New option (bug#11118).
7014 (perl-calculate-indent): Respect it.
7015
12e10e61
GM
70162012-04-17 Glenn Morris <rgm@gnu.org>
7017
7018 * dired-aux.el (dired-mark-read-string): Doc fix.
7019
30009afd
DA
70202012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7021
7022 * dired-aux.el (dired-mark-read-string): Offer optional completion.
7023 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
7024
41f03f4d
GM
70252012-04-17 Glenn Morris <rgm@gnu.org>
7026
7027 * mouse.el (mouse-drag-track):
7028 * speedbar.el (speedbar-frame-mode):
7029 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7030
f45f90f3
LL
70312012-04-16 Leo Liu <sdl.web@gmail.com>
7032
7033 * progmodes/python.el: Trivial cleanup.
7034
94ee8db5
GM
70352012-04-16 Glenn Morris <rgm@gnu.org>
7036
121b8917
GM
7037 * vc/vc.el (vc-string-prefix-p):
7038 * vc/pcvs-util.el (cvs-string-prefix-p):
7039 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7040 * mpc.el (mpc-string-prefix-p):
7041 Make all of these into obsolete aliases for string-prefix-p.
7042 Update callers.
7043 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7044
1197ecfa
GM
7045 * textmodes/two-column.el: Move custom options to the start.
7046 (frame-width): Remove compat definition.
7047 (2C-associate-buffer, 2C-dissociate):
7048 Use with-current-buffer rather than save-excursion.
7049 (2C-dissociate): Force a mode-line update.
7050 (2C-autoscroll): Use ignore-errors.
7051
099e7202
GM
7052 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7053 Autoload trivia.
7054
bf350d6a
GM
7055 * emacs-lisp/cl-extra.el (*random-state*):
7056 Remove unnecessary declaration.
7057
0e829eab
GM
7058 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7059
e3ad7552
GM
7060 * play/cookie1.el (cookie-snarf):
7061 Give an explicit error if input file cannot be read.
7062
68892d27
GM
7063 * play/yow.el (yow-file): Use expand-file-name rather than concat.
7064
20f0c46d
GM
7065 * progmodes/perl-mode.el (c-macro-expand):
7066 Remove unnecessary autoload (it is in loaddefs.el).
7067
5a0978ce
GM
7068 * textmodes/picture.el (picture-desired-column)
7069 (picture-update-desired-column): Convert comments to doc-strings.
7070 (picture-substitute): Remove function.
7071 (picture-mode-map): Initialize in the defvar.
7072
6b955486
GM
7073 * woman.el: Remove eval-after-load for tar-mode.
7074 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7075 (woman-tar-extract-file): Autoload it.
7076
94ee8db5
GM
7077 * frame.el (automatic-hscrolling): Make this alias obsolete.
7078
177eca34
AM
70792012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7080
090bd7cb 7081 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 7082 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
7083 (ispell-dictionary-base-alist): Revert to original XEmacs
7084 friendly version for default. [:alpha:] will be added in
090bd7cb 7085 `ispell-set-spellchecker-params' if needed.
177eca34 7086
c505aaeb
CY
70872012-04-16 Chong Yidong <cyd@gnu.org>
7088
b19dd9d1 7089 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
7090 (imagemagick-register-types): Use it.
7091 (imagemagick-types-inhibit): Add :set function. Allow new value
7092 of t to inhibit all types.
7093
7094 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7095 so we can preload it.
7096
7097 * loadup.el (fboundp): Preload regexp-opt, needed by
7098 imagemagick-register-types.
7099
60efac0f
CY
71002012-04-15 Chong Yidong <cyd@gnu.org>
7101
7102 * frame.el (scrolling): Remove nearly unused customization group.
7103
7104 * scroll-all.el (scroll-all-mode): Move to windows group.
7105
5dd1713e
CY
71062012-04-15 Chong Yidong <cyd@gnu.org>
7107
7108 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7109
e6fd457e
CY
71102012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 7113 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 7114
e153c136
GM
71152012-04-15 Glenn Morris <rgm@gnu.org>
7116
7117 * simple.el (process-file-side-effects): Doc fix.
7118
e6fd457e 71192012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
7120
7121 * international/mule-cmds.el (set-language-environment): Doc fix.
7122
3603c3b1
JB
71232012-04-14 Juanma Barranquero <lekktu@gmail.com>
7124
7125 * server.el (server-auth-key, server-generate-key): Doc fixes.
7126 (server-get-auth-key): Doc fix. Use `string-match-p'.
7127 (server-start): Reflow docstring.
7128
e6de100c
LI
71292012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7130
7131 * server.el (server-generate-key): `called-interactively-p'
7132 requires a parameter.
7133
29734c21
MN
71342012-04-14 Michal Nazarewicz <mina86@mina86.com>
7135
7136 * server.el (server-auth-key): New variable.
75f1671a 7137 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
7138 (server-start): Use the new variable and functions to allow
7139 setting a permanent server key (bug#9423).
7140
d65c9521
LL
71412012-04-14 Leo Liu <sdl.web@gmail.com>
7142
7143 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7144
5ae255c7
PE
71452012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7146
7147 Spelling fixes.
7148 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7149 Emacs uses American spelling.
7150
d5e6342e
JB
71512012-04-14 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7154 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
7155 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7156 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
7157
ab036cd7
SM
71582012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * progmodes/which-func.el (which-func-modes): Change default.
7161
35dc09a1 71622012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
7163
7164 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7165 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7166
35dc09a1 71672012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
7168
7169 * custom.el (custom-theme-set-variables): Doc fix.
7170
35dc09a1 71712012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
7172
7173 * international/mule.el (set-auto-coding-for-load): Doc fix.
7174
35dc09a1 71752012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 7176
35dc09a1
GM
7177 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7178 imenu work again for Objective C Mode. Correct the *-index values,
7179 these having been disturbed by a previous change in 2011-08.
57f845ee 7180
0de3da9f
AM
7181 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7182 Correct two search limits.
7183
35dc09a1 71842012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
7185
7186 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7187
35dc09a1 71882012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
7189
7190 * international/characters.el: Fix sorting.
7191
35dc09a1 71922012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
7193
7194 * international/characters.el: Add more missing Latin case pairs.
7195
35dc09a1 71962012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
7197
7198 * files.el (dir-locals-set-class-variables): Doc fix.
7199
35dc09a1 72002012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 7201
3f1b5bf8
EZ
7202 * international/characters.el: Add set-case-syntax-pair call for
7203 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7204 counterpart. (Bug#11209)
7205
9f847f41
EZ
7206 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7207
35dc09a1 72082012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
7209
7210 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7211
35dc09a1 72122012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 7213
35dc09a1
GM
7214 * textmodes/ispell.el (ispell-dictionary-base-alist):
7215 Add data for Hebrew.
e2627d21 7216
35dc09a1 72172012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 7218
35dc09a1
GM
7219 * net/rcirc.el (rcirc-cmd-quit):
7220 Revert 2012-03-18 change (Bug#11192).
5c14e333 7221
35dc09a1 72222012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
7223
7224 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7225
35dc09a1 72262012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 7227
4517fe3a
SM
7228 * minibuffer.el (completion-in-region-mode-map):
7229 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 7230
b472a594
VD
72312012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7232
7233 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7234
09b95ce3
MY
72352012-04-13 Masatake YAMATO <yamato@redhat.com>
7236
7237 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7238 to allow `C-M-f' and `C-M-b' to move to the nearest path
7239 separator (bug#9511).
7240
4b63a9ca
LI
72412012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7242
7243 * avoid.el: Require cl when compiling. And also move the
7244 `provide' to the end.
7245
7b55b8bf
TV
72462012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7247
7248 * avoid.el (mouse-avoidance-banish-position): New variable.
7249 (mouse-avoidance-banish-destination): Use it (bug#10165).
7250
adedaa1f
LL
72512012-04-13 Leo Liu <sdl.web@gmail.com>
7252
7253 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7254
70e74021
KB
72552012-04-13 Ken Brown <kbrown@cornell.edu>
7256
7257 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 7258 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
7259 (browse-url-filename-alist): For the same reason, don't modify
7260 file:// URLs on Cygwin.
7261
e75e89ba
SM
72622012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7265 the region on shift if the binding is already shifted (bug#11221).
7266
82f289a4
GM
72672012-04-12 Glenn Morris <rgm@gnu.org>
7268
7269 * mail/mailpost.el: Move to obsolete/.
7270
d333dc4c
DA
72712012-04-12 Drew Adams <drew.adams@oracle.com>
7272
7273 * imenu.el (imenu--generic-function): Ignore invisible definitions
7274 (bug#10123).
7275
0d15b5ba
VD
72762012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7277
7278 * hexl.el (hexl-bits): New variable.
7279 (hexl-options): Mention the variable in the doc string.
75f1671a 7280 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 7281 (hexl-mode): Mention the new variable.
75f1671a
JB
7282 (hexl-mode, hexl-current-address, hexl-current-address):
7283 Use the displen.
0d15b5ba
VD
7284 (hexl-ascii-start-column): New function.
7285 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7286 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7287
64a440db
AM
72882012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7289
7290 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7291 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7292 the encoding, as expected by hunspell.
7293
6decb6c2
SM
72942012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * battery.el (battery--linux-sysfs-regexp): New const.
7297 (battery-status-function): Use it. Remove yeeloong special case.
7298 (battery-yeeloong-sysfs): Remove.
7299 (battery-echo-area-format): Remove yeeloong special case.
7300
088be6fb
SM
73012012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7302
6622e416
SM
7303 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7304 Reported by Noah Friedman.
7305
088be6fb
SM
7306 * subr.el (read-passwd): Use read-string.
7307
b49f886e
LMI
73082012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7309
7310 * vcursor.el (vcursor-move): Increase the priority of the overlay
7311 (bug#9663).
7312
a63067fc
DD
73132012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7314
7315 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7316 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7317
ac3cf14a
WS
73182012-04-11 William Stevenson <yhvh2000@gmail.com>
7319
7320 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7321 define-minor-mode (bug#10760).
7322
c4fc691b 73232012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 7324
4d6769e1 7325 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
7326 that directories matching `grep-find-ignored-files' won't be
7327 pruned (bug#10351).
7328
af23e2e5
CY
73292012-04-11 Chong Yidong <cyd@gnu.org>
7330
7331 * startup.el (command-line): Remove support for long-obsolete
7332 variable font-lock-face-attributes.
7333
ab7ce8c1
GM
73342012-04-11 Glenn Morris <rgm@gnu.org>
7335
7336 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7337
de8c03dc
SM
73382012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * window.el (window--state-get-1): Obey window-point-insertion-type.
7341
050cc68b
LB
73422012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7343
7344 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7345 to previous function when point is on the first character of a
75f1671a 7346 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 7347
a38c310c
GM
73482012-04-11 Glenn Morris <rgm@gnu.org>
7349
effed0c2
GM
7350 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7351 not just file-errors.
7352
a38c310c
GM
7353 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7354 (vc-bzr-sha1): Use internal sha1.
7355
0221e323
SM
73562012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7359
43956923
SG
73602012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7361
7362 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7363 that start in the middle of the line (bug#10496).
7364
6a8c9eaf
DN
73652012-04-10 Dan Nicolaescu <dann@gnu.org>
7366
7367 * battery.el (battery-linux-proc-acpi): Only one battery is
7368 discharged at a time, but that seems to confuse battery.el when
7369 computing `rate-type' for the battery not being discharged
7370 (bug#10332).
7371
1930bf5d
SM
73722012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7373
2a718f6f
SM
7374 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7375
599430d0
SM
7376 * international/quail.el: Use dolist and simplify.
7377 (quail-define-package, quail-update-keyboard-layout)
7378 (quail-define-rules): Use dolist.
7379 (quail-insert-kbd-layout, quail-get-translation): CSE.
7380
a2754b6c
SM
7381 * tmm.el: Use dolist, remove left over hook.
7382 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7383 Use dolist.
7384 (calendar-load-hook): Don't mess with it.
7385
1930bf5d
SM
7386 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7387 Use derived-mode-p. Run the diff asynchronously.
7388
9f67961c
LMI
73892012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7390
7391 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7392
2a8ce227
JB
73932012-04-10 Juanma Barranquero <lekktu@gmail.com>
7394
7395 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7396 (list-dynamic-libraries--loaded): New function.
7397 (list-dynamic-libraries--refresh): Use it.
7398
8f33b5f8
NW
73992012-04-10 Nathan Weizenbaum <nweiz@google.com>
7400
1930bf5d
SM
7401 * progmodes/python.el (python-fill-paragraph):
7402 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
7403 disabled (bug#7018).
7404
b12f0439
L
74052012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7406
1930bf5d 7407 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
7408 DOS/MS Windows for the Baltic languages. There are still plenty
7409 of texts written in this encoding/codepage (bug#6519).
b12f0439 7410
57c3bd01
GM
74112012-04-10 Glenn Morris <rgm@gnu.org>
7412
7413 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7414 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7415
6c3eab30
FA
74162012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7417
1930bf5d 7418 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
7419 next-line "n" and previous-line "p" in order to make recentf more
7420 consistent with ibuffer, dired or org-mode (bug#9387).
7421
24d78a88
LMI
74222012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
bc72b5d9
LMI
7424 * image.el (put-image): Return the overlay created instead of the
7425 optional input string (bug#7834). Note that this may break code
7426 that is (for some reason or other) depending on `put-image'
7427 returning the string.
7428
bd2dba5a
LMI
7429 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7430
74beb59f
LMI
7431 * simple.el (zap-to-char): Allow zapping using input methods
7432 (bug#1580).
7433
24d78a88
LMI
7434 * textmodes/fill.el (fill-region): Leave point and mark where they
7435 were before filling (bug#5399).
7436
263f20cd
GM
74372012-04-09 Glenn Morris <rgm@gnu.org>
7438
7439 * version.el (emacs-bzr-get-version):
7440 Handle lightweight checkouts of local branches.
7441
58d1f797
AS
74422012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7443
263f20cd 7444 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 7445
b4d3bc10
CY
74462012-04-09 Chong Yidong <cyd@gnu.org>
7447
7448 * custom.el (custom-variable-p): Return nil for non-symbol
7449 arguments instead of signaling an error.
7450 (user-variable-p): Obsolete alias for custom-variable-p.
7451
7452 * apropos.el (apropos-variable):
7453 * files-x.el (read-file-local-variable):
7454 * simple.el (set-variable):
7455 * woman.el (woman-mini-help):
7456 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7457
fd06db5d
GM
74582012-04-09 Glenn Morris <rgm@gnu.org>
7459
e5fcdb5e
GM
7460 * startup.el (normal-top-level): Don't look for leim-list.el
7461 in places where it will not be found. (Bug#910)
7462
fd06db5d
GM
7463 * international/mule-cmds.el (set-default-coding-systems):
7464 * files.el (normal-mode):
7465 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7466 This function was removed with ucs-tables.el in 2008.
7467
b39bb7e1
EZ
74682012-04-08 Eli Zaretskii <eliz@gnu.org>
7469
7470 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7471 ispell-encoding8-command to "-i", without a trailing space.
7472 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7473 separate command-line arguments, to specify the encoding, since
7474 that's how hunspell expects it.
7475
5c5b8e23
GM
74762012-04-08 Glenn Morris <rgm@gnu.org>
7477
7478 * loadup.el: Load bindings before cus-start.
7479 This reduces somewhat the number of "rogue" settings in emacs -Q.
7480
a1ed8b05
GM
74812012-04-07 Glenn Morris <rgm@gnu.org>
7482
7483 * version.el (emacs-bzr-get-version): New function.
dfae128a 7484 (emacs-bzr-version): New variable.
a1ed8b05
GM
7485 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7486 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7487
b142f158
EZ
74882012-04-07 Eli Zaretskii <eliz@gnu.org>
7489
dfae128a
GM
7490 * international/uni-bidi.el, international/uni-category.el:
7491 * international/uni-combining.el, international/uni-decimal.el:
7492 * international/uni-decomposition.el, international/uni-digit.el:
7493 * international/uni-lowercase.el, international/uni-mirrored.el:
7494 * international/uni-name.el, international/uni-numeric.el:
7495 * international/uni-titlecase.el, international/uni-uppercase.el:
7496 Update for Unicode 6.1.
b142f158 7497
9078ead6
EZ
74982012-04-07 Eli Zaretskii <eliz@gnu.org>
7499
7500 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7501
f23d2c7d
LMI
75022012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7503
7504 * window.el (shrink-window): Mention the `window-min-height'
7505 variable in the doc string.
7506
0a0a3573
BG
75072012-04-05 Bastien Guerry <bzg@altern.org>
7508
7509 * color.el (color-lighten-name): Fix typo.
7510
e5248ac9
SM
75112012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * server.el (server--on-display-p): New function.
7514 (server--on-display-p): Use it.
7515
b4243e22
GV
75162012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7517
7518 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7519 (bug#11145).
7520
305d9f44
SM
75212012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * comint.el (comint--common-quoted-suffix): Check string boundary
7524 before comparing (bug#11158).
7525 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7526
3d439cd1
CY
75272012-04-04 Chong Yidong <cyd@gnu.org>
7528
321cc491
CY
7529 * minibuffer.el (completion-extra-properties): Doc fix.
7530
3d439cd1
CY
7531 * subr.el (delayed-warnings-hook): Doc fix.
7532
2d562c0f
DU
75332012-04-04 Daiki Ueno <ueno@unixuser.org>
7534
7535 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7536 selection (Bug#11159).
7537 (epa-insert-keys): Inform that the default public key will be
7538 exported if no key is selected.
7539
4443f204
RS
75402012-04-04 Richard Stallman <rms@gnu.org>
7541
7542 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7543
529c06b6
CY
75442012-04-03 Chong Yidong <cyd@gnu.org>
7545
7546 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7547 mail-insert-file, not its obsolete alias mail-attach-file.
7548
66b907dc
MA
75492012-04-03 Michael Albinus <michael.albinus@gmx.de>
7550
7551 * notifications.el (notifications-notify): Fix docstring.
7552
c0ea195d
GM
75532012-04-02 Glenn Morris <rgm@gnu.org>
7554
7555 * emacs-lisp/authors.el (authors-aliases): Another addition.
7556
5ca64e00
MA
75572012-04-02 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7560 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7561 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7562
42ee526b
CY
75632012-04-01 Chong Yidong <cyd@gnu.org>
7564
7565 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7566 Handle root directory properly.
7567 (copy-directory): Caller changed.
7568
7569 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7570 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7571
0b021094
GM
75722012-03-31 Glenn Morris <rgm@gnu.org>
7573
40f86458
GM
7574 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7575
7019c177
GM
7576 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7577
a1daddd6
GM
7578 * calendar/calendar.el (calendar-window-list)
7579 (calendar-hide-window): Restore. (Bug#11140)
7580 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7581
0b021094
GM
7582 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7583
40311efc
TV
75842012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7585
7586 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7587 Check if file is a symlink (Bug#10489).
7588
7589 * files.el (copy-directory): Likewise.
7590
5319014e
CY
75912012-03-30 Chong Yidong <cyd@gnu.org>
7592
7593 * image.el (imagemagick-types-inhibit)
7594 (imagemagick-register-types): Doc fix.
7595
935d1290
AM
75962012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7597
090bd7cb 7598 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 7599 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 7600 and treats ~word as ordinary words in pipe mode.
935d1290 7601
61c6e8fd
GM
76022012-03-30 Glenn Morris <rgm@gnu.org>
7603
7604 * tutorial.el (help-with-tutorial): Ensure local variables don't
7605 happen to make the buffer read-only. (Bug#11127)
7606
81fdff00
SM
76072012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7610 (perl-calculate-indent): Return `noindent' in strings.
7611
6e7a6ec0
SS
76122012-03-28 Sam Steingold <sds@gnu.org>
7613
7614 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7615 instead of the broken adhockery which does not prevent calendar
7616 buffers from being displayed at random after exit.
7617 (calendar-window-list, calendar-hide-window): Remove the broken
7618 adhockery.
7619
fee88ca0
GM
76202012-03-28 Glenn Morris <rgm@gnu.org>
7621
7622 * replace.el (query-replace-map): Doc fix.
7623
38de3354
AS
76242012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7625
7626 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7627 contents. (Bug#11109)
7628
b973155e
SM
76292012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7632 (bug#11077).
7633 (avl-tree--check, avl-tree--check-node): New funs.
7634
dcb6e7b3
MR
76352012-03-27 Martin Rudalics <rudalics@gmx.at>
7636
7637 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
7638 (switch-to-prev-buffer, switch-to-next-buffer):
7639 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
7640 showing a buffer already is done on the same frame.
7641
b4fa35fa
GM
76422012-03-27 Glenn Morris <rgm@gnu.org>
7643
7644 * startup.el (mail-host-address): Doc fix.
7645
f9210e18
SM
76462012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7649 than 197 variables.
7650
c0bf7753
AF
76512012-03-26 Ami Fischman <ami@fischman.org>
7652
7653 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7654
33da7b16
GM
76552012-03-26 Glenn Morris <rgm@gnu.org>
7656
02243d9d
GM
7657 * files.el (save-buffers-kill-emacs): Doc fix.
7658
33da7b16
GM
7659 * startup.el (normal-top-level, command-line, command-line-1):
7660 Give them doc strings.
7661
e5a69fd0
EZ
76622012-03-25 Eli Zaretskii <eliz@gnu.org>
7663
7664 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 7665 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 7666
9a69676a
CY
76672012-03-25 Chong Yidong <cyd@gnu.org>
7668
4125cb8b
CY
7669 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7670 theme if it was previously enabled before (Bug#11031).
7671
dd470960
CY
7672 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7673 spec with custom-face-get-current-spec if its :shown-value is not
7674 determined yet (Bug#9337).
4125cb8b 7675 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 7676
9a69676a
CY
7677 * button.el (button-at): Minor addition to docstring.
7678
6e7e90fa
SL
76792012-03-24 Simon Leinen <simon.leinen@gmail.com>
7680
7681 * vc/vc.el (vc-merge): Fix a prompt.
7682
f06e2758
CY
76832012-03-24 Chong Yidong <cyd@gnu.org>
7684
7685 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7686 point (Bug#9623).
7687
6e7e90fa
SL
7688 * button.el (button-at): Minor addition to docstring.
7689
b9d0879b
SM
76902012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * newcomment.el (comment-choose-indent): No space after BOL.
7693
e71cebb3
SS
76942012-03-22 Sam Steingold <sds@gnu.org>
7695
7696 * window.el (switch-to-prev-buffer): Revert last patch because the
7697 bug turned out to be an advertised feature (Elisp manual 28.14).
7698
335aff35
GM
76992012-03-22 Glenn Morris <rgm@gnu.org>
7700
7701 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7702 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7703
c676576a
LMI
77042012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7705
7706 * net/network-stream.el (network-stream-open-starttls): Make error
7707 message under Windows be less misleading.
7708
126f3d39
LW
77092012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7710
7711 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7712 understands (bug#9942).
7713
64fee311
CY
77142012-03-22 Chong Yidong <cyd@gnu.org>
7715
7716 * simple.el (end-of-visible-line): Handle return value of
7717 next-single-property-change properly (Bug#9371).
7718
a640d29a
KH
77192012-03-22 Kenichi Handa <handa@m17n.org>
7720
7721 * international/quail.el (quail-insert-kbd-layout): Fix previous
7722 change. To avoid unwanted bidi reordering, use
7723 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7724
39675016
DG
77252012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7726
7727 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7728 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7729 (ruby-beginning-of-indent): Be more careful with the difference
7730 between word-boundary and symbol boundary.
7731 (ruby-mode-syntax-table): Make : a symbol constituent.
7732
0a6934fc 77332012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 7734
3d008e4f
SM
7735 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7736
0a6934fc
SM
77372012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7738
af67c9d7
SM
7739 * progmodes/etags.el (tags-completion-at-point-function):
7740 Improve last fix.
7741
1acad97c
SM
7742 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7743
e298b5da
SS
77442012-03-21 Sam Steingold <sds@gnu.org>
7745
7746 * progmodes/etags.el (tags-completion-at-point-function):
7747 Avoid the error when point is inside the pattern.
7748
91d82a70
JY
77492012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7750
7751 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7752 line (Bug#10855).
7753
69188b79
CY
77542012-03-21 Drew Adams <drew.adams@oracle.com>
7755
7756 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7757
99fc91fe
AK
77582012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7759
7760 * ido.el (ido-set-current-directory, ido-read-internal)
7761 (ido-choose-completion-string, ido-completion-help): Handle nil
7762 value of ido-completion-buffer (Bug#11008).
7763
087bbb4c
SS
77642012-03-21 Sam Steingold <sds@gnu.org>
7765
7766 * window.el (switch-to-prev-buffer): Do not switch to a visible
7767 window previous buffer, just like with the frame previous buffers.
7768
fb5b8aca
CY
77692012-03-21 Chong Yidong <cyd@gnu.org>
7770
7771 * faces.el (make-face, make-empty-face, copy-face):
7772 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7773 Doc fixes.
7774
dc9924b8
SM
77752012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7778 (widget-complete): Remove broken use of it.
7779
f0bcceb9
CY
77802012-03-20 Chong Yidong <cyd@gnu.org>
7781
dc9924b8
SM
7782 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7783 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
7784 characters.
7785
ee52ebf3
TH
77862012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7787
7788 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7789 to draw rectangles, not squares. (Regression introduced by revno
7790 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7791
4c5779ab
CY
77922012-03-18 Chong Yidong <cyd@gnu.org>
7793
7794 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7795 it is not yet defined (for temacs).
7796
15360934
LL
77972012-03-18 Leo Liu <sdl.web@gmail.com>
7798
dc9924b8 7799 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 7800
d9a8eb66
EZ
78012012-03-17 Eli Zaretskii <eliz@gnu.org>
7802
7803 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7804 (ispell-choices-win-default-height, ispell-silently-savep)
7805 (ispell-dictionary-alist, ispell-encoding8-command)
7806 (ispell-check-version, ispell-aspell-find-dictionary)
7807 (ispell-valid-dictionary-list, ispell-words-keyword)
7808 (ispell-get-word, ispell-internal-change-dictionary)
7809 (ispell-region, ispell-skip-region-list)
7810 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7811 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7812 (ispell-message-text-end, ispell-message)
7813 (ispell-buffer-local-parsing): Doc fix.
7814
f02ff80d
J
78152012-03-13 Jambunathan K <kjambunathan@gmail.com>
7816
7817 * htmlfontify.el: Add support for code block fontification for ODT
7818 export (Bug #9914).
7819 (hfy-optimisations): Define new option
7820 `body-text-only'
7821 (hfy-fontify-buffer): Honor above setting.
7822 (hfy-begin-span, hfy-end-span): New routines factored out form
7823 `hfy-fontify-buffer'.
7824 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7825 that permit insertion of custom tags.
7826 (hfy-fontify-buffer): Use above handlers.
7827 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7828 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 7829 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 7830 over multiple runs. This is made possible by having the caller let
f02ff80d
J
7831 bind a special variable `hfy-user-sheet-assoc'.
7832 (htmlfontify-string): New defun.
7833 (hfy-compile-face-map): Make sure that the last char in the
7834 buffer is correctly fontified.
7835 (hfy-face-resolve-face): Whitespace only change.
7836
9ac7a13f
EZ
78372012-03-17 Eli Zaretskii <eliz@gnu.org>
7838
7839 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7840 message more clear.
7841
e2b5bdd7
LL
78422012-03-16 Leo Liu <sdl.web@gmail.com>
7843
7844 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7845
2e492df3
AM
78462012-03-16 Alan Mackenzie <acm@muc.de>
7847
7848 Further optimise the handling of large macros.
7849
7850 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7851 limit to a call of `c-literal-limits'.
7852 (c-determine-+ve-limit): New function.
dc9924b8
SM
7853 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7854 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
7855 In CASE 5B, restrict a search limit to 500.
7856 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7857
7858 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7859 Restrict macro bounds to +-500 from after-change's BEG END.
7860
50e94f0c
LL
78612012-03-16 Leo Liu <sdl.web@gmail.com>
7862
7863 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7864
6f09f6ed
AH
78652012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7866
7867 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 7868 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 7869
c7e73d51
GM
78702012-03-16 Glenn Morris <rgm@gnu.org>
7871
da986230
GM
7872 * view.el (view-buffer, view-buffer-other-window)
7873 (view-buffer-other-frame): Doc fixes re special mode-class.
7874
0835f01e
GM
7875 * subr.el (eval-after-load): If named feature is provided not from
7876 a file, run after-load forms. (Bug#10946)
7877
c7e73d51
GM
7878 * calendar/calendar.el (calendar-insert-at-column):
7879 Handle non-unit-width characters a bit better. (Bug#10978)
7880
3f2eafd1
CY
78812012-03-15 Chong Yidong <cyd@gnu.org>
7882
7883 * emacs-lisp/ring.el (ring-extend): New function.
7884 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7885
7886 * comint.el (comint-read-input-ring)
7887 (comint-add-to-input-history): Grow comint-input-ring lazily.
7888
103af3fe
SM
78892012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7890
663b1677
SM
7891 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7892 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7893
103af3fe
SM
7894 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7895 (imenu-add-to-menubar): Don't add a redundant index.
7896 (imenu-update-menubar): Handle a dynamically composed keymap.
7897
899cb7cb
KY
78982012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7899
7900 * mail/sendmail.el (mail-encode-header):
7901 Bind rfc2047-encode-encoded-words to nil.
7902
3809f91d
GM
79032012-03-13 Glenn Morris <rgm@gnu.org>
7904
7905 * calendar/calendar.el (calendar-string-spread):
7906 Handle non-unit-width characters a bit better. (Bug#10978)
7907
9e345a01
LL
79082012-03-13 Leo Liu <sdl.web@gmail.com>
7909
7910 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7911 directory and file as argument (Bug#10822).
7912
4a07df36
KS
79132012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7914
7915 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7916 For dynamically generated code, follow $PC.
7917 (gdb-disassembly-handler-custom): Handle no function name case.
7918
4aaa9356
TL
79192012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7920
7921 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7922 * emulation/ws-mode.el (ws-query-replace):
7923 * sort.el (sort-regexp-fields):
7924 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7925
225979da
SM
79262012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * dabbrev.el: Fix cycle completion order (bug#10963).
7929 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7930 (dabbrev-completion): Don't use an obarray; provide
7931 a cycle-sort-function.
7932
e2f1fdab
LL
79332012-03-12 Leo Liu <sdl.web@gmail.com>
7934
dc9924b8 7935 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
7936 (kill-do-not-save-duplicates): Doc fix.
7937
b19490ed
SM
79382012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * dabbrev.el: Fix cycle completion (bug#10963).
7941 Use lexical binding and wrap to 80 columns.
7942 (dabbrev-completion): Delay computing the list of completions.
7943
4b05d722
KH
79442012-03-12 Kenichi Handa <handa@m17n.org>
7945
7946 * international/quail.el (quail-insert-kbd-layout): Surround each
7947 row by LRO and PDF instead of inserting many LRMs. Pad the left
7948 and right of each non-spacing marks. Insert invisible space
7949 between lower and upper characters to prevent composition.
7950
dbbc2e69
SM
79512012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * minibuffer.el (minibuffer-complete): Don't get confused when the
7954 function is run twice via different commands (bug#10958).
7955 (complete-with-action): Fix docstring.
7956
292112ed
CY
79572012-03-12 Chong Yidong <cyd@gnu.org>
7958
5d1ac394
CY
7959 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7960 (nxml-completion-at-point-function): New function.
7961 (nxml-mode): Use it.
7962 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7963
292112ed
CY
7964 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7965 Load generated autoloads file before byte compiling (Bug#10970).
7966 (package--make-autoloads-and-compile): New helper fun.
7967
4098f8f7
CS
79682012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7969
7970 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7971
8f754691
MA
79722012-03-11 Michael Albinus <michael.albinus@gmx.de>
7973
7974 * autorevert.el (auto-revert-handler): Ensure, that
7975 file-readable-p is applied only for local files or in
7976 auto-revert-tail-mode.
7977
e29ab36b
AS
79782012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7979
dbbc2e69
SM
7980 * server.el (server-eval-at): Handle non-tcp connections.
7981 Decode result string.
ad0bf5b6 7982
e29ab36b
AS
7983 * server.el (server-msg-size): New constant.
7984 (server-reply-print): New function.
7985 (server-eval-and-print): Use it.
7986 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7987 Handle -print-nonl.
7988
de5939ba
CS
79892012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7990
7991 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7992 (Bug#10987).
7993
0c93eabf
CY
79942012-03-11 Chong Yidong <cyd@gnu.org>
7995
397a688f
CY
7996 * simple.el (goto-line): Doc fix (Bug#9938).
7997
2cc775f9
CY
7998 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7999
0c93eabf
CY
8000 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
8001 when finished (Bug#10963).
8002
c491fa41
MR
80032012-03-11 Martin Rudalics <rudalics@gmx.at>
8004
8005 * window.el (split-window-below): Fix bug in case where
8006 split-window-keep-point is nil (Bug#10971).
8007
300e8fa5
JL
80082012-03-11 Juri Linkov <juri@jurta.org>
8009
8010 * replace.el (replace-highlight): Set isearch-word to nil
8011 unconditionally. (Bug#10887)
8012
dbf6c5a1
EZ
80132012-03-10 Eli Zaretskii <eliz@gnu.org>
8014
8015 * net/mairix.el (mairix-replace-invalid-chars): Rename from
8016 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 8017 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
8018 (mairix-widget-create-query): Add usage information about mairix
8019 search forms: negating words, searching for substrings, etc.
8020
b9e501de
JP
80212012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
8022
8023 * international/fontset.el (font-encoding-alist): Add an entry for
8024 ksx1001 (Bug#5667).
8025
92795c91
RS
80262012-03-10 Richard Stallman <rms@gnu.org>
8027
1694e6c1
RS
8028 * mail/sendmail.el (mail-encode-header):
8029 Set rfc2047-encode-encoded-words.
8030
607e8555
RS
8031 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8032
de3bc99a
RS
8033 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8034 view buffer means not swapped.
8035 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8036 (rmail-write-region-annotate): Error if real text has disappeared.
8037
92795c91
RS
8038 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8039
699bd04e
CY
80402012-03-10 Chong Yidong <cyd@gnu.org>
8041
8042 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
8043 * emulation/cua-base.el (cua--init-keymaps):
8044 Add delete-forward-char to remappings (Bug#9666).
699bd04e 8045
570a1714
MR
80462012-03-10 Martin Rudalics <rudalics@gmx.at>
8047
dbbc2e69
SM
8048 * speedbar.el (speedbar-unhighlight-one-tag-line):
8049 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 8050
82dcf4e4
CY
80512012-03-10 Chong Yidong <cyd@gnu.org>
8052
7a2c7ca7
CY
8053 * minibuffer.el (completion-in-region, completion-help-at-point):
8054 Give the completion field overlay a high priority (Bug#6830).
8055
82dcf4e4
CY
8056 * dired.el (dired-goto-file): Recognize absolute file name
8057 listings (Bug#7126).
8058 (dired-goto-file-1): New helper function.
8059 (dired-toggle-read-only): Inhibit warnings.
8060
052e28ac
MA
80612012-03-09 Michael Albinus <michael.albinus@gmx.de>
8062
75f1671a 8063 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
8064 there are no properties.
8065
95d5e396
LL
80662012-03-09 Leo Liu <sdl.web@gmail.com>
8067
8068 * savehist.el (savehist-printable): Stricter check for string
8069 value (Bug#10937).
8070
3f018d6d
EZ
80712012-03-09 Eli Zaretskii <eliz@gnu.org>
8072
dbbc2e69
SM
8073 * mail/smtpmail.el (smtpmail-send-it):
8074 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
8075 valid mbox format.
8076
f7fd3d79
GM
80772012-03-09 Glenn Morris <rgm@gnu.org>
8078
8079 * files.el (dir-locals-find-file):
8080 Don't check result is regular, readable.
8081 (dir-locals-read-from-file): Demote errors.
8082
6ff6e72f
EZ
80832012-03-08 Eli Zaretskii <eliz@gnu.org>
8084
dbbc2e69
SM
8085 * international/quail.el (quail-insert-kbd-layout):
8086 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
8087 layout cell, to prevent their reordering by bidi display engine.
8088 For details, see the discussion in
8089 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8090
9cec7834
AM
80912012-03-08 Alan Mackenzie <acm@muc.de>
8092
8093 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8094 the starting position; make it extend the marked region when
8095 invoked repeatedly - all under appropriate circumstances.
8096 Fixes bugs #5525, #10906.
8097
9a40b8d4
GM
80982012-03-08 Glenn Morris <rgm@gnu.org>
8099
8100 * files.el (locate-dominating-file, dir-locals-find-file):
8101 Undo 2012-03-06 change.
8102
7a08ed35
EZ
81032012-03-07 Eli Zaretskii <eliz@gnu.org>
8104
dbbc2e69
SM
8105 * international/quail.el (quail-help):
8106 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
8107 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8108 for the reason.
8109
5aca4f71 81102012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
8111
8112 Avoid superfluous registering of signals. (Bug#10807)
8113
8114 * notifications.el (notifications-on-action-object)
8115 (notifications-on-close-object): New defvars.
8116 (notifications-on-action-signal, notifications-on-closed-signal):
8117 Unregister the signal if not needed any longer.
8118 (notifications-notify): Register `notifications-action-signal' or
8119 `notifications-closed-signal', if :on-action or :on-close has been
8120 passed as argument.
8121
78e8b10a
CY
81222012-03-07 Chong Yidong <cyd@gnu.org>
8123
8124 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8125 non-X platforms.
8126
69481eb8
GM
81272012-03-06 Glenn Morris <rgm@gnu.org>
8128
8129 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8130 (x-disown-selection-internal, x-get-selection-internal):
8131 Doc fix (add arglist signatures). (Bug#10783)
8132
133b8e11
KS
81332012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8134
8135 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8136 Handle breakpoints with no "type".
8137
99a83064
GM
81382012-03-06 Glenn Morris <rgm@gnu.org>
8139
8140 * files.el (locate-dominating-file): Add optional predicate argument.
8141 (dir-locals-find-file): Make use of above change.
8142
17798e78
TTN
81432012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
8144
8145 * info.el (Info-insert-dir): Also try "dir.gz".
8146
eb182446
GM
81472012-03-06 Glenn Morris <rgm@gnu.org>
8148
8f2114ee
GM
8149 * files.el (dir-locals-find-file):
8150 Ignore non-readable or non-regular files. (Bug#10928)
8151
eb182446
GM
8152 * files.el (locate-dominating-file): Doc fix.
8153
24679323
AS
81542012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
8155
8156 * calendar/calendar.el (calendar-set-mode-line):
8157 `getenv' returns a string. (Bug#10951)
8158
01d972a9
LL
81592012-03-05 Leo Liu <sdl.web@gmail.com>
8160
109aa8a9
LL
8161 * simple.el (backward-delete-char-untabify): Constrain point to
8162 field (Bug#10939).
8163
01d972a9
LL
8164 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8165
10607bea
CY
81662012-03-05 Chong Yidong <cyd@gnu.org>
8167
8168 * simple.el (count-words): If called from Lisp, return the word
8169 count, for symmetry with `count-lines'. Arglist changed.
8170 (count-words--message): Args changed. Consolidate counting code
8171 from count-words and count-words-region.
8172 (count-words-region): Caller changed.
8173 (count-lines-region): Make it an obsolete alias.
8174
5dd11cfe
TH
81752012-03-04 Tassilo Horn <tassilo@member.fsf.org>
8176
8177 * saveplace.el (save-place-to-alist)
8178 (save-place-ignore-files-regexp): Allow value nil to disable this
8179 feature.
8180
c349f4e6
CY
81812012-03-04 Chong Yidong <cyd@gnu.org>
8182
8183 * faces.el (face-spec-reset-face): For the default face, reset the
8184 attributes to default values (Bug#10748).
8185
e627be4c
LMI
81862012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8187
8188 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8189 previous patch: Check `message-send-mail-function', and not the
8190 default function (bug#10897).
8191
ebeabff4
MA
81922012-03-04 Michael Albinus <michael.albinus@gmx.de>
8193
a41a6cf4
MA
8194 * notifications.el (notifications-on-action-signal)
8195 (notifications-on-closed-signal): Check for unique service name of
8196 incoming event. Fix error in removing entry.
ebeabff4 8197 (top): Register for signals with wildcard service name.
a41a6cf4 8198 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 8199
c1ca42b4
CY
82002012-03-04 Chong Yidong <cyd@gnu.org>
8201
dc9924b8 8202 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 8203
ea16568d
GM
82042012-03-04 Glenn Morris <rgm@gnu.org>
8205
8206 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8207 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8208 (expand-abbrev, define-abbrev-table): Doc fixes.
8209
fbae4637
LMI
82102012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8211
8212 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8213 `message-default-send-mail-function' and not `send-mail-function'
8214 when doing the prompting for `sendmail-query-once' before sending
8215 in Message buffers (bug#10897).
8216
a1e7225c
LMI
8217 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8218 This is inconsistent with all the other stream functions, which leave
8219 the setting up to the higher levels (if so wanted) (bug#10931).
8220
56d093a9
AM
82212012-03-02 Alan Mackenzie <acm@muc.de>
8222
8223 Depessimize the handling of very large macros.
8224
8225 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8226 (c-macro-cache-syntactic): New variables to implement a one
8227 element macro cache.
8228 (c-invalidate-macro-cache): New function.
8229 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8230 Adapt to use the new cache.
8231 (c-state-safe-place): Use better the cache of safe positions.
8232 (c-state-semi-nonlit-pos-cache)
8233 (c-state-semi-nonlit-pos-cache-limit):
8234 New variables for...
8235 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8236 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
8237 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8238 Use c-state-semi-safe-place.
56d093a9 8239
dbbc2e69
SM
8240 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8241 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 8242
817e5c3d
MA
82432012-03-02 Michael Albinus <michael.albinus@gmx.de>
8244
dbbc2e69
SM
8245 * jka-compr.el (jka-compr-call-process):
8246 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
8247 not remote.
8248
a032a702
MA
82492012-03-01 Michael Albinus <michael.albinus@gmx.de>
8250
8251 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8252 access of FILE2, if FILE1 does not exist.
8253
99a54f21
MA
8254 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8255 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8256
8257 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8258 Add "PAGER=" to `process-environment'.
8259
f6561e1f
MM
82602012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8261
8262 * progmodes/sql.el: Bug fix
8263 (sql-get-login-ext): Save login values in globals.
8264 (sql-get-login): Use new version of `sql-get-login-ext'.
8265 (sql-interactive-mode): Set global `sql-connection' to nil.
8266 (sql-connect): Set global values for connection.
8267 (sql-product-interactive): Save global values as buffer local.
8268
2d44d9cc
LL
82692012-02-29 Leo Liu <sdl.web@gmail.com>
8270
8271 * abbrev.el (define-abbrevs): Reset sys to nil.
8272
96b49301 82732012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8274
bf7f9bc5
JB
8275 * files.el (file-equal-p): Rename from `files-equal-p'.
8276 Return nil when one or both files don't exist.
96b49301 8277 (file-subdir-of-p): Now only top directory must exists,
8278 return nil if it doesn't.
bf7f9bc5
JB
8279 (copy-directory): No need to test with `file-subdir-of-p' after
8280 creating dir.
8281 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8282 to `file-equal-p'.
96b49301 8283
44e97401
GM
82842012-02-28 Glenn Morris <rgm@gnu.org>
8285
8286 * shell.el (shell-mode):
8287 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8288 * play/landmark.el (landmark-font-lock-face-O):
8289 * play/handwrite.el (handwrite):
8290 * play/gomoku.el (gomoku-O):
8291 * net/browse-url.el (browse-url-browser-display):
8292 * international/mule.el (define-charset):
8293 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8294 * filesets.el (filesets-find-file-delay):
8295 * eshell/em-xtra.el (eshell-xtra):
8296 * eshell/em-unix.el (eshell-grep):
8297 * emulation/viper.el (viper-mode):
8298 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8299 * emacs-lisp/easymenu.el (easy-menu-define):
8300 * calendar/timeclock.el (timeclock-use-display-time):
8301 * bs.el (bs-mode):
8302 * bookmark.el (bookmark-save-flag):
8303 Doc fix (standardize possessive apostrophe usage).
8304
c98c6276
CY
83052012-02-27 Chong Yidong <cyd@gnu.org>
8306
bf7f9bc5
JB
8307 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8308 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 8309
c98c6276
CY
8310 * font-lock.el (font-lock-specified-p): Rename from
8311 font-lock-spec-present. Callers changed.
8312
9c62cd04 83132012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 8314
bf7f9bc5
JB
8315 * emacs-lisp/package.el (package-compute-transaction):
8316 Handle holding a package version to t in package-load-list.
8ac9e529 8317
530739c9
MA
83182012-02-26 Michael Albinus <michael.albinus@gmx.de>
8319
8320 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8321 (tramp-get-inode, tramp-get-device): Use cached values.
8322
487915d7
AM
83232012-02-26 Alan Mackenzie <acm@muc.de>
8324
8325 Check there is a font-lock specification before doing initial
8326 fontification.
8327
8328 * font-core.el (font-lock-mode): Move the conditional from
8329 :after-hook to font-lock-initial-fontify.
8330 (font-lock-default-function): Move the check for a specification
8331 to font-lock-spec-present.
8332
dc9924b8 8333 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
8334 (font-lock-spec-present): New function.
8335
4fd96557
JB
83362012-02-26 Jim Blandy <jimb@red-bean.com>
8337
8338 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8339 (gdb-send): Apply it to the operand of the '-interpreter-exec
8340 console' command, so that we can pass arguments with (say) quotes
8341 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8342
9a4888c0
CY
83432012-02-26 Chong Yidong <cyd@gnu.org>
8344
07498861
CY
8345 * help-fns.el (describe-function-1): Clarify description of
8346 remapping (Bug#10844).
8347
9a4888c0
CY
8348 * files.el (files-equal-p): Doc fix.
8349 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8350 and quit the loop once a mismatch is found.
8351
ea8fb88d
JB
83522012-02-25 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * bs.el (bs--show-with-configuration): Don't throw an error
8355 if the window cannot be split; otherwise, subsequent calls to
8356 bs-show fail, restoring a stale window config. (Bug#10882)
8357
525795c1
JD
83582012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8359
8360 * term/ns-win.el (global-map): Bind ns-drag-file to
8361 ns-find-file (Bug#5855, Bug#10050).
8362
f008086f
AS
83632012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8364
8365 * calendar/parse-time.el (parse-time-string): Allow extractor to
8366 return nil.
8367
a3fcfa99
MA
83682012-02-25 Michael Albinus <michael.albinus@gmx.de>
8369
91027d08
JB
8370 * net/tramp.el (tramp-file-name-for-operation):
8371 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
8372
8373 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
8374 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8375 Add COPY-CONTENTS argument.
a3fcfa99 8376
67b0de11
CY
83772012-02-25 Chong Yidong <cyd@gnu.org>
8378
8379 Add custom groups for VC backends, for consistency with vc-bzr.
8380
8381 * vc/vc-arch.el (vc-arch):
8382 * vc/vc-cvs.el (vc-cvs):
8383 * vc/vc-git.el (vc-git):
8384 * vc/vc-hg.el (vc-hg):
8385 * vc/vc-mtn.el (vc-mtn):
8386 * vc/vc-rcs.el (vc-rcs):
8387 * vc/vc-sccs.el (vc-sccs):
8388 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8389 All relevant defcustoms reassigned.
8390
3c9dfce6
CY
83912012-02-25 Chong Yidong <cyd@gnu.org>
8392
1339bf43
CY
8393 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8394
3c9dfce6
CY
8395 * term/x-win.el (x-initialize-window-system): Reduce default for
8396 x-selection-timeout to 5 seconds (Bug#8869).
8397
25b2e303 83982012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8399
ec70a47d
GM
8400 * files.el (files-equal-p, file-subdir-of-p): New functions.
8401 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 8402 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
8403 * dired-aux.el (dired-copy-file-recursive): Same.
8404 (dired-create-files): Modify destination when source is equal to
8405 dest when copying files.
53a46cd0 8406 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 8407
914260cd
MA
84082012-02-24 Michael Albinus <michael.albinus@gmx.de>
8409
8410 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8411 (Bug#10874)
8412
2cb228f7
AM
84132012-02-23 Alan Mackenzie <acm@muc.de>
8414
8415 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8416 parameter "after-hook:" to allow the expansion to run code after
8417 the execution of the mode hooks.
8418
8419 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 8420 from font-lock-mode-internal.
2cb228f7 8421
91027d08 8422 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
8423 :after-hook.
8424
8f0fde21
SM
84252012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8426
3e88618b
SM
8427 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8428 (completion--cache-all-sorted-completions): New function.
8429 (completion-all-sorted-completions): Use it.
8430 (completion--do-completion, minibuffer-force-complete):
8431 Use it to re-instate the flush hook.
8432
8f0fde21
SM
8433 * icomplete.el (icomplete-completions): Replace last fix with a better
8434 one (bug#10850).
8435
8e911f6f
DG
84362012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8437
8438 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8439 when it might call us back infinitely (bug#10797).
8440
49fe4321
GM
84412012-02-23 Glenn Morris <rgm@gnu.org>
8442
8443 * minibuffer.el (completion-category-overrides): Doc fix.
8444
b291b572
SM
84452012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8448 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8449
31a9ef2e
GM
84502012-02-23 Glenn Morris <rgm@gnu.org>
8451
5e6e6794 8452 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
8453 (authors-obsolete-files-regexps, authors-ignored-files)
8454 (authors-ambiguous-files, authors-renamed-files-alist):
8455 Add more entries.
8456
0bd1e074
JL
84572012-02-23 Juri Linkov <juri@jurta.org>
8458
8459 * isearch.el (isearch-occur): Sync interactive spec with occur's
8460 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8461
b617673c
JL
8462 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8463
19e9789e
JL
84642012-02-22 Juri Linkov <juri@jurta.org>
8465
8466 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8467 (ucs-insert): Doc fix. Check for hex digits in the string.
8468 Don't display `nil' in the error message. (Bug#10857)
8469
f41ce09d
AM
84702012-02-22 Alan Mackenzie <acm@muc.de>
8471
7a71b18d 8472 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 8473
ac2eceee
GM
84742012-02-22 Glenn Morris <rgm@gnu.org>
8475
8476 * ffap.el (ffap-c-path):
8477 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8478
abd1f678
CY
84792012-02-22 Chong Yidong <cyd@gnu.org>
8480
8481 * custom.el (load-theme): Doc fix.
8482
f25aef2e
GM
84832012-02-22 Glenn Morris <rgm@gnu.org>
8484
8485 * dired-x.el (dired-guess-shell-alist-default):
8486 Remove escape sequences from nroff output. (Bug#172)
8487
5f8dc2ca
GM
84882012-02-21 Glenn Morris <rgm@gnu.org>
8489
6ff86ec4
GM
8490 * vc/emerge.el (emerge-defvar-local):
8491 Set `permanent-local' property rather than unused `preserved'.
8492
be3223a3 8493 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
8494 (picture-mode-map): Use it. (Bug#10860)
8495 (picture-mode): Doc fix.
8496
3fe58f4f
JB
84972012-02-21 Juanma Barranquero <lekktu@gmail.com>
8498
8499 * newcomment.el (uncomment-region-default): Remove unused binding.
8500
f9a998c3
GM
85012012-02-21 Glenn Morris <rgm@gnu.org>
8502
8503 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8504 (picture-self-insert, picture-tab-chars): Doc fix.
8505 (picture-mode-map): Fix C-a, C-e.
8506
c6029348
GM
85072012-02-20 Glenn Morris <rgm@gnu.org>
8508
8509 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8510
ab1ce9d7
LL
85112012-02-20 Leo Liu <sdl.web@gmail.com>
8512
8513 * icomplete.el (icomplete-completions): Check FROM arg before
8514 passing to substring (Bug#10850).
8515
0fd40f89
CY
85162012-02-19 Chong Yidong <cyd@gnu.org>
8517
8518 * comint.el: Require ansi-color.
8519 (comint-output-filter-functions): Add ansi-color-process-output.
8520
8521 * ansi-color.el: Don't set comint-output-filter-functions; it is
8522 now in the initial value defined in comint.el.
8523 (ansi-color-apply-face-function): New variable.
8524 (ansi-color-apply-on-region): Use it.
8525 (ansi-color-apply-overlay-face): New function.
8526
8527 * shell.el (shell): No need to require ansi-color.
8528 (shell-mode): Use ansi-color-apply-face-function to highlight
8529 color escapes using font-lock-face property (Bug#10835).
8530
20af2394
CY
85312012-02-19 Chong Yidong <cyd@gnu.org>
8532
8533 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8534 mode-line formats (Bug#10839).
8535
e23a3fbe
GM
85362012-02-18 Glenn Morris <rgm@gnu.org>
8537
b474519e
GM
8538 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8539
8540 * mail/undigest.el (unforward-rmail-message): Doc fix.
8541
e23a3fbe
GM
8542 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8543
57939ff4
EZ
85442012-02-18 Eli Zaretskii <eliz@gnu.org>
8545
8546 * international/characters.el (script-list): Sync with the latest
8547 Unicode Character Database.
8548
0c23686e
AS
85492012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8550
8551 * international/titdic-cnv.el: Remove duplicate coding tag.
8552 * language/cham.el: Likewise.
8553 * language/tai-viet.el: Likewise.
8554
6818b449
GM
85552012-02-18 Glenn Morris <rgm@gnu.org>
8556
8557 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8558 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8559 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8560 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8561 * calendar/holidays.el (holiday-bahai-holidays)
8562 (calendar-holidays, list-holidays):
8563 Use utf-8 Bahá'í in doc-strings, menus, etc.
8564
0311a3fc
TH
85652012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8566
8567 * saveplace.el (save-place-ignore-files-regexp): New variable
8568 allowing for excluding files from saving their location of point.
8569 The default value matches the temporary commit message editing
8570 files from Git, SVN, Bazaar, and Mercurial.
8571 (save-place-to-alist): Use it.
8572
d209e2fb 85732012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 8574 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
8575
8576 * newcomment.el (uncomment-region-default): Don't leave extra space
8577 when an arg is provided (bug#8150).
8578
ee0ce425
TZ
85792012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8580
eb864a71 8581 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 8582
95ddf442
GM
85832012-02-17 Glenn Morris <rgm@gnu.org>
8584
8585 * net/socks.el: Require network-stream. (Bug#10599)
8586
48dd1e39 85872012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
8588
8589 * international/charprop.el:
8590 * international/uni-name.el:
8591 * international/uni-old-name.el:
8592 * international/uni-comment.el: Regenerate.
8593
d68cd087
GM
85942012-02-16 Glenn Morris <rgm@gnu.org>
8595
8596 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8597 Interactively in calendar buffer, give an error if not on a date.
8598
13932042
GM
85992012-02-15 Glenn Morris <rgm@gnu.org>
8600
8601 * shell.el (shell-delimiter-argument-list):
8602 Revert 2011-02-17 change. (Bug#8027)
8603
c3a70e2b
CY
86042012-02-15 Chong Yidong <cyd@gnu.org>
8605
60236b0d
CY
8606 * minibuffer.el (completion-at-point-functions): Doc fix.
8607
c3a70e2b
CY
8608 * custom.el (defcustom): Doc fix; note use of defvar.
8609
9f26dc24
GM
86102012-02-15 Glenn Morris <rgm@gnu.org>
8611
8612 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8613 Doc fixes.
8614
6546b134
GM
86152012-02-14 Glenn Morris <rgm@gnu.org>
8616
8617 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8618
d29b2b4c
LI
86192012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8620
8621 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8622 way the ports list is computed.
835bdcba
LI
8623 (smtpmail-query-smtp-server): Prompt the user for a port number if
8624 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 8625
08dcdbc9
TZ
86262012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8627
8628 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8629
2605051a
GM
86302012-02-13 Glenn Morris <rgm@gnu.org>
8631
8632 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8633
7ee99f32
TZ
86342012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8635
8636 * net/gnutls.el (gnutls-trustfiles): New variable.
8637 (gnutls-negotiate): Use it.
8638
5f0af64f
LI
86392012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8640
8641 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8642 does its stuff if Gnus is running.
8643
c14fcc95
AM
86442012-02-13 Alan Mackenzie <acm@muc.de>
8645
8646 Fix a loop in c-set-fl-decl-start.
8647
7a71b18d 8648 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
8649 c-backward-syntactic-ws actually moves backwards.
8650
142b4d90
LL
86512012-02-13 Leo Liu <sdl.web@gmail.com>
8652
8653 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8654 beginning so that all \C-o chars are removed.
8655
fa9958a6
TZ
86562012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8657
dc9924b8 8658 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 8659
0bc5886a
AM
86602012-02-12 Alan Mackenzie <acm@muc.de>
8661
8662 Fix infinite loop with long macros.
4d6769e1 8663 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 8664
d4bd55e7
CY
86652012-02-12 Chong Yidong <cyd@gnu.org>
8666
8667 * window.el (display-buffer): Doc fix (Bug#10785).
8668
66f3fe22
GM
86692012-02-12 Glenn Morris <rgm@gnu.org>
8670
bd7da63e
GM
8671 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8672 (x-disown-selection-internal, x-get-selection-internal):
8673 Sync docs with the xselect.c versions.
8674
66f3fe22
GM
8675 * allout-widgets.el: Add missing license notice.
8676
3e0d2fa7
GM
86772012-02-11 Glenn Morris <rgm@gnu.org>
8678
cfecdf09
GM
8679 * select.el (x-get-selection-internal, x-own-selection-internal)
8680 (x-disown-selection-internal):
8681 * x-dnd.el (x-get-selection-internal): Update declarations.
8682
6d216d7f
GM
8683 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8684
2bed3f04
GM
8685 * window.el (window-sides-slots):
8686 * tool-bar.el (tool-bar-position):
8687 * term/xterm.el (xterm-extra-capabilities):
8688 * ses.el (ses-self-reference-early-detection):
8689 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8690 (verilog-auto-wire-type)
8691 (verilog-auto-delete-trailing-whitespace)
8692 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8693 (verilog-auto-tieoff-declaration):
8694 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8695 (sql-oracle-statement-starters, sql-oracle-scan-on):
8696 * progmodes/prolog.el (prolog-align-comments-flag)
8697 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8698 (prolog-left-indent-regexp, prolog-paren-indent-p)
8699 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8700 (prolog-types, prolog-mode-specificators)
8701 (prolog-determinism-specificators, prolog-directives)
8702 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8703 (prolog-electric-dot-flag)
8704 (prolog-electric-dot-full-predicate-template)
8705 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8706 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8707 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8708 (prolog-program-switches, prolog-prompt-regexp)
8709 (prolog-debug-on-string, prolog-debug-off-string)
8710 (prolog-trace-on-string, prolog-trace-off-string)
8711 (prolog-zip-on-string, prolog-zip-off-string)
8712 (prolog-use-standard-consult-compile-method-flag)
8713 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8714 (prolog-imenu-max-lines, prolog-info-predicate-index)
8715 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8716 (prolog-char-quote-workaround):
8717 * progmodes/cc-vars.el (c-defun-tactic):
8718 * net/tramp.el (tramp-encoding-command-interactive)
8719 (tramp-local-end-of-line):
8720 * net/soap-client.el (soap-client):
8721 * net/netrc.el (netrc-file):
8722 * net/gnutls.el (gnutls):
8723 * minibuffer.el (completion-category-overrides)
8724 (completion-cycle-threshold)
8725 (completion-pcm-complete-word-inserts-delimiters):
8726 * man.el (Man-name-local-regexp):
8727 * mail/feedmail.el (feedmail-display-full-frame):
8728 * international/characters.el (glyphless-char-display-control):
8729 * eshell/em-ls.el (eshell-ls-date-format):
8730 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8731 (lisp-lambda-list-keyword-parameter-indentation)
8732 (lisp-lambda-list-keyword-parameter-alignment):
8733 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8734 * dired-x.el (dired-omit-verbose):
8735 * cus-theme.el (custom-theme-allow-multiple-selections):
8736 * calc/calc.el (calc-highlight-selections-with-faces)
8737 (calc-lu-field-reference, calc-lu-power-reference)
8738 (calc-note-threshold):
8739 * battery.el (battery-mode-line-limit):
8740 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8741 (archive-7z-update):
8742 * allout.el (allout-prefixed-keybindings)
8743 (allout-unprefixed-keybindings)
8744 (allout-inhibit-auto-fill-on-headline)
8745 (allout-flattened-numbering-abbreviation):
8746 * allout-widgets.el (allout-widgets-auto-activation)
8747 (allout-widgets-icons-dark-subdir)
8748 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8749 (allout-widgets-theme-dark-background)
8750 (allout-widgets-theme-light-background)
8751 (allout-widgets-item-image-properties-emacs)
8752 (allout-widgets-item-image-properties-xemacs)
8753 (allout-widgets-run-unit-tests-on-load)
8754 (allout-widgets-time-decoration-activity)
8755 (allout-widgets-hook-error-post-time)
8756 (allout-widgets-track-decoration):
8757 Add missing :version tags to new defcustoms and defgroups.
8758
5fec1b8e
GM
8759 * progmodes/sql.el (sql-ansi-statement-starters)
8760 (sql-oracle-statement-starters): Add custom type.
8761
3e0d2fa7
GM
8762 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8763 (prolog-system-version): Give it a type.
8764
90b671e2
EZ
87652012-02-11 Eli Zaretskii <eliz@gnu.org>
8766
8767 * term/pc-win.el (x-select-text, x-selection-owner-p)
8768 (x-own-selection-internal, x-disown-selection-internal)
8769 (x-get-selection-internal): Sync doc strings and argument lists
8770 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8771
5eac0c02
LL
87722012-02-11 Leo Liu <sdl.web@gmail.com>
8773
8774 * progmodes/python.el (python-end-of-statement): Fix infinite
8775 loop. (Bug#10788)
8776
f82cb659
GM
87772012-02-10 Glenn Morris <rgm@gnu.org>
8778
8779 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8780 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8781
cc26d239
LI
87822012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8783
8784 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8785 about SMTP before checking the From header.
8786
91027d08 8787 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
8788 into own function for reuse by emacsbug.el.
8789
1be3ca5a
LL
87902012-02-10 Leo Liu <sdl.web@gmail.com>
8791
8792 * subr.el (condition-case-unless-debug): Rename from
8793 condition-case-no-debug. All callers changed.
8794 (with-demoted-errors): Fix caller.
8795
8796 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8797 * nxml/rng-valid.el (rng-do-some-validation):
8798 * emacs-lisp/package.el (package-refresh-contents)
8799 (package-menu-execute):
8800 * desktop.el (desktop-create-buffer):
91027d08 8801 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 8802
b011fbfe
GM
88032012-02-10 Glenn Morris <rgm@gnu.org>
8804
b2096d72
GM
8805 * textmodes/bibtex.el:
8806 Add missing :version tags for new/changed defcustoms.
8807
b011fbfe
GM
8808 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8809
4c7e65bf
LI
88102012-02-09 Lars Ingebrigtsen <larsi@rusty>
8811
8812 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8813 (smtpmail-via-smtp): Use it, or fall back on the From address.
8814 (smtpmail-send-it): Ditto.
8815
f3934f6f
SM
88162012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8819 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8820 (byte-compile-tmp-var): New const.
8821 (byte-compile-defvar): Use it to minimize .elc size.
8822 Just use `defvar' rather than simulate it (bug#10761).
8823
a075a2c5
GM
88242012-02-09 Glenn Morris <rgm@gnu.org>
8825
cf3aa21b
GM
8826 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8827
354998cd
GM
8828 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8829 Add :version tags.
8830
dc9924b8
SM
8831 * progmodes/compile.el (compilation-error-screen-columns)
8832 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 8833
dab3703d
GM
8834 * vc/log-view.el (log-view-toggle-entry-display):
8835 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8836
3f88cd72
GM
8837 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8838 (report-emacs-bug-can-use-xdg-email):
8839 (report-emacs-bug-insert-to-mailer): Doc fixes.
8840 (report-emacs-bug): Message fix.
8841
d95b247d
GM
8842 * net/browse-url.el (browse-url-can-use-xdg-open)
8843 (browse-url-xdg-open): Doc fixes.
8844
a075a2c5
GM
8845 * electric.el (electric-indent-mode, electric-pair-mode)
8846 (electric-layout-rules, electric-layout-mode): Doc fixes.
8847 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8848
ffb6157e
MR
88492012-02-08 Martin Rudalics <rudalics@gmx.at>
8850
8851 * server.el (server-unselect-display): Don't inadvertently kill
8852 the current buffer. (Bug#10729)
8853
e1ac4066
GM
88542012-02-08 Glenn Morris <rgm@gnu.org>
8855
34e8a2da
GM
8856 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8857 (sql-list-table): Doc fixes.
8858
b4ac6e8c
GM
8859 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8860 Comment out (does nothing).
8861
e1ac4066
GM
8862 * completion.el (dynamic-completion-mode):
8863 * dirtrack.el (dirtrack-debug-mode):
8864 * electric.el (electric-layout-mode):
8865 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8866 * face-remap.el (text-scale-mode, buffer-face-mode):
8867 * iimage.el (iimage-mode):
8868 * image-mode.el (image-transform-mode):
8869 * minibuffer.el (completion-in-region-mode):
8870 * scroll-lock.el (scroll-lock-mode):
8871 * simple.el (next-error-follow-minor-mode):
8872 * tar-mode.el (tar-subfile-mode):
8873 * tooltip.el (tooltip-mode):
8874 * vcursor.el (vcursor-use-vcursor-map):
8875 * wid-browse.el (widget-minor-mode):
8876 * emulation/tpu-edt.el (tpu-edt-mode):
8877 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8878 * international/iso-ascii.el (iso-ascii-mode):
8879 * language/thai-util.el (thai-word-mode):
8880 * mail/supercite.el (sc-minor-mode):
8881 * net/goto-addr.el (goto-address-mode):
8882 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8883 * progmodes/cwarn.el (cwarn-mode):
8884 * progmodes/flymake.el (flymake-mode):
8885 * progmodes/glasses.el (glasses-mode):
8886 * progmodes/hideshow.el (hs-minor-mode):
8887 * progmodes/pascal.el (pascal-outline-mode):
8888 * textmodes/enriched.el (enriched-mode):
8889 * vc/smerge-mode.el (smerge-mode):
8890 Doc fixes (minor mode argument).
8891
5e0d957f
EZ
88922012-02-07 Eli Zaretskii <eliz@gnu.org>
8893
8894 * ls-lisp.el (ls-lisp-sanitize): New function.
8895 (ls-lisp-insert-directory): Use it to fix or remove any elements
8896 in file-alist with missing attributes. (Bug#4673)
8897
98d7371e
AM
88982012-02-07 Alan Mackenzie <acm@muc.de>
8899
8900 Fix spurious recognition of c-in-knr-argdecl.
8901
8902 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8903 putative K&R region.
8904
667ced3a
AM
89052012-02-07 Alan Mackenzie <acm@muc.de>
8906
eb864a71
LM
8907 * progmodes/cc-engine.el (c-forward-objc-directive):
8908 Prevent looping in "#pragma mark @implementation".
667ced3a 8909
5b77774d
MA
89102012-02-07 Michael Albinus <michael.albinus@gmx.de>
8911
8912 * notifications.el (notifications-on-closed-signal): Make `reason'
8913 optional. (Bug#10744)
8914
af008560
GM
89152012-02-07 Glenn Morris <rgm@gnu.org>
8916
60d47423
GM
8917 * emacs-lisp/easy-mmode.el (define-minor-mode):
8918 Doc fixes for the macro and the mode it defines.
8919
dd605cc4
GM
8920 * image.el (imagemagick-types-inhibit): Doc fix.
8921
af008560
GM
8922 * cus-start.el (imagemagick-render-type): Add it.
8923
5cc59a37
LI
89242012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8925
4d6769e1
JB
8926 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8927 Set the default at load time, too, so that `font-lock-fontify-buffer'
8928 can be called without setting up the entire mode first. This fixes
8929 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 8930
9a6dd747
CY
89312012-02-06 Chong Yidong <cyd@gnu.org>
8932
2d16b285
CY
8933 * simple.el (list-processes--refresh): Delete exited processes
8934 (Bug#8094).
8935
171e9b6e
CY
8936 * comint.el (comint-next-prompt): next-single-char-property-change
8937 and prev-single-char-property-change never return nil (Bug#8657).
8938
9a6dd747
CY
8939 * custom.el (defcustom): Doc fix (Bug#9711).
8940
aa4589a7
CY
89412012-02-05 Chong Yidong <cyd@gnu.org>
8942
5c2a252f
CY
8943 * cus-edit.el (custom-variable-reset-backup): Quote the value
8944 before storing it in the customized-value property (Bug#6712).
4aab9006 8945 (custom-display): Add a customization type tag.
983b9602 8946 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 8947
aa4589a7
CY
8948 * wid-edit.el (widget-field-value-get): New optional arg to
8949 suppress trailing whitespace truncation.
8950 (character): Use it (Bug#2689).
8951
1ff980ae
AS
89522012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8953
8954 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8955 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8956
03988c98
CY
89572012-02-05 Chong Yidong <cyd@gnu.org>
8958
eeb6cc88
CY
8959 * cus-edit.el (custom-variable-value-create): For mismatched
8960 types, show the current value (Bug#7600).
8961
03988c98
CY
8962 * custom.el (defcustom): Doc fix.
8963
f8cdeef0
GM
89642012-02-05 Glenn Morris <rgm@gnu.org>
8965
8966 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8967
0696d255
JB
89682012-02-05 Juanma Barranquero <lekktu@gmail.com>
8969
8970 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8971 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8972 (pp-last-sexp): Use `looking-at-p'.
8973
34c99998
GM
89742012-02-04 Glenn Morris <rgm@gnu.org>
8975
8f05da42
GM
8976 * files.el (revert-buffer):
8977 Doc fix (mention revert-buffer-in-progress-p).
8978
f160676e
GM
8979 * emacs-lisp/ert-x.el (ert-simulate-command):
8980 Check deferred-action-list (which is obsolete) is bound.
8981
c7291ad9
GM
8982 * subr.el (with-wrapper-hook): Doc fixes.
8983
34c99998
GM
8984 * simple.el (filter-buffer-substring-functions)
8985 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8986
6283a7d3
LL
89872012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8988
8989 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8990 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8991
e96e3013
LL
89922012-02-04 Leo Liu <sdl.web@gmail.com>
8993
8994 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8995
8ded50f2
GM
89962012-02-04 Glenn Morris <rgm@gnu.org>
8997
82ff1d13
GM
8998 * image.el (image-extension-data): Add obsolete alias.
8999
987a0a16
GM
9000 * isearch.el (isearch-update): Doc fix.
9001
ea32ef46
GM
9002 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
9003
8ded50f2
GM
9004 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
9005
eea14f31
GM
90062012-02-03 Glenn Morris <rgm@gnu.org>
9007
9008 * image.el (image-animated-p): Doc fix. Use image-animated-types.
9009 (image-animate-timeout): Doc fix.
9010
9011 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
9012
12f381b7
GM
90132012-02-02 Glenn Morris <rgm@gnu.org>
9014
953cebf5
GM
9015 * server.el (server-auth-dir): Doc fix.
9016 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
9017
12f381b7
GM
9018 * subr.el (run-mode-hooks): Doc fix.
9019
953a8c3b
JL
90202012-02-02 Juri Linkov <juri@jurta.org>
9021
9022 * image-mode.el (image-toggle-display-image): Remove tautological
9023 `major-mode' from the `derived-mode-p' test.
9024
c5d3843c
KH
90252012-02-02 Kenichi Handa <handa@m17n.org>
9026
9f6e692e 9027 * composite.el (compose-region): Cancel previous change.
c5d3843c 9028
159462d4 90292012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
9030
9031 * composite.el (compose-region, compose-string): Signal error for
9032 a null string component (Bug#6988).
9033
9f562668
CY
90342012-02-01 Chong Yidong <cyd@gnu.org>
9035
e2cef717
CY
9036 * view.el (view-buffer-other-window, view-buffer-other-frame):
9037 Handle special modes like view-buffer (Bug#10650).
9038 (view-buffer): Simplify.
9039
9f562668
CY
9040 * frame.el (set-frame-font): Tweak meaning of third argument.
9041
9f6e692e
JB
9042 * dynamic-setting.el (font-setting-change-default-font):
9043 Use set-frame-font (Bug#9982).
9f562668 9044
781acb9f
GM
90452012-02-01 Glenn Morris <rgm@gnu.org>
9046
6035be52
GM
9047 * progmodes/compile.el (compilation-internal-error-properties):
9048 Respect compilation-first-column in the "*compilation*" buffer.
9049
781acb9f
GM
9050 * emacs-lisp/easy-mmode.el (define-minor-mode):
9051 Relax :variable's test for a named function.
9052
abbceb00
AM
90532012-01-31 Alan Mackenzie <acm@muc.de>
9054
9055 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9056 off by one error.
9057
fce3fdeb
CY
90582012-01-31 Chong Yidong <cyd@gnu.org>
9059
9060 * frame.el (set-frame-font): New arg ALL-FRAMES.
9061
9062 * menu-bar.el (menu-set-font): Use set-frame-font.
9063
9064 * faces.el (face-spec-reset-face): Don't apply unspecified
9065 attribute values to the default face.
9066
47893581
JB
90672012-01-31 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * progmodes/cwarn.el (cwarn): Remove dead link.
9070 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9071 Remove * from defcustom docstrings.
9072 (turn-on-cwarn-mode): Make obsolete.
9073 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9074 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9075
e58e988a
GM
90762012-01-31 Glenn Morris <rgm@gnu.org>
9077
60dc2671 9078 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 9079 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 9080 Allow named functions to be used as the cdr of :variable.
e58e988a 9081
7a3f511d
GM
90822012-01-30 Glenn Morris <rgm@gnu.org>
9083
9084 * emacs-lisp/authors.el (authors-fixed-entries):
9085 Remove reference to deleted file rnewspost.el.
9086
cb882333
JB
90872012-01-29 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * window.el (window-with-parameter): Remove unused variable `windows'.
9090 (window--side-check): Remove unused variable `code'.
9091 (window--resize-siblings): Remove unused variable `first'.
9092 (adjust-window-trailing-edge): Remove unused variable `failed'.
9093 (window-deletable-p, window--delete): Remove unused variable `buffer'.
9094 Use `let', not `let*'.
9095 (balance-windows-2): Remove unused variable `found'.
9096 (window--state-put-2): Remove unused variable `splits'.
9097 (window-state-put): Remove unused variable `selected'.
9098 (same-window-p): Use `string-match-p'.
9099 (display-buffer-assq-regexp): Remove unused variable `value'.
9100 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9101 Mark argument ALIST as ignored.
9102 (pop-to-buffer): Remove unused variable `old-window'.
9103
907201af
EZ
91042012-01-29 Eli Zaretskii <eliz@gnu.org>
9105
9106 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9107 and .lzma compressed files.
9108
ea162670
CY
91092012-01-29 Chong Yidong <cyd@gnu.org>
9110
5b95ee8a
CY
9111 * frame.el (window-system-default-frame-alist): Doc fix.
9112
ea162670
CY
9113 * dynamic-setting.el (font-setting-change-default-font): Don't
9114 change the default face if SET-FONT argument is non-nil (Bug#9982).
9115
d6e6f4b1
SB
91162012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9117
9118 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9119
0f29fa41 91202012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
9121
9122 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9123 breakpoints in files outside current directory (Bug#6098).
9124
db174434
CY
91252012-01-29 Chong Yidong <cyd@gnu.org>
9126
6b25e4e2
SE
9127 * progmodes/python.el: Require ansi-color at top-level.
9128
6df6ae42
JB
9129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9130 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
9131 (lisp-mode-abbrev-table): Add doc.
9132 (lisp-mode-variables): Don't set local-abbrev-table.
9133 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9134
e70ee681
RW
91352012-01-28 Roland Winkler <winkler@gnu.org>
9136
9137 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9138
ace88aa2
RW
91392012-01-28 Roland Winkler <winkler@gnu.org>
9140
9141 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9142 (bibtex-set-dialect): Use it. Either set global values of
9143 dialect-dependent variables or bind these variables buffer-locally
9144 (Bug#10254).
9145 (bibtex-mode): Call bibtex-set-dialect via
9146 hack-local-variables-hook.
eb864a71
LM
9147 (bibtex-dialect): Update docstring.
9148 Add safe-local-variable predicate.
ace88aa2
RW
9149 (bibtex-entry-alist, bibtex-field-alist): Initialize via
9150 bibtex-set-dialect.
9151 (bibtex-mode-map): Define menu for each dialect.
9152 (bibtex-entry): Fix docstring.
9153
93376c5b
CY
91542012-01-28 Chong Yidong <cyd@gnu.org>
9155
9156 * eshell/esh-arg.el (eshell-quote-argument): New function.
9157
9158 * eshell/esh-ext.el (eshell-invoke-batch-file):
9159 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9160 first arg to eshell-parse-command (Bug#10523).
9161
4372494f
DA
91622012-01-28 Drew Adams <drew.adams@oracle.com>
9163
9164 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9165 `default-directory' is non-nil.
9166
4d4ec1f8
EZ
91672012-01-28 Eli Zaretskii <eliz@gnu.org>
9168
9169 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9170 line that displays system-configuration-options. (Bug#9924)
9171
7c188927
DA
91722012-01-28 Drew Adams <drew.adams@oracle.com>
9173
9174 * descr-text.el (describe-char): Show information about POS, in
9175 addition to information about the character at POS. Improve and
9176 update the doc string. Change "code point" to "code point in
9177 charset", to avoid confusion with the character's Unicode code
9178 point shown above that. (Bug#10129)
9179
e0da685a
EZ
91802012-01-28 Eli Zaretskii <eliz@gnu.org>
9181
9182 * descr-text.el (describe-char): Show the raw character, not only
9183 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
9184 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9185 for the reasons.
9186
70550acf
PH
91872012-01-28 Phil Hagelberg <phil@hagelb.org>
9188
eb864a71
LM
9189 * emacs-lisp/package.el (package-install):
9190 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 9191
0ce8e868
CY
91922012-01-28 Chong Yidong <cyd@gnu.org>
9193
cb882333
JB
9194 * emacs-lisp/package.el (package-maybe-load-descriptor):
9195 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
9196 (package-maybe-load-descriptor): Use it.
9197 (package-download-transaction): Fully load required packages
9198 inside the loop, so that `require' calls work (Bug#10593).
9199 (package-install): No need to call package-initialize now.
9200
2e7f3bea
CY
92012012-01-28 Chong Yidong <cyd@gnu.org>
9202
6e9bad14
CY
9203 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9204
f823b8ca
CY
9205 * tooltip.el (tooltip-mode): Doc fix.
9206 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9207
2680c309
CY
9208 * frame.el (set-cursor-color): Doc fix (Bug#352).
9209
d7a9e63b
CY
9210 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9211 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9212
2e7f3bea
CY
9213 * cus-edit.el (custom-buffer-create-internal): Fix search button
9214 action (Bug#10542).
2ae01800 9215 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 9216
fc4f7a23
EW
92172012-01-27 Eduard Wiebe <usenet@pusto.de>
9218
9219 * dired.el (dired-mark-files-regexp):
9220 Include any subdirectory components. (Bug#10445)
9221
7dd37071
ML
92222012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9223
9224 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9225 Handle [host]:port syntax. (Bug#10533)
9226
a268160b
AH
92272012-01-27 Alex Harsanyi <harsanyi@mac.com>
9228
9229 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9230
e43273ef
GM
92312012-01-26 Glenn Morris <rgm@gnu.org>
9232
9233 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9234 * term.el (term-raw-escape-map): Use Control-X-prefix.
9235 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9236
1edf595d
MR
92372012-01-25 Martin Rudalics <rudalics@gmx.at>
9238
9239 * window.el (window-state-get, window--state-get-1): Don't deal
9240 with fixed-sizeness of windows. Simplify code.
9241
fa8eafef
JC
92422012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9243
6df6ae42
JB
9244 * window.el (window--state-get-1, window--state-put-2):
9245 Don't save and restore the mark.
fa8eafef 9246
0b21c100
CY
92472012-01-25 Chong Yidong <cyd@gnu.org>
9248
9249 * custom.el (custom-variable-p): Doc fix.
9250
5ae1a6c8
GM
92512012-01-25 Glenn Morris <rgm@gnu.org>
9252
40047858
GM
9253 * dired.el (dired-goto-file): Handle some of the more common
9254 characters that `ls -b' escapes. (Bug#10596)
9255
5ddce96c
GM
9256 * progmodes/compile.el (compilation-next-error-function):
9257 Respect compilation-first-column in the "*compilation*" buffer.
9258 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9259
5ae1a6c8
GM
9260 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9261
b559f1a9
GM
92622012-01-24 Glenn Morris <rgm@gnu.org>
9263
9264 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9265
6725d21a
JD
92662012-01-24 Julien Danjou <julien@danjou.info>
9267
9268 * color.el (color-rgb-to-hsl): Fix value computing.
9269 (color-hue-to-rgb): New function.
9270 (color-hsl-to-rgb): New function.
9271 (color-clamp, color-saturate-hsl, color-saturate-name)
9272 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9273 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9274
70df4bbe
GM
92752012-01-24 Glenn Morris <rgm@gnu.org>
9276
9277 * vc/vc-rcs.el (vc-rcs-create-tag):
9278 * vc/vc-sccs.el (vc-sccs-create-tag):
9279 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9280
802a2ae2
ML
92812012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9282
9283 * eshell/esh-util.el (eshell-read-hosts-file):
9284 Skip comment lines. (Bug#10549)
9285
d7128bb1
ML
9286 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9287
d1a5c3b4
JB
92882012-01-23 Juanma Barranquero <lekktu@gmail.com>
9289
2724d9c7
JB
9290 * subr.el (display-delayed-warnings): Doc fix.
9291 (collapse-delayed-warnings): New function to collapse identical
9292 adjacent warnings.
9293 (delayed-warnings-hook): Add it.
d1a5c3b4 9294
a5509865
MA
92952012-01-22 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9298
a5509865
MA
9299 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9300 (tramp-default-user-alist): Don't add "pscp".
9301 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9302 property "login-as", if set. (Bug#10530)
9303
cc6d5805
MA
93042012-01-21 Michael Albinus <michael.albinus@gmx.de>
9305
9306 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9307 "plink1" and "psftp". (Bug#10530)
9308
93092012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
9310
9311 * international/mule-cmds.el (prefer-coding-system): Show a
9312 warning message if the default value of file-name-coding-system
9313 was not changed.
9314
f0960428
JC
93152012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9316
cb882333
JB
9317 * windmove.el (windmove-reference-loc):
9318 Fix windmove-reference-loc miscalculation.
f0960428 9319
dd6f2a63
JB
93202012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9321
9322 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9323 default unit.
9324
7b447e9b
GM
93252012-01-21 Glenn Morris <rgm@gnu.org>
9326
117a9ea1
GM
9327 * international/mule.el (auto-coding-alist): Add .tbz.
9328
7b447e9b
GM
9329 * files.el (local-enable-local-variables): Doc fix.
9330 (inhibit-local-variables-regexps): Rename from
9331 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9332 Doc fix. Add some extensions from auto-coding-alist.
9333 (inhibit-local-variables-suffixes):
9334 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9335 (inhibit-local-variables-p):
9336 New function, extracted from set-auto-mode-1.
9337 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9338 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9339 (hack-local-variables): Doc fix. Make the mode-only case
9340 respect enable-local-variables and friends.
9341 Respect inhibit-local-variables-regexps for file-locals, but
9342 not for directory-locals.
9343 (set-visited-file-name):
9344 Take account of inhibit-local-variables-regexps.
9345 Whether it applies may change as the file name is changed.
9346 * jka-cmpr-hook.el (jka-compr-install):
9347 * jka-compr.el (jka-compr-uninstall):
9348 Update for inhibit-first-line-modes-suffixes name change.
9349
dd6e3cdd
MR
93502012-01-20 Martin Rudalics <rudalics@gmx.at>
9351
9352 * help-macro.el (make-help-screen): Temporarily restore original
9353 binding for minor-mode-map-alist (Bug#10454).
9354
0d0deb38
JD
93552012-01-19 Julien Danjou <julien@danjou.info>
9356
9357 * color.el (color-name-to-rgb): Use the white color to find the max
9358 color component value and return correctly computed values.
9359 (color-name-to-rgb): Add missing float conversion for max value.
9360
34a02f46
MR
93612012-01-19 Martin Rudalics <rudalics@gmx.at>
9362
9363 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
9364 special state value for window-persistent-parameters.
9365 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
9366 (window--state-put-2): Reset all window parameters to nil before
9367 assigning values of persistent parameters.
9368
606c44c4
AM
93692012-01-18 Alan Mackenzie <acm@muc.de>
9370
9371 Eliminate sluggishness and hangs in fontification of "semicolon
9372 deserts".
9373
cb882333
JB
9374 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9375 Change value 10000 -> 3000.
606c44c4
AM
9376 (c-state-safe-place): Reformulate so it doesn't stack up an
9377 infinite number of wrong entries in c-state-nonlit-pos-cache.
9378 (c-determine-limit-get-base, c-determine-limit): New functions to
9379 determine backward search limits disregarding literals.
9380 (c-find-decl-spots): Amend commenting.
9381 (c-cheap-inside-bracelist-p): New function which detects "={".
9382
9383 * progmodes/cc-fonts.el
9384 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9385 backward search.
9386 (c-font-lock-declarations): Fix an occurrence of point being
9387 undefined. Check additionally for point being in a bracelist or
9388 near a macro invocation without a semicolon so as to avoid a
9389 fruitless time consuming search for a declarator. Give a more
9390 precise search limit for declarators using the new
9391 c-determine-limit.
9392
f3860cea
GM
93932012-01-18 Glenn Morris <rgm@gnu.org>
9394
9395 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9396 (set-auto-mode): Doc fixes.
9397
1db03b16
GM
93982012-01-17 Glenn Morris <rgm@gnu.org>
9399
0e6038be
GM
9400 * isearch.el (search-nonincremental-instead): Fix doc typo.
9401
1db03b16
GM
9402 * dired.el (dired-insert-directory): Handle newlines in directory name.
9403 (dired-build-subdir-alist): Unescape newlines in directory name.
9404
4cb0aa75
MA
94052012-01-17 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9408 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9409 (tramp-action-terminal): Use it. (Bug#10530)
9410
1d00653d
SM
94112012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9414
6a6ee00d
MR
94152012-01-16 Martin Rudalics <rudalics@gmx.at>
9416
9417 * window.el (window-state-ignored-parameters): Remove variable.
9418 (window--state-get-1): Rename argument MARKERS to IGNORE.
9419 Handle persistent window parameters. Make copy of clone-of
9420 parameter only if requested. (Bug#10348)
9421 (window--state-put-2): Install a window parameter only if it has
9422 a non-nil value or an existing parameter shall be overwritten.
9423
97912def
MA
94242012-01-15 Michael Albinus <michael.albinus@gmx.de>
9425
9426 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9427
688070a5
EZ
94282012-01-14 Eli Zaretskii <eliz@gnu.org>
9429
9430 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9431 don't pass the (nil) value of `upnode' to string-match.
9432
301afadc
CY
94332012-01-14 Chong Yidong <cyd@gnu.org>
9434
9435 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 9436 Fix values recognized by the cursorBlink resource.
301afadc 9437
9e5788aa
PE
94382012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9439
9440 * epg.el (epg--make-temp-file): Avoid permission race condition
9441 when running on old Emacs versions (bug#10403).
9442
3cdb7f5a
GM
94432012-01-14 Glenn Morris <rgm@gnu.org>
9444
9445 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9446
8c82b1b4
AM
94472012-01-13 Alan Mackenzie <acm@muc.de>
9448
9449 Fix filling for when filladapt mode is enabled.
9450
9451 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9452 c-mask-paragraph, pass in `fill-paragraph' rather than
9453 `fill-region-as-paragraph'. (This is a reversion of a previous
9454 change.)
eb864a71
LM
9455 * progmodes/cc-mode.el (c-basic-common-init):
9456 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 9457
e517eda4
GM
94582012-01-13 Glenn Morris <rgm@gnu.org>
9459
1498536e
GM
9460 * dired.el (dired-switches-escape-p): New function.
9461 (dired-insert-directory): Use dired-switches-escape-p.
9462 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9463
e517eda4
GM
9464 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9465
328f984d
GM
94662012-01-12 Glenn Morris <rgm@gnu.org>
9467
9468 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9469 changes in adaptive-fill-regexp. (Bug#10276)
9470
2cc769a8
AM
94712012-01-11 Alan Mackenzie <acm@muc.de>
9472
9473 Fix Emacs bug #10463 - put `widen's around the critical spots.
9474
1d00653d 9475 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
9476 widen around each invocation of c-state-pp-to-literal. Remove an
9477 unused let variable.
9478
e52c37fa
GM
94792012-01-11 Glenn Morris <rgm@gnu.org>
9480
9481 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 9482 Doc fix.
e52c37fa 9483
96f8741e
CY
94842012-01-10 Chong Yidong <cyd@gnu.org>
9485
1d00653d
SM
9486 * net/network-stream.el (network-stream-open-starttls):
9487 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
9488 response to the capability command.
9489
b09a806e
GM
94902012-01-10 Glenn Morris <rgm@gnu.org>
9491
9492 * mail/unrmail.el (unrmail): Tweak previous change.
9493
7655cb66
CY
94942012-01-09 Chong Yidong <cyd@gnu.org>
9495
9496 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9497
9d5a8f0b
AM
94982012-01-08 Alan Mackenzie <acm@muc.de>
9499
9500 Optimise font locking in long enum definitions.
9501
9502 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9503 arm to a cond form to handle enums.
9504 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9505 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9506
9a0115ab 95072012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
9508
9509 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 9510 (Bug#10401)
6bb72cbd 9511
f186bb95
LMI
95122012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9513
29232a68
LMI
9514 * faces.el (set-face-attribute): Clarify the meaning of the nil
9515 frame (bug#10294).
9516
4e5d086d
LMI
9517 * subr.el (with-selected-frame): Mention that the selected frame
9518 is restored (bug#9980).
9519
8e66aebe
LMI
9520 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9521 (bug#9759).
9522
cd394be1 9523 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
9524 (password-read): Don't autoload unused function.
9525
adf4e762
JB
95262012-01-07 Juanma Barranquero <lekktu@gmail.com>
9527
9528 * progmodes/which-func.el (which-func-mode): Turn into a
9529 non-interactive function and mark as obsolete (bug#10428).
9530
89bd9ccd
CY
95312012-01-06 Chong Yidong <cyd@gnu.org>
9532
9533 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9534 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9535 functions, along with 1 and -1.
9536
4afee9d5
EZ
95372012-01-06 Eli Zaretskii <eliz@gnu.org>
9538
9539 * time.el (display-time-load-average)
9540 (display-time-default-load-average): Doc fixes. See the thread
9541 starting at
9542 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9543 for the details.
9544
536aea70
GM
95452012-01-06 Glenn Morris <rgm@gnu.org>
9546
665ae865
GM
9547 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9548 has no messages. (Bug#10377)
9549
c869783d
GM
9550 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9551 than Info-edit. (Bug#10385)
9552
2bb4227e
GM
9553 * time.el (display-time-load-average, display-time-next-load-average):
9554 Doc fixes.
9555
7d5944b9
GM
9556 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9557 local setting of buffer-read-only to the input buffer. (Bug#10419)
9558
536aea70
GM
9559 * calendar/calendar.el (calendar-mode):
9560 Locally set scroll-margin to 0. (Bug#10379)
9561
7dccca16
UM
95622012-01-06 Ulrich Mueller <ulm@gentoo.org>
9563
9564 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9565
afbb7930
GM
95662012-01-05 Glenn Morris <rgm@gnu.org>
9567
9568 * eshell/em-unix.el (diff-no-select): Autoload it.
9569 (eshell/diff): Use diff-no-select. (Bug#10420)
9570
04482335
CY
95712012-01-05 Chong Yidong <cyd@gnu.org>
9572
7baca3bc
CY
9573 * shell.el (shell-dynamic-complete-functions): Revert last change.
9574 (shell-command-completion-function): New function.
9575 (shell-completion-vars): Use it to implement
9576 shell-completion-execonly (Bug#10417).
9577
04482335
CY
9578 * custom.el (enable-theme): Don't set custom-safe-themes.
9579
1d00653d
SM
9580 * cus-theme.el (custom-theme-merge-theme):
9581 Ignore custom-enabled-themes and custom-safe-themes.
04482335 9582
bb5aa5d6
MM
95832012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9584
9585 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9586 first prompt in `sql-interacive-mode'.
9587 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 9588 keywords.
6df6ae42 9589 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
9590 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9591 context of original buffer. Invoke `sql-login-hook'.
9592
a7183d7c
EZ
95932012-01-04 Eli Zaretskii <eliz@gnu.org>
9594
9595 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9596 letters in cite-prefix.
9597
a1eacd1e
LMI
95982012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9599
9600 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9601
787cdb34
CY
96022012-01-03 Chong Yidong <cyd@gnu.org>
9603
1d00653d
SM
9604 * shell.el (shell-dynamic-complete-functions):
9605 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
9606 comint-filename-completion first (Bug#10417).
9607
30710442
RS
96082012-01-02 Richard Stallman <rms@gnu.org>
9609
9610 * battery.el (battery-status-function):
9611 Detect when to use battery-yeeloong-sysfs.
9612 (battery-echo-area-format): Add string for Yeeloong.
9613 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9614 (battery-yeeloong-sysfs): New function.
9615
f75bfc33
CY
96162012-01-02 Chong Yidong <cyd@gnu.org>
9617
9618 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9619 (dirtrack): Merge code for handling relative filenames in prompt
9620 from shell-dir-cookie-watcher.
9621 (dirtrack-debug-message): New arg to avoid excess format calls.
9622
9623 * shell.el (shell-dir-cookie-re): Variable deleted.
9624 (shell-dir-cookie-watcher): Function deleted.
9625 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9626 with dirtrack-mode.
9627
651e947e
EZ
96282012-01-01 Eli Zaretskii <eliz@gnu.org>
9629
1d00653d
SM
9630 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9631 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
9632 libgnutls-26.dll.
9633
94d4c7dc
AS
96342011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9635
9636 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9637
8d43f3cd
EZ
96382011-12-31 Eli Zaretskii <eliz@gnu.org>
9639
9640 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9641 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9642
98c8795a
MA
96432011-12-29 Michael Albinus <michael.albinus@gmx.de>
9644
9645 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9646 also for alternative shells.
9647 (tramp-open-connection-setup-interactive-shell): Check, whether
9648 the shell is a busybox.
9649 (tramp-send-command): Don't suppress multiple prompts for
9650 busyboxes, it hurts.
9651
51281b32
CY
96522011-12-28 Chong Yidong <cyd@gnu.org>
9653
9654 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9655 (gdb-get-source-file): Move mode line update to
9656 gdb-get-source-file (Bug#10087).
9657
2170cb53
CY
96582011-12-25 Chong Yidong <cyd@gnu.org>
9659
9660 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9661 gud-gdb-marker-filter without taking it as an argument.
9662 (gud-gdb-run-command-fetch-lines): Caller changed.
9663 (gud-gdb-completion-function): New variable.
9664 (gud-gdb-completion-at-point): Use it.
9665 (gud-gdb-completions-1): Split from gud-gdb-completions.
9666
9667 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9668 function as separate arguments.
9669 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9670 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9671 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9672 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9673 (gdb-stopped, def-gdb-auto-update-trigger)
9674 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
9675 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9676 Callers changed.
2170cb53
CY
9677 (gud-gdbmi-completions): New function.
9678 (gdb): Use it for generating the completion table.
9679
be8b11bb
AM
96802011-12-24 Alan Mackenzie <acm@muc.de>
9681
9682 Introduce a mechanism to widen the region used in context font
1d00653d 9683 locking. Use this to protect declarations from losing their contexts.
be8b11bb 9684
1d00653d
SM
9685 * progmodes/cc-langs.el (c-before-font-lock-functions):
9686 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 9687 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
9688 functions to be run just before context (etc.) font locking.
9689
9690 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 9691 New, functionality extracted from
be8b11bb 9692 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 9693 (c-in-after-change-fontification): New variable.
be8b11bb
AM
9694 (c-after-change): Set c-in-after-change-fontification.
9695 (c-set-fl-decl-start): Rejig its interface, so it can be called
9696 from both after-change and context fontifying.
b81d40f0
JB
9697 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9698 New functions.
9699 (c-standard-font-lock-fontify-region-function): New variable.
9700 (c-font-lock-fontify-region): New function.
be8b11bb 9701
341cf6ac
JL
97022011-12-24 Juri Linkov <juri@jurta.org>
9703
9704 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9705 (Bug#10348)
9706
bffcee0a
MA
97072011-12-23 Michael Albinus <michael.albinus@gmx.de>
9708
9709 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9710 existence of source file. (Bug#10325)
9711
cb5e207c
AM
97122011-12-23 Alan Mackenzie <acm@muc.de>
9713
9714 Fix unstable fontification inside templates.
9715
b81d40f0
JB
9716 * progmodes/cc-langs.el (c-before-font-lock-functions):
9717 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
9718 additionally has c-set-fl-decl-start. The other languages (apart
9719 from AWK) have that as a single entry.
9720
b81d40f0
JB
9721 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9722 The functionality for "local" declarations has been extracted to
cb5e207c
AM
9723 c-set-fl-decl-start.
9724
b81d40f0
JB
9725 * progmodes/cc-mode.el (c-common-init, c-after-change):
9726 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
9727 (c-set-fl-decl-start): New function, extracted from
9728 c-font-lock-enclosing-decls and enhanced.
9729
60ff536c
JB
97302011-12-23 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9733
1c4757d6
JL
97342011-12-22 Juri Linkov <juri@jurta.org>
9735
9736 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9737
d031f2c7
CY
97382011-12-22 Chong Yidong <cyd@gnu.org>
9739
9740 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9741
bace743a
DA
97422011-12-21 Drew Adams <drew.adams@oracle.com>
9743
9744 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9745
728a1f2b
JC
97462011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9747
9748 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9749
0d373f73
TZ
97502011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9751
fec0aaa4
TZ
9752 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9753 highlighting and support. Fix up comments for capitalization.
9754 (cfengine-mode-debug): New var.
9755 (cfengine3-mode): Change the modeline indicator to "CFE3".
9756 (cfengine3-font-lock-keywords): Improve defun highlighting.
9757 (cfengine2-actions): Rename from `cfengine-actions'.
9758 (cfengine2-font-lock-keywords): Rename from
9759 `cfengine-font-lock-keywords'.
9760 (cfengine2-imenu-expression): Rename from
9761 `cfengine-imenu-expression'.
9762 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9763 (cfengine2-beginning-of-defun): Rename from
9764 `cfengine-beginning-of-defun'.
9765 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9766 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9767 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9768 modeline indicator to "CFE2".
9769 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9770 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 9771
bc86f573
CY
97722011-12-21 Chong Yidong <cyd@gnu.org>
9773
9774 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9775 filename argument.
9776
d45ba96b
MR
97772011-12-20 Martin Rudalics <rudalics@gmx.at>
9778
9779 * window.el (window-normalize-buffer-to-display): Remove.
9780 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9781
a6198c90
CY
97822011-12-19 Chong Yidong <cyd@gnu.org>
9783
9784 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9785 Don't signal an error in a predicate function; return non-nil.
9786 (vc-dir-mark-file): Move the error here.
9787 (vc-dir-mark-unmark): If acting on the region, keep going if one
9788 of the entries cannot be marked/unmarked.
9789 (vc-dir-mark-all-files): If current entry is a directory, mark
9790 only child files, as documented.
9791
34c5fb55
VB
97922011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9793
9794 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9795 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9796 addition.
9797
c803b2b7
JD
97982011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9799
9800 * term/ns-win.el (ns-get-selection-internal)
9801 (ns-store-selection-internal): Declare.
1154d12e
JB
9802 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9803 Declare as obsolete.
9804 (ns-get-pasteboard, ns-paste-secondary):
9805 Use ns-get-selection-internal.
41e9b956 9806 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 9807 Use ns-store-selection-internal.
c803b2b7 9808
9cff91f8 98092011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
9810
9811 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 9812 (vc-deduce-fileset): Doc fix.
99a289d9 9813
f16c898a
AS
98142011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9815
9816 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9817
763237c4
SS
98182011-12-13 Sam Steingold <sds@gnu.org>
9819
9820 * man.el (Man-getpage-in-background): When running under a
9821 window-system, ignore $MANWIDTH and $COLUMNS.
9822
5fc1c122
KH
98232011-12-15 Kenichi Handa <handa@m17n.org>
9824
9825 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9826 (setup-ethiopic-environment-internal): Comment out key-binding for
9827 ethio-toggle-punctuation.
9828
13d49cbb
AM
98292011-12-13 Alan Mackenzie <acm@muc.de>
9830
898169a2
AM
9831 Add the switch statement to AWK Mode.
9832
7a71b18d 9833 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
9834 "default" to the keywords regexp.
9835
7a71b18d 9836 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 9837 expression as the rest.
1d00653d
SM
9838 (c-nonlabel-token-key): Allow string literals for AWK.
9839 Refactor for the other modes.
898169a2 9840
13d49cbb 9841 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 9842 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
9843 routines. Limit backward searching in c-font-lock-enclosing.decl.
9844
9845 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9846 pp-state and literal type in addition to the limits.
1d00653d 9847 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 9848 (c-state-literal-at): Use the above new defun.
1d00653d
SM
9849 (c-slow-in-literal, c-fast-in-literal): Remove.
9850 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
9851
9852 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9853 being in a literal. Add a limit for backward searching.
9854
9855 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9856 c-slow-in-literal.
9857
15e0efc7
SM
98582011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9861
454592a6
MR
98622011-12-13 Martin Rudalics <rudalics@gmx.at>
9863
9864 * window.el (delete-other-windows): Use correct frame in call to
9865 window-with-parameter.
9866
87393f26
DP
98672011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9868
9869 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9870 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9871 (makefile-gmake-statements, makefile-makepp-statements):
9872 Use it and add new makepp keywords.
9873 (makefile-makepp-font-lock-keywords): Add new patterns.
9874 (makefile-match-function-end): Match new [...] and [[...]].
9875
11636b22
JB
98762011-12-11 Juanma Barranquero <lekktu@gmail.com>
9877
9878 * ses.el (ses-call-printer-return, ses-cell-property-get)
9879 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9880 (ses-create-cell-variable, ses-reset-header-string)
9881 (ses-cell-set-formula, ses-repair-cell-reference-all)
9882 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9883 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9884 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9885 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9886 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9887 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9888 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9889 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9890 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9891 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9892 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9893 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9894
cf018193
VB
98952011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9896
9897 * ses.el: The overall change is to add cell renaming, that is
9898 setting fancy names for cell symbols other than name matching
9899 "\\`[A-Z]+[0-9]+\\'" regexp .
9900 (ses-create-cell-variable): New defun.
9901 (ses-relocate-formula): Relocate formulas only for cells the
9902 symbols of which are not renamed, i.e. symbols whose names do not
9903 match regexp "\\`[A-Z]+[0-9]+\\'".
9904 (ses-relocate-all): Relocate values only for cells the symbols of
9905 which are not renamed.
9906 (ses-load): Create cells variables as the (ses-cell ...) are read,
9907 in order to check row col consistency with cell symbol name only
9908 for cells that are not renamed.
9909 (ses-replace-name-in-formula): New defun.
9910 (ses-rename-cell): New defun.
9911
ee957461
CY
99122011-12-11 Chong Yidong <cyd@gnu.org>
9913
9914 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9915 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9916
9a9e9ef0
MR
99172011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9918
9919 * window.el (other-window): Fix docstring.
9920
92a8eba5
EZ
99212011-12-10 Eli Zaretskii <eliz@gnu.org>
9922
9923 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
9924 `from' or `to' address before taking its substring.
9925 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
9926 encoded name is chopped in the middle of the encoded string, and
9927 thus displayed encoded.
9928
e152e577
JB
99292011-12-10 Juanma Barranquero <lekktu@gmail.com>
9930
9931 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9932
e5d84bfe
EZ
99332011-12-10 Eli Zaretskii <eliz@gnu.org>
9934
9935 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9936 to use texinfo-update-node and commands that call it if the
9937 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 9938 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
9939 (texinfo-all-menus-update, texinfo-master-menu)
9940 (texinfo-update-node, texinfo-every-node-update)
9941 (texinfo-multiple-files-update): Doc fix. Warn against updating
9942 all the @node lines.
9943 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
9944 argument is numeric. Explain better in the doc string what the
9945 function really does.
9946 (texinfo-insert-master-menu-list): Improve the error message
9947 displayed if there's no menu in the Top node.
9948 (Bug#2975) See also this thread:
e5d84bfe
EZ
9949 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9950
1d84e9bb
MG
99512011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9952
9953 * speedbar.el (speedbar-supported-extension-expressions):
9954 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9955
382c953b
JB
99562011-12-09 Juanma Barranquero <lekktu@gmail.com>
9957
9958 * printing.el (pr-mode-alist):
9959 * simple.el (filter-buffer-substring-functions)
9960 (completion-list-insert-choice-function):
9961 * window.el (window-with-parameter, window-atom-root)
9962 (window-sides-slots, window-size-fixed, window-min-delta)
9963 (window-max-delta, window--resize-mini-window)
9964 (window--resize-child-windows-normal, window-tree)
9965 (delete-other-windows, quit-window, split-window)
9966 (display-buffer-record-window, special-display-buffer-names)
9967 (special-display-regexps, special-display-popup-frame)
9968 (same-window-p, split-window-sensibly)
9969 (display-buffer-overriding-action, display-buffer-alist)
9970 (display-buffer-base-action, display-buffer, switch-to-buffer)
9971 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9972 (fit-window-to-buffer, recenter-positions)
9973 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9974 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9975 and remove unneeded backslashes in docstrings.
9976
39c9faef
SM
99772011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9978
98449af8
SM
9979 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9980
39c9faef
SM
9981 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9982 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9983 end in ".mk".
9984 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9985 when reading the makefile (bug#10116).
9986
86ed9fdc
SM
99872011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9990 (bug#10116).
9991
5580f89d
GM
99922011-12-06 Glenn Morris <rgm@gnu.org>
9993
9994 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9995
28d3917c
CY
99962011-12-06 Chong Yidong <cyd@gnu.org>
9997
9998 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9999
a98edce9
JB
100002011-12-06 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * textmodes/table.el (table-shorten-cell): Fix typo.
10003
e65adfac
CG
100042011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
10005
10006 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
10007
71cc0b74
EZ
100082011-12-05 Eli Zaretskii <eliz@gnu.org>
10009
10010 * descr-text.el (describe-char): Fix display of strong
10011 right-to-left characters and directional embeddings and overrides.
10012
10013 * simple.el (what-cursor-position): Fix display of codepoints of
10014 strong right-to-left characters.
10015
315bc30d
CY
100162011-12-05 Chong Yidong <cyd@gnu.org>
10017
10018 * faces.el (read-color): Doc fix.
10019
58a70b94
GM
100202011-12-05 Glenn Morris <rgm@gnu.org>
10021
10022 * align.el (align--set-marker): Add doc-string.
10023 Don't try to move something that is not a marker. (Bug#10216)
10024
5158face
GM
100252011-12-04 Glenn Morris <rgm@gnu.org>
10026
10027 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10028 overly zealous deletion of trailing whitespace.
10029
520fca41
JB
100302011-12-04 Juanma Barranquero <lekktu@gmail.com>
10031
10032 * server.el (server-delete-client): On Windows, do not try to delete
10033 the only terminal.
10034 (server-process-filter): On Windows, treat requests for a tty frame as
10035 if they were for a GUI frame if the running server is in GUI mode.
10036
5e605a2e
GM
100372011-12-03 Glenn Morris <rgm@gnu.org>
10038
10039 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
10040
5c3fe83f
SM
100412011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10042
6f5e57e7
SM
10043 * electric.el: Streamline electric-indent's hook.
10044 (electric-indent-chars): Revert to simple list.
10045 (electric-indent-functions): New var.
10046 (electric-indent-post-self-insert-function): Use it.
10047
5c3fe83f
SM
10048 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10049 there's no inferior buffer (bug#10196).
10050 (prolog-consult-compile): Don't use toggle-read-only.
10051
6bdac736
MA
100522011-12-02 Michael Albinus <michael.albinus@gmx.de>
10053
10054 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10055 interrupt. (Bug#10187)
10056
6131ba7f
SM
100572011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10058
99c79fee
SM
10059 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10060 (bug#9160).
10061
6131ba7f
SM
10062 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10063 (bug#10191).
10064
cb0a02ea
JL
100652011-12-02 Juri Linkov <juri@jurta.org>
10066
10067 * info.el (Info-search): Display "end of manual" when Isearch
10068 reaches the end of single-file Info manual. (Bug#9918)
10069
66e0570c
EZ
100702011-12-02 Eli Zaretskii <eliz@gnu.org>
10071
10072 * isearch.el (isearch-message-prefix): Run the input method part
10073 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
10074
02b16839
JL
100752011-12-02 Juri Linkov <juri@jurta.org>
10076
10077 * isearch.el (isearch-occur): Use `word-search-regexp' for
10078 `isearch-word'.
10079 (isearch-search-and-update): Add condition for `isearch-word' and
10080 call `word-search-regexp'. (Bug#10145)
10081
0b950688
GM
100822011-12-01 Glenn Morris <rgm@gnu.org>
10083
10084 * eshell/em-hist.el (eshell-hist-initialize):
10085 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 10086 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 10087
9505c3c7
SM
100882011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10091
1bbe96b2 100922011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 10093
a1beca85
SM
10094 * progmodes/verilog-mode.el (verilog-pretty-expr):
10095 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
10096 verilog, such as += *= and the like.
10097 (verilog-assignment-operator-re): Regular expression to find the
10098 assigment operator in a verilog assignment.
10099 (verilog-assignment-operation-re): Regular expression to find an
10100 assignment statement for pretty-expr.
10101 (verilog-in-attribute-p): Query returns true if point is in an
10102 attribute context; used to skip these for expression line up from
10103 pretty-expr.
10104 (verilog-in-parameter-p): Query returns true if point is in an
10105 parameter definition context; used to skip these for expression
10106 line up from pretty-expr.
10107 (verilog-in-parenthesis-p): Query returns true if point is in a
10108 parenthetical expression, specifically ( ) but not [ ] or { };
10109 used by pretty-expr.
10110 (verilog-just-one-space): If there is no space, don't add one.
10111 (verilog-get-lineup-indent-2): Specifically skip just attribute
10112 contexts for expression lineup, rather than skipping all
10113 parenthetical expressions.
10114 (verilog-calculate-indent): Fix comment, and fix indent.
10115 (verilog-do-indent): Indent declarations in lists (suggested by
10116 Joachim Lechner).
10117 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10118 skeleton items.
10119 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10120 by Alain Mellan).
10121
1bbe96b2 101222011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
10123
10124 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10125 parameters with embedded comments. Reported by Ray Stevens.
10126 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10127 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10128 Reported by Tim Holt.
10129 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10130 instantiated by upper module causing wrong expansion until AUTOed a
10131 second time. Reported by K C Buckenmaier.
10132 (verilog-diff-auto): Fix showing .* as a difference when
10133 `verilog-auto-star-save' off. Reported by Dan Dever.
10134 (verilog-auto-reset, verilog-read-always-signals)
10135 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10136 temporary signals in reset list if
10137 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
10138 style to each signal's assignment type, bug381.
10139 Reported by Thomas Esposito.
6288f0ca
WS
10140 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10141 (verilog-uvm-statement-re): Support UVM indentation and
10142 highlighting, with old OVM keywords only.
a1beca85 10143 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
10144 Support AUTOTIEOFF creating non-wire data types.
10145 Suggested by Jonathan Greenlaw.
6288f0ca
WS
10146 (verilog-auto-insert-lisp, verilog-delete-to-paren)
10147 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10148 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
10149 (verilog-read-sub-decls, verilog-read-sub-decls-line):
10150 Fix mismatching parenthesis inside commented out code when deleting
382c953b 10151 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
10152 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10153 non-numeric vector width. Reported by Alex Reed.
10154 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 10155 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
10156 (verilog-auto-delete-trailing-whitespace):
10157 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
10158 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
10159 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10160 Fix verilog-scan-cache corruption when running user AUTO expansion
10161 hooks that call indentation routines.
10162 (verilog-simplify-range-expression): Fix typo ignoring lower case
10163 identifiers.
10164 (verilog-delete-auto): Fix delete-autos to also remove user created
10165 automatics, as long as they start with AUTO.
10166 (verilog-batch-diff-auto, verilog-diff-auto)
10167 (verilog-diff-function): Add `verilog-diff-auto' and bind to
10168 "C-c?" to report differences in AUTO expansion, ignoring spaces.
10169 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10170 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
10171 (verilog-re-search-forward-quick, verilog-syntax-ppss):
10172 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
10173 is disabled and its cache will get corrupt, causing AUTOS not to
10174 expand. Instead use only -quick functions.
10175 (verilog-scan-region): Fix scanning over escaped quotes.
10176 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10177 (verilog-re-search-backward-quick)
10178 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10179 related functions now ignore strings, to fix misparsing of strings
10180 with magic comments embedded in them.
a1beca85
SM
10181 (verilog-read-auto-template):
10182 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10183 Reported by Brad Dobbie.
10184 (verilog-read-auto-template):
10185 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 10186 Reported by Brad Dobbie.
6288f0ca
WS
10187 (verilog-auto-inst, verilog-auto-inst-param)
10188 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10189 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10190 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
10191 debugging templates without merge conflicts, bug357.
10192 Reported by Brad Dobbie.
10193 (verilog-read-auto-template):
10194 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
10195 Reported by Brad Dobbie.
10196 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10197 abbrevs so user won't be asked to save.
10198 (verilog-read-auto-lisp-present): Fix to start at beginning of
10199 buffer in case called outside of verilog-auto.
10200 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10201 to "X-2". Reported by Matthew Myers.
10202 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10203 all inputs from module templates. Reported by Leith Johnson.
10204 (verilog-module-inside-filename-p): Fix locating programs as with
10205 modules.
10206 (verilog-auto-inst-port): Fix vl-width expressions when using
10207 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10208 (verilog-decls-get-regs, verilog-decls-get-signals,
10209 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10210 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10211 verilog-read-decls): Combine reg and wire structures into one var
10212 structure to represent SystemVerilog concepts.
10213 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10214 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
10215 (verilog-auto-wire-type, verilog-insert-definition):
10216 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
10217 SystemVerilog "logic" keyword instead of "wire"/"reg".
10218 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10219 to declares outputs that also have assignments (presumably in an
a1beca85
SM
10220 ifdef or generate if so there's not a driver conflict).
10221 Reported by Matthew Myers.
10222 (verilog-auto-declare-nettype, verilog-insert-definition):
10223 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
10224 `default_nettype none. Reported by Julian Gorfajn.
10225 (verilog-read-always-signals-recurse, verilog-read-decls)
10226 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10227 malformed end statement, bug325. Reported by Joshua Wise and
10228 Andrew Drake.
10229 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10230 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
10231 when expanding .* in interfaces, bug320.
10232 Reported by Pierre-David Pfister.
6288f0ca 10233 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
10234 name and open parenthesis, bug317.
10235 Reported by Pierre-David Pfister.
6288f0ca
WS
10236 (verilog-simplify-range-expression): Fix simplification of
10237 multiplications inside AUTOWIRE connections, bug303.
10238 (verilog-auto-inst-port): Support parameter expansion in
10239 multidimensional arrays.
10240 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10241 after "assert property". Reported by Julian Gorfajn.
10242 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10243 with multiplication, bug303.
10244 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10245 Reported by Jan Frode Lonnum.
10246
1bbe96b2
GM
102472011-11-30 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10250 (hfy-shell-file-name, hfy-shell):
10251 * international/fontset.el (x-decompose-font-name): Fix typos.
10252
102532011-11-29 Ken Brown <kbrown@cornell.edu>
10254
10255 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10256 (gdb-version): Remove defvar.
10257 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10258 (gdb-gud-context-command, gdb-non-stop-handler)
10259 (gdb-current-context-command, gdb-stopped): Use it.
10260 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
10261 (gdb-non-stop-handler): Don't enable pretty-printing here.
10262 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
10263 non-stop mode. Use the following.
10264 (gdb-check-target-async): New defun.
10265 (gud-watch, gdb-stopped): Fix whitespace.
10266 (gdb-get-source-file): Don't try to display the source file if
10267 `gdb-main-file' is nil.
10268
102692011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * align.el: Try to generate fewer markers (bug#10047).
10272 (align--set-marker): New macro.
10273 (align-region): Use it.
10274
c935221f
SM
102752011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10278
e70b5064
CY
102792011-11-29 Chong Yidong <cyd@gnu.org>
10280
10281 * indent.el (indent-for-tab-command, indent-according-to-mode):
10282 Doc fix.
10283 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10284
f3af92b7
MA
102852011-11-29 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10288 aware of remote file names. (Bug#10124)
10289
ed472be9
CY
102902011-11-29 Chong Yidong <cyd@gnu.org>
10291
10292 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10293
24510c22
SM
102942011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * files.el (find-file): Don't use force-same-window (bug#10144).
10297 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10298 use pop-to-buffer if the selected window can't be used.
10299 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10300
c60c3703
EZ
103012011-11-28 Eli Zaretskii <eliz@gnu.org>
10302
10303 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10304 special-mode-map.
10305
e95def75
CY
103062011-11-28 Chong Yidong <cyd@gnu.org>
10307
10308 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10309
c3f1c606
NR
103102011-11-27 Nick Roberts <nickrob@snap.net.nz>
10311
10312 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10313 gdb-get-source-file-list on gdb-create-source-file-list.
10314
00db469c
EZ
103152011-11-26 Eli Zaretskii <eliz@gnu.org>
10316
10317 * whitespace.el (whitespace-newline): Use a different foreground
10318 color for 16-color light-background displays.
10319
4ad3bc2a
CY
103202011-11-24 Chong Yidong <cyd@gnu.org>
10321
10322 * window.el (display-buffer--special-action): Doc fix.
10323
e9fce1ac
JB
103242011-11-25 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10327 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10328 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10329 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10330 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10331 (avl-tree-stack-first):
10332 * emacs-lisp/cconv.el (cconv--analyse-use):
10333 * net/gnutls.el (gnutls-negotiate): Fix typos.
10334
cb825e5d
GM
103352011-11-24 Glenn Morris <rgm@gnu.org>
10336
3adbe224
GM
10337 * lpr.el (lpr-windows-system, lpr-lp-system):
10338 * mail/binhex.el (binhex-begin-line):
10339 * progmodes/grep.el (grep-history, grep-find-history):
10340 * textmodes/flyspell.el:
10341 * vc/pcvs-defs.el (cvs-global-menu):
10342 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10343 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10344 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10345
321decc8
GM
10346 * net/tls.el: Fix case of "GnuTLS".
10347
420b63ad
GM
10348 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10349
cb825e5d
GM
10350 * version.el (emacs-build-system): Give it a doc-string.
10351
a0649f08
JL
103522011-11-24 Juri Linkov <juri@jurta.org>
10353
10354 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10355
c0bc0fd4
GM
103562011-11-24 Glenn Morris <rgm@gnu.org>
10357
10358 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10359 if called on a non-mime message just toggle the headers. (Bug#8006)
10360
20db1522
JB
103612011-11-24 Juanma Barranquero <lekktu@gmail.com>
10362
10363 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10364 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10365 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10366 (allout-rebullet-heading, allout-open-sibtopic)
10367 (allout-toggle-current-subtree-encryption)
10368 (allout-toggle-subtree-encryption, allout-encrypt-string)
10369 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10370 (allout-distinctive-bullets-string, allout-auto-activation):
10371 * window.el (window-normalize-buffer-to-display):
10372 * progmodes/verilog-mode.el (verilog-batch-indent):
10373 * textmodes/bibtex.el (bibtex-field-braces-opt)
10374 (bibtex-field-strings-opt):
10375 * vc/cvs-status.el (cvs-tree-merge):
10376 Fix typos.
10377
7262a87c
MA
103782011-11-23 Michael Albinus <michael.albinus@gmx.de>
10379
10380 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10381 `non-essential' to t, in order to avoid remote connections.
10382
283430a1
EZ
103832011-11-23 Eli Zaretskii <eliz@gnu.org>
10384
a1beca85
SM
10385 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10386 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
10387 case-insensitively.
10388
d2992a38
ML
103892011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10390
10391 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10392
50419064
GM
103932011-11-23 Glenn Morris <rgm@gnu.org>
10394
da94eca1
GM
10395 * paths.el (rmail-file-name): Reformat the doc-string so that it
10396 is picked up.
10397
9aac4de2
GM
10398 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10399 (rmail-auto-file): Ignore case in the "special" field names,
10400 as mail-fetch-field does for all others.
10401
8038d2d2
GM
10402 * mail/rmail.el (rmail-forward):
10403 * mail/rmailkwd.el (rmail-set-label):
10404 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10405 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10406
f3fe222a
GM
10407 * mail/rmail.el (rmail-current-message): Doc fix.
10408
50419064
GM
10409 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10410
28109f49
SM
104112011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10414
394c65f1
GM
104152011-11-22 Glenn Morris <rgm@gnu.org>
10416
10417 * mail/rmailmm.el (test-rmail-mime-handler)
10418 (test-rmail-mime-bulk-handler)
10419 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10420
f2a0aa3a
JL
104212011-11-21 Juri Linkov <juri@jurta.org>
10422
1154d12e
JB
10423 * calc/calc.el (calc-read-key-sequence):
10424 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 10425
9c34a344
LMI
104262011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10427
10428 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10429 Tell the caller that the next line needs recomputation, even
10430 though it doesn't start a sexp (bug#10094).
10431
f04a3be9
SM
104322011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10435
7978747f
SM
104362011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10437
f04a3be9
SM
10438 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10439 Use force-same-window.
7978747f 10440
fe7a3057
JB
104412011-11-20 Juanma Barranquero <lekktu@gmail.com>
10442
10443 * descr-text.el (describe-char-unicode-data):
10444 * json.el (json-string-escape):
10445 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10446 (Footnote-unicode, Footnote-style-p):
10447 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10448
24901d61
CY
104492011-11-20 Chong Yidong <cyd@gnu.org>
10450
10451 * window.el (replace-buffer-in-windows): Restore interactive spec.
10452
bac7ff22
SM
104532011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10454
24f3d7b9
SM
10455 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10456
bac7ff22
SM
10457 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10458 (byte-compile-global-not-obsolete-vars): New var.
10459 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10460 Use it.
10461 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10462
cd1181db
JB
104632011-11-20 Juanma Barranquero <lekktu@gmail.com>
10464
10465 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10466 * progmodes/pascal.el (electric-pascal-equal):
10467 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10468 * xml.el (xml-substitute-special): Fix typos.
10469
7fb18e9e
GM
104702011-11-20 Glenn Morris <rgm@gnu.org>
10471
10472 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10473 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10474 Doc fixes.
10475 (rmail-decode-mime-charset): Mark as obsolete.
10476
10477 * mail/rmailsum.el (rmail-message-regexp-p-1):
10478 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10479 Before using mime functions, check they are set. (Bug#10077)
10480
d5a6b3ba
JL
104812011-11-19 Juri Linkov <juri@jurta.org>
10482
10483 * info.el (Info-finder-find-node): Use `package--builtins' instead
10484 of `package-alist'. Use node names formed by the pattern "Keyword "
10485 and the keyword name.
10486
e981b61f
AS
104872011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10488
1d00653d 10489 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 10490
3ffbc301
JL
104912011-11-19 Juri Linkov <juri@jurta.org>
10492
10493 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10494 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10495 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10496 `old-history', `old-history-forward'. Add let-binding
10497 `window-selected'. Remove calls to `kill-buffer',
10498 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10499 before calling `Info-find-node', so `Info-find-node-2' will reread
10500 the Info file. Restore window positions only when `window-selected'
10501 is non-nil.
10502
30c62133
JL
105032011-11-19 Juri Linkov <juri@jurta.org>
10504
10505 * isearch.el (isearch-lazy-highlight-new-loop):
10506 Remove condition `(not isearch-error)'. (Bug#9918)
10507
10508 * misearch.el (multi-isearch-search-fun): Add condition
10509 `(not bound)' to ignore lazy-highlighting search.
10510 Add the search-failed message "end of multi" when the end of
10511 multi-sequence is reached. Uncapitalize the search-failed
10512 message "Repeat for next buffer".
10513
10514 * info.el (Info-search): Add the search-failed message
10515 "end of the manual" when the end of the manual is reached
10516 in Isearch mode.
10517
645ca9cf
JL
105182011-11-19 Juri Linkov <juri@jurta.org>
10519
10520 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10521 Use non-destructive `remove' instead of `delete' because
10522 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10523 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10524
df754f66
JL
105252011-11-19 Juri Linkov <juri@jurta.org>
10526
10527 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10528 to nil instead of binding `search-ring' and `regexp-search-ring'.
10529 (Bug#9185)
10530
0e23d96a
EZ
105312011-11-19 Eli Zaretskii <eliz@gnu.org>
10532
10533 * simple.el (line-move): Force movement by logical lines for any
10534 hscrolled window, not only when auto-hscroll-mode is on.
10535 (line-move-visual): Update doc string to that effect. (Bug#10076)
10536
8a6ccb66
AS
105372011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10538
10539 * language/european.el (macintosh): Define as alias for mac-roman.
10540
49ae5b39
EZ
105412011-11-19 Eli Zaretskii <eliz@gnu.org>
10542
10543 * mail/rmailmm.el (rmail-mime-display-header)
10544 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10545 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10546 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10547 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10548 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10549 of a raw aref.
10550 (rmail-mime-entity-segment): To get past the tagline, move forward
10551 2 more lines, to account for the 2 empty lines that precede and
10552 follow the line with the buttons.
10553 (rmail-mime-update-tagline): Move one more line, to get past the
10554 empty line that follows the buttons in the tagline. (Bug#9520)
10555
c56cad4a
MR
105562011-11-19 Martin Rudalics <rudalics@gmx.at>
10557
10558 * window.el (window-max-delta-1, window-min-delta-1)
10559 (window-min-size-1, window-state-get-1, window-state-put-1)
10560 (window-state-put-2): Use "window--" prefix.
10561
cbe71af3
SM
105622011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10563
2ad52c60
SM
10564 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10565 (smie-warning-count): New var.
10566 (smie-set-prec2tab): Use it.
10567 (smie-bnf->prec2): Improve warnings. Add docstring.
10568 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10569 (smie-bnf--set-class): New function.
10570 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10571 corner case.
10572
6944dbc1
SM
10573 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10574 (compilation-error-properties, compilation-move-to-column):
10575 Handle compilation-first-column while in the target buffer.
10576
c400c4d7
SM
10577 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10578 Don't hardcode point-min==1.
10579
6dbe3e96
SM
10580 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10581 (eshell-rewrite-for-command): Remove workaround.
10582 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10583 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10584 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10585
cbe71af3
SM
10586 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10587
a8e1496d
GM
105882011-11-17 Glenn Morris <rgm@gnu.org>
10589
10590 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10591 Ignore buffer-local generated-autoload-file if it is the same
10592 as the global value. (Bug#10049)
10593
df85d315
JB
105942011-11-17 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10597 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10598 (reftex-toc-previous-heading, reftex-toc-max-level)
10599 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10600 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10601 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10602 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10603 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10604 (reftex-toc-rename-label, reftex-toc-visit-location)
10605 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10606 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10607 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10608 leaving "*toc*" only for references to the buffer.
10609
a0c2d0ae
MR
106102011-11-17 Martin Rudalics <rudalics@gmx.at>
10611
10612 * window.el (window-resize, delete-window, split-window):
10613 Replace window-splits by window-combination-resize.
1d00653d 10614 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 10615
35c0bac8
GM
106162011-11-17 Glenn Morris <rgm@gnu.org>
10617
10618 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10619 Make bash entry derive from sh entry, not shell entry.
10620
d0c8fc8a
MA
106212011-11-16 Michael Albinus <michael.albinus@gmx.de>
10622
7262a87c
MA
10623 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10624 local file name.
10625
7877f373
JB
106262011-11-16 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * menu-bar.el (menu-bar-file-menu):
10629 * printing.el (pr-ps-utility):
10630 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10631 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10632 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10633 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10634 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10635 (icalendar--convert-cyclic-to-ical)
10636 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10637 (icalendar--convert-ical-to-diary)
10638 (icalendar--convert-recurring-to-diary)
10639 (icalendar--convert-non-recurring-all-day-to-diary)
10640 (icalendar-import-format-sample):
10641 * progmodes/idlw-shell.el (idlwave-shell-mode):
10642 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10643 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10644 (vhdl-ps-print-init): Fix typos.
10645
10649b82
KM
106462011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10647
9d0cfcd6
GM
10648 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10649 FSF and collapse date sequence, obscure author/maintainer email address
10650 better, remove extra version line, track relocation of author's webpage.
10649b82 10651
9d0cfcd6
GM
10652 * progmodes/python.el (python-pdbtrack-input-prompt)
10653 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10654 regular python pdb prompts. Adjustments shamelessly taken exactly as
10655 suggested in EmacsWiki page (tiny change):
10656 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 10657
58179cce
JB
106582011-11-16 Juanma Barranquero <lekktu@gmail.com>
10659
10660 * expand.el (expand-pos, expand-index, expand-point):
10661 Remove redundant info from docstring.
10662 (expand-add-abbrevs): Doc fix.
10663 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10664 (expand-sample-perl-mode-expand-list): Fix typos.
10665
10666 * net/dbus.el (dbus-event-member-name):
10667 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10668 * term/pc-win.el (msdos-create-frame-with-faces):
10669 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10670
b6f67890
MR
106712011-11-16 Martin Rudalics <rudalics@gmx.at>
10672
10673 * window.el (split-window, window-state-get-1)
10674 (window-state-put-1, window-state-put-2): Rename occurrences of
10675 window-nest to window-combination-limit.
1d00653d 10676 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 10677
ce7ddba0
CY
106782011-11-16 Chong Yidong <cyd@gnu.org>
10679
10680 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10681 regexp (Bug#10033).
10682
3ae704f4
SM
106832011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10686 `completing-read' will remove *Completions* and will preserve
10687 current-buffer for us.
10688 (tmm-add-prompt): Users of *Completions* will always (re)set its
10689 major mode.
10690 (tmm-old-comp-map): Remove.
10691
6ad1cdde
GM
106922011-11-16 Glenn Morris <rgm@gnu.org>
10693
10694 * mail/rmailedit.el: Require rmailmm when compiling.
10695 (rmail-old-mime-state): New declaration.
10696 (rmail-edit-current-message): If editing a mime message,
10697 edit the "raw" message from the mbox buffer.
10698 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10699
d20faa20
GM
107002011-11-15 Glenn Morris <rgm@gnu.org>
10701
10702 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10703 which wasn't being used. Add optional arg to force given state.
10704 (rmail-mime): Add optional arg to force given state.
10705
c7015153
JB
107062011-11-15 Juanma Barranquero <lekktu@gmail.com>
10707
10708 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10709 * frame.el (display-mm-dimensions-alist):
10710 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10711 (outline-move-subtree-down):
10712 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10713 (newsticker--treeview-do-get-node):
10714 * net/quickurl.el (quickurl-list-buffer-name):
10715 * progmodes/dcl-mode.el (dcl-mode):
10716 * progmodes/gdb-mi.el (gdb-mapcar*):
10717 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10718
45261b50
GM
107192011-11-15 Glenn Morris <rgm@gnu.org>
10720
10721 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10722 in a boolean sense, so just make it a boolean, and fix the doc.
10723 (rmail-show-mime-function, rmail-mime-feature)
10724 (rmail-require-mime-maybe): Doc fixes.
10725 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10726
10727 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10728
0d26e0b6
JB
107292011-11-15 Juanma Barranquero <lekktu@gmail.com>
10730
10731 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10732 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10733 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10734 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10735
447f30f6
GM
107362011-11-15 Glenn Morris <rgm@gnu.org>
10737
672b871d
GM
10738 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10739 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10740 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10741 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10742 (rmail-mime, rmail-show-mime): Doc fixes.
10743
f6aa5bb1
GM
10744 * term/ns-win.el (mode-line-frame-identification):
10745 Leave it alone. (Bug#10051)
10746
947cd66b
GM
10747 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10748
447f30f6
GM
10749 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10750 Handle empty buffers. (Bug#9978)
10751
0b381c7e
JB
107522011-11-14 Juanma Barranquero <lekktu@gmail.com>
10753
10754 * international/mule.el (define-charset):
10755 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10756 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10757 * progmodes/verilog-mode.el (verilog-backward-token):
10758 * textmodes/ispell.el (lookup-words):
10759 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10760
71e027ac
GM
107612011-11-14 Glenn Morris <rgm@gnu.org>
10762
56632ce4
GM
10763 * progmodes/executable.el
10764 (executable-make-buffer-file-executable-if-script-p):
10765 Handle file-modes returning nil.
10766
40500957
GM
10767 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10768 message - not necessary, and causes problems. (Bug#9831)
10769
071c2340
GM
10770 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10771
d3cfca60
GM
10772 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10773
71e027ac
GM
10774 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10775 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10776 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10777
89d61221
MR
107782011-11-12 Martin Rudalics <rudalics@gmx.at>
10779
10780 * window.el (window-resize, delete-window): Use window-splits
10781 variable instead of function.
10782 (window-state-get-1, window-state-put-2, window-state-put):
10783 Don't deal with windows' splits status.
10784
98282f6f
GM
107852011-11-12 Glenn Morris <rgm@gnu.org>
10786
10787 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10788 (apropos-documentation): Doc fixes.
10789
40a8bdf6
JB
107902011-11-11 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10793 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10794
65bd19ff
SM
107952011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * electric.el (electric-indent-post-self-insert-function): Make it
10798 possible for a char to only indent in some circumstances.
10799 (electric-indent-mode): Simplify.
10800
54f9154c
MR
108012011-11-11 Martin Rudalics <rudalics@gmx.at>
10802
10803 * window.el (windows-with-parameter): Remove unused function.
10804 (windows-at-side): Rename to window-at-side-list.
10805 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
10806 (window-side-check, window-size-ignore, window-size-fixed-1)
10807 (window-in-direction-2): Prefix with "window--".
10808 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 10809
68cbc58b
GM
108102011-11-11 Glenn Morris <rgm@gnu.org>
10811
10812 * subr.el (eval-after-load): If FILE is already loaded,
10813 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10814
b2621720
GM
108152011-11-10 Glenn Morris <rgm@gnu.org>
10816
9a4de110
GM
10817 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10818 Call svn via vc-svn-command rather than vc-do-command.
10819 (vc-svn-command): Add --non-interactive. (Bug#9993)
10820 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10821
b2621720
GM
10822 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10823 Add toggle-read-only. (Bug#7292)
10824 * files.el (toggle-read-only): Mention that it should only
10825 be used interactively. (Bug#10006)
10826
1dce7193
SM
108272011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10828
d9ac1a1e
SM
10829 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10830 Adjust regexp for OCaml warnings.
10831
0c325082
SM
10832 * electric.el (electric-pair-post-self-insert-function): Let user
10833 turn it off buffer-locally (bug#9932).
10834
90132c14
SM
10835 * progmodes/python.el (python-beginning-of-statement):
10836 Rewrite (bug#2703).
10837
1dce7193
SM
10838 * progmodes/compile.el: Better handle TABs (bug#9749).
10839 (compilation-internal-error-properties)
10840 (compilation-next-error-function): Obey the target buffer's
10841 compilation-error-screen-columns.
10842
c4e7c63a
JB
108432011-11-09 Juanma Barranquero <lekktu@gmail.com>
10844
10845 * progmodes/meta-mode.el: Remove obsolete comments.
10846 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10847 Fix typos in docstrings.
10848
2cffd681
MR
108492011-11-09 Martin Rudalics <rudalics@gmx.at>
10850
10851 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 10852 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
10853 (window--resizable): New function. Make all callers of
10854 window-resizable call window--resizable instead.
10855 (window-resizable): Rewrite in terms of window--resizable.
10856
0edcba87
GM
108572011-11-08 Glenn Morris <rgm@gnu.org>
10858
10859 * progmodes/delphi.el (delphi-mode-syntax-table):
10860 Let define-derived-mode define a proper syntax table. (Bug#9994)
10861
4b0d61e3
SM
108622011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * window.el: Stay away from defsubst.
10865 (window-list-no-nils): Remove.
10866 (window-state-get-1, window-state-get): Use backquote instead.
10867
cd394be1 108682011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 10869
4b0d61e3 10870 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 10871 Fix incorrect use of default argument in `completing-read'.
10872
e1c2c6f2
MR
108732011-11-08 Martin Rudalics <rudalics@gmx.at>
10874
10875 * window.el (display-buffer-function, special-display-function):
10876 Mention display-buffer-record-window but do not mention
10877 help-setup parameter in doc-strings.
b3f4a882 10878 (window-min-delta): Fix doc-string typo.
e1c2c6f2 10879
105216ed
CY
108802011-11-08 Chong Yidong <cyd@gnu.org>
10881
10882 * window.el (window-total-height, window-total-width): Doc fix.
10883 (window-body-size): Move from C.
10884 (window-body-height, window-body-width): Move to C.
10885
0a9f9ab5
SM
108862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * window.el: Make special-display like display-buffer-alist (bug#9532).
10889 (display-buffer--special-action): New function, morphed
10890 from display-buffer--special.
10891 (display-buffer): Use it to handle special-display-buffers at higher
10892 priority (just after display-buffer-alist).
10893 (display-buffer-fallback-action, display-buffer--other-frame-action)
10894 (pop-to-buffer-same-window): Remove display-buffer--special.
10895
a769dd15
GM
108962011-11-07 Glenn Morris <rgm@gnu.org>
10897
10898 * calendar/cal-menu.el (cal-menu-set-date-title):
10899 Do nothing if not in a calendar. (Bug#9976)
10900
05a61ee3
SM
109012011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * files.el (find-file): Always use selected-window.
10904
be7f5545
MR
109052011-11-07 Martin Rudalics <rudalics@gmx.at>
10906
10907 * window.el (window-combinations): Make WINDOW argument
10908 mandatory. Rewrite doc-string.
10909 (walk-window-subtree, window-atom-check, window-min-delta)
10910 (window-max-delta, window--resize-this-window)
10911 (window--resize-root-window-vertically, window-tree)
10912 (balance-windows, window-state-put): Rewrite doc-strings as to
10913 not mention the term "subwindow".
10914 (window--resize-subwindows-skip-p): Rename to
10915 window--resize-child-windows-skip-p.
10916 (window--resize-subwindows-normal): Rename to
10917 window--resize-child-windows-normal.
10918 (window--resize-subwindows): Rename to
10919 window--resize-child-windows.
10920 (window-or-subwindow-p): Rename to window--in-subtree-p.
10921
3c6702ef
ML
109222011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10923
10924 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10925 Ensure that mbox format messages end in two newlines (Bug#9974).
10926
49745b39
CY
109272011-11-06 Chong Yidong <cyd@gnu.org>
10928
10929 * window.el (window-combination-p): Function deleted; its
10930 side-effect is not used in any existing code.
10931 (window-combinations, window-combined-p): Call window-*-child
10932 directly.
10933
24300f5f
CY
109342011-11-05 Chong Yidong <cyd@gnu.org>
10935
10936 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
10937 (window-size-ignore, window-state-get): Callers changed.
10938 (window-normalize-window): Rename from window-normalize-any-window.
10939 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 10940 (window-normalize-live-window): Delete.
447f16b8
CY
10941 (window-combination-p, window-combined-p, window-combinations)
10942 (walk-window-subtree, window-atom-root, window-min-size)
10943 (window-sizable, window-sizable-p, window-size-fixed-p)
10944 (window-min-delta, window-max-delta, window-resizable)
10945 (window-resizable-p, window-full-height-p, window-full-width-p)
10946 (window-current-scroll-bars, window-point-1, set-window-point-1)
10947 (window-at-side-p, window-in-direction, window-resize)
10948 (adjust-window-trailing-edge, maximize-window, minimize-window)
10949 (window-deletable-p, delete-window, delete-other-windows)
10950 (record-window-buffer, unrecord-window-buffer)
10951 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10952 (quit-window, split-window, window-state-put)
10953 (set-window-text-height, fit-window-to-buffer)
10954 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 10955
89bd5ee1
EZ
109562011-11-04 Eli Zaretskii <eliz@gnu.org>
10957
53479029
EZ
10958 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10959 rfc2047-decode-string.
10960 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10961 warnings.
10962
89bd5ee1
EZ
10963 * window.el (window-body-height, window-body-width): Mention in
10964 the doc string that the return values are in frame's canonical
10965 units. (Bug#9949)
10966
bd17fdee
AM
109672011-11-03 Alan Mackenzie <acm@muc.de>
10968
10969 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10970 change in cc-engine.el.
10971
acc825c5
SM
109722011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10975
1885e5b8
MR
109762011-11-02 Martin Rudalics <rudalics@gmx.at>
10977
10978 * window.el (quit-window): Call unrecord-window-buffer after
10979 showing another buffer in the window. (Bug#9937)
acc825c5 10980 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 10981
ebe06da9
JB
109822011-11-02 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10985 Accept status with more than 9 shelves. (Bug#9935)
10986 Reported by Colin D Bennett <colin@gibibit.com>.
10987
4ee88440
MR
109882011-11-01 Martin Rudalics <rudalics@gmx.at>
10989
10990 * help.el (with-help-window): Don't reference
10991 temp-buffer-show-specifiers in doc-string.
10992
08e1d82c
AS
109932011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10994
10995 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10996 menu-item.
10997
84bd6e9e
VJL
109982011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10999
11000 * whitespace.el: New version 13.2.2.
11001 (whitespace-newline-mode): Disable properly. Reported by Sarah
11002 <EmacsWiki>.
11003
dba0634a
UJ
110042011-10-30 Ulf Jasper <ulf.jasper@web.de>
11005
11006 * net/newst-treeview.el: Remove "Time-stamp".
11007 (newsticker--group-manage-orphan-feeds): Do not call
11008 newsticker--treeview-tree-update.
db22a3c2
JB
11009 (newsticker-treeview-update, newsticker-treeview):
11010 Call newsticker--treeview-tree-update if necessary.
dba0634a 11011
3d8daefe
MR
110122011-10-30 Martin Rudalics <rudalics@gmx.at>
11013
11014 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
11015 (window-iso-combinations): Remove "iso-" infix.
11016 Suggested by Chong Yidong.
3d8daefe
MR
11017 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11018 (window-max-delta-1, window-resize, window--resize-siblings)
11019 (window--resize-this-window, adjust-window-trailing-edge)
11020 (split-window, balance-windows-1)
11021 (shrink-window-if-larger-than-buffer):
11022 * calendar/calendar.el (calendar-generate-window):
db22a3c2 11023 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 11024
1bc4c3ae
SM
110252011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11028 in place (bug#9907).
11029 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11030 (eshell-rewrite-if-command, eshell-rewrite-for-command)
11031 (eshell-structure-basic-command, eshell-rewrite-while-command)
11032 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11033 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11034 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11035 (eshell-do-pipelines-synchronously, eshell-eval-command):
11036 Use backquotes and prefer setq to set.
11037 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11038 (eshell-macrop): Use functionp.
c1e2f5fa 11039 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 11040
30b65d9c
CY
110412011-10-30 Chong Yidong <cyd@gnu.org>
11042
11043 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11044 instead of set-mark (Bug#9810).
11045
2d197ffb
CY
110462011-10-30 Chong Yidong <cyd@gnu.org>
11047
11048 * window.el (split-window-below, split-window-right): Rename from
11049 split-window-above-each-other and split-window-side-by-side
11050 respectively. All callers changed.
11051 (split-window-sensibly, split-window-sensibly): Use them.
11052 (split-window-keep-point): Doc fix.
11053
11054 * isearch.el: Add isearch-scroll property to split-window-below
11055 and split-window-right.
11056
11057 * follow.el (follow-mode):
11058 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11059 * progmodes/ada-xref.el (ada-gdb-application):
11060 * emulation/vip.el (vip-buffer-in-two-windows):
11061 * image-dired.el (image-dired-dired-with-window-configuration):
11062 * dired-x.el (dired-do-find-marked-files):
11063 * dired.el (dired-pop-to-buffer):
11064 * bs.el (bs--show-with-configuration):
11065 * vc/emerge.el (emerge-setup-windows):
11066 * textmodes/two-column.el (2C-two-columns):
11067 * textmodes/reftex-toc.el (reftex-toc):
11068 * progmodes/gdb-mi.el (gdb-setup-windows):
11069 * progmodes/fortran.el (fortran-window-create):
11070 * net/newst-treeview.el (newsticker--treeview-window-init):
11071 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11072 * emulation/tpu-edt.el (tpu-gold-map):
11073 * emulation/crisp.el (crisp-mode-map):
11074 * calendar/calendar.el (calendar-basic-setup): Callers changed.
11075
38bb2ca8
CY
110762011-10-29 Chong Yidong <cyd@gnu.org>
11077
aa4de341
CY
11078 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11079
e1eb5385
CY
11080 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11081
5d2ece3c
CY
11082 * textmodes/flyspell.el (flyspell-word): Fix char offset for
11083 forged Ispell output (Bug#7904).
11084
38bb2ca8
CY
11085 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11086
d0af9f77
SM
110872011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * doc-view.el: Avoid ugly errors about not finding nil.
11090 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11091 (doc-view-dvipdf-program, doc-view-unoconv-program)
11092 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11093 Avoid nil or absolute file name as default value.
11094 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11095
52bedd34
AM
110962011-10-28 Alan Mackenzie <acm@muc.de>
11097
db22a3c2 11098 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 11099
7e43cfa5
AM
111002011-10-28 Alan Mackenzie <acm@muc.de>
11101
11102 Amend the handling of c-beginning/end-of-defun in nested declaration
11103 scopes.
11104
52bedd34
AM
11105 * progmodes/cc-vars.el (c-defun-tactic): Move here from
11106 cc-langs.el. Change it to a defcustom.
7e43cfa5 11107
52bedd34
AM
11108 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11109 cc-vars.el.
7e43cfa5 11110
d0af9f77
SM
11111 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11112 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 11113
52bedd34 11114 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 11115 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
11116 (c-widen-to-enclosing-decl-scope): New function.
11117 (c-while-widening-to-decl-block): New macro.
11118 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11119 outward for defun boundaries, and correspondingly change symbol
11120 `respect-enclosure' to `go-outward'.
11121 (c-declaration-limits): Change algorithm to report only the "innermost"
11122 defun's boundaries.
11123
1a2ce9ee
DD
111242011-10-28 Deniz Dogan <deniz@dogan.se>
11125
11126 * net/rcirc.el (rcirc-mode): Use hard newlines.
11127
bc97a826
AM
111282011-10-28 Alan Mackenzie <acm@muc.de>
11129
11130 Amend to indent and fontify macros "which include their own semicolon"
11131 correctly, using the "virtual semicolon" mechanism.
11132
52bedd34 11133 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 11134
d0af9f77 11135 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 11136 Recode to scan one line at a time rather than having \n and \r
58179cce 11137 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 11138 (c-forward-label): Amend for virtual semicolons.
58179cce 11139 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 11140
52bedd34
AM
11141 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11142 of the new C macros.
bc97a826 11143
52bedd34 11144 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
11145 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11146 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
11147 (c-opt-cpp-macro-define): Make into a full language variable.
11148 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11149 AWK Mode (including \n, \r) removed, no longer needed.
11150
d0af9f77
SM
11151 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11152 Invoke c-make-macro-with-semi-re.
bc97a826 11153
52bedd34
AM
11154 * progmodes/cc-vars.el (c-macro-with-semi-re):
11155 (c-macro-names-with-semicolon): New variables.
58179cce 11156 (c-make-macro-with-semi-re): New function.
bc97a826 11157
7a6c0941
SM
111582011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * vc/log-edit.el: Fill empty field rather than adding new one.
11161 (log-edit-add-field): New function.
11162 (log-edit-insert-changelog): Use it.
11163
b0c4cdcf
ML
111642011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11165
11166 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11167
ee1f1da9
SM
111682011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11171 (gdb--check-interpreter): New function.
11172 (gdb): Use it.
11173
51bc5f8b
GM
111742011-10-27 Glenn Morris <rgm@gnu.org>
11175
416a2c45
GM
11176 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11177 (least-positive-float, least-negative-float)
11178 (least-positive-normalized-float, least-negative-normalized-float)
11179 (float-epsilon, float-negative-epsilon):
11180 Remove unnecessary declarations.
11181
11182 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11183 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11184 (least-positive-float, least-negative-float)
11185 (least-positive-normalized-float, least-negative-normalized-float)
11186 (float-epsilon, float-negative-epsilon): Add doc-strings,
11187 based on those in cl.texi.
11188
51bc5f8b
GM
11189 * files.el (set-visited-file-name): If the major-mode changed,
11190 reload the local variables. (Bug#9796)
11191
15de15c6
CY
111922011-10-27 Chong Yidong <cyd@gnu.org>
11193
11194 * subr.el (change-major-mode-after-body-hook): New hook.
11195 (run-mode-hooks): Run it.
11196
ee1f1da9
SM
11197 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11198 Use change-major-mode-before-body-hook.
15de15c6
CY
11199
11200 * simple.el (fundamental-mode):
11201 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11202 change introducing fundamental-mode-hook.
11203
5430d399
JB
112042011-10-26 Juanma Barranquero <lekktu@gmail.com>
11205
acc825c5 11206 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 11207
ad74a69e
MA
112082011-10-26 Michael Albinus <michael.albinus@gmx.de>
11209
11210 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 11211 tramp.el explicitly. (Bug#7583)
ad74a69e 11212
71d4c2a5
SM
112132011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * progmodes/octave-mod.el:
11216 * progmodes/octave-inf.el: Update maintainer.
11217
b1f6fa26
CY
112182011-10-26 Chong Yidong <cyd@gnu.org>
11219
11220 * subr.el (with-wrapper-hook): Rewrite doc.
11221
3f04efd6
MA
112222011-10-25 Michael Albinus <michael.albinus@gmx.de>
11223
11224 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 11225 filenames "/method:foo:". (Bug#9793)
3f04efd6 11226
410488d3
SM
112272011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11230 (bug#9865).
11231
c1ebb47e
GM
112322011-10-24 Glenn Morris <rgm@gnu.org>
11233
11234 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11235
7f5c46c7
MA
112362011-10-24 Michael Albinus <michael.albinus@gmx.de>
11237
11238 * notifications.el: Add the requirement of a running D-Bus session
11239 bus to the Commentary.
11240
db2440b6
JL
112412011-10-24 Juri Linkov <juri@jurta.org>
11242
11243 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11244 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11245 (Bug#9364)
11246
feecf435
JL
112472011-10-24 Juri Linkov <juri@jurta.org>
11248
11249 * info.el (Info-following-node-name-re): Add newline to the list
11250 of allowed characters for leading space. (Bug#9824)
11251
a3839de2
SM
112522011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11253
acc825c5
SM
11254 * progmodes/octave-inf.el (inferior-octave-mode-map):
11255 Fix C-c C-h binding.
a3839de2
SM
11256 * progmodes/octave-mod.el (octave-help): Remove.
11257
09388e76
MA
112582011-10-23 Michael Albinus <michael.albinus@gmx.de>
11259
11260 Sync with Tramp 2.2.3.
11261
11262 * net/tramp-cache.el (top): Pacify byte-compiler using
11263 `init-file-user' and `site-run-file'.
11264
11265 * net/trampver.el: Update release number.
11266
86c60681
CY
112672011-10-23 Chong Yidong <cyd@gnu.org>
11268
11269 * files.el (toggle-read-only): Remove obsolete comment about
11270 version control.
11271
11272 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11273 for toggle-read-only. Note that this hasn't called vc-next-action
11274 since 2008-05-02, though it wasn't documented at the time.
11275
a3839de2
SM
11276 * vc/ediff-init.el (ediff-toggle-read-only-function):
11277 Use toggle-read-only.
86c60681 11278
cd5495ff
AM
112792011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11280
11281 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11282 of c-parse-state.
11283
00b77525 11284 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 11285 correct faulty logical expression.
cd5495ff
AM
11286 (c-parse-state-state, c-record-parse-state-state):
11287 (c-replay-parse-state-state): New defvar/defuns.
11288 (c-debug-parse-state): Use new functions.
11289
42ee24ed
MR
112902011-10-22 Martin Rudalics <rudalics@gmx.at>
11291
11292 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 11293 last fix. Use window-in-direction correctly.
42ee24ed 11294
a7dee7e7
CY
112952011-10-21 Chong Yidong <cyd@gnu.org>
11296
11297 * progmodes/idlwave.el (idlwave-mode):
11298 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
11299 require-final-newline; that's done in prog-mode.
11300 Suggested by Stefan Monnier.
a7dee7e7 11301
e07b9a6d
MR
113022011-10-21 Martin Rudalics <rudalics@gmx.at>
11303
11304 * mouse.el (mouse-drag-window-above)
11305 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11306 (mouse-drag-mode-line-1, mouse-drag-header-line)
11307 (mouse-drag-vertical-line-rightward-window): Remove.
11308 (mouse-drag-line): New function.
11309 (mouse-drag-mode-line, mouse-drag-header-line)
11310 (mouse-drag-vertical-line): Call mouse-drag-line.
11311 * window.el (window-at-side-p, windows-at-side): New functions.
11312
7e1361d9
UM
113132011-10-21 Ulrich Mueller <ulm@gentoo.org>
11314
11315 * tar-mode.el (tar-grind-file-mode):
11316 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11317
30fcaf3a
CY
113182011-10-21 Chong Yidong <cyd@gnu.org>
11319
11320 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
11321 * progmodes/vera-mode.el (vera-mode):
11322 Use mode-require-final-newline.
30fcaf3a 11323
516eddb0
GM
113242011-10-20 Glenn Morris <rgm@gnu.org>
11325
db22a3c2 11326 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 11327
10d5f513
CS
113282011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11329
11330 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11331
ac6c8639
CY
113322011-10-20 Chong Yidong <cyd@gnu.org>
11333
11334 * emulation/cua-base.el (cua-mode):
11335 * mail/footnote.el (footnote-mode):
11336 * mail/mailabbrev.el (mail-abbrevs-mode):
11337 * net/xesam.el (xesam-minor-mode):
11338 * progmodes/bug-reference.el (bug-reference-mode):
11339 * progmodes/cap-words.el (capitalized-words-mode):
11340 * progmodes/compile.el (compilation-minor-mode)
11341 (compilation-shell-minor-mode):
11342 * progmodes/gud.el (gud-tooltip-mode):
11343 * progmodes/hideif.el (hide-ifdef-mode):
11344 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11345 * progmodes/subword.el (subword-mode):
11346 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11347 * progmodes/which-func.el (which-function-mode):
11348 * term/tvi970.el (tvi970-set-keypad-mode):
11349 * term/vt100.el (vt100-wide-mode):
11350 * textmodes/flyspell.el (flyspell-mode):
11351 * textmodes/ispell.el (ispell-minor-mode):
11352 * textmodes/nroff-mode.el (nroff-electric-mode):
11353 * textmodes/paragraphs.el (use-hard-newlines):
11354 * textmodes/refill.el (refill-mode):
11355 * textmodes/reftex.el (reftex-mode):
11356 * textmodes/rst.el (rst-minor-mode):
11357 * textmodes/sgml-mode.el (html-autoview-mode)
11358 (sgml-electric-tag-pair-mode):
11359 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11360 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11361 * emulation/crisp.el (crisp-mode):
11362 * emacs-lisp/eldoc.el (eldoc-mode):
11363 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11364 minor mode behavior.
11365
aa42ab43
JL
113662011-10-19 Juri Linkov <juri@jurta.org>
11367
11368 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11369 the list of hard-coded chars with escape-glyph face.
11370
89400f1d
SM
113712011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11374
305c07f6
MA
113752011-10-19 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11378 running process.
11379
13754b54
GM
113802011-10-19 Glenn Morris <rgm@gnu.org>
11381
11382 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11383 Ignore ignored files. (Bug#9726)
11384
06e21633
CY
113852011-10-19 Chong Yidong <cyd@gnu.org>
11386
11387 Doc fix for minor modes, stating that an omitted argument enables
11388 the mode unconditionally when called from Lisp.
11389
11390 * abbrev.el (abbrev-mode):
11391 * allout.el (allout-mode):
11392 * autoinsert.el (auto-insert-mode):
11393 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11394 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11395 (global-auto-revert-mode):
11396 * battery.el (display-battery-mode):
11397 * composite.el (global-auto-composition-mode)
11398 (auto-composition-mode):
11399 * delsel.el (delete-selection-mode):
11400 * desktop.el (desktop-save-mode):
11401 * dired-x.el (dired-omit-mode):
11402 * dirtrack.el (dirtrack-mode):
11403 * doc-view.el (doc-view-minor-mode):
11404 * double.el (double-mode):
11405 * electric.el (electric-indent-mode, electric-pair-mode):
11406 * emacs-lock.el (emacs-lock-mode):
11407 * epa-hook.el (auto-encryption-mode):
11408 * follow.el (follow-mode):
11409 * font-core.el (font-lock-mode):
11410 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11411 * help.el (temp-buffer-resize-mode):
11412 * hilit-chg.el (highlight-changes-mode)
11413 (highlight-changes-visible-mode):
11414 * hi-lock.el (hi-lock-mode):
11415 * hl-line.el (hl-line-mode, global-hl-line-mode):
11416 * icomplete.el (icomplete-mode):
11417 * ido.el (ido-everywhere):
11418 * image-file.el (auto-image-file-mode):
11419 * image-mode.el (image-minor-mode):
11420 * iswitchb.el (iswitchb-mode):
11421 * jka-cmpr-hook.el (auto-compression-mode):
11422 * linum.el (linum-mode):
11423 * longlines.el (longlines-mode):
11424 * master.el (master-mode):
11425 * mb-depth.el (minibuffer-depth-indicate-mode):
11426 * menu-bar.el (menu-bar-mode):
11427 * minibuf-eldef.el (minibuffer-electric-default-mode):
11428 * mouse-sel.el (mouse-sel-mode):
11429 * msb.el (msb-mode):
11430 * mwheel.el (mouse-wheel-mode):
11431 * outline.el (outline-minor-mode):
11432 * paren.el (show-paren-mode):
11433 * recentf.el (recentf-mode):
11434 * reveal.el (reveal-mode, global-reveal-mode):
11435 * rfn-eshadow.el (file-name-shadow-mode):
11436 * ruler-mode.el (ruler-mode):
11437 * savehist.el (savehist-mode):
11438 * scroll-all.el (scroll-all-mode):
11439 * scroll-bar.el (scroll-bar-mode):
11440 * server.el (server-mode):
11441 * shell.el (shell-dirtrack-mode):
11442 * simple.el (auto-fill-mode, transient-mark-mode)
11443 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11444 (line-number-mode, column-number-mode, size-indication-mode)
11445 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11446 * strokes.el (strokes-mode):
11447 * time.el (display-time-mode):
11448 * t-mouse.el (gpm-mouse-mode):
11449 * tool-bar.el (tool-bar-mode):
11450 * tooltip.el (tooltip-mode):
11451 * type-break.el (type-break-mode-line-message-mode)
11452 (type-break-query-mode):
11453 * view.el (view-mode):
11454 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11455 (global-whitespace-mode, global-whitespace-newline-mode):
11456 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11457
a3839de2
SM
11458 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11459 Fix autogenerated docstring.
06e21633 11460
5214e501
JL
114612011-10-19 Juri Linkov <juri@jurta.org>
11462
11463 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11464 by checking environment variables "DESKTOP_SESSION" and
11465 "XDG_CURRENT_DESKTOP". (Bug#9779)
11466
195f8db9
JL
114672011-10-19 Juri Linkov <juri@jurta.org>
11468
11469 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11470 (browse-url-chromium-program, browse-url-chromium-arguments):
11471 New defcustoms.
11472 (browse-url-default-browser): Check for `browse-url-chromium' and
11473 call `browse-url-chromium-program'.
11474 (browse-url-chromium): New command. (Bug#9779)
11475
343a34ff
JB
114762011-10-18 Juanma Barranquero <lekktu@gmail.com>
11477
11478 * facemenu.el (list-colors-duplicates): On Windows, detect more
11479 duplicates by assuming that only colors matching "^System" are
11480 special "system colors". (Bug#9722)
11481
6978a151
SM
114822011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11485 to distinguish the author from the committer.
11486
6a80b297
MA
114872011-10-18 Michael Albinus <michael.albinus@gmx.de>
11488
11489 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11490
b31a5677
JK
114912011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11492
11493 * international/mule.el (sgml-html-meta-auto-coding-function):
11494 Add support for detecting encoding in HTML5 specified only as
11495 <meta charset="UTF-8">. Implementation just makes http-equiv and
11496 content-type parts from HTML4 encoding string optional. (Bug#9716)
11497
80c6d77f
GM
114982011-10-18 Glenn Morris <rgm@gnu.org>
11499
11500 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11501
08b0fee8
CY
115022011-10-18 Chong Yidong <cyd@gnu.org>
11503
11504 * faces.el (cursor): Doc fix.
11505
67e729a5
CY
115062011-10-17 Chong Yidong <cyd@gnu.org>
11507
11508 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11509
343a34ff 115102011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
11511
11512 * dirtrack.el (dirtrack): Support shell buffers with path
11513 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11514
0bc06380
TZ
115152011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11516
11517 * json.el: Bump version to 1.3 and note change in History.
11518 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11519
8b79f3e0
SM
115202011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11521
5a7c536b
SM
11522 * comint.el (comint-insert-input, comint-send-input)
11523 (comint-get-old-input-default, comint-backward-matching-input)
11524 (comint-next-prompt): Use nil instead of `input' for field property of
11525 past user input (bug#114).
11526
96a8a0df
SM
11527 * minibuffer.el (completion--replace): Inherit surrounding properties
11528 (bug#114).
11529 (minibuffer-complete-and-exit): Use it.
11530
8b79f3e0
SM
11531 * comint.el (comint--table-subvert): Quote the all-completions output
11532 (bug#9160).
11533
b8f7ff0d
MR
115342011-10-17 Martin Rudalics <rudalics@gmx.at>
11535
8b79f3e0 11536 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 11537
b8f7ff0d 11538 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 11539 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
11540 entries and separate them from frame entries.
11541
c235b555
GM
115422011-10-15 Glenn Morris <rgm@gnu.org>
11543
11544 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11545 Doc fixes.
11546
6bbfa6e1
CY
115472011-10-15 Chong Yidong <cyd@stupidchicken.com>
11548
8b79f3e0
SM
11549 * net/network-stream.el (network-stream-open-starttls):
11550 Improve detection of failure due to lack of TLS support.
ec5c990d 11551
6bbfa6e1
CY
11552 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11553 putting the input text in front and in bold.
11554
98488977
SM
115552011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11556
3d1337be
SM
11557 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11558
ee0b45e4
SM
11559 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11560 empty buffer.
11561
98488977
SM
11562 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11563 unread-command-events rather than pushing yet-another event.
11564
186f4720
EZ
115652011-10-14 Eli Zaretskii <eliz@gnu.org>
11566
11567 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11568 the explanation of the possible choices. Make the options passed
11569 to completing-read shorter.
11570
8b7a997c
AM
115712011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11572
11573 * textmodes/flyspell.el (flyspell-large-region): Make sure
11574 extended character mode is used if defined (Bug#1339).
11575
12587bbb
EZ
115762011-10-13 Eli Zaretskii <eliz@gnu.org>
11577
11578 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
11579 character info for LRE, LRO, RLE, and RLO characters by appending
11580 an invisible PDF.
12587bbb 11581
bad41229
SM
115822011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11585 even in case of error; add debug spec; simplify data flow.
11586 (with-timeout-handler): Remove.
11587
28dbc92f
MA
115882011-10-12 Michael Albinus <michael.albinus@gmx.de>
11589
11590 Fix Bug#6019, Bug#9315.
11591
11592 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11593 complete `buffer-file-name', the local file name part could look
11594 remotely (for example on VMS).
11595
11596 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11597 `tramp-run-real-handler'.
11598 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11599 already quoted by '"'.
11600
11601 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11602 Let `file-name-handler-alist' be nil, the local file name part
11603 could look remotely (for example on VMS).
11604
e1b0b23a
SM
116052011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11608 from here...
11609 (flyspell-post-command-hook): ...to here.
11610
a120bde9
SM
116112011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11614 if not needed.
11615 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11616 using completion. Protect against "slow" callers.
11617 Remove the "message hack".
11618
7ce7717b
JL
116192011-10-11 Juri Linkov <juri@jurta.org>
11620
11621 * isearch.el (isearch-lazy-highlight-word): New variable.
11622 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11623 Use it. (Bug#9727)
11624
c02ee9d6
GM
116252011-10-11 Glenn Morris <rgm@gnu.org>
11626
11627 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11628 like f90-previous-statement does.
11629
93e616fd 116302011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11631
1f190e73 11632 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
11633 only in interactive use, to avoid error.
11634
af7b6078
SM
116352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * minibuffer.el (completion-file-name-table): Fix last change,
11638 i.e. ignore normal errors but not the other ones.
11639
0563dae9
MR
116402011-10-10 Martin Rudalics <rudalics@gmx.at>
11641
11642 * window.el (special-display-buffer-names)
11643 (special-display-regexps): Remove some remnants of earlier
11644 changes from doc-strings.
366ca7f3
MR
11645 (quit-windows-on): New function.
11646
11647 * vc/vc.el (vc-revert, vc-rollback):
11648 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11649 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 11650 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 11651
49677495
MR
116522011-10-09 Martin Rudalics <rudalics@gmx.at>
11653
11654 * window.el (frame-auto-hide-function): Add version tag.
11655 (Bug#9699)
11656
56f2d1e1
MA
116572011-10-09 Michael Albinus <michael.albinus@gmx.de>
11658
11659 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11660 condition.
11661
112a6592
LL
116622011-10-09 Leo Liu <sdl.web@gmail.com>
11663
11664 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11665 (Bug#9701)
11666
0812589b
GM
116672011-10-08 Glenn Morris <rgm@gnu.org>
11668
11669 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11670 before the first code statement zero indent. (Bug#9690)
11671
b2b0776e
CY
116722011-10-08 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * simple.el (count-words-region): Always count in the region.
11675 Report the number of lines and characters too.
11676 (count-words): New command, which counts in the buffer if the
11677 region is inactive, as count-words-region used to.
11678 (count-words--message): New function. Handle plurals.
11679 (count-lines-region): Make it an alias for count-words-region.
11680
11681 * bindings.el (esc-map): Replace count-lines-region with
11682 count-words-region.
11683
c557cd6b
MR
116842011-10-08 Martin Rudalics <rudalics@gmx.at>
11685
11686 * window.el (window--delete): Delete dedicated frame
11687 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 11688 (switch-to-buffer): Fix doc-string typo.
c557cd6b 11689
61a57ef4 116902011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11691
3a7d293b 11692 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 11693
c3833279
CY
116942011-10-07 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * bindings.el ([M-left],[M-right]): Bind to left-word and
11697 right-word respectively.
11698
21ce8245
GM
116992011-10-07 Glenn Morris <rgm@gnu.org>
11700
11701 * cus-start.el (debug-on-quit): Fix custom type.
11702
6d823bb2
LMI
117032011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11704
0181e193
LMI
11705 * subr.el (define-key-after): Clarify that the function is not
11706 useful for non-menu keymaps.
11707
6d823bb2
LMI
11708 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11709
8e3459ce 117102011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11711
21ce8245 11712 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 11713 in current minibuffer (Fix bug with recursive minibuffers).
11714
a1c2d21e
CY
117152011-10-06 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * progmodes/gdb-mi.el (gdb): Doc fix.
11718
5a4cf282
MR
117192011-10-05 Martin Rudalics <rudalics@gmx.at>
11720
11721 * window.el (frame-auto-hide-function): New option replacing
11722 frame-auto-delete. Suggested by Stefan Monnier.
11723 (window--delete): Call frame-auto-hide-function instead of
11724 investigating frame-auto-delete.
c96111ea
MR
11725 (window-point-1, set-window-point-1): New functions.
11726 (window-in-direction, record-window-buffer, window-state-get-1)
11727 (display-buffer-record-window): Use window-point-1 instead of
11728 window-point.
11729 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 11730
9854542e
SM
117312011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11734
8943cfb0
GM
117352011-10-05 Glenn Morris <rgm@gnu.org>
11736
11737 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11738 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11739
647ab967
LL
117402011-10-05 Leo Liu <sdl.web@gmail.com>
11741
11742 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11743 works with buffer object.
11744
3ddfbced
SM
117452011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * mpc.el (mpc-tool-bar-map): Add labels.
11748
bdfa5dd2
GM
117492011-10-04 Glenn Morris <rgm@gnu.org>
11750
11751 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11752
0e2070b5
MR
117532011-10-04 Martin Rudalics <rudalics@gmx.at>
11754
11755 * window.el (window--delete): New function.
11756 (frame-auto-delete): Resuscitate option.
11757 (bury-buffer, replace-buffer-in-windows)
11758 (quit-window): Rewrite using window--delete.
11759 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11760 Pass display-buffer-mark-dedicated to window--display-buffer-2
11761 (Bug#9639).
11762
3dc61a09
SM
117632011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11764
915a9b64
SM
11765 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11766 returns a list (bug#9554). Add remote file name completion.
11767 * comint.el (comint--table-subvert): Curry and get quote&unquote
11768 functions as arguments.
11769 (comint--complete-file-name-data): Adjust call accordingly.
11770 * pcomplete.el (pcomplete--table-subvert): Remove.
11771 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11772
3dc61a09
SM
11773 * minibuffer.el (completion-table-case-fold): Use currying.
11774 (completion--styles-type, completion--cycling-threshold-type):
11775 New constants.
11776 (completion-styles, completion-category-overrides)
11777 (completion-cycle-threshold): Use them.
11778 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11779 completion-table-case-fold.
11780
8ea0a993
SB
117812011-10-03 Stephen Berman <stephen.berman@gmx.net>
11782
11783 * minibuffer.el (completion-category-overrides): Fix type of styles
11784 and add more user friendly tags (bug#9660).
11785
8c24b7f6
SM
117862011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11789 (mule-input-method-string): New widget.
11790 (default-input-method, language-info-custom-alist): Use it.
11791
428fe61a
SM
117922011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11793
32c1fffd
SM
11794 * pcomplete.el: Require comint.
11795 (pcomplete--common-suffix): Remove.
11796 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11797 (pcomplete--table-subvert): Sync with comint--table-subvert.
11798 (pcomplete--entries): Use comint-completion-file-name-table.
11799 * comint.el (comint-unquote-filename): Simplify.
11800 (comint-completion-file-name-table): New function (bug#9616).
11801 (comint--complete-file-name-data): Use it.
11802
428fe61a
SM
11803 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11804 (pcmpl-gnu-tar-buffer): Remove.
11805 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
11806 around. Make sure pcomplete-suffix-list is only changed temporarily.
11807 Don't look inside the tar's file if it's too large.
428fe61a 11808
04c52e2f
CY
118092011-10-01 Chong Yidong <cyd@stupidchicken.com>
11810
ce3cefcc
CY
11811 * cus-edit.el (custom-mode-map):
11812 * epa.el (epa-key-list-mode-map):
11813 * man.el (Man-mode-map):
11814 * startup.el (splash-screen-keymap):
11815 * simple.el (special-mode-map): Use scroll-up-command and
11816 scroll-down-command.
11817
11818 * progmodes/idlw-help.el (idlwave-help-mode-map):
11819 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11820 * net/newst-plainview.el (newsticker-mode-map):
11821 * emulation/ws-mode.el (wordstar-mode-map):
11822 * emulation/vi.el (vi-com-map):
11823 * calc/calc-graph.el (calc-graph-show-dumb):
11824 * term/sun.el (terminal-init-sun):
11825 * term/ns-win.el (global-map):
11826 * progmodes/grep.el (grep-mode-map):
11827 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11828 * mail/rmail.el (rmail-mode-map):
11829 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11830
04c52e2f
CY
11831 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11832 custom-safe-themes as special.
11833
79adf8c8
JD
118342011-10-01 Julien Danjou <julien@danjou.info>
11835
11836 * notifications.el (notifications-notify): Fix docstring.
11837
63bd50d3
PS
118382011-10-01 Per Starbäck <per@starback.se>
11839
11840 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11841
199e4c7e
MR
118422011-09-30 Martin Rudalics <rudalics@gmx.at>
11843
11844 * startup.el (command-line-1): Fix last fix by inserting
11845 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 11846 (Bug#9605) and (Bug#9636)
199e4c7e 11847
fe5f08dd
EZ
118482011-09-29 Eli Zaretskii <eliz@gnu.org>
11849
11850 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11851 window is hscrolled, move by logical lines. (Bug#9607)
11852 (line-move-visual): Update the doc string to the above effect.
11853
b5516bbd
MR
118542011-09-29 Martin Rudalics <rudalics@gmx.at>
11855
ccee00c0
MR
11856 * window.el (display-buffer-record-window): When WINDOW is the
11857 selected window use `point' instead of `window-point'. (Bug#9626)
11858
b5516bbd
MR
11859 * startup.el (command-line-1): Use insert-before-markers when
11860 inserting initial-scratch-message. (Bug#9605)
ccee00c0 11861
b5516bbd
MR
11862 * help.el (help-window): Remove variable.
11863
52aa0014
GM
118642011-09-29 Glenn Morris <rgm@gnu.org>
11865
11866 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11867
df9a7357
JB
118682011-09-29 Juanma Barranquero <lekktu@gmail.com>
11869
11870 * descr-text.el (describe-char-categories): Accept category
11871 descriptions more than one line long.
11872
a8406c20
SM
118732011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11874
88d9610c
SM
11875 * simple.el (delete-trailing-whitespace): Fix last change.
11876
a5daf810
SM
11877 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11878 Don't confuse "y => 3" as the beginning of a `y' operation.
11879
a8406c20
SM
11880 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11881 object has more than 4 slots (bug#9613).
11882
a239d4e9
JB
118832011-09-28 Juanma Barranquero <lekktu@gmail.com>
11884
11885 * subr.el (with-output-to-temp-buffer):
11886 * net/quickurl.el (quickurl, quickurl-browse-url):
11887 Fix typos in docstrings.
11888
693fbdb6
EZ
118892011-09-27 Eli Zaretskii <eliz@gnu.org>
11890
11891 * minibuffer.el (completion-styles)
11892 (completion-category-overrides): Cross reference each other in doc
11893 strings.
11894
8b457e28
GM
118952011-09-27 Glenn Morris <rgm@gnu.org>
11896
11897 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11898 to split-string. (Bug#9606)
11899
85a16208
LMI
119002011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11901
11902 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11903 (bug#9615).
11904
502f9ebd
CY
119052011-09-27 Chong Yidong <cyd@stupidchicken.com>
11906
11907 * emacs-lisp/package.el (list-packages): Fix echo area message.
11908
7690bdea
LL
119092011-09-27 Leo Liu <sdl.web@gmail.com>
11910
11911 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11912
e2ee6f30
MA
119132011-09-25 Michael Albinus <michael.albinus@gmx.de>
11914
11915 * net/dbus.el (dbus-unregister-object): Don't release services for
11916 registered signals. (Bug#9581)
11917
f3f98342
TZ
119182011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11919
11920 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11921 function that picks between cfengine 2 and 3 support
11922 automatically. Update docs accordingly.
11923
dd7aa8dd
KH
119242011-09-22 Kenichi Handa <handa@m17n.org>
11925
11926 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11927 ZERO.
11928 (indian-itrans-v5-table-for-tamil): New variable.
11929 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11930
3f2b07f8
KM
119312011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11932
11933 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11934 that's true if the current command involved collapsing of text.
11935 It's reset to false at the beginning of the next command.
11936 (allout-post-command-business): Move the cursor to the beginning
11937 of entry if the cursor is hidden and collapsing activity just
11938 happened.
11939
371d6a61
CY
119402011-09-24 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11943 tracking (Bug#9541).
11944
2ac2721a
UJ
119452011-09-24 Ulf Jasper <ulf.jasper@web.de>
11946
11947 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
11948 (newsticker-show-news): Automatically load html rendering package
11949 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11950 because w3m-fill-column is let-bound" and the error "Symbol's value
11951 as variable is void: w3m-fill-column".
2ac2721a 11952
fac7ae53
MA
119532011-09-24 Michael Albinus <michael.albinus@gmx.de>
11954
11955 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11956 Release services only if they are defined. (Bug#9581)
11957
e08b633b
RS
119582011-09-23 Richard Stallman <rms@gnu.org>
11959
e488d29c
RS
11960 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11961 distinguish start of paragraph from start of its text.
11962
19c38752
RS
11963 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11964
e08b633b
RS
11965 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11966 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11967 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11968
0a39f27e
AS
119692011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11970
11971 * international/mule-diag.el (mule-diag): Insert a newline after
11972 each fontset description.
11973
db4e950d
SM
119742011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * simple.el (delete-trailing-whitespace):
11977 Document last change; simplify.
11978
eca3f3ea
PW
119792011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11980
d68e189a
PW
11981 * simple.el (delete-trailing-whitespace): Also delete
11982 extra newlines at the end of the buffer.
11983
eca3f3ea
PW
11984 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11985 (picture-newline): Use forward-line so as to ignore fields.
11986
01c157cc
SM
119872011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * subr.el (with-wrapper-hook): Fix edebug spec.
11990
022de23e
LMI
119912011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11992
11993 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11994 (bug#4538).
11995
91683089
MA
119962011-09-23 Michael Albinus <michael.albinus@gmx.de>
11997
eca3f3ea
PW
11998 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11999 Fix nasty bug using wrong cached values.
91683089 12000
5bdd6fa4
AM
120012011-09-23 Alan Mackenzie <acm@muc.de>
12002
12003 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
12004
97adfb97
CY
120052011-09-23 Chong Yidong <cyd@stupidchicken.com>
12006
12007 * window.el (pop-to-buffer): Ensure right window is selected if we
12008 chose another frame.
12009
d4ef2b50
EZ
120102011-09-22 Eli Zaretskii <eliz@gnu.org>
12011
12012 * simple.el (what-cursor-position): Use get-char-property-change
12013 and next-single-char-property-change, to be able to show display
12014 properties that come from overlays as well as text properties.
12015
72258fe5
CY
120162011-09-22 Chong Yidong <cyd@stupidchicken.com>
12017
12018 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12019
12020 * cmuscheme.el (run-scheme, switch-to-scheme):
12021 * cus-edit.el (customize-group, custom-buffer-create)
12022 (customize-browse):
12023 * info.el (info):
12024 * shell.el (shell):
12025 * mail/sendmail.el (mail):
12026 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12027
8f098516
RS
120282011-09-22 Richard Stallman <rms@gnu.org>
12029
12030 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12031 move back only to line beg, don't move back over blank lines.
12032
e74f1bb6
MA
120332011-09-22 Michael Albinus <michael.albinus@gmx.de>
12034
12035 * files.el (copy-directory): Set directory attributes only in case
12036 they could be retrieved from the source directory. (Bug#9565)
12037
bfeef8b6
DK
120382011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
12039
12040 * progmodes/hideshow.el (hs-looking-at-block-start-p)
12041 (hs-find-block-beginning, hs-hide-level-recursive):
12042 Ignore strings as well as comments. (Bug#9502)
12043
7e423bb8
AS
120442011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
12045
12046 * progmodes/sql.el (sql-comint-postgres):
12047 Convert port number to a string. (Bug#9566)
12048
b4d72fcf
MR
120492011-09-22 Martin Rudalics <rudalics@gmx.at>
12050
12051 * window.el (quit-window): Undedicate window when switching to
12052 previous buffer. Reported by Thierry Volpiatto
12053 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
12054 (special-display-popup-frame): When popping up a new frame reset
12055 its previous buffers to nil. Simplify code.
b4d72fcf 12056
a7b88dc6
MA
120572011-09-21 Michael Albinus <michael.albinus@gmx.de>
12058
12059 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12060 and process filter, as done also in `shell-command'.
12061
cf4eacfd
MR
120622011-09-21 Martin Rudalics <rudalics@gmx.at>
12063
eca3f3ea 12064 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
12065 Call set-window-start with NOFORCE argument t.
12066 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
12067 (quit-window): Reword doc-string. Handle new format of
12068 quit-restore parameter. Don't delete window if it has a
12069 previous buffer we can show instead of the present one.
12070 (display-buffer-record-window): Rewrite using a new format for
12071 the quit-restore window parameter
12072 (special-display-popup-frame, display-buffer-same-window)
12073 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12074 (display-buffer-pop-up-window, display-buffer-use-some-window):
12075 Adapt symbol passed to display-buffer-record-window.
12076 * help.el (help-window-setup): Handle new format of quit-restore
12077 parameter.
12078
8d28cb95
SM
120792011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12080
94ab793f
SM
12081 * faces.el (face-list): Fix docstring (bug#9564).
12082
8d28cb95
SM
12083 * window.el (display-buffer--action-function-custom-type):
12084 Don't include internal functions in the Custom interface.
12085
3820edeb
JL
120862011-09-20 Juri Linkov <juri@jurta.org>
12087
12088 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12089 (Info-forward-node, Info-backward-node, Info-next-preorder)
12090 (Info-last-preorder): Use it. (Bug#9528)
12091
5147931d
JL
120922011-09-20 Juri Linkov <juri@jurta.org>
12093
12094 * info.el (Info-last-preorder): Visit last menu item only when
12095 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12096
cf499a1a
JD
120972011-09-20 Julien Danjou <julien@danjou.info>
12098
12099 * password-cache.el (password-cache-remove): Remove entries even if the
12100 value is nil, so that password with a nil value (negative caching) is
12101 possible to invalidate.
12102
f84e2fe2
LM
121032011-09-20 Lawrence Mitchell <wence@gmx.li>
12104
12105 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12106 all whitespace around breakpoint. (Bug#9553)
12107 (f90-find-breakpoint): Only break at whitespace inside a comment.
12108
78054a46
SM
121092011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * minibuffer.el (completion-file-name-table): Keep track of errors.
12112 (completion-table-with-predicate): Handle the case where pred1 is nil.
12113 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12114
345083b2
SM
121152011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12116
e24e27be
SM
12117 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12118 (debugger-return-value): Signal an error if the debugging context does
12119 not await any return value.
12120
345083b2
SM
12121 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12122 * image-mode.el (image-toggle-display-text)
12123 (image-toggle-display-image): Stay away from evil `intangible'.
12124
08d355e3
LL
121252011-09-19 Leo Liu <sdl.web@gmail.com>
12126
12127 * replace.el (occur-revert-arguments): Make it permanent-local.
12128 (occur-mode): Don't call font-lock-defontify.
12129
f01da43f
CY
121302011-09-19 Chong Yidong <cyd@stupidchicken.com>
12131
12132 * net/ldap.el (ldap-search-internal): Don't push empty search
12133 result (Bug#9508).
12134
b6072fa6
SM
121352011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12138
443d6696
MA
121392011-09-19 Michael Albinus <michael.albinus@gmx.de>
12140
12141 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12142 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12143
7cc6e154
JL
121442011-09-18 Juri Linkov <juri@jurta.org>
12145
12146 * buff-menu.el (Buffer-menu-mode-map):
12147 * dired.el (dired-mode-map):
12148 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12149 (lisp-interaction-mode-map):
12150 * emacs-lisp/package.el (package-menu-mode-map):
12151 * epa.el (epa-key-list-mode-map):
12152 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12153 (menu-bar-options-menu):
12154 * outline.el (outline-mode-menu-bar-map):
12155 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12156 * vc/vc-dir.el (vc-dir-menu-map):
12157 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12158 Capitalize non-function content words in menu item strings.
12159
12160 * dired.el (dired-mode-map): Add menu item for
12161 `image-dired-dired-toggle-marked-thumbs'.
12162
80302a81
JL
121632011-09-18 Juri Linkov <juri@jurta.org>
12164
12165 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12166 to `isearch-case-fold-search' and restore its original value
12167 after the `isearch-mode' call.
12168
46c5cf66
JL
121692011-09-18 Juri Linkov <juri@jurta.org>
12170
12171 * progmodes/grep.el (grep-process-setup): Don't check code for 1
12172 because `zgrep' returns 1 for successful matches (bug#9226).
12173
d18b513b
JL
121742011-09-18 Juri Linkov <juri@jurta.org>
12175
12176 * info.el (Info-extract-menu-node-name): Check the second match
12177 for empty string (second test-case of bug#9528).
12178 (Info-last-preorder): Let-bind `Info-history' to nil to not add
12179 intermediate nodes to the history (first test-case of bug#9528).
12180
72753f87
JL
121812011-09-18 Juri Linkov <juri@jurta.org>
12182
12183 * info.el (Info-mode-syntax-table): New variable.
1154d12e 12184 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 12185
c9384295
JL
121862011-09-18 Juri Linkov <juri@jurta.org>
12187
1154d12e
JB
12188 * info.el (Info-file-supports-index-cookies):
12189 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12190 outputs one more line for long file names (bug#4142).
c9384295 12191
d473dce8
CY
121922011-09-18 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * newcomment.el (comment-normalize-vars): If prompting for
12195 comment-start, set comment-start-skip too (Bug#8424).
12196
2176854d
JB
121972011-09-18 Johan Bockgård <bojohan@gnu.org>
12198
12199 * icomplete.el: Fix previous fix of Bug#5849.
12200 (icomplete-mode): Don't set completion-show-inline-help.
12201 (icomplete-minibuffer-setup): Set completion-show-inline-help
12202 locally during icompletion.
12203
3aace4e4
CY
122042011-09-18 Chong Yidong <cyd@stupidchicken.com>
12205
c940224f
CY
12206 * woman.el (woman2-process-escapes): Don't delete unrecognized
12207 escapes (Bug#7843).
12208
3aace4e4
CY
12209 * files.el (inhibit-first-line-modes-regexps): Add image files.
12210 (hack-local-variables-prop-line): Return nil for malformed
12211 prop-lines (Bug#9044).
12212
710dec63
MA
122132011-09-18 Michael Albinus <michael.albinus@gmx.de>
12214
12215 * net/tramp.el (top): Don't require 'shell.
12216 (tramp-methods): Fix docstring.
12217 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
12218 Return complete remote file name. Handle "smb" case.
12219 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
12220 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12221
12222 * net/tramp-compat.el (top): Require 'shell.
12223
12224 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12225 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12226 `tramp-current-host'.
12227 (tramp-get-remote-tmpdir): Remove.
12228
12229 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12230 `tramp-tmpdir' entries.
12231 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12232 (tramp-smb-handle-file-attributes): Ignore errors.
12233 (tramp-smb-wait-for-output): Check also for process end.
12234
5d5ac8ec
LMI
122352011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12236
12237 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12238 when sending QUIT (bug#9312).
12239
8c0f49f0
CY
122402011-09-17 Chong Yidong <cyd@stupidchicken.com>
12241
12242 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12243 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12244 occur-mode-display-occurrence.
12245 (occur-edit-mode): Add usage message.
12246 (occur-cease-edit): New command.
12247 (occur-after-change-function): Use text properties to find the
12248 position of the prefix text.
12249 (occur-engine): Set stickiness of prefix text properties.
12250
8f1383f7
GM
122512011-09-17 Glenn Morris <rgm@gnu.org>
12252
12253 * progmodes/etags.el (complete-tag):
12254 Fix call to completion-in-region. (Bug#9526)
12255
744ba0e3
JL
122562011-09-17 Juri Linkov <juri@jurta.org>
12257
12258 * textmodes/ispell.el (ispell-word): Add to the error message
12259 the word, ispell program name and current dictionary (bug#9121).
12260 (ispell-tex-arg-end): Capitalize "error" in the error message.
12261
d9bbf400
AS
122622011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12263
12264 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12265 check. (Bug#4251)
12266
8da11505
JL
122672011-09-17 Juri Linkov <juri@jurta.org>
12268
12269 * window.el (window-safe-min-height, window-safe-min-width):
12270 Fix typos (followup to bug#9522).
12271
a91adc7e
SJ
122722011-09-17 Sven Joachim <svenjoac@gmx.de>
12273
12274 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12275
064f328a
EZ
122762011-09-16 Eli Zaretskii <eliz@gnu.org>
12277
12278 * simple.el (line-move): If goal-column is set, move by logical
12279 lines, not by display lines. (Bug#971)
12280 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12281 to reflect the above change.
12282
e69df516
SM
122832011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * image.el (imagemagick-register-types): Use regexp-opt.
12286
cbb0f9ab
CY
122872011-09-15 Chong Yidong <cyd@stupidchicken.com>
12288
12289 * window.el (display-buffer-base-action): Rename from
12290 display-buffer-default-action. Make default value empty.
12291 (display-buffer-overriding-action): Convert to defvar.
12292 (display-buffer-fallback-action): New var.
12293
25322144
CY
122942011-09-15 Chong Yidong <cyd@stupidchicken.com>
12295
12296 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12297 declaration.
12298 (package--add-to-archive-contents): If there is a duplicate entry
12299 with an older version, remove it.
12300 (package-menu-mark-delete, package-menu-mark-install)
12301 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
12302 (package-menu-mark-obsolete-for-deletion):
12303 Use package-menu-get-status instead of a regexp search.
25322144
CY
12304 (package-menu-get-status): Use tabulated-list-entry.
12305 (package-menu-mark-upgrades): New command.
d770725a 12306 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
12307 (package-menu-execute): Do installation before deletion.
12308 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12309 instead of checking major-mode.
12310 (package-menu--find-upgrades): New function.
12311
7520339c
LMI
123122011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12313
12314 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12315 passwords in the log buffer.
65a046c4
LMI
12316 (smtpmail-process-filter): Update the process marker so that the
12317 "broken by peer" status message is inserted in the right place.
7520339c 12318
d3c30954
SM
123192011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12320
3fe48822
SM
12321 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12322 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12323 bibtex-completion-at-point-function.
12324 (bibtex-completion-at-point-function): Use them.
12325
1b8b3954
SM
12326 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12327
d3c30954
SM
12328 * mpc.el (mpc-constraints-tag-lookup): New function.
12329 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12330 also to browser "album|playlist".
12331
72779976
JL
123322011-09-14 Juri Linkov <juri@jurta.org>
12333
12334 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12335 (isearch-edit-string): Use length of `isearch-string' when
12336 `isearch-fail-pos' returns nil.
12337 (isearch-message): Remove duplicate code and call
12338 `isearch-fail-pos' with arg `t'.
12339
a0bf2bcd
CY
123402011-09-14 Chong Yidong <cyd@stupidchicken.com>
12341
17bb0a2d
CY
12342 * replace.el (occur-mode-goto-occurrence): Don't force using other
12343 window (Bug#9499).
12344
a0bf2bcd
CY
12345 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12346
f678e0b6
MR
123472011-09-14 Martin Rudalics <rudalics@gmx.at>
12348
12349 * window.el (display-buffer-window): Remove.
12350 (display-buffer-record-window): Use help-setup window parameter
12351 instead of variable display-buffer-window.
12352 (display-buffer-function, special-display-buffer-names)
12353 (special-display-function): Mention help-setup parameter instead
12354 of display-buffer-window in doc-string.
d3c30954
SM
12355 * help.el (help-window-setup): New argument help-window.
12356 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
12357 Reword some messages.
12358 (with-help-window): Pass window used for displaying the buffer
12359 to help-window-setup. Don't set display-buffer-window.
12360
8e39b2e8
GM
123612011-09-13 Glenn Morris <rgm@gnu.org>
12362
12363 * emacs-lisp/debug.el (debugger-make-xrefs):
12364 Preserve point. (Bug#9462)
12365
85e9c04b
CY
123662011-09-13 Chong Yidong <cyd@stupidchicken.com>
12367
12368 * window.el (window-deletable-p): Use next-frame.
12369
1b36ed6a
MR
123702011-09-13 Martin Rudalics <rudalics@gmx.at>
12371
12372 * window.el (window-auto-delete): Remove.
12373 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 12374 dedication and previous buffers.
1b36ed6a
MR
12375 (switch-to-prev-buffer): Don't delete window.
12376 (delete-windows-on): Delete a window's frame if and only if the
12377 window is dedicated.
12378 (replace-buffer-in-windows): Delete buffer's window or frame if
12379 and only if window is dedicated.
12380 (quit-window): Handle quit-restore as before last change.
4d61f28d 12381 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 12382
ef8ef9fb
CY
123832011-09-13 Chong Yidong <cyd@stupidchicken.com>
12384
12385 * window.el (window-deletable-p): Never delete the last frame on a
12386 given terminal.
12387
b2cba41e
GM
123882011-09-13 Glenn Morris <rgm@gnu.org>
12389
12390 * help.el (describe-key-briefly): Copy previous standard-output change.
12391
51553db6 123922011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
12393
12394 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12395
b7556719
GM
123962011-09-13 Glenn Morris <rgm@gnu.org>
12397
12398 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12399 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12400
64b51947
CY
124012011-09-12 Chong Yidong <cyd@stupidchicken.com>
12402
12403 * dired-aux.el (dired-mark-read-string): Don't return default
12404 value on empty input (Bug#9361).
12405 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12406 Omit initial minibuffer contents.
12407 (dired-do-chmod): Signal an error on empty input.
12408 (dired-mark-read-string): Don't return default on empty input.
12409
12410 * files.el (file-modes-symbolic-to-number): Doc fix.
12411
393a301e
SM
124122011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * international/mule-cmds.el (ucs-completions): Remove.
12415 (read-char-by-name): Use complete-with-action instead; add metadata.
12416
fa5660f9
CY
124172011-09-11 Chong Yidong <cyd@stupidchicken.com>
12418
12419 * window.el (display-buffer--action-function-custom-type)
12420 (display-buffer--action-custom-type): New vars.
12421 (display-buffer-alist, display-buffer-default-action)
12422 (display-buffer-overriding-action): Add defcustom types.
12423
4a592f66
CY
12424 * frame.el (delete-other-frames): Doc fix (Bug#276).
12425
73d56dbd
LMI
124262011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12427
12428 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12429
37ac18a3
CY
124302011-09-11 Chong Yidong <cyd@stupidchicken.com>
12431
12432 Change modes that used same-window-* vars to use switch-to-buffer.
12433
12434 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12435 Use switch-to-buffer.
12436
12437 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
12438 (customize-browse, custom-buffer-create-other-window):
12439 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
12440
12441 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12442 (Info-prev, Info-up, Info-speedbar-goto-node)
12443 (info-display-manual): Use switch-to-buffer.
12444 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12445
12446 * mail/sendmail.el (mail): Use switch-to-buffer.
12447 (mail-recover): Use switch-to-buffer-other-window.
12448
12449 * cmuscheme.el (run-scheme, switch-to-scheme):
12450 * ielm.el (ielm):
12451 * shell.el (shell):
12452 * net/rlogin.el (rlogin):
12453 * net/telnet.el (telnet, rsh):
12454 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12455
10195bd6
AS
124562011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12457
12458 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12459
b322f63a
LMI
124602011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12461
39d7fed6
LMI
12462 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12463 so don't mention it (bug#9301).
ba5a81f1 12464 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 12465
ee0e9f11
LMI
12466 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12467 match `x', `w32' and `ns', like the manual says (bug#9029).
12468
0b1c89c1 12469 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
12470 (process-kill-buffer-query-function): Mention the buffer name in
12471 the query.
0b1c89c1 12472
77549ea8
LMI
12473 * image-mode.el (image-next-line): The line parameter is mandatory
12474 (bug#9258).
12475
803ef892
LMI
12476 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12477 which can be useful (bug#9301).
12478
12980837
LMI
12479 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12480
91054f8f
LMI
12481 * subr.el (match-string): Mention that the current buffer should
12482 be the same as the search was done in (bug#9282).
12483
b322f63a
LMI
12484 * facemenu.el: Disable the remove-* commands if the mark isn't
12485 active (bug#9162).
12486
3199b96f
CY
124872011-09-10 Chong Yidong <cyd@stupidchicken.com>
12488
12489 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12490 of display-buffer.
12491 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12492
12493 * replace.el (occur-mode-goto-occurrence)
12494 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12495 and display-buffer.
12496
12497 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12498 display-buffer.
12499
12500 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12501 special-display and same-window variables.
12502 (mail-other-window): Use switch-to-buffer-other-window.
12503 (mail-other-frame): USe switch-to-buffer-other-frame.
12504
393a301e
SM
12505 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12506 Use display-buffer-other-frame.
3199b96f
CY
12507 (gdb-display-gdb-buffer): Use pop-to-buffer.
12508
12509 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12510
12511 * progmodes/python.el: Don't set same-window-buffer-names.
12512
12513 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12514
12515 * window.el (display-buffer-alist): Add *Python*.
12516
8319e0bf
CY
125172011-09-10 Chong Yidong <cyd@stupidchicken.com>
12518
12519 * window.el (display-buffer-alist): Add entry for buffers
12520 previously handled same-window-*.
12521 (display-buffer-alist, display-buffer-default-action)
12522 (display-buffer-overriding-action): Mark as risky.
12523 (display-buffer-alist): Document action function changes.
12524 (display-buffer--same-window-action)
12525 (display-buffer--other-frame-action): New variables.
12526 (switch-to-buffer, display-buffer-other-frame): Use them.
12527 (display-buffer): Rename reuse-frame entry to reusable-frames.
12528 (display-buffer-reuse-selected-window): Function deleted.
12529 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12530 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12531 (display-buffer-special): New function.
12532 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12533 display-buffer-reuse-or-pop-window. Split off special-display
12534 part into display-buffer-special.
12535 (display-buffer-use-some-window): Don't perform any special
12536 pop-up-frames handling.
12537 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 12538 (display-buffer--maybe-same-window): Rename from
0d3ff375 12539 display-buffer-maybe-same-window.
8319e0bf 12540
919a69aa
CY
12541 * info.el: Don't set same-window-regexps.
12542 (info-setup): New function.
12543 (info-other-window, info): Call it.
12544
12545 * cus-edit.el: Don't set same-window-regexps.
12546 (customize-group): New argument.
12547 (customize-group-other-window): Use it.
12548 (customize-face, customize-face-other-window): Likewise.
12549 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12550
8319e0bf
CY
12551 * net/rlogin.el:
12552 * net/telnet.el:
12553 * progmodes/gud.el: Don't set same-window-regexps.
12554
12555 * cmuscheme.el:
12556 * ielm.el:
12557 * shell.el:
12558 * mail/sendmail.el:
12559 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12560
25173000
JL
125612011-09-10 Juri Linkov <juri@jurta.org>
12562
12563 * isearch.el (isearch-edit-string): Remove obsolete mention of
12564 `C-w' (`isearch-yank-word-or-char') from docstring.
12565 (isearch-query-replace): Fix typo in docstring (bug#9466).
12566
056e44ef
JL
125672011-09-10 Juri Linkov <juri@jurta.org>
12568
12569 * paren.el (show-paren-function): Don't show escaped parens.
12570 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12571
c3760c17
EZ
125722011-09-10 Eli Zaretskii <eliz@gnu.org>
12573
12574 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12575 (mm-default-file-encoding): Remove autoload forms, they are
12576 replaced with autoload cookies in mml.el and mm-encode.el.
12577 (mail-add-attachment): New command.
12578 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12579 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12580 the doc string.
12581 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12582
fece895e
RT
125832011-09-10 Reuben Thomas <rrt@sc3d.org>
12584
e69df516
SM
12585 * simple.el (count-words-region): Use buffer if there's no region
12586 (bug#9429).
fece895e 12587
5e68ce4a
JL
125882011-09-09 Juri Linkov <juri@jurta.org>
12589
12590 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12591 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12592 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12593
0a6b9622
AM
125942011-09-09 Alan Mackenzie <acm@muc.de>
12595
12596 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12597 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12598
14a29deb
EZ
125992011-09-09 Eli Zaretskii <eliz@gnu.org>
12600
12601 Fix for Savannah bug#9392.
12602 * simple.el (mail-encode-mml): New defvar.
12603
12604 * mail/rmail.el (mail-encode-mml): Add a defvar.
12605 (rmail-enable-mime-composing): Default to t.
12606 (rmail-forward): Use MIME method of forwarding only if both
12607 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12608 Set mail-encode-mml non-nil if the MIME method was used.
12609
12610 * mail/sendmail.el (mml-to-mime): Add autoload form.
12611 (mail-encode-mml): Add a defvar.
12612 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12613 to nil.
12614 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12615 message through mml-to-mime, and reset mail-encode-mml to nil.
12616
28c45130
GM
126172011-09-09 Glenn Morris <rgm@gnu.org>
12618
12619 * woman.el (woman-if-body): When processing an .el block,
12620 do not delete the next .el block as well. (Bug#9447)
69f4b618 12621 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 12622
9b1c252e
MR
126232011-09-08 Martin Rudalics <rudalics@gmx.at>
12624
12625 * window.el (window-deletable-p): Make sure window is live before
12626 invoking window-prev-buffers.
12627
567457e3
LL
126282011-09-08 Leo Liu <sdl.web@gmail.com>
12629
12630 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12631
97f05794
JL
126322011-09-08 Juri Linkov <juri@jurta.org>
12633
12634 * progmodes/compile.el (compilation-environment): Make it
12635 a defcustom (bug#8340).
12636
8b0874b5
MR
126372011-09-08 Martin Rudalics <rudalics@gmx.at>
12638
12639 * window.el (frame-auto-delete): Rename to window-auto-delete.
12640 Make it control auto-deletion of windows and/or frames.
12641 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 12642 for deleting window/frame. (Bug#9419)
8b0874b5
MR
12643 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12644 Rewrite handling of case when window/frame can be deleted.
12645 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 12646 argument t. (Bug#9456)
8b0874b5 12647
4feb6e73
CY
126482011-09-07 Chong Yidong <cyd@stupidchicken.com>
12649
12650 * help-mode.el (help-mode): Restore autoload.
12651
91ab9c13
JL
126522011-09-07 Juri Linkov <juri@jurta.org>
12653
12654 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12655 `compilation-environment'. Set buffer-local
12656 `compilation-environment' to `thisenv' later after (funcall mode).
12657 (Bug#8340)
12658
12659 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12660 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12661 instead of replacing its value. (Bug#8340)
12662
0527e251
JL
126632011-09-07 Juri Linkov <juri@jurta.org>
12664
12665 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12666 based on text properties put by `grep-filter' instead of matching
12667 escape sequences.
12668 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12669 to the value of `grep-error-screen-columns' (bug#9438).
12670
249f792c
JL
126712011-09-07 Juri Linkov <juri@jurta.org>
12672
12673 * simple.el (next-error-highlight, next-error-highlight-no-select):
12674 Doc fix (bug#9432).
12675
ff7271b9
OT
126762011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12677
12678 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12679 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12680
183fc730
LL
126812011-09-07 Leo Liu <sdl.web@gmail.com>
12682
12683 * net/rcirc.el (rcirc-mode): Conditionally initialize
12684 rcirc-input-ring.
12685
77694924
SM
126862011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12687
12688 * emacs-lisp/find-func.el (find-function-C-source): Only set
12689 find-function-C-source-directory after checking that we found a source
12690 file there (bug#9440).
12691
d809b8eb
AM
126922011-09-06 Alan Mackenzie <acm@muc.de>
12693
12694 * isearch.el (isearch-other-meta-char): Wherever a key list is
12695 unread, "unread" the prefix arg, too. This fixes bug #8901.
12696
453de99f
OG
126972011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12698
12699 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12700
90439906
JL
127012011-09-05 Juri Linkov <juri@jurta.org>
12702
12703 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12704
f62bd846
JL
127052011-09-05 Juri Linkov <juri@jurta.org>
12706
12707 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12708 keeping point where processing of grep matches begins, and
12709 continue to delete remaining escape sequences from the same point.
12710 (grep-filter): Make leading zero optional in "0?1;31m" because
12711 git-grep emits "\033[1;31m" escape sequences unlike expected
12712 "\033[01;31m" as GNU Grep does (bug#9408).
12713 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12714
045820ec
JL
127152011-09-05 Juri Linkov <juri@jurta.org>
12716
12717 * subr.el (y-or-n-p): Capitalize "yes".
12718
f5e29b9b
MA
127192011-09-04 Michael Albinus <michael.albinus@gmx.de>
12720
12721 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12722 `tramp-cache-unload-hook' where appropriate.
12723 (tramp-methods): Rename `tramp-remote-sh' to
12724 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12725 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12726
12727 * net/tramp-sh.el (top): Don't require 'shell.
12728 (tramp-methods): Add `tramp-remote-shell' and
12729 `tramp-remote-shell-args' entries.
12730 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12731 (tramp-sh-handle-shell-command): Remove.
12732 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12733 Use `tramp-remote-shell'.
12734
2784c434
CY
127352011-09-03 Chong Yidong <cyd@stupidchicken.com>
12736
393a301e 12737 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
12738 (sendmail-query-once): Save directly to send-mail-function.
12739 Update message-send-mail-function too.
12740
12741 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12742
464cdf56
CS
127432011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12744
12745 * progmodes/python.el (python-mode-map): Use correct function to
12746 start python interpreter from menu-bar (as reported by Geert
12747 Kloosterman).
12748 (inferior-python-mode-map): Fix typo.
393a301e 12749 (python-shell-map): Remove.
464cdf56 12750
d37e5c87
DD
127512011-09-03 Deniz Dogan <deniz@dogan.se>
12752
12753 * net/rcirc.el (rcirc-print): Simplify code for
12754 rcirc-scroll-show-maximum-output. There is no need to walk
12755 through all windows to find the right one.
12756
f3ada0ee
CS
127572011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12758
12759 * help.el (help-return-method): Doc fix.
12760
1f3c99ca
MR
127612011-09-03 Martin Rudalics <rudalics@gmx.at>
12762
12763 * window.el (window-deletable-p): Don't return a non-nil value
12764 when there's a buffer that was shown in the window before.
12765 (Bug#9419)
393a301e
SM
12766 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12767 Set window's previous buffers to nil.
1f3c99ca 12768
a3cf097f
EZ
127692011-09-03 Eli Zaretskii <eliz@gnu.org>
12770
12771 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12772 newline before and after the tag line, so it doesn't interfere
12773 with determining the paragraph direction of bidirectional text.
12774
3d03de90
LL
127752011-09-03 Leo Liu <sdl.web@gmail.com>
12776
12777 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12778
c3313451
CY
127792011-09-02 Chong Yidong <cyd@stupidchicken.com>
12780
393a301e 12781 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
12782 (pop-to-buffer): Change interactive spec. Pass second argument
12783 directly to display-buffer.
12784 (display-buffer): Fix interactive spec. Use functionp to
12785 distinguish between a function and a list of functions.
12786
12787 * abbrev.el (edit-abbrevs):
12788 * arc-mode.el (archive-extract):
12789 * autoinsert.el (auto-insert):
12790 * bookmark.el (bookmark-bmenu-list):
12791 * files.el (find-file):
12792 * view.el (view-buffer):
12793 * progmodes/compile.el (compilation-goto-locus):
12794 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12795
89894cd8
CY
127962011-09-02 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * window.el (display-buffer-alist): Doc fix.
12799 (display-buffer): Add docstring. Don't treat
12800 display-buffer-default specially.
12801 (display-buffer-reuse-selected-window)
12802 (display-buffer-same-window, display-buffer-maybe-same-window)
12803 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12804 (display-buffer-pop-up-window)
12805 (display-buffer-reuse-or-pop-window)
12806 (display-buffer-use-some-window): New functions.
12807 (display-buffer-default-action): Use them.
393a301e 12808 (display-buffer-default): Delete.
89894cd8
CY
12809 (pop-to-buffer-1): Fix choice of actions.
12810
ae0bc9fb
SM
128112011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * minibuffer.el (completion--insert-strings): Don't get confused by
12814 completion entries that end with an LF char.
12815
e9d90883
EZ
128162011-09-01 Eli Zaretskii <eliz@gnu.org>
12817
12818 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12819
437014c8
CY
128202011-09-01 Chong Yidong <cyd@stupidchicken.com>
12821
12822 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
12823 (display-buffer-same-window, display-buffer-other-window):
12824 New functions.
437014c8
CY
12825 (pop-to-buffer-1): New function. Use the above.
12826 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 12827 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
12828
12829 * view.el (view-buffer-other-window, view-buffer-other-frame):
12830 Just use pop-to-buffer.
12831
a5e063d5
TV
128322011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12833
12834 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12835
793d32bb
WH
128362011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12837
12838 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12839
d65e4c15
RS
128402011-08-31 Richard Stallman <rms@gnu.org>
12841
12842 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12843 of the separation of rmail-view-buffer from rmail-buffer.
12844 If you say no to "replace original", the decrypt is in the
12845 view buffer. If you say yes, the decrypt goes into the
12846 rmail buffer also.
12847
f818cd2a
MR
128482011-08-31 Martin Rudalics <rudalics@gmx.at>
12849
12850 * window.el (display-buffer-window): Rewrite doc-string.
12851 (display-buffer-record-window): New function.
12852 (display-buffer-macro-specifiers)
12853 (display-buffer-even-window-sizes, display-buffer-set-height)
12854 (display-buffer-set-width, display-buffer-in-window)
12855 (display-buffer-reuse-window, display-buffer-split-specifiers)
12856 (display-buffer-side-specifiers, display-buffer-split-window-1)
12857 (display-buffer-split-window, display-buffer-split-atom-window)
12858 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12859 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12860 (display-buffer-other-window-means-other-frame)
12861 (display-buffer-normalize-special)
12862 (display-buffer-normalize-default)
12863 (display-buffer-normalize-argument)
12864 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12865 (display-buffer-normalize-specifiers, display-buffer-frame)
12866 (display-buffer-same-window, display-buffer-same-frame)
12867 (display-buffer-other-window)
12868 (display-buffer-same-frame-other-window)
12869 (display-buffer-other-frame, pop-to-buffer-same-window)
12870 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12871 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12872 (switch-to-buffer-same-frame)
12873 (switch-to-buffer-other-window-same-frame)
12874 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12875 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12876 (display-buffer-alist-set): Remove.
12877 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
12878 (special-display-regexps, special-display-function):
12879 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
12880 parameter.
12881 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12882 (special-display-frame-alist, special-display-popup-frame)
12883 (same-window-buffer-names, same-window-regexps, same-window-p)
12884 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12885 (split-window-preferred-function, split-height-threshold)
12886 (split-width-threshold, window-splittable-p)
12887 (split-window-sensibly, window--try-to-split-window)
12888 (window--frame-usable-p, even-window-heights)
12889 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
12890 (window--display-buffer-2, display-buffer-other-frame):
12891 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
12892 (display-buffer-default, display-buffer-assq-regexp): New functions.
12893 (display-buffer-alist): Rewrite doc-string.
12894 (display-buffer-default-action)
12895 (display-buffer-overriding-action): New variables.
12896 (display-buffer, switch-to-buffer): Rewrite.
12897 (pop-to-buffer): Restore Emacs 23 behavior but use
12898 window-normalize-buffer-to-display.
12899 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12900 Restore Emacs 23 behavior but use
12901 window-normalize-buffer-to-switch-to.
12902 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
12903 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12904 Rewrite using Emacs 23 options.
f818cd2a 12905
5bc3b51d
MA
129062011-08-31 Michael Albinus <michael.albinus@gmx.de>
12907
12908 * net/tramp.el (tramp-root-regexp): Remove.
12909 (tramp-completion-file-name-regexp-unified)
12910 (tramp-completion-file-name-regexp-separate)
12911 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 12912 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
12913 (tramp-drop-volume-letter): Simplify definition.
12914 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 12915
b1a4f8e1
SM
129162011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12919 (bug#9356).
12920
5664fa7b
RT
129212011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12922
b1a4f8e1 12923 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 12924
9a45d6c3
JL
129252011-08-29 Juri Linkov <juri@jurta.org>
12926
12927 * isearch.el (isearch-done): Don't display message "Mark saved"
12928 when arg `edit' is non-nil to prevent its flicker in the echo area.
12929
fb87e0fb
CY
129302011-08-28 Chong Yidong <cyd@stupidchicken.com>
12931
12932 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12933 obsolete packages for deletion.
12934
09ac1c2a
CS
129352011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12936
12937 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 12938 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
12939 view-mode from help-mode.
12940 (help-xref-override-view-map): Remove.
12941 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12942 view-mode is not used anymore.
12943
7a1ff57f
CY
129442011-08-28 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * server.el (server-port): Doc fix.
12947
b9696605
CY
12948 * cus-theme.el (custom-theme-choose-mode): Inherit from
12949 special-mode (Bug#9124).
12950 (custom-theme-choose-mode-map): Add special-mode to parent.
12951
ef8cdf8c
AM
129522011-08-28 Alan Mackenzie <acm@muc.de>
12953
12954 * progmodes/cc-fonts.el
12955 (c-make-font-lock-BO-decl-search-function): New function.
12956 (c-basic-matchers-after - "Fontify the clauses after various
12957 keywords"): Extract the three keyword lists for the 3 erroneous
12958 constructs from the list of four, and use the new function above
12959 in place of an old one.
12960
27de4e20
DD
129612011-08-28 Deniz Dogan <deniz@dogan.se>
12962
12963 * net/rcirc.el (rcirc-insert-prev-input)
12964 (rcirc-insert-next-input): Remove unused argument.
12965
356a3681
SM
129662011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12969
3fc9b218
AM
129702011-08-27 Alan Mackenzie <acm@muc.de>
12971
12972 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12973 handle function pointer parameters properly.
12974
538a061c
MR
129752011-08-27 Martin Rudalics <rudalics@gmx.at>
12976
12977 * window.el (display-buffer-reuse-window): Fix case where
12978 selected window was reused with non-nil OTHER-WINDOW argument.
12979 (Bug#9381)
12980
35b1c40c
DD
129812011-08-27 Deniz Dogan <deniz@dogan.se>
12982
12983 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12984 oftc's NickServ messages.
12985
2f6a3e79
GM
129862011-08-27 Glenn Morris <rgm@gnu.org>
12987
12988 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12989
7254299e
CY
129902011-08-26 Chong Yidong <cyd@stupidchicken.com>
12991
12992 * emacs-lisp/package.el (package-install): Call package-initialize
12993 if called interactively.
12994
f8ccf167
LL
129952011-08-26 Leo Liu <sdl.web@gmail.com>
12996
12997 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12998
3e8cd5ce
JL
129992011-08-25 Juri Linkov <juri@jurta.org>
13000
13001 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13002 `search-whitespace-regexp' (bug#9364).
13003
93eb7113
JL
130042011-08-25 Juri Linkov <juri@jurta.org>
13005
13006 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
13007 `regexp-search-ring' to their global values to protect from
13008 updating by `read-from-minibuffer' (bug#9185).
13009
f65d1611
JL
130102011-08-25 Juri Linkov <juri@jurta.org>
13011
13012 * textmodes/ispell.el (ispell-command-loop): Add newline
13013 at the end of the "Use option `i'..." line.
13014
f1cf7a31
JL
130152011-08-25 Juri Linkov <juri@jurta.org>
13016
13017 * battery.el (display-battery-mode): If `battery-status-function'
13018 or `battery-mode-line-format' is nil, display the message and set
13019 `display-battery-mode' to nil (bug#9363).
13020
0c95fcf7
EZ
130212011-08-25 Eli Zaretskii <eliz@gnu.org>
13022
13023 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13024 bidi-string-mark-left-to-right; they are unnecessary now.
13025
a2ebe600
DD
130262011-08-25 Deniz Dogan <deniz@dogan.se>
13027
13028 * net/quickurl.el: Documentation typo fixes.
13029
e4ed06f1
CY
130302011-08-25 Chong Yidong <cyd@stupidchicken.com>
13031
13032 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13033
e5f1c99e
GM
130342011-08-25 Glenn Morris <rgm@gnu.org>
13035
b2948976
GM
13036 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13037
e5f1c99e
GM
13038 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13039 (smtpmail-via-smtp): Handle nil response from smtp.
13040
f22f4808
JL
130412011-08-24 Juri Linkov <juri@jurta.org>
13042
13043 * proced.el (proced-marked): Inherit from `error' instead of
13044 `font-lock-warning-face'.
13045
13046 * ibuffer.el (ibuffer-marked-face): Change default face from
13047 `font-lock-warning-face' to `warning'.
13048 (ibuffer-deletion-face): Change default face from
13049 `font-lock-type-face' to `error'.
13050
13051 * battery.el (battery-update): Use the face `error' instead of
13052 `font-lock-warning-face' (bug#6117).
13053
6a93965e
JL
130542011-08-24 Juri Linkov <juri@jurta.org>
13055
13056 * faces.el (success): Change face color from "Green3" to
13057 "ForestGreen" on light background (bug#9353).
13058
1ed43b09
CY
130592011-08-24 Chong Yidong <cyd@stupidchicken.com>
13060
5664fa7b
RT
13061 * window.el (quit-window): Rename from quit-restore-window.
13062 Use same arglist as old quit-window.
1ed43b09
CY
13063 (frame-auto-delete): Doc fix.
13064
13065 * view.el (view-mode-exit): Use quit-window.
13066
11dcdbb2
JL
130672011-08-24 Juri Linkov <juri@jurta.org>
13068
13069 * isearch.el (isearch-ring-adjust1): Start visiting previous
13070 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13071 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13072 for empty search string (when the last search string is reused
13073 automatically) to adjust the isearch ring to the last element and
13074 prepare the correct index for further M-p commands (bug#9185).
13075
de62b4df
KH
130762011-08-24 Kenichi Handa <handa@m17n.org>
13077
13078 * international/ucs-normalize.el: If decomposition property of
13079 CHAR is the default one (i.e. a list of CHAR itself), treat it as
13080 nil.
13081 (nfd, nfkd): Likewise.
13082
963b492b
SM
130832011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13086 from process filters aren't reliably transmitted to the surrounding
13087 accept-process-output.
13088 (mpc-proc-check): New function.
13089 (mpc-proc-sync): Use it (bug#8293)
13090
93b6b5e1
SM
130912011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13094 Add compatibility functions (bug#9313).
13095
bca633fb
EZ
130962011-08-23 Eli Zaretskii <eliz@gnu.org>
13097
b177498a
EZ
13098 * cus-start.el (all): Add entry for bidi-paragraph-direction.
13099
6df6ae42 13100 * international/uni-bidi.el: Regenerate.
bca633fb 13101
0902a04e
KH
131022011-08-23 Kenichi Handa <handa@m17n.org>
13103
13104 * international/charprop.el:
13105 * international/uni-bidi.el:
13106 * international/uni-category.el:
13107 * international/uni-combining.el:
13108 * international/uni-comment.el:
13109 * international/uni-decimal.el:
13110 * international/uni-decomposition.el:
13111 * international/uni-digit.el:
13112 * international/uni-lowercase.el:
13113 * international/uni-mirrored.el:
13114 * international/uni-name.el:
13115 * international/uni-numeric.el:
13116 * international/uni-old-name.el:
13117 * international/uni-titlecase.el:
13118 * international/uni-uppercase.el: Regenerate.
13119
3bbf23bc
MR
131202011-08-23 Martin Rudalics <rudalics@gmx.at>
13121
13122 * help.el (help-window-setup): Fix message displayed when other
13123 window is reused. (Bug#9341)
13124
b3fd59bd
SM
131252011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13126
1802e444
SM
13127 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13128 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13129
b3fd59bd
SM
13130 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13131 Mark obsolete.
13132 * shell.el (shell-parse-pcomplete-arguments): New function.
13133 (shell-completion-vars): Use it instead (bug#9160).
13134
4eb61348
SM
131352011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13136
867cab74
SM
13137 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13138 strings and comments (bug#9333).
13139
4eb61348
SM
13140 * emacs-lisp/debug.el (debug-arglist): New function.
13141 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13142 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13143
262a1439
JL
131442011-08-22 Juri Linkov <juri@jurta.org>
13145
56ee679c
JL
13146 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13147 Revert regexp that highlights output switches to its old
13148 pre-2010-10-28 value and remove one `?' from it (bug#9319).
13149
262a1439
JL
13150 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13151 to check for empty output (bug#9226).
13152
f13f86fb
CY
131532011-08-22 Chong Yidong <cyd@stupidchicken.com>
13154
13155 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13156 symbol-constituent as the default, as that stops font-lock from
13157 working properly (Bug#8843).
13158
c65c9622
LMI
131592011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13160
13161 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13162 `coding-system-for-*' around the process open call to avoid
13163 auth-source side effects.
e7f2c178 13164 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
13165 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13166 probe hangs.
c65c9622 13167
23a8a5ab
CY
131682011-08-21 Chong Yidong <cyd@stupidchicken.com>
13169
ff98b2dd
CY
13170 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13171
23a8a5ab
CY
13172 * emacs-lisp/find-func.el (find-function-noselect): New arg
13173 lisp-only.
13174
13175 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13176 signal an error for built-in functions (Bug#6664).
13177
f5e3c598
LMI
131782011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13179
13180 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13181 (smtpmail-try-auth-methods): Use it.
13182
a3f2468a
CY
131832011-08-21 Chong Yidong <cyd@stupidchicken.com>
13184
2c34e8da
CY
13185 * font-lock.el (font-lock-fontify-region)
13186 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13187 (font-lock-default-unfontify-buffer)
13188 (font-lock-default-fontify-region)
13189 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13190
b3fd59bd
SM
13191 * progmodes/compile.el (compilation-error-properties):
13192 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
13193 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13194 `ant' regexp.
ee31aabc 13195
a3f2468a
CY
13196 * net/browse-url.el (browse-url-firefox): Don't call
13197 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13198
8e999f70
GM
131992011-08-20 Glenn Morris <rgm@gnu.org>
13200
c21a496a
GM
13201 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13202
59ee0542
GM
13203 * tutorial.el (tutorial--default-keys): Update some default bindings.
13204
8e999f70
GM
13205 * files.el (hack-local-variables): Fully ignore case for "mode:".
13206
e3715033
AM
132072011-08-20 Alan Mackenzie <acm@muc.de>
13208
13209 Resolve invalid use of a regexp in regexp-opt.
13210
4d61f28d
JB
13211 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13212 detection for a java annotation.
e3715033 13213
4d61f28d 13214 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
13215 detection for a java annotation.
13216
4d61f28d
JB
13217 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13218 handling for java.
e3715033
AM
13219 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13220
04ed2e9c
CY
132212011-08-20 Chong Yidong <cyd@stupidchicken.com>
13222
13223 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13224 (Bug#9274).
13225
826cee64
AM
132262011-08-20 Alan Mackenzie <acm@muc.de>
13227
58179cce 13228 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
13229 such a construct. Mainly for when jit-lock etc. starts a chunk
13230 here.
13231
58179cce 13232 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 13233 variable.
58179cce 13234 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
13235 c-make-font-lock-search-function.
13236 (c-make-font-lock-search-function): Use the above function.
13237 (c-make-font-lock-context-search-function): New function.
13238 (c-cpp-matchers): Enhance the preprocessor expression case with
13239 the above function
13240 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13241 which takes an expression.
13242
13243 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13244
13009bd8
MR
132452011-08-20 Martin Rudalics <rudalics@gmx.at>
13246
13247 * window.el (display-buffer-reuse-window)
13248 (display-buffer-pop-up-window): Don't reuse or split a side
13249 window.
13250
9234ff7f
GM
132512011-08-19 Glenn Morris <rgm@gnu.org>
13252
13253 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 13254 Downcase "Mode:". (Bug#9331)
9234ff7f 13255
f635daa1
CY
132562011-08-18 Chong Yidong <cyd@stupidchicken.com>
13257
13258 * international/characters.el: Add L and R categories.
13259
13260 * subr.el (bidi-string-mark-left-to-right): Rename from
13261 string-mark-left-to-right. Use category search.
13262
13263 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13264
bc987f8b
JL
132652011-08-18 Juri Linkov <juri@jurta.org>
13266
13267 * faces.el (error, warning, success): New faces with definitions
13268 copied from old default values of `font-lock-warning-face',
13269 `compilation-warning', `compilation-info' (bug#6117).
13270
13271 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13272
13273 * progmodes/compile.el (compilation-error): Inherit from `error'.
13274 (compilation-warning): Inherit from `warning'.
13275 (compilation-info): Inherit from `success'.
13276
13277 * dired.el (dired-marked): Inherit from `warning'.
13278 (dired-flagged): Inherit from `error'.
13279
57173b96
LMI
132802011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13281
3e79eb87
LMI
13282 * mail/smtpmail.el (auth-source): Require to avoid problems with
13283 binding variables (bug#9298). Also clean up some unused
13284 autoloads.
13285
b3fd59bd
SM
13286 * net/network-stream.el (network-stream-open-starttls):
13287 Support using starttls.el without using gnutls-cli.
57173b96 13288
02b404de
JL
132892011-08-17 Juri Linkov <juri@jurta.org>
13290
13291 * progmodes/grep.el (rgrep): Handle the case when
13292 `grep-find-command' is a cons cell (bug#9278).
13293
8c9177f2
MR
132942011-08-17 Martin Rudalics <rudalics@gmx.at>
13295
13296 * window.el (display-buffer-pop-up-frame): Run frame creation
13297 function with BUFFER current (as special-display-popup-frame
13298 does). Reported by Drew Adams.
13299
3644a0ab
DU
133002011-08-17 Daiki Ueno <ueno@unixuser.org>
13301
13302 * epa-mail.el: Simplify GnuPG group expansion using
13303 epg-expand-group.
13304 (epa-mail-group-alist, epa-mail-group-modtime)
13305 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13306 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13307 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13308 Remove.
13309
5e617bc2 133102011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
13311
13312 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13313
9c4aeabf
AM
133142011-08-16 Alan Mackenzie <acm@muc.de>
13315
13316 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13317 Correct, to avoid the inside of macros.
13318
3a99bf64
RS
133192011-08-16 Richard Stallman <rms@gnu.org>
13320
04963aa8
RS
13321 * epa-mail.el: Handle GnuPG group definitions.
13322 (epa-mail-group-alist, epa-mail-group-modtime)
13323 (epa-mail-gnupg-conf-file): New variables.
13324 (epa-mail-parse-groups, epa-mail-sync-groups)
13325 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13326 (epa-mail-expand-recipients): New functions.
13327 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13328
177549d0
RS
13329 * mail/rmail.el (rmail-epa-decrypt): New command.
13330
fe38beef
RS
13331 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13332 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
13333 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13334 (epa-decrypt-armor-in-region): Make error message clearer.
13335
934eacb9
SM
133362011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13339 and "a2b" to "ab" for `prefix'.
13340
d024fb4e
CY
133412011-08-14 Chong Yidong <cyd@stupidchicken.com>
13342
13343 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13344 filter groups.
de148fee
CY
13345 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13346 Fourquet (Bug#8804).
d024fb4e 13347
62f1ca49
JB
133482011-08-12 Juanma Barranquero <lekktu@gmail.com>
13349
13350 * startup.el (argi): Declare as global variable (bug#9275).
13351
9ccaaa4b
CY
133522011-08-12 Chong Yidong <cyd@stupidchicken.com>
13353
13354 * subr.el (string-mark-left-to-right): Search the entire string
13355 for RTL script, not just the terminating character. Doc fix.
13356
a3dae87a
SM
133572011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13358
6cd18349
SM
13359 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13360 New function.
13361 (js--regexp-literal, js-syntax-propertize-function): Remove.
13362 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13363 (js-mode-map): Don't rebind electric keys.
13364 (js-insert-and-indent): Remove.
13365 (js-mode): Setup electric-layout and electric-indent instead.
13366
a3dae87a
SM
13367 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13368
9d5cb631
DU
133692011-08-12 Daiki Ueno <ueno@unixuser.org>
13370
13371 * epa.el (epa-progress-callback-function): Fix the logic of
13372 displaying progress.
13373 * epa-file.el (epa-file-insert-file-contents): Make progress
13374 display more user-friendly.
13375 (epa-file-write-region): Ditto.
13376
3e26a4a2
CY
133772011-08-10 Chong Yidong <cyd@stupidchicken.com>
13378
13379 * subr.el (string-mark-left-to-right): New function.
13380
13381 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13382 Use string-mark-left-to-right.
13383 (list-buffers-noselect): Caller changed.
13384
a3dae87a
SM
13385 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13386 Use string-mark-left-to-right.
3e26a4a2
CY
13387 (tabulated-list-print): Recenter after moving point.
13388
ac8cf6e6
JL
133892011-08-10 Juri Linkov <juri@jurta.org>
13390
13391 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13392 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13393 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13394
8d96c9a4
CY
133952011-08-09 Chong Yidong <cyd@stupidchicken.com>
13396
13397 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13398 (Bug#7554).
13399
7be1c708 134002011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
13401
13402 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13403 character. (Bug#6594)
13404
37e11a63
CY
134052011-08-08 Chong Yidong <cyd@stupidchicken.com>
13406
839dde57
CY
13407 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13408 (image-dired--with-db-file): New macro.
13409 (image-dired-write-tags, image-dired-remove-tag)
13410 (image-dired-create-gallery-lists, image-dired-write-comments)
13411 (image-dired-get-comment, image-dired-mark-tagged-files)
13412 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13413 (image-dired-gallery-generate): Use insert-file-contents.
13414
37e11a63
CY
13415 * time.el (display-time-world-list, display-time-world-display):
13416 * time-stamp.el (time-stamp-string):
13417 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13418 set-time-zone-rule (Bug#7337).
13419
0b4946c4
DU
134202011-08-08 Daiki Ueno <ueno@unixuser.org>
13421
13422 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13423 (epg-error-to-string, epg-errors-to-string): New function.
13424 (epg-wait-for-completion): Reverse errors list.
13425 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13426 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13427 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13428 (epg-sign-keys, epg-generate-key-from-file)
13429 (epg-generate-key-from-string): Format errors by using
13430 epg-errors-to-string (bug#9255).
13431 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13432
75bfc667
JL
134332011-08-07 Juri Linkov <juri@jurta.org>
13434
13435 * faces.el (list-faces-display): Remove extra angle bracket
13436 from `help-mode-map'.
13437
13438 * info.el (Info-history-toc-nodes): Doc fix.
13439
13440 * longlines.el (longlines-mode): Doc fix.
13441
673e08bb
SM
134422011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13443
4640dd88
SM
13444 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13445 of statements and in a few more cases (bug#9183).
13446
673e08bb
SM
13447 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13448 New functions.
13449 (cl-transform-lambda): Use them (bug#9239).
13450
89b3f019
MR
134512011-08-05 Martin Rudalics <rudalics@gmx.at>
13452
13453 * window.el (display-buffer-same-window)
13454 (display-buffer-same-frame, display-buffer-other-window)
13455 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13456 (pop-to-buffer-other-window)
13457 (pop-to-buffer-same-frame-other-window)
13458 (pop-to-buffer-other-frame): Make them defuns.
13459 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13460
640c8776
SM
134612011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * subr.el (make-composed-keymap): Move from C. Change calling
13464 convention, and improve docstring to bring attention to a subtle point.
13465 * minibuffer.el (completing-read-default): Adjust accordingly.
13466
63648a95
MA
134672011-08-03 Michael Albinus <michael.albinus@gmx.de>
13468
13469 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13470 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13471
13472 * net/trampver.el: Update release number.
13473
b796c9b7
SM
134742011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13477 "in" (bug#9190).
13478
2239d7d5
LMI
134792011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13480
e07dd7c3
LMI
13481 * mail/sendmail.el (sendmail-query-once): Restore the current
13482 buffer after querying (bug#9074).
13483
0e6a2bd7
LMI
13484 * dired.el (dired-flagged): Use different faces for marked and
13485 flagged files (bug#6117).
13486
ce887515
LMI
13487 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13488 (bug#4433).
13489
92f2affc
LMI
13490 * ido.el (ido-mode): Switch off the message if called
13491 non-interactively.
13492
57d5aff0
LMI
13493 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13494 before 587, since it appears that that's more likely to work for
13495 more people.
13496
98cd6c18 13497 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 13498 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
13499 exist.
13500
b96dec83
LMI
13501 * info.el: Remove the `Info-beginning-of-buffer' function
13502 (bug#8325).
13503
b796c9b7
SM
13504 * net/network-stream.el (network-stream-open-starttls):
13505 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 13506
d90e2ea0
MR
135072011-08-01 Martin Rudalics <rudalics@gmx.at>
13508
13509 * window.el (display-buffer-in-window): Don't set dedicated status
13510 of window here (Bug#9215).
13511 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13512 (display-buffer-pop-up-side-window)
b796c9b7 13513 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 13514
cca09170
SM
135152011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13518 before binding generated-autoload-file.
13519
027b979c
DD
135202011-08-01 Deniz Dogan <deniz@dogan.se>
13521
13522 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13523
3c7ee4f3
MA
135242011-07-30 Michael Albinus <michael.albinus@gmx.de>
13525
13526 Sync with Tramp 2.2.2.
13527
13528 * net/trampver.el: Update release number.
13529
2cc8e51a
JL
135302011-07-30 Juri Linkov <juri@jurta.org>
13531
13532 * dired-aux.el (dired-touch-initial): Remove function.
13533 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13534 current time, and `default' to the last modification time of the
13535 current marked file (bug#6887).
13536
a514d856
JM
135372011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13538
13539 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 13540 numeric argument to read-number (bug#9163).
a514d856 13541
8a7eddd7
MA
135422011-07-27 Michael Albinus <michael.albinus@gmx.de>
13543
13544 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13545 connection process, it could be nil.
13546
1ddd96f5
LL
135472011-07-27 Leo Liu <sdl.web@gmail.com>
13548
13549 Simplify url handling in rcirc-mode.
13550
13551 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13552 (rcirc-browse-url-at-mouse): Remove.
13553 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13554
b248a85d
AM
135552011-07-26 Alan Mackenzie <acm@muc.de>
13556
13557 Fontify bitfield declarations properly.
13558
13559 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13560 (c-symbol-chars): Now exported as a lang variable.
13561 (c-not-primitive-type-keywords): New lang variable.
13562
13563 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13564 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 13565 parsed as a bitfield declaration.
b248a85d 13566
b796c9b7
SM
13567 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13568 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
13569 (c-punctuation-in): New function.
13570 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13571 declarations properly.
13572
68575ab0
UJ
135732011-07-26 Ulf Jasper <ulf.jasper@web.de>
13574
13575 * calendar/icalendar.el (icalendar--all-events): Take care of
13576 multiple vcalendars in a single file.
b796c9b7 13577 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 13578
0f0a88b9
DD
135792011-07-25 Deniz Dogan <deniz@dogan.se>
13580
13581 * image.el (insert-image): Clarifying docstring.
13582
0b3f36df
MA
135832011-07-24 Michael Albinus <michael.albinus@gmx.de>
13584
13585 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13586 `tramp-send-command-and-check' if there is no error.
13587 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13588
a9901f61
AM
135892011-07-22 Alan Mackenzie <acm@muc.de>
13590
13591 Prevent cc-langs.elc being loaded at run time.
13592
13593 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13594 cc-langs.
13595
4d61f28d 13596 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
13597 "(require 'cc-langs)". Quote a form so it will evaluate at
13598 (cc-mode's) compilation time.
13599
11d074b2
MA
136002011-07-22 Michael Albinus <michael.albinus@gmx.de>
13601
13602 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13603 loading. (Bug#9114)
13604
938b94c8
MR
136052011-07-21 Martin Rudalics <rudalics@gmx.at>
13606
13607 * window.el (display-buffer-pop-up-window)
13608 (display-buffer-pop-up-side-window)
13609 (display-buffer-in-side-window): Call display-buffer-set-height
13610 and display-buffer-set-width after setting the new window's
b796c9b7 13611 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 13612
bfa4f190
SS
136132011-07-20 Sam Steingold <sds@gnu.org>
13614
13615 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13616 (etags-tags-included-tables): Call `convert-standard-filename' on
13617 the file names contained in TAGS so that windows Emacs can handle
13618 TAGS files created by cygwin ctags.
13619
8ca42262
LMI
136202011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13621
13622 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13623 which apparently didn't work.
13624
5db2afd2 136252011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 13626
5db2afd2
RW
13627 * proced.el (proced-send-signal): For *Marked Processes* buffer
13628 put point at beginning of buffer.
13629
92e15d10
SB
136302011-07-19 Stephen Berman <stephen.berman@gmx.net>
13631
13632 * proced.el (proced-format): Make header lines align with the text
13633 (bug#1779).
13634
1bfd59e5
LMI
136352011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13636
13637 * view.el (view-buffer): Allow running in `special' modes if we're
13638 visiting a file (bug#8615).
13639
f5aae37c
MR
136402011-07-19 Martin Rudalics <rudalics@gmx.at>
13641
13642 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
13643 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13644 New functions.
f5aae37c
MR
13645 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13646 more accurately.
13647
bf2c1571
AM
136482011-07-18 Alan Mackenzie <acm@muc.de>
13649
13650 Fontify declarators properly when, e.g., a jit-lock chunk begins
13651 inside a declaration.
13652
13653 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13654
b796c9b7
SM
13655 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13656 New function.
bf2c1571
AM
13657 (c-complex-decl-matchers): Insert reference to
13658 c-font-lock-enclosing-decls.
13659
13660 * progmodes/cc-engine.el (c-backward-single-comment):
13661 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13662 to nil around calls to (forward-comment -1).
13663
4e190b80
LMI
136642011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13665
12dc863d
LMI
13666 * image.el (put-image): Doc typo fix.
13667
a762e966
LMI
13668 * progmodes/etags.el (tags-search): Doc typo fix.
13669
4e190b80
LMI
13670 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13671 password if we get errors 550 to 554.
13672
f019fb21
LMI
136732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13674
b796c9b7 13675 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 13676
81746738
LMI
13677 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13678 indentation character (bug#6380).
13679
3ee3a1b5
LMI
13680 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13681
c82f64de
LMI
13682 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13683 to clarify what the problem is (bug#4291).
13684
f019fb21
LMI
13685 * simple.el (current-kill): Clarify what
13686 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
13687 (auto-fill-mode): Document `auto-fill-function' in relation to
13688 `auto-fill-mode' (bug#2470).
f019fb21 13689
0794775d
LM
136902011-07-16 Lawrence Mitchell <wence@gmx.li>
13691
13692 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13693 method if slot is read-only (bug#9035).
13694
be39b8cc
MR
136952011-07-16 Martin Rudalics <rudalics@gmx.at>
13696
b796c9b7 13697 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 13698 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
13699 selected before, see discussion of (Bug#8615), (Bug#6954).
13700 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 13701
6ccf7859
GM
137022011-07-15 Glenn Morris <rgm@gnu.org>
13703
13704 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 13705 Respect help-form.
6ccf7859 13706
87e86684
LM
137072011-07-09 Lawrence Mitchell <wence@gmx.li>
13708
13709 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13710 (gnutls-negotiate): Use it.
13711
d6066239
LMI
137122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13713
b796c9b7
SM
13714 * net/gnutls.el (gnutls-negotiate):
13715 Upcase `gnutls-algorithm-priority'.
d6066239 13716
bd23ebc0
GM
137172011-07-15 Glenn Morris <rgm@gnu.org>
13718
c65bca65
GM
13719 * jka-compr.el (jka-compr-verbose): Move from here...
13720 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13721 Add missing :version tag.
13722 * info.el: No need to require jka-compr when compiling.
bd23ebc0 13723
478615cc
LMI
137242011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13725
7b41decb
LMI
13726 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13727 (gnutls-negotiate): Use it.
13728
dbc44fcd
LMI
13729 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13730
06789f97
LMI
13731 * info.el (Info-beginning-of-buffer): New command.
13732 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13733 announcing `b' as the key (bug#8325).
ab896c37 13734 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 13735
c39da690
LMI
13736 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13737
3aa5f34b
LMI
13738 * international/mule-cmds.el
13739 (describe-specified-language-support): Make the error message
13740 clearer (bug#8905).
13741
4bf0979f
LMI
13742 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13743
478615cc
LMI
13744 * isearch.el (isearch-barrier): Add a doc string, since it's
13745 mentioned in a function doc string (bug#8678).
13746
75c68aa1
MR
137472011-07-15 Martin Rudalics <rudalics@gmx.at>
13748
13749 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13750 buffer argument (Bug#9083) and self-identifying label argument.
13751
a7c33da2
GM
137522011-07-15 Glenn Morris <rgm@gnu.org>
13753
13754 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13755
2f5c6024
LMI
137562011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13757
13758 * man.el (Man-fontify-manpage): Fix message when formatting the
13759 man page (bug#7929).
13760
0bb23927 137612011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
13762
13763 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13764 argument LRM; if non-nil, append an invisible LRM character to the
13765 buffer name.
13766 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13767 last argument non-nil, when formatting buffer names.
0bb23927
EZ
13768 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13769 paragraph direction.
cce4b0a7 13770
621ef9ab
LMI
137712011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13772
d1583c48
LMI
13773 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13774 the man page name (bug#7929).
13775
6a57fb5f
LMI
13776 * image.el (put-image): Mention the `put-image' overlay property
13777 (bug#7834).
13778
d7956b14
LMI
13779 * scroll-bar.el (set-scroll-bar-mode): Mention that
13780 `scroll-bar-mode' lists the values (bug#7772).
13781
5b2d4a66
LMI
13782 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13783 command (bug#7729).
13784
7509a874
LMI
13785 * rect.el (apply-on-rectangle): Return the point after the last
13786 operation.
13787 (string-rectangle): Go to the point after the last operation
13788 (bug#7522).
13789
4fe74b19
LMI
13790 * printing.el (pr-toggle-region): Clarify the documentation
13791 slightly (bug#7493).
13792
b796c9b7
SM
13793 * time.el (display-time-update):
13794 Allow `display-time-mail-function' to return nil (bug#7158).
13795 Fix suggested by Detlev Zundel.
ab283561 13796
fc233c9d
LMI
13797 * vc/diff.el (diff): Clarify the order the file names are read
13798 (bug#7111).
13799
43f5740b
LMI
13800 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13801 the doc string (bug#7015).
13802
f2182a76
LMI
13803 * font-lock.el (font-lock-maximum-decoration): Mention what
13804 numeric levels mean (bug#6935).
13805
621ef9ab
LMI
13806 * startup.el (initial-buffer-choice): Don't mention the `none'
13807 selection, which is against policy.
13808
adc47434
MR
138092011-07-14 Martin Rudalics <rudalics@gmx.at>
13810
b796c9b7
SM
13811 * window.el (display-buffer-normalize-special):
13812 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 13813
7e5bfb8f
EZ
138142011-07-14 Eli Zaretskii <eliz@gnu.org>
13815
13816 * subr.el (version<, version<=, version=): Mention "-CVS" and
13817 "-12345" alpha version numbers.
13818
27fa387a
CY
138192011-07-14 Chong Yidong <cyd@stupidchicken.com>
13820
13821 * bindings.el: Add advertised binding for set-mark-command
13822 (Bug#5772).
13823
8bdfa064
CY
138242011-07-14 Chong Yidong <cyd@stupidchicken.com>
13825
13826 * bindings.el (mode-line-other-buffer):
13827 * bookmark.el (bookmark-bmenu-2-window):
13828 * bs.el (bs-cycle-next, bs-cycle-previous):
13829 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13830 switch-to-buffer.
13831
13832 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 13833 Delete.
8bdfa064 13834
5eba16a3
JB
138352011-07-14 Juanma Barranquero <lekktu@gmail.com>
13836
13837 * follow.el (follow-debug-message, follow-redisplay):
13838 * jka-cmpr-hook.el (with-auto-compression-mode):
13839 Fix typos in docstrings.
13840
15853710
LMI
138412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13842
a28e4607
LMI
13843 * subr.el (with-silent-modifications): Clarify somewhat what the
13844 macro inhibits (bug#6525).
13845
15853710
LMI
13846 * simple.el (eval-expression): Note what it does if called
13847 interactively (bug#6495).
13848
bee0fcef
CY
138492011-07-13 Chong Yidong <cyd@stupidchicken.com>
13850
b796c9b7
SM
13851 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13852 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
13853
13854 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13855 Remove switch-to-buffer.
13856
58274504
LMI
138572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13858
bd2fcc8d
LMI
13859 * files.el (make-directory): Clarify that an error will be raised
13860 if there's an error (bug#6397).
13861
0f04b32c
LMI
13862 * startup.el (initial-buffer-choice): Add `none' as a choice
13863 (bug#6234).
13864
465c5fc8
LMI
13865 * subr.el (add-hook): Clarify section about buffer-local hooks
13866 (bug#6218).
13867
58274504
LMI
13868 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13869
bead9a43
JB
138702011-07-13 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * tabify.el (untabify): Preserve the current column so that point
13873 doesn't move (bug#6032).
13874
3af98a7b
LMI
138752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13876
b796c9b7
SM
13877 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13878 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 13879
6240145a
GM
138802011-07-13 Glenn Morris <rgm@gnu.org>
13881
13882 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13883 (dired-insert-directory): Give a message the first time
13884 if ls is found not to support --dired.
13885
1d8c2ccc
LMI
138862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13887
13888 * simple.el (toggle-truncate-lines): Clarify what is toggled
13889 (bug#5580). Text by Drew Adams.
13890
5fc4038e
CY
138912011-07-13 Chong Yidong <cyd@stupidchicken.com>
13892
13893 * simple.el (blink-matching-open): Make the error message from the
13894 last change less verbose.
13895
bf6012e5
DN
138962011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13897
13898 * font-lock.el (font-lock-comment-face): Use the high contrast
13899 "yellow" color for font-lock-comment-face on low color terminals
13900 using a dark background color (bug#4221).
13901
343c3b5a
LMI
139022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13903
7e9505c5
LMI
13904 * dired.el (dired-insert-set-properties): Make the doc string
13905 reflect what it does now (bug#5325).
13906
c26fdcf5
LMI
13907 * simple.el (blink-matching-open): Say that we were unable to find
13908 the match within the limit, if we're limited (bug#5122).
13909
bb388cc5
LMI
13910 * international/mule-cmds.el (prefer-coding-system): Add an
13911 example (bug#4869).
13912
343c3b5a
LMI
13913 * progmodes/etags.el (tags-search): Document `file-list-form'
13914 (bug#4731).
13915
2a517d45
LM
139162011-07-13 Lawrence Mitchell <wence@gmx.li>
13917
13918 * net/browse-url.el (browse-url-default-browser)
13919 (browse-url-browser-function): Make the default browser choice a
13920 bit more logical (bug#4300). Also clean up the doc string.
13921
b6c78ef2
JB
139222011-07-13 Juanma Barranquero <lekktu@gmail.com>
13923
13924 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13925 binary endings (bug#4440).
13926
1c4dd947
LMI
139272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13928
a2014063
LMI
13929 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13930 which can be pretty annoying (bug#8971).
13931
9c9c2d88
LMI
13932 * jka-compr.el (jka-compr-verbose): New variable, and use
13933 throughout (bug#8971).
13934
1c4dd947
LMI
13935 * info.el (Info-find-file): Fall back on the installation
13936 directory if we can't find the info node anywhere else.
13937
a1c9f41b
SO
139382011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13939
13940 * vc/vc.el (vc-revert-file):
13941 Don't set file time-stamp in the past. (Bug#5181)
13942
536f3d36
LMI
139432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13944
7152b011
LMI
13945 * files.el (after-find-file): Give a better error message when
13946 trying to find a symlink that points to a file that doesn't exist
13947 (bug#4398).
13948
536f3d36
LMI
13949 * progmodes/cc-vars.el: Remove (probably) misleading comment
13950 (bug#4396).
13951
460c0fba
JB
139522011-07-12 Johan Bockgård <bojohan@gnu.org>
13953
13954 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13955
7a6bda45
CY
139562011-07-12 Chong Yidong <cyd@stupidchicken.com>
13957
13958 * mouse-sel.el: Hack restoring functionality, while keeping
13959 compatibility with 2010-07-03 changes to mouse selection.
13960 (mouse-sel-primary-overlay): New var.
13961 (mouse-sel-selection-alist): Use it.
13962 (mouse-sel-mode): Doc fix; remove points that are default features
13963 of mouse.el.
13964
c79598ef
JB
139652011-07-12 Johan Bockgård <bojohan@gnu.org>
13966
13967 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13968 Fix previous fix (bug#2490).
13969
ff8be6ef
RW
139702011-07-12 Roland Winkler <winkler@gnu.org>
13971
b796c9b7
SM
13972 * textmodes/bibtex.el (bibtex-initialize):
13973 Use pop-to-buffer-same-window.
ff8be6ef
RW
13974 (bibtex-search-entries): Fix interactive call.
13975
296ba3ee
LMI
139762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13977
f5242a02 13978 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
13979 Fontise bytecomp Error lines more correctly (bug#2490).
13980 Fix suggested by Johan Bockgård.
f5242a02 13981
296ba3ee
LMI
13982 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13983
13984 * dired-x.el (dired-guess-default): Use `delete-dups'.
13985
f69fd0d2
CY
139862011-07-12 Chong Yidong <cyd@stupidchicken.com>
13987
13988 * dired.el (dired-mark-prompt):
13989 * dired-aux.el (dired-read-shell-command): Doc fix.
13990
eab5dc07
LMI
139912011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13992
b796c9b7
SM
13993 * mail/sendmail.el (sendmail-query-once):
13994 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
13995 emacs -Q.
13996
13997 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13998
eab5dc07
LMI
13999 * cus-edit.el (custom-file): Take an optional no-error variable.
14000 (customize-save-variable): Set the variable, and give a warning if
14001 running under "emacs -q".
14002
a1e65d42
JB
140032011-07-11 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * loadhist.el (unload-feature-special-hooks):
14006 Add `auto-coding-functions', `fill-nobreak-predicate' and
14007 `find-directory-functions' (bug#5327).
14008
1d52da10
LMI
140092011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14010
be958f1d
LMI
14011 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
14012
5bedb26c
LMI
14013 * cus-edit.el (custom-guess-name-alist): -alist variables should
14014 use the `alist' type (bug#3120). Suggested by Drew Adams.
14015
1d52da10
LMI
14016 * printing.el: Add documentation to all the `pr-toggle-' commands.
14017
cd394be1 140182011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
14019
14020 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14021 backends where it makes sense (bug#2623).
14022
dcc88d8a
LMI
140232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14024
c3de9feb
LMI
14025 * dired-x.el (dired-guess-default): Remove duplicate shell command
14026 entries (bug#2028).
8a93078b 14027 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 14028 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 14029
dcc88d8a
LMI
14030 * subr.el (remove-duplicates): New conveniency function.
14031
505e3645
LMI
140322011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14033
14034 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14035 (bug#1526).
14036
140372011-07-10 Martin Rudalics <rudalics@gmx.at>
14038
14039 * window.el (display-buffer-normalize-default): Don't invert
14040 meaning of even-window-heights. Reported by Eli Zaretskii
14041 <eliz@gnu.org>.
14042
455e4fa1
BR
140432011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
14044
14045 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14046
8e0bc3e9
CY
140472011-07-10 Chong Yidong <cyd@stupidchicken.com>
14048
14049 * window.el (display-buffer): Fix arguments to
14050 display-buffer-reuse-window in last change.
14051
fa7c3228
CY
14052 * faces.el (link): Use a less saturated blue on light backgrounds.
14053
14054 * startup.el (fancy-startup-text, fancy-about-text)
14055 (fancy-startup-tail): Use font-lock faces, for background safety.
14056
c0a7f300
BN
140572011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
14058
b796c9b7
SM
14059 * emulation/viper-cmd.el (viper-change-state-to-vi):
14060 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 14061
4dc2a129
MR
140622011-07-09 Martin Rudalics <rudalics@gmx.at>
14063
14064 * window.el (display-buffer-default-specifiers): Remove.
14065 (display-buffer-macro-specifiers): Remove default specifiers.
14066 (display-buffer-alist): Default to nil.
b796c9b7 14067 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
14068 (display-buffer-pop-up-window): Allow splitting internal
14069 windows. Check whether a live window was created.
14070 (display-buffer-other-window-means-other-frame)
14071 (display-buffer-normalize-arguments): Rename to
14072 display-buffer-normalize-argument and rewrite. Set the
14073 other-window specifier.
14074 (display-buffer-normalize-special): New function.
14075 (display-buffer-normalize-options): Rename to
14076 display-buffer-normalize-default and rewrite.
14077 (display-buffer-normalize-options-inhibit): Remove.
14078 (display-buffer-normalize-specifiers): Rewrite.
14079 (display-buffer): Process other-window specifier and call
14080 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
14081 more faithfully.
b796c9b7 14082 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 14083 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
14084 (display-buffer-in-window, display-buffer-alist-set):
14085 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
14086 <tassilo@member.fsf.org>.
14087
2d43b8c9
LL
140882011-07-09 Leo Liu <sdl.web@gmail.com>
14089
14090 * register.el (insert-register): Restore accidental change on
14091 2011-06-26. (Bug#9028)
14092
7f9b7c53
GM
140932011-07-09 Glenn Morris <rgm@gnu.org>
14094
14095 * subr.el (remq): Handle the empty list. (Bug#9024)
14096
f042cfd8
AS
140972011-07-08 Andreas Schwab <schwab@linux-m68k.org>
14098
14099 * mail/sendmail.el (send-mail-function): No longer delay custom
14100 initialization.
14101 * custom.el (custom-initialize-delay): Doc fix.
14102
856b2f11
SM
141032011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14106
afae1d68
MA
141072011-07-08 Michael Albinus <michael.albinus@gmx.de>
14108
14109 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14110 human-friendly prompt.
14111
0757af94
SM
141122011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14115 provided by a particular plugin.
14116
d760b731
LMI
141172011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14118
14119 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14120 save customizations (with "emacs -Q"), just set the variable
14121 instead of erroring out.
14122
14123 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14124
cd79ce90
JL
141252011-07-08 Juri Linkov <juri@jurta.org>
14126
14127 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14128 (archive-zip-update-case): Use 7z if found by `executable-find'.
14129 The order of searching the available programs is the same as in
14130 `archive-zip-extract' (bug#8968).
14131
14cc04aa
CY
141322011-07-07 Chong Yidong <cyd@stupidchicken.com>
14133
14134 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14135 (menu-bar-options-menu): Tweak descriptions.
14136
0a1848ec
LMI
141372011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14138
14139 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14140 menu items into verb phrases (bug#1421). Also refill to fit under
14141 80 columns.
14142
f5bd0689
CY
141432011-07-07 Chong Yidong <cyd@stupidchicken.com>
14144
538e85c6
CY
14145 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14146 (Info-read-node-name): Doc fix (Bug#1084).
14147
f5bd0689
CY
14148 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14149 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14150 (end-of-sexp, beginning-of-sexp)
14151 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14152 (forward-symbol, forward-same-syntax, word-at-point)
14153 (sentence-at-point): Doc fix (Bug#1144).
14154
56ec5115
LMI
141552011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14156
f3f8e37f
LMI
14157 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14158 should cover it (bug#1281).
14159
0757af94 14160 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 14161
e9fce1ac 14162 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
14163 negotiation fails, then possibly try again with a non-encrypted
14164 connection (bug#9017).
14165
56ec5115
LMI
14166 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14167 be used.
14168
c2f9aec8
RS
141692011-07-07 Richard Stallman <rms@gnu.org>
14170
14171 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14172 property, and handle its changed format.
14173 Look for the correct line number.
14174 Use file's line contents (but not past first =) to find
14175 correct line in message.
14176
ef7b981d 141772011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
14178
14179 * international/characters.el (build-unicode-category-table):
14180 Delete it.
0757af94 14181 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 14182
0757af94 14183 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
14184 to src/chartab.c.
14185 (get-char-code-property): Call unicode-property-table-internal to
14186 load a file. Call get-unicode-property-internal where necessary.
14187 (put-char-code-property): Call unicode-property-table-internal to
14188 load a file. Call put-unicode-property-internal where necessary.
14189 put-unicode-property-internal where necessary.
0757af94
SM
14190 (char-code-property-description):
14191 Call unicode-property-table-internal to load a file.
c805dec0
KH
14192
14193 * international/charprop.el:
14194 * international/uni-bidi.el:
14195 * international/uni-category.el:
14196 * international/uni-combining.el:
14197 * international/uni-comment.el:
14198 * international/uni-decimal.el:
14199 * international/uni-decomposition.el:
14200 * international/uni-digit.el:
14201 * international/uni-lowercase.el:
14202 * international/uni-mirrored.el:
14203 * international/uni-name.el:
14204 * international/uni-numeric.el:
14205 * international/uni-old-name.el:
14206 * international/uni-titlecase.el:
14207 * international/uni-uppercase.el: Regenerate.
14208
14209 * loadup.el: Load international/charprop.el before
14210 international/characters.
14211
e14b388a
CY
142122011-07-07 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * window.el (next-buffer, previous-buffer): Signal an error if
14215 called from a minibuffer window.
14216
14217 * bindings.el: Revert 2011-07-04 change.
14218
354cf0ba
RS
142192011-07-06 Richard Stallman <rms@gnu.org>
14220
14221 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14222 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14223 Treat markers like ints.
14224 (rmail-mime-entity): Doc fix.
14225
a48868a7
LMI
142262011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14227
4906cd3d
LMI
14228 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14229 defcustom again for backwards compatibility.
14230
e0457abe
LMI
14231 * simple.el (shell-command-on-region): Fill.
14232
d67f7e1f
LMI
14233 * dired-aux.el (dired-kill-line): Add a doc string.
14234
fe204702
LMI
14235 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14236 to "\\sw\\|\\s_" (bug#358).
14237
a48868a7
LMI
14238 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14239 (dired-unmark-backward): Ditto.
14240 (dired-flag-backup-files): Ditto.
14241
14242 * dired-x.el (dired-mark-sexp): Ditto.
14243
aa8a705c
RS
142442011-07-06 Richard Stallman <rms@gnu.org>
14245
14246 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14247 (rmail-mime-entity): New arg TRUNCATED.
14248 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14249 New functions.
14250 (rmail-mime-save): Warn if entity is truncated.
14251 (rmail-mime-toggle-hidden): Likewise, for showing.
14252 (rmail-mime-process-multipart): Record when an entity is truncated.
14253
a9a936b9
RS
14254 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14255 if ENTITY is a string.
14256
1f2b92cb
LMI
142572011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14258
f4f73198 14259 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
14260 of faces when `M-C-x'-ing their definitions (bug#8378).
14261 Also clean up the code slightly.
f4f73198 14262
12b16734 14263 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 14264 because that makes the colors go away.
12b16734 14265
f0691d22
LMI
14266 * mail/sendmail.el (send-mail-function): Change the default to
14267 `sendmail-query-once'.
9e87df06 14268 (sendmail-query-once): Add an autoload cookie.
f0691d22 14269
1f2b92cb
LMI
14270 * net/network-stream.el (network-stream-open-starttls): Try using
14271 a plain connection even if the server offered STARTTLS, and we
14272 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14273 capability. This should make smtpmail.el work in slightly more
14274 configurations.
14275
1cdd2a1b
MA
142762011-07-06 Michael Albinus <michael.albinus@gmx.de>
14277
14278 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14279 New defun.
14280 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14281
fbcc67e2
MM
142822011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14283
14284 * progmodes/sql.el: Version 3.0
0757af94 14285 (sql-product-alist): Add product :completion-object,
fbcc67e2 14286 :completion-column, and :statement attributes.
0757af94 14287 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 14288 (sql-mode-syntax-table): Mark all punctuation.
0757af94 14289 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
14290 ansi keywords.
14291 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 14292 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
14293 (sql-oracle-show-reserved-words): New function for development.
14294 (sql-product-font-lock): Simplify for source code buffers.
14295 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14296 New functions.
14297 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
14298 (sql-mode-map): Add statement movement functions.
14299 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14300 New variable.
fbcc67e2
MM
14301 (sql-statement-regexp, sql-beginning-of-statement)
14302 (sql-end-of-statement, sql-signum): New functions.
0757af94 14303 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
14304 (sql-show-sqli-buffer): Bug fix.
14305 (sql-interactive-mode): Store connection data as buffer local.
0757af94 14306 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
14307 with sql-interactive-mode.
14308 (sql-save-connection): Save buffer local settings.
0757af94 14309 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
14310 (sql-product-interactive): Bug fix.
14311 (sql-preoutput-hold): New variable.
14312 (sql-interactive-remove-continuation-prompt): Bug fixes.
14313 (sql-debug-redirect): New variable.
14314 (sql-str-literal): New function.
14315 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 14316 Redesign.
fbcc67e2
MM
14317 (sql-oracle-save-settings, sql-oracle-restore-settings)
14318 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14319 (sql-completion-object, sql-completion-column)
14320 (sql-completion-sqlbuf): New variables.
14321 (sql-build-completions-1, sql-build-completions)
14322 (sql-try-completion): New functions.
14323 (sql-read-table-name): Use them.
14324 (sql-contains-names): New buffer local variable.
14325 (sql-list-all, sql-list-table): Use it.
14326 (sql-oracle-completion-types): New variable.
14327 (sql-oracle-completion-object, sql-sqlite-completion-object)
14328 (sql-postgres-completion-object): New functions.
14329
d4eaeab1
GM
143302011-07-06 Glenn Morris <rgm@gnu.org>
14331
14332 * window.el (pop-to-buffer): Doc fix.
14333
322b7dab 143342011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
14335
14336 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14337
322b7dab 143382011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 14339
322b7dab 14340 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 14341
322b7dab 14342 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 14343
605dd5bf
CY
143442011-07-05 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * button.el (button): Inherit from link face. Suggested by Dan
14347 Nicolaescu.
14348
7dbfa719
SM
143492011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14350
3db614b0
SM
14351 * progmodes/gdb-mi.el: Fit in 80 columns.
14352 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14353 switch-to-buffer.
14354
7dbfa719
SM
14355 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14356 if imenu is simply not configured (bug#8941).
14357
919d884a
KM
143582011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14359
14360 * allout.el (allout-post-undo-hook): New allout outline-change
14361 event hook to signal undo activity.
14362 (allout-post-command-business): Run allout-post-undo-hook if an
14363 undo just occurred.
7dbfa719
SM
14364 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14365 * allout-widgets.el (allout-widgets-after-undo-function):
14366 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
14367 in the vicinity of an undo.
14368 (allout-widgets-mode): Include allout-widgets-after-undo-function
14369 on the new allout-post-undo-hook.
14370
450a0f09
SM
143712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14374 Let define-derived-mode define it.
14375 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14376 cycles of abbrev-table inheritance (bug#8998).
14377
2de69e00
RW
143782011-07-05 Roland Winkler <winkler@gnu.org>
14379
14380 * textmodes/bibtex.el: Add support for biblatex.
14381 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14382 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14383 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14384 (bibtex-entry-alist, bibtex-field-alist): New variables.
14385 (bibtex-entry-field-alist): Obsolete alias for
14386 bibtex-BibTeX-entry-alist.
14387 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14388 (bibtex-set-dialect): New command.
14389 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
14390 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14391 Bind via bibtex-set-dialect.
2de69e00
RW
14392 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14393 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14394 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14395 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14396 Define via bibtex-set-dialect.
450a0f09
SM
14397 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14398 Obey bibtex-no-opt-remove-re.
2de69e00
RW
14399 (bibtex-vec-push, bibtex-vec-incr): New functions.
14400 (bibtex-format-entry, bibtex-field-list)
14401 (bibtex-print-help-message, bibtex-validate)
14402 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14403
2dcdbdd9
SM
144042011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * progmodes/compile.el (compilation-goto-locus):
14407 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14408 * bs.el (bs-cycle-next, bs-cycle-previous):
14409 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14410 * bindings.el (mode-line-other-buffer):
14411 * autoinsert.el (auto-insert):
14412 * arc-mode.el (archive-extract):
14413 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14414
b27640fe
JB
144152011-07-05 Juanma Barranquero <lekktu@gmail.com>
14416
14417 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14418 Fix check of `emacs-lock-unlockable-modes'.
14419 Coerce true values of `emacs-lock--try-unlocking' to t.
14420
53bbe3ad
JB
144212011-07-05 Juanma Barranquero <lekktu@gmail.com>
14422
14423 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14424 * emacs-lock.el: New file.
14425
1d3cdbc7
JD
144262011-07-05 Julien Danjou <julien@danjou.info>
14427
14428 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14429 than `boundp' to check if face is set.
14430
9173deec
JB
144312011-07-05 Juanma Barranquero <lekktu@gmail.com>
14432
14433 * register.el (registerv-make):
14434 * window.el (window-min-height): Fix typos in docstrings.
14435
869795d6
JD
144362011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14437
9173deec 14438 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
14439 Update doc string.
14440
b768cdcd
JB
144412011-07-04 Juanma Barranquero <lekktu@gmail.com>
14442
14443 * server.el (server-execute): Catch quit and call
14444 `server-return-error' to pass the error back to emacsclient and
14445 close the connection (bug#8942).
14446
13aa217b
KM
144472011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14448
14449 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14450 insecure exception for current topic. Also note that auto-saves
14451 are handled differently.
14452
5d3385a0 14453 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
14454 State variables for tracking auto-save inhibition situation.
14455
14456 (allout-write-contents-hook-handler): Rename from
14457 'allout-write-file-hook-handler', and describe how it depends on
14458 write-contents-functions sensitivity to non-nil value to prevent
14459 file write.
14460
14461 (allout-auto-save-hook-handler): Remove. auto-save does not check
14462 this in individual buffers, only in the starting buffer, so this
14463 is not the right way for us to inhibit auto-save in a buffer
14464 according to its condition.
14465
14466 (allout-mode): Use new allout-write-contents-hook-handler, and
14467 only with write-contents-functions. Remove auto-save provisions -
14468 they're implemented elsewhere.
14469
14470 (allout-before-change-handler): If undo is in progress, note that
14471 for attention of allout-post-command-business.
14472
14473 (allout-post-command-business): If the command we're following was
14474 an undo, check for change in the status of encrypted items and
14475 adjust auto-save inhibitions accordingly.
14476
14477 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14478 according to whether there are or aren't any plain-text topics
14479 pending encryption.
14480
2dcdbdd9 14481 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
14482 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14483 if there are plain-text topics pending encryption.
13aa217b
KM
14484
14485 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14486 buffer-saved-size and some allout state to not inhibit auto-saves
14487 if there are no longer any plain-text topics pending encryption.
14488
0757af94
SM
14489 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14490 No longer provide for exemption of the current topic.
13aa217b 14491
ac89b32c
JL
144922011-07-04 Juri Linkov <juri@jurta.org>
14493
14494 Add 7z operations to delete and save changed members (bug#8968).
14495 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14496 New defcustoms.
14497 (archive-7z-write-file-member): New function.
14498 (archive-7z-summarize): Fix the number of dashes in the
14499 listing output.
14500
8fa39615
SM
145012011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14504 (bug#8958).
14505
2f11b3f1
CY
145062011-07-04 Chong Yidong <cyd@stupidchicken.com>
14507
d66fef2b
CY
14508 * bindings.el: Ignore next-buffer and previous-buffer in
14509 minibuffer-local-map.
14510
2f11b3f1
CY
14511 * font-lock.el (font-lock-builtin-face): Change light background
14512 color to dark slate blue (Bug#6693).
14513
f932a347
WD
145142011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14515
14516 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14517
c8af70e1
SM
145182011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14521 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14522 Add switch-to-buffer.
14523
f158badc
LMI
145242011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14525
14526 * isearch.el (isearch-search-fun-function): Clarify further the
14527 meaning of the function returned.
14528
6d95bd46
MA
145292011-07-04 Michael Albinus <michael.albinus@gmx.de>
14530
14531 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14532
14533 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14534 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14535 Use it.
14536 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14537 `tramp-default-remote-path' does not exist.
14538 (tramp-send-command-and-read): New optional argument NOERROR.
14539 (tramp-open-connection-setup-interactive-shell)
14540 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14541 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14542 (tramp-process-sentinel): Flush also process' connection property.
14543 (tramp-sh-handle-start-file-process): Do not set process
14544 sentinel. It is done now ...
14545 (tramp-maybe-open-connection): ... here. (Bug#8929)
14546
909e6b67
MK
145472011-07-04 MON KEY <monkey@sandpframing.com>
14548
14549 * play/animate.el (animate-string): Doc fixes and allow changing
14550 the buffer name (bug#5417).
14551
145522011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14553
c8af70e1 14554 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 14555
f34755dc
PE
145562011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14557
396cec72
PE
14558 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14559 This is simpler and helps future-proof the code.
14560 (timer-until): Use time-subtract and float-time.
08235028 14561 (timer--time-less-p): Use time-less-p.
f34755dc 14562
56e6cc31
JB
145632011-07-04 Juanma Barranquero <lekktu@gmail.com>
14564
3abb79e5
JB
14565 * type-break.el (timep): Use the value of `float-time' to avoid a
14566 byte-compiler warning.
14567
56e6cc31
JB
14568 * server.el (server-eval-and-print): Return any result, even nil.
14569
7b9430b4
PE
145702011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14571
14572 * type-break.el: Accept time formats that the builtins accept.
14573 (timep, type-break-time-difference): Accept any format that
14574 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14575 This is simpler and helps future-proof the code.
14576 (type-break-time-difference): Round rather than ignoring
14577 subseconds components.
14578
3034e9e7
LMI
145792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14580
14581 * info.el (Info-apropos-matches): Make non-interactive, since it
14582 doesn't seem to do anything useful as a command (bug#8829).
14583
1485f4c0
CY
145842011-07-03 Chong Yidong <cyd@stupidchicken.com>
14585
14586 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 14587 Move from faces.el.
1485f4c0
CY
14588 (frame-default-terminal-background): New function.
14589
14590 * custom.el (custom-push-theme): Don't record faces in `changed'
14591 theme; this doesn't work correctly for per-frame face settings.
14592 (disable-theme): Use face-set-after-frame-default to reset faces.
14593 (custom--frame-color-default): New function.
14594
9fa3dd45
LMI
145952011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14596
c8af70e1 14597 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
14598 (bug#8769).
14599
6cbbc20c
KR
146002011-03-29 Kevin Ryde <user42@zip.com.au>
14601
14602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14603 `perl-Test2' extend to match possible "fail #N" rep count
14604 (bug#8377).
14605
c7f98048
LMI
146062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14607
65676592
LMI
14608 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14609 `smtpmail-via-smtp' now returns the error instead of nil.
14610
c7f98048
LMI
14611 * isearch.el (isearch-search-fun-function): Clarify the doc string
14612 (bug#8101).
14613
56e6cc31 146142011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
14615
14616 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14617 unnecessary spaces (bug#8987).
14618
2b216704
LMI
146192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14620
14621 * net/network-stream.el (open-network-stream): Use the
14622 :end-of-capability command thoughout.
14623
146242011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14625
14626 * net/network-stream.el (open-network-stream): Add the
14627 :end-of-capability command parameter, used by pop3.el.
14628
36adf6ce
LMI
146292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14630
1ca0da0e
LMI
14631 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14632
fc00f69c
LMI
14633 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14634 for list)" (bug#6475).
14635
28fd8759 14636 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 14637 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
14638 an error (bug#6297).
14639
0dd8b6da
LMI
14640 * man.el (Man-reference-regexp): Allow matching possible
14641 word-wrapped references (bug#6289).
14642
ce1438d6
LMI
14643 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14644 for consistency with the other vc buffers (bug#6197).
14645 (vc-checkin): Ditto.
14646
14647 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14648
36adf6ce
LMI
14649 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14650
e83cc1f7
LMI
146512011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14652
8a20ca4c
LMI
14653 * custom.el (defcustom): Clarify that :set is only used in the
14654 Customize user interface (bug#6089).
14655
83319045
LMI
14656 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14657 associated with a file, refuse to run instead of erroring out
14658 (bug#6084).
14659
a8392169
LMI
14660 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14661 the doc string, since it appears that using `fill-column' always
14662 controls the width (bug#7845).
14663
e83cc1f7
LMI
14664 * simple.el (shell-command-on-region): Say where the error output
14665 went if `shell-command-default-error-buffer' is set (bug#6857).
14666
e47ca23b
KM
146672011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14668
14669 * allout.el (allout-yank-processing): Adjust cursor position for
14670 backwards-deleted space.
14671
14672 (allout-rebullet-heading): Register changes with
14673 allout-exposure-changed-hook, so the modified topic is properly
14674 decorated.
14675
5cf56143
LMI
146762011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14677
08549772
LMI
14678 * minibuffer.el (completion-in-region): Document PREDICATE
14679 (bug#7136).
14680
48e96771
LMI
14681 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14682 of keyword/argument pairs (bug#6904).
14683
c8af70e1
SM
14684 * replace.el (multi-occur):
14685 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 14686
e17d05e2
LMI
146872011-07-02 Drew Adams <drew.adams@oracle.com>
14688
14689 * dired.el (dired-mark-if): Make the message about whether it's
14690 marking or unmarking clearer (bug#8523).
14691
063b0e45
LMI
146922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14693
14694 * disp-table.el (display-table-print-array): New function.
14695 (describe-display-table): Use it to print the vectors more pretty
14696 (Bug#8859).
14697
28545e04
MR
146982011-07-02 Martin Rudalics <rudalics@gmx.at>
14699
14700 * window.el (window-state-get-1): Don't assign clone numbers.
14701 Add clone-of item to list of window parameters.
14702 (window-state-put-2): Don't process clone numbers.
14703 (display-buffer-alist): Fix doc-string.
14704
3349e122
SM
147052011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * subr.el (remq): Don't allocate if it's not needed.
14708 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14709 (keymap--merge-bindings): New functions.
14710 (keymap-canonicalize): Use them to refine the canonicalization.
14711 * minibuffer.el (minibuffer-local-completion-map)
14712 (minibuffer-local-must-match-map): Move initialization from C.
14713 (minibuffer-local-filename-completion-map): Move initialization from C;
14714 don't inherit from anything here.
14715 (minibuffer-local-filename-must-match-map): Make obsolete.
14716 (completing-read-default): Use make-composed-keymap to combine
14717 minibuffer-local-filename-completion-map with either
14718 minibuffer-local-must-match-map or
14719 minibuffer-local-filename-completion-map.
14720
d224ac83
GM
147212011-07-01 Glenn Morris <rgm@gnu.org>
14722
3de63bf8
GM
14723 * type-break.el (type-break-time-sum): Use dolist.
14724
d224ac83
GM
14725 * textmodes/flyspell.el (flyspell-word-search-backward):
14726 Replace CL function.
14727
1a1e3f32
SM
147282011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14729
fe3f64d5
SM
14730 * mouse.el (mouse--strip-first-event): New function.
14731 (function-key-map): Use it to map fringe clicks to normal clicks
14732 by default.
14733
eb604e34
SM
14734 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14735 (vc-bzr-revision-completion-table): Add support for annotate and date.
14736
1a1e3f32
SM
14737 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14738 inherit from parent.
14739
5bd35902
LMI
147402011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14741
ace6c69c 14742 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 14743 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 14744
191e2bed
LMI
14745 * dired.el (dired-mode): Fix up the doc string as suggested by
14746 Drew Adams (bug#8817).
14747
5bd35902
LMI
14748 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14749 cookie, since the manual says that it should be possible to add
14750 this function to `find-file-hook' (bug#8709).
14751
eee8207a
TZ
147522011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14753
14754 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14755 here. Noted Ted Zlatanov as the maintainer.
14756 (cfengine-common-settings, cfengine-common-syntax): New functions
14757 to set up common things between `cfengine-mode' and
14758 `cfengine3-mode'.
14759 (cfengine3-mode): New mode.
14760 (cfengine3-defuns cfengine3-defuns-regex
14761 (cfengine3-class-selector-regex cfengine3-category-regex)
14762 (cfengine3-vartypes cfengine3-font-lock-keywords)
14763 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 14764 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 14765
36b148cf
MA
147662011-07-01 Michael Albinus <michael.albinus@gmx.de>
14767
14768 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14769
14770 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14771
0bf4ba9a
MR
147722011-07-01 Martin Rudalics <rudalics@gmx.at>
14773
14774 * window.el (same-window-buffer-names, same-window-regexps)
14775 (same-window-p, special-display-frame-alist)
14776 (special-display-popup-frame, special-display-function)
14777 (special-display-buffer-names, special-display-regexps)
14778 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14779 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14780 (split-window-preferred-function, split-height-threshold)
14781 (split-width-threshold, even-window-heights)
14782 (display-buffer-mark-dedicated, window-splittable-p)
14783 (split-window-sensibly, window-safely-shrinkable-p):
14784 Un-obsolete.
14785 (display-buffer): Don't spread args with function specifier
14786 because special-display-popup-frame won't like it.
14787
35837f51
PE
147882011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14789
d0672f86
PE
14790 Time-stamp simplifications and fixes.
14791 These improve accuracy slightly, and future-proof the code
14792 against some potential changes to current-time format.
14793
b9444d97
PE
14794 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14795 by using time-since and float-time.
14796
0ef923dc
PE
14797 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14798 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14799 + NNN microseconds".
14800
2f81380d
PE
14801 * type-break.el (type-break-time-sum): Rewrite using time-add.
14802
845b5c3e
PE
14803 * play/hanoi.el (hanoi-current-time-float): Remove.
14804 All uses replaced by float-time.
14805
ee6f1be0
PE
14806 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14807 This yields a more-accurate answer.
14808 (rng-time-to-float): Remove; no longer needed.
14809
fe955043
PE
14810 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14811
5777162a
PE
14812 * calendar/timeclock.el (timeclock-seconds-to-time):
14813 Defalias to seconds-to-time, since they're the same thing.
14814
3103f8b6 14815 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 14816 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
14817 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14818
0e61a35f
SM
148192011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * window.el (bury-buffer): Don't iconify the only frame.
14822 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14823 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14824
ddd63a1e
CY
148252011-07-01 Chong Yidong <cyd@stupidchicken.com>
14826
0e61a35f
SM
14827 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14828 Add mouse-yank-primary.
ddd63a1e 14829
055f4923
TZ
148302011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14831
14832 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14833
6a2fb145
SM
148342011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14837 (find-library-name): Use it to find relative load names when provided
14838 absolute file name (bug#8803).
14839
fd4983f2
LMI
148402011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14841
887d14ad
LMI
14842 * textmodes/flyspell.el (flyspell-word): Consider words that
14843 differ only in case as potential doublons (bug#5687).
14844
c53dc7fc
LMI
14845 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14846 Remove two rather uninteresting debugging-like messages to make
14847 debbugs.el more silent.
14848
fd4983f2
LMI
14849 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14850 a password-like phrase.
14851
7a71b18d 148522011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
14853
14854 * progmodes/cc-guess.el: New file.
14855
6a2fb145 14856 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
14857
14858 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14859 derived from `c-basic-common-init'.
14860
14861 * progmodes/cc-mode.el (top-level): Require cc-guess.
14862 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14863
1fa280a3
LM
148642011-06-30 Lawrence Mitchell <wence@gmx.li>
14865
14866 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14867
e6597158
AM
148682011-06-30 Alan Mackenzie <acm@muc.de>
14869
1fa280a3
LM
14870 * progmodes/cc-engine.el (c-guess-continued-construct):
14871 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
14872 lock is disabled. Name this case as "CASE G".
14873
68ba37fb
KM
148742011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14875
14876 * allout.el (allout-yank-processing): Fix injection of extra space
14877 between bullet and non-whitespace character in first topic when
14878 pasting, ensuring that the actual spacing in the pasted topic
14879 following the bullet char is preserved. This extra space was
14880 causing pasted encrypted topics to get a decrypted status even
14881 when the content was actually still encrypted. Now the decryption
14882 status from before the paste is preserved.
14883
14884 (allout-flag-region): Set all allout overlays so they evaporate
14885 when reduced to zero length (evanescent), to prevent overlay
14886 leakage.
14887
887a0b34
GM
148882011-06-30 Glenn Morris <rgm@gnu.org>
14889
94b9acce
GM
14890 * w32-fns.el (w32-charset-info-alist): Declare.
14891
1d9b46d4
GM
14892 * find-dired.el (find-grep-options): Simplify.
14893
cc232200
GM
14894 * term/ns-win.el (ns-set-resource): Declare.
14895
28e77c46
GM
14896 * ses.el (row, col): Declare dynamic variables honestly.
14897
887a0b34
GM
14898 * textmodes/reftex-parse.el (index-tags): Declare.
14899
658d8eb8
CY
149002011-06-30 Chong Yidong <cyd@stupidchicken.com>
14901
14902 * cus-edit.el (customize-push-and-save): New function.
14903
14904 * files.el (hack-local-variables-confirm): Use it.
14905
1fa280a3
LM
14906 * custom.el (load-theme): New arg NO-CONFIRM.
14907 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
14908 (custom-enabled-themes): Doc fix.
14909
14910 * cus-theme.el (customize-create-theme)
14911 (custom-theme-merge-theme): Callers to load-theme changed.
14912
bb617717
LMI
149132011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14914
d61bdd5d
LMI
14915 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14916 short URLs have at least one dot in them (bug #7614).
14917
bb617717
LMI
14918 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14919 nil, because using a pty is apparently too slow (bug #895).
14920
2f31f37a
LMI
149212011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14922
14923 * mail/sendmail.el (sendmail-query-once): New function.
14924 (sendmail-query-once-function): New variable.
14925
3076b24e
GM
149262011-06-29 Glenn Morris <rgm@gnu.org>
14927
faf2a174
GM
14928 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14929
3076b24e
GM
14930 * ses.el (top-level): Require cl when compiling.
14931 (ses-set-localvars): Fix error statement.
14932 Call it at compile time to silence a storm of warnings.
14933
5386012d
MR
149342011-06-29 Martin Rudalics <rudalics@gmx.at>
14935
14936 * window.el (normalize-live-buffer): Rename to
14937 window-normalize-buffer.
14938 (normalize-live-frame): Rename to window-normalize-frame.
14939 (normalize-any-window): Rename to window-normalize-any-window.
14940 (normalize-live-window): Rename to window-normalize-live-window.
14941 (make-window-atom): Rename to window-make-atom.
14942 (window-resize-reset): Rename to window--resize-reset.
14943 (window-resize-reset-1): Rename to window--resize-reset-1.
14944 (resize-mini-window): Rename to window--resize-mini-window.
14945 (resize-subwindows-skip-p): Rename to
14946 window--resize-subwindows-skip-p.
14947 (resize-subwindows-normal): Rename to
14948 window--resize-subwindows-normal.
14949 (resize-subwindows): Rename to window--resize-subwindows.
14950 (resize-other-windows): Rename to window--resize-siblings.
14951 (resize-this-window): Rename to window--resize-this-window.
14952 (resize-root-window): Rename to window--resize-root-window.
14953 (resize-root-window-vertically): Rename to
14954 window--resize-root-window-vertically.
14955 (normalize-buffer-to-display): Rename to
14956 window-normalize-buffer-to-display.
14957 (normalize-buffer-to-switch-to): Rename to
14958 window-normalize-buffer-to-switch-to.
14959 Correspondingly update all callers of the functions listed
14960 above.
14961 (display-buffer-alist, display-buffer-normalize-arguments)
14962 (display-buffer-normalize-options, display-buffer)
14963 (display-buffer-alist-set): Use "function" instead of
14964 "fun-with-args".
14965
1176868d
CY
149662011-06-28 Chong Yidong <cyd@stupidchicken.com>
14967
14968 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14969 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14970 debbugs.gnu.org. Mention acknowledgment email.
14971
20a7a65f
LMI
149722011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14973
14974 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14975 buffer multibyteness, since it shouldn't matter.
14976
5f45cca5
MR
149772011-06-28 Martin Rudalics <rudalics@gmx.at>
14978
14979 * window.el (display-buffer-in-side-window): Handle dedicated
14980 windows as in display-buffer-reuse-window.
14981 (display-buffer-normalize-alist): Use value of override
14982 specifier.
14983 (display-buffer-normalize-specifiers): Use value of
14984 other-window-means-other-frame specifier.
14985 (display-buffer-alist): Rewrite some texts in widgets.
14986 (display-buffer): Spread arguments when calling function
14987 specified by fun-with-args.
14988
ad85fe1f
DD
149892011-06-28 Deniz Dogan <deniz@dogan.se>
14990
1fa280a3
LM
14991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14992 Unnest `let'.
da68c4c8 14993
ad85fe1f
DD
14994 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14995 selectors (Bug#5732).
ec49bd31 14996 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 14997
a08cc025
JA
149982011-06-27 Jari Aalto <jari.aalto@cante.net>
14999
15000 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
15001 (eshell-ls-date-format): New defcustom.
15002 (eshell-ls-file): Use it.
15003
e2b551c5
SM
150042011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * help-fns.el (describe-variable): Fix message for terminal-local vars.
15007
8982b231
KY
150082011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
15009
15010 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
15011 (ange-ftp-make-tmp-name): New arg.
15012 (ange-ftp-file-local-copy): Use it.
15013
36c9fa27
J
150142011-06-27 Jambunathan K <kjambunathan@gmail.com>
15015
15016 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15017 no-conversion (Bug#8870).
15018
d68443dc
MR
150192011-06-27 Martin Rudalics <rudalics@gmx.at>
15020
15021 * window.el (window-right, window-left, window-child)
15022 (window-child-count, window-last-child)
15023 (window-iso-combination-p, walk-window-tree-1)
15024 (window-atom-check-1, window-tree-1, delete-window)
15025 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15026 new naming conventions - window-vchild, window-hchild,
15027 window-next and window-prev are now called window-top-child,
15028 window-left-child, window-next-sibling and window-prev-sibling
15029 respectively.
d615d6d2
MR
15030 (resize-window-reset): Rename to window-resize-reset.
15031 (resize-window-reset-1): Rename to window-resize-reset-1.
15032 (resize-window): Rename to window-resize.
15033 (window-min-height, window-min-width)
15034 (resize-mini-window, resize-this-window, resize-root-window)
15035 (resize-root-window-vertically, adjust-window-trailing-edge)
15036 (enlarge-window, shrink-window, maximize-window)
15037 (minimize-window, delete-window, quit-restore-window)
15038 (split-window, balance-windows, balance-windows-area-adjust)
15039 (balance-windows-area, window-state-put-2)
15040 (display-buffer-even-window-sizes, display-buffer-set-height)
15041 (display-buffer-set-width, set-window-text-height)
15042 (fit-window-to-buffer): Rename all "resize-window" prefixed
15043 calls to use the "window-resize" prefix convention.
15044 (display-buffer-alist): Fix symbol for label specifier.
15045 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15046 corresponding specifier.
15047 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 15048
b6458526
VB
150492011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15050
15051 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15052 convention.
15053 (ses-call-printer): Does not pass an empty string to formatter when the
15054 cell is empty to keep from barking printer Calc math-format-value.
15055
d31fd9ac
RS
150562011-06-27 Richard Stallman <rms@gnu.org>
15057
43d5bf84
RS
15058 * battery.el (battery-mode-line-limit): New variable.
15059 (battery-update): Handle it.
15060
d31fd9ac
RS
15061 * mail/rmailmm.el (rmail-mime-process-multipart):
15062 Handle truncated messages.
15063
819a6054
GM
150642011-06-27 Glenn Morris <rgm@gnu.org>
15065
15066 * progmodes/flymake.el (flymake-err-line-patterns):
15067 Allow for column numbers in the ant/javac pattern. (Bug#8866)
15068
cedc73f2
VB
150692011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15070
819a6054 15071 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
15072 (ses--clean-!, ses--clean-_): New functions.
15073 (ses-range): Add configurability of readout order, and conversion
15074 to Calc vector.
15075
5e5d49b6
VB
15076 * ses.el (ses-repair-cell-reference-all): New function.
15077 (ses-cell-symbol): Set macro as safe, so that it can be used in
15078 formulas.
15079
56e6cc31 15080 * ses.el: Update cycle detection algorithm.
90ca8b49 15081 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 15082 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
15083 (ses-set-localvars): New function.
15084 (ses-make-cell): Add property-list as a cell element.
15085 (ses-cell-property-get-fun, ses-cell-property-get)
15086 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
15087 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15088 New functions.
90ca8b49
VB
15089 (ses-cell-property-set, ses-cell-property-pop)
15090 (ses-cell-property-get-handle): New macro.
15091 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15092 New aliases, used for code readability.
15093 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15094 cycle detection.
15095 (ses-self-reference-early-detection): New defcustom.
fac916bf 15096 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
15097 (ses-mode): Use ses-set-localvars.
15098 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15099 before lauching the update processing.
15100 (ses-initialize-Dijkstra-attempt): New function.
15101 (ses-recalculate-cell): Update for cycle detection based on
15102 Dijkstra algorithm.
15103
2bb63e81
VB
15104 * ses.el: Fix commenting and indenting convention.
15105
c9d29fb8
SM
151062011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * bs.el (bs-cycle-next): Complete last change.
15109
d8e4b68b
JB
151102011-06-27 Drew Adams <drew.adams@oracle.com>
15111
15112 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15113
40098786
LMI
151142011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15115
c9d29fb8
SM
15116 * net/network-stream.el (network-stream-open-starttls):
15117 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
15118 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15119
40098786
LMI
15120 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15121 to binary to possibly avoid line encoding issues on Windows (among
15122 other things).
15123
468d09d4
LMI
151242011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15125
15126 * net/network-stream.el (open-network-stream): Return an :error
15127 saying what the problem was, if possible.
15128
15129 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15130 server.
15131
15132 * net/network-stream.el (network-stream-open-starttls): If we
15133 wanted to use STARTTLS, and the server offered it, but we weren't
15134 able to because we had no STARTTLS support, then close the connection.
15135 (open-network-stream): Return an :error element, if present.
15136
16f07dd7
CY
151372011-06-26 Chong Yidong <cyd@stupidchicken.com>
15138
88821ca0
CY
15139 * hl-line.el (hl-line-sticky-flag): Doc fix.
15140 (global-hl-line-sticky-flag): New option (Bug#8323).
15141 (global-hl-line-highlight): Obey it.
15142
16f07dd7
CY
15143 * vc/vc.el (vc-revert-show-diff): Default to t.
15144
6b5ccddf
KM
151452011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
15146
c9d29fb8
SM
15147 * allout-widgets.el (allout-widgets-post-command-business):
15148 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
15149 undecorated when an isearch is continued past, and isearch
15150 automatically collapses them. This leads to "widget leaks", where
15151 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
15152 hidden widgets can slow down cursor travel, substantially.
15153 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
15154 so we're doing without this nicety.
15155
15156 (allout-widgets-tally-string): Don't try to do a hash-table-count
15157 of allout-widgets-tally when it's nil. This eliminates spurious "Error
15158 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15159 *Messages* when allout-widgets-maintain-tally is t.
15160
355f2e07
MR
151612011-06-26 Martin Rudalics <rudalics@gmx.at>
15162
15163 * window.el (display-buffer-normalize-argument): Rename to
15164 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
15165 LABEL argument. Respect special-display-function when popping up
15166 a new frame. Fix code searching for a window showing the buffer
15167 on another frame.
c9d29fb8
SM
15168 (display-buffer-normalize-specifiers):
15169 Call display-buffer-normalize-arguments.
355f2e07
MR
15170 (display-buffer-in-window): Don't undedicate the window if its
15171 buffer remains the same.
15172 Reported by Drew Adams <drew.adams@oracle.com>.
15173 (display-buffer-alist): Add choice for same-window macro
15174 specfier.
15175 (display-buffer): Mention special meaning of LABEL argument in
15176 doc-string. Fix quoting. Don't pop up a new frame even as
15177 fallback.
15178
7ca8fc42
JB
151792011-06-26 Juanma Barranquero <lekktu@gmail.com>
15180
15181 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15182 avoid deleting the current window in some cases (bug#8911).
15183
bc312254
AS
151842011-06-26 Andreas Schwab <schwab@linux-m68k.org>
15185
15186 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15187 (Bug#8934)
15188
2db18f3f
LMI
151892011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15190
c9d29fb8
SM
15191 * net/network-stream.el (network-stream-open-starttls):
15192 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
15193 (network-stream-open-tls): Ditto.
15194
6302e0d3
LL
151952011-06-26 Leo Liu <sdl.web@gmail.com>
15196
15197 * register.el (registerv): New struct.
15198 (registerv-make): New function.
c9d29fb8
SM
15199 (jump-to-register, describe-register-1, insert-register):
15200 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
15201 struct. (Bug#8415)
15202
5fdd4046
CY
152032011-06-26 Chong Yidong <cyd@stupidchicken.com>
15204
2afef60a
CY
15205 * vc/vc.el (vc-revert-show-diff): New defcustom.
15206 (vc-diff-internal): New arg specifying diff buffer.
15207 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15208 reuse an existing *vc-diff* buffer (Bug#8927).
15209
5fdd4046
CY
15210 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15211
e93db24a
GM
152122011-06-26 Glenn Morris <rgm@gnu.org>
15213
15214 * progmodes/f90.el (f90-critical-indent): New option.
15215 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15216 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15217 (f90-mode): Doc fix.
15218 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15219 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15220 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15221 (f90-match-end): Handle block, critical.
15222
eefff499
GM
152232011-06-25 Glenn Morris <rgm@gnu.org>
15224
f6ba4cc9
GM
15225 * calendar/diary-lib.el (diary-included-files): Doc fix.
15226 (diary-include-files): New function, extracted from
15227 diary-include-other-diary-files and diary-mark-included-diary-files.
15228 (diary-include-other-diary-files, diary-mark-included-diary-files):
15229 Just call diary-include-files.
15230 (diary-mark-entries): Reset diary-included-files on first call.
15231
16712304
GM
15232 * calendar/diary-lib.el (diary-mark-entries)
15233 (diary-mark-included-diary-files):
15234 Visit included diary-files in temp buffers.
15235
5d8e0d43
GM
15236 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15237 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15238 (f90-start-block-re, f90-imenu-generic-expression)
15239 (f90-looking-at-program-block-start, f90-no-block-limit):
15240 Add support for submodules.
15241
ccf7a5d5
GM
15242 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15243 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 15244
11fdef7d 152452011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
15246
15247 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15248 buffer-file-type before setting its value, to avoid disastrous
eefff499 15249 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 15250
74f53697
JB
152512011-06-25 Juanma Barranquero <lekktu@gmail.com>
15252
15253 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15254
15255 * ses.el (ses-unload-function):
15256 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15257
15258 * proced.el (proced-unload-function):
15259 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15260
18a4ce5e
AR
152612011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15262
15263 * server.el (server-create-window-system-frame): Add parameters arg.
15264 (server-process-filter): Doc fix. Handle frame-parameters.
15265
519d22cc
JB
152662011-06-25 Juanma Barranquero <lekktu@gmail.com>
15267
15268 Fix bug#8730, bug#8781.
15269
15270 * loadhist.el (unload--set-major-mode): New function.
15271 (unload-feature): Use it.
15272
15273 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15274 (python-unload-function): New function.
15275
c206f5b0
SM
152762011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15277
15278 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15279
f9ad64f3
GS
152802011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15281
15282 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15283 the candidates list.
15284
7d0da90e
JB
152852011-06-24 Juanma Barranquero <lekktu@gmail.com>
15286
15287 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15288
14b4e83d
RS
152892011-06-23 Richard Stallman <rms@gnu.org>
15290
15291 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15292 (rmail-variables): Set next-error-move-function.
15293 (rmail-what-message): Take argument POS.
15294 (rmail-next-error-move): New function.
15295
273d2baf
SM
152962011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15299 messages for adjacent non-terminals.
15300
56c2cc9a
RS
153012011-06-23 Richard Stallman <rms@gnu.org>
15302
15303 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 15304 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
15305 (rmail-start-mail): Don't specify use of rmail-mail-return;
15306 that's done by mail-bury now.
15307 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 15308
d59eb518
MA
153092011-06-23 Michael Albinus <michael.albinus@gmx.de>
15310
15311 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15312 SIZE is a number.
15313
02cfc6d6
MR
153142011-06-23 Martin Rudalics <rudalics@gmx.at>
15315
15316 * window.el (get-lru-window, get-mru-window)
15317 (get-largest-window): Never return a minibuffer window.
15318 (display-buffer-pop-up-window): Fix a bug that could lead to
15319 reusing the minibuffer window.
15320 (display-buffer): Pass original specifier argument to
15321 display-buffer-function instead of the normalized one.
15322 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15323
4e323265
LL
153242011-06-22 Leo Liu <sdl.web@gmail.com>
15325
15326 * minibuffer.el (completing-read-function)
15327 (completing-read-default): Move from minibuf.c
15328
7a70468f
RS
153292011-06-22 Richard Stallman <rms@gnu.org>
15330
50718fc2
RS
15331 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15332 to Rmail even if not started by a special Rmail command.
15333
7a70468f
RS
15334 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15335 Copy the buffer currently showing just one message.
15336
297dde5a
RW
153372011-06-22 Roland Winkler <winkler@gnu.org>
15338
15339 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15340 (bibtex-clean-entry): First delete the old key so that a
15341 customized algorithm for generating the new key does not get
15342 confused by the old key.
15343 (bibtex-url): Obey regexp of first step.
15344 (bibtex-search-entries): Do not use add-to-list with local
15345 list-var.
15346
97bb1093
LMI
153472011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15348
15349 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15350 stored a user name, then query for the password first, instead of
15351 waiting for SMTP to give an error message and the trying again.
15352
1c0f1a19
JD
153532011-06-22 Lawrence Mitchell <wence@gmx.li>
15354
15355 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15356 BUFFER in call-process.
15357
396f7c9d
LMI
153582011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15359
15360 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15361 QUIT twice.
ddb7ffee
LMI
15362 (smtpmail-try-auth-methods): Require user name and password from
15363 auth-source.
396f7c9d 15364
8998d1b3
MR
153652011-06-22 Martin Rudalics <rudalics@gmx.at>
15366
15367 * window.el (display-buffer-default-specifiers)
15368 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15369 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 15370 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
15371
15372 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15373 (special-display-frame-alist, special-display-popup-frame):
15374 Remove duplicate declarations. These are now in window.el.
15375
4ea31e07
LMI
153762011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15377
c9d29fb8
SM
15378 * mail/smtpmail.el (smtpmail-via-smtp):
15379 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
15380 server supports it. SMTP servers that support STARTTLS commonly
15381 require it.
15382
15383 * net/network-stream.el (network-stream-open-starttls): Support
15384 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 15385 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 15386
95f41d9a
LMI
15387 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15388 upgrades with `open-network-stream', and rely solely on
15389 auth-source for all credentials. Big changes throughout the file,
15390 but in particular:
c9d29fb8
SM
15391 (smtpmail-auth-credentials): Remove.
15392 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
15393 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15394 MAIL FROM, too.
95f41d9a 15395
c9d29fb8
SM
15396 * net/network-stream.el (network-stream-open-starttls):
15397 Provide support for client certificates both for external and built-in
4ea31e07
LMI
15398 STARTTLS.
15399 (auth-source): Require.
15400 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
15401 (network-stream-certificate): Change cert-cert to cert and
15402 cert-key to key.
4ea31e07 15403
065ec2c7
MA
154042011-06-21 Michael Albinus <michael.albinus@gmx.de>
15405
15406 * net/tramp-cache.el (top): Don't load the persistency file when
15407 "emacs -Q" has been called.
15408
cd93b359
DR
154092011-06-21 Tim Harper <timcharper@gmail.com>
15410
d8e4b68b
JB
15411 * term/ns-win.el (ns-initialize-window-system):
15412 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
15413 resource to NO as it is not yet supported by the NS port.
15414
ae9c0411
JB
154152011-06-21 Juanma Barranquero <lekktu@gmail.com>
15416
15417 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15418 (list-dynamic-libraries): ...not here.
15419
7f3f739f
LL
154202011-06-21 Leo Liu <sdl.web@gmail.com>
15421
15422 * subr.el (sha1): Implement sha1 using secure-hash.
15423
327c8fb1
MR
154242011-06-21 Martin Rudalics <rudalics@gmx.at>
15425
15426 * window.el (display-buffer-alist): In default value do not
15427 enforce searching a window on any but the selected frame.
15428 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15429 (display-buffer-select-window): Remove function.
15430 (display-buffer-in-window): When a window on another frame gets
15431 reused, do not select it any more but just raise its frame if
15432 necessary (Bug#8851) and (Bug#8856).
15433 (display-buffer-normalize-options): Handle pop-up-frames related
15434 options more faithfully.
15435 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15436 window if it is on another frame.
c9d29fb8
SM
15437 (display-buffer-alist, display-buffer-default-specifiers):
15438 Don't make new frame unsplittable by default.
9e9de014
MR
15439 (display-buffer-normalize-argument): Fix doc-string typo and use
15440 'same-frame-other-window instead of 'other-window when associating
15441 with display-buffer-macro-specifiers.
327c8fb1 15442
7cf3f556
VB
154432011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15444
15445 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15446 New functions.
15447 (5x5-mode-map, 5x5-mode-menu): Bind them.
15448 (5x5-draw-grid): Tweak the solver's rendering.
15449
60a406cf
SM
154502011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15453 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15454
d8e4b68b 154552011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
15456
15457 * menu-bar.el: Use function variable instead of switch-to-buffer.
15458 (menu-bar-select-buffer-function): New variable.
60a406cf 15459 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 15460
478d6f95
SM
154612011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15464 variable's status.
15465
ca530739
JD
154662011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15467
15468 * x-dnd.el (x-dnd-version-from-flags)
15469 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15470 and long as number (Bug#8899).
15471 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15472
bcd70d97
SM
154732011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15474
60a406cf 15475 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
15476 (completion-try-completion, completion-all-completions): Compute the
15477 metadata argument if it's missing; make it optional (bug#8795).
15478
60a406cf 15479 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
15480 (widget-complete): Use new :completion-function property.
15481 (widget-completions-at-point): New function.
15482 (default): Use :completion-function instead of :complete.
60a406cf
SM
15483 (widget-default-completions): Rename from widget-default-complete;
15484 Rewrite.
bcd70d97
SM
15485 (widget-string-complete, widget-file-complete, widget-color-complete):
15486 Remove functions.
15487 (file, symbol, function, variable, coding-system, color):
15488 * international/mule-cmds.el (default-input-method, charset)
15489 (language-info-custom-alist):
15490 * cus-edit.el (face): Use new property :completions.
15491
15492 * progmodes/pascal.el (pascal-completions-at-point): New function.
15493 (pascal-mode): Use it.
15494 (pascal-mode-map): Use completion-at-point.
15495 (pascal-toggle-completions): Make obsolete.
15496 (pascal-complete-word, pascal-show-completions):
15497 * progmodes/octave-mod.el (octave-complete-symbol):
15498 Redefine as obsolete alias.
15499 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15500 Signal absence of completion info for old Octave,
15501 (inferior-octave-complete): Redefine as obsolete alias.
15502 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15503 (meta-completions-at-point): Rename from meta-complete-symbol and
15504 adapt it for use on completion-at-point-functions.
15505 (meta-common-mode): Use it.
15506 (meta-looking-at-backward, meta-match-buffer): Remove.
15507 (meta-complete-symbol): Redefine as obsolete alias.
15508 (meta-common-mode-map): Use completion-at-point.
15509 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15510 (makefile-mode-map): Use completion-at-point.
15511 (makefile-completions-at-point): Rename from makefile-complete and
15512 adapt it for use on completion-at-point-functions.
15513 (makefile-mode): Use it.
15514 (makefile-complete): Redefine as obsolete alias.
15515
aebf69c8
DD
155162011-06-20 Deniz Dogan <deniz@dogan.se>
15517
15518 * net/rcirc.el: Delete trailing whitespaces once and for all.
15519
bfbbb27d
DC
155202011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15521
15522 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15523
d264a46b
CY
155242011-06-19 Chong Yidong <cyd@stupidchicken.com>
15525
4ca009e5
CY
15526 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15527
d264a46b
CY
15528 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15529
fbf5b3ce
MR
155302011-06-19 Martin Rudalics <rudalics@gmx.at>
15531
15532 * window.el (display-buffer-other-window-means-other-frame):
15533 Call display-buffer-normalize-alist.
15534 (display-buffer-normalize-specifiers-1): Rename to
15535 display-buffer-normalize-argument. New argument other-frame.
15536 Rewrite.
15537 (display-buffer-normalize-specifiers-2): Rename to
15538 display-buffer-normalize-options.
15539 (display-buffer-normalize-alist-1): New function.
15540 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
15541 display-buffer-normalize-alist.
15542 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
15543 (display-buffer-normalize-options-inhibit): New variable.
15544 (display-buffer-normalize-specifiers): Rewrite calling
15545 display-buffer-normalize-alist,
15546 display-buffer-normalize-argument, and
15547 display-buffer-normalize-options. Don't call the latter if
15548 display-buffer-normalize-options-inhibit is non-nil.
15549 (frame-auto-delete): New option.
15550 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
15551 (window-list-no-nils, window-state-ignored-parameters)
15552 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
15553 (window-state-put-1, window-state-put-2, window-state-put):
15554 New functions.
9a028c23
MR
15555 (display-buffer-normalize-options): Move special-display-p group
15556 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 15557
6d10d800
CY
155582011-06-18 Chong Yidong <cyd@stupidchicken.com>
15559
6420d28b
CY
15560 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15561 groups (Bug#8776).
15562 (rx-submatch-n): New function.
15563 (rx): Document it.
15564
ddb8b596
CY
15565 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15566 (Bug#8768).
15567
15568 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15569
77080289
CY
15570 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15571
61dfb316
CY
15572 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15573 anytime existing face settings are present (Bug#8889).
15574
6d10d800
CY
15575 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15576 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15577 Remove unused argument.
15578
be3fb2b8
MR
155792011-06-18 Martin Rudalics <rudalics@gmx.at>
15580
bcd70d97
SM
15581 * window.el (display-buffer-default-specifiers):
15582 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
15583 pop-up-window-min-width, and another reuse-window specifier
15584 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
15585 (display-buffer-normalize-specifiers-2):
15586 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
15587 pop-up-windows is unset. Add a reuse-window specifier for the
15588 case popping up a new window fails.
15589 (special-display-popup-frame): Remove double quoting.
28dec25a 15590 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 15591
1c6d8c76
SM
155922011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15595 according to comint-completion-addsuffix.
15596
15597 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15598 (pcomplete-suffix-list): Mark as obsolete.
15599 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15600 pcomplete-seen in the closure.
15601 (pcomplete-comint-setup): Setup completion-at-point as well.
15602 (pcomplete--entries): New function.
15603 (pcomplete--env-regexp): New var.
15604 (pcomplete-entries): Rewrite to work with partial-completion and
15605 without relying on pcomplete-suffix-list.
15606 (pcomplete-pare-list): Remove, unused.
15607
25aef8b8
MR
156082011-06-17 Martin Rudalics <rudalics@gmx.at>
15609
15610 * window.el (display-buffer-alist): Set pop-up-window-min-height
15611 and pop-up-window-min-width in default value. Reported by
15612 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15613 other-window-means-other-frame.
15614 (display-buffer-macro-specifiers): Comment out entry for
15615 other-window specifier.
15616 (display-buffer-other-window-means-other-frame): New function.
15617 (display-buffer-normalize-specifiers-1): New arguments
15618 buffer-name and label. Treat other-window case specially.
15619 (display-buffer-normalize-specifiers-2): Treat other-window case
15620 specially.
15621 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
15622 (display-buffer-normalize-specifiers):
15623 Call display-buffer-normalize-specifiers-3.
25aef8b8 15624
dbad4f69
MR
156252011-06-17 Martin Rudalics <rudalics@gmx.at>
15626
15627 * window.el (same-window-p): Fix two typos introduced when
15628 adding with-no-warnings.
d1067961
MR
15629 (display-buffer-normalize-specifiers-1): Don't check
15630 pop-up-frames for 'unset initialization.
15631 (display-buffer-normalize-specifiers-2): Major rewrite using
15632 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15633 (pop-up-frames, display-buffer-reuse-frames)
15634 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15635 Suggested by David Engster <deng@randomsample.de>.
15636 (even-window-heights): Initialize to 'unset.
15637 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
15638 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15639 other window case.
dbad4f69 15640
9b9c9e3a
MR
156412011-06-16 Martin Rudalics <rudalics@gmx.at>
15642
bcd70d97
SM
15643 * window.el (display-buffer-normalize-specifiers-1):
15644 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 15645 second argument of display-buffer (Bug#8865).
981d5c09
MR
15646 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15647 (switch-to-buffer-other-window-same-frame)
15648 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15649 Adams (Bug#8875).
9c2755e9
MR
15650 (display-buffer): Don't check noninteractive when calling
15651 display-buffer-pop-up-frame.
15652 (display-buffer-pop-up-frame): Never pop up a frame in
15653 noninteractive mode (Bug#8857).
67222e1d
MR
15654 (enlarge-window, shrink-window): Don't report an error when the
15655 window can't be resized as requested (Bug#8862).
9b9c9e3a 15656
2b75be67
SM
156572011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15658
9ffdd3ba
SM
15659 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15660
cb581a67
SM
15661 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15662
2b75be67
SM
15663 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15664
8c0e3589
AM
156652011-06-15 Alan Mackenzie <acm@muc.de>
15666
cb581a67
SM
15667 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15668 for declarators, disable knr checking to speed up for normal files.
15669 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 15670
b96e6cde
LMI
156712011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15672
4bba86e6
LMI
15673 * net/network-stream.el (open-network-stream): Add the keyword
15674 :always-query-capabilities for the case where you want to force a
15675 `plain' network connection, but the protocol still requires the
15676 capabilitiy command (i.e., SMTP and EHLO).
15677
2b75be67 15678 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
15679 consistency with other `-live-p' functions.
15680
efdcdbf8
SM
156812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15682
15683 * window.el (same-window-buffer-names, same-window-regexps)
15684 (special-display-frame-alist, special-display-popup-frame)
15685 (special-display-function, special-display-buffer-names)
15686 (special-display-regexps, pop-up-frame-alist)
15687 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15688 (pop-up-windows, split-window-preferred-function)
15689 (split-height-threshold, split-width-threshold, even-window-heights)
15690 (display-buffer-mark-dedicated): Don't encourage the use of
15691 display-buffer-alist from Elisp code.
15692
c5cde042
DN
156932011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15694
15695 * progmodes/python.el (python-mode): Derive from prog-mode.
15696 * progmodes/ps-mode.el (ps-mode):
15697 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 15698 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
15699 * progmodes/ld-script.el (ld-script-mode): Likewise.
15700
baa1c9ab
MR
157012011-06-15 Martin Rudalics <rudalics@gmx.at>
15702
15703 * window.el (display-buffer-alist): Trim default value to avoid
15704 popping up a new frame (Bug#8857) or reusing an arbitrary window
15705 on another frame.
15706 (display-buffer): Do not fall back on popping up a new frame in
15707 batch mode (Bug#8857).
15708
c5dd5a51
CY
157092011-06-14 Chong Yidong <cyd@stupidchicken.com>
15710
15711 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15712 (custom-theme-summary): New function.
15713 (customize-themes): Use it.
15714
d647b7c4
GM
157152011-06-13 Glenn Morris <rgm@gnu.org>
15716
15717 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15718
9481c002
MR
157192011-06-13 Martin Rudalics <rudalics@gmx.at>
15720
357f93d2
MR
15721 * help.el (help-window): Remove variable.
15722 (help-window-point-marker, temp-buffer-max-height)
15723 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15724 (help-print-return-message): Don't set help-window.
15725 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15726 (help-window-setup-finish): Remove.
15727 (help-window-display-message, help-window-setup)
15728 (with-help-window): Major rewrite based on new
15729 display-buffer-window variable.
15730
15731 * help-mode.el (help-mode-finish): Remove help-window related
15732 code.
15733
15734 * view.el (view-exits-all-viewing-windows): Remove reference to
15735 view-return-to-alist in doc-string.
15736 (view-return-to-alist): Make obsolete.
15737 (view-buffer): Call pop-to-buffer-same-window and remove
15738 undo-window code.
15739 (view-buffer-other-window): Call pop-to-buffer-other-window and
15740 simplify code. Ignore second argument.
15741 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15742 simplify code. Ignore second argument.
15743 (view-return-to-alist-update): Make obsolete.
15744 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15745 Rewrite using quit-restore window parameters.
2b75be67
SM
15746 (view-mode-exit): Rename second argument to EXIT-ONLY.
15747 Rewrite using quit-restore-window.
357f93d2
MR
15748 (View-exit, View-exit-and-edit, View-leave, View-quit)
15749 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15750 appropriate arguments.
15751 (view-end-message): Use quit-restore window parameter.
15752
9481c002
MR
15753 * window.el (display-buffer-function): Rewrite doc-string.
15754 (display-buffer-window, display-buffer-alist): New variables.
15755 (display-buffer-split-specifiers)
15756 (display-buffer-side-specifiers)
15757 (display-buffer-macro-specifiers): New constants.
15758 (display-buffer-even-window-sizes, display-buffer-set-height)
15759 (display-buffer-set-width, display-buffer-select-window)
15760 (display-buffer-in-window, display-buffer-reuse-window)
15761 (display-buffer-split-window-1, display-buffer-split-window)
15762 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15763 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15764 (display-buffer-in-side-window, normalize-buffer-to-display)
15765 (display-buffer-normalize-specifiers-1)
15766 (display-buffer-normalize-specifiers-2)
2b75be67
SM
15767 (display-buffer-normalize-specifiers, display-buffer-frame):
15768 New functions.
9481c002
MR
15769 (display-buffer): Major rewrite.
15770 (display-buffer-other-window, display-buffer-other-frame)
15771 (pop-to-buffer, switch-to-buffer-other-window)
15772 (switch-to-buffer-other-frame): Rewrite.
15773 (display-buffer-same-window, display-buffer-same-frame)
15774 (display-buffer-same-frame-other-window)
15775 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15776 (pop-to-buffer-other-window)
15777 (pop-to-buffer-same-frame-other-window)
15778 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15779 (switch-to-buffer-other-window-same-frame): New functions.
15780 (same-window-p, special-display-p): Rewrite disabling warnings.
15781 Make obsolete.
15782 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15783 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15784 Make obsolete
15785 (same-window-buffer-names, same-window-regexps)
15786 (special-display-frame-alist, special-display-popup-frame)
15787 (special-display-function, special-display-buffer-names)
15788 (special-display-regexps, pop-up-frame-alist)
15789 (pop-up-frame-function, split-window-preferred-function)
15790 (split-height-threshold, split-width-threshold)
15791 (even-window-heights): Make obsolete.
15792
9db51aca
GM
157932011-06-12 Glenn Morris <rgm@gnu.org>
15794
15795 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 15796 Misc simplifications.
9db51aca 15797
39cffb44
MR
157982011-06-12 Martin Rudalics <rudalics@gmx.at>
15799
15800 * window.el (window-safely-shrinkable-p): Restore function which
15801 was inadvertently removed in change from 2011-06-11. Declare as
15802 obsolete.
15803
2b75be67
SM
15804 * calendar/calendar.el (calendar-generate-window):
15805 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
15806 window-safely-shrinkable-p.
15807
a8955be7
GM
158082011-06-12 Glenn Morris <rgm@gnu.org>
15809
15810 * progmodes/fortran.el (fortran-mode-syntax-table):
15811 * progmodes/f90.el (f90-mode-syntax-table):
15812 Set % to punctuation. (Bug#8820)
15813 (f90-find-tag-default): Remove, no longer needed.
15814
f0d4059d
DC
158152011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15816
15817 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15818
1100a63c
CY
158192011-06-11 Chong Yidong <cyd@stupidchicken.com>
15820
15821 * image.el (image-animated-p): Return animation delay in seconds.
15822 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15823 (image-animate-timeout): Remove DELAY argument. Don't assume
15824 every subimage has the same delay; get it from image-animated-p.
15825 (image-animate): Caller changed.
15826
def722bf
MA
158272011-06-11 Michael Albinus <michael.albinus@gmx.de>
15828
15829 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15830 to ignored backtrace functions.
15831
0a2bb1a9
GM
158322011-06-11 Glenn Morris <rgm@gnu.org>
15833
15834 * calendar/appt.el (appt-disp-window-function): Doc fix.
15835 (appt-check): Handle overlapping appointments. (Bug#8337)
15836
6198ccd0
MR
158372011-06-11 Martin Rudalics <rudalics@gmx.at>
15838
15839 * window.el (window-tree-1, window-tree): New functions, moving
15840 the latter to window.el.
15841 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15842 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15843 (bw-refresh-edges): Remove.
15844 (balance-windows-1, balance-windows-2): New functions.
15845 (balance-windows): Rewrite in terms of window tree functions,
15846 balance-windows-1 and balance-windows-2.
15847 (bw-adjust-window): Remove.
15848 (balance-windows-area-adjust): New function with functionality of
15849 bw-adjust-window but using resize-window.
2b75be67
SM
15850 (set-window-text-height): Rewrite doc-string.
15851 Use normalize-live-window and resize-window.
15852 (enlarge-window-horizontally, shrink-window-horizontally):
15853 Rename argument to DELTA.
6198ccd0
MR
15854 (window-buffer-height): New function.
15855 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15856 Rewrite using new window resize routines.
2b75be67
SM
15857 (kill-buffer-and-window, mouse-autoselect-window-select):
15858 Use ignore-errors instead of condition-case.
6198ccd0
MR
15859 (quit-window): Call delete-frame instead of delete-windows-on
15860 for the only buffer on frame.
15861
9397e56f
MR
158622011-06-10 Martin Rudalics <rudalics@gmx.at>
15863
15864 * loadup.el (top-level): Load window before files for the sake
15865 of replace-buffer-in-windows.
15866
15867 * files.el (read-buffer-to-switch)
15868 (switch-to-buffer-other-window)
2b75be67
SM
15869 (switch-to-buffer-other-frame, display-buffer-other-frame):
15870 Move to window.el.
9397e56f
MR
15871
15872 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15873 (previous-buffer): Move to window.el.
15874
15875 * bindings.el (unbury-buffer): Move to window.el.
15876
15877 * window.el (delete-other-windows-vertically): Move after
15878 definition of delete-other-windows.
15879 (other-window, delete-windows-on, replace-buffer-in-windows):
15880 Move here from window.c.
15881 (record-window-buffer, unrecord-window-buffer)
15882 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15883 (switch-to-next-buffer): New functions.
15884 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15885 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
15886 (previous-buffer): Move here from simple.el.
15887 Call switch-to-prev-buffer.
9397e56f
MR
15888 (bury-buffer): Move here from buffer.c. Switch to previous
15889 buffer when window cannot be deleted.
15890 (unbury-buffer): Move here from bindings.el.
15891 (ctl-x-map): Move binding for other-window from window.c to
15892 here.
15893 (read-buffer-to-switch, switch-to-buffer-other-window)
15894 (switch-to-buffer-other-frame): Move here from files.el.
15895 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
15896 (switch-to-buffer): Move here from buffer.c.
15897 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 15898
562dd5e9
MR
158992011-06-10 Martin Rudalics <rudalics@gmx.at>
15900
15901 * window.el (window-min-height, window-min-width): Move here
15902 from window.c. Add defcustoms and rewrite doc-strings.
15903 (resize-mini-window, resize-window): New functions.
15904 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15905 Move here from window.c.
15906 (maximize-window, minimize-window): New functions.
15907 (delete-window, delete-other-windows, split-window): Move here
15908 from window.c.
15909 (window-split-min-size): New function.
15910 (split-window-keep-point): Mention split-window-above-each-other
15911 instead of split-window-vertically.
2b75be67 15912 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
15913 Rename split-window-vertically to split-window-above-each-other
15914 and provide defalias for old definition.
15915 (split-window-side-by-side, split-window-horizontally):
15916 Rename split-window-horizontally to split-window-side-by-side
15917 and provide defalias for the old definition.
562dd5e9
MR
15918 (ctl-x-map): Move bindings for delete-window,
15919 delete-other-windows and enlarge-window here from window.c.
15920 Replace bindings for split-window-vertically and
15921 split-window-horizontally by bindings for
15922 split-window-above-each-other and split-window-side-by-side.
15923
15924 * cus-start.el (all): Remove entries for window-min-height and
15925 window-min-width. Add entries for window-splits and
15926 window-nest.
15927
f0da764a
GM
159282011-06-09 Glenn Morris <rgm@gnu.org>
15929
80675c21
GM
15930 * calendar/appt.el (appt-mode-line): New function.
15931 (appt-check, appt-disp-window): Use it.
15932
f0da764a
GM
15933 * files.el (hack-one-local-variable-eval-safep):
15934 Allow minor-modes with explicit +/-1 arguments.
15935
59f623b7
TZ
159362011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15937
15938 * term/xterm.el (xterm): Add defgroup.
15939 (xterm-extra-capabilities): Add defcustom to supply known xterm
15940 capabilities, skip querying them, or query them (default).
15941 (terminal-init-xterm): Use it.
15942 (terminal-init-xterm-modify-other-keys): New function to set up
15943 modifyOtherKeys support to simplify `terminal-init-xterm'.
15944
9aab8e0d
MR
159452011-06-09 Martin Rudalics <rudalics@gmx.at>
15946
15947 * window.el (resize-window-reset, resize-window-reset-1)
15948 (resize-subwindows-skip-p, resize-subwindows-normal)
15949 (resize-subwindows, resize-other-windows, resize-this-window)
15950 (resize-root-window, resize-root-window-vertically)
15951 (window-deletable-p, window-or-subwindow-p)
15952 (frame-root-window-p): New functions.
15953
e8b08aee
GM
159542011-06-09 Glenn Morris <rgm@gnu.org>
15955
15956 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15957 (ange-ftp-get-files): Use it.
15958
254c37a5
AK
159592011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15960
15961 * mail/sendmail.el (mail-recover-1, mail-recover):
15962 * files.el (recover-file, recover-session):
15963 Handle dired-listing-switches not being just a single short option.
15964
35d7dbd3
GM
159652011-06-09 Glenn Morris <rgm@gnu.org>
15966
15967 * calendar/appt.el (appt-display-message, appt-disp-window):
15968 Handle lists of appointments.
15969
387522b2
MR
159702011-06-08 Martin Rudalics <rudalics@gmx.at>
15971
2b75be67
SM
15972 * window.el (one-window-p): Move down in code.
15973 Rewrite doc-string.
15974 (window-current-scroll-bars): Rewrite doc-string.
15975 Normalize live window argument.
387522b2
MR
15976 (walk-windows, get-window-with-predicate, count-windows):
15977 Rewrite doc-string. Use window-list-1.
15978 (window-in-direction-2, window-in-direction, get-mru-window):
15979 New functions.
15980
d8e4b68b 159812011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
15982
15983 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15984 Doc fix (Bug#8713).
15985
159862011-06-08 Chong Yidong <cyd@stupidchicken.com>
15987
15988 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15989
159902011-06-08 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * loadhist.el (unload-feature-special-hooks):
15993 Add `comint-output-filter-functions'.
15994
0de12c52
IK
159952011-06-08 Ivan Kanis <gnu@kanis.fr>
15996
15997 * calendar/appt.el (appt-check): Move some initializations into the let.
15998
f3d1777e
MR
159992011-06-08 Martin Rudalics <rudalics@gmx.at>
16000
16001 * window.el (window-height): Defalias to window-total-height.
16002 (window-width): Defalias to window-body-width.
16003
18af70d0
CY
160042011-06-07 Chong Yidong <cyd@stupidchicken.com>
16005
16006 * image-mode.el (image-toggle-animation): New command.
16007 (image-mode-map): Bind it to RET.
16008 (image-mode): Update message.
16009 (image-toggle-display-image): Avoid a spurious cache flush.
16010 (image-transform-rotation): Doc fix.
16011 (image-transform-properties): Return quickly in the normal case.
16012 (image-animate-loop): Rename from image-animate-max-time.
16013
2b75be67 16014 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
16015 (create-animated-image): Remove unnecessary function.
16016 (image-animate): Rename from image-animate-start. New arg.
2b75be67 16017 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
16018 (image-animate-timer): Use car-safe.
16019 (image-animate-timeout): Rename argument.
16020
190b47e6
MR
160212011-06-07 Martin Rudalics <rudalics@gmx.at>
16022
16023 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
16024 window.c. Rename first argument to ALL-FRAMES.
16025 Rephrase doc-strings.
16026 (get-buffer-window-list): Rewrite using window-list-1.
16027 Rephrase doc-string.
a1511caf
MR
16028 (window-safe-min-height, window-safe-min-width): New constants.
16029 (window-size-ignore, window-min-size, window-min-size-1)
16030 (window-sizable, window-sizable-p, window-size-fixed-1)
16031 (window-size-fixed-p, window-min-delta-1, window-min-delta)
16032 (window-max-delta-1, window-max-delta, window-resizable)
16033 (window-resizable-p, window-total-height, window-total-width)
16034 (window-body-width): New functions.
16035 (window-full-height-p, window-full-width-p): Rewrite using
16036 window-total-size.
16037 (window-body-height): Rewrite using window-body-size.
190b47e6 16038
85cc1f11
MR
160392011-06-06 Martin Rudalics <rudalics@gmx.at>
16040
16041 * window.el (window-right, window-left, window-child)
16042 (window-child-count, window-last-child, window-any-p)
16043 (normalize-live-buffer, normalize-live-frame)
16044 (normalize-any-window, normalize-live-window)
16045 (window-iso-combination-p, window-iso-combined-p)
16046 (window-iso-combinations)
16047 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16048 (windows-with-parameter, window-with-parameter)
16049 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
16050 (window-atom-check, window-side-check, window-check):
16051 New functions.
85cc1f11
MR
16052 (ignore-window-parameters, window-sides, window-sides-vertical)
16053 (window-sides-slots): New variables.
16054 (window-size-fixed): Move down in code. Minor doc-string fix.
16055
e7156492
AS
160562011-06-05 Andreas Schwab <schwab@linux-m68k.org>
16057
16058 * comint.el (comint-dynamic-complete-as-filename)
16059 (comint-dynamic-complete-filename): Correctly call
16060 completion-in-region.
16061
7e821d0d
DD
160622011-06-05 Deniz Dogan <deniz@dogan.se>
16063
16064 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16065 in last change.
16066
ac09b8a1
DD
160672011-06-05 Deniz Dogan <deniz@dogan.se>
16068
16069 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16070 (rcirc): Use it to prompt for encryption.
16071
34699b85
RW
160722011-06-05 Roland Winkler <winkler@gnu.org>
16073
16074 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16075 (bibtex-search-entries): New command bound to C-c C-a.
16076 (bibtex-display-entries): New function.
16077
004dedd3
RW
160782011-06-05 Roland Winkler <winkler@gnu.org>
16079
16080 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16081 (bibtex-insert-kill): After yanking insert newline if necessary.
16082 (bibtex-initialize): Call bibtex-string-files-init only once.
16083 (bibtex-mode): Do not call easy-menu-add.
16084 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16085 (bibtex-yank): Set arg properly if nil.
16086
022fe7ce
RW
160872011-06-05 Roland Winkler <winkler@gnu.org>
16088
2b75be67
SM
16089 * textmodes/bibtex.el (bibtex-search-entry-globally):
16090 New variable.
022fe7ce
RW
16091 (bibtex-search-entry): Use it.
16092
b7c3692a
RW
160932011-06-05 Roland Winkler <winkler@gnu.org>
16094
16095 * textmodes/bibtex.el (bibtex-entry-format): New option
16096 sort-fields.
16097 (bibtex-format-entry, bibtex-reformat): Honor this option.
16098 (bibtex-parse-entry): Return fields in proper order.
16099
8eda563d
JB
161002011-06-05 Juanma Barranquero <lekktu@gmail.com>
16101
16102 * doc-view.el (doc-view-remove-if): Move computation of result out
16103 of `dolist' to silence misleading lexical-binding warning.
16104
7dbe3dbc
CY
161052011-06-04 Chong Yidong <cyd@stupidchicken.com>
16106
16107 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16108 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16109
0c33dd17
MA
161102011-06-04 Michael Albinus <michael.albinus@gmx.de>
16111
16112 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16113 "SunOS 5.10".
16114
f8f91c2b
MA
161152011-06-04 Michael Albinus <michael.albinus@gmx.de>
16116
16117 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16118 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16119 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16120 (tramp-parse-putty):
16121 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16122 (tramp-completion-function-alist-ssh)
16123 (tramp-completion-function-alist-telnet)
16124 (tramp-completion-function-alist-su)
16125 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16126 cookie.
16127
16128 * net/tramp-ftp.el:
16129 * net/tramp-sh.el:
16130 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16131 load "tramp.el" `tramp-set-completion-function'.
16132
e17d9003
SM
161332011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16134
16135 * shell.el: Require and use pcomplete.
16136 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16137 (shell-completion-vars): Set pcomplete-default-completion-function.
16138
6c4cab03
DD
161392011-06-04 Deniz Dogan <deniz@dogan.se>
16140
16141 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16142 `memq' (Bug#8799).
16143
ea9fafe0
SM
161442011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16147
b3e945d3
JB
161482011-06-02 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * bs.el (bs--mark-unmark, bs--nth-wrapper):
16151 * mpc.el (mpc-select-extend, mpc-songpointer-context):
16152 * vc/log-view.el (log-view-beginning-of-defun):
16153 * vc/smerge-mode.el (smerge-apply-resolution-patch)
16154 (smerge-refine-forward, smerge-refine-chopup-region):
16155 Silence warning for unused `dotimes' counter variables.
16156
7d520089
SM
161572011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * net/tramp.el (tramp-with-progress-reporter): Rename from
16160 with-progress-reporter. Use `declare'.
16161 * net/tramp-smb.el:
16162 * net/tramp-sh.el:
16163 * net/tramp-gvfs.el: Update all uses.
16164
a1c2400f
JB
161652011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
16166
16167 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16168 buffer isn't killed before making it current.
16169
2403c841
SM
161702011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16171
16172 Silence various byte-compiler warnings.
16173 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16174 `access-type' and new obsolescence format.
16175 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16176 new format.
16177 (byte-compile-check-variable): New `access-type' argument.
16178 Only warn if the access-type is obsolete.
16179 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16180 (byte-compile-variable-set): Adjust callers.
16181 * help-fns.el (describe-variable): Adjust to new obsolescence format.
16182 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16183 setting it as obsolete.
16184 * simple.el (minibuffer-completing-symbol):
16185 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16186 access as obsolete.
16187 * minibuffer.el (minibuffer-completing-file-name): Don't make it
16188 obsolete yet.
16189 * international/quail.el (quail-mouse-choose-completion): Remove unused
16190 code referring to obsolete var.
16191 (quail-choose-completion-string): Remove.
16192 * server.el (server-clients-with, server-kill-buffer-query-function)
16193 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16194 * proced.el (proced-send-signal):
16195 * emacs-lisp/lisp.el (lisp-complete-symbol):
16196 Replace completion-annotate-function with completion-extra-properties.
16197
2462470b
SM
161982011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16199
fb5b2591
SM
16200 * simple.el (goto-line): Use read-number.
16201 (overriding-map-is-bound): Remove.
16202 (saved-overriding-map): Change default.
16203 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16204 Take the map as argument.
16205 (universal-argument, negative-argument, digit-argument): Use it.
16206 (restore-overriding-map): Adjust.
16207 (do-auto-fill): Use fill-forward-paragraph.
16208 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16209
fd6fa53f
SM
16210 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16211 (minibuffer-inactive-mode): New major mode.
16212 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16213 the *Messages* buffer" hack.
16214 (mouse-popup-menubar): Don't burp if the event is a normal key.
16215
2462470b
SM
16216 Miscellaneous tweaks.
16217 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16218 lexical scoping as in subr.el's dolist and dotimes.
16219 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16220 Silence compiler warning.
16221 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16222 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16223 * international/ccl.el (ccl-compile): Trivial simplification.
16224 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16225 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16226 `printflag' argument.
16227 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16228 Purecopy the whole obsolescence data.
16229
108bf785
LL
162302011-06-01 Leo Liu <sdl.web@gmail.com>
16231
16232 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16233 improve doc-string as suggested by Marco Pessotto
16234 <melmothx@gmail.com>.
16235 (rcirc-print): Fix last change.
16236
30a23501
SM
162372011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16238
16239 * minibuffer.el (complete-with-action): Return nil for the metadata and
16240 boundaries of non-functional tables.
16241 (completion-table-dynamic): Return nil for the metadata.
16242 (completion-table-with-terminator): Add default case, using
16243 complete-with-action.
16244 (completion--metadata): New function.
16245 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16246 to try and avoid pathological performance problems.
16247 (completion--embedded-envvar-table): Return `category' metadata.
16248
bcd54f83
LMI
162492011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16250
16251 * subr.el (process-alive-p): New tiny convenience function.
16252
e227544d
SM
162532011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16254
16255 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16256 content but also its previous major mode.
16257
e8296fdc
HE
162582011-05-31 Helmut Eller <eller.helmut@gmail.com>
16259
4d61f28d 16260 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
16261 *Backtrace* buffer when we exit with C-M-c.
16262
620c53a6
SM
162632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * minibuffer.el: Add metadata method to completion tables.
16266 (completion-category-overrides): New defcustom.
16267 (completion-metadata, completion--field-metadata)
16268 (completion-metadata-get, completion--styles)
16269 (completion--cycle-threshold): New functions.
16270 (completion-try-completion, completion-all-completions):
16271 Add `metadata' argument to choose completion-styles.
16272 (completion--do-completion): Use metadata to choose cycling.
16273 (completion-all-sorted-completions): Use metadata for sorting.
16274 Remove :completion-cycle-penalty which is not needed any more.
16275 (completion--try-word-completion): Add `metadata' argument.
16276 (minibuffer-completion-help): Check metadata for annotation function
16277 and sorting.
16278 (completion-file-name-table): Return `category' metadata.
16279 (minibuffer-completing-file-name): Make obsolete.
16280 * simple.el (minibuffer-completing-symbol): Make obsolete.
16281 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16282 completion-try-completion.
16283
1257e755
SM
162842011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16285
16286 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16287
3767e706
LL
162882011-05-30 Leo Liu <sdl.web@gmail.com>
16289
16290 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
16291 (rcirc-print): Decode all incoming messages (bug#8744).
16292 (rcirc-decode-coding-system): Allow value nil for automatic coding
16293 system detection.
3767e706 16294
d1a5d56a
GM
162952011-06-01 Glenn Morris <rgm@gnu.org>
16296
16297 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16298
e8cbec34
CY
162992011-05-29 Chong Yidong <cyd@stupidchicken.com>
16300
16301 * image.el (image-animate-max-time): Allow nil and t values.
16302 Default to nil.
16303 (create-animated-image): Doc fix.
16304 (image-animate-start): Remove second arg; just use
16305 image-animate-max-time.
16306 (image-animate-timeout): Doc fix. Args changed.
16307
16308 * image-mode.el (image-toggle-display-image): Ensure that the
16309 image spec passed to the animate timer is the same object as in
58179cce 16310 the buffer's display property (Bug#6981).
e8cbec34
CY
16311 (image-transform-properties): Doc fix.
16312
16313 * image.el (image-animate-max-time): Default to nil.
16314
159daf87
MR
163152011-05-29 Martin Rudalics <rudalics@gmx.at>
16316
16317 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16318 entire buffer list (Bug#8184).
16319
d66c4c7c
CY
163202011-05-29 Chong Yidong <cyd@stupidchicken.com>
16321
16322 * image.el (imagemagick-types-inhibit)
16323 (imagemagick-register-types): Doc fix.
16324
80aec780
DD
163252011-05-29 Deniz Dogan <deniz@dogan.se>
16326
16327 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16328 default.
16329
1dd3c2d9
CY
163302011-05-29 Chong Yidong <cyd@stupidchicken.com>
16331
16332 * select.el: Don't perform clipboard-manager saving in hooks;
16333 leave the hooks empty.
16334
60e56523
LL
163352011-05-28 Leo Liu <sdl.web@gmail.com>
16336
16337 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16338 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16339 (occur-edit-mode): New major mode (Bug#8463).
16340 (occur-after-change-function): New function.
16341 (occur-engine): Give Occur tags a read-only property.
16342
2b1e1a22
KR
163432011-05-28 Kevin Ryde <user42@zip.com.au>
16344
16345 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16346
5d344e88
CY
163472011-05-28 Chong Yidong <cyd@stupidchicken.com>
16348
8e6ca83d
CY
16349 * bindings.el (help-echo): Make the initial non-indicator dash
16350 empty on graphical terminals (Bug#7295).
16351
5d344e88
CY
16352 * files.el (auto-mode-alist): Move config rule after the
16353 in-stripping one (Bug#8547).
16354
bfbbace7
CY
16355 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16356
fbeba6e2
CY
16357 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16358 setting (Bug#8740).
16359
60ed8c72
AA
163602011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16361
4ac619f0
AA
16362 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16363 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16364 (Bug#8539).
60ed8c72 16365
23db196e
CY
163662011-05-28 Chong Yidong <cyd@stupidchicken.com>
16367
16368 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16369
5012f24c
DK
163702011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16371
16372 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16373 (hs-hide-block-at-point, hs-find-block-beginning)
16374 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16375 (Bug#8279).
16376
6a639b16
GM
163772011-05-28 Glenn Morris <rgm@gnu.org>
16378
16379 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16380
d43eaf2c
CY
163812011-05-28 Chong Yidong <cyd@stupidchicken.com>
16382
5199bde1
CY
16383 * help-fns.el (describe-function-1): If the function is a derived
16384 major mode, print the parent mode.
16385
d43eaf2c
CY
16386 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16387 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16388
423428a8
SM
163892011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16390
0ff8e1ba 16391 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 16392 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
16393 * progmodes/etags.el (tags-completion-at-point-function):
16394 * info-look.el (info-lookup-completions-at-point): Mark as
16395 non-exclusive.
16396 (info-complete): Adjust accordingly.
16397
423428a8
SM
16398 * info-look.el: Convert to lexical-binding and completion-at-point.
16399 (info-lookup-completions-at-point): New function.
16400 (info-complete): Use it and completion-in-region.
16401
b74aa22b
DA
164022011-05-28 Drew Adams <drew.adams@oracle.com>
16403
16404 * isearch.el: Let M-e start with point at the first mismatched char.
16405 (isearch-fail-pos): New function.
16406 (isearch-edit-string): Use it.
16407
66e2e71d
DK
164082011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16409
16410 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16411
b1890b0f 164122011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
16413
16414 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16415 traversal functions for avl-trees.
16416 (avl-tree--stack): New struct.
16417 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16418 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
16419 (avl-tree--do-enter): Add optional `updatefun' arg.
16420 Change return value.
eb95d01d 16421 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
16422 (avl-tree--do-delete): Add `test' and `nilflag' args.
16423 Change return value.
eb95d01d
TC
16424 (avl-tree-member): Add optional `nilflag'
16425 (avl-tree-member-p): New function.
16426 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16427 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16428 (avl-tree-stack-empty-p): New functions.
16429
3769ddcf
TC
16430 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16431 avl-tree--del-balance1 and make it work both ways.
16432 (avl-tree--del-balance2): Remove.
16433 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16434 make it work both ways.
16435 (avl-tree--enter-balance2): Remove.
16436 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16437 New macros.
16438 (avl-tree--mapc, avl-tree-map): Add direction argument.
16439
eb95d01d 164402011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
16441
16442 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16443
a9f737ee
CY
164442011-05-27 Chong Yidong <cyd@stupidchicken.com>
16445
16446 * select.el: Support clipboard managers with built-in function
16447 x-clipboard-manager-save, via delete-frame-functions and
16448 kill-emacs-hook.
16449 (xselect-convert-to-targets): Add MULTIPLE target to list.
16450 (xselect-convert-to-save-targets): New function.
16451
c92a1e54
KH
164522011-05-27 Kenichi Handa <handa@m17n.org>
16453
16454 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16455 let-binding rfc2047-encode-encoded-words to nil.
16456
e145f188
GM
164572011-05-27 Glenn Morris <rgm@gnu.org>
16458
5ec8a862
GM
16459 * mail/emacsbug.el: Don't require url-util.
16460
4b29d9fb
GM
16461 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16462
e145f188
GM
16463 * files.el (set-auto-mode):
16464 Also respect mode: entries at the end of the file. (Bug#8586)
16465
7d15102b
GM
164662011-05-26 Glenn Morris <rgm@gnu.org>
16467
98f593b8
GM
16468 * files.el (hack-local-variables-prop-line, hack-local-variables):
16469 Downcase mode names, as seems to be traditional.
27b48e63 16470 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 16471
7d15102b
GM
16472 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16473 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16474
51d5b4ec
JD
164752011-05-25 Julien Danjou <julien@danjou.info>
16476
16477 * textmodes/rst.el (rst-define-level-faces): Do not define face
16478 symbol if it is already defined.
16479
91513f63
VB
164802011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16481
16482 * play/5x5.el (5x5-new-game, 5x5-randomize):
16483 Reset 5x5-solver-output to nil when a new grid is cast.
16484 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16485 these debugging traces, as defmacro breaks the compiled code.
16486
4d90d6d0
DK
164872011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16488
16489 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16490
e1b90ef6
LL
164912011-05-24 Leo Liu <sdl.web@gmail.com>
16492
16493 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16494 (vc-bzr-sha1): Adapt.
16495
d8e4b68b 16496 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
16497
16498 * bindings.el: Provide sha1 feature.
16499
db0406bb 165002011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
16501
16502 * mail/sendmail.el: Require `rfc2047'.
16503 (mail-insert-from-field): Do not perform RFC2047 encoding.
16504 (mail-encode-header): New function.
16505 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
16506 buffer to the return value of select-message-coding-system.
16507 Call mail-encode-header.
b8d747b9
KH
16508
16509 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16510
db0406bb 165112011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 16512
4d90d6d0
DK
16513 * mail/supercite.el (sc-default-cite-frame):
16514 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 16515
eb8a5e9b
GM
165162011-05-24 Glenn Morris <rgm@gnu.org>
16517
f8630703
GM
16518 * progmodes/python.el (brm-menu): Declare.
16519
8831bbed
GM
16520 * emulation/viper.el (viper-set-hooks): Declare.
16521
eb8a5e9b
GM
16522 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16523 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16524 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16525 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16526 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16527 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16528
a2a25d24
SM
165292011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 Add an :exit-function for completion-at-point.
16532
16533 * minibuffer.el (completion--done): New fun.
16534 (completion--do-completion): Use it. New arg `expect-exact'.
16535 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16536 since completion--do-completion does it for us now.
16537 (minibuffer-force-complete): Use completion--done and
16538 completion--replace. Handle sole-completion case with more care.
16539 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16540 (completion-extra-properties): New var.
16541 (completion-annotate-function): Make obsolete.
16542 (minibuffer-completion-help): Adjust accordingly.
16543 Use completion-list-insert-choice-function.
16544 (completion-at-point, completion-help-at-point):
16545 Bind completion-extra-properties.
16546 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16547 * simple.el (completion-list-insert-choice-function): New var.
16548 (completion-setup-function): Preserve it.
16549 (choose-completion): Pay attention to it, shuffle the code a bit.
16550 (choose-completion-string): New arg `insert-function'.
16551
16552 * textmodes/bibtex.el: Convert to lexical binding.
16553 (bibtex-mode-map): Use completion-at-point.
16554 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16555 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16556 (bibtex-complete): Define as obsolete alias.
16557 (bibtex-complete-internal): Remove.
16558 (bibtex-format-entry): Remove unused sub-group in regexp.
16559 * shell.el (shell--command-completion-data)
16560 (shell-environment-variable-completion):
16561 * pcomplete.el (pcomplete-completions-at-point):
16562 * comint.el (comint--complete-file-name-data): Use :exit-function
16563 instead of completion-table-with-terminator so it also works for
16564 choose-completion.
16565
e44e373d
SM
165662011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16567
4f91a816
SM
16568 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16569
782fc819
SM
16570 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16571 (bug#8710).
16572
e44e373d
SM
16573 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16574
381987c3
KM
165752011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16576
16577 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16578 customization variable and implement: If non-nil, auto-fill will
16579 be inhibited while on topic's header line.
16580
b776bc70
VB
165812011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16582
16583 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 16584 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
16585 always have a solution in grid size = 5 cases.
16586 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16587 (5x5-solver-output, 5x5-log-buffer): New vars.
16588 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16589 Make these variables buffer local to achieve 5x5 multi-session-ness.
16590 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16591 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16592 (5x5-solve-suggest): New funs.
16593 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16594 randomize a grid so that we ensure that there is always a solution.
16595 (5x5-make-random-grid): Allow other movement than flipping.
16596
7de88b6e
KR
165972011-05-23 Kevin Ryde <user42@zip.com.au>
16598
16599 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 16600 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
16601 advice and passes PREDICATE.
16602
b1ef1257
SM
166032011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16604
bbca48fe
SM
16605 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16606 byte-compile-lambda if it's actually a lambda.
16607
b1ef1257
SM
16608 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16609 Fix function quoting. Use backquote better.
16610
92a9cc65
YS
166112011-05-22 Yuanle Song <sylecn@gmail.com>
16612
16613 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16614 matching (Bug#8516).
16615
f0fb8059
JA
166162011-01-22 Jari Aalto <jari.aalto@cante.net>
16617
16618 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16619 different face (Bug#8178).
16620
d5b44c93
CY
166212011-05-22 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16624 defface (Bug#8144).
16625
79106a44
SM
166262011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16627
9c848d8a
SM
16628 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16629 funcall as well (bug#8712). Warn when performing those conversions.
16630 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16631
79106a44
SM
16632 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16633
88dfa756
GM
166342011-05-22 Glenn Morris <rgm@gnu.org>
16635
16636 * files.el (hack-local-variables-prop-line): Small simplifications.
16637 (hack-local-variables, hack-local-variables-prop-line):
16638 If MODE-ONLY, return the mode, rather than just `t'.
16639
b7cf2c79
SM
166402011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16641
16642 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16643
3f1a8558
GM
166442011-05-21 Glenn Morris <rgm@gnu.org>
16645
7e4ccca3
GM
16646 * files.el (hack-local-variables-prop-line, hack-local-variables):
16647 If only interested in the mode, don't bother doing the other stuff.
16648
637d46ca
GM
16649 * image-mode.el (image-after-revert-hook):
16650 Redraw all frames on which the image is visible. (Bug#8567)
16651
973d955b
GM
16652 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16653
3f1a8558
GM
16654 * wid-edit.el (widget-checklist-match-inline):
16655 Fix 2011-04-19 change. (Bug#8649)
16656
96479927
SM
166572011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16658
1dcf791f
SM
16659 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16660 Also allow singlespace after single-letter capitals followed by a dot.
16661
96479927
SM
16662 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16663 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16664
35fd0881
N
166652011-05-20 Nix <nix@esperi.org.uk>
16666
16667 * files.el (basic-save-buffer-2):
16668 Fix handling of break-hardlink-on-save with non-existent files.
16669
82745640
DD
166702011-05-19 Deniz Dogan <deniz@dogan.se>
16671
16672 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 16673 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 16674
4a720484
GM
166752011-05-19 Glenn Morris <rgm@gnu.org>
16676
d1f21341
GM
16677 * progmodes/f90.el (f90-type-def-re):
16678 Handle "type, bind(c)". (Bug#8691)
16679
4a720484
GM
16680 * emacs-lisp/autoload.el (batch-update-autoloads):
16681 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16682
2fb0a219
MA
166832011-05-18 Michael Albinus <michael.albinus@gmx.de>
16684
16685 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16686 property for the correct connection in case of multihops.
16687
e565dd37
GM
166882011-05-18 Glenn Morris <rgm@gnu.org>
16689
c2571358 16690 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
16691 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16692
e565dd37
GM
16693 Rationalize calendar handling of day and month abbrev-arrays.
16694 * calendar/calendar.el (calendar-customized-p): New function.
16695 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16696 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16697 Add :set function.
16698 (calendar-abbrev-length, calendar-day-abbrev-array)
16699 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16700 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16701 Elements may no longer be nil.
16702 (calendar-day-name, calendar-month-name):
16703 Update for changed nature of abbrev arrays.
16704 * calendar/diary-lib.el (diary-name-pattern):
16705 Update for changed nature of abbrev arrays.
16706 (diary-mark-entries-1): Update calendar-make-alist calls.
16707 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16708 * calendar/cal-html.el (cal-html-day-abbrev-array):
16709 Simply inherit from calendar-day-abbrev-array.
16710
1d99a745
SM
167112011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * progmodes/grep.el (grep-mode): Disable default
16714 compilation-directory-matcher setting (bug#8684).
16715
7c1d9aa0
MA
167162011-05-17 Michael Albinus <michael.albinus@gmx.de>
16717
16718 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16719 instead of "head" and "tail". There were problems with SunOS 5.9,
16720 and it performs better.
16721
3952e9d8
GM
167222011-05-17 Glenn Morris <rgm@gnu.org>
16723
2dd12e7f
GM
16724 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16725
e4157b9c
GM
16726 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16727 Replace obsolete function.
16728
8e249bbd
GM
16729 * shell.el (pcomplete-parse-arguments-function): Declare.
16730
3952e9d8
GM
16731 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16732 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16733 (appt-check): Doc fixes.
16734 (appt-disp-window-function, appt-delete-window-function):
16735 Remove needless special case in custom :type.
16736 (appt-display-count): Default to 0, not nil.
16737 (appt-check): Reset appt-display-count to 0, not nil.
16738
c71a0d48 167392011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 16740
c71a0d48
GM
16741 * progmodes/python.el (python-font-lock-keywords):
16742 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 16743
31d55be9
SM
167442011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16747
3bfacb2f
KR
167482011-05-16 Kevin Ryde <user42@zip.com.au>
16749
16750 * info-look.el (makefile-automake-mode): New setups, looking in
16751 automake manual, then makefile-mode.
16752 (makefile-mode): Remove automake manual, have it just in
16753 makefile-automake-mode since there's various things different or
16754 not relevant to plain make.
16755 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16756 believe a hypothetical automake-mode would go to makefile-mode,
16757 not the other way around.
16758
c8e83751
CY
167592011-05-15 Chong Yidong <cyd@stupidchicken.com>
16760
5e9e35cd
CY
16761 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16762 hunk-end tags (Bug#8672).
16763
c8e83751
CY
16764 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16765 vc-annotate-show-diff-revision-at-line (Bug#8671).
16766
50b23e5a
GM
167672011-05-14 Glenn Morris <rgm@gnu.org>
16768
7210a739
GM
16769 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16770 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
16771 (change-log-font-lock-keywords): Also handle multiple author lines
16772 with leading tabs. (Bug#8644)
7210a739 16773
4691905a
GM
16774 * calendar/appt.el (appt-check): Rename some local variables.
16775 Some simplification/reordering.
16776
50b23e5a
GM
16777 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16778 (feedmail-sendmail-f-doesnt-sell-me-out)
16779 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16780 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16781 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
16782 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16783 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
16784 (feedmail-binmail-gnulinuxish-template):
16785 Rename from feedmail-binmail-linuxish-template.
16786 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16787 Use insert-buffer-substring.
16788
215cda7c
BC
167892011-05-14 Bill Carpenter <bill@carpenter.org>
16790
16791 * mail/feedmail.el (feedmail-patch-level): Increase.
16792 (feedmail-debug): New custom group.
16793 (feedmail-confirm-outgoing-timeout)
16794 (feedmail-sendmail-f-doesnt-sell-me-out)
16795 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16796 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16797 (feedmail-sender-line, feedmail-from-line)
16798 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 16799 (feedmail-spray-this-address)
215cda7c
BC
16800 (feedmail-spray-address-fiddle-plex-list)
16801 (feedmail-queue-use-send-time-for-date)
16802 (feedmail-queue-use-send-time-for-message-id)
16803 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16804 (feedmail-buffer-eating-function):
16805 Doc fixes.
16806 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16807 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16808 (feedmail-message-action-scroll-down): New functions.
16809 (feedmail-queue-directory, feedmail-queue-draft-directory):
16810 Use expand-file-name.
16811 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16812 Remove C-v help entry.
16813 (feedmail-queue-buffer-file-name): New variable.
16814 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16815 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16816 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16817 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16818 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16819 (feedmail-message-action-toggle-spray)
16820 (feedmail-run-the-queue-no-prompts)
16821 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16822 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16823 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16824 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16825 (feedmail-envelope-deducer, feedmail-fiddle-from)
16826 (feedmail-fiddle-sender, feedmail-default-date-generator)
16827 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16828 (feedmail-fiddle-spray-address)
16829 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16830 (feedmail-fiddle-list-of-fiddle-plexes)
16831 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16832 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16833 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16834 Change default. Doc fix.
16835 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16836 (feedmail-binmail-linuxish-template): New constant.
16837 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16838 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16839 (feedmail-send-it): Add debug call.
16840 Use feedmail-queue-buffer-file-name, and
16841 feedmail-send-it-immediately-wrapper.
16842 (feedmail-message-action-send): Add debug call.
16843 Use feedmail-send-it-immediately-wrapper.
16844 (feedmail-queue-express-to-queue): Add debug call.
16845 Run feedmail-queue-express-hook.
16846 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16847 (feedmail-message-action-help-blat):
16848 Rename from feedmail-queue-send-edit-prompt-help-first.
16849 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16850 Check line-endings. Handle errors better.
16851 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16852 Doc fix. Add debug call.
16853 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16854 Use feedmail-queue-send-edit-prompt-inner.
16855 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16856 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16857 from feedmail-queue-send-edit-prompt.
16858 (feedmail-queue-send-edit-prompt-help)
16859 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16860 (feedmail-tidy-up-slug): Add debug call.
16861 Respect feedmail-queue-slug-suspect-regexp.
16862 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16863 (feedmail-dump-message-to-queue): Add debug call.
16864 Expand queue-directory.
16865 (feedmail-dump-message-to-queue): Change message slightly.
16866 Use feedmail-say-chatter.
16867 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16868 (feedmail-send-it-immediately-wrapper): New function.
16869 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16870 Insert empty string rather than newline. Handle full-frame case.
16871 Use catch/throw. Use feedmail-say-chatter.
16872 (feedmail-fiddle-from): Try mail-host-address.
16873 (feedmail-default-message-id-generator): Doc fix.
16874 Bind system-time-locale. Handle missing end.
16875 (feedmail-fiddle-x-mailer): Add debug call.
16876 Handle feedmail-x-mailer-line being nil.
16877 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16878 Add debug call. Use buffer-substring-no-properties.
16879 (feedmail-say-debug, feedmail-say-chatter): New functions.
16880 (feedmail-find-eoh): Give an explicit error.
16881
42c7e61e
UJ
168822011-05-13 Ulf Jasper <ulf.jasper@web.de>
16883
c2571358 16884 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 16885 family from helvetica to sans.
c2571358 16886 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16887 etc/images/newsticker.
16888
c2571358 16889 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
16890 family from helvetica to sans.
16891
16892 * net/newst-plainview.el (newsticker-new-item-face)
16893 (newsticker-old-item-face, newsticker-immortal-item-face)
16894 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 16895 (newsticker-statistics-face): Change default family from
42c7e61e 16896 helvetica to sans.
c2571358 16897 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16898 etc/images/newsticker.
16899
5d3385a0
JB
16900 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16901 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
16902 auto-marking.
16903
8497a297
DV
169042011-05-13 Didier Verna <didier@xemacs.org>
16905
16906 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
16907 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16908 TODO entries.
8497a297
DV
16909 (lisp-lambda-list-keyword-parameter-indentation)
16910 (lisp-lambda-list-keyword-parameter-alignment)
16911 (lisp-lambda-list-keyword-alignment): New customizable user options.
16912 (lisp-indent-defun-method): Improve docstring.
16913 (extended-loop-p): Fix comment.
16914 (lisp-indent-lambda-list-keywords-regexp): New variable.
16915 (lisp-indent-lambda-list): New function.
16916 (lisp-indent-259): Use it.
16917 (lisp-indent-defmethod): Support for more than one
16918 method qualifier and properly indent methods lambda-lists.
16919 (defgeneric): Provide a missing common-lisp-indent-function property.
16920
f278f87f
SM
169212011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16922
16923 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16924 bounds for the empty string (bug#8667).
16925
5233edd7
GM
169262011-05-13 Glenn Morris <rgm@gnu.org>
16927
5237a44f
GM
16928 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16929
8340026c 16930 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 16931 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 16932
5233edd7 16933 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 16934 (appt-time-msg-list): Doc fix.
a5464014 16935 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 16936
92d10796
AS
169372011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16938
16939 * progmodes/ld-script.el (ld-script-keywords)
16940 (ld-script-builtins): Update keywords list.
16941
914a0ae1
SM
169422011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16943
c89be45f
SM
16944 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16945
914a0ae1
SM
16946 * shell.el (shell-completion-vars): New function.
16947 (shell-mode):
16948 * simple.el (read-shell-command): Use it.
16949 (blink-matching-open): No need for " [...]" in minibuffer-message.
16950
98dc3df3
GM
169512011-05-12 Glenn Morris <rgm@gnu.org>
16952
16953 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16954 (appt-check): Simplify.
16955
d2fc7e3d 169562011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 16957
4d61f28d 16958 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
16959 literal "/dev/null".
16960
d2fc7e3d 169612011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
16962
16963 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16964 Fix typo.
16965
d2fc7e3d 169662011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 16967
3f254caa
SM
16968 * progmodes/which-func.el (which-function):
16969 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
16970 which might not be defined (Bug#8260).
16971
d45885f7
GM
169722011-05-12 Glenn Morris <rgm@gnu.org>
16973
16974 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16975 Let byte-compile-initial-macro-environment always take precedence.
16976
488086f4
SM
169772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * net/rcirc.el: Add support for SSL/TLS connections.
16980 (rcirc-server-alist): New field `encryption'.
16981 (rcirc): Check `encryption' settings.
16982 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16983 Merge make-local-variable into `set'.
16984 (rcirc--connection-open-p): New function.
16985 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16986 the process is not a network process (e.g. running gnutls-cli).
16987 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16988 Make rcirc-(en|de)code-coding-system local here.
16989 (rcirc-mode): Merge make-local-variable into `set'.
16990 (rcirc-parent-buffer): Make permanent buffer-local.
16991 (rcirc-multiline-minor-mode): Don't do it here.
16992 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16993 there's no server buffer.
16994
7d3b9d44
GM
169952011-05-11 Glenn Morris <rgm@gnu.org>
16996
f64049c6
GM
16997 * newcomment.el (comment-kill): Prefix "unused" local.
16998
93c9df73
GM
16999 * term/w32console.el (get-screen-color): Declare.
17000
7d3b9d44
GM
17001 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
17002 Handle symbol elements of byte-compile-initial-macro-environment.
17003
9e2dd53f
LL
170042011-05-10 Leo Liu <sdl.web@gmail.com>
17005
488086f4
SM
17006 * bookmark.el (bookmark-bmenu-mode-map):
17007 Bind bookmark-bmenu-search to `/'.
8b340240 17008
9e2dd53f 17009 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
17010 (footnote-unicode-string, footnote-unicode-regexp): New variable.
17011 (Footnote-unicode): New function.
17012 (footnote-style-alist): Add unicode style to the list.
17013 (footnote-style): Doc fix.
9e2dd53f 17014
79b70037
GM
170152011-05-10 Jim Meyering <meyering@redhat.com>
17016
17017 Fix doubled-word typos.
17018 * international/quail.el (quail-insert-kbd-layout): and and -> and
17019 * kermit.el: and and -> and
17020 * net/ldap.el (ldap-search-internal): to to -> to
17021 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17022 * progmodes/js.el (js-mode): and and -> and
17023 * textmodes/artist.el (artist-move-to-xy): at at -> at
17024 (artist-draw-region-trim-line-endings): if if -> if
17025 And Safetyc -> Safety.
17026 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17027
b8f82dc1 170282011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 17029 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
17030
17031 * files.el (hack-one-local-variable-eval-safep):
17032 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
17033
4f99f44b
GM
170342011-05-10 Glenn Morris <rgm@gnu.org>
17035
17036 * calendar/diary-lib.el (diary-list-entries-hook)
17037 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17038 (diary-nongregorian-marking-hook, diary-list-entries)
17039 (diary-include-other-diary-files, diary-mark-entries)
17040 (diary-mark-included-diary-files): Doc fixes.
17041
84f29e6b
JB
170422011-05-09 Juanma Barranquero <lekktu@gmail.com>
17043
17044 * misc.el: Require tabulated-list.el during compilation.
17045
9bedd73a
CY
170462011-05-09 Chong Yidong <cyd@stupidchicken.com>
17047
488086f4
SM
17048 * progmodes/compile.el (compilation-start):
17049 Run compilation-filter-hook for the async case too.
9bedd73a
CY
17050 (compilation-filter-hook): Doc fix.
17051
797c735c
DD
170522011-05-09 Deniz Dogan <deniz@dogan.se>
17053
17054 * wdired.el: Remove outdated installation comment. Fix usage
17055 comment.
17056
5f4b1dfe
JB
170572011-05-09 Juanma Barranquero <lekktu@gmail.com>
17058
17059 * misc.el: Implement new command `list-dynamic-libraries'.
17060 (list-dynamic-libraries--loaded-only-p): New variable.
17061 (list-dynamic-libraries--refresh): New function.
17062 (list-dynamic-libraries): New command.
17063
4c44026c
CY
170642011-05-09 Chong Yidong <cyd@stupidchicken.com>
17065
488086f4
SM
17066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17067 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
17068 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
17069 higher priority to avoid clobbering by gnu.
17070
027f966d
CY
170712011-05-08 Chong Yidong <cyd@stupidchicken.com>
17072
17073 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17074 if the face has existing theme settings (Bug#8454).
17075
085f5d7d
CY
170762011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17077
488086f4
SM
17078 * progmodes/perl-mode.el (perl-imenu-generic-expression):
17079 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 17080
2a86a00c
RS
17081 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17082 special file names `.' and `..' (Bug#8259).
17083
d9c54a06
CY
170842011-05-08 Chong Yidong <cyd@stupidchicken.com>
17085
488086f4
SM
17086 * progmodes/grep.el (grep-mode-font-lock-keywords):
17087 Remove buffer-changing entries.
d9c54a06
CY
17088 (grep-filter): New function.
17089 (grep-mode): Add it to compilation-filter-hook.
17090
17091 * progmodes/compile.el (compilation-filter-hook)
17092 (compilation-filter-start): New defvars.
17093 (compilation-filter): Call compilation-filter-hook prior to
17094 updating the process mark.
17095
c4662635
SM
170962011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17099
b0512a1d
EZ
171002011-05-07 Eli Zaretskii <eliz@gnu.org>
17101
605c9376
EZ
17102 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17103 mailclient-send-it even if window-system is nil. (Bug#8595)
17104
c4662635
SM
17105 * term/w32console.el (terminal-init-w32console):
17106 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
17107 background-mode. (Bug#8597)
17108
d1dc2cc2
SM
171092011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 Make bytecomp.el understand that defmethod defines funs (bug#8631).
17112 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17113 New functions.
17114 (defgeneric, eieio--defmethod): Use them.
17115 (eieio-defgeneric): Remove.
17116 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17117
915d1300
GM
171182011-05-07 Glenn Morris <rgm@gnu.org>
17119
a3961c3e
GM
17120 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17121 Use let rather than let*.
17122 (timeclock-find-discrep): Remove unused local.
17123
314347b9
GM
17124 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17125
915d1300
GM
17126 * calendar/appt.el (appt-time-msg-list): Doc fix.
17127
275b59b0
NF
171282011-05-06 Noah Friedman <friedman@splode.com>
17129
17130 * apropos.el (apropos-print-doc): Only use
17131 emacs-lisp-docstring-fill-column when it is bound to an integer,
17132 per that variable's documentation.
17133
6c19f744
SM
171342011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 17137 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 17138
60f884b2
GM
171392011-05-06 Glenn Morris <rgm@gnu.org>
17140
5006e634
GM
17141 * calendar/appt.el (appt-message-warning-time): Doc fix.
17142 (appt-warning-time-regexp): New option.
17143 (appt-make-list): Respect appt-message-warning-time.
17144
548d0a63
GM
17145 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17146 New options.
17147 (diary-add-to-list): Strip comments from the displayed string.
17148 (diary-mode): Set comment-start and comment-end.
17149
60f884b2
GM
17150 * vc/diff-mode.el (smerge-refine-subst): Declare.
17151 (diff-refine-hunk): Don't require smerge-mode when compiling.
17152
989681bb
JB
171532011-05-06 Juanma Barranquero <lekktu@gmail.com>
17154
17155 * simple.el (list-processes): Return nil as the docstring says.
17156
a6bc05e1
MA
171572011-05-05 Michael Albinus <michael.albinus@gmx.de>
17158
17159 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17160 to "".
17161 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17162 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17163 determining of binary transfer. (Bug#7383)
17164
23c22e9a
MA
171652011-05-05 Michael Albinus <michael.albinus@gmx.de>
17166
c4662635
SM
17167 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17168 Fix port computation bug. (Bug#8618)
23c22e9a 17169
0bff894f
GM
171702011-05-05 Glenn Morris <rgm@gnu.org>
17171
b8296902
GM
17172 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17173
1f522ce8
GM
17174 * simple.el (shell-dynamic-complete-functions)
17175 (comint-dynamic-complete-functions): Declare.
17176
cf5bee67
GM
17177 * net/network-stream.el (gnutls-negotiate):
17178 * simple.el (tabulated-list-print): Fix declarations.
17179
17180 * progmodes/gud.el (syntax-symbol, syntax-point):
17181 Remove unnecessary and incorrect declarations.
17182
0bff894f
GM
17183 * emacs-lisp/check-declare.el (check-declare-scan):
17184 Handle byte-compile-initial-macro-environment in bytecomp.el
17185
9869b3ae
SM
171862011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 Fix earlier half-done eieio-defmethod change (bug#8338).
17189 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17190 Streamline and change calling convention.
17191 (defmethod): Adjust accordingly and simplify.
17192 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17193 new eieio--defmethod.
17194 (slot-boundp): Minor CSE simplification.
17195
9c1d5ac5
MZ
171962011-05-05 Milan Zamazal <pdm@zamazal.org>
17197
17198 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17199 (glasses-make-readable): Use glasses-separate-capital-groups.
17200
455c834e
JB
172012011-05-05 Juanma Barranquero <lekktu@gmail.com>
17202
17203 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17204 (warning-series): Doc fix.
17205 (display-warning): Don't try to create the buffer if we just found it.
17206
9ed7c8cb
CY
172072011-05-04 Chong Yidong <cyd@stupidchicken.com>
17208
17209 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17210 (autoload-find-generated-file): New function.
17211 (generate-file-autoloads): Bind generated-autoload-file to
17212 buffer-file-name.
9869b3ae
SM
17213 (update-file-autoloads, update-directory-autoloads):
17214 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
17215 output file (Bug#7989).
17216 (batch-update-autoloads): Doc fix.
17217
0898ca10
JB
172182011-05-04 Juanma Barranquero <lekktu@gmail.com>
17219
17220 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17221
31dfb76c
GM
172222011-05-04 Glenn Morris <rgm@gnu.org>
17223
f330b642
GM
17224 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17225 function, so it follows changes in calendar-date-style.
17226 (diary-fancy-date-matcher): New function.
17227 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17228 (diary-fancy-font-lock-fontify-region-function):
17229 Use diary-fancy-date-pattern as a function.
17230
31dfb76c
GM
17231 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17232 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17233
48e79d6a
TZ
172342011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17235
17236 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17237 instead of positional arguments. Allow :keylist and :crlfiles
17238 arguments.
17239 (open-gnutls-stream): Call it.
17240
17241 * net/network-stream.el (network-stream-open-starttls): Adjust to
17242 call `gnutls-negotiate' with :process and :hostname arguments.
17243
dd5a5ee0
SM
172442011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17245
ef80fc09
SM
17246 * minibuffer.el (completion--message): New function.
17247 (completion--do-completion, minibuffer-complete)
17248 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17249 (completion--do-completion): Don't ignore completion-auto-help when in
17250 icomplete-mode.
17251
dd5a5ee0
SM
17252 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17253 internal encoding (e.g. tibetan zero is not whitespace).
17254 (global-whitespace-mode): Prefer save-current-buffer.
17255 (whitespace-trailing-regexp): Remove useless save-match-data.
17256 (whitespace-empty-at-bob-regexp): Minor simplification.
17257
b7d22a83
CY
172582011-05-03 Chong Yidong <cyd@stupidchicken.com>
17259
17260 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17261
5192af46
AM
172622011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17263
17264 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 17265 Use `concat' to create string for insertion.
5192af46 17266
5767d190
SM
172672011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17270 Avoid open-line which runs post-self-insert-hook.
17271 (bibtex-fill-entry): Remove unused `end' var.
17272
bf242939
AM
172732011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17274
5767d190
SM
17275 * textmodes/ispell.el (ispell-add-per-file-word-list):
17276 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 17277
25666126
LL
172782011-05-03 Leo Liu <sdl.web@gmail.com>
17279
17280 * isearch.el (isearch-yank-pop): New command.
5767d190 17281 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
17282 (isearch-forward): Mention it.
17283
52d3c2d0
SM
172842011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17285
1bcace58
SM
17286 * simple.el (minibuffer-complete-shell-command): Remove.
17287 (minibuffer-local-shell-command-map): Use completion-at-point.
17288 (read-shell-command): Setup completion vars here instead.
17289 (read-expression-map): Bind TAB to symbol completion.
17290
52d3c2d0
SM
17291 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17292 error directly rather via storing it into `results'.
17293
35813471
LL
172942011-05-02 Leo Liu <sdl.web@gmail.com>
17295
17296 * vc/diff.el: Fix description.
17297
e793a940
LMI
172982011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17299
17300 * server.el (server-eval-at): New function.
17301
8de66e05
LMI
173022011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17303
17304 * net/network-stream.el (open-network-stream): Take a :nowait
17305 parameter and pass it on to `make-network-process'.
17306 (network-stream-open-plain): Ditto.
17307
dcb79f20
AS
173082011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17309
17310 * faces.el (face-spec-set-match-display): Don't match toolkit
17311 options on terminal frames.
17312
14a7fbd8
SM
173132011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17314
7eabc1be
SM
17315 * progmodes/pascal.el: Use lexical binding.
17316 (pascal-mode-map): Remove author preferences.
17317
14a7fbd8
SM
17318 * pcomplete.el (pcomplete-std-complete): Don't abuse
17319 completion-at-point.
17320
50f84510
JB
173212011-04-28 Juanma Barranquero <lekktu@gmail.com>
17322
6e087a44
JB
17323 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17324 removing code that has been dead since 1991 or so.
17325
50f84510
JB
17326 * startup.el (command-line): When warning about "_emacs", use a
17327 delayed warning to allow the user to filter it out.
17328
0ba690bd
DD
173292011-04-28 Deniz Dogan <deniz@dogan.se>
17330
17331 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17332 user has not joined.
17333
08abfaad
SM
173342011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17337 aren't any completions at point.
17338
638f053a
JB
173392011-04-28 Juanma Barranquero <lekktu@gmail.com>
17340
17341 * subr.el (display-delayed-warnings): New function.
17342 (delayed-warnings-hook): New variable.
17343
8fff8daa
SM
173442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17345
08abfaad
SM
17346 * minibuffer.el (completion-at-point, completion-help-at-point):
17347 Don't presume that a given completion-at-point-function will always
17348 use the same calling convention.
17349
8fff8daa
SM
17350 * pcomplete.el (pcomplete-completions-at-point):
17351 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17352 pcomplete-seen is non-nil.
17353 (pcomplete-comint-setup): Also recognize the new comint/shell
17354 completion functions.
17355 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17356 pcomplete-seen is non-nil.
17357
841a1577 173582011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 17359
841a1577 17360 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 17361 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 17362 the first character in the entry. This allows for code to add its
211ec907
UJ
17363 own uid to the entry.
17364 (icalendar--convert-float-to-ical): Add export of
17365 `diary-float'-entries save for those with the optional DAY
17366 argument.
17367
2a782793
DC
173682011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17369
17370 * subr.el (shell-quote-argument): Use alternate escaping strategy
17371 when we spot a variable reference in a string.
17372
0438ce91
DC
173732011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17374
17375 * cus-start.el (all): Define customization for debug-on-event.
17376
841a1577 173772011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
17378
17379 * subr.el (shell-quote-argument): Escape correctly under Windows.
17380
d090ed6c
SM
173812011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17382
17383 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17384
bfd31217
MA
173852011-04-25 Michael Albinus <michael.albinus@gmx.de>
17386
d090ed6c
SM
17387 * net/tramp.el (tramp-process-actions): Add POS argument.
17388 Delete region between POS and (pos).
bfd31217 17389
d090ed6c
SM
17390 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17391 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
17392 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17393
17394 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17395 position in `tramp-process-actions' call.
17396
17397 * net/trampver.el: Update release number.
17398
e92f3bd3
SM
173992011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17400
850256b5
SM
17401 * custom.el (defcustom): Obey lexical-binding.
17402
e92f3bd3
SM
17403 Fix octave-inf completion problems reported by Alexander Klimov.
17404 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17405 Inherit from octave-mode-syntax-table.
17406 (inferior-octave-mode): Set info-lookup-mode.
17407 (inferior-octave-completion-at-point): New function.
17408 (inferior-octave-complete): Use it and completion-in-region.
17409 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17410 comint-filename-completion.
17411 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17412 symbol elements which shouldn't be word elements.
17413 (octave-font-lock-keywords, octave-beginning-of-defun)
17414 (octave-function-header-regexp): Adjust regexps accordingly.
17415 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17416
cd22b309
JB
174172011-04-25 Juanma Barranquero <lekktu@gmail.com>
17418
17419 * net/gnutls.el (gnutls-errorp): Declare before first use.
17420
8b492194
TZ
174212011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17422
17423 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17424 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 17425 default trustfile exists before going to use it. Add missing
5a5fa834 17426 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
17427 Reported by Claudio Bley <claudio.bley@gmail.com>.
17428 (open-gnutls-stream): Add usage example.
17429
17430 * net/network-stream.el (network-stream-open-starttls): Give host
17431 parameter to `gnutls-negotiate'.
17432 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 17433 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 17434
841a1577 174352011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 17436
cd22b309
JB
17437 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17438 Use correct match group (bug#8438).
05842630 17439
3ba7869c
CY
174402011-04-24 Chong Yidong <cyd@stupidchicken.com>
17441
512e3ae1
CY
17442 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17443 (package-menu--generate): New arg specifying packages to show.
17444 (package-menu-refresh, package-menu-execute, list-packages):
17445 Callers changed.
17446 (package-show-package-list): New function, replacing deleted
17447 package--list-packages (renamed because it is non-internal).
17448
17449 * finder.el (finder-list-matches): Use package-show-package-list
17450 instead of deleted package--list-packages.
17451
e92f3bd3
SM
17452 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17453 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
17454 (vc-annotate-mode-map): Bind it to RET.
17455
7031be6d
UR
174562011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17457
17458 * progmodes/etags.el (next-file): Don't use set-buffer to change
17459 buffers (Bug#8478).
17460
4ef177aa
CY
174612011-04-24 Chong Yidong <cyd@stupidchicken.com>
17462
c8d173eb
CY
17463 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17464
4ef177aa
CY
17465 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17466 (apropos-accumulator): Doc fix.
17467 (apropos-function, apropos-macro, apropos-command)
17468 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17469 (apropos-plist): Add face property.
17470 (apropos-symbols-internal): Fix indentation.
17471 (apropos-print): Simplify help, and recognize apropos-multi-type.
17472 (apropos-print-doc): Use button-type-get to extract the button's
17473 face property. Fill docstring (Bug#8352).
17474
4ffd0d6b 174752011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
17476
17477 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17478
c6c32125 17479 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 17480 (mpuz-mode-map): Use mapc.
c6c32125
JB
17481 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17482 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17483 Fix typos in docstrings.
17484
58d468b4
JB
17485 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17486 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17487
6470c3c6
JB
17488 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17489
4ffd0d6b 174902011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
17491
17492 * minibuffer.el (completion--do-completion): Avoid the "Next char
17493 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17494
3ad8bad0
CY
17495 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17496 mouse-2 into unread-command-events, it is interpreted correctly.
17497
71d73c9c 17498 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 17499 (image-toggle-display): Doc fix.
71d73c9c 17500
841a1577 175012011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 17502
4ffd0d6b
GM
17503 * textmodes/page.el (what-page): Use line-number-at-pos to
17504 calculate line number (Bug#6825).
6e1dbaa9 17505
c2fb1b60
JB
175062011-04-22 Juanma Barranquero <lekktu@gmail.com>
17507
17508 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17509 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17510 Pass argument NO-DEFAULT to `find-tag-interactive'.
17511
e02f48d7
JB
175122011-04-22 Juanma Barranquero <lekktu@gmail.com>
17513
17514 Lexical-binding cleanup.
17515
17516 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17517 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17518 * progmodes/ada-prj.el (ada-prj-initialize-values)
17519 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17520 (ada-prj-show-value):
17521 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17522 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17523 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17524 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17525 * progmodes/bug-reference.el (bug-reference-push-button):
17526 * progmodes/fortran.el (fortran-line-length):
17527 * progmodes/glasses.el (glasses-change):
17528 * progmodes/octave-mod.el (octave-fill-paragraph):
17529 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17530 (python-pdbtrack-grub-for-buffer, python-sentinel):
17531 * progmodes/sql.el (sql-save-connection):
17532 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17533 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17534 Mark unused parameters.
17535
17536 * progmodes/compile.el (compilation--flush-directory-cache)
17537 (compilation--flush-parse, compile-internal): Mark unused parameters.
17538 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17539 (compilation-next-error-function): Remove unused variable `timestamp'.
17540
17541 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17542 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17543
17544 * progmodes/dcl-mode.el (dcl-end-of-command):
17545 Remove unused variable `start'.
17546 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17547 (dcl-option-value-basic, dcl-option-value-offset)
17548 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17549 Mark unused parameters.
17550 (dcl-save-local-variable): Remove unused variable `val'.
17551 (mode): Declare.
17552
17553 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17554 Mark unused parameters.
17555 (delphi-ignore-changes): Move before first use.
17556 (delphi-charset-token-at): Remove unused variable `start'.
17557 (delphi-else-start): Remove unused variable `if-count'.
17558 (delphi-comment-block-start, delphi-comment-block-end):
17559 Remove unused variable `kind'.
17560 (delphi-indent-line): Remove unused variable `new-point'.
17561
17562 * progmodes/ebrowse.el (ebrowse-files-list)
17563 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17564 Mark unused parameters. Don't quote `lambda'.
17565 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17566 Don't quote `lambda'.
17567 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17568 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17569 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17570 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17571 Use `ignore-errors'.
17572 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17573 (ebrowse-view/find-file-and-search-pattern)
17574 (ebrowse-view/find-member-declaration/definition):
17575 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17576 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17577 Rename parameter PREFIX-ARG to PREFIX.
17578 (ebrowse-tags-read-name): Remove unused variables `start' and
17579 `member-info'.
17580 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17581 to `tags-file'.
17582
17583 * progmodes/etags.el (local-find-tag-hook): Declare.
17584 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17585 Mark unused parameters.
17586
17587 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17588 (executable-interpret): Mark unused parameter.
17589
17590 * progmodes/flymake.el (flymake-process-sentinel)
17591 (flymake-after-change-function)
17592 (flymake-create-temp-with-folder-structure)
17593 (flymake-get-include-dirs-dot): Mark unused parameters.
17594 (flymake-safe-delete-directory): Remove unused variable `err'.
17595
17596 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17597 (speedbar-timer-fn, speedbar-line-text)
17598 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17599 (speedbar-center-buffer-smartly): Declare functions.
17600 (gdb-find-watch-expression): Remove unused variable `array'.
17601 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17602 (gdb-starting): Mark unused parameters.
17603 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17604 (gdb-table-string): Remove unused variable `res'.
17605 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17606 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17607 (gdb-display-buffer): Remove unused variable `cur-size'.
17608
17609 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17610 allow lexical-binding compilation.
17611 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17612 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17613 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17614 Mark unused parameters.
17615 (gud-gdb-marker-filter): Remove unused variable `match'.
17616 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17617 lambda expressions and funcall them, instead of using `fset'.
17618
17619 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17620 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17621
17622 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17623 variable `header-beg'; use `let'.
17624
17625 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17626 `restart', `last-sexp' and `at-do'.
17627
17628 * progmodes/js.el (js--debug): Mark unused parameter.
17629 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17630 (js--splice-into-items): Remove unused variable `item'.
17631 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17632
17633 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17634 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17635 (makefile-complete): Remove unused variable `try'.
17636 (makefile-fill-paragraph, makefile-match-function-end):
17637 Mark unused parameters.
17638
17639 * progmodes/octave-inf.el (inferior-octave-complete):
17640 Remove unused variable `proc'.
17641 (inferior-octave-output-digest): Mark unused parameter.
17642
17643 * progmodes/perl-mode.el (perl-calculate-indent):
17644 Remove unused variable `err'.
17645
17646 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17647 (prolog-indent-line): Mark unused parameters.
17648 (prolog-indent-line): Remove unused variable `beg'.
17649
17650 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17651 (reporter-dont-compact-list): Declare.
17652
17653 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17654 Remove unused variable `char'.
17655 (sh-debug): Mark unused parameter.
17656 (sh-get-indent-info): Remove unused variable `start'.
17657 (sh-calculate-indent): Remove unused variable `var'.
17658
17659 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17660 (simula-electric-keyword): Remove unused variable `null'.
17661 (simula-search-backward, simula-search-forward): Remove unused
17662 variables `begin' and `end'.
17663
17664 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17665 Remove unused variable `pos'.
17666 (vera-electric-tab, vera-comment-uncomment-region):
17667 Mark unused parameters.
17668 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17669
7ede3b65
CY
176702011-04-22 Chong Yidong <cyd@stupidchicken.com>
17671
17672 * emacs-lisp/package.el (package--builtins, package-alist)
17673 (package-load-descriptor, package-built-in-p, package-activate)
17674 (define-package, package-installed-p)
17675 (package-compute-transaction, package-buffer-info)
17676 (package--push): Doc fix. Distinguish more clearly between
17677 version strings and version lists.
17678
121656e9
JB
176792011-04-21 Juanma Barranquero <lekktu@gmail.com>
17680
17681 Lexical-binding cleanup.
17682
17683 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17684 (5x5-make-mutate-best):
17685 * play/fortune.el (fortune-in-buffer):
17686 * play/gomoku.el (gomoku-init-display):
17687 * play/solitaire.el (solitaire, solitaire-do-check):
17688 * play/tetris.el (tetris-default-update-speed-function):
17689 Mark unused parameters.
17690
17691 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17692 (bubbles--shift): Remove unused variable `char-org'.
17693 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17694 (bubbles--show-images): Remove unused variable `char'.
17695
17696 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17697 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17698 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17699 (decipher-analyze-buffer): Use ?\s.
17700 (decipher-make-checkpoint): Remove unused variable `mapping'.
17701
17702 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17703
17704 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17705 Remove unused variable `result'; use `let'.
17706
17707 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17708 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17709 (gametree-children-shown-p, gametree-compute-reduced-score):
17710 Use `ignore-errors'.
17711
17712 * play/handwrite.el (ps-lpr-switches): Declare.
17713 (handwrite): Remove unused variables `pmin' and `lastp'.
17714
17715 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17716
17717 * play/landmark.el (landmark-init-display)
17718 (landmark-update-naught-weights): Mark unused parameters.
17719 (landmark-y): Remove unused variable `noise'. Simplify.
17720 (landmark-human-plays): Remove unused variable `score'.
17721
17722 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17723 (mpuz-try-proposal): Remove unused variable `game'.
17724
17725 * play/zone.el (life-patterns): Declare.
17726
80f499c7
JB
177272011-04-20 Juanma Barranquero <lekktu@gmail.com>
17728
17729 * vc/vc.el (ediff-vc-internal): Declare function.
17730
024ff170
SM
177312011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17732
c0a193ea
SM
17733 * shell.el: Use lexical-binding and std completion UI.
17734 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17735 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17736 comint-preoutput-filter-functions rather than on
17737 comint-output-filter-functions.
17738 (shell-command-completion, shell--command-completion-data)
17739 (shell-filename-completion, shell-environment-variable-completion)
17740 (shell-c-a-p-replace-by-expanded-directory): New functions.
17741 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17742 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17743 (shell-dynamic-complete-environment-variable): Use them.
17744 (shell-dynamic-complete-as-environment-variable)
17745 (shell-dynamic-complete-as-command): Remove.
17746 (shell-match-partial-variable): Match past point.
17747 * comint.el: Clean up use of completion-at-point-functions.
17748 (comint-completion-at-point): New function.
17749 (comint-mode): Use it completion-at-point-functions.
17750 (comint-dynamic-complete): Make it obsolete.
17751 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17752 (comint-c-a-p-replace-by-expanded-history): New function.
17753 (comint-dynamic-complete-functions)
17754 (comint-replace-by-expanded-history): Use it.
17755 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17756 termination strings. Try harder to avoid second try-completion.
17757 (completion-in-region-mode-map): Disable bindings that don't work yet.
17758
2dbaa080
SM
17759 * comint.el: Use lexical-binding. Require CL.
17760 (comint-dynamic-complete-functions): Use comint-filename-completion.
17761 (comint-completion-addsuffix): Tweak custom type.
17762 (comint-filename-completion, comint--common-suffix)
17763 (comint--common-quoted-suffix, comint--table-subvert)
17764 (comint--complete-file-name-data): New functions.
17765 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17766 (comint-dynamic-list-filename-completions): Use them.
17767 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 17768
2dbaa080
SM
17769 * minibuffer.el (completion-in-region-mode):
17770 Keep completion-in-region-mode--predicate global.
17771 (completion-in-region--postch):
17772 Assume completion-in-region-mode--predicate is not null.
17773
c79a6f38
SM
17774 * progmodes/flymake.el (flymake-start-syntax-check-process):
17775 Obey `dir'. Simplify.
17776
024ff170
SM
17777 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17778 we're in VC after all.
17779
1c6c854e
CS
177802011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17781
17782 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 17783 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
17784 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17785
bed7f140
SM
177862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17787
332e62ab
SM
17788 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17789 add sanity check.
17790
bed7f140
SM
17791 * obsolete/erc-hecomplete.el: Make obsolete.
17792 * obsolete/: Standardize obsolescence info in the header.
17793
f195c582
GM
177942011-04-20 Glenn Morris <rgm@gnu.org>
17795
17796 * calendar/solar.el (solar-horizontal-coordinates):
17797 Use the longitude argument rather than `calendar-longitude'.
17798 (solar-date-next-longitude): Remove unused locals.
17799
cb79b8c0
VJL
178002011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17801
17802 * whitespace.el: New version 13.2.1.
17803
178042011-04-20 felix <EmacsWiki> (tiny change)
17805
d8e4b68b 17806 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
17807 switching between major modes on a file.
17808
602ea69d
SM
178092011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17810
17811 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17812 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17813 multi-line comments as well.
17814
06b60517
JB
178152011-04-19 Juanma Barranquero <lekktu@gmail.com>
17816
17817 Lexical-binding cleanup.
17818
17819 * arc-mode.el (archive-mode-revert):
17820 * cmuscheme.el (scheme-interactively-start-process):
17821 * custom.el (custom-initialize-delay):
17822 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17823 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17824 * emacs-lock.el (emacs-lock-clear-sentinel):
17825 * ezimage.el (defezimage):
17826 * follow.el (follow-avoid-tail-recenter):
17827 * fringe.el (set-fringe-mode-1):
17828 * generic-x.el (bat-generic-mode-compile):
17829 * help-mode.el (help-info-variable, help-do-xref)
17830 (help-mode-revert-buffer):
17831 * help.el (view-emacs-todo):
17832 * iswitchb.el (iswitchb-completion-help):
17833 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17834 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17835 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17836 * locate.el (locate-update):
17837 * longlines.el (longlines-encode-region)
17838 (longlines-after-change-function):
17839 * outline.el (outline-isearch-open-invisible):
17840 * ps-def.el (declare-function, charset-dimension, char-width)
17841 (encode-char):
17842 * ps-mule.el (ps-mule-plot-string):
17843 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17844 (recentf-edit-list-select, recentf-edit-list-validate)
17845 (recentf-open-files-action):
17846 * rect.el (delete-whitespace-rectangle-line)
17847 (rectangle-number-line-callback):
17848 * register.el (window-configuration-to-register)
17849 (frame-configuration-to-register):
17850 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17851 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17852 (xselect-convert-to-targets, xselect-convert-to-delete)
17853 (xselect-convert-to-filename, xselect-convert-to-charpos)
17854 (xselect-convert-to-lineno, xselect-convert-to-colno)
17855 (xselect-convert-to-os, xselect-convert-to-host)
17856 (xselect-convert-to-user, xselect-convert-to-class)
17857 (xselect-convert-to-name, xselect-convert-to-integer)
17858 (xselect-convert-to-atom, xselect-convert-to-identity):
17859 * subr.el (declare, ignore, process-kill-without-query)
17860 (text-clone-maintain):
17861 * terminal.el (te-get-char, te-tic-sentinel):
17862 * tool-bar.el (tool-bar-make-keymap):
17863 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17864 * type-break.el (type-break-mode, type-break-noninteractive-query):
17865 * view.el (View-back-to-mark):
17866 * wid-browse.el (widget-browse-action, widget-browse-widget)
17867 (widget-browse-widgets, widget-browse-sexp):
17868 * widget.el (define-widget-keywords):
17869 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17870 Mark unused parameters.
17871
17872 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17873 (align-areas): Remove unused variable `look'.
17874 (align-region): Remove unused variables `real-end' and `pos-list'.
17875
17876 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17877
17878 * bindings.el (mode-line-modified, mode-line-remote):
17879 Mark unused parameters.
17880 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17881
17882 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17883 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17884
17885 * comint.el (comint-history-isearch-pop-state)
17886 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17887 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17888 (comint-substitute-in-file-name): Doc fix.
17889
17890 * completion.el (cmpl-statistics-block): Mark unused parameter.
17891 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17892 (save-completions-to-file, load-completions-from-file):
17893 Remove unused local variable `e'.
17894
17895 * composite.el (compose-chars): Remove unused variable `len'.
17896 (lgstring-insert-glyph): Remove unused variable `g'.
17897 (compose-glyph-string): Remove unused variables `ascent',
17898 `descent', `lbearing' and `rbearing'.
17899 (compose-glyph-string-relative): Remove unused variables
17900 `lbearing', `rbearing' and `wadjust'.
17901 (compose-gstring-for-graphic): Remove unused variables `header',
17902 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17903 (compose-gstring-for-terminal): Remove unused variables `header'
17904 and `nchars'. Use `let', not `let*'.
17905
17906 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17907 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17908 (Custom-buffer-done, custom-buffer-create-internal)
17909 (custom-browse-visibility-action, custom-browse-group-tag-action)
17910 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17911 (widget-magic-mouse-down-action, custom-toggle-parent)
17912 (custom-add-parent-links, custom-toggle-hide-variable)
17913 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17914 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17915 (custom-face-menu-create, custom-variable-menu-create, get)
17916 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17917 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17918 (customize-apropos): Remove unused variable `tests'.
17919 (custom-group-value-create): Remove unused variable `hidden-p'.
17920 (sort-fold-case): Declare.
17921
17922 * cus-theme.el (custom-reset-standard-faces-list)
17923 (custom-reset-standard-variables-list): Declare.
17924 (customize-create-theme, custom-theme-revert, custom-theme-write)
17925 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17926 Mark unused parameters.
17927
17928 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17929
17930 * delim-col.el (delimit-columns-max): Move defvar before first use.
17931
17932 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 17933 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
17934
17935 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17936 (auto-insert): Declare.
17937 (desktop-restore-file-buffer): Rename desktop-* parameters;
17938 mark unused ones.
17939 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17940 (desktop-buffer): Rename desktop-* parameters.
17941
17942 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17943 (dframe-reposition-frame-xemacs, dframe-help-echo)
17944 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17945 Mark unused parameters.
17946
17947 * dired-aux.el (backup-extract-version-start, overwrite-query)
17948 (overwrite-backup-query, rename-regexp-query)
17949 (rename-non-directory-query): Declare.
17950 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17951 (dired-add-entry): Remove unused variable `orig-file-name'.
17952 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17953 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17954 `dired-copy-preserve-time' directly.
17955 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17956 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17957
17958 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17959 (dired-virtual-revert, dired-make-relative-symlink):
17960 Mark unused parameters.
17961 (manual-program): Declare.
17962 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17963 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17964 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17965
17966 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17967
17968 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17969
17970 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17971 Declare.
17972
17973 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17974
17975 * electric.el (Electric-command-loop): Rename parameter
17976 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17977
17978 * expand.el (expand-in-literal): Remove unused variable `here'.
17979
17980 * facemenu.el (facemenu-add-new-color):
17981 Remove unused variable `docstring'.
17982
17983 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17984 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17985 (face-attr-construct): Mark unused parameter. Doc fix.
17986 (read-color): Remove unused variable `hex-string'.
17987
17988 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17989 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17990 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17991 (display-buffer-other-frame): Remove unused variable `old-window'.
17992 (kill-buffer-hook): Declare.
17993 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17994 Mark unused parameters.
17995 (after-find-file): Pass 1 to `auto-save-mode', not t.
17996
17997 * files-x.el (auto-insert): Declare.
17998 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17999
18000 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 18001 variable `buf'. Mark unused parameter.
06b60517
JB
18002 (find-lisp-insert-directory): Mark unused parameter.
18003
18004 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
18005 (format-encode-region): Remove unused variables `cur-buf' and `result'.
18006 (format-common-tail): Remove, unused.
18007 (format-deannotate-region): Remove unused variable `loc'.
18008 (format-annotate-region): Remove unused variable `p'.
18009 (format-annotate-single-property-change): Remove unused variables
18010 `default' and `tail'.
18011
18012 * forms.el (read-file-filter): Declare.
18013 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18014
18015 * frame.el (frame-creation-function-alist): Mark unused parameter.
18016 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18017
18018 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18019 Remove unused parameters.
18020 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18021 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18022
18023 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18024 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18025 (hfy-prepare-tag-map): Mark unused parameters.
18026 (htmlfontify-buffer): Use `called-interactively-p'.
18027
18028 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18029 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18030 (ibuffer-do-occur): Mark unused parameters.
18031 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18032 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18033
18034 * ibuffer.el: Don't quote `lambda'.
18035 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18036 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18037 Mark unused parameters.
18038
18039 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18040 (ido-completing-read): Mark unused parameters.
18041 (ido-copy-current-word): Mark unused parameters;
18042 remove unused variable `name'.
18043 (ido-sort-merged-list): Remove unused parameter `dirs'.
18044
18045 * ielm.el (ielm-input-sender): Mark unused parameter.
18046 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18047 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18048 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18049 `ielm-string' as a dynamic variable accessible from the IELM prompt.
18050 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
18051
18052 * image-dired.el (image-dired-display-thumbs): Remove unused
18053 variables `curr-file' and `count'.
18054 (image-dired-remove-tag): Remove unused variable `start'.
18055 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18056 variable `curr-file'
18057 (image-dired-rotate-original): Remove unused variable `temp-file'.
18058 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18059 Remove unused variable `file'.
18060 (image-dired-gallery-generate): Remove unused variable `curr'.
18061 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18062
18063 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18064
18065 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18066
18067 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18068
18069 * isearch.el (minibuffer-history-symbol): Declare.
18070 (isearch-edit-string): Remove unused variable `err'.
18071 (isearch-message-prefix, isearch-message-suffix):
18072 Mark unused parameters.
18073
18074 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18075
18076 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18077
18078 * makesum.el (double-column): Remove unused variable `cnt'.
18079
18080 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18081 (ido-ignore-item-temp-list): Declare.
18082
18083 * mouse-drag.el (mouse-drag-throw): Remove unused variables
18084 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18085 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18086 (mouse-drag-drag): Remove unused variables `mouse-delta' and
18087 `mouse-col-delta'.
18088
18089 * mouse-sel.el (mouse-extend-internal):
18090 Remove unused variable `orig-window-frame'.
18091
18092 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18093 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18094 Move declarations before first use.
18095 (pcomplete-opt): Mark unused parameters; doc fix.
18096
18097 * proced.el (proced-revert): Mark unused parameter.
18098 (proced-send-signal): Remove unused variable `err'.
18099
18100 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18101 Rename parameter PREFIX-ARG to ARG.
18102 (ps-basic-plot-string, ps-basic-plot-whitespace):
18103 Mark unused parameters.
18104
18105 * replace.el (replace-count): Define.
18106 (occur-revert-function): Mark unused parameters.
18107 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18108 (isearch-case-fold-search, isearch-string): Declare.
18109 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18110 bind `case-fold-search'. Remove unused variables `beg' and `end',
18111 and simplify.
18112 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18113 COUNT and bind `replace-count'.
18114 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18115 to COUNT.
18116
18117 * savehist.el (print-readably, print-string-length): Declare.
18118
18119 * shadowfile.el (shadow-expand-cluster-in-file-name):
18120 Remove unused variable `cluster'.
18121 (shadow-copy-file): Remove unused variable `i'.
18122 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18123 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18124 (shadow-define-literal-group, shadow-define-regexp-group)
18125 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18126
18127 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18128 (shell): Use `called-interactively-p'.
18129 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18130
18131 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18132 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18133 (delete-backward-char): Remove unused variable `ocol'.
18134 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18135 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18136 (event-apply-hyper-modifier, event-apply-shift-modifier)
18137 (event-apply-control-modifier, event-apply-meta-modifier):
18138 Mark unused parameters.
18139 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18140 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18141
18142 * speedbar.el (speedbar-ignored-directory-expressions)
18143 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18144 (speedbar-find-file, speedbar-dir-follow)
18145 (speedbar-directory-buttons-follow, speedbar-tag-find)
18146 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18147 (speedbar-buffers-line-directory, speedbar-buffer-click):
18148 Mark unused parameters.
18149 (speedbar-tag-file): Remove unused variable `mode'.
18150 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18151
18152 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18153
18154 * talk.el (talk): Remove unused variable `display'.
18155
18156 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18157 (tar-write-region-annotate): Mark unused parameter.
18158
18159 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18160 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18161 Declare them, wrapped in `with-no-warnings' to avoid replacing one
18162 warning by another.
18163
18164 * time-stamp.el (time-stamp-string-preprocess):
18165 Remove unused variable `require-padding'.
18166
18167 * tree-widget.el (widget-glyph-enable): Declare.
18168 (tree-widget-action): Mark unused parameter.
18169
18170 * w32-fns.el (x-get-selection): Mark unused parameter.
18171 (autoload-make-program, generated-autoload-file): Declare.
18172
18173 * wdired.el (wdired-revert): Mark unused parameters.
18174 (wdired-xcase-word): Remove unused variable `err'.
18175
18176 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18177 (whitespace-help-scroll): Remove unused variable `data-help'.
18178
18179 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18180 (widget-image-insert, widget-after-change, default)
18181 (widget-default-format-handler, widget-default-notify)
18182 (widget-default-prompt-value, widget-info-link-action)
18183 (widget-url-link-action, widget-function-link-action)
18184 (widget-variable-link-action, widget-file-link-action)
18185 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18186 (widget-field-prompt-internal, widget-field-action, widget-field-match)
18187 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18188 (widget-insert-button-action, widget-delete-button-action, visibility)
18189 (widget-documentation-link-action, widget-documentation-string-action)
18190 (widget-const-prompt-value, widget-regexp-match, symbol)
18191 (widget-coding-system-prompt-value)
18192 (widget-key-sequence-value-to-external, sexp)
18193 (widget-sexp-value-to-internal, character, vector, cons)
18194 (widget-choice-prompt-value, widget-boolean-prompt-value)
18195 (widget-color--choose-action): Mark unused parameters.
18196 (widget-item-match-inline, widget-choice-match-inline)
18197 (widget-checklist-match, widget-checklist-match-inline)
18198 (widget-group-match): Rename parameter VALUES to VALS.
18199 (widget-field-value-set): Remove unused variable `size'.
18200 (widget-color-action): Remove unused variables `value' and `start'.
18201
18202 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 18203 variable `dir'. Doc fix.
06b60517
JB
18204 (windmove-find-other-window): Don't pass it.
18205
18206 * window.el (count-windows): Mark unused parameter.
18207 (bw-adjust-window): Remove unused variable `err'.
18208
18209 * woman.el (woman-file-name): Remove unused variable `default'.
18210 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18211 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18212 (global-font-lock-mode): Declare.
18213 (woman-decode-region): Mark unused parameter.
18214 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18215
18216 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18217 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18218 (x-dnd-handle-moz-url): Remove unused variable `title'.
18219 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18220
18221 * xml.el (xml-parse-tag, xml-parse-attlist):
18222 Remove unused variable `pos'.
18223
bc4f7f3d
GM
182242011-04-19 Glenn Morris <rgm@gnu.org>
18225
18226 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18227 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18228 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18229 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18230 * calendar/cal-html.el (cal-html-insert-minical):
18231 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18232 (calendar-mark-date-pattern):
18233 Prefix "unused" locals.
18234
18235 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18236 optional argument `style'.
18237
18238 * calendar/appt.el (appt-make-list):
18239 * calendar/cal-china.el (calendar-chinese-date-string):
18240 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18241 (diary-hebrew-yahrzeit):
18242 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18243 * calendar/calendar.el (calendar-generate-window):
18244 * calendar/time-date.el (time-to-days):
18245 Remove unused local variables.
18246
16a43933
CY
182472011-04-18 Chong Yidong <cyd@stupidchicken.com>
18248
18249 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18250 glyphless-char-display table.
18251 (tabulated-list-glyphless-char-display): New var.
18252
7eed1860
SS
182532011-04-18 Sam Steingold <sds@gnu.org>
18254
18255 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18256 to acknowledgments.
18257
4d2d1ccd
GM
182582011-04-17 Glenn Morris <rgm@gnu.org>
18259
18260 * calendar/diary-lib.el (diary-sexp-entry):
18261 * calendar/holidays.el (holiday-sexp):
18262 Set debug-on-error rather than the removed stack-trace-on-error.
18263
239da61d
GM
182642011-04-16 Glenn Morris <rgm@gnu.org>
18265
18266 * progmodes/f90.el: Use lexical-binding.
18267 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18268
8b05752a
SM
182692011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18270
daca8ba5
SM
18271 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18272 (mail-mode): Setup mailalias completion here instead.
18273 * mail/mailalias.el: Use lexical-binding.
18274 (pattern, mailalias-done): Declare dynamic.
18275 (mail-completion-at-point-function): New function, from mail-complete.
18276 (mail-complete): Use it.
18277 (mail-completion-expand): New function.
18278 (mail-get-names): Use it.
18279 (mail-directory, mail-directory-process, mail-directory-stream):
18280 Don't use `pattern' for lexically bound arg.
18281
6f542485
SM
18282 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18283
037e7c3f
SM
18284 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18285 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18286 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18287
8b05752a
SM
18288 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18289 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18290 (byte-interactive-p): Define them again, for use when inlining
18291 old code.
18292
49093f60
JB
182932011-04-15 Juanma Barranquero <lekktu@gmail.com>
18294
18295 * loadup.el: Use `string-to-number', not `string-to-int'.
18296
b5b8e7de
SM
182972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18300 gud-gdb-complete-command.
18301 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18302 (gud-gdb-completion-at-point): New function.
18303 (gud-gdb-completions): Remove.
18304
f42efeb5
MA
183052011-04-14 Michael Albinus <michael.albinus@gmx.de>
18306
49093f60
JB
18307 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18308 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18309 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18310 whether `executable-find' is bound.
f42efeb5
MA
18311
18312 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18313
e240cc21
SM
183142011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * minibuffer.el (completion-in-region-mode-predicate)
18317 (completion-in-region-mode--predicate): New vars.
18318 (completion-in-region, completion-in-region--postch)
18319 (completion-in-region-mode): Use them.
18320 (completion--capf-wrapper): Also return the hook function.
18321 (completion-at-point, completion-help-at-point):
18322 Adjust and provide a predicate.
c2bd2ab0
SM
18323
18324 Preserve arg names for advice of subr and lexical functions (bug#8457).
18325 * help-fns.el (help-function-arglist): Consolidate the subr and
18326 new-byte-code cases. Add argument `preserve-names' to extract names
18327 from the docstring when needed.
18328 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18329 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18330 (ad-arglist): Use help-function-arglist's new arg.
18331 (ad-definition-type): Use cond.
18332
c183f693
JB
183332011-04-13 Juanma Barranquero <lekktu@gmail.com>
18334
06641a47
JB
18335 * autorevert.el (auto-revert-handler):
18336 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18337 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18338 Don't quote lambda.
18339
c183f693
JB
18340 * image-mode.el (image-transform-set-scale):
18341 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18342
1e3b6001
G
183432011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18344
18345 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 18346 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
18347 Upgrades via gnutls-cli are too slow to be done opportunistically.
18348
2d6af8dd
JB
183492011-04-12 Juanma Barranquero <lekktu@gmail.com>
18350
18351 * dframe.el (dframe-current-frame): Remove spurious quote.
18352
c0749a51
GM
183532011-04-12 Glenn Morris <rgm@gnu.org>
18354
088d0d61
GM
18355 * calendar/cal-tex.el (cal-tex-end-document):
18356 Try to automatically use latin1 input if needed.
18357
c0749a51
GM
18358 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18359 Don't try to cons a mark onto an empty element.
18360
5c90fde0
LL
183612011-04-11 Leo Liu <sdl.web@gmail.com>
18362
18363 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18364 buffers.
18365 (ido-kill-buffer-at-head): Support killing virtual buffers.
18366
369e974d
CY
183672011-04-10 Chong Yidong <cyd@stupidchicken.com>
18368
18369 * minibuffer.el (completion-show-inline-help): New var.
18370 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
18371 (minibuffer-force-complete, minibuffer-complete-word):
18372 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
18373
18374 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18375 to avoid interference from inline help (Bug#5849).
18376
37f1c930
LL
183772011-04-10 Leo Liu <sdl.web@gmail.com>
18378
099c39a4
JB
18379 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18380 Fix typo.
37f1c930 18381
a32d4040
CY
183822011-04-09 Chong Yidong <cyd@stupidchicken.com>
18383
18384 * image-mode.el (image-toggle-display-image): Signal an error if
18385 not in Image mode.
18386 (image-transform-mode, image-transform-resize)
18387 (image-transform-set-rotation): Doc fix.
daca8ba5 18388 (image-transform-set-resize): Delete.
a32d4040
CY
18389 (image-transform-set-scale, image-transform-fit-to-height)
18390 (image-transform-fit-to-width): Handle image-toggle-display-image
18391 and image-transform-resize directly.
18392
099c39a4 183932011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
18394
18395 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
18396 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18397 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
18398 (doc-view-mode-map): Add bindings for the new functions.
18399
099c39a4 184002011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 18401
4d61f28d 18402 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
18403 Fix typo in docstring.
18404
3726838a
EZ
184052011-04-08 Eli Zaretskii <eliz@gnu.org>
18406
04f33f1e
EZ
18407 * files.el (file-size-human-readable): Produce one digit after
18408 decimal, like "ls -lh" does.
18409
18410 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18411 the file size representation.
18412
3726838a
EZ
18413 * simple.el (list-processes): If async subprocesses are not
18414 available, error out with a clear error message.
18415
cbb59342
CY
184162011-04-08 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * help.el (help-form-show): New function, to be called from C.
18419 Put help-form output in a buffer named differently than *Help*.
18420
e3971c44
EZ
184212011-04-08 Eli Zaretskii <eliz@gnu.org>
18422
18423 * files.el (file-size-human-readable): New function.
18424
18425 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18426 computing the representation inline. Don't require `cl'.
18427
12544bbe
GM
184282011-04-08 Glenn Morris <rgm@gnu.org>
18429
a1de6c6a
GM
18430 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18431
3c4671f4
GM
18432 * net/browse-url.el (browse-url-firefox):
18433 Test system-type, not system-configuration.
18434
b605679c
GM
18435 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18436 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18437 Use log-edit-empty-buffer-p. (Bug#7598)
18438
56442f0c
GM
18439 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18440 (rlogin-mode-map): Initialize in the defvar.
18441 (rlogin): Use ignore-errors.
18442
12544bbe
GM
18443 * replace.el (occur-mode-map): Some fixes for menu items.
18444
eb237b0f
AH
184452011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18446
18447 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18448
7d668f2c
CY
184492011-04-06 Chong Yidong <cyd@stupidchicken.com>
18450
e67a13ab
CY
18451 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18452 issuing unused warnings.
18453
18454 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18455 macro directly.
18456
7d668f2c
CY
18457 * simple.el: Lisp reimplement of list-processes. Based on an
18458 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18459 (process-menu-mode): New major mode.
18460 (list-processes--refresh, list-processes):
18461 (process-menu-visit-buffer): New functions.
18462
18463 * files.el (save-buffers-kill-emacs): Don't assume any return
18464 value of list-processes, which is undocumented anyway.
18465
a83ec3c9
CY
184662011-04-06 Chong Yidong <cyd@stupidchicken.com>
18467
18468 * emacs-lisp/tabulated-list.el: New file.
18469
e91a96fe
CY
18470 * emacs-lisp/package.el: Use Tabulated List mode.
18471 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18472 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18473 table format using Tabulated List mode variables.
18474 (package--push): New macro, replacing package-list-maybe-add.
18475 (package-menu--generate): Use package--push. Renamed from
18476 package--generate-package-list.
18477 (package-menu-refresh, list-packages): Use it.
daca8ba5 18478 (package-menu--print-info): Rename from package-print-package.
e91a96fe 18479 Return insertion data instead of inserting it directly.
099c39a4
JB
18480 (package-menu-describe-package, package-menu-execute):
18481 Use tabulated-list-get-id.
e91a96fe
CY
18482 (package-menu-mark-delete, package-menu-mark-install)
18483 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
18484 (package-menu-mark-obsolete-for-deletion):
18485 Use tabulated-list-put-tag.
e91a96fe
CY
18486 (package--list-packages, package-menu-revert)
18487 (package-menu-get-package, package-menu-get-version)
18488 (package-menu-sort-by-column): Functions deleted.
18489 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18490 (package-menu--status-predicate, package-menu--version-predicate)
18491 (package-menu--name-predicate)
18492 (package-menu--description-predicate): Handle arguments in the
18493 Tabulated List format.
18494 (package-list-packages-no-fetch): Call list-packages.
18495
3e214b50
JB
184962011-04-06 Juanma Barranquero <lekktu@gmail.com>
18497
18498 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 18499 (after-find-file): Don't bind it.
3e214b50
JB
18500 (revert-buffer-in-progress-p): New variable.
18501 (revert-buffer): Bind it.
18502 Pass nil for `after-find-file-from-revert-buffer'.
18503
18504 * saveplace.el (save-place-find-file-hook): Use new variable
18505 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18506
3f0f1700
GM
185072011-04-06 Glenn Morris <rgm@gnu.org>
18508
c0274801
GM
18509 * Makefile.in (AUTOGEN_VCS): New variable.
18510 (autoloads): Use $AUTOGEN_VCS.
18511
3f0f1700
GM
18512 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18513 * calendar/calendar.el (calendar-mode-map):
18514 Check for toolkit scroll bars. (Bug#8305)
18515
41ea9e48
CY
185162011-04-05 Chong Yidong <cyd@stupidchicken.com>
18517
18518 * minibuffer.el (completion-in-region--postch)
18519 (completion-in-region-mode): Remove unnecessary messages.
18520
6194c800
JB
185212011-04-05 Juanma Barranquero <lekktu@gmail.com>
18522
33256f14
JB
18523 * font-lock.el (font-lock-refresh-defaults):
18524 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18525 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18526
6194c800
JB
18527 * info.el (Info-directory-list, Info-read-node-name-2)
18528 (Info-split-parameter-string): Doc fixes.
18529 (Info-virtual-nodes): Reflow docstring.
18530 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18531 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18532 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18533 Fix typos in docstrings.
18534 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18535 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18536 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18537 (Info-restore-desktop-buffer): Mark unused parameters.
18538 (Info-directory-find-file, Info-directory-find-node)
18539 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18540 (Info-virtual-index-find-node, Info-apropos-find-file)
18541 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 18542 Mark unused parameters; fix typos in docstrings.
6194c800
JB
18543 (Info-virtual-index): Remove unused local variable `nodename'.
18544
b87a8200 185452011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 18546
b87a8200
DD
18547 * net/rcirc.el: Update my e-mail address.
18548 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 18549
3b2ff876
CY
185502011-04-05 Chong Yidong <cyd@stupidchicken.com>
18551
18552 * startup.el (command-line): Save the cursor's theme-face
18553 directly, instead of using face-override-spec.
18554
18555 * custom.el (load-theme): Minor optimization in assigning faces.
18556
8d17e7ca
JB
185572011-04-04 Juanma Barranquero <lekktu@gmail.com>
18558
18559 * help-fns.el (describe-variable): Complete all variables having
18560 documentation, including keywords.
18561 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18562
2fbc1934
JB
185632011-04-04 Juanma Barranquero <lekktu@gmail.com>
18564
18565 Convert to lexical-binding.
18566
18567 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18568 (bs--get-marked-string, bs--get-modified-string)
18569 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18570 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18571 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18572
18573 * ehelp.el (electric-help-execute-extended)
18574 (electric-help-ctrl-x-prefix):
18575 * hexl.el (hexl-revert-buffer-function):
18576 * linum.el (linum-after-change, linum-after-scroll):
18577 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18578
18579 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18580
74f50695
DU
185812011-04-04 Daiki Ueno <ueno@unixuser.org>
18582
18583 * epa-dired.el:
18584 * epa-mail.el:
18585 * epa-hook.el:
18586 * epa-file.el:
18587 * epa.el:
18588 * epg.el: Use lexical binding.
18589
c11325f7
CY
185902011-04-03 Chong Yidong <cyd@stupidchicken.com>
18591
0d9e9a12
CY
18592 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18593
c11325f7 18594 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
18595 dictionary case for flyspell-mark-duplications-exceptions.
18596 Use regexp matching for languages.
c11325f7
CY
18597 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18598 default dictionary (Bug#7926).
18599
da91b5f2
CY
186002011-04-02 Chong Yidong <cyd@stupidchicken.com>
18601
099c39a4
JB
18602 * emacs-lisp/package.el (package--with-work-buffer):
18603 Recognize https URLs.
da91b5f2 18604
099c39a4
JB
18605 * net/network-stream.el: Move from gnus/proto-stream.el.
18606 Change prefix to network-stream throughout.
da91b5f2
CY
18607 (open-protocol-stream): Merge into open-network-stream, leaving
18608 open-protocol-stream as an alias. Handle nil BUFFER args.
18609
18610 * subr.el (open-network-stream): Move to net/network-stream.el.
18611
afa8e9f6
GM
186122011-04-02 Glenn Morris <rgm@gnu.org>
18613
1d2e369d
GM
18614 * find-dired.el (find-exec-terminator): New option.
18615 (find-ls-option): Test for -ls support.
18616 (find-ls-subdir-switches): Test for -b in find-ls-option.
18617 (find-dired, find-grep-dired): Doc fixes.
18618 (find-dired): Use find-exec-terminator.
18619
8abb7da8 18620 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
18621 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18622 (find-name-arg): Remove purecopy.
8abb7da8 18623
f3ca7378
GM
18624 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18625 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18626 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18627 accordingly. Don't add the null-device if not needed.
18628
afa8e9f6
GM
18629 * files.el (save-some-buffers): Doc fix.
18630
35eae264
EZ
186312011-04-02 Eli Zaretskii <eliz@gnu.org>
18632
18633 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18634
26b51db5
JB
186352011-04-01 Juanma Barranquero <lekktu@gmail.com>
18636
18637 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18638 Use `dolist' rather than `mapcar'.
18639
7200d79c
SM
186402011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18641
03408648 18642 Add lexical binding.
7200d79c 18643
03408648
SM
18644 * subr.el (apply-partially): Use new closures rather than CL.
18645 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18646 (dolist, dotimes): Use slightly different expansion for lexical code.
18647 (functionp): Move to C.
18648 (letrec): New macro.
18649 (with-wrapper-hook): Use it and apply-partially instead of CL.
18650 (eval-after-load): Preserve lexical-binding.
18651 (save-window-excursion, with-output-to-temp-buffer): Turn them
18652 into macros.
7200d79c 18653
03408648
SM
18654 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18655
18656 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18657 than the arglist.
18658 (help-add-fundoc-usage): Don't add `Not documented'.
18659 (help-function-arglist): Handle closures, subroutines, and new
18660 byte-code-functions.
18661 (help-make-usage): Remove leading underscores.
18662 (describe-function-1): Handle closures.
18663 (describe-variable): Use special-variable-p for completion.
18664
18665 * files.el (lexical-binding): Declare safe.
f488fb65 18666
03408648
SM
18667 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18668 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18669 (pcase): Add `let' pattern.
18670 Change memoization so it actually works.
18671 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18672 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18673 <let>: New case.
f488fb65 18674
03408648
SM
18675 * emacs-lisp/macroexp.el: Use lexical binding.
18676 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18677 Don't convert ' to #' without checking that it's indeed quoting
18678 a lambda.
18679
18680 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 18681 Use eval-sexp-add-defvars.
03408648
SM
18682 (eval-sexp-add-defvars): New fun.
18683
18684 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18685
18686 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18687 Don't autoload.
18688 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18689 than the internal `byte-compile-lambda'.
18690 (defmethod): Don't hide code under quotes.
18691 (eieio-defmethod): New `code' argument.
18692
18693 * emacs-lisp/eieio-comp.el: Remove.
18694
18695 * emacs-lisp/edebug.el (edebug-eval-defun)
18696 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18697 (edebug-toggle): Avoid `eval'.
18698
18699 * emacs-lisp/disass.el (disassemble-internal): Handle new
18700 `closure' objects.
18701 (disassemble-1): Handle new byte codes.
18702
18703 * emacs-lisp/cl.el (pushnew): Silence warning.
18704
18705 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18706 (cl-byte-compile-throw): Remove.
18707 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18708
18709 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18710 closures.
18711
18712 * emacs-lisp/cconv.el: New file.
18713
18714 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18715 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18716 (byte-compile-initial-macro-environment):
18717 Handle declare-function here.
18718 (byte-compile--lexical-environment): New var.
18719 (byte-stack-ref, byte-stack-set, byte-discardN)
18720 (byte-discardN-preserve-tos): New lap codes.
18721 (byte-interactive-p): Don't use any more.
18722 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18723 New macros.
18724 (byte-compile-lapcode): Use them and handle new lap codes.
18725 (byte-compile-obsolete): Remove.
18726 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18727 (byte-compile-arglist-warn): Check late def of inlinable funs.
18728 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18729 since they should have been expanded by now.
18730 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18731 (byte-compile-from-buffer): Remove unused second arg.
18732 (byte-compile-preprocess): New function.
18733 (byte-compile-toplevel-file-form): New function to distinguish
18734 file-form calls from outside from file-form calls from hunk-handlers.
18735 (byte-compile-file-form): Simplify.
18736 (byte-compile-file-form-defsubst): Remove.
18737 (byte-compile-file-form-defmumble): Simplify now that
18738 byte-compile-lambda always returns a byte-code-function.
18739 (byte-compile): Preprocess.
18740 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18741 Remove, not used any more.
18742 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18743 (byte-compile-make-args-desc): New funs.
18744 (byte-compile-lambda): Handle lexical functions. Always return
18745 a byte-code-function.
18746 (byte-compile-reserved-constants): New var, to make up room for
18747 closed-over variables.
18748 (byte-compile-constants-vector): Obey it.
18749 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18750 (byte-compile-macroexpand-declare-function): New function.
18751 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18752 byte-code-functions.
18753 (byte-compile-form): Check obsolescence here.
18754 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18755 (byte-compile-variable-ref): Remove.
18756 (byte-compile-dynamic-variable-op): New fun.
18757 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18758 (byte-compile-variable-set): New funs.
18759 (byte-compile-discard): Add 2 args.
18760 (byte-compile-stack-ref, byte-compile-stack-set)
18761 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18762 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18763 macroexpand-all instead.
18764 (byte-compile-quote-form): Remove.
18765 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18766 (byte-compile-bind, byte-compile-unbind): New funs.
18767 (byte-compile-let): Handle let* and lexical binding.
18768 (byte-compile-let*): Remove.
18769 (byte-compile-catch, byte-compile-unwind-protect)
18770 (byte-compile-track-mouse, byte-compile-condition-case):
18771 Handle a new :fun-body form, used for lexical scoping.
18772 (byte-compile-save-window-excursion)
18773 (byte-compile-with-output-to-temp-buffer): Remove.
18774 (byte-compile-defun): Simplify.
18775 (byte-compile-stack-adjustment): New fun.
18776 (byte-compile-out): Use it.
18777 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18778
18779 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18780 handler any more.
18781
18782 * emacs-lisp/byte-opt.el: Use lexical binding.
18783 (byte-inline-lapcode): Remove (to bytecomp).
18784 (byte-compile-inline-expand): Pay attention to inlining to/from
18785 lexically bound code.
18786 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18787 any more.
18788 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18789 any more and don't call compiler-macros.
18790 (byte-compile-splice-in-already-compiled-code): Remove.
18791 (byte-code): Don't inline any more.
18792 (disassemble-offset): Receive `bytes' as argument rather than via
18793 dynamic scoping.
18794 (byte-compile-tag-number): Declare before first use.
18795 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18796 `return' even if make-spliceable.
18797 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18798 obsolete interactive-p.
18799 (byte-optimize-lapcode): Optimize new lap-codes.
18800 Don't trip up on new form of `byte-constant' lap code.
18801
18802 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18803
18804 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18805
18806 * custom.el (custom-initialize-default, custom-declare-variable):
18807 Use `defvar'.
18808
18809 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18810 New variables.
18811 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18812 (COMPILE_FIRST): Add macroexp and cconv.
18813 * makefile.w32-in: Mirror changes in Makefile.in.
18814
18815 * vc/cvs-status.el:
18816 * vc/diff-mode.el:
18817 * vc/log-edit.el:
18818 * vc/log-view.el:
18819 * vc/smerge-mode.el:
18820 * textmodes/bibtex-style.el:
090bd7cb 18821 * textmodes/css-mode.el:
03408648
SM
18822 * startup.el:
18823 * uniquify.el:
da91b5f2
CY
18824 * minibuffer.el:
18825 * newcomment.el:
18826 * reveal.el:
18827 * server.el:
18828 * mpc.el:
18829 * emacs-lisp/smie.el:
18830 * doc-view.el:
18831 * dired.el:
03408648
SM
18832 * abbrev.el: Use lexical binding.
18833
0f0c1f27
EZ
188342011-04-01 Eli Zaretskii <eliz@gnu.org>
18835
18836 * info.el (info-display-manual): New function.
18837
c82b2579
SM
188382011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18839
18840 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18841
221ddf68
TH
188422011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18843
18844 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 18845 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 18846
cba6e77e
GM
188472011-03-31 Glenn Morris <rgm@gnu.org>
18848
e040639f
GM
18849 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18850
cba6e77e
GM
18851 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18852
6d0f1c9e
CS
188532011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18854
18855 * progmodes/python.el (python-default-interpreter)
18856 (python-python-command-args, python-jython-command-args)
18857 (python-which-shell, python-which-args, python-which-bufname)
18858 (python-file-queue, python-comint-output-filter-function)
18859 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18860 variables and functions.
18861
3e2d70fd
SM
188622011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18865 (completion-in-region-mode): New minor mode.
18866 (completion-in-region): Use it.
18867 (completion-in-region--data, completion-in-region-mode-map): New vars.
18868 (completion-in-region--postch): New function.
18869 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18870 New vars.
18871 (completion--capf-wrapper): New function.
18872 (completion-at-point): Use it to track well-behavedness of
18873 hook functions.
18874 (completion-help-at-point): New command.
18875
f3e4086c
JM
188762011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18877
18878 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18879 syntax class to search for whitespace on a single line
18880 (Message-ID: <4D938140.4030905@redhat.com>).
18881
eb7ffc14
LL
188822011-03-30 Leo Liu <sdl.web@gmail.com>
18883
18884 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18885 New commands.
18886 (edit-abbrevs-map): Bind them here.
18887 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18888
d806ab68
KM
188892011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18890
18891 * allout.el (allout-hide-by-annotation, allout-flag-region):
18892 Reduce possibility of overlay leakage by making them volatile.
18893
18894 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18895 hash is not shared between buffers. Mode initialization is
18896 responsible for giving it a useful starting value.
18897 (allout-item-span): Reduce possibility of overlay leakage by
18898 making them volatile.
18899 (allout-widgets-count-buttons-in-region): Add diagnostic function
18900 for tracking down button overlay leaks.
18901
ea622834
LL
189022011-03-29 Leo Liu <sdl.web@gmail.com>
18903
18904 * ido.el (ido-read-internal): Use the default history var
18905 minibuffer-history if no HISTORY is specified.
18906
b62f8267
G
189072011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18908
03408648
SM
18909 * net/imap.el (imap-shell-open, imap-process-connection-type):
18910 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
18911 Kerberos, SSL, other subprocesses.
18912
947b6566
LL
189132011-03-28 Leo Liu <sdl.web@gmail.com>
18914
18915 * abbrev.el (abbrev-table-empty-p): New function.
18916 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18917 nonempty ones. (Bug#5937)
18918
5ffb62aa
JD
189192011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18920
18921 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18922
7a097943
LL
189232011-03-27 Leo Liu <sdl.web@gmail.com>
18924
18925 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18926 for foreground and background colors.
18927 (ansi-color-make-color-map): Adapt.
18928
c5b40130
LL
189292011-03-25 Leo Liu <sdl.web@gmail.com>
18930
1f48f7d2
LL
18931 * midnight.el (midnight-time-float): Remove. Note it calculates
18932 the microsecond component incorrectly and seconds-to-time does the
18933 same job.
625897ec 18934 Remove redundant (require 'timer).
1f48f7d2 18935
c5b40130
LL
18936 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18937 (ido-completions): Remove unused arguments. (Bug#8329)
18938
d86d2721
SM
189392011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18940
18941 * minibuffer.el (completion--flush-all-sorted-completions):
18942 Remove itself from hook.
18943 (completion-at-point): Let the functions perform the completion
18944 immediately and return nil or t.
18945 * comint.el (comint-dynamic-complete-functions): Now identical to
18946 completion-at-point-functions.
18947 (comint-dynamic-list-input-ring): Remove unused var `index'.
18948 (comint--match-partial-filename, comint--unquote&expand-filename):
18949 New funs, split from comint-match-partial-filename.
18950 (comint-dynamic-complete): Use completion-at-point.
18951 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18952
e8974c48
DA
189532011-03-24 Drew Adams <drew.adams@oracle.com>
18954
18955 * thingatpt.el: Support `defun'.
18956
def71b5e
LL
189572011-03-23 Leo Liu <sdl.web@gmail.com>
18958
cb5af48e
LL
18959 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18960
def71b5e
LL
18961 * help-mode.el (help-mode-finish): Tweak regexp.
18962
927c53e7
GM
189632011-03-23 Glenn Morris <rgm@gnu.org>
18964
18d05bed
GM
18965 * eshell/esh-opt.el (eshell-eval-using-options):
18966 Do not bind unused local variable `eshell-option-stub'.
18967
927c53e7
GM
18968 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18969
9d0da923
JB
189702011-03-22 Juanma Barranquero <lekktu@gmail.com>
18971
18972 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18973 keymap variable in `with-no-warnings' to avoid a warning when the
18974 keymap has been already `defconst'ed.
18975
4b978a67
LL
189762011-03-22 Leo Liu <sdl.web@gmail.com>
18977
18978 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18979 encode all chars in abbrevs; otherwise use emacs-mule or
18980 utf-8-emacs. (Bug#8308)
18981
5fd62452
JB
189822011-03-22 Juanma Barranquero <lekktu@gmail.com>
18983
0b1596c6
JB
18984 * simple.el (backward-delete-char-untabify):
18985 Avoid warning about using `delete-backward-char'.
18986
5fd62452
JB
18987 * image.el (image-type-file-name-regexps): Make it variable.
18988 `imagemagick-register-types' modifies it, and the user may want
18989 to add new extensions for known image types.
18990 (imagemagick-register-types): Throw error if not using ImageMagick.
18991
0b4e93f1
LL
189922011-03-22 Leo Liu <sdl.web@gmail.com>
18993
18994 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18995 located before rcirc-prompt-end-marker.
18996 (rcirc-complete): Error if point is not after rcirc prompt.
18997 Handle the case when table is nil.
9882e214 18998 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 18999
fccee4ab
CY
190002011-03-22 Chong Yidong <cyd@stupidchicken.com>
19001
19002 * custom.el (custom--inhibit-theme-enable): Make it affect only
19003 custom-theme-set-variables and custom-theme-set-faces.
19004 (provide-theme): Ignore custom--inhibit-theme-enable.
19005 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
19006 (custom-enabling-themes): Delete variable.
d86d2721
SM
19007 (enable-theme): Accept only loaded themes as arguments.
19008 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
19009 (custom-enabled-themes): Forbid themes from setting this.
19010 Eliminate use of custom-enabling-themes.
19011 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 19012
af896da6
LL
190132011-03-21 Leo Liu <sdl.web@gmail.com>
19014
19015 * ido.el (ido-read-internal): Add ido-selected to history instead
19016 of user input.
19017
78f64af0
SM
190182011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * subr.el (deferred-action-list, deferred-action-function):
19021 Mark obsolete.
19022
b16ac1ec
LL
190232011-03-21 Leo Liu <sdl.web@gmail.com>
19024
810f7698
LL
19025 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19026 change on 2011-02-13 (bug#8309).
19027
b16ac1ec
LL
19028 * minibuffer.el (read-file-name-function): Change default value.
19029 (read-file-name--defaults): Rename from read-file-name-defaults.
19030 (read-file-name-default): Rename from read-file-name.
19031 (read-file-name): Call read-file-name-function.
19032
4e05e67e
GM
190332011-03-21 Glenn Morris <rgm@gnu.org>
19034
19035 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19036 Doc fixes.
19037
4359915b
CY
190382011-03-21 Chong Yidong <cyd@stupidchicken.com>
19039
19040 * cus-theme.el: Add missing provide statement.
19041 (customize-create-theme): Extract theme value correctly.
19042 (custom-theme-visit-theme): Autoload.
19043 (customize-create-theme): Prompt before inserting default faces.
19044
1fe275ee
JB
190452011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
19046
19047 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19048 units and musical notes.
19049
cd394be1 190502011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
19051
19052 * ido.el (ido-read-internal): Use completing-read-default.
19053 (ido-completing-read): Fix compatibility with completing-read.
19054
7d476bde
CO
190552011-03-20 Christian Ohler <ohler@gnu.org>
19056
19057 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19058 (ert-delete-all-tests): Use `called-interactively-p' rather than
19059 `interactive-p'.
19060 (ert--make-xrefs-region): Respect END.
19061
fe0fb33e
CY
190622011-03-19 Chong Yidong <cyd@stupidchicken.com>
19063
ff854b0b
CY
19064 * dired-aux.el (dired-create-directory): Signal an error if the
19065 directory already exists (Bug#8246).
19066
fe0fb33e
CY
19067 * facemenu.el (list-colors-display): Call list-faces-display
19068 inside with-help-window.
19069 (list-colors-print): Use display property to align the final
19070 column, instead of checking window-width.
19071
576bce32
EZ
190722011-03-19 Eli Zaretskii <eliz@gnu.org>
19073
4d61f28d 19074 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
19075 windows-nt systems.
19076 (emerge-protect-metachars): Quote correctly for ms-dos and
19077 windows-nt systems.
19078
89c41d68 190792011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
19080
19081 * info.el (info-initialize): Replace all uses of `:' with
19082 path-separator for compatibility with non-Unix systems.
19083 Cache quoting of path-separator. (Bug#8258)
19084
b14e3e21 190852011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
19086
19087 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19088 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19089 (mouse-avoidance-mode): Fix typos in docstrings.
19090
4525ce3e
CY
190912011-03-19 Chong Yidong <cyd@stupidchicken.com>
19092
19093 * startup.el (package-subdirectory-regexp): Move from package.el.
19094 Omit \\` and \\', and let callers add them.
19095
19096 * emacs-lisp/package.el (package-strip-version)
19097 (package-load-all-descriptors): Add \\` and \\' to
19098 package-subdirectory-regexp before using it.
19099 (package-untar-buffer): New arg DIR; ensure that file untars only
19100 into this expected directory. Remove superfluous delete-region.
19101 (package-unpack): Caller changed.
19102 (package-tar-file-info): Use package-subdirectory-regexp.
19103
a904a09a 191042011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 19105
a904a09a
SM
19106 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19107 diff-mode-shared-map (bug#8284).
19108 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
19109
191102011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19111
19112 * calendar/time-date.el (format-seconds): Use assoc instead of
19113 assoc-string, since assoc-string doesn't exist in XEmacs.
19114
171fc304
JB
191152011-03-17 Juanma Barranquero <lekktu@gmail.com>
19116
19117 * custom.el (custom-known-themes): Reflow docstring.
19118 (custom-theme-load-path): Fix typo in docstring.
19119 (load-theme): Fix typo in error message.
19120 (custom-available-themes, custom-variable-theme-value):
19121 Use `let', not `let*'.
19122
d71990a1
JB
191232011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19124
19125 * calc/README: Mention inclusion of musical notes.
19126
19127 * calc/calc-units.el (calc-lu-quant): Rename from
19128 `calc-logunits-quantity'.
19129 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19130 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19131 (calc-db): Rename from `calc-dblevel'.
19132 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19133 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19134 (calc-np): Rename from `calc-nplevel'.
19135 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19136 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19137 (calc-lu-plus): Rename from `calc-logunits-add'.
19138 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19139 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19140 (calc-lu-minus): Rename from `calc-logunits-sub'.
19141 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19142 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19143 (calc-lu-times): Rename from `calc-logunits-mul'.
19144 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19145 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19146 (calc-lu-divide): Rename from `calc-logunits-div'.
19147 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19148 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19149
19150 * calc/calc-ext.el (calc-init-extensions): Update the names of the
19151 functions being autoloaded.
19152
19153 * calc/calc.el (calc-lu-power-reference): Rename from
19154 `calc-logunits-power-reference'.
19155 (calc-lu-field-reference): Rename from
19156 `calc-logunits-field-reference'.
19157
7a71b18d
GM
19158 * calc/calc-help.el (calc-l-prefix-help):
19159 Mention musical note functions.
d71990a1 19160
40c2934b
SM
191612011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19162
19163 * minibuffer.el (completion-all-sorted-completions):
19164 Use :completion-cycle-penalty text property if present.
19165
b0911414
KM
191662011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
19167
19168 * allout.el (allout-yank-processing): Adjust for new rebulleting
19169 regime so bullet being yanked is used without prompting the user
19170 for a choice.
19171
8a05b668
JB
191722011-03-16 Juanma Barranquero <lekktu@gmail.com>
19173
19174 * startup.el (command-line): Warn the user that _emacs is deprecated.
19175
5ba5fb81
JB
191762011-03-16 Juanma Barranquero <lekktu@gmail.com>
19177
19178 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19179 (delphi-verbose, delphi-comment-face, delphi-string-face)
19180 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19181 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19182 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19183 (delphi-new-comment-line, delphi-font-lock-defaults)
19184 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19185 Fix typos in docstrings.
19186
2dab465b
KM
191872011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
19188
5ba5fb81 19189 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
19190 Invert the roles of character and string values for INSTEAD, so a
19191 string is used for the more common case of a defaulting prompt.
19192
0adf5618
SM
191932011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * progmodes/ruby-mode.el (ruby-backward-sexp):
19196 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19197 * play/gamegrid.el (gamegrid-make-face):
19198 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19199 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19200 * notifications.el (notifications-notify):
19201 * net/xesam.el (xesam-search-engines):
19202 * net/quickurl.el (quickurl-list-insert):
19203 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19204
d72700e5
CY
192052011-03-15 Chong Yidong <cyd@stupidchicken.com>
19206
19207 * startup.el (command-line): Update package subdirectory regexp.
19208
49c5410a
SM
192092011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19210
c6eee9aa
SM
19211 * allout.el (allout-abbreviate-flattened-numbering)
19212 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19213
49c5410a
SM
19214 * subr.el (read-char-choice): Only show the cursor after the prompt,
19215 not after the answer.
19216
047b2bb9
KR
192172011-03-15 Kevin Ryde <user42@zip.com.au>
19218
19219 * help-fns.el (variable-at-point): Skip leading quotes, if any
19220 (bug#8253).
19221
0a57d256
SM
192222011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19223
19224 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19225 warning message.
19226
77c992bc
MA
192272011-03-14 Michael Albinus <michael.albinus@gmx.de>
19228
19229 * shell.el (shell): When called interactively, offer to change the
19230 shell file name on remote hosts.
19231
eebc475d
TZ
192322011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19233
19234 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19235 integration for LDAP parameters. The host, base, user or binddn,
19236 and secret tokens can be specified in a netrc file, for instance.
19237 This is optional because an `auth-source' parameter must be
19238 specified in the search attributes.
19239
9d05d1ba
JB
192402011-03-13 Juanma Barranquero <lekktu@gmail.com>
19241
19242 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19243
09d9db2c
GM
192442011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19245
19246 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19247 into declaration. Remove redundant and harmful binding.
19248
192492011-03-12 Eli Zaretskii <eliz@gnu.org>
19250
19251 * files.el (file-ownership-preserved-p): Pass `integer' as an
19252 explicit 2nd argument to `file-attributes'. If the file's owner
19253 is the Administrators group on Windows, and the current user is
19254 Administrator, consider that a match.
19255
19256 * server.el (server-ensure-safe-dir): Consider server directory
19257 safe on MS-Windows if its owner is the Administrators group while
19258 the current Emacs user is Administrator. Use `=' to compare
19259 numerical UIDs, since they could be integers or floats.
19260
219bd536
JB
192612011-03-12 Juanma Barranquero <lekktu@gmail.com>
19262
19263 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19264
f3afd36b
MA
192652011-03-12 Michael Albinus <michael.albinus@gmx.de>
19266
19267 Sync with Tramp 2.2.1.
19268
19269 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19270
19271 * net/trampver.el: Update release number.
19272
3aaaa6f1
SM
192732011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19274
94642599
SM
19275 * progmodes/compile.el (compilation--previous-directory): Fix up
19276 various nil/dead-marker mismatches (bug#8014).
19277 (compilation-directory-properties, compilation-error-properties):
19278 Don't call it at a position past the one we're about to change.
19279
3aaaa6f1
SM
19280 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19281 Disable obsolescence warnings in the file that declares it.
19282
14239447
KM
192832011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19284
099c39a4
JB
19285 * allout-widgets.el (allout-widgets-tally):
19286 Initialize allout-widgets-tally as a hash table rather than nil to
19287 prevent mode-line redisplay warnings. Also, clarify the module
19288 description and fix a comment typo.
14239447 19289
135e287c
JB
192902011-03-11 Juanma Barranquero <lekktu@gmail.com>
19291
19292 * help-fns.el (describe-variable): Don't complete keywords.
19293 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19294
ffbf300e
CY
192952011-03-10 Chong Yidong <cyd@stupidchicken.com>
19296
ba08b241
CY
19297 * emacs-lisp/package.el (package-version-join): Impose a standard
19298 string representation for pre/alpha/beta version lists.
19299 (package-unpack-single): Standardize the directory name by passing
19300 it through package-version-join.
19301 (package-strip-rcs-id): Accept any version string that does not
19302 signal an error in version-to-list.
ffbf300e 19303
f346fd6b
MA
193042011-03-10 Michael Albinus <michael.albinus@gmx.de>
19305
19306 * simple.el (delete-trailing-whitespace): Return nil for the
19307 benefit of `write-file-functions'.
19308
ccb55d27
GM
193092011-03-10 Glenn Morris <rgm@gnu.org>
19310
5ceaac0c
GM
19311 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19312
02da65ff
GM
19313 * vc/vc-git.el (vc-git-program): New option.
19314 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19315 (vc-git--call): Use it.
19316
b2f603cc
GM
19317 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19318
5772caab
GM
19319 * cus-edit.el (Custom-newline): If no button at point, look
19320 for a subgroup button at start-of-line. (Bug#2298)
19321
ccb55d27
GM
19322 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19323
ec6ecaed
JD
193242011-03-10 Julien Danjou <julien@danjou.info>
19325
19326 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19327 `cursor-type' is nil.
19328
9d5aa01d
JB
193292011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19330
19331 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19332
b6a5875b
KM
193332011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19334
7a71b18d 19335 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
19336 preserves the existing header prefix, rebulleting it if necessary,
19337 rather than replacing it. This is necessary for proper operation
19338 of cooperative addons like allout-widgets.
1154d12e
JB
19339 (allout-make-topic-prefix, allout-rebullet-heading):
19340 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19341 value as alternate bullet to be used, instead of prompting the user
19342 for a bullet character.
b6a5875b 19343
ee545c35
MA
193442011-03-09 Michael Albinus <michael.albinus@gmx.de>
19345
d86d2721
SM
19346 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19347 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
19348 `tramp-default-port'.
19349
c47971d7
DD
193502011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19351
19352 * net/rcirc.el (rcirc-handler-001): Remove useless
19353 with-rcirc-process-buffer.
19354 (rcirc-check-auth-status): Swap arguments to string-match.
19355
13522cb4
GM
193562011-03-09 Glenn Morris <rgm@gnu.org>
19357
0be6f4f1
GM
19358 * shell.el (shell-mode):
19359 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19360
13522cb4
GM
19361 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19362 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19363
515de2e3
CY
193642011-03-08 Chong Yidong <cyd@stupidchicken.com>
19365
19366 * emacs-lisp/package.el (package-refresh-contents)
19367 (package-menu-execute): Use condition-case-no-debug.
19368
b511b994
MA
193692011-03-08 Michael Albinus <michael.albinus@gmx.de>
19370
19371 * simple.el (shell-command-to-string): Use `process-file'.
19372
19373 * emacs-lisp/package.el (package-tar-file-info): Handle also
19374 remote files.
19375
d86d2721
SM
19376 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19377 Use `equal' for upload base check.
b511b994 19378
25bbfb31
AM
193792011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19380
19381 * textmodes/texinfo.el (texinfo-environments):
19382 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19383
be996521
GM
193842011-03-08 Glenn Morris <rgm@gnu.org>
19385
e9c8529f
GM
19386 * cus-start.el (cursor-in-non-selected-windows):
19387 Fix :set quoting oddness. (Bug#8192)
19388
be996521
GM
19389 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19390 in some setf expressions. (Bug#2159)
19391
2bb5649e
CY
193922011-03-08 Chong Yidong <cyd@stupidchicken.com>
19393
19394 * custom.el (custom-available-themes): Return themes in
19395 alphabetical order.
19396
33383987 19397See ChangeLog.15 for earlier changes.
e3d51b27
MR
19398
19399;; Local Variables:
19400;; coding: utf-8
e3d51b27
MR
19401;; End:
19402
acaf905b 19403 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
19404
19405 This file is part of GNU Emacs.
19406
19407 GNU Emacs is free software: you can redistribute it and/or modify
19408 it under the terms of the GNU General Public License as published by
19409 the Free Software Foundation, either version 3 of the License, or
19410 (at your option) any later version.
19411
19412 GNU Emacs is distributed in the hope that it will be useful,
19413 but WITHOUT ANY WARRANTY; without even the implied warranty of
19414 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19415 GNU General Public License for more details.
19416
19417 You should have received a copy of the GNU General Public License
19418 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.