Fix wording in src/ChangeLog entries from last commits.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
13373538
JB
12012-10-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5
775a132d
MA
62012-10-08 Michael Albinus <michael.albinus@gmx.de>
7
8 * ffap.el (ffap-replace-file-component): Support Tramp file name
9 syntax, not only ange-ftp's one.
10
3ab44929
GM
112012-10-08 Glenn Morris <rgm@gnu.org>
12
57f1dee4
GM
13 * cus-start.el (message-log-max): Set :version.
14
3ab44929
GM
15 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
16
6a088630
MR
172012-10-08 Martin Rudalics <rudalics@gmx.at>
18
19 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
20 the minibuffer window (Bug#10851).
21
8dbce54c
FEG
222012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
23
24 Enhancements on forward-sexp movement.
25 * progmodes/python.el (python-nav-beginning-of-statement)
26 (python-nav-end-of-statement): Return point-marker.
27 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
28 (python-info-current-symbol)
29 (python-info-statement-starts-block-p): Rename from
30 python-info-beginning-of-block-p.
31 (python-info-statement-ends-block-p): Rename from
32 python-info-end-of-block-p.
33 (python-info-beginning-of-statement-p)
34 (python-info-end-of-statement-p)
35 (python-info-beginning-of-block-p, python-info-end-of-block-p):
36 New functions.
37
5acd2b3e
SM
382012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
41 frame-selected-windows.
42
e08348a0
DC
432012-10-08 Daniel Colascione <dancol@dancol.org>
44
45 * battery.el (battery-status-function): Check for
46 w32-battery-status itself, not system-time windows-nt.
47
48 * frame.el: Require cl-lib.
49 (display-format-alist): New variable mapping frame types to
50 functions that initialize them.
51 (window-system-for-display): New function: interprets
52 display-format-alist.
53 (make-frame-on-display): Remove existing display-selection logic
54 and just forward to make-frame, which will now DTRT.
55 (make-frame): Restructure to use window-system-for-display to
56 figure out how to create a frame on a given display.
57 (display-mouse-p): Look for frame-type w32, not a particular
58 system-type.
59
60 * loadup.el: Load w32 lisp code when we have the w32 feature.
61
62 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
63 system-type windows-nt.
64
65 * server.el (server-create-window-system-frame): Look for window
66 type.
67 (server-proces-filter): Only force a window system when windows-nt
68 _and_ w32. Explain why.
69
70 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
71 of window systems we configure for the mode.
72
73 * startup.el (command-line): Mark window system is initialized
74 after we've done it.
75
76 * common-win.el (x-select-text): Look for w32, not windows-nt.
77
78 * ns-win.el: Require cl-lib. Add ourselves to
79 display-format-alist.
80 (ns-initialize-window-system): Assert we're not initialized twice.
81
82 * w32-win.el: Enable lexical binding; require cl-lib; add
83 ourselves to display-format-alist.
84 (w32-handle-dropped-file): Convert incoming dropped files from
85 Windows paths to Cygwin ones before passing them on to the rest of
86 Emacs.
87 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
88 (w32-initialize-window-system): Assert we're not initialized twice.
89
90 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
91 (x-initialize-window-system): Assert we're not initialized twice.
92
93 * w32-common-fns.el: New File.
94 (w32-version, w32-using-nt, w32-get-clipboard-data)
95 (w32-set-clipboard-data, x-set-selection, x-get-selection)
96 (w32-charset-info-alist, x-last-selected, text)
97 (x-get-selection-value, x-selection-value): Move here.
98
99 * w32-fns.el: Require w32-common-fns.
100 (w32-version, w32-using-nt, w32-get-clipboard-data)
101 (w32-set-clipboard-data, x-set-selection, x-get-selection)
102 (w32-charset-info-alist, x-last-selected, text)
103 (x-get-selection-value, x-selection-value): Move to
104 w32-common-fns.
105
106 * w32-vars.el:
107 (w32-allow-system-shell, w32-system-shells): Define only in
108 non-cygwin case.
109
795b1482
SM
1102012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
113 (read-passwd): Remove a few more potential sources of leaks.
114
f27c99dc
FEG
1152012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
116
117 * progmodes/python.el (inferior-python-mode)
795b1482 118 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
119 variables copied from parent buffer.
120
fcacb558
JD
1212012-10-07 Jan Djärv <jan.h.d@swipnet.se>
122
123 * term/ns-win.el (ns-read-file-name): Update declaration to match
124 nsfns.m.
125 (ns-respond-to-change-font): Change fontsize separatly so we are sure
126 it is set when font is acted upon.
127
be0d5bae
FEG
1282012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
129
130 Enhancements to indentation.
131 * progmodes/python.el (python-indent-context): Give priority to
132 inside-string context. Make comments indentation markers.
133 (python-indent-region): Do not mess with strings, unless it's the
134 enclosing set of quotes.
135
13af0d10
SM
1362012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
137
662a9d0e
SM
138 * window.el (internal--before-save-selected-window)
139 (internal--after-save-selected-window): New functions extracted from
140 save-selected-window. Make sure we return the `alist' we construct.
141 (save-selected-window): Use them.
142
143 * textmodes/tex-mode.el (tex-recenter-output-buffer):
144 Use with-selected-window.
145
13af0d10
SM
146 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
147 forms that define macros (bug#12593).
148
6aa75fb6
KH
1492012-10-07 Kenichi Handa <handa@gnu.org>
150
13af0d10
SM
151 * international/mule-conf.el (compound-text-with-extensions):
152 Add :mime-charset property as x-ctext.
6aa75fb6 153
78d876b9
SM
1542012-10-07 Stefan Merten <smerten@oekonux.de>
155
156 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
157 (rst-indent-literal-normal, rst-indent-literal-minimized)
158 (rst-indent-comment): Correct :version tag.
557337e9 159 (rst-official-cvs-rev): Correct version string.
78d876b9 160
99a1e701
GM
1612012-10-07 Glenn Morris <rgm@gnu.org>
162
163 * mail/rmailmm.el (rmail-mime-process-multipart):
164 Do not confuse a multipart message with an epilogue
165 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
166
08f18c3d
FEG
1672012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
168
169 Fix shell output retrieval and comint-prompt-regexp init.
170 * progmodes/python.el (inferior-python-mode):
171 (python-shell-make-comint): Fix initialization of
172 comint-prompt-regexp from copied file local variables.
173 (python-shell-fetched-lines): Remove var.
174 (python-shell-output-filter-in-progress): Rename from
175 python-shell-fetch-lines-in-progress.
176 (python-shell-output-filter-buffer): Rename from
177 python-shell-fetch-lines-string.
178 (python-shell-fetch-lines-filter): Delete function.
179 (python-shell-output-filter): New function.
180 (python-shell-send-string-no-output): Use them.
181
82ed3ab4
GM
1822012-10-07 Glenn Morris <rgm@gnu.org>
183
1595ecfa
GM
184 * hi-lock.el (hi-lock-process-phrase):
185 Try to make it less fragile. (Bug#7161)
186
82ed3ab4
GM
187 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
188
f1f4dba0
GM
1892012-10-06 Glenn Morris <rgm@gnu.org>
190
addc11ed 191 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
192 non-existent mode `help'.
193 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 194
460042b8
GM
195 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
196 (reftex-create-bibtex-footer): Fix custom types.
197
67667c70
GM
198 * progmodes/sh-script.el (sh-indent-after-continuation):
199 Add explicit :group.
200
18dec750
GM
201 * textmodes/rst.el (rst-preferred-decorations)
202 (rst-shift-basic-offset): Clarify obsolescence versions.
203
d1a1c7e6
GM
204 * profiler.el (profiler): Add missing group :version tag.
205 * avoid.el (mouse-avoidance-banish-position):
206 * proced.el (proced-renice-command):
207 * calc/calc.el (calc-ensure-consistent-units):
208 * calendar/icalendar.el (icalendar-import-format-uid):
209 * net/tramp.el (tramp-save-ad-hoc-proxies):
210 * progmodes/bug-reference.el (bug-reference-bug-regexp):
211 * progmodes/flymake.el (flymake-error-bitmap)
212 (flymake-warning-bitmap, flymake-fringe-indicator-position):
213 * progmodes/sh-script.el (sh-indent-after-continuation):
214 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
215 (verilog-before-save-font-hook, verilog-after-save-font-hook):
216 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
217 (vhdl-array-index-record-field-in-sensitivity-list)
218 (vhdl-indent-comment-like-next-code-line):
219 * textmodes/reftex-vars.el (reftex-ref-style-alist)
220 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
221 (reftex-cite-key-separator, reftex-create-bibtex-header)
222 (reftex-create-bibtex-footer):
223 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
224 (rst-indent-literal-normal, rst-indent-literal-minimized)
225 (rst-indent-comment): Add missing custom :version tags.
226
ef35abb4
GM
227 * calendar/timeclock.el (timeclock-modeline-display):
228 Add missing obsolete alias for renamed user option.
229
d1aae614
GM
230 * strokes.el (strokes-modeline-string):
231 * emulation/crisp.el (crisp-mode-modeline-string):
232 * eshell/esh-mode.el (eshell-status-in-modeline):
233 Aliases to defcustoms must come before the defcustom.
234
f1f4dba0
GM
235 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
236 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
237 (cal-tex-cursor-week-monday): Doc fixes.
238 (cal-tex-cursor-week2-summary): Doc fix.
239 Rename from cal-tex-cursor-week-at-a-glance.
240
241 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
242 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
243
244 * calendar/calendar.el (calendar-mode-map):
245 Add cal-tex-cursor-week2-summary.
246
d39109c3
SM
2472012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
248
685f87b0
SM
249 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
250
d39109c3
SM
251 * subr.el (read-passwd-map): New var.
252 (read-passwd): Use `read-string' again.
253 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
254
5694896d
J
2552012-10-06 Jambunathan K <kjambunathan@gmail.com>
256
257 * register.el (append-to-register, prepend-to-register):
258 Deactivate mark, as does `copy-to-register' (bug#12389).
259
9414dd8d
CY
2602012-10-06 Chong Yidong <cyd@gnu.org>
261
262 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
263
2b89bca4
KH
2642012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
265
266 * international/characters.el: Fix simple mistake ((car chars) ->
267 elt), delete duplicated code.
268
d5acb99a
GM
2692012-10-06 Glenn Morris <rgm@gnu.org>
270
271 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
272
123ec157
JS
2732012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
274
275 * color.el (color-hsl-to-rgb): Fix incorrect results for
276 small and large hue values. (Bug#12559)
277
7fa36ccb
FEG
2782012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
279
280 Enhancements to docstring formatting when filling paragraphs.
281 * progmodes/python.el (python-fill-docstring-style): Rename from
282 python-fill-string-style. Added new style.
283 (python-fill-string): Use new style. Better checks for
284 docstrings.
285
d8788e1e
GM
2862012-10-05 Glenn Morris <rgm@gnu.org>
287
204f3953
GM
288 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
289
d8788e1e
GM
290 * color.el (color-name-to-rgb, color-rgb-to-hex)
291 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
292 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
293 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
294 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
295
8d956cef
GM
296 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
297
e8757f09 2982012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
299
300 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
301 to get the correct size across symlinks.
302
e8757f09
GM
303 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
304
0e2ae83d
JL
3052012-10-04 Juri Linkov <juri@jurta.org>
306
307 * replace.el (query-replace-interactive): Declare obsolete.
308 (query-replace-read-from): Add the last incremental search string
309 to the list of default values accessible via M-n.
310 (map-query-replace-regexp): Use `read-regexp'.
311 (query-replace, query-replace-regexp, query-replace-regexp-eval)
312 (map-query-replace-regexp, replace-string, replace-regexp):
313 Fix docstrings to replace mentions of `query-replace-interactive'
314 with alternatives. (Bug#12526)
315
93cacb6d
JL
3162012-10-04 Juri Linkov <juri@jurta.org>
317
318 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
319 (dired-pop-to-buffer): Declare obsolete.
320 (dired-mark-pop-up): Doc fix.
321
fc345011
FEG
3222012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
323
324 Allow user to set docstring style for fill-paragraph.
325 * progmodes/python.el
326 (python-fill-comment-function, python-fill-string-function)
327 (python-fill-decorator-function, python-fill-paren-function):
328 Remove :safe for defcustoms.
329 (python-fill-string-style): New defcustom
5694896d 330 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
331 (python-fill-string): Honor python-fill-string-style settings.
332
6bab5d8b
MR
3332012-10-04 Martin Rudalics <rudalics@gmx.at>
334
335 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
336 after setting its buffer (Bug#10805).
337
a1a9f411
FEG
3382012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
339
340 Fix cornercase for string syntax.
341 * progmodes/python.el (python-syntax-propertize-function):
342 Simplify and enhance the regexp for unescaped quotes. Now it also
343 matches quotes in weird situations like the single quote in
344 "something\"'".
345 (python-syntax-stringify): Simplify num-quotes detecting code.
346
05e153a6
GM
3472012-10-03 Glenn Morris <rgm@gnu.org>
348
349 * help-macro.el (three-step-help):
350 Revert 2012-09-29 change. (Bug#12567)
351
2e566ecb
MR
3522012-10-03 Martin Rudalics <rudalics@gmx.at>
353
96ef9ccd
MR
354 * menu-bar.el (kill-this-buffer): Don't do anything when
355 `menu-frame' is not alive or visible (Bug#8184).
356
2e566ecb
MR
357 * emacs-lisp/debug.el (debug): When quitting the debugger window
358 restore current buffer (Bug#12502).
359
a96e1cb7
CY
3602012-10-02 Chong Yidong <cyd@gnu.org>
361
5694896d
J
362 * progmodes/hideif.el (hif-lookup, hif-defined):
363 Handle semantic-c-takeover-hideif.
a96e1cb7 364
b3ecad33
PE
3652012-10-02 Paul Eggert <eggert@cs.ucla.edu>
366
367 Change sampling interval units from ms to ns.
368 * profiler.el (profiler-sampling-interval): Change units
369 from ms to ns, multiplying the default by 1000000 so that
370 it remains 1 ms.
371 (profiler-report-cpu-line-format): Give enough room for
372 the maximum counters on 64-bit hosts.
373 (profiler-report-render-calltree-1): Call them "CPU samples",
374 not "Time (ms)", since they are not milliseconds now (and
375 never really were).
376
8cb51b66 3772012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 378
5694896d
J
379 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
380 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 381
fd795bf4
CY
3822012-10-02 Chong Yidong <cyd@gnu.org>
383
384 * emacs-lisp/eieio.el: Restore Version header.
385
fe0a74f9
SM
3862012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
387
6be9197e
SM
388 * vc/diff-mode.el (diff--auto-refine-data): New var.
389 (diff-hunk): Use it to delay refinement.
390 (diff-mode): Remove overlays when we turn off font-lock.
391
18486139
SM
392 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
393 (table-initialize-table-fixed-width-mode)
394 (table-set-table-fixed-width-mode): Remove functions.
395 (table-command-list): Move initialization into declaration.
396 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
397 (table-with-cache-buffer): Use `declare'.
398 (table-span-cell): Simplify via CSE.
399 (table-fixed-width-mode): Use define-minor-mode.
400 (table-call-interactively, table-funcall, table-apply): Remove.
401 (table-function): New function, to replace them.
402
d83ef976
SM
403 * bookmark.el (bookmark-search-pattern): Remove var.
404 (bookmark-read-search-input): Remove function.
405 (bookmark-bmenu-search): Reimplement using a minibuffer.
406
cd386662
SM
407 * faces.el (modeline): Remove obsolete face name.
408
fe0a74f9
SM
409 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
410 and give a non-nil default value.
411 (add-change-log-entry): Simplify accordingly.
412
9f7b98f8
DG
4132012-10-01 Dmitry Gutov <dgutov@yandex.ru>
414
415 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
416 (vc-git-log-edit-toggle-amend): New function.
417 (vc-git-log-edit-toggle-signoff): New function.
418 (vc-git-log-edit-mode): New major mode.
419 (vc-git-log-edit-mode-map): Keymap for it.
420 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
421
422 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
423 header names.
424 (log-edit-toggle-header): New function.
425 (log-edit-extract-headers): Accept function values in HEADERS alist.
426
62a81506
CY
4272012-10-01 David Engster <deng@randomsample.de>
428
429 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
430 from symbol property and change message to be more consistent with
431 Emacs proper.
432 (eieio-describe-generic): Add filename for each implementation.
433 Fix indices for generic and normal methods.
434 (eieio-method-def, eieio-class-def): New buttons.
435 (eieio-help-find-method-definition)
436 (eieio-help-find-class-definition): New functions.
437 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
438 class, constructor and method definitions.
439
440 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
441 information in symbol property.
442 (scoped-class): Remove.
443 (eieio-slot-name-index, call-next-method): Check if it is bound.
444
4452012-10-01 Leo P. White <lpw25@cam.ac.uk>
446
447 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
448 (eieio-custom-mode): New major mode.
449 (eieio-customize-object): Use it.
450
4512012-10-01 Eric Ludlam <zappo@gnu.org>
452
453 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
454 specifying the expected class, and whether subclassing is allowed.
455 (eieio-persistent-convert-list-to-object):
456 (eieio-persistent-validate/fix-slot-value)
457 (eieio-persistent-slot-type-is-class-p): New functions.
458 (eieio-named::slot-missing): Doc fix.
459
460 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
461 Stop using unused publd variable.
462
463 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
464 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
465 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
466 (eieio-speedbar-handle-click): Do not specify a class for the
467 method. Fixes method invocation order problems with EDE.
468
375e49d4
SM
4692012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
472 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
473
16ce6ccd
KF
4742012-10-01 Karl Fogel <kfogel@red-bean.com>
475
476 * bookmark.el (bookmark-version-control): Give tags in the
477 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
478 (bookmark-write-file): Bind `print-circle' to `t' to allow
479 circular custom bookmark types. (Bug#12503)
16ce6ccd 480
19e54a4d
PE
4812012-10-01 Paul Eggert <eggert@cs.ucla.edu>
482
86ec63ba
PE
483 Revert the FOLLOW-SYMLINKS change for file-attributes.
484 * files.el (remote-file-name-inhibit-cache, after-find-file):
485 * time.el (display-time-file-nonempty-p): Undo last change.
486
19e54a4d
PE
487 * profiler.el (profiler-sampling-interval): Change default back to 1.
488 See Stefan Monnier in
489 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
490
0478776b
FEG
4912012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
492
493 Shell output catching a la gud-gdb.
494 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
495 (python-shell-fetch-lines-string, python-shell-fetched-lines):
496 New Vars.
0478776b
FEG
497 (python-shell-fetch-lines-filter): New function.
498 (python-shell-send-string-no-output): Use them.
499
c22bac2c
TM
5002012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
501
502 * profiler.el (profiler-sampling-interval): Rename from
503 profiler-sample-interval.
504 (profiler-sampling-interval): Default to 10.
505 (profiler-find-profile): New command (was profiler-find-log).
506 (profiler-find-profile-other-window): New command.
507 (profiler-find-profile-other-frame): New command.
508 (profiler-profile): Introduce API-level data structure.
509
e7a2937b
PE
5102012-09-30 Paul Eggert <eggert@cs.ucla.edu>
511
512 file-attributes has a new optional arg FOLLOW-SYMLINKS.
513 * files.el (remote-file-name-inhibit-cache):
514 * time.el (display-time-file-nonempty-p): Use it.
515 * files.el (after-find-file): Don't chase links before calling
516 file-exists-p, as file-exists-p already does the right thing.
517
4f595e15
RA
5182012-09-30 Ralf Angeli <angeli@caeruleus.net>
519
520 Merge from standalone RefTeX repository.
521
522 The following ChangeLog entries are shortened versions of the
523 original ones with file paths adapted. A not so strongly edited
524 version of the original ChangeLog can be found in the commit log.
525
526 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
527 (reftex-arg-cite): Use `reftex-cite-key-separator'.
528 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
529
530 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
531 that entries with whitespace at various places are found.
532 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
533 Include @String definitions in the resulting bib file. Add header
534 and footer defined in `reftex-create-bibtex-header' and
535 `reftex-create-bibtex-footer'.
536 (reftex-do-citation): Make it possible again to insert
537 non-existent entries. Save match data when asking for optional
538 arguments. Return all keys, not just the first one.
539 (reftex-all-used-citation-keys): Fix regexp to correctly extract
540 all citations in the same line.
541 (reftex-parse-bibtex-entry): Accept additional optional argument
542 `raw' and keep quotes or braces if it is non-nil. Match fields
543 containing hyphens besides word constituents.
544 (reftex-get-string-refs): New function.
545 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
546 and ask if it should be reread in case it did.
547 (reftex-pop-to-bibtex-entry)
548 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
549 entries with spaces or tabs in front of arguments.
550 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
551 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
552 Match entries containing numbers and symbol constituents.
553 (reftex-do-citation, reftex-figure-out-cite-format):
554 Use `reftex-cite-key-separator'.
4f595e15
RA
555
556 * textmodes/reftex-dcr.el: Move provide statement to end of file.
557 (reftex-mouse-view-crossref): Explain why point is set.
558
559 * textmodes/reftex-global.el: Whitespace changes.
560
561 * textmodes/reftex-index.el: Move provide statement to end of
562 file.
563 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
564 (reftex-index-visit-phrases-buffer): Set marker when visiting
565 buffer. This allows for returning from the phrases file to the
566 file one was just editing instead of the file where the last
567 phrases was added from.
568 (reftex-index-phrases-syntax-table): New variable. Give ?\"
569 punctuation syntax as it usually is not used as string quote in
570 TeX-related modes and may occur unmatched. The change also
571 prevents fontification of quoted content.
572 (reftex-index-phrases-mode): Use it.
573
375e49d4
SM
574 * textmodes/reftex-parse.el (reftex-parse-from-file):
575 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
576 (reftex-parse-from-file): Use beginning of match instead of end as
577 bound.
578
579 * textmodes/reftex-ref.el: Adapt creation of
580 `reftex-<package>-<macro>' functions to new structure of
581 `reftex-ref-style-alist'.
375e49d4
SM
582 (reftex-reference): Use `reftex-ref-style-list' function.
583 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
584 reference macro if `reftex-ref-macro-prompt' is non-nil.
585 (reftex-reference): Pass refstyle to `reftex-format-special'.
586 Determine reference macro by looking at
375e49d4
SM
587 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
588 Use only one special format function.
4f595e15
RA
589 (reftex-varioref-vref, reftex-fancyref-fref)
590 (reftex-fancyref-Fref): Remove definitions. The functions are now
591 generated from `reftex-ref-style-alist'.
592 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
593 Remove.
594 (reftex-format-special): New function.
595
596 * textmodes/reftex-sel.el
597 (reftex-select-cycle-ref-style-internal): Adapt to new structure
598 of `reftex-ref-style-alist'. Remove code for testing macro type.
599 (reftex-select-toggle-varioref)
600 (reftex-select-toggle-fancyref): Remove.
601 (reftex-select-cycle-ref-style-internal)
602 (reftex-select-cycle-ref-style-forward)
603 (reftex-select-cycle-ref-style-backward): New functions.
604 (reftex-select-label-map): Use `v' and `V' for general cycling
605 through reference styles. Add `p' for switching between number
606 and page reference types.
607
375e49d4
SM
608 * textmodes/reftex-toc.el (reftex-re-enlarge):
609 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
610 the horizontal version throws an error even if the parameter is 0.
611
612 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
613 (reftex-plug-into-AUCTeX): Doc fix.
614 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
615 string. Adapt to new name.
616 (reftex-ref-style-alist): Change structure so that it is not
617 possible to use multiple different package names within a style.
375e49d4
SM
618 Remove the symbols for symbols for macro type distinction.
619 Add characters for macro selection.
4f595e15
RA
620 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
621 (reftex-create-bibtex-footer): New variables.
622 (reftex-format-ref-function): Mention third argument of special
623 format function.
375e49d4
SM
624 (reftex-ref-style-alist, reftex-ref-style-default-list):
625 New variables.
4f595e15
RA
626 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
627 to new implementation. Mark as obsolete. Add compatibility code
628 for honoring the variable values in case they are set.
375e49d4
SM
629 (reftex-cite-format-builtin, reftex-bibliography-commands):
630 Add support for ConTeXt.
631 (reftex-format-ref-function, reftex-format-cite-function):
632 Fix custom type.
4f595e15
RA
633 (reftex-cite-key-separator): New variable.
634
635 * textmodes/reftex.el (reftex-syntax-table-for-bib)
636 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
637 `reftex-syntax-table' because parens have to retain their paren
638 syntax in order for parsing of BibTeX entries like @book(...) to
639 work.
640 (reftex-in-comment): Do not error out if `comment-start-skip' is
641 not set. Deal correctly with escaped comment characters.
375e49d4
SM
642 (reftex-tie-multifile-symbols): Add doc string.
643 Initialize `reftex-ref-style-list'.
4f595e15
RA
644 (reftex-untie-multifile-symbols): Add doc string.
645 (reftex-add-index-macros): Doc fix.
646 (reftex-ref-style-activate, reftex-ref-style-toggle)
647 (reftex-ref-style-list): New functions.
648 (reftex-mode-menu): Use them. Adapt to new structure of
649 `reftex-ref-style-alist'.
650 (reftex-select-with-char): Kill the RefTeX Select buffer when
651 done.
652 (reftex-remove-if): New function.
653 (reftex-erase-all-selection-and-index-buffers)
654 (reftex-mode-menu): Reference styles are now computed from
655 `reftex-ref-style-alist'. Fix typo.
656 (reftex-report-bug): New function.
657 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
658 algorithms with O(n log n). Introduce optional argument SORT (not
659 yet used).
660
440ba395
FEG
6612012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
662
663 Enhancements for triple-quote string syntax.
375e49d4
SM
664 * progmodes/python.el (python-syntax-propertize-function):
665 Match both quote cases in one regexp.
440ba395
FEG
666 (python-syntax-stringify): Handle matches properly.
667
4c478e6b
JL
6682012-09-30 Juri Linkov <juri@jurta.org>
669
670 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 671 to nil around the call to `insert' to prevent
4c478e6b
JL
672 directory time modification by lock_file. (Bug#2295)
673 * tar-mode.el (tar-summarize-buffer): Idem.
674
d80d54b2
JL
6752012-09-30 Juri Linkov <juri@jurta.org>
676
677 * facemenu.el (list-colors-sort): Add option "Luminance".
678 (list-colors-sort-key): Implement it.
679
680 * vc/diff-mode.el (diff-refine-removed):
681 * vc/ediff-init.el (ediff-fine-diff-A):
682 * vc/smerge-mode.el (smerge-refined-removed):
683 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
684
d7e642cc
JD
6852012-09-30 Jan Djärv <jan.h.d@swipnet.se>
686
687 * term/ns-win.el (x-file-dialog): New function.
688
ee41332b
JB
6892012-09-30 Juanma Barranquero <lekktu@gmail.com>
690
691 * ido.el (ido-max-directory-size): Default to nil; the current
692 default is small for POSIX systems, and impractical on Windows 7
693 now that lstat returns directory sizes for NTFS.
694
5938d519
MR
6952012-09-30 Martin Rudalics <rudalics@gmx.at>
696
697 In buffer display functions handle window-height/window-width
698 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
699 * window.el (window--display-buffer): New argument ALIST.
700 Obey window-height and window-width alist entries.
701 (window--try-to-split-window): New argument ALIST.
702 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
703 changed and window-combination-limit equals `window-size'.
704 (display-buffer-in-atom-window)
705 (display-buffer-in-major-side-window)
706 (display-buffer-in-side-window, display-buffer-same-window)
707 (display-buffer-reuse-window, display-buffer-pop-up-frame)
708 (display-buffer-pop-up-window, display-buffer-below-selected)
709 (display-buffer-at-bottom, display-buffer-in-previous-window)
710 (display-buffer-use-some-window): Adjust all callers of
711 window--display-buffer and window--try-to-split-window.
712 (fit-frame-to-buffer): New option.
713 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
714 is non-nil.
715 (display-buffer-in-major-side-window): Evaluate window-height /
716 window-width alist entries.
717
718 * help.el (temp-buffer-resize-frames)
719 (temp-buffer-resize-regexps): Remove options.
720 (temp-buffer-resize-mode): Adjust doc-string.
721 (resize-temp-buffer-window): Don't consult
722 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
723 temp-buffer-resize-frames.
724
375e49d4
SM
725 * dired.el (dired-mark-pop-up):
726 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
727 entry.
728
c4c0c2df
CY
7292012-09-30 Chong Yidong <cyd@gnu.org>
730
48de8b12
CY
731 * server.el (server-host): Document the security implications.
732 (server-auth-key): Doc fix.
733
734 * startup.el (initial-buffer-choice): Doc fix.
735
736 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
737
a97dc380
CY
738 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
739 restriction change.
740
d39d3c8e
CY
741 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
742
c4c0c2df
CY
743 * help-fns.el (help-fns--obsolete): Fix last change.
744
98a5e33b
SM
7452012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
746
34cf6f39
SM
747 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
748 (minor-mode-map-alist): Remove redundant code.
749
e01c13fe
SM
750 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
751 visited in a buffer.
752 (cvs-insert-visited-file): New function.
753 (find-file-hook): Use it.
754
755 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
756
02661b3a
SM
757 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
758 chose face.
759 (log-edit-empty-buffer-p): Don't require a space after a header.
760
43711d4b
SM
761 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
762
38a30d64
SM
763 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
764
4ffb41a9
SM
765 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
766 a proper minor-mode.
767
98a5e33b
SM
768 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
769
de82e29b
GM
7702012-09-29 Glenn Morris <rgm@gnu.org>
771
5cc2e639
GM
772 * winner.el (winner-mode): Remove variable (let define-minor-mode
773 handle it).
774 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
775 Doc fixes.
776 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
777 (winner-mode): Use define-minor-mode.
778
7bd302eb
GM
779 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
780 the full definition in loaddefs, rather than duplicating it.
781
2923922f 782 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 783
0e3e4156
GM
784 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
785 (inferior-lisp-program, inferior-lisp-load-command)
786 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 787 No need to autoload defcustoms.
0e3e4156 788
de82e29b
GM
789 * hippie-exp.el (hippie-expand-try-functions-list)
790 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
791 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
792 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 793 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
794 * progmodes/vhdl-mode.el (vhdl-line-expand):
795 Explicitly load hippie-exp, so it does not get autoloaded
796 while hippie-expand-try-functions-list is let-bound.
797
e60b51ab
GM
7982012-09-28 Glenn Morris <rgm@gnu.org>
799
277f0cfa
GM
800 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
801
e60b51ab
GM
802 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
803 Only "cl.el" counts as cl these days.
804
53baf48a
JL
8052012-09-28 Juri Linkov <juri@jurta.org>
806
807 Display archive errors in the echo area instead of inserting
808 to the file buffer.
809
810 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
811 to STDERR-TEST that can be a regexp matching a successful output.
812 Create a temporary file and redirect stderr to it. Search for
813 STDERR-TEST in the stderr output and display it in the echo area
814 if no match is found.
815 (archive-extract-by-file): New function like
816 `archive-extract-by-stdout' but extracting archives to files
817 and looking for successful matches in stdout. Function body is
818 mostly copied from `archive-rar-extract'.
819 (archive-rar-extract): Use `archive-extract-by-file'.
820 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
821
9c1228c3
LL
8222012-09-28 Leo Liu <sdl.web@gmail.com>
823
375e49d4
SM
824 * pcomplete.el (pcomplete-show-completions):
825 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 826
9c1228c3
LL
827 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
828
7f457c06
SM
8292012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
830
3df749b0
SM
831 * type-break.el: Use lexical-binding.
832 (type-break-mode): Use define-minor-mode.
833
7f457c06
SM
834 * emacs-lisp/pcase.el (pcase--mark-used): New.
835 (pcase--u1): Use it (bug#12512).
836
837 * custom.el (load-theme): Set buffer-file-name so the load is recorded
838 in load-history with the right file name.
839
c00ebc98
TH
8402012-09-28 Tassilo Horn <tsdh@gnu.org>
841
842 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
843 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
844 (doc-view-get-bounding-box): Make bounding box slicing work for
845 ODF and DVI documents.
846
96fb7170
GM
8472012-09-28 Glenn Morris <rgm@gnu.org>
848
849 * type-break.el (type-break-mode, type-break-interval)
850 (type-break-good-rest-interval, type-break-keystroke-threshold):
851 No need to autoload.
852 (type-break-good-rest-interval, type-break-keystroke-threshold):
853 Add :set-after.
854
5bc93c67
CY
8552012-09-28 Chong Yidong <cyd@gnu.org>
856
857 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
858 Add :version tag.
859
9cad61d6
SM
8602012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
861
e28e67b3 862 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 863
daee954c
GM
8642012-09-27 Glenn Morris <rgm@gnu.org>
865
a88324d4
GM
866 * faces.el (x-display-name): Declare (for without-x builds).
867
8e5064e5
GM
868 * linum.el (linum-format): Don't autoload it. Improve :type.
869
cc1783c2
GM
870 * progmodes/tcl.el: Don't require outline when compiling.
871 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
872 * textmodes/sgml-mode.el: Don't require outline when compiling.
873 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
874
48c339f2
GM
875 * term.el (term-ansi-reset):
876 Try setting term-ansi-face-already-done to nil. (Bug#11785)
877
daee954c
GM
878 * vc/vc.el (vc-next-action): Only gripe about committing read-only
879 files for RCS and SCCS. (Bug#9781)
880
b7f42161
CY
8812012-09-27 Chong Yidong <cyd@gnu.org>
882
883 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
884 change; value should be t.
885
a2e770db
SM
8862012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
887
83600dc8
SM
888 * image-mode.el: Use lexical-binding.
889 (image-mode-winprops): Use t to stand for the window of
890 a buffer that's not displayed.
891 * doc-view.el (doc-view-new-window-function): Handle the new
892 t in winprops.
893 (doc-view-enlarge): Make it a real nop if the size is not changed.
894 (doc-view-display): Handle the case where the buffer is not (yet?)
895 displayed in any window.
896 (doc-view-saved-settings): New var.
897 (doc-view-mode): Use it.
898 (doc-view-fallback-mode): Set it.
899
a2e770db
SM
900 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
901 Set lexical-binding.
902 (minibuffer-eldef-shorten-default): New var.
903 (minibuffer-default-in-prompt-regexps): Use it for new default.
904 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
905
e3b60857
JB
9062012-09-26 Juanma Barranquero <lekktu@gmail.com>
907
908 * international/uni-bidi.el:
909 * international/uni-category.el:
910 * international/uni-name.el:
911 * international/uni-numeric.el: Regenerate.
912
3a880af4
SM
9132012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
914 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * profiler.el: New file.
917
07b1a5fb
SM
9182012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
921 (testcover-reinstrument): Simplify with CSE.
922
42019c2e
JB
9232012-09-26 Juanma Barranquero <lekktu@gmail.com>
924
925 * window.el (temp-buffer-window-setup): Fix typo in docstring.
926
179f044b
WS
9272012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
928
929 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
930 (verilog-auto-input, verilog-auto-insert-lisp)
931 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
932 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
933 (verilog-auto-unused, verilog-auto-wire)
934 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
935 newline. Reported by Andrew Jones.
936 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
937 Reported by Brad Dobbie.
07b1a5fb
SM
938 (verilog-batch-delete-trailing-whitespace):
939 Create verilog-batch-delete-trailing-whitespace.
940 Reported by Brad Dobbie.
179f044b
WS
941 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
942 parameters from another module. Reported by Dan Katz.
943 (verilog-auto, verilog-auto-assign-modport)
944 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
945 AUTOINOUTMODPORT for UVM interface module shell generation.
946 Reported by Brad Dobbie.
947 (verilog-auto-inst-interfaced-ports): Make default nil, as more
948 standard behavior.
949 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
950 Reported by Matt Martin.
951
9c52dd5a
MR
9522012-09-25 Martin Rudalics <rudalics@gmx.at>
953
954 * window.el (window--resize-child-windows): When resizing child
955 windows proportionally, process them in reverse order to
956 preserve the "when splitting a window the new one gets the odd
957 line" behavior.
958 (window--resize-root-window-vertically): When resizing the
959 minibuffer window try to affect only windows at the bottom of the
960 frame. (Bug#12419)
961
863666eb
CY
9622012-09-25 Chong Yidong <cyd@gnu.org>
963
964 * subr.el (declare): Doc fix.
965
966 * help-fns.el (help-fns--obsolete): Handle macros properly.
967
59f7af81
CY
9682012-09-25 Chong Yidong <cyd@gnu.org>
969
970 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
971 this function obsolete.
972
973 * calendar/cal-x.el (calendar-two-frame-setup)
974 (calendar-only-one-frame-setup, calendar-one-frame-setup):
975 * calendar/calendar.el (american-calendar, european-calendar)
976 (calendar-for-loop):
977 * comint.el (comint-dynamic-simple-complete)
978 (comint-dynamic-complete-as-filename, comint-unquote-filename):
979 * desktop.el (desktop-load-default):
980 * dired-x.el (dired-omit-here-always)
981 (dired-hack-local-variables, dired-default-directory):
982 * emacs-lisp/derived.el (derived-mode-class):
983 * emacs-lisp/timer.el (timer-set-time-with-usecs):
984 * emacs-lock.el (toggle-emacs-lock):
985 * epa.el (epa-display-verify-result):
986 * epg.el (epg-sign-keys, epg-start-sign-keys)
987 (epg-passphrase-callback-function):
988 * eshell/esh-util.el (eshell-for):
989 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
990 (eshell-add-to-window-buffer-names):
991 * files.el (locate-file-completion):
992 * imenu.el (imenu-example--create-c-index)
993 (imenu-example--create-lisp-index)
994 (imenu-example--lisp-extract-index-name)
995 (imenu-example--name-and-position):
996 * international/mule-cmds.el (princ-list):
997 * international/mule-diag.el (decode-codepage-char):
998 * international/mule-util.el (detect-coding-with-priority):
999 * iswitchb.el (iswitchb-read-buffer):
1000 * mail/mailalias.el (mail-complete):
1001 * mail/sendmail.el (mail-sent-via):
1002 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1003 (mouse-major-mode-menu):
1004 * password-cache.el (password-read-and-add):
1005 * pcomplete.el (pcomplete-parse-comint-arguments):
1006 * progmodes/sh-script.el (sh-maybe-here-document):
1007 * replace.el (query-replace-regexp-eval):
1008 * savehist.el (savehist-load):
1009 * simple.el (choose-completion-delete-max-match):
1010 * term.el (term-dynamic-simple-complete):
1011 * vc/ediff-init.el (ediff-check-version):
1012 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1013 * vc/vc.el (vc-diff-switches-list):
1014 * view.el (view-return-to-alist-update): Likewise.
1015
1016 * subr.el (eval-next-after-load, makehash, insert-string)
1017 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1018 mark obsolete.
1019 (mode-line-inverse-video): Variable deleted.
1020
1021 * international/mule-util.el (string-to-sequence): Remove.
1022
1023 * calendar/calendar.el (calendar-version):
1024 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1025 (icalendar-convert-diary-to-ical):
1026 * cus-edit.el (custom-mode):
1027 * ansi-color.el (ansi-color-unfontify-region):
1028 * international/latin1-disp.el (latin1-char-displayable-p):
1029 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
1030 * progmodes/which-func.el (which-func-update-1):
1031 Use define-obsolete-function-alias.
59f7af81
CY
1032
1033 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
1034 * net/newst-treeview.el (newsticker-groups-filename):
1035 Fix incorrect obsolescence declaration.
59f7af81
CY
1036
1037 * allout.el (allout-passphrase-hint-string): Likewise.
1038 (allout-init): Use a declare form to mark obsolete.
1039
1040 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1041 this applies to functions.
1042
1043 * iswitchb.el (iswitchb-read-buffer): Move code of
1044 iswitchb-define-mode-map here, and delete that obsolete function.
1045
1046 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1047 font-lock-reference-face.
1048
cca96c97
GM
10492012-09-25 Glenn Morris <rgm@gnu.org>
1050
b06eeda8
GM
1051 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1052 Doc fixes.
1053
cca96c97
GM
1054 * eshell/em-term.el (eshell-term-name):
1055 Default to term-term-name. (Bug#12485)
1056
dc4f818b
FEG
10572012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1058
cca96c97
GM
1059 * progmodes/python.el (python-shell-send-buffer): Better handling
1060 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 1061
289c24bd
GM
10622012-09-24 Glenn Morris <rgm@gnu.org>
1063
1064 * eshell/esh-cmd.el (eshell-find-alias-function):
1065 Tighten up file-name regexp. (Bug#12499)
1066
8fb8b88f
FEG
10672012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1068
1069 Enhancements for triple-quote string syntax.
1070 * progmodes/python.el (python-quote-syntax): Remove.
1071 (python-syntax-propertize-function): New value.
07b1a5fb
SM
1072 (python-syntax-count-quotes, python-syntax-stringify):
1073 New functions.
8fb8b88f 1074
6c27f0f8
CY
10752012-09-24 Chong Yidong <cyd@gnu.org>
1076
a5f2b6ec
CY
1077 * mail/supercite.el (sc-version): Remove obsolete function.
1078 (sc-describe): Don't mark as obsolete, since it is bound.
1079 (sc-submit-bug-report): Remove.
1080
1081 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1082 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
1083 (log-edit-require-final-newline)
1084 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
1085
1086 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1087 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1088 * vc/vc.el (vc-checkout-carefully): Likewise.
1089
1090 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1091 (emerge-version): Remove.
1092
1093 * progmodes/compile.el (compile-internal): Remove.
1094 (compilation-parse-errors-function): Fix typo.
1095
1096 * international/mule.el (set-char-table-default): Remove.
1097 (set-coding-priority, make-coding-system, generic-char-p)
1098 (charset-list, charset-bytes, charset-id): Use declare to mark
1099 functions as obsolete.
1100
1101 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1102 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1103 * vc/vc-hooks.el (vc-default-registered): Don't use
1104 vc-master-templates.
1105
07b1a5fb
SM
1106 * font-lock.el (font-lock-reference-face):
1107 Use define-obsolete-variable-alias.
6c27f0f8
CY
1108
1109 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1110 * calendar/calendar.el (calendar-font-lock-keywords):
1111 * calendar/diary-lib.el (diary-font-lock-keywords)
1112 (diary-fancy-font-lock-keywords):
1113 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1114 * textmodes/reftex-index.el (reftex-insert-index):
1115 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1116 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1117 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1118 * progmodes/prolog.el (prolog-font-lock-keywords):
1119 * progmodes/idlwave.el (idlwave-idl-keywords):
1120 * progmodes/ada-mode.el (ada-font-lock-keywords):
1121 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1122
bcc0adbf
GM
11232012-09-24 Glenn Morris <rgm@gnu.org>
1124
1125 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1126
095bb823
FEG
11272012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1128
1129 * progmodes/python.el (python-indent-line): More consistent cursor
1130 movement behavior.
1131
70efc5c9
SM
11322012-09-23 Stefan Merten <smerten@oekonux.de>
1133
1134 * textmodes/rst.el: Fix compiler warning.
1135
2f438239
RW
11362012-09-23 Roland Winkler <winkler@gnu.org>
1137
07b1a5fb
SM
1138 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1139 Transcribe also LaTeX hyphenation.
2f438239
RW
1140 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1141 bibtex-reformat-previous-options.
1142
936ad041
RW
11432012-09-23 Roland Winkler <winkler@gnu.org>
1144
1145 * proced.el (proced-renice-command): New variable.
1146 (proced-marked-processes): New function.
1147 (proced-with-processes-buffer): New macro.
1148 (proced-send-signal): Use them.
1149 (proced-renice): New command bound to r.
1150
6fab0274
RW
11512012-09-23 Roland Winkler <winkler@gnu.org>
1152
1153 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1154 ibuffer-saved-filter-groups has one element, shortcut the call of
1155 completing-read. (Bug#12331)
1156
9a930676
CY
11572012-09-23 Chong Yidong <cyd@gnu.org>
1158
1159 * bindings.el (mode-line-toggle-read-only):
1160 * bs.el (bs-toggle-readonly):
1161 * buff-menu.el (Buffer-menu-toggle-read-only):
1162 * dired.el (dired-toggle-read-only):
1163 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1164
d07ff9db
CY
11652012-09-23 Chong Yidong <cyd@gnu.org>
1166
1167 * image.el (image-type-available-p): Adapt to init-image-library
1168 argument changes.
1169
51c4474e
JL
11702012-09-22 Juri Linkov <juri@jurta.org>
1171
1172 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1173 `dired-toggle-read-only'. (Bug#12462)
1174
43bf5e8e
MR
11752012-09-22 Martin Rudalics <rudalics@gmx.at>
1176
1177 * subr.el (temp-output-buffer-show): New function.
1178 (with-output-to-temp-buffer): Call temp-output-buffer-show
1179 instead of internal-temp-output-buffer-show.
1180
c88b867f
CY
11812012-09-22 Chong Yidong <cyd@gnu.org>
1182
3df47cd5
CY
1183 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1184 (Bug#12462).
1185
c88b867f
CY
1186 * repeat.el (repeat): Doc fix (Bug#12348).
1187
1188 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1189 (Bug#10909).
1190
1191 * simple.el (shell-command-on-region): Doc fix.
3171e303 1192 (read-only-mode): Doc fix.
c88b867f 1193
df9685f3
EZ
11942012-09-22 Eli Zaretskii <eliz@gnu.org>
1195
1196 * emacs-lisp/timer.el (run-with-idle-timer)
1197 (timer-activate-when-idle): Warn against reinvoking an idle timer
1198 from within its own timer action. (Bug#12447)
1199
8e17c9ba
MR
12002012-09-22 Martin Rudalics <rudalics@gmx.at>
1201
1202 * cus-start.el (window-combination-limit): Add new optional
1203 values.
1204 * window.el (temp-buffer-window-show)
1205 (window--try-to-split-window): Handle new values of
1206 window-combination-limit (Bug#1806).
1207 (split-window): Test window-combination-limit for t instead of
1208 non-nil.
1209 (display-buffer-at-bottom): New buffer display action function.
1210 * help.el (temp-buffer-resize-regexps): New option.
1211 (temp-buffer-resize-mode): Rewrite doc-string.
1212 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 1213 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 1214
48a24920
SM
12152012-09-22 Stefan Merten <smerten@oekonux.de>
1216
70efc5c9 1217 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
1218 (rst-official-version)
1219 (rst-package-emacs-version-alist): Sync with official version
1220 V1.4.0.
1221 (rst-faces-defaults, rst-set-level-default)
1222 (rst-level-face-max, rst-level-face-base-color)
1223 (rst-level-face-base-light, rst-level-face-format-light)
1224 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1225 (rst-adornment-faces-alist): Match new setup.
1226 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1227 (rst-level-5, rst-level-6): New faces.
1228
82f8cd94
CY
12292012-09-22 Chong Yidong <cyd@gnu.org>
1230
1231 * simple.el (undo): Handle indirect buffers (Bug#8207).
1232
acfa068f 12332012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
1234
1235 IDO: Disable match re-ordering for buffer switching.
2bc9406c 1236 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
1237 (ido-set-matches-1): Use it. (Bug#2042)
1238
acfa068f 12392012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
1240
1241 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1242 Fix 2011-05-17 change. (Bug#12418)
1243
acfa068f 12442012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
1245
1246 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1247
acfa068f 12482012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
1249
1250 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1251 Be more robust about locating simple.el.
1252
acfa068f 12532012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
1254
1255 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1256
acfa068f
CY
12572012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1258
1259 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1260
41a97e6f
JL
12612012-09-20 Juri Linkov <juri@jurta.org>
1262
eb2deaff
JL
1263 * replace.el (query-replace-read-from): Use `read-regexp' instead
1264 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1265 (occur-read-primary-args): Use `read-regexp' instead of
1266 `read-string'.
1267 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1268 `read-from-minibuffer'.
1269 * isearch.el (isearch-occur): Use `read-regexp' instead of
1270 `read-string'.
1271 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1272 `read-from-minibuffer'.
1273 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1274 of `read-string'. (Bug#7567)
1275
5825610b
JL
1276 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1277 and allow accepting a list of strings prepended to a list of
1278 standard default values. Doc fix. (Bug#12321)
1279
eebbf404
JL
1280 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1281
41a97e6f
JL
1282 * replace.el (read-regexp): Don't add ": " when PROMPT already
1283 ends with a colon and space. (Bug#12321)
1284
c9e452d3
TH
12852012-09-20 Tassilo Horn <tsdh@gnu.org>
1286
1287 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1288 error.
1289
ee97deee
SM
12902012-09-20 Stefan Merten <smerten@oekonux.de>
1291
70efc5c9 1292 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
1293 Fixes feature request bug#11711.
1294 (rst-mode): Create `imenu-create-index-function'.
1295 (rst-get-stripped-line): Delete after refactoring.
1296 (rst-section-tree, rst-section-tree-rec)
1297 (rst-section-tree-point): Refactor and document properly.
1298 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
1299 (rst-imenu-convert-cell, rst-imenu-create-index):
1300 New function.
ee97deee 1301
f490dab9
SM
13022012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1303
95b9712e
SM
1304 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1305 (macroexp--expand-all): Use it.
1306 (macroexp--funcall-and-return): Remove by folding it into its sole
1307 caller (macroexp--warn-and-return).
1308 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1309 Use macroexp--obsolete-warning.
1310
f490dab9
SM
1311 * calc/calc.el: Fix last change by removing the whole chunk, since it
1312 was only needed back when Calc was not bundled.
1313
96e8d411
MR
13142012-09-20 Martin Rudalics <rudalics@gmx.at>
1315
1316 * emacs-lisp/debug.el (debug): Restore assignment to
1317 debugger-old-buffer removed on 2012-09-08.
1318
0876a82d
JL
13192012-09-20 Juri Linkov <juri@jurta.org>
1320
1321 * dired-aux.el (dired-diff): Remove (require 'diff) since
1322 `diff-latest-backup-file' is now autoloaded.
1323
9f7c28f0
CY
13242012-09-20 Chong Yidong <cyd@gnu.org>
1325
1326 * vc/diff.el (diff-latest-backup-file): Autoload.
1327
7a04bee9
SM
13282012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1329
e6f0a80d
SM
1330 * calc/calc.el: Remove redundant autoload shape check.
1331 (sel-mode): Don't defvar.
1332 (calc-get-stack-element): Add `sel-mode' arg instead.
1333 (calc-top, calc-top-list): Pass it this additional argument.
1334 * calc/calc-store.el (calc-store-map):
1335 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1336 (calc-map-equation, calc-outer-product, calc-inner-product):
1337 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1338
7a04bee9
SM
1339 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1340
12734222
JL
13412012-09-19 Juri Linkov <juri@jurta.org>
1342
1343 * dired-aux.el (dired-diff): Add (require 'diff) because
1344 `diff-latest-backup-file' is not autoloaded.
1345 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1346 of `dired-get-filename' to t to not report error when there is
1347 no default file on the current line.
1348
46624b4f
SM
13492012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1350
ce97595b
SM
1351 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1352 macroexp--eval-if-compile.
1353 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1354 (macroexp--expand-all): Use them (bug#12371).
1355
46624b4f
SM
1356 * doc-view.el (doc-view-guess-paper-size)
1357 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1358
db8a5a18
TH
13592012-09-19 Tassilo Horn <tsdh@gnu.org>
1360
1361 New feature: set optimal slice from BoundingBox information.
1362 * doc-view.el (doc-view-mode-map): Add keybinding.
1363 (doc-view-menu): Add menu entry.
1364 (doc-view-set-slice): Adapt docstring.
1365 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1366 (doc-view-scale-bounding-box)
1367 (doc-view-set-slice-from-bounding-box): New functions.
1368 (doc-view-paper-sizes): New defvar.
1369
69f6644c
GM
13702012-09-19 Glenn Morris <rgm@gnu.org>
1371
35f5b19d
GM
1372 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1373 (byte-compile-log-warning): Autoload. (Bug#12371)
1374
69f6644c
GM
1375 * calendar/calendar.el (calendar-american-month-header)
1376 (calendar-european-month-header, calendar-iso-month-header)
1377 (calendar-month-header): New options.
1378 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1379 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1380
e543ae91
JD
13812012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1382
1383 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1384
2fd5e67d
JL
13852012-09-18 Juri Linkov <juri@jurta.org>
1386
1387 * dired-aux.el (dired-diff): Restore original functionality of
1388 getting the default value, but keep new feature of using the
1389 latest existing backup file (`diff-latest-backup-file').
1390
42917e79
JL
13912012-09-18 Juri Linkov <juri@jurta.org>
1392
1393 * dired.el (dired-mark): If the region is active in Transient Mark
1394 mode, mark all files in the active region. Doc fix.
1395 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1396 Doc fix. (Bug#10624)
1397
20f70ede
JL
13982012-09-18 Juri Linkov <juri@jurta.org>
1399
1400 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1401 attributes for M-n are pulled from the file at point.
1402 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1403 Suggested by Drew Adams. (Bug#10624)
1404
32fb8162
DG
14052012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1406
1407 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1408 whitespace after "end".
1409 (ruby-do-end-to-brace): Collapse block to one line if it fits
1410 within fill-column.
1411
37ab5092
MR
14122012-09-18 Martin Rudalics <rudalics@gmx.at>
1413
1414 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1415 value.
1416 (debug): Don't remove debugger window when debugger is expected
1417 to be back.
1418
ed1f0bd3
CY
14192012-09-18 Chong Yidong <cyd@gnu.org>
1420
1421 * custom.el (defface): Doc fix.
1422
1423 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1424
a11035b8
MB
14252012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1426
1427 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1428 to initialize query-on-exit; then test that instead (bug#12288).
1429
64f6a736
SM
14302012-09-17 Stefan Merten <smerten@oekonux.de>
1431
70efc5c9 1432 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
1433 (rst-defcustom-testcover, rst-testcover-add-compose)
1434 (rst-testcover-add-1value): New functions.
1435 (rst-portable-mark-active-p): Replace by `use-region-p'.
1436 (rst-update-section, rst-classify-adornment)
1437 (rst-find-title-line): Mark `1value' forms.
1438 (rst-classify-adornment): Remove superfluous form.
1439 (rst-update-section, rst-get-adornments-around)
1440 (rst-adornment-complete-p, rst-get-next-adornment)
1441 (rst-adjust, rst-promote-region)
1442 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1443 (rst-find-pfx-in-region, rst-section-tree-rec)
1444 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1445 (rst-toc-node, rst-toc, rst-forward-section)
1446 (rst-iterate-leftmost-paragraphs)
1447 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1448 (rst-bullet-list-region)
1449 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1450 (rst-compile-find-conf, rst-compile)
1451 (rst-repeat-last-character): Fix style.
1452
580bd868
CY
14532012-09-17 Chong Yidong <cyd@gnu.org>
1454
1455 * comint.el (comint--complete-file-name-data): Don't add a space
1456 if the status is `sole'; that adds a gratuitous space in the
1457 completion-cycling case (Bug#12092).
1458
1459 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1460
69de3ec6
RS
14612012-09-17 Richard Stallman <rms@gnu.org>
1462
0dee970c
RS
1463 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1464 only in the mime-shown mode, not in raw mode.
1465 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 1466 mime processing. (Bug#12305)
0dee970c 1467
6b250df6
GM
1468 * mail/rmail.el (rmail-retry-failure):
1469 Turn off mime processing first. (Bug#12037)
acb1c47b 1470
69de3ec6
RS
1471 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1472
d079ee5f
CY
14732012-09-17 Chong Yidong <cyd@gnu.org>
1474
1475 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1476 (shell-dynamic-complete-functions): Convert to defcustom.
1477 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1478
865fe16f
CY
1479 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1480 * comint.el (comint-prompt-read-only):
1481 * custom.el (defcustom):
1482 * hi-lock.el (hi-lock-mode):
1483 * ibuffer.el (ibuffer-formats):
1484 * ielm.el (ielm-prompt-read-only):
1485 * novice.el (disable-command):
1486 * saveplace.el (toggle-save-place):
1487 * speedbar.el (speedbar-supported-extension-expressions):
1488 * startup.el (auto-save-list-file-prefix, init-file-user)
1489 (after-init-hook, inhibit-startup-echo-area-message):
1490 * strokes.el (strokes-help):
1491 * time-stamp.el (time-stamp):
1492 * calendar/calendar.el (calendar, diary-file):
1493 * calendar/diary-lib.el (diary-mail-entries, diary)
1494 (diary-list-entries-hook):
1495 * calendar/holidays.el (holidays, calendar-holidays):
1496 * calendar/lunar.el (lunar-phases):
1497 * calendar/solar.el (sunrise-sunset):
1498 * emulation/edt.el (edt-load-keys):
1499 * emulation/viper.el (viper-mode):
1500 * eshell/em-alias.el (eshell-command-aliases-list):
1501 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1502 * international/ogonek.el (ogonek-information):
1503 * net/tramp-cmds.el (tramp-bug):
1504 * net/quickurl.el (quickurl-reread-hook-postfix):
1505 * play/decipher.el (decipher-font-lock-keywords):
1506 * progmodes/cc-styles.el (c-set-style):
1507 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1508 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1509 * progmodes/octave-mod.el (octave-mode):
1510 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1511 * progmodes/verilog-mode.el (verilog-read-defines):
1512 * textmodes/two-column.el (2C-mode): Likewise.
1513
48093eb9
KY
15142012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1515
1516 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1517 that holds many addresses.
1518
c584eaf9
CY
15192012-09-16 Chong Yidong <cyd@gnu.org>
1520
40d70ecb
CY
1521 * align.el (align-areas): Call the indication function with
1522 positions instead of markers for arguments (Bug#12343).
1523
1667e065
CY
1524 * files.el (parse-colon-path): Use split-string (Bug#12351).
1525
fdc2806d 1526 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 1527 (display-buffer-function): Mark as obsolete.
fdc2806d 1528
f1be615c 1529 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
1530 values similar to font-lock-keywords (Bug#12136).
1531 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
1532 (compilation-error-regexp-alist): Doc fix.
1533
f40a9709
GM
15342012-09-15 Glenn Morris <rgm@gnu.org>
1535
72aa16e1
GM
1536 * version.el (emacs-bzr-version-bzr): New function.
1537 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1538
82375160
GM
1539 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1540 checkouts, check the parent dirstate matches the branch.
1541 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
1542 empty string.
1543
f40a9709
GM
1544 * version.el (emacs-bzr-version): Doc fix.
1545 (emacs-bzr-version-dirstate): New function.
1546 (emacs-bzr-get-version): For lightweight checkouts, if the parent
1547 is local try and check that it matches the branch. If not, just
1548 use dirstate information. (Bug#12441)
1549
cb26b7f5
JL
15502012-09-14 Juri Linkov <juri@jurta.org>
1551
1552 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1553 (Bug#12399)
1554
2de39f08
SM
15552012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1556
0fb3cb7c
SM
1557 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1558
2de39f08
SM
1559 * emacs-lisp/edebug.el: Miscellaneous cleanup.
1560 Remove obsolete byte-compiler hack that tried to silence some warnings.
1561 (edebug-submit-bug-report): Remove.
1562 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1563 Remove aliases, use the un-prefixed name instead.
1564 (edebug-pop-to-buffer): Consider other frames.
1565 (edebug-original-read):: Make it more obvious that it's always defined.
1566 (edebug--make-form-data-entry, edebug--form-data-name)
1567 (edebug--form-data-begin, edebug--form-data-end): Rename from the
1568 single-dashed name, and implement with cl-defstruct.
1569 (edebug-set-form-data-entry): Use the standard accessors.
1570 (edebug-make-top-form-data-entry): Use push.
1571 (edebug-no-match): Drop useless `funcall'.
1572 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1573 to functions.
1574 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1575 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1576 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1577 (easy-menu-define, with-custom-print): Remove redundant specs.
1578 (edebug-outside-overriding-local-map)
1579 (edebug-outside-overriding-terminal-local-map): Remove, unused.
1580 (edebug--display): Bind unread-command-events directly to nil rather
1581 than binding it to unread-command-events and later setting it to nil.
1582 (edebug--display): Kill edebug-eval-buffer here...
1583 (edebug--recursive-edit): ...rather than here.
1584 Bind standard-output and standard-input.
1585 (edebug-eval): Check cl-macroexpand-all is fboundp.
1586 (edebug-temp-display-freq-count): Fix last change.
1587
1588 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1589 * subr.el (noreturn, 1value): Add `debug' spec.
1590 * emacs-lisp/advice.el: Require cl-lib.
1591 (ad-copy-tree): Remove, use copy-tree instead.
1592 (ad-dolist): Remove use dolist or cl-dolist instead.
1593 (ad-do-return): Remove, use cl-return instead.
1594 (defadvice): Add `debug' spec.
1595
5b68b333
JL
15962012-09-13 Juri Linkov <juri@jurta.org>
1597
1598 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1599 (Bug#12399)
1600
b9800ec4
GM
16012012-09-13 Glenn Morris <rgm@gnu.org>
1602
6a2e6868
GM
1603 * calc/calc.el (math-compose-expr):
1604 * calc/calc-ext.el (math-compose-expr):
1605 * progmodes/cc-defs.el (cl-macroexpand-all):
1606 * progmodes/cc-langs.el (delete-duplicates, mapcan)
1607 (cl-macroexpand-all): Update declarations.
1608
b9800ec4
GM
1609 * vc/vc.el: No need to require ediff.
1610 (ediff-load-version-control): Declare.
1611 (ediff-vc-internal): Fix declaration.
1612 (vc-version-ediff): Require ediff.
1613
c18e885b
PE
16142012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1615
1616 Use a more backwards-compatible timer format (Bug#12430).
1617 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1618 being right after USECS, as that better supports old code that
1619 inadvisedly looked directly at the timer vector.
1620
d607d303
KH
16212012-09-13 Kenichi Handa <handa@gnu.org>
1622
1623 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1624 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
1625 `coding-priority' property of these language environment.
1626
72eac303
PE
16272012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1628
1629 Fix glitches caused by addition of psec to timers (Bug#12430).
1630 * image.el (image-animate-timer):
1631 * time.el (display-time-world-timer):
1632 Use timer--function and timer--args rather than raw access to
1633 timer vector.
1634
2168fe4f
GM
16352012-09-13 Glenn Morris <rgm@gnu.org>
1636
1637 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1638 If not compiling a file, try using load-file-name.
1639
bd8d6108
SM
16402012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1641
c0c54fbd
SM
1642 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
1643 Fix last change.
1644 (edebug-update-eval-list): Use `push'.
1645
bd8d6108
SM
1646 * emacs-lisp/edebug.el: Use lexical-binding.
1647 Remove the "edebug-" prefix from non-dynamically-scoped variables.
1648 Mark unused args with underscore.
1649 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
1650 (edebug-form-data): Use defvar-local.
1651 (edebug-make-before-and-after-form, edebug-make-after-form):
1652 Use backquote.
1653 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
1654 Not dynamically scoped any more.
1655 (edebug--enter-trace): Add arguments `function' and `args'.
1656 Rename from edebug-enter-trace.
1657 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
1658 (edebug--update-coverage): Add `after-index' and `value' args.
1659 Rename from edebug-update-coverage.
1660 (edebug-slow-after): Call it accordingly.
1661 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
1662 edebug-recursive-edit.
1663 (edebug--display): Call it accordingly. Add args `value',
1664 `offset-index', and `arg-mode'. Rename from edebug-display.
1665 (edebug-debugger, edebug): Call it accordingly.
1666 (edebug-eval-display-list): Use dolist.
1667
a9f9d9de
JL
16682012-09-12 Juri Linkov <juri@jurta.org>
1669
1670 * info.el (Info-search): Don't check for isearch-mode and
1671 isearch-regexp before let-binding search-spaces-regexp to
1672 Info-search-whitespace-regexp.
1673 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
1674 search-whitespace-regexp if isearch-lax-whitespace or
1675 isearch-regexp-lax-whitespace is non-nil.
1676 (Info-mode): Don't set local variable search-whitespace-regexp.
1677 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
1678
bfeae2cf
SM
16792012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
1682 (debugger-env-macro): Remove support for unread-command-char.
1683
1684 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
1685 the temporary map re-appearing on emulation-mode-map-alists.
1686
1687 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
1688 since 22.1.
1689
1690 * ehelp.el (with-electric-help): Accept functions in
1691 electric-help-form-to-execute.
1692 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
1693 And replace unread-command-char -> unread-command-events.
1694
fbbcaf1b
MA
16952012-09-12 Michael Albinus <michael.albinus@gmx.de>
1696
1697 Sync with Tramp 2.2.6.
1698
1699 * net/tramp.el (tramp-accept-process-output): Don't use
1700 JUST-THIS-ONE in the XEmacs case.
1701
1702 * net/trampver.el: Update release number.
1703
4dece104
MR
17042012-09-12 Martin Rudalics <rudalics@gmx.at>
1705
bfeae2cf
SM
1706 * emacs-lisp/debug.el (debugger-previous-window-height):
1707 New variable.
4dece104
MR
1708 (debug): When debugger-jumping-flag is non-nil try to restore
1709 height of debugger window. (Bug#8789)
1710
45b82ad0
SM
17112012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1712
60c49c0f
SM
1713 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
1714 overriding-local-map and pre/post-command-hook here.
1715 (edebug-recursive-edit): Do it here instead (bug#12345).
1716 (edebug-outside-unread-command-char): Remove all uses of
1717 unread-command-char.
1718
45b82ad0
SM
1719 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
1720 inhibit-debugger is bound instead.
1721
baa26ea0
BG
17222012-09-11 Bastien Guerry <bzg@gnu.org>
1723
1724 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 1725 (Bug#12346)
baa26ea0 1726
04e8abfa
BG
17272012-09-11 Bastien Guerry <bzg@gnu.org>
1728
96d03571 1729 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 1730 (Bug#12347)
96d03571
BG
1731
17322012-09-11 Bastien Guerry <bzg@gnu.org>
1733
fc0c31f8 1734 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 1735
04e082b0
MM
17362012-09-10 Michael R. Mauger <mmaug@yahoo.com>
1737
1738 * progmodes/sql.el: Version 3.1
1739 (sql-db2-escape-newlines): New variable.
1740 (sql-escape-newlines-filter): Use it.
1741
399a361b
JB
17422012-09-10 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
1745
0780c517
DN
17462012-09-10 Dan Nicolaescu <dann@gnu.org>
1747
45b82ad0
SM
1748 * vc/diff-mode.el (diff-mode-menu):
1749 Bind diff-remove-trailing-whitespace.
0780c517 1750
9b851e25
SM
17512012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
1754 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
1755 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
1756 (eval-sexp-add-defvars): Don't skip defvars in column >0.
1757 (eval-defun-2): Remove bogus interactive spec.
1758 (lisp-indent-line): Remove redundant whole-exp code, now done in
1759 indent-according-to-mode.
1760 (save-match-data): Remove redundant indent data.
1761
1762 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
1763 Use `declare'.
1764
3231d532
JL
17652012-09-09 Juri Linkov <juri@jurta.org>
1766
1767 * replace.el (replace-regexp-lax-whitespace): New defcustom.
1768 (replace-lax-whitespace, query-replace-regexp)
1769 (query-replace-regexp-eval, replace-regexp): Doc fix.
1770 (perform-replace, replace-highlight): Let-bind
1771 isearch-lax-whitespace to replace-lax-whitespace and
1772 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
1773
1774 * isearch.el (isearch-query-replace): Let-bind
1775 replace-lax-whitespace to isearch-lax-whitespace and
1776 replace-regexp-lax-whitespace to
1777 isearch-regexp-lax-whitespace. (Bug#10885)
1778
70fe8236
SM
17792012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
1782
8ed43f15
AM
17832012-09-09 Alan Mackenzie <acm@muc.de>
1784
70fe8236
SM
1785 * progmodes/cc-engine.el (c-state-cache-init):
1786 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
1787 (c-record-parse-state-state):
1788 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 1789
bfabf70a
AS
17902012-09-09 Andreas Schwab <schwab@linux-m68k.org>
1791
1792 * register.el (register-separator): Rename from
1793 separator-register. All uses changed. Doc fix.
1794 (register): Fix version.
1795
011474aa
CY
17962012-09-09 Chong Yidong <cyd@gnu.org>
1797
1798 * replace.el (query-replace-map): Bind four new symbols for
1799 requesting window scrolling.
1800
1801 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
1802 query-replace-map (Bug#8948).
1803
1804 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
1805
1806 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
1807 since they are now in query-replace-map.
1808
1809 * window.el (scroll-other-window-down): Make the arg optional.
1810
a8b7cd8d
CY
18112012-09-09 Chong Yidong <cyd@gnu.org>
1812
1813 * files.el (hack-local-variables-confirm): Use quit-window to kill
1814 the *Local Variables* buffer.
1815
c3268831
DG
18162012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1817
1818 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
1819 not just expect to be at its beginning. Adjust callees.
1820 Succeed when do-end block has no space before the pipe character.
1821 (ruby-brace-to-do-end): When the original block is one-liner,
1822 convert to multiline. Reindent the result.
1823
0979429b
J
18242012-09-08 Jambunathan K <kjambunathan@gmail.com>
1825
1826 * register.el (register): New group.
27359e99 1827 (separator-register): New user option.
0979429b
J
1828 (increment-register): Route it to `append-to-register', if
1829 register contains text. Implication is that `C-x r +' can now be
1830 used for appending to a text register (bug#12217).
1831 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 1832 `separator-register'.
0979429b 1833
ace2989a
AM
18342012-09-08 Alan Mackenzie <acm@muc.de>
1835
1836 AWK Mode: make auto-newline work when there's "==" in the pattern.
1837 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
1838 correctly.
0979429b
J
1839 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
1840 Test more rigorously for "=" token.
ace2989a 1841
616c6c36
DG
18422012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1843
0979429b
J
1844 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
1845 Only fail when reached LIMIT.
616c6c36 1846
35d98877
CY
18472012-09-08 Chong Yidong <cyd@gnu.org>
1848
1849 * dired.el (dired-mode-map): Don't bind M-=.
1850
1851 * dired-aux.el (dired-diff): Use backup file as default.
1852
1715f2db
DA
18532012-09-08 Drew Adams <drew.adams@oracle.com>
1854
1855 * subr.el (add-to-history): Fix delete usage (Bug#12314).
1856
6dcef6ec
CY
18572012-09-08 Chong Yidong <cyd@gnu.org>
1858
1859 * subr.el (syntax-after, syntax-class): Doc fix.
1860
fa2bcf43
MR
18612012-09-08 Martin Rudalics <rudalics@gmx.at>
1862
1863 * window.el (display-buffer-in-previous-window): New buffer
1864 display action function.
1865
1866 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1867 (debugger-previous-window): New variable.
1868 (debug): Rewrite using display-buffer-in-previous-window,
1869 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
1870
daac280a
SM
18712012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
1874
9dd40b00
MM
18752012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
1876
daac280a
SM
1877 * progmodes/python.el (python-shell-send-string):
1878 When default-directory is remote, create temp file on remote
9dd40b00
MM
1879 filesystem.
1880 (python-shell-send-file): When file is remote, pass local view of
1881 file paths to remote Python interpreter. (Bug#12340)
1882
145823ec
CY
18832012-09-07 Chong Yidong <cyd@gnu.org>
1884
cee2e90d
CY
1885 * window.el (switch-to-buffer): Doc fix (Bug#12181).
1886
0d7eb2ea
CY
1887 * files.el (after-find-file): Don't fail on a read-only buffer if
1888 require-final-newline is `visit' or `visit-save' (Bug#11156).
1889
145823ec
CY
1890 * subr.el (read-char-choice): Allow quitting via ESC ESC.
1891
daac280a
SM
1892 * userlock.el (ask-user-about-supersession-threat):
1893 Use read-char-choice (Bug#12093).
145823ec 1894
74c582e6
CY
18952012-09-07 Chong Yidong <cyd@gnu.org>
1896
e5c2edf7
CY
1897 * subr.el (buffer-narrowed-p): New function.
1898
1899 * ses.el (ses-widen):
1900 * simple.el (count-words--buffer-message):
1901 * net/browse-url.el (browse-url-of-buffer): Use it
1902
1903 * simple.el (count-words-region): Don't signal an error if there
1904 is a non-nil prefix arg and the mark is not set.
c640e87d 1905
74c582e6
CY
1906 * help.el (describe-key-briefly): Allow the message to be seen
1907 when invoked from the minibuffer (Bug#7014).
1908
d81ceaaf
DG
19092012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1910
1911 * progmodes/ruby-mode.el (ruby-end-of-defun)
1912 (ruby-beginning-of-defun): Simplify, allow indentation before
1913 block beginning and end keywords.
8f06acce
DG
1914 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1915 (ruby-end-of-defun): Expect that the point is at the beginning of
1916 the defun.
d81ceaaf 1917
d458ef98
SM
19182012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1921 (bug#12367).
1922 (cl--make-usage-args): Strip _ from argument names.
1923
20367d28
RS
19242012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1925
1926 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1927 obsolete alias speedbar-key-map.
1928 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1929 (vhdl-index-menu-init): Don't use obsolete variable
1930 font-lock-maximum-size.
1931
3424a4f6
CY
19322012-09-06 Chong Yidong <cyd@gnu.org>
1933
1934 * frame.el (window-system-version): Mark as obsolete.
1935
fcbfbdea
CY
1936 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1937 of obsolete variable speedbar-key-map.
1938
826b3235
JL
19392012-09-06 Juri Linkov <juri@jurta.org>
1940
1941 * replace.el (replace-lax-whitespace): New defcustom.
1942 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1943 (replace-string, replace-regexp): Mention it in docstrings.
1944 (perform-replace, replace-highlight): Let-bind
1945 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1946 to the values of replace-lax-whitespace and regexp-flag.
1947 Don't let-bind search-whitespace-regexp. (Bug#10885)
1948
1949 * isearch.el (isearch-query-replace): Let-bind
1950 replace-lax-whitespace instead of let-binding
1951 replace-search-function and replace-re-search-function.
1952 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1953 and isearch-regexp-lax-whitespace to lazy-highlight variables.
1954 (isearch-toggle-symbol): Set isearch-regexp to nil
1955 in isearch-word mode (like in isearch-toggle-word).
1956
1ec5e41d
JL
19572012-09-06 Juri Linkov <juri@jurta.org>
1958
1959 * replace.el (replace-search-function)
1960 (replace-re-search-function): Set default values to nil.
1961 (perform-replace): Let-bind isearch-related variables based on
1962 replace-related values, call `isearch-search-fun' and let-bind
1963 the result to `search-function'. Remove code that sets
1964 `search-function' and `search-string' separately for
1965 `delimited-flag'.
1966 (replace-highlight): Add new argument `delimited-flag' and
1967 rename other arguments to the names used in `perform-replace'.
1968 Let-bind `isearch-word' to the argument `delimited-flag'.
1969 (Bug#10885, bug#10887)
1970
0ba2d4b6
DG
19712012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1972
1973 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1974 ruby-beginning-of-indent, simplify, allow all keywords to have
1975 indentation before them.
1976 (ruby-beginning-of-indent): Adjust for above. Search until the
1977 found point is not inside a string or comment.
1978 (ruby-font-lock-keywords): Allow symbols to start with "@"
1979 character, give them higher priority than variables.
1980 (ruby-syntax-propertize-function)
1981 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1982 matchers. Expression expansions are not comments when inside a
1983 string, and there comment syntax status is irrelevant.
1984 (ruby-match-expression-expansion): New function. Check that
1985 expression expansion is inside a string, and it's not escaped.
1986 (ruby-font-lock-keywords): Use it.
1987
ef654460
MR
19882012-09-05 Martin Rudalics <rudalics@gmx.at>
1989
1990 * help.el (temp-buffer-max-height): New default value.
1991 (temp-buffer-resize-frames): New option.
1992 (resize-temp-buffer-window): Optionally resize frame.
1993
1994 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1995 (fit-frame-to-buffer): New function.
1996
7e570fbf 19972012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
1998
1999 * emulation/cua-rect.el (cua--init-rectangles):
2000 * textmodes/picture.el (picture-mode-map):
2001 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2002 like forward-char and backward-char. (Bug#12317)
2003
7e570fbf 20042012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
2005
2006 * progmodes/flymake.el (flymake-warning-re): New variable.
2007 (flymake-parse-line): Use it.
2008
7e570fbf 20092012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
2010
2011 * calendar/holidays.el (holiday-christian-holidays):
2012 Rename an entry. (Bug#12289)
2013
7e570fbf 20142012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
2015
2016 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2017 (bug#12222).
2018
972debf2
SM
20192012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * loadup.el: Load macroexp. Remove hack.
2022 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2023 (macroexp--expand-all): Use it to get better warnings.
2024 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2025 (internal-macroexpand-for-load): New functions.
2026 (macroexp--pending-eager-loads): New var.
2027 (emacs-startup-hook): New hack to replace one in loadup.el.
2028 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2029 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2030 (cl-psetf): Simplify.
2031 (cl-defstruct): Add indent rule.
2032
8ce192e3
LI
20332012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2034
2035 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2036 over `user-mail-address' for the SMTP MAIL FROM envelope.
2037 (smtpmail-via-smtp): Ditto.
2038
6578b4d8
DG
20392012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2040
2041 * progmodes/ruby-mode.el: Clean up keybindings.
2042 (ruby-mode-map): Don't bind ruby-electric-brace,
2043 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2044 backward-kill-word, reindent-then-newline-and-indent.
2045 (ruby-mark-defun): Remove.
2046 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2047 (ruby-mode): Set local beginning-of-defun-function and
2048 end-of-defun-function values.
2049
c5e28e39
MR
20502012-09-03 Martin Rudalics <rudalics@gmx.at>
2051
2052 * window.el (temp-buffer-window-setup-hook)
2053 (temp-buffer-window-show-hook): New hooks.
2054 (temp-buffer-window-setup, temp-buffer-window-show)
2055 (with-temp-buffer-window): New functions.
972debf2
SM
2056 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2057 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
2058
2059 * help.el (temp-buffer-resize-mode): Fix doc-string.
2060 (resize-temp-buffer-window): New optional argument WINDOW.
2061
2062 * files.el (recover-file, save-buffers-kill-emacs):
2063 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2064
73406194
MA
20652012-09-02 Michael Albinus <michael.albinus@gmx.de>
2066
2067 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2068 remote definition of `default-directory', ensure we can connect.
2069
63dd1c6f
JL
20702012-09-02 Juri Linkov <juri@jurta.org>
2071
2072 Toggle whitespace matching mode with M-s SPC.
2073 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2074
2075 * isearch.el (search-whitespace-regexp): Doc fix.
2076 Remove cons cell customization.
2077 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2078 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2079 New variables.
2080 (isearch-forward, isearch-forward-regexp): Doc fix.
2081 (isearch-toggle-lax-whitespace): New command.
2082 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2083 (re-search-forward-lax-whitespace)
2084 (re-search-backward-lax-whitespace): New functions.
2085 (isearch-whitespace-regexp): Remove function.
2086 (isearch-query-replace): Let-bind replace-search-function and
2087 replace-re-search-function.
2088 (isearch-occur): Let-bind search-spaces-regexp according to the
2089 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2090 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2091 condition for C-q SPC.
2092 (isearch-search-fun-default): Use new functions mentioned above.
2093 (isearch-search-forward, isearch-search-backward): Remove functions.
2094 (isearch-search): Don't let-bind search-spaces-regexp.
2095 (isearch-lazy-highlight-space-regexp): Remove variable.
2096 (isearch-lazy-highlight-lax-whitespace)
2097 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2098 (isearch-lazy-highlight-new-loop): Use them.
2099 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2100
af7dda05
CY
21012012-09-02 Chong Yidong <cyd@gnu.org>
2102
2103 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2104
d67d3afd
GM
21052012-09-02 Glenn Morris <rgm@gnu.org>
2106
2107 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2108
69678719
GM
21092012-09-01 Glenn Morris <rgm@gnu.org>
2110
2111 * term.el: Tidy up menu definitions.
2112 (term-mode-map): Use easymenu for In/Out, Complete menus.
2113 (term-pager-break-map): Initialize in the defvar.
2114 (term-terminal-menu, term-signals-menu): Define with easymenu.
2115 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2116 (term-pager-menu): New, extracted from term-process-pager.
2117 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2118 (term-update-mode-line): Propertize line/char and page items.
2119 (term-process-pager): Move keymap initialization elsewhere.
2120
78dd6ab1
MR
21212012-09-01 Martin Rudalics <rudalics@gmx.at>
2122
2123 * window.el (switch-to-prev-buffer): Handle additional values of
2124 BURY-OR-KILL argument. Don't switch in minibuffer window.
2125 (switch-to-next-buffer): Don't switch in minibuffer window.
2126 (quit-restore-window): New function based on quit-window.
2127 Handle additional values of former KILL argument.
2128 (quit-window): Call quit-restore-window with appropriate
2129 interpretation of KILL argument.
2130 (display-buffer-below-selected): New buffer display action
2131 function.
2132
3d10e134
SM
21332012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * minibuffer.el (completion-at-point-functions): Complete docstring
2136 (bug#12254).
2137
0e23ef9d
PE
21382012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 Better seed support for (random).
2141 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2142 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2143 * play/mpuz.el, play/tetris.el, play/zone.el:
2144 * calc/calc-comb.el (math-init-random-base):
2145 * play/blackbox.el (bb-init-board):
2146 * play/life.el (life):
2147 * server.el (server-use-tcp):
2148 * type-break.el (type-break):
2149 Remove unnecessary call to (random t).
2150 * net/sasl.el (sasl-unique-id-function):
2151 Change (random t) to (random), now that the latter is more random.
2152 * play/life.el (life-initialized): Remove no-longer-needed var.
2153
862382df
MR
21542012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2155
2156 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2157 Consider frame's buffer predicate when choosing the buffer.
2158 (Bug#12081)
2159
262a66e1
RS
21602012-08-30 Richard Stallman <rms@gnu.org>
2161
2162 * simple.el (special-mode-map): Delete binding for `z'.
2163
f17e1d00
AS
21642012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2165
2166 * progmodes/compile.el (compilation-always-kill): Doc fix.
2167
24777832
CY
21682012-08-30 Chong Yidong <cyd@gnu.org>
2169
2170 * window.el (display-buffer-reuse-frames): Make the obsolescence
2171 message more informative.
2172
69ba1f04
GM
21732012-08-30 Glenn Morris <rgm@gnu.org>
2174
2175 * paren.el (show-paren-delay):
2176 Add a :set function. Doc fix. (Bug#12297)
2177
f0019ede
MB
21782012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2179
2180 * progmodes/compile.el (compilation-always-kill): New var.
2181 (compilation-start): Use it.
2182
35e62fc9
SM
21832012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2184
af070a1c
SM
2185 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2186 * files.el (read-only-mode): Move to simple.el.
2187
35e62fc9
SM
2188 * files.el (read-only-mode): New minor mode.
2189 (toggle-read-only): Use it and mark obsolete.
2190 (find-file--read-only):
2191 * vc/vc.el (vc-next-action, vc-checkout):
2192 * vc/vc-cvs.el (vc-cvs-checkout):
2193 * obsolete/vc-mcvs.el (vc-mcvs-update):
2194 * ffap.el (ffap--toggle-read-only): Update callers.
2195
c2c43c23
MA
21962012-08-29 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
2199 remote shell scripts.
2200 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
2201
2202 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2203 "/usr/local/sbin".
2204
9fba804b
SM
22052012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2208
eada0861 22092012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 2210
806f0cc7
LL
2211 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2212 completion-at-point. (Bug#12220)
2213
3bb213b9
LL
2214 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2215
22ab32ef
LL
2216 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2217
eada0861 22182012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 2219
19c17fc1
CY
2220 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2221 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 2222
eada0861 22232012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
2224
2225 * progmodes/hideif.el (hif-compress-define-list):
2226 Fix typo. (Bug#11951)
2227
eada0861 22282012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
2229
2230 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2231 buffer local setting.
2232
27d6c5a8
LL
2233 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2234 rcirc-encode-coding-system.
2235
eada0861 22362012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
2237
2238 * net/rcirc.el (rcirc-split-message): New function.
2239 (rcirc-send-message): Use it. (Bug#12051)
2240
d44688e4
JL
22412012-08-28 Juri Linkov <juri@jurta.org>
2242
2243 * info.el (Info-fontify-node): Hide empty lines at the end of
2244 the node. (Bug#12272)
2245
34f10d41
MR
22462012-08-27 Drew Adams <drew.adams@oracle.com>
2247
2248 * dired.el (dired-pop-to-buffer): Make window start at beginning
2249 of buffer (Bug#12281).
2250
77f1f99c
CY
22512012-08-26 Chong Yidong <cyd@gnu.org>
2252
2253 * window.el (special-display-regexps, special-display-frame-alist)
2254 (special-display-buffer-names, special-display-function)
2255 (display-buffer-reuse-frames): Mark as obsolete.
2256
2257 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2258
2259 * help.el (help-print-return-message): Don't treat
2260 display-buffer-reuse-frames specially.
2261
d97af5a0
CY
22622012-08-26 Chong Yidong <cyd@gnu.org>
2263
9fba804b
SM
2264 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2265 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
2266 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2267 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2268 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2269 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2270 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2271 the functions directly with gdb-display-buffer-other-frame-action.
2272 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2273 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2274 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2275 (gdb-display-registers-buffer): Define directly.
2276 (def-gdb-display-buffer): Macro deleted.
2277 (gdb-display-buffer): Remove second and third args, callers don't
2278 use them. Defer to the default display-buffer behavior, apart
2279 from making windows dedicated.
2280 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2281
2282 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2283
2284 * window.el (display-buffer-pop-up-frame): Handle a
2285 pop-up-frame-parameters alist entry.
2286 (display-buffer): Document it.
2287
dd7ffad6
CY
22882012-08-26 Chong Yidong <cyd@gnu.org>
2289
2290 * isearch.el (search-whitespace-regexp): Make string and nil
2291 values apply to both ordinary and regexp search. Allow a cons
2292 cell value to distinguish between the two.
2293 (isearch-whitespace-regexp, isearch-search-forward)
2294 (isearch-search-backward): New functions.
2295 (isearch-occur, isearch-search-fun-default, isearch-search)
2296 (isearch-lazy-highlight-new-loop): Use them.
2297 (isearch-forward, isearch-forward-regexp): Doc fix.
2298
4c47bd1e
CY
22992012-08-26 Chong Yidong <cyd@gnu.org>
2300
2301 * faces.el (help-argument-name): Always inherit from italic
2302 (Bug#12213).
2303
9aba119d
MR
23042012-08-25 Martin Rudalics <rudalics@gmx.at>
2305
2306 * window.el (window--even-window-heights): Even heights when
2307 WINDOW and the selected window form a vertical combination.
2308 (display-buffer-use-some-window): Provide that window used gets
2309 sized back by quit-window. (Bug#11880) and (Bug#12091)
2310
ca5256ad
PE
23112012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2312
2313 Fix file time stamp problem with bzr and CVS (Bug#12001).
2314 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2315 in the file's time stamp, since the version control system loses
2316 that information.
2317
d1c0d176
JL
23182012-08-22 Juri Linkov <juri@jurta.org>
2319
2320 * info.el (Info-fontify-node): Hide the suffix of the
2321 Info file name in the header line. (Bug#12187)
2322
141562ff
GM
23232012-08-22 Glenn Morris <rgm@gnu.org>
2324
2325 * calendar/cal-tex.el (cal-tex-weekly-common):
2326 Restore leading blank page.
2327
61a48e19 23282012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
2329
2330 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
2331 the region under `shift-select-mode'. (Bug#12231)
2332
23332012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
2334
2335 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2336 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2337 gives details on why the space is never needed.
2338
ea95074e
MR
23392012-08-22 Martin Rudalics <rudalics@gmx.at>
2340
9fba804b
SM
2341 * window.el (walk-window-tree, window-with-parameter):
2342 New optional argument MINIBUF to control whether these functions
ea95074e
MR
2343 should run on the minibuffer window.
2344 (window-at-side-list): Don't operate on minibuffer window.
2345 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
2346 (window--size-ignore): Rename to window--size-ignore-p.
2347 Update callers.
caceae25
MR
2348 (display-buffer-in-atom-window, window--major-non-side-window)
2349 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
2350 (delete-side-window, display-buffer-in-side-window):
2351 New functions.
caceae25
MR
2352 (window--side-check, window-deletable-p, delete-window)
2353 (delete-other-windows, split-window): Handle side windows and
2354 atomic windows appropriately.
2355 (window--display-buffer): Call display-buffer-record-window also
2356 when the window buffer did not change.
ea95074e 2357
80a51fa0
CS
23582012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2359
2360 * help-fns.el (help-fns--key-bindings):
2361 Abbreviate non-symbol remap targets. (Bug#12174)
2362
fbb6300b
MR
23632012-08-22 Martin Rudalics <rudalics@gmx.at>
2364
2365 * dired.el (dired-mark-remembered): Don't clobber point.
2366 (Bug#11795)
2367
2b2c0794
GM
23682012-08-22 Glenn Morris <rgm@gnu.org>
2369
2370 * progmodes/bug-reference.el (bug-reference): New custom group.
2371 (bug-reference-bug-regexp): Make it a defcustom.
2372
37219830
DU
23732012-08-22 Daiki Ueno <ueno@unixuser.org>
2374
2375 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2376 (js-paren-indent-offset, js-square-indent-offset)
2377 (js-curly-indent-offset): Add :safe (Bug#12257).
2378
94e0e559
EC
23792012-08-22 Edward O'Connor <hober0@gmail.com>
2380
2381 * json.el (json-key-format): Add error properties.
2382 (json-encode-key): New function.
2383 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2384 Use json-encode-key.
2385
da485f5e
GM
23862012-08-22 Glenn Morris <rgm@gnu.org>
2387
2388 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2389 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2390 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2391 Update for above change.
2392
c6cc78b8
AS
23932012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2394
2395 * cus-face.el (custom-face-attributes): Fix customize type for the
2396 :underline attribute. (Bug#11805)
2397
5481664a
MR
23982012-08-21 Martin Rudalics <rudalics@gmx.at>
2399
2400 * window.el (window-point-1, set-window-point-1): Remove.
2401 (window-in-direction, record-window-buffer)
2402 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
2403 (window--state-get-1, display-buffer-record-window):
2404 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
2405 window-point and set-window-point respectively.
2406
6d74698e
GM
24072012-08-21 Glenn Morris <rgm@gnu.org>
2408
b7fa2691
GM
2409 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2410 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2411 Use it.
2412
52f56d5a
GM
2413 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2414 (cal-tex-shortday): New function.
2415 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2416 (cal-tex-cursor-filofax-daily): Use the above.
2417
9f1ee09e
GM
2418 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2419 New functions.
2420 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2421 (cal-tex-cursor-filofax-week): Use them.
2422
79858159
GM
2423 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2424 New constants.
2425 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2426 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2427
d346b2b4
GM
2428 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2429 (cal-tex-end-document): Don't rely on buffer name.
2430
b2403709
GM
2431 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2432 Use cal-tex-vspace.
2433 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2434 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
2435 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2436 Use cal-tex-arg.
b2403709 2437
1cebb5c0
GM
2438 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2439 (cal-tex-cursor-week, cal-tex-cursor-week2)
2440 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2441 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2442 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2443 (cal-tex-insert-preamble, cal-tex-b-document)
2444 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2445 Improve cal-tex-cmd usage.
2446
c68cd5d4
GM
2447 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2448 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2449 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2450 (cal-tex-weekly-paper): New function.
2451 (cal-tex-cursor-week, cal-tex-cursor-week2)
2452 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2453 (cal-tex-cursor-day): Use it.
2454
9dca4801
GM
2455 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2456 (cal-tex-cursor-filofax-week): Remove leading blank page.
2457
1941e134
GM
2458 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2459 Add autoload cookie. For now at least, don't use color, since
2460 no other cal-tex function does.
2461
6d74698e
GM
2462 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2463 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2464 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2465
64cde199
JL
24662012-08-21 Juri Linkov <juri@jurta.org>
2467
2468 * info.el (Info-file-attributes): New variable.
2469 (info-insert-file-contents): Add file attributes to
2470 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
2471 `Info-toc-nodes' when previous modtime of the Info file is less
2472 than new modtime.
2473 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2474 of info.el. (Bug#12230)
2475
32757648
GM
24762012-08-20 Glenn Morris <rgm@gnu.org>
2477
2478 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2479 * calendar/holidays.el (calendar-holiday-list):
2480 Report errors with display-warning rather than beep'n'sleep.
2481
a32fbbcf
MA
24822012-08-20 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * net/tramp.el (tramp-accept-process-output): Accept only output
2485 from PROC. Otherwise, process filters and sentinels might be
2486 confused. (Bug#12145)
2487
a05731a0
CY
24882012-08-20 Chong Yidong <cyd@gnu.org>
2489
2490 * descr-text.el (describe-text-properties-1): Use overlays-in to
2491 report on empty overlays (Bug#3322).
2492
36e8d1eb
GM
24932012-08-20 Glenn Morris <rgm@gnu.org>
2494
3d300447
GM
2495 * mail/rmailout.el (rmail-output-read-file-name):
2496 Trap and report errors in rmail-output-file-alist elements.
2497
36e8d1eb
GM
2498 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2499 since most non-font-lock faces are not also variables).
2500
b96e5814
ER
25012012-08-20 Edward Reingold <reingold@iit.edu>
2502
2503 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2504 New function. (Bug12160)
2505
7cef3569
GM
25062012-08-19 Glenn Morris <rgm@gnu.org>
2507
2508 * mail/rmailout.el (rmail-output-read-file-name):
2509 Fix previous change (when the alist is nil or does not match).
2510
17975d7f
CY
25112012-08-19 Chong Yidong <cyd@gnu.org>
2512
2513 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2514 (Bug#12228).
2515
2170b1bd
CY
25162012-08-18 Chong Yidong <cyd@gnu.org>
2517
2518 * simple.el (yank-handled-properties): New defcustom.
2519 (yank-excluded-properties): Add font-lock-face and category.
2520 (yank): Doc fix.
2521
9fba804b
SM
2522 * subr.el (remove-yank-excluded-properties):
2523 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
2524 and category is now done this way, instead of being hard-coded.
2525 (insert-for-yank-1): Remove font-lock-face handling.
2526 (yank-handle-font-lock-face-property)
2527 (yank-handle-category-property): New function.
2528
ee218151
GM
25292012-08-17 Glenn Morris <rgm@gnu.org>
2530
2531 * mail/rmailout.el (rmail-output-read-file-name):
2532 Check rmail-output-file-alist against the full message body
2533 in the correct rmail buffer. (Bug#12214)
2534
4a6bc3fd
MA
25352012-08-17 Michael Albinus <michael.albinus@gmx.de>
2536
9fba804b
SM
2537 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2538 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 2539
383dcbf9
CY
25402012-08-17 Chong Yidong <cyd@gnu.org>
2541
2542 * mouse.el (mouse-appearance-menu): If x-select-font returns a
2543 font spec, set the font directly (Bug#3228).
2544
998c4a6a
MR
25452012-08-17 Martin Rudalics <rudalics@gmx.at>
2546
2547 * window.el (delete-window): Fix last fix.
2548
52162052
MR
25492012-08-16 Martin Rudalics <rudalics@gmx.at>
2550
2551 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
2552 (window-child, window-child-count, window-last-child)
2553 (window-normalize-window, window-combined-p)
2554 (window-combinations, window-atom-root, window-min-size)
2555 (window-sizable, window-sizable-p, window-size-fixed-p)
2556 (window-min-delta, window-max-delta, window--resizable)
2557 (window--resizable-p, window-resizable, window-total-size)
2558 (window-full-height-p, window-full-width-p, window-body-size)
2559 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2560 (minimize-window, window-deletable-p, delete-window)
2561 (delete-other-windows, set-window-buffer-start-and-point)
2562 (next-buffer, previous-buffer, split-window, balance-windows-2)
2563 (set-window-text-height, window-buffer-height)
2564 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
2565 (truncated-partial-width-window-p): Minor code adjustments.
2566 In doc-strings state whether the argument window has to denote a
85c2386b 2567 live, valid or any window.
52162052 2568
1c308380
PS
25692012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
2570
2571 * progmodes/subword.el (subword-forward-function)
2572 (subword-backward-function, subword-forward-regexp)
2573 (subword-backward-regexp): New variables.
2574 (subword-forward, subword-forward-internal, subword-backward-internal):
2575 Use new variables, eg so that different "word" definitions
2576 can be easily used. (Bug#11411)
2577
94c9ece1
SM
25782012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2581 for composite selectors.
2582 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2583 operation just because we can't find a previous revision.
2584
f2045622
CY
25852012-08-15 Chong Yidong <cyd@gnu.org>
2586
2587 * frame.el (set-frame-font): Accept font objects.
2588
582db660
SM
25892012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2592
2f29c200
WJ
25932012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2594
456e62c2
WJ
2595 * man.el (Man-overstrike-face, Man-underline-face)
2596 (Man-reverse-face): Remove variables.
2597 (Man-overstrike, Man-underline, Man-reverse): New faces.
2598 (Man-fontify-manpage): Use them instead of the variables.
2599 (Man-cleanup-manpage): Comment change.
2600 (Man-ansi-color-map): New variable.
2601 (Man-fontify-manpage): Use it.
2602 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2603
2f29c200
WJ
2604 Implement ANSI SGR parameters 22-27 (bug#12146).
2605 * ansi-color.el (ansi-colors): Doc fix.
2606 (ansi-color-context, ansi-color-context-region): Doc fix.
2607 (ansi-color--find-face): New function.
2608 (ansi-color-apply, ansi-color-apply-on-region): Use it.
2609 Rename the local variable `face' to `codes' since it is now a list of
2610 ansi codes. Doc fix.
2611 (ansi-color-get-face): Remove.
2612 (ansi-color-parse-sequence): New function, derived from
2613 ansi-color-get-face.
2614 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
2615 codes 22-27.
2616
b4f5e9df
SM
26172012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * subr.el (read-passwd): Allow use from a minibuffer.
2620
ba025fbd
EZ
26212012-08-14 Eli Zaretskii <eliz@gnu.org>
2622
2623 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
2624 inside comments and strings as identifiers.
2625
2626 * progmodes/gud.el (gud-tooltip-print-command): Quote the
2627 expression to evaluate. This allows to evaluate expressions with
2628 embedded whitespace.
2629 (gud-tooltip-tips): Add a blank before the newline in the
2630 message-box text, for the benefit of message-box emulation on
2631 MS-Windows.
2632
2633 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
2634 messages from GDB, pop them up in a tooltip to give feedback to
2635 user.
b4f5e9df
SM
2636 (gdb-tooltip-print-1): Quote the expression to evaluate.
2637 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
2638 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
2639 if the TTY name is nil or empty (which happens when communicating
2640 with the inferior via pipes, e.g. on MS-Windows).
2641 (gdb-internals): If GDB sends a "&\n" empty debugging message,
2642 don't send that to the GUD buffer.
2643
c548f821
GM
26442012-08-14 Glenn Morris <rgm@gnu.org>
2645
2646 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
2647 Optimize away setq-default with no args, as for setq. (Bug#12195)
2648
55802e4a
CY
26492012-08-14 Chong Yidong <cyd@gnu.org>
2650
4abcdac8
CY
2651 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
2652
55802e4a
CY
2653 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
2654 (Bug#12085).
2655
3c3cda1a
GM
26562012-08-14 Glenn Morris <rgm@gnu.org>
2657
2658 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
2659
e1873bd0
MA
26602012-08-14 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
2663 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2664 Use cached shell name.
2665
925411b4
FEG
26662012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2667
2668 * progmodes/python.el (python-shell-send-string):
3c3cda1a 2669 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 2670
e636fafe
DG
26712012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2672
2673 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
2674 (ruby-percent-literal-beg-re): New constant.
2675 (ruby-syntax-general-delimiters-goto-beg): Rename to
2676 `ruby-syntax-enclosing-percent-literal', improve literal type check.
2677 (ruby-syntax-propertize-general-delimiters): Rename to
2678 `ruby-syntax-propertize-percent-literal', it's a shorter and more
2679 popular term. Adjust comments everywhere.
2680 (ruby-syntax-propertize-percent-literal): Only propertize when not
2681 inside a simple string or comment. When the literal is unclosed,
2682 leave the text after it unpropertized.
f063063a
DG
2683 (ruby-syntax-methods-before-regexp): New constant.
2684 (ruby-syntax-propertize-function): Use it to recognize regexps.
2685 Don't look at the text after regexp, just use the whitelist.
e636fafe 2686
e5b19827
AS
26872012-08-14 Andreas Schwab <schwab@linux-m68k.org>
2688
2689 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
2690 non-nil always load the compiled file if it exists. (Bug#12197)
2691
a9f6f311
CY
26922012-08-14 Chong Yidong <cyd@gnu.org>
2693
2694 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
2695 (hi-lock-set-pattern): When deciding whether to use font lock or
2696 overlays, look at font-lock-mode instead of font-lock-fontified
2697 (Bug#12168).
2698 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
2699 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
2700
7d806b1e
DU
27012012-08-14 Daiki Ueno <ueno@unixuser.org>
2702
2703 * subr.el (internal--after-with-selected-window): Fix typo
2704 (Bug#12193).
2705
5beed586
FEG
27062012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2707
2708 Use `completion-table-dynamic' for completion functions.
2709 * progmodes/python.el
2710 (python-shell-completion--do-completion-at-point)
e636fafe
DG
2711 (python-shell-completion--get-completions):
2712 Remove functions.
5beed586
FEG
2713 (python-shell-completion-complete-at-point): New function.
2714 (python-completion-complete-at-point): Use it.
2715
92cb3b04
J
27162012-08-13 Jambunathan K <kjambunathan@gmail.com>
2717
2718 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
2719 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
2720
89660017
SM
27212012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2722
3c98c962
SM
2723 * subr.el (function-get): Refine `autoload' arg so it can also
2724 autoload functions for gv.el (bug#12191).
2725 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
2726 autoloads macros.
2727
aa7c6dbe
SM
2728 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
2729 Prefer pcase-let over destructuring-bind.
2730 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
2731 Also, remove whitespace as we go, rather than after accumulating the
2732 various places.
2733
89660017
SM
2734 * subr.el (internal--before-with-selected-window)
2735 (internal--after-with-selected-window): Fix typo seleted->selected.
2736 (with-selected-window): Adjust callers.
2737 Reported by Dmitry Gutov <dgutov@yandex.ru>.
2738
31cd32c9
BG
27392012-08-13 Bastien Guerry <bzg@gnu.org>
2740
0fcd3d9f 2741 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
2742 enhancement. (Bug#12172)
2743
1b15d8ad
AS
27442012-08-13 Andreas Schwab <schwab@linux-m68k.org>
2745
31e54db0
AS
2746 * tar-mode.el (tar-header-data-end): Only ignore size for files of
2747 type 1-6.
2748 (tar-header-block-summarize, tar-get-descriptor): Handle pax
2749 extended headers.
2750
1b15d8ad
AS
2751 * files.el (hack-local-variables-filter): Remove useless eval.
2752
35cb9c06
MR
27532012-08-13 Martin Rudalics <rudalics@gmx.at>
2754
2755 * subr.el (with-selected-window): Fix last change.
2756
1439443b
SM
27572012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * subr.el (internal--before-with-seleted-window)
2760 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
2761 (with-selected-window): Use them, to replace dependency on
2762 tty-top-frame.
1439443b 2763
0d9e2599
NN
27642012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
2765
2766 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
2767 binding for `newline'.
2768 (ruby-move-to-block): When moving backward, stop at block opening,
2769 not indentation.
2770 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
2771 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
2772 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2773 `ruby-toggle-block'.
2774
ba10c48c
SM
27752012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * ibuffer.el (ibuffer-do-toggle-read-only):
2778 * dired.el (dired-toggle-read-only):
2779 * buff-menu.el (Buffer-menu-toggle-read-only):
2780 * bindings.el (mode-line-toggle-read-only):
2781 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
2782
9229c658
AS
27832012-08-12 Andreas Schwab <schwab@linux-m68k.org>
2784
2785 * descr-text.el (describe-char): Put the overlays over the
2786 "displayed as" character.
2787
0fd09128
JB
27882012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
2789
2790 * calc/calc-units.el (math-default-units-table): Give an
2791 initial value.
2792 (math-put-default-units): Add options to put composite units and
2793 unit systems in the default units table.
2794 (calc-convert-units): Send composite units to
2795 `math-put-default-units' when appropriate.
2796
9ff9402d 27972012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 2798
fbb5e336
GM
2799 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2800
7aacaf15
GM
2801 * tutorial.el (help-with-tutorial):
2802 * emacs-lisp/copyright.el (copyright-update-directory):
2803 * emacs-lisp/autoload.el (autoload-find-generated-file)
2804 (autoload-find-file): Disable local eval: (for insurance).
2805
f40b9f10
GM
2806 * files.el (hack-local-variables-filter): If an eval: form is not
2807 known to be safe, and enable-local-variables is :safe, then ignore
2808 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 2809 This is CVE-2012-3479.
f40b9f10 2810
daa9f1a6
SM
28112012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
2814 (rx-form): Simplify.
2815
9cd80478
DG
28162012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2817
0d9e2599
NN
2818 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
2819 ?, _, and : are symbol constituents, ! is not (but kinda should be).
2820 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
2821 (ruby-syntax-propertize-function): Adjust for changes in
2822 `ruby-syntax-propertize-heredoc'.
2823
28242012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
2825
9cd80478
DG
2826 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
2827 binding (use `M-;' instead).
9cd80478 2828 (ruby-singleton-class-p): New function.
0d9e2599 2829 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 2830
d301b413
SM
28312012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
2834
1530c98e
CY
28352012-08-10 Chong Yidong <cyd@gnu.org>
2836
2837 * progmodes/python.el (python-shell-get-process-name): Don't mess
2838 with same-window-buffer-names.
2839
2840 * eshell/eshell.el (eshell-add-to-window-buffer-names)
2841 (eshell-remove-from-window-buffer-names): Make obsolete.
2842 (eshell-buffer-name, eshell-unload-hook): Don't use them.
2843 (eshell): Just use pop-to-buffer-same-window instead.
2844
e1293765
CY
28452012-08-10 Chong Yidong <cyd@gnu.org>
2846
2847 * bindings.el: Bind M-= back to count-words-region.
2848
2849 * simple.el (count-words-region): Accept a prefix arg for acting
2850 on the entire buffer.
2851 (count-words--buffer-message): New helper function.
2852
e1894109
SM
28532012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
2856 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
2857 (event-start, event-end): Use posn-at-point to return a more
2858 informative posn.
2859 (posnp): New function.
2860 * mouse.el (popup-menu-normalize-position): Use it.
2861
c69f56a2
MY
28622012-08-10 Masatake YAMATO <yamato@redhat.com>
2863
2864 * mouse.el (popup-menu-normalize-position): New function.
2865 (popup-menu): Use `popup-menu-normalize-position' to normalize
2866 the form for POSITION argument.
2867
2868 * term/x-win.el (x-menu-bar-open):
2869 Use the value returend from (posn-at-point) as position
2870 passed to `popup-menu'.
2871
31673780
JB
28722012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2873
2874 * calc/calccomp.el (math-compose-expr): Add extra argument
2875 indicating that parentheses should be put around products in
2876 denominators. Give multiplication precedence over division during
2877 composition.
2878
dab7711b
CY
28792012-08-09 Chong Yidong <cyd@gnu.org>
2880
dee4ef93
CY
2881 * man.el (Man-switches, Man-sed-command, Man-awk-command)
2882 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2883 (Man-untabify-command, manual-program): Convert to defcustom
2884 (Bug#10429).
2885
73e2bbc5
CY
2886 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2887
3e861c8a
CY
2888 * descr-text.el (describe-char): Don't insert extra newlines
2889 (Bug#10127).
2890
a9f5a649
CY
2891 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2892 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2893
dab7711b
CY
2894 * align.el (align-region): Delete temporary markers (Bug#10047).
2895 Plus some code cleanups.
2896
e0cc4efa
FEG
28972012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2898
2899 * progmodes/python.el (python-pdbtrack-tracked-buffer)
2900 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2901 (python-shell-internal-last-output): Use make-local-variable
2902 instead of make-variable-buffer-local.
2903
489af14f
FEG
29042012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2905
2906 * progmodes/python.el: Enhancements to forward-sexp.
2907 (python-nav-forward-sexp): Rename from
2908 python-nav-forward-sexp-function.
c69f56a2
MY
2909 (python-nav--forward-sexp, python-nav--backward-sexp):
2910 New functions.
489af14f 2911
0fc50303
JB
29122012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2913
2914 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2915 modes and simplification modes.
2916
5d65606a
SM
29172012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * delsel.el (delete-selection-pre-hook): Don't propagate the
2920 file-supersession signals (bug#12161).
2921
4250fdf5
SM
29222012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2925 (cl-map-extents): Add compatibility aliases (bug#12135).
2926
d9f9b465
MA
29272012-08-08 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2930 tests by `ignore-error'.
2931 (tramp-find-shell): Open also a new shell, when cache is already
2932 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
2933
ce0fcefa
JL
29342012-08-08 Juri Linkov <juri@jurta.org>
2935
2936 * bookmark.el: Add `defaults' property to the bookmark record.
2937 (bookmark-current-buffer): Doc fix.
2938 (bookmark-make-record): Add `defaults' property with default values
2939 to the bookmark record.
2940 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2941 with `bookmark-insert-current-bookmark'.
2942 (bookmark-set): Get `defaults' property from the bookmark record
2943 and use it in `read-from-minibuffer'.
2944 (bookmark-insert-current-bookmark): Remove function.
2945
2946 * info.el (Info-bookmark-make-record): Add `defaults' property
2947 with values of canonical Info node name, the current Info file
2948 name and the current Info node name. (Bug#12107)
2949
53fa8652
JL
29502012-08-08 Juri Linkov <juri@jurta.org>
2951
2952 * files.el (basic-save-buffer): Use `buffer-name' as the default
2953 of `read-file-name' when buffer is not visiting a file (bug#12128).
2954
242c0a95
JL
29552012-08-08 Juri Linkov <juri@jurta.org>
2956
2957 * info.el (Info-isearch-search): Doc fix.
2958 (Info-search): Change search-failed message from "initial node" to
2959 "end of node" (bug#12078).
2960 (Info-isearch-search): Change `isearch-string-state' to
2961 `isearch--state-string'.
2962
32ac3a6b
GM
29632012-08-08 Glenn Morris <rgm@gnu.org>
2964
2965 * language/persian.el: Remove file.
f8c1afd5 2966 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
2967 * loadup.el: Remove language/persian.
2968
2c2d9c9c
OF
29692012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2970
2971 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2972
2d79ec42
FEG
29732012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2974
2975 * progmodes/python.el Fixed defsubst warning.
2976 (python-syntax-context) Rename from python-info-ppss-context.
2977 (python-syntax-context-type): Rename from
2978 python-info-ppss-context-type.
2979 (python-syntax-comment-or-string-p): Rename from
2980 python-info-ppss-comment-or-string-p.
2981
2bd255dd
JB
29822012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2983
2984 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2985
c395097f
AS
29862012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2987
6125983e
AS
2988 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2989 a defcustom that is quoted with backquote.
2990
4250fdf5
SM
2991 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2992 Fix handling of interactive spec when the body uses return.
651eaf36
AS
2993 (math-do-arg-check, math-define-function-body): Use backquote forms.
2994 * calc/calc-ext.el (math-defcache): Likewise.
2995 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2996 * allout.el (allout-new-exposure): Likewise.
2997 * calc/calcalg2.el (math-tracing-integral): Likewise.
2998 * info.el (Info-last-menu-item): Likewise.
2999 * emulation/vip.el (vip-loop): Likewise.
3000 * textmodes/artist.el (artist-funcall): Likewise.
3001 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3002 Construct menu-item directly.
3003
4250fdf5
SM
3004 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3005 Don't declare.
c395097f 3006
5fb50dd3
CY
30072012-08-07 Chong Yidong <cyd@gnu.org>
3008
3009 * simple.el (deactivate-mark): Preserve text properties when
3010 saving the primary selection (Bug#8384).
3011
54eea618
KR
30122012-08-07 Kevin Ryde <user42@zip.com.au>
3013
3014 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3015 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3016 and continue processing (Bug#12110).
3017
638eaeb9
SM
30182012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3021 syntax-propertize-function (bug#10095).
3022
ea376861
SM
30232012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3024
f91b35be
SM
3025 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3026 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3027 describe-function-1.
3028 (describe-function-1): Use them. Move compiler macro after sig.
3029 (help-fns--compiler-macro): Use function-get. Assume we're already in
3030 standard-output. Adjust layout to new call order.
3031
ea376861
SM
3032 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3033 re-binding a symbol that has a symbol-macro (bug#12119).
3034
d5be7bd0
MB
30352012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3036
3037 * language/persian.el: New file. (Bug#11812)
3038 * loadup.el: Add language/persian.el.
3039
90749b53
CY
30402012-08-06 Chong Yidong <cyd@gnu.org>
3041
3042 * window.el (window--maybe-raise-frame): New function.
3043 (window--display-buffer): Split off from here.
3044 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3045 (display-buffer-pop-up-window, display-buffer-use-some-window):
3046 Obey an inhibit-switch-frame action alist entry.
3047 (display-buffer): Update doc.
3048
3049 * replace.el (occur-after-change-function): Avoid losing focus by
3050 using the inhibit-switch-frame display parameter (Bug#12139).
3051
ba7b0154
FEG
30522012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3053
3054 Make internal shell process buffer names start with space.
3055 * progmodes/python.el (python-shell-make-comint): Add optional
3056 argument INTERNAL.
3057 (run-python-internal): Use it.
3058 (python-shell-internal-get-or-create-process): Check for new
3059 internal buffer names.
3060
5eaeacb5
GM
30612012-08-06 Glenn Morris <rgm@gnu.org>
3062
e296d94b 3063 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
3064 Do less getting and setting of environment variables.
3065
b7ccbdc2
CY
30662012-08-05 Chong Yidong <cyd@gnu.org>
3067
777fe95e
CY
3068 * proced.el (proced): Add substitution string to docstring to
3069 trigger autoloading of the proced library on C-h f (Bug#1768).
3070
4250fdf5
SM
3071 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3072 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
3073
3074 * imenu.el (imenu-generic-expression): Move documentation here
3075 from imenu--generic-function.
3076 (imenu--generic-function): Refer to imenu-generic-expression.
3077
9e3b7800 30782012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
3079
3080 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3081 indentation declaration.
3082 (viper-loop): Add indentation declaration (Bug#7025).
3083
e5d9c0d1
CY
30842012-08-05 Chong Yidong <cyd@gnu.org>
3085
f0422feb
CY
3086 * help-fns.el (describe-variable): Add hyperlink for
3087 directory-local variables files. Improve buffer-local and
3088 permanent-local reporting; suggested by MON KEY (Bug#6644).
3089
3090 * help-mode.el (help-dir-local-var-def): New button type.
3091
e5d9c0d1
CY
3092 * files.el (kill-buffer-hook): Provide a defvar.
3093
a4f2deaa
GM
30942012-08-05 Glenn Morris <rgm@gnu.org>
3095
3096 * eshell/esh-ext.el (eshell/addpath):
3097 Also update eshell-path-env. (Bug#12013)
3098
a9dd5754
CY
30992012-08-05 Chong Yidong <cyd@gnu.org>
3100
a4f2deaa 3101 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 3102
d014c740
CY
3103 * fringe.el (fringe-styles): Add docstring.
3104 (fringe--check-mode): New function.
3105 (set-fringe-mode, set-fringe-style): Use it.
3106 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3107
a9dd5754
CY
3108 * files.el (set-auto-mode): Fix invalid setq call.
3109
7c2dc8bd
SM
31102012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * isearch.el: Misc simplification; use defstruct.
3113 (isearch-mode-map): Dense maps now work like sparse ones.
3114 (isearch--state): New defstruct.
3115 (isearch-string-state, isearch-message-state, isearch-point-state)
3116 (isearch-success-state, isearch-forward-state)
3117 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3118 (isearch-wrapped-state, isearch-barrier-state)
3119 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3120 replaced by defstruct's accessors.
3121 (isearch--set-state): Rename from isearch-top-state and change
3122 calling convention.
3123 (isearch-push-state): Use new isearch--get-state.
3124 (isearch-toggle-word): Disable regexp when enabling word.
3125 (isearch-message-prefix): Remove unused arg _c-q-hack.
3126 (isearch-message-suffix): Remove unused arg _ellipsis.
3127
7fcc0070
AS
31282012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3129
3130 * simple.el (list-processes--refresh): For a server use :host or
3131 :local as the address.
97ad0769 3132 (list-processes): Doc fix.
7fcc0070 3133
a11035b8 31342012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
3135
3136 * lisp/mpc.el: Support password in host argument.
3137 (mpc--proc-connect): Parse and use new password element.
3138 Set mpc-proc variable instead of returning process.
3139 (mpc-proc): Adjust accordingly.
3140
6dad7178
EZ
31412012-08-03 Eli Zaretskii <eliz@gnu.org>
3142
18949c2f
EZ
3143 * whitespace.el (whitespace-display-mappings): Use Unicode
3144 codepoints, instead of emacs-mule codepoints. See
3145 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3146 for the details.
3147
6dad7178
EZ
3148 * files.el (file-truename): Don't skip symlink-chasing part on
3149 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
3150 Windows into the loop that recursively chases symlinks.
3151 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
3152 MS-DOS.
3153
385b0198
CY
31542012-08-03 Chong Yidong <cyd@gnu.org>
3155
6200f3c4
CY
3156 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3157
385b0198
CY
3158 * sort.el (sort-regexp-fields): Doc fix.
3159
b9e74744
TH
31602012-08-03 Tassilo Horn <tsdh@gnu.org>
3161
3162 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3163 labels regex position point at the expected place.
3164
41013cb4
MK
31652012-08-03 MON KEY <monkey@sandpframing.com>
3166
3167 * net/imap.el (imap-interactive-login, imap-authenticate)
3168 (imap-mailbox-lsub, imap-mailbox-list)
3169 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3170 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3171 (imap-parse-response): Doc fix.
3172
0ffee616
JT
31732012-08-03 João Távora <joaotavora@gmail.com>
3174
3175 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3176 if sexp scanning does not move point (Bug#5734).
3177
cfcc9cc8
TH
31782012-08-02 Tassilo Horn <tsdh@gnu.org>
3179
3180 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3181 Add listings, minted, and ctable packages.
3182 (reftex-label-alist-builtin): Move listings, minted, and ctable
3183 entries before LaTeX.
a01bbb84 3184 (reftex-label-alist): Docfix.
cfcc9cc8 3185
66ec2442
BG
31862012-08-02 Bastien Guerry <bzg@gnu.org>
3187
3188 * replace.el (occur): Fix docstring (bug#12122).
3189
837b365b
GM
31902012-08-02 Glenn Morris <rgm@gnu.org>
3191
3192 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3193
e098de97
PE
31942012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3195
3196 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3197 * international/mule-cmds.el: Create
3198 inactivate-current-input-method-function as an obsolete alias for
3199 deactivate-current-input-method-function. See Katsumi Yamaoka in
3200 <http://bugs.gnu.org/10150#46>.
3201
a0f95636
JB
32022012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3203
3204 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3205 of nested `if's.
3206
0d26d7c4
GM
32072012-08-01 Glenn Morris <rgm@gnu.org>
3208
3209 * progmodes/autoconf.el (autoconf-definition-regexp):
3210 Add AH_TEMPLATE, adjust submatch numbering.
3211 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3212 (autoconf-current-defun-function): Update for above change.
3213 (autoconf-current-defun-function): First skip to end of current word.
3214
b686ba06
RS
32152012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3216
3217 * calendar/cal-html.el (cal-html-insert-agenda-days):
3218 Fix typo. (Bug#12018)
3219
0d49da68
FEG
32202012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3221
3222 Shell processes: enhancements to startup and CEDET compatibility.
3223 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3224 (python-shell-make-comint): accept-process-output at startup.
3225 (run-python-internal): Set inferior-python-mode-hook to nil.
3226 (python-shell-internal-get-or-create-process): call sit-for.
3227 (python-preoutput-result): Add obsolete alias.
3228 (python-shell-internal-send-string): Use it.
3229 (python-shell-send-setup-code): Remove call to
3230 accept-process-output.
3231
f1a71c6e
AS
32322012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3233
3234 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3235 (Bug#12108)
3236
d2605269
JB
32372012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3238
3239 * calc-mode.el (calc-basic-simplification-mode): Rename from
3240 `calc-limited-simplification-mode'.
3241 (calc-alg-simplification-mode): New function.
fc0c31f8 3242 (calc-set-simplify-mode): Adjust message.
f1a71c6e 3243
d2605269
JB
3244 * calc.el (calc-set-mode-line): Adjust mode line display for
3245 basic simplification mode.
3246
3247 * calc-help.el (calc-m-prefix-help): Update help message.
3248
3249 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3250 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3251
a3827a43
BG
32522012-07-31 Bastien Guerry <bzg@gnu.org>
3253
3254 * man.el (man): Fix comment. (bug#12101)
3255
502e3f89
MR
32562012-07-31 Martin Rudalics <rudalics@gmx.at>
3257
3258 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3259 Don't return a non-nil value when no suitable buffer was found.
3260
d7714961
FEG
32612012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3262
3263 * progmodes/python.el (run-python-internal): Disable font lock for
3264 internal shells.
3265
1f45e27e
SM
32662012-07-30 Stefan Merten <smerten@oekonux.de>
3267
70efc5c9 3268 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
3269 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3270 (rst-official-version, rst-official-cvs-rev)
3271 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3272 (rst-mode-map): New key binding.
3273
0aee6912
PE
32742012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3275
3276 Update .PHONY listings in makefiles.
3277 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3278 autoloads, update-subdirs, updates, bzr-update, update-authors,
3279 compile-onefile, compile-calc, backup-compiled-files,
3280 compile-after-backup, compile-one-process, mh-autoloads,
3281 bootstrap-clean, distclean, maintainer-clean.
3282
9052f9f0
JB
32832012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3284
1823ac5a
JB
3285 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3286 (calc-set-mode-line): Don't display "AlgSimp ".
3287
3288 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3289 (calc-lim-simplify-mode): New function.
3290 (calc-set-simplify-mode): Default to 'alg.
3291 (calc-default-simplify-mode): Make algebraic simplifications
3292 the default.
3293
3294 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3295 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3296
8d7c7eed 3297 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
3298 indicate new simplification modes.
3299
1823ac5a
JB
3300 * calc/README: Mention new default simplification mode.
3301
9052f9f0
JB
3302 * calc/calc.el (math-normalize-error): New variable.
3303 (math-normalize): Set `math-normalize-error' to t
3304 when there's an error.
3305
3306 * calc/calc-alg.el (math-simplify): Don't simplify when
3307 `math-normalize' returns an error.
3308
20ba0cb4
EZ
33092012-07-29 Eli Zaretskii <eliz@gnu.org>
3310
3311 * international/mule-cmds.el (set-locale-environment): Revert last
3312 change, since display-graphic-p returns nil when this function is
3313 called during startup. Instead...
3314
3315 * term/w32console.el (terminal-init-w32console): ...setup the
3316 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3317
a5dcc929
JL
33182012-07-29 Juri Linkov <juri@jurta.org>
3319
3320 * simple.el (goto-line): Don't display default line number in the
3321 prompt because it should be displayed by `read-number' (bug#9952).
3322 Add the current line number to the defaults of `goto-line' to
3323 allow its easier modification by users with `M-n' (bug#9201).
3324
3325 * subr.el (read-number): Support multiple default values like in
3326 other minibuffer reading functions. Replace `read' with
3327 `string-to-number' for consistency with `number-to-string'.
3328
72b255c7
PE
33292012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3332 * emulation/viper-init.el (viper-deactivate-input-method-action):
3333 Rename from viper-inactivate-input-method-action.
3334 (viper-deactivate-input-method):
3335 Rename from viper-inactivate-input-method.
3336 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3337 * international/mule-cmds.el (deactivate-input-method):
3338 Rename from inactivate-input-method.
3339 Also run input-method-deactivate-hook.
3340 (deactivate-current-input-method-function):
3341 Rename from inactivate-current-input-method-function.
3342 (input-method-deactivate-hook): New hook.
3343 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
3344 (inactivate-input-method): Mark obsolete.
3345
72b255c7
PE
3346 * international/quail.el (quail-activate):
3347 Also run quail-deactivate-hook.
3348 (quail-deactivate): Rename from quail-inactivate.
3349 * international/robin.el (robin-activate):
3350 Also run robin-deactivate-hook.
3351 (robin-deactivate): Rename from robin-inactivate.
3352
2549c068
CY
33532012-07-29 Chong Yidong <cyd@gnu.org>
3354
3355 * simple.el (indicate-copied-region): New function.
3356 (kill-ring-save): Split off from here.
3357
3358 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3359 (kill-rectangle): Set deactivate-mark to t on read-only error.
3360
3361 * register.el (copy-to-register, copy-rectangle-to-register):
3362 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
3363 (append-to-register, prepend-to-register): Call indicate-copied-region.
3364
33652012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
3366
3367 * simple.el (async-shell-command-buffer): New defcustom.
3368 (shell-command): Use it. (Bug#4719)
3369
01bd1b0d
EZ
33702012-07-28 Eli Zaretskii <eliz@gnu.org>
3371
3372 * international/mule-cmds.el (set-locale-environment): In a
3373 console session on MS-Windows, set up keyboard and terminal
3374 encoding from the OEM codepage, not the ANSI codepage.
3375 (Bug#12055)
3376
a55739d3
CY
33772012-07-28 Chong Yidong <cyd@gnu.org>
3378
3379 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3380 gdb-get-location.
3381
0e1a094f 33822012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
3383
3384 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3385 the alist (bug#12029).
3386
20329d73
EZ
33872012-07-28 Eli Zaretskii <eliz@gnu.org>
3388
3389 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3390 (compile-always, compile-first)
3391 ($(lisp)/calendar/cal-loaddefs.el)
3392 ($(lisp)/calendar/diary-loaddefs.el)
3393 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3394 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3395 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3396 instead of on update-subdirs.
3397 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3398
345a2258
CY
33992012-07-28 Chong Yidong <cyd@gnu.org>
3400
1eee6341
CY
3401 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3402 directory if vc-deduce-backend returns nil (Bug#7350).
3403
345a2258
CY
3404 * simple.el (delete-trailing-lines): New option.
3405 (delete-trailing-whitespace): Obey it (Bug#11879).
3406
049a0936
DE
34072012-07-28 David Engster <deng@randomsample.de>
3408
3409 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3410 Explanation of new 'symbol-qnames feature in doc-strings.
3411 (xml-maybe-do-ns): Return expanded names as plain symbols if
3412 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3413 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3414
aa81af71
FEG
34152012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3416
3417 Consistent completion in inferior python with emacs -nw.
3418 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3419 binding in inferior-python-mode-map with "\t".
3420 (python-shell-completion-complete-at-point)
3421 (python-completion-complete-at-point): Remove interactive spec.
3422
e827b1eb
JB
34232012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3424
3425 * calc/calccomp.el (math-compose-expr): Undo previous change.
3426
a90dfb95
FEG
34272012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3428
4250fdf5 3429 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
3430 run-python.
3431 (python-shell-make-comint): Fix pop-to-buffer call.
3432 (run-python): Autoload. New arg SHOW.
3433 (python-shell-get-or-create-process): Do not pop python process
3434 buffer.
3435
32770973 34362012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
3437
3438 * notifications.el (notifications-on-action-signal)
3439 (notifications-on-closed-signal): Use also the bus address for the map.
3440 (notifications-notify, notifications-close-notification)
fc0c31f8 3441 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 3442
86332df2
TH
34432012-07-27 Tassilo Horn <tsdh@gnu.org>
3444
4250fdf5
SM
3445 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3446 Add support for the lstlisting and minted environments, and for the
86332df2
TH
3447 ctable macro.
3448 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3449 labels written in keyvals syntax.
3450
ca1302a4
JB
34512012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3452
3453 * calc/calccomp.el (math-compose-expr): Use parentheses when
3454 there is a product in the denominator of a fraction.
3455
f8b91036
EZ
34562012-07-26 Eli Zaretskii <eliz@gnu.org>
3457
3458 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3459 ($(lisp)/calendar/diary-loaddefs.el)
3460 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
3461 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3462 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
3463 rewritten while the autoload files are built at the same time,
3464 which needs to load subdirs.el.
3465
c8e5a42c
MR
34662012-07-26 Martin Rudalics <rudalics@gmx.at>
3467
3468 * mouse.el (popup-menu): Fix doc-string and re-indent code.
3469 (mouse-drag-line): Don't exit tracking when a switch-frame or
3470 switch-window event occurs (Bug#12006).
3471
670d85ea
SM
34722012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * mouse.el (popup-menu): Fix last change.
3475
7abaf5cc
SM
34762012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 Autoload from Lisp with more care. Follow aliases when looking for
3479 function properties.
3480 * subr.el (autoloadp): New function.
3481 (symbol-file): Use it.
3482 (function-get): New function.
3483 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3484 autoload-do-load.
3485 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3486 (lisp-indent-function):
3487 * emacs-lisp/gv.el (gv-get):
3488 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3489 * emacs-lisp/byte-opt.el (byte-optimize-form):
3490 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3491 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3492 Use function-get.
3493 * emacs-lisp/cl.el: Don't propagate function properties any more.
3494
3495 * speedbar.el (speedbar-add-localized-speedbar-support):
3496 * emacs-lisp/disass.el (disassemble-internal):
3497 * desktop.el (desktop-load-file):
3498 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3499 (describe-function-1):
3500 * emacs-lisp/find-func.el (find-function-noselect):
3501 * emacs-lisp/elp.el (elp-instrument-function):
3502 * emacs-lisp/advice.el (ad-has-proper-definition):
3503 * apropos.el (apropos-safe-documentation, apropos-macrop):
3504 * emacs-lisp/debug.el (debug-on-entry):
3505 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3506 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3507 * calc/calc.el (name): Use autoloadp & autoload-do-load.
3508
b1364986
AA
35092012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
3510
3511 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3512 function, not an obsolete variable (Bug#12046).
3513
67ada220
AS
35142012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3515
3516 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3517
f08088e3
CS
35182012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
3519
3520 * emacs-lisp/pp.el (pp-display-expression): Select old selected
3521 window only if it is still live (Bug#12034).
3522
8137e7b3
MR
35232012-07-25 Martin Rudalics <rudalics@gmx.at>
3524
3525 * subr.el (redirect-frame-focus): Add advertised calling
3526 convention (Bug#12030).
3527
09ae5da1
PE
35282012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3529
3530 Prefer typical American spelling for "acknowledgment".
3531 * vc/add-log.el (change-log-acknowledgment): Rename from
3532 change-log-acknowledgement, with an alias for the old name.
3533
3cc5a3a8
JB
35342012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
3535
3536 * calc-alg.el (math-simplify-divide): Don't cross multiply
3537 in an equation when the lhs is a variable.
3538
b7af7f62
JD
35392012-07-24 Julien Danjou <julien@danjou.info>
3540
3541 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3542 Remove, unused.
3543
ec1b09b1
EZ
35442012-07-23 Eli Zaretskii <eliz@gnu.org>
3545
3546 * startup.el (command-line): Don't display an empty user name in
3547 the error message about non-existent home directory, when
3548 init-file-user was set to an empty string. See
3549 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3550 for the details and context.
3551
b525fd8a
VB
35522012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
3553
3554 * ses.el (ses-cell-formula-aset): New macro.
3555 (ses-cell-references-aset): New macro.
3556 (ses-cell-p): New function.
3557 (ses-rename-cell): Do no longer rely on complex operations like
3558 ses-cell-set-formula or ses-set-cell to change the cell and handle
3559 the undo at the same time, but rather use lower level new macros
3560 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 3561 the undo directly. Refresh the mode line.
b525fd8a 3562
2c73e345
LL
35632012-07-21 Leo Liu <sdl.web@gmail.com>
3564
670d85ea
SM
3565 * progmodes/cc-cmds.el (c-defun-name):
3566 Use match-string-no-properties instead for consistency.
2c73e345 3567
542dfbde
LL
35682012-07-20 Leo Liu <sdl.web@gmail.com>
3569
3646bcd6
LL
3570 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3571 (Bug#7879)
3572
542dfbde
LL
3573 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3574
25721031
CY
35752012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3578 * progmodes/bug-reference.el, misearch.el: Provide themselves
3579 (bug#11915).
3580
3581 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3582 of narrowed buffer (bug#11966).
3583
316e68a7
VB
35842012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
3585
3586 * ses.el (ses-rename-cell): Set new name also in reference list of
3587 cells of which the renamed cell depends.
3588
bbf0e7d9
MY
35892012-07-20 Masatake YAMATO <yamato@redhat.com>
3590
3591 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3592 to check whether menu-bar is shown or not. If not shown,
3593 show the menu-bar as a popup menu instead of using tmm.
3594 * mouse.el (popup-menu): Accept `point' as `position' argument.
3595
c28662a8
DG
35962012-07-20 Dmitry Gutov <dgutov@yandex.ru>
3597
3598 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3599 up inside string symbol literal (bug#11923).
3600
87ab808f
EZ
36012012-07-20 Eli Zaretskii <eliz@gnu.org>
3602
3603 * startup.el (fancy-startup-text): Read the whole tutorial, not
3604 just its first 256 bytes. Prevents gibberish in display of the
3605 tutorial title.
3606
89dea803
DA
36072012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3608
3609 Drop idle buffer compaction due to an absence of the
3610 proved efficiency.
3611 * compact.el: Remove.
3612
8a4e6db8
SS
36132012-07-19 Sam Steingold <sds@gnu.org>
3614
3615 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3616 vc-bzr-pull & vc-bzr-merge-branch.
3617 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3618 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
3619 for consistency with compilation-error-regexp-alist.
3620 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
3621 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
3622 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
3623 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
3624
5db81e33
SM
36252012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * emacs-lisp/chart.el: Use lexical-binding.
3628 (chart-emacs-storage): Don't hardcode the list of entries.
3629
5b835e1d
DA
36302012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3631
3632 Next round of tweaks caused by Fgarbage_collect changes.
3633 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
3634
9cd47b72
DA
36352012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3636
3637 Compact buffers when idle.
3638 * compact.el: New file.
3639
1d6fc0df
SM
36402012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * subr.el (eventp): Presume that if it looks vaguely like an event,
3643 it's an event (bug#10190).
3644
1d29cc7d
FEG
36452012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
3646
3647 Enhancements to ppss related code (thanks Stefan).
3648 * progmodes/python.el (python-indent-context)
3649 (python-indent-calculate-indentation, python-indent-dedent-line)
3650 (python-indent-electric-colon, python-nav-forward-block)
3651 (python-mode-abbrev-table)
1d6fc0df 3652 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
3653 for ppss context.
3654 (python-info-continuation-line-p): Cleanup.
3655 (python-info-ppss-context): Do not catch 'quote.
3656 (python-info-ppss-context-type)
3657 (python-info-ppss-comment-or-string-p): Simplify.
3658
d583cbe6
FEG
36592012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
3660
3661 * progmodes/python.el: Enhancements to eldoc support.
3662 (python-info-current-symbol): New function.
3663 (python-eldoc-at-point): Use python-info-current-symbol.
3664 (python-info-current-defun): Fix cornercase on first defun scan.
3665 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
3666 and signal error when no inferior python process is available.
3667
eceb6feb
DG
36682012-07-18 Dmitry Gutov <dgutov@yandex.ru>
3669
3670 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
3671 assume it's always t.
3672 (vc-git-registered): Remove caching, the function is only called
3673 once.
3674 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
3675
4c8ff0fe
CY
36762012-07-18 Chong Yidong <cyd@gnu.org>
3677
19fb7186
CY
3678 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
3679
9587c688
CY
3680 * simple.el (count-words): Report on narrowing (Bug#9959).
3681
0fe776a1
CY
3682 * bindings.el: Bind M-= to count-words.
3683
4c8ff0fe
CY
3684 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
3685
7f5331cc
MY
36862012-07-18 Masatake YAMATO <yamato@redhat.com>
3687
3688 * progmodes/sh-script.el (sh-imenu-generic-expression):
3689 Capture a function with `function' keyword and without parentheses
3690 like "function FOO" (bug#11856).
3691
2dc2a609
TH
36922012-07-18 Tassilo Horn <tassilo@member.fsf.org>
3693
3694 * window.el (split-window-sensibly): Make WINDOW argument
3695 optional.
3696
439f7677
CY
36972012-07-18 Chong Yidong <cyd@gnu.org>
3698
9aeb25a6
CY
3699 * subr.el (keyboard-translate): Doc fix (Bug#7261).
3700
439f7677
CY
3701 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
3702 and make C-x 8 RET exit isearch (Bug#11439).
3703
3704 * international/iso-transl.el: Move isearch-mode-map key
3705 definitions to isearch.el.
3706
12999ea8
SM
37072012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
3710 (eieio-defclass): Use gv-define-setter when possible.
3711
3ab6e069
DA
37122012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3713
3714 Reflect recent changes in Fgarbage_collect.
3715 * emacs-lisp/chart.el (chart-emacs-storage): Change to
3716 reflect new format of data returned by Fgarbage_collect.
3717
0a60bc10
FEG
37182012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3719
3720 New utility functions + python-info-ppss-context fix (Bug#11910).
3721 * progmodes/python.el (python-info-beginning-of-block-statement-p)
3722 (python-info-ppss-comment-or-string-p): New functions.
3723 (python-info-ppss-context): Small fix for string check.
3724
6dafa0d5
JL
37252012-07-17 Juri Linkov <juri@jurta.org>
3726
3727 * dired-aux.el (dired-do-async-shell-command): Doc fix.
3728 (dired-do-async-shell-command): Don't add `*' at the end of the
3729 command (Bug#11815).
3730 (dired-do-shell-command): Doc fix.
3731 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
3732 Join the individual commands using either "&" or ";" as the
3733 separator depending on the values of these trailing characters.
3734 At the end re-add the trailing "&". (Bug#10598)
3735
3736 * simple.el (async-shell-command): Sync the interactive spec with
3737 `shell-command'. Doc fix.
3738 (shell-command): Doc fix.
3739
b19dd9d1
JL
37402012-07-17 Juri Linkov <juri@jurta.org>
3741
3742 * descr-text.el (describe-char): Fix format args. (Bug#10129)
3743
bcdc27d7 37442012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 3745
bcdc27d7 3746 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
3747 * progmodes/python.el (python-nav-beginning-of-statement):
3748 Rename from python-nav-statement-start.
bcdc27d7
FEG
3749 (python-nav-end-of-statement): Rename from
3750 python-nav-statement-end.
3751 (python-nav-beginning-of-block): Rename from
3752 python-nav-block-start.
3753 (python-nav-end-of-block): Rename from python-nav-block-end.
3754
191da00e
FEG
37552012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3756
7f5331cc
MY
3757 * progmodes/python.el (python-shell-send-string-no-output):
3758 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
3759 future interactions (Bug#11868).
3760
4dc7c8d5 37612012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 3762
88ecaf8f
SM
3763 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
3764
ef501ef0
SM
3765 * emacs-lisp/elint.el (elint-find-args-in-code):
3766 Use help-function-arglist, so as to handle lexical byte-code.
3767
aa7aaf8f
SM
3768 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
3769 change (bug#11826).
3770
45fd731c
SM
37712012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3772
2143fa32
SM
3773 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
3774 Avoid spuriously marking the buffer as modified because of c-is-sws.
3775
efc26dbe
SM
3776 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
3777 as not-a-comment (bug#11946).
3778
f5695c9a
SM
3779 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
3780 for uninterned vars.
3781
3782 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
3783 Use read-event since we don't really want to read chars but bytes.
3784
45fd731c
SM
3785 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
3786 $$..$$ but also $..$ using regexps (bug#11953).
3787 Use tex-verbatim for \url and \path.
3788 (tex-font-lock-keywords): Define as defconst like the others.
3789 (tex-common-initialization): Don't use font-lock-syntax-table any more.
3790
ddfc8813
RK
37912012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
3792
3793 * international/mule-cmds.el (ucs-insert): Make it an obsolete
3794 alias for insert-char.
3795
758e556a
FEG
37962012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3797
3798 * progmodes/python.el: Simplified imenu implementation.
3799 (python-nav-jump-to-defun): Remove command.
3800 (python-mode-map): Use `imenu' instead.
3801 (python-nav-list-defun-positions-cache)
3802 (python-imenu-include-defun-type, python-imenu-make-tree)
3803 (python-imenu-subtree-root-label, python-imenu-index-alist):
3804 Remove vars.
3805 (python-nav-list-defun-positions, python-nav-read-defun)
3806 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
3807 (python-imenu-make-tree, python-imenu-create-index):
3808 Remove functions.
758e556a
FEG
3809 (python-mode): Update to interact with imenu by setting
3810 `imenu-extract-index-name-function' only.
3811
032d23ab
FEG
38122012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3813
3814 * progmodes/python.el: Enhancements to navigation commands.
3815 (python-nav-backward-sentence)
3816 (python-nav-forward-sentence): Remove.
3817 (python-nav-backward-statement, python-nav-forward-statement)
3818 (python-nav-statement-start, python-nav-statement-end)
3819 (python-nav-backward-block, python-nav-forward-block)
3820 (python-nav-block-start, python-nav-block-end)
3821 (python-nav-forward-sexp-function)
3822 (python-info-current-line-comment-p)
3823 (python-info-current-line-empty-p): New functions.
3824 (python-indent-context): Use `python-nav-statement-start'.
3825
01795a1b
MA
38262012-07-16 Michael Albinus <michael.albinus@gmx.de>
3827
9328d9aa
MA
3828 * eshell/em-ls.el (eshell/ls): Use `apply'.
3829
3830 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
3831 multi-hops, instead of Tramp internals.
3832
01795a1b
MA
3833 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
3834
3835 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
3836 when F1 and F2 are located on different hosts.
3837
63408057
CY
38382012-07-14 Chong Yidong <cyd@gnu.org>
3839
3840 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
3841 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
3842 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
3843 (xterm-mouse--read-event-sequence-1000)
3844 (xterm-mouse--read-event-sequence-1006): New functions. For old
3845 mouse protocol, handle M-mouse-X events correctly.
3846 (xterm-mouse-event): New arg specifying mouse protocol.
3847 (turn-on-xterm-mouse-tracking-on-terminal)
3848 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
3849 sequence to toggle extended coordinates on newer XTerms.
3850 This appears to be harmless on terminals which do not support this.
63408057 3851
cd276f6e
LL
38522012-07-14 Leo Liu <sdl.web@gmail.com>
3853
28ca98ac
LL
3854 Add fringe bitmap indicators for flymake. (Bug#11253)
3855 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
3856 (flymake-make-overlay): New arg BITMAP.
3857 (flymake-error-bitmap, flymake-warning-bitmap)
3858 (flymake-fringe-indicator-position): New user variables.
3859
cd276f6e
LL
3860 * fringe.el: New bitmap exclamation-mark.
3861
04408072
JD
38622012-07-14 Jan Djärv <jan.h.d@swipnet.se>
3863
3864 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
3865 also (Bug#7879).
3866
b5cf7fc4
CY
38672012-07-14 Chong Yidong <cyd@gnu.org>
3868
3869 * electric.el (electric-pair-post-self-insert-function): Fix pair
3870 insertion in empty-region case (Bug#11520).
3871
be755c79
RT
38722012-07-14 Chong Yidong <cyd@gnu.org>
3873
45fd731c
SM
3874 * bindings.el: Consolidate ctl-x-r-map bindings.
3875 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
3876
3877 * rect.el, register.el: Move bindings to bindings.el.
3878
38792012-07-14 Reuben Thomas <rrt@sc3d.org>
3880
3881 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3882
7f5b3198
AS
38832012-07-13 Andreas Schwab <schwab@linux-m68k.org>
3884
3885 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
3886
97662200
JB
38872012-07-13 Juanma Barranquero <lekktu@gmail.com>
3888
80185fed
JB
3889 * bindings.el (top): Use `mapc' instead of `mapcar'.
3890
97662200
JB
3891 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3892
2bb1ae55
MA
38932012-07-13 Michael Albinus <michael.albinus@gmx.de>
3894
3895 * progmodes/sql.el (sql-comint): Suppress the check for program on
3896 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
3897 (Bug#11908)
3898
dea31bd3
CY
38992012-07-13 Chong Yidong <cyd@gnu.org>
3900
3901 * bindings.el: Assign a non-nil permanent-local property to
3902 per-buffer variables which lack a default value (Bug#11930).
3903
3904 * help-fns.el (describe-variable): In the "automatically becomes
3905 local" notice, take note of permanent-local variables.
3906
b68b3337
CY
39072012-07-13 Chong Yidong <cyd@gnu.org>
3908
3909 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
3910 to allow printing the message when called from Lisp.
3911
3912 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3913 Remove toggle-read-only.
3914
3915 * bs.el (bs-toggle-readonly):
45fd731c
SM
3916 * buff-menu.el (Buffer-menu-toggle-read-only):
3917 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
3918
3919 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3920 Remove with-no-warnings around toggle-read-only.
3921 (ffap-read-only, ffap-read-only-other-window)
3922 (ffap-read-only-other-frame): Callers changed.
3923
3924 * help-mode.el: Don't require view package.
3925 (help-mode-finish): Set buffer-read-only instead of calling
3926 toggle-read-only.
3927
3928 * bindings.el (mode-line-toggle-read-only):
3929 * dired.el (dired-toggle-read-only):
3930 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3931 with non-nil second arg.
3932
3933 * emacs-lisp/eieio-custom.el (eieio-customize-object):
3934 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3935 directly.
3936
56bc1586
EZ
39372012-07-12 Eli Zaretskii <eliz@gnu.org>
3938
3939 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3940 not incf.
3941
a464a6c7
SM
39422012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 More CL cleanups and reduction of use of cl.el.
3945 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3946 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3947 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3948 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3949 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3950 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3951 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3952 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3953 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3954 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3955 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3956 * eshell/em-cmpl.el, eshell/em-banner.el:
3957 * calendar/parse-time.el: Use cl-lib.
3958 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3959 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3960 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3961 * term/ns-win.el, term.el, shell.el, ps-samp.el:
3962 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3963 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3964 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3965 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3966 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3967 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3968 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3969 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3970 `lambda' rather than with `quote'.
3971 (eshell-do-opt): Adjust accordingly.
3972 (eshell-process-option): Simplify.
3973 * eshell/esh-var.el:
3974 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3975 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3976 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3977 to `pcase--dontcare'.
3978 * emacs-lisp/cl.el (labels): Mark obsolete.
3979 (cl--letf, letf): Move to cl-lib.
3980 (cl--letf*, letf*): Remove.
3981 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3982 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3983 (cl-progv): Rewrite.
3984 (cl--letf, cl-letf): Move from cl.el.
3985 (cl-letf*): New macro.
3986 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3987
7ad4afe1
MA
39882012-07-11 Michael Albinus <michael.albinus@gmx.de>
3989
3990 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3991
9af57756
CY
39922012-07-11 Chong Yidong <cyd@gnu.org>
3993
3994 * vc/log-edit.el (log-edit-vc-backend): New variable.
3995 (log-edit): Doc fix.
3996
3997 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3998 argument of log-edit to set up all local variables.
3999 (vc-start-logentry): New optional arg specifying VC backend.
4000
4001 * vc/vc.el (vc-checkin): Use it.
4002 (vc-deduce-fileset): Handle Log Edit buffers.
4003 (vc-diff): Make first argument optional too.
4004
4005 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4006
8477cc7a
MA
40072012-07-10 Michael Albinus <michael.albinus@gmx.de>
4008
4009 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4010 command, just in case. The function is not needed anymore.
4011 (eshell-external-command): Do not call `eshell-remote-command'.
4012
19faa8e8
SM
40132012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4014
f58e0fd5
SM
4015 Reduce use of (require 'cl).
4016 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4017 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4018 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4019 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4020 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4021 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4022 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4023 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4024 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4025 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4026 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4027 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4028 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4029 (byte-compile-unfold-bcf, byte-compile-check-variable):
4030 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4031 (byte-compile-nilconstp):
4032 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4033 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4034
2519d43a
SM
4035 * emacs-lisp/gv.el (cond): Make it a valid place.
4036 (if): Simplify slightly.
4037
19faa8e8
SM
4038 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4039 (pcase--self-quoting-p): New function.
4040 (pcase--u1): Use it.
4041
c4907a5e
GM
40422012-07-10 Glenn Morris <rgm@gnu.org>
4043
4044 * emacs-lisp/authors.el (authors-fixed-entries):
4045 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4046
c4444d16
PE
40472012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4048
4049 Rename configure.in to configure.ac (Bug#11603).
4050 * emacs-lisp/authors.el (authors-canonical-file-name):
4051 * progmodes/autoconf.el (autoconf-mode):
4052 Prefer configure.ac to configure.in.
4053
d75be97d
CY
40542012-07-08 Chong Yidong <cyd@gnu.org>
4055
01ac65bd
CY
4056 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4057 Implement the mouse-1-click-follows-link handling properly.
4058
4059 * info.el (Info-link-keymap): Use follow-link mechanism for
4060 header-line links (Bug#374).
4061
d75be97d
CY
4062 * simple.el (deactivate-mark): Do not set the primary selection
4063 if another program has acquired it (Bug#11772).
4064
87a92845 40652012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
4066
4067 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4068 (woman-decode-region): Replace escaped-escapes without destroying
4069 bold or underline (Bug#11552).
87a92845 4070 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 4071
621b9d6c
CY
40722012-07-07 Chong Yidong <cyd@gnu.org>
4073
4074 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
4075 (interprogram-cut-function, interprogram-paste-function):
4076 Mention that we typically mean the clipboard.
621b9d6c 4077
133a11fc
GM
40782012-07-06 Glenn Morris <rgm@gnu.org>
4079
0d27a45e
GM
4080 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4081
133a11fc
GM
4082 * files.el (toggle-read-only): Restrict message to interactive use.
4083
07b151f1
MA
40842012-07-06 Michael Albinus <michael.albinus@gmx.de>
4085
4086 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4087
4088 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4089
211b896b
GM
40902012-07-06 Glenn Morris <rgm@gnu.org>
4091
50394322
GM
4092 * Makefile.in (compile-one-process): Rename from "recompile".
4093
211b896b
GM
4094 * Makefile.in (bzr-update): "compile" is the same as "recompile
4095 autoloads", but parallelizable, so use that instead.
4096
4737eec9
DG
40972012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4098
4099 * window.el (quit-window): Always restore window height when
8137e7b3 4100 it's saved in quit-restore parameter (Bug#11810).
4737eec9 4101
226c3633 41022012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
4103
4104 * simple.el (kill-whole-line): Doc tweak.
4105
226c3633 41062012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
4107
4108 * files.el (file-relative-name): Compare file names
4109 case-insensitively if on MS-Windows or MS-DOS, or if
4110 read-file-name-completion-ignore-case is non-nil. Don't use
4111 case-fold-search for this purpose. (Bug#11827)
4112
4dc7c8d5
SM
41132012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4114
4115 * calendar/cal-dst.el (calendar-current-time-zone):
4116 Return calendar-current-time-zone-cache if non-nil.
4117
41182012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 41192012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4120
19faa8e8
SM
4121 * calendar/cal-dst.el (calendar-current-time-zone):
4122 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4123
60198fc9
GM
41242012-07-06 Glenn Morris <rgm@gnu.org>
4125
4126 * Makefile.in (cvs-update): Remove old alias.
4127
957b3189
MA
41282012-07-05 Michael Albinus <michael.albinus@gmx.de>
4129
4130 Sync with Tramp 2.2.6-pre.
4131
4132 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4133 compatible declaration.
4134
19faa8e8
SM
4135 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4136 Protect `list-load-path-shadows' call.
957b3189
MA
4137
4138 * net/tramp-compat.el (top): Require packages, which aren't
4139 autoloaded anymore for XEmacs. Protect call of
4140 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4141 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4142 it hurts at least for SXEmacs.
4143 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4144 standard-value for `temporary-file-directory'.
4145
4146 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4147 Redirect stderr to /dev/null.
4148 (tramp-sh-handle-write-region): uid and gid can be floats.
4149 Reported by Russell Sim <russell.sim@gmail.com>.
4150 (tramp-sh-handle-vc-registered): Hide errors.
4151 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4152 and `start-file-process'.
4153 (tramp-maybe-open-connection): Check also whether `non-essential'
4154 is bound.
4155
566df3fc
CY
41562012-07-04 Chong Yidong <cyd@gnu.org>
4157
4158 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4159 (xml-parse-tag): Likewise, and avoid changing entity tables.
4160 (xml-syntax-table): Define from scratch, making sure not to give
4161 x2000 and other Unicode spaces whitespace syntax, since those are
4162 not spaces in XML.
4163 (xml-parse-fragment): Delete unused function.
4164 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4165 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4166 (xml-entity-ref, xml-pe-reference-re)
4167 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4168 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4169 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4170 (xml-entity-value-re): Use syntax references in regexps where
4171 possible; no need to define inside a let-binding.
4172 (xml-parse-dtd): Use xml-pe-reference-re.
4173 (xml-entity-or-char-ref-re): New defconst.
4174 (xml-parse-string, xml-substitute-special): Use it.
4175
30eabd7a
SM
41762012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4177
0781098a
SM
4178 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4179 (find-file--read-only): New function.
4180 (find-file-read-only, find-file-read-only-other-window)
4181 (find-file-read-only-other-frame): Use it.
4182 (insert-file-contents-literally): Don't `fset'.
4183 (get-free-disk-space): Use locate-dominating-file.
4184
b5771c0d
SM
4185 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4186 function is already compiled.
4187
30eabd7a
SM
4188 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4189
b4886f6e
MA
41902012-07-03 Michael Albinus <michael.albinus@gmx.de>
4191
4192 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4193 files on the same host.
4194
b9d82339
AS
41952012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4196
4197 * help-fns.el (describe-function-1): Only call
4198 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4199
a76e6535
CY
42002012-07-03 Chong Yidong <cyd@gnu.org>
4201
4202 * xml.el: Protect parser against XML bombs.
4203 (xml-entity-expansion-limit): New variable.
4204 (xml-parse-string, xml-substitute-special): Use it.
4205 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4206
b544fef2
GM
42072012-07-03 Glenn Morris <rgm@gnu.org>
4208
4209 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4210 Allow linking to specific messages in debbugs reports (eg 123#5).
4211
a7aef6f5
CY
42122012-07-02 Chong Yidong <cyd@gnu.org>
4213
4214 * xml.el: Fix entity and character reference expansion, allowing
4215 them to expand into markup as per XML spec.
4216 (xml-default-ns): New variable.
4217 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
4218 (xml-parse-region): Make first two arguments optional.
4219 Discard text properties.
4220 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4221 All callers changed.
a7aef6f5
CY
4222 (xml-parse-tag): Call xml-parse-tag-1. For backward
4223 compatibility, this function should not modify buffer contents.
4224 (xml-parse-tag-1): Fix opening-tag regexp.
4225 (xml-parse-string): Rewrite, handling entity and character
4226 references properly.
4227 (xml--entity-replacement-text): Signal an error if a parameter
4228 entity is undefined.
4229
3df31c9f
SM
42302012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4231
2b5208f1
SM
4232 * comint.el (comint-output-filter): Filter out repeated prompts.
4233
3df31c9f
SM
4234 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4235 and file-name-absolute-p.
4236 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4237 internal calls.
4238
e3ac1281
PE
42392012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4240
4241 Spelling fixes.
4242 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4243 Rename from byte-compile--refiy-function. All uses changed.
4244
fbf2e7ad
CY
42452012-07-01 Chong Yidong <cyd@gnu.org>
4246
4247 * xml.el (xml--parse-buffer): New function. Move most of
4248 xml-parse-region here.
4249 (xml-parse-region): Copy region into a temporary buffer, since
4250 parameter entity substitution requires changing buffer contents.
4251 Use xml--parse-buffer.
4252 (xml-parse-file): Use xml--parse-buffer.
4253 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 4254 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 4255
9bf0aa15
GM
42562012-06-30 Glenn Morris <rgm@gnu.org>
4257
bbce2853
GM
4258 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4259
9bf0aa15
GM
4260 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4261 Remove outdated and unnecessary dbus declarations.
4262
0d23c240
EZ
42632012-06-30 Eli Zaretskii <eliz@gnu.org>
4264
4265 * emacs-lisp/timer.el (timer-until): Subtract results of
4266 float-time, instead of taking float-time of the result of
4267 time-subtract, since float-time signals an error for negative time
4268 arguments.
4269
b3218de1
CY
42702012-06-30 Chong Yidong <cyd@gnu.org>
4271
4272 * xml.el (xml-*-re): Convert defvars into defconsts, and
4273 eval-and-compile them so eval-and-compile works on derivatives.
4274 (xml--entity-replacement-text): Use eval-and-comple.
4275
a40c87a0
MA
42762012-06-30 Michael Albinus <michael.albinus@gmx.de>
4277
4278 * vc/vc-git.el (vc-git-registered): Use cache property
4279 `git-registered'.
4280 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4281 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 4282 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 4283
ac87de97
DG
42842012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4285
4286 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 4287 removed (likely outside Emacs). (Bug#11757)
ac87de97 4288
ac10fe06
SM
42892012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4290
3df31c9f 4291 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 4292
7f3fbd5d
CY
42932012-06-30 Chong Yidong <cyd@gnu.org>
4294
4295 * xml.el: Implement XML parameter entities.
4296 (xml-parameter-entity-alist): New variable.
4297 (xml-parse-region, xml-parse-fragment): Preserve previous values
4298 of xml-entity-alist and xml-parameter-entity-alist, so that
4299 repeated calls on different documents do not change them.
4300 (xml-parse-tag): Fix doctype regexp.
4301 (xml--entity-replacement-text): New function.
4302 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4303 properly requires url retrieval which is unimplemented.
4304 (xml-escape-string): Doc fix.
4305
3cfbebba
SM
43062012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4309
2af3565e
DA
43102012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4311
4312 * fringe.el (fringe-mode): Doc fix.
4313
929df0e7
MA
43142012-06-29 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4317 is non-nil.
4318 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4319 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4320
c8d3a25c 43212012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4322
c8d3a25c
GM
4323 * calendar/cal-dst.el (calendar-current-time-zone):
4324 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4325
c8d3a25c 43262012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
4327
4328 * progmodes/which-func.el (which-func-format):
4329 Add mouse-face. (Bug#11698)
4330
c8d3a25c
GM
43312012-06-29 Leo Liu <sdl.web@gmail.com>
4332
4333 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4334
43352012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * minibuffer.el (minibuffer-confirm-exit-commands):
4338 Add completion-at-point (bug#11725).
4339
43402012-06-29 Glenn Morris <rgm@gnu.org>
4341
4342 * progmodes/f90.el (f90-font-lock-keywords-2):
4343 Add some preprocessor elements. (Bug#10499)
4344
43452012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4348 Use syntax-propertize (bug#11739).
4349
2badeec4
JB
43502012-06-28 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4353
ae4969c2
JD
43542012-06-28 Julien Danjou <julien@danjou.info>
4355
4356 * term.el (term-handle-colors-array): Use a set of new faces to
4357 color the terminal. Also uses :inverse-video property.
4358 (term-default-fg-color): Set to nil by default, deprecate in favor
4359 of `term-face'.
4360 (term-default-bg-color): Set to nil by default, deprecate in favor
4361 of `term-face'.
4362 (term-current-face): Use `term-face' by default.
4363 (term-bold-attribute): Variable deleted.
4364
1c9bd870
GM
43652012-06-28 Glenn Morris <rgm@gnu.org>
4366
4367 * simple.el (completion-list-mode-finish):
4368 Don't use toggle-read-only. (Since completion-list-mode has
4369 a special mode-class, it wasn't doing anything extra anyway.)
4370
c207708c
SM
43712012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 Make inlining of other-mode interpreted functions work (bug#11799).
4374 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4375 (byte-compile): Use it to fix compilation of lexical-binding closures.
4376 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4377 function, if needed.
4378
3fd56834
SM
43792012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4380
04901786
SM
4381 * help-mode.el (help-make-xrefs): Don't just withstand
4382 cyclic-variable-indirection but any error in documentation-property.
4383
1ec4b7b2
SM
4384 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4385 memory use.
4386 * bindings.el (bindings--define-key): New function.
4387 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4388 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4389 * bindings.el: Use it to purecopy define-key bindings.
4390
e309e2a5
SM
4391 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4392
d5c6faf9
SM
4393 * emacs-lisp/cl.el (flet): Mark obsolete.
4394 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4395 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4396 * progmodes/js.el (js-c-fill-paragraph):
4397 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4398 (ebrowse-switch-member-buffer-to-derived-class):
4399 * play/5x5.el (5x5-solver): Use cl-flet.
4400
6e9590e2
SM
4401 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4402 (cl--symbol-function): New macro.
4403 (cl--letf, cl--letf*): Use it.
4404
3fd56834
SM
4405 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4406 Strip "toggle-" if any.
4407
35ff222c
GM
44082012-06-27 Glenn Morris <rgm@gnu.org>
4409
1ba6038a
GM
4410 * info.el (Info-default-directory-list): Move here from paths.el.
4411 * paths.el: Remove file, which is now empty.
4412 * loadup.el: No longer load "paths".
4413
0ea0e51b
GM
4414 * custom.el (custom-initialize-delay): Doc fix.
4415
35ff222c
GM
4416 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4417 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4418 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4419 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4420 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4421 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4422 * eshell/eshell.el (eshell-defgroup): Remove alias.
4423
c89926a5
CY
44242012-06-27 Chong Yidong <cyd@gnu.org>
4425
4426 * help.el (help-enable-auto-load): New variable.
4427
4428 * help-fns.el (help-fns--autoloaded-p): New function.
4429 (describe-function-1): Refer to a function as "autoloaded" if it
4430 was autoloaded at any time in the past. Perform autoloading if
4431 help-enable-auto-load is non-nil.
4432
cc06e7e7
EZ
44332012-06-26 Eli Zaretskii <eliz@gnu.org>
4434
4435 * makefile.w32-in (compile, compile-always): Depend on
4436 update-subdirs, not on subdirs.el. Otherwise, several different
4437 sub-targets of 'bootstrap' running in parallel could
4438 simultaneously write to subdirs.el, producing a garbled file.
4439
d2c32364
SS
44402012-06-26 Sam Steingold <sds@gnu.org>
4441
4442 * files.el (file-name-base): New convenience function.
0d14cc21
GM
4443 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4444 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4445 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4446 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4447 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
4448 * textmodes/tex-mode.el: Use it.
4449 Did not touch cedet and org because they are maintained elsewhere.
4450
5cf983b2
MR
44512012-06-26 Martin Rudalics <rudalics@gmx.at>
4452
4453 * calendar/calendar.el (calendar-exit): Don't try to delete or
4454 iconify last frame. See:
4455 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4456
8c4f2952
JD
44572012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4458
4459 * server.el (server-process-filter): Remember dir in the
4460 process's `server-client-directory' properties.
4461
772b2e2c
CY
44622012-06-24 Chong Yidong <cyd@gnu.org>
4463
4464 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4465 non-tag text.
4466
711b11e1
JB
44672012-06-23 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4470
dc5d230c
SM
44712012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * help-fns.el (describe-variable): Don't croak when doc is not found.
4474 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4475 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4476 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4477 * emacs-lisp/smie.el (smie-next-sexp): CSE.
4478 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4479 ((lambda ..) ..).
4480 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4481
136e1c1d
CY
44822012-06-23 Chong Yidong <cyd@gnu.org>
4483
e8c1cabf
CY
4484 * info.el (Info-mouse-follow-link): Accept symbol values of
4485 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
4486 (Info-fontify-node): Use Info-link-keymap for all navigation
4487 buttons, with link-args property to perform the desired action.
4488 (Info-link-keymap): Doc fix.
4489 (Info-next-link-keymap, Info-prev-link-keymap)
4490 (Info-up-link-keymap): Delete now-unused keymaps.
4491
0e9e6c6a
CY
44922012-06-23 Chong Yidong <cyd@gnu.org>
4493
05e89fea
CY
4494 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4495
0e9e6c6a
CY
4496 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4497 system abbrevs.
4498
4499 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4500
e33c6771
SM
45012012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4502
b68581e2
SM
4503 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4504 (bug#11719).
4505
e33c6771
SM
4506 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4507 the requote function doesn't work properly (bug#11714).
4508
7117e105
GM
45092012-06-23 Glenn Morris <rgm@gnu.org>
4510
4511 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4512
36cec983
SM
45132012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 Further GV/CL cleanups.
4516 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4517 gv-expander.
4518 (gv--defun-declaration): New function.
4519 (defun-declarations-alist): Use it.
4520 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4521 (gv-place): Autoload.
4522 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4523 original definition of dotimes and dolist.
4524 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4525 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4526 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4527 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4528 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4529 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4530 to the function's definition.
4531 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4532 * window.el:
4533 * files.el:
4534 * faces.el:
4535 * env.el: Don't use CL.
4536
d35af63c
PE
45372012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4538
4539 Support higher-resolution time stamps (Bug#9000).
4540
4541 * calendar/time-date.el (with-decoded-time-value): New arg
4542 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
4543 (encode-time-value): New optional arg PICO. New type 3.
4544 (time-to-seconds) [!float-time]: Support the new picoseconds
4545 component if it's used.
4546 (seconds-to-time, time-subtract, time-add):
4547 Support ps-resolution time stamps as well.
4548
4549 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
4550 (timerp): Timer vectors now have length 9, not 8.
4551 (timer--time): Support new-style (4-part) time stamps.
4552 (timer-next-integral-multiple-of-time): Time stamps now have
4553 picosecond resolution, so take a bit more care about rounding.
4554 (timer-relative-time, timer-inc-time): New optional arg psecs.
4555 (timer-set-time-with-usecs): Set psecs to 0.
4556 (timer--activate): Check psecs component, too.
4557
4558 * proced.el (proced-time-lessp): Support ps-resolution stamps.
4559
ac77b21a
SM
45602012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4561
f143bfe3
SM
4562 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4563 Move the non-essential binding to the post/pre-command-hook where it is
4564 more obviously correct.
4565
ac77b21a
SM
4566 * subr.el (read-passwd): Don't use a history at all.
4567 * savehist.el (savehist-save): Remove password saved accidentally
4568 because of the above bug.
4569
76386c5a
BG
45702012-06-22 Bastien Guerry <bzg@gnu.org>
4571
4572 * files.el (toggle-read-only): Display a message telling whether
4573 the buffer is read-only or not (bug#11726).
4574
2ee3d7f0
SM
45752012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/gv.el: New file.
4578 * subr.el (push, pop): Extend to generalized variables.
4579 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4580 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4581 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
4582 gv-define-simple-setter, and gv-define-expander.
4583 Remove setf-methods defined in gv. Rename cl-setf -> setf.
4584 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4585 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4586 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4587 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4588 gv-letplace.
4589 (cl-defstruct): Don't define setf-method any more.
4590 * emacs-lisp/cl.el (flet): Don't autoload.
4591 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4592 (define-setf-expander, defsetf, define-modify-macro)
4593 (cl-struct-setf-expander): Move from cl-lib.el.
4594 * emacs-lisp/syntax.el:
4595 * emacs-lisp/ewoc.el:
4596 * emacs-lisp/smie.el:
4597 * emacs-lisp/cconv.el:
4598 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4599 (timer--time): Use gv-define-simple-setter.
4600 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4601 to avoid coding-system problems in subr.el. Adjust all users.
4602 (macroexp--maxsize, macroexp-small-p): New functions.
4603 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4604 * scroll-bar.el (scroll-bar-mode):
4605 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4606 (normal-erase-is-backspace-mode): Don't use the `eq' place.
4607 * winner.el (winner-configuration, winner-make-point-alist)
4608 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4609 * files.el (locate-file-completion-table): Avoid list*.
4610
c5695d1d
CY
46112012-06-22 Chong Yidong <cyd@gnu.org>
4612
4613 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4614 (dired-create-files): Doc fix (Bug#11329).
4615 (dired-do-copy): Doc fix (Bug#11334).
4616 (dired-mark-read-string): Doc fix (Bug#11553).
4617
2ee3d7f0
SM
4618 * dired.el (dired-recursive-copies, dired-recursive-deletes):
4619 Doc fix (Bug#11326).
c5695d1d
CY
4620 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
4621 (dired-dwim-target): Doc fix.
4622
4623 * wdired.el (wdired-mode): Doc fix.
4624
89b5595a
GM
46252012-06-22 Glenn Morris <rgm@gnu.org>
4626
575db3f1
GM
4627 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
4628 (pcmpl-rpm-cache-stamp-file): New constant.
4629 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
4630 (pcmpl-rpm-packages): Optionally cache list of packages.
4631
a4c8dd51
GM
4632 * pcmpl-rpm.el (pcmpl-rpm): New group.
4633 (pcmpl-rpm-query-options): New option.
4634 (pcmpl-rpm-packages): No need to inline it.
4635 Use pcmpl-rpm-query-options.
4636
89b5595a
GM
4637 * calendar/calendar.el (calendar-in-read-only-buffer):
4638 Avoid some needless mode changes.
4639
e76f0800
CY
46402012-06-21 Chong Yidong <cyd@gnu.org>
4641
4642 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
4643 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 4644 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 4645
297a8f1d
CY
46462012-06-20 Chong Yidong <cyd@gnu.org>
4647
4648 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
4649
d34c18b1
DR
46502012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
4651
4652 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
4653 (bug#11201).
4654
32f7f28e
CY
46552012-06-20 Chong Yidong <cyd@gnu.org>
4656
4657 * term.el (term-window-width): Handle the case of a missing right
4658 fringe (Bug#8837).
4659 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
4660 (term-mode): Use define-derived-mode. Minor cleanups.
4661 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
4662 (term-move-columns, term-insert-char, term-emulate-terminal)
4663 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 4664
493c6688
MA
46652012-06-20 Michael Albinus <michael.albinus@gmx.de>
4666
d34c18b1
DR
4667 * net/ange-ftp.el (ange-ftp-get-passwd):
4668 Bind `enable-recursive-minibuffers'.
493c6688
MA
4669 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
4670
3f06ecf4
DR
46712012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
4672
4673 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
4674
68f12411
GM
46752012-06-19 Glenn Morris <rgm@gnu.org>
4676
4677 * progmodes/python.el (python-mode): Derive from prog-mode.
4678
b3820318
KG
46792012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4680
4681 * emulation/edt.el (edt-default-menu-bar-update-buffers)
4682 (edt-user-menu-bar-update-buffers): New functions.
4683 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
4684
c6bf3022
CY
46852012-06-19 Chong Yidong <cyd@gnu.org>
4686
4687 * subr.el (with-selected-window): Preserve the selected window's
4688 terminal's top-frame (Bug#4702).
4689
4690 * window.el (save-selected-window): Likewise.
4691
25f09295
SM
46922012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * progmodes/python.el (python-rx-constituents): Move backquote.
4695 (python-skeleton-define, python-define-auxiliary-skeleton):
4696 Use `declare'.
4697
6b11952a
MA
46982012-06-18 Michael Albinus <michael.albinus@gmx.de>
4699
4700 * minibuffer.el (read-file-name-default): Revert the patch from
4701 2012-06-17.
4702
ee4b1330
SM
47032012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
4706 (pcase--u1, pcase--q1): Don't use apply-partially.
4707
35647f79
GM
47082012-06-18 Glenn Morris <rgm@gnu.org>
4709
4710 * progmodes/python.el (python-proc, python-buffer)
4711 (python-send-receive, python-send-string): Fix obsolete versions.
4712
24b0cff0
MR
47132012-06-18 Martin Rudalics <rudalics@gmx.at>
4714
4715 * window.el (special-display-p): Completely remove stringp
4716 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
4717
29855149
MA
47182012-06-17 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
4721
4722 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
4723
4724 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
4725 * net/tramp-sh.el (tramp-maybe-open-connection):
4726 Throw if `non-essential' is non-nil.
4727
07463363
MR
47282012-06-17 Martin Rudalics <rudalics@gmx.at>
4729
4730 * window.el (special-display-p): Signal an error if BUFFER-NAME
4731 is not a string (Bug#11713).
4732
48d1354e
PE
47332012-06-17 Paul Eggert <eggert@cs.ucla.edu>
4734
4735 * progmodes/python.el (python-info-beginning-of-backslash):
4736 Rename from python-info-beginning-of-backlash, as a spelling fix.
4737
eb4a8a9a
CY
47382012-06-17 Chong Yidong <cyd@gnu.org>
4739
4740 * term.el (term-emulate-terminal): If term-check-size is called,
4741 move point to the process mark without resetting point (Bug#4635).
4742
ddfbf826 47432012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
4744
4745 * international/mule-cmds.el (mule-menu-keymap)
4746 (set-language-environment, set-locale-environment): Doc tweaks.
4747
9b0e3eba
AA
47482012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
4749
4750 * cus-face.el (custom-face-attributes): Add wave-style underline
4751 attribute.
4752 * faces.el (set-face-attribute): Update docstring to describe
4753 wave-style underline attribute.
4754
771e3eae
CY
47552012-06-16 Chong Yidong <cyd@gnu.org>
4756
4757 * term/xterm.el (terminal-init-xterm): Discard input before
4758 querying background mode (Bug#10959).
4759
7ae2ea10
SM
47602012-06-16 Stefan Merten <smerten@oekonux.de>
4761
4762 * textmodes/rst.el: Added and corrected some comments.
4763 (rst-re-alist-def): Improve symbol syntax.
4764 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
4765 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4766 (rst-official-version, rst-official-cvs-rev): Update version
4767 information.
7ae2ea10 4768
b6974efa
JB
47692012-06-15 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
4772 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
4773
8826d473
GM
47742012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
4775
4776 * progmodes/python.el: New python.el merge.
4777 (python-guess-indent): Obsolete var.
4778 (python-indent-guess-indent-offset): New defcustom.
4779 (python-indent): Obsolete var.
4780 (python-indent-offset): New defcustom.
4781 (python-python-command, python-jython-command): Delete var.
4782 (python-shell-interpreter): New defcustom.
4783 (python-pdbtrack-do-tracking-p): Delete var.
4784 (python-pdbtrack-activate): New defcustom.
4785 (python-use-skeletons): Obsolete var.
4786 (python-skeleton-autoinsert): New defcustom.
4787 (inferior-python-filter-regexp, python-continuation-offset)
4788 (python-honour-comment-indentation, python-indent-string-contents)
4789 (python-jython-packages, python-mode-hook)
4790 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
4791 (python-shell-prompt-alist)
4792 (python-source-modes): Delete defcustoms.
4793 (python-check-buffer-name, python-eldoc-setup-code)
4794 (python-eldoc-string-code, python-ffap-setup-code)
4795 (python-ffap-string-code, python-fill-comment-function)
4796 (python-fill-decorator-function, python-fill-paren-function)
4797 (python-fill-string-function, python-imenu-include-defun-type)
4798 (python-imenu-make-tree, python-imenu-subtree-root-label)
4799 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
4800 (python-shell-compilation-regexp-alist)
4801 (python-shell-completion-module-string-code)
4802 (python-shell-completion-pdb-string-code)
4803 (python-shell-completion-setup-code)
4804 (python-shell-completion-string-code)
4805 (python-shell-enable-font-lock, python-shell-exec-path)
4806 (python-shell-extra-pythonpaths)
4807 (python-shell-internal-buffer-name, python-shell-interpreter-args)
4808 (python-shell-process-environment)
4809 (python-shell-prompt-block-regexp)
4810 (python-shell-prompt-output-regexp)
4811 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
4812 (python-shell-send-setup-max-wait, python-shell-setup-codes)
4813 (python-shell-virtualenv-path): New defcustoms.
4814 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
4815 (inferior-python-mode-syntax-table, python--prompt-regexp)
4816 (python-buffer, python-command python-python-command)
4817 (python-default-template, python-imports, python-indent-index)
4818 (python-indent-list, python-indent-list-length)
4819 (python-mode-running, python-pdbtrack-is-tracking-p)
4820 (python-preoutput-continuation, python-preoutput-leftover)
4821 (python-preoutput-result, python-preoutput-skip-next-prompt)
4822 (python-prev-dir/file, python-recursing)
4823 (python-saved-check-command, python-version-checked)
4824 (python-which-func-length-limit)
4825 (view-return-to-alist): Delete vars.
4826 (python-check-custom-command, python-dotty-syntax-table)
4827 (python-imenu-index-alist, python-indent-current-level)
4828 (python-indent-dedenters, python-indent-levels)
4829 (python-nav-beginning-of-defun-regexp)
4830 (python-nav-list-defun-positions-cache)
4831 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
4832 (python-shell-internal-buffer)
4833 (python-skeleton-available): New vars.
4834 (def-python-skeleton): Delete macro.
4835 (python-skeleton-define): New macro.
4836 (python-define-auxiliary-skeleton, python-rx): New macros.
4837 (python-insert-class): Delete command.
4838 (python-skeleton-class): New command.
4839 (python-insert-def): Delete command.
4840 (python-skeleton-def): New command.
4841 (python-insert-for): Delete command.
4842 (python-skeleton-for): New command.
4843 (python-insert-if): Delete command.
4844 (python-skeleton-if): New command.
4845 (python-insert-try/except, python-insert-try/finally): Delete commands.
4846 (python-skeleton-try): New command.
4847 (python-insert-while): Delete command.
4848 (python-skeleton-while): New command.
4849 (python-backspace): Delete command.
4850 (python-indent-dedent-line-backspace): New command.
4851 (python-electric-colon): Delete command.
4852 (python-indent-electric-colon): New command.
4853 (python-guess-indent): Delete command.
4854 (python-indent-guess-indent-offset): New command.
4855 (python-shift-left): Delete command.
4856 (python-indent-shift-left): New command.
4857 (python-shift-right): Delete command.
4858 (python-indent-shift-right): New command.
4859 (python-find-function): Delete command.
4860 (python-nav-jump-to-defun): New command.
4861 (python-next-statement): Delete command.
4862 (python-nav-forward-sentence): New command.
4863 (python-previous-statement): Delete command.
4864 (python-nav-backward-sentence): New command.
4865 (python-fill-paragraph): Delete command.
4866 (python-fill-paragraph-function): New command.
4867 (python-send-buffer): Delete command.
4868 (python-shell-send-buffer): New command.
4869 (python-send-defun): Delete command.
4870 (python-shell-send-defun): New command.
4871 (python-send-region, python-send-region-and-go): Delete commands.
4872 (python-shell-send-region)
4873 (python-shell-switch-to-shell): New commands.
4874 (python-send-string): Delete command.
4875 (python-shell-send-string): New command.
4876 (python-switch-to-python): Delete command.
4877 (python-shell-switch-to-shell): New command.
4878 (python-describe-symbol): Delete command.
4879 (python-eldoc-at-point): New command.
4880 (python--set-prompt-regexp, python-args-to-list)
4881 (python-after-info-look, python-check-version)
4882 (python-check-comint-prompt, python-find-imports)
4883 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4884 (python-unload-function, python-expand-template)
4885 (python-maybe-jython, python-preoutput-filter)
4886 (python-pdbtrack-get-source-buffer)
4887 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4888 (python-pdbtrack-toggle-stack-tracking)
4889 (python-pdbtrack-track-stack-file, python-initial-text)
4890 (python-first-word, python-comment-line-p, python-send-command)
4891 (python-setup-brm, python-sentinel, python-set-proc)
4892 (python-skip-out, python-input-filter, python-outdent-p)
4893 (python-outline-level, python-backslash-continuation-line-p)
4894 (python-end-of-block, python-end-of-statement, python-mark-block)
4895 (python-beginning-of-block, python-beginning-of-statement)
4896 (python-blank-line-p, python-beginning-of-string)
4897 (python-open-block-statement-p): Delete functions.
4898 (python-indent-line, python-indent-line-1): Delete functions.
4899 (python-indent-line): New function.
4900 (python-indentation-levels): Delete function.
4901 (python-indent-calculate-levels): New function.
4902 (python-proc): Delete function.
4903 (python-shell-get-process): New function.
4904 (python-send-receive): Delete function.
4905 (python-shell-send-string-no-output): New function.
4906 (python-module-path): Delete function.
4907 (python-ffap-module-path): New function.
4908 (python-completion-at-point)
4909 (python-symbol-completions): Delete functions.
4910 (python-completion-complete-at-point): New function.
4911 (python-load-file): Delete function.
4912 (python-shell-send-file): New function.
4913 (python-calculate-indentation): Delete function.
4914 (python-indent-calculate-indentation): New function.
4915 (python-skip-comments/blanks): Delete function.
4916 (python-util-forward-comment): New function.
4917 (python-continuation-line-p): Delete function.
4918 (python-info-continuation-line-p): New function.
4919 (python-which-func, python-current-defun): Delete function.
4920 (python-info-current-defun): New function.
4921 (python-beginning-of-defun): Delete function.
4922 (python-nav-beginning-of-defun): New function.
4923 (python-close-block-statement-p)
4924 (python-block-end-p): Delete function.
4925 (python-info-closing-block): New function.
4926 (python-comint-output-filter-function)
4927 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4928 (python-fill-comment, python-fill-decorator, python-fill-paren)
4929 (python-fill-string, python-imenu-make-element-tree)
4930 (python-imenu-make-tree, python-imenu-tree-assoc)
4931 (python-indent-context, python-indent-dedent-line)
4932 (python-indent-line-function)
4933 (python-indent-post-self-insert-function)
4934 (python-indent-toggle-levels)
4935 (python-info-assignment-continuation-line-p)
4936 (python-info-beginning-of-backlash)
4937 (python-info-block-continuation-line-p)
4938 (python-info-closing-block-message)
4939 (python-info-line-ends-backslash-p)
4940 (python-info-looking-at-beginning-of-defun)
4941 (python-info-ppss-context, python-info-ppss-context-type)
4942 (python-nav-list-defun-positions, python-nav-read-defun)
4943 (python-nav-sentence-end, python-nav-sentence-start)
4944 (python-pdbtrack-comint-output-filter-function)
4945 (python-pdbtrack-set-tracked-buffer)
4946 (python-shell-calculate-exec-path)
4947 (python-shell-calculate-process-environment)
4948 (python-shell-completion--do-completion-at-point)
4949 (python-shell-completion--get-completions)
4950 (python-shell-completion-complete-at-point)
4951 (python-shell-completion-complete-or-indent)
4952 (python-shell-get-or-create-process)
4953 (python-shell-get-process-name)
4954 (python-shell-internal-get-or-create-process)
4955 (python-shell-internal-get-process-name)
4956 (python-shell-internal-send-string, python-shell-make-comint)
4957 (python-shell-parse-command, python-shell-send-setup-code)
4958 (python-skeleton-add-menu-items)
4959 (python-util-clone-local-variables, python-util-position)
4960 (run-python-internal, python-indentation-levels)
4961 (python-nav-beginning-of-defun)
4962 (python-completion-complete-at-point): New functions.
4963 (run-python): Change arguments. New API requirements.
4964
4302f5ba
SM
49652012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4966
f38ea36d
SM
4967 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4968 (bug#11649).
4969
4970 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4971 (macroexp--expand-all): Use it.
4972
4302f5ba
SM
4973 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4974 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4975 Use `cl-function' instead.
4976
33377562
JB
49772012-06-14 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4980 Suggested by Stefan Monnier while discussing bug#11657.
4981
54c5ba1a
SS
49822012-06-14 Sam Steingold <sds@gnu.org>
4983
4984 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4985
f9f1b1fe
AS
49862012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4987
4988 * play/doctor.el (doctor-doc): Remove parameter and use
4989 doctor-sent instead of sent.
4990 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4991
a81068ba
SM
49922012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4993
5a315f9c
SM
4994 * files.el: Require cl-lib.
4995 (file-name-non-special): Replace case -> cl-case.
4996
4997 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4998
a81068ba
SM
4999 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5000 mapping from #' to function*.
5001
8cca9703
CY
50022012-06-13 Chong Yidong <cyd@gnu.org>
5003
5004 * mouse.el (mouse-drag-track): Do not set the mark if the user
5005 releases the mouse without selecting anything (Bug#11588).
5006
a12ac9d7
SM
50072012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5008
ccf1dc18
SM
5009 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5010 as well (bug#11646).
5011
ef62b23d
SM
5012 * loadup.el: Count byte-code functions as well.
5013
c4c8444a
SM
5014 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5015 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5016
a12ac9d7
SM
5017 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5018 (bug#11649). Add cl-defun and cl-defmacro.
5019
87e6e64f
DA
50202012-06-13 Drew Adams <drew.adams@oracle.com>
5021
5022 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5023 Fix last change.
5024
682cefaf
MA
50252012-06-13 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5028 Otherwise, it blocks in batch mode.
5029
773e1f08
JB
50302012-06-13 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * help-mode.el (bookmark-make-record-default): Declare.
5033
60057926
CY
50342012-06-13 Chong Yidong <cyd@gnu.org>
5035
5036 * emacs-lisp/package.el (list-packages): Compute a list of
5037 packages that are newly-available since the last list-packages
5038 invocation.
5039 (package-menu--new-package-list): New var.
5040 (package-menu--generate, package-menu--print-info)
5041 (package-menu--status-predicate, package-menu-mark-install):
5042 Handle new status label "new".
5043
ad4d226c
SM
50442012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5047 conversion to backquotes.
5048
f1a4e679
CY
50492012-06-12 Chong Yidong <cyd@gnu.org>
5050
5051 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5052 Rename from gud-inhibit-global-bindings.
5053
5054 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5055
5056 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5057 hook from nxml-glyph-set-hook.
5058
5059 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5060 declaration.
5061
5062 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5063
5064 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5065 Convert to defcustom.
5066
0c9e42b5
DA
50672012-06-12 Drew Adams <drew.adams@oracle.com>
5068
5069 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5070 New functions.
5071 (help-mode): Use them.
5072
09e06855
GM
50732012-06-11 Glenn Morris <rgm@gnu.org>
5074
5075 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5076 Use preprocessor face for directives.
5077 (fortran-directive-re): Doc fix.
5078
71adb94b
SM
50792012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5080
2eb87922
SM
5081 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5082 conversion to backquotes (bug#11652).
5083
71adb94b
SM
5084 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5085 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5086 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5087 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5088 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5089 (cl-ninth, cl-tenth): Mark them as inlinable.
5090 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5091 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5092 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5093 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5094 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5095 (cl-list*, cl-adjoin): Don't put an autoload manually.
5096 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5097 (cl--compiler-macro-list*): Add autoload cookie.
5098 (cl--compiler-macro-cXXr): New function.
2eb87922 5099
71adb94b
SM
5100 * help-fns.el (help-fns--compiler-macro): New function extracted from
5101 describe-function-1; follow aliases and use `compiler-macro' property.
5102 (describe-function-1): Use it.
5103
a6674402
CY
51042012-06-11 Chong Yidong <cyd@gnu.org>
5105
5106 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5107 is uninstalled, if imagemagick is installed.
5108
bb3faf5b
SM
51092012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * emacs-lisp/cl-lib.el: Use lexical-binding.
5112 (cl-map-extents, cl-maclisp-member): Remove.
5113 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5114 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5115 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5116 * emacs-lisp/cl-extra.el: Use lexical-binding.
5117 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5118 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5119 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5120 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5121 * emacs-lisp/cl-seq.el: Use lexical-binding.
5122 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5123 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5124 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5125 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5126 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5127 CL's internals.
5128
2fe4b125
MA
51292012-06-11 Michael Albinus <michael.albinus@gmx.de>
5130
5131 Sync with Tramp 2.2.6-pre.
5132
5133 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5134 `print-length' and `print-level' to nil, in order to avoid
5135 truncation. Reported by Christopher Schmidt
5136 <christopher@ristopher.com>.
5137
5138 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5139
5140 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5141 New defmacro.
5142 (tramp-compat-copy-directory): Add optional argument
5143 COPY-CONTENTS. It is not handled yet.
5144
5145 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5146 (tramp-ftp-file-name-p): Simplify.
5147
5148 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5149 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5150 connection vector.
5151
5152 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5153 (tramp-methods): Do not use `tramp-password-end-of-line'.
5154 (tramp-completion-function-alist-putty): Handle UNIX case.
5155 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5156 (tramp-do-file-attributes-with-stat)
5157 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5158 gid as real numbers. They could run out of integer range on cygwin.
5159 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5160 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
5161 (tramp-open-connection-setup-interactive-shell):
5162 Use `tramp-cleanup'. Move check for busyboxes ...
5163 (tramp-find-shell): ... here. Simplify implementation.
5164 Set "remote-shell" property also for alternative shells.
5165 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5166 If failing, a regular file would be written otherwise.
5167 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
5168 (tramp-find-inline-encoding): Cache the coding commands in the
5169 process cache. Apply test command on the remote side, if defined.
5170 (tramp-find-inline-compress): Cache the compress commands in the
5171 process cache.
5172 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5173 when requested. Handle hops.
5174 (tramp-current-connection): New defvar.
87e6e64f
DA
5175 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5176 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 5177 Handle user interrupt. (Bug#10187)
87e6e64f
DA
5178 (tramp-get-inline-compress, tramp-get-inline-coding):
5179 Read connection properties from the process cache.
2fe4b125
MA
5180
5181 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
5182 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5183 New defconsts.
2fe4b125
MA
5184 (tramp-smb-prompt): Extend for powershell prompt.
5185 (tramp-smb-file-name-handler-alist): Add handlers for
5186 `process-file', `shell-command' and `start-file-process'.
5187 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5188 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5189 (tramp-smb-file-name-p): Simplify.
5190 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5191 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5192 (tramp-smb-shell-quote-argument): New defuns.
5193 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5194 Implement using "tar". By this, time-stamps are preserved.
5195 (tramp-smb-handle-copy-file): Handle also the case of directories.
5196 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
5197 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5198 Use `tramp-get-connection-buffer').
2fe4b125
MA
5199 (tramp-smb-handle-rename-file): Use "rename", when source and
5200 target are on the same share.
87e6e64f
DA
5201 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5202 Use `tramp-smb-server-version'.
2fe4b125
MA
5203 (tramp-smb-wait-for-output): Remove prompt.
5204
5205 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
5206 (tramp-methods, tramp-rsh-end-of-line):
5207 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
5208 (tramp-save-ad-hoc-proxies): New defcustom.
5209 (tramp-completion-function-alist): Adapt docstring.
5210 (tramp-default-password-end-of-line): Remove defcustom.
5211 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5212 (tramp-user-regexp, tramp-file-name-regexp-unified)
5213 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5214 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5215 (tramp-remote-file-name-spec-regexp): New defconst.
5216 (tramp-file-name-structure): Extend structure for hops.
5217 (tramp-get-method-parameter): Move up.
5218 (tramp-file-name-p, tramp-dissect-file-name)
5219 (with-parsed-tramp-file-name): Handle hops.
5220 (tramp-file-name-hop): New defun.
5221 (tramp-make-tramp-file-name): New optional arg HOP.
5222 (tramp-message-show-progress-reporter-message): New defvar.
5223 (tramp-with-progress-reporter): Use it. We cannot use
5224 `tramp-message-show-message' here, because this suppresses also
5225 error buffers.
5226 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
5227 `tramp-message-show-message' is nil.
5228 Use `tramp-get-connection-buffer'.
2fe4b125
MA
5229 (tramp-cleanup): New defun.
5230 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5231 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5232 an error unchanged.
5233 (tramp-completion-handle-file-name-all-completions): Handle hops.
5234 Fix an error when called from ido.
5235 (tramp-completion-dissect-file-name): Use better local variable
5236 name. Add hop to the vector.
5237 (tramp-handle-insert-file-contents): Use progress-reporter for the
5238 whole scenario.
5239 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5240 to `t'.
5241 (tramp-check-for-regexp): Simplify search.
5242 (tramp-enter-password): Remove it. Move implementation ...
5243 (tramp-action-password): ... here.
5244 (tramp-mode-string-to-int, tramp-local-host-p)
5245 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
5246 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5247 Set tramp-autoload cookie.
2fe4b125
MA
5248
5249 * net/trampver.el: Update release number.
5250
52512012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5252 Michael Albinus <michael.albinus@gmx.de>
5253
5254 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5255 (tramp-parse-group, tramp-parse-file)
5256 (tramp-parse-shostkeys-sknownhosts): New defuns.
5257 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5258 (tramp-parse-shosts-group, tramp-parse-sconfig)
5259 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5260 (tramp-parse-sknownhosts, tramp-parse-hosts)
5261 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5262 Use them.
5263 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5264 (tramp-parse-putty-group): Don't narrow.
5265 (tramp-parse-putty): Make a loop.
5266 (tramp-file-name-handler): Catch the `suppress' signal.
5267
72834e10
CY
52682012-06-11 Chong Yidong <cyd@gnu.org>
5269
5270 * image.el (imagemagick-register-types): Put the ImageMagick entry
5271 at the end of image-type-file-name-regexps.
5272
a4712e11
JB
52732012-06-11 Johan Bockgård <bojohan@gnu.org>
5274
5275 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5276 (pcase, pcase-let*, pcase-dolist): Use them.
5277
82ad98e3
SM
52782012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * emacs-lisp/pcase.el (pcase--let*): New function.
5281 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5282 (pcase--expand): Use macroexp-let².
5283
f80efb86
SM
52842012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5287 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5288 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5289 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5290 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5291 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5292
31ca4639 52932012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 5294
31ca4639
CY
5295 * mail/rmail.el (rmail-yank-current-message): Leave point at
5296 correct position. (Bug#11660)
94f0aa34 5297
31ca4639 52982012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 5299
31ca4639 5300 * allout-widgets.el: Fix code header.
9e1b8ec4 5301
31ca4639 53022012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 5303
f80efb86
SM
5304 * cus-edit.el (customize-changed-options-previous-release):
5305 Bump to 24.1.
31ca4639 5306
642b6d30
AS
53072012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5308
5309 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5310
4f5d2ba1
CY
53112012-06-09 Chong Yidong <cyd@gnu.org>
5312
5313 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5314
e75852fd
MR
53152012-06-09 Martin Rudalics <rudalics@gmx.at>
5316
5317 * window.el (special-display-popup-frame): Don't use
5318 window--display-buffer (Bug#11651).
5319
1e48e282
EZ
53202012-06-09 Eli Zaretskii <eliz@gnu.org>
5321
8a26b487
EZ
5322 Fix parallel builds: make sure loaddefs.el is not being written
5323 while Lisp files are compiled.
5324 (compile): Don't depend on 'mh-autoloads'.
5325 (compile-CMD, compile-SH): Depend on 'autoloads'.
5326 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5327
1e48e282
EZ
5328 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5329
6175e34b
CY
53302012-06-09 Chong Yidong <cyd@gnu.org>
5331
5332 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5333 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5334 Doc fixes (Bug#11225).
5335
d9857e53
SM
53362012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5339 a function if there's a clear indication that it has a compiler-macro.
5340 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5341 (macro-declarations-alist): Add arglist to declaration functions.
5342 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5343 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5344 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5345 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5346 Also add autoload to find the compiler macro.
5347 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5348 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5349 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5350 (cl--compiler-macro-get): New functions, replacing calls to
5351 cl-define-compiler-macro.
5352 (cl-typep) [compiler-macro]: Use macroexp-let².
5353
f81298f8 53542012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
5355
5356 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5357 string properly, fixes Bug#11473.
5358
4b56d0fe
CY
53592012-06-08 Chong Yidong <cyd@gnu.org>
5360
5361 * faces.el (set-face-attribute): Doc fix.
5362 (modify-face): Don't use :bold and :italic.
5363 (error, warning, success): Tweak definitions.
5364
5365 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5366 (custom-modified, custom-set, custom-changed, custom-themed)
5367 (custom-saved, custom-button, custom-button-mouse)
5368 (custom-button-pressed, custom-state, custom-comment-tag)
5369 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5370 (custom-group-subtitle): Use new-style face specs.
5371 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5372 (custom-set-face, custom-changed-face, custom-saved-face)
5373 (custom-button-face, custom-button-pressed-face)
5374 (custom-documentation-face, custom-state-face)
5375 (custom-comment-face, custom-comment-tag-face)
5376 (custom-variable-tag-face, custom-variable-button-face)
5377 (custom-face-tag-face, custom-group-tag-face-1)
5378 (custom-group-tag-face): Remove obsolete face alias.
5379
5380 * epa.el (epa-validity-high, epa-validity-medium)
5381 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5382 (epa-field-name, epa-field-body):
5383 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5384 (font-lock-keyword-face, font-lock-builtin-face)
5385 (font-lock-function-name-face, font-lock-variable-name-face)
5386 (font-lock-type-face, font-lock-constant-face):
5387 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5388 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5389 * speedbar.el (speedbar-button-face, speedbar-file-face)
5390 (speedbar-directory-face, speedbar-tag-face)
5391 (speedbar-selected-face, speedbar-highlight-face)
5392 (speedbar-separator-face):
5393 * whitespace.el (whitespace-newline, whitespace-space)
5394 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5395 (whitespace-line, whitespace-space-before-tab)
5396 (whitespace-space-after-tab, whitespace-indentation)
5397 (whitespace-empty):
5398 * emulation/cua-base.el (cua-global-mark):
5399 * eshell/em-prompt.el (eshell-prompt):
5400 * net/newst-plainview.el (newsticker-new-item-face)
5401 (newsticker-old-item-face, newsticker-immortal-item-face)
5402 (newsticker-obsolete-item-face, newsticker-date-face)
5403 (newsticker-statistics-face, newsticker-default-face):
5404 * net/newst-reader.el (newsticker-feed-face)
5405 (newsticker-extra-face, newsticker-enclosure-face):
5406 * net/newst-treeview.el (newsticker-treeview-face)
5407 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5408 (newsticker-treeview-immortal-face)
5409 (newsticker-treeview-obsolete-face)
5410 (newsticker-treeview-selection-face):
5411 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5412 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5413 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5414 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5415 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5416 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5417 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5418 (mpuz-text):
5419 * progmodes/vera-mode.el (vera-font-lock-number)
5420 (vera-font-lock-function, vera-font-lock-interface):
5421 * textmodes/table.el (table-cell): Use new-style face specs, and
5422 don't use the old :bold and :italic attributes.
5423
5424 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5425 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5426 (ebrowse-member-class, ebrowse-progress): Likewise.
5427 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5428 (ebrowse-file-name-face, ebrowse-default-face)
5429 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5430 (ebrowse-progress-face): Remove obsolete faces.
5431
5432 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5433 Inherit from error and warning faces respectively.
5434
5435 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5436 Likewise.
f80efb86
SM
5437 (flyspell-incorrect-face, flyspell-duplicate-face):
5438 Remove obsolete aliases.
4b56d0fe 5439
03310646
MA
54402012-06-08 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5443 Avoid infloop.
5444
513749ee
SM
54452012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * startup.el (argv, argi): Make lexically scoped.
5448 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5449 * emacs-lisp/cl-macs.el: Use lexical-binding.
5450 Rename cl-bind-* to cl--bind-*.
5451 * files.el: Don't require `cl' since it doesn't use it.
5452 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5453
595ef4ad
JB
54542012-06-08 Juanma Barranquero <lekktu@gmail.com>
5455
5456 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5457 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5458 instead of calling external sort utility.
5459 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5460
e9f66fcb
EZ
54612012-06-08 Eli Zaretskii <eliz@gnu.org>
5462
5463 * descr-text.el (describe-char): Mention how to insert the
5464 character, if the current input method doesn't support it.
5465 See the discussion in this thread for the details:
5466 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5467
3d10db47
SS
54682012-06-08 Sam Steingold <sds@gnu.org>
5469
5470 * bindings.el (global-map): Bind XF86Forward to next-buffer and
5471 XF86Back to previous-buffer.
5472 (minibuffer-local-map): Bind them to next-history-element and
5473 previous-history-element respectively.
5474 * help-mode.el (help-mode-map): Bind them to help-go-forward and
5475 help-go-back respectively.
5476 * info.el (Info-mode-map): Bind them to Info-history-forward and
5477 Info-history-back respectively.
5478 These are the keys next to Up on the ThinkPad keyboard.
5479
de7e2b36
SM
54802012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5483 * emacs-lisp/cl-macs.el: Provide itself.
5484 (cl--labels-convert-cache): New var.
5485 (cl--labels-convert): New function.
5486 (cl-flet, cl-labels): New implementation with new semantics, relying on
5487 lexical-binding.
5488 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5489 (cl-closure-vars, cl--function-convert-cache)
5490 (cl--function-convert): Move from cl-macs.el.
5491 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5492 rename by removing the "cl-" prefix.
5493 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5494
6fa6c4ae
SM
54952012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5498 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5499 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5500 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5501 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5502 (cl-hash-table-count): Add old compatibility aliases.
5503
5504 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5505 Use macroexpand-all-environment instead.
5506 (cl--old-macroexpand): New var.
5507 (cl--sm-macroexpand): New function.
5508 (cl-symbol-macrolet): Use it during macro expansion.
5509 (cl--function-convert-cache): New var.
5510 (cl--function-convert): New function, extracted from
5511 cl-macroexpand-all.
5512 (cl-lexical-let): Use it.
5513
5514 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5515 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5516 (cl-member): Remove old alias.
5517
5518 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5519 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5520 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5521 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5522 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5523 (cl-macroexpand-cmacs): Remove var.
5524 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5525 Use macroexpand-all instead.
5526
4dd1c416
SM
55272012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5530 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5531 (macroexp-copyable-p): New functions and macros.
5532 * emacs-lisp/edebug.el (edebug-unwrap):
5533 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5534 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5535 (pcase--let*): Remove.
5536 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5537 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
5538 macroexp-const-p instead.
5539 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5540
5541 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5542 instead of "cl-" for internal definitions. Use macroexp-const-p.
5543 (cl-old-bc-file-form): Remove var.
5544 (cl-const-exprs-p): Remove fun.
5545 (cl-labels, cl-macrolet): Use backquote.
5546 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
5547 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5548 (cl-define-setf-expander): Rename from cl-define-setf-method.
5549 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5550
5551 * international/mule-cmds.el: Don't require CL.
5552 (view-hello-file): Don't use `letf'.
5553
ed8bd4d7
SM
55542012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5555
7287f2f3
SM
5556 * tmm.el (tmm-prompt): Use string-prefix-p.
5557 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5558 (tmm-add-prompt): Use minibuffer-completion-help.
5559 (tmm-delete-map): Remove.
5560
ed8bd4d7
SM
5561 * subr.el (kbd): Make it its own function.
5562
7b4cdbf4
SM
55632012-06-07 Stefan Merten <smerten@oekonux.de>
5564
5565 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5566 Silence compiler warnings. Fix versions.
ed8bd4d7 5567 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 5568 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 5569 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
5570 (rst-package-emacs-version-alist): Correct Emacs version to
5571 represent major merge with upstream.
ed8bd4d7 5572 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 5573
2b48d721
GM
55742012-06-06 Glenn Morris <rgm@gnu.org>
5575
5576 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5577 Only print environment variables if set.
5578
fa779ab0
SM
55792012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5582 (macroexp--cons): Rename from maybe-cons.
5583 (macroexp--accumulate): Rename from macroexp-accumulate.
5584 (macroexp--all-forms): Rename from macroexpand-all-forms.
5585 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5586 (macroexp--expand-all): Rename from macroexpand-all-1.
5587
628299e0
SS
55882012-06-06 Sam Steingold <sds@gnu.org>
5589
5590 * calendar/calendar.el (calendar-in-read-only-buffer):
5591 Call `special-mode' to enable the standard read-only keybindings.
5592
b7bb5838
SM
55932012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5596 with "loading" messages (bug#11635).
5597
dfb308ba
MA
55982012-06-06 Michael Albinus <michael.albinus@gmx.de>
5599
5600 * files.el (enable-remote-dir-locals): New option.
5601 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
5602
0372ee92
MA
5603 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5604 Ensure, that the temp directory is local.
5605
5606 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5607 `temporary-file-directory'.
5608
eed0bb91
MA
5609 * progmodes/python.el (python-send-region): Ensure, that the
5610 temporary file is created also in the remote case.
5611
7a58f64d
GM
56122012-06-06 Glenn Morris <rgm@gnu.org>
5613
f7dd4e98
GM
5614 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5615 (vc-rcs-update-changelog): Use it.
5616
090bd7cb 5617 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 5618
7a58f64d
GM
5619 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
5620 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
5621 (vc-sccs-diff): Replace use of the external vcdiff script.
5622
daed4003
GM
56232012-06-05 Glenn Morris <rgm@gnu.org>
5624
5625 * ledit.el: Move to obsolete/.
5626
48c455c7
SS
56272012-06-05 Sam Steingold <sds@gnu.org>
5628
ed9265fc 5629 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
5630 patch (Bug#11140).
5631
57a7d507
SM
56322012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5633
090bd7cb 5634 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 5635
53aacf21
SM
5636 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
5637 compiler-macro expansion.
5638
57a7d507
SM
5639 Add native compiler-macro support.
5640 * emacs-lisp/macroexp.el (macroexpand-all-1):
5641 Support compiler-macros directly. Properly follow aliases and apply
5642 the compiler macros more thoroughly.
5643 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
5644 macroexpand now properly follows aliases.
5645 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
5646 (cl-compiler-macroexpand): Use new prop.
5647 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
5648
5649 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
5650
51a5f9d8
MR
56512012-06-05 Martin Rudalics <rudalics@gmx.at>
5652
5653 * window.el (get-lru-window, get-mru-window, get-largest-window):
5654 New argument NOT-SELECTED to avoid picking the selected window.
5655 (window--display-buffer-1, window--display-buffer-2): Replace by
5656 new function window--display-buffer
5657 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
5658 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5659 Use window--display-buffer.
51a5f9d8
MR
5660 (display-buffer-use-some-window): Remove temporary dedication
5661 hack by calling get-lru-window and get-largest-window with
5662 NOT-SELECTED argument non-nil. Call window--display-buffer.
5663
08f9f738
GM
56642012-06-05 Glenn Morris <rgm@gnu.org>
5665
5666 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
5667 Replace external vcdiff script.
5668
e364a2b7
SM
56692012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
5672
041df390
CY
56732012-06-04 Chong Yidong <cyd@gnu.org>
5674
e364a2b7
SM
5675 * image.el (imagemagick-types-inhibit): Revert last change.
5676 Add INFO and M.
47b36b94 5677 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 5678
7c1898a7
SM
56792012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * emacs-lisp/cl-lib.el: Rename from cl.el.
5682 * emacs-lisp/cl.el: New compatibility file.
5683 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
5684 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
5685 to obey the "cl-" prefix.
5686 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
5687
0c3461de
GM
56882012-06-03 Glenn Morris <rgm@gnu.org>
5689
1e266c88
GM
5690 * emacs-lisp/authors.el (authors-aliases): Addition.
5691
0c3461de
GM
5692 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
5693 Fix :version.
5694
d8a52e15
SM
56952012-06-03 Stefan Merten <smerten@oekonux.de>
5696
5697 * textmodes/rst.el: Add comments.
5698 (rst-transition, rst-adornment): New faces.
5699 (rst-adornment-faces-alist): Make default safe to reevaluate.
5700 Fixes
5701 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
5702 Improve customization tags.
5703 (rst-define-level-faces): Clarify meaning.
5704
5205d6f6
CY
57052012-06-03 Chong Yidong <cyd@gnu.org>
5706
5707 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
5708 (compilation-mode-line-run, compilation-mode-line-exit):
5709 New faces.
5205d6f6
CY
5710 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
5711
757ee657
JD
57122012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
5713
7c1898a7
SM
5714 * progmodes/which-func.el (which-func-update-ediff-windows):
5715 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 5716
5f2c76c6
CY
57172012-06-03 Chong Yidong <cyd@gnu.org>
5718
5719 * bindings.el: Remove explicit help text from format-mode-line.
5720 It is now supplied by mode-line-default-help-echo.
5721 (mode-line-front-space, mode-line-end-spaces)
5722 (mode-line-misc-info): New variables.
5723 (mode-line-modes, mode-line-position): Move the default value to
5724 the variable definition.
5725 (mode-line-default-help-echo): New defcustom.
383f7350
CY
5726 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
5727 (mode-line-modified-help-echo): New functions.
5728 (mode-line-mule-info, mode-line-modified): Use them.
5729 (mode-line-eol-desc, propertized-buffer-identification):
5730 Consistency fixes for help text.
cbe46e5f
CY
5731 (mode-line-coding-system-map): Allow using mouse-3 to invoke
5732 set-buffer-file-coding-system (Bug#289).
5733 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 5734
f2d6a3df
SM
57352012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * simple.el (execute-extended-command): Set real-this-command
5738 (bug#11506).
5739
37269466
CY
57402012-06-02 Chong Yidong <cyd@gnu.org>
5741
5742 Remove incorrect uses of "modeline" in comments, docstrings, and
5743 function/variable names (Bug#10329).
5744
5745 * cus-edit.el (mode-line):
5746 * dframe.el (dframe-mouse-hscroll):
5747 * emacs-lisp/re-builder.el:
5748 * emacs-lisp/easy-mmode.el (define-minor-mode):
5749 * frame.el (set-frame-name):
5750 * help.el (lookup-minor-mode-from-indicator):
5751 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
5752 * progmodes/cc-cmds.el (c-toggle-auto-newline)
5753 (c-toggle-hungry-state):
5754 * progmodes/antlr-mode.el (antlr-language-alist):
5755 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
5756 * progmodes/vhdl-mode.el (vhdl-mode):
5757 * progmodes/which-func.el (which-func, which-func-cleanup-function):
5758 * term/ns-win.el (ns-face-at-pos):
5759 * term/sup-mouse.el (sup-mouse-report):
5760 * textmodes/flyspell.el (flyspell-mode-line-string):
5761 * textmodes/ispell.el (ispell-highlight-face):
5762 * textmodes/reftex-global.el:
5763 * vc/vc-arch.el (vc-arch-mode-line-string):
5764 * vc/vc-cvs.el (vc-cvs-mode-line-string):
5765 * vc/vc-git.el (vc-git-mode-line-string):
5766 * vc/vc-hooks.el (vc-display-status)
5767 (vc-default-mode-line-string):
5768 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
5769
5770 * ansi-color.el (ansi-color-faces-vector): Change default faces.
5771
5772 * dired.el (dired-sort-set-mode-line): Rename from
5773 dired-sort-set-modeline. All callers changed.
5774
5775 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
5776 eshell-status-in-modeline.
5777
5778 * foldout.el (foldout-mode-line-string): Rename from
5779 foldout-modeline-string. All callers changed.
5780 (foldout-update-mode-line): Rename from foldout-update-modeline.
5781
5782 * subr.el (redraw-modeline): Make into obsolete alias.
5783
5784 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
5785 timeclock-modeline-display. Make old name an alias.
5786 (timeclock-update-mode-line): Likewise. All callers changed.
5787 (timeclock-mode-line-display): No need to check before using
5788 add-hook.
5789 (timeclock-relative, timeclock-day-over-hook)
5790 (timeclock-use-elapsed, timeclock-mode-string)
5791 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
5792
5793 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
5794 crisp-mode-modeline-string.
5795
5796 * play/solitaire.el (solitaire-build-mode-line): Rename from
5797 solitaire-build-modeline. All callers changed.
5798
5799 * play/zone.el (zone-hiding-mode-line): Rename from
5800 zone-hiding-modeline. All callers changed.
5801 (zone): Remove unusued `modeline-hidden-level' property.
5802
5803 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
5804 xscheme-modeline-initialize. All callers changed.
5805
5806 * strokes.el (strokes-lighter): Rename from
5807 strokes-modeline-string.
5808
5809 * textmodes/sgml-mode.el (html-face-tag-alist)
5810 (html-tag-face-alist): Use mode-line face instead of obsolete
5811 alias modeline.
5812
42152ee4
SM
58132012-06-02 Stefan Merten <smerten@oekonux.de>
5814
5815 * textmodes/rst.el: Always require `cl'.
4cf9b38d 5816 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 5817
95f520b5
CY
58182012-06-02 Chong Yidong <cyd@gnu.org>
5819
5820 * image.el (imagemagick-enabled-types): Rename from
5821 imagemagick-types-enable. Add many more types.
5822 (imagemagick-types-inhibit): Change default to nil.
5823 (imagemagick-filter-types): Caller changed.
5824
4a5f187a
SM
58252012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5826
03fef3e6
SM
5827 * emacs-lisp/cl-macs.el: Use backquotes.
5828 (cl-transform-function-property): Use eval-and-compile rather than
5829 abusing `require'.
5830 (defstruct): Use declare-function instead of with-no-warnings.
5831
4a5f187a
SM
5832 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
5833 (byte-compile-output-docform): Re-add the print-circle bindings.
5834 (byte-compile-fix-header): Use #$ just because it's shorter.
5835 (byte-compile-output-file-form): Remove defun/defmacro.
5836
bd56924f
MR
58372012-06-01 Martin Rudalics <rudalics@gmx.at>
5838
5839 * simple.el (choose-completion): Remove now obsolete binding for
5840 owindow.
5841
046e38ce
MA
58422012-06-01 Michael Albinus <michael.albinus@gmx.de>
5843
5844 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
5845 in order to avoid "Stack overflow in regexp matcher".
5846
32d72c2f
GM
58472012-05-31 Glenn Morris <rgm@gnu.org>
5848
5849 * image.el: For clarity, call imagemagick-register-types at
5850 top-level, rather than relying on a custom :initialize.
5851 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
5852 (imagemagick-filter-types): New function. (Bug#7406)
5853 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
5854 If disabling support, remove elements altogether rather
5855 than using an impossible regexp.
5856 (imagemagick-types-inhibit): Give it the default init function.
5857
dd41169b
SM
58582012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5859
4a5f187a
SM
5860 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
5861 Handle arbitrary file name lengths (Bug#11585).
dd41169b 5862
efc00ab1 58632012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
5864
5865 * desktop.el (desktop-read): Clear previous and next buffers for
5866 all windows and bury *Messages* buffer (bug#11556).
5867
500fcedc
SM
58682012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 Add `declare' for `defun'. Align `defmacro's with it.
5871 * emacs-lisp/easy-mmode.el (define-minor-mode)
5872 (define-globalized-minor-mode): Don't autoload the var definitions.
5873 * emacs-lisp/byte-run.el: Use lexical-binding.
5874 (defun-declarations-alist, macro-declarations-alist): New vars.
5875 (defmacro, defun): Use them.
5876 (make-obsolete, define-obsolete-function-alias)
5877 (make-obsolete-variable, define-obsolete-variable-alias):
5878 Use `declare'.
5879 (macro-declaration-function): Mark obsolete.
5880 * emacs-lisp/autoload.el: Use lexical-binding.
5881 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
5882
6e8a1786
AM
58832012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5884
5885 * textmodes/ispell.el (ispell-with-no-warnings):
5886 Define as a macro.
500fcedc
SM
5887 (ispell-kill-ispell, ispell-change-dictionary):
5888 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
5889 `interactive-p'.
5890
61b108cc
SM
58912012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5894 (macro-declaration-function): Move var from C code.
5895 (macro-declaration-function): Define function with defalias.
5896 * emacs-lisp/macroexp.el (macroexpand-all-1):
5897 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5898 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5899 defun/defmacro any more.
5900 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5901 Provide fallback for unknown arglist.
5902 (byte-compile-arglist-warn): Change calling convention.
5903 (byte-compile-output-file-form): Move print-vars binding.
5904 (byte-compile-output-docform): Simplify accordingly.
5905 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5906 (byte-compile-defmacro-declaration): Remove.
5907 (byte-compile-file-form-defmumble): Generalize to defalias.
5908 (byte-compile-output-as-comment): Return byte-positions.
5909 Simplify callers accordingly.
5910 (byte-compile-lambda): Use `assert'.
5911 (byte-compile-defun, byte-compile-defmacro): Remove.
5912 (byte-compile-file-form-defalias):
5913 Use byte-compile-file-form-defmumble.
5914 (byte-compile-defalias-warn): Remove.
5915
6d3f7c2f
SM
59162012-05-29 Stefan Merten <smerten@oekonux.de>
5917
5918 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 5919 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
5920
5921 (rst-mode-abbrev-table): Merge definition.
5922 (rst-mode): Make sure `font-lock-defaults' is buffer local.
5923 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5924
6dbaa1c7
UJ
59252012-05-29 Ulf Jasper <ulf.jasper@web.de>
5926
5927 * calendar/icalendar.el
5928 (icalendar-export-region): Export UID properly.
5929
d209e2fb 59302012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
5931 * calendar/icalendar.el (icalendar-import-format):
5932 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
5933 (icalendar-import-format-uid): New.
5934 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5935 Export UID.
5936
6876a58d
SM
59372012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5940 different alternative patterns.
5941 (pcase-codegen): Be more careful to preserve identity.
5942 (pcase--u1): Don't forget to mark vars as used.
5943
5944 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5945 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5946 (byte-compile-from-buffer): ...rather than here.
5947
5948 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5949 functions from byte-compile-function-environment.
5950
46b7967e
TN
59512012-05-29 Troels Nielsen <bn.troels@gmail.com>
5952
5953 * window.el (window-deletable-p): Avoid deleting the root window
5954 of a frame with an active minibuffer.
5955
69d565e2
MR
59562012-05-29 Martin Rudalics <rudalics@gmx.at>
5957
5958 * simple.el (choose-completion): Use quit-window (Bug#11567).
5959
a149fa51
CY
59602012-05-29 Chong Yidong <cyd@gnu.org>
5961
5962 * whitespace.el (whitespace-cleanup): Fix usage of
5963 whitespace-empty-at-bob-regexp (Bug#11492).
5964
2b311310
AH
59652012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5966
5967 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5968 revert (Bug#11488).
5969
b9cb2387
JL
59702012-05-29 Juri Linkov <juri@jurta.org>
5971
5972 * isearch.el (isearch-mode-map): Bind `M-s _' to
5973 `isearch-toggle-symbol'. Bind `M-s c' to
5974 `isearch-toggle-case-fold'.
5975 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5976 (isearch-forward): Add `M-s _' to the docstring.
5977 (isearch-forward-symbol, isearch-toggle-case-fold)
5978 (isearch-symbol-regexp): New functions. (Bug#11381)
5979
d5e61c1c
JL
59802012-05-29 Juri Linkov <juri@jurta.org>
5981
5982 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5983 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5984 a function, call it to get the regexp.
5985 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5986 property `isearch-message-prefix' instead of the string "word ".
5987 (isearch-search-fun-default): For the case of `isearch-word',
5988 return a lambda that calls re-search-forward/re-search-backward
5989 with a regexp returned by `word-search-regexp' or by the function
5990 in `isearch-word'.
5991
8cbd80f7
JL
59922012-05-29 Juri Linkov <juri@jurta.org>
5993
5994 * isearch.el (isearch-search-fun-default): New function.
5995 (isearch-search-fun): Move default part to the new function
5996 `isearch-search-fun-default'.
5997 (isearch-search-fun-function): Set the default value to
5998 `isearch-search-fun-default'. (Bug#11381)
5999
6000 * comint.el (comint-history-isearch-end):
6001 Use `isearch-search-fun-default'.
6002 (comint-history-isearch-search): Use `isearch-search-fun-default'
6003 and remove spacial case for `isearch-word'.
6004 (comint-history-isearch-wrap): Remove spacial case for
6005 `isearch-word'.
6006
6007 * hexl.el (hexl-isearch-search-function):
6008 Use `isearch-search-fun-default'.
6009
6010 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6011 Use `word-search-regexp' for `isearch-word'.
6012
6013 * misearch.el (multi-isearch-search-fun):
6014 Use `isearch-search-fun-default'.
6015
6016 * simple.el (minibuffer-history-isearch-search):
6017 Use `isearch-search-fun-default' and remove spacial case for
6018 `isearch-word'.
6019 (minibuffer-history-isearch-wrap): Remove spacial case for
6020 `isearch-word'.
6021
6022 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6023 Remove spacial case for `isearch-word'.
6024 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6025
85c8c5b6
AM
60262012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6027
6028 Decrease XEmacs incompatibilities.
6029 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6030 Use `string-match'.
6031 (flyspell-delete-region-overlays): Use alternative definition for
6032 XEmacs.
6033 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6034 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6035 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6036 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6037 `define-obsolete-face-alias' under XEmacs, but old method.
6038
6039 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6040 `with-no-warnings' definition or Emacs alias.
6041 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6042 (ispell-word): Do not use `region-p' if XEmacs.
6043
8cab9efc
AM
60442012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6045
6046 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6047 Check for `ispell-dictionary-base-alist' instead of full
6048 `ispell-dictionary-alist'.
6049 (ispell-init-process): Show spellchecker when starting new Ispell
6050 process.
6051
fda91268
RZ
60522012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6055 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6056
694ea8e3
JB
60572012-05-27 Juanma Barranquero <lekktu@gmail.com>
6058
6059 * version.el (motif-version-string, gtk-version-string)
6060 (ns-version-string): Declare.
6061
e4d4f539
JL
60622012-05-27 Juri Linkov <juri@jurta.org>
6063
6064 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6065 after the `eval-defun-1' specialcaseing
6066 like in `edebug-eval-defun' (bug#10181).
6067
6068 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6069 like in `eval-defun-1'.
6070
33017faf 60712012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 6072
fda91268
RZ
6073 * mail/sendmail.el (mail-yank-region):
6074 Recognize rmail-yank-current-message in addition to insert-buffer.
6075 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
6076 a *mail* buffer created through rmail-start-mail with sendmail as
6077 mail-user-agent.
6078
33017faf
GM
60792012-05-27 Chong Yidong <cyd@gnu.org>
6080
6081 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6082 Default to 256 (Bug#11267).
6083
6084 * help.el (describe-mode): Doc fix.
6085
04188bb9
GM
60862012-05-26 Glenn Morris <rgm@gnu.org>
6087
38264cc9
GM
6088 * w32-fns.el (w32-init-info): Remove.
6089 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6090
eb7afdad
GM
6091 * info.el (info-initialize): For self-contained NS builds, put the
6092 included info/ directory at the front. (Bug#2791)
6093
04188bb9
GM
6094 * paths.el (Info-default-directory-list): Make it a defcustom,
6095 mainly so that we can use custom-initialize-delay.
6096
a179e3f7
SM
60972012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6098
43416392
SM
6099 * subr.el (buffer-has-markers-at): Mark obsolete.
6100
a179e3f7 6101 * subr.el (lambda): Use declare.
43416392 6102
a179e3f7
SM
6103 * emacs-lisp/lisp-mode.el (lambda):
6104 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6105
34a008d9
AH
61062012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6107
6108 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6109
0a3b289f
GM
61102012-05-26 Glenn Morris <rgm@gnu.org>
6111
6112 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6113
758c81e8
GM
61142012-05-25 Glenn Morris <rgm@gnu.org>
6115
f9f334f0
GM
6116 * paths.el: Remove no-byte-compile.
6117 * loadup.el: No need to load paths.el uncompiled.
6118
87eb79c2
GM
6119 * image.el (imagemagick-types-inhibit): Doc fix.
6120
758c81e8
GM
6121 * version.el: Remove no-byte-compile and associated formatting.
6122 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6123 is ancient code from when there was an "inc-vers.el".
6124
e7e85dc0
SM
61252012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * progmodes/gdb-mi.el: Minor style changes.
6128 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6129 Turn into minor modes.
6130 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6131 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6132 (gdb-shell): Remove unneeded let-binding.
6133 (gdb-get-many-fields): Eliminate O(n²) behavior.
6134
f31237a4
EZ
61352012-05-25 Eli Zaretskii <eliz@gnu.org>
6136
6137 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6138 platforms that don't link in fontset.c.
6139
bc1b21bb
JL
61402012-05-25 Juri Linkov <juri@jurta.org>
6141
6142 Use the same diff color scheme as in modern VCSes (bug#10181).
6143
6144 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6145 to avoid confusion with `diff-added' that now uses green colors.
6146 (diff-removed): Use shades of red.
6147 (diff-added): Use shades of green.
6148 (diff-changed): Leave just the yellow color.
6149 (diff-use-changed-face): New variable.
6150 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6151 how to highlight context diff changes.
6152 (diff-refine-change): Use shades of yellow.
6153 (diff-refine-removed): New face that uses shades of red.
6154 (diff-refine-added): New face that uses shades of green.
6155 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6156 `diff-refine-removed' in the call to `smerge-refine-subst'
6157 depending on the value of `diff-use-changed-face'.
6158
6159 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6160 (smerge-other): Use shades of green.
6161 (smerge-base): Use shades of yellow.
6162 (smerge-refined-change): Empty face.
6163 (smerge-refined-removed): New face that uses shades of red.
6164 (smerge-refined-added): New face that uses shades of green.
6165 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6166 args `props-r' and `props-a', and use them. Doc fix.
6167 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6168 on its value use different faces `smerge-refined-change',
6169 `smerge-refined-removed', `smerge-refined-added' in the call to
6170 `smerge-refine-subst'.
6171
6172 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6173 Add face condition `min-colors 88' with shades of red.
6174 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6175 `min-colors 88' with shades of green.
6176 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6177 `min-colors 88' with shades of yellow.
6178
6df9112c
GM
61792012-05-24 Glenn Morris <rgm@gnu.org>
6180
ead5edc0
GM
6181 * paths.el (prune-directory-list, remote-shell-program): Move to...
6182 * files.el (prune-directory-list, remote-shell-program): ...here.
6183 For the latter, delay initialization, prefer ssh, just search PATH.
6184
f18b81e6
GM
6185 * paths.el (term-file-prefix): Move to faces.el (the only user).
6186 * faces.el (term-file-prefix): Move here, make it a defcustom.
6187
ee2f89a6
GM
6188 * paths.el (news-directory, news-path, news-inews-program):
6189 Move to gnus/nnspool.el.
61a583ca 6190
f8815e4c
GM
6191 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6192
c8f3b42c
GM
6193 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6194 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6195 Make the latter a defcustom, with a delayed initialization.
6196
6df9112c
GM
6197 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6198 These were deleted from Gnus itself late 2010.
6199
5dadff36
JB
62002012-05-22 Juanma Barranquero <lekktu@gmail.com>
6201
9e1701c6
JB
6202 * progmodes/which-func.el (which-func-ff-hook):
6203 Check against user-error, not error.
6204
bd7239f5 6205 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
6206 cl-specs.el, which no longer exists.
6207
3290526d
GM
62082012-05-22 Glenn Morris <rgm@gnu.org>
6209
6210 * info.el (info-emacs-bug): New command.
6211 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6212 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6213
ff0c3cfb
GM
62142012-05-21 Glenn Morris <rgm@gnu.org>
6215
6216 * makefile.w32-in (update-subdirs-SH):
6217 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6218
5814f126
SM
62192012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6220
a52c0aa0
SM
6221 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6222
5814f126
SM
6223 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6224 Simplify Maven regexp, and make sure the file can't start with a space
6225 (bug#11517).
6226
b847032c
GM
62272012-05-21 Glenn Morris <rgm@gnu.org>
6228
6229 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6230 Scrap superfluous subshells.
6231
3858bfe7
SM
62322012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6235 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6236
d14b0029
JB
62372012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6238
6239 * calc/calc.el (calc-ensure-consistent-units): New variable.
6240
a52c0aa0
SM
6241 * calc/calc-units.el (math-consistent-units-p)
6242 (math-check-unit-consistency): New functions.
6243 (calc-quick-units, calc-convert-units):
6244 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6245 is non-nil.
d14b0029
JB
6246 (calc-extract-units): Fix typo.
6247
60c4db3a
SM
62482012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6249
77f3b62e
SM
6250 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6251
60c4db3a
SM
6252 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6253 (flyspell-default-deplacement-commands): Don't spell check after
6254 repeated window/frame switches (e.g. triggered by mouse-movement).
6255 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6256 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6257 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6258 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6259 Remove unused vars.
6260 (flyspell-get-casechars, flyspell-get-not-casechars):
6261 Simplify; Don't bother removing a ] just to add it back.
6262 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6263
d209e2fb 62642012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
6265
6266 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6267 New functions.
bd7239f5 6268 (math-function-table): Add support for more C functions.
b1a10716 6269
3f1b25b5
AM
62702012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6271
090bd7cb
JB
6272 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6273 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6274 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 6275
b581bb5c
SM
62762012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6279 their respective macro declarations.
6280 * skeleton.el (define-skeleton):
6281 * progmodes/compile.el (define-compilation-mode):
6282 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6283 (define-ibuffer-filter):
6284 * emacs-lisp/generic.el (define-generic-mode):
6285 * emacs-lisp/easy-mmode.el (define-minor-mode)
6286 (define-globalized-minor-mode):
6287 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6288 * emacs-lisp/byte-run.el (defsubst):
6289 * custom.el (deftheme): Add doc-string metadata.
6290
70b8ef8f
SM
62912012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6294
b1198e17
SM
62952012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6296
9abdc45d
SM
6297 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6298
b1198e17
SM
6299 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6300 * emacs-lisp/cl-macs.el: Idem.
6301 * emacs-lisp/cl-specs.el: Remove.
6302
4735906a
SM
63032012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 Minor renaming of internal CL functions and variables.
6306 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6307 (cl--position): Rename from cl-position.
6308 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6309 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6310 (cl--random-state): Rename from *random-state*.
6311
ac348012
SM
63122012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6315 parens around the arg list (bug#11499).
6316
a0a79cde
JL
63172012-05-17 Juri Linkov <juri@jurta.org>
6318
6319 * isearch.el (word-search-regexp, word-search-backward)
6320 (word-search-forward, word-search-backward-lax)
6321 (word-search-forward-lax): Move functions from search.c
6322 (bug#10145, bug#11381).
6323
65034a51
AM
63242012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6325
090bd7cb
JB
6326 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6327 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6328 Delay for otherchars as for normal word components.
65034a51 6329
1a72a195
SM
63302012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * minibuffer.el (completion--sifn-requote): Fix last change.
6333 (minibuffer-local-must-match-filename-map):
6334 Move define-obsolete-variable-alias before its var.
6335
fdb058c2
SM
63362012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6337
c41045e6
SM
6338 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6339
036dfb8b
SM
6340 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6341 behavior.
6342 (completion--string-equal-p): New function.
6343 (completion--twq-all): Use it to get better assertion failure data.
6344
2473256d
SM
6345 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6346 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6347 (shell--requote-argument): New functions.
6348 (shell-completion-vars): Use them.
6349 (shell--parse-pcomplete-arguments): Rename from
6350 shell-parse-pcomplete-arguments.
6351 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6352 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6353 Obey comint-file-name-quote-list.
6354
fdb058c2
SM
6355 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6356 (smie-indent-keyword): Use it.
6357
51fa99f1
SM
63582012-05-14 Stefan Merten <smerten@oekonux.de>
6359
6360 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6361
e18afed7 63622012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
6363
6364 * net/rlogin.el (rlogin-mode-map): Fix last change.
6365
e18afed7 63662012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
6367
6368 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6369 the following \r\n using a single `process-send-string', since the
6370 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 6371 with two `process-send-string's (Bug#11444).
8633b1f4 6372
e18afed7 63732012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 6374
fdb058c2
SM
6375 * shell.el (shell-parse-pcomplete-arguments):
6376 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 6377
2d21d7f6
WJ
63782012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6379
e18afed7 6380 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
6381 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6382 (image-transform-width, image-transform-fit-width): New functions.
6383 (image-transform-properties): Use them.
6384 (image-transform-check-size): New function.
6385 (image-toggle-display-image): Use it (for testing).
6386 (image-transform-set-rotation): Reduce angle mod 360.
6387 Delete obsolete comment.
6388
7102e6d0
WJ
63892012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6390
6391 * image-mode.el: Fix scaling (bug#11399).
6392 (image-transform-resize): Doc fix.
6393 (image-transform-properties): Default scale is 1 and height should
6394 be an integer.
6395
06bc5e6e
SM
63962012-05-13 Johan Bockgård <bojohan@gnu.org>
6397
6398 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6399 than hard-coding `car', to fix misbehavior when moving forward.
6400
0ae03b6a
CY
64012012-05-13 Chong Yidong <cyd@gnu.org>
6402
6403 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6404 (tabulated-list-entries, tabulated-list-padding)
6405 (tabulated-list-sort-key): Make permanent-local.
6406
6407 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6408 (electric-buffer-list): Put electric buffer menu
6409 command descriptions in this docstring, instead of the docstring
6410 of electric-buffer-menu-mode. Code cleanups.
6411 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6412 Electric-buffer-menu-mode.
6413 (electric-buffer-update-highlight): Minor code cleanup.
6414
205a7391
MA
64152012-05-13 Michael Albinus <michael.albinus@gmx.de>
6416
6417 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6418 (Bug#11447)
6419
e5bd0a28
SM
64202012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 Move define-obsolete-variable-alias before the var's definition.
6423 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6424 * tooltip.el (tooltip-hook):
6425 * textmodes/reftex-toc.el (reftex-toc-map):
6426 * textmodes/reftex-sel.el (reftex-select-label-map)
6427 (reftex-select-bib-map):
6428 * textmodes/reftex-index.el (reftex-index-map)
6429 (reftex-index-phrases-map):
6430 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6431 * progmodes/meta-mode.el (meta-mode-map):
6432 * novice.el (disabled-command-hook):
6433 * loadhist.el (unload-hook-features-list):
6434 * frame.el (blink-cursor):
6435 * files.el (find-file-not-found-hooks, write-file-hooks)
6436 (write-contents-hooks):
6437 * emulation/tpu-edt.el (GOLD-map):
6438 * emacs-lock.el (emacs-lock-from-exiting):
6439 * emacs-lisp/generic.el (generic-font-lock-defaults):
6440 * emacs-lisp/chart.el (chart-map):
6441 * dos-fns.el (register-name-alist):
6442 * dired-x.el (dired-omit-files-p):
6443 * desktop.el (desktop-enable):
6444 * cus-edit.el (custom-mode-hook):
6445 * buff-menu.el (buffer-menu-mode-hook):
6446 * bookmark.el (bookmark-read-annotation-text-func)
6447 (bookmark-exit-hooks):
6448 * allout.el (allout-mode-deactivate-hook)
6449 (allout-exposure-change-hook, allout-structure-added-hook)
6450 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6451 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6452 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6453 comes before the corresponding variable's definition.
6454
ac59c2f6
CY
64552012-05-12 Chong Yidong <cyd@gnu.org>
6456
6457 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
6458 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6459 (Buffer-menu-mode-map): Bind it.
6460 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 6461
dee6c9a3
SM
64622012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6463
2171cea5
SM
6464 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6465 (prolog-upper-case-string, prolog-lower-case-string)
6466 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6467 (prolog-use-smie, prolog-smie-grammar): New vars.
6468 (prolog-smie-forward-token, prolog-smie-backward-token)
6469 (prolog-smie-rules): New funs.
6470 (prolog-comment-indent): Remove.
6471 (prolog-mode-variables): Use default comment indentation instead.
6472 Setup SMIE.
6473 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6474 (prolog-mode): Don't call them any more.
6475 (prolog-electric-colon, prolog-electric-dash)
6476 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6477
aa0382bd
SM
6478 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6479
dbacb4bd
SM
6480 * minibuffer.el (completion--twq-all): Again, allow case differences.
6481
13bdd94c
SM
6482 * term.el: Move keymap initialization code to be more idiomatic.
6483 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6484 (term-terminal-menu): Move initialization into declaration.
6485 (term-escape-char): Let the user set it in her .emacs.
6486
ff46c759
SM
6487 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6488 Provide SMIE-based indentation (not enabled by default yet).
6489 (sh-mode-map): Don't bind electric keys.
6490 Use electric-pair-mode instead of skeleton-pair.
6491 (sh-assignment-regexp): Fit within 80 columns.
6492 (sh-indent-supported): Specify actual shell name instead of boolean.
6493 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6494 (sh-maybe-here-document): Use it. Make obsolete.
6495 (sh-electric-here-document-mode) New minor mode.
6496 (sh-mode): Use it. Don't set sh-indent-supported-here here.
6497 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6498 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6499 (sh-smie-rc-grammar, sh-use-smie): New vars.
6500 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6501 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6502 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6503 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6504 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6505 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6506 (sh-set-shell): Use smie-setup if requested.
6507
dee6c9a3
SM
6508 * term.el (term-set-escape-char): Properly set term-escape-char.
6509 See http://stackoverflow.com/questions/10524656.
6510
9f9aa044
CY
65112012-05-10 Chong Yidong <cyd@gnu.org>
6512
6513 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6514 Use url-generic-parse-url, and handle host names and Windows
6515 filenames properly.
6516 (ffap-url-unwrap-remote): Use url-generic-parse-url.
6517 (ffap-url-unwrap-remote): Accept list values, specifying a list of
6518 URL schemes to work on.
6519 (ffap--toggle-read-only): New function.
6520 (ffap-read-only, ffap-read-only-other-window)
6521 (ffap-read-only-other-frame): Use it.
6522 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6523 necessary for ffap-url-unwrap-remote.
6524
836d29b3
DA
65252012-05-10 Dave Abrahams <dave@boostpro.com>
6526
6527 * cus-start.el (create-lockfiles): Add it.
6528
00fd78ed
CY
65292012-05-09 Chong Yidong <cyd@gnu.org>
6530
6531 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6532 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6533
666b903b 65342012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
6535
6536 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6537
666b903b 65382012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
6539
6540 * ansi-color.el (ansi-color-process-output): Check for validity of
6541 comint-last-output-start before using it. This avoids a bad
6542 interaction with gdb-mi's input/output buffer.
6543
666b903b 65442012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
6545
6546 * files.el (dir-locals-read-from-file):
6547 Mention dir-locals in any error message.
6548
666b903b 65492012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
6550
6551 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6552 package (Bug#11410).
6553
f677562b
CY
6554 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6555 variables into description.
6556
666b903b 65572012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
6558
6559 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6560 shell-delimiter-argument-list (bug#11348).
6561 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6562
b499d8d0
JB
65632012-05-09 Juanma Barranquero <lekktu@gmail.com>
6564
8f6b6da8
JB
6565 * textmodes/rst.el: Silence byte-compiler warnings.
6566 (rst-re-alist, rst-reset-section-caches): Move around.
6567 (rst-re): Use `characterp', not `char-valid-p'.
6568 (font-lock-beg, font-lock-end): Declare.
6569
4824146a
JB
6570 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6571 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6572
b499d8d0
JB
6573 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6574
ad89bb83
GM
65752012-05-08 Glenn Morris <rgm@gnu.org>
6576
6577 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6578
8bba5a75
SM
65792012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6580
49ed9c8e
SM
6581 * vc/log-edit.el: Add GNU coding standards highlighting.
6582 (log-edit-font-lock-gnu-style)
6583 (log-edit-font-lock-gnu-keywords): New vars.
6584 (log-edit-font-lock-keywords): New fun.
6585 (log-edit-mode): Don't fold case in font-lock.
6586 (log-edit-font-lock-keywords): Do not assume case-folding.
6587
07d00b56
SM
6588 * imenu.el: Misc cleanup. Make docstrings out of comments.
6589 Use lexical-binding.
6590 (imenu--index-alist, imenu--last-menubar-index-alist)
6591 (imenu-menubar-modified-tick): Use defvar-local.
6592 (imenu--split-menu): Remove unused var.
6593 (imenu--cleanup-seen): Declare as global.
6594 (imenu--cleanup): Use dolist.
6595
8bba5a75
SM
6596 * subr.el (defvar-local): Add debug spec and doc-string position.
6597
5075bdb5
GM
65982012-05-08 Glenn Morris <rgm@gnu.org>
6599
090bd7cb 6600 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
6601 * language/english.el, language/georgian.el, language/greek.el:
6602 * language/japanese.el, language/khmer.el, language/korean.el:
6603 * language/lao.el, language/misc-lang.el, language/romanian.el:
6604 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6605 * language/thai.el, language/utf-8-lang.el:
6606 Remove no-byte-compile setting.
6607
5075bdb5
GM
6608 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6609
06f679a7
AH
66102012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6611
6612 * progmodes/make-mode.el (makefile-browse):
6613 Remove unnecessary interactive. (Bug#11324)
6614
03794570
GM
66152012-05-07 Glenn Morris <rgm@gnu.org>
6616
af8630f4
GM
6617 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6618
03794570
GM
6619 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6620
f0809a9d
SM
66212012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6622
28be5ce7
SM
6623 * loadup.el: Preload newcomment.el.
6624 * newcomment.el: Move autoload-only code to toplevel.
6625
f0809a9d
SM
6626 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
6627 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6628 Handle new :right-align column property.
6629 (tabulated-list-print-col): Idem, plus use `display' text-property to
6630 try and preserve alignment for variable pitch fonts.
6631
1241b724
CY
66322012-05-07 Chong Yidong <cyd@gnu.org>
6633
6634 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
6635 (tabulated-list-use-header-line): New var.
6636 (tabulated-list-init-header): Use it.
6637 (tabulated-list-print-fake-header): New function.
6638 (tabulated-list-print): Use it.
6639 (tabulated-list-sort-button-map): Add non-header-line commands.
6640 (tabulated-list-init-header): Add column name property to basic
6641 labels as well.
6642 (tabulated-list-col-sort): Handle non-header-line button case.
6643 (tabulated-list--sort-by-column-name): Fix a corner case.
6644
f0809a9d
SM
6645 * buff-menu.el (list-buffers--refresh):
6646 Handle Buffer-menu-use-header-line.
1241b724 6647
e5f9458f
CY
66482012-05-06 Chong Yidong <cyd@gnu.org>
6649
6650 * buff-menu.el: Convert to Tabulated List mode.
6651 (Buffer-menu-buffer+size-width): Make obsolete.
6652 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
6653 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
6654 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
6655 documentation into docstring of buffer-menu.
6656 (Buffer-menu-toggle-files-only): Add an informative message.
6657 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
6658 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
6659 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
6660 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
6661 (Buffer-menu-execute, Buffer-menu-select)
6662 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
6663 (Buffer-menu-bury): Use Tabulated List machinery.
6664 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
6665 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 6666 Delete.
e5f9458f
CY
6667 (list-buffers--refresh): New function.
6668 (list-buffers-noselect): Use it.
6669 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
6670 (Buffer-menu--pretty-file-name): New helper functions.
6671
6672 * loadup.el: Preload tabulated-list.
6673
6674 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
6675 tabulated-list-sort-column.
6676 (tabulated-list-init-header): Add the initial aligning space even
6677 if tabulated-list-padding is zero.
6678
e129292c
CS
66792012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
6680
6681 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
6682 whose cdr is not a cons cell correctly (bug#11038).
6683
6632d361
CY
66842012-05-06 Chong Yidong <cyd@gnu.org>
6685
e129292c
CS
6686 * emacs-lisp/tabulated-list.el (tabulated-list-format):
6687 Accept additional plist in column descriptors.
6632d361
CY
6688 (tabulated-list-init-header): Obey it.
6689 (tabulated-list-get-entry): New function.
6690 (tabulated-list-put-tag): Use it. Use string-width instead of
6691 length.
6692 (tabulated-list--column-number): New function.
6693 (tabulated-list-print): Use it.
e129292c
CS
6694 (tabulated-list-print-col): New function.
6695 Set `tabulated-list-column-name' property on each column's text.
6632d361 6696 (tabulated-list-print-entry): Use it.
e129292c
CS
6697 (tabulated-list-delete-entry, tabulated-list-set-col):
6698 New functions.
6632d361
CY
6699 (tabulated-list-sort-column): New command (Bug#11337).
6700
3cc99f68
CY
6701 * buff-menu.el (list-buffers): Move C-x C-b binding from
6702 buff-menu.el to bindings.el.
6703
6704 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
6705 :advertised-binding feature.
6706
52b61776
TN
67072012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6708
6709 * progmodes/compile.el (compilation-internal-error-properties):
6710 Calculate start position correctly when end-col is set but
6711 end-line is not (Bug#11382).
6712
ebfe2597
WJ
67132012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
6714
6715 * man.el (Man-unindent): Use text-property-default-nonsticky to
6716 prevent untabify from inheriting face properties (Bug#11408).
6717
6d3f7c2f
SM
67182012-05-05 Stefan Merten <smerten@oekonux.de>
6719
6720 * textmodes/rst.el: Major merge with upstream development up to
6721 Docutils SVN r7399 / rst.el V1.2.1.
6722
6723 Clarify maintainership and authors.
6724
6725 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
6726 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
6727 (rst-official-version, rst-official-cvs-rev, rst-version)
6728 (rst-package-emacs-version-alist): New functions and variables
6729 for version information.
6730
6731 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
6732 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
6733 (rst-mode-syntax-table, rst-mode): New and corrected functions
6734 and variables representing reStructuredText features.
6735
6736 (rst-re): New function for reStructuredText regexes. Use in
6737 many places.
6738
6739 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
6740 (rst-mode-map): Rebind keys.
6741
6742 (rst-mode-lazy, rst-font-lock-keywords)
6743 (rst-font-lock-extend-region)
6744 (rst-font-lock-extend-region-internal)
6745 (rst-font-lock-extend-region-extend)
6746 (rst-font-lock-find-unindented-line-limit)
6747 (rst-font-lock-find-unindented-line-match)
6748 (rst-adornment-level, rst-font-lock-adornment-level)
6749 (rst-font-lock-adornment-match)
6750 (rst-font-lock-handle-adornment-pre-match-form)
6751 (rst-font-lock-handle-adornment-matcher): Major revision of
6752 font-locking. Integrate with other code. Use `jit-lock-mode'.
6753
6754 (rst-preferred-adornments, rst-adjust-hook)
6755 (rst-new-adornment-down, rst-preferred-bullets)
6756 (rst-preferred-bullets, rst-indent, rst-indent-width)
6757 (rst-indent-field, rst-indent-literal-normal)
6758 (rst-indent-literal-minimized, rst-indent-comment): Change,
6759 extend and improve customization.
6760
6761 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
6762 (rst-normalize-cursor-position, rst-get-decoration)
6763 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
6764 (rst-rstrip, rst-toc-insert-find-delete-contents)
6765 (rst-shift-fill-region, rst-compute-bullet-tabs)
6766 (rst-debug-print-tabs, rst-debug-mark-found)
6767 (rst-shift-region-guts, rst-shift-region-right)
6768 (rst-shift-region-left, rst-use-char-classes)
6769 (rst-font-lock-keywords-function)
6770 (rst-font-lock-indentation-point)
6771 (rst-font-lock-find-unindented-line-begin)
6772 (rst-font-lock-find-unindented-line-end)
6773 (rst-font-lock-find-unindented-line)
6774 (rst-font-lock-adornment-point, rst-font-lock-level)
6775 (rst-adornment-level-alist): Remove functions and variables.
6776
6777 (rst-compare-adornments, rst-get-adornment-match)
6778 (rst-suggest-new-adornment, rst-get-adornments-around)
6779 (rst-adornment-complete-p, rst-get-next-adornment)
6780 (rst-adjust-adornment, rst-display-adornments-hierarchy)
6781 (rst-straighten-adornments): Standardize function names to
6782 use "adornment" instead of "decoration". Correct callers.
6783 Similar standardizing in many places.
6784
6785 (rst-update-section, rst-adjust, rst-promote-region)
6786 (rst-enumerate-region, rst-bullet-list-region)
6787 (rst-repeat-last-character): Correct use of `interactive'.
6788
6789 (rst-classify-adornment, rst-find-all-adornments)
6790 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
6791 (rst-find-leftmost-column, rst-repeat-last-character):
6792 Refactor functions.
6793
6794 (rst-find-title-line, rst-reset-section-caches)
6795 (rst-get-adornments-around, rst-adjust-adornment-work)
6796 (rst-arabic-to-roman, rst-roman-to-arabic)
6797 (rst-insert-list-pos, rst-insert-list-new-item)
6798 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
6799 New functions.
6800
6801 (rst-all-sections, rst-section-hierarchy)
6802 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
6803 New variables.
6804
6805 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
6806 configuration instead of only buffer. Change where necessary.
6807
6808 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
6809 (rst-shift-region, rst-adaptive-fill): New functions for
6810 indentation and filling.
6811
6812 (rst-comment-line-break, rst-comment-indent)
6813 (rst-comment-insert-comment, rst-comment-region)
6814 (rst-uncomment-region): New functions for handling comments.
6815
6816 (rst-compile): Quote shell arguments.
6817
6818 (rst-compile-pdf-preview, rst-compile-slides-preview):
6819 Delete temporary files after use.
6820
a43f98b3
GM
68212012-05-05 Glenn Morris <rgm@gnu.org>
6822
48176e8b
GM
6823 * calendar/cal-html.el: Optionally include holidays in the output.
6824 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
6825 (cal-html-holidays): New option.
6826 (cal-html-css-default): Add holiday entry.
6827 (holiday-in-range): Autoload it.
6828 (cal-html-htmlify-entry): Add optional class argument.
6829 (cal-html-htmlify-list): Add optional holidays argument.
6830 (cal-html-insert-agenda-days): Include holidays in the output.
6831 (cal-html-one-month): Maybe include holidays.
6832
a43f98b3
GM
6833 * calendar/holidays.el (holiday-in-range):
6834 Move here from cal-tex-list-holidays.
6835 * calendar/cal-tex.el (cal-tex-list-holidays):
6836 Make it an obsolete alias for holiday-in-range. Update all callers.
6837
fef9d149 68382012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
6839
6840 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
6841 Nextstep.
6842
248da2f4
RW
68432012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
6844
6845 * files.el (file-auto-mode-skip): New var.
6846 (set-auto-mode-1): Use it.
6847
f95e9344
SM
68482012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6849
df96ab1e
SM
6850 * repeat.el: Use lexical-binding.
6851 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
6852 (repeat-undo-count): Remove.
6853 (repeat):
6854 * progmodes/octave-mod.el (octave-abbrev-start):
6855 * progmodes/f90.el (f90-abbrev-start):
6856 * face-remap.el (text-scale-adjust):
6857 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
6858
5342bb06
SM
6859 * emacs-lisp/pcase.el (pcase--let*): New function.
6860 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
6861 a bit more.
6862 (pcase--split-pred): Be more clever about ruling out overlap between
6863 a predicate and some constant pattern.
6864 (pcase--q1): Use `null' instead of (eq foo nil).
6865
f95e9344
SM
6866 * subr.el (setq-local, defvar-local): New macros.
6867 (kbd): Redefine as an alias.
6868 (with-selected-window): Leave unrelated frames alone.
6869 (set-temporary-overlay-map): New function.
6870
71873e2b
SM
68712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * subr.el (user-error): New function.
6874 * window.el (switch-to-buffer):
6875 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6876 (smerge-match-conflict):
6877 * simple.el (previous-matching-history-element)
6878 (next-matching-history-element, goto-history-element, undo-more)
6879 (undo-start):
6880 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6881 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6882 (next-file, tags-loop-scan, list-tags, complete-tag):
6883 * progmodes/compile.el (compilation-loop):
6884 * mouse.el (mouse-minibuffer-check):
6885 * man.el (Man-bgproc-sentinel, Man-goto-page):
6886 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6887 (Info-history-forward, Info-follow-reference, Info-menu)
6888 (Info-extract-menu-item, Info-extract-menu-counting)
6889 (Info-forward-node, Info-backward-node, Info-next-menu-item)
6890 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6891 (Info-next-reference, Info-prev-reference, Info-index)
6892 (Info-index-next, Info-follow-nearest-node)
6893 (Info-copy-current-node-name):
6894 * imenu.el (imenu--make-index-alist)
6895 (imenu-default-create-index-function, imenu-add-to-menubar):
6896 * files.el (basic-save-buffer, recover-file):
6897 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6898 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6899 (checkdoc-message-text, checkdoc-defun):
6900 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6901 * cus-edit.el (customize-changed-options, customize-rogue)
6902 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6903 (custom-variable-mark-to-reset-standard)
6904 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6905 (custom-file):
6906 * completion.el (check-completion-length):
6907 * comint.el (comint-search-arg)
6908 (comint-previous-matching-input-string-position)
6909 (comint-previous-matching-input)
6910 (comint-replace-by-expanded-history-before-point, comint-send-input)
6911 (comint-copy-old-input, comint-backward-matching-input)
6912 (comint-goto-process-mark, comint-set-process-mark):
6913 * calendar/calendar.el (calendar-cursor-to-date): Use it.
6914 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6915
8a61ee22
SM
69162012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6917
66408d1e
SM
6918 * dabbrev.el (dabbrev--ignore-case-p): New function.
6919 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6920 Use it.
6921
8a61ee22
SM
6922 * files.el (automount-dir-prefix): Mark as obsolete.
6923
3c74813a
GM
69242012-05-04 Glenn Morris <rgm@gnu.org>
6925
6926 * patcomp.el, play/bruce.el: Move to obsolete/.
6927
0bfcf5c5
PE
69282012-05-04 Paul Eggert <eggert@cs.ucla.edu>
6929
6930 Fix minor Y10k bugs.
6931 * arc-mode.el (archive-unixdate):
6932 * autoinsert.el (auto-insert-alist):
6933 * calc/calc-forms.el (math-this-year):
6934 * emacs-lisp/copyright.el (copyright-current-year)
6935 (copyright-update-year, copyright):
6936 * tar-mode.el (tar-clip-time-string):
6937 * time.el (display-time-update):
6938 Don't assume years have 4 digits.
6939
78f3273a
CY
69402012-05-04 Chong Yidong <cyd@gnu.org>
6941
6942 * dos-w32.el (file-name-buffer-file-type-alist)
6943 (direct-print-region-use-command-dot-com):
6944 * ffap.el (ffap-menu-regexp):
6945 * find-file.el (ff-special-constructs):
6946 * follow.el (follow-debug):
6947 * forms.el (forms--debug):
6948 * iswitchb.el (iswitchb-all-frames):
6949 * ido.el (ido-all-frames):
6950 * emacs-lisp/timer.el (timer-max-repeats):
6951 * mail/feedmail.el (feedmail-mail-send-hook)
6952 (feedmail-mail-send-hook-queued):
6953 * mail/footnote.el (footnote-signature-separator):
6954 * mail/mailabbrev.el (mail-alias-separator-string)
6955 (mail-abbrev-mode-regexp):
6956 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6957 * progmodes/idlwave.el (idlwave-libinfo-file)
6958 (idlwave-default-completion-case-is-down)
6959 (idlwave-library-routines): Convert defvars to defcustoms.
6960
6961 * mail/rmail.el (rmail-decode-mime-charset):
6962 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6963 (idlwave-shell-fix-inserted-breaks)
6964 (idlwave-shell-activate-alt-keybindings)
6965 (idlwave-shell-use-breakpoint-glyph):
6966 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6967
f7ae6719
SM
69682012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6971
47086495
WS
69722012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6973
6974 * progmodes/verilog-mode.el (font-lock-keywords):
6975 Fix mis-highligting auto. Reported by Craig Barner.
6976 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 6977 defines from global name space. Reported by Dan Dever.
47086495
WS
6978 (verilog-auto-reset, verilog-auto-reset-widths)
6979 (verilog-auto-tieoff): Support using unbased numbers for
6980 AUTORESET and AUTOTIEOFF.
6981 (verilog-submit-bug-report): Update variable list.
6982 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 6983 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
6984 (verilog-auto-template-lint): Fix hash error when linting modules
6985 with no used templates.
6986 (verilog-warn, verilog-warn-error)
6987 (verilog-warn-fatal): When non-interactive report multiple
6988 warnings before exiting. Suggested by Brad Dobbie.
6989 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6990 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6991 to report unused template errors. Reported by Brad Dobbie.
6992 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 6993 nets, bug438. Reported by Vns Blore.
47086495
WS
6994 (verilog-auto-inout-module, verilog-auto-reg)
6995 (verilog-read-decls, verilog-read-sub-decls-sig)
6996 (verilog-signals-edit-wire-reg, verilog-signals-with):
6997 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 6998 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
6999 "reg" for backwards compatibility presuming Verilog 2001.
7000 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7001 (verilog-preprocess): Fix replication of preprocess output.
7002 Reported by Brad Dobbie.
7003 (verilog-auto-inst-interfaced-ports):
7004 Create verilog-auto-inst-interfaced-ports, bug429.
7005 Reported by Julian Gorfajn.
7006 (verilog-after-save-font-hook)
7007 (verilog-before-save-font-hook): New variable.
7008 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7009 (verilog-save-font-mods): Wrap disabling fontification, reported
7010 by David Rogoff.
7011 (verilog-do-indent, verilog-pretty-declarations-auto)
7012 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7013 Reported by Pierre-David Pfister.
7014 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7015 of class declarations, bug292. Reported by Kevin Heilman.
7016 (verilog-read-decls): Fix 'parameter type' not appearing in
7017 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7018 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 7019 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
7020 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7021 Reported by David Kravitz.
7022
70232012-05-03 Michael McNamara <mac@mail.brushroad.com>
7024
7025 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7026 assignment with tests in ifs and for loops.
7027 (verilog-extended-complete-re, verilog-complete-reg): Change so
7028 that DPI inport functions don't look like fuction declarations.
7029 (verilog-pretty-expr): Don't line up assignment
7030 operations to the test and increment in if and for loops
7031 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 7032 that DPI inport functions don't look like fuction declarations.
47086495 7033
2e51d4b5
KH
70342012-05-03 Kenichi Handa <handa@m17n.org>
7035
7036 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 7037 decoding, and show a warning message without signaling an error
2e51d4b5
KH
7038 (Bug#11282).
7039
2bd785a2
SM
70402012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * emacs-lisp/bytecomp.el
7043 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7044 since cconv.el might have introduced :fun-body, internal-make-closure,
7045 and friends for bytecomp to handle (bug#11391).
7046 * custom.el (defcustom): Avoid ((λ ..) ..).
7047
99d27583
SM
70482012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7051
55a71479
JB
70522012-05-02 Juanma Barranquero <lekktu@gmail.com>
7053
7054 * notifications.el (dbus-debug):
7055 * term/linux.el (gpm-mouse-enable):
7056 * term/screen.el (xterm-register-default-colors): Declare.
7057
7b97c764
CY
70582012-05-02 Chong Yidong <cyd@gnu.org>
7059
2bc356d7
CY
7060 * cus-start.el (gc-cons-percentage, exec-suffixes)
7061 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7062 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7063 (make-cursor-line-fully-visible, void-text-area-pointer)
7064 (font-list-limit): Add customization data.
7065
7b97c764
CY
7066 * allout.el (allout-exposure-change-functions)
7067 (allout-structure-added-functions)
7068 (allout-structure-deleted-functions)
7069 (allout-structure-shifted-functions): Rename abnormal hooks from
7070 *-hook, and convert to defcustoms.
5d3385a0
JB
7071 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7072 Convert to defcustoms.
7b97c764
CY
7073 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7074
7075 * allout-widgets.el: Hook callers changed.
7076
90207a15 70772012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
7078
7079 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7080 the yanked message in preference to the default value of
7081 buffer-file-coding-system.
7082
90207a15 70832012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 7084
5d3385a0
JB
7085 * window.el (display-buffer--action-function-custom-type):
7086 Fix entry.
d9558cad 7087
90207a15 70882012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
7089
7090 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7091
d80ac57b
GM
70922012-05-01 Glenn Morris <rgm@gnu.org>
7093
976f7668
GM
7094 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7095
beb83b5a
GM
7096 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7097
d80ac57b
GM
7098 * cus-edit.el (custom-variable-documentation): Simplify with format.
7099
b593d6a9 71002012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 7101 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
7102
7103 * simple.el (suggest-key-bindings, execute-extended-command):
7104 Move from keyboard.c.
7105
782fbf2a
CY
71062012-05-01 Chong Yidong <cyd@gnu.org>
7107
7108 * follow.el: Eliminate advice.
7109 (set-process-filter, process-filter, sit-for): Advice deleted.
7110 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
7111 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7112 Vars deleted.
782fbf2a
CY
7113 (follow-auto): Use a :set function.
7114 (follow-mode): Rewritten. Don't advise process filters.
7115 (follow-switch-to-current-buffer-all, follow-scroll-up)
7116 (follow-scroll-down): Assume follow-mode is bound.
7117 (follow-comint-scroll-to-bottom)
7118 (follow-align-compilation-windows): New functions.
7119 (follow--window-sorter): New function.
7120 (follow-all-followers): Use it to explicitly sort windows by their
7121 positions; don't make assumptions about next-window order.
7122 (follow-windows-start-end, follow-delete-other-windows-and-split)
7123 (follow-calc-win-start): Doc fix.
7124 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7125 vertical-motion unnecessarily.
7126 (follow-adjust-window): New function.
7127 (follow-post-command-hook): Use it.
7128 (follow-call-set-process-filter, follow-call-process-filter)
7129 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7130 (follow-stop-intercept-process-output, follow-generic-filter):
7131 Functions deleted.
7132 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
7133 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7134 New functions, replacing advice on scroll-bar-* commands.
87233a14 7135 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
7136
7137 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
7138 (comint-postoutput-scroll-to-bottom): Use it.
7139 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 7140
290af740
GM
71412012-05-01 Glenn Morris <rgm@gnu.org>
7142
7143 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7144 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7145 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7146 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7147 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7148 Remove no-byte-compile setting.
7149
6eac8dc9
SM
71502012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7153 all-completions code to not return a number in the last cdr.
7154
9cc7819c
LL
71552012-04-30 Leo Liu <sdl.web@gmail.com>
7156
7157 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7158 read-only error.
7159
c93b886f
CY
71602012-04-29 Chong Yidong <cyd@gnu.org>
7161
7162 * follow.el (follow-calc-win-end): Rewrite to handle partial
7163 screen lines correctly (Bug#8390).
7164 (follow-avoid-tail-recenter): Minor cleanup.
7165
8b6c19f4
SM
71662012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 Avoid the obsolete `assoc' package.
7169 * speedbar.el (speedbar-refresh): Avoid adelete.
7170 (speedbar-file-lists): Simplify and avoid aput.
7171 * man.el (Man--sections, Man--refpages): New vars, replacing
7172 Man-sections-alist and Man-refpages-alist.
7173 (Man-build-section-alist, Man-build-references-alist):
7174 Use them; avoid aput.
7175 (Man--last-section, Man--last-refpage): New vars.
7176 (Man-follow-manual-reference): Use them.
7177 Use the `default' arg of completing-read.
7178 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7179
c5bb7569
CY
71802012-04-27 Chong Yidong <cyd@gnu.org>
7181
d1d2e2e8
CY
7182 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7183
15cd8efd
CY
7184 * startup.el (x-apply-session-resources): New function.
7185
7186 * term/ns-win.el (ns-initialize-window-system):
7187 * term/w32-win.el (w32-initialize-window-system):
7188 * term/x-win.el (x-initialize-window-system): Use it to properly
7189 set menu-bar-mode and other vars from X resources, even if the
7190 initial frame is not a window-system frame (Bug#2299).
7191
c5bb7569
CY
7192 * subr.el (read-key): Avoid running filter function when setting
7193 up temporary tool bar entries (Bug#9922).
7194
a8e7d6d7 71952012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
7196
7197 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7198 (Bug#11344)
7199
a8e7d6d7 72002012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
7201
7202 * select.el (xselect--encode-string): New function, split from
7203 xselect-convert-to-string.
7204 (xselect-convert-to-string): Use it.
7205 (xselect-convert-to-filename, xselect-convert-to-os)
7206 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7207 returned strings are properly encoded (Bug#11315).
7208
a8e7d6d7 72092012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
7210
7211 * simple.el (delete-active-region): Move to killing custom group.
7212
a8e7d6d7 72132012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
7214
7215 * progmodes/which-func.el (which-func-current): Quote %
7216 characters for mode-line processing.
7217
578c1d4b 72182012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
7219
7220 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7221 reaching eob (Bug#11286).
7222
a8e7d6d7 72232012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
7224
7225 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7226 (gdb): Make it buffer-local and init to zero.
7227 (gdb-control-commands-regexp): New variable.
7228 (gdb-send): Don't wrap in "-interpreter-exec console" if
7229 gdb-control-level is positive. Increment gdb-control-level
7230 whenever the command matches gdb-control-commands-regexp, and
7231 decrement it each time the command is "end". (Bug#11279)
7232
a8e7d6d7 72332012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
7234
7235 * window.el (adjust-window-trailing-edge, enlarge-window)
7236 (shrink-window, window-resize):
7237 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7238 windows (Bug#11276).
7239
b3608390
CY
72402012-04-27 Chong Yidong <cyd@gnu.org>
7241
7242 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 7243 fix "missing prefix" warning. All callers changed.
b3608390 7244
797e6e88
SM
72452012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * emacs-lisp/assoc.el: Move to obsolete/.
7248
e95a67dc
SM
72492012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7250
657c21e4 7251 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
7252
7253 * term/ns-win.el (ns-define-service):
7254 * progmodes/pascal.el (pascal-goto-defun):
7255 * progmodes/js.el (js--read-tab):
7256 * progmodes/etags.el (tags-lazy-completion-table):
7257 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7258 * emacs-lisp/ewoc.el (ewoc--wrap):
7259 * emacs-lisp/assoc.el (aput, adelete, amake):
7260 * doc-view.el (doc-view-convert-current-doc):
7261 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7262
cb3e7ae0
CY
72632012-04-26 Chong Yidong <cyd@gnu.org>
7264
dce04f7f
CY
7265 * image.el (image-type-from-buffer): Only return supported image
7266 type (Bug#9045).
7267
cb3e7ae0
CY
7268 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7269 value, for symmetry with diff-end-of-hunk.
7270 (diff-split-hunk, diff-find-source-location)
7271 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7272 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7273 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7274 compute the relevant hunk or file properly (Bug#6005).
7275 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7276
0d42eb3e
SM
72772012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * vc/vc-mtn.el:
7280 * vc/vc-hg.el:
7281 * vc/vc-git.el:
7282 * vc/vc-dir.el:
7283 * vc/vc-cvs.el:
7284 * vc/vc-bzr.el:
7285 * vc/vc-arch.el:
7286 * vc/vc.el: Replace lexical-let by lexical-binding.
7287 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7288 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7289 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7290
f08ae1c9
CY
72912012-04-26 Chong Yidong <cyd@gnu.org>
7292
8b71081d
CY
7293 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7294 (diff-mode-shared-map): Bind it to / and [remap undo].
7295
f08ae1c9
CY
7296 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7297 (ediff-window-setup-function): Use it as the default, to set up
7298 windows based on whether the current frame is graphical (Bug#2138).
7299 (ediff-choose-window-setup-function-automatically): Make obsolete.
7300
7301 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7302
ef24141c
SM
73032012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7304
cc356a5d
SM
7305 * ffap.el: Remove old code for obsolete package.
7306 (ffap-complete-as-file-p): Remove.
7307
b4ff4f1f
SM
7308 Use completion-table-with-quoting for comint and pcomplete.
7309 * comint.el (comint--unquote&requote-argument)
7310 (comint--unquote-argument, comint--requote-argument): New functions.
7311 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7312 (comint-quote-filename): Use regexp-opt-charset.
7313 (comint--common-suffix, comint--common-quoted-suffix)
7314 (comint--table-subvert): Remove.
7315 (comint-unquote-function, comint-requote-function): New vars.
7316 (comint--complete-file-name-data): Use them with
7317 completion-table-with-quoting.
7318 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7319 * pcomplete.el (pcomplete-arg-quote-list)
7320 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7321 (pcomplete-unquote-argument-function): Default to non-nil.
7322 (pcomplete-unquote-argument): Simplify.
7323 (pcomplete--common-quoted-suffix): Remove.
7324 (pcomplete-requote-argument-function): New var.
7325 (pcomplete--common-suffix): New function.
7326 (pcomplete-completions-at-point): Use completion-table-with-quoting
7327 and completion-table-subvert.
7328
79c4eeb4
SM
7329 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7330 (minibuffer--double-dollars): Preserve properties.
7331 (completion--sifn-requote): New function.
7332 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7333
ef24141c
SM
7334 * minibuffer.el: Add support for completion of quoted/escaped data.
7335 (completion-table-with-quoting, completion-table-subvert): New funs.
7336 (completion--twq-try, completion--twq-all): New functions.
7337 (completion--nth-completion): New function.
7338 (completion-try-completion, completion-all-completions): Use it.
7339
784e7d6e
LL
73402012-04-25 Leo Liu <sdl.web@gmail.com>
7341
dd2ac746
SM
7342 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7343 Use compilation-message if available to find real filename.
784e7d6e 7344
07875ee7
CY
73452012-04-25 Chong Yidong <cyd@gnu.org>
7346
7347 * vc/diff-mode.el (diff-setup-whitespace): New function.
7348 (diff-mode): Use it.
7349
7350 * vc/diff.el (diff-sentinel):
7351 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7352 Whitespace mode variables based on diff style (Bug#8612).
7353
5055880d
LL
73542012-04-25 Leo Liu <sdl.web@gmail.com>
7355
daf75653
LL
7356 * progmodes/python.el (python-send-region): Add suffix .py to the
7357 temp file.
7358
5055880d
LL
7359 * files.el (auto-mode-alist): Use javascript-mode instead.
7360
db9b177b
AH
73612012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7362
ef24141c 7363 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 7364
090bd7cb 7365 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 7366 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 7367 references, see Bug#9.
ef24141c 7368 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 7369 when receiving a fault reply.
ef24141c 7370 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 7371
090bd7cb 7372 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 7373 (soap-inspect-simple-type): New function.
db9b177b 7374
090bd7cb 7375 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 7376 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
7377 (soap-decode-basic-type, soap-encode-basic-type):
7378 support unsignedInt and double basic types.
db9b177b 7379 (soap-resolve-references-for-simple-type)
ef24141c
SM
7380 (soap-parse-simple-type, soap-encode-simple-type): New function.
7381 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 7382
090bd7cb 7383 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
7384 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7385 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7386 the local name of "soapenc:Array".
7387 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
7388 decoding integer, byte and anyURI xsd types.
7389
1fc6097b
CY
73902012-04-25 Chong Yidong <cyd@gnu.org>
7391
7392 * cus-edit.el (custom-buffer-create-internal): Update header text.
7393
afc6df87
EZ
73942012-04-25 Eli Zaretskii <eliz@gnu.org>
7395
7396 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7397 settings on 'system-type', not on 'window-system'. On MS-Windows,
7398 set interactive-mode on in GDB.
7399
dfbd787f
SM
74002012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7403 (ruby-syntax-propertize-regexp): Remove.
7404 (ruby-syntax-propertize-function): Split regexp into chunks.
7405 Match following code directly.
7406
85222d44
DG
74072012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7408
51a8ea2a
DG
7409 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7410 (ruby-syntax-propertize-regexp): New function.
7411 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7412 by a special keyword.
7413
85222d44
DG
7414 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7415 (ruby-syntax-general-delimiters-goto-beg)
7416 (ruby-syntax-propertize-general-delimiters): New functions.
7417 (ruby-syntax-propertize-function): Use them to handle GDL.
7418 (ruby-font-lock-keywords): Move old handling of GDL...
7419 (ruby-font-lock-syntactic-keywords): .. to here.
7420 (ruby-calculate-indent): Adjust indentation for GDL.
7421
b613912b
MA
74222012-04-24 Michael Albinus <michael.albinus@gmx.de>
7423
b5380639
MA
7424 * notifications.el (top): Remove unneeded declarations.
7425 (notifications-specification-version): Change to "1.2".
e43042fe 7426 (notifications-interface, notifications-notify-method)
b613912b
MA
7427 (notifications-close-notification-method): Fix docstring.
7428 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
7429 (notifications-notify): Add :action-items, :resident and
7430 :transient hints. Change "image_data" to "image-data" and
7431 "image_path" to "image-path".
b613912b
MA
7432 (notifications-get-capabilities): New defun.
7433
257440aa
LL
74342012-04-24 Leo Liu <sdl.web@gmail.com>
7435
7436 * progmodes/python.el: Move hideshow setup to the end.
7437
b1bac16e
MR
74382012-04-24 Martin Rudalics <rudalics@gmx.at>
7439
7440 * window.el (handle-select-window): Clear echo area since this is
7441 no more done by read_char (Bug#11304).
7442
d81bd059
SM
74432012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7446 and `/ M' to filter-derived-mode.
7447 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7448 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7449 (ibuffer-mark-by-mode): Use default rather than initial-input.
7450 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7451
c4cf6d91
IA
74522012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7453
7454 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7455 (ibuffer-filter-by-derived-mode): New filter.
7456 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7457
7511ded8
CY
74582012-04-23 Andreas Politz <politza@fh-trier.de>
7459
7460 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7461
775c916b
CY
74622012-04-23 Chong Yidong <cyd@gnu.org>
7463
7464 * cus-edit.el (customize-apropos, customize-apropos-options):
7465 Disable matching of non-option variables (Bug#11176).
7466 (customize-option, customize-option-other-window)
7467 (customize-changed-options): Doc fix.
7468 (customize-apropos-options, customize-apropos-faces)
7469 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7470
7471 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 7472 Fix word list splitting (Bug#11132).
46c71e23
CY
7473 (apropos-symbol, apropos-keybinding, apropos-label)
7474 (apropos-property, apropos-function-button)
7475 (apropos-variable-button, apropos-misc-button): New faces.
7476 (apropos-symbol-face, apropos-keybinding-face)
7477 (apropos-label-face, apropos-property-face, apropos-match-face):
7478 Variables removed (Bug#8396).
7479 (apropos-library-button, apropos-format-plist, apropos-print)
7480 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 7481
2df41f9c
MA
74822012-04-23 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * net/xesam.el (xesam-mode-map): Use let-bound map in
7485 initialization. (Bug#11292)
7486
da00640a
AM
74872012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7488
7489 Preserve ispell session localwords when switching back to
7490 original buffer.
7491
090bd7cb
JB
7492 * textmodes/ispell.el (ispell-buffer-session-localwords):
7493 New buffer-local variable to hold buffer session localwords.
ed9265fc 7494 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
7495 localwords.
7496 (ispell-command-loop, ispell-change-dictionary)
7497 (ispell-buffer-local-words): Preserve session localwords when
7498 needed.
7499
090bd7cb
JB
7500 * textmodes/flyspell.el (flyspell-process-localwords)
7501 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 7502
f621ccf5
AM
75032012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7504
090bd7cb
JB
7505 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7506 using obsolete `translation-table-for-input'.
ef24141c
SM
7507 (ispell-word, ispell-process-line, ispell-complete-word):
7508 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 7509
c2d1019e
CY
75102012-04-22 Chong Yidong <cyd@gnu.org>
7511
7512 * cus-edit.el (custom-variable-menu)
7513 (custom-variable-reset-saved, custom-face-menu)
7514 (custom-face-reset-saved): If there is no saved value, make the
7515 "reset-saved" operation bring back the default (Bug#9509).
7516 (custom-face-state): Properly detect themed faces.
7517
eeddc531
CY
7518 * faces.el (face-spec-set): Stop supporting deprecated form of
7519 third arg.
7520
dcbf5805
MA
75212012-04-22 Michael Albinus <michael.albinus@gmx.de>
7522
7523 Move functions from C to Lisp. Make non-blocking method calls
7524 the default. Implement further D-Bus standard interfaces.
7525
ef24141c
SM
7526 * net/dbus.el (dbus-message-internal): Declare function.
7527 Remove unneeded function declarations.
dcbf5805
MA
7528 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7529 (dbus-message-type-method-return, dbus-message-type-error)
7530 (dbus-message-type-signal): Declare variables. Remove local
7531 definitions.
7532 (dbus-interface-dbus, dbus-interface-peer)
7533 (dbus-interface-introspectable, dbus-interface-properties)
7534 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7535 Adapt docstring.
7536 (dbus-interface-objectmanager): New defconst.
7537 (dbus-call-method, dbus-call-method-asynchronously)
7538 (dbus-send-signal, dbus-method-return-internal)
7539 (dbus-method-error-internal, dbus-register-service)
7540 (dbus-register-signal, dbus-register-method): New defuns, moved
7541 from dbusbind.c
7542 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
7543 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7544 New defuns.
dcbf5805
MA
7545 (dbus-call-method-non-blocking): Make it an obsolete function.
7546 (dbus-unregister-object, dbus-unregister-service)
7547 (dbus-handle-event, dbus-register-property)
7548 (dbus-property-handler): Obey the new structure of
7549 `bus-registered-objects'.
7550 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
7551 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7552 Use `dbus-call-method'.
7553
cf20dee0
CY
75542012-04-22 Chong Yidong <cyd@gnu.org>
7555
7556 * cus-edit.el (custom-commands, custom-reset-menu)
7557 (Custom-reset-standard): Tweak labels.
7558 (custom-reset-button-menu): Change default to t.
7559 (custom-buffer-create-internal): For the custom-reset-button-menu
7560 case, put the revert button first.
7561 (custom-group-subtitle): New face.
7562 (custom-group-value-create): Align docstring to a specific column.
7563
7564 * wid-edit.el (widget-documentation-link-add): Don't handle
7565 indentation in this function.
7566 (widget-documentation-string-indent-to): New function.
7567 (widget-documentation-string-value-create): Use it.
7568
7569 * autorevert.el (auto-revert):
7570 * epg-config.el (epg):
7571 * ibuffer.el (ibuffer):
7572 * mpc.el (mpc):
7573 * ses.el (ses):
7574 * eshell/eshell.el (eshell):
7575 * net/ange-ftp.el (ange-ftp):
7576 * progmodes/ebnf2ps.el (postscript):
7577 * progmodes/flymake.el (flymake):
7578 * progmodes/prolog.el (prolog):
7579 * progmodes/verilog-mode.el (verilog-mode):
7580 * progmodes/which-func.el (which-func):
7581 * term/xterm.el (xterm):
7582 * textmodes/picture.el (picture):
7583 * textmodes/tildify.el (tildify):
7584 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7585 customization buffers.
7586
583e23bd
AM
75872012-04-22 Alan Mackenzie <acm@muc.de>
7588
7589 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7590 Adding a ) can hide the resulting (..) from searches. Fix it.
7591 Bound the backward search to the position of the existing (.
7592
7dd51bf1
JB
75932012-04-21 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * progmodes/verilog-mode.el (verilog-mode): Check whether
7596 which-func-modes is t before adding verilog-mode.
7597 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7598
d64a438f
LL
75992012-04-21 Leo Liu <sdl.web@gmail.com>
7600
7dd51bf1 7601 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 7602
081e8d65
MV
76032012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
7604
7605 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7606 filling of the last column of a table (Bug#5635).
7607 (woman-find-next-control-line): New arg, specifying an additional
7608 regexp component for the control line.
7609 (woman2-roff-buffer): Use it.
7610 (woman-break-table): New function.
7611 (woman2-TS): Use it.
7612
76132012-04-21 Chong Yidong <cyd@gnu.org>
7614
7615 * woman.el (woman-set-buffer-display-table, woman-decode-region)
7616 (woman-horizontal-escapes, woman-negative-vertical-space)
7617 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7618 (WoMan-warn-ignored): Use ?\s instead of ?\ .
7619
ed571ccb
SM
76202012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * minibuffer.el (completion-file-name-table): Complete user names.
7623
39773899
LL
76242012-04-20 Leo Liu <sdl.web@gmail.com>
7625
7626 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
7627 and pcase-let*.
7628
de6ff46d
CY
76292012-04-20 Chong Yidong <cyd@gnu.org>
7630
7631 * server.el (server-execute): Respect initial-buffer-choice if it
7632 is a string and there are no files to open (Bug#2825).
7633 (server-create-window-system-frame, server-create-tty-frame):
7634 Don't switch buffers here.
2d0e8e61
CY
7635 (server-process-filter): Only try to open a window system frame if
7636 compiled with graphical support (Bug#8314).
de6ff46d 7637
54071013
DN
76382012-04-20 Dan Nicolaescu <dann@gnu.org>
7639
7640 * battery.el (battery-echo-area-format): Display remaining time
7641 for sysfs backend too (Bug#11269).
7642 (battery-linux-sysfs): Fix conditional for the charge.
7643
f30d612a
CY
76442012-04-20 Chong Yidong <cyd@gnu.org>
7645
c07a4c0b 7646 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
7647 (gdb-inferior-io--init-proc): New function.
7648 (gdb-init-1): Use it.
7649 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
7650 responsible for allocating a new pty and hooking it to gdb when
7651 the old pty gets an EIO due to process exit.
7652 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
7653 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
7654 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
7655
2116e93c
EZ
76562012-04-20 Eli Zaretskii <eliz@gnu.org>
7657
7658 * window.el (window-min-size, window-sizable, window-min-delta)
7659 (window-max-delta, window--resizable, window-resizable)
7660 (window-total-size, window-full-height-p, window-full-width-p)
7661 (window-in-direction, window--resize-mini-window, window-resize)
7662 (window--resize-child-windows-normal)
7663 (window--resize-child-windows, window--resize-siblings)
7664 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 7665 (enlarge-window, shrink-window): Doc fixes.
2116e93c 7666
c07a4c0b 76672012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 7668
ef24141c
SM
7669 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
7670 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
7671 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
7672 pty process (Bug#11273).
7673 (gdb-update): New arg to suppress talking to the gdb process.
7674 (gdb-done-or-error): Use it.
7675 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
7676 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
7677 sentinel not being called.
7678
7679 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
7680
d02766ab
CY
7681 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
7682
c07a4c0b 76832012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
7684
7685 * net/network-stream.el (open-network-stream): Doc fix.
7686
c07a4c0b 76872012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
7688
7689 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
7690
c07a4c0b 76912012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
7692
7693 Ensure searching for keywords is case sensitive.
7694
7695 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
7696 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
7697 (c-defun-name, c-mark-function, c-cpp-define-name)
7698 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 7699 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 7700
ef24141c
SM
7701 * progmodes/cc-mode.el (c-font-lock-fontify-region):
7702 Bind case-fold-search to nil.
f0f6bc35 7703
c07a4c0b 77042012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
7705
7706 * mail/sendmail.el (mail-bury): Call return action with the right
7707 Rmail buffer (Bug#11242).
7708
9a864fa2
CY
7709 * server.el (server-process-filter): Handle corner case where both
7710 tty and nowait options are present (Bug#11102).
7711
539aa513
EZ
77122012-04-20 Eli Zaretskii <eliz@gnu.org>
7713
7714 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
7715 (top level): Put into the executable the ident-style '$Id:' tag on
7716 windows-nt as well.
539aa513 7717
cfc7d5da
SM
77182012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * electric.el (electric-indent-post-self-insert-function): Check that
7721 electric-indent-mode is enabled in current buffer.
7722
5b01685c
JB
77232012-04-19 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * imenu.el (imenu-progress-message): Restore; it is "used" in
7726 erc/erc-imenu.el and net/snmp-mode.el.
7727
4d6769e1
JB
77282012-04-19 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * avoid.el (mouse-avoidance-mode): Mark unused arg.
7731 (mouse-avoidance-nudge-mouse): Remove unused binding.
7732
7733 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
7734
7735 * descr-text.el (describe-char):
7736 * progmodes/python.el (python-describe-symbol):
7737 Don't call `toggle-read-only', set `buffer-read-only'.
7738
7739 * imenu.el (imenu-default-goto-function): Mark unused args.
7740 (imenu-progress-message): Remove obsolete macro; all callers changed.
7741
7742 * subr.el (keymap-canonicalize): Remove unused binding.
7743 (read-passwd): Mark unused arg.
7744
7745 * tutorial.el (tutorial--display-changes): Remove unused binding.
7746 (tutorial--save-tutorial-to): Remove unused variable.
7747
7748 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
7749 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
7750 (package-generate-autoloads, package-menu--generate)
7751 (package-menu--find-upgrades): Remove unused bindings.
7752
7753 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
7754 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
7755 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
7756 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
7757 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
7758 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
7759 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
7760 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
7761 (cua-delete-char-rectangle): Mark unused args.
7762 (cua-align-rectangle): Remove unused binding.
7763
7764 * mail/rmail.el (compilation--message->loc)
7765 (epa--find-coding-system-for-mime-charset): Declare.
7766
7767 * net/dbus.el (dbus-register-service): Declare.
7768 (dbus-name-owner-changed-handler): Remove unused binding.
7769
7770 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
7771 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
7772 (nxml-scan-backward-within): Mark unused arg.
7773 (nxml-dynamic-markup-word): Remove unused binding.
7774
7775 * mouse.el (mouse-menu-major-mode-map):
7776 * emacs-lisp/authors.el (authors-scan-change-log)
7777 (authors-add-to-author-list):
7778 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
7779 * emacs-lisp/smie.el (smie-auto-fill):
7780 * mail/sendmail.el (mail-bury):
7781 * mail/unrmail.el (unrmail):
7782 * net/tls.el (open-tls-stream):
7783 * textmodes/picture.el (picture-mouse-set-point):
7784 Remove unused bindings.
7785
8c8fc5df
MA
77862012-04-19 Michael Albinus <michael.albinus@gmx.de>
7787
7788 * net/tramp.el (tramp-action-password): Let-bind
7789 `enable-recursive-minibuffers' to t.
7790
a77b0ac9
SS
77912012-04-18 Sam Steingold <sds@gnu.org>
7792
7793 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
7794 instead of 'string to accommodate values like [f11].
7795 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
7796 * progmodes/gdb-mi.el: Likewise.
7797
12a106a9
LL
77982012-04-18 Leo Liu <sdl.web@gmail.com>
7799
7800 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
7801 current buffer.
7802 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
7803 LOCAL is nil.
7804
bc6494ef
CY
78052012-04-18 Chong Yidong <cyd@gnu.org>
7806
7807 * simple.el (line-move): Use forward-line if in batch mode
7808 (Bug#11053).
7809
c09c46b2
CS
78102012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
7811
7812 * files.el (after-find-file): Do not try to add a final newline if
7813 the buffer is read-only (Bug#11156).
7814
5f6530ea
RS
78152012-04-17 Richard Stallman <rms@gnu.org>
7816
7817 * mail/rmail.el (rmail-start-mail):
7818 Pass (rmail-mail-return...) for the return-action.
7819 Pass (rmail-yank-current-message...) for the yank-action.
7820 (rmail-yank-current-message): New function.
7821 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
7822 (rmail-reply): Likewise.
7823 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
7824
7825 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 7826 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
7827 buffer, not newbuf.
7828
197b6f3c
JB
78292012-04-17 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * server.el (server-ensure-safe-dir): Simplify.
7832
2311d8e5 78332012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 7834
2311d8e5
GM
7835 * emacs-lisp/smie.el: Provide smarter auto-filling.
7836 (smie-auto-fill): New function.
7837 (smie-setup): Use it.
98fb480e 7838
2311d8e5
GM
7839 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
7840
78412012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
7842
7843 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
7844 (comment-indent): Use it.
7845
2311d8e5 78462012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
7847
7848 * ses.el: The overall change is to add cell renaming, that is
7849 setting fancy names for cell symbols other than name matching
7850 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 7851 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 7852 (ses-create-cell-variable): New defun.
2311d8e5 7853 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
7854 (ses-relocate-formula): Relocate formulas only for cells the
7855 symbols of which are not renamed, i.e. symbols whose names do not
7856 match regexp "\\`[A-Z]+[0-9]+\\'".
7857 (ses-relocate-all): Relocate values only for cells the symbols of
7858 which are not renamed.
7859 (ses-load): Create cells variables as the (ses-cell ...) are read,
7860 in order to check row col consistency with cell symbol name only
7861 for cells that are not renamed.
7862 (ses-replace-name-in-formula): New defun.
7863 (ses-rename-cell): New defun.
4bdf2ad2 7864
fc72b15c
PO
78652012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
7866
7867 * progmodes/perl-mode.el (perl-indent-parens-as-block):
7868 New option (bug#11118).
7869 (perl-calculate-indent): Respect it.
7870
12e10e61
GM
78712012-04-17 Glenn Morris <rgm@gnu.org>
7872
7873 * dired-aux.el (dired-mark-read-string): Doc fix.
7874
30009afd
DA
78752012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7876
7877 * dired-aux.el (dired-mark-read-string): Offer optional completion.
7878 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
7879
41f03f4d
GM
78802012-04-17 Glenn Morris <rgm@gnu.org>
7881
7882 * mouse.el (mouse-drag-track):
7883 * speedbar.el (speedbar-frame-mode):
7884 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7885
f45f90f3
LL
78862012-04-16 Leo Liu <sdl.web@gmail.com>
7887
7888 * progmodes/python.el: Trivial cleanup.
7889
94ee8db5
GM
78902012-04-16 Glenn Morris <rgm@gnu.org>
7891
121b8917
GM
7892 * vc/vc.el (vc-string-prefix-p):
7893 * vc/pcvs-util.el (cvs-string-prefix-p):
7894 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7895 * mpc.el (mpc-string-prefix-p):
7896 Make all of these into obsolete aliases for string-prefix-p.
7897 Update callers.
7898 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7899
1197ecfa
GM
7900 * textmodes/two-column.el: Move custom options to the start.
7901 (frame-width): Remove compat definition.
7902 (2C-associate-buffer, 2C-dissociate):
7903 Use with-current-buffer rather than save-excursion.
7904 (2C-dissociate): Force a mode-line update.
7905 (2C-autoscroll): Use ignore-errors.
7906
099e7202
GM
7907 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7908 Autoload trivia.
7909
bf350d6a
GM
7910 * emacs-lisp/cl-extra.el (*random-state*):
7911 Remove unnecessary declaration.
7912
0e829eab
GM
7913 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7914
e3ad7552
GM
7915 * play/cookie1.el (cookie-snarf):
7916 Give an explicit error if input file cannot be read.
7917
68892d27
GM
7918 * play/yow.el (yow-file): Use expand-file-name rather than concat.
7919
20f0c46d
GM
7920 * progmodes/perl-mode.el (c-macro-expand):
7921 Remove unnecessary autoload (it is in loaddefs.el).
7922
5a0978ce
GM
7923 * textmodes/picture.el (picture-desired-column)
7924 (picture-update-desired-column): Convert comments to doc-strings.
7925 (picture-substitute): Remove function.
7926 (picture-mode-map): Initialize in the defvar.
7927
6b955486
GM
7928 * woman.el: Remove eval-after-load for tar-mode.
7929 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7930 (woman-tar-extract-file): Autoload it.
7931
94ee8db5
GM
7932 * frame.el (automatic-hscrolling): Make this alias obsolete.
7933
177eca34
AM
79342012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7935
090bd7cb 7936 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 7937 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
7938 (ispell-dictionary-base-alist): Revert to original XEmacs
7939 friendly version for default. [:alpha:] will be added in
090bd7cb 7940 `ispell-set-spellchecker-params' if needed.
177eca34 7941
c505aaeb
CY
79422012-04-16 Chong Yidong <cyd@gnu.org>
7943
b19dd9d1 7944 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
7945 (imagemagick-register-types): Use it.
7946 (imagemagick-types-inhibit): Add :set function. Allow new value
7947 of t to inhibit all types.
7948
7949 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7950 so we can preload it.
7951
7952 * loadup.el (fboundp): Preload regexp-opt, needed by
7953 imagemagick-register-types.
7954
60efac0f
CY
79552012-04-15 Chong Yidong <cyd@gnu.org>
7956
7957 * frame.el (scrolling): Remove nearly unused customization group.
7958
7959 * scroll-all.el (scroll-all-mode): Move to windows group.
7960
5dd1713e
CY
79612012-04-15 Chong Yidong <cyd@gnu.org>
7962
7963 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7964
e6fd457e
CY
79652012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 7968 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 7969
e153c136
GM
79702012-04-15 Glenn Morris <rgm@gnu.org>
7971
7972 * simple.el (process-file-side-effects): Doc fix.
7973
e6fd457e 79742012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
7975
7976 * international/mule-cmds.el (set-language-environment): Doc fix.
7977
3603c3b1
JB
79782012-04-14 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * server.el (server-auth-key, server-generate-key): Doc fixes.
7981 (server-get-auth-key): Doc fix. Use `string-match-p'.
7982 (server-start): Reflow docstring.
7983
e6de100c
LI
79842012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7985
7986 * server.el (server-generate-key): `called-interactively-p'
7987 requires a parameter.
7988
29734c21
MN
79892012-04-14 Michal Nazarewicz <mina86@mina86.com>
7990
7991 * server.el (server-auth-key): New variable.
75f1671a 7992 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
7993 (server-start): Use the new variable and functions to allow
7994 setting a permanent server key (bug#9423).
7995
d65c9521
LL
79962012-04-14 Leo Liu <sdl.web@gmail.com>
7997
7998 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7999
5ae255c7
PE
80002012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8001
8002 Spelling fixes.
8003 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8004 Emacs uses American spelling.
8005
d5e6342e
JB
80062012-04-14 Juanma Barranquero <lekktu@gmail.com>
8007
8008 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8009 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8010 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8011 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8012
ab036cd7
SM
80132012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * progmodes/which-func.el (which-func-modes): Change default.
8016
35dc09a1 80172012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
8018
8019 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8020 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8021
35dc09a1 80222012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
8023
8024 * custom.el (custom-theme-set-variables): Doc fix.
8025
35dc09a1 80262012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
8027
8028 * international/mule.el (set-auto-coding-for-load): Doc fix.
8029
35dc09a1 80302012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 8031
35dc09a1
GM
8032 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8033 imenu work again for Objective C Mode. Correct the *-index values,
8034 these having been disturbed by a previous change in 2011-08.
57f845ee 8035
0de3da9f
AM
8036 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8037 Correct two search limits.
8038
35dc09a1 80392012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
8040
8041 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8042
35dc09a1 80432012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
8044
8045 * international/characters.el: Fix sorting.
8046
35dc09a1 80472012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
8048
8049 * international/characters.el: Add more missing Latin case pairs.
8050
35dc09a1 80512012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
8052
8053 * files.el (dir-locals-set-class-variables): Doc fix.
8054
35dc09a1 80552012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 8056
3f1b5bf8
EZ
8057 * international/characters.el: Add set-case-syntax-pair call for
8058 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8059 counterpart. (Bug#11209)
8060
9f847f41
EZ
8061 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8062
35dc09a1 80632012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
8064
8065 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8066
35dc09a1 80672012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 8068
35dc09a1
GM
8069 * textmodes/ispell.el (ispell-dictionary-base-alist):
8070 Add data for Hebrew.
e2627d21 8071
35dc09a1 80722012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 8073
35dc09a1
GM
8074 * net/rcirc.el (rcirc-cmd-quit):
8075 Revert 2012-03-18 change (Bug#11192).
5c14e333 8076
35dc09a1 80772012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
8078
8079 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8080
35dc09a1 80812012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 8082
4517fe3a
SM
8083 * minibuffer.el (completion-in-region-mode-map):
8084 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 8085
b472a594
VD
80862012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8087
8088 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8089
09b95ce3
MY
80902012-04-13 Masatake YAMATO <yamato@redhat.com>
8091
8092 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8093 to allow `C-M-f' and `C-M-b' to move to the nearest path
8094 separator (bug#9511).
8095
4b63a9ca
LI
80962012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8097
8098 * avoid.el: Require cl when compiling. And also move the
8099 `provide' to the end.
8100
7b55b8bf
TV
81012012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8102
8103 * avoid.el (mouse-avoidance-banish-position): New variable.
8104 (mouse-avoidance-banish-destination): Use it (bug#10165).
8105
adedaa1f
LL
81062012-04-13 Leo Liu <sdl.web@gmail.com>
8107
8108 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8109
70e74021
KB
81102012-04-13 Ken Brown <kbrown@cornell.edu>
8111
8112 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 8113 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
8114 (browse-url-filename-alist): For the same reason, don't modify
8115 file:// URLs on Cygwin.
8116
e75e89ba
SM
81172012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8120 the region on shift if the binding is already shifted (bug#11221).
8121
82f289a4
GM
81222012-04-12 Glenn Morris <rgm@gnu.org>
8123
8124 * mail/mailpost.el: Move to obsolete/.
8125
d333dc4c
DA
81262012-04-12 Drew Adams <drew.adams@oracle.com>
8127
8128 * imenu.el (imenu--generic-function): Ignore invisible definitions
8129 (bug#10123).
8130
0d15b5ba
VD
81312012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8132
8133 * hexl.el (hexl-bits): New variable.
8134 (hexl-options): Mention the variable in the doc string.
75f1671a 8135 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 8136 (hexl-mode): Mention the new variable.
75f1671a
JB
8137 (hexl-mode, hexl-current-address, hexl-current-address):
8138 Use the displen.
0d15b5ba
VD
8139 (hexl-ascii-start-column): New function.
8140 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8141 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8142
64a440db
AM
81432012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8144
8145 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8146 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8147 the encoding, as expected by hunspell.
8148
6decb6c2
SM
81492012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * battery.el (battery--linux-sysfs-regexp): New const.
8152 (battery-status-function): Use it. Remove yeeloong special case.
8153 (battery-yeeloong-sysfs): Remove.
8154 (battery-echo-area-format): Remove yeeloong special case.
8155
088be6fb
SM
81562012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8157
6622e416
SM
8158 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8159 Reported by Noah Friedman.
8160
088be6fb
SM
8161 * subr.el (read-passwd): Use read-string.
8162
b49f886e
LMI
81632012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8164
8165 * vcursor.el (vcursor-move): Increase the priority of the overlay
8166 (bug#9663).
8167
a63067fc
DD
81682012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8169
8170 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8171 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8172
ac3cf14a
WS
81732012-04-11 William Stevenson <yhvh2000@gmail.com>
8174
8175 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8176 define-minor-mode (bug#10760).
8177
c4fc691b 81782012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 8179
4d6769e1 8180 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
8181 that directories matching `grep-find-ignored-files' won't be
8182 pruned (bug#10351).
8183
af23e2e5
CY
81842012-04-11 Chong Yidong <cyd@gnu.org>
8185
8186 * startup.el (command-line): Remove support for long-obsolete
8187 variable font-lock-face-attributes.
8188
ab7ce8c1
GM
81892012-04-11 Glenn Morris <rgm@gnu.org>
8190
8191 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8192
de8c03dc
SM
81932012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * window.el (window--state-get-1): Obey window-point-insertion-type.
8196
050cc68b
LB
81972012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8198
8199 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8200 to previous function when point is on the first character of a
75f1671a 8201 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 8202
a38c310c
GM
82032012-04-11 Glenn Morris <rgm@gnu.org>
8204
effed0c2
GM
8205 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8206 not just file-errors.
8207
a38c310c
GM
8208 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8209 (vc-bzr-sha1): Use internal sha1.
8210
0221e323
SM
82112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8214
43956923
SG
82152012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8216
8217 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8218 that start in the middle of the line (bug#10496).
8219
6a8c9eaf
DN
82202012-04-10 Dan Nicolaescu <dann@gnu.org>
8221
8222 * battery.el (battery-linux-proc-acpi): Only one battery is
8223 discharged at a time, but that seems to confuse battery.el when
8224 computing `rate-type' for the battery not being discharged
8225 (bug#10332).
8226
1930bf5d
SM
82272012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8228
2a718f6f
SM
8229 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8230
599430d0
SM
8231 * international/quail.el: Use dolist and simplify.
8232 (quail-define-package, quail-update-keyboard-layout)
8233 (quail-define-rules): Use dolist.
8234 (quail-insert-kbd-layout, quail-get-translation): CSE.
8235
a2754b6c
SM
8236 * tmm.el: Use dolist, remove left over hook.
8237 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8238 Use dolist.
8239 (calendar-load-hook): Don't mess with it.
8240
1930bf5d
SM
8241 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8242 Use derived-mode-p. Run the diff asynchronously.
8243
9f67961c
LMI
82442012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245
8246 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8247
2a8ce227
JB
82482012-04-10 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8251 (list-dynamic-libraries--loaded): New function.
8252 (list-dynamic-libraries--refresh): Use it.
8253
8f33b5f8
NW
82542012-04-10 Nathan Weizenbaum <nweiz@google.com>
8255
1930bf5d
SM
8256 * progmodes/python.el (python-fill-paragraph):
8257 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
8258 disabled (bug#7018).
8259
b12f0439
L
82602012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8261
1930bf5d 8262 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
8263 DOS/MS Windows for the Baltic languages. There are still plenty
8264 of texts written in this encoding/codepage (bug#6519).
b12f0439 8265
57c3bd01
GM
82662012-04-10 Glenn Morris <rgm@gnu.org>
8267
8268 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8269 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8270
6c3eab30
FA
82712012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8272
1930bf5d 8273 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
8274 next-line "n" and previous-line "p" in order to make recentf more
8275 consistent with ibuffer, dired or org-mode (bug#9387).
8276
24d78a88
LMI
82772012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8278
bc72b5d9
LMI
8279 * image.el (put-image): Return the overlay created instead of the
8280 optional input string (bug#7834). Note that this may break code
8281 that is (for some reason or other) depending on `put-image'
8282 returning the string.
8283
bd2dba5a
LMI
8284 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8285
74beb59f
LMI
8286 * simple.el (zap-to-char): Allow zapping using input methods
8287 (bug#1580).
8288
24d78a88
LMI
8289 * textmodes/fill.el (fill-region): Leave point and mark where they
8290 were before filling (bug#5399).
8291
263f20cd
GM
82922012-04-09 Glenn Morris <rgm@gnu.org>
8293
8294 * version.el (emacs-bzr-get-version):
8295 Handle lightweight checkouts of local branches.
8296
58d1f797
AS
82972012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8298
263f20cd 8299 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 8300
b4d3bc10
CY
83012012-04-09 Chong Yidong <cyd@gnu.org>
8302
8303 * custom.el (custom-variable-p): Return nil for non-symbol
8304 arguments instead of signaling an error.
8305 (user-variable-p): Obsolete alias for custom-variable-p.
8306
8307 * apropos.el (apropos-variable):
8308 * files-x.el (read-file-local-variable):
8309 * simple.el (set-variable):
8310 * woman.el (woman-mini-help):
8311 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8312
fd06db5d
GM
83132012-04-09 Glenn Morris <rgm@gnu.org>
8314
e5fcdb5e
GM
8315 * startup.el (normal-top-level): Don't look for leim-list.el
8316 in places where it will not be found. (Bug#910)
8317
fd06db5d
GM
8318 * international/mule-cmds.el (set-default-coding-systems):
8319 * files.el (normal-mode):
8320 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8321 This function was removed with ucs-tables.el in 2008.
8322
b39bb7e1
EZ
83232012-04-08 Eli Zaretskii <eliz@gnu.org>
8324
8325 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8326 ispell-encoding8-command to "-i", without a trailing space.
8327 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8328 separate command-line arguments, to specify the encoding, since
8329 that's how hunspell expects it.
8330
5c5b8e23
GM
83312012-04-08 Glenn Morris <rgm@gnu.org>
8332
8333 * loadup.el: Load bindings before cus-start.
8334 This reduces somewhat the number of "rogue" settings in emacs -Q.
8335
a1ed8b05
GM
83362012-04-07 Glenn Morris <rgm@gnu.org>
8337
8338 * version.el (emacs-bzr-get-version): New function.
dfae128a 8339 (emacs-bzr-version): New variable.
a1ed8b05
GM
8340 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8341 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8342
b142f158
EZ
83432012-04-07 Eli Zaretskii <eliz@gnu.org>
8344
dfae128a
GM
8345 * international/uni-bidi.el, international/uni-category.el:
8346 * international/uni-combining.el, international/uni-decimal.el:
8347 * international/uni-decomposition.el, international/uni-digit.el:
8348 * international/uni-lowercase.el, international/uni-mirrored.el:
8349 * international/uni-name.el, international/uni-numeric.el:
8350 * international/uni-titlecase.el, international/uni-uppercase.el:
8351 Update for Unicode 6.1.
b142f158 8352
9078ead6
EZ
83532012-04-07 Eli Zaretskii <eliz@gnu.org>
8354
8355 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8356
f23d2c7d
LMI
83572012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8358
8359 * window.el (shrink-window): Mention the `window-min-height'
8360 variable in the doc string.
8361
0a0a3573
BG
83622012-04-05 Bastien Guerry <bzg@altern.org>
8363
8364 * color.el (color-lighten-name): Fix typo.
8365
e5248ac9
SM
83662012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * server.el (server--on-display-p): New function.
8369 (server--on-display-p): Use it.
8370
b4243e22
GV
83712012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8372
8373 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8374 (bug#11145).
8375
305d9f44
SM
83762012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * comint.el (comint--common-quoted-suffix): Check string boundary
8379 before comparing (bug#11158).
8380 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8381
3d439cd1
CY
83822012-04-04 Chong Yidong <cyd@gnu.org>
8383
321cc491
CY
8384 * minibuffer.el (completion-extra-properties): Doc fix.
8385
3d439cd1
CY
8386 * subr.el (delayed-warnings-hook): Doc fix.
8387
2d562c0f
DU
83882012-04-04 Daiki Ueno <ueno@unixuser.org>
8389
8390 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8391 selection (Bug#11159).
8392 (epa-insert-keys): Inform that the default public key will be
8393 exported if no key is selected.
8394
4443f204
RS
83952012-04-04 Richard Stallman <rms@gnu.org>
8396
8397 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8398
529c06b6
CY
83992012-04-03 Chong Yidong <cyd@gnu.org>
8400
8401 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8402 mail-insert-file, not its obsolete alias mail-attach-file.
8403
66b907dc
MA
84042012-04-03 Michael Albinus <michael.albinus@gmx.de>
8405
8406 * notifications.el (notifications-notify): Fix docstring.
8407
c0ea195d
GM
84082012-04-02 Glenn Morris <rgm@gnu.org>
8409
8410 * emacs-lisp/authors.el (authors-aliases): Another addition.
8411
5ca64e00
MA
84122012-04-02 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8415 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8416 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8417
42ee526b
CY
84182012-04-01 Chong Yidong <cyd@gnu.org>
8419
8420 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8421 Handle root directory properly.
8422 (copy-directory): Caller changed.
8423
8424 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8425 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8426
0b021094
GM
84272012-03-31 Glenn Morris <rgm@gnu.org>
8428
40f86458
GM
8429 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8430
7019c177
GM
8431 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8432
a1daddd6
GM
8433 * calendar/calendar.el (calendar-window-list)
8434 (calendar-hide-window): Restore. (Bug#11140)
8435 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8436
0b021094
GM
8437 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8438
40311efc
TV
84392012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8440
8441 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8442 Check if file is a symlink (Bug#10489).
8443
8444 * files.el (copy-directory): Likewise.
8445
5319014e
CY
84462012-03-30 Chong Yidong <cyd@gnu.org>
8447
8448 * image.el (imagemagick-types-inhibit)
8449 (imagemagick-register-types): Doc fix.
8450
935d1290
AM
84512012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8452
090bd7cb 8453 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 8454 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 8455 and treats ~word as ordinary words in pipe mode.
935d1290 8456
61c6e8fd
GM
84572012-03-30 Glenn Morris <rgm@gnu.org>
8458
8459 * tutorial.el (help-with-tutorial): Ensure local variables don't
8460 happen to make the buffer read-only. (Bug#11127)
8461
81fdff00
SM
84622012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8465 (perl-calculate-indent): Return `noindent' in strings.
8466
6e7a6ec0
SS
84672012-03-28 Sam Steingold <sds@gnu.org>
8468
8469 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8470 instead of the broken adhockery which does not prevent calendar
8471 buffers from being displayed at random after exit.
8472 (calendar-window-list, calendar-hide-window): Remove the broken
8473 adhockery.
8474
fee88ca0
GM
84752012-03-28 Glenn Morris <rgm@gnu.org>
8476
8477 * replace.el (query-replace-map): Doc fix.
8478
38de3354
AS
84792012-03-28 Andreas Schwab <schwab@linux-m68k.org>
8480
8481 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8482 contents. (Bug#11109)
8483
b973155e
SM
84842012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8487 (bug#11077).
8488 (avl-tree--check, avl-tree--check-node): New funs.
8489
dcb6e7b3
MR
84902012-03-27 Martin Rudalics <rudalics@gmx.at>
8491
8492 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
8493 (switch-to-prev-buffer, switch-to-next-buffer):
8494 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
8495 showing a buffer already is done on the same frame.
8496
b4fa35fa
GM
84972012-03-27 Glenn Morris <rgm@gnu.org>
8498
8499 * startup.el (mail-host-address): Doc fix.
8500
f9210e18
SM
85012012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8504 than 197 variables.
8505
c0bf7753
AF
85062012-03-26 Ami Fischman <ami@fischman.org>
8507
8508 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8509
33da7b16
GM
85102012-03-26 Glenn Morris <rgm@gnu.org>
8511
02243d9d
GM
8512 * files.el (save-buffers-kill-emacs): Doc fix.
8513
33da7b16
GM
8514 * startup.el (normal-top-level, command-line, command-line-1):
8515 Give them doc strings.
8516
e5a69fd0
EZ
85172012-03-25 Eli Zaretskii <eliz@gnu.org>
8518
8519 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 8520 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 8521
9a69676a
CY
85222012-03-25 Chong Yidong <cyd@gnu.org>
8523
4125cb8b
CY
8524 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8525 theme if it was previously enabled before (Bug#11031).
8526
dd470960
CY
8527 * cus-theme.el (custom-theme-write-faces): Retrieve current face
8528 spec with custom-face-get-current-spec if its :shown-value is not
8529 determined yet (Bug#9337).
4125cb8b 8530 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 8531
9a69676a
CY
8532 * button.el (button-at): Minor addition to docstring.
8533
6e7e90fa
SL
85342012-03-24 Simon Leinen <simon.leinen@gmail.com>
8535
8536 * vc/vc.el (vc-merge): Fix a prompt.
8537
f06e2758
CY
85382012-03-24 Chong Yidong <cyd@gnu.org>
8539
8540 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8541 point (Bug#9623).
8542
6e7e90fa
SL
8543 * button.el (button-at): Minor addition to docstring.
8544
b9d0879b
SM
85452012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * newcomment.el (comment-choose-indent): No space after BOL.
8548
e71cebb3
SS
85492012-03-22 Sam Steingold <sds@gnu.org>
8550
8551 * window.el (switch-to-prev-buffer): Revert last patch because the
8552 bug turned out to be an advertised feature (Elisp manual 28.14).
8553
335aff35
GM
85542012-03-22 Glenn Morris <rgm@gnu.org>
8555
8556 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
8557 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8558
c676576a
LMI
85592012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8560
8561 * net/network-stream.el (network-stream-open-starttls): Make error
8562 message under Windows be less misleading.
8563
126f3d39
LW
85642012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
8565
8566 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8567 understands (bug#9942).
8568
64fee311
CY
85692012-03-22 Chong Yidong <cyd@gnu.org>
8570
8571 * simple.el (end-of-visible-line): Handle return value of
8572 next-single-property-change properly (Bug#9371).
8573
a640d29a
KH
85742012-03-22 Kenichi Handa <handa@m17n.org>
8575
8576 * international/quail.el (quail-insert-kbd-layout): Fix previous
8577 change. To avoid unwanted bidi reordering, use
8578 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8579
39675016
DG
85802012-03-21 Dmitry Gutov <dgutov@yandex.ru>
8581
8582 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8583 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8584 (ruby-beginning-of-indent): Be more careful with the difference
8585 between word-boundary and symbol boundary.
8586 (ruby-mode-syntax-table): Make : a symbol constituent.
8587
0a6934fc 85882012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 8589
3d008e4f
SM
8590 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8591
0a6934fc
SM
85922012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8593
af67c9d7
SM
8594 * progmodes/etags.el (tags-completion-at-point-function):
8595 Improve last fix.
8596
1acad97c
SM
8597 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8598
e298b5da
SS
85992012-03-21 Sam Steingold <sds@gnu.org>
8600
8601 * progmodes/etags.el (tags-completion-at-point-function):
8602 Avoid the error when point is inside the pattern.
8603
91d82a70
JY
86042012-03-21 John Yates <john@yates-sheets.org> (tiny change)
8605
8606 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8607 line (Bug#10855).
8608
69188b79
CY
86092012-03-21 Drew Adams <drew.adams@oracle.com>
8610
8611 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8612
99fc91fe
AK
86132012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
8614
8615 * ido.el (ido-set-current-directory, ido-read-internal)
8616 (ido-choose-completion-string, ido-completion-help): Handle nil
8617 value of ido-completion-buffer (Bug#11008).
8618
087bbb4c
SS
86192012-03-21 Sam Steingold <sds@gnu.org>
8620
8621 * window.el (switch-to-prev-buffer): Do not switch to a visible
8622 window previous buffer, just like with the frame previous buffers.
8623
fb5b8aca
CY
86242012-03-21 Chong Yidong <cyd@gnu.org>
8625
8626 * faces.el (make-face, make-empty-face, copy-face):
8627 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8628 Doc fixes.
8629
dc9924b8
SM
86302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * wid-edit.el (widget-complete-field): Remove (bug#11051).
8633 (widget-complete): Remove broken use of it.
8634
f0bcceb9
CY
86352012-03-20 Chong Yidong <cyd@gnu.org>
8636
dc9924b8
SM
8637 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8638 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
8639 characters.
8640
ee52ebf3
TH
86412012-03-20 Tassilo Horn <tassilo@member.fsf.org>
8642
8643 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
8644 to draw rectangles, not squares. (Regression introduced by revno
8645 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
8646
4c5779ab
CY
86472012-03-18 Chong Yidong <cyd@gnu.org>
8648
8649 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
8650 it is not yet defined (for temacs).
8651
15360934
LL
86522012-03-18 Leo Liu <sdl.web@gmail.com>
8653
735135f9
PE
8654 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
8655 prefix.
15360934 8656
d9a8eb66
EZ
86572012-03-17 Eli Zaretskii <eliz@gnu.org>
8658
8659 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
8660 (ispell-choices-win-default-height, ispell-silently-savep)
8661 (ispell-dictionary-alist, ispell-encoding8-command)
8662 (ispell-check-version, ispell-aspell-find-dictionary)
8663 (ispell-valid-dictionary-list, ispell-words-keyword)
8664 (ispell-get-word, ispell-internal-change-dictionary)
8665 (ispell-region, ispell-skip-region-list)
8666 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
8667 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
8668 (ispell-message-text-end, ispell-message)
8669 (ispell-buffer-local-parsing): Doc fix.
8670
f02ff80d
J
86712012-03-13 Jambunathan K <kjambunathan@gmail.com>
8672
8673 * htmlfontify.el: Add support for code block fontification for ODT
8674 export (Bug #9914).
8675 (hfy-optimisations): Define new option
8676 `body-text-only'
8677 (hfy-fontify-buffer): Honor above setting.
8678 (hfy-begin-span, hfy-end-span): New routines factored out form
8679 `hfy-fontify-buffer'.
8680 (hfy-begin-span-handler, hfy-end-span-handler): New variables
8681 that permit insertion of custom tags.
8682 (hfy-fontify-buffer): Use above handlers.
8683 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
8684 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 8685 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 8686 over multiple runs. This is made possible by having the caller let
f02ff80d
J
8687 bind a special variable `hfy-user-sheet-assoc'.
8688 (htmlfontify-string): New defun.
8689 (hfy-compile-face-map): Make sure that the last char in the
8690 buffer is correctly fontified.
8691 (hfy-face-resolve-face): Whitespace only change.
8692
9ac7a13f
EZ
86932012-03-17 Eli Zaretskii <eliz@gnu.org>
8694
8695 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
8696 message more clear.
8697
e2b5bdd7
LL
86982012-03-16 Leo Liu <sdl.web@gmail.com>
8699
8700 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
8701
2e492df3
AM
87022012-03-16 Alan Mackenzie <acm@muc.de>
8703
8704 Further optimise the handling of large macros.
8705
8706 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
8707 limit to a call of `c-literal-limits'.
8708 (c-determine-+ve-limit): New function.
dc9924b8
SM
8709 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
8710 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
8711 In CASE 5B, restrict a search limit to 500.
8712 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
8713
8714 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
8715 Restrict macro bounds to +-500 from after-change's BEG END.
8716
50e94f0c
LL
87172012-03-16 Leo Liu <sdl.web@gmail.com>
8718
8719 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
8720
6f09f6ed
AH
87212012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
8722
8723 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 8724 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 8725
c7e73d51
GM
87262012-03-16 Glenn Morris <rgm@gnu.org>
8727
da986230
GM
8728 * view.el (view-buffer, view-buffer-other-window)
8729 (view-buffer-other-frame): Doc fixes re special mode-class.
8730
0835f01e
GM
8731 * subr.el (eval-after-load): If named feature is provided not from
8732 a file, run after-load forms. (Bug#10946)
8733
c7e73d51
GM
8734 * calendar/calendar.el (calendar-insert-at-column):
8735 Handle non-unit-width characters a bit better. (Bug#10978)
8736
3f2eafd1
CY
87372012-03-15 Chong Yidong <cyd@gnu.org>
8738
8739 * emacs-lisp/ring.el (ring-extend): New function.
8740 (ring-insert+extend): Extend the ring correctly (Bug#11019).
8741
8742 * comint.el (comint-read-input-ring)
8743 (comint-add-to-input-history): Grow comint-input-ring lazily.
8744
103af3fe
SM
87452012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8746
663b1677
SM
8747 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
8748 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
8749
103af3fe
SM
8750 * imenu.el: Fix multiple inheritance breakage (bug#9199).
8751 (imenu-add-to-menubar): Don't add a redundant index.
8752 (imenu-update-menubar): Handle a dynamically composed keymap.
8753
899cb7cb
KY
87542012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8755
8756 * mail/sendmail.el (mail-encode-header):
8757 Bind rfc2047-encode-encoded-words to nil.
8758
3809f91d
GM
87592012-03-13 Glenn Morris <rgm@gnu.org>
8760
8761 * calendar/calendar.el (calendar-string-spread):
8762 Handle non-unit-width characters a bit better. (Bug#10978)
8763
9e345a01
LL
87642012-03-13 Leo Liu <sdl.web@gmail.com>
8765
8766 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
8767 directory and file as argument (Bug#10822).
8768
4a07df36
KS
87692012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8770
8771 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
8772 For dynamically generated code, follow $PC.
8773 (gdb-disassembly-handler-custom): Handle no function name case.
8774
4aaa9356
TL
87752012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
8776
8777 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
8778 * emulation/ws-mode.el (ws-query-replace):
8779 * sort.el (sort-regexp-fields):
8780 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
8781
225979da
SM
87822012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * dabbrev.el: Fix cycle completion order (bug#10963).
8785 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
8786 (dabbrev-completion): Don't use an obarray; provide
8787 a cycle-sort-function.
8788
e2f1fdab
LL
87892012-03-12 Leo Liu <sdl.web@gmail.com>
8790
dc9924b8 8791 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
8792 (kill-do-not-save-duplicates): Doc fix.
8793
b19490ed
SM
87942012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * dabbrev.el: Fix cycle completion (bug#10963).
8797 Use lexical binding and wrap to 80 columns.
8798 (dabbrev-completion): Delay computing the list of completions.
8799
4b05d722
KH
88002012-03-12 Kenichi Handa <handa@m17n.org>
8801
8802 * international/quail.el (quail-insert-kbd-layout): Surround each
8803 row by LRO and PDF instead of inserting many LRMs. Pad the left
8804 and right of each non-spacing marks. Insert invisible space
8805 between lower and upper characters to prevent composition.
8806
dbbc2e69
SM
88072012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * minibuffer.el (minibuffer-complete): Don't get confused when the
8810 function is run twice via different commands (bug#10958).
8811 (complete-with-action): Fix docstring.
8812
292112ed
CY
88132012-03-12 Chong Yidong <cyd@gnu.org>
8814
5d1ac394
CY
8815 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
8816 (nxml-completion-at-point-function): New function.
8817 (nxml-mode): Use it.
8818 (nxml-bind-meta-tab-to-complete-flag): Default to t.
8819
292112ed
CY
8820 * emacs-lisp/package.el (package-unpack, package-unpack-single):
8821 Load generated autoloads file before byte compiling (Bug#10970).
8822 (package--make-autoloads-and-compile): New helper fun.
8823
4098f8f7
CS
88242012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
8825
8826 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
8827
8f754691
MA
88282012-03-11 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * autorevert.el (auto-revert-handler): Ensure, that
8831 file-readable-p is applied only for local files or in
8832 auto-revert-tail-mode.
8833
e29ab36b
AS
88342012-03-11 Andreas Schwab <schwab@linux-m68k.org>
8835
dbbc2e69
SM
8836 * server.el (server-eval-at): Handle non-tcp connections.
8837 Decode result string.
ad0bf5b6 8838
e29ab36b
AS
8839 * server.el (server-msg-size): New constant.
8840 (server-reply-print): New function.
8841 (server-eval-and-print): Use it.
8842 (server-eval-at): Use server-quote-arg and server-unquote-arg.
8843 Handle -print-nonl.
8844
de5939ba
CS
88452012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
8846
8847 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
8848 (Bug#10987).
8849
0c93eabf
CY
88502012-03-11 Chong Yidong <cyd@gnu.org>
8851
397a688f
CY
8852 * simple.el (goto-line): Doc fix (Bug#9938).
8853
2cc775f9
CY
8854 * subr.el (save-window-excursion): Doc fix (Bug#9979).
8855
0c93eabf
CY
8856 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
8857 when finished (Bug#10963).
8858
c491fa41
MR
88592012-03-11 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.el (split-window-below): Fix bug in case where
8862 split-window-keep-point is nil (Bug#10971).
8863
300e8fa5
JL
88642012-03-11 Juri Linkov <juri@jurta.org>
8865
8866 * replace.el (replace-highlight): Set isearch-word to nil
8867 unconditionally. (Bug#10887)
8868
dbf6c5a1
EZ
88692012-03-10 Eli Zaretskii <eliz@gnu.org>
8870
8871 * net/mairix.el (mairix-replace-invalid-chars): Rename from
8872 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 8873 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
8874 (mairix-widget-create-query): Add usage information about mairix
8875 search forms: negating words, searching for substrings, etc.
8876
b9e501de
JP
88772012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
8878
8879 * international/fontset.el (font-encoding-alist): Add an entry for
8880 ksx1001 (Bug#5667).
8881
92795c91
RS
88822012-03-10 Richard Stallman <rms@gnu.org>
8883
1694e6c1
RS
8884 * mail/sendmail.el (mail-encode-header):
8885 Set rfc2047-encode-encoded-words.
8886
607e8555
RS
8887 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8888
de3bc99a
RS
8889 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8890 view buffer means not swapped.
8891 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8892 (rmail-write-region-annotate): Error if real text has disappeared.
8893
92795c91
RS
8894 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8895
699bd04e
CY
88962012-03-10 Chong Yidong <cyd@gnu.org>
8897
8898 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
8899 * emulation/cua-base.el (cua--init-keymaps):
8900 Add delete-forward-char to remappings (Bug#9666).
699bd04e 8901
570a1714
MR
89022012-03-10 Martin Rudalics <rudalics@gmx.at>
8903
dbbc2e69
SM
8904 * speedbar.el (speedbar-unhighlight-one-tag-line):
8905 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 8906
82dcf4e4
CY
89072012-03-10 Chong Yidong <cyd@gnu.org>
8908
7a2c7ca7
CY
8909 * minibuffer.el (completion-in-region, completion-help-at-point):
8910 Give the completion field overlay a high priority (Bug#6830).
8911
82dcf4e4
CY
8912 * dired.el (dired-goto-file): Recognize absolute file name
8913 listings (Bug#7126).
8914 (dired-goto-file-1): New helper function.
8915 (dired-toggle-read-only): Inhibit warnings.
8916
052e28ac
MA
89172012-03-09 Michael Albinus <michael.albinus@gmx.de>
8918
75f1671a 8919 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
8920 there are no properties.
8921
95d5e396
LL
89222012-03-09 Leo Liu <sdl.web@gmail.com>
8923
8924 * savehist.el (savehist-printable): Stricter check for string
8925 value (Bug#10937).
8926
3f018d6d
EZ
89272012-03-09 Eli Zaretskii <eliz@gnu.org>
8928
dbbc2e69
SM
8929 * mail/smtpmail.el (smtpmail-send-it):
8930 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
8931 valid mbox format.
8932
f7fd3d79
GM
89332012-03-09 Glenn Morris <rgm@gnu.org>
8934
8935 * files.el (dir-locals-find-file):
8936 Don't check result is regular, readable.
8937 (dir-locals-read-from-file): Demote errors.
8938
6ff6e72f
EZ
89392012-03-08 Eli Zaretskii <eliz@gnu.org>
8940
dbbc2e69
SM
8941 * international/quail.el (quail-insert-kbd-layout):
8942 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
8943 layout cell, to prevent their reordering by bidi display engine.
8944 For details, see the discussion in
8945 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8946
9cec7834
AM
89472012-03-08 Alan Mackenzie <acm@muc.de>
8948
8949 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8950 the starting position; make it extend the marked region when
8951 invoked repeatedly - all under appropriate circumstances.
8952 Fixes bugs #5525, #10906.
8953
9a40b8d4
GM
89542012-03-08 Glenn Morris <rgm@gnu.org>
8955
8956 * files.el (locate-dominating-file, dir-locals-find-file):
8957 Undo 2012-03-06 change.
8958
7a08ed35
EZ
89592012-03-07 Eli Zaretskii <eliz@gnu.org>
8960
dbbc2e69
SM
8961 * international/quail.el (quail-help):
8962 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
8963 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8964 for the reason.
8965
5aca4f71 89662012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
8967
8968 Avoid superfluous registering of signals. (Bug#10807)
8969
8970 * notifications.el (notifications-on-action-object)
8971 (notifications-on-close-object): New defvars.
8972 (notifications-on-action-signal, notifications-on-closed-signal):
8973 Unregister the signal if not needed any longer.
8974 (notifications-notify): Register `notifications-action-signal' or
8975 `notifications-closed-signal', if :on-action or :on-close has been
8976 passed as argument.
8977
78e8b10a
CY
89782012-03-07 Chong Yidong <cyd@gnu.org>
8979
8980 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8981 non-X platforms.
8982
69481eb8
GM
89832012-03-06 Glenn Morris <rgm@gnu.org>
8984
8985 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8986 (x-disown-selection-internal, x-get-selection-internal):
8987 Doc fix (add arglist signatures). (Bug#10783)
8988
133b8e11
KS
89892012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8990
8991 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8992 Handle breakpoints with no "type".
8993
99a83064
GM
89942012-03-06 Glenn Morris <rgm@gnu.org>
8995
8996 * files.el (locate-dominating-file): Add optional predicate argument.
8997 (dir-locals-find-file): Make use of above change.
8998
17798e78
TTN
89992012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9000
9001 * info.el (Info-insert-dir): Also try "dir.gz".
9002
eb182446
GM
90032012-03-06 Glenn Morris <rgm@gnu.org>
9004
8f2114ee
GM
9005 * files.el (dir-locals-find-file):
9006 Ignore non-readable or non-regular files. (Bug#10928)
9007
eb182446
GM
9008 * files.el (locate-dominating-file): Doc fix.
9009
24679323
AS
90102012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9011
9012 * calendar/calendar.el (calendar-set-mode-line):
9013 `getenv' returns a string. (Bug#10951)
9014
01d972a9
LL
90152012-03-05 Leo Liu <sdl.web@gmail.com>
9016
109aa8a9
LL
9017 * simple.el (backward-delete-char-untabify): Constrain point to
9018 field (Bug#10939).
9019
01d972a9
LL
9020 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9021
10607bea
CY
90222012-03-05 Chong Yidong <cyd@gnu.org>
9023
9024 * simple.el (count-words): If called from Lisp, return the word
9025 count, for symmetry with `count-lines'. Arglist changed.
9026 (count-words--message): Args changed. Consolidate counting code
9027 from count-words and count-words-region.
9028 (count-words-region): Caller changed.
9029 (count-lines-region): Make it an obsolete alias.
9030
5dd11cfe
TH
90312012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9032
9033 * saveplace.el (save-place-to-alist)
9034 (save-place-ignore-files-regexp): Allow value nil to disable this
9035 feature.
9036
c349f4e6
CY
90372012-03-04 Chong Yidong <cyd@gnu.org>
9038
9039 * faces.el (face-spec-reset-face): For the default face, reset the
9040 attributes to default values (Bug#10748).
9041
e627be4c
LMI
90422012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9043
9044 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9045 previous patch: Check `message-send-mail-function', and not the
9046 default function (bug#10897).
9047
ebeabff4
MA
90482012-03-04 Michael Albinus <michael.albinus@gmx.de>
9049
a41a6cf4
MA
9050 * notifications.el (notifications-on-action-signal)
9051 (notifications-on-closed-signal): Check for unique service name of
9052 incoming event. Fix error in removing entry.
ebeabff4 9053 (top): Register for signals with wildcard service name.
a41a6cf4 9054 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 9055
c1ca42b4
CY
90562012-03-04 Chong Yidong <cyd@gnu.org>
9057
dc9924b8 9058 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 9059
ea16568d
GM
90602012-03-04 Glenn Morris <rgm@gnu.org>
9061
9062 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9063 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9064 (expand-abbrev, define-abbrev-table): Doc fixes.
9065
fbae4637
LMI
90662012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9067
9068 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9069 `message-default-send-mail-function' and not `send-mail-function'
9070 when doing the prompting for `sendmail-query-once' before sending
9071 in Message buffers (bug#10897).
9072
a1e7225c
LMI
9073 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9074 This is inconsistent with all the other stream functions, which leave
9075 the setting up to the higher levels (if so wanted) (bug#10931).
9076
56d093a9
AM
90772012-03-02 Alan Mackenzie <acm@muc.de>
9078
9079 Depessimize the handling of very large macros.
9080
9081 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9082 (c-macro-cache-syntactic): New variables to implement a one
9083 element macro cache.
9084 (c-invalidate-macro-cache): New function.
9085 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9086 Adapt to use the new cache.
9087 (c-state-safe-place): Use better the cache of safe positions.
9088 (c-state-semi-nonlit-pos-cache)
9089 (c-state-semi-nonlit-pos-cache-limit):
9090 New variables for...
9091 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9092 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
9093 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9094 Use c-state-semi-safe-place.
56d093a9 9095
dbbc2e69
SM
9096 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9097 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 9098
817e5c3d
MA
90992012-03-02 Michael Albinus <michael.albinus@gmx.de>
9100
dbbc2e69
SM
9101 * jka-compr.el (jka-compr-call-process):
9102 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
9103 not remote.
9104
a032a702
MA
91052012-03-01 Michael Albinus <michael.albinus@gmx.de>
9106
9107 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9108 access of FILE2, if FILE1 does not exist.
9109
99a54f21
MA
9110 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9111 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9112
9113 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9114 Add "PAGER=" to `process-environment'.
9115
f6561e1f
MM
91162012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9117
9118 * progmodes/sql.el: Bug fix
9119 (sql-get-login-ext): Save login values in globals.
9120 (sql-get-login): Use new version of `sql-get-login-ext'.
9121 (sql-interactive-mode): Set global `sql-connection' to nil.
9122 (sql-connect): Set global values for connection.
9123 (sql-product-interactive): Save global values as buffer local.
9124
2d44d9cc
LL
91252012-02-29 Leo Liu <sdl.web@gmail.com>
9126
9127 * abbrev.el (define-abbrevs): Reset sys to nil.
9128
96b49301 91292012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9130
bf7f9bc5
JB
9131 * files.el (file-equal-p): Rename from `files-equal-p'.
9132 Return nil when one or both files don't exist.
96b49301 9133 (file-subdir-of-p): Now only top directory must exists,
9134 return nil if it doesn't.
bf7f9bc5
JB
9135 (copy-directory): No need to test with `file-subdir-of-p' after
9136 creating dir.
9137 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9138 to `file-equal-p'.
96b49301 9139
44e97401
GM
91402012-02-28 Glenn Morris <rgm@gnu.org>
9141
9142 * shell.el (shell-mode):
9143 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9144 * play/landmark.el (landmark-font-lock-face-O):
9145 * play/handwrite.el (handwrite):
9146 * play/gomoku.el (gomoku-O):
9147 * net/browse-url.el (browse-url-browser-display):
9148 * international/mule.el (define-charset):
9149 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9150 * filesets.el (filesets-find-file-delay):
9151 * eshell/em-xtra.el (eshell-xtra):
9152 * eshell/em-unix.el (eshell-grep):
9153 * emulation/viper.el (viper-mode):
9154 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9155 * emacs-lisp/easymenu.el (easy-menu-define):
9156 * calendar/timeclock.el (timeclock-use-display-time):
9157 * bs.el (bs-mode):
9158 * bookmark.el (bookmark-save-flag):
9159 Doc fix (standardize possessive apostrophe usage).
9160
c98c6276
CY
91612012-02-27 Chong Yidong <cyd@gnu.org>
9162
bf7f9bc5
JB
9163 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9164 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 9165
c98c6276
CY
9166 * font-lock.el (font-lock-specified-p): Rename from
9167 font-lock-spec-present. Callers changed.
9168
9c62cd04 91692012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 9170
bf7f9bc5
JB
9171 * emacs-lisp/package.el (package-compute-transaction):
9172 Handle holding a package version to t in package-load-list.
8ac9e529 9173
530739c9
MA
91742012-02-26 Michael Albinus <michael.albinus@gmx.de>
9175
9176 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9177 (tramp-get-inode, tramp-get-device): Use cached values.
9178
487915d7
AM
91792012-02-26 Alan Mackenzie <acm@muc.de>
9180
9181 Check there is a font-lock specification before doing initial
9182 fontification.
9183
9184 * font-core.el (font-lock-mode): Move the conditional from
9185 :after-hook to font-lock-initial-fontify.
9186 (font-lock-default-function): Move the check for a specification
9187 to font-lock-spec-present.
9188
dc9924b8 9189 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
9190 (font-lock-spec-present): New function.
9191
4fd96557
JB
91922012-02-26 Jim Blandy <jimb@red-bean.com>
9193
9194 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9195 (gdb-send): Apply it to the operand of the '-interpreter-exec
9196 console' command, so that we can pass arguments with (say) quotes
9197 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9198
9a4888c0
CY
91992012-02-26 Chong Yidong <cyd@gnu.org>
9200
07498861
CY
9201 * help-fns.el (describe-function-1): Clarify description of
9202 remapping (Bug#10844).
9203
9a4888c0
CY
9204 * files.el (files-equal-p): Doc fix.
9205 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9206 and quit the loop once a mismatch is found.
9207
ea8fb88d
JB
92082012-02-25 Juanma Barranquero <lekktu@gmail.com>
9209
9210 * bs.el (bs--show-with-configuration): Don't throw an error
9211 if the window cannot be split; otherwise, subsequent calls to
9212 bs-show fail, restoring a stale window config. (Bug#10882)
9213
525795c1
JD
92142012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9215
9216 * term/ns-win.el (global-map): Bind ns-drag-file to
9217 ns-find-file (Bug#5855, Bug#10050).
9218
f008086f
AS
92192012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9220
9221 * calendar/parse-time.el (parse-time-string): Allow extractor to
9222 return nil.
9223
a3fcfa99
MA
92242012-02-25 Michael Albinus <michael.albinus@gmx.de>
9225
91027d08
JB
9226 * net/tramp.el (tramp-file-name-for-operation):
9227 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
9228
9229 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
9230 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9231 Add COPY-CONTENTS argument.
a3fcfa99 9232
67b0de11
CY
92332012-02-25 Chong Yidong <cyd@gnu.org>
9234
9235 Add custom groups for VC backends, for consistency with vc-bzr.
9236
9237 * vc/vc-arch.el (vc-arch):
9238 * vc/vc-cvs.el (vc-cvs):
9239 * vc/vc-git.el (vc-git):
9240 * vc/vc-hg.el (vc-hg):
9241 * vc/vc-mtn.el (vc-mtn):
9242 * vc/vc-rcs.el (vc-rcs):
9243 * vc/vc-sccs.el (vc-sccs):
9244 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9245 All relevant defcustoms reassigned.
9246
3c9dfce6
CY
92472012-02-25 Chong Yidong <cyd@gnu.org>
9248
1339bf43
CY
9249 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9250
3c9dfce6
CY
9251 * term/x-win.el (x-initialize-window-system): Reduce default for
9252 x-selection-timeout to 5 seconds (Bug#8869).
9253
25b2e303 92542012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9255
ec70a47d
GM
9256 * files.el (files-equal-p, file-subdir-of-p): New functions.
9257 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 9258 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
9259 * dired-aux.el (dired-copy-file-recursive): Same.
9260 (dired-create-files): Modify destination when source is equal to
9261 dest when copying files.
53a46cd0 9262 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 9263
914260cd
MA
92642012-02-24 Michael Albinus <michael.albinus@gmx.de>
9265
9266 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9267 (Bug#10874)
9268
2cb228f7
AM
92692012-02-23 Alan Mackenzie <acm@muc.de>
9270
9271 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9272 parameter "after-hook:" to allow the expansion to run code after
9273 the execution of the mode hooks.
9274
9275 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 9276 from font-lock-mode-internal.
2cb228f7 9277
91027d08 9278 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
9279 :after-hook.
9280
8f0fde21
SM
92812012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9282
3e88618b
SM
9283 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9284 (completion--cache-all-sorted-completions): New function.
9285 (completion-all-sorted-completions): Use it.
9286 (completion--do-completion, minibuffer-force-complete):
9287 Use it to re-instate the flush hook.
9288
8f0fde21
SM
9289 * icomplete.el (icomplete-completions): Replace last fix with a better
9290 one (bug#10850).
9291
8e911f6f
DG
92922012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9293
9294 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9295 when it might call us back infinitely (bug#10797).
9296
49fe4321
GM
92972012-02-23 Glenn Morris <rgm@gnu.org>
9298
9299 * minibuffer.el (completion-category-overrides): Doc fix.
9300
b291b572
SM
93012012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9304 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9305
31a9ef2e
GM
93062012-02-23 Glenn Morris <rgm@gnu.org>
9307
5e6e6794 9308 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
9309 (authors-obsolete-files-regexps, authors-ignored-files)
9310 (authors-ambiguous-files, authors-renamed-files-alist):
9311 Add more entries.
9312
0bd1e074
JL
93132012-02-23 Juri Linkov <juri@jurta.org>
9314
9315 * isearch.el (isearch-occur): Sync interactive spec with occur's
9316 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9317
b617673c
JL
9318 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9319
19e9789e
JL
93202012-02-22 Juri Linkov <juri@jurta.org>
9321
9322 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9323 (ucs-insert): Doc fix. Check for hex digits in the string.
9324 Don't display `nil' in the error message. (Bug#10857)
9325
f41ce09d
AM
93262012-02-22 Alan Mackenzie <acm@muc.de>
9327
7a71b18d 9328 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 9329
ac2eceee
GM
93302012-02-22 Glenn Morris <rgm@gnu.org>
9331
9332 * ffap.el (ffap-c-path):
9333 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9334
abd1f678
CY
93352012-02-22 Chong Yidong <cyd@gnu.org>
9336
9337 * custom.el (load-theme): Doc fix.
9338
f25aef2e
GM
93392012-02-22 Glenn Morris <rgm@gnu.org>
9340
9341 * dired-x.el (dired-guess-shell-alist-default):
9342 Remove escape sequences from nroff output. (Bug#172)
9343
5f8dc2ca
GM
93442012-02-21 Glenn Morris <rgm@gnu.org>
9345
6ff86ec4
GM
9346 * vc/emerge.el (emerge-defvar-local):
9347 Set `permanent-local' property rather than unused `preserved'.
9348
be3223a3 9349 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
9350 (picture-mode-map): Use it. (Bug#10860)
9351 (picture-mode): Doc fix.
9352
3fe58f4f
JB
93532012-02-21 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * newcomment.el (uncomment-region-default): Remove unused binding.
9356
f9a998c3
GM
93572012-02-21 Glenn Morris <rgm@gnu.org>
9358
9359 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9360 (picture-self-insert, picture-tab-chars): Doc fix.
9361 (picture-mode-map): Fix C-a, C-e.
9362
c6029348
GM
93632012-02-20 Glenn Morris <rgm@gnu.org>
9364
9365 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9366
ab1ce9d7
LL
93672012-02-20 Leo Liu <sdl.web@gmail.com>
9368
9369 * icomplete.el (icomplete-completions): Check FROM arg before
9370 passing to substring (Bug#10850).
9371
0fd40f89
CY
93722012-02-19 Chong Yidong <cyd@gnu.org>
9373
9374 * comint.el: Require ansi-color.
9375 (comint-output-filter-functions): Add ansi-color-process-output.
9376
9377 * ansi-color.el: Don't set comint-output-filter-functions; it is
9378 now in the initial value defined in comint.el.
9379 (ansi-color-apply-face-function): New variable.
9380 (ansi-color-apply-on-region): Use it.
9381 (ansi-color-apply-overlay-face): New function.
9382
9383 * shell.el (shell): No need to require ansi-color.
9384 (shell-mode): Use ansi-color-apply-face-function to highlight
9385 color escapes using font-lock-face property (Bug#10835).
9386
20af2394
CY
93872012-02-19 Chong Yidong <cyd@gnu.org>
9388
9389 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9390 mode-line formats (Bug#10839).
9391
e23a3fbe
GM
93922012-02-18 Glenn Morris <rgm@gnu.org>
9393
b474519e
GM
9394 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9395
9396 * mail/undigest.el (unforward-rmail-message): Doc fix.
9397
e23a3fbe
GM
9398 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9399
57939ff4
EZ
94002012-02-18 Eli Zaretskii <eliz@gnu.org>
9401
9402 * international/characters.el (script-list): Sync with the latest
9403 Unicode Character Database.
9404
0c23686e
AS
94052012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9406
9407 * international/titdic-cnv.el: Remove duplicate coding tag.
9408 * language/cham.el: Likewise.
9409 * language/tai-viet.el: Likewise.
9410
6818b449
GM
94112012-02-18 Glenn Morris <rgm@gnu.org>
9412
9413 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9414 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9415 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9416 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9417 * calendar/holidays.el (holiday-bahai-holidays)
9418 (calendar-holidays, list-holidays):
9419 Use utf-8 Bahá'í in doc-strings, menus, etc.
9420
0311a3fc
TH
94212012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9422
9423 * saveplace.el (save-place-ignore-files-regexp): New variable
9424 allowing for excluding files from saving their location of point.
9425 The default value matches the temporary commit message editing
9426 files from Git, SVN, Bazaar, and Mercurial.
9427 (save-place-to-alist): Use it.
9428
d209e2fb 94292012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 9430 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
9431
9432 * newcomment.el (uncomment-region-default): Don't leave extra space
9433 when an arg is provided (bug#8150).
9434
ee0ce425
TZ
94352012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9436
eb864a71 9437 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 9438
95ddf442
GM
94392012-02-17 Glenn Morris <rgm@gnu.org>
9440
9441 * net/socks.el: Require network-stream. (Bug#10599)
9442
48dd1e39 94432012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
9444
9445 * international/charprop.el:
9446 * international/uni-name.el:
9447 * international/uni-old-name.el:
9448 * international/uni-comment.el: Regenerate.
9449
d68cd087
GM
94502012-02-16 Glenn Morris <rgm@gnu.org>
9451
9452 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9453 Interactively in calendar buffer, give an error if not on a date.
9454
13932042
GM
94552012-02-15 Glenn Morris <rgm@gnu.org>
9456
9457 * shell.el (shell-delimiter-argument-list):
9458 Revert 2011-02-17 change. (Bug#8027)
9459
c3a70e2b
CY
94602012-02-15 Chong Yidong <cyd@gnu.org>
9461
60236b0d
CY
9462 * minibuffer.el (completion-at-point-functions): Doc fix.
9463
c3a70e2b
CY
9464 * custom.el (defcustom): Doc fix; note use of defvar.
9465
9f26dc24
GM
94662012-02-15 Glenn Morris <rgm@gnu.org>
9467
9468 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9469 Doc fixes.
9470
6546b134
GM
94712012-02-14 Glenn Morris <rgm@gnu.org>
9472
9473 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9474
d29b2b4c
LI
94752012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
9476
9477 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9478 way the ports list is computed.
835bdcba
LI
9479 (smtpmail-query-smtp-server): Prompt the user for a port number if
9480 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 9481
08dcdbc9
TZ
94822012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9483
9484 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9485
2605051a
GM
94862012-02-13 Glenn Morris <rgm@gnu.org>
9487
9488 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9489
7ee99f32
TZ
94902012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9491
9492 * net/gnutls.el (gnutls-trustfiles): New variable.
9493 (gnutls-negotiate): Use it.
9494
5f0af64f
LI
94952012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9496
9497 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9498 does its stuff if Gnus is running.
9499
c14fcc95
AM
95002012-02-13 Alan Mackenzie <acm@muc.de>
9501
9502 Fix a loop in c-set-fl-decl-start.
9503
7a71b18d 9504 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
9505 c-backward-syntactic-ws actually moves backwards.
9506
142b4d90
LL
95072012-02-13 Leo Liu <sdl.web@gmail.com>
9508
9509 * net/rcirc.el (rcirc-markup-attributes): Move point to the
9510 beginning so that all \C-o chars are removed.
9511
fa9958a6
TZ
95122012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9513
dc9924b8 9514 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 9515
0bc5886a
AM
95162012-02-12 Alan Mackenzie <acm@muc.de>
9517
9518 Fix infinite loop with long macros.
4d6769e1 9519 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 9520
d4bd55e7
CY
95212012-02-12 Chong Yidong <cyd@gnu.org>
9522
9523 * window.el (display-buffer): Doc fix (Bug#10785).
9524
66f3fe22
GM
95252012-02-12 Glenn Morris <rgm@gnu.org>
9526
bd7da63e
GM
9527 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9528 (x-disown-selection-internal, x-get-selection-internal):
9529 Sync docs with the xselect.c versions.
9530
66f3fe22
GM
9531 * allout-widgets.el: Add missing license notice.
9532
3e0d2fa7
GM
95332012-02-11 Glenn Morris <rgm@gnu.org>
9534
cfecdf09
GM
9535 * select.el (x-get-selection-internal, x-own-selection-internal)
9536 (x-disown-selection-internal):
9537 * x-dnd.el (x-get-selection-internal): Update declarations.
9538
6d216d7f
GM
9539 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9540
2bed3f04
GM
9541 * window.el (window-sides-slots):
9542 * tool-bar.el (tool-bar-position):
9543 * term/xterm.el (xterm-extra-capabilities):
9544 * ses.el (ses-self-reference-early-detection):
9545 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9546 (verilog-auto-wire-type)
9547 (verilog-auto-delete-trailing-whitespace)
9548 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9549 (verilog-auto-tieoff-declaration):
9550 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9551 (sql-oracle-statement-starters, sql-oracle-scan-on):
9552 * progmodes/prolog.el (prolog-align-comments-flag)
9553 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9554 (prolog-left-indent-regexp, prolog-paren-indent-p)
9555 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9556 (prolog-types, prolog-mode-specificators)
9557 (prolog-determinism-specificators, prolog-directives)
9558 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9559 (prolog-electric-dot-flag)
9560 (prolog-electric-dot-full-predicate-template)
9561 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9562 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9563 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9564 (prolog-program-switches, prolog-prompt-regexp)
9565 (prolog-debug-on-string, prolog-debug-off-string)
9566 (prolog-trace-on-string, prolog-trace-off-string)
9567 (prolog-zip-on-string, prolog-zip-off-string)
9568 (prolog-use-standard-consult-compile-method-flag)
9569 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9570 (prolog-imenu-max-lines, prolog-info-predicate-index)
9571 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9572 (prolog-char-quote-workaround):
9573 * progmodes/cc-vars.el (c-defun-tactic):
9574 * net/tramp.el (tramp-encoding-command-interactive)
9575 (tramp-local-end-of-line):
9576 * net/soap-client.el (soap-client):
9577 * net/netrc.el (netrc-file):
9578 * net/gnutls.el (gnutls):
9579 * minibuffer.el (completion-category-overrides)
9580 (completion-cycle-threshold)
9581 (completion-pcm-complete-word-inserts-delimiters):
9582 * man.el (Man-name-local-regexp):
9583 * mail/feedmail.el (feedmail-display-full-frame):
9584 * international/characters.el (glyphless-char-display-control):
9585 * eshell/em-ls.el (eshell-ls-date-format):
9586 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9587 (lisp-lambda-list-keyword-parameter-indentation)
9588 (lisp-lambda-list-keyword-parameter-alignment):
9589 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9590 * dired-x.el (dired-omit-verbose):
9591 * cus-theme.el (custom-theme-allow-multiple-selections):
9592 * calc/calc.el (calc-highlight-selections-with-faces)
9593 (calc-lu-field-reference, calc-lu-power-reference)
9594 (calc-note-threshold):
9595 * battery.el (battery-mode-line-limit):
9596 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9597 (archive-7z-update):
9598 * allout.el (allout-prefixed-keybindings)
9599 (allout-unprefixed-keybindings)
9600 (allout-inhibit-auto-fill-on-headline)
9601 (allout-flattened-numbering-abbreviation):
9602 * allout-widgets.el (allout-widgets-auto-activation)
9603 (allout-widgets-icons-dark-subdir)
9604 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9605 (allout-widgets-theme-dark-background)
9606 (allout-widgets-theme-light-background)
9607 (allout-widgets-item-image-properties-emacs)
9608 (allout-widgets-item-image-properties-xemacs)
9609 (allout-widgets-run-unit-tests-on-load)
9610 (allout-widgets-time-decoration-activity)
9611 (allout-widgets-hook-error-post-time)
9612 (allout-widgets-track-decoration):
9613 Add missing :version tags to new defcustoms and defgroups.
9614
5fec1b8e
GM
9615 * progmodes/sql.el (sql-ansi-statement-starters)
9616 (sql-oracle-statement-starters): Add custom type.
9617
3e0d2fa7
GM
9618 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9619 (prolog-system-version): Give it a type.
9620
90b671e2
EZ
96212012-02-11 Eli Zaretskii <eliz@gnu.org>
9622
9623 * term/pc-win.el (x-select-text, x-selection-owner-p)
9624 (x-own-selection-internal, x-disown-selection-internal)
9625 (x-get-selection-internal): Sync doc strings and argument lists
9626 with xselect.c, common-win.el and x-win.el. (Bug#10783)
9627
5eac0c02
LL
96282012-02-11 Leo Liu <sdl.web@gmail.com>
9629
9630 * progmodes/python.el (python-end-of-statement): Fix infinite
9631 loop. (Bug#10788)
9632
f82cb659
GM
96332012-02-10 Glenn Morris <rgm@gnu.org>
9634
9635 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9636 (unify-8859-on-decoding-mode): Properly mark as obsolete.
9637
cc26d239
LI
96382012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
9639
9640 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
9641 about SMTP before checking the From header.
9642
91027d08 9643 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
9644 into own function for reuse by emacsbug.el.
9645
1be3ca5a
LL
96462012-02-10 Leo Liu <sdl.web@gmail.com>
9647
9648 * subr.el (condition-case-unless-debug): Rename from
9649 condition-case-no-debug. All callers changed.
9650 (with-demoted-errors): Fix caller.
9651
9652 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
9653 * nxml/rng-valid.el (rng-do-some-validation):
9654 * emacs-lisp/package.el (package-refresh-contents)
9655 (package-menu-execute):
9656 * desktop.el (desktop-create-buffer):
91027d08 9657 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 9658
b011fbfe
GM
96592012-02-10 Glenn Morris <rgm@gnu.org>
9660
b2096d72
GM
9661 * textmodes/bibtex.el:
9662 Add missing :version tags for new/changed defcustoms.
9663
b011fbfe
GM
9664 * files.el (remote-file-name-inhibit-cache): Doc fixes.
9665
4c7e65bf
LI
96662012-02-09 Lars Ingebrigtsen <larsi@rusty>
9667
9668 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
9669 (smtpmail-via-smtp): Use it, or fall back on the From address.
9670 (smtpmail-send-it): Ditto.
9671
f3934f6f
SM
96722012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
9675 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
9676 (byte-compile-tmp-var): New const.
9677 (byte-compile-defvar): Use it to minimize .elc size.
9678 Just use `defvar' rather than simulate it (bug#10761).
9679
a075a2c5
GM
96802012-02-09 Glenn Morris <rgm@gnu.org>
9681
cf3aa21b
GM
9682 * files.el (rename-uniquely): Doc fix. (Bug#3806)
9683
354998cd
GM
9684 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
9685 Add :version tags.
9686
dc9924b8
SM
9687 * progmodes/compile.el (compilation-error-screen-columns)
9688 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 9689
dab3703d
GM
9690 * vc/log-view.el (log-view-toggle-entry-display):
9691 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
9692
3f88cd72
GM
9693 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
9694 (report-emacs-bug-can-use-xdg-email):
9695 (report-emacs-bug-insert-to-mailer): Doc fixes.
9696 (report-emacs-bug): Message fix.
9697
d95b247d
GM
9698 * net/browse-url.el (browse-url-can-use-xdg-open)
9699 (browse-url-xdg-open): Doc fixes.
9700
a075a2c5
GM
9701 * electric.el (electric-indent-mode, electric-pair-mode)
9702 (electric-layout-rules, electric-layout-mode): Doc fixes.
9703 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
9704
ffb6157e
MR
97052012-02-08 Martin Rudalics <rudalics@gmx.at>
9706
9707 * server.el (server-unselect-display): Don't inadvertently kill
9708 the current buffer. (Bug#10729)
9709
e1ac4066
GM
97102012-02-08 Glenn Morris <rgm@gnu.org>
9711
34e8a2da
GM
9712 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
9713 (sql-list-table): Doc fixes.
9714
b4ac6e8c
GM
9715 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
9716 Comment out (does nothing).
9717
e1ac4066
GM
9718 * completion.el (dynamic-completion-mode):
9719 * dirtrack.el (dirtrack-debug-mode):
9720 * electric.el (electric-layout-mode):
9721 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
9722 * face-remap.el (text-scale-mode, buffer-face-mode):
9723 * iimage.el (iimage-mode):
9724 * image-mode.el (image-transform-mode):
9725 * minibuffer.el (completion-in-region-mode):
9726 * scroll-lock.el (scroll-lock-mode):
9727 * simple.el (next-error-follow-minor-mode):
9728 * tar-mode.el (tar-subfile-mode):
9729 * tooltip.el (tooltip-mode):
9730 * vcursor.el (vcursor-use-vcursor-map):
9731 * wid-browse.el (widget-minor-mode):
9732 * emulation/tpu-edt.el (tpu-edt-mode):
9733 * emulation/tpu-extras.el (tpu-cursor-free-mode):
9734 * international/iso-ascii.el (iso-ascii-mode):
9735 * language/thai-util.el (thai-word-mode):
9736 * mail/supercite.el (sc-minor-mode):
9737 * net/goto-addr.el (goto-address-mode):
9738 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
9739 * progmodes/cwarn.el (cwarn-mode):
9740 * progmodes/flymake.el (flymake-mode):
9741 * progmodes/glasses.el (glasses-mode):
9742 * progmodes/hideshow.el (hs-minor-mode):
9743 * progmodes/pascal.el (pascal-outline-mode):
9744 * textmodes/enriched.el (enriched-mode):
9745 * vc/smerge-mode.el (smerge-mode):
9746 Doc fixes (minor mode argument).
9747
5e0d957f
EZ
97482012-02-07 Eli Zaretskii <eliz@gnu.org>
9749
9750 * ls-lisp.el (ls-lisp-sanitize): New function.
9751 (ls-lisp-insert-directory): Use it to fix or remove any elements
9752 in file-alist with missing attributes. (Bug#4673)
9753
98d7371e
AM
97542012-02-07 Alan Mackenzie <acm@muc.de>
9755
9756 Fix spurious recognition of c-in-knr-argdecl.
9757
9758 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
9759 putative K&R region.
9760
667ced3a
AM
97612012-02-07 Alan Mackenzie <acm@muc.de>
9762
eb864a71
LM
9763 * progmodes/cc-engine.el (c-forward-objc-directive):
9764 Prevent looping in "#pragma mark @implementation".
667ced3a 9765
5b77774d
MA
97662012-02-07 Michael Albinus <michael.albinus@gmx.de>
9767
9768 * notifications.el (notifications-on-closed-signal): Make `reason'
9769 optional. (Bug#10744)
9770
af008560
GM
97712012-02-07 Glenn Morris <rgm@gnu.org>
9772
60d47423
GM
9773 * emacs-lisp/easy-mmode.el (define-minor-mode):
9774 Doc fixes for the macro and the mode it defines.
9775
dd605cc4
GM
9776 * image.el (imagemagick-types-inhibit): Doc fix.
9777
af008560
GM
9778 * cus-start.el (imagemagick-render-type): Add it.
9779
5cc59a37
LI
97802012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
9781
4d6769e1
JB
9782 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
9783 Set the default at load time, too, so that `font-lock-fontify-buffer'
9784 can be called without setting up the entire mode first. This fixes
9785 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 9786
9a6dd747
CY
97872012-02-06 Chong Yidong <cyd@gnu.org>
9788
2d16b285
CY
9789 * simple.el (list-processes--refresh): Delete exited processes
9790 (Bug#8094).
9791
171e9b6e
CY
9792 * comint.el (comint-next-prompt): next-single-char-property-change
9793 and prev-single-char-property-change never return nil (Bug#8657).
9794
9a6dd747
CY
9795 * custom.el (defcustom): Doc fix (Bug#9711).
9796
aa4589a7
CY
97972012-02-05 Chong Yidong <cyd@gnu.org>
9798
5c2a252f
CY
9799 * cus-edit.el (custom-variable-reset-backup): Quote the value
9800 before storing it in the customized-value property (Bug#6712).
4aab9006 9801 (custom-display): Add a customization type tag.
983b9602 9802 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 9803
aa4589a7
CY
9804 * wid-edit.el (widget-field-value-get): New optional arg to
9805 suppress trailing whitespace truncation.
9806 (character): Use it (Bug#2689).
9807
1ff980ae
AS
98082012-02-05 Andreas Schwab <schwab@linux-m68k.org>
9809
9810 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
9811 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
9812
03988c98
CY
98132012-02-05 Chong Yidong <cyd@gnu.org>
9814
eeb6cc88
CY
9815 * cus-edit.el (custom-variable-value-create): For mismatched
9816 types, show the current value (Bug#7600).
9817
03988c98
CY
9818 * custom.el (defcustom): Doc fix.
9819
f8cdeef0
GM
98202012-02-05 Glenn Morris <rgm@gnu.org>
9821
9822 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
9823
0696d255
JB
98242012-02-05 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
9827 (pp-buffer): Use `ignore-errors', `looking-at-p'.
9828 (pp-last-sexp): Use `looking-at-p'.
9829
34c99998
GM
98302012-02-04 Glenn Morris <rgm@gnu.org>
9831
8f05da42
GM
9832 * files.el (revert-buffer):
9833 Doc fix (mention revert-buffer-in-progress-p).
9834
f160676e
GM
9835 * emacs-lisp/ert-x.el (ert-simulate-command):
9836 Check deferred-action-list (which is obsolete) is bound.
9837
c7291ad9
GM
9838 * subr.el (with-wrapper-hook): Doc fixes.
9839
34c99998
GM
9840 * simple.el (filter-buffer-substring-functions)
9841 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
9842
6283a7d3
LL
98432012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
9844
9845 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
9846 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
9847
e96e3013
LL
98482012-02-04 Leo Liu <sdl.web@gmail.com>
9849
9850 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
9851
8ded50f2
GM
98522012-02-04 Glenn Morris <rgm@gnu.org>
9853
82ff1d13
GM
9854 * image.el (image-extension-data): Add obsolete alias.
9855
987a0a16
GM
9856 * isearch.el (isearch-update): Doc fix.
9857
ea32ef46
GM
9858 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
9859
8ded50f2
GM
9860 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
9861
eea14f31
GM
98622012-02-03 Glenn Morris <rgm@gnu.org>
9863
9864 * image.el (image-animated-p): Doc fix. Use image-animated-types.
9865 (image-animate-timeout): Doc fix.
9866
9867 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
9868
12f381b7
GM
98692012-02-02 Glenn Morris <rgm@gnu.org>
9870
953cebf5
GM
9871 * server.el (server-auth-dir): Doc fix.
9872 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
9873
12f381b7
GM
9874 * subr.el (run-mode-hooks): Doc fix.
9875
953a8c3b
JL
98762012-02-02 Juri Linkov <juri@jurta.org>
9877
9878 * image-mode.el (image-toggle-display-image): Remove tautological
9879 `major-mode' from the `derived-mode-p' test.
9880
c5d3843c
KH
98812012-02-02 Kenichi Handa <handa@m17n.org>
9882
9f6e692e 9883 * composite.el (compose-region): Cancel previous change.
c5d3843c 9884
159462d4 98852012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
9886
9887 * composite.el (compose-region, compose-string): Signal error for
9888 a null string component (Bug#6988).
9889
9f562668
CY
98902012-02-01 Chong Yidong <cyd@gnu.org>
9891
e2cef717
CY
9892 * view.el (view-buffer-other-window, view-buffer-other-frame):
9893 Handle special modes like view-buffer (Bug#10650).
9894 (view-buffer): Simplify.
9895
9f562668
CY
9896 * frame.el (set-frame-font): Tweak meaning of third argument.
9897
9f6e692e
JB
9898 * dynamic-setting.el (font-setting-change-default-font):
9899 Use set-frame-font (Bug#9982).
9f562668 9900
781acb9f
GM
99012012-02-01 Glenn Morris <rgm@gnu.org>
9902
6035be52
GM
9903 * progmodes/compile.el (compilation-internal-error-properties):
9904 Respect compilation-first-column in the "*compilation*" buffer.
9905
781acb9f
GM
9906 * emacs-lisp/easy-mmode.el (define-minor-mode):
9907 Relax :variable's test for a named function.
9908
abbceb00
AM
99092012-01-31 Alan Mackenzie <acm@muc.de>
9910
9911 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9912 off by one error.
9913
fce3fdeb
CY
99142012-01-31 Chong Yidong <cyd@gnu.org>
9915
9916 * frame.el (set-frame-font): New arg ALL-FRAMES.
9917
9918 * menu-bar.el (menu-set-font): Use set-frame-font.
9919
9920 * faces.el (face-spec-reset-face): Don't apply unspecified
9921 attribute values to the default face.
9922
47893581
JB
99232012-01-31 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * progmodes/cwarn.el (cwarn): Remove dead link.
9926 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9927 Remove * from defcustom docstrings.
9928 (turn-on-cwarn-mode): Make obsolete.
9929 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9930 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9931
e58e988a
GM
99322012-01-31 Glenn Morris <rgm@gnu.org>
9933
60dc2671 9934 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 9935 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 9936 Allow named functions to be used as the cdr of :variable.
e58e988a 9937
7a3f511d
GM
99382012-01-30 Glenn Morris <rgm@gnu.org>
9939
9940 * emacs-lisp/authors.el (authors-fixed-entries):
9941 Remove reference to deleted file rnewspost.el.
9942
cb882333
JB
99432012-01-29 Juanma Barranquero <lekktu@gmail.com>
9944
9945 * window.el (window-with-parameter): Remove unused variable `windows'.
9946 (window--side-check): Remove unused variable `code'.
9947 (window--resize-siblings): Remove unused variable `first'.
9948 (adjust-window-trailing-edge): Remove unused variable `failed'.
9949 (window-deletable-p, window--delete): Remove unused variable `buffer'.
9950 Use `let', not `let*'.
9951 (balance-windows-2): Remove unused variable `found'.
9952 (window--state-put-2): Remove unused variable `splits'.
9953 (window-state-put): Remove unused variable `selected'.
9954 (same-window-p): Use `string-match-p'.
9955 (display-buffer-assq-regexp): Remove unused variable `value'.
9956 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9957 Mark argument ALIST as ignored.
9958 (pop-to-buffer): Remove unused variable `old-window'.
9959
907201af
EZ
99602012-01-29 Eli Zaretskii <eliz@gnu.org>
9961
9962 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9963 and .lzma compressed files.
9964
ea162670
CY
99652012-01-29 Chong Yidong <cyd@gnu.org>
9966
5b95ee8a
CY
9967 * frame.el (window-system-default-frame-alist): Doc fix.
9968
ea162670
CY
9969 * dynamic-setting.el (font-setting-change-default-font): Don't
9970 change the default face if SET-FONT argument is non-nil (Bug#9982).
9971
d6e6f4b1
SB
99722012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9973
9974 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9975
0f29fa41 99762012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
9977
9978 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9979 breakpoints in files outside current directory (Bug#6098).
9980
db174434
CY
99812012-01-29 Chong Yidong <cyd@gnu.org>
9982
6b25e4e2
SE
9983 * progmodes/python.el: Require ansi-color at top-level.
9984
6df6ae42
JB
9985 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9986 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
9987 (lisp-mode-abbrev-table): Add doc.
9988 (lisp-mode-variables): Don't set local-abbrev-table.
9989 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9990
e70ee681
RW
99912012-01-28 Roland Winkler <winkler@gnu.org>
9992
9993 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9994
ace88aa2
RW
99952012-01-28 Roland Winkler <winkler@gnu.org>
9996
9997 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9998 (bibtex-set-dialect): Use it. Either set global values of
9999 dialect-dependent variables or bind these variables buffer-locally
10000 (Bug#10254).
10001 (bibtex-mode): Call bibtex-set-dialect via
10002 hack-local-variables-hook.
eb864a71
LM
10003 (bibtex-dialect): Update docstring.
10004 Add safe-local-variable predicate.
ace88aa2
RW
10005 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10006 bibtex-set-dialect.
10007 (bibtex-mode-map): Define menu for each dialect.
10008 (bibtex-entry): Fix docstring.
10009
93376c5b
CY
100102012-01-28 Chong Yidong <cyd@gnu.org>
10011
10012 * eshell/esh-arg.el (eshell-quote-argument): New function.
10013
10014 * eshell/esh-ext.el (eshell-invoke-batch-file):
10015 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10016 first arg to eshell-parse-command (Bug#10523).
10017
4372494f
DA
100182012-01-28 Drew Adams <drew.adams@oracle.com>
10019
10020 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10021 `default-directory' is non-nil.
10022
4d4ec1f8
EZ
100232012-01-28 Eli Zaretskii <eliz@gnu.org>
10024
10025 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10026 line that displays system-configuration-options. (Bug#9924)
10027
7c188927
DA
100282012-01-28 Drew Adams <drew.adams@oracle.com>
10029
10030 * descr-text.el (describe-char): Show information about POS, in
10031 addition to information about the character at POS. Improve and
10032 update the doc string. Change "code point" to "code point in
10033 charset", to avoid confusion with the character's Unicode code
10034 point shown above that. (Bug#10129)
10035
e0da685a
EZ
100362012-01-28 Eli Zaretskii <eliz@gnu.org>
10037
10038 * descr-text.el (describe-char): Show the raw character, not only
10039 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10040 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10041 for the reasons.
10042
70550acf
PH
100432012-01-28 Phil Hagelberg <phil@hagelb.org>
10044
eb864a71
LM
10045 * emacs-lisp/package.el (package-install):
10046 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 10047
0ce8e868
CY
100482012-01-28 Chong Yidong <cyd@gnu.org>
10049
cb882333
JB
10050 * emacs-lisp/package.el (package-maybe-load-descriptor):
10051 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
10052 (package-maybe-load-descriptor): Use it.
10053 (package-download-transaction): Fully load required packages
10054 inside the loop, so that `require' calls work (Bug#10593).
10055 (package-install): No need to call package-initialize now.
10056
2e7f3bea
CY
100572012-01-28 Chong Yidong <cyd@gnu.org>
10058
6e9bad14
CY
10059 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10060
f823b8ca
CY
10061 * tooltip.el (tooltip-mode): Doc fix.
10062 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10063
2680c309
CY
10064 * frame.el (set-cursor-color): Doc fix (Bug#352).
10065
d7a9e63b
CY
10066 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10067 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10068
2e7f3bea
CY
10069 * cus-edit.el (custom-buffer-create-internal): Fix search button
10070 action (Bug#10542).
2ae01800 10071 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 10072
fc4f7a23
EW
100732012-01-27 Eduard Wiebe <usenet@pusto.de>
10074
10075 * dired.el (dired-mark-files-regexp):
10076 Include any subdirectory components. (Bug#10445)
10077
7dd37071
ML
100782012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10079
10080 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10081 Handle [host]:port syntax. (Bug#10533)
10082
a268160b
AH
100832012-01-27 Alex Harsanyi <harsanyi@mac.com>
10084
10085 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10086
e43273ef
GM
100872012-01-26 Glenn Morris <rgm@gnu.org>
10088
10089 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10090 * term.el (term-raw-escape-map): Use Control-X-prefix.
10091 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10092
1edf595d
MR
100932012-01-25 Martin Rudalics <rudalics@gmx.at>
10094
10095 * window.el (window-state-get, window--state-get-1): Don't deal
10096 with fixed-sizeness of windows. Simplify code.
10097
fa8eafef
JC
100982012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10099
6df6ae42
JB
10100 * window.el (window--state-get-1, window--state-put-2):
10101 Don't save and restore the mark.
fa8eafef 10102
0b21c100
CY
101032012-01-25 Chong Yidong <cyd@gnu.org>
10104
10105 * custom.el (custom-variable-p): Doc fix.
10106
5ae1a6c8
GM
101072012-01-25 Glenn Morris <rgm@gnu.org>
10108
40047858
GM
10109 * dired.el (dired-goto-file): Handle some of the more common
10110 characters that `ls -b' escapes. (Bug#10596)
10111
5ddce96c
GM
10112 * progmodes/compile.el (compilation-next-error-function):
10113 Respect compilation-first-column in the "*compilation*" buffer.
10114 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10115
5ae1a6c8
GM
10116 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10117
b559f1a9
GM
101182012-01-24 Glenn Morris <rgm@gnu.org>
10119
10120 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10121
6725d21a
JD
101222012-01-24 Julien Danjou <julien@danjou.info>
10123
10124 * color.el (color-rgb-to-hsl): Fix value computing.
10125 (color-hue-to-rgb): New function.
10126 (color-hsl-to-rgb): New function.
10127 (color-clamp, color-saturate-hsl, color-saturate-name)
10128 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10129 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10130
70df4bbe
GM
101312012-01-24 Glenn Morris <rgm@gnu.org>
10132
10133 * vc/vc-rcs.el (vc-rcs-create-tag):
10134 * vc/vc-sccs.el (vc-sccs-create-tag):
10135 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10136
802a2ae2
ML
101372012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10138
10139 * eshell/esh-util.el (eshell-read-hosts-file):
10140 Skip comment lines. (Bug#10549)
10141
d7128bb1
ML
10142 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10143
d1a5c3b4
JB
101442012-01-23 Juanma Barranquero <lekktu@gmail.com>
10145
2724d9c7
JB
10146 * subr.el (display-delayed-warnings): Doc fix.
10147 (collapse-delayed-warnings): New function to collapse identical
10148 adjacent warnings.
10149 (delayed-warnings-hook): Add it.
d1a5c3b4 10150
a5509865
MA
101512012-01-22 Michael Albinus <michael.albinus@gmx.de>
10152
10153 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10154
a5509865
MA
10155 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10156 (tramp-default-user-alist): Don't add "pscp".
10157 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10158 property "login-as", if set. (Bug#10530)
10159
cc6d5805
MA
101602012-01-21 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10163 "plink1" and "psftp". (Bug#10530)
10164
101652012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
10166
10167 * international/mule-cmds.el (prefer-coding-system): Show a
10168 warning message if the default value of file-name-coding-system
10169 was not changed.
10170
f0960428
JC
101712012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10172
cb882333
JB
10173 * windmove.el (windmove-reference-loc):
10174 Fix windmove-reference-loc miscalculation.
f0960428 10175
dd6f2a63
JB
101762012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10177
10178 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10179 default unit.
10180
7b447e9b
GM
101812012-01-21 Glenn Morris <rgm@gnu.org>
10182
117a9ea1
GM
10183 * international/mule.el (auto-coding-alist): Add .tbz.
10184
7b447e9b
GM
10185 * files.el (local-enable-local-variables): Doc fix.
10186 (inhibit-local-variables-regexps): Rename from
10187 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10188 Doc fix. Add some extensions from auto-coding-alist.
10189 (inhibit-local-variables-suffixes):
10190 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10191 (inhibit-local-variables-p):
10192 New function, extracted from set-auto-mode-1.
10193 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10194 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10195 (hack-local-variables): Doc fix. Make the mode-only case
10196 respect enable-local-variables and friends.
10197 Respect inhibit-local-variables-regexps for file-locals, but
10198 not for directory-locals.
10199 (set-visited-file-name):
10200 Take account of inhibit-local-variables-regexps.
10201 Whether it applies may change as the file name is changed.
10202 * jka-cmpr-hook.el (jka-compr-install):
10203 * jka-compr.el (jka-compr-uninstall):
10204 Update for inhibit-first-line-modes-suffixes name change.
10205
dd6e3cdd
MR
102062012-01-20 Martin Rudalics <rudalics@gmx.at>
10207
10208 * help-macro.el (make-help-screen): Temporarily restore original
10209 binding for minor-mode-map-alist (Bug#10454).
10210
0d0deb38
JD
102112012-01-19 Julien Danjou <julien@danjou.info>
10212
10213 * color.el (color-name-to-rgb): Use the white color to find the max
10214 color component value and return correctly computed values.
10215 (color-name-to-rgb): Add missing float conversion for max value.
10216
34a02f46
MR
102172012-01-19 Martin Rudalics <rudalics@gmx.at>
10218
10219 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
10220 special state value for window-persistent-parameters.
10221 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
10222 (window--state-put-2): Reset all window parameters to nil before
10223 assigning values of persistent parameters.
10224
606c44c4
AM
102252012-01-18 Alan Mackenzie <acm@muc.de>
10226
10227 Eliminate sluggishness and hangs in fontification of "semicolon
10228 deserts".
10229
cb882333
JB
10230 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10231 Change value 10000 -> 3000.
606c44c4
AM
10232 (c-state-safe-place): Reformulate so it doesn't stack up an
10233 infinite number of wrong entries in c-state-nonlit-pos-cache.
10234 (c-determine-limit-get-base, c-determine-limit): New functions to
10235 determine backward search limits disregarding literals.
10236 (c-find-decl-spots): Amend commenting.
10237 (c-cheap-inside-bracelist-p): New function which detects "={".
10238
10239 * progmodes/cc-fonts.el
10240 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10241 backward search.
10242 (c-font-lock-declarations): Fix an occurrence of point being
10243 undefined. Check additionally for point being in a bracelist or
10244 near a macro invocation without a semicolon so as to avoid a
10245 fruitless time consuming search for a declarator. Give a more
10246 precise search limit for declarators using the new
10247 c-determine-limit.
10248
f3860cea
GM
102492012-01-18 Glenn Morris <rgm@gnu.org>
10250
10251 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10252 (set-auto-mode): Doc fixes.
10253
1db03b16
GM
102542012-01-17 Glenn Morris <rgm@gnu.org>
10255
0e6038be
GM
10256 * isearch.el (search-nonincremental-instead): Fix doc typo.
10257
1db03b16
GM
10258 * dired.el (dired-insert-directory): Handle newlines in directory name.
10259 (dired-build-subdir-alist): Unescape newlines in directory name.
10260
4cb0aa75
MA
102612012-01-17 Michael Albinus <michael.albinus@gmx.de>
10262
10263 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10264 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10265 (tramp-action-terminal): Use it. (Bug#10530)
10266
1d00653d
SM
102672012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10270
6a6ee00d
MR
102712012-01-16 Martin Rudalics <rudalics@gmx.at>
10272
10273 * window.el (window-state-ignored-parameters): Remove variable.
10274 (window--state-get-1): Rename argument MARKERS to IGNORE.
10275 Handle persistent window parameters. Make copy of clone-of
10276 parameter only if requested. (Bug#10348)
10277 (window--state-put-2): Install a window parameter only if it has
10278 a non-nil value or an existing parameter shall be overwritten.
10279
97912def
MA
102802012-01-15 Michael Albinus <michael.albinus@gmx.de>
10281
10282 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10283
688070a5
EZ
102842012-01-14 Eli Zaretskii <eliz@gnu.org>
10285
10286 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10287 don't pass the (nil) value of `upnode' to string-match.
10288
301afadc
CY
102892012-01-14 Chong Yidong <cyd@gnu.org>
10290
10291 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 10292 Fix values recognized by the cursorBlink resource.
301afadc 10293
9e5788aa
PE
102942012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10295
10296 * epg.el (epg--make-temp-file): Avoid permission race condition
10297 when running on old Emacs versions (bug#10403).
10298
3cdb7f5a
GM
102992012-01-14 Glenn Morris <rgm@gnu.org>
10300
10301 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10302
8c82b1b4
AM
103032012-01-13 Alan Mackenzie <acm@muc.de>
10304
10305 Fix filling for when filladapt mode is enabled.
10306
10307 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10308 c-mask-paragraph, pass in `fill-paragraph' rather than
10309 `fill-region-as-paragraph'. (This is a reversion of a previous
10310 change.)
eb864a71
LM
10311 * progmodes/cc-mode.el (c-basic-common-init):
10312 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 10313
e517eda4
GM
103142012-01-13 Glenn Morris <rgm@gnu.org>
10315
1498536e
GM
10316 * dired.el (dired-switches-escape-p): New function.
10317 (dired-insert-directory): Use dired-switches-escape-p.
10318 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10319
e517eda4
GM
10320 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10321
328f984d
GM
103222012-01-12 Glenn Morris <rgm@gnu.org>
10323
10324 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10325 changes in adaptive-fill-regexp. (Bug#10276)
10326
2cc769a8
AM
103272012-01-11 Alan Mackenzie <acm@muc.de>
10328
10329 Fix Emacs bug #10463 - put `widen's around the critical spots.
10330
1d00653d 10331 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
10332 widen around each invocation of c-state-pp-to-literal. Remove an
10333 unused let variable.
10334
e52c37fa
GM
103352012-01-11 Glenn Morris <rgm@gnu.org>
10336
10337 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 10338 Doc fix.
e52c37fa 10339
96f8741e
CY
103402012-01-10 Chong Yidong <cyd@gnu.org>
10341
1d00653d
SM
10342 * net/network-stream.el (network-stream-open-starttls):
10343 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
10344 response to the capability command.
10345
b09a806e
GM
103462012-01-10 Glenn Morris <rgm@gnu.org>
10347
10348 * mail/unrmail.el (unrmail): Tweak previous change.
10349
7655cb66
CY
103502012-01-09 Chong Yidong <cyd@gnu.org>
10351
10352 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10353
9d5a8f0b
AM
103542012-01-08 Alan Mackenzie <acm@muc.de>
10355
10356 Optimise font locking in long enum definitions.
10357
10358 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10359 arm to a cond form to handle enums.
10360 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10361 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10362
9a0115ab 103632012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
10364
10365 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 10366 (Bug#10401)
6bb72cbd 10367
f186bb95
LMI
103682012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10369
29232a68
LMI
10370 * faces.el (set-face-attribute): Clarify the meaning of the nil
10371 frame (bug#10294).
10372
4e5d086d
LMI
10373 * subr.el (with-selected-frame): Mention that the selected frame
10374 is restored (bug#9980).
10375
8e66aebe
LMI
10376 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10377 (bug#9759).
10378
cd394be1 10379 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
10380 (password-read): Don't autoload unused function.
10381
adf4e762
JB
103822012-01-07 Juanma Barranquero <lekktu@gmail.com>
10383
10384 * progmodes/which-func.el (which-func-mode): Turn into a
10385 non-interactive function and mark as obsolete (bug#10428).
10386
89bd9ccd
CY
103872012-01-06 Chong Yidong <cyd@gnu.org>
10388
10389 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10390 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10391 functions, along with 1 and -1.
10392
4afee9d5
EZ
103932012-01-06 Eli Zaretskii <eliz@gnu.org>
10394
10395 * time.el (display-time-load-average)
10396 (display-time-default-load-average): Doc fixes. See the thread
10397 starting at
10398 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10399 for the details.
10400
536aea70
GM
104012012-01-06 Glenn Morris <rgm@gnu.org>
10402
665ae865
GM
10403 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10404 has no messages. (Bug#10377)
10405
c869783d
GM
10406 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10407 than Info-edit. (Bug#10385)
10408
2bb4227e
GM
10409 * time.el (display-time-load-average, display-time-next-load-average):
10410 Doc fixes.
10411
7d5944b9
GM
10412 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10413 local setting of buffer-read-only to the input buffer. (Bug#10419)
10414
536aea70
GM
10415 * calendar/calendar.el (calendar-mode):
10416 Locally set scroll-margin to 0. (Bug#10379)
10417
7dccca16
UM
104182012-01-06 Ulrich Mueller <ulm@gentoo.org>
10419
10420 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10421
afbb7930
GM
104222012-01-05 Glenn Morris <rgm@gnu.org>
10423
10424 * eshell/em-unix.el (diff-no-select): Autoload it.
10425 (eshell/diff): Use diff-no-select. (Bug#10420)
10426
04482335
CY
104272012-01-05 Chong Yidong <cyd@gnu.org>
10428
7baca3bc
CY
10429 * shell.el (shell-dynamic-complete-functions): Revert last change.
10430 (shell-command-completion-function): New function.
10431 (shell-completion-vars): Use it to implement
10432 shell-completion-execonly (Bug#10417).
10433
04482335
CY
10434 * custom.el (enable-theme): Don't set custom-safe-themes.
10435
1d00653d
SM
10436 * cus-theme.el (custom-theme-merge-theme):
10437 Ignore custom-enabled-themes and custom-safe-themes.
04482335 10438
bb5aa5d6
MM
104392012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10440
10441 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10442 first prompt in `sql-interacive-mode'.
10443 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 10444 keywords.
6df6ae42 10445 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
10446 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10447 context of original buffer. Invoke `sql-login-hook'.
10448
a7183d7c
EZ
104492012-01-04 Eli Zaretskii <eliz@gnu.org>
10450
10451 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10452 letters in cite-prefix.
10453
a1eacd1e
LMI
104542012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10455
10456 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10457
787cdb34
CY
104582012-01-03 Chong Yidong <cyd@gnu.org>
10459
1d00653d
SM
10460 * shell.el (shell-dynamic-complete-functions):
10461 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
10462 comint-filename-completion first (Bug#10417).
10463
30710442
RS
104642012-01-02 Richard Stallman <rms@gnu.org>
10465
10466 * battery.el (battery-status-function):
10467 Detect when to use battery-yeeloong-sysfs.
10468 (battery-echo-area-format): Add string for Yeeloong.
10469 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10470 (battery-yeeloong-sysfs): New function.
10471
f75bfc33
CY
104722012-01-02 Chong Yidong <cyd@gnu.org>
10473
10474 * dirtrack.el (dirtrack-list): Eliminate unused third element.
10475 (dirtrack): Merge code for handling relative filenames in prompt
10476 from shell-dir-cookie-watcher.
10477 (dirtrack-debug-message): New arg to avoid excess format calls.
10478
10479 * shell.el (shell-dir-cookie-re): Variable deleted.
10480 (shell-dir-cookie-watcher): Function deleted.
10481 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10482 with dirtrack-mode.
10483
651e947e
EZ
104842012-01-01 Eli Zaretskii <eliz@gnu.org>
10485
1d00653d
SM
10486 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10487 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
10488 libgnutls-26.dll.
10489
94d4c7dc
AS
104902011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10491
10492 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10493
8d43f3cd
EZ
104942011-12-31 Eli Zaretskii <eliz@gnu.org>
10495
10496 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10497 headers of non-MIME messages, when rmail-enable-mime is non-nil.
10498
98c8795a
MA
104992011-12-29 Michael Albinus <michael.albinus@gmx.de>
10500
10501 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10502 also for alternative shells.
10503 (tramp-open-connection-setup-interactive-shell): Check, whether
10504 the shell is a busybox.
10505 (tramp-send-command): Don't suppress multiple prompts for
10506 busyboxes, it hurts.
10507
51281b32
CY
105082011-12-28 Chong Yidong <cyd@gnu.org>
10509
10510 * progmodes/gdb-mi.el (gdb-get-source-file-list)
10511 (gdb-get-source-file): Move mode line update to
10512 gdb-get-source-file (Bug#10087).
10513
2170cb53
CY
105142011-12-25 Chong Yidong <cyd@gnu.org>
10515
10516 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10517 gud-gdb-marker-filter without taking it as an argument.
10518 (gud-gdb-run-command-fetch-lines): Caller changed.
10519 (gud-gdb-completion-function): New variable.
10520 (gud-gdb-completion-at-point): Use it.
10521 (gud-gdb-completions-1): Split from gud-gdb-completions.
10522
10523 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10524 function as separate arguments.
10525 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10526 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10527 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10528 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10529 (gdb-stopped, def-gdb-auto-update-trigger)
10530 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
10531 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10532 Callers changed.
2170cb53
CY
10533 (gud-gdbmi-completions): New function.
10534 (gdb): Use it for generating the completion table.
10535
be8b11bb
AM
105362011-12-24 Alan Mackenzie <acm@muc.de>
10537
10538 Introduce a mechanism to widen the region used in context font
1d00653d 10539 locking. Use this to protect declarations from losing their contexts.
be8b11bb 10540
1d00653d
SM
10541 * progmodes/cc-langs.el (c-before-font-lock-functions):
10542 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 10543 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
10544 functions to be run just before context (etc.) font locking.
10545
10546 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 10547 New, functionality extracted from
be8b11bb 10548 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 10549 (c-in-after-change-fontification): New variable.
be8b11bb
AM
10550 (c-after-change): Set c-in-after-change-fontification.
10551 (c-set-fl-decl-start): Rejig its interface, so it can be called
10552 from both after-change and context fontifying.
b81d40f0
JB
10553 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10554 New functions.
10555 (c-standard-font-lock-fontify-region-function): New variable.
10556 (c-font-lock-fontify-region): New function.
be8b11bb 10557
341cf6ac
JL
105582011-12-24 Juri Linkov <juri@jurta.org>
10559
10560 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10561 (Bug#10348)
10562
bffcee0a
MA
105632011-12-23 Michael Albinus <michael.albinus@gmx.de>
10564
10565 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10566 existence of source file. (Bug#10325)
10567
cb5e207c
AM
105682011-12-23 Alan Mackenzie <acm@muc.de>
10569
10570 Fix unstable fontification inside templates.
10571
b81d40f0
JB
10572 * progmodes/cc-langs.el (c-before-font-lock-functions):
10573 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
10574 additionally has c-set-fl-decl-start. The other languages (apart
10575 from AWK) have that as a single entry.
10576
b81d40f0
JB
10577 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10578 The functionality for "local" declarations has been extracted to
cb5e207c
AM
10579 c-set-fl-decl-start.
10580
b81d40f0
JB
10581 * progmodes/cc-mode.el (c-common-init, c-after-change):
10582 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
10583 (c-set-fl-decl-start): New function, extracted from
10584 c-font-lock-enclosing-decls and enhanced.
10585
60ff536c
JB
105862011-12-23 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10589
1c4757d6
JL
105902011-12-22 Juri Linkov <juri@jurta.org>
10591
10592 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10593
d031f2c7
CY
105942011-12-22 Chong Yidong <cyd@gnu.org>
10595
10596 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10597
bace743a
DA
105982011-12-21 Drew Adams <drew.adams@oracle.com>
10599
10600 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10601
728a1f2b
JC
106022011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10603
10604 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10605
0d373f73
TZ
106062011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10607
fec0aaa4
TZ
10608 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
10609 highlighting and support. Fix up comments for capitalization.
10610 (cfengine-mode-debug): New var.
10611 (cfengine3-mode): Change the modeline indicator to "CFE3".
10612 (cfengine3-font-lock-keywords): Improve defun highlighting.
10613 (cfengine2-actions): Rename from `cfengine-actions'.
10614 (cfengine2-font-lock-keywords): Rename from
10615 `cfengine-font-lock-keywords'.
10616 (cfengine2-imenu-expression): Rename from
10617 `cfengine-imenu-expression'.
10618 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
10619 (cfengine2-beginning-of-defun): Rename from
10620 `cfengine-beginning-of-defun'.
10621 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
10622 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
10623 (cfengine2-mode): Rename from `cfengine-mode'. Change the
10624 modeline indicator to "CFE2".
10625 (cfengine-mode): Defalias to `cfengine-auto-mode'.
10626 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 10627
bc86f573
CY
106282011-12-21 Chong Yidong <cyd@gnu.org>
10629
10630 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
10631 filename argument.
10632
d45ba96b
MR
106332011-12-20 Martin Rudalics <rudalics@gmx.at>
10634
10635 * window.el (window-normalize-buffer-to-display): Remove.
10636 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
10637
a6198c90
CY
106382011-12-19 Chong Yidong <cyd@gnu.org>
10639
10640 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
10641 Don't signal an error in a predicate function; return non-nil.
10642 (vc-dir-mark-file): Move the error here.
10643 (vc-dir-mark-unmark): If acting on the region, keep going if one
10644 of the entries cannot be marked/unmarked.
10645 (vc-dir-mark-all-files): If current entry is a directory, mark
10646 only child files, as documented.
10647
34c5fb55
VB
106482011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
10649
10650 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
10651 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
10652 addition.
10653
c803b2b7
JD
106542011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10655
10656 * term/ns-win.el (ns-get-selection-internal)
10657 (ns-store-selection-internal): Declare.
1154d12e
JB
10658 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
10659 Declare as obsolete.
10660 (ns-get-pasteboard, ns-paste-secondary):
10661 Use ns-get-selection-internal.
41e9b956 10662 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 10663 Use ns-store-selection-internal.
c803b2b7 10664
9cff91f8 106652011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
10666
10667 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 10668 (vc-deduce-fileset): Doc fix.
99a289d9 10669
f16c898a
AS
106702011-12-16 Andreas Schwab <schwab@linux-m68k.org>
10671
10672 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
10673
763237c4
SS
106742011-12-13 Sam Steingold <sds@gnu.org>
10675
10676 * man.el (Man-getpage-in-background): When running under a
10677 window-system, ignore $MANWIDTH and $COLUMNS.
10678
5fc1c122
KH
106792011-12-15 Kenichi Handa <handa@m17n.org>
10680
10681 * language/ethio-util.el: Change coding tag to utf-8-emacs.
10682 (setup-ethiopic-environment-internal): Comment out key-binding for
10683 ethio-toggle-punctuation.
10684
13d49cbb
AM
106852011-12-13 Alan Mackenzie <acm@muc.de>
10686
898169a2
AM
10687 Add the switch statement to AWK Mode.
10688
7a71b18d 10689 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
10690 "default" to the keywords regexp.
10691
7a71b18d 10692 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 10693 expression as the rest.
1d00653d
SM
10694 (c-nonlabel-token-key): Allow string literals for AWK.
10695 Refactor for the other modes.
898169a2 10696
13d49cbb 10697 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 10698 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
10699 routines. Limit backward searching in c-font-lock-enclosing.decl.
10700
10701 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
10702 pp-state and literal type in addition to the limits.
1d00653d 10703 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 10704 (c-state-literal-at): Use the above new defun.
1d00653d
SM
10705 (c-slow-in-literal, c-fast-in-literal): Remove.
10706 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
10707
10708 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
10709 being in a literal. Add a limit for backward searching.
10710
10711 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
10712 c-slow-in-literal.
10713
15e0efc7
SM
107142011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
10717
454592a6
MR
107182011-12-13 Martin Rudalics <rudalics@gmx.at>
10719
10720 * window.el (delete-other-windows): Use correct frame in call to
10721 window-with-parameter.
10722
87393f26
DP
107232011-12-12 Daniel Pfeiffer <occitan@t-online.de>
10724
10725 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
10726 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
10727 (makefile-gmake-statements, makefile-makepp-statements):
10728 Use it and add new makepp keywords.
10729 (makefile-makepp-font-lock-keywords): Add new patterns.
10730 (makefile-match-function-end): Match new [...] and [[...]].
10731
11636b22
JB
107322011-12-11 Juanma Barranquero <lekktu@gmail.com>
10733
10734 * ses.el (ses-call-printer-return, ses-cell-property-get)
10735 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
10736 (ses-create-cell-variable, ses-reset-header-string)
10737 (ses-cell-set-formula, ses-repair-cell-reference-all)
10738 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
10739 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
10740 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10741 (ses-aset-with-undo, ses-load, ses-truncate-cell)
10742 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
10743 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
10744 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
10745 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
10746 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
10747 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
10748 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
10749 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
10750
cf018193
VB
107512011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
10752
10753 * ses.el: The overall change is to add cell renaming, that is
10754 setting fancy names for cell symbols other than name matching
10755 "\\`[A-Z]+[0-9]+\\'" regexp .
10756 (ses-create-cell-variable): New defun.
10757 (ses-relocate-formula): Relocate formulas only for cells the
10758 symbols of which are not renamed, i.e. symbols whose names do not
10759 match regexp "\\`[A-Z]+[0-9]+\\'".
10760 (ses-relocate-all): Relocate values only for cells the symbols of
10761 which are not renamed.
10762 (ses-load): Create cells variables as the (ses-cell ...) are read,
10763 in order to check row col consistency with cell symbol name only
10764 for cells that are not renamed.
10765 (ses-replace-name-in-formula): New defun.
10766 (ses-rename-cell): New defun.
10767
ee957461
CY
107682011-12-11 Chong Yidong <cyd@gnu.org>
10769
10770 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
10771 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
10772
9a9e9ef0
MR
107732011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
10774
10775 * window.el (other-window): Fix docstring.
10776
92a8eba5
EZ
107772011-12-10 Eli Zaretskii <eliz@gnu.org>
10778
10779 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
10780 `from' or `to' address before taking its substring.
10781 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
10782 encoded name is chopped in the middle of the encoded string, and
10783 thus displayed encoded.
10784
e152e577
JB
107852011-12-10 Juanma Barranquero <lekktu@gmail.com>
10786
10787 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
10788
e5d84bfe
EZ
107892011-12-10 Eli Zaretskii <eliz@gnu.org>
10790
10791 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
10792 to use texinfo-update-node and commands that call it if the
10793 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 10794 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
10795 (texinfo-all-menus-update, texinfo-master-menu)
10796 (texinfo-update-node, texinfo-every-node-update)
10797 (texinfo-multiple-files-update): Doc fix. Warn against updating
10798 all the @node lines.
10799 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
10800 argument is numeric. Explain better in the doc string what the
10801 function really does.
10802 (texinfo-insert-master-menu-list): Improve the error message
10803 displayed if there's no menu in the Top node.
10804 (Bug#2975) See also this thread:
e5d84bfe
EZ
10805 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
10806
1d84e9bb
MG
108072011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
10808
10809 * speedbar.el (speedbar-supported-extension-expressions):
10810 Add .adb and .ads, commonly used for Ada source code (bug#10256).
10811
382c953b
JB
108122011-12-09 Juanma Barranquero <lekktu@gmail.com>
10813
10814 * printing.el (pr-mode-alist):
10815 * simple.el (filter-buffer-substring-functions)
10816 (completion-list-insert-choice-function):
10817 * window.el (window-with-parameter, window-atom-root)
10818 (window-sides-slots, window-size-fixed, window-min-delta)
10819 (window-max-delta, window--resize-mini-window)
10820 (window--resize-child-windows-normal, window-tree)
10821 (delete-other-windows, quit-window, split-window)
10822 (display-buffer-record-window, special-display-buffer-names)
10823 (special-display-regexps, special-display-popup-frame)
10824 (same-window-p, split-window-sensibly)
10825 (display-buffer-overriding-action, display-buffer-alist)
10826 (display-buffer-base-action, display-buffer, switch-to-buffer)
10827 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
10828 (fit-window-to-buffer, recenter-positions)
10829 (mouse-autoselect-window-state, mouse-autoselect-window-select):
10830 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
10831 and remove unneeded backslashes in docstrings.
10832
39c9faef
SM
108332011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10834
98449af8
SM
10835 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
10836
39c9faef
SM
10837 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
10838 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
10839 end in ".mk".
10840 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
10841 when reading the makefile (bug#10116).
10842
86ed9fdc
SM
108432011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
10846 (bug#10116).
10847
5580f89d
GM
108482011-12-06 Glenn Morris <rgm@gnu.org>
10849
10850 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
10851
28d3917c
CY
108522011-12-06 Chong Yidong <cyd@gnu.org>
10853
10854 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
10855
a98edce9
JB
108562011-12-06 Juanma Barranquero <lekktu@gmail.com>
10857
10858 * textmodes/table.el (table-shorten-cell): Fix typo.
10859
e65adfac
CG
108602011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
10861
10862 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
10863
71cc0b74
EZ
108642011-12-05 Eli Zaretskii <eliz@gnu.org>
10865
10866 * descr-text.el (describe-char): Fix display of strong
10867 right-to-left characters and directional embeddings and overrides.
10868
10869 * simple.el (what-cursor-position): Fix display of codepoints of
10870 strong right-to-left characters.
10871
315bc30d
CY
108722011-12-05 Chong Yidong <cyd@gnu.org>
10873
10874 * faces.el (read-color): Doc fix.
10875
58a70b94
GM
108762011-12-05 Glenn Morris <rgm@gnu.org>
10877
10878 * align.el (align--set-marker): Add doc-string.
10879 Don't try to move something that is not a marker. (Bug#10216)
10880
5158face
GM
108812011-12-04 Glenn Morris <rgm@gnu.org>
10882
10883 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10884 overly zealous deletion of trailing whitespace.
10885
520fca41
JB
108862011-12-04 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * server.el (server-delete-client): On Windows, do not try to delete
10889 the only terminal.
10890 (server-process-filter): On Windows, treat requests for a tty frame as
10891 if they were for a GUI frame if the running server is in GUI mode.
10892
5e605a2e
GM
108932011-12-03 Glenn Morris <rgm@gnu.org>
10894
10895 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
10896
5c3fe83f
SM
108972011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10898
6f5e57e7
SM
10899 * electric.el: Streamline electric-indent's hook.
10900 (electric-indent-chars): Revert to simple list.
10901 (electric-indent-functions): New var.
10902 (electric-indent-post-self-insert-function): Use it.
10903
5c3fe83f
SM
10904 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10905 there's no inferior buffer (bug#10196).
10906 (prolog-consult-compile): Don't use toggle-read-only.
10907
6bdac736
MA
109082011-12-02 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10911 interrupt. (Bug#10187)
10912
6131ba7f
SM
109132011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10914
99c79fee
SM
10915 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10916 (bug#9160).
10917
6131ba7f
SM
10918 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10919 (bug#10191).
10920
cb0a02ea
JL
109212011-12-02 Juri Linkov <juri@jurta.org>
10922
10923 * info.el (Info-search): Display "end of manual" when Isearch
10924 reaches the end of single-file Info manual. (Bug#9918)
10925
66e0570c
EZ
109262011-12-02 Eli Zaretskii <eliz@gnu.org>
10927
10928 * isearch.el (isearch-message-prefix): Run the input method part
10929 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
10930
02b16839
JL
109312011-12-02 Juri Linkov <juri@jurta.org>
10932
10933 * isearch.el (isearch-occur): Use `word-search-regexp' for
10934 `isearch-word'.
10935 (isearch-search-and-update): Add condition for `isearch-word' and
10936 call `word-search-regexp'. (Bug#10145)
10937
0b950688
GM
109382011-12-01 Glenn Morris <rgm@gnu.org>
10939
10940 * eshell/em-hist.el (eshell-hist-initialize):
10941 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 10942 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 10943
9505c3c7
SM
109442011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10947
1bbe96b2 109482011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 10949
a1beca85
SM
10950 * progmodes/verilog-mode.el (verilog-pretty-expr):
10951 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
10952 verilog, such as += *= and the like.
10953 (verilog-assignment-operator-re): Regular expression to find the
10954 assigment operator in a verilog assignment.
10955 (verilog-assignment-operation-re): Regular expression to find an
10956 assignment statement for pretty-expr.
10957 (verilog-in-attribute-p): Query returns true if point is in an
10958 attribute context; used to skip these for expression line up from
10959 pretty-expr.
10960 (verilog-in-parameter-p): Query returns true if point is in an
10961 parameter definition context; used to skip these for expression
10962 line up from pretty-expr.
10963 (verilog-in-parenthesis-p): Query returns true if point is in a
10964 parenthetical expression, specifically ( ) but not [ ] or { };
10965 used by pretty-expr.
10966 (verilog-just-one-space): If there is no space, don't add one.
10967 (verilog-get-lineup-indent-2): Specifically skip just attribute
10968 contexts for expression lineup, rather than skipping all
10969 parenthetical expressions.
10970 (verilog-calculate-indent): Fix comment, and fix indent.
10971 (verilog-do-indent): Indent declarations in lists (suggested by
10972 Joachim Lechner).
10973 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10974 skeleton items.
10975 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10976 by Alain Mellan).
10977
1bbe96b2 109782011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
10979
10980 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10981 parameters with embedded comments. Reported by Ray Stevens.
10982 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10983 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10984 Reported by Tim Holt.
10985 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10986 instantiated by upper module causing wrong expansion until AUTOed a
10987 second time. Reported by K C Buckenmaier.
10988 (verilog-diff-auto): Fix showing .* as a difference when
10989 `verilog-auto-star-save' off. Reported by Dan Dever.
10990 (verilog-auto-reset, verilog-read-always-signals)
10991 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10992 temporary signals in reset list if
10993 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
10994 style to each signal's assignment type, bug381.
10995 Reported by Thomas Esposito.
6288f0ca
WS
10996 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10997 (verilog-uvm-statement-re): Support UVM indentation and
10998 highlighting, with old OVM keywords only.
a1beca85 10999 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
11000 Support AUTOTIEOFF creating non-wire data types.
11001 Suggested by Jonathan Greenlaw.
6288f0ca
WS
11002 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11003 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11004 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
11005 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11006 Fix mismatching parenthesis inside commented out code when deleting
382c953b 11007 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
11008 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11009 non-numeric vector width. Reported by Alex Reed.
11010 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 11011 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
11012 (verilog-auto-delete-trailing-whitespace):
11013 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
11014 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11015 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11016 Fix verilog-scan-cache corruption when running user AUTO expansion
11017 hooks that call indentation routines.
11018 (verilog-simplify-range-expression): Fix typo ignoring lower case
11019 identifiers.
11020 (verilog-delete-auto): Fix delete-autos to also remove user created
11021 automatics, as long as they start with AUTO.
11022 (verilog-batch-diff-auto, verilog-diff-auto)
11023 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11024 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11025 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11026 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
11027 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11028 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
11029 is disabled and its cache will get corrupt, causing AUTOS not to
11030 expand. Instead use only -quick functions.
11031 (verilog-scan-region): Fix scanning over escaped quotes.
11032 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11033 (verilog-re-search-backward-quick)
11034 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11035 related functions now ignore strings, to fix misparsing of strings
11036 with magic comments embedded in them.
a1beca85
SM
11037 (verilog-read-auto-template):
11038 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11039 Reported by Brad Dobbie.
11040 (verilog-read-auto-template):
11041 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 11042 Reported by Brad Dobbie.
6288f0ca
WS
11043 (verilog-auto-inst, verilog-auto-inst-param)
11044 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11045 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11046 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
11047 debugging templates without merge conflicts, bug357.
11048 Reported by Brad Dobbie.
11049 (verilog-read-auto-template):
11050 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
11051 Reported by Brad Dobbie.
11052 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11053 abbrevs so user won't be asked to save.
11054 (verilog-read-auto-lisp-present): Fix to start at beginning of
11055 buffer in case called outside of verilog-auto.
11056 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11057 to "X-2". Reported by Matthew Myers.
11058 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11059 all inputs from module templates. Reported by Leith Johnson.
11060 (verilog-module-inside-filename-p): Fix locating programs as with
11061 modules.
11062 (verilog-auto-inst-port): Fix vl-width expressions when using
11063 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11064 (verilog-decls-get-regs, verilog-decls-get-signals,
11065 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11066 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11067 verilog-read-decls): Combine reg and wire structures into one var
11068 structure to represent SystemVerilog concepts.
11069 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11070 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
11071 (verilog-auto-wire-type, verilog-insert-definition):
11072 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
11073 SystemVerilog "logic" keyword instead of "wire"/"reg".
11074 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11075 to declares outputs that also have assignments (presumably in an
a1beca85
SM
11076 ifdef or generate if so there's not a driver conflict).
11077 Reported by Matthew Myers.
11078 (verilog-auto-declare-nettype, verilog-insert-definition):
11079 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
11080 `default_nettype none. Reported by Julian Gorfajn.
11081 (verilog-read-always-signals-recurse, verilog-read-decls)
11082 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11083 malformed end statement, bug325. Reported by Joshua Wise and
11084 Andrew Drake.
11085 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11086 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
11087 when expanding .* in interfaces, bug320.
11088 Reported by Pierre-David Pfister.
6288f0ca 11089 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
11090 name and open parenthesis, bug317.
11091 Reported by Pierre-David Pfister.
6288f0ca
WS
11092 (verilog-simplify-range-expression): Fix simplification of
11093 multiplications inside AUTOWIRE connections, bug303.
11094 (verilog-auto-inst-port): Support parameter expansion in
11095 multidimensional arrays.
11096 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11097 after "assert property". Reported by Julian Gorfajn.
11098 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11099 with multiplication, bug303.
11100 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11101 Reported by Jan Frode Lonnum.
11102
1bbe96b2
GM
111032011-11-30 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11106 (hfy-shell-file-name, hfy-shell):
11107 * international/fontset.el (x-decompose-font-name): Fix typos.
11108
111092011-11-29 Ken Brown <kbrown@cornell.edu>
11110
11111 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11112 (gdb-version): Remove defvar.
11113 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11114 (gdb-gud-context-command, gdb-non-stop-handler)
11115 (gdb-current-context-command, gdb-stopped): Use it.
11116 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
11117 (gdb-non-stop-handler): Don't enable pretty-printing here.
11118 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
11119 non-stop mode. Use the following.
11120 (gdb-check-target-async): New defun.
11121 (gud-watch, gdb-stopped): Fix whitespace.
11122 (gdb-get-source-file): Don't try to display the source file if
11123 `gdb-main-file' is nil.
11124
111252011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * align.el: Try to generate fewer markers (bug#10047).
11128 (align--set-marker): New macro.
11129 (align-region): Use it.
11130
c935221f
SM
111312011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11134
e70b5064
CY
111352011-11-29 Chong Yidong <cyd@gnu.org>
11136
11137 * indent.el (indent-for-tab-command, indent-according-to-mode):
11138 Doc fix.
11139 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11140
f3af92b7
MA
111412011-11-29 Michael Albinus <michael.albinus@gmx.de>
11142
11143 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11144 aware of remote file names. (Bug#10124)
11145
ed472be9
CY
111462011-11-29 Chong Yidong <cyd@gnu.org>
11147
11148 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11149
24510c22
SM
111502011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * files.el (find-file): Don't use force-same-window (bug#10144).
11153 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11154 use pop-to-buffer if the selected window can't be used.
11155 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11156
c60c3703
EZ
111572011-11-28 Eli Zaretskii <eliz@gnu.org>
11158
11159 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11160 special-mode-map.
11161
e95def75
CY
111622011-11-28 Chong Yidong <cyd@gnu.org>
11163
11164 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11165
c3f1c606
NR
111662011-11-27 Nick Roberts <nickrob@snap.net.nz>
11167
11168 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11169 gdb-get-source-file-list on gdb-create-source-file-list.
11170
00db469c
EZ
111712011-11-26 Eli Zaretskii <eliz@gnu.org>
11172
11173 * whitespace.el (whitespace-newline): Use a different foreground
11174 color for 16-color light-background displays.
11175
4ad3bc2a
CY
111762011-11-24 Chong Yidong <cyd@gnu.org>
11177
11178 * window.el (display-buffer--special-action): Doc fix.
11179
e9fce1ac
JB
111802011-11-25 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11183 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11184 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11185 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11186 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11187 (avl-tree-stack-first):
11188 * emacs-lisp/cconv.el (cconv--analyse-use):
11189 * net/gnutls.el (gnutls-negotiate): Fix typos.
11190
cb825e5d
GM
111912011-11-24 Glenn Morris <rgm@gnu.org>
11192
3adbe224
GM
11193 * lpr.el (lpr-windows-system, lpr-lp-system):
11194 * mail/binhex.el (binhex-begin-line):
11195 * progmodes/grep.el (grep-history, grep-find-history):
11196 * textmodes/flyspell.el:
11197 * vc/pcvs-defs.el (cvs-global-menu):
11198 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11199 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11200 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11201
321decc8
GM
11202 * net/tls.el: Fix case of "GnuTLS".
11203
420b63ad
GM
11204 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11205
cb825e5d
GM
11206 * version.el (emacs-build-system): Give it a doc-string.
11207
a0649f08
JL
112082011-11-24 Juri Linkov <juri@jurta.org>
11209
11210 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11211
c0bc0fd4
GM
112122011-11-24 Glenn Morris <rgm@gnu.org>
11213
11214 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11215 if called on a non-mime message just toggle the headers. (Bug#8006)
11216
20db1522
JB
112172011-11-24 Juanma Barranquero <lekktu@gmail.com>
11218
11219 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11220 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11221 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11222 (allout-rebullet-heading, allout-open-sibtopic)
11223 (allout-toggle-current-subtree-encryption)
11224 (allout-toggle-subtree-encryption, allout-encrypt-string)
11225 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11226 (allout-distinctive-bullets-string, allout-auto-activation):
11227 * window.el (window-normalize-buffer-to-display):
11228 * progmodes/verilog-mode.el (verilog-batch-indent):
11229 * textmodes/bibtex.el (bibtex-field-braces-opt)
11230 (bibtex-field-strings-opt):
11231 * vc/cvs-status.el (cvs-tree-merge):
11232 Fix typos.
11233
7262a87c
MA
112342011-11-23 Michael Albinus <michael.albinus@gmx.de>
11235
11236 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11237 `non-essential' to t, in order to avoid remote connections.
11238
283430a1
EZ
112392011-11-23 Eli Zaretskii <eliz@gnu.org>
11240
a1beca85
SM
11241 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11242 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
11243 case-insensitively.
11244
d2992a38
ML
112452011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11246
11247 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11248
50419064
GM
112492011-11-23 Glenn Morris <rgm@gnu.org>
11250
da94eca1
GM
11251 * paths.el (rmail-file-name): Reformat the doc-string so that it
11252 is picked up.
11253
9aac4de2
GM
11254 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11255 (rmail-auto-file): Ignore case in the "special" field names,
11256 as mail-fetch-field does for all others.
11257
8038d2d2
GM
11258 * mail/rmail.el (rmail-forward):
11259 * mail/rmailkwd.el (rmail-set-label):
11260 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11261 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11262
f3fe222a
GM
11263 * mail/rmail.el (rmail-current-message): Doc fix.
11264
50419064
GM
11265 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11266
28109f49
SM
112672011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11270
394c65f1
GM
112712011-11-22 Glenn Morris <rgm@gnu.org>
11272
11273 * mail/rmailmm.el (test-rmail-mime-handler)
11274 (test-rmail-mime-bulk-handler)
11275 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11276
f2a0aa3a
JL
112772011-11-21 Juri Linkov <juri@jurta.org>
11278
1154d12e
JB
11279 * calc/calc.el (calc-read-key-sequence):
11280 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 11281
9c34a344
LMI
112822011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11283
11284 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11285 Tell the caller that the next line needs recomputation, even
11286 though it doesn't start a sexp (bug#10094).
11287
f04a3be9
SM
112882011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11291
7978747f
SM
112922011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11293
f04a3be9
SM
11294 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11295 Use force-same-window.
7978747f 11296
fe7a3057
JB
112972011-11-20 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * descr-text.el (describe-char-unicode-data):
11300 * json.el (json-string-escape):
11301 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11302 (Footnote-unicode, Footnote-style-p):
11303 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11304
24901d61
CY
113052011-11-20 Chong Yidong <cyd@gnu.org>
11306
11307 * window.el (replace-buffer-in-windows): Restore interactive spec.
11308
bac7ff22
SM
113092011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11310
24f3d7b9
SM
11311 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11312
bac7ff22
SM
11313 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11314 (byte-compile-global-not-obsolete-vars): New var.
11315 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11316 Use it.
11317 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11318
cd1181db
JB
113192011-11-20 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11322 * progmodes/pascal.el (electric-pascal-equal):
11323 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11324 * xml.el (xml-substitute-special): Fix typos.
11325
7fb18e9e
GM
113262011-11-20 Glenn Morris <rgm@gnu.org>
11327
11328 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11329 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11330 Doc fixes.
11331 (rmail-decode-mime-charset): Mark as obsolete.
11332
11333 * mail/rmailsum.el (rmail-message-regexp-p-1):
11334 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11335 Before using mime functions, check they are set. (Bug#10077)
11336
d5a6b3ba
JL
113372011-11-19 Juri Linkov <juri@jurta.org>
11338
11339 * info.el (Info-finder-find-node): Use `package--builtins' instead
11340 of `package-alist'. Use node names formed by the pattern "Keyword "
11341 and the keyword name.
11342
e981b61f
AS
113432011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11344
1d00653d 11345 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 11346
3ffbc301
JL
113472011-11-19 Juri Linkov <juri@jurta.org>
11348
11349 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11350 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11351 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11352 `old-history', `old-history-forward'. Add let-binding
11353 `window-selected'. Remove calls to `kill-buffer',
11354 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11355 before calling `Info-find-node', so `Info-find-node-2' will reread
11356 the Info file. Restore window positions only when `window-selected'
11357 is non-nil.
11358
30c62133
JL
113592011-11-19 Juri Linkov <juri@jurta.org>
11360
11361 * isearch.el (isearch-lazy-highlight-new-loop):
11362 Remove condition `(not isearch-error)'. (Bug#9918)
11363
11364 * misearch.el (multi-isearch-search-fun): Add condition
11365 `(not bound)' to ignore lazy-highlighting search.
11366 Add the search-failed message "end of multi" when the end of
11367 multi-sequence is reached. Uncapitalize the search-failed
11368 message "Repeat for next buffer".
11369
11370 * info.el (Info-search): Add the search-failed message
11371 "end of the manual" when the end of the manual is reached
11372 in Isearch mode.
11373
645ca9cf
JL
113742011-11-19 Juri Linkov <juri@jurta.org>
11375
11376 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11377 Use non-destructive `remove' instead of `delete' because
11378 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11379 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11380
df754f66
JL
113812011-11-19 Juri Linkov <juri@jurta.org>
11382
11383 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11384 to nil instead of binding `search-ring' and `regexp-search-ring'.
11385 (Bug#9185)
11386
0e23d96a
EZ
113872011-11-19 Eli Zaretskii <eliz@gnu.org>
11388
11389 * simple.el (line-move): Force movement by logical lines for any
11390 hscrolled window, not only when auto-hscroll-mode is on.
11391 (line-move-visual): Update doc string to that effect. (Bug#10076)
11392
8a6ccb66
AS
113932011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11394
11395 * language/european.el (macintosh): Define as alias for mac-roman.
11396
49ae5b39
EZ
113972011-11-19 Eli Zaretskii <eliz@gnu.org>
11398
11399 * mail/rmailmm.el (rmail-mime-display-header)
11400 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11401 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11402 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11403 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11404 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11405 of a raw aref.
11406 (rmail-mime-entity-segment): To get past the tagline, move forward
11407 2 more lines, to account for the 2 empty lines that precede and
11408 follow the line with the buttons.
11409 (rmail-mime-update-tagline): Move one more line, to get past the
11410 empty line that follows the buttons in the tagline. (Bug#9520)
11411
c56cad4a
MR
114122011-11-19 Martin Rudalics <rudalics@gmx.at>
11413
11414 * window.el (window-max-delta-1, window-min-delta-1)
11415 (window-min-size-1, window-state-get-1, window-state-put-1)
11416 (window-state-put-2): Use "window--" prefix.
11417
cbe71af3
SM
114182011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11419
2ad52c60
SM
11420 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11421 (smie-warning-count): New var.
11422 (smie-set-prec2tab): Use it.
11423 (smie-bnf->prec2): Improve warnings. Add docstring.
11424 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11425 (smie-bnf--set-class): New function.
11426 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11427 corner case.
11428
6944dbc1
SM
11429 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11430 (compilation-error-properties, compilation-move-to-column):
11431 Handle compilation-first-column while in the target buffer.
11432
c400c4d7
SM
11433 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11434 Don't hardcode point-min==1.
11435
6dbe3e96
SM
11436 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11437 (eshell-rewrite-for-command): Remove workaround.
11438 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11439 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11440 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11441
cbe71af3
SM
11442 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11443
a8e1496d
GM
114442011-11-17 Glenn Morris <rgm@gnu.org>
11445
11446 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11447 Ignore buffer-local generated-autoload-file if it is the same
11448 as the global value. (Bug#10049)
11449
df85d315
JB
114502011-11-17 Juanma Barranquero <lekktu@gmail.com>
11451
11452 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11453 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11454 (reftex-toc-previous-heading, reftex-toc-max-level)
11455 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11456 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11457 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11458 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11459 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11460 (reftex-toc-rename-label, reftex-toc-visit-location)
11461 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11462 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11463 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11464 leaving "*toc*" only for references to the buffer.
11465
a0c2d0ae
MR
114662011-11-17 Martin Rudalics <rudalics@gmx.at>
11467
11468 * window.el (window-resize, delete-window, split-window):
11469 Replace window-splits by window-combination-resize.
1d00653d 11470 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 11471
35c0bac8
GM
114722011-11-17 Glenn Morris <rgm@gnu.org>
11473
11474 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11475 Make bash entry derive from sh entry, not shell entry.
11476
d0c8fc8a
MA
114772011-11-16 Michael Albinus <michael.albinus@gmx.de>
11478
7262a87c
MA
11479 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11480 local file name.
11481
7877f373
JB
114822011-11-16 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * menu-bar.el (menu-bar-file-menu):
11485 * printing.el (pr-ps-utility):
11486 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11487 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11488 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11489 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11490 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11491 (icalendar--convert-cyclic-to-ical)
11492 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11493 (icalendar--convert-ical-to-diary)
11494 (icalendar--convert-recurring-to-diary)
11495 (icalendar--convert-non-recurring-all-day-to-diary)
11496 (icalendar-import-format-sample):
11497 * progmodes/idlw-shell.el (idlwave-shell-mode):
11498 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11499 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11500 (vhdl-ps-print-init): Fix typos.
11501
10649b82
KM
115022011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11503
9d0cfcd6
GM
11504 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11505 FSF and collapse date sequence, obscure author/maintainer email address
11506 better, remove extra version line, track relocation of author's webpage.
10649b82 11507
9d0cfcd6
GM
11508 * progmodes/python.el (python-pdbtrack-input-prompt)
11509 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11510 regular python pdb prompts. Adjustments shamelessly taken exactly as
11511 suggested in EmacsWiki page (tiny change):
11512 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 11513
58179cce
JB
115142011-11-16 Juanma Barranquero <lekktu@gmail.com>
11515
11516 * expand.el (expand-pos, expand-index, expand-point):
11517 Remove redundant info from docstring.
11518 (expand-add-abbrevs): Doc fix.
11519 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11520 (expand-sample-perl-mode-expand-list): Fix typos.
11521
11522 * net/dbus.el (dbus-event-member-name):
11523 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11524 * term/pc-win.el (msdos-create-frame-with-faces):
11525 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11526
b6f67890
MR
115272011-11-16 Martin Rudalics <rudalics@gmx.at>
11528
11529 * window.el (split-window, window-state-get-1)
11530 (window-state-put-1, window-state-put-2): Rename occurrences of
11531 window-nest to window-combination-limit.
1d00653d 11532 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 11533
ce7ddba0
CY
115342011-11-16 Chong Yidong <cyd@gnu.org>
11535
11536 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11537 regexp (Bug#10033).
11538
3ae704f4
SM
115392011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11542 `completing-read' will remove *Completions* and will preserve
11543 current-buffer for us.
11544 (tmm-add-prompt): Users of *Completions* will always (re)set its
11545 major mode.
11546 (tmm-old-comp-map): Remove.
11547
6ad1cdde
GM
115482011-11-16 Glenn Morris <rgm@gnu.org>
11549
11550 * mail/rmailedit.el: Require rmailmm when compiling.
11551 (rmail-old-mime-state): New declaration.
11552 (rmail-edit-current-message): If editing a mime message,
11553 edit the "raw" message from the mbox buffer.
11554 (rmail-cease-edit): Handle mime messages. (Bug#9840)
11555
d20faa20
GM
115562011-11-15 Glenn Morris <rgm@gnu.org>
11557
11558 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11559 which wasn't being used. Add optional arg to force given state.
11560 (rmail-mime): Add optional arg to force given state.
11561
c7015153
JB
115622011-11-15 Juanma Barranquero <lekktu@gmail.com>
11563
11564 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11565 * frame.el (display-mm-dimensions-alist):
11566 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11567 (outline-move-subtree-down):
11568 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11569 (newsticker--treeview-do-get-node):
11570 * net/quickurl.el (quickurl-list-buffer-name):
11571 * progmodes/dcl-mode.el (dcl-mode):
11572 * progmodes/gdb-mi.el (gdb-mapcar*):
11573 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11574
45261b50
GM
115752011-11-15 Glenn Morris <rgm@gnu.org>
11576
11577 * mail/rmail.el (rmail-file-coding-system): It's only ever used
11578 in a boolean sense, so just make it a boolean, and fix the doc.
11579 (rmail-show-mime-function, rmail-mime-feature)
11580 (rmail-require-mime-maybe): Doc fixes.
11581 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11582
11583 * mail/rmailmm.el (rmail-show-mime): Doc fix.
11584
0d26e0b6
JB
115852011-11-15 Juanma Barranquero <lekktu@gmail.com>
11586
11587 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11588 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11589 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11590 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11591
447f30f6
GM
115922011-11-15 Glenn Morris <rgm@gnu.org>
11593
672b871d
GM
11594 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11595 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11596 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11597 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11598 (rmail-mime, rmail-show-mime): Doc fixes.
11599
f6aa5bb1
GM
11600 * term/ns-win.el (mode-line-frame-identification):
11601 Leave it alone. (Bug#10051)
11602
947cd66b
GM
11603 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11604
447f30f6
GM
11605 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11606 Handle empty buffers. (Bug#9978)
11607
0b381c7e
JB
116082011-11-14 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * international/mule.el (define-charset):
11611 * mail/rmailmm.el (rmail-mime-find-header-encoding):
11612 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11613 * progmodes/verilog-mode.el (verilog-backward-token):
11614 * textmodes/ispell.el (lookup-words):
11615 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11616
71e027ac
GM
116172011-11-14 Glenn Morris <rgm@gnu.org>
11618
56632ce4
GM
11619 * progmodes/executable.el
11620 (executable-make-buffer-file-executable-if-script-p):
11621 Handle file-modes returning nil.
11622
40500957
GM
11623 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11624 message - not necessary, and causes problems. (Bug#9831)
11625
071c2340
GM
11626 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11627
d3cfca60
GM
11628 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11629
71e027ac
GM
11630 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
11631 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
11632 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
11633
89d61221
MR
116342011-11-12 Martin Rudalics <rudalics@gmx.at>
11635
11636 * window.el (window-resize, delete-window): Use window-splits
11637 variable instead of function.
11638 (window-state-get-1, window-state-put-2, window-state-put):
11639 Don't deal with windows' splits status.
11640
98282f6f
GM
116412011-11-12 Glenn Morris <rgm@gnu.org>
11642
11643 * apropos.el (apropos-do-all, apropos-library, apropos-value)
11644 (apropos-documentation): Doc fixes.
11645
40a8bdf6
JB
116462011-11-11 Juanma Barranquero <lekktu@gmail.com>
11647
11648 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
11649 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
11650
65bd19ff
SM
116512011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * electric.el (electric-indent-post-self-insert-function): Make it
11654 possible for a char to only indent in some circumstances.
11655 (electric-indent-mode): Simplify.
11656
54f9154c
MR
116572011-11-11 Martin Rudalics <rudalics@gmx.at>
11658
11659 * window.el (windows-with-parameter): Remove unused function.
11660 (windows-at-side): Rename to window-at-side-list.
11661 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
11662 (window-side-check, window-size-ignore, window-size-fixed-1)
11663 (window-in-direction-2): Prefix with "window--".
11664 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 11665
68cbc58b
GM
116662011-11-11 Glenn Morris <rgm@gnu.org>
11667
11668 * subr.el (eval-after-load): If FILE is already loaded,
11669 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
11670
b2621720
GM
116712011-11-10 Glenn Morris <rgm@gnu.org>
11672
9a4de110
GM
11673 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
11674 Call svn via vc-svn-command rather than vc-do-command.
11675 (vc-svn-command): Add --non-interactive. (Bug#9993)
11676 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
11677
b2621720
GM
11678 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11679 Add toggle-read-only. (Bug#7292)
11680 * files.el (toggle-read-only): Mention that it should only
11681 be used interactively. (Bug#10006)
11682
1dce7193
SM
116832011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11684
d9ac1a1e
SM
11685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11686 Adjust regexp for OCaml warnings.
11687
0c325082
SM
11688 * electric.el (electric-pair-post-self-insert-function): Let user
11689 turn it off buffer-locally (bug#9932).
11690
90132c14
SM
11691 * progmodes/python.el (python-beginning-of-statement):
11692 Rewrite (bug#2703).
11693
1dce7193
SM
11694 * progmodes/compile.el: Better handle TABs (bug#9749).
11695 (compilation-internal-error-properties)
11696 (compilation-next-error-function): Obey the target buffer's
11697 compilation-error-screen-columns.
11698
c4e7c63a
JB
116992011-11-09 Juanma Barranquero <lekktu@gmail.com>
11700
11701 * progmodes/meta-mode.el: Remove obsolete comments.
11702 (meta-right-comment-regexp, meta-ignore-comment-regexp):
11703 Fix typos in docstrings.
11704
2cffd681
MR
117052011-11-09 Martin Rudalics <rudalics@gmx.at>
11706
11707 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 11708 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
11709 (window--resizable): New function. Make all callers of
11710 window-resizable call window--resizable instead.
11711 (window-resizable): Rewrite in terms of window--resizable.
11712
0edcba87
GM
117132011-11-08 Glenn Morris <rgm@gnu.org>
11714
11715 * progmodes/delphi.el (delphi-mode-syntax-table):
11716 Let define-derived-mode define a proper syntax table. (Bug#9994)
11717
4b0d61e3
SM
117182011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * window.el: Stay away from defsubst.
11721 (window-list-no-nils): Remove.
11722 (window-state-get-1, window-state-get): Use backquote instead.
11723
cd394be1 117242011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 11725
4b0d61e3 11726 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 11727 Fix incorrect use of default argument in `completing-read'.
11728
e1c2c6f2
MR
117292011-11-08 Martin Rudalics <rudalics@gmx.at>
11730
11731 * window.el (display-buffer-function, special-display-function):
11732 Mention display-buffer-record-window but do not mention
11733 help-setup parameter in doc-strings.
b3f4a882 11734 (window-min-delta): Fix doc-string typo.
e1c2c6f2 11735
105216ed
CY
117362011-11-08 Chong Yidong <cyd@gnu.org>
11737
11738 * window.el (window-total-height, window-total-width): Doc fix.
11739 (window-body-size): Move from C.
11740 (window-body-height, window-body-width): Move to C.
11741
0a9f9ab5
SM
117422011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * window.el: Make special-display like display-buffer-alist (bug#9532).
11745 (display-buffer--special-action): New function, morphed
11746 from display-buffer--special.
11747 (display-buffer): Use it to handle special-display-buffers at higher
11748 priority (just after display-buffer-alist).
11749 (display-buffer-fallback-action, display-buffer--other-frame-action)
11750 (pop-to-buffer-same-window): Remove display-buffer--special.
11751
a769dd15
GM
117522011-11-07 Glenn Morris <rgm@gnu.org>
11753
11754 * calendar/cal-menu.el (cal-menu-set-date-title):
11755 Do nothing if not in a calendar. (Bug#9976)
11756
05a61ee3
SM
117572011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * files.el (find-file): Always use selected-window.
11760
be7f5545
MR
117612011-11-07 Martin Rudalics <rudalics@gmx.at>
11762
11763 * window.el (window-combinations): Make WINDOW argument
11764 mandatory. Rewrite doc-string.
11765 (walk-window-subtree, window-atom-check, window-min-delta)
11766 (window-max-delta, window--resize-this-window)
11767 (window--resize-root-window-vertically, window-tree)
11768 (balance-windows, window-state-put): Rewrite doc-strings as to
11769 not mention the term "subwindow".
11770 (window--resize-subwindows-skip-p): Rename to
11771 window--resize-child-windows-skip-p.
11772 (window--resize-subwindows-normal): Rename to
11773 window--resize-child-windows-normal.
11774 (window--resize-subwindows): Rename to
11775 window--resize-child-windows.
11776 (window-or-subwindow-p): Rename to window--in-subtree-p.
11777
3c6702ef
ML
117782011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11779
11780 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
11781 Ensure that mbox format messages end in two newlines (Bug#9974).
11782
49745b39
CY
117832011-11-06 Chong Yidong <cyd@gnu.org>
11784
11785 * window.el (window-combination-p): Function deleted; its
11786 side-effect is not used in any existing code.
11787 (window-combinations, window-combined-p): Call window-*-child
11788 directly.
11789
24300f5f
CY
117902011-11-05 Chong Yidong <cyd@gnu.org>
11791
11792 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
11793 (window-size-ignore, window-state-get): Callers changed.
11794 (window-normalize-window): Rename from window-normalize-any-window.
11795 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 11796 (window-normalize-live-window): Delete.
447f16b8
CY
11797 (window-combination-p, window-combined-p, window-combinations)
11798 (walk-window-subtree, window-atom-root, window-min-size)
11799 (window-sizable, window-sizable-p, window-size-fixed-p)
11800 (window-min-delta, window-max-delta, window-resizable)
11801 (window-resizable-p, window-full-height-p, window-full-width-p)
11802 (window-current-scroll-bars, window-point-1, set-window-point-1)
11803 (window-at-side-p, window-in-direction, window-resize)
11804 (adjust-window-trailing-edge, maximize-window, minimize-window)
11805 (window-deletable-p, delete-window, delete-other-windows)
11806 (record-window-buffer, unrecord-window-buffer)
11807 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
11808 (quit-window, split-window, window-state-put)
11809 (set-window-text-height, fit-window-to-buffer)
11810 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 11811
89bd5ee1
EZ
118122011-11-04 Eli Zaretskii <eliz@gnu.org>
11813
53479029
EZ
11814 * mail/rmail.el (rmail-simplified-subject): Decode subject with
11815 rfc2047-decode-string.
11816 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
11817 warnings.
11818
89bd5ee1
EZ
11819 * window.el (window-body-height, window-body-width): Mention in
11820 the doc string that the return values are in frame's canonical
11821 units. (Bug#9949)
11822
bd17fdee
AM
118232011-11-03 Alan Mackenzie <acm@muc.de>
11824
11825 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
11826 change in cc-engine.el.
11827
acc825c5
SM
118282011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * window.el (switch-to-buffer): Use `force-same-window' interactively.
11831
1885e5b8
MR
118322011-11-02 Martin Rudalics <rudalics@gmx.at>
11833
11834 * window.el (quit-window): Call unrecord-window-buffer after
11835 showing another buffer in the window. (Bug#9937)
acc825c5 11836 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 11837
ebe06da9
JB
118382011-11-02 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
11841 Accept status with more than 9 shelves. (Bug#9935)
11842 Reported by Colin D Bennett <colin@gibibit.com>.
11843
4ee88440
MR
118442011-11-01 Martin Rudalics <rudalics@gmx.at>
11845
11846 * help.el (with-help-window): Don't reference
11847 temp-buffer-show-specifiers in doc-string.
11848
08e1d82c
AS
118492011-10-31 Andreas Schwab <schwab@linux-m68k.org>
11850
11851 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
11852 menu-item.
11853
84bd6e9e
VJL
118542011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11855
11856 * whitespace.el: New version 13.2.2.
11857 (whitespace-newline-mode): Disable properly. Reported by Sarah
11858 <EmacsWiki>.
11859
dba0634a
UJ
118602011-10-30 Ulf Jasper <ulf.jasper@web.de>
11861
11862 * net/newst-treeview.el: Remove "Time-stamp".
11863 (newsticker--group-manage-orphan-feeds): Do not call
11864 newsticker--treeview-tree-update.
db22a3c2
JB
11865 (newsticker-treeview-update, newsticker-treeview):
11866 Call newsticker--treeview-tree-update if necessary.
dba0634a 11867
3d8daefe
MR
118682011-10-30 Martin Rudalics <rudalics@gmx.at>
11869
11870 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
11871 (window-iso-combinations): Remove "iso-" infix.
11872 Suggested by Chong Yidong.
3d8daefe
MR
11873 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11874 (window-max-delta-1, window-resize, window--resize-siblings)
11875 (window--resize-this-window, adjust-window-trailing-edge)
11876 (split-window, balance-windows-1)
11877 (shrink-window-if-larger-than-buffer):
11878 * calendar/calendar.el (calendar-generate-window):
db22a3c2 11879 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 11880
1bc4c3ae
SM
118812011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11884 in place (bug#9907).
11885 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11886 (eshell-rewrite-if-command, eshell-rewrite-for-command)
11887 (eshell-structure-basic-command, eshell-rewrite-while-command)
11888 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11889 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11890 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11891 (eshell-do-pipelines-synchronously, eshell-eval-command):
11892 Use backquotes and prefer setq to set.
11893 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11894 (eshell-macrop): Use functionp.
c1e2f5fa 11895 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 11896
30b65d9c
CY
118972011-10-30 Chong Yidong <cyd@gnu.org>
11898
11899 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11900 instead of set-mark (Bug#9810).
11901
2d197ffb
CY
119022011-10-30 Chong Yidong <cyd@gnu.org>
11903
11904 * window.el (split-window-below, split-window-right): Rename from
11905 split-window-above-each-other and split-window-side-by-side
11906 respectively. All callers changed.
11907 (split-window-sensibly, split-window-sensibly): Use them.
11908 (split-window-keep-point): Doc fix.
11909
11910 * isearch.el: Add isearch-scroll property to split-window-below
11911 and split-window-right.
11912
11913 * follow.el (follow-mode):
11914 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11915 * progmodes/ada-xref.el (ada-gdb-application):
11916 * emulation/vip.el (vip-buffer-in-two-windows):
11917 * image-dired.el (image-dired-dired-with-window-configuration):
11918 * dired-x.el (dired-do-find-marked-files):
11919 * dired.el (dired-pop-to-buffer):
11920 * bs.el (bs--show-with-configuration):
11921 * vc/emerge.el (emerge-setup-windows):
11922 * textmodes/two-column.el (2C-two-columns):
11923 * textmodes/reftex-toc.el (reftex-toc):
11924 * progmodes/gdb-mi.el (gdb-setup-windows):
11925 * progmodes/fortran.el (fortran-window-create):
11926 * net/newst-treeview.el (newsticker--treeview-window-init):
11927 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11928 * emulation/tpu-edt.el (tpu-gold-map):
11929 * emulation/crisp.el (crisp-mode-map):
11930 * calendar/calendar.el (calendar-basic-setup): Callers changed.
11931
38bb2ca8
CY
119322011-10-29 Chong Yidong <cyd@gnu.org>
11933
aa4de341
CY
11934 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11935
e1eb5385
CY
11936 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11937
5d2ece3c
CY
11938 * textmodes/flyspell.el (flyspell-word): Fix char offset for
11939 forged Ispell output (Bug#7904).
11940
38bb2ca8
CY
11941 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11942
d0af9f77
SM
119432011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * doc-view.el: Avoid ugly errors about not finding nil.
11946 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11947 (doc-view-dvipdf-program, doc-view-unoconv-program)
11948 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11949 Avoid nil or absolute file name as default value.
11950 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11951
52bedd34
AM
119522011-10-28 Alan Mackenzie <acm@muc.de>
11953
db22a3c2 11954 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 11955
7e43cfa5
AM
119562011-10-28 Alan Mackenzie <acm@muc.de>
11957
11958 Amend the handling of c-beginning/end-of-defun in nested declaration
11959 scopes.
11960
52bedd34
AM
11961 * progmodes/cc-vars.el (c-defun-tactic): Move here from
11962 cc-langs.el. Change it to a defcustom.
7e43cfa5 11963
52bedd34
AM
11964 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11965 cc-vars.el.
7e43cfa5 11966
d0af9f77
SM
11967 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11968 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 11969
52bedd34 11970 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 11971 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
11972 (c-widen-to-enclosing-decl-scope): New function.
11973 (c-while-widening-to-decl-block): New macro.
11974 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11975 outward for defun boundaries, and correspondingly change symbol
11976 `respect-enclosure' to `go-outward'.
11977 (c-declaration-limits): Change algorithm to report only the "innermost"
11978 defun's boundaries.
11979
1a2ce9ee
DD
119802011-10-28 Deniz Dogan <deniz@dogan.se>
11981
11982 * net/rcirc.el (rcirc-mode): Use hard newlines.
11983
bc97a826
AM
119842011-10-28 Alan Mackenzie <acm@muc.de>
11985
11986 Amend to indent and fontify macros "which include their own semicolon"
11987 correctly, using the "virtual semicolon" mechanism.
11988
52bedd34 11989 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 11990
d0af9f77 11991 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 11992 Recode to scan one line at a time rather than having \n and \r
58179cce 11993 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 11994 (c-forward-label): Amend for virtual semicolons.
58179cce 11995 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 11996
52bedd34
AM
11997 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11998 of the new C macros.
bc97a826 11999
52bedd34 12000 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
12001 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12002 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
12003 (c-opt-cpp-macro-define): Make into a full language variable.
12004 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12005 AWK Mode (including \n, \r) removed, no longer needed.
12006
d0af9f77
SM
12007 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12008 Invoke c-make-macro-with-semi-re.
bc97a826 12009
52bedd34
AM
12010 * progmodes/cc-vars.el (c-macro-with-semi-re):
12011 (c-macro-names-with-semicolon): New variables.
58179cce 12012 (c-make-macro-with-semi-re): New function.
bc97a826 12013
7a6c0941
SM
120142011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * vc/log-edit.el: Fill empty field rather than adding new one.
12017 (log-edit-add-field): New function.
12018 (log-edit-insert-changelog): Use it.
12019
b0c4cdcf
ML
120202011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12021
12022 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12023
ee1f1da9
SM
120242011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12025
12026 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12027 (gdb--check-interpreter): New function.
12028 (gdb): Use it.
12029
51bc5f8b
GM
120302011-10-27 Glenn Morris <rgm@gnu.org>
12031
416a2c45
GM
12032 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12033 (least-positive-float, least-negative-float)
12034 (least-positive-normalized-float, least-negative-normalized-float)
12035 (float-epsilon, float-negative-epsilon):
12036 Remove unnecessary declarations.
12037
12038 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12039 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12040 (least-positive-float, least-negative-float)
12041 (least-positive-normalized-float, least-negative-normalized-float)
12042 (float-epsilon, float-negative-epsilon): Add doc-strings,
12043 based on those in cl.texi.
12044
51bc5f8b
GM
12045 * files.el (set-visited-file-name): If the major-mode changed,
12046 reload the local variables. (Bug#9796)
12047
15de15c6
CY
120482011-10-27 Chong Yidong <cyd@gnu.org>
12049
12050 * subr.el (change-major-mode-after-body-hook): New hook.
12051 (run-mode-hooks): Run it.
12052
ee1f1da9
SM
12053 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12054 Use change-major-mode-before-body-hook.
15de15c6
CY
12055
12056 * simple.el (fundamental-mode):
12057 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12058 change introducing fundamental-mode-hook.
12059
5430d399
JB
120602011-10-26 Juanma Barranquero <lekktu@gmail.com>
12061
acc825c5 12062 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 12063
ad74a69e
MA
120642011-10-26 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 12067 tramp.el explicitly. (Bug#7583)
ad74a69e 12068
71d4c2a5
SM
120692011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * progmodes/octave-mod.el:
12072 * progmodes/octave-inf.el: Update maintainer.
12073
b1f6fa26
CY
120742011-10-26 Chong Yidong <cyd@gnu.org>
12075
12076 * subr.el (with-wrapper-hook): Rewrite doc.
12077
3f04efd6
MA
120782011-10-25 Michael Albinus <michael.albinus@gmx.de>
12079
12080 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 12081 filenames "/method:foo:". (Bug#9793)
3f04efd6 12082
410488d3
SM
120832011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12086 (bug#9865).
12087
c1ebb47e
GM
120882011-10-24 Glenn Morris <rgm@gnu.org>
12089
12090 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12091
7f5c46c7
MA
120922011-10-24 Michael Albinus <michael.albinus@gmx.de>
12093
12094 * notifications.el: Add the requirement of a running D-Bus session
12095 bus to the Commentary.
12096
db2440b6
JL
120972011-10-24 Juri Linkov <juri@jurta.org>
12098
12099 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12100 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12101 (Bug#9364)
12102
feecf435
JL
121032011-10-24 Juri Linkov <juri@jurta.org>
12104
12105 * info.el (Info-following-node-name-re): Add newline to the list
12106 of allowed characters for leading space. (Bug#9824)
12107
a3839de2
SM
121082011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12109
acc825c5
SM
12110 * progmodes/octave-inf.el (inferior-octave-mode-map):
12111 Fix C-c C-h binding.
a3839de2
SM
12112 * progmodes/octave-mod.el (octave-help): Remove.
12113
09388e76
MA
121142011-10-23 Michael Albinus <michael.albinus@gmx.de>
12115
12116 Sync with Tramp 2.2.3.
12117
12118 * net/tramp-cache.el (top): Pacify byte-compiler using
12119 `init-file-user' and `site-run-file'.
12120
12121 * net/trampver.el: Update release number.
12122
86c60681
CY
121232011-10-23 Chong Yidong <cyd@gnu.org>
12124
12125 * files.el (toggle-read-only): Remove obsolete comment about
12126 version control.
12127
12128 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12129 for toggle-read-only. Note that this hasn't called vc-next-action
12130 since 2008-05-02, though it wasn't documented at the time.
12131
a3839de2
SM
12132 * vc/ediff-init.el (ediff-toggle-read-only-function):
12133 Use toggle-read-only.
86c60681 12134
cd5495ff
AM
121352011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12136
12137 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12138 of c-parse-state.
12139
00b77525 12140 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 12141 correct faulty logical expression.
cd5495ff
AM
12142 (c-parse-state-state, c-record-parse-state-state):
12143 (c-replay-parse-state-state): New defvar/defuns.
12144 (c-debug-parse-state): Use new functions.
12145
42ee24ed
MR
121462011-10-22 Martin Rudalics <rudalics@gmx.at>
12147
12148 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 12149 last fix. Use window-in-direction correctly.
42ee24ed 12150
a7dee7e7
CY
121512011-10-21 Chong Yidong <cyd@gnu.org>
12152
12153 * progmodes/idlwave.el (idlwave-mode):
12154 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
12155 require-final-newline; that's done in prog-mode.
12156 Suggested by Stefan Monnier.
a7dee7e7 12157
e07b9a6d
MR
121582011-10-21 Martin Rudalics <rudalics@gmx.at>
12159
12160 * mouse.el (mouse-drag-window-above)
12161 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12162 (mouse-drag-mode-line-1, mouse-drag-header-line)
12163 (mouse-drag-vertical-line-rightward-window): Remove.
12164 (mouse-drag-line): New function.
12165 (mouse-drag-mode-line, mouse-drag-header-line)
12166 (mouse-drag-vertical-line): Call mouse-drag-line.
12167 * window.el (window-at-side-p, windows-at-side): New functions.
12168
7e1361d9
UM
121692011-10-21 Ulrich Mueller <ulm@gentoo.org>
12170
12171 * tar-mode.el (tar-grind-file-mode):
12172 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12173
30fcaf3a
CY
121742011-10-21 Chong Yidong <cyd@gnu.org>
12175
12176 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
12177 * progmodes/vera-mode.el (vera-mode):
12178 Use mode-require-final-newline.
30fcaf3a 12179
516eddb0
GM
121802011-10-20 Glenn Morris <rgm@gnu.org>
12181
db22a3c2 12182 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 12183
10d5f513
CS
121842011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12185
12186 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12187
ac6c8639
CY
121882011-10-20 Chong Yidong <cyd@gnu.org>
12189
12190 * emulation/cua-base.el (cua-mode):
12191 * mail/footnote.el (footnote-mode):
12192 * mail/mailabbrev.el (mail-abbrevs-mode):
12193 * net/xesam.el (xesam-minor-mode):
12194 * progmodes/bug-reference.el (bug-reference-mode):
12195 * progmodes/cap-words.el (capitalized-words-mode):
12196 * progmodes/compile.el (compilation-minor-mode)
12197 (compilation-shell-minor-mode):
12198 * progmodes/gud.el (gud-tooltip-mode):
12199 * progmodes/hideif.el (hide-ifdef-mode):
12200 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12201 * progmodes/subword.el (subword-mode):
12202 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12203 * progmodes/which-func.el (which-function-mode):
12204 * term/tvi970.el (tvi970-set-keypad-mode):
12205 * term/vt100.el (vt100-wide-mode):
12206 * textmodes/flyspell.el (flyspell-mode):
12207 * textmodes/ispell.el (ispell-minor-mode):
12208 * textmodes/nroff-mode.el (nroff-electric-mode):
12209 * textmodes/paragraphs.el (use-hard-newlines):
12210 * textmodes/refill.el (refill-mode):
12211 * textmodes/reftex.el (reftex-mode):
12212 * textmodes/rst.el (rst-minor-mode):
12213 * textmodes/sgml-mode.el (html-autoview-mode)
12214 (sgml-electric-tag-pair-mode):
12215 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12216 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12217 * emulation/crisp.el (crisp-mode):
12218 * emacs-lisp/eldoc.el (eldoc-mode):
12219 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12220 minor mode behavior.
12221
aa42ab43
JL
122222011-10-19 Juri Linkov <juri@jurta.org>
12223
12224 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12225 the list of hard-coded chars with escape-glyph face.
12226
89400f1d
SM
122272011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12230
305c07f6
MA
122312011-10-19 Michael Albinus <michael.albinus@gmx.de>
12232
12233 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12234 running process.
12235
13754b54
GM
122362011-10-19 Glenn Morris <rgm@gnu.org>
12237
12238 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12239 Ignore ignored files. (Bug#9726)
12240
06e21633
CY
122412011-10-19 Chong Yidong <cyd@gnu.org>
12242
12243 Doc fix for minor modes, stating that an omitted argument enables
12244 the mode unconditionally when called from Lisp.
12245
12246 * abbrev.el (abbrev-mode):
12247 * allout.el (allout-mode):
12248 * autoinsert.el (auto-insert-mode):
12249 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12250 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12251 (global-auto-revert-mode):
12252 * battery.el (display-battery-mode):
12253 * composite.el (global-auto-composition-mode)
12254 (auto-composition-mode):
12255 * delsel.el (delete-selection-mode):
12256 * desktop.el (desktop-save-mode):
12257 * dired-x.el (dired-omit-mode):
12258 * dirtrack.el (dirtrack-mode):
12259 * doc-view.el (doc-view-minor-mode):
12260 * double.el (double-mode):
12261 * electric.el (electric-indent-mode, electric-pair-mode):
12262 * emacs-lock.el (emacs-lock-mode):
12263 * epa-hook.el (auto-encryption-mode):
12264 * follow.el (follow-mode):
12265 * font-core.el (font-lock-mode):
12266 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12267 * help.el (temp-buffer-resize-mode):
12268 * hilit-chg.el (highlight-changes-mode)
12269 (highlight-changes-visible-mode):
12270 * hi-lock.el (hi-lock-mode):
12271 * hl-line.el (hl-line-mode, global-hl-line-mode):
12272 * icomplete.el (icomplete-mode):
12273 * ido.el (ido-everywhere):
12274 * image-file.el (auto-image-file-mode):
12275 * image-mode.el (image-minor-mode):
12276 * iswitchb.el (iswitchb-mode):
12277 * jka-cmpr-hook.el (auto-compression-mode):
12278 * linum.el (linum-mode):
12279 * longlines.el (longlines-mode):
12280 * master.el (master-mode):
12281 * mb-depth.el (minibuffer-depth-indicate-mode):
12282 * menu-bar.el (menu-bar-mode):
12283 * minibuf-eldef.el (minibuffer-electric-default-mode):
12284 * mouse-sel.el (mouse-sel-mode):
12285 * msb.el (msb-mode):
12286 * mwheel.el (mouse-wheel-mode):
12287 * outline.el (outline-minor-mode):
12288 * paren.el (show-paren-mode):
12289 * recentf.el (recentf-mode):
12290 * reveal.el (reveal-mode, global-reveal-mode):
12291 * rfn-eshadow.el (file-name-shadow-mode):
12292 * ruler-mode.el (ruler-mode):
12293 * savehist.el (savehist-mode):
12294 * scroll-all.el (scroll-all-mode):
12295 * scroll-bar.el (scroll-bar-mode):
12296 * server.el (server-mode):
12297 * shell.el (shell-dirtrack-mode):
12298 * simple.el (auto-fill-mode, transient-mark-mode)
12299 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12300 (line-number-mode, column-number-mode, size-indication-mode)
12301 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12302 * strokes.el (strokes-mode):
12303 * time.el (display-time-mode):
12304 * t-mouse.el (gpm-mouse-mode):
12305 * tool-bar.el (tool-bar-mode):
12306 * tooltip.el (tooltip-mode):
12307 * type-break.el (type-break-mode-line-message-mode)
12308 (type-break-query-mode):
12309 * view.el (view-mode):
12310 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12311 (global-whitespace-mode, global-whitespace-newline-mode):
12312 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12313
a3839de2
SM
12314 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12315 Fix autogenerated docstring.
06e21633 12316
5214e501
JL
123172011-10-19 Juri Linkov <juri@jurta.org>
12318
12319 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12320 by checking environment variables "DESKTOP_SESSION" and
12321 "XDG_CURRENT_DESKTOP". (Bug#9779)
12322
195f8db9
JL
123232011-10-19 Juri Linkov <juri@jurta.org>
12324
12325 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12326 (browse-url-chromium-program, browse-url-chromium-arguments):
12327 New defcustoms.
12328 (browse-url-default-browser): Check for `browse-url-chromium' and
12329 call `browse-url-chromium-program'.
12330 (browse-url-chromium): New command. (Bug#9779)
12331
343a34ff
JB
123322011-10-18 Juanma Barranquero <lekktu@gmail.com>
12333
12334 * facemenu.el (list-colors-duplicates): On Windows, detect more
12335 duplicates by assuming that only colors matching "^System" are
12336 special "system colors". (Bug#9722)
12337
6978a151
SM
123382011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12341 to distinguish the author from the committer.
12342
6a80b297
MA
123432011-10-18 Michael Albinus <michael.albinus@gmx.de>
12344
12345 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12346
b31a5677
JK
123472011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12348
12349 * international/mule.el (sgml-html-meta-auto-coding-function):
12350 Add support for detecting encoding in HTML5 specified only as
12351 <meta charset="UTF-8">. Implementation just makes http-equiv and
12352 content-type parts from HTML4 encoding string optional. (Bug#9716)
12353
80c6d77f
GM
123542011-10-18 Glenn Morris <rgm@gnu.org>
12355
12356 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12357
08b0fee8
CY
123582011-10-18 Chong Yidong <cyd@gnu.org>
12359
12360 * faces.el (cursor): Doc fix.
12361
67e729a5
CY
123622011-10-17 Chong Yidong <cyd@gnu.org>
12363
12364 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12365
343a34ff 123662011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
12367
12368 * dirtrack.el (dirtrack): Support shell buffers with path
12369 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12370
0bc06380
TZ
123712011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12372
12373 * json.el: Bump version to 1.3 and note change in History.
12374 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12375
8b79f3e0
SM
123762011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12377
5a7c536b
SM
12378 * comint.el (comint-insert-input, comint-send-input)
12379 (comint-get-old-input-default, comint-backward-matching-input)
12380 (comint-next-prompt): Use nil instead of `input' for field property of
12381 past user input (bug#114).
12382
96a8a0df
SM
12383 * minibuffer.el (completion--replace): Inherit surrounding properties
12384 (bug#114).
12385 (minibuffer-complete-and-exit): Use it.
12386
8b79f3e0
SM
12387 * comint.el (comint--table-subvert): Quote the all-completions output
12388 (bug#9160).
12389
b8f7ff0d
MR
123902011-10-17 Martin Rudalics <rudalics@gmx.at>
12391
8b79f3e0 12392 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 12393
b8f7ff0d 12394 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 12395 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
12396 entries and separate them from frame entries.
12397
c235b555
GM
123982011-10-15 Glenn Morris <rgm@gnu.org>
12399
12400 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12401 Doc fixes.
12402
6bbfa6e1
CY
124032011-10-15 Chong Yidong <cyd@stupidchicken.com>
12404
8b79f3e0
SM
12405 * net/network-stream.el (network-stream-open-starttls):
12406 Improve detection of failure due to lack of TLS support.
ec5c990d 12407
6bbfa6e1
CY
12408 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12409 putting the input text in front and in bold.
12410
98488977
SM
124112011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12412
3d1337be
SM
12413 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12414
ee0b45e4
SM
12415 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12416 empty buffer.
12417
98488977
SM
12418 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12419 unread-command-events rather than pushing yet-another event.
12420
186f4720
EZ
124212011-10-14 Eli Zaretskii <eliz@gnu.org>
12422
12423 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12424 the explanation of the possible choices. Make the options passed
12425 to completing-read shorter.
12426
8b7a997c
AM
124272011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12428
12429 * textmodes/flyspell.el (flyspell-large-region): Make sure
12430 extended character mode is used if defined (Bug#1339).
12431
12587bbb
EZ
124322011-10-13 Eli Zaretskii <eliz@gnu.org>
12433
12434 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
12435 character info for LRE, LRO, RLE, and RLO characters by appending
12436 an invisible PDF.
12587bbb 12437
bad41229
SM
124382011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12441 even in case of error; add debug spec; simplify data flow.
12442 (with-timeout-handler): Remove.
12443
28dbc92f
MA
124442011-10-12 Michael Albinus <michael.albinus@gmx.de>
12445
12446 Fix Bug#6019, Bug#9315.
12447
12448 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12449 complete `buffer-file-name', the local file name part could look
12450 remotely (for example on VMS).
12451
12452 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12453 `tramp-run-real-handler'.
12454 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12455 already quoted by '"'.
12456
12457 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12458 Let `file-name-handler-alist' be nil, the local file name part
12459 could look remotely (for example on VMS).
12460
e1b0b23a
SM
124612011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12464 from here...
12465 (flyspell-post-command-hook): ...to here.
12466
a120bde9
SM
124672011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12470 if not needed.
12471 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
12472 using completion. Protect against "slow" callers.
12473 Remove the "message hack".
12474
7ce7717b
JL
124752011-10-11 Juri Linkov <juri@jurta.org>
12476
12477 * isearch.el (isearch-lazy-highlight-word): New variable.
12478 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12479 Use it. (Bug#9727)
12480
c02ee9d6
GM
124812011-10-11 Glenn Morris <rgm@gnu.org>
12482
12483 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12484 like f90-previous-statement does.
12485
93e616fd 124862011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12487
1f190e73 12488 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
12489 only in interactive use, to avoid error.
12490
af7b6078
SM
124912011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * minibuffer.el (completion-file-name-table): Fix last change,
12494 i.e. ignore normal errors but not the other ones.
12495
0563dae9
MR
124962011-10-10 Martin Rudalics <rudalics@gmx.at>
12497
12498 * window.el (special-display-buffer-names)
12499 (special-display-regexps): Remove some remnants of earlier
12500 changes from doc-strings.
366ca7f3
MR
12501 (quit-windows-on): New function.
12502
12503 * vc/vc.el (vc-revert, vc-rollback):
12504 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12505 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 12506 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 12507
49677495
MR
125082011-10-09 Martin Rudalics <rudalics@gmx.at>
12509
12510 * window.el (frame-auto-hide-function): Add version tag.
12511 (Bug#9699)
12512
56f2d1e1
MA
125132011-10-09 Michael Albinus <michael.albinus@gmx.de>
12514
12515 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12516 condition.
12517
112a6592
LL
125182011-10-09 Leo Liu <sdl.web@gmail.com>
12519
12520 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12521 (Bug#9701)
12522
0812589b
GM
125232011-10-08 Glenn Morris <rgm@gnu.org>
12524
12525 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12526 before the first code statement zero indent. (Bug#9690)
12527
b2b0776e
CY
125282011-10-08 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * simple.el (count-words-region): Always count in the region.
12531 Report the number of lines and characters too.
12532 (count-words): New command, which counts in the buffer if the
12533 region is inactive, as count-words-region used to.
12534 (count-words--message): New function. Handle plurals.
12535 (count-lines-region): Make it an alias for count-words-region.
12536
12537 * bindings.el (esc-map): Replace count-lines-region with
12538 count-words-region.
12539
c557cd6b
MR
125402011-10-08 Martin Rudalics <rudalics@gmx.at>
12541
12542 * window.el (window--delete): Delete dedicated frame
12543 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 12544 (switch-to-buffer): Fix doc-string typo.
c557cd6b 12545
61a57ef4 125462011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12547
3a7d293b 12548 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 12549
c3833279
CY
125502011-10-07 Chong Yidong <cyd@stupidchicken.com>
12551
12552 * bindings.el ([M-left],[M-right]): Bind to left-word and
12553 right-word respectively.
12554
21ce8245
GM
125552011-10-07 Glenn Morris <rgm@gnu.org>
12556
12557 * cus-start.el (debug-on-quit): Fix custom type.
12558
6d823bb2
LMI
125592011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12560
0181e193
LMI
12561 * subr.el (define-key-after): Clarify that the function is not
12562 useful for non-menu keymaps.
12563
6d823bb2
LMI
12564 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12565
8e3459ce 125662011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12567
21ce8245 12568 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 12569 in current minibuffer (Fix bug with recursive minibuffers).
12570
a1c2d21e
CY
125712011-10-06 Chong Yidong <cyd@stupidchicken.com>
12572
12573 * progmodes/gdb-mi.el (gdb): Doc fix.
12574
5a4cf282
MR
125752011-10-05 Martin Rudalics <rudalics@gmx.at>
12576
12577 * window.el (frame-auto-hide-function): New option replacing
12578 frame-auto-delete. Suggested by Stefan Monnier.
12579 (window--delete): Call frame-auto-hide-function instead of
12580 investigating frame-auto-delete.
c96111ea
MR
12581 (window-point-1, set-window-point-1): New functions.
12582 (window-in-direction, record-window-buffer, window-state-get-1)
12583 (display-buffer-record-window): Use window-point-1 instead of
12584 window-point.
12585 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 12586
9854542e
SM
125872011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12590
8943cfb0
GM
125912011-10-05 Glenn Morris <rgm@gnu.org>
12592
12593 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12594 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
12595
647ab967
LL
125962011-10-05 Leo Liu <sdl.web@gmail.com>
12597
12598 * subr.el (read-char-choice): Fix argument to buffer-live-p which
12599 works with buffer object.
12600
3ddfbced
SM
126012011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * mpc.el (mpc-tool-bar-map): Add labels.
12604
bdfa5dd2
GM
126052011-10-04 Glenn Morris <rgm@gnu.org>
12606
12607 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12608
0e2070b5
MR
126092011-10-04 Martin Rudalics <rudalics@gmx.at>
12610
12611 * window.el (window--delete): New function.
12612 (frame-auto-delete): Resuscitate option.
12613 (bury-buffer, replace-buffer-in-windows)
12614 (quit-window): Rewrite using window--delete.
12615 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12616 Pass display-buffer-mark-dedicated to window--display-buffer-2
12617 (Bug#9639).
12618
3dc61a09
SM
126192011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12620
915a9b64
SM
12621 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
12622 returns a list (bug#9554). Add remote file name completion.
12623 * comint.el (comint--table-subvert): Curry and get quote&unquote
12624 functions as arguments.
12625 (comint--complete-file-name-data): Adjust call accordingly.
12626 * pcomplete.el (pcomplete--table-subvert): Remove.
12627 (pcomplete-completions-at-point): Use comint--table-subvert instead.
12628
3dc61a09
SM
12629 * minibuffer.el (completion-table-case-fold): Use currying.
12630 (completion--styles-type, completion--cycling-threshold-type):
12631 New constants.
12632 (completion-styles, completion-category-overrides)
12633 (completion-cycle-threshold): Use them.
12634 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
12635 completion-table-case-fold.
12636
8ea0a993
SB
126372011-10-03 Stephen Berman <stephen.berman@gmx.net>
12638
12639 * minibuffer.el (completion-category-overrides): Fix type of styles
12640 and add more user friendly tags (bug#9660).
12641
8c24b7f6
SM
126422011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
12645 (mule-input-method-string): New widget.
12646 (default-input-method, language-info-custom-alist): Use it.
12647
428fe61a
SM
126482011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12649
32c1fffd
SM
12650 * pcomplete.el: Require comint.
12651 (pcomplete--common-suffix): Remove.
12652 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
12653 (pcomplete--table-subvert): Sync with comint--table-subvert.
12654 (pcomplete--entries): Use comint-completion-file-name-table.
12655 * comint.el (comint-unquote-filename): Simplify.
12656 (comint-completion-file-name-table): New function (bug#9616).
12657 (comint--complete-file-name-data): Use it.
12658
428fe61a
SM
12659 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
12660 (pcmpl-gnu-tar-buffer): Remove.
12661 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
12662 around. Make sure pcomplete-suffix-list is only changed temporarily.
12663 Don't look inside the tar's file if it's too large.
428fe61a 12664
04c52e2f
CY
126652011-10-01 Chong Yidong <cyd@stupidchicken.com>
12666
ce3cefcc
CY
12667 * cus-edit.el (custom-mode-map):
12668 * epa.el (epa-key-list-mode-map):
12669 * man.el (Man-mode-map):
12670 * startup.el (splash-screen-keymap):
12671 * simple.el (special-mode-map): Use scroll-up-command and
12672 scroll-down-command.
12673
12674 * progmodes/idlw-help.el (idlwave-help-mode-map):
12675 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
12676 * net/newst-plainview.el (newsticker-mode-map):
12677 * emulation/ws-mode.el (wordstar-mode-map):
12678 * emulation/vi.el (vi-com-map):
12679 * calc/calc-graph.el (calc-graph-show-dumb):
12680 * term/sun.el (terminal-init-sun):
12681 * term/ns-win.el (global-map):
12682 * progmodes/grep.el (grep-mode-map):
12683 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
12684 * mail/rmail.el (rmail-mode-map):
12685 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
12686
04c52e2f
CY
12687 * custom.el (custom-safe-themes, load-theme): Treat value of t for
12688 custom-safe-themes as special.
12689
79adf8c8
JD
126902011-10-01 Julien Danjou <julien@danjou.info>
12691
12692 * notifications.el (notifications-notify): Fix docstring.
12693
63bd50d3
PS
126942011-10-01 Per Starbäck <per@starback.se>
12695
12696 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
12697
199e4c7e
MR
126982011-09-30 Martin Rudalics <rudalics@gmx.at>
12699
12700 * startup.el (command-line-1): Fix last fix by inserting
12701 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 12702 (Bug#9605) and (Bug#9636)
199e4c7e 12703
fe5f08dd
EZ
127042011-09-29 Eli Zaretskii <eliz@gnu.org>
12705
12706 * simple.el (line-move): If auto-hscroll-mode is disabled and the
12707 window is hscrolled, move by logical lines. (Bug#9607)
12708 (line-move-visual): Update the doc string to the above effect.
12709
b5516bbd
MR
127102011-09-29 Martin Rudalics <rudalics@gmx.at>
12711
ccee00c0
MR
12712 * window.el (display-buffer-record-window): When WINDOW is the
12713 selected window use `point' instead of `window-point'. (Bug#9626)
12714
b5516bbd
MR
12715 * startup.el (command-line-1): Use insert-before-markers when
12716 inserting initial-scratch-message. (Bug#9605)
ccee00c0 12717
b5516bbd
MR
12718 * help.el (help-window): Remove variable.
12719
52aa0014
GM
127202011-09-29 Glenn Morris <rgm@gnu.org>
12721
12722 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
12723
df9a7357
JB
127242011-09-29 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * descr-text.el (describe-char-categories): Accept category
12727 descriptions more than one line long.
12728
a8406c20
SM
127292011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12730
88d9610c
SM
12731 * simple.el (delete-trailing-whitespace): Fix last change.
12732
a5daf810
SM
12733 * progmodes/perl-mode.el (perl-syntax-propertize-function):
12734 Don't confuse "y => 3" as the beginning of a `y' operation.
12735
a8406c20
SM
12736 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12737 object has more than 4 slots (bug#9613).
12738
a239d4e9
JB
127392011-09-28 Juanma Barranquero <lekktu@gmail.com>
12740
12741 * subr.el (with-output-to-temp-buffer):
12742 * net/quickurl.el (quickurl, quickurl-browse-url):
12743 Fix typos in docstrings.
12744
693fbdb6
EZ
127452011-09-27 Eli Zaretskii <eliz@gnu.org>
12746
12747 * minibuffer.el (completion-styles)
12748 (completion-category-overrides): Cross reference each other in doc
12749 strings.
12750
8b457e28
GM
127512011-09-27 Glenn Morris <rgm@gnu.org>
12752
12753 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
12754 to split-string. (Bug#9606)
12755
85a16208
LMI
127562011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12757
12758 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
12759 (bug#9615).
12760
502f9ebd
CY
127612011-09-27 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * emacs-lisp/package.el (list-packages): Fix echo area message.
12764
7690bdea
LL
127652011-09-27 Leo Liu <sdl.web@gmail.com>
12766
12767 * ido.el (ido-read-internal): Accept cons cell HIST arg.
12768
e2ee6f30
MA
127692011-09-25 Michael Albinus <michael.albinus@gmx.de>
12770
12771 * net/dbus.el (dbus-unregister-object): Don't release services for
12772 registered signals. (Bug#9581)
12773
f3f98342
TZ
127742011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12775
12776 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
12777 function that picks between cfengine 2 and 3 support
12778 automatically. Update docs accordingly.
12779
dd7aa8dd
KH
127802011-09-22 Kenichi Handa <handa@m17n.org>
12781
12782 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
12783 ZERO.
12784 (indian-itrans-v5-table-for-tamil): New variable.
12785 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
12786
3f2b07f8
KM
127872011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
12788
12789 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
12790 that's true if the current command involved collapsing of text.
12791 It's reset to false at the beginning of the next command.
12792 (allout-post-command-business): Move the cursor to the beginning
12793 of entry if the cursor is hidden and collapsing activity just
12794 happened.
12795
371d6a61
CY
127962011-09-24 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
12799 tracking (Bug#9541).
12800
2ac2721a
UJ
128012011-09-24 Ulf Jasper <ulf.jasper@web.de>
12802
12803 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
12804 (newsticker-show-news): Automatically load html rendering package
12805 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
12806 because w3m-fill-column is let-bound" and the error "Symbol's value
12807 as variable is void: w3m-fill-column".
2ac2721a 12808
fac7ae53
MA
128092011-09-24 Michael Albinus <michael.albinus@gmx.de>
12810
12811 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
12812 Release services only if they are defined. (Bug#9581)
12813
e08b633b
RS
128142011-09-23 Richard Stallman <rms@gnu.org>
12815
e488d29c
RS
12816 * textmodes/paragraphs.el (forward-sentence): For backwards case,
12817 distinguish start of paragraph from start of its text.
12818
19c38752
RS
12819 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
12820
e08b633b
RS
12821 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
12822 (rmail-generate-viewer-buffer): Put that hook on view buffer.
12823 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
12824
0a39f27e
AS
128252011-09-23 Andreas Schwab <schwab@linux-m68k.org>
12826
12827 * international/mule-diag.el (mule-diag): Insert a newline after
12828 each fontset description.
12829
db4e950d
SM
128302011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * simple.el (delete-trailing-whitespace):
12833 Document last change; simplify.
12834
eca3f3ea
PW
128352011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
12836
d68e189a
PW
12837 * simple.el (delete-trailing-whitespace): Also delete
12838 extra newlines at the end of the buffer.
12839
eca3f3ea
PW
12840 * textmodes/picture.el: Make motion commands obey shift-select-mode.
12841 (picture-newline): Use forward-line so as to ignore fields.
12842
01c157cc
SM
128432011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * subr.el (with-wrapper-hook): Fix edebug spec.
12846
022de23e
LMI
128472011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12848
12849 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
12850 (bug#4538).
12851
91683089
MA
128522011-09-23 Michael Albinus <michael.albinus@gmx.de>
12853
eca3f3ea
PW
12854 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
12855 Fix nasty bug using wrong cached values.
91683089 12856
5bdd6fa4
AM
128572011-09-23 Alan Mackenzie <acm@muc.de>
12858
12859 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
12860
97adfb97
CY
128612011-09-23 Chong Yidong <cyd@stupidchicken.com>
12862
12863 * window.el (pop-to-buffer): Ensure right window is selected if we
12864 chose another frame.
12865
d4ef2b50
EZ
128662011-09-22 Eli Zaretskii <eliz@gnu.org>
12867
12868 * simple.el (what-cursor-position): Use get-char-property-change
12869 and next-single-char-property-change, to be able to show display
12870 properties that come from overlays as well as text properties.
12871
72258fe5
CY
128722011-09-22 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12875
12876 * cmuscheme.el (run-scheme, switch-to-scheme):
12877 * cus-edit.el (customize-group, custom-buffer-create)
12878 (customize-browse):
12879 * info.el (info):
12880 * shell.el (shell):
12881 * mail/sendmail.el (mail):
12882 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12883
8f098516
RS
128842011-09-22 Richard Stallman <rms@gnu.org>
12885
12886 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12887 move back only to line beg, don't move back over blank lines.
12888
e74f1bb6
MA
128892011-09-22 Michael Albinus <michael.albinus@gmx.de>
12890
12891 * files.el (copy-directory): Set directory attributes only in case
12892 they could be retrieved from the source directory. (Bug#9565)
12893
bfeef8b6
DK
128942011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
12895
12896 * progmodes/hideshow.el (hs-looking-at-block-start-p)
12897 (hs-find-block-beginning, hs-hide-level-recursive):
12898 Ignore strings as well as comments. (Bug#9502)
12899
7e423bb8
AS
129002011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
12901
12902 * progmodes/sql.el (sql-comint-postgres):
12903 Convert port number to a string. (Bug#9566)
12904
b4d72fcf
MR
129052011-09-22 Martin Rudalics <rudalics@gmx.at>
12906
12907 * window.el (quit-window): Undedicate window when switching to
12908 previous buffer. Reported by Thierry Volpiatto
12909 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
12910 (special-display-popup-frame): When popping up a new frame reset
12911 its previous buffers to nil. Simplify code.
b4d72fcf 12912
a7b88dc6
MA
129132011-09-21 Michael Albinus <michael.albinus@gmx.de>
12914
12915 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12916 and process filter, as done also in `shell-command'.
12917
cf4eacfd
MR
129182011-09-21 Martin Rudalics <rudalics@gmx.at>
12919
eca3f3ea 12920 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
12921 Call set-window-start with NOFORCE argument t.
12922 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
12923 (quit-window): Reword doc-string. Handle new format of
12924 quit-restore parameter. Don't delete window if it has a
12925 previous buffer we can show instead of the present one.
12926 (display-buffer-record-window): Rewrite using a new format for
12927 the quit-restore window parameter
12928 (special-display-popup-frame, display-buffer-same-window)
12929 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12930 (display-buffer-pop-up-window, display-buffer-use-some-window):
12931 Adapt symbol passed to display-buffer-record-window.
12932 * help.el (help-window-setup): Handle new format of quit-restore
12933 parameter.
12934
8d28cb95
SM
129352011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12936
94ab793f
SM
12937 * faces.el (face-list): Fix docstring (bug#9564).
12938
8d28cb95
SM
12939 * window.el (display-buffer--action-function-custom-type):
12940 Don't include internal functions in the Custom interface.
12941
3820edeb
JL
129422011-09-20 Juri Linkov <juri@jurta.org>
12943
12944 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12945 (Info-forward-node, Info-backward-node, Info-next-preorder)
12946 (Info-last-preorder): Use it. (Bug#9528)
12947
5147931d
JL
129482011-09-20 Juri Linkov <juri@jurta.org>
12949
12950 * info.el (Info-last-preorder): Visit last menu item only when
12951 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12952
cf499a1a
JD
129532011-09-20 Julien Danjou <julien@danjou.info>
12954
12955 * password-cache.el (password-cache-remove): Remove entries even if the
12956 value is nil, so that password with a nil value (negative caching) is
12957 possible to invalidate.
12958
f84e2fe2
LM
129592011-09-20 Lawrence Mitchell <wence@gmx.li>
12960
12961 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12962 all whitespace around breakpoint. (Bug#9553)
12963 (f90-find-breakpoint): Only break at whitespace inside a comment.
12964
78054a46
SM
129652011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * minibuffer.el (completion-file-name-table): Keep track of errors.
12968 (completion-table-with-predicate): Handle the case where pred1 is nil.
12969 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12970
345083b2
SM
129712011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12972
e24e27be
SM
12973 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12974 (debugger-return-value): Signal an error if the debugging context does
12975 not await any return value.
12976
345083b2
SM
12977 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12978 * image-mode.el (image-toggle-display-text)
12979 (image-toggle-display-image): Stay away from evil `intangible'.
12980
08d355e3
LL
129812011-09-19 Leo Liu <sdl.web@gmail.com>
12982
12983 * replace.el (occur-revert-arguments): Make it permanent-local.
12984 (occur-mode): Don't call font-lock-defontify.
12985
f01da43f
CY
129862011-09-19 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * net/ldap.el (ldap-search-internal): Don't push empty search
12989 result (Bug#9508).
12990
b6072fa6
SM
129912011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12994
443d6696
MA
129952011-09-19 Michael Albinus <michael.albinus@gmx.de>
12996
12997 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12998 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12999
7cc6e154
JL
130002011-09-18 Juri Linkov <juri@jurta.org>
13001
13002 * buff-menu.el (Buffer-menu-mode-map):
13003 * dired.el (dired-mode-map):
13004 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13005 (lisp-interaction-mode-map):
13006 * emacs-lisp/package.el (package-menu-mode-map):
13007 * epa.el (epa-key-list-mode-map):
13008 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13009 (menu-bar-options-menu):
13010 * outline.el (outline-mode-menu-bar-map):
13011 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13012 * vc/vc-dir.el (vc-dir-menu-map):
13013 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13014 Capitalize non-function content words in menu item strings.
13015
13016 * dired.el (dired-mode-map): Add menu item for
13017 `image-dired-dired-toggle-marked-thumbs'.
13018
80302a81
JL
130192011-09-18 Juri Linkov <juri@jurta.org>
13020
13021 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13022 to `isearch-case-fold-search' and restore its original value
13023 after the `isearch-mode' call.
13024
46c5cf66
JL
130252011-09-18 Juri Linkov <juri@jurta.org>
13026
13027 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13028 because `zgrep' returns 1 for successful matches (bug#9226).
13029
d18b513b
JL
130302011-09-18 Juri Linkov <juri@jurta.org>
13031
13032 * info.el (Info-extract-menu-node-name): Check the second match
13033 for empty string (second test-case of bug#9528).
13034 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13035 intermediate nodes to the history (first test-case of bug#9528).
13036
72753f87
JL
130372011-09-18 Juri Linkov <juri@jurta.org>
13038
13039 * info.el (Info-mode-syntax-table): New variable.
1154d12e 13040 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 13041
c9384295
JL
130422011-09-18 Juri Linkov <juri@jurta.org>
13043
1154d12e
JB
13044 * info.el (Info-file-supports-index-cookies):
13045 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13046 outputs one more line for long file names (bug#4142).
c9384295 13047
d473dce8
CY
130482011-09-18 Chong Yidong <cyd@stupidchicken.com>
13049
13050 * newcomment.el (comment-normalize-vars): If prompting for
13051 comment-start, set comment-start-skip too (Bug#8424).
13052
2176854d
JB
130532011-09-18 Johan Bockgård <bojohan@gnu.org>
13054
13055 * icomplete.el: Fix previous fix of Bug#5849.
13056 (icomplete-mode): Don't set completion-show-inline-help.
13057 (icomplete-minibuffer-setup): Set completion-show-inline-help
13058 locally during icompletion.
13059
3aace4e4
CY
130602011-09-18 Chong Yidong <cyd@stupidchicken.com>
13061
c940224f
CY
13062 * woman.el (woman2-process-escapes): Don't delete unrecognized
13063 escapes (Bug#7843).
13064
3aace4e4
CY
13065 * files.el (inhibit-first-line-modes-regexps): Add image files.
13066 (hack-local-variables-prop-line): Return nil for malformed
13067 prop-lines (Bug#9044).
13068
710dec63
MA
130692011-09-18 Michael Albinus <michael.albinus@gmx.de>
13070
13071 * net/tramp.el (top): Don't require 'shell.
13072 (tramp-methods): Fix docstring.
13073 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
13074 Return complete remote file name. Handle "smb" case.
13075 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
13076 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13077
13078 * net/tramp-compat.el (top): Require 'shell.
13079
13080 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13081 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13082 `tramp-current-host'.
13083 (tramp-get-remote-tmpdir): Remove.
13084
13085 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13086 `tramp-tmpdir' entries.
13087 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13088 (tramp-smb-handle-file-attributes): Ignore errors.
13089 (tramp-smb-wait-for-output): Check also for process end.
13090
5d5ac8ec
LMI
130912011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13092
13093 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13094 when sending QUIT (bug#9312).
13095
8c0f49f0
CY
130962011-09-17 Chong Yidong <cyd@stupidchicken.com>
13097
13098 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13099 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13100 occur-mode-display-occurrence.
13101 (occur-edit-mode): Add usage message.
13102 (occur-cease-edit): New command.
13103 (occur-after-change-function): Use text properties to find the
13104 position of the prefix text.
13105 (occur-engine): Set stickiness of prefix text properties.
13106
8f1383f7
GM
131072011-09-17 Glenn Morris <rgm@gnu.org>
13108
13109 * progmodes/etags.el (complete-tag):
13110 Fix call to completion-in-region. (Bug#9526)
13111
744ba0e3
JL
131122011-09-17 Juri Linkov <juri@jurta.org>
13113
13114 * textmodes/ispell.el (ispell-word): Add to the error message
13115 the word, ispell program name and current dictionary (bug#9121).
13116 (ispell-tex-arg-end): Capitalize "error" in the error message.
13117
d9bbf400
AS
131182011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13119
13120 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13121 check. (Bug#4251)
13122
8da11505
JL
131232011-09-17 Juri Linkov <juri@jurta.org>
13124
13125 * window.el (window-safe-min-height, window-safe-min-width):
13126 Fix typos (followup to bug#9522).
13127
a91adc7e
SJ
131282011-09-17 Sven Joachim <svenjoac@gmx.de>
13129
13130 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13131
064f328a
EZ
131322011-09-16 Eli Zaretskii <eliz@gnu.org>
13133
13134 * simple.el (line-move): If goal-column is set, move by logical
13135 lines, not by display lines. (Bug#971)
13136 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13137 to reflect the above change.
13138
e69df516
SM
131392011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * image.el (imagemagick-register-types): Use regexp-opt.
13142
cbb0f9ab
CY
131432011-09-15 Chong Yidong <cyd@stupidchicken.com>
13144
13145 * window.el (display-buffer-base-action): Rename from
13146 display-buffer-default-action. Make default value empty.
13147 (display-buffer-overriding-action): Convert to defvar.
13148 (display-buffer-fallback-action): New var.
13149
25322144
CY
131502011-09-15 Chong Yidong <cyd@stupidchicken.com>
13151
13152 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13153 declaration.
13154 (package--add-to-archive-contents): If there is a duplicate entry
13155 with an older version, remove it.
13156 (package-menu-mark-delete, package-menu-mark-install)
13157 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
13158 (package-menu-mark-obsolete-for-deletion):
13159 Use package-menu-get-status instead of a regexp search.
25322144
CY
13160 (package-menu-get-status): Use tabulated-list-entry.
13161 (package-menu-mark-upgrades): New command.
d770725a 13162 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
13163 (package-menu-execute): Do installation before deletion.
13164 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13165 instead of checking major-mode.
13166 (package-menu--find-upgrades): New function.
13167
7520339c
LMI
131682011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13169
13170 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13171 passwords in the log buffer.
65a046c4
LMI
13172 (smtpmail-process-filter): Update the process marker so that the
13173 "broken by peer" status message is inserted in the right place.
7520339c 13174
d3c30954
SM
131752011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13176
3fe48822
SM
13177 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13178 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13179 bibtex-completion-at-point-function.
13180 (bibtex-completion-at-point-function): Use them.
13181
1b8b3954
SM
13182 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13183
d3c30954
SM
13184 * mpc.el (mpc-constraints-tag-lookup): New function.
13185 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13186 also to browser "album|playlist".
13187
72779976
JL
131882011-09-14 Juri Linkov <juri@jurta.org>
13189
13190 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13191 (isearch-edit-string): Use length of `isearch-string' when
13192 `isearch-fail-pos' returns nil.
13193 (isearch-message): Remove duplicate code and call
13194 `isearch-fail-pos' with arg `t'.
13195
a0bf2bcd
CY
131962011-09-14 Chong Yidong <cyd@stupidchicken.com>
13197
17bb0a2d
CY
13198 * replace.el (occur-mode-goto-occurrence): Don't force using other
13199 window (Bug#9499).
13200
a0bf2bcd
CY
13201 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13202
f678e0b6
MR
132032011-09-14 Martin Rudalics <rudalics@gmx.at>
13204
13205 * window.el (display-buffer-window): Remove.
13206 (display-buffer-record-window): Use help-setup window parameter
13207 instead of variable display-buffer-window.
13208 (display-buffer-function, special-display-buffer-names)
13209 (special-display-function): Mention help-setup parameter instead
13210 of display-buffer-window in doc-string.
d3c30954
SM
13211 * help.el (help-window-setup): New argument help-window.
13212 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
13213 Reword some messages.
13214 (with-help-window): Pass window used for displaying the buffer
13215 to help-window-setup. Don't set display-buffer-window.
13216
8e39b2e8
GM
132172011-09-13 Glenn Morris <rgm@gnu.org>
13218
13219 * emacs-lisp/debug.el (debugger-make-xrefs):
13220 Preserve point. (Bug#9462)
13221
85e9c04b
CY
132222011-09-13 Chong Yidong <cyd@stupidchicken.com>
13223
13224 * window.el (window-deletable-p): Use next-frame.
13225
1b36ed6a
MR
132262011-09-13 Martin Rudalics <rudalics@gmx.at>
13227
13228 * window.el (window-auto-delete): Remove.
13229 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 13230 dedication and previous buffers.
1b36ed6a
MR
13231 (switch-to-prev-buffer): Don't delete window.
13232 (delete-windows-on): Delete a window's frame if and only if the
13233 window is dedicated.
13234 (replace-buffer-in-windows): Delete buffer's window or frame if
13235 and only if window is dedicated.
13236 (quit-window): Handle quit-restore as before last change.
4d61f28d 13237 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 13238
ef8ef9fb
CY
132392011-09-13 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * window.el (window-deletable-p): Never delete the last frame on a
13242 given terminal.
13243
b2cba41e
GM
132442011-09-13 Glenn Morris <rgm@gnu.org>
13245
13246 * help.el (describe-key-briefly): Copy previous standard-output change.
13247
51553db6 132482011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
13249
13250 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13251
b7556719
GM
132522011-09-13 Glenn Morris <rgm@gnu.org>
13253
13254 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13255 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13256
64b51947
CY
132572011-09-12 Chong Yidong <cyd@stupidchicken.com>
13258
13259 * dired-aux.el (dired-mark-read-string): Don't return default
13260 value on empty input (Bug#9361).
13261 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13262 Omit initial minibuffer contents.
13263 (dired-do-chmod): Signal an error on empty input.
13264 (dired-mark-read-string): Don't return default on empty input.
13265
13266 * files.el (file-modes-symbolic-to-number): Doc fix.
13267
393a301e
SM
132682011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * international/mule-cmds.el (ucs-completions): Remove.
13271 (read-char-by-name): Use complete-with-action instead; add metadata.
13272
fa5660f9
CY
132732011-09-11 Chong Yidong <cyd@stupidchicken.com>
13274
13275 * window.el (display-buffer--action-function-custom-type)
13276 (display-buffer--action-custom-type): New vars.
13277 (display-buffer-alist, display-buffer-default-action)
13278 (display-buffer-overriding-action): Add defcustom types.
13279
4a592f66
CY
13280 * frame.el (delete-other-frames): Doc fix (Bug#276).
13281
73d56dbd
LMI
132822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13283
13284 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13285
37ac18a3
CY
132862011-09-11 Chong Yidong <cyd@stupidchicken.com>
13287
13288 Change modes that used same-window-* vars to use switch-to-buffer.
13289
13290 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13291 Use switch-to-buffer.
13292
13293 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
13294 (customize-browse, custom-buffer-create-other-window):
13295 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
13296
13297 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13298 (Info-prev, Info-up, Info-speedbar-goto-node)
13299 (info-display-manual): Use switch-to-buffer.
13300 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13301
13302 * mail/sendmail.el (mail): Use switch-to-buffer.
13303 (mail-recover): Use switch-to-buffer-other-window.
13304
13305 * cmuscheme.el (run-scheme, switch-to-scheme):
13306 * ielm.el (ielm):
13307 * shell.el (shell):
13308 * net/rlogin.el (rlogin):
13309 * net/telnet.el (telnet, rsh):
13310 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13311
10195bd6
AS
133122011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13313
13314 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13315
b322f63a
LMI
133162011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13317
39d7fed6
LMI
13318 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13319 so don't mention it (bug#9301).
ba5a81f1 13320 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 13321
ee0e9f11
LMI
13322 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13323 match `x', `w32' and `ns', like the manual says (bug#9029).
13324
0b1c89c1 13325 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
13326 (process-kill-buffer-query-function): Mention the buffer name in
13327 the query.
0b1c89c1 13328
77549ea8
LMI
13329 * image-mode.el (image-next-line): The line parameter is mandatory
13330 (bug#9258).
13331
803ef892
LMI
13332 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13333 which can be useful (bug#9301).
13334
12980837
LMI
13335 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13336
91054f8f
LMI
13337 * subr.el (match-string): Mention that the current buffer should
13338 be the same as the search was done in (bug#9282).
13339
b322f63a
LMI
13340 * facemenu.el: Disable the remove-* commands if the mark isn't
13341 active (bug#9162).
13342
3199b96f
CY
133432011-09-10 Chong Yidong <cyd@stupidchicken.com>
13344
13345 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13346 of display-buffer.
13347 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13348
13349 * replace.el (occur-mode-goto-occurrence)
13350 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13351 and display-buffer.
13352
13353 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13354 display-buffer.
13355
13356 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13357 special-display and same-window variables.
13358 (mail-other-window): Use switch-to-buffer-other-window.
13359 (mail-other-frame): USe switch-to-buffer-other-frame.
13360
393a301e
SM
13361 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13362 Use display-buffer-other-frame.
3199b96f
CY
13363 (gdb-display-gdb-buffer): Use pop-to-buffer.
13364
13365 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13366
13367 * progmodes/python.el: Don't set same-window-buffer-names.
13368
13369 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13370
13371 * window.el (display-buffer-alist): Add *Python*.
13372
8319e0bf
CY
133732011-09-10 Chong Yidong <cyd@stupidchicken.com>
13374
13375 * window.el (display-buffer-alist): Add entry for buffers
13376 previously handled same-window-*.
13377 (display-buffer-alist, display-buffer-default-action)
13378 (display-buffer-overriding-action): Mark as risky.
13379 (display-buffer-alist): Document action function changes.
13380 (display-buffer--same-window-action)
13381 (display-buffer--other-frame-action): New variables.
13382 (switch-to-buffer, display-buffer-other-frame): Use them.
13383 (display-buffer): Rename reuse-frame entry to reusable-frames.
13384 (display-buffer-reuse-selected-window): Function deleted.
13385 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13386 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13387 (display-buffer-special): New function.
13388 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13389 display-buffer-reuse-or-pop-window. Split off special-display
13390 part into display-buffer-special.
13391 (display-buffer-use-some-window): Don't perform any special
13392 pop-up-frames handling.
13393 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 13394 (display-buffer--maybe-same-window): Rename from
0d3ff375 13395 display-buffer-maybe-same-window.
8319e0bf 13396
919a69aa
CY
13397 * info.el: Don't set same-window-regexps.
13398 (info-setup): New function.
13399 (info-other-window, info): Call it.
13400
13401 * cus-edit.el: Don't set same-window-regexps.
13402 (customize-group): New argument.
13403 (customize-group-other-window): Use it.
13404 (customize-face, customize-face-other-window): Likewise.
13405 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13406
8319e0bf
CY
13407 * net/rlogin.el:
13408 * net/telnet.el:
13409 * progmodes/gud.el: Don't set same-window-regexps.
13410
13411 * cmuscheme.el:
13412 * ielm.el:
13413 * shell.el:
13414 * mail/sendmail.el:
13415 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13416
25173000
JL
134172011-09-10 Juri Linkov <juri@jurta.org>
13418
13419 * isearch.el (isearch-edit-string): Remove obsolete mention of
13420 `C-w' (`isearch-yank-word-or-char') from docstring.
13421 (isearch-query-replace): Fix typo in docstring (bug#9466).
13422
056e44ef
JL
134232011-09-10 Juri Linkov <juri@jurta.org>
13424
13425 * paren.el (show-paren-function): Don't show escaped parens.
13426 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13427
c3760c17
EZ
134282011-09-10 Eli Zaretskii <eliz@gnu.org>
13429
13430 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13431 (mm-default-file-encoding): Remove autoload forms, they are
13432 replaced with autoload cookies in mml.el and mm-encode.el.
13433 (mail-add-attachment): New command.
13434 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13435 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13436 the doc string.
13437 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13438
fece895e
RT
134392011-09-10 Reuben Thomas <rrt@sc3d.org>
13440
e69df516
SM
13441 * simple.el (count-words-region): Use buffer if there's no region
13442 (bug#9429).
fece895e 13443
5e68ce4a
JL
134442011-09-09 Juri Linkov <juri@jurta.org>
13445
13446 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13447 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13448 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13449
0a6b9622
AM
134502011-09-09 Alan Mackenzie <acm@muc.de>
13451
13452 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13453 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13454
14a29deb
EZ
134552011-09-09 Eli Zaretskii <eliz@gnu.org>
13456
13457 Fix for Savannah bug#9392.
13458 * simple.el (mail-encode-mml): New defvar.
13459
13460 * mail/rmail.el (mail-encode-mml): Add a defvar.
13461 (rmail-enable-mime-composing): Default to t.
13462 (rmail-forward): Use MIME method of forwarding only if both
13463 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13464 Set mail-encode-mml non-nil if the MIME method was used.
13465
13466 * mail/sendmail.el (mml-to-mime): Add autoload form.
13467 (mail-encode-mml): Add a defvar.
13468 (mail-mode): Make mail-encode-mml buffer-local and initialize it
13469 to nil.
13470 (mail-send): If mail-encode-mml is non-nil, run the outgoing
13471 message through mml-to-mime, and reset mail-encode-mml to nil.
13472
28c45130
GM
134732011-09-09 Glenn Morris <rgm@gnu.org>
13474
13475 * woman.el (woman-if-body): When processing an .el block,
13476 do not delete the next .el block as well. (Bug#9447)
69f4b618 13477 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 13478
9b1c252e
MR
134792011-09-08 Martin Rudalics <rudalics@gmx.at>
13480
13481 * window.el (window-deletable-p): Make sure window is live before
13482 invoking window-prev-buffers.
13483
567457e3
LL
134842011-09-08 Leo Liu <sdl.web@gmail.com>
13485
13486 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13487
97f05794
JL
134882011-09-08 Juri Linkov <juri@jurta.org>
13489
13490 * progmodes/compile.el (compilation-environment): Make it
13491 a defcustom (bug#8340).
13492
8b0874b5
MR
134932011-09-08 Martin Rudalics <rudalics@gmx.at>
13494
13495 * window.el (frame-auto-delete): Rename to window-auto-delete.
13496 Make it control auto-deletion of windows and/or frames.
13497 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 13498 for deleting window/frame. (Bug#9419)
8b0874b5
MR
13499 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13500 Rewrite handling of case when window/frame can be deleted.
13501 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 13502 argument t. (Bug#9456)
8b0874b5 13503
4feb6e73
CY
135042011-09-07 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * help-mode.el (help-mode): Restore autoload.
13507
91ab9c13
JL
135082011-09-07 Juri Linkov <juri@jurta.org>
13509
13510 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13511 `compilation-environment'. Set buffer-local
13512 `compilation-environment' to `thisenv' later after (funcall mode).
13513 (Bug#8340)
13514
13515 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13516 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13517 instead of replacing its value. (Bug#8340)
13518
0527e251
JL
135192011-09-07 Juri Linkov <juri@jurta.org>
13520
13521 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13522 based on text properties put by `grep-filter' instead of matching
13523 escape sequences.
13524 (grep-mode): Set buffer-local `compilation-error-screen-columns'
13525 to the value of `grep-error-screen-columns' (bug#9438).
13526
249f792c
JL
135272011-09-07 Juri Linkov <juri@jurta.org>
13528
13529 * simple.el (next-error-highlight, next-error-highlight-no-select):
13530 Doc fix (bug#9432).
13531
ff7271b9
OT
135322011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
13533
13534 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13535 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
13536
183fc730
LL
135372011-09-07 Leo Liu <sdl.web@gmail.com>
13538
13539 * net/rcirc.el (rcirc-mode): Conditionally initialize
13540 rcirc-input-ring.
13541
77694924
SM
135422011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * emacs-lisp/find-func.el (find-function-C-source): Only set
13545 find-function-C-source-directory after checking that we found a source
13546 file there (bug#9440).
13547
d809b8eb
AM
135482011-09-06 Alan Mackenzie <acm@muc.de>
13549
13550 * isearch.el (isearch-other-meta-char): Wherever a key list is
13551 unread, "unread" the prefix arg, too. This fixes bug #8901.
13552
453de99f
OG
135532011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13554
13555 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13556
90439906
JL
135572011-09-05 Juri Linkov <juri@jurta.org>
13558
13559 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13560
f62bd846
JL
135612011-09-05 Juri Linkov <juri@jurta.org>
13562
13563 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13564 keeping point where processing of grep matches begins, and
13565 continue to delete remaining escape sequences from the same point.
13566 (grep-filter): Make leading zero optional in "0?1;31m" because
13567 git-grep emits "\033[1;31m" escape sequences unlike expected
13568 "\033[01;31m" as GNU Grep does (bug#9408).
13569 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13570
045820ec
JL
135712011-09-05 Juri Linkov <juri@jurta.org>
13572
13573 * subr.el (y-or-n-p): Capitalize "yes".
13574
f5e29b9b
MA
135752011-09-04 Michael Albinus <michael.albinus@gmx.de>
13576
13577 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
13578 `tramp-cache-unload-hook' where appropriate.
13579 (tramp-methods): Rename `tramp-remote-sh' to
13580 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
13581 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13582
13583 * net/tramp-sh.el (top): Don't require 'shell.
13584 (tramp-methods): Add `tramp-remote-shell' and
13585 `tramp-remote-shell-args' entries.
13586 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13587 (tramp-sh-handle-shell-command): Remove.
13588 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13589 Use `tramp-remote-shell'.
13590
2784c434
CY
135912011-09-03 Chong Yidong <cyd@stupidchicken.com>
13592
393a301e 13593 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
13594 (sendmail-query-once): Save directly to send-mail-function.
13595 Update message-send-mail-function too.
13596
13597 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13598
464cdf56
CS
135992011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13600
13601 * progmodes/python.el (python-mode-map): Use correct function to
13602 start python interpreter from menu-bar (as reported by Geert
13603 Kloosterman).
13604 (inferior-python-mode-map): Fix typo.
393a301e 13605 (python-shell-map): Remove.
464cdf56 13606
d37e5c87
DD
136072011-09-03 Deniz Dogan <deniz@dogan.se>
13608
13609 * net/rcirc.el (rcirc-print): Simplify code for
13610 rcirc-scroll-show-maximum-output. There is no need to walk
13611 through all windows to find the right one.
13612
f3ada0ee
CS
136132011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13614
13615 * help.el (help-return-method): Doc fix.
13616
1f3c99ca
MR
136172011-09-03 Martin Rudalics <rudalics@gmx.at>
13618
13619 * window.el (window-deletable-p): Don't return a non-nil value
13620 when there's a buffer that was shown in the window before.
13621 (Bug#9419)
393a301e
SM
13622 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13623 Set window's previous buffers to nil.
1f3c99ca 13624
a3cf097f
EZ
136252011-09-03 Eli Zaretskii <eliz@gnu.org>
13626
13627 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
13628 newline before and after the tag line, so it doesn't interfere
13629 with determining the paragraph direction of bidirectional text.
13630
3d03de90
LL
136312011-09-03 Leo Liu <sdl.web@gmail.com>
13632
13633 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
13634
c3313451
CY
136352011-09-02 Chong Yidong <cyd@stupidchicken.com>
13636
393a301e 13637 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
13638 (pop-to-buffer): Change interactive spec. Pass second argument
13639 directly to display-buffer.
13640 (display-buffer): Fix interactive spec. Use functionp to
13641 distinguish between a function and a list of functions.
13642
13643 * abbrev.el (edit-abbrevs):
13644 * arc-mode.el (archive-extract):
13645 * autoinsert.el (auto-insert):
13646 * bookmark.el (bookmark-bmenu-list):
13647 * files.el (find-file):
13648 * view.el (view-buffer):
13649 * progmodes/compile.el (compilation-goto-locus):
13650 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
13651
89894cd8
CY
136522011-09-02 Chong Yidong <cyd@stupidchicken.com>
13653
13654 * window.el (display-buffer-alist): Doc fix.
13655 (display-buffer): Add docstring. Don't treat
13656 display-buffer-default specially.
13657 (display-buffer-reuse-selected-window)
13658 (display-buffer-same-window, display-buffer-maybe-same-window)
13659 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13660 (display-buffer-pop-up-window)
13661 (display-buffer-reuse-or-pop-window)
13662 (display-buffer-use-some-window): New functions.
13663 (display-buffer-default-action): Use them.
393a301e 13664 (display-buffer-default): Delete.
89894cd8
CY
13665 (pop-to-buffer-1): Fix choice of actions.
13666
ae0bc9fb
SM
136672011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * minibuffer.el (completion--insert-strings): Don't get confused by
13670 completion entries that end with an LF char.
13671
e9d90883
EZ
136722011-09-01 Eli Zaretskii <eliz@gnu.org>
13673
13674 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
13675
437014c8
CY
136762011-09-01 Chong Yidong <cyd@stupidchicken.com>
13677
13678 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
13679 (display-buffer-same-window, display-buffer-other-window):
13680 New functions.
437014c8
CY
13681 (pop-to-buffer-1): New function. Use the above.
13682 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 13683 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
13684
13685 * view.el (view-buffer-other-window, view-buffer-other-frame):
13686 Just use pop-to-buffer.
13687
a5e063d5
TV
136882011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13689
13690 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
13691
793d32bb
WH
136922011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
13693
13694 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
13695
d65e4c15
RS
136962011-08-31 Richard Stallman <rms@gnu.org>
13697
13698 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
13699 of the separation of rmail-view-buffer from rmail-buffer.
13700 If you say no to "replace original", the decrypt is in the
13701 view buffer. If you say yes, the decrypt goes into the
13702 rmail buffer also.
13703
f818cd2a
MR
137042011-08-31 Martin Rudalics <rudalics@gmx.at>
13705
13706 * window.el (display-buffer-window): Rewrite doc-string.
13707 (display-buffer-record-window): New function.
13708 (display-buffer-macro-specifiers)
13709 (display-buffer-even-window-sizes, display-buffer-set-height)
13710 (display-buffer-set-width, display-buffer-in-window)
13711 (display-buffer-reuse-window, display-buffer-split-specifiers)
13712 (display-buffer-side-specifiers, display-buffer-split-window-1)
13713 (display-buffer-split-window, display-buffer-split-atom-window)
13714 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13715 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
13716 (display-buffer-other-window-means-other-frame)
13717 (display-buffer-normalize-special)
13718 (display-buffer-normalize-default)
13719 (display-buffer-normalize-argument)
13720 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
13721 (display-buffer-normalize-specifiers, display-buffer-frame)
13722 (display-buffer-same-window, display-buffer-same-frame)
13723 (display-buffer-other-window)
13724 (display-buffer-same-frame-other-window)
13725 (display-buffer-other-frame, pop-to-buffer-same-window)
13726 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
13727 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
13728 (switch-to-buffer-same-frame)
13729 (switch-to-buffer-other-window-same-frame)
13730 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
13731 (display-buffer-alist-set-1, display-buffer-alist-set-2)
13732 (display-buffer-alist-set): Remove.
13733 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
13734 (special-display-regexps, special-display-function):
13735 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
13736 parameter.
13737 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
13738 (special-display-frame-alist, special-display-popup-frame)
13739 (same-window-buffer-names, same-window-regexps, same-window-p)
13740 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13741 (split-window-preferred-function, split-height-threshold)
13742 (split-width-threshold, window-splittable-p)
13743 (split-window-sensibly, window--try-to-split-window)
13744 (window--frame-usable-p, even-window-heights)
13745 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
13746 (window--display-buffer-2, display-buffer-other-frame):
13747 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
13748 (display-buffer-default, display-buffer-assq-regexp): New functions.
13749 (display-buffer-alist): Rewrite doc-string.
13750 (display-buffer-default-action)
13751 (display-buffer-overriding-action): New variables.
13752 (display-buffer, switch-to-buffer): Rewrite.
13753 (pop-to-buffer): Restore Emacs 23 behavior but use
13754 window-normalize-buffer-to-display.
13755 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13756 Restore Emacs 23 behavior but use
13757 window-normalize-buffer-to-switch-to.
13758 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
13759 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
13760 Rewrite using Emacs 23 options.
f818cd2a 13761
5bc3b51d
MA
137622011-08-31 Michael Albinus <michael.albinus@gmx.de>
13763
13764 * net/tramp.el (tramp-root-regexp): Remove.
13765 (tramp-completion-file-name-regexp-unified)
13766 (tramp-completion-file-name-regexp-separate)
13767 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 13768 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
13769 (tramp-drop-volume-letter): Simplify definition.
13770 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 13771
b1a4f8e1
SM
137722011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
13775 (bug#9356).
13776
5664fa7b
RT
137772011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
13778
b1a4f8e1 13779 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 13780
9a45d6c3
JL
137812011-08-29 Juri Linkov <juri@jurta.org>
13782
13783 * isearch.el (isearch-done): Don't display message "Mark saved"
13784 when arg `edit' is non-nil to prevent its flicker in the echo area.
13785
fb87e0fb
CY
137862011-08-28 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
13789 obsolete packages for deletion.
13790
09ac1c2a
CS
137912011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
13792
13793 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 13794 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
13795 view-mode from help-mode.
13796 (help-xref-override-view-map): Remove.
13797 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
13798 view-mode is not used anymore.
13799
7a1ff57f
CY
138002011-08-28 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * server.el (server-port): Doc fix.
13803
b9696605
CY
13804 * cus-theme.el (custom-theme-choose-mode): Inherit from
13805 special-mode (Bug#9124).
13806 (custom-theme-choose-mode-map): Add special-mode to parent.
13807
ef8cdf8c
AM
138082011-08-28 Alan Mackenzie <acm@muc.de>
13809
13810 * progmodes/cc-fonts.el
13811 (c-make-font-lock-BO-decl-search-function): New function.
13812 (c-basic-matchers-after - "Fontify the clauses after various
13813 keywords"): Extract the three keyword lists for the 3 erroneous
13814 constructs from the list of four, and use the new function above
13815 in place of an old one.
13816
27de4e20
DD
138172011-08-28 Deniz Dogan <deniz@dogan.se>
13818
13819 * net/rcirc.el (rcirc-insert-prev-input)
13820 (rcirc-insert-next-input): Remove unused argument.
13821
356a3681
SM
138222011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
13825
3fc9b218
AM
138262011-08-27 Alan Mackenzie <acm@muc.de>
13827
13828 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
13829 handle function pointer parameters properly.
13830
538a061c
MR
138312011-08-27 Martin Rudalics <rudalics@gmx.at>
13832
13833 * window.el (display-buffer-reuse-window): Fix case where
13834 selected window was reused with non-nil OTHER-WINDOW argument.
13835 (Bug#9381)
13836
35b1c40c
DD
138372011-08-27 Deniz Dogan <deniz@dogan.se>
13838
13839 * net/rcirc.el (rcirc-check-auth-status): Adding support for
13840 oftc's NickServ messages.
13841
2f6a3e79
GM
138422011-08-27 Glenn Morris <rgm@gnu.org>
13843
13844 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
13845
7254299e
CY
138462011-08-26 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * emacs-lisp/package.el (package-install): Call package-initialize
13849 if called interactively.
13850
f8ccf167
LL
138512011-08-26 Leo Liu <sdl.web@gmail.com>
13852
13853 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
13854
3e8cd5ce
JL
138552011-08-25 Juri Linkov <juri@jurta.org>
13856
13857 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13858 `search-whitespace-regexp' (bug#9364).
13859
93eb7113
JL
138602011-08-25 Juri Linkov <juri@jurta.org>
13861
13862 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
13863 `regexp-search-ring' to their global values to protect from
13864 updating by `read-from-minibuffer' (bug#9185).
13865
f65d1611
JL
138662011-08-25 Juri Linkov <juri@jurta.org>
13867
13868 * textmodes/ispell.el (ispell-command-loop): Add newline
13869 at the end of the "Use option `i'..." line.
13870
f1cf7a31
JL
138712011-08-25 Juri Linkov <juri@jurta.org>
13872
13873 * battery.el (display-battery-mode): If `battery-status-function'
13874 or `battery-mode-line-format' is nil, display the message and set
13875 `display-battery-mode' to nil (bug#9363).
13876
0c95fcf7
EZ
138772011-08-25 Eli Zaretskii <eliz@gnu.org>
13878
13879 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13880 bidi-string-mark-left-to-right; they are unnecessary now.
13881
a2ebe600
DD
138822011-08-25 Deniz Dogan <deniz@dogan.se>
13883
13884 * net/quickurl.el: Documentation typo fixes.
13885
e4ed06f1
CY
138862011-08-25 Chong Yidong <cyd@stupidchicken.com>
13887
13888 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13889
e5f1c99e
GM
138902011-08-25 Glenn Morris <rgm@gnu.org>
13891
b2948976
GM
13892 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13893
e5f1c99e
GM
13894 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13895 (smtpmail-via-smtp): Handle nil response from smtp.
13896
f22f4808
JL
138972011-08-24 Juri Linkov <juri@jurta.org>
13898
13899 * proced.el (proced-marked): Inherit from `error' instead of
13900 `font-lock-warning-face'.
13901
13902 * ibuffer.el (ibuffer-marked-face): Change default face from
13903 `font-lock-warning-face' to `warning'.
13904 (ibuffer-deletion-face): Change default face from
13905 `font-lock-type-face' to `error'.
13906
13907 * battery.el (battery-update): Use the face `error' instead of
13908 `font-lock-warning-face' (bug#6117).
13909
6a93965e
JL
139102011-08-24 Juri Linkov <juri@jurta.org>
13911
13912 * faces.el (success): Change face color from "Green3" to
13913 "ForestGreen" on light background (bug#9353).
13914
1ed43b09
CY
139152011-08-24 Chong Yidong <cyd@stupidchicken.com>
13916
5664fa7b
RT
13917 * window.el (quit-window): Rename from quit-restore-window.
13918 Use same arglist as old quit-window.
1ed43b09
CY
13919 (frame-auto-delete): Doc fix.
13920
13921 * view.el (view-mode-exit): Use quit-window.
13922
11dcdbb2
JL
139232011-08-24 Juri Linkov <juri@jurta.org>
13924
13925 * isearch.el (isearch-ring-adjust1): Start visiting previous
13926 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13927 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13928 for empty search string (when the last search string is reused
13929 automatically) to adjust the isearch ring to the last element and
13930 prepare the correct index for further M-p commands (bug#9185).
13931
de62b4df
KH
139322011-08-24 Kenichi Handa <handa@m17n.org>
13933
13934 * international/ucs-normalize.el: If decomposition property of
13935 CHAR is the default one (i.e. a list of CHAR itself), treat it as
13936 nil.
13937 (nfd, nfkd): Likewise.
13938
963b492b
SM
139392011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13940
13941 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13942 from process filters aren't reliably transmitted to the surrounding
13943 accept-process-output.
13944 (mpc-proc-check): New function.
13945 (mpc-proc-sync): Use it (bug#8293)
13946
93b6b5e1
SM
139472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13948
13949 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13950 Add compatibility functions (bug#9313).
13951
bca633fb
EZ
139522011-08-23 Eli Zaretskii <eliz@gnu.org>
13953
b177498a
EZ
13954 * cus-start.el (all): Add entry for bidi-paragraph-direction.
13955
6df6ae42 13956 * international/uni-bidi.el: Regenerate.
bca633fb 13957
0902a04e
KH
139582011-08-23 Kenichi Handa <handa@m17n.org>
13959
13960 * international/charprop.el:
13961 * international/uni-bidi.el:
13962 * international/uni-category.el:
13963 * international/uni-combining.el:
13964 * international/uni-comment.el:
13965 * international/uni-decimal.el:
13966 * international/uni-decomposition.el:
13967 * international/uni-digit.el:
13968 * international/uni-lowercase.el:
13969 * international/uni-mirrored.el:
13970 * international/uni-name.el:
13971 * international/uni-numeric.el:
13972 * international/uni-old-name.el:
13973 * international/uni-titlecase.el:
13974 * international/uni-uppercase.el: Regenerate.
13975
3bbf23bc
MR
139762011-08-23 Martin Rudalics <rudalics@gmx.at>
13977
13978 * help.el (help-window-setup): Fix message displayed when other
13979 window is reused. (Bug#9341)
13980
b3fd59bd
SM
139812011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13982
1802e444
SM
13983 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13984 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13985
b3fd59bd
SM
13986 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13987 Mark obsolete.
13988 * shell.el (shell-parse-pcomplete-arguments): New function.
13989 (shell-completion-vars): Use it instead (bug#9160).
13990
4eb61348
SM
139912011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13992
867cab74
SM
13993 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13994 strings and comments (bug#9333).
13995
4eb61348
SM
13996 * emacs-lisp/debug.el (debug-arglist): New function.
13997 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13998 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13999
262a1439
JL
140002011-08-22 Juri Linkov <juri@jurta.org>
14001
56ee679c
JL
14002 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14003 Revert regexp that highlights output switches to its old
14004 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14005
262a1439
JL
14006 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14007 to check for empty output (bug#9226).
14008
f13f86fb
CY
140092011-08-22 Chong Yidong <cyd@stupidchicken.com>
14010
14011 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14012 symbol-constituent as the default, as that stops font-lock from
14013 working properly (Bug#8843).
14014
c65c9622
LMI
140152011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14016
14017 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14018 `coding-system-for-*' around the process open call to avoid
14019 auth-source side effects.
e7f2c178 14020 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
14021 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14022 probe hangs.
c65c9622 14023
23a8a5ab
CY
140242011-08-21 Chong Yidong <cyd@stupidchicken.com>
14025
ff98b2dd
CY
14026 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14027
23a8a5ab
CY
14028 * emacs-lisp/find-func.el (find-function-noselect): New arg
14029 lisp-only.
14030
14031 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14032 signal an error for built-in functions (Bug#6664).
14033
f5e3c598
LMI
140342011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14035
14036 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14037 (smtpmail-try-auth-methods): Use it.
14038
a3f2468a
CY
140392011-08-21 Chong Yidong <cyd@stupidchicken.com>
14040
2c34e8da
CY
14041 * font-lock.el (font-lock-fontify-region)
14042 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14043 (font-lock-default-unfontify-buffer)
14044 (font-lock-default-fontify-region)
14045 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14046
b3fd59bd
SM
14047 * progmodes/compile.el (compilation-error-properties):
14048 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
14049 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14050 `ant' regexp.
ee31aabc 14051
a3f2468a
CY
14052 * net/browse-url.el (browse-url-firefox): Don't call
14053 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14054
8e999f70
GM
140552011-08-20 Glenn Morris <rgm@gnu.org>
14056
c21a496a
GM
14057 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14058
59ee0542
GM
14059 * tutorial.el (tutorial--default-keys): Update some default bindings.
14060
8e999f70
GM
14061 * files.el (hack-local-variables): Fully ignore case for "mode:".
14062
e3715033
AM
140632011-08-20 Alan Mackenzie <acm@muc.de>
14064
14065 Resolve invalid use of a regexp in regexp-opt.
14066
4d61f28d
JB
14067 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14068 detection for a java annotation.
e3715033 14069
4d61f28d 14070 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
14071 detection for a java annotation.
14072
4d61f28d
JB
14073 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14074 handling for java.
e3715033
AM
14075 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14076
04ed2e9c
CY
140772011-08-20 Chong Yidong <cyd@stupidchicken.com>
14078
14079 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14080 (Bug#9274).
14081
826cee64
AM
140822011-08-20 Alan Mackenzie <acm@muc.de>
14083
58179cce 14084 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
14085 such a construct. Mainly for when jit-lock etc. starts a chunk
14086 here.
14087
58179cce 14088 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 14089 variable.
58179cce 14090 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
14091 c-make-font-lock-search-function.
14092 (c-make-font-lock-search-function): Use the above function.
14093 (c-make-font-lock-context-search-function): New function.
14094 (c-cpp-matchers): Enhance the preprocessor expression case with
14095 the above function
14096 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14097 which takes an expression.
14098
14099 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14100
13009bd8
MR
141012011-08-20 Martin Rudalics <rudalics@gmx.at>
14102
14103 * window.el (display-buffer-reuse-window)
14104 (display-buffer-pop-up-window): Don't reuse or split a side
14105 window.
14106
9234ff7f
GM
141072011-08-19 Glenn Morris <rgm@gnu.org>
14108
14109 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 14110 Downcase "Mode:". (Bug#9331)
9234ff7f 14111
f635daa1
CY
141122011-08-18 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * international/characters.el: Add L and R categories.
14115
14116 * subr.el (bidi-string-mark-left-to-right): Rename from
14117 string-mark-left-to-right. Use category search.
14118
14119 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14120
bc987f8b
JL
141212011-08-18 Juri Linkov <juri@jurta.org>
14122
14123 * faces.el (error, warning, success): New faces with definitions
14124 copied from old default values of `font-lock-warning-face',
14125 `compilation-warning', `compilation-info' (bug#6117).
14126
14127 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14128
14129 * progmodes/compile.el (compilation-error): Inherit from `error'.
14130 (compilation-warning): Inherit from `warning'.
14131 (compilation-info): Inherit from `success'.
14132
14133 * dired.el (dired-marked): Inherit from `warning'.
14134 (dired-flagged): Inherit from `error'.
14135
57173b96
LMI
141362011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14137
3e79eb87
LMI
14138 * mail/smtpmail.el (auth-source): Require to avoid problems with
14139 binding variables (bug#9298). Also clean up some unused
14140 autoloads.
14141
b3fd59bd
SM
14142 * net/network-stream.el (network-stream-open-starttls):
14143 Support using starttls.el without using gnutls-cli.
57173b96 14144
02b404de
JL
141452011-08-17 Juri Linkov <juri@jurta.org>
14146
14147 * progmodes/grep.el (rgrep): Handle the case when
14148 `grep-find-command' is a cons cell (bug#9278).
14149
8c9177f2
MR
141502011-08-17 Martin Rudalics <rudalics@gmx.at>
14151
14152 * window.el (display-buffer-pop-up-frame): Run frame creation
14153 function with BUFFER current (as special-display-popup-frame
14154 does). Reported by Drew Adams.
14155
3644a0ab
DU
141562011-08-17 Daiki Ueno <ueno@unixuser.org>
14157
14158 * epa-mail.el: Simplify GnuPG group expansion using
14159 epg-expand-group.
14160 (epa-mail-group-alist, epa-mail-group-modtime)
14161 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14162 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14163 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14164 Remove.
14165
5e617bc2 141662011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
14167
14168 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14169
9c4aeabf
AM
141702011-08-16 Alan Mackenzie <acm@muc.de>
14171
14172 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14173 Correct, to avoid the inside of macros.
14174
3a99bf64
RS
141752011-08-16 Richard Stallman <rms@gnu.org>
14176
04963aa8
RS
14177 * epa-mail.el: Handle GnuPG group definitions.
14178 (epa-mail-group-alist, epa-mail-group-modtime)
14179 (epa-mail-gnupg-conf-file): New variables.
14180 (epa-mail-parse-groups, epa-mail-sync-groups)
14181 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14182 (epa-mail-expand-recipients): New functions.
14183 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14184
177549d0
RS
14185 * mail/rmail.el (rmail-epa-decrypt): New command.
14186
fe38beef
RS
14187 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14188 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
14189 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14190 (epa-decrypt-armor-in-region): Make error message clearer.
14191
934eacb9
SM
141922011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14193
14194 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14195 and "a2b" to "ab" for `prefix'.
14196
d024fb4e
CY
141972011-08-14 Chong Yidong <cyd@stupidchicken.com>
14198
14199 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14200 filter groups.
de148fee
CY
14201 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14202 Fourquet (Bug#8804).
d024fb4e 14203
62f1ca49
JB
142042011-08-12 Juanma Barranquero <lekktu@gmail.com>
14205
14206 * startup.el (argi): Declare as global variable (bug#9275).
14207
9ccaaa4b
CY
142082011-08-12 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * subr.el (string-mark-left-to-right): Search the entire string
14211 for RTL script, not just the terminating character. Doc fix.
14212
a3dae87a
SM
142132011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14214
6cd18349
SM
14215 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14216 New function.
14217 (js--regexp-literal, js-syntax-propertize-function): Remove.
14218 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14219 (js-mode-map): Don't rebind electric keys.
14220 (js-insert-and-indent): Remove.
14221 (js-mode): Setup electric-layout and electric-indent instead.
14222
a3dae87a
SM
14223 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14224
9d5cb631
DU
142252011-08-12 Daiki Ueno <ueno@unixuser.org>
14226
14227 * epa.el (epa-progress-callback-function): Fix the logic of
14228 displaying progress.
14229 * epa-file.el (epa-file-insert-file-contents): Make progress
14230 display more user-friendly.
14231 (epa-file-write-region): Ditto.
14232
3e26a4a2
CY
142332011-08-10 Chong Yidong <cyd@stupidchicken.com>
14234
14235 * subr.el (string-mark-left-to-right): New function.
14236
14237 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14238 Use string-mark-left-to-right.
14239 (list-buffers-noselect): Caller changed.
14240
a3dae87a
SM
14241 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14242 Use string-mark-left-to-right.
3e26a4a2
CY
14243 (tabulated-list-print): Recenter after moving point.
14244
ac8cf6e6
JL
142452011-08-10 Juri Linkov <juri@jurta.org>
14246
14247 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14248 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14249 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14250
8d96c9a4
CY
142512011-08-09 Chong Yidong <cyd@stupidchicken.com>
14252
14253 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14254 (Bug#7554).
14255
7be1c708 142562011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
14257
14258 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14259 character. (Bug#6594)
14260
37e11a63
CY
142612011-08-08 Chong Yidong <cyd@stupidchicken.com>
14262
839dde57
CY
14263 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14264 (image-dired--with-db-file): New macro.
14265 (image-dired-write-tags, image-dired-remove-tag)
14266 (image-dired-create-gallery-lists, image-dired-write-comments)
14267 (image-dired-get-comment, image-dired-mark-tagged-files)
14268 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14269 (image-dired-gallery-generate): Use insert-file-contents.
14270
37e11a63
CY
14271 * time.el (display-time-world-list, display-time-world-display):
14272 * time-stamp.el (time-stamp-string):
14273 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14274 set-time-zone-rule (Bug#7337).
14275
0b4946c4
DU
142762011-08-08 Daiki Ueno <ueno@unixuser.org>
14277
14278 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14279 (epg-error-to-string, epg-errors-to-string): New function.
14280 (epg-wait-for-completion): Reverse errors list.
14281 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14282 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14283 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14284 (epg-sign-keys, epg-generate-key-from-file)
14285 (epg-generate-key-from-string): Format errors by using
14286 epg-errors-to-string (bug#9255).
14287 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14288
75bfc667
JL
142892011-08-07 Juri Linkov <juri@jurta.org>
14290
14291 * faces.el (list-faces-display): Remove extra angle bracket
14292 from `help-mode-map'.
14293
14294 * info.el (Info-history-toc-nodes): Doc fix.
14295
14296 * longlines.el (longlines-mode): Doc fix.
14297
673e08bb
SM
142982011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14299
4640dd88
SM
14300 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14301 of statements and in a few more cases (bug#9183).
14302
673e08bb
SM
14303 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14304 New functions.
14305 (cl-transform-lambda): Use them (bug#9239).
14306
89b3f019
MR
143072011-08-05 Martin Rudalics <rudalics@gmx.at>
14308
14309 * window.el (display-buffer-same-window)
14310 (display-buffer-same-frame, display-buffer-other-window)
14311 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14312 (pop-to-buffer-other-window)
14313 (pop-to-buffer-same-frame-other-window)
14314 (pop-to-buffer-other-frame): Make them defuns.
14315 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14316
640c8776
SM
143172011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * subr.el (make-composed-keymap): Move from C. Change calling
14320 convention, and improve docstring to bring attention to a subtle point.
14321 * minibuffer.el (completing-read-default): Adjust accordingly.
14322
63648a95
MA
143232011-08-03 Michael Albinus <michael.albinus@gmx.de>
14324
14325 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14326 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14327
14328 * net/trampver.el: Update release number.
14329
b796c9b7
SM
143302011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14333 "in" (bug#9190).
14334
2239d7d5
LMI
143352011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14336
e07dd7c3
LMI
14337 * mail/sendmail.el (sendmail-query-once): Restore the current
14338 buffer after querying (bug#9074).
14339
0e6a2bd7
LMI
14340 * dired.el (dired-flagged): Use different faces for marked and
14341 flagged files (bug#6117).
14342
ce887515
LMI
14343 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14344 (bug#4433).
14345
92f2affc
LMI
14346 * ido.el (ido-mode): Switch off the message if called
14347 non-interactively.
14348
57d5aff0
LMI
14349 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14350 before 587, since it appears that that's more likely to work for
14351 more people.
14352
98cd6c18 14353 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 14354 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
14355 exist.
14356
b96dec83
LMI
14357 * info.el: Remove the `Info-beginning-of-buffer' function
14358 (bug#8325).
14359
b796c9b7
SM
14360 * net/network-stream.el (network-stream-open-starttls):
14361 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 14362
d90e2ea0
MR
143632011-08-01 Martin Rudalics <rudalics@gmx.at>
14364
14365 * window.el (display-buffer-in-window): Don't set dedicated status
14366 of window here (Bug#9215).
14367 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14368 (display-buffer-pop-up-side-window)
b796c9b7 14369 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 14370
cca09170
SM
143712011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14374 before binding generated-autoload-file.
14375
027b979c
DD
143762011-08-01 Deniz Dogan <deniz@dogan.se>
14377
14378 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14379
3c7ee4f3
MA
143802011-07-30 Michael Albinus <michael.albinus@gmx.de>
14381
14382 Sync with Tramp 2.2.2.
14383
14384 * net/trampver.el: Update release number.
14385
2cc8e51a
JL
143862011-07-30 Juri Linkov <juri@jurta.org>
14387
14388 * dired-aux.el (dired-touch-initial): Remove function.
14389 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14390 current time, and `default' to the last modification time of the
14391 current marked file (bug#6887).
14392
a514d856
JM
143932011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14394
14395 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 14396 numeric argument to read-number (bug#9163).
a514d856 14397
8a7eddd7
MA
143982011-07-27 Michael Albinus <michael.albinus@gmx.de>
14399
14400 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14401 connection process, it could be nil.
14402
1ddd96f5
LL
144032011-07-27 Leo Liu <sdl.web@gmail.com>
14404
14405 Simplify url handling in rcirc-mode.
14406
14407 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14408 (rcirc-browse-url-at-mouse): Remove.
14409 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14410
b248a85d
AM
144112011-07-26 Alan Mackenzie <acm@muc.de>
14412
14413 Fontify bitfield declarations properly.
14414
14415 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14416 (c-symbol-chars): Now exported as a lang variable.
14417 (c-not-primitive-type-keywords): New lang variable.
14418
14419 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14420 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 14421 parsed as a bitfield declaration.
b248a85d 14422
b796c9b7
SM
14423 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14424 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
14425 (c-punctuation-in): New function.
14426 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14427 declarations properly.
14428
68575ab0
UJ
144292011-07-26 Ulf Jasper <ulf.jasper@web.de>
14430
14431 * calendar/icalendar.el (icalendar--all-events): Take care of
14432 multiple vcalendars in a single file.
b796c9b7 14433 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 14434
0f0a88b9
DD
144352011-07-25 Deniz Dogan <deniz@dogan.se>
14436
14437 * image.el (insert-image): Clarifying docstring.
14438
0b3f36df
MA
144392011-07-24 Michael Albinus <michael.albinus@gmx.de>
14440
14441 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14442 `tramp-send-command-and-check' if there is no error.
14443 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14444
a9901f61
AM
144452011-07-22 Alan Mackenzie <acm@muc.de>
14446
14447 Prevent cc-langs.elc being loaded at run time.
14448
14449 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14450 cc-langs.
14451
4d61f28d 14452 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
14453 "(require 'cc-langs)". Quote a form so it will evaluate at
14454 (cc-mode's) compilation time.
14455
11d074b2
MA
144562011-07-22 Michael Albinus <michael.albinus@gmx.de>
14457
14458 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14459 loading. (Bug#9114)
14460
938b94c8
MR
144612011-07-21 Martin Rudalics <rudalics@gmx.at>
14462
14463 * window.el (display-buffer-pop-up-window)
14464 (display-buffer-pop-up-side-window)
14465 (display-buffer-in-side-window): Call display-buffer-set-height
14466 and display-buffer-set-width after setting the new window's
b796c9b7 14467 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 14468
bfa4f190
SS
144692011-07-20 Sam Steingold <sds@gnu.org>
14470
14471 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14472 (etags-tags-included-tables): Call `convert-standard-filename' on
14473 the file names contained in TAGS so that windows Emacs can handle
14474 TAGS files created by cygwin ctags.
14475
8ca42262
LMI
144762011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14477
14478 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14479 which apparently didn't work.
14480
5db2afd2 144812011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 14482
5db2afd2
RW
14483 * proced.el (proced-send-signal): For *Marked Processes* buffer
14484 put point at beginning of buffer.
14485
92e15d10
SB
144862011-07-19 Stephen Berman <stephen.berman@gmx.net>
14487
14488 * proced.el (proced-format): Make header lines align with the text
14489 (bug#1779).
14490
1bfd59e5
LMI
144912011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14492
14493 * view.el (view-buffer): Allow running in `special' modes if we're
14494 visiting a file (bug#8615).
14495
f5aae37c
MR
144962011-07-19 Martin Rudalics <rudalics@gmx.at>
14497
14498 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
14499 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14500 New functions.
f5aae37c
MR
14501 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14502 more accurately.
14503
bf2c1571
AM
145042011-07-18 Alan Mackenzie <acm@muc.de>
14505
14506 Fontify declarators properly when, e.g., a jit-lock chunk begins
14507 inside a declaration.
14508
14509 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14510
b796c9b7
SM
14511 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14512 New function.
bf2c1571
AM
14513 (c-complex-decl-matchers): Insert reference to
14514 c-font-lock-enclosing-decls.
14515
14516 * progmodes/cc-engine.el (c-backward-single-comment):
14517 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14518 to nil around calls to (forward-comment -1).
14519
4e190b80
LMI
145202011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14521
12dc863d
LMI
14522 * image.el (put-image): Doc typo fix.
14523
a762e966
LMI
14524 * progmodes/etags.el (tags-search): Doc typo fix.
14525
4e190b80
LMI
14526 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14527 password if we get errors 550 to 554.
14528
f019fb21
LMI
145292011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14530
b796c9b7 14531 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 14532
81746738
LMI
14533 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14534 indentation character (bug#6380).
14535
3ee3a1b5
LMI
14536 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14537
c82f64de
LMI
14538 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14539 to clarify what the problem is (bug#4291).
14540
f019fb21
LMI
14541 * simple.el (current-kill): Clarify what
14542 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
14543 (auto-fill-mode): Document `auto-fill-function' in relation to
14544 `auto-fill-mode' (bug#2470).
f019fb21 14545
0794775d
LM
145462011-07-16 Lawrence Mitchell <wence@gmx.li>
14547
14548 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14549 method if slot is read-only (bug#9035).
14550
be39b8cc
MR
145512011-07-16 Martin Rudalics <rudalics@gmx.at>
14552
b796c9b7 14553 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 14554 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
14555 selected before, see discussion of (Bug#8615), (Bug#6954).
14556 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 14557
6ccf7859
GM
145582011-07-15 Glenn Morris <rgm@gnu.org>
14559
14560 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 14561 Respect help-form.
6ccf7859 14562
87e86684
LM
145632011-07-09 Lawrence Mitchell <wence@gmx.li>
14564
14565 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14566 (gnutls-negotiate): Use it.
14567
d6066239
LMI
145682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14569
b796c9b7
SM
14570 * net/gnutls.el (gnutls-negotiate):
14571 Upcase `gnutls-algorithm-priority'.
d6066239 14572
bd23ebc0
GM
145732011-07-15 Glenn Morris <rgm@gnu.org>
14574
c65bca65
GM
14575 * jka-compr.el (jka-compr-verbose): Move from here...
14576 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
14577 Add missing :version tag.
14578 * info.el: No need to require jka-compr when compiling.
bd23ebc0 14579
478615cc
LMI
145802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14581
7b41decb
LMI
14582 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14583 (gnutls-negotiate): Use it.
14584
dbc44fcd
LMI
14585 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14586
06789f97
LMI
14587 * info.el (Info-beginning-of-buffer): New command.
14588 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14589 announcing `b' as the key (bug#8325).
ab896c37 14590 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 14591
c39da690
LMI
14592 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14593
3aa5f34b
LMI
14594 * international/mule-cmds.el
14595 (describe-specified-language-support): Make the error message
14596 clearer (bug#8905).
14597
4bf0979f
LMI
14598 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14599
478615cc
LMI
14600 * isearch.el (isearch-barrier): Add a doc string, since it's
14601 mentioned in a function doc string (bug#8678).
14602
75c68aa1
MR
146032011-07-15 Martin Rudalics <rudalics@gmx.at>
14604
14605 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14606 buffer argument (Bug#9083) and self-identifying label argument.
14607
a7c33da2
GM
146082011-07-15 Glenn Morris <rgm@gnu.org>
14609
14610 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14611
2f5c6024
LMI
146122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14613
14614 * man.el (Man-fontify-manpage): Fix message when formatting the
14615 man page (bug#7929).
14616
0bb23927 146172011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
14618
14619 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
14620 argument LRM; if non-nil, append an invisible LRM character to the
14621 buffer name.
14622 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
14623 last argument non-nil, when formatting buffer names.
0bb23927
EZ
14624 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14625 paragraph direction.
cce4b0a7 14626
621ef9ab
LMI
146272011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14628
d1583c48
LMI
14629 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14630 the man page name (bug#7929).
14631
6a57fb5f
LMI
14632 * image.el (put-image): Mention the `put-image' overlay property
14633 (bug#7834).
14634
d7956b14
LMI
14635 * scroll-bar.el (set-scroll-bar-mode): Mention that
14636 `scroll-bar-mode' lists the values (bug#7772).
14637
5b2d4a66
LMI
14638 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
14639 command (bug#7729).
14640
7509a874
LMI
14641 * rect.el (apply-on-rectangle): Return the point after the last
14642 operation.
14643 (string-rectangle): Go to the point after the last operation
14644 (bug#7522).
14645
4fe74b19
LMI
14646 * printing.el (pr-toggle-region): Clarify the documentation
14647 slightly (bug#7493).
14648
b796c9b7
SM
14649 * time.el (display-time-update):
14650 Allow `display-time-mail-function' to return nil (bug#7158).
14651 Fix suggested by Detlev Zundel.
ab283561 14652
fc233c9d
LMI
14653 * vc/diff.el (diff): Clarify the order the file names are read
14654 (bug#7111).
14655
43f5740b
LMI
14656 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
14657 the doc string (bug#7015).
14658
f2182a76
LMI
14659 * font-lock.el (font-lock-maximum-decoration): Mention what
14660 numeric levels mean (bug#6935).
14661
621ef9ab
LMI
14662 * startup.el (initial-buffer-choice): Don't mention the `none'
14663 selection, which is against policy.
14664
adc47434
MR
146652011-07-14 Martin Rudalics <rudalics@gmx.at>
14666
b796c9b7
SM
14667 * window.el (display-buffer-normalize-special):
14668 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 14669
7e5bfb8f
EZ
146702011-07-14 Eli Zaretskii <eliz@gnu.org>
14671
14672 * subr.el (version<, version<=, version=): Mention "-CVS" and
14673 "-12345" alpha version numbers.
14674
27fa387a
CY
146752011-07-14 Chong Yidong <cyd@stupidchicken.com>
14676
14677 * bindings.el: Add advertised binding for set-mark-command
14678 (Bug#5772).
14679
8bdfa064
CY
146802011-07-14 Chong Yidong <cyd@stupidchicken.com>
14681
14682 * bindings.el (mode-line-other-buffer):
14683 * bookmark.el (bookmark-bmenu-2-window):
14684 * bs.el (bs-cycle-next, bs-cycle-previous):
14685 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
14686 switch-to-buffer.
14687
14688 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 14689 Delete.
8bdfa064 14690
5eba16a3
JB
146912011-07-14 Juanma Barranquero <lekktu@gmail.com>
14692
14693 * follow.el (follow-debug-message, follow-redisplay):
14694 * jka-cmpr-hook.el (with-auto-compression-mode):
14695 Fix typos in docstrings.
14696
15853710
LMI
146972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14698
a28e4607
LMI
14699 * subr.el (with-silent-modifications): Clarify somewhat what the
14700 macro inhibits (bug#6525).
14701
15853710
LMI
14702 * simple.el (eval-expression): Note what it does if called
14703 interactively (bug#6495).
14704
bee0fcef
CY
147052011-07-13 Chong Yidong <cyd@stupidchicken.com>
14706
b796c9b7
SM
14707 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
14708 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
14709
14710 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14711 Remove switch-to-buffer.
14712
58274504
LMI
147132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14714
bd2fcc8d
LMI
14715 * files.el (make-directory): Clarify that an error will be raised
14716 if there's an error (bug#6397).
14717
0f04b32c
LMI
14718 * startup.el (initial-buffer-choice): Add `none' as a choice
14719 (bug#6234).
14720
465c5fc8
LMI
14721 * subr.el (add-hook): Clarify section about buffer-local hooks
14722 (bug#6218).
14723
58274504
LMI
14724 * dired.el (dired-flagged): Clarify doc string (bug#6117).
14725
bead9a43
JB
147262011-07-13 Juanma Barranquero <lekktu@gmail.com>
14727
14728 * tabify.el (untabify): Preserve the current column so that point
14729 doesn't move (bug#6032).
14730
3af98a7b
LMI
147312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14732
b796c9b7
SM
14733 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
14734 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 14735
6240145a
GM
147362011-07-13 Glenn Morris <rgm@gnu.org>
14737
14738 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
14739 (dired-insert-directory): Give a message the first time
14740 if ls is found not to support --dired.
14741
1d8c2ccc
LMI
147422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14743
14744 * simple.el (toggle-truncate-lines): Clarify what is toggled
14745 (bug#5580). Text by Drew Adams.
14746
5fc4038e
CY
147472011-07-13 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * simple.el (blink-matching-open): Make the error message from the
14750 last change less verbose.
14751
bf6012e5
DN
147522011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14753
14754 * font-lock.el (font-lock-comment-face): Use the high contrast
14755 "yellow" color for font-lock-comment-face on low color terminals
14756 using a dark background color (bug#4221).
14757
343c3b5a
LMI
147582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14759
7e9505c5
LMI
14760 * dired.el (dired-insert-set-properties): Make the doc string
14761 reflect what it does now (bug#5325).
14762
c26fdcf5
LMI
14763 * simple.el (blink-matching-open): Say that we were unable to find
14764 the match within the limit, if we're limited (bug#5122).
14765
bb388cc5
LMI
14766 * international/mule-cmds.el (prefer-coding-system): Add an
14767 example (bug#4869).
14768
343c3b5a
LMI
14769 * progmodes/etags.el (tags-search): Document `file-list-form'
14770 (bug#4731).
14771
2a517d45
LM
147722011-07-13 Lawrence Mitchell <wence@gmx.li>
14773
14774 * net/browse-url.el (browse-url-default-browser)
14775 (browse-url-browser-function): Make the default browser choice a
14776 bit more logical (bug#4300). Also clean up the doc string.
14777
b6c78ef2
JB
147782011-07-13 Juanma Barranquero <lekktu@gmail.com>
14779
14780 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
14781 binary endings (bug#4440).
14782
1c4dd947
LMI
147832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14784
a2014063
LMI
14785 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
14786 which can be pretty annoying (bug#8971).
14787
9c9c2d88
LMI
14788 * jka-compr.el (jka-compr-verbose): New variable, and use
14789 throughout (bug#8971).
14790
1c4dd947
LMI
14791 * info.el (Info-find-file): Fall back on the installation
14792 directory if we can't find the info node anywhere else.
14793
a1c9f41b
SO
147942011-07-13 Sergei Organov <osv@javad.com> (tiny change)
14795
14796 * vc/vc.el (vc-revert-file):
14797 Don't set file time-stamp in the past. (Bug#5181)
14798
536f3d36
LMI
147992011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14800
7152b011
LMI
14801 * files.el (after-find-file): Give a better error message when
14802 trying to find a symlink that points to a file that doesn't exist
14803 (bug#4398).
14804
536f3d36
LMI
14805 * progmodes/cc-vars.el: Remove (probably) misleading comment
14806 (bug#4396).
14807
460c0fba
JB
148082011-07-12 Johan Bockgård <bojohan@gnu.org>
14809
14810 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
14811
7a6bda45
CY
148122011-07-12 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * mouse-sel.el: Hack restoring functionality, while keeping
14815 compatibility with 2010-07-03 changes to mouse selection.
14816 (mouse-sel-primary-overlay): New var.
14817 (mouse-sel-selection-alist): Use it.
14818 (mouse-sel-mode): Doc fix; remove points that are default features
14819 of mouse.el.
14820
c79598ef
JB
148212011-07-12 Johan Bockgård <bojohan@gnu.org>
14822
14823 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14824 Fix previous fix (bug#2490).
14825
ff8be6ef
RW
148262011-07-12 Roland Winkler <winkler@gnu.org>
14827
b796c9b7
SM
14828 * textmodes/bibtex.el (bibtex-initialize):
14829 Use pop-to-buffer-same-window.
ff8be6ef
RW
14830 (bibtex-search-entries): Fix interactive call.
14831
296ba3ee
LMI
148322011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14833
f5242a02 14834 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
14835 Fontise bytecomp Error lines more correctly (bug#2490).
14836 Fix suggested by Johan Bockgård.
f5242a02 14837
296ba3ee
LMI
14838 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
14839
14840 * dired-x.el (dired-guess-default): Use `delete-dups'.
14841
f69fd0d2
CY
148422011-07-12 Chong Yidong <cyd@stupidchicken.com>
14843
14844 * dired.el (dired-mark-prompt):
14845 * dired-aux.el (dired-read-shell-command): Doc fix.
14846
eab5dc07
LMI
148472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14848
b796c9b7
SM
14849 * mail/sendmail.el (sendmail-query-once):
14850 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
14851 emacs -Q.
14852
14853 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14854
eab5dc07
LMI
14855 * cus-edit.el (custom-file): Take an optional no-error variable.
14856 (customize-save-variable): Set the variable, and give a warning if
14857 running under "emacs -q".
14858
a1e65d42
JB
148592011-07-11 Juanma Barranquero <lekktu@gmail.com>
14860
14861 * loadhist.el (unload-feature-special-hooks):
14862 Add `auto-coding-functions', `fill-nobreak-predicate' and
14863 `find-directory-functions' (bug#5327).
14864
1d52da10
LMI
148652011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14866
be958f1d
LMI
14867 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
14868
5bedb26c
LMI
14869 * cus-edit.el (custom-guess-name-alist): -alist variables should
14870 use the `alist' type (bug#3120). Suggested by Drew Adams.
14871
1d52da10
LMI
14872 * printing.el: Add documentation to all the `pr-toggle-' commands.
14873
cd394be1 148742011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
14875
14876 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14877 backends where it makes sense (bug#2623).
14878
dcc88d8a
LMI
148792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14880
c3de9feb
LMI
14881 * dired-x.el (dired-guess-default): Remove duplicate shell command
14882 entries (bug#2028).
8a93078b 14883 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 14884 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 14885
dcc88d8a
LMI
14886 * subr.el (remove-duplicates): New conveniency function.
14887
505e3645
LMI
148882011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14889
14890 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14891 (bug#1526).
14892
148932011-07-10 Martin Rudalics <rudalics@gmx.at>
14894
14895 * window.el (display-buffer-normalize-default): Don't invert
14896 meaning of even-window-heights. Reported by Eli Zaretskii
14897 <eliz@gnu.org>.
14898
455e4fa1
BR
148992011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
14900
14901 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14902
8e0bc3e9
CY
149032011-07-10 Chong Yidong <cyd@stupidchicken.com>
14904
14905 * window.el (display-buffer): Fix arguments to
14906 display-buffer-reuse-window in last change.
14907
fa7c3228
CY
14908 * faces.el (link): Use a less saturated blue on light backgrounds.
14909
14910 * startup.el (fancy-startup-text, fancy-about-text)
14911 (fancy-startup-tail): Use font-lock faces, for background safety.
14912
c0a7f300
BN
149132011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
14914
b796c9b7
SM
14915 * emulation/viper-cmd.el (viper-change-state-to-vi):
14916 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 14917
4dc2a129
MR
149182011-07-09 Martin Rudalics <rudalics@gmx.at>
14919
14920 * window.el (display-buffer-default-specifiers): Remove.
14921 (display-buffer-macro-specifiers): Remove default specifiers.
14922 (display-buffer-alist): Default to nil.
b796c9b7 14923 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
14924 (display-buffer-pop-up-window): Allow splitting internal
14925 windows. Check whether a live window was created.
14926 (display-buffer-other-window-means-other-frame)
14927 (display-buffer-normalize-arguments): Rename to
14928 display-buffer-normalize-argument and rewrite. Set the
14929 other-window specifier.
14930 (display-buffer-normalize-special): New function.
14931 (display-buffer-normalize-options): Rename to
14932 display-buffer-normalize-default and rewrite.
14933 (display-buffer-normalize-options-inhibit): Remove.
14934 (display-buffer-normalize-specifiers): Rewrite.
14935 (display-buffer): Process other-window specifier and call
14936 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
14937 more faithfully.
b796c9b7 14938 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 14939 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
14940 (display-buffer-in-window, display-buffer-alist-set):
14941 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
14942 <tassilo@member.fsf.org>.
14943
2d43b8c9
LL
149442011-07-09 Leo Liu <sdl.web@gmail.com>
14945
14946 * register.el (insert-register): Restore accidental change on
14947 2011-06-26. (Bug#9028)
14948
7f9b7c53
GM
149492011-07-09 Glenn Morris <rgm@gnu.org>
14950
14951 * subr.el (remq): Handle the empty list. (Bug#9024)
14952
f042cfd8
AS
149532011-07-08 Andreas Schwab <schwab@linux-m68k.org>
14954
14955 * mail/sendmail.el (send-mail-function): No longer delay custom
14956 initialization.
14957 * custom.el (custom-initialize-delay): Doc fix.
14958
856b2f11
SM
149592011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14962
afae1d68
MA
149632011-07-08 Michael Albinus <michael.albinus@gmx.de>
14964
14965 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14966 human-friendly prompt.
14967
0757af94
SM
149682011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14971 provided by a particular plugin.
14972
d760b731
LMI
149732011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14974
14975 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14976 save customizations (with "emacs -Q"), just set the variable
14977 instead of erroring out.
14978
14979 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14980
cd79ce90
JL
149812011-07-08 Juri Linkov <juri@jurta.org>
14982
14983 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14984 (archive-zip-update-case): Use 7z if found by `executable-find'.
14985 The order of searching the available programs is the same as in
14986 `archive-zip-extract' (bug#8968).
14987
14cc04aa
CY
149882011-07-07 Chong Yidong <cyd@stupidchicken.com>
14989
14990 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14991 (menu-bar-options-menu): Tweak descriptions.
14992
0a1848ec
LMI
149932011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14994
14995 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14996 menu items into verb phrases (bug#1421). Also refill to fit under
14997 80 columns.
14998
f5bd0689
CY
149992011-07-07 Chong Yidong <cyd@stupidchicken.com>
15000
538e85c6
CY
15001 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15002 (Info-read-node-name): Doc fix (Bug#1084).
15003
f5bd0689
CY
15004 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15005 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15006 (end-of-sexp, beginning-of-sexp)
15007 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15008 (forward-symbol, forward-same-syntax, word-at-point)
15009 (sentence-at-point): Doc fix (Bug#1144).
15010
56ec5115
LMI
150112011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15012
f3f8e37f
LMI
15013 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15014 should cover it (bug#1281).
15015
0757af94 15016 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 15017
e9fce1ac 15018 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
15019 negotiation fails, then possibly try again with a non-encrypted
15020 connection (bug#9017).
15021
56ec5115
LMI
15022 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15023 be used.
15024
c2f9aec8
RS
150252011-07-07 Richard Stallman <rms@gnu.org>
15026
15027 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15028 property, and handle its changed format.
15029 Look for the correct line number.
15030 Use file's line contents (but not past first =) to find
15031 correct line in message.
15032
ef7b981d 150332011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
15034
15035 * international/characters.el (build-unicode-category-table):
15036 Delete it.
0757af94 15037 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 15038
0757af94 15039 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
15040 to src/chartab.c.
15041 (get-char-code-property): Call unicode-property-table-internal to
15042 load a file. Call get-unicode-property-internal where necessary.
15043 (put-char-code-property): Call unicode-property-table-internal to
15044 load a file. Call put-unicode-property-internal where necessary.
15045 put-unicode-property-internal where necessary.
0757af94
SM
15046 (char-code-property-description):
15047 Call unicode-property-table-internal to load a file.
c805dec0
KH
15048
15049 * international/charprop.el:
15050 * international/uni-bidi.el:
15051 * international/uni-category.el:
15052 * international/uni-combining.el:
15053 * international/uni-comment.el:
15054 * international/uni-decimal.el:
15055 * international/uni-decomposition.el:
15056 * international/uni-digit.el:
15057 * international/uni-lowercase.el:
15058 * international/uni-mirrored.el:
15059 * international/uni-name.el:
15060 * international/uni-numeric.el:
15061 * international/uni-old-name.el:
15062 * international/uni-titlecase.el:
15063 * international/uni-uppercase.el: Regenerate.
15064
15065 * loadup.el: Load international/charprop.el before
15066 international/characters.
15067
e14b388a
CY
150682011-07-07 Chong Yidong <cyd@stupidchicken.com>
15069
15070 * window.el (next-buffer, previous-buffer): Signal an error if
15071 called from a minibuffer window.
15072
15073 * bindings.el: Revert 2011-07-04 change.
15074
354cf0ba
RS
150752011-07-06 Richard Stallman <rms@gnu.org>
15076
15077 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15078 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15079 Treat markers like ints.
15080 (rmail-mime-entity): Doc fix.
15081
a48868a7
LMI
150822011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15083
4906cd3d
LMI
15084 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15085 defcustom again for backwards compatibility.
15086
e0457abe
LMI
15087 * simple.el (shell-command-on-region): Fill.
15088
d67f7e1f
LMI
15089 * dired-aux.el (dired-kill-line): Add a doc string.
15090
fe204702
LMI
15091 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15092 to "\\sw\\|\\s_" (bug#358).
15093
a48868a7
LMI
15094 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15095 (dired-unmark-backward): Ditto.
15096 (dired-flag-backup-files): Ditto.
15097
15098 * dired-x.el (dired-mark-sexp): Ditto.
15099
aa8a705c
RS
151002011-07-06 Richard Stallman <rms@gnu.org>
15101
15102 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15103 (rmail-mime-entity): New arg TRUNCATED.
15104 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15105 New functions.
15106 (rmail-mime-save): Warn if entity is truncated.
15107 (rmail-mime-toggle-hidden): Likewise, for showing.
15108 (rmail-mime-process-multipart): Record when an entity is truncated.
15109
a9a936b9
RS
15110 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15111 if ENTITY is a string.
15112
1f2b92cb
LMI
151132011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15114
f4f73198 15115 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
15116 of faces when `M-C-x'-ing their definitions (bug#8378).
15117 Also clean up the code slightly.
f4f73198 15118
12b16734 15119 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 15120 because that makes the colors go away.
12b16734 15121
f0691d22
LMI
15122 * mail/sendmail.el (send-mail-function): Change the default to
15123 `sendmail-query-once'.
9e87df06 15124 (sendmail-query-once): Add an autoload cookie.
f0691d22 15125
1f2b92cb
LMI
15126 * net/network-stream.el (network-stream-open-starttls): Try using
15127 a plain connection even if the server offered STARTTLS, and we
15128 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15129 capability. This should make smtpmail.el work in slightly more
15130 configurations.
15131
1cdd2a1b
MA
151322011-07-06 Michael Albinus <michael.albinus@gmx.de>
15133
15134 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15135 New defun.
15136 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15137
fbcc67e2
MM
151382011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15139
15140 * progmodes/sql.el: Version 3.0
0757af94 15141 (sql-product-alist): Add product :completion-object,
fbcc67e2 15142 :completion-column, and :statement attributes.
0757af94 15143 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 15144 (sql-mode-syntax-table): Mark all punctuation.
0757af94 15145 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
15146 ansi keywords.
15147 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 15148 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
15149 (sql-oracle-show-reserved-words): New function for development.
15150 (sql-product-font-lock): Simplify for source code buffers.
15151 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15152 New functions.
15153 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
15154 (sql-mode-map): Add statement movement functions.
15155 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15156 New variable.
fbcc67e2
MM
15157 (sql-statement-regexp, sql-beginning-of-statement)
15158 (sql-end-of-statement, sql-signum): New functions.
0757af94 15159 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
15160 (sql-show-sqli-buffer): Bug fix.
15161 (sql-interactive-mode): Store connection data as buffer local.
0757af94 15162 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
15163 with sql-interactive-mode.
15164 (sql-save-connection): Save buffer local settings.
0757af94 15165 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
15166 (sql-product-interactive): Bug fix.
15167 (sql-preoutput-hold): New variable.
15168 (sql-interactive-remove-continuation-prompt): Bug fixes.
15169 (sql-debug-redirect): New variable.
15170 (sql-str-literal): New function.
15171 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 15172 Redesign.
fbcc67e2
MM
15173 (sql-oracle-save-settings, sql-oracle-restore-settings)
15174 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15175 (sql-completion-object, sql-completion-column)
15176 (sql-completion-sqlbuf): New variables.
15177 (sql-build-completions-1, sql-build-completions)
15178 (sql-try-completion): New functions.
15179 (sql-read-table-name): Use them.
15180 (sql-contains-names): New buffer local variable.
15181 (sql-list-all, sql-list-table): Use it.
15182 (sql-oracle-completion-types): New variable.
15183 (sql-oracle-completion-object, sql-sqlite-completion-object)
15184 (sql-postgres-completion-object): New functions.
15185
d4eaeab1
GM
151862011-07-06 Glenn Morris <rgm@gnu.org>
15187
15188 * window.el (pop-to-buffer): Doc fix.
15189
322b7dab 151902011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
15191
15192 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15193
322b7dab 151942011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 15195
322b7dab 15196 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 15197
322b7dab 15198 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 15199
605dd5bf
CY
152002011-07-05 Chong Yidong <cyd@stupidchicken.com>
15201
15202 * button.el (button): Inherit from link face. Suggested by Dan
15203 Nicolaescu.
15204
7dbfa719
SM
152052011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15206
3db614b0
SM
15207 * progmodes/gdb-mi.el: Fit in 80 columns.
15208 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15209 switch-to-buffer.
15210
7dbfa719
SM
15211 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15212 if imenu is simply not configured (bug#8941).
15213
919d884a
KM
152142011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15215
15216 * allout.el (allout-post-undo-hook): New allout outline-change
15217 event hook to signal undo activity.
15218 (allout-post-command-business): Run allout-post-undo-hook if an
15219 undo just occurred.
7dbfa719
SM
15220 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15221 * allout-widgets.el (allout-widgets-after-undo-function):
15222 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
15223 in the vicinity of an undo.
15224 (allout-widgets-mode): Include allout-widgets-after-undo-function
15225 on the new allout-post-undo-hook.
15226
450a0f09
SM
152272011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15230 Let define-derived-mode define it.
15231 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15232 cycles of abbrev-table inheritance (bug#8998).
15233
2de69e00
RW
152342011-07-05 Roland Winkler <winkler@gnu.org>
15235
15236 * textmodes/bibtex.el: Add support for biblatex.
15237 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15238 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15239 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15240 (bibtex-entry-alist, bibtex-field-alist): New variables.
15241 (bibtex-entry-field-alist): Obsolete alias for
15242 bibtex-BibTeX-entry-alist.
15243 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15244 (bibtex-set-dialect): New command.
15245 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
15246 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15247 Bind via bibtex-set-dialect.
2de69e00
RW
15248 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15249 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15250 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15251 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15252 Define via bibtex-set-dialect.
450a0f09
SM
15253 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15254 Obey bibtex-no-opt-remove-re.
2de69e00
RW
15255 (bibtex-vec-push, bibtex-vec-incr): New functions.
15256 (bibtex-format-entry, bibtex-field-list)
15257 (bibtex-print-help-message, bibtex-validate)
15258 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15259
2dcdbdd9
SM
152602011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * progmodes/compile.el (compilation-goto-locus):
15263 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15264 * bs.el (bs-cycle-next, bs-cycle-previous):
15265 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15266 * bindings.el (mode-line-other-buffer):
15267 * autoinsert.el (auto-insert):
15268 * arc-mode.el (archive-extract):
15269 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15270
b27640fe
JB
152712011-07-05 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15274 Fix check of `emacs-lock-unlockable-modes'.
15275 Coerce true values of `emacs-lock--try-unlocking' to t.
15276
53bbe3ad
JB
152772011-07-05 Juanma Barranquero <lekktu@gmail.com>
15278
15279 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15280 * emacs-lock.el: New file.
15281
1d3cdbc7
JD
152822011-07-05 Julien Danjou <julien@danjou.info>
15283
15284 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15285 than `boundp' to check if face is set.
15286
9173deec
JB
152872011-07-05 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * register.el (registerv-make):
15290 * window.el (window-min-height): Fix typos in docstrings.
15291
869795d6
JD
152922011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15293
9173deec 15294 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
15295 Update doc string.
15296
b768cdcd
JB
152972011-07-04 Juanma Barranquero <lekktu@gmail.com>
15298
15299 * server.el (server-execute): Catch quit and call
15300 `server-return-error' to pass the error back to emacsclient and
15301 close the connection (bug#8942).
15302
13aa217b
KM
153032011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15304
15305 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15306 insecure exception for current topic. Also note that auto-saves
15307 are handled differently.
15308
5d3385a0 15309 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
15310 State variables for tracking auto-save inhibition situation.
15311
15312 (allout-write-contents-hook-handler): Rename from
15313 'allout-write-file-hook-handler', and describe how it depends on
15314 write-contents-functions sensitivity to non-nil value to prevent
15315 file write.
15316
15317 (allout-auto-save-hook-handler): Remove. auto-save does not check
15318 this in individual buffers, only in the starting buffer, so this
15319 is not the right way for us to inhibit auto-save in a buffer
15320 according to its condition.
15321
15322 (allout-mode): Use new allout-write-contents-hook-handler, and
15323 only with write-contents-functions. Remove auto-save provisions -
15324 they're implemented elsewhere.
15325
15326 (allout-before-change-handler): If undo is in progress, note that
15327 for attention of allout-post-command-business.
15328
15329 (allout-post-command-business): If the command we're following was
15330 an undo, check for change in the status of encrypted items and
15331 adjust auto-save inhibitions accordingly.
15332
15333 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15334 according to whether there are or aren't any plain-text topics
15335 pending encryption.
15336
2dcdbdd9 15337 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
15338 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15339 if there are plain-text topics pending encryption.
13aa217b
KM
15340
15341 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15342 buffer-saved-size and some allout state to not inhibit auto-saves
15343 if there are no longer any plain-text topics pending encryption.
15344
0757af94
SM
15345 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15346 No longer provide for exemption of the current topic.
13aa217b 15347
ac89b32c
JL
153482011-07-04 Juri Linkov <juri@jurta.org>
15349
15350 Add 7z operations to delete and save changed members (bug#8968).
15351 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15352 New defcustoms.
15353 (archive-7z-write-file-member): New function.
15354 (archive-7z-summarize): Fix the number of dashes in the
15355 listing output.
15356
8fa39615
SM
153572011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15360 (bug#8958).
15361
2f11b3f1
CY
153622011-07-04 Chong Yidong <cyd@stupidchicken.com>
15363
d66fef2b
CY
15364 * bindings.el: Ignore next-buffer and previous-buffer in
15365 minibuffer-local-map.
15366
2f11b3f1
CY
15367 * font-lock.el (font-lock-builtin-face): Change light background
15368 color to dark slate blue (Bug#6693).
15369
f932a347
WD
153702011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15371
15372 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15373
c8af70e1
SM
153742011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15377 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15378 Add switch-to-buffer.
15379
f158badc
LMI
153802011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15381
15382 * isearch.el (isearch-search-fun-function): Clarify further the
15383 meaning of the function returned.
15384
6d95bd46
MA
153852011-07-04 Michael Albinus <michael.albinus@gmx.de>
15386
15387 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15388
15389 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15390 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15391 Use it.
15392 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15393 `tramp-default-remote-path' does not exist.
15394 (tramp-send-command-and-read): New optional argument NOERROR.
15395 (tramp-open-connection-setup-interactive-shell)
15396 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15397 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15398 (tramp-process-sentinel): Flush also process' connection property.
15399 (tramp-sh-handle-start-file-process): Do not set process
15400 sentinel. It is done now ...
15401 (tramp-maybe-open-connection): ... here. (Bug#8929)
15402
909e6b67
MK
154032011-07-04 MON KEY <monkey@sandpframing.com>
15404
15405 * play/animate.el (animate-string): Doc fixes and allow changing
15406 the buffer name (bug#5417).
15407
154082011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15409
c8af70e1 15410 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 15411
f34755dc
PE
154122011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15413
396cec72
PE
15414 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15415 This is simpler and helps future-proof the code.
15416 (timer-until): Use time-subtract and float-time.
08235028 15417 (timer--time-less-p): Use time-less-p.
f34755dc 15418
56e6cc31
JB
154192011-07-04 Juanma Barranquero <lekktu@gmail.com>
15420
3abb79e5
JB
15421 * type-break.el (timep): Use the value of `float-time' to avoid a
15422 byte-compiler warning.
15423
56e6cc31
JB
15424 * server.el (server-eval-and-print): Return any result, even nil.
15425
7b9430b4
PE
154262011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15427
15428 * type-break.el: Accept time formats that the builtins accept.
15429 (timep, type-break-time-difference): Accept any format that
15430 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15431 This is simpler and helps future-proof the code.
15432 (type-break-time-difference): Round rather than ignoring
15433 subseconds components.
15434
3034e9e7
LMI
154352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15436
15437 * info.el (Info-apropos-matches): Make non-interactive, since it
15438 doesn't seem to do anything useful as a command (bug#8829).
15439
1485f4c0
CY
154402011-07-03 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 15443 Move from faces.el.
1485f4c0
CY
15444 (frame-default-terminal-background): New function.
15445
15446 * custom.el (custom-push-theme): Don't record faces in `changed'
15447 theme; this doesn't work correctly for per-frame face settings.
15448 (disable-theme): Use face-set-after-frame-default to reset faces.
15449 (custom--frame-color-default): New function.
15450
9fa3dd45
LMI
154512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15452
c8af70e1 15453 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
15454 (bug#8769).
15455
6cbbc20c
KR
154562011-03-29 Kevin Ryde <user42@zip.com.au>
15457
15458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15459 `perl-Test2' extend to match possible "fail #N" rep count
15460 (bug#8377).
15461
c7f98048
LMI
154622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15463
65676592
LMI
15464 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15465 `smtpmail-via-smtp' now returns the error instead of nil.
15466
c7f98048
LMI
15467 * isearch.el (isearch-search-fun-function): Clarify the doc string
15468 (bug#8101).
15469
56e6cc31 154702011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
15471
15472 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15473 unnecessary spaces (bug#8987).
15474
2b216704
LMI
154752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15476
15477 * net/network-stream.el (open-network-stream): Use the
15478 :end-of-capability command thoughout.
15479
154802011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15481
15482 * net/network-stream.el (open-network-stream): Add the
15483 :end-of-capability command parameter, used by pop3.el.
15484
36adf6ce
LMI
154852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15486
1ca0da0e
LMI
15487 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15488
fc00f69c
LMI
15489 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15490 for list)" (bug#6475).
15491
28fd8759 15492 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 15493 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
15494 an error (bug#6297).
15495
0dd8b6da
LMI
15496 * man.el (Man-reference-regexp): Allow matching possible
15497 word-wrapped references (bug#6289).
15498
ce1438d6
LMI
15499 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15500 for consistency with the other vc buffers (bug#6197).
15501 (vc-checkin): Ditto.
15502
15503 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15504
36adf6ce
LMI
15505 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15506
e83cc1f7
LMI
155072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15508
8a20ca4c
LMI
15509 * custom.el (defcustom): Clarify that :set is only used in the
15510 Customize user interface (bug#6089).
15511
83319045
LMI
15512 * progmodes/flymake.el (flymake-mode): If the buffer isn't
15513 associated with a file, refuse to run instead of erroring out
15514 (bug#6084).
15515
a8392169
LMI
15516 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15517 the doc string, since it appears that using `fill-column' always
15518 controls the width (bug#7845).
15519
e83cc1f7
LMI
15520 * simple.el (shell-command-on-region): Say where the error output
15521 went if `shell-command-default-error-buffer' is set (bug#6857).
15522
e47ca23b
KM
155232011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
15524
15525 * allout.el (allout-yank-processing): Adjust cursor position for
15526 backwards-deleted space.
15527
15528 (allout-rebullet-heading): Register changes with
15529 allout-exposure-changed-hook, so the modified topic is properly
15530 decorated.
15531
5cf56143
LMI
155322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15533
08549772
LMI
15534 * minibuffer.el (completion-in-region): Document PREDICATE
15535 (bug#7136).
15536
48e96771
LMI
15537 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15538 of keyword/argument pairs (bug#6904).
15539
c8af70e1
SM
15540 * replace.el (multi-occur):
15541 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 15542
e17d05e2
LMI
155432011-07-02 Drew Adams <drew.adams@oracle.com>
15544
15545 * dired.el (dired-mark-if): Make the message about whether it's
15546 marking or unmarking clearer (bug#8523).
15547
063b0e45
LMI
155482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15549
15550 * disp-table.el (display-table-print-array): New function.
15551 (describe-display-table): Use it to print the vectors more pretty
15552 (Bug#8859).
15553
28545e04
MR
155542011-07-02 Martin Rudalics <rudalics@gmx.at>
15555
15556 * window.el (window-state-get-1): Don't assign clone numbers.
15557 Add clone-of item to list of window parameters.
15558 (window-state-put-2): Don't process clone numbers.
15559 (display-buffer-alist): Fix doc-string.
15560
3349e122
SM
155612011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * subr.el (remq): Don't allocate if it's not needed.
15564 (keymap--menu-item-binding, keymap--menu-item-with-binding)
15565 (keymap--merge-bindings): New functions.
15566 (keymap-canonicalize): Use them to refine the canonicalization.
15567 * minibuffer.el (minibuffer-local-completion-map)
15568 (minibuffer-local-must-match-map): Move initialization from C.
15569 (minibuffer-local-filename-completion-map): Move initialization from C;
15570 don't inherit from anything here.
15571 (minibuffer-local-filename-must-match-map): Make obsolete.
15572 (completing-read-default): Use make-composed-keymap to combine
15573 minibuffer-local-filename-completion-map with either
15574 minibuffer-local-must-match-map or
15575 minibuffer-local-filename-completion-map.
15576
d224ac83
GM
155772011-07-01 Glenn Morris <rgm@gnu.org>
15578
3de63bf8
GM
15579 * type-break.el (type-break-time-sum): Use dolist.
15580
d224ac83
GM
15581 * textmodes/flyspell.el (flyspell-word-search-backward):
15582 Replace CL function.
15583
1a1e3f32
SM
155842011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15585
fe3f64d5
SM
15586 * mouse.el (mouse--strip-first-event): New function.
15587 (function-key-map): Use it to map fringe clicks to normal clicks
15588 by default.
15589
eb604e34
SM
15590 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15591 (vc-bzr-revision-completion-table): Add support for annotate and date.
15592
1a1e3f32
SM
15593 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15594 inherit from parent.
15595
5bd35902
LMI
155962011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15597
ace6c69c 15598 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 15599 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 15600
191e2bed
LMI
15601 * dired.el (dired-mode): Fix up the doc string as suggested by
15602 Drew Adams (bug#8817).
15603
5bd35902
LMI
15604 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15605 cookie, since the manual says that it should be possible to add
15606 this function to `find-file-hook' (bug#8709).
15607
eee8207a
TZ
156082011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15609
15610 * progmodes/cfengine.el: Moved all cfengine3.el functionality
15611 here. Noted Ted Zlatanov as the maintainer.
15612 (cfengine-common-settings, cfengine-common-syntax): New functions
15613 to set up common things between `cfengine-mode' and
15614 `cfengine3-mode'.
15615 (cfengine3-mode): New mode.
15616 (cfengine3-defuns cfengine3-defuns-regex
15617 (cfengine3-class-selector-regex cfengine3-category-regex)
15618 (cfengine3-vartypes cfengine3-font-lock-keywords)
15619 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 15620 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 15621
36b148cf
MA
156222011-07-01 Michael Albinus <michael.albinus@gmx.de>
15623
15624 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
15625
15626 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
15627
0bf4ba9a
MR
156282011-07-01 Martin Rudalics <rudalics@gmx.at>
15629
15630 * window.el (same-window-buffer-names, same-window-regexps)
15631 (same-window-p, special-display-frame-alist)
15632 (special-display-popup-frame, special-display-function)
15633 (special-display-buffer-names, special-display-regexps)
15634 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
15635 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15636 (split-window-preferred-function, split-height-threshold)
15637 (split-width-threshold, even-window-heights)
15638 (display-buffer-mark-dedicated, window-splittable-p)
15639 (split-window-sensibly, window-safely-shrinkable-p):
15640 Un-obsolete.
15641 (display-buffer): Don't spread args with function specifier
15642 because special-display-popup-frame won't like it.
15643
35837f51
PE
156442011-07-01 Paul Eggert <eggert@cs.ucla.edu>
15645
d0672f86
PE
15646 Time-stamp simplifications and fixes.
15647 These improve accuracy slightly, and future-proof the code
15648 against some potential changes to current-time format.
15649
b9444d97
PE
15650 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
15651 by using time-since and float-time.
15652
0ef923dc
PE
15653 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
15654 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
15655 + NNN microseconds".
15656
2f81380d
PE
15657 * type-break.el (type-break-time-sum): Rewrite using time-add.
15658
845b5c3e
PE
15659 * play/hanoi.el (hanoi-current-time-float): Remove.
15660 All uses replaced by float-time.
15661
ee6f1be0
PE
15662 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
15663 This yields a more-accurate answer.
15664 (rng-time-to-float): Remove; no longer needed.
15665
fe955043
PE
15666 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
15667
5777162a
PE
15668 * calendar/timeclock.el (timeclock-seconds-to-time):
15669 Defalias to seconds-to-time, since they're the same thing.
15670
3103f8b6 15671 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 15672 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
15673 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
15674
0e61a35f
SM
156752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15676
15677 * window.el (bury-buffer): Don't iconify the only frame.
15678 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
15679 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
15680
ddd63a1e
CY
156812011-07-01 Chong Yidong <cyd@stupidchicken.com>
15682
0e61a35f
SM
15683 * eshell/em-smart.el (eshell-smart-display-navigate-list):
15684 Add mouse-yank-primary.
ddd63a1e 15685
055f4923
TZ
156862011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15687
15688 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
15689
6a2fb145
SM
156902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * emacs-lisp/find-func.el (find-library--load-name): New fun.
15693 (find-library-name): Use it to find relative load names when provided
15694 absolute file name (bug#8803).
15695
fd4983f2
LMI
156962011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15697
887d14ad
LMI
15698 * textmodes/flyspell.el (flyspell-word): Consider words that
15699 differ only in case as potential doublons (bug#5687).
15700
c53dc7fc
LMI
15701 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
15702 Remove two rather uninteresting debugging-like messages to make
15703 debbugs.el more silent.
15704
fd4983f2
LMI
15705 * comint.el (comint-password-prompt-regexp): Accept "Response" as
15706 a password-like phrase.
15707
7a71b18d 157082011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
15709
15710 * progmodes/cc-guess.el: New file.
15711
6a2fb145 15712 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
15713
15714 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
15715 derived from `c-basic-common-init'.
15716
15717 * progmodes/cc-mode.el (top-level): Require cc-guess.
15718 (c-basic-common-init): Use `cc-choose-style-for-mode'.
15719
1fa280a3
LM
157202011-06-30 Lawrence Mitchell <wence@gmx.li>
15721
15722 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
15723
e6597158
AM
157242011-06-30 Alan Mackenzie <acm@muc.de>
15725
1fa280a3
LM
15726 * progmodes/cc-engine.el (c-guess-continued-construct):
15727 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
15728 lock is disabled. Name this case as "CASE G".
15729
68ba37fb
KM
157302011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
15731
15732 * allout.el (allout-yank-processing): Fix injection of extra space
15733 between bullet and non-whitespace character in first topic when
15734 pasting, ensuring that the actual spacing in the pasted topic
15735 following the bullet char is preserved. This extra space was
15736 causing pasted encrypted topics to get a decrypted status even
15737 when the content was actually still encrypted. Now the decryption
15738 status from before the paste is preserved.
15739
15740 (allout-flag-region): Set all allout overlays so they evaporate
15741 when reduced to zero length (evanescent), to prevent overlay
15742 leakage.
15743
887a0b34
GM
157442011-06-30 Glenn Morris <rgm@gnu.org>
15745
94b9acce
GM
15746 * w32-fns.el (w32-charset-info-alist): Declare.
15747
1d9b46d4
GM
15748 * find-dired.el (find-grep-options): Simplify.
15749
cc232200
GM
15750 * term/ns-win.el (ns-set-resource): Declare.
15751
28e77c46
GM
15752 * ses.el (row, col): Declare dynamic variables honestly.
15753
887a0b34
GM
15754 * textmodes/reftex-parse.el (index-tags): Declare.
15755
658d8eb8
CY
157562011-06-30 Chong Yidong <cyd@stupidchicken.com>
15757
15758 * cus-edit.el (customize-push-and-save): New function.
15759
15760 * files.el (hack-local-variables-confirm): Use it.
15761
1fa280a3
LM
15762 * custom.el (load-theme): New arg NO-CONFIRM.
15763 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
15764 (custom-enabled-themes): Doc fix.
15765
15766 * cus-theme.el (customize-create-theme)
15767 (custom-theme-merge-theme): Callers to load-theme changed.
15768
bb617717
LMI
157692011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15770
d61bdd5d
LMI
15771 * thingatpt.el (thing-at-point-short-url-regexp): Require that
15772 short URLs have at least one dot in them (bug #7614).
15773
bb617717
LMI
15774 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
15775 nil, because using a pty is apparently too slow (bug #895).
15776
2f31f37a
LMI
157772011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15778
15779 * mail/sendmail.el (sendmail-query-once): New function.
15780 (sendmail-query-once-function): New variable.
15781
3076b24e
GM
157822011-06-29 Glenn Morris <rgm@gnu.org>
15783
faf2a174
GM
15784 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
15785
3076b24e
GM
15786 * ses.el (top-level): Require cl when compiling.
15787 (ses-set-localvars): Fix error statement.
15788 Call it at compile time to silence a storm of warnings.
15789
5386012d
MR
157902011-06-29 Martin Rudalics <rudalics@gmx.at>
15791
15792 * window.el (normalize-live-buffer): Rename to
15793 window-normalize-buffer.
15794 (normalize-live-frame): Rename to window-normalize-frame.
15795 (normalize-any-window): Rename to window-normalize-any-window.
15796 (normalize-live-window): Rename to window-normalize-live-window.
15797 (make-window-atom): Rename to window-make-atom.
15798 (window-resize-reset): Rename to window--resize-reset.
15799 (window-resize-reset-1): Rename to window--resize-reset-1.
15800 (resize-mini-window): Rename to window--resize-mini-window.
15801 (resize-subwindows-skip-p): Rename to
15802 window--resize-subwindows-skip-p.
15803 (resize-subwindows-normal): Rename to
15804 window--resize-subwindows-normal.
15805 (resize-subwindows): Rename to window--resize-subwindows.
15806 (resize-other-windows): Rename to window--resize-siblings.
15807 (resize-this-window): Rename to window--resize-this-window.
15808 (resize-root-window): Rename to window--resize-root-window.
15809 (resize-root-window-vertically): Rename to
15810 window--resize-root-window-vertically.
15811 (normalize-buffer-to-display): Rename to
15812 window-normalize-buffer-to-display.
15813 (normalize-buffer-to-switch-to): Rename to
15814 window-normalize-buffer-to-switch-to.
15815 Correspondingly update all callers of the functions listed
15816 above.
15817 (display-buffer-alist, display-buffer-normalize-arguments)
15818 (display-buffer-normalize-options, display-buffer)
15819 (display-buffer-alist-set): Use "function" instead of
15820 "fun-with-args".
15821
1176868d
CY
158222011-06-28 Chong Yidong <cyd@stupidchicken.com>
15823
15824 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
15825 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
15826 debbugs.gnu.org. Mention acknowledgment email.
15827
20a7a65f
LMI
158282011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
15829
15830 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
15831 buffer multibyteness, since it shouldn't matter.
15832
5f45cca5
MR
158332011-06-28 Martin Rudalics <rudalics@gmx.at>
15834
15835 * window.el (display-buffer-in-side-window): Handle dedicated
15836 windows as in display-buffer-reuse-window.
15837 (display-buffer-normalize-alist): Use value of override
15838 specifier.
15839 (display-buffer-normalize-specifiers): Use value of
15840 other-window-means-other-frame specifier.
15841 (display-buffer-alist): Rewrite some texts in widgets.
15842 (display-buffer): Spread arguments when calling function
15843 specified by fun-with-args.
15844
ad85fe1f
DD
158452011-06-28 Deniz Dogan <deniz@dogan.se>
15846
1fa280a3
LM
15847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15848 Unnest `let'.
da68c4c8 15849
ad85fe1f
DD
15850 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
15851 selectors (Bug#5732).
ec49bd31 15852 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 15853
a08cc025
JA
158542011-06-27 Jari Aalto <jari.aalto@cante.net>
15855
15856 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
15857 (eshell-ls-date-format): New defcustom.
15858 (eshell-ls-file): Use it.
15859
e2b551c5
SM
158602011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15861
15862 * help-fns.el (describe-variable): Fix message for terminal-local vars.
15863
8982b231
KY
158642011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
15865
15866 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
15867 (ange-ftp-make-tmp-name): New arg.
15868 (ange-ftp-file-local-copy): Use it.
15869
36c9fa27
J
158702011-06-27 Jambunathan K <kjambunathan@gmail.com>
15871
15872 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15873 no-conversion (Bug#8870).
15874
d68443dc
MR
158752011-06-27 Martin Rudalics <rudalics@gmx.at>
15876
15877 * window.el (window-right, window-left, window-child)
15878 (window-child-count, window-last-child)
15879 (window-iso-combination-p, walk-window-tree-1)
15880 (window-atom-check-1, window-tree-1, delete-window)
15881 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15882 new naming conventions - window-vchild, window-hchild,
15883 window-next and window-prev are now called window-top-child,
15884 window-left-child, window-next-sibling and window-prev-sibling
15885 respectively.
d615d6d2
MR
15886 (resize-window-reset): Rename to window-resize-reset.
15887 (resize-window-reset-1): Rename to window-resize-reset-1.
15888 (resize-window): Rename to window-resize.
15889 (window-min-height, window-min-width)
15890 (resize-mini-window, resize-this-window, resize-root-window)
15891 (resize-root-window-vertically, adjust-window-trailing-edge)
15892 (enlarge-window, shrink-window, maximize-window)
15893 (minimize-window, delete-window, quit-restore-window)
15894 (split-window, balance-windows, balance-windows-area-adjust)
15895 (balance-windows-area, window-state-put-2)
15896 (display-buffer-even-window-sizes, display-buffer-set-height)
15897 (display-buffer-set-width, set-window-text-height)
15898 (fit-window-to-buffer): Rename all "resize-window" prefixed
15899 calls to use the "window-resize" prefix convention.
15900 (display-buffer-alist): Fix symbol for label specifier.
15901 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15902 corresponding specifier.
15903 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 15904
b6458526
VB
159052011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15906
15907 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15908 convention.
15909 (ses-call-printer): Does not pass an empty string to formatter when the
15910 cell is empty to keep from barking printer Calc math-format-value.
15911
d31fd9ac
RS
159122011-06-27 Richard Stallman <rms@gnu.org>
15913
43d5bf84
RS
15914 * battery.el (battery-mode-line-limit): New variable.
15915 (battery-update): Handle it.
15916
d31fd9ac
RS
15917 * mail/rmailmm.el (rmail-mime-process-multipart):
15918 Handle truncated messages.
15919
819a6054
GM
159202011-06-27 Glenn Morris <rgm@gnu.org>
15921
15922 * progmodes/flymake.el (flymake-err-line-patterns):
15923 Allow for column numbers in the ant/javac pattern. (Bug#8866)
15924
cedc73f2
VB
159252011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15926
819a6054 15927 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
15928 (ses--clean-!, ses--clean-_): New functions.
15929 (ses-range): Add configurability of readout order, and conversion
15930 to Calc vector.
15931
5e5d49b6
VB
15932 * ses.el (ses-repair-cell-reference-all): New function.
15933 (ses-cell-symbol): Set macro as safe, so that it can be used in
15934 formulas.
15935
56e6cc31 15936 * ses.el: Update cycle detection algorithm.
90ca8b49 15937 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 15938 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
15939 (ses-set-localvars): New function.
15940 (ses-make-cell): Add property-list as a cell element.
15941 (ses-cell-property-get-fun, ses-cell-property-get)
15942 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
15943 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15944 New functions.
90ca8b49
VB
15945 (ses-cell-property-set, ses-cell-property-pop)
15946 (ses-cell-property-get-handle): New macro.
15947 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15948 New aliases, used for code readability.
15949 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15950 cycle detection.
15951 (ses-self-reference-early-detection): New defcustom.
fac916bf 15952 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
15953 (ses-mode): Use ses-set-localvars.
15954 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15955 before lauching the update processing.
15956 (ses-initialize-Dijkstra-attempt): New function.
15957 (ses-recalculate-cell): Update for cycle detection based on
15958 Dijkstra algorithm.
15959
2bb63e81
VB
15960 * ses.el: Fix commenting and indenting convention.
15961
c9d29fb8
SM
159622011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * bs.el (bs-cycle-next): Complete last change.
15965
d8e4b68b
JB
159662011-06-27 Drew Adams <drew.adams@oracle.com>
15967
15968 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15969
40098786
LMI
159702011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15971
c9d29fb8
SM
15972 * net/network-stream.el (network-stream-open-starttls):
15973 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
15974 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15975
40098786
LMI
15976 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15977 to binary to possibly avoid line encoding issues on Windows (among
15978 other things).
15979
468d09d4
LMI
159802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15981
15982 * net/network-stream.el (open-network-stream): Return an :error
15983 saying what the problem was, if possible.
15984
15985 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15986 server.
15987
15988 * net/network-stream.el (network-stream-open-starttls): If we
15989 wanted to use STARTTLS, and the server offered it, but we weren't
15990 able to because we had no STARTTLS support, then close the connection.
15991 (open-network-stream): Return an :error element, if present.
15992
16f07dd7
CY
159932011-06-26 Chong Yidong <cyd@stupidchicken.com>
15994
88821ca0
CY
15995 * hl-line.el (hl-line-sticky-flag): Doc fix.
15996 (global-hl-line-sticky-flag): New option (Bug#8323).
15997 (global-hl-line-highlight): Obey it.
15998
16f07dd7
CY
15999 * vc/vc.el (vc-revert-show-diff): Default to t.
16000
6b5ccddf
KM
160012011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16002
c9d29fb8
SM
16003 * allout-widgets.el (allout-widgets-post-command-business):
16004 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
16005 undecorated when an isearch is continued past, and isearch
16006 automatically collapses them. This leads to "widget leaks", where
16007 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
16008 hidden widgets can slow down cursor travel, substantially.
16009 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
16010 so we're doing without this nicety.
16011
16012 (allout-widgets-tally-string): Don't try to do a hash-table-count
16013 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16014 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16015 *Messages* when allout-widgets-maintain-tally is t.
16016
355f2e07
MR
160172011-06-26 Martin Rudalics <rudalics@gmx.at>
16018
16019 * window.el (display-buffer-normalize-argument): Rename to
16020 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
16021 LABEL argument. Respect special-display-function when popping up
16022 a new frame. Fix code searching for a window showing the buffer
16023 on another frame.
c9d29fb8
SM
16024 (display-buffer-normalize-specifiers):
16025 Call display-buffer-normalize-arguments.
355f2e07
MR
16026 (display-buffer-in-window): Don't undedicate the window if its
16027 buffer remains the same.
16028 Reported by Drew Adams <drew.adams@oracle.com>.
16029 (display-buffer-alist): Add choice for same-window macro
16030 specfier.
16031 (display-buffer): Mention special meaning of LABEL argument in
16032 doc-string. Fix quoting. Don't pop up a new frame even as
16033 fallback.
16034
7ca8fc42
JB
160352011-06-26 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16038 avoid deleting the current window in some cases (bug#8911).
16039
bc312254
AS
160402011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16041
16042 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16043 (Bug#8934)
16044
2db18f3f
LMI
160452011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16046
c9d29fb8
SM
16047 * net/network-stream.el (network-stream-open-starttls):
16048 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
16049 (network-stream-open-tls): Ditto.
16050
6302e0d3
LL
160512011-06-26 Leo Liu <sdl.web@gmail.com>
16052
16053 * register.el (registerv): New struct.
16054 (registerv-make): New function.
c9d29fb8
SM
16055 (jump-to-register, describe-register-1, insert-register):
16056 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
16057 struct. (Bug#8415)
16058
5fdd4046
CY
160592011-06-26 Chong Yidong <cyd@stupidchicken.com>
16060
2afef60a
CY
16061 * vc/vc.el (vc-revert-show-diff): New defcustom.
16062 (vc-diff-internal): New arg specifying diff buffer.
16063 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16064 reuse an existing *vc-diff* buffer (Bug#8927).
16065
5fdd4046
CY
16066 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16067
e93db24a
GM
160682011-06-26 Glenn Morris <rgm@gnu.org>
16069
16070 * progmodes/f90.el (f90-critical-indent): New option.
16071 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16072 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16073 (f90-mode): Doc fix.
16074 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16075 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16076 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16077 (f90-match-end): Handle block, critical.
16078
eefff499
GM
160792011-06-25 Glenn Morris <rgm@gnu.org>
16080
f6ba4cc9
GM
16081 * calendar/diary-lib.el (diary-included-files): Doc fix.
16082 (diary-include-files): New function, extracted from
16083 diary-include-other-diary-files and diary-mark-included-diary-files.
16084 (diary-include-other-diary-files, diary-mark-included-diary-files):
16085 Just call diary-include-files.
16086 (diary-mark-entries): Reset diary-included-files on first call.
16087
16712304
GM
16088 * calendar/diary-lib.el (diary-mark-entries)
16089 (diary-mark-included-diary-files):
16090 Visit included diary-files in temp buffers.
16091
5d8e0d43
GM
16092 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16093 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16094 (f90-start-block-re, f90-imenu-generic-expression)
16095 (f90-looking-at-program-block-start, f90-no-block-limit):
16096 Add support for submodules.
16097
ccf7a5d5
GM
16098 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16099 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 16100
11fdef7d 161012011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
16102
16103 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16104 buffer-file-type before setting its value, to avoid disastrous
eefff499 16105 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 16106
74f53697
JB
161072011-06-25 Juanma Barranquero <lekktu@gmail.com>
16108
16109 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16110
16111 * ses.el (ses-unload-function):
16112 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16113
16114 * proced.el (proced-unload-function):
16115 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16116
18a4ce5e
AR
161172011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16118
16119 * server.el (server-create-window-system-frame): Add parameters arg.
16120 (server-process-filter): Doc fix. Handle frame-parameters.
16121
519d22cc
JB
161222011-06-25 Juanma Barranquero <lekktu@gmail.com>
16123
16124 Fix bug#8730, bug#8781.
16125
16126 * loadhist.el (unload--set-major-mode): New function.
16127 (unload-feature): Use it.
16128
16129 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16130 (python-unload-function): New function.
16131
c206f5b0
SM
161322011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16135
f9ad64f3
GS
161362011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16137
16138 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16139 the candidates list.
16140
7d0da90e
JB
161412011-06-24 Juanma Barranquero <lekktu@gmail.com>
16142
16143 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16144
14b4e83d
RS
161452011-06-23 Richard Stallman <rms@gnu.org>
16146
16147 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16148 (rmail-variables): Set next-error-move-function.
16149 (rmail-what-message): Take argument POS.
16150 (rmail-next-error-move): New function.
16151
273d2baf
SM
161522011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16153
16154 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16155 messages for adjacent non-terminals.
16156
56c2cc9a
RS
161572011-06-23 Richard Stallman <rms@gnu.org>
16158
16159 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 16160 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
16161 (rmail-start-mail): Don't specify use of rmail-mail-return;
16162 that's done by mail-bury now.
16163 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 16164
d59eb518
MA
161652011-06-23 Michael Albinus <michael.albinus@gmx.de>
16166
16167 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16168 SIZE is a number.
16169
02cfc6d6
MR
161702011-06-23 Martin Rudalics <rudalics@gmx.at>
16171
16172 * window.el (get-lru-window, get-mru-window)
16173 (get-largest-window): Never return a minibuffer window.
16174 (display-buffer-pop-up-window): Fix a bug that could lead to
16175 reusing the minibuffer window.
16176 (display-buffer): Pass original specifier argument to
16177 display-buffer-function instead of the normalized one.
16178 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16179
4e323265
LL
161802011-06-22 Leo Liu <sdl.web@gmail.com>
16181
16182 * minibuffer.el (completing-read-function)
16183 (completing-read-default): Move from minibuf.c
16184
7a70468f
RS
161852011-06-22 Richard Stallman <rms@gnu.org>
16186
50718fc2
RS
16187 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16188 to Rmail even if not started by a special Rmail command.
16189
7a70468f
RS
16190 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16191 Copy the buffer currently showing just one message.
16192
297dde5a
RW
161932011-06-22 Roland Winkler <winkler@gnu.org>
16194
16195 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16196 (bibtex-clean-entry): First delete the old key so that a
16197 customized algorithm for generating the new key does not get
16198 confused by the old key.
16199 (bibtex-url): Obey regexp of first step.
16200 (bibtex-search-entries): Do not use add-to-list with local
16201 list-var.
16202
97bb1093
LMI
162032011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16204
16205 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16206 stored a user name, then query for the password first, instead of
16207 waiting for SMTP to give an error message and the trying again.
16208
1c0f1a19
JD
162092011-06-22 Lawrence Mitchell <wence@gmx.li>
16210
16211 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16212 BUFFER in call-process.
16213
396f7c9d
LMI
162142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16215
16216 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16217 QUIT twice.
ddb7ffee
LMI
16218 (smtpmail-try-auth-methods): Require user name and password from
16219 auth-source.
396f7c9d 16220
8998d1b3
MR
162212011-06-22 Martin Rudalics <rudalics@gmx.at>
16222
16223 * window.el (display-buffer-default-specifiers)
16224 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16225 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 16226 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
16227
16228 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16229 (special-display-frame-alist, special-display-popup-frame):
16230 Remove duplicate declarations. These are now in window.el.
16231
4ea31e07
LMI
162322011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16233
c9d29fb8
SM
16234 * mail/smtpmail.el (smtpmail-via-smtp):
16235 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
16236 server supports it. SMTP servers that support STARTTLS commonly
16237 require it.
16238
16239 * net/network-stream.el (network-stream-open-starttls): Support
16240 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 16241 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 16242
95f41d9a
LMI
16243 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16244 upgrades with `open-network-stream', and rely solely on
16245 auth-source for all credentials. Big changes throughout the file,
16246 but in particular:
c9d29fb8
SM
16247 (smtpmail-auth-credentials): Remove.
16248 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
16249 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16250 MAIL FROM, too.
95f41d9a 16251
c9d29fb8
SM
16252 * net/network-stream.el (network-stream-open-starttls):
16253 Provide support for client certificates both for external and built-in
4ea31e07
LMI
16254 STARTTLS.
16255 (auth-source): Require.
16256 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
16257 (network-stream-certificate): Change cert-cert to cert and
16258 cert-key to key.
4ea31e07 16259
065ec2c7
MA
162602011-06-21 Michael Albinus <michael.albinus@gmx.de>
16261
16262 * net/tramp-cache.el (top): Don't load the persistency file when
16263 "emacs -Q" has been called.
16264
cd93b359
DR
162652011-06-21 Tim Harper <timcharper@gmail.com>
16266
d8e4b68b
JB
16267 * term/ns-win.el (ns-initialize-window-system):
16268 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
16269 resource to NO as it is not yet supported by the NS port.
16270
ae9c0411
JB
162712011-06-21 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16274 (list-dynamic-libraries): ...not here.
16275
7f3f739f
LL
162762011-06-21 Leo Liu <sdl.web@gmail.com>
16277
16278 * subr.el (sha1): Implement sha1 using secure-hash.
16279
327c8fb1
MR
162802011-06-21 Martin Rudalics <rudalics@gmx.at>
16281
16282 * window.el (display-buffer-alist): In default value do not
16283 enforce searching a window on any but the selected frame.
16284 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16285 (display-buffer-select-window): Remove function.
16286 (display-buffer-in-window): When a window on another frame gets
16287 reused, do not select it any more but just raise its frame if
16288 necessary (Bug#8851) and (Bug#8856).
16289 (display-buffer-normalize-options): Handle pop-up-frames related
16290 options more faithfully.
16291 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16292 window if it is on another frame.
c9d29fb8
SM
16293 (display-buffer-alist, display-buffer-default-specifiers):
16294 Don't make new frame unsplittable by default.
9e9de014
MR
16295 (display-buffer-normalize-argument): Fix doc-string typo and use
16296 'same-frame-other-window instead of 'other-window when associating
16297 with display-buffer-macro-specifiers.
327c8fb1 16298
7cf3f556
VB
162992011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16300
16301 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16302 New functions.
16303 (5x5-mode-map, 5x5-mode-menu): Bind them.
16304 (5x5-draw-grid): Tweak the solver's rendering.
16305
60a406cf
SM
163062011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16309 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16310
d8e4b68b 163112011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
16312
16313 * menu-bar.el: Use function variable instead of switch-to-buffer.
16314 (menu-bar-select-buffer-function): New variable.
60a406cf 16315 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 16316
478d6f95
SM
163172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16320 variable's status.
16321
ca530739
JD
163222011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16323
16324 * x-dnd.el (x-dnd-version-from-flags)
16325 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16326 and long as number (Bug#8899).
16327 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16328
bcd70d97
SM
163292011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16330
60a406cf 16331 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
16332 (completion-try-completion, completion-all-completions): Compute the
16333 metadata argument if it's missing; make it optional (bug#8795).
16334
60a406cf 16335 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
16336 (widget-complete): Use new :completion-function property.
16337 (widget-completions-at-point): New function.
16338 (default): Use :completion-function instead of :complete.
60a406cf
SM
16339 (widget-default-completions): Rename from widget-default-complete;
16340 Rewrite.
bcd70d97
SM
16341 (widget-string-complete, widget-file-complete, widget-color-complete):
16342 Remove functions.
16343 (file, symbol, function, variable, coding-system, color):
16344 * international/mule-cmds.el (default-input-method, charset)
16345 (language-info-custom-alist):
16346 * cus-edit.el (face): Use new property :completions.
16347
16348 * progmodes/pascal.el (pascal-completions-at-point): New function.
16349 (pascal-mode): Use it.
16350 (pascal-mode-map): Use completion-at-point.
16351 (pascal-toggle-completions): Make obsolete.
16352 (pascal-complete-word, pascal-show-completions):
16353 * progmodes/octave-mod.el (octave-complete-symbol):
16354 Redefine as obsolete alias.
16355 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16356 Signal absence of completion info for old Octave,
16357 (inferior-octave-complete): Redefine as obsolete alias.
16358 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16359 (meta-completions-at-point): Rename from meta-complete-symbol and
16360 adapt it for use on completion-at-point-functions.
16361 (meta-common-mode): Use it.
16362 (meta-looking-at-backward, meta-match-buffer): Remove.
16363 (meta-complete-symbol): Redefine as obsolete alias.
16364 (meta-common-mode-map): Use completion-at-point.
16365 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16366 (makefile-mode-map): Use completion-at-point.
16367 (makefile-completions-at-point): Rename from makefile-complete and
16368 adapt it for use on completion-at-point-functions.
16369 (makefile-mode): Use it.
16370 (makefile-complete): Redefine as obsolete alias.
16371
aebf69c8
DD
163722011-06-20 Deniz Dogan <deniz@dogan.se>
16373
16374 * net/rcirc.el: Delete trailing whitespaces once and for all.
16375
bfbbb27d
DC
163762011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16377
16378 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16379
d264a46b
CY
163802011-06-19 Chong Yidong <cyd@stupidchicken.com>
16381
4ca009e5
CY
16382 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16383
d264a46b
CY
16384 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16385
fbf5b3ce
MR
163862011-06-19 Martin Rudalics <rudalics@gmx.at>
16387
16388 * window.el (display-buffer-other-window-means-other-frame):
16389 Call display-buffer-normalize-alist.
16390 (display-buffer-normalize-specifiers-1): Rename to
16391 display-buffer-normalize-argument. New argument other-frame.
16392 Rewrite.
16393 (display-buffer-normalize-specifiers-2): Rename to
16394 display-buffer-normalize-options.
16395 (display-buffer-normalize-alist-1): New function.
16396 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
16397 display-buffer-normalize-alist.
16398 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
16399 (display-buffer-normalize-options-inhibit): New variable.
16400 (display-buffer-normalize-specifiers): Rewrite calling
16401 display-buffer-normalize-alist,
16402 display-buffer-normalize-argument, and
16403 display-buffer-normalize-options. Don't call the latter if
16404 display-buffer-normalize-options-inhibit is non-nil.
16405 (frame-auto-delete): New option.
16406 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
16407 (window-list-no-nils, window-state-ignored-parameters)
16408 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
16409 (window-state-put-1, window-state-put-2, window-state-put):
16410 New functions.
9a028c23
MR
16411 (display-buffer-normalize-options): Move special-display-p group
16412 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 16413
6d10d800
CY
164142011-06-18 Chong Yidong <cyd@stupidchicken.com>
16415
6420d28b
CY
16416 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16417 groups (Bug#8776).
16418 (rx-submatch-n): New function.
16419 (rx): Document it.
16420
ddb8b596
CY
16421 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16422 (Bug#8768).
16423
16424 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16425
77080289
CY
16426 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16427
61dfb316
CY
16428 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16429 anytime existing face settings are present (Bug#8889).
16430
6d10d800
CY
16431 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16432 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16433 Remove unused argument.
16434
be3fb2b8
MR
164352011-06-18 Martin Rudalics <rudalics@gmx.at>
16436
bcd70d97
SM
16437 * window.el (display-buffer-default-specifiers):
16438 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
16439 pop-up-window-min-width, and another reuse-window specifier
16440 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
16441 (display-buffer-normalize-specifiers-2):
16442 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
16443 pop-up-windows is unset. Add a reuse-window specifier for the
16444 case popping up a new window fails.
16445 (special-display-popup-frame): Remove double quoting.
28dec25a 16446 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 16447
1c6d8c76
SM
164482011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16451 according to comint-completion-addsuffix.
16452
16453 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16454 (pcomplete-suffix-list): Mark as obsolete.
16455 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16456 pcomplete-seen in the closure.
16457 (pcomplete-comint-setup): Setup completion-at-point as well.
16458 (pcomplete--entries): New function.
16459 (pcomplete--env-regexp): New var.
16460 (pcomplete-entries): Rewrite to work with partial-completion and
16461 without relying on pcomplete-suffix-list.
16462 (pcomplete-pare-list): Remove, unused.
16463
25aef8b8
MR
164642011-06-17 Martin Rudalics <rudalics@gmx.at>
16465
16466 * window.el (display-buffer-alist): Set pop-up-window-min-height
16467 and pop-up-window-min-width in default value. Reported by
16468 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
16469 other-window-means-other-frame.
16470 (display-buffer-macro-specifiers): Comment out entry for
16471 other-window specifier.
16472 (display-buffer-other-window-means-other-frame): New function.
16473 (display-buffer-normalize-specifiers-1): New arguments
16474 buffer-name and label. Treat other-window case specially.
16475 (display-buffer-normalize-specifiers-2): Treat other-window case
16476 specially.
16477 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
16478 (display-buffer-normalize-specifiers):
16479 Call display-buffer-normalize-specifiers-3.
25aef8b8 16480
dbad4f69
MR
164812011-06-17 Martin Rudalics <rudalics@gmx.at>
16482
16483 * window.el (same-window-p): Fix two typos introduced when
16484 adding with-no-warnings.
d1067961
MR
16485 (display-buffer-normalize-specifiers-1): Don't check
16486 pop-up-frames for 'unset initialization.
16487 (display-buffer-normalize-specifiers-2): Major rewrite using
16488 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16489 (pop-up-frames, display-buffer-reuse-frames)
16490 (display-buffer-mark-dedicated): Don't initialize to 'unset.
16491 Suggested by David Engster <deng@randomsample.de>.
16492 (even-window-heights): Initialize to 'unset.
16493 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
16494 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16495 other window case.
dbad4f69 16496
9b9c9e3a
MR
164972011-06-16 Martin Rudalics <rudalics@gmx.at>
16498
bcd70d97
SM
16499 * window.el (display-buffer-normalize-specifiers-1):
16500 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 16501 second argument of display-buffer (Bug#8865).
981d5c09
MR
16502 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16503 (switch-to-buffer-other-window-same-frame)
16504 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
16505 Adams (Bug#8875).
9c2755e9
MR
16506 (display-buffer): Don't check noninteractive when calling
16507 display-buffer-pop-up-frame.
16508 (display-buffer-pop-up-frame): Never pop up a frame in
16509 noninteractive mode (Bug#8857).
67222e1d
MR
16510 (enlarge-window, shrink-window): Don't report an error when the
16511 window can't be resized as requested (Bug#8862).
9b9c9e3a 16512
2b75be67
SM
165132011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16514
9ffdd3ba
SM
16515 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16516
cb581a67
SM
16517 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16518
2b75be67
SM
16519 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16520
8c0e3589
AM
165212011-06-15 Alan Mackenzie <acm@muc.de>
16522
cb581a67
SM
16523 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16524 for declarators, disable knr checking to speed up for normal files.
16525 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 16526
b96e6cde
LMI
165272011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16528
4bba86e6
LMI
16529 * net/network-stream.el (open-network-stream): Add the keyword
16530 :always-query-capabilities for the case where you want to force a
16531 `plain' network connection, but the protocol still requires the
16532 capabilitiy command (i.e., SMTP and EHLO).
16533
2b75be67 16534 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
16535 consistency with other `-live-p' functions.
16536
efdcdbf8
SM
165372011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * window.el (same-window-buffer-names, same-window-regexps)
16540 (special-display-frame-alist, special-display-popup-frame)
16541 (special-display-function, special-display-buffer-names)
16542 (special-display-regexps, pop-up-frame-alist)
16543 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16544 (pop-up-windows, split-window-preferred-function)
16545 (split-height-threshold, split-width-threshold, even-window-heights)
16546 (display-buffer-mark-dedicated): Don't encourage the use of
16547 display-buffer-alist from Elisp code.
16548
c5cde042
DN
165492011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
16550
16551 * progmodes/python.el (python-mode): Derive from prog-mode.
16552 * progmodes/ps-mode.el (ps-mode):
16553 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 16554 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
16555 * progmodes/ld-script.el (ld-script-mode): Likewise.
16556
baa1c9ab
MR
165572011-06-15 Martin Rudalics <rudalics@gmx.at>
16558
16559 * window.el (display-buffer-alist): Trim default value to avoid
16560 popping up a new frame (Bug#8857) or reusing an arbitrary window
16561 on another frame.
16562 (display-buffer): Do not fall back on popping up a new frame in
16563 batch mode (Bug#8857).
16564
c5dd5a51
CY
165652011-06-14 Chong Yidong <cyd@stupidchicken.com>
16566
16567 * cus-theme.el (describe-theme-1): Use custom-theme-p.
16568 (custom-theme-summary): New function.
16569 (customize-themes): Use it.
16570
d647b7c4
GM
165712011-06-13 Glenn Morris <rgm@gnu.org>
16572
16573 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16574
9481c002
MR
165752011-06-13 Martin Rudalics <rudalics@gmx.at>
16576
357f93d2
MR
16577 * help.el (help-window): Remove variable.
16578 (help-window-point-marker, temp-buffer-max-height)
16579 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16580 (help-print-return-message): Don't set help-window.
16581 (resize-temp-buffer-window): Rewrite cod eand doc-string.
16582 (help-window-setup-finish): Remove.
16583 (help-window-display-message, help-window-setup)
16584 (with-help-window): Major rewrite based on new
16585 display-buffer-window variable.
16586
16587 * help-mode.el (help-mode-finish): Remove help-window related
16588 code.
16589
16590 * view.el (view-exits-all-viewing-windows): Remove reference to
16591 view-return-to-alist in doc-string.
16592 (view-return-to-alist): Make obsolete.
16593 (view-buffer): Call pop-to-buffer-same-window and remove
16594 undo-window code.
16595 (view-buffer-other-window): Call pop-to-buffer-other-window and
16596 simplify code. Ignore second argument.
16597 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16598 simplify code. Ignore second argument.
16599 (view-return-to-alist-update): Make obsolete.
16600 (view-mode-enter): Rename second argument to QUIT-RESTORE.
16601 Rewrite using quit-restore window parameters.
2b75be67
SM
16602 (view-mode-exit): Rename second argument to EXIT-ONLY.
16603 Rewrite using quit-restore-window.
357f93d2
MR
16604 (View-exit, View-exit-and-edit, View-leave, View-quit)
16605 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16606 appropriate arguments.
16607 (view-end-message): Use quit-restore window parameter.
16608
9481c002
MR
16609 * window.el (display-buffer-function): Rewrite doc-string.
16610 (display-buffer-window, display-buffer-alist): New variables.
16611 (display-buffer-split-specifiers)
16612 (display-buffer-side-specifiers)
16613 (display-buffer-macro-specifiers): New constants.
16614 (display-buffer-even-window-sizes, display-buffer-set-height)
16615 (display-buffer-set-width, display-buffer-select-window)
16616 (display-buffer-in-window, display-buffer-reuse-window)
16617 (display-buffer-split-window-1, display-buffer-split-window)
16618 (display-buffer-split-atom-window, display-buffer-pop-up-window)
16619 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
16620 (display-buffer-in-side-window, normalize-buffer-to-display)
16621 (display-buffer-normalize-specifiers-1)
16622 (display-buffer-normalize-specifiers-2)
2b75be67
SM
16623 (display-buffer-normalize-specifiers, display-buffer-frame):
16624 New functions.
9481c002
MR
16625 (display-buffer): Major rewrite.
16626 (display-buffer-other-window, display-buffer-other-frame)
16627 (pop-to-buffer, switch-to-buffer-other-window)
16628 (switch-to-buffer-other-frame): Rewrite.
16629 (display-buffer-same-window, display-buffer-same-frame)
16630 (display-buffer-same-frame-other-window)
16631 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16632 (pop-to-buffer-other-window)
16633 (pop-to-buffer-same-frame-other-window)
16634 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
16635 (switch-to-buffer-other-window-same-frame): New functions.
16636 (same-window-p, special-display-p): Rewrite disabling warnings.
16637 Make obsolete.
16638 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16639 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
16640 Make obsolete
16641 (same-window-buffer-names, same-window-regexps)
16642 (special-display-frame-alist, special-display-popup-frame)
16643 (special-display-function, special-display-buffer-names)
16644 (special-display-regexps, pop-up-frame-alist)
16645 (pop-up-frame-function, split-window-preferred-function)
16646 (split-height-threshold, split-width-threshold)
16647 (even-window-heights): Make obsolete.
16648
9db51aca
GM
166492011-06-12 Glenn Morris <rgm@gnu.org>
16650
16651 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 16652 Misc simplifications.
9db51aca 16653
39cffb44
MR
166542011-06-12 Martin Rudalics <rudalics@gmx.at>
16655
16656 * window.el (window-safely-shrinkable-p): Restore function which
16657 was inadvertently removed in change from 2011-06-11. Declare as
16658 obsolete.
16659
2b75be67
SM
16660 * calendar/calendar.el (calendar-generate-window):
16661 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
16662 window-safely-shrinkable-p.
16663
a8955be7
GM
166642011-06-12 Glenn Morris <rgm@gnu.org>
16665
16666 * progmodes/fortran.el (fortran-mode-syntax-table):
16667 * progmodes/f90.el (f90-mode-syntax-table):
16668 Set % to punctuation. (Bug#8820)
16669 (f90-find-tag-default): Remove, no longer needed.
16670
f0d4059d
DC
166712011-06-12 Daniel Colascione <dan.colascione@gmail.com>
16672
16673 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
16674
1100a63c
CY
166752011-06-11 Chong Yidong <cyd@stupidchicken.com>
16676
16677 * image.el (image-animated-p): Return animation delay in seconds.
16678 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
16679 (image-animate-timeout): Remove DELAY argument. Don't assume
16680 every subimage has the same delay; get it from image-animated-p.
16681 (image-animate): Caller changed.
16682
def722bf
MA
166832011-06-11 Michael Albinus <michael.albinus@gmx.de>
16684
16685 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
16686 to ignored backtrace functions.
16687
0a2bb1a9
GM
166882011-06-11 Glenn Morris <rgm@gnu.org>
16689
16690 * calendar/appt.el (appt-disp-window-function): Doc fix.
16691 (appt-check): Handle overlapping appointments. (Bug#8337)
16692
6198ccd0
MR
166932011-06-11 Martin Rudalics <rudalics@gmx.at>
16694
16695 * window.el (window-tree-1, window-tree): New functions, moving
16696 the latter to window.el.
16697 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16698 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16699 (bw-refresh-edges): Remove.
16700 (balance-windows-1, balance-windows-2): New functions.
16701 (balance-windows): Rewrite in terms of window tree functions,
16702 balance-windows-1 and balance-windows-2.
16703 (bw-adjust-window): Remove.
16704 (balance-windows-area-adjust): New function with functionality of
16705 bw-adjust-window but using resize-window.
2b75be67
SM
16706 (set-window-text-height): Rewrite doc-string.
16707 Use normalize-live-window and resize-window.
16708 (enlarge-window-horizontally, shrink-window-horizontally):
16709 Rename argument to DELTA.
6198ccd0
MR
16710 (window-buffer-height): New function.
16711 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
16712 Rewrite using new window resize routines.
2b75be67
SM
16713 (kill-buffer-and-window, mouse-autoselect-window-select):
16714 Use ignore-errors instead of condition-case.
6198ccd0
MR
16715 (quit-window): Call delete-frame instead of delete-windows-on
16716 for the only buffer on frame.
16717
9397e56f
MR
167182011-06-10 Martin Rudalics <rudalics@gmx.at>
16719
16720 * loadup.el (top-level): Load window before files for the sake
16721 of replace-buffer-in-windows.
16722
16723 * files.el (read-buffer-to-switch)
16724 (switch-to-buffer-other-window)
2b75be67
SM
16725 (switch-to-buffer-other-frame, display-buffer-other-frame):
16726 Move to window.el.
9397e56f
MR
16727
16728 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
16729 (previous-buffer): Move to window.el.
16730
16731 * bindings.el (unbury-buffer): Move to window.el.
16732
16733 * window.el (delete-other-windows-vertically): Move after
16734 definition of delete-other-windows.
16735 (other-window, delete-windows-on, replace-buffer-in-windows):
16736 Move here from window.c.
16737 (record-window-buffer, unrecord-window-buffer)
16738 (set-window-buffer-start-and-point, switch-to-prev-buffer)
16739 (switch-to-next-buffer): New functions.
16740 (get-next-valid-buffer, last-buffer, next-buffer): Move here
16741 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
16742 (previous-buffer): Move here from simple.el.
16743 Call switch-to-prev-buffer.
9397e56f
MR
16744 (bury-buffer): Move here from buffer.c. Switch to previous
16745 buffer when window cannot be deleted.
16746 (unbury-buffer): Move here from bindings.el.
16747 (ctl-x-map): Move binding for other-window from window.c to
16748 here.
16749 (read-buffer-to-switch, switch-to-buffer-other-window)
16750 (switch-to-buffer-other-frame): Move here from files.el.
16751 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
16752 (switch-to-buffer): Move here from buffer.c.
16753 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 16754
562dd5e9
MR
167552011-06-10 Martin Rudalics <rudalics@gmx.at>
16756
16757 * window.el (window-min-height, window-min-width): Move here
16758 from window.c. Add defcustoms and rewrite doc-strings.
16759 (resize-mini-window, resize-window): New functions.
16760 (adjust-window-trailing-edge, enlarge-window, shrink-window):
16761 Move here from window.c.
16762 (maximize-window, minimize-window): New functions.
16763 (delete-window, delete-other-windows, split-window): Move here
16764 from window.c.
16765 (window-split-min-size): New function.
16766 (split-window-keep-point): Mention split-window-above-each-other
16767 instead of split-window-vertically.
2b75be67 16768 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
16769 Rename split-window-vertically to split-window-above-each-other
16770 and provide defalias for old definition.
16771 (split-window-side-by-side, split-window-horizontally):
16772 Rename split-window-horizontally to split-window-side-by-side
16773 and provide defalias for the old definition.
562dd5e9
MR
16774 (ctl-x-map): Move bindings for delete-window,
16775 delete-other-windows and enlarge-window here from window.c.
16776 Replace bindings for split-window-vertically and
16777 split-window-horizontally by bindings for
16778 split-window-above-each-other and split-window-side-by-side.
16779
16780 * cus-start.el (all): Remove entries for window-min-height and
16781 window-min-width. Add entries for window-splits and
16782 window-nest.
16783
f0da764a
GM
167842011-06-09 Glenn Morris <rgm@gnu.org>
16785
80675c21
GM
16786 * calendar/appt.el (appt-mode-line): New function.
16787 (appt-check, appt-disp-window): Use it.
16788
f0da764a
GM
16789 * files.el (hack-one-local-variable-eval-safep):
16790 Allow minor-modes with explicit +/-1 arguments.
16791
59f623b7
TZ
167922011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
16793
16794 * term/xterm.el (xterm): Add defgroup.
16795 (xterm-extra-capabilities): Add defcustom to supply known xterm
16796 capabilities, skip querying them, or query them (default).
16797 (terminal-init-xterm): Use it.
16798 (terminal-init-xterm-modify-other-keys): New function to set up
16799 modifyOtherKeys support to simplify `terminal-init-xterm'.
16800
9aab8e0d
MR
168012011-06-09 Martin Rudalics <rudalics@gmx.at>
16802
16803 * window.el (resize-window-reset, resize-window-reset-1)
16804 (resize-subwindows-skip-p, resize-subwindows-normal)
16805 (resize-subwindows, resize-other-windows, resize-this-window)
16806 (resize-root-window, resize-root-window-vertically)
16807 (window-deletable-p, window-or-subwindow-p)
16808 (frame-root-window-p): New functions.
16809
e8b08aee
GM
168102011-06-09 Glenn Morris <rgm@gnu.org>
16811
16812 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
16813 (ange-ftp-get-files): Use it.
16814
254c37a5
AK
168152011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16816
16817 * mail/sendmail.el (mail-recover-1, mail-recover):
16818 * files.el (recover-file, recover-session):
16819 Handle dired-listing-switches not being just a single short option.
16820
35d7dbd3
GM
168212011-06-09 Glenn Morris <rgm@gnu.org>
16822
16823 * calendar/appt.el (appt-display-message, appt-disp-window):
16824 Handle lists of appointments.
16825
387522b2
MR
168262011-06-08 Martin Rudalics <rudalics@gmx.at>
16827
2b75be67
SM
16828 * window.el (one-window-p): Move down in code.
16829 Rewrite doc-string.
16830 (window-current-scroll-bars): Rewrite doc-string.
16831 Normalize live window argument.
387522b2
MR
16832 (walk-windows, get-window-with-predicate, count-windows):
16833 Rewrite doc-string. Use window-list-1.
16834 (window-in-direction-2, window-in-direction, get-mru-window):
16835 New functions.
16836
d8e4b68b 168372011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
16838
16839 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
16840 Doc fix (Bug#8713).
16841
168422011-06-08 Chong Yidong <cyd@stupidchicken.com>
16843
16844 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
16845
168462011-06-08 Juanma Barranquero <lekktu@gmail.com>
16847
16848 * loadhist.el (unload-feature-special-hooks):
16849 Add `comint-output-filter-functions'.
16850
0de12c52
IK
168512011-06-08 Ivan Kanis <gnu@kanis.fr>
16852
16853 * calendar/appt.el (appt-check): Move some initializations into the let.
16854
f3d1777e
MR
168552011-06-08 Martin Rudalics <rudalics@gmx.at>
16856
16857 * window.el (window-height): Defalias to window-total-height.
16858 (window-width): Defalias to window-body-width.
16859
18af70d0
CY
168602011-06-07 Chong Yidong <cyd@stupidchicken.com>
16861
16862 * image-mode.el (image-toggle-animation): New command.
16863 (image-mode-map): Bind it to RET.
16864 (image-mode): Update message.
16865 (image-toggle-display-image): Avoid a spurious cache flush.
16866 (image-transform-rotation): Doc fix.
16867 (image-transform-properties): Return quickly in the normal case.
16868 (image-animate-loop): Rename from image-animate-max-time.
16869
2b75be67 16870 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
16871 (create-animated-image): Remove unnecessary function.
16872 (image-animate): Rename from image-animate-start. New arg.
2b75be67 16873 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
16874 (image-animate-timer): Use car-safe.
16875 (image-animate-timeout): Rename argument.
16876
190b47e6
MR
168772011-06-07 Martin Rudalics <rudalics@gmx.at>
16878
16879 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
16880 window.c. Rename first argument to ALL-FRAMES.
16881 Rephrase doc-strings.
16882 (get-buffer-window-list): Rewrite using window-list-1.
16883 Rephrase doc-string.
a1511caf
MR
16884 (window-safe-min-height, window-safe-min-width): New constants.
16885 (window-size-ignore, window-min-size, window-min-size-1)
16886 (window-sizable, window-sizable-p, window-size-fixed-1)
16887 (window-size-fixed-p, window-min-delta-1, window-min-delta)
16888 (window-max-delta-1, window-max-delta, window-resizable)
16889 (window-resizable-p, window-total-height, window-total-width)
16890 (window-body-width): New functions.
16891 (window-full-height-p, window-full-width-p): Rewrite using
16892 window-total-size.
16893 (window-body-height): Rewrite using window-body-size.
190b47e6 16894
85cc1f11
MR
168952011-06-06 Martin Rudalics <rudalics@gmx.at>
16896
16897 * window.el (window-right, window-left, window-child)
16898 (window-child-count, window-last-child, window-any-p)
16899 (normalize-live-buffer, normalize-live-frame)
16900 (normalize-any-window, normalize-live-window)
16901 (window-iso-combination-p, window-iso-combined-p)
16902 (window-iso-combinations)
16903 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16904 (windows-with-parameter, window-with-parameter)
16905 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
16906 (window-atom-check, window-side-check, window-check):
16907 New functions.
85cc1f11
MR
16908 (ignore-window-parameters, window-sides, window-sides-vertical)
16909 (window-sides-slots): New variables.
16910 (window-size-fixed): Move down in code. Minor doc-string fix.
16911
e7156492
AS
169122011-06-05 Andreas Schwab <schwab@linux-m68k.org>
16913
16914 * comint.el (comint-dynamic-complete-as-filename)
16915 (comint-dynamic-complete-filename): Correctly call
16916 completion-in-region.
16917
7e821d0d
DD
169182011-06-05 Deniz Dogan <deniz@dogan.se>
16919
16920 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16921 in last change.
16922
ac09b8a1
DD
169232011-06-05 Deniz Dogan <deniz@dogan.se>
16924
16925 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16926 (rcirc): Use it to prompt for encryption.
16927
34699b85
RW
169282011-06-05 Roland Winkler <winkler@gnu.org>
16929
16930 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16931 (bibtex-search-entries): New command bound to C-c C-a.
16932 (bibtex-display-entries): New function.
16933
004dedd3
RW
169342011-06-05 Roland Winkler <winkler@gnu.org>
16935
16936 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16937 (bibtex-insert-kill): After yanking insert newline if necessary.
16938 (bibtex-initialize): Call bibtex-string-files-init only once.
16939 (bibtex-mode): Do not call easy-menu-add.
16940 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16941 (bibtex-yank): Set arg properly if nil.
16942
022fe7ce
RW
169432011-06-05 Roland Winkler <winkler@gnu.org>
16944
2b75be67
SM
16945 * textmodes/bibtex.el (bibtex-search-entry-globally):
16946 New variable.
022fe7ce
RW
16947 (bibtex-search-entry): Use it.
16948
b7c3692a
RW
169492011-06-05 Roland Winkler <winkler@gnu.org>
16950
16951 * textmodes/bibtex.el (bibtex-entry-format): New option
16952 sort-fields.
16953 (bibtex-format-entry, bibtex-reformat): Honor this option.
16954 (bibtex-parse-entry): Return fields in proper order.
16955
8eda563d
JB
169562011-06-05 Juanma Barranquero <lekktu@gmail.com>
16957
16958 * doc-view.el (doc-view-remove-if): Move computation of result out
16959 of `dolist' to silence misleading lexical-binding warning.
16960
7dbe3dbc
CY
169612011-06-04 Chong Yidong <cyd@stupidchicken.com>
16962
16963 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16964 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16965
0c33dd17
MA
169662011-06-04 Michael Albinus <michael.albinus@gmx.de>
16967
16968 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16969 "SunOS 5.10".
16970
f8f91c2b
MA
169712011-06-04 Michael Albinus <michael.albinus@gmx.de>
16972
16973 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16974 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16975 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16976 (tramp-parse-putty):
16977 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16978 (tramp-completion-function-alist-ssh)
16979 (tramp-completion-function-alist-telnet)
16980 (tramp-completion-function-alist-su)
16981 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16982 cookie.
16983
16984 * net/tramp-ftp.el:
16985 * net/tramp-sh.el:
16986 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16987 load "tramp.el" `tramp-set-completion-function'.
16988
e17d9003
SM
169892011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * shell.el: Require and use pcomplete.
16992 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16993 (shell-completion-vars): Set pcomplete-default-completion-function.
16994
6c4cab03
DD
169952011-06-04 Deniz Dogan <deniz@dogan.se>
16996
16997 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16998 `memq' (Bug#8799).
16999
ea9fafe0
SM
170002011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17003
b3e945d3
JB
170042011-06-02 Juanma Barranquero <lekktu@gmail.com>
17005
17006 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17007 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17008 * vc/log-view.el (log-view-beginning-of-defun):
17009 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17010 (smerge-refine-forward, smerge-refine-chopup-region):
17011 Silence warning for unused `dotimes' counter variables.
17012
7d520089
SM
170132011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17014
17015 * net/tramp.el (tramp-with-progress-reporter): Rename from
17016 with-progress-reporter. Use `declare'.
17017 * net/tramp-smb.el:
17018 * net/tramp-sh.el:
17019 * net/tramp-gvfs.el: Update all uses.
17020
a1c2400f
JB
170212011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17022
17023 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17024 buffer isn't killed before making it current.
17025
2403c841
SM
170262011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17027
17028 Silence various byte-compiler warnings.
17029 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17030 `access-type' and new obsolescence format.
17031 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17032 new format.
17033 (byte-compile-check-variable): New `access-type' argument.
17034 Only warn if the access-type is obsolete.
17035 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17036 (byte-compile-variable-set): Adjust callers.
17037 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17038 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17039 setting it as obsolete.
17040 * simple.el (minibuffer-completing-symbol):
17041 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17042 access as obsolete.
17043 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17044 obsolete yet.
17045 * international/quail.el (quail-mouse-choose-completion): Remove unused
17046 code referring to obsolete var.
17047 (quail-choose-completion-string): Remove.
17048 * server.el (server-clients-with, server-kill-buffer-query-function)
17049 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17050 * proced.el (proced-send-signal):
17051 * emacs-lisp/lisp.el (lisp-complete-symbol):
17052 Replace completion-annotate-function with completion-extra-properties.
17053
2462470b
SM
170542011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17055
fb5b2591
SM
17056 * simple.el (goto-line): Use read-number.
17057 (overriding-map-is-bound): Remove.
17058 (saved-overriding-map): Change default.
17059 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17060 Take the map as argument.
17061 (universal-argument, negative-argument, digit-argument): Use it.
17062 (restore-overriding-map): Adjust.
17063 (do-auto-fill): Use fill-forward-paragraph.
17064 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17065
fd6fa53f
SM
17066 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17067 (minibuffer-inactive-mode): New major mode.
17068 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17069 the *Messages* buffer" hack.
17070 (mouse-popup-menubar): Don't burp if the event is a normal key.
17071
2462470b
SM
17072 Miscellaneous tweaks.
17073 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17074 lexical scoping as in subr.el's dolist and dotimes.
17075 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17076 Silence compiler warning.
17077 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17078 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17079 * international/ccl.el (ccl-compile): Trivial simplification.
17080 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17081 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17082 `printflag' argument.
17083 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17084 Purecopy the whole obsolescence data.
17085
108bf785
LL
170862011-06-01 Leo Liu <sdl.web@gmail.com>
17087
17088 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17089 improve doc-string as suggested by Marco Pessotto
17090 <melmothx@gmail.com>.
17091 (rcirc-print): Fix last change.
17092
30a23501
SM
170932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17094
17095 * minibuffer.el (complete-with-action): Return nil for the metadata and
17096 boundaries of non-functional tables.
17097 (completion-table-dynamic): Return nil for the metadata.
17098 (completion-table-with-terminator): Add default case, using
17099 complete-with-action.
17100 (completion--metadata): New function.
17101 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17102 to try and avoid pathological performance problems.
17103 (completion--embedded-envvar-table): Return `category' metadata.
17104
bcd54f83
LMI
171052011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17106
17107 * subr.el (process-alive-p): New tiny convenience function.
17108
e227544d
SM
171092011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17112 content but also its previous major mode.
17113
e8296fdc
HE
171142011-05-31 Helmut Eller <eller.helmut@gmail.com>
17115
4d61f28d 17116 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
17117 *Backtrace* buffer when we exit with C-M-c.
17118
620c53a6
SM
171192011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * minibuffer.el: Add metadata method to completion tables.
17122 (completion-category-overrides): New defcustom.
17123 (completion-metadata, completion--field-metadata)
17124 (completion-metadata-get, completion--styles)
17125 (completion--cycle-threshold): New functions.
17126 (completion-try-completion, completion-all-completions):
17127 Add `metadata' argument to choose completion-styles.
17128 (completion--do-completion): Use metadata to choose cycling.
17129 (completion-all-sorted-completions): Use metadata for sorting.
17130 Remove :completion-cycle-penalty which is not needed any more.
17131 (completion--try-word-completion): Add `metadata' argument.
17132 (minibuffer-completion-help): Check metadata for annotation function
17133 and sorting.
17134 (completion-file-name-table): Return `category' metadata.
17135 (minibuffer-completing-file-name): Make obsolete.
17136 * simple.el (minibuffer-completing-symbol): Make obsolete.
17137 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17138 completion-try-completion.
17139
1257e755
SM
171402011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17141
17142 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17143
3767e706
LL
171442011-05-30 Leo Liu <sdl.web@gmail.com>
17145
17146 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
17147 (rcirc-print): Decode all incoming messages (bug#8744).
17148 (rcirc-decode-coding-system): Allow value nil for automatic coding
17149 system detection.
3767e706 17150
d1a5d56a
GM
171512011-06-01 Glenn Morris <rgm@gnu.org>
17152
17153 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17154
e8cbec34
CY
171552011-05-29 Chong Yidong <cyd@stupidchicken.com>
17156
17157 * image.el (image-animate-max-time): Allow nil and t values.
17158 Default to nil.
17159 (create-animated-image): Doc fix.
17160 (image-animate-start): Remove second arg; just use
17161 image-animate-max-time.
17162 (image-animate-timeout): Doc fix. Args changed.
17163
17164 * image-mode.el (image-toggle-display-image): Ensure that the
17165 image spec passed to the animate timer is the same object as in
58179cce 17166 the buffer's display property (Bug#6981).
e8cbec34
CY
17167 (image-transform-properties): Doc fix.
17168
17169 * image.el (image-animate-max-time): Default to nil.
17170
159daf87
MR
171712011-05-29 Martin Rudalics <rudalics@gmx.at>
17172
17173 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17174 entire buffer list (Bug#8184).
17175
d66c4c7c
CY
171762011-05-29 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * image.el (imagemagick-types-inhibit)
17179 (imagemagick-register-types): Doc fix.
17180
80aec780
DD
171812011-05-29 Deniz Dogan <deniz@dogan.se>
17182
17183 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17184 default.
17185
1dd3c2d9
CY
171862011-05-29 Chong Yidong <cyd@stupidchicken.com>
17187
17188 * select.el: Don't perform clipboard-manager saving in hooks;
17189 leave the hooks empty.
17190
60e56523
LL
171912011-05-28 Leo Liu <sdl.web@gmail.com>
17192
17193 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17194 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17195 (occur-edit-mode): New major mode (Bug#8463).
17196 (occur-after-change-function): New function.
17197 (occur-engine): Give Occur tags a read-only property.
17198
2b1e1a22
KR
171992011-05-28 Kevin Ryde <user42@zip.com.au>
17200
17201 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17202
5d344e88
CY
172032011-05-28 Chong Yidong <cyd@stupidchicken.com>
17204
8e6ca83d
CY
17205 * bindings.el (help-echo): Make the initial non-indicator dash
17206 empty on graphical terminals (Bug#7295).
17207
5d344e88
CY
17208 * files.el (auto-mode-alist): Move config rule after the
17209 in-stripping one (Bug#8547).
17210
bfbbace7
CY
17211 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17212
fbeba6e2
CY
17213 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17214 setting (Bug#8740).
17215
60ed8c72
AA
172162011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17217
4ac619f0
AA
17218 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17219 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17220 (Bug#8539).
60ed8c72 17221
23db196e
CY
172222011-05-28 Chong Yidong <cyd@stupidchicken.com>
17223
17224 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17225
5012f24c
DK
172262011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17227
17228 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17229 (hs-hide-block-at-point, hs-find-block-beginning)
17230 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17231 (Bug#8279).
17232
6a639b16
GM
172332011-05-28 Glenn Morris <rgm@gnu.org>
17234
17235 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17236
d43eaf2c
CY
172372011-05-28 Chong Yidong <cyd@stupidchicken.com>
17238
5199bde1
CY
17239 * help-fns.el (describe-function-1): If the function is a derived
17240 major mode, print the parent mode.
17241
d43eaf2c
CY
17242 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17243 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17244
423428a8
SM
172452011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17246
0ff8e1ba 17247 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 17248 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
17249 * progmodes/etags.el (tags-completion-at-point-function):
17250 * info-look.el (info-lookup-completions-at-point): Mark as
17251 non-exclusive.
17252 (info-complete): Adjust accordingly.
17253
423428a8
SM
17254 * info-look.el: Convert to lexical-binding and completion-at-point.
17255 (info-lookup-completions-at-point): New function.
17256 (info-complete): Use it and completion-in-region.
17257
b74aa22b
DA
172582011-05-28 Drew Adams <drew.adams@oracle.com>
17259
17260 * isearch.el: Let M-e start with point at the first mismatched char.
17261 (isearch-fail-pos): New function.
17262 (isearch-edit-string): Use it.
17263
66e2e71d
DK
172642011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17265
17266 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17267
b1890b0f 172682011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
17269
17270 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17271 traversal functions for avl-trees.
17272 (avl-tree--stack): New struct.
17273 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17274 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
17275 (avl-tree--do-enter): Add optional `updatefun' arg.
17276 Change return value.
eb95d01d 17277 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
17278 (avl-tree--do-delete): Add `test' and `nilflag' args.
17279 Change return value.
eb95d01d
TC
17280 (avl-tree-member): Add optional `nilflag'
17281 (avl-tree-member-p): New function.
17282 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17283 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17284 (avl-tree-stack-empty-p): New functions.
17285
3769ddcf
TC
17286 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17287 avl-tree--del-balance1 and make it work both ways.
17288 (avl-tree--del-balance2): Remove.
17289 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17290 make it work both ways.
17291 (avl-tree--enter-balance2): Remove.
17292 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17293 New macros.
17294 (avl-tree--mapc, avl-tree-map): Add direction argument.
17295
eb95d01d 172962011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
17297
17298 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17299
a9f737ee
CY
173002011-05-27 Chong Yidong <cyd@stupidchicken.com>
17301
17302 * select.el: Support clipboard managers with built-in function
17303 x-clipboard-manager-save, via delete-frame-functions and
17304 kill-emacs-hook.
17305 (xselect-convert-to-targets): Add MULTIPLE target to list.
17306 (xselect-convert-to-save-targets): New function.
17307
c92a1e54
KH
173082011-05-27 Kenichi Handa <handa@m17n.org>
17309
17310 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17311 let-binding rfc2047-encode-encoded-words to nil.
17312
e145f188
GM
173132011-05-27 Glenn Morris <rgm@gnu.org>
17314
5ec8a862
GM
17315 * mail/emacsbug.el: Don't require url-util.
17316
4b29d9fb
GM
17317 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17318
e145f188
GM
17319 * files.el (set-auto-mode):
17320 Also respect mode: entries at the end of the file. (Bug#8586)
17321
7d15102b
GM
173222011-05-26 Glenn Morris <rgm@gnu.org>
17323
98f593b8
GM
17324 * files.el (hack-local-variables-prop-line, hack-local-variables):
17325 Downcase mode names, as seems to be traditional.
27b48e63 17326 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 17327
7d15102b
GM
17328 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17329 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17330
51d5b4ec
JD
173312011-05-25 Julien Danjou <julien@danjou.info>
17332
17333 * textmodes/rst.el (rst-define-level-faces): Do not define face
17334 symbol if it is already defined.
17335
91513f63
VB
173362011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17337
17338 * play/5x5.el (5x5-new-game, 5x5-randomize):
17339 Reset 5x5-solver-output to nil when a new grid is cast.
17340 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17341 these debugging traces, as defmacro breaks the compiled code.
17342
4d90d6d0
DK
173432011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17344
17345 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17346
e1b90ef6
LL
173472011-05-24 Leo Liu <sdl.web@gmail.com>
17348
17349 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17350 (vc-bzr-sha1): Adapt.
17351
d8e4b68b 17352 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
17353
17354 * bindings.el: Provide sha1 feature.
17355
db0406bb 173562011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
17357
17358 * mail/sendmail.el: Require `rfc2047'.
17359 (mail-insert-from-field): Do not perform RFC2047 encoding.
17360 (mail-encode-header): New function.
17361 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
17362 buffer to the return value of select-message-coding-system.
17363 Call mail-encode-header.
b8d747b9
KH
17364
17365 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17366
db0406bb 173672011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 17368
4d90d6d0
DK
17369 * mail/supercite.el (sc-default-cite-frame):
17370 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 17371
eb8a5e9b
GM
173722011-05-24 Glenn Morris <rgm@gnu.org>
17373
f8630703
GM
17374 * progmodes/python.el (brm-menu): Declare.
17375
8831bbed
GM
17376 * emulation/viper.el (viper-set-hooks): Declare.
17377
eb8a5e9b
GM
17378 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17379 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17380 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17381 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17382 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17383 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17384
a2a25d24
SM
173852011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17386
17387 Add an :exit-function for completion-at-point.
17388
17389 * minibuffer.el (completion--done): New fun.
17390 (completion--do-completion): Use it. New arg `expect-exact'.
17391 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17392 since completion--do-completion does it for us now.
17393 (minibuffer-force-complete): Use completion--done and
17394 completion--replace. Handle sole-completion case with more care.
17395 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17396 (completion-extra-properties): New var.
17397 (completion-annotate-function): Make obsolete.
17398 (minibuffer-completion-help): Adjust accordingly.
17399 Use completion-list-insert-choice-function.
17400 (completion-at-point, completion-help-at-point):
17401 Bind completion-extra-properties.
17402 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17403 * simple.el (completion-list-insert-choice-function): New var.
17404 (completion-setup-function): Preserve it.
17405 (choose-completion): Pay attention to it, shuffle the code a bit.
17406 (choose-completion-string): New arg `insert-function'.
17407
17408 * textmodes/bibtex.el: Convert to lexical binding.
17409 (bibtex-mode-map): Use completion-at-point.
17410 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17411 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17412 (bibtex-complete): Define as obsolete alias.
17413 (bibtex-complete-internal): Remove.
17414 (bibtex-format-entry): Remove unused sub-group in regexp.
17415 * shell.el (shell--command-completion-data)
17416 (shell-environment-variable-completion):
17417 * pcomplete.el (pcomplete-completions-at-point):
17418 * comint.el (comint--complete-file-name-data): Use :exit-function
17419 instead of completion-table-with-terminator so it also works for
17420 choose-completion.
17421
e44e373d
SM
174222011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17423
4f91a816
SM
17424 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17425
782fc819
SM
17426 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17427 (bug#8710).
17428
e44e373d
SM
17429 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17430
381987c3
KM
174312011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17432
17433 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17434 customization variable and implement: If non-nil, auto-fill will
17435 be inhibited while on topic's header line.
17436
b776bc70
VB
174372011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17438
17439 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 17440 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
17441 always have a solution in grid size = 5 cases.
17442 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17443 (5x5-solver-output, 5x5-log-buffer): New vars.
17444 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17445 Make these variables buffer local to achieve 5x5 multi-session-ness.
17446 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17447 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17448 (5x5-solve-suggest): New funs.
17449 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17450 randomize a grid so that we ensure that there is always a solution.
17451 (5x5-make-random-grid): Allow other movement than flipping.
17452
7de88b6e
KR
174532011-05-23 Kevin Ryde <user42@zip.com.au>
17454
17455 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 17456 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
17457 advice and passes PREDICATE.
17458
b1ef1257
SM
174592011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17460
bbca48fe
SM
17461 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17462 byte-compile-lambda if it's actually a lambda.
17463
b1ef1257
SM
17464 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17465 Fix function quoting. Use backquote better.
17466
92a9cc65
YS
174672011-05-22 Yuanle Song <sylecn@gmail.com>
17468
17469 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17470 matching (Bug#8516).
17471
f0fb8059
JA
174722011-01-22 Jari Aalto <jari.aalto@cante.net>
17473
17474 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17475 different face (Bug#8178).
17476
d5b44c93
CY
174772011-05-22 Chong Yidong <cyd@stupidchicken.com>
17478
17479 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17480 defface (Bug#8144).
17481
79106a44
SM
174822011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17483
9c848d8a
SM
17484 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17485 funcall as well (bug#8712). Warn when performing those conversions.
17486 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17487
79106a44
SM
17488 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17489
88dfa756
GM
174902011-05-22 Glenn Morris <rgm@gnu.org>
17491
17492 * files.el (hack-local-variables-prop-line): Small simplifications.
17493 (hack-local-variables, hack-local-variables-prop-line):
17494 If MODE-ONLY, return the mode, rather than just `t'.
17495
b7cf2c79
SM
174962011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17499
3f1a8558
GM
175002011-05-21 Glenn Morris <rgm@gnu.org>
17501
7e4ccca3
GM
17502 * files.el (hack-local-variables-prop-line, hack-local-variables):
17503 If only interested in the mode, don't bother doing the other stuff.
17504
637d46ca
GM
17505 * image-mode.el (image-after-revert-hook):
17506 Redraw all frames on which the image is visible. (Bug#8567)
17507
973d955b
GM
17508 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17509
3f1a8558
GM
17510 * wid-edit.el (widget-checklist-match-inline):
17511 Fix 2011-04-19 change. (Bug#8649)
17512
96479927
SM
175132011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17514
1dcf791f
SM
17515 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17516 Also allow singlespace after single-letter capitals followed by a dot.
17517
96479927
SM
17518 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17519 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17520
35fd0881
N
175212011-05-20 Nix <nix@esperi.org.uk>
17522
17523 * files.el (basic-save-buffer-2):
17524 Fix handling of break-hardlink-on-save with non-existent files.
17525
82745640
DD
175262011-05-19 Deniz Dogan <deniz@dogan.se>
17527
17528 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 17529 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 17530
4a720484
GM
175312011-05-19 Glenn Morris <rgm@gnu.org>
17532
d1f21341
GM
17533 * progmodes/f90.el (f90-type-def-re):
17534 Handle "type, bind(c)". (Bug#8691)
17535
4a720484
GM
17536 * emacs-lisp/autoload.el (batch-update-autoloads):
17537 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17538
2fb0a219
MA
175392011-05-18 Michael Albinus <michael.albinus@gmx.de>
17540
17541 * net/tramp.el (tramp-process-actions): Set "first-password-request"
17542 property for the correct connection in case of multihops.
17543
e565dd37
GM
175442011-05-18 Glenn Morris <rgm@gnu.org>
17545
c2571358 17546 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
17547 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17548
e565dd37
GM
17549 Rationalize calendar handling of day and month abbrev-arrays.
17550 * calendar/calendar.el (calendar-customized-p): New function.
17551 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17552 (calendar-day-name-array, calendar-month-name-array): Doc fix.
17553 Add :set function.
17554 (calendar-abbrev-length, calendar-day-abbrev-array)
17555 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17556 (calendar-day-abbrev-array, calendar-month-abbrev-array):
17557 Elements may no longer be nil.
17558 (calendar-day-name, calendar-month-name):
17559 Update for changed nature of abbrev arrays.
17560 * calendar/diary-lib.el (diary-name-pattern):
17561 Update for changed nature of abbrev arrays.
17562 (diary-mark-entries-1): Update calendar-make-alist calls.
17563 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17564 * calendar/cal-html.el (cal-html-day-abbrev-array):
17565 Simply inherit from calendar-day-abbrev-array.
17566
1d99a745
SM
175672011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * progmodes/grep.el (grep-mode): Disable default
17570 compilation-directory-matcher setting (bug#8684).
17571
7c1d9aa0
MA
175722011-05-17 Michael Albinus <michael.albinus@gmx.de>
17573
17574 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17575 instead of "head" and "tail". There were problems with SunOS 5.9,
17576 and it performs better.
17577
3952e9d8
GM
175782011-05-17 Glenn Morris <rgm@gnu.org>
17579
2dd12e7f
GM
17580 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17581
e4157b9c
GM
17582 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17583 Replace obsolete function.
17584
8e249bbd
GM
17585 * shell.el (pcomplete-parse-arguments-function): Declare.
17586
3952e9d8
GM
17587 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17588 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17589 (appt-check): Doc fixes.
17590 (appt-disp-window-function, appt-delete-window-function):
17591 Remove needless special case in custom :type.
17592 (appt-display-count): Default to 0, not nil.
17593 (appt-check): Reset appt-display-count to 0, not nil.
17594
c71a0d48 175952011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 17596
c71a0d48
GM
17597 * progmodes/python.el (python-font-lock-keywords):
17598 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 17599
31d55be9
SM
176002011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17601
17602 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17603
3bfacb2f
KR
176042011-05-16 Kevin Ryde <user42@zip.com.au>
17605
17606 * info-look.el (makefile-automake-mode): New setups, looking in
17607 automake manual, then makefile-mode.
17608 (makefile-mode): Remove automake manual, have it just in
17609 makefile-automake-mode since there's various things different or
17610 not relevant to plain make.
17611 (makefile-mode): Remove "other-modes" non-existent automake-mode,
17612 believe a hypothetical automake-mode would go to makefile-mode,
17613 not the other way around.
17614
c8e83751
CY
176152011-05-15 Chong Yidong <cyd@stupidchicken.com>
17616
5e9e35cd
CY
17617 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17618 hunk-end tags (Bug#8672).
17619
c8e83751
CY
17620 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17621 vc-annotate-show-diff-revision-at-line (Bug#8671).
17622
50b23e5a
GM
176232011-05-14 Glenn Morris <rgm@gnu.org>
17624
7210a739
GM
17625 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
17626 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
17627 (change-log-font-lock-keywords): Also handle multiple author lines
17628 with leading tabs. (Bug#8644)
7210a739 17629
4691905a
GM
17630 * calendar/appt.el (appt-check): Rename some local variables.
17631 Some simplification/reordering.
17632
50b23e5a
GM
17633 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
17634 (feedmail-sendmail-f-doesnt-sell-me-out)
17635 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17636 (feedmail-debug-sit-for, feedmail-queue-express-hook)
17637 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
17638 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
17639 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
17640 (feedmail-binmail-gnulinuxish-template):
17641 Rename from feedmail-binmail-linuxish-template.
17642 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
17643 Use insert-buffer-substring.
17644
215cda7c
BC
176452011-05-14 Bill Carpenter <bill@carpenter.org>
17646
17647 * mail/feedmail.el (feedmail-patch-level): Increase.
17648 (feedmail-debug): New custom group.
17649 (feedmail-confirm-outgoing-timeout)
17650 (feedmail-sendmail-f-doesnt-sell-me-out)
17651 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17652 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
17653 (feedmail-sender-line, feedmail-from-line)
17654 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 17655 (feedmail-spray-this-address)
215cda7c
BC
17656 (feedmail-spray-address-fiddle-plex-list)
17657 (feedmail-queue-use-send-time-for-date)
17658 (feedmail-queue-use-send-time-for-message-id)
17659 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
17660 (feedmail-buffer-eating-function):
17661 Doc fixes.
17662 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
17663 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
17664 (feedmail-message-action-scroll-down): New functions.
17665 (feedmail-queue-directory, feedmail-queue-draft-directory):
17666 Use expand-file-name.
17667 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
17668 Remove C-v help entry.
17669 (feedmail-queue-buffer-file-name): New variable.
17670 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
17671 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
17672 (feedmail-message-action-send-strong, feedmail-message-action-edit)
17673 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
17674 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
17675 (feedmail-message-action-toggle-spray)
17676 (feedmail-run-the-queue-no-prompts)
17677 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
17678 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
17679 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
17680 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
17681 (feedmail-envelope-deducer, feedmail-fiddle-from)
17682 (feedmail-fiddle-sender, feedmail-default-date-generator)
17683 (feedmail-fiddle-date, feedmail-fiddle-message-id)
17684 (feedmail-fiddle-spray-address)
17685 (feedmail-fiddle-list-of-spray-fiddle-plexes)
17686 (feedmail-fiddle-list-of-fiddle-plexes)
17687 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
17688 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
17689 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
17690 Change default. Doc fix.
17691 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
17692 (feedmail-binmail-linuxish-template): New constant.
17693 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
17694 Respect feedmail-sendmail-f-doesnt-sell-me-out.
17695 (feedmail-send-it): Add debug call.
17696 Use feedmail-queue-buffer-file-name, and
17697 feedmail-send-it-immediately-wrapper.
17698 (feedmail-message-action-send): Add debug call.
17699 Use feedmail-send-it-immediately-wrapper.
17700 (feedmail-queue-express-to-queue): Add debug call.
17701 Run feedmail-queue-express-hook.
17702 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
17703 (feedmail-message-action-help-blat):
17704 Rename from feedmail-queue-send-edit-prompt-help-first.
17705 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
17706 Check line-endings. Handle errors better.
17707 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
17708 Doc fix. Add debug call.
17709 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
17710 Use feedmail-queue-send-edit-prompt-inner.
17711 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
17712 (feedmail-queue-send-edit-prompt-inner): New function, extracted
17713 from feedmail-queue-send-edit-prompt.
17714 (feedmail-queue-send-edit-prompt-help)
17715 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
17716 (feedmail-tidy-up-slug): Add debug call.
17717 Respect feedmail-queue-slug-suspect-regexp.
17718 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
17719 (feedmail-dump-message-to-queue): Add debug call.
17720 Expand queue-directory.
17721 (feedmail-dump-message-to-queue): Change message slightly.
17722 Use feedmail-say-chatter.
17723 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
17724 (feedmail-send-it-immediately-wrapper): New function.
17725 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
17726 Insert empty string rather than newline. Handle full-frame case.
17727 Use catch/throw. Use feedmail-say-chatter.
17728 (feedmail-fiddle-from): Try mail-host-address.
17729 (feedmail-default-message-id-generator): Doc fix.
17730 Bind system-time-locale. Handle missing end.
17731 (feedmail-fiddle-x-mailer): Add debug call.
17732 Handle feedmail-x-mailer-line being nil.
17733 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
17734 Add debug call. Use buffer-substring-no-properties.
17735 (feedmail-say-debug, feedmail-say-chatter): New functions.
17736 (feedmail-find-eoh): Give an explicit error.
17737
42c7e61e
UJ
177382011-05-13 Ulf Jasper <ulf.jasper@web.de>
17739
c2571358 17740 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 17741 family from helvetica to sans.
c2571358 17742 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
17743 etc/images/newsticker.
17744
c2571358 17745 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
17746 family from helvetica to sans.
17747
17748 * net/newst-plainview.el (newsticker-new-item-face)
17749 (newsticker-old-item-face, newsticker-immortal-item-face)
17750 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 17751 (newsticker-statistics-face): Change default family from
42c7e61e 17752 helvetica to sans.
c2571358 17753 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
17754 etc/images/newsticker.
17755
5d3385a0
JB
17756 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
17757 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
17758 auto-marking.
17759
8497a297
DV
177602011-05-13 Didier Verna <didier@xemacs.org>
17761
17762 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
17763 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
17764 TODO entries.
8497a297
DV
17765 (lisp-lambda-list-keyword-parameter-indentation)
17766 (lisp-lambda-list-keyword-parameter-alignment)
17767 (lisp-lambda-list-keyword-alignment): New customizable user options.
17768 (lisp-indent-defun-method): Improve docstring.
17769 (extended-loop-p): Fix comment.
17770 (lisp-indent-lambda-list-keywords-regexp): New variable.
17771 (lisp-indent-lambda-list): New function.
17772 (lisp-indent-259): Use it.
17773 (lisp-indent-defmethod): Support for more than one
17774 method qualifier and properly indent methods lambda-lists.
17775 (defgeneric): Provide a missing common-lisp-indent-function property.
17776
f278f87f
SM
177772011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
17780 bounds for the empty string (bug#8667).
17781
5233edd7
GM
177822011-05-13 Glenn Morris <rgm@gnu.org>
17783
5237a44f
GM
17784 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
17785
8340026c 17786 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 17787 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 17788
5233edd7 17789 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 17790 (appt-time-msg-list): Doc fix.
a5464014 17791 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 17792
92d10796
AS
177932011-05-12 Andreas Schwab <schwab@linux-m68k.org>
17794
17795 * progmodes/ld-script.el (ld-script-keywords)
17796 (ld-script-builtins): Update keywords list.
17797
914a0ae1
SM
177982011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17799
c89be45f
SM
17800 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
17801
914a0ae1
SM
17802 * shell.el (shell-completion-vars): New function.
17803 (shell-mode):
17804 * simple.el (read-shell-command): Use it.
17805 (blink-matching-open): No need for " [...]" in minibuffer-message.
17806
98dc3df3
GM
178072011-05-12 Glenn Morris <rgm@gnu.org>
17808
17809 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
17810 (appt-check): Simplify.
17811
d2fc7e3d 178122011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 17813
4d61f28d 17814 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
17815 literal "/dev/null".
17816
d2fc7e3d 178172011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
17818
17819 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
17820 Fix typo.
17821
d2fc7e3d 178222011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 17823
3f254caa
SM
17824 * progmodes/which-func.el (which-function):
17825 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
17826 which might not be defined (Bug#8260).
17827
d45885f7
GM
178282011-05-12 Glenn Morris <rgm@gnu.org>
17829
17830 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
17831 Let byte-compile-initial-macro-environment always take precedence.
17832
488086f4
SM
178332011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17834
17835 * net/rcirc.el: Add support for SSL/TLS connections.
17836 (rcirc-server-alist): New field `encryption'.
17837 (rcirc): Check `encryption' settings.
17838 (rcirc-connect): New arg `encryption'. Use open-network-stream.
17839 Merge make-local-variable into `set'.
17840 (rcirc--connection-open-p): New function.
17841 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
17842 the process is not a network process (e.g. running gnutls-cli).
17843 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
17844 Make rcirc-(en|de)code-coding-system local here.
17845 (rcirc-mode): Merge make-local-variable into `set'.
17846 (rcirc-parent-buffer): Make permanent buffer-local.
17847 (rcirc-multiline-minor-mode): Don't do it here.
17848 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
17849 there's no server buffer.
17850
7d3b9d44
GM
178512011-05-11 Glenn Morris <rgm@gnu.org>
17852
f64049c6
GM
17853 * newcomment.el (comment-kill): Prefix "unused" local.
17854
93c9df73
GM
17855 * term/w32console.el (get-screen-color): Declare.
17856
7d3b9d44
GM
17857 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
17858 Handle symbol elements of byte-compile-initial-macro-environment.
17859
9e2dd53f
LL
178602011-05-10 Leo Liu <sdl.web@gmail.com>
17861
488086f4
SM
17862 * bookmark.el (bookmark-bmenu-mode-map):
17863 Bind bookmark-bmenu-search to `/'.
8b340240 17864
9e2dd53f 17865 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
17866 (footnote-unicode-string, footnote-unicode-regexp): New variable.
17867 (Footnote-unicode): New function.
17868 (footnote-style-alist): Add unicode style to the list.
17869 (footnote-style): Doc fix.
9e2dd53f 17870
79b70037
GM
178712011-05-10 Jim Meyering <meyering@redhat.com>
17872
17873 Fix doubled-word typos.
17874 * international/quail.el (quail-insert-kbd-layout): and and -> and
17875 * kermit.el: and and -> and
17876 * net/ldap.el (ldap-search-internal): to to -> to
17877 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17878 * progmodes/js.el (js-mode): and and -> and
17879 * textmodes/artist.el (artist-move-to-xy): at at -> at
17880 (artist-draw-region-trim-line-endings): if if -> if
17881 And Safetyc -> Safety.
17882 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17883
b8f82dc1 178842011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 17885 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
17886
17887 * files.el (hack-one-local-variable-eval-safep):
17888 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
17889
4f99f44b
GM
178902011-05-10 Glenn Morris <rgm@gnu.org>
17891
17892 * calendar/diary-lib.el (diary-list-entries-hook)
17893 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17894 (diary-nongregorian-marking-hook, diary-list-entries)
17895 (diary-include-other-diary-files, diary-mark-entries)
17896 (diary-mark-included-diary-files): Doc fixes.
17897
84f29e6b
JB
178982011-05-09 Juanma Barranquero <lekktu@gmail.com>
17899
17900 * misc.el: Require tabulated-list.el during compilation.
17901
9bedd73a
CY
179022011-05-09 Chong Yidong <cyd@stupidchicken.com>
17903
488086f4
SM
17904 * progmodes/compile.el (compilation-start):
17905 Run compilation-filter-hook for the async case too.
9bedd73a
CY
17906 (compilation-filter-hook): Doc fix.
17907
797c735c
DD
179082011-05-09 Deniz Dogan <deniz@dogan.se>
17909
17910 * wdired.el: Remove outdated installation comment. Fix usage
17911 comment.
17912
5f4b1dfe
JB
179132011-05-09 Juanma Barranquero <lekktu@gmail.com>
17914
17915 * misc.el: Implement new command `list-dynamic-libraries'.
17916 (list-dynamic-libraries--loaded-only-p): New variable.
17917 (list-dynamic-libraries--refresh): New function.
17918 (list-dynamic-libraries): New command.
17919
4c44026c
CY
179202011-05-09 Chong Yidong <cyd@stupidchicken.com>
17921
488086f4
SM
17922 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17923 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
17924 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
17925 higher priority to avoid clobbering by gnu.
17926
027f966d
CY
179272011-05-08 Chong Yidong <cyd@stupidchicken.com>
17928
17929 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17930 if the face has existing theme settings (Bug#8454).
17931
085f5d7d
CY
179322011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17933
488086f4
SM
17934 * progmodes/perl-mode.el (perl-imenu-generic-expression):
17935 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 17936
2a86a00c
RS
17937 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17938 special file names `.' and `..' (Bug#8259).
17939
d9c54a06
CY
179402011-05-08 Chong Yidong <cyd@stupidchicken.com>
17941
488086f4
SM
17942 * progmodes/grep.el (grep-mode-font-lock-keywords):
17943 Remove buffer-changing entries.
d9c54a06
CY
17944 (grep-filter): New function.
17945 (grep-mode): Add it to compilation-filter-hook.
17946
17947 * progmodes/compile.el (compilation-filter-hook)
17948 (compilation-filter-start): New defvars.
17949 (compilation-filter): Call compilation-filter-hook prior to
17950 updating the process mark.
17951
c4662635
SM
179522011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17955
b0512a1d
EZ
179562011-05-07 Eli Zaretskii <eliz@gnu.org>
17957
605c9376
EZ
17958 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17959 mailclient-send-it even if window-system is nil. (Bug#8595)
17960
c4662635
SM
17961 * term/w32console.el (terminal-init-w32console):
17962 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
17963 background-mode. (Bug#8597)
17964
d1dc2cc2
SM
179652011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17966
17967 Make bytecomp.el understand that defmethod defines funs (bug#8631).
17968 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17969 New functions.
17970 (defgeneric, eieio--defmethod): Use them.
17971 (eieio-defgeneric): Remove.
17972 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17973
915d1300
GM
179742011-05-07 Glenn Morris <rgm@gnu.org>
17975
a3961c3e
GM
17976 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17977 Use let rather than let*.
17978 (timeclock-find-discrep): Remove unused local.
17979
314347b9
GM
17980 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17981
915d1300
GM
17982 * calendar/appt.el (appt-time-msg-list): Doc fix.
17983
275b59b0
NF
179842011-05-06 Noah Friedman <friedman@splode.com>
17985
17986 * apropos.el (apropos-print-doc): Only use
17987 emacs-lisp-docstring-fill-column when it is bound to an integer,
17988 per that variable's documentation.
17989
6c19f744
SM
179902011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 17993 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 17994
60f884b2
GM
179952011-05-06 Glenn Morris <rgm@gnu.org>
17996
5006e634
GM
17997 * calendar/appt.el (appt-message-warning-time): Doc fix.
17998 (appt-warning-time-regexp): New option.
17999 (appt-make-list): Respect appt-message-warning-time.
18000
548d0a63
GM
18001 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18002 New options.
18003 (diary-add-to-list): Strip comments from the displayed string.
18004 (diary-mode): Set comment-start and comment-end.
18005
60f884b2
GM
18006 * vc/diff-mode.el (smerge-refine-subst): Declare.
18007 (diff-refine-hunk): Don't require smerge-mode when compiling.
18008
989681bb
JB
180092011-05-06 Juanma Barranquero <lekktu@gmail.com>
18010
18011 * simple.el (list-processes): Return nil as the docstring says.
18012
a6bc05e1
MA
180132011-05-05 Michael Albinus <michael.albinus@gmx.de>
18014
18015 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18016 to "".
18017 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18018 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18019 determining of binary transfer. (Bug#7383)
18020
23c22e9a
MA
180212011-05-05 Michael Albinus <michael.albinus@gmx.de>
18022
c4662635
SM
18023 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18024 Fix port computation bug. (Bug#8618)
23c22e9a 18025
0bff894f
GM
180262011-05-05 Glenn Morris <rgm@gnu.org>
18027
b8296902
GM
18028 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18029
1f522ce8
GM
18030 * simple.el (shell-dynamic-complete-functions)
18031 (comint-dynamic-complete-functions): Declare.
18032
cf5bee67
GM
18033 * net/network-stream.el (gnutls-negotiate):
18034 * simple.el (tabulated-list-print): Fix declarations.
18035
18036 * progmodes/gud.el (syntax-symbol, syntax-point):
18037 Remove unnecessary and incorrect declarations.
18038
0bff894f
GM
18039 * emacs-lisp/check-declare.el (check-declare-scan):
18040 Handle byte-compile-initial-macro-environment in bytecomp.el
18041
9869b3ae
SM
180422011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 Fix earlier half-done eieio-defmethod change (bug#8338).
18045 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18046 Streamline and change calling convention.
18047 (defmethod): Adjust accordingly and simplify.
18048 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18049 new eieio--defmethod.
18050 (slot-boundp): Minor CSE simplification.
18051
9c1d5ac5
MZ
180522011-05-05 Milan Zamazal <pdm@zamazal.org>
18053
18054 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18055 (glasses-make-readable): Use glasses-separate-capital-groups.
18056
455c834e
JB
180572011-05-05 Juanma Barranquero <lekktu@gmail.com>
18058
18059 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18060 (warning-series): Doc fix.
18061 (display-warning): Don't try to create the buffer if we just found it.
18062
9ed7c8cb
CY
180632011-05-04 Chong Yidong <cyd@stupidchicken.com>
18064
18065 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18066 (autoload-find-generated-file): New function.
18067 (generate-file-autoloads): Bind generated-autoload-file to
18068 buffer-file-name.
9869b3ae
SM
18069 (update-file-autoloads, update-directory-autoloads):
18070 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
18071 output file (Bug#7989).
18072 (batch-update-autoloads): Doc fix.
18073
0898ca10
JB
180742011-05-04 Juanma Barranquero <lekktu@gmail.com>
18075
18076 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18077
31dfb76c
GM
180782011-05-04 Glenn Morris <rgm@gnu.org>
18079
f330b642
GM
18080 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18081 function, so it follows changes in calendar-date-style.
18082 (diary-fancy-date-matcher): New function.
18083 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18084 (diary-fancy-font-lock-fontify-region-function):
18085 Use diary-fancy-date-pattern as a function.
18086
31dfb76c
GM
18087 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18088 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18089
48e79d6a
TZ
180902011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18091
18092 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18093 instead of positional arguments. Allow :keylist and :crlfiles
18094 arguments.
18095 (open-gnutls-stream): Call it.
18096
18097 * net/network-stream.el (network-stream-open-starttls): Adjust to
18098 call `gnutls-negotiate' with :process and :hostname arguments.
18099
dd5a5ee0
SM
181002011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18101
ef80fc09
SM
18102 * minibuffer.el (completion--message): New function.
18103 (completion--do-completion, minibuffer-complete)
18104 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18105 (completion--do-completion): Don't ignore completion-auto-help when in
18106 icomplete-mode.
18107
dd5a5ee0
SM
18108 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18109 internal encoding (e.g. tibetan zero is not whitespace).
18110 (global-whitespace-mode): Prefer save-current-buffer.
18111 (whitespace-trailing-regexp): Remove useless save-match-data.
18112 (whitespace-empty-at-bob-regexp): Minor simplification.
18113
b7d22a83
CY
181142011-05-03 Chong Yidong <cyd@stupidchicken.com>
18115
18116 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18117
5192af46
AM
181182011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18119
18120 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 18121 Use `concat' to create string for insertion.
5192af46 18122
5767d190
SM
181232011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18126 Avoid open-line which runs post-self-insert-hook.
18127 (bibtex-fill-entry): Remove unused `end' var.
18128
bf242939
AM
181292011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18130
5767d190
SM
18131 * textmodes/ispell.el (ispell-add-per-file-word-list):
18132 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 18133
25666126
LL
181342011-05-03 Leo Liu <sdl.web@gmail.com>
18135
18136 * isearch.el (isearch-yank-pop): New command.
5767d190 18137 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
18138 (isearch-forward): Mention it.
18139
52d3c2d0
SM
181402011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18141
1bcace58
SM
18142 * simple.el (minibuffer-complete-shell-command): Remove.
18143 (minibuffer-local-shell-command-map): Use completion-at-point.
18144 (read-shell-command): Setup completion vars here instead.
18145 (read-expression-map): Bind TAB to symbol completion.
18146
52d3c2d0
SM
18147 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18148 error directly rather via storing it into `results'.
18149
35813471
LL
181502011-05-02 Leo Liu <sdl.web@gmail.com>
18151
18152 * vc/diff.el: Fix description.
18153
e793a940
LMI
181542011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18155
18156 * server.el (server-eval-at): New function.
18157
8de66e05
LMI
181582011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18159
18160 * net/network-stream.el (open-network-stream): Take a :nowait
18161 parameter and pass it on to `make-network-process'.
18162 (network-stream-open-plain): Ditto.
18163
dcb79f20
AS
181642011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18165
18166 * faces.el (face-spec-set-match-display): Don't match toolkit
18167 options on terminal frames.
18168
14a7fbd8
SM
181692011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18170
7eabc1be
SM
18171 * progmodes/pascal.el: Use lexical binding.
18172 (pascal-mode-map): Remove author preferences.
18173
14a7fbd8
SM
18174 * pcomplete.el (pcomplete-std-complete): Don't abuse
18175 completion-at-point.
18176
50f84510
JB
181772011-04-28 Juanma Barranquero <lekktu@gmail.com>
18178
6e087a44
JB
18179 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18180 removing code that has been dead since 1991 or so.
18181
50f84510
JB
18182 * startup.el (command-line): When warning about "_emacs", use a
18183 delayed warning to allow the user to filter it out.
18184
0ba690bd
DD
181852011-04-28 Deniz Dogan <deniz@dogan.se>
18186
18187 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18188 user has not joined.
18189
08abfaad
SM
181902011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18191
18192 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18193 aren't any completions at point.
18194
638f053a
JB
181952011-04-28 Juanma Barranquero <lekktu@gmail.com>
18196
18197 * subr.el (display-delayed-warnings): New function.
18198 (delayed-warnings-hook): New variable.
18199
8fff8daa
SM
182002011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18201
08abfaad
SM
18202 * minibuffer.el (completion-at-point, completion-help-at-point):
18203 Don't presume that a given completion-at-point-function will always
18204 use the same calling convention.
18205
8fff8daa
SM
18206 * pcomplete.el (pcomplete-completions-at-point):
18207 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18208 pcomplete-seen is non-nil.
18209 (pcomplete-comint-setup): Also recognize the new comint/shell
18210 completion functions.
18211 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18212 pcomplete-seen is non-nil.
18213
841a1577 182142011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 18215
841a1577 18216 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 18217 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 18218 the first character in the entry. This allows for code to add its
211ec907
UJ
18219 own uid to the entry.
18220 (icalendar--convert-float-to-ical): Add export of
18221 `diary-float'-entries save for those with the optional DAY
18222 argument.
18223
2a782793
DC
182242011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18225
18226 * subr.el (shell-quote-argument): Use alternate escaping strategy
18227 when we spot a variable reference in a string.
18228
0438ce91
DC
182292011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18230
18231 * cus-start.el (all): Define customization for debug-on-event.
18232
841a1577 182332011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
18234
18235 * subr.el (shell-quote-argument): Escape correctly under Windows.
18236
d090ed6c
SM
182372011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18240
bfd31217
MA
182412011-04-25 Michael Albinus <michael.albinus@gmx.de>
18242
d090ed6c
SM
18243 * net/tramp.el (tramp-process-actions): Add POS argument.
18244 Delete region between POS and (pos).
bfd31217 18245
d090ed6c
SM
18246 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18247 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
18248 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18249
18250 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18251 position in `tramp-process-actions' call.
18252
18253 * net/trampver.el: Update release number.
18254
e92f3bd3
SM
182552011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18256
850256b5
SM
18257 * custom.el (defcustom): Obey lexical-binding.
18258
e92f3bd3
SM
18259 Fix octave-inf completion problems reported by Alexander Klimov.
18260 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18261 Inherit from octave-mode-syntax-table.
18262 (inferior-octave-mode): Set info-lookup-mode.
18263 (inferior-octave-completion-at-point): New function.
18264 (inferior-octave-complete): Use it and completion-in-region.
18265 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18266 comint-filename-completion.
18267 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18268 symbol elements which shouldn't be word elements.
18269 (octave-font-lock-keywords, octave-beginning-of-defun)
18270 (octave-function-header-regexp): Adjust regexps accordingly.
18271 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18272
cd22b309
JB
182732011-04-25 Juanma Barranquero <lekktu@gmail.com>
18274
18275 * net/gnutls.el (gnutls-errorp): Declare before first use.
18276
8b492194
TZ
182772011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18278
18279 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18280 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 18281 default trustfile exists before going to use it. Add missing
5a5fa834 18282 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
18283 Reported by Claudio Bley <claudio.bley@gmail.com>.
18284 (open-gnutls-stream): Add usage example.
18285
18286 * net/network-stream.el (network-stream-open-starttls): Give host
18287 parameter to `gnutls-negotiate'.
18288 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 18289 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 18290
841a1577 182912011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 18292
cd22b309
JB
18293 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18294 Use correct match group (bug#8438).
05842630 18295
3ba7869c
CY
182962011-04-24 Chong Yidong <cyd@stupidchicken.com>
18297
512e3ae1
CY
18298 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18299 (package-menu--generate): New arg specifying packages to show.
18300 (package-menu-refresh, package-menu-execute, list-packages):
18301 Callers changed.
18302 (package-show-package-list): New function, replacing deleted
18303 package--list-packages (renamed because it is non-internal).
18304
18305 * finder.el (finder-list-matches): Use package-show-package-list
18306 instead of deleted package--list-packages.
18307
e92f3bd3
SM
18308 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18309 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
18310 (vc-annotate-mode-map): Bind it to RET.
18311
7031be6d
UR
183122011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18313
18314 * progmodes/etags.el (next-file): Don't use set-buffer to change
18315 buffers (Bug#8478).
18316
4ef177aa
CY
183172011-04-24 Chong Yidong <cyd@stupidchicken.com>
18318
c8d173eb
CY
18319 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18320
4ef177aa
CY
18321 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18322 (apropos-accumulator): Doc fix.
18323 (apropos-function, apropos-macro, apropos-command)
18324 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18325 (apropos-plist): Add face property.
18326 (apropos-symbols-internal): Fix indentation.
18327 (apropos-print): Simplify help, and recognize apropos-multi-type.
18328 (apropos-print-doc): Use button-type-get to extract the button's
18329 face property. Fill docstring (Bug#8352).
18330
4ffd0d6b 183312011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
18332
18333 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18334
c6c32125 18335 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 18336 (mpuz-mode-map): Use mapc.
c6c32125
JB
18337 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18338 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18339 Fix typos in docstrings.
18340
58d468b4
JB
18341 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18342 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18343
6470c3c6
JB
18344 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18345
4ffd0d6b 183462011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
18347
18348 * minibuffer.el (completion--do-completion): Avoid the "Next char
18349 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18350
3ad8bad0
CY
18351 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18352 mouse-2 into unread-command-events, it is interpreted correctly.
18353
71d73c9c 18354 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 18355 (image-toggle-display): Doc fix.
71d73c9c 18356
841a1577 183572011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 18358
4ffd0d6b
GM
18359 * textmodes/page.el (what-page): Use line-number-at-pos to
18360 calculate line number (Bug#6825).
6e1dbaa9 18361
c2fb1b60
JB
183622011-04-22 Juanma Barranquero <lekktu@gmail.com>
18363
18364 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18365 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18366 Pass argument NO-DEFAULT to `find-tag-interactive'.
18367
e02f48d7
JB
183682011-04-22 Juanma Barranquero <lekktu@gmail.com>
18369
18370 Lexical-binding cleanup.
18371
18372 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18373 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18374 * progmodes/ada-prj.el (ada-prj-initialize-values)
18375 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18376 (ada-prj-show-value):
18377 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18378 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18379 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18380 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18381 * progmodes/bug-reference.el (bug-reference-push-button):
18382 * progmodes/fortran.el (fortran-line-length):
18383 * progmodes/glasses.el (glasses-change):
18384 * progmodes/octave-mod.el (octave-fill-paragraph):
18385 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18386 (python-pdbtrack-grub-for-buffer, python-sentinel):
18387 * progmodes/sql.el (sql-save-connection):
18388 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18389 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18390 Mark unused parameters.
18391
18392 * progmodes/compile.el (compilation--flush-directory-cache)
18393 (compilation--flush-parse, compile-internal): Mark unused parameters.
18394 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18395 (compilation-next-error-function): Remove unused variable `timestamp'.
18396
18397 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18398 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18399
18400 * progmodes/dcl-mode.el (dcl-end-of-command):
18401 Remove unused variable `start'.
18402 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18403 (dcl-option-value-basic, dcl-option-value-offset)
18404 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18405 Mark unused parameters.
18406 (dcl-save-local-variable): Remove unused variable `val'.
18407 (mode): Declare.
18408
18409 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18410 Mark unused parameters.
18411 (delphi-ignore-changes): Move before first use.
18412 (delphi-charset-token-at): Remove unused variable `start'.
18413 (delphi-else-start): Remove unused variable `if-count'.
18414 (delphi-comment-block-start, delphi-comment-block-end):
18415 Remove unused variable `kind'.
18416 (delphi-indent-line): Remove unused variable `new-point'.
18417
18418 * progmodes/ebrowse.el (ebrowse-files-list)
18419 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18420 Mark unused parameters. Don't quote `lambda'.
18421 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18422 Don't quote `lambda'.
18423 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18424 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18425 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18426 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18427 Use `ignore-errors'.
18428 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18429 (ebrowse-view/find-file-and-search-pattern)
18430 (ebrowse-view/find-member-declaration/definition):
18431 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18432 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18433 Rename parameter PREFIX-ARG to PREFIX.
18434 (ebrowse-tags-read-name): Remove unused variables `start' and
18435 `member-info'.
18436 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18437 to `tags-file'.
18438
18439 * progmodes/etags.el (local-find-tag-hook): Declare.
18440 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18441 Mark unused parameters.
18442
18443 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18444 (executable-interpret): Mark unused parameter.
18445
18446 * progmodes/flymake.el (flymake-process-sentinel)
18447 (flymake-after-change-function)
18448 (flymake-create-temp-with-folder-structure)
18449 (flymake-get-include-dirs-dot): Mark unused parameters.
18450 (flymake-safe-delete-directory): Remove unused variable `err'.
18451
18452 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18453 (speedbar-timer-fn, speedbar-line-text)
18454 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18455 (speedbar-center-buffer-smartly): Declare functions.
18456 (gdb-find-watch-expression): Remove unused variable `array'.
18457 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18458 (gdb-starting): Mark unused parameters.
18459 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18460 (gdb-table-string): Remove unused variable `res'.
18461 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18462 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18463 (gdb-display-buffer): Remove unused variable `cur-size'.
18464
18465 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18466 allow lexical-binding compilation.
18467 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18468 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18469 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18470 Mark unused parameters.
18471 (gud-gdb-marker-filter): Remove unused variable `match'.
18472 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18473 lambda expressions and funcall them, instead of using `fset'.
18474
18475 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18476 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18477
18478 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18479 variable `header-beg'; use `let'.
18480
18481 * progmodes/icon.el (indent-icon-exp): Remove unused variables
18482 `restart', `last-sexp' and `at-do'.
18483
18484 * progmodes/js.el (js--debug): Mark unused parameter.
18485 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18486 (js--splice-into-items): Remove unused variable `item'.
18487 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18488
18489 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18490 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18491 (makefile-complete): Remove unused variable `try'.
18492 (makefile-fill-paragraph, makefile-match-function-end):
18493 Mark unused parameters.
18494
18495 * progmodes/octave-inf.el (inferior-octave-complete):
18496 Remove unused variable `proc'.
18497 (inferior-octave-output-digest): Mark unused parameter.
18498
18499 * progmodes/perl-mode.el (perl-calculate-indent):
18500 Remove unused variable `err'.
18501
18502 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18503 (prolog-indent-line): Mark unused parameters.
18504 (prolog-indent-line): Remove unused variable `beg'.
18505
18506 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18507 (reporter-dont-compact-list): Declare.
18508
18509 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18510 Remove unused variable `char'.
18511 (sh-debug): Mark unused parameter.
18512 (sh-get-indent-info): Remove unused variable `start'.
18513 (sh-calculate-indent): Remove unused variable `var'.
18514
18515 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18516 (simula-electric-keyword): Remove unused variable `null'.
18517 (simula-search-backward, simula-search-forward): Remove unused
18518 variables `begin' and `end'.
18519
18520 * progmodes/vera-mode.el (vera-guess-basic-syntax):
18521 Remove unused variable `pos'.
18522 (vera-electric-tab, vera-comment-uncomment-region):
18523 Mark unused parameters.
18524 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18525
7ede3b65
CY
185262011-04-22 Chong Yidong <cyd@stupidchicken.com>
18527
18528 * emacs-lisp/package.el (package--builtins, package-alist)
18529 (package-load-descriptor, package-built-in-p, package-activate)
18530 (define-package, package-installed-p)
18531 (package-compute-transaction, package-buffer-info)
18532 (package--push): Doc fix. Distinguish more clearly between
18533 version strings and version lists.
18534
121656e9
JB
185352011-04-21 Juanma Barranquero <lekktu@gmail.com>
18536
18537 Lexical-binding cleanup.
18538
18539 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18540 (5x5-make-mutate-best):
18541 * play/fortune.el (fortune-in-buffer):
18542 * play/gomoku.el (gomoku-init-display):
18543 * play/solitaire.el (solitaire, solitaire-do-check):
18544 * play/tetris.el (tetris-default-update-speed-function):
18545 Mark unused parameters.
18546
18547 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18548 (bubbles--shift): Remove unused variable `char-org'.
18549 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
18550 (bubbles--show-images): Remove unused variable `char'.
18551
18552 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18553 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18554 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18555 (decipher-analyze-buffer): Use ?\s.
18556 (decipher-make-checkpoint): Remove unused variable `mapping'.
18557
18558 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18559
18560 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18561 Remove unused variable `result'; use `let'.
18562
18563 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18564 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18565 (gametree-children-shown-p, gametree-compute-reduced-score):
18566 Use `ignore-errors'.
18567
18568 * play/handwrite.el (ps-lpr-switches): Declare.
18569 (handwrite): Remove unused variables `pmin' and `lastp'.
18570
18571 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18572
18573 * play/landmark.el (landmark-init-display)
18574 (landmark-update-naught-weights): Mark unused parameters.
18575 (landmark-y): Remove unused variable `noise'. Simplify.
18576 (landmark-human-plays): Remove unused variable `score'.
18577
18578 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18579 (mpuz-try-proposal): Remove unused variable `game'.
18580
18581 * play/zone.el (life-patterns): Declare.
18582
80f499c7
JB
185832011-04-20 Juanma Barranquero <lekktu@gmail.com>
18584
18585 * vc/vc.el (ediff-vc-internal): Declare function.
18586
024ff170
SM
185872011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18588
c0a193ea
SM
18589 * shell.el: Use lexical-binding and std completion UI.
18590 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18591 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18592 comint-preoutput-filter-functions rather than on
18593 comint-output-filter-functions.
18594 (shell-command-completion, shell--command-completion-data)
18595 (shell-filename-completion, shell-environment-variable-completion)
18596 (shell-c-a-p-replace-by-expanded-directory): New functions.
18597 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18598 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18599 (shell-dynamic-complete-environment-variable): Use them.
18600 (shell-dynamic-complete-as-environment-variable)
18601 (shell-dynamic-complete-as-command): Remove.
18602 (shell-match-partial-variable): Match past point.
18603 * comint.el: Clean up use of completion-at-point-functions.
18604 (comint-completion-at-point): New function.
18605 (comint-mode): Use it completion-at-point-functions.
18606 (comint-dynamic-complete): Make it obsolete.
18607 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18608 (comint-c-a-p-replace-by-expanded-history): New function.
18609 (comint-dynamic-complete-functions)
18610 (comint-replace-by-expanded-history): Use it.
18611 * minibuffer.el (completion-table-with-terminator): Allow dynamic
18612 termination strings. Try harder to avoid second try-completion.
18613 (completion-in-region-mode-map): Disable bindings that don't work yet.
18614
2dbaa080
SM
18615 * comint.el: Use lexical-binding. Require CL.
18616 (comint-dynamic-complete-functions): Use comint-filename-completion.
18617 (comint-completion-addsuffix): Tweak custom type.
18618 (comint-filename-completion, comint--common-suffix)
18619 (comint--common-quoted-suffix, comint--table-subvert)
18620 (comint--complete-file-name-data): New functions.
18621 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
18622 (comint-dynamic-list-filename-completions): Use them.
18623 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 18624
2dbaa080
SM
18625 * minibuffer.el (completion-in-region-mode):
18626 Keep completion-in-region-mode--predicate global.
18627 (completion-in-region--postch):
18628 Assume completion-in-region-mode--predicate is not null.
18629
c79a6f38
SM
18630 * progmodes/flymake.el (flymake-start-syntax-check-process):
18631 Obey `dir'. Simplify.
18632
024ff170
SM
18633 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
18634 we're in VC after all.
18635
1c6c854e
CS
186362011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
18637
18638 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 18639 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
18640 (vc-version-diff): Use vc-diff-build-argument-list-internal.
18641
bed7f140
SM
186422011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18643
332e62ab
SM
18644 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
18645 add sanity check.
18646
bed7f140
SM
18647 * obsolete/erc-hecomplete.el: Make obsolete.
18648 * obsolete/: Standardize obsolescence info in the header.
18649
f195c582
GM
186502011-04-20 Glenn Morris <rgm@gnu.org>
18651
18652 * calendar/solar.el (solar-horizontal-coordinates):
18653 Use the longitude argument rather than `calendar-longitude'.
18654 (solar-date-next-longitude): Remove unused locals.
18655
cb79b8c0
VJL
186562011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18657
18658 * whitespace.el: New version 13.2.1.
18659
186602011-04-20 felix <EmacsWiki> (tiny change)
18661
d8e4b68b 18662 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
18663 switching between major modes on a file.
18664
602ea69d
SM
186652011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18666
18667 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
18668 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
18669 multi-line comments as well.
18670
06b60517
JB
186712011-04-19 Juanma Barranquero <lekktu@gmail.com>
18672
18673 Lexical-binding cleanup.
18674
18675 * arc-mode.el (archive-mode-revert):
18676 * cmuscheme.el (scheme-interactively-start-process):
18677 * custom.el (custom-initialize-delay):
18678 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
18679 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
18680 * emacs-lock.el (emacs-lock-clear-sentinel):
18681 * ezimage.el (defezimage):
18682 * follow.el (follow-avoid-tail-recenter):
18683 * fringe.el (set-fringe-mode-1):
18684 * generic-x.el (bat-generic-mode-compile):
18685 * help-mode.el (help-info-variable, help-do-xref)
18686 (help-mode-revert-buffer):
18687 * help.el (view-emacs-todo):
18688 * iswitchb.el (iswitchb-completion-help):
18689 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
18690 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
18691 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
18692 * locate.el (locate-update):
18693 * longlines.el (longlines-encode-region)
18694 (longlines-after-change-function):
18695 * outline.el (outline-isearch-open-invisible):
18696 * ps-def.el (declare-function, charset-dimension, char-width)
18697 (encode-char):
18698 * ps-mule.el (ps-mule-plot-string):
18699 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
18700 (recentf-edit-list-select, recentf-edit-list-validate)
18701 (recentf-open-files-action):
18702 * rect.el (delete-whitespace-rectangle-line)
18703 (rectangle-number-line-callback):
18704 * register.el (window-configuration-to-register)
18705 (frame-configuration-to-register):
18706 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
18707 * select.el (xselect-convert-to-string, xselect-convert-to-length)
18708 (xselect-convert-to-targets, xselect-convert-to-delete)
18709 (xselect-convert-to-filename, xselect-convert-to-charpos)
18710 (xselect-convert-to-lineno, xselect-convert-to-colno)
18711 (xselect-convert-to-os, xselect-convert-to-host)
18712 (xselect-convert-to-user, xselect-convert-to-class)
18713 (xselect-convert-to-name, xselect-convert-to-integer)
18714 (xselect-convert-to-atom, xselect-convert-to-identity):
18715 * subr.el (declare, ignore, process-kill-without-query)
18716 (text-clone-maintain):
18717 * terminal.el (te-get-char, te-tic-sentinel):
18718 * tool-bar.el (tool-bar-make-keymap):
18719 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
18720 * type-break.el (type-break-mode, type-break-noninteractive-query):
18721 * view.el (View-back-to-mark):
18722 * wid-browse.el (widget-browse-action, widget-browse-widget)
18723 (widget-browse-widgets, widget-browse-sexp):
18724 * widget.el (define-widget-keywords):
18725 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
18726 Mark unused parameters.
18727
18728 * align.el (align-adjust-col-for-rule): Mark unused parameter.
18729 (align-areas): Remove unused variable `look'.
18730 (align-region): Remove unused variables `real-end' and `pos-list'.
18731
18732 * apropos.el (apropos-score-doc): Remove unused variable `i'.
18733
18734 * bindings.el (mode-line-modified, mode-line-remote):
18735 Mark unused parameters.
18736 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
18737
18738 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
18739 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
18740
18741 * comint.el (comint-history-isearch-pop-state)
18742 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
18743 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
18744 (comint-substitute-in-file-name): Doc fix.
18745
18746 * completion.el (cmpl-statistics-block): Mark unused parameter.
18747 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
18748 (save-completions-to-file, load-completions-from-file):
18749 Remove unused local variable `e'.
18750
18751 * composite.el (compose-chars): Remove unused variable `len'.
18752 (lgstring-insert-glyph): Remove unused variable `g'.
18753 (compose-glyph-string): Remove unused variables `ascent',
18754 `descent', `lbearing' and `rbearing'.
18755 (compose-glyph-string-relative): Remove unused variables
18756 `lbearing', `rbearing' and `wadjust'.
18757 (compose-gstring-for-graphic): Remove unused variables `header',
18758 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
18759 (compose-gstring-for-terminal): Remove unused variables `header'
18760 and `nchars'. Use `let', not `let*'.
18761
18762 * cus-edit.el (Custom-set, Custom-save, custom-reset)
18763 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
18764 (Custom-buffer-done, custom-buffer-create-internal)
18765 (custom-browse-visibility-action, custom-browse-group-tag-action)
18766 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
18767 (widget-magic-mouse-down-action, custom-toggle-parent)
18768 (custom-add-parent-links, custom-toggle-hide-variable)
18769 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
18770 (custom-toggle-hide-face, face, hook, custom-group-link-action)
18771 (custom-face-menu-create, custom-variable-menu-create, get)
18772 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
18773 (custom-reset-standard-save-and-update): Remove unused variable `value'.
18774 (customize-apropos): Remove unused variable `tests'.
18775 (custom-group-value-create): Remove unused variable `hidden-p'.
18776 (sort-fold-case): Declare.
18777
18778 * cus-theme.el (custom-reset-standard-faces-list)
18779 (custom-reset-standard-variables-list): Declare.
18780 (customize-create-theme, custom-theme-revert, custom-theme-write)
18781 (custom-theme-choose-mode, customize-themes, custom-theme-save):
18782 Mark unused parameters.
18783
18784 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
18785
18786 * delim-col.el (delimit-columns-max): Move defvar before first use.
18787
18788 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 18789 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
18790
18791 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
18792 (auto-insert): Declare.
18793 (desktop-restore-file-buffer): Rename desktop-* parameters;
18794 mark unused ones.
18795 (desktop-create-buffer): Rename desktop-* parameters and bind them.
18796 (desktop-buffer): Rename desktop-* parameters.
18797
18798 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
18799 (dframe-reposition-frame-xemacs, dframe-help-echo)
18800 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
18801 Mark unused parameters.
18802
18803 * dired-aux.el (backup-extract-version-start, overwrite-query)
18804 (overwrite-backup-query, rename-regexp-query)
18805 (rename-non-directory-query): Declare.
18806 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
18807 (dired-add-entry): Remove unused variable `orig-file-name'.
18808 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
18809 Use parameter PRESERVE-TIME instead of accessing dynamic variable
18810 `dired-copy-preserve-time' directly.
18811 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
18812 (dired-insert-subdir-newpos): Rename unused variable `pos'.
18813
18814 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
18815 (dired-virtual-revert, dired-make-relative-symlink):
18816 Mark unused parameters.
18817 (manual-program): Declare.
18818 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
18819 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
18820 wrapped in `with-no-warnings' to avoid replacing one warning by another.
18821
18822 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
18823
18824 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
18825
18826 * echistory.el (electric-history-in-progress, Helper-return-blurb):
18827 Declare.
18828
18829 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
18830
18831 * electric.el (Electric-command-loop): Rename parameter
18832 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
18833
18834 * expand.el (expand-in-literal): Remove unused variable `here'.
18835
18836 * facemenu.el (facemenu-add-new-color):
18837 Remove unused variable `docstring'.
18838
18839 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
18840 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
18841 (face-attr-construct): Mark unused parameter. Doc fix.
18842 (read-color): Remove unused variable `hex-string'.
18843
18844 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
18845 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
18846 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
18847 (display-buffer-other-frame): Remove unused variable `old-window'.
18848 (kill-buffer-hook): Declare.
18849 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
18850 Mark unused parameters.
18851 (after-find-file): Pass 1 to `auto-save-mode', not t.
18852
18853 * files-x.el (auto-insert): Declare.
18854 (modify-file-local-variable-prop-line): Remove unused variable `val'.
18855
18856 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 18857 variable `buf'. Mark unused parameter.
06b60517
JB
18858 (find-lisp-insert-directory): Mark unused parameter.
18859
18860 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
18861 (format-encode-region): Remove unused variables `cur-buf' and `result'.
18862 (format-common-tail): Remove, unused.
18863 (format-deannotate-region): Remove unused variable `loc'.
18864 (format-annotate-region): Remove unused variable `p'.
18865 (format-annotate-single-property-change): Remove unused variables
18866 `default' and `tail'.
18867
18868 * forms.el (read-file-filter): Declare.
18869 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18870
18871 * frame.el (frame-creation-function-alist): Mark unused parameter.
18872 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18873
18874 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18875 Remove unused parameters.
18876 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18877 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18878
18879 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18880 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18881 (hfy-prepare-tag-map): Mark unused parameters.
18882 (htmlfontify-buffer): Use `called-interactively-p'.
18883
18884 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18885 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18886 (ibuffer-do-occur): Mark unused parameters.
18887 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18888 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18889
18890 * ibuffer.el: Don't quote `lambda'.
18891 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18892 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18893 Mark unused parameters.
18894
18895 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18896 (ido-completing-read): Mark unused parameters.
18897 (ido-copy-current-word): Mark unused parameters;
18898 remove unused variable `name'.
18899 (ido-sort-merged-list): Remove unused parameter `dirs'.
18900
18901 * ielm.el (ielm-input-sender): Mark unused parameter.
18902 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18903 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18904 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18905 `ielm-string' as a dynamic variable accessible from the IELM prompt.
18906 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
18907
18908 * image-dired.el (image-dired-display-thumbs): Remove unused
18909 variables `curr-file' and `count'.
18910 (image-dired-remove-tag): Remove unused variable `start'.
18911 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18912 variable `curr-file'
18913 (image-dired-rotate-original): Remove unused variable `temp-file'.
18914 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18915 Remove unused variable `file'.
18916 (image-dired-gallery-generate): Remove unused variable `curr'.
18917 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18918
18919 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18920
18921 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18922
18923 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18924
18925 * isearch.el (minibuffer-history-symbol): Declare.
18926 (isearch-edit-string): Remove unused variable `err'.
18927 (isearch-message-prefix, isearch-message-suffix):
18928 Mark unused parameters.
18929
18930 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18931
18932 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18933
18934 * makesum.el (double-column): Remove unused variable `cnt'.
18935
18936 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18937 (ido-ignore-item-temp-list): Declare.
18938
18939 * mouse-drag.el (mouse-drag-throw): Remove unused variables
18940 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18941 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18942 (mouse-drag-drag): Remove unused variables `mouse-delta' and
18943 `mouse-col-delta'.
18944
18945 * mouse-sel.el (mouse-extend-internal):
18946 Remove unused variable `orig-window-frame'.
18947
18948 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18949 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18950 Move declarations before first use.
18951 (pcomplete-opt): Mark unused parameters; doc fix.
18952
18953 * proced.el (proced-revert): Mark unused parameter.
18954 (proced-send-signal): Remove unused variable `err'.
18955
18956 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18957 Rename parameter PREFIX-ARG to ARG.
18958 (ps-basic-plot-string, ps-basic-plot-whitespace):
18959 Mark unused parameters.
18960
18961 * replace.el (replace-count): Define.
18962 (occur-revert-function): Mark unused parameters.
18963 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18964 (isearch-case-fold-search, isearch-string): Declare.
18965 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18966 bind `case-fold-search'. Remove unused variables `beg' and `end',
18967 and simplify.
18968 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18969 COUNT and bind `replace-count'.
18970 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18971 to COUNT.
18972
18973 * savehist.el (print-readably, print-string-length): Declare.
18974
18975 * shadowfile.el (shadow-expand-cluster-in-file-name):
18976 Remove unused variable `cluster'.
18977 (shadow-copy-file): Remove unused variable `i'.
18978 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18979 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18980 (shadow-define-literal-group, shadow-define-regexp-group)
18981 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18982
18983 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18984 (shell): Use `called-interactively-p'.
18985 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18986
18987 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18988 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18989 (delete-backward-char): Remove unused variable `ocol'.
18990 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18991 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18992 (event-apply-hyper-modifier, event-apply-shift-modifier)
18993 (event-apply-control-modifier, event-apply-meta-modifier):
18994 Mark unused parameters.
18995 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18996 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18997
18998 * speedbar.el (speedbar-ignored-directory-expressions)
18999 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19000 (speedbar-find-file, speedbar-dir-follow)
19001 (speedbar-directory-buttons-follow, speedbar-tag-find)
19002 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19003 (speedbar-buffers-line-directory, speedbar-buffer-click):
19004 Mark unused parameters.
19005 (speedbar-tag-file): Remove unused variable `mode'.
19006 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19007
19008 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19009
19010 * talk.el (talk): Remove unused variable `display'.
19011
19012 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19013 (tar-write-region-annotate): Mark unused parameter.
19014
19015 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19016 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19017 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19018 warning by another.
19019
19020 * time-stamp.el (time-stamp-string-preprocess):
19021 Remove unused variable `require-padding'.
19022
19023 * tree-widget.el (widget-glyph-enable): Declare.
19024 (tree-widget-action): Mark unused parameter.
19025
19026 * w32-fns.el (x-get-selection): Mark unused parameter.
19027 (autoload-make-program, generated-autoload-file): Declare.
19028
19029 * wdired.el (wdired-revert): Mark unused parameters.
19030 (wdired-xcase-word): Remove unused variable `err'.
19031
19032 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19033 (whitespace-help-scroll): Remove unused variable `data-help'.
19034
19035 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19036 (widget-image-insert, widget-after-change, default)
19037 (widget-default-format-handler, widget-default-notify)
19038 (widget-default-prompt-value, widget-info-link-action)
19039 (widget-url-link-action, widget-function-link-action)
19040 (widget-variable-link-action, widget-file-link-action)
19041 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19042 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19043 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19044 (widget-insert-button-action, widget-delete-button-action, visibility)
19045 (widget-documentation-link-action, widget-documentation-string-action)
19046 (widget-const-prompt-value, widget-regexp-match, symbol)
19047 (widget-coding-system-prompt-value)
19048 (widget-key-sequence-value-to-external, sexp)
19049 (widget-sexp-value-to-internal, character, vector, cons)
19050 (widget-choice-prompt-value, widget-boolean-prompt-value)
19051 (widget-color--choose-action): Mark unused parameters.
19052 (widget-item-match-inline, widget-choice-match-inline)
19053 (widget-checklist-match, widget-checklist-match-inline)
19054 (widget-group-match): Rename parameter VALUES to VALS.
19055 (widget-field-value-set): Remove unused variable `size'.
19056 (widget-color-action): Remove unused variables `value' and `start'.
19057
19058 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 19059 variable `dir'. Doc fix.
06b60517
JB
19060 (windmove-find-other-window): Don't pass it.
19061
19062 * window.el (count-windows): Mark unused parameter.
19063 (bw-adjust-window): Remove unused variable `err'.
19064
19065 * woman.el (woman-file-name): Remove unused variable `default'.
19066 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19067 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19068 (global-font-lock-mode): Declare.
19069 (woman-decode-region): Mark unused parameter.
19070 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19071
19072 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19073 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19074 (x-dnd-handle-moz-url): Remove unused variable `title'.
19075 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19076
19077 * xml.el (xml-parse-tag, xml-parse-attlist):
19078 Remove unused variable `pos'.
19079
bc4f7f3d
GM
190802011-04-19 Glenn Morris <rgm@gnu.org>
19081
19082 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19083 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19084 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19085 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19086 * calendar/cal-html.el (cal-html-insert-minical):
19087 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19088 (calendar-mark-date-pattern):
19089 Prefix "unused" locals.
19090
19091 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19092 optional argument `style'.
19093
19094 * calendar/appt.el (appt-make-list):
19095 * calendar/cal-china.el (calendar-chinese-date-string):
19096 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19097 (diary-hebrew-yahrzeit):
19098 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19099 * calendar/calendar.el (calendar-generate-window):
19100 * calendar/time-date.el (time-to-days):
19101 Remove unused local variables.
19102
16a43933
CY
191032011-04-18 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19106 glyphless-char-display table.
19107 (tabulated-list-glyphless-char-display): New var.
19108
7eed1860
SS
191092011-04-18 Sam Steingold <sds@gnu.org>
19110
19111 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19112 to acknowledgments.
19113
4d2d1ccd
GM
191142011-04-17 Glenn Morris <rgm@gnu.org>
19115
19116 * calendar/diary-lib.el (diary-sexp-entry):
19117 * calendar/holidays.el (holiday-sexp):
19118 Set debug-on-error rather than the removed stack-trace-on-error.
19119
239da61d
GM
191202011-04-16 Glenn Morris <rgm@gnu.org>
19121
19122 * progmodes/f90.el: Use lexical-binding.
19123 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19124
8b05752a
SM
191252011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19126
daca8ba5
SM
19127 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19128 (mail-mode): Setup mailalias completion here instead.
19129 * mail/mailalias.el: Use lexical-binding.
19130 (pattern, mailalias-done): Declare dynamic.
19131 (mail-completion-at-point-function): New function, from mail-complete.
19132 (mail-complete): Use it.
19133 (mail-completion-expand): New function.
19134 (mail-get-names): Use it.
19135 (mail-directory, mail-directory-process, mail-directory-stream):
19136 Don't use `pattern' for lexically bound arg.
19137
6f542485
SM
19138 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19139
037e7c3f
SM
19140 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19141 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19142 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19143
8b05752a
SM
19144 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19145 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19146 (byte-interactive-p): Define them again, for use when inlining
19147 old code.
19148
49093f60
JB
191492011-04-15 Juanma Barranquero <lekktu@gmail.com>
19150
19151 * loadup.el: Use `string-to-number', not `string-to-int'.
19152
b5b8e7de
SM
191532011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19156 gud-gdb-complete-command.
19157 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19158 (gud-gdb-completion-at-point): New function.
19159 (gud-gdb-completions): Remove.
19160
f42efeb5
MA
191612011-04-14 Michael Albinus <michael.albinus@gmx.de>
19162
49093f60
JB
19163 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19164 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19165 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19166 whether `executable-find' is bound.
f42efeb5
MA
19167
19168 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19169
e240cc21
SM
191702011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * minibuffer.el (completion-in-region-mode-predicate)
19173 (completion-in-region-mode--predicate): New vars.
19174 (completion-in-region, completion-in-region--postch)
19175 (completion-in-region-mode): Use them.
19176 (completion--capf-wrapper): Also return the hook function.
19177 (completion-at-point, completion-help-at-point):
19178 Adjust and provide a predicate.
c2bd2ab0
SM
19179
19180 Preserve arg names for advice of subr and lexical functions (bug#8457).
19181 * help-fns.el (help-function-arglist): Consolidate the subr and
19182 new-byte-code cases. Add argument `preserve-names' to extract names
19183 from the docstring when needed.
19184 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19185 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19186 (ad-arglist): Use help-function-arglist's new arg.
19187 (ad-definition-type): Use cond.
19188
c183f693
JB
191892011-04-13 Juanma Barranquero <lekktu@gmail.com>
19190
06641a47
JB
19191 * autorevert.el (auto-revert-handler):
19192 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19193 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19194 Don't quote lambda.
19195
c183f693
JB
19196 * image-mode.el (image-transform-set-scale):
19197 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19198
1e3b6001
G
191992011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19200
19201 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 19202 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
19203 Upgrades via gnutls-cli are too slow to be done opportunistically.
19204
2d6af8dd
JB
192052011-04-12 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * dframe.el (dframe-current-frame): Remove spurious quote.
19208
c0749a51
GM
192092011-04-12 Glenn Morris <rgm@gnu.org>
19210
088d0d61
GM
19211 * calendar/cal-tex.el (cal-tex-end-document):
19212 Try to automatically use latin1 input if needed.
19213
c0749a51
GM
19214 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19215 Don't try to cons a mark onto an empty element.
19216
5c90fde0
LL
192172011-04-11 Leo Liu <sdl.web@gmail.com>
19218
19219 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19220 buffers.
19221 (ido-kill-buffer-at-head): Support killing virtual buffers.
19222
369e974d
CY
192232011-04-10 Chong Yidong <cyd@stupidchicken.com>
19224
19225 * minibuffer.el (completion-show-inline-help): New var.
19226 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
19227 (minibuffer-force-complete, minibuffer-complete-word):
19228 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
19229
19230 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19231 to avoid interference from inline help (Bug#5849).
19232
37f1c930
LL
192332011-04-10 Leo Liu <sdl.web@gmail.com>
19234
099c39a4
JB
19235 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19236 Fix typo.
37f1c930 19237
a32d4040
CY
192382011-04-09 Chong Yidong <cyd@stupidchicken.com>
19239
19240 * image-mode.el (image-toggle-display-image): Signal an error if
19241 not in Image mode.
19242 (image-transform-mode, image-transform-resize)
19243 (image-transform-set-rotation): Doc fix.
daca8ba5 19244 (image-transform-set-resize): Delete.
a32d4040
CY
19245 (image-transform-set-scale, image-transform-fit-to-height)
19246 (image-transform-fit-to-width): Handle image-toggle-display-image
19247 and image-transform-resize directly.
19248
099c39a4 192492011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
19250
19251 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
19252 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19253 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
19254 (doc-view-mode-map): Add bindings for the new functions.
19255
099c39a4 192562011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 19257
4d61f28d 19258 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
19259 Fix typo in docstring.
19260
3726838a
EZ
192612011-04-08 Eli Zaretskii <eliz@gnu.org>
19262
04f33f1e
EZ
19263 * files.el (file-size-human-readable): Produce one digit after
19264 decimal, like "ls -lh" does.
19265
19266 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19267 the file size representation.
19268
3726838a
EZ
19269 * simple.el (list-processes): If async subprocesses are not
19270 available, error out with a clear error message.
19271
cbb59342
CY
192722011-04-08 Chong Yidong <cyd@stupidchicken.com>
19273
19274 * help.el (help-form-show): New function, to be called from C.
19275 Put help-form output in a buffer named differently than *Help*.
19276
e3971c44
EZ
192772011-04-08 Eli Zaretskii <eliz@gnu.org>
19278
19279 * files.el (file-size-human-readable): New function.
19280
19281 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19282 computing the representation inline. Don't require `cl'.
19283
12544bbe
GM
192842011-04-08 Glenn Morris <rgm@gnu.org>
19285
a1de6c6a
GM
19286 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19287
3c4671f4
GM
19288 * net/browse-url.el (browse-url-firefox):
19289 Test system-type, not system-configuration.
19290
b605679c
GM
19291 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19292 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19293 Use log-edit-empty-buffer-p. (Bug#7598)
19294
56442f0c
GM
19295 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19296 (rlogin-mode-map): Initialize in the defvar.
19297 (rlogin): Use ignore-errors.
19298
12544bbe
GM
19299 * replace.el (occur-mode-map): Some fixes for menu items.
19300
eb237b0f
AH
193012011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19302
19303 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19304
7d668f2c
CY
193052011-04-06 Chong Yidong <cyd@stupidchicken.com>
19306
e67a13ab
CY
19307 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19308 issuing unused warnings.
19309
19310 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19311 macro directly.
19312
7d668f2c
CY
19313 * simple.el: Lisp reimplement of list-processes. Based on an
19314 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19315 (process-menu-mode): New major mode.
19316 (list-processes--refresh, list-processes):
19317 (process-menu-visit-buffer): New functions.
19318
19319 * files.el (save-buffers-kill-emacs): Don't assume any return
19320 value of list-processes, which is undocumented anyway.
19321
a83ec3c9
CY
193222011-04-06 Chong Yidong <cyd@stupidchicken.com>
19323
19324 * emacs-lisp/tabulated-list.el: New file.
19325
e91a96fe
CY
19326 * emacs-lisp/package.el: Use Tabulated List mode.
19327 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19328 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19329 table format using Tabulated List mode variables.
19330 (package--push): New macro, replacing package-list-maybe-add.
19331 (package-menu--generate): Use package--push. Renamed from
19332 package--generate-package-list.
19333 (package-menu-refresh, list-packages): Use it.
daca8ba5 19334 (package-menu--print-info): Rename from package-print-package.
e91a96fe 19335 Return insertion data instead of inserting it directly.
099c39a4
JB
19336 (package-menu-describe-package, package-menu-execute):
19337 Use tabulated-list-get-id.
e91a96fe
CY
19338 (package-menu-mark-delete, package-menu-mark-install)
19339 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
19340 (package-menu-mark-obsolete-for-deletion):
19341 Use tabulated-list-put-tag.
e91a96fe
CY
19342 (package--list-packages, package-menu-revert)
19343 (package-menu-get-package, package-menu-get-version)
19344 (package-menu-sort-by-column): Functions deleted.
19345 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19346 (package-menu--status-predicate, package-menu--version-predicate)
19347 (package-menu--name-predicate)
19348 (package-menu--description-predicate): Handle arguments in the
19349 Tabulated List format.
19350 (package-list-packages-no-fetch): Call list-packages.
19351
3e214b50
JB
193522011-04-06 Juanma Barranquero <lekktu@gmail.com>
19353
19354 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 19355 (after-find-file): Don't bind it.
3e214b50
JB
19356 (revert-buffer-in-progress-p): New variable.
19357 (revert-buffer): Bind it.
19358 Pass nil for `after-find-file-from-revert-buffer'.
19359
19360 * saveplace.el (save-place-find-file-hook): Use new variable
19361 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19362
3f0f1700
GM
193632011-04-06 Glenn Morris <rgm@gnu.org>
19364
c0274801
GM
19365 * Makefile.in (AUTOGEN_VCS): New variable.
19366 (autoloads): Use $AUTOGEN_VCS.
19367
3f0f1700
GM
19368 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19369 * calendar/calendar.el (calendar-mode-map):
19370 Check for toolkit scroll bars. (Bug#8305)
19371
41ea9e48
CY
193722011-04-05 Chong Yidong <cyd@stupidchicken.com>
19373
19374 * minibuffer.el (completion-in-region--postch)
19375 (completion-in-region-mode): Remove unnecessary messages.
19376
6194c800
JB
193772011-04-05 Juanma Barranquero <lekktu@gmail.com>
19378
33256f14
JB
19379 * font-lock.el (font-lock-refresh-defaults):
19380 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19381 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19382
6194c800
JB
19383 * info.el (Info-directory-list, Info-read-node-name-2)
19384 (Info-split-parameter-string): Doc fixes.
19385 (Info-virtual-nodes): Reflow docstring.
19386 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19387 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19388 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19389 Fix typos in docstrings.
19390 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19391 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19392 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19393 (Info-restore-desktop-buffer): Mark unused parameters.
19394 (Info-directory-find-file, Info-directory-find-node)
19395 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19396 (Info-virtual-index-find-node, Info-apropos-find-file)
19397 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 19398 Mark unused parameters; fix typos in docstrings.
6194c800
JB
19399 (Info-virtual-index): Remove unused local variable `nodename'.
19400
b87a8200 194012011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 19402
b87a8200
DD
19403 * net/rcirc.el: Update my e-mail address.
19404 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 19405
3b2ff876
CY
194062011-04-05 Chong Yidong <cyd@stupidchicken.com>
19407
19408 * startup.el (command-line): Save the cursor's theme-face
19409 directly, instead of using face-override-spec.
19410
19411 * custom.el (load-theme): Minor optimization in assigning faces.
19412
8d17e7ca
JB
194132011-04-04 Juanma Barranquero <lekktu@gmail.com>
19414
19415 * help-fns.el (describe-variable): Complete all variables having
19416 documentation, including keywords.
19417 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19418
2fbc1934
JB
194192011-04-04 Juanma Barranquero <lekktu@gmail.com>
19420
19421 Convert to lexical-binding.
19422
19423 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19424 (bs--get-marked-string, bs--get-modified-string)
19425 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19426 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19427 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19428
19429 * ehelp.el (electric-help-execute-extended)
19430 (electric-help-ctrl-x-prefix):
19431 * hexl.el (hexl-revert-buffer-function):
19432 * linum.el (linum-after-change, linum-after-scroll):
19433 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19434
19435 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19436
74f50695
DU
194372011-04-04 Daiki Ueno <ueno@unixuser.org>
19438
19439 * epa-dired.el:
19440 * epa-mail.el:
19441 * epa-hook.el:
19442 * epa-file.el:
19443 * epa.el:
19444 * epg.el: Use lexical binding.
19445
c11325f7
CY
194462011-04-03 Chong Yidong <cyd@stupidchicken.com>
19447
0d9e9a12
CY
19448 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19449
c11325f7 19450 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
19451 dictionary case for flyspell-mark-duplications-exceptions.
19452 Use regexp matching for languages.
c11325f7
CY
19453 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19454 default dictionary (Bug#7926).
19455
da91b5f2
CY
194562011-04-02 Chong Yidong <cyd@stupidchicken.com>
19457
099c39a4
JB
19458 * emacs-lisp/package.el (package--with-work-buffer):
19459 Recognize https URLs.
da91b5f2 19460
099c39a4
JB
19461 * net/network-stream.el: Move from gnus/proto-stream.el.
19462 Change prefix to network-stream throughout.
da91b5f2
CY
19463 (open-protocol-stream): Merge into open-network-stream, leaving
19464 open-protocol-stream as an alias. Handle nil BUFFER args.
19465
19466 * subr.el (open-network-stream): Move to net/network-stream.el.
19467
afa8e9f6
GM
194682011-04-02 Glenn Morris <rgm@gnu.org>
19469
1d2e369d
GM
19470 * find-dired.el (find-exec-terminator): New option.
19471 (find-ls-option): Test for -ls support.
19472 (find-ls-subdir-switches): Test for -b in find-ls-option.
19473 (find-dired, find-grep-dired): Doc fixes.
19474 (find-dired): Use find-exec-terminator.
19475
8abb7da8 19476 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
19477 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19478 (find-name-arg): Remove purecopy.
8abb7da8 19479
f3ca7378
GM
19480 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19481 (grep-compute-defaults): Check for `-exec COMMAND +' support.
19482 Set grep-find-use-xargs, grep-find-command, and grep-find-template
19483 accordingly. Don't add the null-device if not needed.
19484
afa8e9f6
GM
19485 * files.el (save-some-buffers): Doc fix.
19486
35eae264
EZ
194872011-04-02 Eli Zaretskii <eliz@gnu.org>
19488
19489 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19490
26b51db5
JB
194912011-04-01 Juanma Barranquero <lekktu@gmail.com>
19492
19493 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19494 Use `dolist' rather than `mapcar'.
19495
7200d79c
SM
194962011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19497
03408648 19498 Add lexical binding.
7200d79c 19499
03408648
SM
19500 * subr.el (apply-partially): Use new closures rather than CL.
19501 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19502 (dolist, dotimes): Use slightly different expansion for lexical code.
19503 (functionp): Move to C.
19504 (letrec): New macro.
19505 (with-wrapper-hook): Use it and apply-partially instead of CL.
19506 (eval-after-load): Preserve lexical-binding.
19507 (save-window-excursion, with-output-to-temp-buffer): Turn them
19508 into macros.
7200d79c 19509
03408648
SM
19510 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19511
19512 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19513 than the arglist.
19514 (help-add-fundoc-usage): Don't add `Not documented'.
19515 (help-function-arglist): Handle closures, subroutines, and new
19516 byte-code-functions.
19517 (help-make-usage): Remove leading underscores.
19518 (describe-function-1): Handle closures.
19519 (describe-variable): Use special-variable-p for completion.
19520
19521 * files.el (lexical-binding): Declare safe.
f488fb65 19522
03408648
SM
19523 * emacs-lisp/pcase.el: Don't use destructuring-bind.
19524 (pcase--memoize): Rename from pcase-memoize. Change weakness.
19525 (pcase): Add `let' pattern.
19526 Change memoization so it actually works.
19527 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19528 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19529 <let>: New case.
f488fb65 19530
03408648
SM
19531 * emacs-lisp/macroexp.el: Use lexical binding.
19532 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
19533 Don't convert ' to #' without checking that it's indeed quoting
19534 a lambda.
19535
19536 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 19537 Use eval-sexp-add-defvars.
03408648
SM
19538 (eval-sexp-add-defvars): New fun.
19539
19540 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19541
19542 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19543 Don't autoload.
19544 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19545 than the internal `byte-compile-lambda'.
19546 (defmethod): Don't hide code under quotes.
19547 (eieio-defmethod): New `code' argument.
19548
19549 * emacs-lisp/eieio-comp.el: Remove.
19550
19551 * emacs-lisp/edebug.el (edebug-eval-defun)
19552 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19553 (edebug-toggle): Avoid `eval'.
19554
19555 * emacs-lisp/disass.el (disassemble-internal): Handle new
19556 `closure' objects.
19557 (disassemble-1): Handle new byte codes.
19558
19559 * emacs-lisp/cl.el (pushnew): Silence warning.
19560
19561 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19562 (cl-byte-compile-throw): Remove.
19563 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19564
19565 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19566 closures.
19567
19568 * emacs-lisp/cconv.el: New file.
19569
19570 * emacs-lisp/bytecomp.el: Use lexical binding instead of
19571 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
19572 (byte-compile-initial-macro-environment):
19573 Handle declare-function here.
19574 (byte-compile--lexical-environment): New var.
19575 (byte-stack-ref, byte-stack-set, byte-discardN)
19576 (byte-discardN-preserve-tos): New lap codes.
19577 (byte-interactive-p): Don't use any more.
19578 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19579 New macros.
19580 (byte-compile-lapcode): Use them and handle new lap codes.
19581 (byte-compile-obsolete): Remove.
19582 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19583 (byte-compile-arglist-warn): Check late def of inlinable funs.
19584 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19585 since they should have been expanded by now.
19586 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19587 (byte-compile-from-buffer): Remove unused second arg.
19588 (byte-compile-preprocess): New function.
19589 (byte-compile-toplevel-file-form): New function to distinguish
19590 file-form calls from outside from file-form calls from hunk-handlers.
19591 (byte-compile-file-form): Simplify.
19592 (byte-compile-file-form-defsubst): Remove.
19593 (byte-compile-file-form-defmumble): Simplify now that
19594 byte-compile-lambda always returns a byte-code-function.
19595 (byte-compile): Preprocess.
19596 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19597 Remove, not used any more.
19598 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19599 (byte-compile-make-args-desc): New funs.
19600 (byte-compile-lambda): Handle lexical functions. Always return
19601 a byte-code-function.
19602 (byte-compile-reserved-constants): New var, to make up room for
19603 closed-over variables.
19604 (byte-compile-constants-vector): Obey it.
19605 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19606 (byte-compile-macroexpand-declare-function): New function.
19607 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19608 byte-code-functions.
19609 (byte-compile-form): Check obsolescence here.
19610 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19611 (byte-compile-variable-ref): Remove.
19612 (byte-compile-dynamic-variable-op): New fun.
19613 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19614 (byte-compile-variable-set): New funs.
19615 (byte-compile-discard): Add 2 args.
19616 (byte-compile-stack-ref, byte-compile-stack-set)
19617 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19618 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
19619 macroexpand-all instead.
19620 (byte-compile-quote-form): Remove.
19621 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
19622 (byte-compile-bind, byte-compile-unbind): New funs.
19623 (byte-compile-let): Handle let* and lexical binding.
19624 (byte-compile-let*): Remove.
19625 (byte-compile-catch, byte-compile-unwind-protect)
19626 (byte-compile-track-mouse, byte-compile-condition-case):
19627 Handle a new :fun-body form, used for lexical scoping.
19628 (byte-compile-save-window-excursion)
19629 (byte-compile-with-output-to-temp-buffer): Remove.
19630 (byte-compile-defun): Simplify.
19631 (byte-compile-stack-adjustment): New fun.
19632 (byte-compile-out): Use it.
19633 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
19634
19635 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
19636 handler any more.
19637
19638 * emacs-lisp/byte-opt.el: Use lexical binding.
19639 (byte-inline-lapcode): Remove (to bytecomp).
19640 (byte-compile-inline-expand): Pay attention to inlining to/from
19641 lexically bound code.
19642 (byte-compile-unfold-lambda): Don't handle byte-code-functions
19643 any more.
19644 (byte-optimize-form-code-walker): Don't handle save-window-excursion
19645 any more and don't call compiler-macros.
19646 (byte-compile-splice-in-already-compiled-code): Remove.
19647 (byte-code): Don't inline any more.
19648 (disassemble-offset): Receive `bytes' as argument rather than via
19649 dynamic scoping.
19650 (byte-compile-tag-number): Declare before first use.
19651 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
19652 `return' even if make-spliceable.
19653 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
19654 obsolete interactive-p.
19655 (byte-optimize-lapcode): Optimize new lap-codes.
19656 Don't trip up on new form of `byte-constant' lap code.
19657
19658 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
19659
19660 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
19661
19662 * custom.el (custom-initialize-default, custom-declare-variable):
19663 Use `defvar'.
19664
19665 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
19666 New variables.
19667 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
19668 (COMPILE_FIRST): Add macroexp and cconv.
19669 * makefile.w32-in: Mirror changes in Makefile.in.
19670
19671 * vc/cvs-status.el:
19672 * vc/diff-mode.el:
19673 * vc/log-edit.el:
19674 * vc/log-view.el:
19675 * vc/smerge-mode.el:
19676 * textmodes/bibtex-style.el:
090bd7cb 19677 * textmodes/css-mode.el:
03408648
SM
19678 * startup.el:
19679 * uniquify.el:
da91b5f2
CY
19680 * minibuffer.el:
19681 * newcomment.el:
19682 * reveal.el:
19683 * server.el:
19684 * mpc.el:
19685 * emacs-lisp/smie.el:
19686 * doc-view.el:
19687 * dired.el:
03408648
SM
19688 * abbrev.el: Use lexical binding.
19689
0f0c1f27
EZ
196902011-04-01 Eli Zaretskii <eliz@gnu.org>
19691
19692 * info.el (info-display-manual): New function.
19693
c82b2579
SM
196942011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19695
19696 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
19697
221ddf68
TH
196982011-03-31 Tassilo Horn <tassilo@member.fsf.org>
19699
19700 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 19701 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 19702
cba6e77e
GM
197032011-03-31 Glenn Morris <rgm@gnu.org>
19704
e040639f
GM
19705 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
19706
cba6e77e
GM
19707 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
19708
6d0f1c9e
CS
197092011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
19710
19711 * progmodes/python.el (python-default-interpreter)
19712 (python-python-command-args, python-jython-command-args)
19713 (python-which-shell, python-which-args, python-which-bufname)
19714 (python-file-queue, python-comint-output-filter-function)
19715 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
19716 variables and functions.
19717
3e2d70fd
SM
197182011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
19721 (completion-in-region-mode): New minor mode.
19722 (completion-in-region): Use it.
19723 (completion-in-region--data, completion-in-region-mode-map): New vars.
19724 (completion-in-region--postch): New function.
19725 (completion--capf-misbehave-funs, completion--capf-safe-funs):
19726 New vars.
19727 (completion--capf-wrapper): New function.
19728 (completion-at-point): Use it to track well-behavedness of
19729 hook functions.
19730 (completion-help-at-point): New command.
19731
f3e4086c
JM
197322011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
19733
19734 * vc/add-log.el (add-change-log-entry): Don't use whitespace
19735 syntax class to search for whitespace on a single line
19736 (Message-ID: <4D938140.4030905@redhat.com>).
19737
eb7ffc14
LL
197382011-03-30 Leo Liu <sdl.web@gmail.com>
19739
19740 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
19741 New commands.
19742 (edit-abbrevs-map): Bind them here.
19743 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
19744
d806ab68
KM
197452011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
19746
19747 * allout.el (allout-hide-by-annotation, allout-flag-region):
19748 Reduce possibility of overlay leakage by making them volatile.
19749
19750 * allout-widgets.el (allout-widgets-tally): Define as nil so the
19751 hash is not shared between buffers. Mode initialization is
19752 responsible for giving it a useful starting value.
19753 (allout-item-span): Reduce possibility of overlay leakage by
19754 making them volatile.
19755 (allout-widgets-count-buttons-in-region): Add diagnostic function
19756 for tracking down button overlay leaks.
19757
ea622834
LL
197582011-03-29 Leo Liu <sdl.web@gmail.com>
19759
19760 * ido.el (ido-read-internal): Use the default history var
19761 minibuffer-history if no HISTORY is specified.
19762
b62f8267
G
197632011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
19764
03408648
SM
19765 * net/imap.el (imap-shell-open, imap-process-connection-type):
19766 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
19767 Kerberos, SSL, other subprocesses.
19768
947b6566
LL
197692011-03-28 Leo Liu <sdl.web@gmail.com>
19770
19771 * abbrev.el (abbrev-table-empty-p): New function.
19772 (prepare-abbrev-list-buffer): Place empty abbrev tables after
19773 nonempty ones. (Bug#5937)
19774
5ffb62aa
JD
197752011-03-27 Jan Djärv <jan.h.d@swipnet.se>
19776
19777 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
19778
7a097943
LL
197792011-03-27 Leo Liu <sdl.web@gmail.com>
19780
19781 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
19782 for foreground and background colors.
19783 (ansi-color-make-color-map): Adapt.
19784
c5b40130
LL
197852011-03-25 Leo Liu <sdl.web@gmail.com>
19786
1f48f7d2
LL
19787 * midnight.el (midnight-time-float): Remove. Note it calculates
19788 the microsecond component incorrectly and seconds-to-time does the
19789 same job.
625897ec 19790 Remove redundant (require 'timer).
1f48f7d2 19791
c5b40130
LL
19792 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
19793 (ido-completions): Remove unused arguments. (Bug#8329)
19794
d86d2721
SM
197952011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * minibuffer.el (completion--flush-all-sorted-completions):
19798 Remove itself from hook.
19799 (completion-at-point): Let the functions perform the completion
19800 immediately and return nil or t.
19801 * comint.el (comint-dynamic-complete-functions): Now identical to
19802 completion-at-point-functions.
19803 (comint-dynamic-list-input-ring): Remove unused var `index'.
19804 (comint--match-partial-filename, comint--unquote&expand-filename):
19805 New funs, split from comint-match-partial-filename.
19806 (comint-dynamic-complete): Use completion-at-point.
19807 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
19808
e8974c48
DA
198092011-03-24 Drew Adams <drew.adams@oracle.com>
19810
19811 * thingatpt.el: Support `defun'.
19812
def71b5e
LL
198132011-03-23 Leo Liu <sdl.web@gmail.com>
19814
cb5af48e
LL
19815 * abbrevlist.el: Move to obsolete/abbrevlist.el.
19816
def71b5e
LL
19817 * help-mode.el (help-mode-finish): Tweak regexp.
19818
927c53e7
GM
198192011-03-23 Glenn Morris <rgm@gnu.org>
19820
18d05bed
GM
19821 * eshell/esh-opt.el (eshell-eval-using-options):
19822 Do not bind unused local variable `eshell-option-stub'.
19823
927c53e7
GM
19824 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
19825
9d0da923
JB
198262011-03-22 Juanma Barranquero <lekktu@gmail.com>
19827
19828 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
19829 keymap variable in `with-no-warnings' to avoid a warning when the
19830 keymap has been already `defconst'ed.
19831
4b978a67
LL
198322011-03-22 Leo Liu <sdl.web@gmail.com>
19833
19834 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
19835 encode all chars in abbrevs; otherwise use emacs-mule or
19836 utf-8-emacs. (Bug#8308)
19837
5fd62452
JB
198382011-03-22 Juanma Barranquero <lekktu@gmail.com>
19839
0b1596c6
JB
19840 * simple.el (backward-delete-char-untabify):
19841 Avoid warning about using `delete-backward-char'.
19842
5fd62452
JB
19843 * image.el (image-type-file-name-regexps): Make it variable.
19844 `imagemagick-register-types' modifies it, and the user may want
19845 to add new extensions for known image types.
19846 (imagemagick-register-types): Throw error if not using ImageMagick.
19847
0b4e93f1
LL
198482011-03-22 Leo Liu <sdl.web@gmail.com>
19849
19850 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
19851 located before rcirc-prompt-end-marker.
19852 (rcirc-complete): Error if point is not after rcirc prompt.
19853 Handle the case when table is nil.
9882e214 19854 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 19855
fccee4ab
CY
198562011-03-22 Chong Yidong <cyd@stupidchicken.com>
19857
19858 * custom.el (custom--inhibit-theme-enable): Make it affect only
19859 custom-theme-set-variables and custom-theme-set-faces.
19860 (provide-theme): Ignore custom--inhibit-theme-enable.
19861 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
19862 (custom-enabling-themes): Delete variable.
d86d2721
SM
19863 (enable-theme): Accept only loaded themes as arguments.
19864 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
19865 (custom-enabled-themes): Forbid themes from setting this.
19866 Eliminate use of custom-enabling-themes.
19867 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 19868
af896da6
LL
198692011-03-21 Leo Liu <sdl.web@gmail.com>
19870
19871 * ido.el (ido-read-internal): Add ido-selected to history instead
19872 of user input.
19873
78f64af0
SM
198742011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * subr.el (deferred-action-list, deferred-action-function):
19877 Mark obsolete.
19878
b16ac1ec
LL
198792011-03-21 Leo Liu <sdl.web@gmail.com>
19880
810f7698
LL
19881 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19882 change on 2011-02-13 (bug#8309).
19883
b16ac1ec
LL
19884 * minibuffer.el (read-file-name-function): Change default value.
19885 (read-file-name--defaults): Rename from read-file-name-defaults.
19886 (read-file-name-default): Rename from read-file-name.
19887 (read-file-name): Call read-file-name-function.
19888
4e05e67e
GM
198892011-03-21 Glenn Morris <rgm@gnu.org>
19890
19891 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19892 Doc fixes.
19893
4359915b
CY
198942011-03-21 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * cus-theme.el: Add missing provide statement.
19897 (customize-create-theme): Extract theme value correctly.
19898 (custom-theme-visit-theme): Autoload.
19899 (customize-create-theme): Prompt before inserting default faces.
19900
1fe275ee
JB
199012011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
19902
19903 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19904 units and musical notes.
19905
cd394be1 199062011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
19907
19908 * ido.el (ido-read-internal): Use completing-read-default.
19909 (ido-completing-read): Fix compatibility with completing-read.
19910
7d476bde
CO
199112011-03-20 Christian Ohler <ohler@gnu.org>
19912
19913 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19914 (ert-delete-all-tests): Use `called-interactively-p' rather than
19915 `interactive-p'.
19916 (ert--make-xrefs-region): Respect END.
19917
fe0fb33e
CY
199182011-03-19 Chong Yidong <cyd@stupidchicken.com>
19919
ff854b0b
CY
19920 * dired-aux.el (dired-create-directory): Signal an error if the
19921 directory already exists (Bug#8246).
19922
fe0fb33e
CY
19923 * facemenu.el (list-colors-display): Call list-faces-display
19924 inside with-help-window.
19925 (list-colors-print): Use display property to align the final
19926 column, instead of checking window-width.
19927
576bce32
EZ
199282011-03-19 Eli Zaretskii <eliz@gnu.org>
19929
4d61f28d 19930 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
19931 windows-nt systems.
19932 (emerge-protect-metachars): Quote correctly for ms-dos and
19933 windows-nt systems.
19934
89c41d68 199352011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
19936
19937 * info.el (info-initialize): Replace all uses of `:' with
19938 path-separator for compatibility with non-Unix systems.
19939 Cache quoting of path-separator. (Bug#8258)
19940
b14e3e21 199412011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
19942
19943 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19944 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19945 (mouse-avoidance-mode): Fix typos in docstrings.
19946
4525ce3e
CY
199472011-03-19 Chong Yidong <cyd@stupidchicken.com>
19948
19949 * startup.el (package-subdirectory-regexp): Move from package.el.
19950 Omit \\` and \\', and let callers add them.
19951
19952 * emacs-lisp/package.el (package-strip-version)
19953 (package-load-all-descriptors): Add \\` and \\' to
19954 package-subdirectory-regexp before using it.
19955 (package-untar-buffer): New arg DIR; ensure that file untars only
19956 into this expected directory. Remove superfluous delete-region.
19957 (package-unpack): Caller changed.
19958 (package-tar-file-info): Use package-subdirectory-regexp.
19959
a904a09a 199602011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 19961
a904a09a
SM
19962 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19963 diff-mode-shared-map (bug#8284).
19964 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
19965
199662011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19967
19968 * calendar/time-date.el (format-seconds): Use assoc instead of
19969 assoc-string, since assoc-string doesn't exist in XEmacs.
19970
171fc304
JB
199712011-03-17 Juanma Barranquero <lekktu@gmail.com>
19972
19973 * custom.el (custom-known-themes): Reflow docstring.
19974 (custom-theme-load-path): Fix typo in docstring.
19975 (load-theme): Fix typo in error message.
19976 (custom-available-themes, custom-variable-theme-value):
19977 Use `let', not `let*'.
19978
d71990a1
JB
199792011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19980
19981 * calc/README: Mention inclusion of musical notes.
19982
19983 * calc/calc-units.el (calc-lu-quant): Rename from
19984 `calc-logunits-quantity'.
19985 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19986 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19987 (calc-db): Rename from `calc-dblevel'.
19988 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19989 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19990 (calc-np): Rename from `calc-nplevel'.
19991 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19992 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19993 (calc-lu-plus): Rename from `calc-logunits-add'.
19994 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19995 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19996 (calc-lu-minus): Rename from `calc-logunits-sub'.
19997 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19998 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19999 (calc-lu-times): Rename from `calc-logunits-mul'.
20000 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20001 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20002 (calc-lu-divide): Rename from `calc-logunits-div'.
20003 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20004 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20005
20006 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20007 functions being autoloaded.
20008
20009 * calc/calc.el (calc-lu-power-reference): Rename from
20010 `calc-logunits-power-reference'.
20011 (calc-lu-field-reference): Rename from
20012 `calc-logunits-field-reference'.
20013
7a71b18d
GM
20014 * calc/calc-help.el (calc-l-prefix-help):
20015 Mention musical note functions.
d71990a1 20016
40c2934b
SM
200172011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * minibuffer.el (completion-all-sorted-completions):
20020 Use :completion-cycle-penalty text property if present.
20021
b0911414
KM
200222011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20023
20024 * allout.el (allout-yank-processing): Adjust for new rebulleting
20025 regime so bullet being yanked is used without prompting the user
20026 for a choice.
20027
8a05b668
JB
200282011-03-16 Juanma Barranquero <lekktu@gmail.com>
20029
20030 * startup.el (command-line): Warn the user that _emacs is deprecated.
20031
5ba5fb81
JB
200322011-03-16 Juanma Barranquero <lekktu@gmail.com>
20033
20034 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20035 (delphi-verbose, delphi-comment-face, delphi-string-face)
20036 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20037 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20038 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20039 (delphi-new-comment-line, delphi-font-lock-defaults)
20040 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20041 Fix typos in docstrings.
20042
2dab465b
KM
200432011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20044
5ba5fb81 20045 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
20046 Invert the roles of character and string values for INSTEAD, so a
20047 string is used for the more common case of a defaulting prompt.
20048
0adf5618
SM
200492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20050
20051 * progmodes/ruby-mode.el (ruby-backward-sexp):
20052 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20053 * play/gamegrid.el (gamegrid-make-face):
20054 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20055 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20056 * notifications.el (notifications-notify):
20057 * net/xesam.el (xesam-search-engines):
20058 * net/quickurl.el (quickurl-list-insert):
20059 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20060
d72700e5
CY
200612011-03-15 Chong Yidong <cyd@stupidchicken.com>
20062
20063 * startup.el (command-line): Update package subdirectory regexp.
20064
49c5410a
SM
200652011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20066
c6eee9aa
SM
20067 * allout.el (allout-abbreviate-flattened-numbering)
20068 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20069
49c5410a
SM
20070 * subr.el (read-char-choice): Only show the cursor after the prompt,
20071 not after the answer.
20072
047b2bb9
KR
200732011-03-15 Kevin Ryde <user42@zip.com.au>
20074
20075 * help-fns.el (variable-at-point): Skip leading quotes, if any
20076 (bug#8253).
20077
0a57d256
SM
200782011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20081 warning message.
20082
77c992bc
MA
200832011-03-14 Michael Albinus <michael.albinus@gmx.de>
20084
20085 * shell.el (shell): When called interactively, offer to change the
20086 shell file name on remote hosts.
20087
eebc475d
TZ
200882011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20089
20090 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20091 integration for LDAP parameters. The host, base, user or binddn,
20092 and secret tokens can be specified in a netrc file, for instance.
20093 This is optional because an `auth-source' parameter must be
20094 specified in the search attributes.
20095
9d05d1ba
JB
200962011-03-13 Juanma Barranquero <lekktu@gmail.com>
20097
20098 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20099
09d9db2c
GM
201002011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20103 into declaration. Remove redundant and harmful binding.
20104
201052011-03-12 Eli Zaretskii <eliz@gnu.org>
20106
20107 * files.el (file-ownership-preserved-p): Pass `integer' as an
20108 explicit 2nd argument to `file-attributes'. If the file's owner
20109 is the Administrators group on Windows, and the current user is
20110 Administrator, consider that a match.
20111
20112 * server.el (server-ensure-safe-dir): Consider server directory
20113 safe on MS-Windows if its owner is the Administrators group while
20114 the current Emacs user is Administrator. Use `=' to compare
20115 numerical UIDs, since they could be integers or floats.
20116
219bd536
JB
201172011-03-12 Juanma Barranquero <lekktu@gmail.com>
20118
20119 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20120
f3afd36b
MA
201212011-03-12 Michael Albinus <michael.albinus@gmx.de>
20122
20123 Sync with Tramp 2.2.1.
20124
20125 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20126
20127 * net/trampver.el: Update release number.
20128
3aaaa6f1
SM
201292011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20130
94642599
SM
20131 * progmodes/compile.el (compilation--previous-directory): Fix up
20132 various nil/dead-marker mismatches (bug#8014).
20133 (compilation-directory-properties, compilation-error-properties):
20134 Don't call it at a position past the one we're about to change.
20135
3aaaa6f1
SM
20136 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20137 Disable obsolescence warnings in the file that declares it.
20138
14239447
KM
201392011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20140
099c39a4
JB
20141 * allout-widgets.el (allout-widgets-tally):
20142 Initialize allout-widgets-tally as a hash table rather than nil to
20143 prevent mode-line redisplay warnings. Also, clarify the module
20144 description and fix a comment typo.
14239447 20145
135e287c
JB
201462011-03-11 Juanma Barranquero <lekktu@gmail.com>
20147
20148 * help-fns.el (describe-variable): Don't complete keywords.
20149 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20150
ffbf300e
CY
201512011-03-10 Chong Yidong <cyd@stupidchicken.com>
20152
ba08b241
CY
20153 * emacs-lisp/package.el (package-version-join): Impose a standard
20154 string representation for pre/alpha/beta version lists.
20155 (package-unpack-single): Standardize the directory name by passing
20156 it through package-version-join.
20157 (package-strip-rcs-id): Accept any version string that does not
20158 signal an error in version-to-list.
ffbf300e 20159
f346fd6b
MA
201602011-03-10 Michael Albinus <michael.albinus@gmx.de>
20161
20162 * simple.el (delete-trailing-whitespace): Return nil for the
20163 benefit of `write-file-functions'.
20164
ccb55d27
GM
201652011-03-10 Glenn Morris <rgm@gnu.org>
20166
5ceaac0c
GM
20167 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20168
02da65ff
GM
20169 * vc/vc-git.el (vc-git-program): New option.
20170 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20171 (vc-git--call): Use it.
20172
b2f603cc
GM
20173 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20174
5772caab
GM
20175 * cus-edit.el (Custom-newline): If no button at point, look
20176 for a subgroup button at start-of-line. (Bug#2298)
20177
ccb55d27
GM
20178 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20179
ec6ecaed
JD
201802011-03-10 Julien Danjou <julien@danjou.info>
20181
20182 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20183 `cursor-type' is nil.
20184
9d5aa01d
JB
201852011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20186
20187 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20188
b6a5875b
KM
201892011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20190
7a71b18d 20191 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
20192 preserves the existing header prefix, rebulleting it if necessary,
20193 rather than replacing it. This is necessary for proper operation
20194 of cooperative addons like allout-widgets.
1154d12e
JB
20195 (allout-make-topic-prefix, allout-rebullet-heading):
20196 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20197 value as alternate bullet to be used, instead of prompting the user
20198 for a bullet character.
b6a5875b 20199
ee545c35
MA
202002011-03-09 Michael Albinus <michael.albinus@gmx.de>
20201
d86d2721
SM
20202 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20203 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
20204 `tramp-default-port'.
20205
c47971d7
DD
202062011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20207
20208 * net/rcirc.el (rcirc-handler-001): Remove useless
20209 with-rcirc-process-buffer.
20210 (rcirc-check-auth-status): Swap arguments to string-match.
20211
13522cb4
GM
202122011-03-09 Glenn Morris <rgm@gnu.org>
20213
0be6f4f1
GM
20214 * shell.el (shell-mode):
20215 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20216
13522cb4
GM
20217 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20218 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20219
515de2e3
CY
202202011-03-08 Chong Yidong <cyd@stupidchicken.com>
20221
20222 * emacs-lisp/package.el (package-refresh-contents)
20223 (package-menu-execute): Use condition-case-no-debug.
20224
b511b994
MA
202252011-03-08 Michael Albinus <michael.albinus@gmx.de>
20226
20227 * simple.el (shell-command-to-string): Use `process-file'.
20228
20229 * emacs-lisp/package.el (package-tar-file-info): Handle also
20230 remote files.
20231
d86d2721
SM
20232 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20233 Use `equal' for upload base check.
b511b994 20234
25bbfb31
AM
202352011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20236
20237 * textmodes/texinfo.el (texinfo-environments):
20238 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20239
be996521
GM
202402011-03-08 Glenn Morris <rgm@gnu.org>
20241
e9c8529f
GM
20242 * cus-start.el (cursor-in-non-selected-windows):
20243 Fix :set quoting oddness. (Bug#8192)
20244
be996521
GM
20245 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20246 in some setf expressions. (Bug#2159)
20247
2bb5649e
CY
202482011-03-08 Chong Yidong <cyd@stupidchicken.com>
20249
20250 * custom.el (custom-available-themes): Return themes in
20251 alphabetical order.
20252
33383987 20253See ChangeLog.15 for earlier changes.
e3d51b27
MR
20254
20255;; Local Variables:
20256;; coding: utf-8
e3d51b27
MR
20257;; End:
20258
acaf905b 20259 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
20260
20261 This file is part of GNU Emacs.
20262
20263 GNU Emacs is free software: you can redistribute it and/or modify
20264 it under the terms of the GNU General Public License as published by
20265 the Free Software Foundation, either version 3 of the License, or
20266 (at your option) any later version.
20267
20268 GNU Emacs is distributed in the hope that it will be useful,
20269 but WITHOUT ANY WARRANTY; without even the implied warranty of
20270 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20271 GNU General Public License for more details.
20272
20273 You should have received a copy of the GNU General Public License
20274 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.