* lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ac77b21a
SM
12012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
f143bfe3
SM
3 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4 Move the non-essential binding to the post/pre-command-hook where it is
5 more obviously correct.
6
ac77b21a
SM
7 * subr.el (read-passwd): Don't use a history at all.
8 * savehist.el (savehist-save): Remove password saved accidentally
9 because of the above bug.
10
76386c5a
BG
112012-06-22 Bastien Guerry <bzg@gnu.org>
12
13 * files.el (toggle-read-only): Display a message telling whether
14 the buffer is read-only or not (bug#11726).
15
2ee3d7f0
SM
162012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/gv.el: New file.
19 * subr.el (push, pop): Extend to generalized variables.
20 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
21 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
22 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
23 gv-define-simple-setter, and gv-define-expander.
24 Remove setf-methods defined in gv. Rename cl-setf -> setf.
25 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
26 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
27 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
28 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
29 gv-letplace.
30 (cl-defstruct): Don't define setf-method any more.
31 * emacs-lisp/cl.el (flet): Don't autoload.
32 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
33 (define-setf-expander, defsetf, define-modify-macro)
34 (cl-struct-setf-expander): Move from cl-lib.el.
35 * emacs-lisp/syntax.el:
36 * emacs-lisp/ewoc.el:
37 * emacs-lisp/smie.el:
38 * emacs-lisp/cconv.el:
39 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
40 (timer--time): Use gv-define-simple-setter.
41 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
42 to avoid coding-system problems in subr.el. Adjust all users.
43 (macroexp--maxsize, macroexp-small-p): New functions.
44 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
45 * scroll-bar.el (scroll-bar-mode):
46 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
47 (normal-erase-is-backspace-mode): Don't use the `eq' place.
48 * winner.el (winner-configuration, winner-make-point-alist)
49 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
50 * files.el (locate-file-completion-table): Avoid list*.
51
c5695d1d
CY
522012-06-22 Chong Yidong <cyd@gnu.org>
53
54 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
55 (dired-create-files): Doc fix (Bug#11329).
56 (dired-do-copy): Doc fix (Bug#11334).
57 (dired-mark-read-string): Doc fix (Bug#11553).
58
2ee3d7f0
SM
59 * dired.el (dired-recursive-copies, dired-recursive-deletes):
60 Doc fix (Bug#11326).
c5695d1d
CY
61 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
62 (dired-dwim-target): Doc fix.
63
64 * wdired.el (wdired-mode): Doc fix.
65
89b5595a
GM
662012-06-22 Glenn Morris <rgm@gnu.org>
67
575db3f1
GM
68 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
69 (pcmpl-rpm-cache-stamp-file): New constant.
70 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
71 (pcmpl-rpm-packages): Optionally cache list of packages.
72
a4c8dd51
GM
73 * pcmpl-rpm.el (pcmpl-rpm): New group.
74 (pcmpl-rpm-query-options): New option.
75 (pcmpl-rpm-packages): No need to inline it.
76 Use pcmpl-rpm-query-options.
77
89b5595a
GM
78 * calendar/calendar.el (calendar-in-read-only-buffer):
79 Avoid some needless mode changes.
80
e76f0800
CY
812012-06-21 Chong Yidong <cyd@gnu.org>
82
83 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
84 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 85 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 86
297a8f1d
CY
872012-06-20 Chong Yidong <cyd@gnu.org>
88
89 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
90
d34c18b1
DR
912012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
92
93 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
94 (bug#11201).
95
32f7f28e
CY
962012-06-20 Chong Yidong <cyd@gnu.org>
97
98 * term.el (term-window-width): Handle the case of a missing right
99 fringe (Bug#8837).
100 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
101 (term-mode): Use define-derived-mode. Minor cleanups.
102 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
103 (term-move-columns, term-insert-char, term-emulate-terminal)
104 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 105
493c6688
MA
1062012-06-20 Michael Albinus <michael.albinus@gmx.de>
107
d34c18b1
DR
108 * net/ange-ftp.el (ange-ftp-get-passwd):
109 Bind `enable-recursive-minibuffers'.
493c6688
MA
110 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
111
3f06ecf4
DR
1122012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
113
114 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
115
68f12411
GM
1162012-06-19 Glenn Morris <rgm@gnu.org>
117
118 * progmodes/python.el (python-mode): Derive from prog-mode.
119
b3820318
KG
1202012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
121
122 * emulation/edt.el (edt-default-menu-bar-update-buffers)
123 (edt-user-menu-bar-update-buffers): New functions.
124 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
125
c6bf3022
CY
1262012-06-19 Chong Yidong <cyd@gnu.org>
127
128 * subr.el (with-selected-window): Preserve the selected window's
129 terminal's top-frame (Bug#4702).
130
131 * window.el (save-selected-window): Likewise.
132
25f09295
SM
1332012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * progmodes/python.el (python-rx-constituents): Move backquote.
136 (python-skeleton-define, python-define-auxiliary-skeleton):
137 Use `declare'.
138
6b11952a
MA
1392012-06-18 Michael Albinus <michael.albinus@gmx.de>
140
141 * minibuffer.el (read-file-name-default): Revert the patch from
142 2012-06-17.
143
ee4b1330
SM
1442012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
147 (pcase--u1, pcase--q1): Don't use apply-partially.
148
35647f79
GM
1492012-06-18 Glenn Morris <rgm@gnu.org>
150
151 * progmodes/python.el (python-proc, python-buffer)
152 (python-send-receive, python-send-string): Fix obsolete versions.
153
24b0cff0
MR
1542012-06-18 Martin Rudalics <rudalics@gmx.at>
155
156 * window.el (special-display-p): Completely remove stringp
157 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
158
29855149
MA
1592012-06-17 Michael Albinus <michael.albinus@gmx.de>
160
161 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
162
163 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
164
165 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
166 * net/tramp-sh.el (tramp-maybe-open-connection):
167 Throw if `non-essential' is non-nil.
168
07463363
MR
1692012-06-17 Martin Rudalics <rudalics@gmx.at>
170
171 * window.el (special-display-p): Signal an error if BUFFER-NAME
172 is not a string (Bug#11713).
173
48d1354e
PE
1742012-06-17 Paul Eggert <eggert@cs.ucla.edu>
175
176 * progmodes/python.el (python-info-beginning-of-backslash):
177 Rename from python-info-beginning-of-backlash, as a spelling fix.
178
eb4a8a9a
CY
1792012-06-17 Chong Yidong <cyd@gnu.org>
180
181 * term.el (term-emulate-terminal): If term-check-size is called,
182 move point to the process mark without resetting point (Bug#4635).
183
ddfbf826 1842012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
185
186 * international/mule-cmds.el (mule-menu-keymap)
187 (set-language-environment, set-locale-environment): Doc tweaks.
188
9b0e3eba
AA
1892012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
190
191 * cus-face.el (custom-face-attributes): Add wave-style underline
192 attribute.
193 * faces.el (set-face-attribute): Update docstring to describe
194 wave-style underline attribute.
195
771e3eae
CY
1962012-06-16 Chong Yidong <cyd@gnu.org>
197
198 * term/xterm.el (terminal-init-xterm): Discard input before
199 querying background mode (Bug#10959).
200
7ae2ea10
SM
2012012-06-16 Stefan Merten <smerten@oekonux.de>
202
203 * textmodes/rst.el: Added and corrected some comments.
204 (rst-re-alist-def): Improve symbol syntax.
205 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
206 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
207 (rst-official-version, rst-official-cvs-rev): Update version
208 information.
7ae2ea10 209
b6974efa
JB
2102012-06-15 Juanma Barranquero <lekktu@gmail.com>
211
212 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
213 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
214
8826d473
GM
2152012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
216
217 * progmodes/python.el: New python.el merge.
218 (python-guess-indent): Obsolete var.
219 (python-indent-guess-indent-offset): New defcustom.
220 (python-indent): Obsolete var.
221 (python-indent-offset): New defcustom.
222 (python-python-command, python-jython-command): Delete var.
223 (python-shell-interpreter): New defcustom.
224 (python-pdbtrack-do-tracking-p): Delete var.
225 (python-pdbtrack-activate): New defcustom.
226 (python-use-skeletons): Obsolete var.
227 (python-skeleton-autoinsert): New defcustom.
228 (inferior-python-filter-regexp, python-continuation-offset)
229 (python-honour-comment-indentation, python-indent-string-contents)
230 (python-jython-packages, python-mode-hook)
231 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
232 (python-shell-prompt-alist)
233 (python-source-modes): Delete defcustoms.
234 (python-check-buffer-name, python-eldoc-setup-code)
235 (python-eldoc-string-code, python-ffap-setup-code)
236 (python-ffap-string-code, python-fill-comment-function)
237 (python-fill-decorator-function, python-fill-paren-function)
238 (python-fill-string-function, python-imenu-include-defun-type)
239 (python-imenu-make-tree, python-imenu-subtree-root-label)
240 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
241 (python-shell-compilation-regexp-alist)
242 (python-shell-completion-module-string-code)
243 (python-shell-completion-pdb-string-code)
244 (python-shell-completion-setup-code)
245 (python-shell-completion-string-code)
246 (python-shell-enable-font-lock, python-shell-exec-path)
247 (python-shell-extra-pythonpaths)
248 (python-shell-internal-buffer-name, python-shell-interpreter-args)
249 (python-shell-process-environment)
250 (python-shell-prompt-block-regexp)
251 (python-shell-prompt-output-regexp)
252 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
253 (python-shell-send-setup-max-wait, python-shell-setup-codes)
254 (python-shell-virtualenv-path): New defcustoms.
255 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
256 (inferior-python-mode-syntax-table, python--prompt-regexp)
257 (python-buffer, python-command python-python-command)
258 (python-default-template, python-imports, python-indent-index)
259 (python-indent-list, python-indent-list-length)
260 (python-mode-running, python-pdbtrack-is-tracking-p)
261 (python-preoutput-continuation, python-preoutput-leftover)
262 (python-preoutput-result, python-preoutput-skip-next-prompt)
263 (python-prev-dir/file, python-recursing)
264 (python-saved-check-command, python-version-checked)
265 (python-which-func-length-limit)
266 (view-return-to-alist): Delete vars.
267 (python-check-custom-command, python-dotty-syntax-table)
268 (python-imenu-index-alist, python-indent-current-level)
269 (python-indent-dedenters, python-indent-levels)
270 (python-nav-beginning-of-defun-regexp)
271 (python-nav-list-defun-positions-cache)
272 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
273 (python-shell-internal-buffer)
274 (python-skeleton-available): New vars.
275 (def-python-skeleton): Delete macro.
276 (python-skeleton-define): New macro.
277 (python-define-auxiliary-skeleton, python-rx): New macros.
278 (python-insert-class): Delete command.
279 (python-skeleton-class): New command.
280 (python-insert-def): Delete command.
281 (python-skeleton-def): New command.
282 (python-insert-for): Delete command.
283 (python-skeleton-for): New command.
284 (python-insert-if): Delete command.
285 (python-skeleton-if): New command.
286 (python-insert-try/except, python-insert-try/finally): Delete commands.
287 (python-skeleton-try): New command.
288 (python-insert-while): Delete command.
289 (python-skeleton-while): New command.
290 (python-backspace): Delete command.
291 (python-indent-dedent-line-backspace): New command.
292 (python-electric-colon): Delete command.
293 (python-indent-electric-colon): New command.
294 (python-guess-indent): Delete command.
295 (python-indent-guess-indent-offset): New command.
296 (python-shift-left): Delete command.
297 (python-indent-shift-left): New command.
298 (python-shift-right): Delete command.
299 (python-indent-shift-right): New command.
300 (python-find-function): Delete command.
301 (python-nav-jump-to-defun): New command.
302 (python-next-statement): Delete command.
303 (python-nav-forward-sentence): New command.
304 (python-previous-statement): Delete command.
305 (python-nav-backward-sentence): New command.
306 (python-fill-paragraph): Delete command.
307 (python-fill-paragraph-function): New command.
308 (python-send-buffer): Delete command.
309 (python-shell-send-buffer): New command.
310 (python-send-defun): Delete command.
311 (python-shell-send-defun): New command.
312 (python-send-region, python-send-region-and-go): Delete commands.
313 (python-shell-send-region)
314 (python-shell-switch-to-shell): New commands.
315 (python-send-string): Delete command.
316 (python-shell-send-string): New command.
317 (python-switch-to-python): Delete command.
318 (python-shell-switch-to-shell): New command.
319 (python-describe-symbol): Delete command.
320 (python-eldoc-at-point): New command.
321 (python--set-prompt-regexp, python-args-to-list)
322 (python-after-info-look, python-check-version)
323 (python-check-comint-prompt, python-find-imports)
324 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
325 (python-unload-function, python-expand-template)
326 (python-maybe-jython, python-preoutput-filter)
327 (python-pdbtrack-get-source-buffer)
328 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
329 (python-pdbtrack-toggle-stack-tracking)
330 (python-pdbtrack-track-stack-file, python-initial-text)
331 (python-first-word, python-comment-line-p, python-send-command)
332 (python-setup-brm, python-sentinel, python-set-proc)
333 (python-skip-out, python-input-filter, python-outdent-p)
334 (python-outline-level, python-backslash-continuation-line-p)
335 (python-end-of-block, python-end-of-statement, python-mark-block)
336 (python-beginning-of-block, python-beginning-of-statement)
337 (python-blank-line-p, python-beginning-of-string)
338 (python-open-block-statement-p): Delete functions.
339 (python-indent-line, python-indent-line-1): Delete functions.
340 (python-indent-line): New function.
341 (python-indentation-levels): Delete function.
342 (python-indent-calculate-levels): New function.
343 (python-proc): Delete function.
344 (python-shell-get-process): New function.
345 (python-send-receive): Delete function.
346 (python-shell-send-string-no-output): New function.
347 (python-module-path): Delete function.
348 (python-ffap-module-path): New function.
349 (python-completion-at-point)
350 (python-symbol-completions): Delete functions.
351 (python-completion-complete-at-point): New function.
352 (python-load-file): Delete function.
353 (python-shell-send-file): New function.
354 (python-calculate-indentation): Delete function.
355 (python-indent-calculate-indentation): New function.
356 (python-skip-comments/blanks): Delete function.
357 (python-util-forward-comment): New function.
358 (python-continuation-line-p): Delete function.
359 (python-info-continuation-line-p): New function.
360 (python-which-func, python-current-defun): Delete function.
361 (python-info-current-defun): New function.
362 (python-beginning-of-defun): Delete function.
363 (python-nav-beginning-of-defun): New function.
364 (python-close-block-statement-p)
365 (python-block-end-p): Delete function.
366 (python-info-closing-block): New function.
367 (python-comint-output-filter-function)
368 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
369 (python-fill-comment, python-fill-decorator, python-fill-paren)
370 (python-fill-string, python-imenu-make-element-tree)
371 (python-imenu-make-tree, python-imenu-tree-assoc)
372 (python-indent-context, python-indent-dedent-line)
373 (python-indent-line-function)
374 (python-indent-post-self-insert-function)
375 (python-indent-toggle-levels)
376 (python-info-assignment-continuation-line-p)
377 (python-info-beginning-of-backlash)
378 (python-info-block-continuation-line-p)
379 (python-info-closing-block-message)
380 (python-info-line-ends-backslash-p)
381 (python-info-looking-at-beginning-of-defun)
382 (python-info-ppss-context, python-info-ppss-context-type)
383 (python-nav-list-defun-positions, python-nav-read-defun)
384 (python-nav-sentence-end, python-nav-sentence-start)
385 (python-pdbtrack-comint-output-filter-function)
386 (python-pdbtrack-set-tracked-buffer)
387 (python-shell-calculate-exec-path)
388 (python-shell-calculate-process-environment)
389 (python-shell-completion--do-completion-at-point)
390 (python-shell-completion--get-completions)
391 (python-shell-completion-complete-at-point)
392 (python-shell-completion-complete-or-indent)
393 (python-shell-get-or-create-process)
394 (python-shell-get-process-name)
395 (python-shell-internal-get-or-create-process)
396 (python-shell-internal-get-process-name)
397 (python-shell-internal-send-string, python-shell-make-comint)
398 (python-shell-parse-command, python-shell-send-setup-code)
399 (python-skeleton-add-menu-items)
400 (python-util-clone-local-variables, python-util-position)
401 (run-python-internal, python-indentation-levels)
402 (python-nav-beginning-of-defun)
403 (python-completion-complete-at-point): New functions.
404 (run-python): Change arguments. New API requirements.
405
4302f5ba
SM
4062012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
407
f38ea36d
SM
408 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
409 (bug#11649).
410
411 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
412 (macroexp--expand-all): Use it.
413
4302f5ba
SM
414 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
415 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
416 Use `cl-function' instead.
417
33377562
JB
4182012-06-14 Juanma Barranquero <lekktu@gmail.com>
419
420 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
421 Suggested by Stefan Monnier while discussing bug#11657.
422
54c5ba1a
SS
4232012-06-14 Sam Steingold <sds@gnu.org>
424
425 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
426
f9f1b1fe
AS
4272012-06-14 Andreas Schwab <schwab@linux-m68k.org>
428
429 * play/doctor.el (doctor-doc): Remove parameter and use
430 doctor-sent instead of sent.
431 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
432
a81068ba
SM
4332012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
434
5a315f9c
SM
435 * files.el: Require cl-lib.
436 (file-name-non-special): Replace case -> cl-case.
437
438 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
439
a81068ba
SM
440 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
441 mapping from #' to function*.
442
8cca9703
CY
4432012-06-13 Chong Yidong <cyd@gnu.org>
444
445 * mouse.el (mouse-drag-track): Do not set the mark if the user
446 releases the mouse without selecting anything (Bug#11588).
447
a12ac9d7
SM
4482012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
449
ccf1dc18
SM
450 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
451 as well (bug#11646).
452
ef62b23d
SM
453 * loadup.el: Count byte-code functions as well.
454
c4c8444a
SM
455 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
456 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
457
a12ac9d7
SM
458 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
459 (bug#11649). Add cl-defun and cl-defmacro.
460
87e6e64f
DA
4612012-06-13 Drew Adams <drew.adams@oracle.com>
462
463 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
464 Fix last change.
465
682cefaf
MA
4662012-06-13 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
469 Otherwise, it blocks in batch mode.
470
773e1f08
JB
4712012-06-13 Juanma Barranquero <lekktu@gmail.com>
472
473 * help-mode.el (bookmark-make-record-default): Declare.
474
60057926
CY
4752012-06-13 Chong Yidong <cyd@gnu.org>
476
477 * emacs-lisp/package.el (list-packages): Compute a list of
478 packages that are newly-available since the last list-packages
479 invocation.
480 (package-menu--new-package-list): New var.
481 (package-menu--generate, package-menu--print-info)
482 (package-menu--status-predicate, package-menu-mark-install):
483 Handle new status label "new".
484
ad4d226c
SM
4852012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
488 conversion to backquotes.
489
f1a4e679
CY
4902012-06-12 Chong Yidong <cyd@gnu.org>
491
492 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
493 Rename from gud-inhibit-global-bindings.
494
495 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
496
497 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
498 hook from nxml-glyph-set-hook.
499
500 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
501 declaration.
502
503 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
504
505 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
506 Convert to defcustom.
507
0c9e42b5
DA
5082012-06-12 Drew Adams <drew.adams@oracle.com>
509
510 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
511 New functions.
512 (help-mode): Use them.
513
09e06855
GM
5142012-06-11 Glenn Morris <rgm@gnu.org>
515
516 * progmodes/fortran.el (fortran-font-lock-keywords-3):
517 Use preprocessor face for directives.
518 (fortran-directive-re): Doc fix.
519
71adb94b
SM
5202012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
521
2eb87922
SM
522 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
523 conversion to backquotes (bug#11652).
524
71adb94b
SM
525 Fix compiler-expansion of CL's cXXr functions (bug#11673).
526 * emacs-lisp/cl-lib.el (cl--defalias): New function.
527 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
528 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
529 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
530 (cl-ninth, cl-tenth): Mark them as inlinable.
531 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
532 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
533 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
534 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
535 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
536 (cl-list*, cl-adjoin): Don't put an autoload manually.
537 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
538 (cl--compiler-macro-list*): Add autoload cookie.
539 (cl--compiler-macro-cXXr): New function.
2eb87922 540
71adb94b
SM
541 * help-fns.el (help-fns--compiler-macro): New function extracted from
542 describe-function-1; follow aliases and use `compiler-macro' property.
543 (describe-function-1): Use it.
544
a6674402
CY
5452012-06-11 Chong Yidong <cyd@gnu.org>
546
547 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
548 is uninstalled, if imagemagick is installed.
549
bb3faf5b
SM
5502012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * emacs-lisp/cl-lib.el: Use lexical-binding.
553 (cl-map-extents, cl-maclisp-member): Remove.
554 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
555 (cl--set-substring, cl--block-wrapper, cl--block-throw)
556 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
557 * emacs-lisp/cl-extra.el: Use lexical-binding.
558 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
559 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
560 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
561 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
562 * emacs-lisp/cl-seq.el: Use lexical-binding.
563 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
564 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
565 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
566 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
567 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
568 CL's internals.
569
2fe4b125
MA
5702012-06-11 Michael Albinus <michael.albinus@gmx.de>
571
572 Sync with Tramp 2.2.6-pre.
573
574 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
575 `print-length' and `print-level' to nil, in order to avoid
576 truncation. Reported by Christopher Schmidt
577 <christopher@ristopher.com>.
578
579 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
580
581 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
582 New defmacro.
583 (tramp-compat-copy-directory): Add optional argument
584 COPY-CONTENTS. It is not handled yet.
585
586 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
587 (tramp-ftp-file-name-p): Simplify.
588
589 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
590 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
591 connection vector.
592
593 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
594 (tramp-methods): Do not use `tramp-password-end-of-line'.
595 (tramp-completion-function-alist-putty): Handle UNIX case.
596 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
597 (tramp-do-file-attributes-with-stat)
598 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
599 gid as real numbers. They could run out of integer range on cygwin.
600 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
601 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
602 (tramp-open-connection-setup-interactive-shell):
603 Use `tramp-cleanup'. Move check for busyboxes ...
604 (tramp-find-shell): ... here. Simplify implementation.
605 Set "remote-shell" property also for alternative shells.
606 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
607 If failing, a regular file would be written otherwise.
608 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
609 (tramp-find-inline-encoding): Cache the coding commands in the
610 process cache. Apply test command on the remote side, if defined.
611 (tramp-find-inline-compress): Cache the compress commands in the
612 process cache.
613 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
614 when requested. Handle hops.
615 (tramp-current-connection): New defvar.
87e6e64f
DA
616 (tramp-maybe-open-connection): Use `tramp-cleanup'.
617 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 618 Handle user interrupt. (Bug#10187)
87e6e64f
DA
619 (tramp-get-inline-compress, tramp-get-inline-coding):
620 Read connection properties from the process cache.
2fe4b125
MA
621
622 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
623 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
624 New defconsts.
2fe4b125
MA
625 (tramp-smb-prompt): Extend for powershell prompt.
626 (tramp-smb-file-name-handler-alist): Add handlers for
627 `process-file', `shell-command' and `start-file-process'.
628 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
629 (tramp-smb-winexe-shell-command-switch): New defcustoms.
630 (tramp-smb-file-name-p): Simplify.
631 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
632 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
633 (tramp-smb-shell-quote-argument): New defuns.
634 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
635 Implement using "tar". By this, time-stamps are preserved.
636 (tramp-smb-handle-copy-file): Handle also the case of directories.
637 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
638 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
639 Use `tramp-get-connection-buffer').
2fe4b125
MA
640 (tramp-smb-handle-rename-file): Use "rename", when source and
641 target are on the same share.
87e6e64f
DA
642 (tramp-smb-maybe-open-connection): Handle wrong passwords.
643 Use `tramp-smb-server-version'.
2fe4b125
MA
644 (tramp-smb-wait-for-output): Remove prompt.
645
646 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
647 (tramp-methods, tramp-rsh-end-of-line):
648 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
649 (tramp-save-ad-hoc-proxies): New defcustom.
650 (tramp-completion-function-alist): Adapt docstring.
651 (tramp-default-password-end-of-line): Remove defcustom.
652 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
653 (tramp-user-regexp, tramp-file-name-regexp-unified)
654 (tramp-file-name-regexp-url): Extend regexp by hop separator.
655 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
656 (tramp-remote-file-name-spec-regexp): New defconst.
657 (tramp-file-name-structure): Extend structure for hops.
658 (tramp-get-method-parameter): Move up.
659 (tramp-file-name-p, tramp-dissect-file-name)
660 (with-parsed-tramp-file-name): Handle hops.
661 (tramp-file-name-hop): New defun.
662 (tramp-make-tramp-file-name): New optional arg HOP.
663 (tramp-message-show-progress-reporter-message): New defvar.
664 (tramp-with-progress-reporter): Use it. We cannot use
665 `tramp-message-show-message' here, because this suppresses also
666 error buffers.
667 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
668 `tramp-message-show-message' is nil.
669 Use `tramp-get-connection-buffer'.
2fe4b125
MA
670 (tramp-cleanup): New defun.
671 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
672 (tramp-file-name-handler): If `debug-on-error' is set, propagate
673 an error unchanged.
674 (tramp-completion-handle-file-name-all-completions): Handle hops.
675 Fix an error when called from ido.
676 (tramp-completion-dissect-file-name): Use better local variable
677 name. Add hop to the vector.
678 (tramp-handle-insert-file-contents): Use progress-reporter for the
679 whole scenario.
680 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
681 to `t'.
682 (tramp-check-for-regexp): Simplify search.
683 (tramp-enter-password): Remove it. Move implementation ...
684 (tramp-action-password): ... here.
685 (tramp-mode-string-to-int, tramp-local-host-p)
686 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
687 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
688 Set tramp-autoload cookie.
2fe4b125
MA
689
690 * net/trampver.el: Update release number.
691
6922012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
693 Michael Albinus <michael.albinus@gmx.de>
694
695 * net/tramp.el (tramp-set-completion-function): Fix docstring.
696 (tramp-parse-group, tramp-parse-file)
697 (tramp-parse-shostkeys-sknownhosts): New defuns.
698 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
699 (tramp-parse-shosts-group, tramp-parse-sconfig)
700 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
701 (tramp-parse-sknownhosts, tramp-parse-hosts)
702 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
703 Use them.
704 (tramp-parse-passwd-group, tramp-parse-netrc-group)
705 (tramp-parse-putty-group): Don't narrow.
706 (tramp-parse-putty): Make a loop.
707 (tramp-file-name-handler): Catch the `suppress' signal.
708
72834e10
CY
7092012-06-11 Chong Yidong <cyd@gnu.org>
710
711 * image.el (imagemagick-register-types): Put the ImageMagick entry
712 at the end of image-type-file-name-regexps.
713
a4712e11
JB
7142012-06-11 Johan Bockgård <bojohan@gnu.org>
715
716 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
717 (pcase, pcase-let*, pcase-dolist): Use them.
718
82ad98e3
SM
7192012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * emacs-lisp/pcase.el (pcase--let*): New function.
722 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
723 (pcase--expand): Use macroexp-let².
724
f80efb86
SM
7252012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
728 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
729 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
730 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
731 * emacs-lisp/derived.el: Use pcase instead of `cl'.
732 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
733
31ca4639 7342012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 735
31ca4639
CY
736 * mail/rmail.el (rmail-yank-current-message): Leave point at
737 correct position. (Bug#11660)
94f0aa34 738
31ca4639 7392012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 740
31ca4639 741 * allout-widgets.el: Fix code header.
9e1b8ec4 742
31ca4639 7432012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 744
f80efb86
SM
745 * cus-edit.el (customize-changed-options-previous-release):
746 Bump to 24.1.
31ca4639 747
642b6d30
AS
7482012-06-09 Andreas Schwab <schwab@linux-m68k.org>
749
750 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
751
4f5d2ba1
CY
7522012-06-09 Chong Yidong <cyd@gnu.org>
753
754 * ebuff-menu.el (electric-buffer-list): Preserve header line.
755
e75852fd
MR
7562012-06-09 Martin Rudalics <rudalics@gmx.at>
757
758 * window.el (special-display-popup-frame): Don't use
759 window--display-buffer (Bug#11651).
760
1e48e282
EZ
7612012-06-09 Eli Zaretskii <eliz@gnu.org>
762
8a26b487
EZ
763 Fix parallel builds: make sure loaddefs.el is not being written
764 while Lisp files are compiled.
765 (compile): Don't depend on 'mh-autoloads'.
766 (compile-CMD, compile-SH): Depend on 'autoloads'.
767 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
768
1e48e282
EZ
769 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
770
6175e34b
CY
7712012-06-09 Chong Yidong <cyd@gnu.org>
772
773 * face-remap.el (face-remap-add-relative, face-remap-set-base)
774 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
775 Doc fixes (Bug#11225).
776
d9857e53
SM
7772012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
780 a function if there's a clear indication that it has a compiler-macro.
781 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
782 (macro-declarations-alist): Add arglist to declaration functions.
783 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
784 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
785 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
786 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
787 Also add autoload to find the compiler macro.
788 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
789 (cl--compiler-macro-member, cl--compiler-macro-assoc)
790 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
791 (cl--compiler-macro-get): New functions, replacing calls to
792 cl-define-compiler-macro.
793 (cl-typep) [compiler-macro]: Use macroexp-let².
794
f81298f8 7952012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
796
797 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
798 string properly, fixes Bug#11473.
799
4b56d0fe
CY
8002012-06-08 Chong Yidong <cyd@gnu.org>
801
802 * faces.el (set-face-attribute): Doc fix.
803 (modify-face): Don't use :bold and :italic.
804 (error, warning, success): Tweak definitions.
805
806 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
807 (custom-modified, custom-set, custom-changed, custom-themed)
808 (custom-saved, custom-button, custom-button-mouse)
809 (custom-button-pressed, custom-state, custom-comment-tag)
810 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
811 (custom-group-subtitle): Use new-style face specs.
812 (custom-invalid-face, custom-rogue-face, custom-modified-face)
813 (custom-set-face, custom-changed-face, custom-saved-face)
814 (custom-button-face, custom-button-pressed-face)
815 (custom-documentation-face, custom-state-face)
816 (custom-comment-face, custom-comment-tag-face)
817 (custom-variable-tag-face, custom-variable-button-face)
818 (custom-face-tag-face, custom-group-tag-face-1)
819 (custom-group-tag-face): Remove obsolete face alias.
820
821 * epa.el (epa-validity-high, epa-validity-medium)
822 (epa-validity-low, epa-mark, epa-field-name, epa-string)
823 (epa-field-name, epa-field-body):
824 * font-lock.el (font-lock-comment-face, font-lock-string-face)
825 (font-lock-keyword-face, font-lock-builtin-face)
826 (font-lock-function-name-face, font-lock-variable-name-face)
827 (font-lock-type-face, font-lock-constant-face):
828 * ido.el (ido-first-match, ido-only-match, ido-subdir)
829 (ido-virtual, ido-indicator, ido-incomplete-regexp):
830 * speedbar.el (speedbar-button-face, speedbar-file-face)
831 (speedbar-directory-face, speedbar-tag-face)
832 (speedbar-selected-face, speedbar-highlight-face)
833 (speedbar-separator-face):
834 * whitespace.el (whitespace-newline, whitespace-space)
835 (whitespace-hspace, whitespace-tab, whitespace-trailing)
836 (whitespace-line, whitespace-space-before-tab)
837 (whitespace-space-after-tab, whitespace-indentation)
838 (whitespace-empty):
839 * emulation/cua-base.el (cua-global-mark):
840 * eshell/em-prompt.el (eshell-prompt):
841 * net/newst-plainview.el (newsticker-new-item-face)
842 (newsticker-old-item-face, newsticker-immortal-item-face)
843 (newsticker-obsolete-item-face, newsticker-date-face)
844 (newsticker-statistics-face, newsticker-default-face):
845 * net/newst-reader.el (newsticker-feed-face)
846 (newsticker-extra-face, newsticker-enclosure-face):
847 * net/newst-treeview.el (newsticker-treeview-face)
848 (newsticker-treeview-new-face, newsticker-treeview-old-face)
849 (newsticker-treeview-immortal-face)
850 (newsticker-treeview-obsolete-face)
851 (newsticker-treeview-selection-face):
852 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
853 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
854 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
855 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
856 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
857 (nxml-outline-active-indicator, nxml-outline-ellipsis):
858 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
859 (mpuz-text):
860 * progmodes/vera-mode.el (vera-font-lock-number)
861 (vera-font-lock-function, vera-font-lock-interface):
862 * textmodes/table.el (table-cell): Use new-style face specs, and
863 don't use the old :bold and :italic attributes.
864
865 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
866 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
867 (ebrowse-member-class, ebrowse-progress): Likewise.
868 (ebrowse-tree-mark-face, ebrowse-root-class-face)
869 (ebrowse-file-name-face, ebrowse-default-face)
870 (ebrowse-member-attribute-face, ebrowse-member-class-face)
871 (ebrowse-progress-face): Remove obsolete faces.
872
873 * progmodes/flymake.el (flymake-errline, flymake-warnline):
874 Inherit from error and warning faces respectively.
875
876 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
877 Likewise.
f80efb86
SM
878 (flyspell-incorrect-face, flyspell-duplicate-face):
879 Remove obsolete aliases.
4b56d0fe 880
03310646
MA
8812012-06-08 Michael Albinus <michael.albinus@gmx.de>
882
883 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
884 Avoid infloop.
885
513749ee
SM
8862012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * startup.el (argv, argi): Make lexically scoped.
889 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
890 * emacs-lisp/cl-macs.el: Use lexical-binding.
891 Rename cl-bind-* to cl--bind-*.
892 * files.el: Don't require `cl' since it doesn't use it.
893 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
894
595ef4ad
JB
8952012-06-08 Juanma Barranquero <lekktu@gmail.com>
896
897 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
898 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
899 instead of calling external sort utility.
900 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
901
e9f66fcb
EZ
9022012-06-08 Eli Zaretskii <eliz@gnu.org>
903
904 * descr-text.el (describe-char): Mention how to insert the
905 character, if the current input method doesn't support it.
906 See the discussion in this thread for the details:
907 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
908
3d10db47
SS
9092012-06-08 Sam Steingold <sds@gnu.org>
910
911 * bindings.el (global-map): Bind XF86Forward to next-buffer and
912 XF86Back to previous-buffer.
913 (minibuffer-local-map): Bind them to next-history-element and
914 previous-history-element respectively.
915 * help-mode.el (help-mode-map): Bind them to help-go-forward and
916 help-go-back respectively.
917 * info.el (Info-mode-map): Bind them to Info-history-forward and
918 Info-history-back respectively.
919 These are the keys next to Up on the ThinkPad keyboard.
920
de7e2b36
SM
9212012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
924 * emacs-lisp/cl-macs.el: Provide itself.
925 (cl--labels-convert-cache): New var.
926 (cl--labels-convert): New function.
927 (cl-flet, cl-labels): New implementation with new semantics, relying on
928 lexical-binding.
929 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
930 (cl-closure-vars, cl--function-convert-cache)
931 (cl--function-convert): Move from cl-macs.el.
932 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
933 rename by removing the "cl-" prefix.
934 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
935
6fa6c4ae
SM
9362012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
939 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
940 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
941 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
942 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
943 (cl-hash-table-count): Add old compatibility aliases.
944
945 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
946 Use macroexpand-all-environment instead.
947 (cl--old-macroexpand): New var.
948 (cl--sm-macroexpand): New function.
949 (cl-symbol-macrolet): Use it during macro expansion.
950 (cl--function-convert-cache): New var.
951 (cl--function-convert): New function, extracted from
952 cl-macroexpand-all.
953 (cl-lexical-let): Use it.
954
955 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
956 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
957 (cl-member): Remove old alias.
958
959 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
960 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
961 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
962 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
963 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
964 (cl-macroexpand-cmacs): Remove var.
965 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
966 Use macroexpand-all instead.
967
4dd1c416
SM
9682012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
971 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
972 (macroexp-copyable-p): New functions and macros.
973 * emacs-lisp/edebug.el (edebug-unwrap):
974 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
975 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
976 (pcase--let*): Remove.
977 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
978 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
979 macroexp-const-p instead.
980 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
981
982 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
983 instead of "cl-" for internal definitions. Use macroexp-const-p.
984 (cl-old-bc-file-form): Remove var.
985 (cl-const-exprs-p): Remove fun.
986 (cl-labels, cl-macrolet): Use backquote.
987 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
988 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
989 (cl-define-setf-expander): Rename from cl-define-setf-method.
990 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
991
992 * international/mule-cmds.el: Don't require CL.
993 (view-hello-file): Don't use `letf'.
994
ed8bd4d7
SM
9952012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
996
7287f2f3
SM
997 * tmm.el (tmm-prompt): Use string-prefix-p.
998 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
999 (tmm-add-prompt): Use minibuffer-completion-help.
1000 (tmm-delete-map): Remove.
1001
ed8bd4d7
SM
1002 * subr.el (kbd): Make it its own function.
1003
7b4cdbf4
SM
10042012-06-07 Stefan Merten <smerten@oekonux.de>
1005
1006 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1007 Silence compiler warnings. Fix versions.
ed8bd4d7 1008 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1009 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1010 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1011 (rst-package-emacs-version-alist): Correct Emacs version to
1012 represent major merge with upstream.
ed8bd4d7 1013 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1014
2b48d721
GM
10152012-06-06 Glenn Morris <rgm@gnu.org>
1016
1017 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1018 Only print environment variables if set.
1019
fa779ab0
SM
10202012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1023 (macroexp--cons): Rename from maybe-cons.
1024 (macroexp--accumulate): Rename from macroexp-accumulate.
1025 (macroexp--all-forms): Rename from macroexpand-all-forms.
1026 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1027 (macroexp--expand-all): Rename from macroexpand-all-1.
1028
628299e0
SS
10292012-06-06 Sam Steingold <sds@gnu.org>
1030
1031 * calendar/calendar.el (calendar-in-read-only-buffer):
1032 Call `special-mode' to enable the standard read-only keybindings.
1033
b7bb5838
SM
10342012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1037 with "loading" messages (bug#11635).
1038
dfb308ba
MA
10392012-06-06 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * files.el (enable-remote-dir-locals): New option.
1042 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1043
0372ee92
MA
1044 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1045 Ensure, that the temp directory is local.
1046
1047 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1048 `temporary-file-directory'.
1049
eed0bb91
MA
1050 * progmodes/python.el (python-send-region): Ensure, that the
1051 temporary file is created also in the remote case.
1052
7a58f64d
GM
10532012-06-06 Glenn Morris <rgm@gnu.org>
1054
f7dd4e98
GM
1055 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1056 (vc-rcs-update-changelog): Use it.
1057
276d5f5d
GM
1058 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1059
7a58f64d
GM
1060 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1061 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1062 (vc-sccs-diff): Replace use of the external vcdiff script.
1063
daed4003
GM
10642012-06-05 Glenn Morris <rgm@gnu.org>
1065
1066 * ledit.el: Move to obsolete/.
1067
48c455c7
SS
10682012-06-05 Sam Steingold <sds@gnu.org>
1069
1070 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1071 patch (Bug#11140).
1072
57a7d507
SM
10732012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1074
d32926ff
SM
1075 * emacs-list/cust-print.el: Move to obsolete.
1076
53aacf21
SM
1077 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1078 compiler-macro expansion.
1079
57a7d507
SM
1080 Add native compiler-macro support.
1081 * emacs-lisp/macroexp.el (macroexpand-all-1):
1082 Support compiler-macros directly. Properly follow aliases and apply
1083 the compiler macros more thoroughly.
1084 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1085 macroexpand now properly follows aliases.
1086 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1087 (cl-compiler-macroexpand): Use new prop.
1088 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1089
1090 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1091
51a5f9d8
MR
10922012-06-05 Martin Rudalics <rudalics@gmx.at>
1093
1094 * window.el (get-lru-window, get-mru-window, get-largest-window):
1095 New argument NOT-SELECTED to avoid picking the selected window.
1096 (window--display-buffer-1, window--display-buffer-2): Replace by
1097 new function window--display-buffer
1098 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1099 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1100 Use window--display-buffer.
51a5f9d8
MR
1101 (display-buffer-use-some-window): Remove temporary dedication
1102 hack by calling get-lru-window and get-largest-window with
1103 NOT-SELECTED argument non-nil. Call window--display-buffer.
1104
08f9f738
GM
11052012-06-05 Glenn Morris <rgm@gnu.org>
1106
1107 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1108 Replace external vcdiff script.
1109
e364a2b7
SM
11102012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1113
041df390
CY
11142012-06-04 Chong Yidong <cyd@gnu.org>
1115
e364a2b7
SM
1116 * image.el (imagemagick-types-inhibit): Revert last change.
1117 Add INFO and M.
47b36b94 1118 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1119
7c1898a7
SM
11202012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * emacs-lisp/cl-lib.el: Rename from cl.el.
1123 * emacs-lisp/cl.el: New compatibility file.
1124 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1125 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1126 to obey the "cl-" prefix.
1127 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1128
0c3461de
GM
11292012-06-03 Glenn Morris <rgm@gnu.org>
1130
1e266c88
GM
1131 * emacs-lisp/authors.el (authors-aliases): Addition.
1132
0c3461de
GM
1133 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1134 Fix :version.
1135
d8a52e15
SM
11362012-06-03 Stefan Merten <smerten@oekonux.de>
1137
1138 * textmodes/rst.el: Add comments.
1139 (rst-transition, rst-adornment): New faces.
1140 (rst-adornment-faces-alist): Make default safe to reevaluate.
1141 Fixes
1142 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1143 Improve customization tags.
1144 (rst-define-level-faces): Clarify meaning.
1145
5205d6f6
CY
11462012-06-03 Chong Yidong <cyd@gnu.org>
1147
1148 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1149 (compilation-mode-line-run, compilation-mode-line-exit):
1150 New faces.
5205d6f6
CY
1151 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1152
757ee657
JD
11532012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1154
7c1898a7
SM
1155 * progmodes/which-func.el (which-func-update-ediff-windows):
1156 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1157
5f2c76c6
CY
11582012-06-03 Chong Yidong <cyd@gnu.org>
1159
1160 * bindings.el: Remove explicit help text from format-mode-line.
1161 It is now supplied by mode-line-default-help-echo.
1162 (mode-line-front-space, mode-line-end-spaces)
1163 (mode-line-misc-info): New variables.
1164 (mode-line-modes, mode-line-position): Move the default value to
1165 the variable definition.
1166 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1167 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1168 (mode-line-modified-help-echo): New functions.
1169 (mode-line-mule-info, mode-line-modified): Use them.
1170 (mode-line-eol-desc, propertized-buffer-identification):
1171 Consistency fixes for help text.
cbe46e5f
CY
1172 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1173 set-buffer-file-coding-system (Bug#289).
1174 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1175
f2d6a3df
SM
11762012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * simple.el (execute-extended-command): Set real-this-command
1179 (bug#11506).
1180
37269466
CY
11812012-06-02 Chong Yidong <cyd@gnu.org>
1182
1183 Remove incorrect uses of "modeline" in comments, docstrings, and
1184 function/variable names (Bug#10329).
1185
1186 * cus-edit.el (mode-line):
1187 * dframe.el (dframe-mouse-hscroll):
1188 * emacs-lisp/re-builder.el:
1189 * emacs-lisp/easy-mmode.el (define-minor-mode):
1190 * frame.el (set-frame-name):
1191 * help.el (lookup-minor-mode-from-indicator):
1192 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1193 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1194 (c-toggle-hungry-state):
1195 * progmodes/antlr-mode.el (antlr-language-alist):
1196 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1197 * progmodes/vhdl-mode.el (vhdl-mode):
1198 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1199 * term/ns-win.el (ns-face-at-pos):
1200 * term/sup-mouse.el (sup-mouse-report):
1201 * textmodes/flyspell.el (flyspell-mode-line-string):
1202 * textmodes/ispell.el (ispell-highlight-face):
1203 * textmodes/reftex-global.el:
1204 * vc/vc-arch.el (vc-arch-mode-line-string):
1205 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1206 * vc/vc-git.el (vc-git-mode-line-string):
1207 * vc/vc-hooks.el (vc-display-status)
1208 (vc-default-mode-line-string):
1209 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1210
1211 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1212
1213 * dired.el (dired-sort-set-mode-line): Rename from
1214 dired-sort-set-modeline. All callers changed.
1215
1216 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1217 eshell-status-in-modeline.
1218
1219 * foldout.el (foldout-mode-line-string): Rename from
1220 foldout-modeline-string. All callers changed.
1221 (foldout-update-mode-line): Rename from foldout-update-modeline.
1222
1223 * subr.el (redraw-modeline): Make into obsolete alias.
1224
1225 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1226 timeclock-modeline-display. Make old name an alias.
1227 (timeclock-update-mode-line): Likewise. All callers changed.
1228 (timeclock-mode-line-display): No need to check before using
1229 add-hook.
1230 (timeclock-relative, timeclock-day-over-hook)
1231 (timeclock-use-elapsed, timeclock-mode-string)
1232 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1233
1234 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1235 crisp-mode-modeline-string.
1236
1237 * play/solitaire.el (solitaire-build-mode-line): Rename from
1238 solitaire-build-modeline. All callers changed.
1239
1240 * play/zone.el (zone-hiding-mode-line): Rename from
1241 zone-hiding-modeline. All callers changed.
1242 (zone): Remove unusued `modeline-hidden-level' property.
1243
1244 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1245 xscheme-modeline-initialize. All callers changed.
1246
1247 * strokes.el (strokes-lighter): Rename from
1248 strokes-modeline-string.
1249
1250 * textmodes/sgml-mode.el (html-face-tag-alist)
1251 (html-tag-face-alist): Use mode-line face instead of obsolete
1252 alias modeline.
1253
42152ee4
SM
12542012-06-02 Stefan Merten <smerten@oekonux.de>
1255
1256 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1257 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1258
95f520b5
CY
12592012-06-02 Chong Yidong <cyd@gnu.org>
1260
1261 * image.el (imagemagick-enabled-types): Rename from
1262 imagemagick-types-enable. Add many more types.
1263 (imagemagick-types-inhibit): Change default to nil.
1264 (imagemagick-filter-types): Caller changed.
1265
4a5f187a
SM
12662012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1267
03fef3e6
SM
1268 * emacs-lisp/cl-macs.el: Use backquotes.
1269 (cl-transform-function-property): Use eval-and-compile rather than
1270 abusing `require'.
1271 (defstruct): Use declare-function instead of with-no-warnings.
1272
4a5f187a
SM
1273 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1274 (byte-compile-output-docform): Re-add the print-circle bindings.
1275 (byte-compile-fix-header): Use #$ just because it's shorter.
1276 (byte-compile-output-file-form): Remove defun/defmacro.
1277
bd56924f
MR
12782012-06-01 Martin Rudalics <rudalics@gmx.at>
1279
1280 * simple.el (choose-completion): Remove now obsolete binding for
1281 owindow.
1282
046e38ce
MA
12832012-06-01 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1286 in order to avoid "Stack overflow in regexp matcher".
1287
32d72c2f
GM
12882012-05-31 Glenn Morris <rgm@gnu.org>
1289
1290 * image.el: For clarity, call imagemagick-register-types at
1291 top-level, rather than relying on a custom :initialize.
1292 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1293 (imagemagick-filter-types): New function. (Bug#7406)
1294 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1295 If disabling support, remove elements altogether rather
1296 than using an impossible regexp.
1297 (imagemagick-types-inhibit): Give it the default init function.
1298
dd41169b
SM
12992012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1300
4a5f187a
SM
1301 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1302 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1303
efc00ab1 13042012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1305
1306 * desktop.el (desktop-read): Clear previous and next buffers for
1307 all windows and bury *Messages* buffer (bug#11556).
1308
500fcedc
SM
13092012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 Add `declare' for `defun'. Align `defmacro's with it.
1312 * emacs-lisp/easy-mmode.el (define-minor-mode)
1313 (define-globalized-minor-mode): Don't autoload the var definitions.
1314 * emacs-lisp/byte-run.el: Use lexical-binding.
1315 (defun-declarations-alist, macro-declarations-alist): New vars.
1316 (defmacro, defun): Use them.
1317 (make-obsolete, define-obsolete-function-alias)
1318 (make-obsolete-variable, define-obsolete-variable-alias):
1319 Use `declare'.
1320 (macro-declaration-function): Mark obsolete.
1321 * emacs-lisp/autoload.el: Use lexical-binding.
1322 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1323
6e8a1786
AM
13242012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1325
1326 * textmodes/ispell.el (ispell-with-no-warnings):
1327 Define as a macro.
500fcedc
SM
1328 (ispell-kill-ispell, ispell-change-dictionary):
1329 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1330 `interactive-p'.
1331
61b108cc
SM
13322012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1335 (macro-declaration-function): Move var from C code.
1336 (macro-declaration-function): Define function with defalias.
1337 * emacs-lisp/macroexp.el (macroexpand-all-1):
1338 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1339 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1340 defun/defmacro any more.
1341 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1342 Provide fallback for unknown arglist.
1343 (byte-compile-arglist-warn): Change calling convention.
1344 (byte-compile-output-file-form): Move print-vars binding.
1345 (byte-compile-output-docform): Simplify accordingly.
1346 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1347 (byte-compile-defmacro-declaration): Remove.
1348 (byte-compile-file-form-defmumble): Generalize to defalias.
1349 (byte-compile-output-as-comment): Return byte-positions.
1350 Simplify callers accordingly.
1351 (byte-compile-lambda): Use `assert'.
1352 (byte-compile-defun, byte-compile-defmacro): Remove.
1353 (byte-compile-file-form-defalias):
1354 Use byte-compile-file-form-defmumble.
1355 (byte-compile-defalias-warn): Remove.
1356
6d3f7c2f
SM
13572012-05-29 Stefan Merten <smerten@oekonux.de>
1358
1359 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1360 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1361
1362 (rst-mode-abbrev-table): Merge definition.
1363 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1364 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1365
6dbaa1c7
UJ
13662012-05-29 Ulf Jasper <ulf.jasper@web.de>
1367
1368 * calendar/icalendar.el
1369 (icalendar-export-region): Export UID properly.
1370
13712012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1372 * calendar/icalendar.el (icalendar-import-format):
1373 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1374 (icalendar-import-format-uid): New.
1375 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1376 Export UID.
1377
6876a58d
SM
13782012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1381 different alternative patterns.
1382 (pcase-codegen): Be more careful to preserve identity.
1383 (pcase--u1): Don't forget to mark vars as used.
1384
1385 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1386 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1387 (byte-compile-from-buffer): ...rather than here.
1388
1389 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1390 functions from byte-compile-function-environment.
1391
46b7967e
TN
13922012-05-29 Troels Nielsen <bn.troels@gmail.com>
1393
1394 * window.el (window-deletable-p): Avoid deleting the root window
1395 of a frame with an active minibuffer.
1396
69d565e2
MR
13972012-05-29 Martin Rudalics <rudalics@gmx.at>
1398
1399 * simple.el (choose-completion): Use quit-window (Bug#11567).
1400
a149fa51
CY
14012012-05-29 Chong Yidong <cyd@gnu.org>
1402
1403 * whitespace.el (whitespace-cleanup): Fix usage of
1404 whitespace-empty-at-bob-regexp (Bug#11492).
1405
2b311310
AH
14062012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1407
1408 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1409 revert (Bug#11488).
1410
b9cb2387
JL
14112012-05-29 Juri Linkov <juri@jurta.org>
1412
1413 * isearch.el (isearch-mode-map): Bind `M-s _' to
1414 `isearch-toggle-symbol'. Bind `M-s c' to
1415 `isearch-toggle-case-fold'.
1416 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1417 (isearch-forward): Add `M-s _' to the docstring.
1418 (isearch-forward-symbol, isearch-toggle-case-fold)
1419 (isearch-symbol-regexp): New functions. (Bug#11381)
1420
d5e61c1c
JL
14212012-05-29 Juri Linkov <juri@jurta.org>
1422
1423 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1424 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1425 a function, call it to get the regexp.
1426 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1427 property `isearch-message-prefix' instead of the string "word ".
1428 (isearch-search-fun-default): For the case of `isearch-word',
1429 return a lambda that calls re-search-forward/re-search-backward
1430 with a regexp returned by `word-search-regexp' or by the function
1431 in `isearch-word'.
1432
8cbd80f7
JL
14332012-05-29 Juri Linkov <juri@jurta.org>
1434
1435 * isearch.el (isearch-search-fun-default): New function.
1436 (isearch-search-fun): Move default part to the new function
1437 `isearch-search-fun-default'.
1438 (isearch-search-fun-function): Set the default value to
1439 `isearch-search-fun-default'. (Bug#11381)
1440
1441 * comint.el (comint-history-isearch-end):
1442 Use `isearch-search-fun-default'.
1443 (comint-history-isearch-search): Use `isearch-search-fun-default'
1444 and remove spacial case for `isearch-word'.
1445 (comint-history-isearch-wrap): Remove spacial case for
1446 `isearch-word'.
1447
1448 * hexl.el (hexl-isearch-search-function):
1449 Use `isearch-search-fun-default'.
1450
1451 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1452 Use `word-search-regexp' for `isearch-word'.
1453
1454 * misearch.el (multi-isearch-search-fun):
1455 Use `isearch-search-fun-default'.
1456
1457 * simple.el (minibuffer-history-isearch-search):
1458 Use `isearch-search-fun-default' and remove spacial case for
1459 `isearch-word'.
1460 (minibuffer-history-isearch-wrap): Remove spacial case for
1461 `isearch-word'.
1462
1463 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1464 Remove spacial case for `isearch-word'.
1465 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1466
85c8c5b6
AM
14672012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1468
1469 Decrease XEmacs incompatibilities.
1470 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1471 Use `string-match'.
1472 (flyspell-delete-region-overlays): Use alternative definition for
1473 XEmacs.
1474 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1475 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1476 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1477 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1478 `define-obsolete-face-alias' under XEmacs, but old method.
1479
1480 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1481 `with-no-warnings' definition or Emacs alias.
1482 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1483 (ispell-word): Do not use `region-p' if XEmacs.
1484
8cab9efc
AM
14852012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1486
1487 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1488 Check for `ispell-dictionary-base-alist' instead of full
1489 `ispell-dictionary-alist'.
1490 (ispell-init-process): Show spellchecker when starting new Ispell
1491 process.
1492
fda91268
RZ
14932012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1496 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1497
694ea8e3
JB
14982012-05-27 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * version.el (motif-version-string, gtk-version-string)
1501 (ns-version-string): Declare.
1502
e4d4f539
JL
15032012-05-27 Juri Linkov <juri@jurta.org>
1504
1505 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1506 after the `eval-defun-1' specialcaseing
1507 like in `edebug-eval-defun' (bug#10181).
1508
1509 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1510 like in `eval-defun-1'.
1511
33017faf 15122012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1513
fda91268
RZ
1514 * mail/sendmail.el (mail-yank-region):
1515 Recognize rmail-yank-current-message in addition to insert-buffer.
1516 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1517 a *mail* buffer created through rmail-start-mail with sendmail as
1518 mail-user-agent.
1519
33017faf
GM
15202012-05-27 Chong Yidong <cyd@gnu.org>
1521
1522 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1523 Default to 256 (Bug#11267).
1524
1525 * help.el (describe-mode): Doc fix.
1526
04188bb9
GM
15272012-05-26 Glenn Morris <rgm@gnu.org>
1528
38264cc9
GM
1529 * w32-fns.el (w32-init-info): Remove.
1530 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1531
eb7afdad
GM
1532 * info.el (info-initialize): For self-contained NS builds, put the
1533 included info/ directory at the front. (Bug#2791)
1534
04188bb9
GM
1535 * paths.el (Info-default-directory-list): Make it a defcustom,
1536 mainly so that we can use custom-initialize-delay.
1537
a179e3f7
SM
15382012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1539
43416392
SM
1540 * subr.el (buffer-has-markers-at): Mark obsolete.
1541
a179e3f7 1542 * subr.el (lambda): Use declare.
43416392 1543
a179e3f7
SM
1544 * emacs-lisp/lisp-mode.el (lambda):
1545 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1546
34a008d9
AH
15472012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1548
1549 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1550
0a3b289f
GM
15512012-05-26 Glenn Morris <rgm@gnu.org>
1552
1553 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1554
758c81e8
GM
15552012-05-25 Glenn Morris <rgm@gnu.org>
1556
f9f334f0
GM
1557 * paths.el: Remove no-byte-compile.
1558 * loadup.el: No need to load paths.el uncompiled.
1559
87eb79c2
GM
1560 * image.el (imagemagick-types-inhibit): Doc fix.
1561
758c81e8
GM
1562 * version.el: Remove no-byte-compile and associated formatting.
1563 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1564 is ancient code from when there was an "inc-vers.el".
1565
e7e85dc0
SM
15662012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * progmodes/gdb-mi.el: Minor style changes.
1569 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1570 Turn into minor modes.
1571 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1572 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1573 (gdb-shell): Remove unneeded let-binding.
1574 (gdb-get-many-fields): Eliminate O(n²) behavior.
1575
f31237a4
EZ
15762012-05-25 Eli Zaretskii <eliz@gnu.org>
1577
1578 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1579 platforms that don't link in fontset.c.
1580
bc1b21bb
JL
15812012-05-25 Juri Linkov <juri@jurta.org>
1582
1583 Use the same diff color scheme as in modern VCSes (bug#10181).
1584
1585 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1586 to avoid confusion with `diff-added' that now uses green colors.
1587 (diff-removed): Use shades of red.
1588 (diff-added): Use shades of green.
1589 (diff-changed): Leave just the yellow color.
1590 (diff-use-changed-face): New variable.
1591 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1592 how to highlight context diff changes.
1593 (diff-refine-change): Use shades of yellow.
1594 (diff-refine-removed): New face that uses shades of red.
1595 (diff-refine-added): New face that uses shades of green.
1596 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1597 `diff-refine-removed' in the call to `smerge-refine-subst'
1598 depending on the value of `diff-use-changed-face'.
1599
1600 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1601 (smerge-other): Use shades of green.
1602 (smerge-base): Use shades of yellow.
1603 (smerge-refined-change): Empty face.
1604 (smerge-refined-removed): New face that uses shades of red.
1605 (smerge-refined-added): New face that uses shades of green.
1606 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1607 args `props-r' and `props-a', and use them. Doc fix.
1608 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1609 on its value use different faces `smerge-refined-change',
1610 `smerge-refined-removed', `smerge-refined-added' in the call to
1611 `smerge-refine-subst'.
1612
1613 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1614 Add face condition `min-colors 88' with shades of red.
1615 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1616 `min-colors 88' with shades of green.
1617 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1618 `min-colors 88' with shades of yellow.
1619
6df9112c
GM
16202012-05-24 Glenn Morris <rgm@gnu.org>
1621
ead5edc0
GM
1622 * paths.el (prune-directory-list, remote-shell-program): Move to...
1623 * files.el (prune-directory-list, remote-shell-program): ...here.
1624 For the latter, delay initialization, prefer ssh, just search PATH.
1625
f18b81e6
GM
1626 * paths.el (term-file-prefix): Move to faces.el (the only user).
1627 * faces.el (term-file-prefix): Move here, make it a defcustom.
1628
ee2f89a6
GM
1629 * paths.el (news-directory, news-path, news-inews-program):
1630 Move to gnus/nnspool.el.
61a583ca 1631
f8815e4c
GM
1632 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1633
c8f3b42c
GM
1634 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1635 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1636 Make the latter a defcustom, with a delayed initialization.
1637
6df9112c
GM
1638 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1639 These were deleted from Gnus itself late 2010.
1640
5dadff36
JB
16412012-05-22 Juanma Barranquero <lekktu@gmail.com>
1642
9e1701c6
JB
1643 * progmodes/which-func.el (which-func-ff-hook):
1644 Check against user-error, not error.
1645
bd7239f5 1646 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1647 cl-specs.el, which no longer exists.
1648
3290526d
GM
16492012-05-22 Glenn Morris <rgm@gnu.org>
1650
1651 * info.el (info-emacs-bug): New command.
1652 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1653 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1654
ff0c3cfb
GM
16552012-05-21 Glenn Morris <rgm@gnu.org>
1656
1657 * makefile.w32-in (update-subdirs-SH):
1658 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1659
5814f126
SM
16602012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1661
a52c0aa0
SM
1662 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1663
5814f126
SM
1664 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1665 Simplify Maven regexp, and make sure the file can't start with a space
1666 (bug#11517).
1667
b847032c
GM
16682012-05-21 Glenn Morris <rgm@gnu.org>
1669
1670 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1671 Scrap superfluous subshells.
1672
3858bfe7
SM
16732012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1676 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1677
d14b0029
JB
16782012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1679
1680 * calc/calc.el (calc-ensure-consistent-units): New variable.
1681
a52c0aa0
SM
1682 * calc/calc-units.el (math-consistent-units-p)
1683 (math-check-unit-consistency): New functions.
1684 (calc-quick-units, calc-convert-units):
1685 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1686 is non-nil.
d14b0029
JB
1687 (calc-extract-units): Fix typo.
1688
60c4db3a
SM
16892012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1690
77f3b62e
SM
1691 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1692
60c4db3a
SM
1693 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1694 (flyspell-default-deplacement-commands): Don't spell check after
1695 repeated window/frame switches (e.g. triggered by mouse-movement).
1696 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1697 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1698 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1699 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1700 Remove unused vars.
1701 (flyspell-get-casechars, flyspell-get-not-casechars):
1702 Simplify; Don't bother removing a ] just to add it back.
1703 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1704
b1a10716
RS
17052012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1706
1707 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1708 New functions.
bd7239f5 1709 (math-function-table): Add support for more C functions.
b1a10716 1710
3f1b25b5
AM
17112012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1712
1713 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1714 (flyspell-debug-signal-word-checked): Protect delay handling for
1715 otherchars against empty otherchars.
1716
b581bb5c
SM
17172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1720 their respective macro declarations.
1721 * skeleton.el (define-skeleton):
1722 * progmodes/compile.el (define-compilation-mode):
1723 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1724 (define-ibuffer-filter):
1725 * emacs-lisp/generic.el (define-generic-mode):
1726 * emacs-lisp/easy-mmode.el (define-minor-mode)
1727 (define-globalized-minor-mode):
1728 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1729 * emacs-lisp/byte-run.el (defsubst):
1730 * custom.el (deftheme): Add doc-string metadata.
1731
70b8ef8f
SM
17322012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1735
b1198e17
SM
17362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1737
9abdc45d
SM
1738 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1739
b1198e17
SM
1740 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1741 * emacs-lisp/cl-macs.el: Idem.
1742 * emacs-lisp/cl-specs.el: Remove.
1743
4735906a
SM
17442012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 Minor renaming of internal CL functions and variables.
1747 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1748 (cl--position): Rename from cl-position.
1749 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1750 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1751 (cl--random-state): Rename from *random-state*.
1752
ac348012
SM
17532012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1756 parens around the arg list (bug#11499).
1757
a0a79cde
JL
17582012-05-17 Juri Linkov <juri@jurta.org>
1759
1760 * isearch.el (word-search-regexp, word-search-backward)
1761 (word-search-forward, word-search-backward-lax)
1762 (word-search-forward-lax): Move functions from search.c
1763 (bug#10145, bug#11381).
1764
65034a51
AM
17652012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1766
1767 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1768 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1769 normal word components.
1770
1a72a195
SM
17712012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * minibuffer.el (completion--sifn-requote): Fix last change.
1774 (minibuffer-local-must-match-filename-map):
1775 Move define-obsolete-variable-alias before its var.
1776
fdb058c2
SM
17772012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1778
c41045e6
SM
1779 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1780
036dfb8b
SM
1781 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1782 behavior.
1783 (completion--string-equal-p): New function.
1784 (completion--twq-all): Use it to get better assertion failure data.
1785
2473256d
SM
1786 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1787 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1788 (shell--requote-argument): New functions.
1789 (shell-completion-vars): Use them.
1790 (shell--parse-pcomplete-arguments): Rename from
1791 shell-parse-pcomplete-arguments.
1792 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1793 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1794 Obey comint-file-name-quote-list.
1795
fdb058c2
SM
1796 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1797 (smie-indent-keyword): Use it.
1798
51fa99f1
SM
17992012-05-14 Stefan Merten <smerten@oekonux.de>
1800
1801 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1802
e18afed7 18032012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1804
1805 * net/rlogin.el (rlogin-mode-map): Fix last change.
1806
e18afed7 18072012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1808
1809 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1810 the following \r\n using a single `process-send-string', since the
1811 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1812 with two `process-send-string's (Bug#11444).
8633b1f4 1813
e18afed7 18142012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1815
fdb058c2
SM
1816 * shell.el (shell-parse-pcomplete-arguments):
1817 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1818
2d21d7f6
WJ
18192012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1820
e18afed7 1821 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1822 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1823 (image-transform-width, image-transform-fit-width): New functions.
1824 (image-transform-properties): Use them.
1825 (image-transform-check-size): New function.
1826 (image-toggle-display-image): Use it (for testing).
1827 (image-transform-set-rotation): Reduce angle mod 360.
1828 Delete obsolete comment.
1829
7102e6d0
WJ
18302012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1831
1832 * image-mode.el: Fix scaling (bug#11399).
1833 (image-transform-resize): Doc fix.
1834 (image-transform-properties): Default scale is 1 and height should
1835 be an integer.
1836
06bc5e6e
SM
18372012-05-13 Johan Bockgård <bojohan@gnu.org>
1838
1839 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1840 than hard-coding `car', to fix misbehavior when moving forward.
1841
0ae03b6a
CY
18422012-05-13 Chong Yidong <cyd@gnu.org>
1843
1844 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1845 (tabulated-list-entries, tabulated-list-padding)
1846 (tabulated-list-sort-key): Make permanent-local.
1847
1848 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1849 (electric-buffer-list): Put electric buffer menu
1850 command descriptions in this docstring, instead of the docstring
1851 of electric-buffer-menu-mode. Code cleanups.
1852 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1853 Electric-buffer-menu-mode.
1854 (electric-buffer-update-highlight): Minor code cleanup.
1855
205a7391
MA
18562012-05-13 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1859 (Bug#11447)
1860
e5bd0a28
SM
18612012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 Move define-obsolete-variable-alias before the var's definition.
1864 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1865 * tooltip.el (tooltip-hook):
1866 * textmodes/reftex-toc.el (reftex-toc-map):
1867 * textmodes/reftex-sel.el (reftex-select-label-map)
1868 (reftex-select-bib-map):
1869 * textmodes/reftex-index.el (reftex-index-map)
1870 (reftex-index-phrases-map):
1871 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1872 * progmodes/meta-mode.el (meta-mode-map):
1873 * novice.el (disabled-command-hook):
1874 * loadhist.el (unload-hook-features-list):
1875 * frame.el (blink-cursor):
1876 * files.el (find-file-not-found-hooks, write-file-hooks)
1877 (write-contents-hooks):
1878 * emulation/tpu-edt.el (GOLD-map):
1879 * emacs-lock.el (emacs-lock-from-exiting):
1880 * emacs-lisp/generic.el (generic-font-lock-defaults):
1881 * emacs-lisp/chart.el (chart-map):
1882 * dos-fns.el (register-name-alist):
1883 * dired-x.el (dired-omit-files-p):
1884 * desktop.el (desktop-enable):
1885 * cus-edit.el (custom-mode-hook):
1886 * buff-menu.el (buffer-menu-mode-hook):
1887 * bookmark.el (bookmark-read-annotation-text-func)
1888 (bookmark-exit-hooks):
1889 * allout.el (allout-mode-deactivate-hook)
1890 (allout-exposure-change-hook, allout-structure-added-hook)
1891 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1892 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1893 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1894 comes before the corresponding variable's definition.
1895
ac59c2f6
CY
18962012-05-12 Chong Yidong <cyd@gnu.org>
1897
1898 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
1899 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1900 (Buffer-menu-mode-map): Bind it.
1901 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 1902
dee6c9a3
SM
19032012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1904
2171cea5
SM
1905 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1906 (prolog-upper-case-string, prolog-lower-case-string)
1907 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1908 (prolog-use-smie, prolog-smie-grammar): New vars.
1909 (prolog-smie-forward-token, prolog-smie-backward-token)
1910 (prolog-smie-rules): New funs.
1911 (prolog-comment-indent): Remove.
1912 (prolog-mode-variables): Use default comment indentation instead.
1913 Setup SMIE.
1914 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1915 (prolog-mode): Don't call them any more.
1916 (prolog-electric-colon, prolog-electric-dash)
1917 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1918
aa0382bd
SM
1919 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1920
dbacb4bd
SM
1921 * minibuffer.el (completion--twq-all): Again, allow case differences.
1922
13bdd94c
SM
1923 * term.el: Move keymap initialization code to be more idiomatic.
1924 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1925 (term-terminal-menu): Move initialization into declaration.
1926 (term-escape-char): Let the user set it in her .emacs.
1927
ff46c759
SM
1928 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1929 Provide SMIE-based indentation (not enabled by default yet).
1930 (sh-mode-map): Don't bind electric keys.
1931 Use electric-pair-mode instead of skeleton-pair.
1932 (sh-assignment-regexp): Fit within 80 columns.
1933 (sh-indent-supported): Specify actual shell name instead of boolean.
1934 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1935 (sh-maybe-here-document): Use it. Make obsolete.
1936 (sh-electric-here-document-mode) New minor mode.
1937 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1938 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1939 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1940 (sh-smie-rc-grammar, sh-use-smie): New vars.
1941 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1942 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1943 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1944 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1945 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1946 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1947 (sh-set-shell): Use smie-setup if requested.
1948
dee6c9a3
SM
1949 * term.el (term-set-escape-char): Properly set term-escape-char.
1950 See http://stackoverflow.com/questions/10524656.
1951
9f9aa044
CY
19522012-05-10 Chong Yidong <cyd@gnu.org>
1953
1954 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1955 Use url-generic-parse-url, and handle host names and Windows
1956 filenames properly.
1957 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1958 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1959 URL schemes to work on.
1960 (ffap--toggle-read-only): New function.
1961 (ffap-read-only, ffap-read-only-other-window)
1962 (ffap-read-only-other-frame): Use it.
1963 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1964 necessary for ffap-url-unwrap-remote.
1965
836d29b3
DA
19662012-05-10 Dave Abrahams <dave@boostpro.com>
1967
1968 * cus-start.el (create-lockfiles): Add it.
1969
00fd78ed
CY
19702012-05-09 Chong Yidong <cyd@gnu.org>
1971
1972 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1973 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1974
666b903b 19752012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
1976
1977 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1978
666b903b 19792012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
1980
1981 * ansi-color.el (ansi-color-process-output): Check for validity of
1982 comint-last-output-start before using it. This avoids a bad
1983 interaction with gdb-mi's input/output buffer.
1984
666b903b 19852012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
1986
1987 * files.el (dir-locals-read-from-file):
1988 Mention dir-locals in any error message.
1989
666b903b 19902012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
1991
1992 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1993 package (Bug#11410).
1994
f677562b
CY
1995 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1996 variables into description.
1997
666b903b 19982012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
1999
2000 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2001 shell-delimiter-argument-list (bug#11348).
2002 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2003
b499d8d0
JB
20042012-05-09 Juanma Barranquero <lekktu@gmail.com>
2005
8f6b6da8
JB
2006 * textmodes/rst.el: Silence byte-compiler warnings.
2007 (rst-re-alist, rst-reset-section-caches): Move around.
2008 (rst-re): Use `characterp', not `char-valid-p'.
2009 (font-lock-beg, font-lock-end): Declare.
2010
4824146a
JB
2011 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2012 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2013
b499d8d0
JB
2014 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2015
ad89bb83
GM
20162012-05-08 Glenn Morris <rgm@gnu.org>
2017
2018 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2019
8bba5a75
SM
20202012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2021
49ed9c8e
SM
2022 * vc/log-edit.el: Add GNU coding standards highlighting.
2023 (log-edit-font-lock-gnu-style)
2024 (log-edit-font-lock-gnu-keywords): New vars.
2025 (log-edit-font-lock-keywords): New fun.
2026 (log-edit-mode): Don't fold case in font-lock.
2027 (log-edit-font-lock-keywords): Do not assume case-folding.
2028
07d00b56
SM
2029 * imenu.el: Misc cleanup. Make docstrings out of comments.
2030 Use lexical-binding.
2031 (imenu--index-alist, imenu--last-menubar-index-alist)
2032 (imenu-menubar-modified-tick): Use defvar-local.
2033 (imenu--split-menu): Remove unused var.
2034 (imenu--cleanup-seen): Declare as global.
2035 (imenu--cleanup): Use dolist.
2036
8bba5a75
SM
2037 * subr.el (defvar-local): Add debug spec and doc-string position.
2038
5075bdb5
GM
20392012-05-08 Glenn Morris <rgm@gnu.org>
2040
c052c904
GM
2041 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2042 * language/english.el, language/georgian.el, language/greek.el:
2043 * language/japanese.el, language/khmer.el, language/korean.el:
2044 * language/lao.el, language/misc-lang.el, language/romanian.el:
2045 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2046 * language/thai.el, language/utf-8-lang.el:
2047 Remove no-byte-compile setting.
2048
5075bdb5
GM
2049 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2050
06f679a7
AH
20512012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2052
2053 * progmodes/make-mode.el (makefile-browse):
2054 Remove unnecessary interactive. (Bug#11324)
2055
03794570
GM
20562012-05-07 Glenn Morris <rgm@gnu.org>
2057
af8630f4
GM
2058 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2059
03794570
GM
2060 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2061
f0809a9d
SM
20622012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2063
28be5ce7
SM
2064 * loadup.el: Preload newcomment.el.
2065 * newcomment.el: Move autoload-only code to toplevel.
2066
f0809a9d
SM
2067 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2068 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2069 Handle new :right-align column property.
2070 (tabulated-list-print-col): Idem, plus use `display' text-property to
2071 try and preserve alignment for variable pitch fonts.
2072
1241b724
CY
20732012-05-07 Chong Yidong <cyd@gnu.org>
2074
2075 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2076 (tabulated-list-use-header-line): New var.
2077 (tabulated-list-init-header): Use it.
2078 (tabulated-list-print-fake-header): New function.
2079 (tabulated-list-print): Use it.
2080 (tabulated-list-sort-button-map): Add non-header-line commands.
2081 (tabulated-list-init-header): Add column name property to basic
2082 labels as well.
2083 (tabulated-list-col-sort): Handle non-header-line button case.
2084 (tabulated-list--sort-by-column-name): Fix a corner case.
2085
f0809a9d
SM
2086 * buff-menu.el (list-buffers--refresh):
2087 Handle Buffer-menu-use-header-line.
1241b724 2088
e5f9458f
CY
20892012-05-06 Chong Yidong <cyd@gnu.org>
2090
2091 * buff-menu.el: Convert to Tabulated List mode.
2092 (Buffer-menu-buffer+size-width): Make obsolete.
2093 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2094 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2095 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2096 documentation into docstring of buffer-menu.
2097 (Buffer-menu-toggle-files-only): Add an informative message.
2098 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2099 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2100 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2101 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2102 (Buffer-menu-execute, Buffer-menu-select)
2103 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2104 (Buffer-menu-bury): Use Tabulated List machinery.
2105 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2106 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2107 Delete.
e5f9458f
CY
2108 (list-buffers--refresh): New function.
2109 (list-buffers-noselect): Use it.
2110 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2111 (Buffer-menu--pretty-file-name): New helper functions.
2112
2113 * loadup.el: Preload tabulated-list.
2114
2115 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2116 tabulated-list-sort-column.
2117 (tabulated-list-init-header): Add the initial aligning space even
2118 if tabulated-list-padding is zero.
2119
e129292c
CS
21202012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2121
2122 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2123 whose cdr is not a cons cell correctly (bug#11038).
2124
6632d361
CY
21252012-05-06 Chong Yidong <cyd@gnu.org>
2126
e129292c
CS
2127 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2128 Accept additional plist in column descriptors.
6632d361
CY
2129 (tabulated-list-init-header): Obey it.
2130 (tabulated-list-get-entry): New function.
2131 (tabulated-list-put-tag): Use it. Use string-width instead of
2132 length.
2133 (tabulated-list--column-number): New function.
2134 (tabulated-list-print): Use it.
e129292c
CS
2135 (tabulated-list-print-col): New function.
2136 Set `tabulated-list-column-name' property on each column's text.
6632d361 2137 (tabulated-list-print-entry): Use it.
e129292c
CS
2138 (tabulated-list-delete-entry, tabulated-list-set-col):
2139 New functions.
6632d361
CY
2140 (tabulated-list-sort-column): New command (Bug#11337).
2141
3cc99f68
CY
2142 * buff-menu.el (list-buffers): Move C-x C-b binding from
2143 buff-menu.el to bindings.el.
2144
2145 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2146 :advertised-binding feature.
2147
52b61776
TN
21482012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2149
2150 * progmodes/compile.el (compilation-internal-error-properties):
2151 Calculate start position correctly when end-col is set but
2152 end-line is not (Bug#11382).
2153
ebfe2597
WJ
21542012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2155
2156 * man.el (Man-unindent): Use text-property-default-nonsticky to
2157 prevent untabify from inheriting face properties (Bug#11408).
2158
6d3f7c2f
SM
21592012-05-05 Stefan Merten <smerten@oekonux.de>
2160
2161 * textmodes/rst.el: Major merge with upstream development up to
2162 Docutils SVN r7399 / rst.el V1.2.1.
2163
2164 Clarify maintainership and authors.
2165
2166 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2167 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2168 (rst-official-version, rst-official-cvs-rev, rst-version)
2169 (rst-package-emacs-version-alist): New functions and variables
2170 for version information.
2171
2172 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2173 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2174 (rst-mode-syntax-table, rst-mode): New and corrected functions
2175 and variables representing reStructuredText features.
2176
2177 (rst-re): New function for reStructuredText regexes. Use in
2178 many places.
2179
2180 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2181 (rst-mode-map): Rebind keys.
2182
2183 (rst-mode-lazy, rst-font-lock-keywords)
2184 (rst-font-lock-extend-region)
2185 (rst-font-lock-extend-region-internal)
2186 (rst-font-lock-extend-region-extend)
2187 (rst-font-lock-find-unindented-line-limit)
2188 (rst-font-lock-find-unindented-line-match)
2189 (rst-adornment-level, rst-font-lock-adornment-level)
2190 (rst-font-lock-adornment-match)
2191 (rst-font-lock-handle-adornment-pre-match-form)
2192 (rst-font-lock-handle-adornment-matcher): Major revision of
2193 font-locking. Integrate with other code. Use `jit-lock-mode'.
2194
2195 (rst-preferred-adornments, rst-adjust-hook)
2196 (rst-new-adornment-down, rst-preferred-bullets)
2197 (rst-preferred-bullets, rst-indent, rst-indent-width)
2198 (rst-indent-field, rst-indent-literal-normal)
2199 (rst-indent-literal-minimized, rst-indent-comment): Change,
2200 extend and improve customization.
2201
2202 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2203 (rst-normalize-cursor-position, rst-get-decoration)
2204 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2205 (rst-rstrip, rst-toc-insert-find-delete-contents)
2206 (rst-shift-fill-region, rst-compute-bullet-tabs)
2207 (rst-debug-print-tabs, rst-debug-mark-found)
2208 (rst-shift-region-guts, rst-shift-region-right)
2209 (rst-shift-region-left, rst-use-char-classes)
2210 (rst-font-lock-keywords-function)
2211 (rst-font-lock-indentation-point)
2212 (rst-font-lock-find-unindented-line-begin)
2213 (rst-font-lock-find-unindented-line-end)
2214 (rst-font-lock-find-unindented-line)
2215 (rst-font-lock-adornment-point, rst-font-lock-level)
2216 (rst-adornment-level-alist): Remove functions and variables.
2217
2218 (rst-compare-adornments, rst-get-adornment-match)
2219 (rst-suggest-new-adornment, rst-get-adornments-around)
2220 (rst-adornment-complete-p, rst-get-next-adornment)
2221 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2222 (rst-straighten-adornments): Standardize function names to
2223 use "adornment" instead of "decoration". Correct callers.
2224 Similar standardizing in many places.
2225
2226 (rst-update-section, rst-adjust, rst-promote-region)
2227 (rst-enumerate-region, rst-bullet-list-region)
2228 (rst-repeat-last-character): Correct use of `interactive'.
2229
2230 (rst-classify-adornment, rst-find-all-adornments)
2231 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2232 (rst-find-leftmost-column, rst-repeat-last-character):
2233 Refactor functions.
2234
2235 (rst-find-title-line, rst-reset-section-caches)
2236 (rst-get-adornments-around, rst-adjust-adornment-work)
2237 (rst-arabic-to-roman, rst-roman-to-arabic)
2238 (rst-insert-list-pos, rst-insert-list-new-item)
2239 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2240 New functions.
2241
2242 (rst-all-sections, rst-section-hierarchy)
2243 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2244 New variables.
2245
2246 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2247 configuration instead of only buffer. Change where necessary.
2248
2249 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2250 (rst-shift-region, rst-adaptive-fill): New functions for
2251 indentation and filling.
2252
2253 (rst-comment-line-break, rst-comment-indent)
2254 (rst-comment-insert-comment, rst-comment-region)
2255 (rst-uncomment-region): New functions for handling comments.
2256
2257 (rst-compile): Quote shell arguments.
2258
2259 (rst-compile-pdf-preview, rst-compile-slides-preview):
2260 Delete temporary files after use.
2261
a43f98b3
GM
22622012-05-05 Glenn Morris <rgm@gnu.org>
2263
48176e8b
GM
2264 * calendar/cal-html.el: Optionally include holidays in the output.
2265 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2266 (cal-html-holidays): New option.
2267 (cal-html-css-default): Add holiday entry.
2268 (holiday-in-range): Autoload it.
2269 (cal-html-htmlify-entry): Add optional class argument.
2270 (cal-html-htmlify-list): Add optional holidays argument.
2271 (cal-html-insert-agenda-days): Include holidays in the output.
2272 (cal-html-one-month): Maybe include holidays.
2273
a43f98b3
GM
2274 * calendar/holidays.el (holiday-in-range):
2275 Move here from cal-tex-list-holidays.
2276 * calendar/cal-tex.el (cal-tex-list-holidays):
2277 Make it an obsolete alias for holiday-in-range. Update all callers.
2278
fef9d149 22792012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2280
2281 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2282 Nextstep.
2283
248da2f4
RW
22842012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2285
2286 * files.el (file-auto-mode-skip): New var.
2287 (set-auto-mode-1): Use it.
2288
f95e9344
SM
22892012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2290
df96ab1e
SM
2291 * repeat.el: Use lexical-binding.
2292 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2293 (repeat-undo-count): Remove.
2294 (repeat):
2295 * progmodes/octave-mod.el (octave-abbrev-start):
2296 * progmodes/f90.el (f90-abbrev-start):
2297 * face-remap.el (text-scale-adjust):
2298 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2299
5342bb06
SM
2300 * emacs-lisp/pcase.el (pcase--let*): New function.
2301 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2302 a bit more.
2303 (pcase--split-pred): Be more clever about ruling out overlap between
2304 a predicate and some constant pattern.
2305 (pcase--q1): Use `null' instead of (eq foo nil).
2306
f95e9344
SM
2307 * subr.el (setq-local, defvar-local): New macros.
2308 (kbd): Redefine as an alias.
2309 (with-selected-window): Leave unrelated frames alone.
2310 (set-temporary-overlay-map): New function.
2311
71873e2b
SM
23122012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * subr.el (user-error): New function.
2315 * window.el (switch-to-buffer):
2316 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2317 (smerge-match-conflict):
2318 * simple.el (previous-matching-history-element)
2319 (next-matching-history-element, goto-history-element, undo-more)
2320 (undo-start):
2321 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2322 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2323 (next-file, tags-loop-scan, list-tags, complete-tag):
2324 * progmodes/compile.el (compilation-loop):
2325 * mouse.el (mouse-minibuffer-check):
2326 * man.el (Man-bgproc-sentinel, Man-goto-page):
2327 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2328 (Info-history-forward, Info-follow-reference, Info-menu)
2329 (Info-extract-menu-item, Info-extract-menu-counting)
2330 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2331 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2332 (Info-next-reference, Info-prev-reference, Info-index)
2333 (Info-index-next, Info-follow-nearest-node)
2334 (Info-copy-current-node-name):
2335 * imenu.el (imenu--make-index-alist)
2336 (imenu-default-create-index-function, imenu-add-to-menubar):
2337 * files.el (basic-save-buffer, recover-file):
2338 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2339 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2340 (checkdoc-message-text, checkdoc-defun):
2341 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2342 * cus-edit.el (customize-changed-options, customize-rogue)
2343 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2344 (custom-variable-mark-to-reset-standard)
2345 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2346 (custom-file):
2347 * completion.el (check-completion-length):
2348 * comint.el (comint-search-arg)
2349 (comint-previous-matching-input-string-position)
2350 (comint-previous-matching-input)
2351 (comint-replace-by-expanded-history-before-point, comint-send-input)
2352 (comint-copy-old-input, comint-backward-matching-input)
2353 (comint-goto-process-mark, comint-set-process-mark):
2354 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2355 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2356
8a61ee22
SM
23572012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2358
66408d1e
SM
2359 * dabbrev.el (dabbrev--ignore-case-p): New function.
2360 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2361 Use it.
2362
8a61ee22
SM
2363 * files.el (automount-dir-prefix): Mark as obsolete.
2364
3c74813a
GM
23652012-05-04 Glenn Morris <rgm@gnu.org>
2366
2367 * patcomp.el, play/bruce.el: Move to obsolete/.
2368
0bfcf5c5
PE
23692012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2370
2371 Fix minor Y10k bugs.
2372 * arc-mode.el (archive-unixdate):
2373 * autoinsert.el (auto-insert-alist):
2374 * calc/calc-forms.el (math-this-year):
2375 * emacs-lisp/copyright.el (copyright-current-year)
2376 (copyright-update-year, copyright):
2377 * tar-mode.el (tar-clip-time-string):
2378 * time.el (display-time-update):
2379 Don't assume years have 4 digits.
2380
78f3273a
CY
23812012-05-04 Chong Yidong <cyd@gnu.org>
2382
2383 * dos-w32.el (file-name-buffer-file-type-alist)
2384 (direct-print-region-use-command-dot-com):
2385 * ffap.el (ffap-menu-regexp):
2386 * find-file.el (ff-special-constructs):
2387 * follow.el (follow-debug):
2388 * forms.el (forms--debug):
2389 * iswitchb.el (iswitchb-all-frames):
2390 * ido.el (ido-all-frames):
2391 * emacs-lisp/timer.el (timer-max-repeats):
2392 * mail/feedmail.el (feedmail-mail-send-hook)
2393 (feedmail-mail-send-hook-queued):
2394 * mail/footnote.el (footnote-signature-separator):
2395 * mail/mailabbrev.el (mail-alias-separator-string)
2396 (mail-abbrev-mode-regexp):
2397 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2398 * progmodes/idlwave.el (idlwave-libinfo-file)
2399 (idlwave-default-completion-case-is-down)
2400 (idlwave-library-routines): Convert defvars to defcustoms.
2401
2402 * mail/rmail.el (rmail-decode-mime-charset):
2403 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2404 (idlwave-shell-fix-inserted-breaks)
2405 (idlwave-shell-activate-alt-keybindings)
2406 (idlwave-shell-use-breakpoint-glyph):
2407 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2408
f7ae6719
SM
24092012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2412
47086495
WS
24132012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2414
2415 * progmodes/verilog-mode.el (font-lock-keywords):
2416 Fix mis-highligting auto. Reported by Craig Barner.
2417 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2418 defines from global name space. Reported by Dan Dever.
2419 (verilog-auto-reset, verilog-auto-reset-widths)
2420 (verilog-auto-tieoff): Support using unbased numbers for
2421 AUTORESET and AUTOTIEOFF.
2422 (verilog-submit-bug-report): Update variable list.
2423 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2424 parenthesis from not matching. Reported by Michael Rytting.
2425 (verilog-auto-template-lint): Fix hash error when linting modules
2426 with no used templates.
2427 (verilog-warn, verilog-warn-error)
2428 (verilog-warn-fatal): When non-interactive report multiple
2429 warnings before exiting. Suggested by Brad Dobbie.
2430 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2431 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2432 to report unused template errors. Reported by Brad Dobbie.
2433 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2434 nets, bug438. Reported by Vns Blore.
2435 (verilog-auto-inout-module, verilog-auto-reg)
2436 (verilog-read-decls, verilog-read-sub-decls-sig)
2437 (verilog-signals-edit-wire-reg, verilog-signals-with):
2438 Fix passing of Verilog data types in ANSI input/output ports
2439 such as "output logic" into the AUTOs. Special case "wire" and
2440 "reg" for backwards compatibility presuming Verilog 2001.
2441 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2442 (verilog-preprocess): Fix replication of preprocess output.
2443 Reported by Brad Dobbie.
2444 (verilog-auto-inst-interfaced-ports):
2445 Create verilog-auto-inst-interfaced-ports, bug429.
2446 Reported by Julian Gorfajn.
2447 (verilog-after-save-font-hook)
2448 (verilog-before-save-font-hook): New variable.
2449 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2450 (verilog-save-font-mods): Wrap disabling fontification, reported
2451 by David Rogoff.
2452 (verilog-do-indent, verilog-pretty-declarations-auto)
2453 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2454 Reported by Pierre-David Pfister.
2455 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2456 of class declarations, bug292. Reported by Kevin Heilman.
2457 (verilog-read-decls): Fix 'parameter type' not appearing in
2458 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2459 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2460 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2461 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2462 Reported by David Kravitz.
2463
24642012-05-03 Michael McNamara <mac@mail.brushroad.com>
2465
2466 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2467 assignment with tests in ifs and for loops.
2468 (verilog-extended-complete-re, verilog-complete-reg): Change so
2469 that DPI inport functions don't look like fuction declarations.
2470 (verilog-pretty-expr): Don't line up assignment
2471 operations to the test and increment in if and for loops
2472 (verilog-extended-complete-re, verilog-complete-reg): Change so
2473 that DPI inport functions don't look like fuction declarations
2474
2e51d4b5
KH
24752012-05-03 Kenichi Handa <handa@m17n.org>
2476
2477 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2478 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2479 (Bug#11282).
2480
2bd785a2
SM
24812012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * emacs-lisp/bytecomp.el
2484 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2485 since cconv.el might have introduced :fun-body, internal-make-closure,
2486 and friends for bytecomp to handle (bug#11391).
2487 * custom.el (defcustom): Avoid ((λ ..) ..).
2488
99d27583
SM
24892012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2492
55a71479
JB
24932012-05-02 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * notifications.el (dbus-debug):
2496 * term/linux.el (gpm-mouse-enable):
2497 * term/screen.el (xterm-register-default-colors): Declare.
2498
7b97c764
CY
24992012-05-02 Chong Yidong <cyd@gnu.org>
2500
2bc356d7
CY
2501 * cus-start.el (gc-cons-percentage, exec-suffixes)
2502 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2503 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2504 (make-cursor-line-fully-visible, void-text-area-pointer)
2505 (font-list-limit): Add customization data.
2506
7b97c764
CY
2507 * allout.el (allout-exposure-change-functions)
2508 (allout-structure-added-functions)
2509 (allout-structure-deleted-functions)
2510 (allout-structure-shifted-functions): Rename abnormal hooks from
2511 *-hook, and convert to defcustoms.
5d3385a0
JB
2512 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2513 Convert to defcustoms.
7b97c764
CY
2514 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2515
2516 * allout-widgets.el: Hook callers changed.
2517
90207a15 25182012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2519
2520 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2521 the yanked message in preference to the default value of
2522 buffer-file-coding-system.
2523
90207a15 25242012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2525
5d3385a0
JB
2526 * window.el (display-buffer--action-function-custom-type):
2527 Fix entry.
d9558cad 2528
90207a15 25292012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2530
2531 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2532
d80ac57b
GM
25332012-05-01 Glenn Morris <rgm@gnu.org>
2534
976f7668
GM
2535 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2536
beb83b5a
GM
2537 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2538
d80ac57b
GM
2539 * cus-edit.el (custom-variable-documentation): Simplify with format.
2540
b593d6a9
AH
25412012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2542 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * simple.el (suggest-key-bindings, execute-extended-command):
2545 Move from keyboard.c.
2546
782fbf2a
CY
25472012-05-01 Chong Yidong <cyd@gnu.org>
2548
2549 * follow.el: Eliminate advice.
2550 (set-process-filter, process-filter, sit-for): Advice deleted.
2551 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2552 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2553 Vars deleted.
782fbf2a
CY
2554 (follow-auto): Use a :set function.
2555 (follow-mode): Rewritten. Don't advise process filters.
2556 (follow-switch-to-current-buffer-all, follow-scroll-up)
2557 (follow-scroll-down): Assume follow-mode is bound.
2558 (follow-comint-scroll-to-bottom)
2559 (follow-align-compilation-windows): New functions.
2560 (follow--window-sorter): New function.
2561 (follow-all-followers): Use it to explicitly sort windows by their
2562 positions; don't make assumptions about next-window order.
2563 (follow-windows-start-end, follow-delete-other-windows-and-split)
2564 (follow-calc-win-start): Doc fix.
2565 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2566 vertical-motion unnecessarily.
2567 (follow-adjust-window): New function.
2568 (follow-post-command-hook): Use it.
2569 (follow-call-set-process-filter, follow-call-process-filter)
2570 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2571 (follow-stop-intercept-process-output, follow-generic-filter):
2572 Functions deleted.
2573 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2574 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2575 New functions, replacing advice on scroll-bar-* commands.
87233a14 2576 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2577
2578 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2579 (comint-postoutput-scroll-to-bottom): Use it.
2580 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2581
290af740
GM
25822012-05-01 Glenn Morris <rgm@gnu.org>
2583
2584 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2585 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2586 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2587 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2588 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2589 Remove no-byte-compile setting.
2590
6eac8dc9
SM
25912012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2594 all-completions code to not return a number in the last cdr.
2595
9cc7819c
LL
25962012-04-30 Leo Liu <sdl.web@gmail.com>
2597
2598 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2599 read-only error.
2600
c93b886f
CY
26012012-04-29 Chong Yidong <cyd@gnu.org>
2602
2603 * follow.el (follow-calc-win-end): Rewrite to handle partial
2604 screen lines correctly (Bug#8390).
2605 (follow-avoid-tail-recenter): Minor cleanup.
2606
8b6c19f4
SM
26072012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 Avoid the obsolete `assoc' package.
2610 * speedbar.el (speedbar-refresh): Avoid adelete.
2611 (speedbar-file-lists): Simplify and avoid aput.
2612 * man.el (Man--sections, Man--refpages): New vars, replacing
2613 Man-sections-alist and Man-refpages-alist.
2614 (Man-build-section-alist, Man-build-references-alist):
2615 Use them; avoid aput.
2616 (Man--last-section, Man--last-refpage): New vars.
2617 (Man-follow-manual-reference): Use them.
2618 Use the `default' arg of completing-read.
2619 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2620
c5bb7569
CY
26212012-04-27 Chong Yidong <cyd@gnu.org>
2622
d1d2e2e8
CY
2623 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2624
15cd8efd
CY
2625 * startup.el (x-apply-session-resources): New function.
2626
2627 * term/ns-win.el (ns-initialize-window-system):
2628 * term/w32-win.el (w32-initialize-window-system):
2629 * term/x-win.el (x-initialize-window-system): Use it to properly
2630 set menu-bar-mode and other vars from X resources, even if the
2631 initial frame is not a window-system frame (Bug#2299).
2632
c5bb7569
CY
2633 * subr.el (read-key): Avoid running filter function when setting
2634 up temporary tool bar entries (Bug#9922).
2635
a8e7d6d7 26362012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2637
2638 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2639 (Bug#11344)
2640
a8e7d6d7 26412012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2642
2643 * select.el (xselect--encode-string): New function, split from
2644 xselect-convert-to-string.
2645 (xselect-convert-to-string): Use it.
2646 (xselect-convert-to-filename, xselect-convert-to-os)
2647 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2648 returned strings are properly encoded (Bug#11315).
2649
a8e7d6d7 26502012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2651
2652 * simple.el (delete-active-region): Move to killing custom group.
2653
a8e7d6d7 26542012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2655
2656 * progmodes/which-func.el (which-func-current): Quote %
2657 characters for mode-line processing.
2658
578c1d4b 26592012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2660
2661 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2662 reaching eob (Bug#11286).
2663
a8e7d6d7 26642012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2665
2666 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2667 (gdb): Make it buffer-local and init to zero.
2668 (gdb-control-commands-regexp): New variable.
2669 (gdb-send): Don't wrap in "-interpreter-exec console" if
2670 gdb-control-level is positive. Increment gdb-control-level
2671 whenever the command matches gdb-control-commands-regexp, and
2672 decrement it each time the command is "end". (Bug#11279)
2673
a8e7d6d7 26742012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2675
2676 * window.el (adjust-window-trailing-edge, enlarge-window)
2677 (shrink-window, window-resize):
2678 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2679 windows (Bug#11276).
2680
b3608390
CY
26812012-04-27 Chong Yidong <cyd@gnu.org>
2682
2683 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2684 fix "missing prefix" warning. All callers changed.
b3608390 2685
797e6e88
SM
26862012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * emacs-lisp/assoc.el: Move to obsolete/.
2689
e95a67dc
SM
26902012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2691
657c21e4 2692 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2693
2694 * term/ns-win.el (ns-define-service):
2695 * progmodes/pascal.el (pascal-goto-defun):
2696 * progmodes/js.el (js--read-tab):
2697 * progmodes/etags.el (tags-lazy-completion-table):
2698 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2699 * emacs-lisp/ewoc.el (ewoc--wrap):
2700 * emacs-lisp/assoc.el (aput, adelete, amake):
2701 * doc-view.el (doc-view-convert-current-doc):
2702 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2703
cb3e7ae0
CY
27042012-04-26 Chong Yidong <cyd@gnu.org>
2705
dce04f7f
CY
2706 * image.el (image-type-from-buffer): Only return supported image
2707 type (Bug#9045).
2708
cb3e7ae0
CY
2709 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2710 value, for symmetry with diff-end-of-hunk.
2711 (diff-split-hunk, diff-find-source-location)
2712 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2713 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2714 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2715 compute the relevant hunk or file properly (Bug#6005).
2716 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2717
0d42eb3e
SM
27182012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * vc/vc-mtn.el:
2721 * vc/vc-hg.el:
2722 * vc/vc-git.el:
2723 * vc/vc-dir.el:
2724 * vc/vc-cvs.el:
2725 * vc/vc-bzr.el:
2726 * vc/vc-arch.el:
2727 * vc/vc.el: Replace lexical-let by lexical-binding.
2728 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2729 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2730 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2731
f08ae1c9
CY
27322012-04-26 Chong Yidong <cyd@gnu.org>
2733
8b71081d
CY
2734 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2735 (diff-mode-shared-map): Bind it to / and [remap undo].
2736
f08ae1c9
CY
2737 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2738 (ediff-window-setup-function): Use it as the default, to set up
2739 windows based on whether the current frame is graphical (Bug#2138).
2740 (ediff-choose-window-setup-function-automatically): Make obsolete.
2741
2742 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2743
ef24141c
SM
27442012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2745
cc356a5d
SM
2746 * ffap.el: Remove old code for obsolete package.
2747 (ffap-complete-as-file-p): Remove.
2748
b4ff4f1f
SM
2749 Use completion-table-with-quoting for comint and pcomplete.
2750 * comint.el (comint--unquote&requote-argument)
2751 (comint--unquote-argument, comint--requote-argument): New functions.
2752 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2753 (comint-quote-filename): Use regexp-opt-charset.
2754 (comint--common-suffix, comint--common-quoted-suffix)
2755 (comint--table-subvert): Remove.
2756 (comint-unquote-function, comint-requote-function): New vars.
2757 (comint--complete-file-name-data): Use them with
2758 completion-table-with-quoting.
2759 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2760 * pcomplete.el (pcomplete-arg-quote-list)
2761 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2762 (pcomplete-unquote-argument-function): Default to non-nil.
2763 (pcomplete-unquote-argument): Simplify.
2764 (pcomplete--common-quoted-suffix): Remove.
2765 (pcomplete-requote-argument-function): New var.
2766 (pcomplete--common-suffix): New function.
2767 (pcomplete-completions-at-point): Use completion-table-with-quoting
2768 and completion-table-subvert.
2769
79c4eeb4
SM
2770 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2771 (minibuffer--double-dollars): Preserve properties.
2772 (completion--sifn-requote): New function.
2773 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2774
ef24141c
SM
2775 * minibuffer.el: Add support for completion of quoted/escaped data.
2776 (completion-table-with-quoting, completion-table-subvert): New funs.
2777 (completion--twq-try, completion--twq-all): New functions.
2778 (completion--nth-completion): New function.
2779 (completion-try-completion, completion-all-completions): Use it.
2780
784e7d6e
LL
27812012-04-25 Leo Liu <sdl.web@gmail.com>
2782
dd2ac746
SM
2783 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2784 Use compilation-message if available to find real filename.
784e7d6e 2785
07875ee7
CY
27862012-04-25 Chong Yidong <cyd@gnu.org>
2787
2788 * vc/diff-mode.el (diff-setup-whitespace): New function.
2789 (diff-mode): Use it.
2790
2791 * vc/diff.el (diff-sentinel):
2792 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2793 Whitespace mode variables based on diff style (Bug#8612).
2794
5055880d
LL
27952012-04-25 Leo Liu <sdl.web@gmail.com>
2796
daf75653
LL
2797 * progmodes/python.el (python-send-region): Add suffix .py to the
2798 temp file.
2799
5055880d
LL
2800 * files.el (auto-mode-alist): Use javascript-mode instead.
2801
db9b177b
AH
28022012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2803
ef24141c 2804 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2805
2806 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2807 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2808 references, see Bug#9.
ef24141c 2809 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2810 when receiving a fault reply.
ef24141c 2811 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2812
2813 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2814 (soap-inspect-simple-type): New function.
db9b177b 2815
ef24141c 2816 * soap-client.el (soap-simple-type): New struct.
db9b177b 2817 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2818 (soap-decode-basic-type, soap-encode-basic-type):
2819 support unsignedInt and double basic types.
db9b177b 2820 (soap-resolve-references-for-simple-type)
ef24141c
SM
2821 (soap-parse-simple-type, soap-encode-simple-type): New function.
2822 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2823
2824 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2825 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2826 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2827 the local name of "soapenc:Array".
2828 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2829 decoding integer, byte and anyURI xsd types.
2830
1fc6097b
CY
28312012-04-25 Chong Yidong <cyd@gnu.org>
2832
2833 * cus-edit.el (custom-buffer-create-internal): Update header text.
2834
afc6df87
EZ
28352012-04-25 Eli Zaretskii <eliz@gnu.org>
2836
2837 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2838 settings on 'system-type', not on 'window-system'. On MS-Windows,
2839 set interactive-mode on in GDB.
2840
dfbd787f
SM
28412012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2844 (ruby-syntax-propertize-regexp): Remove.
2845 (ruby-syntax-propertize-function): Split regexp into chunks.
2846 Match following code directly.
2847
85222d44
DG
28482012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2849
51a8ea2a
DG
2850 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2851 (ruby-syntax-propertize-regexp): New function.
2852 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2853 by a special keyword.
2854
85222d44
DG
2855 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2856 (ruby-syntax-general-delimiters-goto-beg)
2857 (ruby-syntax-propertize-general-delimiters): New functions.
2858 (ruby-syntax-propertize-function): Use them to handle GDL.
2859 (ruby-font-lock-keywords): Move old handling of GDL...
2860 (ruby-font-lock-syntactic-keywords): .. to here.
2861 (ruby-calculate-indent): Adjust indentation for GDL.
2862
b613912b
MA
28632012-04-24 Michael Albinus <michael.albinus@gmx.de>
2864
b5380639
MA
2865 * notifications.el (top): Remove unneeded declarations.
2866 (notifications-specification-version): Change to "1.2".
e43042fe 2867 (notifications-interface, notifications-notify-method)
b613912b
MA
2868 (notifications-close-notification-method): Fix docstring.
2869 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
2870 (notifications-notify): Add :action-items, :resident and
2871 :transient hints. Change "image_data" to "image-data" and
2872 "image_path" to "image-path".
b613912b
MA
2873 (notifications-get-capabilities): New defun.
2874
257440aa
LL
28752012-04-24 Leo Liu <sdl.web@gmail.com>
2876
2877 * progmodes/python.el: Move hideshow setup to the end.
2878
b1bac16e
MR
28792012-04-24 Martin Rudalics <rudalics@gmx.at>
2880
2881 * window.el (handle-select-window): Clear echo area since this is
2882 no more done by read_char (Bug#11304).
2883
d81bd059
SM
28842012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2887 and `/ M' to filter-derived-mode.
2888 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2889 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2890 (ibuffer-mark-by-mode): Use default rather than initial-input.
2891 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2892
c4cf6d91
IA
28932012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2894
2895 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2896 (ibuffer-filter-by-derived-mode): New filter.
2897 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2898
7511ded8
CY
28992012-04-23 Andreas Politz <politza@fh-trier.de>
2900
2901 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2902
775c916b
CY
29032012-04-23 Chong Yidong <cyd@gnu.org>
2904
2905 * cus-edit.el (customize-apropos, customize-apropos-options):
2906 Disable matching of non-option variables (Bug#11176).
2907 (customize-option, customize-option-other-window)
2908 (customize-changed-options): Doc fix.
2909 (customize-apropos-options, customize-apropos-faces)
2910 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2911
2912 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 2913 Fix word list splitting (Bug#11132).
46c71e23
CY
2914 (apropos-symbol, apropos-keybinding, apropos-label)
2915 (apropos-property, apropos-function-button)
2916 (apropos-variable-button, apropos-misc-button): New faces.
2917 (apropos-symbol-face, apropos-keybinding-face)
2918 (apropos-label-face, apropos-property-face, apropos-match-face):
2919 Variables removed (Bug#8396).
2920 (apropos-library-button, apropos-format-plist, apropos-print)
2921 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 2922
2df41f9c
MA
29232012-04-23 Michael Albinus <michael.albinus@gmx.de>
2924
2925 * net/xesam.el (xesam-mode-map): Use let-bound map in
2926 initialization. (Bug#11292)
2927
da00640a
AM
29282012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2929
2930 Preserve ispell session localwords when switching back to
2931 original buffer.
2932
2933 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2934 variable to hold buffer session localwords.
2935 (ispell-kill-ispell): add option 'clear to delete session
2936 localwords.
2937 (ispell-command-loop, ispell-change-dictionary)
2938 (ispell-buffer-local-words): Preserve session localwords when
2939 needed.
2940
2941 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2942 Preserve session localwords when needed.
2943
f621ccf5
AM
29442012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2945
2946 * ispell.el (ispell-insert-word) Remove unneeded function using
2947 obsolete `translation-table-for-input'.
ef24141c
SM
2948 (ispell-word, ispell-process-line, ispell-complete-word):
2949 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 2950
c2d1019e
CY
29512012-04-22 Chong Yidong <cyd@gnu.org>
2952
2953 * cus-edit.el (custom-variable-menu)
2954 (custom-variable-reset-saved, custom-face-menu)
2955 (custom-face-reset-saved): If there is no saved value, make the
2956 "reset-saved" operation bring back the default (Bug#9509).
2957 (custom-face-state): Properly detect themed faces.
2958
eeddc531
CY
2959 * faces.el (face-spec-set): Stop supporting deprecated form of
2960 third arg.
2961
dcbf5805
MA
29622012-04-22 Michael Albinus <michael.albinus@gmx.de>
2963
2964 Move functions from C to Lisp. Make non-blocking method calls
2965 the default. Implement further D-Bus standard interfaces.
2966
ef24141c
SM
2967 * net/dbus.el (dbus-message-internal): Declare function.
2968 Remove unneeded function declarations.
dcbf5805
MA
2969 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2970 (dbus-message-type-method-return, dbus-message-type-error)
2971 (dbus-message-type-signal): Declare variables. Remove local
2972 definitions.
2973 (dbus-interface-dbus, dbus-interface-peer)
2974 (dbus-interface-introspectable, dbus-interface-properties)
2975 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2976 Adapt docstring.
2977 (dbus-interface-objectmanager): New defconst.
2978 (dbus-call-method, dbus-call-method-asynchronously)
2979 (dbus-send-signal, dbus-method-return-internal)
2980 (dbus-method-error-internal, dbus-register-service)
2981 (dbus-register-signal, dbus-register-method): New defuns, moved
2982 from dbusbind.c
2983 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
2984 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2985 New defuns.
dcbf5805
MA
2986 (dbus-call-method-non-blocking): Make it an obsolete function.
2987 (dbus-unregister-object, dbus-unregister-service)
2988 (dbus-handle-event, dbus-register-property)
2989 (dbus-property-handler): Obey the new structure of
2990 `bus-registered-objects'.
2991 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2992 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2993 Use `dbus-call-method'.
2994
cf20dee0
CY
29952012-04-22 Chong Yidong <cyd@gnu.org>
2996
2997 * cus-edit.el (custom-commands, custom-reset-menu)
2998 (Custom-reset-standard): Tweak labels.
2999 (custom-reset-button-menu): Change default to t.
3000 (custom-buffer-create-internal): For the custom-reset-button-menu
3001 case, put the revert button first.
3002 (custom-group-subtitle): New face.
3003 (custom-group-value-create): Align docstring to a specific column.
3004
3005 * wid-edit.el (widget-documentation-link-add): Don't handle
3006 indentation in this function.
3007 (widget-documentation-string-indent-to): New function.
3008 (widget-documentation-string-value-create): Use it.
3009
3010 * autorevert.el (auto-revert):
3011 * epg-config.el (epg):
3012 * ibuffer.el (ibuffer):
3013 * mpc.el (mpc):
3014 * ses.el (ses):
3015 * eshell/eshell.el (eshell):
3016 * net/ange-ftp.el (ange-ftp):
3017 * progmodes/ebnf2ps.el (postscript):
3018 * progmodes/flymake.el (flymake):
3019 * progmodes/prolog.el (prolog):
3020 * progmodes/verilog-mode.el (verilog-mode):
3021 * progmodes/which-func.el (which-func):
3022 * term/xterm.el (xterm):
3023 * textmodes/picture.el (picture):
3024 * textmodes/tildify.el (tildify):
3025 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3026 customization buffers.
3027
583e23bd
AM
30282012-04-22 Alan Mackenzie <acm@muc.de>
3029
3030 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3031 Adding a ) can hide the resulting (..) from searches. Fix it.
3032 Bound the backward search to the position of the existing (.
3033
7dd51bf1
JB
30342012-04-21 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * progmodes/verilog-mode.el (verilog-mode): Check whether
3037 which-func-modes is t before adding verilog-mode.
3038 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3039
d64a438f
LL
30402012-04-21 Leo Liu <sdl.web@gmail.com>
3041
7dd51bf1 3042 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3043
081e8d65
MV
30442012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3045
3046 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3047 filling of the last column of a table (Bug#5635).
3048 (woman-find-next-control-line): New arg, specifying an additional
3049 regexp component for the control line.
3050 (woman2-roff-buffer): Use it.
3051 (woman-break-table): New function.
3052 (woman2-TS): Use it.
3053
30542012-04-21 Chong Yidong <cyd@gnu.org>
3055
3056 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3057 (woman-horizontal-escapes, woman-negative-vertical-space)
3058 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3059 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3060
ed571ccb
SM
30612012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * minibuffer.el (completion-file-name-table): Complete user names.
3064
39773899
LL
30652012-04-20 Leo Liu <sdl.web@gmail.com>
3066
3067 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3068 and pcase-let*.
3069
de6ff46d
CY
30702012-04-20 Chong Yidong <cyd@gnu.org>
3071
3072 * server.el (server-execute): Respect initial-buffer-choice if it
3073 is a string and there are no files to open (Bug#2825).
3074 (server-create-window-system-frame, server-create-tty-frame):
3075 Don't switch buffers here.
2d0e8e61
CY
3076 (server-process-filter): Only try to open a window system frame if
3077 compiled with graphical support (Bug#8314).
de6ff46d 3078
54071013
DN
30792012-04-20 Dan Nicolaescu <dann@gnu.org>
3080
3081 * battery.el (battery-echo-area-format): Display remaining time
3082 for sysfs backend too (Bug#11269).
3083 (battery-linux-sysfs): Fix conditional for the charge.
3084
f30d612a
CY
30852012-04-20 Chong Yidong <cyd@gnu.org>
3086
c07a4c0b 3087 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3088 (gdb-inferior-io--init-proc): New function.
3089 (gdb-init-1): Use it.
3090 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3091 responsible for allocating a new pty and hooking it to gdb when
3092 the old pty gets an EIO due to process exit.
3093 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3094 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3095 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3096
2116e93c
EZ
30972012-04-20 Eli Zaretskii <eliz@gnu.org>
3098
3099 * window.el (window-min-size, window-sizable, window-min-delta)
3100 (window-max-delta, window--resizable, window-resizable)
3101 (window-total-size, window-full-height-p, window-full-width-p)
3102 (window-in-direction, window--resize-mini-window, window-resize)
3103 (window--resize-child-windows-normal)
3104 (window--resize-child-windows, window--resize-siblings)
3105 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3106 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3107
c07a4c0b 31082012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3109
ef24141c
SM
3110 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3111 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3112 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3113 pty process (Bug#11273).
3114 (gdb-update): New arg to suppress talking to the gdb process.
3115 (gdb-done-or-error): Use it.
3116 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3117 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3118 sentinel not being called.
3119
3120 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3121
d02766ab
CY
3122 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3123
c07a4c0b 31242012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3125
3126 * net/network-stream.el (open-network-stream): Doc fix.
3127
c07a4c0b 31282012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3129
3130 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3131
c07a4c0b 31322012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3133
3134 Ensure searching for keywords is case sensitive.
3135
3136 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3137 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3138 (c-defun-name, c-mark-function, c-cpp-define-name)
3139 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3140 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3141
ef24141c
SM
3142 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3143 Bind case-fold-search to nil.
f0f6bc35 3144
c07a4c0b 31452012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3146
3147 * mail/sendmail.el (mail-bury): Call return action with the right
3148 Rmail buffer (Bug#11242).
3149
9a864fa2
CY
3150 * server.el (server-process-filter): Handle corner case where both
3151 tty and nowait options are present (Bug#11102).
3152
539aa513
EZ
31532012-04-20 Eli Zaretskii <eliz@gnu.org>
3154
3155 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3156 (top level): Put into the executable the ident-style '$Id:' tag on
3157 windows-nt as well.
539aa513 3158
cfc7d5da
SM
31592012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * electric.el (electric-indent-post-self-insert-function): Check that
3162 electric-indent-mode is enabled in current buffer.
3163
5b01685c
JB
31642012-04-19 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * imenu.el (imenu-progress-message): Restore; it is "used" in
3167 erc/erc-imenu.el and net/snmp-mode.el.
3168
4d6769e1
JB
31692012-04-19 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3172 (mouse-avoidance-nudge-mouse): Remove unused binding.
3173
3174 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3175
3176 * descr-text.el (describe-char):
3177 * progmodes/python.el (python-describe-symbol):
3178 Don't call `toggle-read-only', set `buffer-read-only'.
3179
3180 * imenu.el (imenu-default-goto-function): Mark unused args.
3181 (imenu-progress-message): Remove obsolete macro; all callers changed.
3182
3183 * subr.el (keymap-canonicalize): Remove unused binding.
3184 (read-passwd): Mark unused arg.
3185
3186 * tutorial.el (tutorial--display-changes): Remove unused binding.
3187 (tutorial--save-tutorial-to): Remove unused variable.
3188
3189 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3190 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3191 (package-generate-autoloads, package-menu--generate)
3192 (package-menu--find-upgrades): Remove unused bindings.
3193
3194 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3195 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3196 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3197 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3198 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3199 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3200 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3201 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3202 (cua-delete-char-rectangle): Mark unused args.
3203 (cua-align-rectangle): Remove unused binding.
3204
3205 * mail/rmail.el (compilation--message->loc)
3206 (epa--find-coding-system-for-mime-charset): Declare.
3207
3208 * net/dbus.el (dbus-register-service): Declare.
3209 (dbus-name-owner-changed-handler): Remove unused binding.
3210
3211 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3212 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3213 (nxml-scan-backward-within): Mark unused arg.
3214 (nxml-dynamic-markup-word): Remove unused binding.
3215
3216 * mouse.el (mouse-menu-major-mode-map):
3217 * emacs-lisp/authors.el (authors-scan-change-log)
3218 (authors-add-to-author-list):
3219 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3220 * emacs-lisp/smie.el (smie-auto-fill):
3221 * mail/sendmail.el (mail-bury):
3222 * mail/unrmail.el (unrmail):
3223 * net/tls.el (open-tls-stream):
3224 * textmodes/picture.el (picture-mouse-set-point):
3225 Remove unused bindings.
3226
8c8fc5df
MA
32272012-04-19 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp.el (tramp-action-password): Let-bind
3230 `enable-recursive-minibuffers' to t.
3231
a77b0ac9
SS
32322012-04-18 Sam Steingold <sds@gnu.org>
3233
3234 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3235 instead of 'string to accommodate values like [f11].
3236 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3237 * progmodes/gdb-mi.el: Likewise.
3238
12a106a9
LL
32392012-04-18 Leo Liu <sdl.web@gmail.com>
3240
3241 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3242 current buffer.
3243 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3244 LOCAL is nil.
3245
bc6494ef
CY
32462012-04-18 Chong Yidong <cyd@gnu.org>
3247
3248 * simple.el (line-move): Use forward-line if in batch mode
3249 (Bug#11053).
3250
c09c46b2
CS
32512012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3252
3253 * files.el (after-find-file): Do not try to add a final newline if
3254 the buffer is read-only (Bug#11156).
3255
5f6530ea
RS
32562012-04-17 Richard Stallman <rms@gnu.org>
3257
3258 * mail/rmail.el (rmail-start-mail):
3259 Pass (rmail-mail-return...) for the return-action.
3260 Pass (rmail-yank-current-message...) for the yank-action.
3261 (rmail-yank-current-message): New function.
3262 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3263 (rmail-reply): Likewise.
3264 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3265
3266 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3267 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3268 buffer, not newbuf.
3269
197b6f3c
JB
32702012-04-17 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * server.el (server-ensure-safe-dir): Simplify.
3273
2311d8e5 32742012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3275
2311d8e5
GM
3276 * emacs-lisp/smie.el: Provide smarter auto-filling.
3277 (smie-auto-fill): New function.
3278 (smie-setup): Use it.
98fb480e 3279
2311d8e5
GM
3280 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3281
32822012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3283
3284 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3285 (comment-indent): Use it.
3286
2311d8e5 32872012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3288
3289 * ses.el: The overall change is to add cell renaming, that is
3290 setting fancy names for cell symbols other than name matching
3291 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3292 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3293 (ses-create-cell-variable): New defun.
2311d8e5 3294 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3295 (ses-relocate-formula): Relocate formulas only for cells the
3296 symbols of which are not renamed, i.e. symbols whose names do not
3297 match regexp "\\`[A-Z]+[0-9]+\\'".
3298 (ses-relocate-all): Relocate values only for cells the symbols of
3299 which are not renamed.
3300 (ses-load): Create cells variables as the (ses-cell ...) are read,
3301 in order to check row col consistency with cell symbol name only
3302 for cells that are not renamed.
3303 (ses-replace-name-in-formula): New defun.
3304 (ses-rename-cell): New defun.
4bdf2ad2 3305
fc72b15c
PO
33062012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3307
3308 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3309 New option (bug#11118).
3310 (perl-calculate-indent): Respect it.
3311
12e10e61
GM
33122012-04-17 Glenn Morris <rgm@gnu.org>
3313
3314 * dired-aux.el (dired-mark-read-string): Doc fix.
3315
30009afd
DA
33162012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3317
3318 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3319 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3320
41f03f4d
GM
33212012-04-17 Glenn Morris <rgm@gnu.org>
3322
3323 * mouse.el (mouse-drag-track):
3324 * speedbar.el (speedbar-frame-mode):
3325 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3326
f45f90f3
LL
33272012-04-16 Leo Liu <sdl.web@gmail.com>
3328
3329 * progmodes/python.el: Trivial cleanup.
3330
94ee8db5
GM
33312012-04-16 Glenn Morris <rgm@gnu.org>
3332
121b8917
GM
3333 * vc/vc.el (vc-string-prefix-p):
3334 * vc/pcvs-util.el (cvs-string-prefix-p):
3335 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3336 * mpc.el (mpc-string-prefix-p):
3337 Make all of these into obsolete aliases for string-prefix-p.
3338 Update callers.
3339 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3340
1197ecfa
GM
3341 * textmodes/two-column.el: Move custom options to the start.
3342 (frame-width): Remove compat definition.
3343 (2C-associate-buffer, 2C-dissociate):
3344 Use with-current-buffer rather than save-excursion.
3345 (2C-dissociate): Force a mode-line update.
3346 (2C-autoscroll): Use ignore-errors.
3347
099e7202
GM
3348 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3349 Autoload trivia.
3350
bf350d6a
GM
3351 * emacs-lisp/cl-extra.el (*random-state*):
3352 Remove unnecessary declaration.
3353
0e829eab
GM
3354 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3355
e3ad7552
GM
3356 * play/cookie1.el (cookie-snarf):
3357 Give an explicit error if input file cannot be read.
3358
68892d27
GM
3359 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3360
20f0c46d
GM
3361 * progmodes/perl-mode.el (c-macro-expand):
3362 Remove unnecessary autoload (it is in loaddefs.el).
3363
5a0978ce
GM
3364 * textmodes/picture.el (picture-desired-column)
3365 (picture-update-desired-column): Convert comments to doc-strings.
3366 (picture-substitute): Remove function.
3367 (picture-mode-map): Initialize in the defvar.
3368
6b955486
GM
3369 * woman.el: Remove eval-after-load for tar-mode.
3370 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3371 (woman-tar-extract-file): Autoload it.
3372
94ee8db5
GM
3373 * frame.el (automatic-hscrolling): Make this alias obsolete.
3374
177eca34
AM
33752012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3376
3377 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3378 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3379 (ispell-dictionary-base-alist): Revert to original XEmacs
3380 friendly version for default. [:alpha:] will be added in
3381 `ispell-set-spellchecker-params' if needed
177eca34 3382
c505aaeb
CY
33832012-04-16 Chong Yidong <cyd@gnu.org>
3384
3385 * image.el (imagemagick--extension-regexp): New variable.
3386 (imagemagick-register-types): Use it.
3387 (imagemagick-types-inhibit): Add :set function. Allow new value
3388 of t to inhibit all types.
3389
3390 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3391 so we can preload it.
3392
3393 * loadup.el (fboundp): Preload regexp-opt, needed by
3394 imagemagick-register-types.
3395
60efac0f
CY
33962012-04-15 Chong Yidong <cyd@gnu.org>
3397
3398 * frame.el (scrolling): Remove nearly unused customization group.
3399
3400 * scroll-all.el (scroll-all-mode): Move to windows group.
3401
5dd1713e
CY
34022012-04-15 Chong Yidong <cyd@gnu.org>
3403
3404 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3405
e6fd457e
CY
34062012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3409 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3410
e153c136
GM
34112012-04-15 Glenn Morris <rgm@gnu.org>
3412
3413 * simple.el (process-file-side-effects): Doc fix.
3414
e6fd457e 34152012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3416
3417 * international/mule-cmds.el (set-language-environment): Doc fix.
3418
3603c3b1
JB
34192012-04-14 Juanma Barranquero <lekktu@gmail.com>
3420
3421 * server.el (server-auth-key, server-generate-key): Doc fixes.
3422 (server-get-auth-key): Doc fix. Use `string-match-p'.
3423 (server-start): Reflow docstring.
3424
e6de100c
LI
34252012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3426
3427 * server.el (server-generate-key): `called-interactively-p'
3428 requires a parameter.
3429
29734c21
MN
34302012-04-14 Michal Nazarewicz <mina86@mina86.com>
3431
3432 * server.el (server-auth-key): New variable.
75f1671a 3433 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3434 (server-start): Use the new variable and functions to allow
3435 setting a permanent server key (bug#9423).
3436
d65c9521
LL
34372012-04-14 Leo Liu <sdl.web@gmail.com>
3438
3439 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3440
5ae255c7
PE
34412012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3442
3443 Spelling fixes.
3444 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3445 Emacs uses American spelling.
3446
d5e6342e
JB
34472012-04-14 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3450 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3451 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3452 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3453
ab036cd7
SM
34542012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * progmodes/which-func.el (which-func-modes): Change default.
3457
35dc09a1 34582012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3459
3460 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3461 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3462
35dc09a1 34632012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3464
3465 * custom.el (custom-theme-set-variables): Doc fix.
3466
35dc09a1 34672012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3468
3469 * international/mule.el (set-auto-coding-for-load): Doc fix.
3470
35dc09a1 34712012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3472
35dc09a1
GM
3473 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3474 imenu work again for Objective C Mode. Correct the *-index values,
3475 these having been disturbed by a previous change in 2011-08.
57f845ee 3476
0de3da9f
AM
3477 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3478 Correct two search limits.
3479
35dc09a1 34802012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3481
3482 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3483
35dc09a1 34842012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3485
3486 * international/characters.el: Fix sorting.
3487
35dc09a1 34882012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3489
3490 * international/characters.el: Add more missing Latin case pairs.
3491
35dc09a1 34922012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3493
3494 * files.el (dir-locals-set-class-variables): Doc fix.
3495
35dc09a1 34962012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3497
3f1b5bf8
EZ
3498 * international/characters.el: Add set-case-syntax-pair call for
3499 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3500 counterpart. (Bug#11209)
3501
9f847f41
EZ
3502 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3503
35dc09a1 35042012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3505
3506 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3507
35dc09a1 35082012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3509
35dc09a1
GM
3510 * textmodes/ispell.el (ispell-dictionary-base-alist):
3511 Add data for Hebrew.
e2627d21 3512
35dc09a1 35132012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3514
35dc09a1
GM
3515 * net/rcirc.el (rcirc-cmd-quit):
3516 Revert 2012-03-18 change (Bug#11192).
5c14e333 3517
35dc09a1 35182012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3519
3520 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3521
35dc09a1 35222012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3523
4517fe3a
SM
3524 * minibuffer.el (completion-in-region-mode-map):
3525 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3526
b472a594
VD
35272012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3528
3529 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3530
09b95ce3
MY
35312012-04-13 Masatake YAMATO <yamato@redhat.com>
3532
3533 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3534 to allow `C-M-f' and `C-M-b' to move to the nearest path
3535 separator (bug#9511).
3536
4b63a9ca
LI
35372012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3538
3539 * avoid.el: Require cl when compiling. And also move the
3540 `provide' to the end.
3541
7b55b8bf
TV
35422012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3543
3544 * avoid.el (mouse-avoidance-banish-position): New variable.
3545 (mouse-avoidance-banish-destination): Use it (bug#10165).
3546
adedaa1f
LL
35472012-04-13 Leo Liu <sdl.web@gmail.com>
3548
3549 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3550
70e74021
KB
35512012-04-13 Ken Brown <kbrown@cornell.edu>
3552
3553 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3554 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3555 (browse-url-filename-alist): For the same reason, don't modify
3556 file:// URLs on Cygwin.
3557
e75e89ba
SM
35582012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3561 the region on shift if the binding is already shifted (bug#11221).
3562
82f289a4
GM
35632012-04-12 Glenn Morris <rgm@gnu.org>
3564
3565 * mail/mailpost.el: Move to obsolete/.
3566
d333dc4c
DA
35672012-04-12 Drew Adams <drew.adams@oracle.com>
3568
3569 * imenu.el (imenu--generic-function): Ignore invisible definitions
3570 (bug#10123).
3571
0d15b5ba
VD
35722012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3573
3574 * hexl.el (hexl-bits): New variable.
3575 (hexl-options): Mention the variable in the doc string.
75f1671a 3576 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3577 (hexl-mode): Mention the new variable.
75f1671a
JB
3578 (hexl-mode, hexl-current-address, hexl-current-address):
3579 Use the displen.
0d15b5ba
VD
3580 (hexl-ascii-start-column): New function.
3581 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3582 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3583
64a440db
AM
35842012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3585
3586 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3587 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3588 the encoding, as expected by hunspell.
3589
6decb6c2
SM
35902012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * battery.el (battery--linux-sysfs-regexp): New const.
3593 (battery-status-function): Use it. Remove yeeloong special case.
3594 (battery-yeeloong-sysfs): Remove.
3595 (battery-echo-area-format): Remove yeeloong special case.
3596
088be6fb
SM
35972012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3598
6622e416
SM
3599 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3600 Reported by Noah Friedman.
3601
088be6fb
SM
3602 * subr.el (read-passwd): Use read-string.
3603
b49f886e
LMI
36042012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * vcursor.el (vcursor-move): Increase the priority of the overlay
3607 (bug#9663).
3608
a63067fc
DD
36092012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3610
3611 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3612 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3613
ac3cf14a
WS
36142012-04-11 William Stevenson <yhvh2000@gmail.com>
3615
3616 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3617 define-minor-mode (bug#10760).
3618
c4fc691b 36192012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3620
4d6769e1 3621 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3622 that directories matching `grep-find-ignored-files' won't be
3623 pruned (bug#10351).
3624
af23e2e5
CY
36252012-04-11 Chong Yidong <cyd@gnu.org>
3626
3627 * startup.el (command-line): Remove support for long-obsolete
3628 variable font-lock-face-attributes.
3629
ab7ce8c1
GM
36302012-04-11 Glenn Morris <rgm@gnu.org>
3631
3632 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3633
de8c03dc
SM
36342012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * window.el (window--state-get-1): Obey window-point-insertion-type.
3637
050cc68b
LB
36382012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3639
3640 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3641 to previous function when point is on the first character of a
75f1671a 3642 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3643
a38c310c
GM
36442012-04-11 Glenn Morris <rgm@gnu.org>
3645
effed0c2
GM
3646 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3647 not just file-errors.
3648
a38c310c
GM
3649 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3650 (vc-bzr-sha1): Use internal sha1.
3651
0221e323
SM
36522012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3655
43956923
SG
36562012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3657
3658 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3659 that start in the middle of the line (bug#10496).
3660
6a8c9eaf
DN
36612012-04-10 Dan Nicolaescu <dann@gnu.org>
3662
3663 * battery.el (battery-linux-proc-acpi): Only one battery is
3664 discharged at a time, but that seems to confuse battery.el when
3665 computing `rate-type' for the battery not being discharged
3666 (bug#10332).
3667
1930bf5d
SM
36682012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3669
2a718f6f
SM
3670 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3671
599430d0
SM
3672 * international/quail.el: Use dolist and simplify.
3673 (quail-define-package, quail-update-keyboard-layout)
3674 (quail-define-rules): Use dolist.
3675 (quail-insert-kbd-layout, quail-get-translation): CSE.
3676
a2754b6c
SM
3677 * tmm.el: Use dolist, remove left over hook.
3678 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3679 Use dolist.
3680 (calendar-load-hook): Don't mess with it.
3681
1930bf5d
SM
3682 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3683 Use derived-mode-p. Run the diff asynchronously.
3684
9f67961c
LMI
36852012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3688
2a8ce227
JB
36892012-04-10 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3692 (list-dynamic-libraries--loaded): New function.
3693 (list-dynamic-libraries--refresh): Use it.
3694
8f33b5f8
NW
36952012-04-10 Nathan Weizenbaum <nweiz@google.com>
3696
1930bf5d
SM
3697 * progmodes/python.el (python-fill-paragraph):
3698 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3699 disabled (bug#7018).
3700
b12f0439
L
37012012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
3702
1930bf5d 3703 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3704 DOS/MS Windows for the Baltic languages. There are still plenty
3705 of texts written in this encoding/codepage (bug#6519).
b12f0439 3706
57c3bd01
GM
37072012-04-10 Glenn Morris <rgm@gnu.org>
3708
3709 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3710 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3711
6c3eab30
FA
37122012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3713
1930bf5d 3714 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3715 next-line "n" and previous-line "p" in order to make recentf more
3716 consistent with ibuffer, dired or org-mode (bug#9387).
3717
24d78a88
LMI
37182012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3719
bc72b5d9
LMI
3720 * image.el (put-image): Return the overlay created instead of the
3721 optional input string (bug#7834). Note that this may break code
3722 that is (for some reason or other) depending on `put-image'
3723 returning the string.
3724
bd2dba5a
LMI
3725 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3726
74beb59f
LMI
3727 * simple.el (zap-to-char): Allow zapping using input methods
3728 (bug#1580).
3729
24d78a88
LMI
3730 * textmodes/fill.el (fill-region): Leave point and mark where they
3731 were before filling (bug#5399).
3732
263f20cd
GM
37332012-04-09 Glenn Morris <rgm@gnu.org>
3734
3735 * version.el (emacs-bzr-get-version):
3736 Handle lightweight checkouts of local branches.
3737
58d1f797
AS
37382012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3739
263f20cd 3740 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3741
b4d3bc10
CY
37422012-04-09 Chong Yidong <cyd@gnu.org>
3743
3744 * custom.el (custom-variable-p): Return nil for non-symbol
3745 arguments instead of signaling an error.
3746 (user-variable-p): Obsolete alias for custom-variable-p.
3747
3748 * apropos.el (apropos-variable):
3749 * files-x.el (read-file-local-variable):
3750 * simple.el (set-variable):
3751 * woman.el (woman-mini-help):
3752 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3753
fd06db5d
GM
37542012-04-09 Glenn Morris <rgm@gnu.org>
3755
e5fcdb5e
GM
3756 * startup.el (normal-top-level): Don't look for leim-list.el
3757 in places where it will not be found. (Bug#910)
3758
fd06db5d
GM
3759 * international/mule-cmds.el (set-default-coding-systems):
3760 * files.el (normal-mode):
3761 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3762 This function was removed with ucs-tables.el in 2008.
3763
b39bb7e1
EZ
37642012-04-08 Eli Zaretskii <eliz@gnu.org>
3765
3766 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3767 ispell-encoding8-command to "-i", without a trailing space.
3768 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3769 separate command-line arguments, to specify the encoding, since
3770 that's how hunspell expects it.
3771
5c5b8e23
GM
37722012-04-08 Glenn Morris <rgm@gnu.org>
3773
3774 * loadup.el: Load bindings before cus-start.
3775 This reduces somewhat the number of "rogue" settings in emacs -Q.
3776
a1ed8b05
GM
37772012-04-07 Glenn Morris <rgm@gnu.org>
3778
3779 * version.el (emacs-bzr-get-version): New function.
dfae128a 3780 (emacs-bzr-version): New variable.
a1ed8b05
GM
3781 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3782 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3783
b142f158
EZ
37842012-04-07 Eli Zaretskii <eliz@gnu.org>
3785
dfae128a
GM
3786 * international/uni-bidi.el, international/uni-category.el:
3787 * international/uni-combining.el, international/uni-decimal.el:
3788 * international/uni-decomposition.el, international/uni-digit.el:
3789 * international/uni-lowercase.el, international/uni-mirrored.el:
3790 * international/uni-name.el, international/uni-numeric.el:
3791 * international/uni-titlecase.el, international/uni-uppercase.el:
3792 Update for Unicode 6.1.
b142f158 3793
9078ead6
EZ
37942012-04-07 Eli Zaretskii <eliz@gnu.org>
3795
3796 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3797
f23d2c7d
LMI
37982012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3799
3800 * window.el (shrink-window): Mention the `window-min-height'
3801 variable in the doc string.
3802
0a0a3573
BG
38032012-04-05 Bastien Guerry <bzg@altern.org>
3804
3805 * color.el (color-lighten-name): Fix typo.
3806
e5248ac9
SM
38072012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * server.el (server--on-display-p): New function.
3810 (server--on-display-p): Use it.
3811
b4243e22
GV
38122012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3813
3814 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3815 (bug#11145).
3816
305d9f44
SM
38172012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * comint.el (comint--common-quoted-suffix): Check string boundary
3820 before comparing (bug#11158).
3821 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3822
3d439cd1
CY
38232012-04-04 Chong Yidong <cyd@gnu.org>
3824
321cc491
CY
3825 * minibuffer.el (completion-extra-properties): Doc fix.
3826
3d439cd1
CY
3827 * subr.el (delayed-warnings-hook): Doc fix.
3828
2d562c0f
DU
38292012-04-04 Daiki Ueno <ueno@unixuser.org>
3830
3831 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3832 selection (Bug#11159).
3833 (epa-insert-keys): Inform that the default public key will be
3834 exported if no key is selected.
3835
4443f204
RS
38362012-04-04 Richard Stallman <rms@gnu.org>
3837
3838 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3839
529c06b6
CY
38402012-04-03 Chong Yidong <cyd@gnu.org>
3841
3842 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3843 mail-insert-file, not its obsolete alias mail-attach-file.
3844
66b907dc
MA
38452012-04-03 Michael Albinus <michael.albinus@gmx.de>
3846
3847 * notifications.el (notifications-notify): Fix docstring.
3848
c0ea195d
GM
38492012-04-02 Glenn Morris <rgm@gnu.org>
3850
3851 * emacs-lisp/authors.el (authors-aliases): Another addition.
3852
5ca64e00
MA
38532012-04-02 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3856 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3857 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3858
42ee526b
CY
38592012-04-01 Chong Yidong <cyd@gnu.org>
3860
3861 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3862 Handle root directory properly.
3863 (copy-directory): Caller changed.
3864
3865 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3866 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3867
0b021094
GM
38682012-03-31 Glenn Morris <rgm@gnu.org>
3869
40f86458
GM
3870 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3871
7019c177
GM
3872 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3873
a1daddd6
GM
3874 * calendar/calendar.el (calendar-window-list)
3875 (calendar-hide-window): Restore. (Bug#11140)
3876 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3877
0b021094
GM
3878 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3879
40311efc
TV
38802012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3881
3882 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3883 Check if file is a symlink (Bug#10489).
3884
3885 * files.el (copy-directory): Likewise.
3886
5319014e
CY
38872012-03-30 Chong Yidong <cyd@gnu.org>
3888
3889 * image.el (imagemagick-types-inhibit)
3890 (imagemagick-register-types): Doc fix.
3891
935d1290
AM
38922012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3893
ef24141c
SM
3894 * ispell.el (ispell-get-extended-character-mode):
3895 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 3896 and treats ~word as ordinary words in pipe mode.
935d1290 3897
61c6e8fd
GM
38982012-03-30 Glenn Morris <rgm@gnu.org>
3899
3900 * tutorial.el (help-with-tutorial): Ensure local variables don't
3901 happen to make the buffer read-only. (Bug#11127)
3902
81fdff00
SM
39032012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3906 (perl-calculate-indent): Return `noindent' in strings.
3907
6e7a6ec0
SS
39082012-03-28 Sam Steingold <sds@gnu.org>
3909
3910 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3911 instead of the broken adhockery which does not prevent calendar
3912 buffers from being displayed at random after exit.
3913 (calendar-window-list, calendar-hide-window): Remove the broken
3914 adhockery.
3915
fee88ca0
GM
39162012-03-28 Glenn Morris <rgm@gnu.org>
3917
3918 * replace.el (query-replace-map): Doc fix.
3919
38de3354
AS
39202012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3921
3922 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3923 contents. (Bug#11109)
3924
b973155e
SM
39252012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3928 (bug#11077).
3929 (avl-tree--check, avl-tree--check-node): New funs.
3930
dcb6e7b3
MR
39312012-03-27 Martin Rudalics <rudalics@gmx.at>
3932
3933 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
3934 (switch-to-prev-buffer, switch-to-next-buffer):
3935 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
3936 showing a buffer already is done on the same frame.
3937
b4fa35fa
GM
39382012-03-27 Glenn Morris <rgm@gnu.org>
3939
3940 * startup.el (mail-host-address): Doc fix.
3941
f9210e18
SM
39422012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3945 than 197 variables.
3946
c0bf7753
AF
39472012-03-26 Ami Fischman <ami@fischman.org>
3948
3949 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3950
33da7b16
GM
39512012-03-26 Glenn Morris <rgm@gnu.org>
3952
02243d9d
GM
3953 * files.el (save-buffers-kill-emacs): Doc fix.
3954
33da7b16
GM
3955 * startup.el (normal-top-level, command-line, command-line-1):
3956 Give them doc strings.
3957
e5a69fd0
EZ
39582012-03-25 Eli Zaretskii <eliz@gnu.org>
3959
3960 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 3961 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 3962
9a69676a
CY
39632012-03-25 Chong Yidong <cyd@gnu.org>
3964
4125cb8b
CY
3965 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3966 theme if it was previously enabled before (Bug#11031).
3967
dd470960
CY
3968 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3969 spec with custom-face-get-current-spec if its :shown-value is not
3970 determined yet (Bug#9337).
4125cb8b 3971 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 3972
9a69676a
CY
3973 * button.el (button-at): Minor addition to docstring.
3974
6e7e90fa
SL
39752012-03-24 Simon Leinen <simon.leinen@gmail.com>
3976
3977 * vc/vc.el (vc-merge): Fix a prompt.
3978
f06e2758
CY
39792012-03-24 Chong Yidong <cyd@gnu.org>
3980
3981 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3982 point (Bug#9623).
3983
6e7e90fa
SL
3984 * button.el (button-at): Minor addition to docstring.
3985
b9d0879b
SM
39862012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * newcomment.el (comment-choose-indent): No space after BOL.
3989
e71cebb3
SS
39902012-03-22 Sam Steingold <sds@gnu.org>
3991
3992 * window.el (switch-to-prev-buffer): Revert last patch because the
3993 bug turned out to be an advertised feature (Elisp manual 28.14).
3994
335aff35
GM
39952012-03-22 Glenn Morris <rgm@gnu.org>
3996
3997 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3998 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3999
c676576a
LMI
40002012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4001
4002 * net/network-stream.el (network-stream-open-starttls): Make error
4003 message under Windows be less misleading.
4004
126f3d39
LW
40052012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4006
4007 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4008 understands (bug#9942).
4009
64fee311
CY
40102012-03-22 Chong Yidong <cyd@gnu.org>
4011
4012 * simple.el (end-of-visible-line): Handle return value of
4013 next-single-property-change properly (Bug#9371).
4014
a640d29a
KH
40152012-03-22 Kenichi Handa <handa@m17n.org>
4016
4017 * international/quail.el (quail-insert-kbd-layout): Fix previous
4018 change. To avoid unwanted bidi reordering, use
4019 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4020
39675016
DG
40212012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4022
4023 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4024 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4025 (ruby-beginning-of-indent): Be more careful with the difference
4026 between word-boundary and symbol boundary.
4027 (ruby-mode-syntax-table): Make : a symbol constituent.
4028
0a6934fc 40292012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4030
3d008e4f
SM
4031 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4032
0a6934fc
SM
40332012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4034
af67c9d7
SM
4035 * progmodes/etags.el (tags-completion-at-point-function):
4036 Improve last fix.
4037
1acad97c
SM
4038 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4039
e298b5da
SS
40402012-03-21 Sam Steingold <sds@gnu.org>
4041
4042 * progmodes/etags.el (tags-completion-at-point-function):
4043 Avoid the error when point is inside the pattern.
4044
91d82a70
JY
40452012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4046
4047 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4048 line (Bug#10855).
4049
69188b79
CY
40502012-03-21 Drew Adams <drew.adams@oracle.com>
4051
4052 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4053
99fc91fe
AK
40542012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4055
4056 * ido.el (ido-set-current-directory, ido-read-internal)
4057 (ido-choose-completion-string, ido-completion-help): Handle nil
4058 value of ido-completion-buffer (Bug#11008).
4059
087bbb4c
SS
40602012-03-21 Sam Steingold <sds@gnu.org>
4061
4062 * window.el (switch-to-prev-buffer): Do not switch to a visible
4063 window previous buffer, just like with the frame previous buffers.
4064
fb5b8aca
CY
40652012-03-21 Chong Yidong <cyd@gnu.org>
4066
4067 * faces.el (make-face, make-empty-face, copy-face):
4068 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4069 Doc fixes.
4070
dc9924b8
SM
40712012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4074 (widget-complete): Remove broken use of it.
4075
f0bcceb9
CY
40762012-03-20 Chong Yidong <cyd@gnu.org>
4077
dc9924b8
SM
4078 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4079 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4080 characters.
4081
ee52ebf3
TH
40822012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4083
4084 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4085 to draw rectangles, not squares. (Regression introduced by revno
4086 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4087
4c5779ab
CY
40882012-03-18 Chong Yidong <cyd@gnu.org>
4089
4090 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4091 it is not yet defined (for temacs).
4092
15360934
LL
40932012-03-18 Leo Liu <sdl.web@gmail.com>
4094
dc9924b8 4095 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4096
d9a8eb66
EZ
40972012-03-17 Eli Zaretskii <eliz@gnu.org>
4098
4099 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4100 (ispell-choices-win-default-height, ispell-silently-savep)
4101 (ispell-dictionary-alist, ispell-encoding8-command)
4102 (ispell-check-version, ispell-aspell-find-dictionary)
4103 (ispell-valid-dictionary-list, ispell-words-keyword)
4104 (ispell-get-word, ispell-internal-change-dictionary)
4105 (ispell-region, ispell-skip-region-list)
4106 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4107 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4108 (ispell-message-text-end, ispell-message)
4109 (ispell-buffer-local-parsing): Doc fix.
4110
f02ff80d
J
41112012-03-13 Jambunathan K <kjambunathan@gmail.com>
4112
4113 * htmlfontify.el: Add support for code block fontification for ODT
4114 export (Bug #9914).
4115 (hfy-optimisations): Define new option
4116 `body-text-only'
4117 (hfy-fontify-buffer): Honor above setting.
4118 (hfy-begin-span, hfy-end-span): New routines factored out form
4119 `hfy-fontify-buffer'.
4120 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4121 that permit insertion of custom tags.
4122 (hfy-fontify-buffer): Use above handlers.
4123 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4124 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4125 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4126 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4127 bind a special variable `hfy-user-sheet-assoc'.
4128 (htmlfontify-string): New defun.
4129 (hfy-compile-face-map): Make sure that the last char in the
4130 buffer is correctly fontified.
4131 (hfy-face-resolve-face): Whitespace only change.
4132
9ac7a13f
EZ
41332012-03-17 Eli Zaretskii <eliz@gnu.org>
4134
4135 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4136 message more clear.
4137
e2b5bdd7
LL
41382012-03-16 Leo Liu <sdl.web@gmail.com>
4139
4140 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4141
2e492df3
AM
41422012-03-16 Alan Mackenzie <acm@muc.de>
4143
4144 Further optimise the handling of large macros.
4145
4146 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4147 limit to a call of `c-literal-limits'.
4148 (c-determine-+ve-limit): New function.
dc9924b8
SM
4149 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4150 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4151 In CASE 5B, restrict a search limit to 500.
4152 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4153
4154 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4155 Restrict macro bounds to +-500 from after-change's BEG END.
4156
50e94f0c
LL
41572012-03-16 Leo Liu <sdl.web@gmail.com>
4158
4159 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4160
6f09f6ed
AH
41612012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4162
4163 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4164 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4165
c7e73d51
GM
41662012-03-16 Glenn Morris <rgm@gnu.org>
4167
da986230
GM
4168 * view.el (view-buffer, view-buffer-other-window)
4169 (view-buffer-other-frame): Doc fixes re special mode-class.
4170
0835f01e
GM
4171 * subr.el (eval-after-load): If named feature is provided not from
4172 a file, run after-load forms. (Bug#10946)
4173
c7e73d51
GM
4174 * calendar/calendar.el (calendar-insert-at-column):
4175 Handle non-unit-width characters a bit better. (Bug#10978)
4176
3f2eafd1
CY
41772012-03-15 Chong Yidong <cyd@gnu.org>
4178
4179 * emacs-lisp/ring.el (ring-extend): New function.
4180 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4181
4182 * comint.el (comint-read-input-ring)
4183 (comint-add-to-input-history): Grow comint-input-ring lazily.
4184
103af3fe
SM
41852012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4186
663b1677
SM
4187 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4188 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4189
103af3fe
SM
4190 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4191 (imenu-add-to-menubar): Don't add a redundant index.
4192 (imenu-update-menubar): Handle a dynamically composed keymap.
4193
899cb7cb
KY
41942012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4195
4196 * mail/sendmail.el (mail-encode-header):
4197 Bind rfc2047-encode-encoded-words to nil.
4198
3809f91d
GM
41992012-03-13 Glenn Morris <rgm@gnu.org>
4200
4201 * calendar/calendar.el (calendar-string-spread):
4202 Handle non-unit-width characters a bit better. (Bug#10978)
4203
9e345a01
LL
42042012-03-13 Leo Liu <sdl.web@gmail.com>
4205
4206 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4207 directory and file as argument (Bug#10822).
4208
4a07df36
KS
42092012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4210
4211 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4212 For dynamically generated code, follow $PC.
4213 (gdb-disassembly-handler-custom): Handle no function name case.
4214
4aaa9356
TL
42152012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4216
4217 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4218 * emulation/ws-mode.el (ws-query-replace):
4219 * sort.el (sort-regexp-fields):
4220 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4221
225979da
SM
42222012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * dabbrev.el: Fix cycle completion order (bug#10963).
4225 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4226 (dabbrev-completion): Don't use an obarray; provide
4227 a cycle-sort-function.
4228
e2f1fdab
LL
42292012-03-12 Leo Liu <sdl.web@gmail.com>
4230
dc9924b8 4231 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4232 (kill-do-not-save-duplicates): Doc fix.
4233
b19490ed
SM
42342012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * dabbrev.el: Fix cycle completion (bug#10963).
4237 Use lexical binding and wrap to 80 columns.
4238 (dabbrev-completion): Delay computing the list of completions.
4239
4b05d722
KH
42402012-03-12 Kenichi Handa <handa@m17n.org>
4241
4242 * international/quail.el (quail-insert-kbd-layout): Surround each
4243 row by LRO and PDF instead of inserting many LRMs. Pad the left
4244 and right of each non-spacing marks. Insert invisible space
4245 between lower and upper characters to prevent composition.
4246
dbbc2e69
SM
42472012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * minibuffer.el (minibuffer-complete): Don't get confused when the
4250 function is run twice via different commands (bug#10958).
4251 (complete-with-action): Fix docstring.
4252
292112ed
CY
42532012-03-12 Chong Yidong <cyd@gnu.org>
4254
5d1ac394
CY
4255 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4256 (nxml-completion-at-point-function): New function.
4257 (nxml-mode): Use it.
4258 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4259
292112ed
CY
4260 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4261 Load generated autoloads file before byte compiling (Bug#10970).
4262 (package--make-autoloads-and-compile): New helper fun.
4263
4098f8f7
CS
42642012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4265
4266 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4267
8f754691
MA
42682012-03-11 Michael Albinus <michael.albinus@gmx.de>
4269
4270 * autorevert.el (auto-revert-handler): Ensure, that
4271 file-readable-p is applied only for local files or in
4272 auto-revert-tail-mode.
4273
e29ab36b
AS
42742012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4275
dbbc2e69
SM
4276 * server.el (server-eval-at): Handle non-tcp connections.
4277 Decode result string.
ad0bf5b6 4278
e29ab36b
AS
4279 * server.el (server-msg-size): New constant.
4280 (server-reply-print): New function.
4281 (server-eval-and-print): Use it.
4282 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4283 Handle -print-nonl.
4284
de5939ba
CS
42852012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4286
4287 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4288 (Bug#10987).
4289
0c93eabf
CY
42902012-03-11 Chong Yidong <cyd@gnu.org>
4291
397a688f
CY
4292 * simple.el (goto-line): Doc fix (Bug#9938).
4293
2cc775f9
CY
4294 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4295
0c93eabf
CY
4296 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4297 when finished (Bug#10963).
4298
c491fa41
MR
42992012-03-11 Martin Rudalics <rudalics@gmx.at>
4300
4301 * window.el (split-window-below): Fix bug in case where
4302 split-window-keep-point is nil (Bug#10971).
4303
300e8fa5
JL
43042012-03-11 Juri Linkov <juri@jurta.org>
4305
4306 * replace.el (replace-highlight): Set isearch-word to nil
4307 unconditionally. (Bug#10887)
4308
dbf6c5a1
EZ
43092012-03-10 Eli Zaretskii <eliz@gnu.org>
4310
4311 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4312 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4313 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4314 (mairix-widget-create-query): Add usage information about mairix
4315 search forms: negating words, searching for substrings, etc.
4316
b9e501de
JP
43172012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4318
4319 * international/fontset.el (font-encoding-alist): Add an entry for
4320 ksx1001 (Bug#5667).
4321
92795c91
RS
43222012-03-10 Richard Stallman <rms@gnu.org>
4323
1694e6c1
RS
4324 * mail/sendmail.el (mail-encode-header):
4325 Set rfc2047-encode-encoded-words.
4326
607e8555
RS
4327 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4328
de3bc99a
RS
4329 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4330 view buffer means not swapped.
4331 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4332 (rmail-write-region-annotate): Error if real text has disappeared.
4333
92795c91
RS
4334 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4335
699bd04e
CY
43362012-03-10 Chong Yidong <cyd@gnu.org>
4337
4338 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4339 * emulation/cua-base.el (cua--init-keymaps):
4340 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4341
570a1714
MR
43422012-03-10 Martin Rudalics <rudalics@gmx.at>
4343
dbbc2e69
SM
4344 * speedbar.el (speedbar-unhighlight-one-tag-line):
4345 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4346
82dcf4e4
CY
43472012-03-10 Chong Yidong <cyd@gnu.org>
4348
7a2c7ca7
CY
4349 * minibuffer.el (completion-in-region, completion-help-at-point):
4350 Give the completion field overlay a high priority (Bug#6830).
4351
82dcf4e4
CY
4352 * dired.el (dired-goto-file): Recognize absolute file name
4353 listings (Bug#7126).
4354 (dired-goto-file-1): New helper function.
4355 (dired-toggle-read-only): Inhibit warnings.
4356
052e28ac
MA
43572012-03-09 Michael Albinus <michael.albinus@gmx.de>
4358
75f1671a 4359 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4360 there are no properties.
4361
95d5e396
LL
43622012-03-09 Leo Liu <sdl.web@gmail.com>
4363
4364 * savehist.el (savehist-printable): Stricter check for string
4365 value (Bug#10937).
4366
3f018d6d
EZ
43672012-03-09 Eli Zaretskii <eliz@gnu.org>
4368
dbbc2e69
SM
4369 * mail/smtpmail.el (smtpmail-send-it):
4370 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4371 valid mbox format.
4372
f7fd3d79
GM
43732012-03-09 Glenn Morris <rgm@gnu.org>
4374
4375 * files.el (dir-locals-find-file):
4376 Don't check result is regular, readable.
4377 (dir-locals-read-from-file): Demote errors.
4378
6ff6e72f
EZ
43792012-03-08 Eli Zaretskii <eliz@gnu.org>
4380
dbbc2e69
SM
4381 * international/quail.el (quail-insert-kbd-layout):
4382 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4383 layout cell, to prevent their reordering by bidi display engine.
4384 For details, see the discussion in
4385 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4386
9cec7834
AM
43872012-03-08 Alan Mackenzie <acm@muc.de>
4388
4389 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4390 the starting position; make it extend the marked region when
4391 invoked repeatedly - all under appropriate circumstances.
4392 Fixes bugs #5525, #10906.
4393
9a40b8d4
GM
43942012-03-08 Glenn Morris <rgm@gnu.org>
4395
4396 * files.el (locate-dominating-file, dir-locals-find-file):
4397 Undo 2012-03-06 change.
4398
7a08ed35
EZ
43992012-03-07 Eli Zaretskii <eliz@gnu.org>
4400
dbbc2e69
SM
4401 * international/quail.el (quail-help):
4402 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4403 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4404 for the reason.
4405
5aca4f71 44062012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4407
4408 Avoid superfluous registering of signals. (Bug#10807)
4409
4410 * notifications.el (notifications-on-action-object)
4411 (notifications-on-close-object): New defvars.
4412 (notifications-on-action-signal, notifications-on-closed-signal):
4413 Unregister the signal if not needed any longer.
4414 (notifications-notify): Register `notifications-action-signal' or
4415 `notifications-closed-signal', if :on-action or :on-close has been
4416 passed as argument.
4417
78e8b10a
CY
44182012-03-07 Chong Yidong <cyd@gnu.org>
4419
4420 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4421 non-X platforms.
4422
69481eb8
GM
44232012-03-06 Glenn Morris <rgm@gnu.org>
4424
4425 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4426 (x-disown-selection-internal, x-get-selection-internal):
4427 Doc fix (add arglist signatures). (Bug#10783)
4428
133b8e11
KS
44292012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4430
4431 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4432 Handle breakpoints with no "type".
4433
99a83064
GM
44342012-03-06 Glenn Morris <rgm@gnu.org>
4435
4436 * files.el (locate-dominating-file): Add optional predicate argument.
4437 (dir-locals-find-file): Make use of above change.
4438
17798e78
TTN
44392012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4440
4441 * info.el (Info-insert-dir): Also try "dir.gz".
4442
eb182446
GM
44432012-03-06 Glenn Morris <rgm@gnu.org>
4444
8f2114ee
GM
4445 * files.el (dir-locals-find-file):
4446 Ignore non-readable or non-regular files. (Bug#10928)
4447
eb182446
GM
4448 * files.el (locate-dominating-file): Doc fix.
4449
24679323
AS
44502012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4451
4452 * calendar/calendar.el (calendar-set-mode-line):
4453 `getenv' returns a string. (Bug#10951)
4454
01d972a9
LL
44552012-03-05 Leo Liu <sdl.web@gmail.com>
4456
109aa8a9
LL
4457 * simple.el (backward-delete-char-untabify): Constrain point to
4458 field (Bug#10939).
4459
01d972a9
LL
4460 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4461
10607bea
CY
44622012-03-05 Chong Yidong <cyd@gnu.org>
4463
4464 * simple.el (count-words): If called from Lisp, return the word
4465 count, for symmetry with `count-lines'. Arglist changed.
4466 (count-words--message): Args changed. Consolidate counting code
4467 from count-words and count-words-region.
4468 (count-words-region): Caller changed.
4469 (count-lines-region): Make it an obsolete alias.
4470
5dd11cfe
TH
44712012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4472
4473 * saveplace.el (save-place-to-alist)
4474 (save-place-ignore-files-regexp): Allow value nil to disable this
4475 feature.
4476
c349f4e6
CY
44772012-03-04 Chong Yidong <cyd@gnu.org>
4478
4479 * faces.el (face-spec-reset-face): For the default face, reset the
4480 attributes to default values (Bug#10748).
4481
e627be4c
LMI
44822012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4483
4484 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4485 previous patch: Check `message-send-mail-function', and not the
4486 default function (bug#10897).
4487
ebeabff4
MA
44882012-03-04 Michael Albinus <michael.albinus@gmx.de>
4489
a41a6cf4
MA
4490 * notifications.el (notifications-on-action-signal)
4491 (notifications-on-closed-signal): Check for unique service name of
4492 incoming event. Fix error in removing entry.
ebeabff4 4493 (top): Register for signals with wildcard service name.
a41a6cf4 4494 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4495
c1ca42b4
CY
44962012-03-04 Chong Yidong <cyd@gnu.org>
4497
dc9924b8 4498 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4499
ea16568d
GM
45002012-03-04 Glenn Morris <rgm@gnu.org>
4501
4502 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4503 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4504 (expand-abbrev, define-abbrev-table): Doc fixes.
4505
fbae4637
LMI
45062012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4507
4508 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4509 `message-default-send-mail-function' and not `send-mail-function'
4510 when doing the prompting for `sendmail-query-once' before sending
4511 in Message buffers (bug#10897).
4512
a1e7225c
LMI
4513 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4514 This is inconsistent with all the other stream functions, which leave
4515 the setting up to the higher levels (if so wanted) (bug#10931).
4516
56d093a9
AM
45172012-03-02 Alan Mackenzie <acm@muc.de>
4518
4519 Depessimize the handling of very large macros.
4520
4521 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4522 (c-macro-cache-syntactic): New variables to implement a one
4523 element macro cache.
4524 (c-invalidate-macro-cache): New function.
4525 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4526 Adapt to use the new cache.
4527 (c-state-safe-place): Use better the cache of safe positions.
4528 (c-state-semi-nonlit-pos-cache)
4529 (c-state-semi-nonlit-pos-cache-limit):
4530 New variables for...
4531 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4532 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4533 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4534 Use c-state-semi-safe-place.
56d093a9 4535
dbbc2e69
SM
4536 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4537 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4538
817e5c3d
MA
45392012-03-02 Michael Albinus <michael.albinus@gmx.de>
4540
dbbc2e69
SM
4541 * jka-compr.el (jka-compr-call-process):
4542 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4543 not remote.
4544
a032a702
MA
45452012-03-01 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4548 access of FILE2, if FILE1 does not exist.
4549
99a54f21
MA
4550 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4551 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4552
4553 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4554 Add "PAGER=" to `process-environment'.
4555
f6561e1f
MM
45562012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4557
4558 * progmodes/sql.el: Bug fix
4559 (sql-get-login-ext): Save login values in globals.
4560 (sql-get-login): Use new version of `sql-get-login-ext'.
4561 (sql-interactive-mode): Set global `sql-connection' to nil.
4562 (sql-connect): Set global values for connection.
4563 (sql-product-interactive): Save global values as buffer local.
4564
2d44d9cc
LL
45652012-02-29 Leo Liu <sdl.web@gmail.com>
4566
4567 * abbrev.el (define-abbrevs): Reset sys to nil.
4568
96b49301 45692012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4570
bf7f9bc5
JB
4571 * files.el (file-equal-p): Rename from `files-equal-p'.
4572 Return nil when one or both files don't exist.
96b49301 4573 (file-subdir-of-p): Now only top directory must exists,
4574 return nil if it doesn't.
bf7f9bc5
JB
4575 (copy-directory): No need to test with `file-subdir-of-p' after
4576 creating dir.
4577 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4578 to `file-equal-p'.
96b49301 4579
44e97401
GM
45802012-02-28 Glenn Morris <rgm@gnu.org>
4581
4582 * shell.el (shell-mode):
4583 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4584 * play/landmark.el (landmark-font-lock-face-O):
4585 * play/handwrite.el (handwrite):
4586 * play/gomoku.el (gomoku-O):
4587 * net/browse-url.el (browse-url-browser-display):
4588 * international/mule.el (define-charset):
4589 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4590 * filesets.el (filesets-find-file-delay):
4591 * eshell/em-xtra.el (eshell-xtra):
4592 * eshell/em-unix.el (eshell-grep):
4593 * emulation/viper.el (viper-mode):
4594 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4595 * emacs-lisp/easymenu.el (easy-menu-define):
4596 * calendar/timeclock.el (timeclock-use-display-time):
4597 * bs.el (bs-mode):
4598 * bookmark.el (bookmark-save-flag):
4599 Doc fix (standardize possessive apostrophe usage).
4600
c98c6276
CY
46012012-02-27 Chong Yidong <cyd@gnu.org>
4602
bf7f9bc5
JB
4603 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4604 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4605
c98c6276
CY
4606 * font-lock.el (font-lock-specified-p): Rename from
4607 font-lock-spec-present. Callers changed.
4608
9c62cd04 46092012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4610
bf7f9bc5
JB
4611 * emacs-lisp/package.el (package-compute-transaction):
4612 Handle holding a package version to t in package-load-list.
8ac9e529 4613
530739c9
MA
46142012-02-26 Michael Albinus <michael.albinus@gmx.de>
4615
4616 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4617 (tramp-get-inode, tramp-get-device): Use cached values.
4618
487915d7
AM
46192012-02-26 Alan Mackenzie <acm@muc.de>
4620
4621 Check there is a font-lock specification before doing initial
4622 fontification.
4623
4624 * font-core.el (font-lock-mode): Move the conditional from
4625 :after-hook to font-lock-initial-fontify.
4626 (font-lock-default-function): Move the check for a specification
4627 to font-lock-spec-present.
4628
dc9924b8 4629 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4630 (font-lock-spec-present): New function.
4631
4fd96557
JB
46322012-02-26 Jim Blandy <jimb@red-bean.com>
4633
4634 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4635 (gdb-send): Apply it to the operand of the '-interpreter-exec
4636 console' command, so that we can pass arguments with (say) quotes
4637 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4638
9a4888c0
CY
46392012-02-26 Chong Yidong <cyd@gnu.org>
4640
07498861
CY
4641 * help-fns.el (describe-function-1): Clarify description of
4642 remapping (Bug#10844).
4643
9a4888c0
CY
4644 * files.el (files-equal-p): Doc fix.
4645 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4646 and quit the loop once a mismatch is found.
4647
ea8fb88d
JB
46482012-02-25 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * bs.el (bs--show-with-configuration): Don't throw an error
4651 if the window cannot be split; otherwise, subsequent calls to
4652 bs-show fail, restoring a stale window config. (Bug#10882)
4653
525795c1
JD
46542012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4655
4656 * term/ns-win.el (global-map): Bind ns-drag-file to
4657 ns-find-file (Bug#5855, Bug#10050).
4658
f008086f
AS
46592012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4660
4661 * calendar/parse-time.el (parse-time-string): Allow extractor to
4662 return nil.
4663
a3fcfa99
MA
46642012-02-25 Michael Albinus <michael.albinus@gmx.de>
4665
91027d08
JB
4666 * net/tramp.el (tramp-file-name-for-operation):
4667 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4668
4669 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4670 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4671 Add COPY-CONTENTS argument.
a3fcfa99 4672
67b0de11
CY
46732012-02-25 Chong Yidong <cyd@gnu.org>
4674
4675 Add custom groups for VC backends, for consistency with vc-bzr.
4676
4677 * vc/vc-arch.el (vc-arch):
4678 * vc/vc-cvs.el (vc-cvs):
4679 * vc/vc-git.el (vc-git):
4680 * vc/vc-hg.el (vc-hg):
4681 * vc/vc-mtn.el (vc-mtn):
4682 * vc/vc-rcs.el (vc-rcs):
4683 * vc/vc-sccs.el (vc-sccs):
4684 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4685 All relevant defcustoms reassigned.
4686
3c9dfce6
CY
46872012-02-25 Chong Yidong <cyd@gnu.org>
4688
1339bf43
CY
4689 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4690
3c9dfce6
CY
4691 * term/x-win.el (x-initialize-window-system): Reduce default for
4692 x-selection-timeout to 5 seconds (Bug#8869).
4693
25b2e303 46942012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4695
ec70a47d
GM
4696 * files.el (files-equal-p, file-subdir-of-p): New functions.
4697 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4698 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4699 * dired-aux.el (dired-copy-file-recursive): Same.
4700 (dired-create-files): Modify destination when source is equal to
4701 dest when copying files.
53a46cd0 4702 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4703
914260cd
MA
47042012-02-24 Michael Albinus <michael.albinus@gmx.de>
4705
4706 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4707 (Bug#10874)
4708
2cb228f7
AM
47092012-02-23 Alan Mackenzie <acm@muc.de>
4710
4711 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4712 parameter "after-hook:" to allow the expansion to run code after
4713 the execution of the mode hooks.
4714
4715 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4716 from font-lock-mode-internal.
2cb228f7 4717
91027d08 4718 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4719 :after-hook.
4720
8f0fde21
SM
47212012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4722
3e88618b
SM
4723 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4724 (completion--cache-all-sorted-completions): New function.
4725 (completion-all-sorted-completions): Use it.
4726 (completion--do-completion, minibuffer-force-complete):
4727 Use it to re-instate the flush hook.
4728
8f0fde21
SM
4729 * icomplete.el (icomplete-completions): Replace last fix with a better
4730 one (bug#10850).
4731
8e911f6f
DG
47322012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4733
4734 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4735 when it might call us back infinitely (bug#10797).
4736
49fe4321
GM
47372012-02-23 Glenn Morris <rgm@gnu.org>
4738
4739 * minibuffer.el (completion-category-overrides): Doc fix.
4740
b291b572
SM
47412012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4744 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4745
31a9ef2e
GM
47462012-02-23 Glenn Morris <rgm@gnu.org>
4747
5e6e6794 4748 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4749 (authors-obsolete-files-regexps, authors-ignored-files)
4750 (authors-ambiguous-files, authors-renamed-files-alist):
4751 Add more entries.
4752
0bd1e074
JL
47532012-02-23 Juri Linkov <juri@jurta.org>
4754
4755 * isearch.el (isearch-occur): Sync interactive spec with occur's
4756 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4757
b617673c
JL
4758 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4759
19e9789e
JL
47602012-02-22 Juri Linkov <juri@jurta.org>
4761
4762 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4763 (ucs-insert): Doc fix. Check for hex digits in the string.
4764 Don't display `nil' in the error message. (Bug#10857)
4765
f41ce09d
AM
47662012-02-22 Alan Mackenzie <acm@muc.de>
4767
7a71b18d 4768 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4769
ac2eceee
GM
47702012-02-22 Glenn Morris <rgm@gnu.org>
4771
4772 * ffap.el (ffap-c-path):
4773 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4774
abd1f678
CY
47752012-02-22 Chong Yidong <cyd@gnu.org>
4776
4777 * custom.el (load-theme): Doc fix.
4778
f25aef2e
GM
47792012-02-22 Glenn Morris <rgm@gnu.org>
4780
4781 * dired-x.el (dired-guess-shell-alist-default):
4782 Remove escape sequences from nroff output. (Bug#172)
4783
5f8dc2ca
GM
47842012-02-21 Glenn Morris <rgm@gnu.org>
4785
6ff86ec4
GM
4786 * vc/emerge.el (emerge-defvar-local):
4787 Set `permanent-local' property rather than unused `preserved'.
4788
be3223a3 4789 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4790 (picture-mode-map): Use it. (Bug#10860)
4791 (picture-mode): Doc fix.
4792
3fe58f4f
JB
47932012-02-21 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * newcomment.el (uncomment-region-default): Remove unused binding.
4796
f9a998c3
GM
47972012-02-21 Glenn Morris <rgm@gnu.org>
4798
4799 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4800 (picture-self-insert, picture-tab-chars): Doc fix.
4801 (picture-mode-map): Fix C-a, C-e.
4802
c6029348
GM
48032012-02-20 Glenn Morris <rgm@gnu.org>
4804
4805 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4806
ab1ce9d7
LL
48072012-02-20 Leo Liu <sdl.web@gmail.com>
4808
4809 * icomplete.el (icomplete-completions): Check FROM arg before
4810 passing to substring (Bug#10850).
4811
0fd40f89
CY
48122012-02-19 Chong Yidong <cyd@gnu.org>
4813
4814 * comint.el: Require ansi-color.
4815 (comint-output-filter-functions): Add ansi-color-process-output.
4816
4817 * ansi-color.el: Don't set comint-output-filter-functions; it is
4818 now in the initial value defined in comint.el.
4819 (ansi-color-apply-face-function): New variable.
4820 (ansi-color-apply-on-region): Use it.
4821 (ansi-color-apply-overlay-face): New function.
4822
4823 * shell.el (shell): No need to require ansi-color.
4824 (shell-mode): Use ansi-color-apply-face-function to highlight
4825 color escapes using font-lock-face property (Bug#10835).
4826
20af2394
CY
48272012-02-19 Chong Yidong <cyd@gnu.org>
4828
4829 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4830 mode-line formats (Bug#10839).
4831
e23a3fbe
GM
48322012-02-18 Glenn Morris <rgm@gnu.org>
4833
b474519e
GM
4834 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4835
4836 * mail/undigest.el (unforward-rmail-message): Doc fix.
4837
e23a3fbe
GM
4838 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4839
57939ff4
EZ
48402012-02-18 Eli Zaretskii <eliz@gnu.org>
4841
4842 * international/characters.el (script-list): Sync with the latest
4843 Unicode Character Database.
4844
0c23686e
AS
48452012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4846
4847 * international/titdic-cnv.el: Remove duplicate coding tag.
4848 * language/cham.el: Likewise.
4849 * language/tai-viet.el: Likewise.
4850
6818b449
GM
48512012-02-18 Glenn Morris <rgm@gnu.org>
4852
4853 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4854 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4855 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4856 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4857 * calendar/holidays.el (holiday-bahai-holidays)
4858 (calendar-holidays, list-holidays):
4859 Use utf-8 Bahá'í in doc-strings, menus, etc.
4860
0311a3fc
TH
48612012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4862
4863 * saveplace.el (save-place-ignore-files-regexp): New variable
4864 allowing for excluding files from saving their location of point.
4865 The default value matches the temporary commit message editing
4866 files from Git, SVN, Bazaar, and Mercurial.
4867 (save-place-to-alist): Use it.
4868
eb864a71
LM
48692012-02-17 Lawrence Mitchell <wence@gmx.li>
4870 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * newcomment.el (uncomment-region-default): Don't leave extra space
4873 when an arg is provided (bug#8150).
4874
ee0ce425
TZ
48752012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4876
eb864a71 4877 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 4878
95ddf442
GM
48792012-02-17 Glenn Morris <rgm@gnu.org>
4880
4881 * net/socks.el: Require network-stream. (Bug#10599)
4882
48dd1e39 48832012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
4884
4885 * international/charprop.el:
4886 * international/uni-name.el:
4887 * international/uni-old-name.el:
4888 * international/uni-comment.el: Regenerate.
4889
d68cd087
GM
48902012-02-16 Glenn Morris <rgm@gnu.org>
4891
4892 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4893 Interactively in calendar buffer, give an error if not on a date.
4894
13932042
GM
48952012-02-15 Glenn Morris <rgm@gnu.org>
4896
4897 * shell.el (shell-delimiter-argument-list):
4898 Revert 2011-02-17 change. (Bug#8027)
4899
c3a70e2b
CY
49002012-02-15 Chong Yidong <cyd@gnu.org>
4901
60236b0d
CY
4902 * minibuffer.el (completion-at-point-functions): Doc fix.
4903
c3a70e2b
CY
4904 * custom.el (defcustom): Doc fix; note use of defvar.
4905
9f26dc24
GM
49062012-02-15 Glenn Morris <rgm@gnu.org>
4907
4908 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4909 Doc fixes.
4910
6546b134
GM
49112012-02-14 Glenn Morris <rgm@gnu.org>
4912
4913 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4914
d29b2b4c
LI
49152012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4916
4917 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4918 way the ports list is computed.
835bdcba
LI
4919 (smtpmail-query-smtp-server): Prompt the user for a port number if
4920 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 4921
08dcdbc9
TZ
49222012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4923
4924 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4925
2605051a
GM
49262012-02-13 Glenn Morris <rgm@gnu.org>
4927
4928 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4929
7ee99f32
TZ
49302012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4931
4932 * net/gnutls.el (gnutls-trustfiles): New variable.
4933 (gnutls-negotiate): Use it.
4934
5f0af64f
LI
49352012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4936
4937 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4938 does its stuff if Gnus is running.
4939
c14fcc95
AM
49402012-02-13 Alan Mackenzie <acm@muc.de>
4941
4942 Fix a loop in c-set-fl-decl-start.
4943
7a71b18d 4944 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
4945 c-backward-syntactic-ws actually moves backwards.
4946
142b4d90
LL
49472012-02-13 Leo Liu <sdl.web@gmail.com>
4948
4949 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4950 beginning so that all \C-o chars are removed.
4951
fa9958a6
TZ
49522012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4953
dc9924b8 4954 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 4955
0bc5886a
AM
49562012-02-12 Alan Mackenzie <acm@muc.de>
4957
4958 Fix infinite loop with long macros.
4d6769e1 4959 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 4960
d4bd55e7
CY
49612012-02-12 Chong Yidong <cyd@gnu.org>
4962
4963 * window.el (display-buffer): Doc fix (Bug#10785).
4964
66f3fe22
GM
49652012-02-12 Glenn Morris <rgm@gnu.org>
4966
bd7da63e
GM
4967 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4968 (x-disown-selection-internal, x-get-selection-internal):
4969 Sync docs with the xselect.c versions.
4970
66f3fe22
GM
4971 * allout-widgets.el: Add missing license notice.
4972
3e0d2fa7
GM
49732012-02-11 Glenn Morris <rgm@gnu.org>
4974
cfecdf09
GM
4975 * select.el (x-get-selection-internal, x-own-selection-internal)
4976 (x-disown-selection-internal):
4977 * x-dnd.el (x-get-selection-internal): Update declarations.
4978
6d216d7f
GM
4979 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4980
2bed3f04
GM
4981 * window.el (window-sides-slots):
4982 * tool-bar.el (tool-bar-position):
4983 * term/xterm.el (xterm-extra-capabilities):
4984 * ses.el (ses-self-reference-early-detection):
4985 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4986 (verilog-auto-wire-type)
4987 (verilog-auto-delete-trailing-whitespace)
4988 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4989 (verilog-auto-tieoff-declaration):
4990 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4991 (sql-oracle-statement-starters, sql-oracle-scan-on):
4992 * progmodes/prolog.el (prolog-align-comments-flag)
4993 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4994 (prolog-left-indent-regexp, prolog-paren-indent-p)
4995 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4996 (prolog-types, prolog-mode-specificators)
4997 (prolog-determinism-specificators, prolog-directives)
4998 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4999 (prolog-electric-dot-flag)
5000 (prolog-electric-dot-full-predicate-template)
5001 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5002 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5003 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5004 (prolog-program-switches, prolog-prompt-regexp)
5005 (prolog-debug-on-string, prolog-debug-off-string)
5006 (prolog-trace-on-string, prolog-trace-off-string)
5007 (prolog-zip-on-string, prolog-zip-off-string)
5008 (prolog-use-standard-consult-compile-method-flag)
5009 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5010 (prolog-imenu-max-lines, prolog-info-predicate-index)
5011 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5012 (prolog-char-quote-workaround):
5013 * progmodes/cc-vars.el (c-defun-tactic):
5014 * net/tramp.el (tramp-encoding-command-interactive)
5015 (tramp-local-end-of-line):
5016 * net/soap-client.el (soap-client):
5017 * net/netrc.el (netrc-file):
5018 * net/gnutls.el (gnutls):
5019 * minibuffer.el (completion-category-overrides)
5020 (completion-cycle-threshold)
5021 (completion-pcm-complete-word-inserts-delimiters):
5022 * man.el (Man-name-local-regexp):
5023 * mail/feedmail.el (feedmail-display-full-frame):
5024 * international/characters.el (glyphless-char-display-control):
5025 * eshell/em-ls.el (eshell-ls-date-format):
5026 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5027 (lisp-lambda-list-keyword-parameter-indentation)
5028 (lisp-lambda-list-keyword-parameter-alignment):
5029 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5030 * dired-x.el (dired-omit-verbose):
5031 * cus-theme.el (custom-theme-allow-multiple-selections):
5032 * calc/calc.el (calc-highlight-selections-with-faces)
5033 (calc-lu-field-reference, calc-lu-power-reference)
5034 (calc-note-threshold):
5035 * battery.el (battery-mode-line-limit):
5036 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5037 (archive-7z-update):
5038 * allout.el (allout-prefixed-keybindings)
5039 (allout-unprefixed-keybindings)
5040 (allout-inhibit-auto-fill-on-headline)
5041 (allout-flattened-numbering-abbreviation):
5042 * allout-widgets.el (allout-widgets-auto-activation)
5043 (allout-widgets-icons-dark-subdir)
5044 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5045 (allout-widgets-theme-dark-background)
5046 (allout-widgets-theme-light-background)
5047 (allout-widgets-item-image-properties-emacs)
5048 (allout-widgets-item-image-properties-xemacs)
5049 (allout-widgets-run-unit-tests-on-load)
5050 (allout-widgets-time-decoration-activity)
5051 (allout-widgets-hook-error-post-time)
5052 (allout-widgets-track-decoration):
5053 Add missing :version tags to new defcustoms and defgroups.
5054
5fec1b8e
GM
5055 * progmodes/sql.el (sql-ansi-statement-starters)
5056 (sql-oracle-statement-starters): Add custom type.
5057
3e0d2fa7
GM
5058 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5059 (prolog-system-version): Give it a type.
5060
90b671e2
EZ
50612012-02-11 Eli Zaretskii <eliz@gnu.org>
5062
5063 * term/pc-win.el (x-select-text, x-selection-owner-p)
5064 (x-own-selection-internal, x-disown-selection-internal)
5065 (x-get-selection-internal): Sync doc strings and argument lists
5066 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5067
5eac0c02
LL
50682012-02-11 Leo Liu <sdl.web@gmail.com>
5069
5070 * progmodes/python.el (python-end-of-statement): Fix infinite
5071 loop. (Bug#10788)
5072
f82cb659
GM
50732012-02-10 Glenn Morris <rgm@gnu.org>
5074
5075 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5076 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5077
cc26d239
LI
50782012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5079
5080 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5081 about SMTP before checking the From header.
5082
91027d08 5083 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5084 into own function for reuse by emacsbug.el.
5085
1be3ca5a
LL
50862012-02-10 Leo Liu <sdl.web@gmail.com>
5087
5088 * subr.el (condition-case-unless-debug): Rename from
5089 condition-case-no-debug. All callers changed.
5090 (with-demoted-errors): Fix caller.
5091
5092 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5093 * nxml/rng-valid.el (rng-do-some-validation):
5094 * emacs-lisp/package.el (package-refresh-contents)
5095 (package-menu-execute):
5096 * desktop.el (desktop-create-buffer):
91027d08 5097 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5098
b011fbfe
GM
50992012-02-10 Glenn Morris <rgm@gnu.org>
5100
b2096d72
GM
5101 * textmodes/bibtex.el:
5102 Add missing :version tags for new/changed defcustoms.
5103
b011fbfe
GM
5104 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5105
4c7e65bf
LI
51062012-02-09 Lars Ingebrigtsen <larsi@rusty>
5107
5108 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5109 (smtpmail-via-smtp): Use it, or fall back on the From address.
5110 (smtpmail-send-it): Ditto.
5111
f3934f6f
SM
51122012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5115 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5116 (byte-compile-tmp-var): New const.
5117 (byte-compile-defvar): Use it to minimize .elc size.
5118 Just use `defvar' rather than simulate it (bug#10761).
5119
a075a2c5
GM
51202012-02-09 Glenn Morris <rgm@gnu.org>
5121
cf3aa21b
GM
5122 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5123
354998cd
GM
5124 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5125 Add :version tags.
5126
dc9924b8
SM
5127 * progmodes/compile.el (compilation-error-screen-columns)
5128 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5129
dab3703d
GM
5130 * vc/log-view.el (log-view-toggle-entry-display):
5131 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5132
3f88cd72
GM
5133 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5134 (report-emacs-bug-can-use-xdg-email):
5135 (report-emacs-bug-insert-to-mailer): Doc fixes.
5136 (report-emacs-bug): Message fix.
5137
d95b247d
GM
5138 * net/browse-url.el (browse-url-can-use-xdg-open)
5139 (browse-url-xdg-open): Doc fixes.
5140
a075a2c5
GM
5141 * electric.el (electric-indent-mode, electric-pair-mode)
5142 (electric-layout-rules, electric-layout-mode): Doc fixes.
5143 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5144
ffb6157e
MR
51452012-02-08 Martin Rudalics <rudalics@gmx.at>
5146
5147 * server.el (server-unselect-display): Don't inadvertently kill
5148 the current buffer. (Bug#10729)
5149
e1ac4066
GM
51502012-02-08 Glenn Morris <rgm@gnu.org>
5151
34e8a2da
GM
5152 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5153 (sql-list-table): Doc fixes.
5154
b4ac6e8c
GM
5155 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5156 Comment out (does nothing).
5157
e1ac4066
GM
5158 * completion.el (dynamic-completion-mode):
5159 * dirtrack.el (dirtrack-debug-mode):
5160 * electric.el (electric-layout-mode):
5161 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5162 * face-remap.el (text-scale-mode, buffer-face-mode):
5163 * iimage.el (iimage-mode):
5164 * image-mode.el (image-transform-mode):
5165 * minibuffer.el (completion-in-region-mode):
5166 * scroll-lock.el (scroll-lock-mode):
5167 * simple.el (next-error-follow-minor-mode):
5168 * tar-mode.el (tar-subfile-mode):
5169 * tooltip.el (tooltip-mode):
5170 * vcursor.el (vcursor-use-vcursor-map):
5171 * wid-browse.el (widget-minor-mode):
5172 * emulation/tpu-edt.el (tpu-edt-mode):
5173 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5174 * international/iso-ascii.el (iso-ascii-mode):
5175 * language/thai-util.el (thai-word-mode):
5176 * mail/supercite.el (sc-minor-mode):
5177 * net/goto-addr.el (goto-address-mode):
5178 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5179 * progmodes/cwarn.el (cwarn-mode):
5180 * progmodes/flymake.el (flymake-mode):
5181 * progmodes/glasses.el (glasses-mode):
5182 * progmodes/hideshow.el (hs-minor-mode):
5183 * progmodes/pascal.el (pascal-outline-mode):
5184 * textmodes/enriched.el (enriched-mode):
5185 * vc/smerge-mode.el (smerge-mode):
5186 Doc fixes (minor mode argument).
5187
5e0d957f
EZ
51882012-02-07 Eli Zaretskii <eliz@gnu.org>
5189
5190 * ls-lisp.el (ls-lisp-sanitize): New function.
5191 (ls-lisp-insert-directory): Use it to fix or remove any elements
5192 in file-alist with missing attributes. (Bug#4673)
5193
98d7371e
AM
51942012-02-07 Alan Mackenzie <acm@muc.de>
5195
5196 Fix spurious recognition of c-in-knr-argdecl.
5197
5198 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5199 putative K&R region.
5200
667ced3a
AM
52012012-02-07 Alan Mackenzie <acm@muc.de>
5202
eb864a71
LM
5203 * progmodes/cc-engine.el (c-forward-objc-directive):
5204 Prevent looping in "#pragma mark @implementation".
667ced3a 5205
5b77774d
MA
52062012-02-07 Michael Albinus <michael.albinus@gmx.de>
5207
5208 * notifications.el (notifications-on-closed-signal): Make `reason'
5209 optional. (Bug#10744)
5210
af008560
GM
52112012-02-07 Glenn Morris <rgm@gnu.org>
5212
60d47423
GM
5213 * emacs-lisp/easy-mmode.el (define-minor-mode):
5214 Doc fixes for the macro and the mode it defines.
5215
dd605cc4
GM
5216 * image.el (imagemagick-types-inhibit): Doc fix.
5217
af008560
GM
5218 * cus-start.el (imagemagick-render-type): Add it.
5219
5cc59a37
LI
52202012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5221
4d6769e1
JB
5222 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5223 Set the default at load time, too, so that `font-lock-fontify-buffer'
5224 can be called without setting up the entire mode first. This fixes
5225 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5226
9a6dd747
CY
52272012-02-06 Chong Yidong <cyd@gnu.org>
5228
2d16b285
CY
5229 * simple.el (list-processes--refresh): Delete exited processes
5230 (Bug#8094).
5231
171e9b6e
CY
5232 * comint.el (comint-next-prompt): next-single-char-property-change
5233 and prev-single-char-property-change never return nil (Bug#8657).
5234
9a6dd747
CY
5235 * custom.el (defcustom): Doc fix (Bug#9711).
5236
aa4589a7
CY
52372012-02-05 Chong Yidong <cyd@gnu.org>
5238
5c2a252f
CY
5239 * cus-edit.el (custom-variable-reset-backup): Quote the value
5240 before storing it in the customized-value property (Bug#6712).
4aab9006 5241 (custom-display): Add a customization type tag.
983b9602 5242 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5243
aa4589a7
CY
5244 * wid-edit.el (widget-field-value-get): New optional arg to
5245 suppress trailing whitespace truncation.
5246 (character): Use it (Bug#2689).
5247
1ff980ae
AS
52482012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5249
5250 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5251 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5252
03988c98
CY
52532012-02-05 Chong Yidong <cyd@gnu.org>
5254
eeb6cc88
CY
5255 * cus-edit.el (custom-variable-value-create): For mismatched
5256 types, show the current value (Bug#7600).
5257
03988c98
CY
5258 * custom.el (defcustom): Doc fix.
5259
f8cdeef0
GM
52602012-02-05 Glenn Morris <rgm@gnu.org>
5261
5262 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5263
0696d255
JB
52642012-02-05 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5267 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5268 (pp-last-sexp): Use `looking-at-p'.
5269
34c99998
GM
52702012-02-04 Glenn Morris <rgm@gnu.org>
5271
8f05da42
GM
5272 * files.el (revert-buffer):
5273 Doc fix (mention revert-buffer-in-progress-p).
5274
f160676e
GM
5275 * emacs-lisp/ert-x.el (ert-simulate-command):
5276 Check deferred-action-list (which is obsolete) is bound.
5277
c7291ad9
GM
5278 * subr.el (with-wrapper-hook): Doc fixes.
5279
34c99998
GM
5280 * simple.el (filter-buffer-substring-functions)
5281 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5282
6283a7d3
LL
52832012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5284
5285 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5286 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5287
e96e3013
LL
52882012-02-04 Leo Liu <sdl.web@gmail.com>
5289
5290 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5291
8ded50f2
GM
52922012-02-04 Glenn Morris <rgm@gnu.org>
5293
82ff1d13
GM
5294 * image.el (image-extension-data): Add obsolete alias.
5295
987a0a16
GM
5296 * isearch.el (isearch-update): Doc fix.
5297
ea32ef46
GM
5298 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5299
8ded50f2
GM
5300 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5301
eea14f31
GM
53022012-02-03 Glenn Morris <rgm@gnu.org>
5303
5304 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5305 (image-animate-timeout): Doc fix.
5306
5307 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5308
12f381b7
GM
53092012-02-02 Glenn Morris <rgm@gnu.org>
5310
953cebf5
GM
5311 * server.el (server-auth-dir): Doc fix.
5312 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5313
12f381b7
GM
5314 * subr.el (run-mode-hooks): Doc fix.
5315
953a8c3b
JL
53162012-02-02 Juri Linkov <juri@jurta.org>
5317
5318 * image-mode.el (image-toggle-display-image): Remove tautological
5319 `major-mode' from the `derived-mode-p' test.
5320
c5d3843c
KH
53212012-02-02 Kenichi Handa <handa@m17n.org>
5322
9f6e692e 5323 * composite.el (compose-region): Cancel previous change.
c5d3843c 5324
159462d4 53252012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5326
5327 * composite.el (compose-region, compose-string): Signal error for
5328 a null string component (Bug#6988).
5329
9f562668
CY
53302012-02-01 Chong Yidong <cyd@gnu.org>
5331
e2cef717
CY
5332 * view.el (view-buffer-other-window, view-buffer-other-frame):
5333 Handle special modes like view-buffer (Bug#10650).
5334 (view-buffer): Simplify.
5335
9f562668
CY
5336 * frame.el (set-frame-font): Tweak meaning of third argument.
5337
9f6e692e
JB
5338 * dynamic-setting.el (font-setting-change-default-font):
5339 Use set-frame-font (Bug#9982).
9f562668 5340
781acb9f
GM
53412012-02-01 Glenn Morris <rgm@gnu.org>
5342
6035be52
GM
5343 * progmodes/compile.el (compilation-internal-error-properties):
5344 Respect compilation-first-column in the "*compilation*" buffer.
5345
781acb9f
GM
5346 * emacs-lisp/easy-mmode.el (define-minor-mode):
5347 Relax :variable's test for a named function.
5348
abbceb00
AM
53492012-01-31 Alan Mackenzie <acm@muc.de>
5350
5351 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5352 off by one error.
5353
fce3fdeb
CY
53542012-01-31 Chong Yidong <cyd@gnu.org>
5355
5356 * frame.el (set-frame-font): New arg ALL-FRAMES.
5357
5358 * menu-bar.el (menu-set-font): Use set-frame-font.
5359
5360 * faces.el (face-spec-reset-face): Don't apply unspecified
5361 attribute values to the default face.
5362
47893581
JB
53632012-01-31 Juanma Barranquero <lekktu@gmail.com>
5364
5365 * progmodes/cwarn.el (cwarn): Remove dead link.
5366 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5367 Remove * from defcustom docstrings.
5368 (turn-on-cwarn-mode): Make obsolete.
5369 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5370 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5371
e58e988a
GM
53722012-01-31 Glenn Morris <rgm@gnu.org>
5373
60dc2671 5374 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5375 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5376 Allow named functions to be used as the cdr of :variable.
e58e988a 5377
7a3f511d
GM
53782012-01-30 Glenn Morris <rgm@gnu.org>
5379
5380 * emacs-lisp/authors.el (authors-fixed-entries):
5381 Remove reference to deleted file rnewspost.el.
5382
cb882333
JB
53832012-01-29 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * window.el (window-with-parameter): Remove unused variable `windows'.
5386 (window--side-check): Remove unused variable `code'.
5387 (window--resize-siblings): Remove unused variable `first'.
5388 (adjust-window-trailing-edge): Remove unused variable `failed'.
5389 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5390 Use `let', not `let*'.
5391 (balance-windows-2): Remove unused variable `found'.
5392 (window--state-put-2): Remove unused variable `splits'.
5393 (window-state-put): Remove unused variable `selected'.
5394 (same-window-p): Use `string-match-p'.
5395 (display-buffer-assq-regexp): Remove unused variable `value'.
5396 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5397 Mark argument ALIST as ignored.
5398 (pop-to-buffer): Remove unused variable `old-window'.
5399
907201af
EZ
54002012-01-29 Eli Zaretskii <eliz@gnu.org>
5401
5402 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5403 and .lzma compressed files.
5404
ea162670
CY
54052012-01-29 Chong Yidong <cyd@gnu.org>
5406
5b95ee8a
CY
5407 * frame.el (window-system-default-frame-alist): Doc fix.
5408
ea162670
CY
5409 * dynamic-setting.el (font-setting-change-default-font): Don't
5410 change the default face if SET-FONT argument is non-nil (Bug#9982).
5411
d6e6f4b1
SB
54122012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5413
5414 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5415
0f29fa41 54162012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5417
5418 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5419 breakpoints in files outside current directory (Bug#6098).
5420
db174434
CY
54212012-01-29 Chong Yidong <cyd@gnu.org>
5422
6b25e4e2
SE
5423 * progmodes/python.el: Require ansi-color at top-level.
5424
6df6ae42
JB
5425 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5426 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5427 (lisp-mode-abbrev-table): Add doc.
5428 (lisp-mode-variables): Don't set local-abbrev-table.
5429 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5430
e70ee681
RW
54312012-01-28 Roland Winkler <winkler@gnu.org>
5432
5433 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5434
ace88aa2
RW
54352012-01-28 Roland Winkler <winkler@gnu.org>
5436
5437 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5438 (bibtex-set-dialect): Use it. Either set global values of
5439 dialect-dependent variables or bind these variables buffer-locally
5440 (Bug#10254).
5441 (bibtex-mode): Call bibtex-set-dialect via
5442 hack-local-variables-hook.
eb864a71
LM
5443 (bibtex-dialect): Update docstring.
5444 Add safe-local-variable predicate.
ace88aa2
RW
5445 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5446 bibtex-set-dialect.
5447 (bibtex-mode-map): Define menu for each dialect.
5448 (bibtex-entry): Fix docstring.
5449
93376c5b
CY
54502012-01-28 Chong Yidong <cyd@gnu.org>
5451
5452 * eshell/esh-arg.el (eshell-quote-argument): New function.
5453
5454 * eshell/esh-ext.el (eshell-invoke-batch-file):
5455 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5456 first arg to eshell-parse-command (Bug#10523).
5457
4372494f
DA
54582012-01-28 Drew Adams <drew.adams@oracle.com>
5459
5460 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5461 `default-directory' is non-nil.
5462
4d4ec1f8
EZ
54632012-01-28 Eli Zaretskii <eliz@gnu.org>
5464
5465 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5466 line that displays system-configuration-options. (Bug#9924)
5467
7c188927
DA
54682012-01-28 Drew Adams <drew.adams@oracle.com>
5469
5470 * descr-text.el (describe-char): Show information about POS, in
5471 addition to information about the character at POS. Improve and
5472 update the doc string. Change "code point" to "code point in
5473 charset", to avoid confusion with the character's Unicode code
5474 point shown above that. (Bug#10129)
5475
e0da685a
EZ
54762012-01-28 Eli Zaretskii <eliz@gnu.org>
5477
5478 * descr-text.el (describe-char): Show the raw character, not only
5479 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5480 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5481 for the reasons.
5482
70550acf
PH
54832012-01-28 Phil Hagelberg <phil@hagelb.org>
5484
eb864a71
LM
5485 * emacs-lisp/package.el (package-install):
5486 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5487
0ce8e868
CY
54882012-01-28 Chong Yidong <cyd@gnu.org>
5489
cb882333
JB
5490 * emacs-lisp/package.el (package-maybe-load-descriptor):
5491 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5492 (package-maybe-load-descriptor): Use it.
5493 (package-download-transaction): Fully load required packages
5494 inside the loop, so that `require' calls work (Bug#10593).
5495 (package-install): No need to call package-initialize now.
5496
2e7f3bea
CY
54972012-01-28 Chong Yidong <cyd@gnu.org>
5498
6e9bad14
CY
5499 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5500
f823b8ca
CY
5501 * tooltip.el (tooltip-mode): Doc fix.
5502 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5503
2680c309
CY
5504 * frame.el (set-cursor-color): Doc fix (Bug#352).
5505
d7a9e63b
CY
5506 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5507 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5508
2e7f3bea
CY
5509 * cus-edit.el (custom-buffer-create-internal): Fix search button
5510 action (Bug#10542).
2ae01800 5511 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5512
fc4f7a23
EW
55132012-01-27 Eduard Wiebe <usenet@pusto.de>
5514
5515 * dired.el (dired-mark-files-regexp):
5516 Include any subdirectory components. (Bug#10445)
5517
7dd37071
ML
55182012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5519
5520 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5521 Handle [host]:port syntax. (Bug#10533)
5522
a268160b
AH
55232012-01-27 Alex Harsanyi <harsanyi@mac.com>
5524
5525 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5526
e43273ef
GM
55272012-01-26 Glenn Morris <rgm@gnu.org>
5528
5529 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5530 * term.el (term-raw-escape-map): Use Control-X-prefix.
5531 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5532
1edf595d
MR
55332012-01-25 Martin Rudalics <rudalics@gmx.at>
5534
5535 * window.el (window-state-get, window--state-get-1): Don't deal
5536 with fixed-sizeness of windows. Simplify code.
5537
fa8eafef
JC
55382012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5539
6df6ae42
JB
5540 * window.el (window--state-get-1, window--state-put-2):
5541 Don't save and restore the mark.
fa8eafef 5542
0b21c100
CY
55432012-01-25 Chong Yidong <cyd@gnu.org>
5544
5545 * custom.el (custom-variable-p): Doc fix.
5546
5ae1a6c8
GM
55472012-01-25 Glenn Morris <rgm@gnu.org>
5548
40047858
GM
5549 * dired.el (dired-goto-file): Handle some of the more common
5550 characters that `ls -b' escapes. (Bug#10596)
5551
5ddce96c
GM
5552 * progmodes/compile.el (compilation-next-error-function):
5553 Respect compilation-first-column in the "*compilation*" buffer.
5554 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5555
5ae1a6c8
GM
5556 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5557
b559f1a9
GM
55582012-01-24 Glenn Morris <rgm@gnu.org>
5559
5560 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5561
6725d21a
JD
55622012-01-24 Julien Danjou <julien@danjou.info>
5563
5564 * color.el (color-rgb-to-hsl): Fix value computing.
5565 (color-hue-to-rgb): New function.
5566 (color-hsl-to-rgb): New function.
5567 (color-clamp, color-saturate-hsl, color-saturate-name)
5568 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5569 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5570
70df4bbe
GM
55712012-01-24 Glenn Morris <rgm@gnu.org>
5572
5573 * vc/vc-rcs.el (vc-rcs-create-tag):
5574 * vc/vc-sccs.el (vc-sccs-create-tag):
5575 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5576
802a2ae2
ML
55772012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5578
5579 * eshell/esh-util.el (eshell-read-hosts-file):
5580 Skip comment lines. (Bug#10549)
5581
d7128bb1
ML
5582 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5583
d1a5c3b4
JB
55842012-01-23 Juanma Barranquero <lekktu@gmail.com>
5585
2724d9c7
JB
5586 * subr.el (display-delayed-warnings): Doc fix.
5587 (collapse-delayed-warnings): New function to collapse identical
5588 adjacent warnings.
5589 (delayed-warnings-hook): Add it.
d1a5c3b4 5590
a5509865
MA
55912012-01-22 Michael Albinus <michael.albinus@gmx.de>
5592
5593 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5594
a5509865
MA
5595 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5596 (tramp-default-user-alist): Don't add "pscp".
5597 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5598 property "login-as", if set. (Bug#10530)
5599
cc6d5805
MA
56002012-01-21 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5603 "plink1" and "psftp". (Bug#10530)
5604
56052012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5606
5607 * international/mule-cmds.el (prefer-coding-system): Show a
5608 warning message if the default value of file-name-coding-system
5609 was not changed.
5610
f0960428
JC
56112012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5612
cb882333
JB
5613 * windmove.el (windmove-reference-loc):
5614 Fix windmove-reference-loc miscalculation.
f0960428 5615
dd6f2a63
JB
56162012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5617
5618 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5619 default unit.
5620
7b447e9b
GM
56212012-01-21 Glenn Morris <rgm@gnu.org>
5622
117a9ea1
GM
5623 * international/mule.el (auto-coding-alist): Add .tbz.
5624
7b447e9b
GM
5625 * files.el (local-enable-local-variables): Doc fix.
5626 (inhibit-local-variables-regexps): Rename from
5627 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5628 Doc fix. Add some extensions from auto-coding-alist.
5629 (inhibit-local-variables-suffixes):
5630 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5631 (inhibit-local-variables-p):
5632 New function, extracted from set-auto-mode-1.
5633 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5634 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5635 (hack-local-variables): Doc fix. Make the mode-only case
5636 respect enable-local-variables and friends.
5637 Respect inhibit-local-variables-regexps for file-locals, but
5638 not for directory-locals.
5639 (set-visited-file-name):
5640 Take account of inhibit-local-variables-regexps.
5641 Whether it applies may change as the file name is changed.
5642 * jka-cmpr-hook.el (jka-compr-install):
5643 * jka-compr.el (jka-compr-uninstall):
5644 Update for inhibit-first-line-modes-suffixes name change.
5645
dd6e3cdd
MR
56462012-01-20 Martin Rudalics <rudalics@gmx.at>
5647
5648 * help-macro.el (make-help-screen): Temporarily restore original
5649 binding for minor-mode-map-alist (Bug#10454).
5650
0d0deb38
JD
56512012-01-19 Julien Danjou <julien@danjou.info>
5652
5653 * color.el (color-name-to-rgb): Use the white color to find the max
5654 color component value and return correctly computed values.
5655 (color-name-to-rgb): Add missing float conversion for max value.
5656
34a02f46
MR
56572012-01-19 Martin Rudalics <rudalics@gmx.at>
5658
5659 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5660 special state value for window-persistent-parameters.
5661 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5662 (window--state-put-2): Reset all window parameters to nil before
5663 assigning values of persistent parameters.
5664
606c44c4
AM
56652012-01-18 Alan Mackenzie <acm@muc.de>
5666
5667 Eliminate sluggishness and hangs in fontification of "semicolon
5668 deserts".
5669
cb882333
JB
5670 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5671 Change value 10000 -> 3000.
606c44c4
AM
5672 (c-state-safe-place): Reformulate so it doesn't stack up an
5673 infinite number of wrong entries in c-state-nonlit-pos-cache.
5674 (c-determine-limit-get-base, c-determine-limit): New functions to
5675 determine backward search limits disregarding literals.
5676 (c-find-decl-spots): Amend commenting.
5677 (c-cheap-inside-bracelist-p): New function which detects "={".
5678
5679 * progmodes/cc-fonts.el
5680 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5681 backward search.
5682 (c-font-lock-declarations): Fix an occurrence of point being
5683 undefined. Check additionally for point being in a bracelist or
5684 near a macro invocation without a semicolon so as to avoid a
5685 fruitless time consuming search for a declarator. Give a more
5686 precise search limit for declarators using the new
5687 c-determine-limit.
5688
f3860cea
GM
56892012-01-18 Glenn Morris <rgm@gnu.org>
5690
5691 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5692 (set-auto-mode): Doc fixes.
5693
1db03b16
GM
56942012-01-17 Glenn Morris <rgm@gnu.org>
5695
0e6038be
GM
5696 * isearch.el (search-nonincremental-instead): Fix doc typo.
5697
1db03b16
GM
5698 * dired.el (dired-insert-directory): Handle newlines in directory name.
5699 (dired-build-subdir-alist): Unescape newlines in directory name.
5700
4cb0aa75
MA
57012012-01-17 Michael Albinus <michael.albinus@gmx.de>
5702
5703 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5704 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5705 (tramp-action-terminal): Use it. (Bug#10530)
5706
1d00653d
SM
57072012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5710
6a6ee00d
MR
57112012-01-16 Martin Rudalics <rudalics@gmx.at>
5712
5713 * window.el (window-state-ignored-parameters): Remove variable.
5714 (window--state-get-1): Rename argument MARKERS to IGNORE.
5715 Handle persistent window parameters. Make copy of clone-of
5716 parameter only if requested. (Bug#10348)
5717 (window--state-put-2): Install a window parameter only if it has
5718 a non-nil value or an existing parameter shall be overwritten.
5719
97912def
MA
57202012-01-15 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5723
688070a5
EZ
57242012-01-14 Eli Zaretskii <eliz@gnu.org>
5725
5726 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5727 don't pass the (nil) value of `upnode' to string-match.
5728
301afadc
CY
57292012-01-14 Chong Yidong <cyd@gnu.org>
5730
5731 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5732 Fix values recognized by the cursorBlink resource.
301afadc 5733
9e5788aa
PE
57342012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5735
5736 * epg.el (epg--make-temp-file): Avoid permission race condition
5737 when running on old Emacs versions (bug#10403).
5738
3cdb7f5a
GM
57392012-01-14 Glenn Morris <rgm@gnu.org>
5740
5741 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5742
8c82b1b4
AM
57432012-01-13 Alan Mackenzie <acm@muc.de>
5744
5745 Fix filling for when filladapt mode is enabled.
5746
5747 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5748 c-mask-paragraph, pass in `fill-paragraph' rather than
5749 `fill-region-as-paragraph'. (This is a reversion of a previous
5750 change.)
eb864a71
LM
5751 * progmodes/cc-mode.el (c-basic-common-init):
5752 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5753
e517eda4
GM
57542012-01-13 Glenn Morris <rgm@gnu.org>
5755
1498536e
GM
5756 * dired.el (dired-switches-escape-p): New function.
5757 (dired-insert-directory): Use dired-switches-escape-p.
5758 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5759
e517eda4
GM
5760 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5761
328f984d
GM
57622012-01-12 Glenn Morris <rgm@gnu.org>
5763
5764 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5765 changes in adaptive-fill-regexp. (Bug#10276)
5766
2cc769a8
AM
57672012-01-11 Alan Mackenzie <acm@muc.de>
5768
5769 Fix Emacs bug #10463 - put `widen's around the critical spots.
5770
1d00653d 5771 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5772 widen around each invocation of c-state-pp-to-literal. Remove an
5773 unused let variable.
5774
e52c37fa
GM
57752012-01-11 Glenn Morris <rgm@gnu.org>
5776
5777 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5778 Doc fix.
e52c37fa 5779
96f8741e
CY
57802012-01-10 Chong Yidong <cyd@gnu.org>
5781
1d00653d
SM
5782 * net/network-stream.el (network-stream-open-starttls):
5783 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5784 response to the capability command.
5785
b09a806e
GM
57862012-01-10 Glenn Morris <rgm@gnu.org>
5787
5788 * mail/unrmail.el (unrmail): Tweak previous change.
5789
7655cb66
CY
57902012-01-09 Chong Yidong <cyd@gnu.org>
5791
5792 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5793
9d5a8f0b
AM
57942012-01-08 Alan Mackenzie <acm@muc.de>
5795
5796 Optimise font locking in long enum definitions.
5797
5798 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5799 arm to a cond form to handle enums.
5800 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5801 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5802
9a0115ab 58032012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5804
5805 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5806 (Bug#10401)
6bb72cbd 5807
f186bb95
LMI
58082012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5809
29232a68
LMI
5810 * faces.el (set-face-attribute): Clarify the meaning of the nil
5811 frame (bug#10294).
5812
4e5d086d
LMI
5813 * subr.el (with-selected-frame): Mention that the selected frame
5814 is restored (bug#9980).
5815
8e66aebe
LMI
5816 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5817 (bug#9759).
5818
cd394be1 5819 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5820 (password-read): Don't autoload unused function.
5821
adf4e762
JB
58222012-01-07 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * progmodes/which-func.el (which-func-mode): Turn into a
5825 non-interactive function and mark as obsolete (bug#10428).
5826
89bd9ccd
CY
58272012-01-06 Chong Yidong <cyd@gnu.org>
5828
5829 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5830 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5831 functions, along with 1 and -1.
5832
4afee9d5
EZ
58332012-01-06 Eli Zaretskii <eliz@gnu.org>
5834
5835 * time.el (display-time-load-average)
5836 (display-time-default-load-average): Doc fixes. See the thread
5837 starting at
5838 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5839 for the details.
5840
536aea70
GM
58412012-01-06 Glenn Morris <rgm@gnu.org>
5842
665ae865
GM
5843 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5844 has no messages. (Bug#10377)
5845
c869783d
GM
5846 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5847 than Info-edit. (Bug#10385)
5848
2bb4227e
GM
5849 * time.el (display-time-load-average, display-time-next-load-average):
5850 Doc fixes.
5851
7d5944b9
GM
5852 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5853 local setting of buffer-read-only to the input buffer. (Bug#10419)
5854
536aea70
GM
5855 * calendar/calendar.el (calendar-mode):
5856 Locally set scroll-margin to 0. (Bug#10379)
5857
7dccca16
UM
58582012-01-06 Ulrich Mueller <ulm@gentoo.org>
5859
5860 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5861
afbb7930
GM
58622012-01-05 Glenn Morris <rgm@gnu.org>
5863
5864 * eshell/em-unix.el (diff-no-select): Autoload it.
5865 (eshell/diff): Use diff-no-select. (Bug#10420)
5866
04482335
CY
58672012-01-05 Chong Yidong <cyd@gnu.org>
5868
7baca3bc
CY
5869 * shell.el (shell-dynamic-complete-functions): Revert last change.
5870 (shell-command-completion-function): New function.
5871 (shell-completion-vars): Use it to implement
5872 shell-completion-execonly (Bug#10417).
5873
04482335
CY
5874 * custom.el (enable-theme): Don't set custom-safe-themes.
5875
1d00653d
SM
5876 * cus-theme.el (custom-theme-merge-theme):
5877 Ignore custom-enabled-themes and custom-safe-themes.
04482335 5878
bb5aa5d6
MM
58792012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5880
5881 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5882 first prompt in `sql-interacive-mode'.
5883 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 5884 keywords.
6df6ae42 5885 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
5886 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5887 context of original buffer. Invoke `sql-login-hook'.
5888
a7183d7c
EZ
58892012-01-04 Eli Zaretskii <eliz@gnu.org>
5890
5891 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5892 letters in cite-prefix.
5893
a1eacd1e
LMI
58942012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5895
5896 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5897
787cdb34
CY
58982012-01-03 Chong Yidong <cyd@gnu.org>
5899
1d00653d
SM
5900 * shell.el (shell-dynamic-complete-functions):
5901 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
5902 comint-filename-completion first (Bug#10417).
5903
30710442
RS
59042012-01-02 Richard Stallman <rms@gnu.org>
5905
5906 * battery.el (battery-status-function):
5907 Detect when to use battery-yeeloong-sysfs.
5908 (battery-echo-area-format): Add string for Yeeloong.
5909 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5910 (battery-yeeloong-sysfs): New function.
5911
f75bfc33
CY
59122012-01-02 Chong Yidong <cyd@gnu.org>
5913
5914 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5915 (dirtrack): Merge code for handling relative filenames in prompt
5916 from shell-dir-cookie-watcher.
5917 (dirtrack-debug-message): New arg to avoid excess format calls.
5918
5919 * shell.el (shell-dir-cookie-re): Variable deleted.
5920 (shell-dir-cookie-watcher): Function deleted.
5921 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5922 with dirtrack-mode.
5923
651e947e
EZ
59242012-01-01 Eli Zaretskii <eliz@gnu.org>
5925
1d00653d
SM
5926 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5927 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
5928 libgnutls-26.dll.
5929
94d4c7dc
AS
59302011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5931
5932 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5933
8d43f3cd
EZ
59342011-12-31 Eli Zaretskii <eliz@gnu.org>
5935
5936 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5937 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5938
98c8795a
MA
59392011-12-29 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5942 also for alternative shells.
5943 (tramp-open-connection-setup-interactive-shell): Check, whether
5944 the shell is a busybox.
5945 (tramp-send-command): Don't suppress multiple prompts for
5946 busyboxes, it hurts.
5947
51281b32
CY
59482011-12-28 Chong Yidong <cyd@gnu.org>
5949
5950 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5951 (gdb-get-source-file): Move mode line update to
5952 gdb-get-source-file (Bug#10087).
5953
2170cb53
CY
59542011-12-25 Chong Yidong <cyd@gnu.org>
5955
5956 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5957 gud-gdb-marker-filter without taking it as an argument.
5958 (gud-gdb-run-command-fetch-lines): Caller changed.
5959 (gud-gdb-completion-function): New variable.
5960 (gud-gdb-completion-at-point): Use it.
5961 (gud-gdb-completions-1): Split from gud-gdb-completions.
5962
5963 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5964 function as separate arguments.
5965 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5966 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5967 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5968 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5969 (gdb-stopped, def-gdb-auto-update-trigger)
5970 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
5971 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5972 Callers changed.
2170cb53
CY
5973 (gud-gdbmi-completions): New function.
5974 (gdb): Use it for generating the completion table.
5975
be8b11bb
AM
59762011-12-24 Alan Mackenzie <acm@muc.de>
5977
5978 Introduce a mechanism to widen the region used in context font
1d00653d 5979 locking. Use this to protect declarations from losing their contexts.
be8b11bb 5980
1d00653d
SM
5981 * progmodes/cc-langs.el (c-before-font-lock-functions):
5982 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 5983 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
5984 functions to be run just before context (etc.) font locking.
5985
5986 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 5987 New, functionality extracted from
be8b11bb 5988 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 5989 (c-in-after-change-fontification): New variable.
be8b11bb
AM
5990 (c-after-change): Set c-in-after-change-fontification.
5991 (c-set-fl-decl-start): Rejig its interface, so it can be called
5992 from both after-change and context fontifying.
b81d40f0
JB
5993 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5994 New functions.
5995 (c-standard-font-lock-fontify-region-function): New variable.
5996 (c-font-lock-fontify-region): New function.
be8b11bb 5997
341cf6ac
JL
59982011-12-24 Juri Linkov <juri@jurta.org>
5999
6000 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6001 (Bug#10348)
6002
bffcee0a
MA
60032011-12-23 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6006 existence of source file. (Bug#10325)
6007
cb5e207c
AM
60082011-12-23 Alan Mackenzie <acm@muc.de>
6009
6010 Fix unstable fontification inside templates.
6011
b81d40f0
JB
6012 * progmodes/cc-langs.el (c-before-font-lock-functions):
6013 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6014 additionally has c-set-fl-decl-start. The other languages (apart
6015 from AWK) have that as a single entry.
6016
b81d40f0
JB
6017 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6018 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6019 c-set-fl-decl-start.
6020
b81d40f0
JB
6021 * progmodes/cc-mode.el (c-common-init, c-after-change):
6022 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6023 (c-set-fl-decl-start): New function, extracted from
6024 c-font-lock-enclosing-decls and enhanced.
6025
60ff536c
JB
60262011-12-23 Juanma Barranquero <lekktu@gmail.com>
6027
6028 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6029
1c4757d6
JL
60302011-12-22 Juri Linkov <juri@jurta.org>
6031
6032 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6033
d031f2c7
CY
60342011-12-22 Chong Yidong <cyd@gnu.org>
6035
6036 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6037
bace743a
DA
60382011-12-21 Drew Adams <drew.adams@oracle.com>
6039
6040 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6041
728a1f2b
JC
60422011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6043
6044 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6045
0d373f73
TZ
60462011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6047
fec0aaa4
TZ
6048 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6049 highlighting and support. Fix up comments for capitalization.
6050 (cfengine-mode-debug): New var.
6051 (cfengine3-mode): Change the modeline indicator to "CFE3".
6052 (cfengine3-font-lock-keywords): Improve defun highlighting.
6053 (cfengine2-actions): Rename from `cfengine-actions'.
6054 (cfengine2-font-lock-keywords): Rename from
6055 `cfengine-font-lock-keywords'.
6056 (cfengine2-imenu-expression): Rename from
6057 `cfengine-imenu-expression'.
6058 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6059 (cfengine2-beginning-of-defun): Rename from
6060 `cfengine-beginning-of-defun'.
6061 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6062 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6063 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6064 modeline indicator to "CFE2".
6065 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6066 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6067
bc86f573
CY
60682011-12-21 Chong Yidong <cyd@gnu.org>
6069
6070 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6071 filename argument.
6072
d45ba96b
MR
60732011-12-20 Martin Rudalics <rudalics@gmx.at>
6074
6075 * window.el (window-normalize-buffer-to-display): Remove.
6076 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6077
a6198c90
CY
60782011-12-19 Chong Yidong <cyd@gnu.org>
6079
6080 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6081 Don't signal an error in a predicate function; return non-nil.
6082 (vc-dir-mark-file): Move the error here.
6083 (vc-dir-mark-unmark): If acting on the region, keep going if one
6084 of the entries cannot be marked/unmarked.
6085 (vc-dir-mark-all-files): If current entry is a directory, mark
6086 only child files, as documented.
6087
34c5fb55
VB
60882011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6089
6090 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6091 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6092 addition.
6093
c803b2b7
JD
60942011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6095
6096 * term/ns-win.el (ns-get-selection-internal)
6097 (ns-store-selection-internal): Declare.
1154d12e
JB
6098 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6099 Declare as obsolete.
6100 (ns-get-pasteboard, ns-paste-secondary):
6101 Use ns-get-selection-internal.
6102 (ns-set-pasteboard, ns-copy-including-secondary):
6103 Use ns-store-selection-internal.
c803b2b7 6104
9cff91f8 61052011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6106
6107 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6108 (vc-deduce-fileset): Doc fix.
99a289d9 6109
f16c898a
AS
61102011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6111
6112 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6113
763237c4
SS
61142011-12-13 Sam Steingold <sds@gnu.org>
6115
6116 * man.el (Man-getpage-in-background): When running under a
6117 window-system, ignore $MANWIDTH and $COLUMNS.
6118
5fc1c122
KH
61192011-12-15 Kenichi Handa <handa@m17n.org>
6120
6121 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6122 (setup-ethiopic-environment-internal): Comment out key-binding for
6123 ethio-toggle-punctuation.
6124
13d49cbb
AM
61252011-12-13 Alan Mackenzie <acm@muc.de>
6126
898169a2
AM
6127 Add the switch statement to AWK Mode.
6128
7a71b18d 6129 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6130 "default" to the keywords regexp.
6131
7a71b18d 6132 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6133 expression as the rest.
1d00653d
SM
6134 (c-nonlabel-token-key): Allow string literals for AWK.
6135 Refactor for the other modes.
898169a2 6136
13d49cbb 6137 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6138 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6139 routines. Limit backward searching in c-font-lock-enclosing.decl.
6140
6141 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6142 pp-state and literal type in addition to the limits.
1d00653d 6143 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6144 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6145 (c-slow-in-literal, c-fast-in-literal): Remove.
6146 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6147
6148 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6149 being in a literal. Add a limit for backward searching.
6150
6151 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6152 c-slow-in-literal.
6153
15e0efc7
SM
61542011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6157
454592a6
MR
61582011-12-13 Martin Rudalics <rudalics@gmx.at>
6159
6160 * window.el (delete-other-windows): Use correct frame in call to
6161 window-with-parameter.
6162
87393f26
DP
61632011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6164
6165 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6166 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6167 (makefile-gmake-statements, makefile-makepp-statements):
6168 Use it and add new makepp keywords.
6169 (makefile-makepp-font-lock-keywords): Add new patterns.
6170 (makefile-match-function-end): Match new [...] and [[...]].
6171
11636b22
JB
61722011-12-11 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * ses.el (ses-call-printer-return, ses-cell-property-get)
6175 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6176 (ses-create-cell-variable, ses-reset-header-string)
6177 (ses-cell-set-formula, ses-repair-cell-reference-all)
6178 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6179 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6180 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6181 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6182 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6183 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6184 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6185 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6186 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6187 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6188 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6189 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6190
cf018193
VB
61912011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6192
6193 * ses.el: The overall change is to add cell renaming, that is
6194 setting fancy names for cell symbols other than name matching
6195 "\\`[A-Z]+[0-9]+\\'" regexp .
6196 (ses-create-cell-variable): New defun.
6197 (ses-relocate-formula): Relocate formulas only for cells the
6198 symbols of which are not renamed, i.e. symbols whose names do not
6199 match regexp "\\`[A-Z]+[0-9]+\\'".
6200 (ses-relocate-all): Relocate values only for cells the symbols of
6201 which are not renamed.
6202 (ses-load): Create cells variables as the (ses-cell ...) are read,
6203 in order to check row col consistency with cell symbol name only
6204 for cells that are not renamed.
6205 (ses-replace-name-in-formula): New defun.
6206 (ses-rename-cell): New defun.
6207
ee957461
CY
62082011-12-11 Chong Yidong <cyd@gnu.org>
6209
6210 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6211 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6212
9a9e9ef0
MR
62132011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6214
6215 * window.el (other-window): Fix docstring.
6216
92a8eba5
EZ
62172011-12-10 Eli Zaretskii <eliz@gnu.org>
6218
6219 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6220 `from' or `to' address before taking its substring.
6221 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6222 encoded name is chopped in the middle of the encoded string, and
6223 thus displayed encoded.
6224
e152e577
JB
62252011-12-10 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6228
e5d84bfe
EZ
62292011-12-10 Eli Zaretskii <eliz@gnu.org>
6230
6231 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6232 to use texinfo-update-node and commands that call it if the
6233 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6234 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6235 (texinfo-all-menus-update, texinfo-master-menu)
6236 (texinfo-update-node, texinfo-every-node-update)
6237 (texinfo-multiple-files-update): Doc fix. Warn against updating
6238 all the @node lines.
6239 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6240 argument is numeric. Explain better in the doc string what the
6241 function really does.
6242 (texinfo-insert-master-menu-list): Improve the error message
6243 displayed if there's no menu in the Top node.
6244 (Bug#2975) See also this thread:
e5d84bfe
EZ
6245 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6246
1d84e9bb
MG
62472011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6248
6249 * speedbar.el (speedbar-supported-extension-expressions):
6250 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6251
382c953b
JB
62522011-12-09 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * printing.el (pr-mode-alist):
6255 * simple.el (filter-buffer-substring-functions)
6256 (completion-list-insert-choice-function):
6257 * window.el (window-with-parameter, window-atom-root)
6258 (window-sides-slots, window-size-fixed, window-min-delta)
6259 (window-max-delta, window--resize-mini-window)
6260 (window--resize-child-windows-normal, window-tree)
6261 (delete-other-windows, quit-window, split-window)
6262 (display-buffer-record-window, special-display-buffer-names)
6263 (special-display-regexps, special-display-popup-frame)
6264 (same-window-p, split-window-sensibly)
6265 (display-buffer-overriding-action, display-buffer-alist)
6266 (display-buffer-base-action, display-buffer, switch-to-buffer)
6267 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6268 (fit-window-to-buffer, recenter-positions)
6269 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6270 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6271 and remove unneeded backslashes in docstrings.
6272
39c9faef
SM
62732011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6274
98449af8
SM
6275 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6276
39c9faef
SM
6277 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6278 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6279 end in ".mk".
6280 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6281 when reading the makefile (bug#10116).
6282
86ed9fdc
SM
62832011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6286 (bug#10116).
6287
5580f89d
GM
62882011-12-06 Glenn Morris <rgm@gnu.org>
6289
6290 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6291
28d3917c
CY
62922011-12-06 Chong Yidong <cyd@gnu.org>
6293
6294 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6295
a98edce9
JB
62962011-12-06 Juanma Barranquero <lekktu@gmail.com>
6297
6298 * textmodes/table.el (table-shorten-cell): Fix typo.
6299
e65adfac
CG
63002011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6301
6302 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6303
71cc0b74
EZ
63042011-12-05 Eli Zaretskii <eliz@gnu.org>
6305
6306 * descr-text.el (describe-char): Fix display of strong
6307 right-to-left characters and directional embeddings and overrides.
6308
6309 * simple.el (what-cursor-position): Fix display of codepoints of
6310 strong right-to-left characters.
6311
315bc30d
CY
63122011-12-05 Chong Yidong <cyd@gnu.org>
6313
6314 * faces.el (read-color): Doc fix.
6315
58a70b94
GM
63162011-12-05 Glenn Morris <rgm@gnu.org>
6317
6318 * align.el (align--set-marker): Add doc-string.
6319 Don't try to move something that is not a marker. (Bug#10216)
6320
5158face
GM
63212011-12-04 Glenn Morris <rgm@gnu.org>
6322
6323 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6324 overly zealous deletion of trailing whitespace.
6325
520fca41
JB
63262011-12-04 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * server.el (server-delete-client): On Windows, do not try to delete
6329 the only terminal.
6330 (server-process-filter): On Windows, treat requests for a tty frame as
6331 if they were for a GUI frame if the running server is in GUI mode.
6332
5e605a2e
GM
63332011-12-03 Glenn Morris <rgm@gnu.org>
6334
6335 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6336
5c3fe83f
SM
63372011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6f5e57e7
SM
6339 * electric.el: Streamline electric-indent's hook.
6340 (electric-indent-chars): Revert to simple list.
6341 (electric-indent-functions): New var.
6342 (electric-indent-post-self-insert-function): Use it.
6343
5c3fe83f
SM
6344 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6345 there's no inferior buffer (bug#10196).
6346 (prolog-consult-compile): Don't use toggle-read-only.
6347
6bdac736
MA
63482011-12-02 Michael Albinus <michael.albinus@gmx.de>
6349
6350 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6351 interrupt. (Bug#10187)
6352
6131ba7f
SM
63532011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6354
99c79fee
SM
6355 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6356 (bug#9160).
6357
6131ba7f
SM
6358 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6359 (bug#10191).
6360
cb0a02ea
JL
63612011-12-02 Juri Linkov <juri@jurta.org>
6362
6363 * info.el (Info-search): Display "end of manual" when Isearch
6364 reaches the end of single-file Info manual. (Bug#9918)
6365
66e0570c
EZ
63662011-12-02 Eli Zaretskii <eliz@gnu.org>
6367
6368 * isearch.el (isearch-message-prefix): Run the input method part
6369 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6370
02b16839
JL
63712011-12-02 Juri Linkov <juri@jurta.org>
6372
6373 * isearch.el (isearch-occur): Use `word-search-regexp' for
6374 `isearch-word'.
6375 (isearch-search-and-update): Add condition for `isearch-word' and
6376 call `word-search-regexp'. (Bug#10145)
6377
0b950688
GM
63782011-12-01 Glenn Morris <rgm@gnu.org>
6379
6380 * eshell/em-hist.el (eshell-hist-initialize):
6381 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6382 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6383
9505c3c7
SM
63842011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6387
1bbe96b2 63882011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6389
a1beca85
SM
6390 * progmodes/verilog-mode.el (verilog-pretty-expr):
6391 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6392 verilog, such as += *= and the like.
6393 (verilog-assignment-operator-re): Regular expression to find the
6394 assigment operator in a verilog assignment.
6395 (verilog-assignment-operation-re): Regular expression to find an
6396 assignment statement for pretty-expr.
6397 (verilog-in-attribute-p): Query returns true if point is in an
6398 attribute context; used to skip these for expression line up from
6399 pretty-expr.
6400 (verilog-in-parameter-p): Query returns true if point is in an
6401 parameter definition context; used to skip these for expression
6402 line up from pretty-expr.
6403 (verilog-in-parenthesis-p): Query returns true if point is in a
6404 parenthetical expression, specifically ( ) but not [ ] or { };
6405 used by pretty-expr.
6406 (verilog-just-one-space): If there is no space, don't add one.
6407 (verilog-get-lineup-indent-2): Specifically skip just attribute
6408 contexts for expression lineup, rather than skipping all
6409 parenthetical expressions.
6410 (verilog-calculate-indent): Fix comment, and fix indent.
6411 (verilog-do-indent): Indent declarations in lists (suggested by
6412 Joachim Lechner).
6413 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6414 skeleton items.
6415 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6416 by Alain Mellan).
6417
1bbe96b2 64182011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6419
6420 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6421 parameters with embedded comments. Reported by Ray Stevens.
6422 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6423 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6424 Reported by Tim Holt.
6425 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6426 instantiated by upper module causing wrong expansion until AUTOed a
6427 second time. Reported by K C Buckenmaier.
6428 (verilog-diff-auto): Fix showing .* as a difference when
6429 `verilog-auto-star-save' off. Reported by Dan Dever.
6430 (verilog-auto-reset, verilog-read-always-signals)
6431 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6432 temporary signals in reset list if
6433 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6434 style to each signal's assignment type, bug381.
6435 Reported by Thomas Esposito.
6288f0ca
WS
6436 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6437 (verilog-uvm-statement-re): Support UVM indentation and
6438 highlighting, with old OVM keywords only.
a1beca85 6439 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6440 Support AUTOTIEOFF creating non-wire data types.
6441 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6442 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6443 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6444 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6445 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6446 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6447 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6448 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6449 non-numeric vector width. Reported by Alex Reed.
6450 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6451 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6452 (verilog-auto-delete-trailing-whitespace):
6453 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6454 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6455 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6456 Fix verilog-scan-cache corruption when running user AUTO expansion
6457 hooks that call indentation routines.
6458 (verilog-simplify-range-expression): Fix typo ignoring lower case
6459 identifiers.
6460 (verilog-delete-auto): Fix delete-autos to also remove user created
6461 automatics, as long as they start with AUTO.
6462 (verilog-batch-diff-auto, verilog-diff-auto)
6463 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6464 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6465 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6466 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6467 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6468 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6469 is disabled and its cache will get corrupt, causing AUTOS not to
6470 expand. Instead use only -quick functions.
6471 (verilog-scan-region): Fix scanning over escaped quotes.
6472 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6473 (verilog-re-search-backward-quick)
6474 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6475 related functions now ignore strings, to fix misparsing of strings
6476 with magic comments embedded in them.
a1beca85
SM
6477 (verilog-read-auto-template):
6478 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6479 Reported by Brad Dobbie.
6480 (verilog-read-auto-template):
6481 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6482 Reported by Brad Dobbie.
6288f0ca
WS
6483 (verilog-auto-inst, verilog-auto-inst-param)
6484 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6485 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6486 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6487 debugging templates without merge conflicts, bug357.
6488 Reported by Brad Dobbie.
6489 (verilog-read-auto-template):
6490 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6491 Reported by Brad Dobbie.
6492 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6493 abbrevs so user won't be asked to save.
6494 (verilog-read-auto-lisp-present): Fix to start at beginning of
6495 buffer in case called outside of verilog-auto.
6496 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6497 to "X-2". Reported by Matthew Myers.
6498 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6499 all inputs from module templates. Reported by Leith Johnson.
6500 (verilog-module-inside-filename-p): Fix locating programs as with
6501 modules.
6502 (verilog-auto-inst-port): Fix vl-width expressions when using
6503 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6504 (verilog-decls-get-regs, verilog-decls-get-signals,
6505 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6506 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6507 verilog-read-decls): Combine reg and wire structures into one var
6508 structure to represent SystemVerilog concepts.
6509 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6510 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6511 (verilog-auto-wire-type, verilog-insert-definition):
6512 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6513 SystemVerilog "logic" keyword instead of "wire"/"reg".
6514 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6515 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6516 ifdef or generate if so there's not a driver conflict).
6517 Reported by Matthew Myers.
6518 (verilog-auto-declare-nettype, verilog-insert-definition):
6519 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6520 `default_nettype none. Reported by Julian Gorfajn.
6521 (verilog-read-always-signals-recurse, verilog-read-decls)
6522 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6523 malformed end statement, bug325. Reported by Joshua Wise and
6524 Andrew Drake.
6525 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6526 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6527 when expanding .* in interfaces, bug320.
6528 Reported by Pierre-David Pfister.
6288f0ca 6529 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6530 name and open parenthesis, bug317.
6531 Reported by Pierre-David Pfister.
6288f0ca
WS
6532 (verilog-simplify-range-expression): Fix simplification of
6533 multiplications inside AUTOWIRE connections, bug303.
6534 (verilog-auto-inst-port): Support parameter expansion in
6535 multidimensional arrays.
6536 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6537 after "assert property". Reported by Julian Gorfajn.
6538 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6539 with multiplication, bug303.
6540 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6541 Reported by Jan Frode Lonnum.
6542
1bbe96b2
GM
65432011-11-30 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6546 (hfy-shell-file-name, hfy-shell):
6547 * international/fontset.el (x-decompose-font-name): Fix typos.
6548
65492011-11-29 Ken Brown <kbrown@cornell.edu>
6550
6551 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6552 (gdb-version): Remove defvar.
6553 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6554 (gdb-gud-context-command, gdb-non-stop-handler)
6555 (gdb-current-context-command, gdb-stopped): Use it.
6556 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6557 (gdb-non-stop-handler): Don't enable pretty-printing here.
6558 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6559 non-stop mode. Use the following.
6560 (gdb-check-target-async): New defun.
6561 (gud-watch, gdb-stopped): Fix whitespace.
6562 (gdb-get-source-file): Don't try to display the source file if
6563 `gdb-main-file' is nil.
6564
65652011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * align.el: Try to generate fewer markers (bug#10047).
6568 (align--set-marker): New macro.
6569 (align-region): Use it.
6570
c935221f
SM
65712011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6574
e70b5064
CY
65752011-11-29 Chong Yidong <cyd@gnu.org>
6576
6577 * indent.el (indent-for-tab-command, indent-according-to-mode):
6578 Doc fix.
6579 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6580
f3af92b7
MA
65812011-11-29 Michael Albinus <michael.albinus@gmx.de>
6582
6583 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6584 aware of remote file names. (Bug#10124)
6585
ed472be9
CY
65862011-11-29 Chong Yidong <cyd@gnu.org>
6587
6588 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6589
24510c22
SM
65902011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * files.el (find-file): Don't use force-same-window (bug#10144).
6593 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6594 use pop-to-buffer if the selected window can't be used.
6595 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6596
c60c3703
EZ
65972011-11-28 Eli Zaretskii <eliz@gnu.org>
6598
6599 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6600 special-mode-map.
6601
e95def75
CY
66022011-11-28 Chong Yidong <cyd@gnu.org>
6603
6604 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6605
c3f1c606
NR
66062011-11-27 Nick Roberts <nickrob@snap.net.nz>
6607
6608 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6609 gdb-get-source-file-list on gdb-create-source-file-list.
6610
00db469c
EZ
66112011-11-26 Eli Zaretskii <eliz@gnu.org>
6612
6613 * whitespace.el (whitespace-newline): Use a different foreground
6614 color for 16-color light-background displays.
6615
4ad3bc2a
CY
66162011-11-24 Chong Yidong <cyd@gnu.org>
6617
6618 * window.el (display-buffer--special-action): Doc fix.
6619
e9fce1ac
JB
66202011-11-25 Juanma Barranquero <lekktu@gmail.com>
6621
6622 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6623 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6624 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6625 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6626 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6627 (avl-tree-stack-first):
6628 * emacs-lisp/cconv.el (cconv--analyse-use):
6629 * net/gnutls.el (gnutls-negotiate): Fix typos.
6630
cb825e5d
GM
66312011-11-24 Glenn Morris <rgm@gnu.org>
6632
3adbe224
GM
6633 * lpr.el (lpr-windows-system, lpr-lp-system):
6634 * mail/binhex.el (binhex-begin-line):
6635 * progmodes/grep.el (grep-history, grep-find-history):
6636 * textmodes/flyspell.el:
6637 * vc/pcvs-defs.el (cvs-global-menu):
6638 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6639 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6640 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6641
321decc8
GM
6642 * net/tls.el: Fix case of "GnuTLS".
6643
420b63ad
GM
6644 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6645
cb825e5d
GM
6646 * version.el (emacs-build-system): Give it a doc-string.
6647
a0649f08
JL
66482011-11-24 Juri Linkov <juri@jurta.org>
6649
6650 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6651
c0bc0fd4
GM
66522011-11-24 Glenn Morris <rgm@gnu.org>
6653
6654 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6655 if called on a non-mime message just toggle the headers. (Bug#8006)
6656
20db1522
JB
66572011-11-24 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6660 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6661 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6662 (allout-rebullet-heading, allout-open-sibtopic)
6663 (allout-toggle-current-subtree-encryption)
6664 (allout-toggle-subtree-encryption, allout-encrypt-string)
6665 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6666 (allout-distinctive-bullets-string, allout-auto-activation):
6667 * window.el (window-normalize-buffer-to-display):
6668 * progmodes/verilog-mode.el (verilog-batch-indent):
6669 * textmodes/bibtex.el (bibtex-field-braces-opt)
6670 (bibtex-field-strings-opt):
6671 * vc/cvs-status.el (cvs-tree-merge):
6672 Fix typos.
6673
7262a87c
MA
66742011-11-23 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6677 `non-essential' to t, in order to avoid remote connections.
6678
283430a1
EZ
66792011-11-23 Eli Zaretskii <eliz@gnu.org>
6680
a1beca85
SM
6681 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6682 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6683 case-insensitively.
6684
d2992a38
ML
66852011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6686
6687 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6688
50419064
GM
66892011-11-23 Glenn Morris <rgm@gnu.org>
6690
da94eca1
GM
6691 * paths.el (rmail-file-name): Reformat the doc-string so that it
6692 is picked up.
6693
9aac4de2
GM
6694 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6695 (rmail-auto-file): Ignore case in the "special" field names,
6696 as mail-fetch-field does for all others.
6697
8038d2d2
GM
6698 * mail/rmail.el (rmail-forward):
6699 * mail/rmailkwd.el (rmail-set-label):
6700 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6701 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6702
f3fe222a
GM
6703 * mail/rmail.el (rmail-current-message): Doc fix.
6704
50419064
GM
6705 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6706
28109f49
SM
67072011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6710
394c65f1
GM
67112011-11-22 Glenn Morris <rgm@gnu.org>
6712
6713 * mail/rmailmm.el (test-rmail-mime-handler)
6714 (test-rmail-mime-bulk-handler)
6715 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6716
f2a0aa3a
JL
67172011-11-21 Juri Linkov <juri@jurta.org>
6718
1154d12e
JB
6719 * calc/calc.el (calc-read-key-sequence):
6720 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6721
9c34a344
LMI
67222011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6725 Tell the caller that the next line needs recomputation, even
6726 though it doesn't start a sexp (bug#10094).
6727
f04a3be9
SM
67282011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6731
7978747f
SM
67322011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6733
f04a3be9
SM
6734 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6735 Use force-same-window.
7978747f 6736
fe7a3057
JB
67372011-11-20 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * descr-text.el (describe-char-unicode-data):
6740 * json.el (json-string-escape):
6741 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6742 (Footnote-unicode, Footnote-style-p):
6743 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6744
24901d61
CY
67452011-11-20 Chong Yidong <cyd@gnu.org>
6746
6747 * window.el (replace-buffer-in-windows): Restore interactive spec.
6748
bac7ff22
SM
67492011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6750
24f3d7b9
SM
6751 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6752
bac7ff22
SM
6753 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6754 (byte-compile-global-not-obsolete-vars): New var.
6755 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6756 Use it.
6757 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6758
cd1181db
JB
67592011-11-20 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6762 * progmodes/pascal.el (electric-pascal-equal):
6763 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6764 * xml.el (xml-substitute-special): Fix typos.
6765
7fb18e9e
GM
67662011-11-20 Glenn Morris <rgm@gnu.org>
6767
6768 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6769 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6770 Doc fixes.
6771 (rmail-decode-mime-charset): Mark as obsolete.
6772
6773 * mail/rmailsum.el (rmail-message-regexp-p-1):
6774 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6775 Before using mime functions, check they are set. (Bug#10077)
6776
d5a6b3ba
JL
67772011-11-19 Juri Linkov <juri@jurta.org>
6778
6779 * info.el (Info-finder-find-node): Use `package--builtins' instead
6780 of `package-alist'. Use node names formed by the pattern "Keyword "
6781 and the keyword name.
6782
e981b61f
AS
67832011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6784
1d00653d 6785 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6786
3ffbc301
JL
67872011-11-19 Juri Linkov <juri@jurta.org>
6788
6789 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6790 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6791 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6792 `old-history', `old-history-forward'. Add let-binding
6793 `window-selected'. Remove calls to `kill-buffer',
6794 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6795 before calling `Info-find-node', so `Info-find-node-2' will reread
6796 the Info file. Restore window positions only when `window-selected'
6797 is non-nil.
6798
30c62133
JL
67992011-11-19 Juri Linkov <juri@jurta.org>
6800
6801 * isearch.el (isearch-lazy-highlight-new-loop):
6802 Remove condition `(not isearch-error)'. (Bug#9918)
6803
6804 * misearch.el (multi-isearch-search-fun): Add condition
6805 `(not bound)' to ignore lazy-highlighting search.
6806 Add the search-failed message "end of multi" when the end of
6807 multi-sequence is reached. Uncapitalize the search-failed
6808 message "Repeat for next buffer".
6809
6810 * info.el (Info-search): Add the search-failed message
6811 "end of the manual" when the end of the manual is reached
6812 in Isearch mode.
6813
645ca9cf
JL
68142011-11-19 Juri Linkov <juri@jurta.org>
6815
6816 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6817 Use non-destructive `remove' instead of `delete' because
6818 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6819 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6820
df754f66
JL
68212011-11-19 Juri Linkov <juri@jurta.org>
6822
6823 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6824 to nil instead of binding `search-ring' and `regexp-search-ring'.
6825 (Bug#9185)
6826
0e23d96a
EZ
68272011-11-19 Eli Zaretskii <eliz@gnu.org>
6828
6829 * simple.el (line-move): Force movement by logical lines for any
6830 hscrolled window, not only when auto-hscroll-mode is on.
6831 (line-move-visual): Update doc string to that effect. (Bug#10076)
6832
8a6ccb66
AS
68332011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6834
6835 * language/european.el (macintosh): Define as alias for mac-roman.
6836
49ae5b39
EZ
68372011-11-19 Eli Zaretskii <eliz@gnu.org>
6838
6839 * mail/rmailmm.el (rmail-mime-display-header)
6840 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6841 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6842 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6843 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6844 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6845 of a raw aref.
6846 (rmail-mime-entity-segment): To get past the tagline, move forward
6847 2 more lines, to account for the 2 empty lines that precede and
6848 follow the line with the buttons.
6849 (rmail-mime-update-tagline): Move one more line, to get past the
6850 empty line that follows the buttons in the tagline. (Bug#9520)
6851
c56cad4a
MR
68522011-11-19 Martin Rudalics <rudalics@gmx.at>
6853
6854 * window.el (window-max-delta-1, window-min-delta-1)
6855 (window-min-size-1, window-state-get-1, window-state-put-1)
6856 (window-state-put-2): Use "window--" prefix.
6857
cbe71af3
SM
68582011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6859
2ad52c60
SM
6860 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6861 (smie-warning-count): New var.
6862 (smie-set-prec2tab): Use it.
6863 (smie-bnf->prec2): Improve warnings. Add docstring.
6864 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6865 (smie-bnf--set-class): New function.
6866 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6867 corner case.
6868
6944dbc1
SM
6869 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6870 (compilation-error-properties, compilation-move-to-column):
6871 Handle compilation-first-column while in the target buffer.
6872
c400c4d7
SM
6873 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6874 Don't hardcode point-min==1.
6875
6dbe3e96
SM
6876 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6877 (eshell-rewrite-for-command): Remove workaround.
6878 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6879 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6880 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6881
cbe71af3
SM
6882 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6883
a8e1496d
GM
68842011-11-17 Glenn Morris <rgm@gnu.org>
6885
6886 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6887 Ignore buffer-local generated-autoload-file if it is the same
6888 as the global value. (Bug#10049)
6889
df85d315
JB
68902011-11-17 Juanma Barranquero <lekktu@gmail.com>
6891
6892 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6893 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6894 (reftex-toc-previous-heading, reftex-toc-max-level)
6895 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6896 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6897 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6898 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6899 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6900 (reftex-toc-rename-label, reftex-toc-visit-location)
6901 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6902 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6903 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6904 leaving "*toc*" only for references to the buffer.
6905
a0c2d0ae
MR
69062011-11-17 Martin Rudalics <rudalics@gmx.at>
6907
6908 * window.el (window-resize, delete-window, split-window):
6909 Replace window-splits by window-combination-resize.
1d00653d 6910 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 6911
35c0bac8
GM
69122011-11-17 Glenn Morris <rgm@gnu.org>
6913
6914 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6915 Make bash entry derive from sh entry, not shell entry.
6916
d0c8fc8a
MA
69172011-11-16 Michael Albinus <michael.albinus@gmx.de>
6918
7262a87c
MA
6919 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6920 local file name.
6921
7877f373
JB
69222011-11-16 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * menu-bar.el (menu-bar-file-menu):
6925 * printing.el (pr-ps-utility):
6926 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6927 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6928 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6929 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6930 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6931 (icalendar--convert-cyclic-to-ical)
6932 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6933 (icalendar--convert-ical-to-diary)
6934 (icalendar--convert-recurring-to-diary)
6935 (icalendar--convert-non-recurring-all-day-to-diary)
6936 (icalendar-import-format-sample):
6937 * progmodes/idlw-shell.el (idlwave-shell-mode):
6938 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6939 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6940 (vhdl-ps-print-init): Fix typos.
6941
10649b82
KM
69422011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6943
9d0cfcd6
GM
6944 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6945 FSF and collapse date sequence, obscure author/maintainer email address
6946 better, remove extra version line, track relocation of author's webpage.
10649b82 6947
9d0cfcd6
GM
6948 * progmodes/python.el (python-pdbtrack-input-prompt)
6949 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6950 regular python pdb prompts. Adjustments shamelessly taken exactly as
6951 suggested in EmacsWiki page (tiny change):
6952 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 6953
58179cce
JB
69542011-11-16 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * expand.el (expand-pos, expand-index, expand-point):
6957 Remove redundant info from docstring.
6958 (expand-add-abbrevs): Doc fix.
6959 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6960 (expand-sample-perl-mode-expand-list): Fix typos.
6961
6962 * net/dbus.el (dbus-event-member-name):
6963 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6964 * term/pc-win.el (msdos-create-frame-with-faces):
6965 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6966
b6f67890
MR
69672011-11-16 Martin Rudalics <rudalics@gmx.at>
6968
6969 * window.el (split-window, window-state-get-1)
6970 (window-state-put-1, window-state-put-2): Rename occurrences of
6971 window-nest to window-combination-limit.
1d00653d 6972 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 6973
ce7ddba0
CY
69742011-11-16 Chong Yidong <cyd@gnu.org>
6975
6976 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6977 regexp (Bug#10033).
6978
3ae704f4
SM
69792011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6982 `completing-read' will remove *Completions* and will preserve
6983 current-buffer for us.
6984 (tmm-add-prompt): Users of *Completions* will always (re)set its
6985 major mode.
6986 (tmm-old-comp-map): Remove.
6987
6ad1cdde
GM
69882011-11-16 Glenn Morris <rgm@gnu.org>
6989
6990 * mail/rmailedit.el: Require rmailmm when compiling.
6991 (rmail-old-mime-state): New declaration.
6992 (rmail-edit-current-message): If editing a mime message,
6993 edit the "raw" message from the mbox buffer.
6994 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6995
d20faa20
GM
69962011-11-15 Glenn Morris <rgm@gnu.org>
6997
6998 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6999 which wasn't being used. Add optional arg to force given state.
7000 (rmail-mime): Add optional arg to force given state.
7001
c7015153
JB
70022011-11-15 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7005 * frame.el (display-mm-dimensions-alist):
7006 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7007 (outline-move-subtree-down):
7008 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7009 (newsticker--treeview-do-get-node):
7010 * net/quickurl.el (quickurl-list-buffer-name):
7011 * progmodes/dcl-mode.el (dcl-mode):
7012 * progmodes/gdb-mi.el (gdb-mapcar*):
7013 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7014
45261b50
GM
70152011-11-15 Glenn Morris <rgm@gnu.org>
7016
7017 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7018 in a boolean sense, so just make it a boolean, and fix the doc.
7019 (rmail-show-mime-function, rmail-mime-feature)
7020 (rmail-require-mime-maybe): Doc fixes.
7021 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7022
7023 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7024
0d26e0b6
JB
70252011-11-15 Juanma Barranquero <lekktu@gmail.com>
7026
7027 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7028 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7029 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7030 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7031
447f30f6
GM
70322011-11-15 Glenn Morris <rgm@gnu.org>
7033
672b871d
GM
7034 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7035 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7036 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7037 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7038 (rmail-mime, rmail-show-mime): Doc fixes.
7039
f6aa5bb1
GM
7040 * term/ns-win.el (mode-line-frame-identification):
7041 Leave it alone. (Bug#10051)
7042
947cd66b
GM
7043 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7044
447f30f6
GM
7045 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7046 Handle empty buffers. (Bug#9978)
7047
0b381c7e
JB
70482011-11-14 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * international/mule.el (define-charset):
7051 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7052 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7053 * progmodes/verilog-mode.el (verilog-backward-token):
7054 * textmodes/ispell.el (lookup-words):
7055 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7056
71e027ac
GM
70572011-11-14 Glenn Morris <rgm@gnu.org>
7058
56632ce4
GM
7059 * progmodes/executable.el
7060 (executable-make-buffer-file-executable-if-script-p):
7061 Handle file-modes returning nil.
7062
40500957
GM
7063 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7064 message - not necessary, and causes problems. (Bug#9831)
7065
071c2340
GM
7066 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7067
d3cfca60
GM
7068 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7069
71e027ac
GM
7070 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7071 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7072 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7073
89d61221
MR
70742011-11-12 Martin Rudalics <rudalics@gmx.at>
7075
7076 * window.el (window-resize, delete-window): Use window-splits
7077 variable instead of function.
7078 (window-state-get-1, window-state-put-2, window-state-put):
7079 Don't deal with windows' splits status.
7080
98282f6f
GM
70812011-11-12 Glenn Morris <rgm@gnu.org>
7082
7083 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7084 (apropos-documentation): Doc fixes.
7085
40a8bdf6
JB
70862011-11-11 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7089 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7090
65bd19ff
SM
70912011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * electric.el (electric-indent-post-self-insert-function): Make it
7094 possible for a char to only indent in some circumstances.
7095 (electric-indent-mode): Simplify.
7096
54f9154c
MR
70972011-11-11 Martin Rudalics <rudalics@gmx.at>
7098
7099 * window.el (windows-with-parameter): Remove unused function.
7100 (windows-at-side): Rename to window-at-side-list.
7101 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7102 (window-side-check, window-size-ignore, window-size-fixed-1)
7103 (window-in-direction-2): Prefix with "window--".
7104 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7105
68cbc58b
GM
71062011-11-11 Glenn Morris <rgm@gnu.org>
7107
7108 * subr.el (eval-after-load): If FILE is already loaded,
7109 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7110
b2621720
GM
71112011-11-10 Glenn Morris <rgm@gnu.org>
7112
9a4de110
GM
7113 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7114 Call svn via vc-svn-command rather than vc-do-command.
7115 (vc-svn-command): Add --non-interactive. (Bug#9993)
7116 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7117
b2621720
GM
7118 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7119 Add toggle-read-only. (Bug#7292)
7120 * files.el (toggle-read-only): Mention that it should only
7121 be used interactively. (Bug#10006)
7122
1dce7193
SM
71232011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7124
d9ac1a1e
SM
7125 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7126 Adjust regexp for OCaml warnings.
7127
0c325082
SM
7128 * electric.el (electric-pair-post-self-insert-function): Let user
7129 turn it off buffer-locally (bug#9932).
7130
90132c14
SM
7131 * progmodes/python.el (python-beginning-of-statement):
7132 Rewrite (bug#2703).
7133
1dce7193
SM
7134 * progmodes/compile.el: Better handle TABs (bug#9749).
7135 (compilation-internal-error-properties)
7136 (compilation-next-error-function): Obey the target buffer's
7137 compilation-error-screen-columns.
7138
c4e7c63a
JB
71392011-11-09 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * progmodes/meta-mode.el: Remove obsolete comments.
7142 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7143 Fix typos in docstrings.
7144
2cffd681
MR
71452011-11-09 Martin Rudalics <rudalics@gmx.at>
7146
7147 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7148 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7149 (window--resizable): New function. Make all callers of
7150 window-resizable call window--resizable instead.
7151 (window-resizable): Rewrite in terms of window--resizable.
7152
0edcba87
GM
71532011-11-08 Glenn Morris <rgm@gnu.org>
7154
7155 * progmodes/delphi.el (delphi-mode-syntax-table):
7156 Let define-derived-mode define a proper syntax table. (Bug#9994)
7157
4b0d61e3
SM
71582011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * window.el: Stay away from defsubst.
7161 (window-list-no-nils): Remove.
7162 (window-state-get-1, window-state-get): Use backquote instead.
7163
cd394be1 71642011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7165
4b0d61e3 7166 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7167 Fix incorrect use of default argument in `completing-read'.
7168
e1c2c6f2
MR
71692011-11-08 Martin Rudalics <rudalics@gmx.at>
7170
7171 * window.el (display-buffer-function, special-display-function):
7172 Mention display-buffer-record-window but do not mention
7173 help-setup parameter in doc-strings.
b3f4a882 7174 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7175
105216ed
CY
71762011-11-08 Chong Yidong <cyd@gnu.org>
7177
7178 * window.el (window-total-height, window-total-width): Doc fix.
7179 (window-body-size): Move from C.
7180 (window-body-height, window-body-width): Move to C.
7181
0a9f9ab5
SM
71822011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * window.el: Make special-display like display-buffer-alist (bug#9532).
7185 (display-buffer--special-action): New function, morphed
7186 from display-buffer--special.
7187 (display-buffer): Use it to handle special-display-buffers at higher
7188 priority (just after display-buffer-alist).
7189 (display-buffer-fallback-action, display-buffer--other-frame-action)
7190 (pop-to-buffer-same-window): Remove display-buffer--special.
7191
a769dd15
GM
71922011-11-07 Glenn Morris <rgm@gnu.org>
7193
7194 * calendar/cal-menu.el (cal-menu-set-date-title):
7195 Do nothing if not in a calendar. (Bug#9976)
7196
05a61ee3
SM
71972011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * files.el (find-file): Always use selected-window.
7200
be7f5545
MR
72012011-11-07 Martin Rudalics <rudalics@gmx.at>
7202
7203 * window.el (window-combinations): Make WINDOW argument
7204 mandatory. Rewrite doc-string.
7205 (walk-window-subtree, window-atom-check, window-min-delta)
7206 (window-max-delta, window--resize-this-window)
7207 (window--resize-root-window-vertically, window-tree)
7208 (balance-windows, window-state-put): Rewrite doc-strings as to
7209 not mention the term "subwindow".
7210 (window--resize-subwindows-skip-p): Rename to
7211 window--resize-child-windows-skip-p.
7212 (window--resize-subwindows-normal): Rename to
7213 window--resize-child-windows-normal.
7214 (window--resize-subwindows): Rename to
7215 window--resize-child-windows.
7216 (window-or-subwindow-p): Rename to window--in-subtree-p.
7217
3c6702ef
ML
72182011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7219
7220 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7221 Ensure that mbox format messages end in two newlines (Bug#9974).
7222
49745b39
CY
72232011-11-06 Chong Yidong <cyd@gnu.org>
7224
7225 * window.el (window-combination-p): Function deleted; its
7226 side-effect is not used in any existing code.
7227 (window-combinations, window-combined-p): Call window-*-child
7228 directly.
7229
24300f5f
CY
72302011-11-05 Chong Yidong <cyd@gnu.org>
7231
7232 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7233 (window-size-ignore, window-state-get): Callers changed.
7234 (window-normalize-window): Rename from window-normalize-any-window.
7235 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7236 (window-normalize-live-window): Delete.
447f16b8
CY
7237 (window-combination-p, window-combined-p, window-combinations)
7238 (walk-window-subtree, window-atom-root, window-min-size)
7239 (window-sizable, window-sizable-p, window-size-fixed-p)
7240 (window-min-delta, window-max-delta, window-resizable)
7241 (window-resizable-p, window-full-height-p, window-full-width-p)
7242 (window-current-scroll-bars, window-point-1, set-window-point-1)
7243 (window-at-side-p, window-in-direction, window-resize)
7244 (adjust-window-trailing-edge, maximize-window, minimize-window)
7245 (window-deletable-p, delete-window, delete-other-windows)
7246 (record-window-buffer, unrecord-window-buffer)
7247 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7248 (quit-window, split-window, window-state-put)
7249 (set-window-text-height, fit-window-to-buffer)
7250 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7251
89bd5ee1
EZ
72522011-11-04 Eli Zaretskii <eliz@gnu.org>
7253
53479029
EZ
7254 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7255 rfc2047-decode-string.
7256 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7257 warnings.
7258
89bd5ee1
EZ
7259 * window.el (window-body-height, window-body-width): Mention in
7260 the doc string that the return values are in frame's canonical
7261 units. (Bug#9949)
7262
bd17fdee
AM
72632011-11-03 Alan Mackenzie <acm@muc.de>
7264
7265 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7266 change in cc-engine.el.
7267
acc825c5
SM
72682011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7271
1885e5b8
MR
72722011-11-02 Martin Rudalics <rudalics@gmx.at>
7273
7274 * window.el (quit-window): Call unrecord-window-buffer after
7275 showing another buffer in the window. (Bug#9937)
acc825c5 7276 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7277
ebe06da9
JB
72782011-11-02 Juanma Barranquero <lekktu@gmail.com>
7279
7280 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7281 Accept status with more than 9 shelves. (Bug#9935)
7282 Reported by Colin D Bennett <colin@gibibit.com>.
7283
4ee88440
MR
72842011-11-01 Martin Rudalics <rudalics@gmx.at>
7285
7286 * help.el (with-help-window): Don't reference
7287 temp-buffer-show-specifiers in doc-string.
7288
08e1d82c
AS
72892011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7290
7291 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7292 menu-item.
7293
84bd6e9e
VJL
72942011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7295
7296 * whitespace.el: New version 13.2.2.
7297 (whitespace-newline-mode): Disable properly. Reported by Sarah
7298 <EmacsWiki>.
7299
dba0634a
UJ
73002011-10-30 Ulf Jasper <ulf.jasper@web.de>
7301
7302 * net/newst-treeview.el: Remove "Time-stamp".
7303 (newsticker--group-manage-orphan-feeds): Do not call
7304 newsticker--treeview-tree-update.
db22a3c2
JB
7305 (newsticker-treeview-update, newsticker-treeview):
7306 Call newsticker--treeview-tree-update if necessary.
dba0634a 7307
3d8daefe
MR
73082011-10-30 Martin Rudalics <rudalics@gmx.at>
7309
7310 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7311 (window-iso-combinations): Remove "iso-" infix.
7312 Suggested by Chong Yidong.
3d8daefe
MR
7313 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7314 (window-max-delta-1, window-resize, window--resize-siblings)
7315 (window--resize-this-window, adjust-window-trailing-edge)
7316 (split-window, balance-windows-1)
7317 (shrink-window-if-larger-than-buffer):
7318 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7319 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7320
1bc4c3ae
SM
73212011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7324 in place (bug#9907).
7325 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7326 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7327 (eshell-structure-basic-command, eshell-rewrite-while-command)
7328 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7329 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7330 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7331 (eshell-do-pipelines-synchronously, eshell-eval-command):
7332 Use backquotes and prefer setq to set.
7333 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7334 (eshell-macrop): Use functionp.
c1e2f5fa 7335 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7336
30b65d9c
CY
73372011-10-30 Chong Yidong <cyd@gnu.org>
7338
7339 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7340 instead of set-mark (Bug#9810).
7341
2d197ffb
CY
73422011-10-30 Chong Yidong <cyd@gnu.org>
7343
7344 * window.el (split-window-below, split-window-right): Rename from
7345 split-window-above-each-other and split-window-side-by-side
7346 respectively. All callers changed.
7347 (split-window-sensibly, split-window-sensibly): Use them.
7348 (split-window-keep-point): Doc fix.
7349
7350 * isearch.el: Add isearch-scroll property to split-window-below
7351 and split-window-right.
7352
7353 * follow.el (follow-mode):
7354 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7355 * progmodes/ada-xref.el (ada-gdb-application):
7356 * emulation/vip.el (vip-buffer-in-two-windows):
7357 * image-dired.el (image-dired-dired-with-window-configuration):
7358 * dired-x.el (dired-do-find-marked-files):
7359 * dired.el (dired-pop-to-buffer):
7360 * bs.el (bs--show-with-configuration):
7361 * vc/emerge.el (emerge-setup-windows):
7362 * textmodes/two-column.el (2C-two-columns):
7363 * textmodes/reftex-toc.el (reftex-toc):
7364 * progmodes/gdb-mi.el (gdb-setup-windows):
7365 * progmodes/fortran.el (fortran-window-create):
7366 * net/newst-treeview.el (newsticker--treeview-window-init):
7367 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7368 * emulation/tpu-edt.el (tpu-gold-map):
7369 * emulation/crisp.el (crisp-mode-map):
7370 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7371
38bb2ca8
CY
73722011-10-29 Chong Yidong <cyd@gnu.org>
7373
aa4de341
CY
7374 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7375
e1eb5385
CY
7376 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7377
5d2ece3c
CY
7378 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7379 forged Ispell output (Bug#7904).
7380
38bb2ca8
CY
7381 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7382
d0af9f77
SM
73832011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * doc-view.el: Avoid ugly errors about not finding nil.
7386 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7387 (doc-view-dvipdf-program, doc-view-unoconv-program)
7388 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7389 Avoid nil or absolute file name as default value.
7390 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7391
52bedd34
AM
73922011-10-28 Alan Mackenzie <acm@muc.de>
7393
db22a3c2 7394 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7395
7e43cfa5
AM
73962011-10-28 Alan Mackenzie <acm@muc.de>
7397
7398 Amend the handling of c-beginning/end-of-defun in nested declaration
7399 scopes.
7400
52bedd34
AM
7401 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7402 cc-langs.el. Change it to a defcustom.
7e43cfa5 7403
52bedd34
AM
7404 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7405 cc-vars.el.
7e43cfa5 7406
d0af9f77
SM
7407 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7408 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7409
52bedd34 7410 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7411 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7412 (c-widen-to-enclosing-decl-scope): New function.
7413 (c-while-widening-to-decl-block): New macro.
7414 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7415 outward for defun boundaries, and correspondingly change symbol
7416 `respect-enclosure' to `go-outward'.
7417 (c-declaration-limits): Change algorithm to report only the "innermost"
7418 defun's boundaries.
7419
1a2ce9ee
DD
74202011-10-28 Deniz Dogan <deniz@dogan.se>
7421
7422 * net/rcirc.el (rcirc-mode): Use hard newlines.
7423
bc97a826
AM
74242011-10-28 Alan Mackenzie <acm@muc.de>
7425
7426 Amend to indent and fontify macros "which include their own semicolon"
7427 correctly, using the "virtual semicolon" mechanism.
7428
52bedd34 7429 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7430
d0af9f77 7431 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7432 Recode to scan one line at a time rather than having \n and \r
58179cce 7433 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7434 (c-forward-label): Amend for virtual semicolons.
58179cce 7435 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7436
52bedd34
AM
7437 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7438 of the new C macros.
bc97a826 7439
52bedd34 7440 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7441 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7442 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7443 (c-opt-cpp-macro-define): Make into a full language variable.
7444 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7445 AWK Mode (including \n, \r) removed, no longer needed.
7446
d0af9f77
SM
7447 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7448 Invoke c-make-macro-with-semi-re.
bc97a826 7449
52bedd34
AM
7450 * progmodes/cc-vars.el (c-macro-with-semi-re):
7451 (c-macro-names-with-semicolon): New variables.
58179cce 7452 (c-make-macro-with-semi-re): New function.
bc97a826 7453
7a6c0941
SM
74542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * vc/log-edit.el: Fill empty field rather than adding new one.
7457 (log-edit-add-field): New function.
7458 (log-edit-insert-changelog): Use it.
7459
b0c4cdcf
ML
74602011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7461
7462 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7463
ee1f1da9
SM
74642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7467 (gdb--check-interpreter): New function.
7468 (gdb): Use it.
7469
51bc5f8b
GM
74702011-10-27 Glenn Morris <rgm@gnu.org>
7471
416a2c45
GM
7472 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7473 (least-positive-float, least-negative-float)
7474 (least-positive-normalized-float, least-negative-normalized-float)
7475 (float-epsilon, float-negative-epsilon):
7476 Remove unnecessary declarations.
7477
7478 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7479 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7480 (least-positive-float, least-negative-float)
7481 (least-positive-normalized-float, least-negative-normalized-float)
7482 (float-epsilon, float-negative-epsilon): Add doc-strings,
7483 based on those in cl.texi.
7484
51bc5f8b
GM
7485 * files.el (set-visited-file-name): If the major-mode changed,
7486 reload the local variables. (Bug#9796)
7487
15de15c6
CY
74882011-10-27 Chong Yidong <cyd@gnu.org>
7489
7490 * subr.el (change-major-mode-after-body-hook): New hook.
7491 (run-mode-hooks): Run it.
7492
ee1f1da9
SM
7493 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7494 Use change-major-mode-before-body-hook.
15de15c6
CY
7495
7496 * simple.el (fundamental-mode):
7497 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7498 change introducing fundamental-mode-hook.
7499
5430d399
JB
75002011-10-26 Juanma Barranquero <lekktu@gmail.com>
7501
acc825c5 7502 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7503
ad74a69e
MA
75042011-10-26 Michael Albinus <michael.albinus@gmx.de>
7505
7506 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7507 tramp.el explicitly. (Bug#7583)
ad74a69e 7508
71d4c2a5
SM
75092011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * progmodes/octave-mod.el:
7512 * progmodes/octave-inf.el: Update maintainer.
7513
b1f6fa26
CY
75142011-10-26 Chong Yidong <cyd@gnu.org>
7515
7516 * subr.el (with-wrapper-hook): Rewrite doc.
7517
3f04efd6
MA
75182011-10-25 Michael Albinus <michael.albinus@gmx.de>
7519
7520 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7521 filenames "/method:foo:". (Bug#9793)
3f04efd6 7522
410488d3
SM
75232011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7526 (bug#9865).
7527
c1ebb47e
GM
75282011-10-24 Glenn Morris <rgm@gnu.org>
7529
7530 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7531
7f5c46c7
MA
75322011-10-24 Michael Albinus <michael.albinus@gmx.de>
7533
7534 * notifications.el: Add the requirement of a running D-Bus session
7535 bus to the Commentary.
7536
db2440b6
JL
75372011-10-24 Juri Linkov <juri@jurta.org>
7538
7539 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7540 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7541 (Bug#9364)
7542
feecf435
JL
75432011-10-24 Juri Linkov <juri@jurta.org>
7544
7545 * info.el (Info-following-node-name-re): Add newline to the list
7546 of allowed characters for leading space. (Bug#9824)
7547
a3839de2
SM
75482011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7549
acc825c5
SM
7550 * progmodes/octave-inf.el (inferior-octave-mode-map):
7551 Fix C-c C-h binding.
a3839de2
SM
7552 * progmodes/octave-mod.el (octave-help): Remove.
7553
09388e76
MA
75542011-10-23 Michael Albinus <michael.albinus@gmx.de>
7555
7556 Sync with Tramp 2.2.3.
7557
7558 * net/tramp-cache.el (top): Pacify byte-compiler using
7559 `init-file-user' and `site-run-file'.
7560
7561 * net/trampver.el: Update release number.
7562
86c60681
CY
75632011-10-23 Chong Yidong <cyd@gnu.org>
7564
7565 * files.el (toggle-read-only): Remove obsolete comment about
7566 version control.
7567
7568 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7569 for toggle-read-only. Note that this hasn't called vc-next-action
7570 since 2008-05-02, though it wasn't documented at the time.
7571
a3839de2
SM
7572 * vc/ediff-init.el (ediff-toggle-read-only-function):
7573 Use toggle-read-only.
86c60681 7574
cd5495ff
AM
75752011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7576
7577 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7578 of c-parse-state.
7579
00b77525 7580 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7581 correct faulty logical expression.
cd5495ff
AM
7582 (c-parse-state-state, c-record-parse-state-state):
7583 (c-replay-parse-state-state): New defvar/defuns.
7584 (c-debug-parse-state): Use new functions.
7585
42ee24ed
MR
75862011-10-22 Martin Rudalics <rudalics@gmx.at>
7587
7588 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7589 last fix. Use window-in-direction correctly.
42ee24ed 7590
a7dee7e7
CY
75912011-10-21 Chong Yidong <cyd@gnu.org>
7592
7593 * progmodes/idlwave.el (idlwave-mode):
7594 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7595 require-final-newline; that's done in prog-mode.
7596 Suggested by Stefan Monnier.
a7dee7e7 7597
e07b9a6d
MR
75982011-10-21 Martin Rudalics <rudalics@gmx.at>
7599
7600 * mouse.el (mouse-drag-window-above)
7601 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7602 (mouse-drag-mode-line-1, mouse-drag-header-line)
7603 (mouse-drag-vertical-line-rightward-window): Remove.
7604 (mouse-drag-line): New function.
7605 (mouse-drag-mode-line, mouse-drag-header-line)
7606 (mouse-drag-vertical-line): Call mouse-drag-line.
7607 * window.el (window-at-side-p, windows-at-side): New functions.
7608
7e1361d9
UM
76092011-10-21 Ulrich Mueller <ulm@gentoo.org>
7610
7611 * tar-mode.el (tar-grind-file-mode):
7612 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7613
30fcaf3a
CY
76142011-10-21 Chong Yidong <cyd@gnu.org>
7615
7616 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7617 * progmodes/vera-mode.el (vera-mode):
7618 Use mode-require-final-newline.
30fcaf3a 7619
516eddb0
GM
76202011-10-20 Glenn Morris <rgm@gnu.org>
7621
db22a3c2 7622 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7623
10d5f513
CS
76242011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7625
7626 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7627
ac6c8639
CY
76282011-10-20 Chong Yidong <cyd@gnu.org>
7629
7630 * emulation/cua-base.el (cua-mode):
7631 * mail/footnote.el (footnote-mode):
7632 * mail/mailabbrev.el (mail-abbrevs-mode):
7633 * net/xesam.el (xesam-minor-mode):
7634 * progmodes/bug-reference.el (bug-reference-mode):
7635 * progmodes/cap-words.el (capitalized-words-mode):
7636 * progmodes/compile.el (compilation-minor-mode)
7637 (compilation-shell-minor-mode):
7638 * progmodes/gud.el (gud-tooltip-mode):
7639 * progmodes/hideif.el (hide-ifdef-mode):
7640 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7641 * progmodes/subword.el (subword-mode):
7642 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7643 * progmodes/which-func.el (which-function-mode):
7644 * term/tvi970.el (tvi970-set-keypad-mode):
7645 * term/vt100.el (vt100-wide-mode):
7646 * textmodes/flyspell.el (flyspell-mode):
7647 * textmodes/ispell.el (ispell-minor-mode):
7648 * textmodes/nroff-mode.el (nroff-electric-mode):
7649 * textmodes/paragraphs.el (use-hard-newlines):
7650 * textmodes/refill.el (refill-mode):
7651 * textmodes/reftex.el (reftex-mode):
7652 * textmodes/rst.el (rst-minor-mode):
7653 * textmodes/sgml-mode.el (html-autoview-mode)
7654 (sgml-electric-tag-pair-mode):
7655 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7656 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7657 * emulation/crisp.el (crisp-mode):
7658 * emacs-lisp/eldoc.el (eldoc-mode):
7659 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7660 minor mode behavior.
7661
aa42ab43
JL
76622011-10-19 Juri Linkov <juri@jurta.org>
7663
7664 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7665 the list of hard-coded chars with escape-glyph face.
7666
89400f1d
SM
76672011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7670
305c07f6
MA
76712011-10-19 Michael Albinus <michael.albinus@gmx.de>
7672
7673 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7674 running process.
7675
13754b54
GM
76762011-10-19 Glenn Morris <rgm@gnu.org>
7677
7678 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7679 Ignore ignored files. (Bug#9726)
7680
06e21633
CY
76812011-10-19 Chong Yidong <cyd@gnu.org>
7682
7683 Doc fix for minor modes, stating that an omitted argument enables
7684 the mode unconditionally when called from Lisp.
7685
7686 * abbrev.el (abbrev-mode):
7687 * allout.el (allout-mode):
7688 * autoinsert.el (auto-insert-mode):
7689 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7690 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7691 (global-auto-revert-mode):
7692 * battery.el (display-battery-mode):
7693 * composite.el (global-auto-composition-mode)
7694 (auto-composition-mode):
7695 * delsel.el (delete-selection-mode):
7696 * desktop.el (desktop-save-mode):
7697 * dired-x.el (dired-omit-mode):
7698 * dirtrack.el (dirtrack-mode):
7699 * doc-view.el (doc-view-minor-mode):
7700 * double.el (double-mode):
7701 * electric.el (electric-indent-mode, electric-pair-mode):
7702 * emacs-lock.el (emacs-lock-mode):
7703 * epa-hook.el (auto-encryption-mode):
7704 * follow.el (follow-mode):
7705 * font-core.el (font-lock-mode):
7706 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7707 * help.el (temp-buffer-resize-mode):
7708 * hilit-chg.el (highlight-changes-mode)
7709 (highlight-changes-visible-mode):
7710 * hi-lock.el (hi-lock-mode):
7711 * hl-line.el (hl-line-mode, global-hl-line-mode):
7712 * icomplete.el (icomplete-mode):
7713 * ido.el (ido-everywhere):
7714 * image-file.el (auto-image-file-mode):
7715 * image-mode.el (image-minor-mode):
7716 * iswitchb.el (iswitchb-mode):
7717 * jka-cmpr-hook.el (auto-compression-mode):
7718 * linum.el (linum-mode):
7719 * longlines.el (longlines-mode):
7720 * master.el (master-mode):
7721 * mb-depth.el (minibuffer-depth-indicate-mode):
7722 * menu-bar.el (menu-bar-mode):
7723 * minibuf-eldef.el (minibuffer-electric-default-mode):
7724 * mouse-sel.el (mouse-sel-mode):
7725 * msb.el (msb-mode):
7726 * mwheel.el (mouse-wheel-mode):
7727 * outline.el (outline-minor-mode):
7728 * paren.el (show-paren-mode):
7729 * recentf.el (recentf-mode):
7730 * reveal.el (reveal-mode, global-reveal-mode):
7731 * rfn-eshadow.el (file-name-shadow-mode):
7732 * ruler-mode.el (ruler-mode):
7733 * savehist.el (savehist-mode):
7734 * scroll-all.el (scroll-all-mode):
7735 * scroll-bar.el (scroll-bar-mode):
7736 * server.el (server-mode):
7737 * shell.el (shell-dirtrack-mode):
7738 * simple.el (auto-fill-mode, transient-mark-mode)
7739 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7740 (line-number-mode, column-number-mode, size-indication-mode)
7741 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7742 * strokes.el (strokes-mode):
7743 * time.el (display-time-mode):
7744 * t-mouse.el (gpm-mouse-mode):
7745 * tool-bar.el (tool-bar-mode):
7746 * tooltip.el (tooltip-mode):
7747 * type-break.el (type-break-mode-line-message-mode)
7748 (type-break-query-mode):
7749 * view.el (view-mode):
7750 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7751 (global-whitespace-mode, global-whitespace-newline-mode):
7752 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7753
a3839de2
SM
7754 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7755 Fix autogenerated docstring.
06e21633 7756
5214e501
JL
77572011-10-19 Juri Linkov <juri@jurta.org>
7758
7759 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7760 by checking environment variables "DESKTOP_SESSION" and
7761 "XDG_CURRENT_DESKTOP". (Bug#9779)
7762
195f8db9
JL
77632011-10-19 Juri Linkov <juri@jurta.org>
7764
7765 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7766 (browse-url-chromium-program, browse-url-chromium-arguments):
7767 New defcustoms.
7768 (browse-url-default-browser): Check for `browse-url-chromium' and
7769 call `browse-url-chromium-program'.
7770 (browse-url-chromium): New command. (Bug#9779)
7771
343a34ff
JB
77722011-10-18 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * facemenu.el (list-colors-duplicates): On Windows, detect more
7775 duplicates by assuming that only colors matching "^System" are
7776 special "system colors". (Bug#9722)
7777
6978a151
SM
77782011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7781 to distinguish the author from the committer.
7782
6a80b297
MA
77832011-10-18 Michael Albinus <michael.albinus@gmx.de>
7784
7785 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7786
b31a5677
JK
77872011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7788
7789 * international/mule.el (sgml-html-meta-auto-coding-function):
7790 Add support for detecting encoding in HTML5 specified only as
7791 <meta charset="UTF-8">. Implementation just makes http-equiv and
7792 content-type parts from HTML4 encoding string optional. (Bug#9716)
7793
80c6d77f
GM
77942011-10-18 Glenn Morris <rgm@gnu.org>
7795
7796 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7797
08b0fee8
CY
77982011-10-18 Chong Yidong <cyd@gnu.org>
7799
7800 * faces.el (cursor): Doc fix.
7801
67e729a5
CY
78022011-10-17 Chong Yidong <cyd@gnu.org>
7803
7804 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7805
343a34ff 78062011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7807
7808 * dirtrack.el (dirtrack): Support shell buffers with path
7809 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7810
0bc06380
TZ
78112011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7812
7813 * json.el: Bump version to 1.3 and note change in History.
7814 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7815
8b79f3e0
SM
78162011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7817
5a7c536b
SM
7818 * comint.el (comint-insert-input, comint-send-input)
7819 (comint-get-old-input-default, comint-backward-matching-input)
7820 (comint-next-prompt): Use nil instead of `input' for field property of
7821 past user input (bug#114).
7822
96a8a0df
SM
7823 * minibuffer.el (completion--replace): Inherit surrounding properties
7824 (bug#114).
7825 (minibuffer-complete-and-exit): Use it.
7826
8b79f3e0
SM
7827 * comint.el (comint--table-subvert): Quote the all-completions output
7828 (bug#9160).
7829
b8f7ff0d
MR
78302011-10-17 Martin Rudalics <rudalics@gmx.at>
7831
8b79f3e0 7832 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7833
b8f7ff0d 7834 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7835 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7836 entries and separate them from frame entries.
7837
c235b555
GM
78382011-10-15 Glenn Morris <rgm@gnu.org>
7839
7840 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7841 Doc fixes.
7842
6bbfa6e1
CY
78432011-10-15 Chong Yidong <cyd@stupidchicken.com>
7844
8b79f3e0
SM
7845 * net/network-stream.el (network-stream-open-starttls):
7846 Improve detection of failure due to lack of TLS support.
ec5c990d 7847
6bbfa6e1
CY
7848 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7849 putting the input text in front and in bold.
7850
98488977
SM
78512011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7852
3d1337be
SM
7853 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7854
ee0b45e4
SM
7855 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7856 empty buffer.
7857
98488977
SM
7858 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7859 unread-command-events rather than pushing yet-another event.
7860
186f4720
EZ
78612011-10-14 Eli Zaretskii <eliz@gnu.org>
7862
7863 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7864 the explanation of the possible choices. Make the options passed
7865 to completing-read shorter.
7866
8b7a997c
AM
78672011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7868
7869 * textmodes/flyspell.el (flyspell-large-region): Make sure
7870 extended character mode is used if defined (Bug#1339).
7871
12587bbb
EZ
78722011-10-13 Eli Zaretskii <eliz@gnu.org>
7873
7874 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
7875 character info for LRE, LRO, RLE, and RLO characters by appending
7876 an invisible PDF.
12587bbb 7877
bad41229
SM
78782011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7881 even in case of error; add debug spec; simplify data flow.
7882 (with-timeout-handler): Remove.
7883
28dbc92f
MA
78842011-10-12 Michael Albinus <michael.albinus@gmx.de>
7885
7886 Fix Bug#6019, Bug#9315.
7887
7888 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7889 complete `buffer-file-name', the local file name part could look
7890 remotely (for example on VMS).
7891
7892 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7893 `tramp-run-real-handler'.
7894 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7895 already quoted by '"'.
7896
7897 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7898 Let `file-name-handler-alist' be nil, the local file name part
7899 could look remotely (for example on VMS).
7900
e1b0b23a
SM
79012011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7904 from here...
7905 (flyspell-post-command-hook): ...to here.
7906
a120bde9
SM
79072011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7910 if not needed.
7911 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7912 using completion. Protect against "slow" callers.
7913 Remove the "message hack".
7914
7ce7717b
JL
79152011-10-11 Juri Linkov <juri@jurta.org>
7916
7917 * isearch.el (isearch-lazy-highlight-word): New variable.
7918 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7919 Use it. (Bug#9727)
7920
c02ee9d6
GM
79212011-10-11 Glenn Morris <rgm@gnu.org>
7922
7923 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7924 like f90-previous-statement does.
7925
93e616fd 79262011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7927
1f190e73 7928 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
7929 only in interactive use, to avoid error.
7930
af7b6078
SM
79312011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * minibuffer.el (completion-file-name-table): Fix last change,
7934 i.e. ignore normal errors but not the other ones.
7935
0563dae9
MR
79362011-10-10 Martin Rudalics <rudalics@gmx.at>
7937
7938 * window.el (special-display-buffer-names)
7939 (special-display-regexps): Remove some remnants of earlier
7940 changes from doc-strings.
366ca7f3
MR
7941 (quit-windows-on): New function.
7942
7943 * vc/vc.el (vc-revert, vc-rollback):
7944 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7945 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 7946 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 7947
49677495
MR
79482011-10-09 Martin Rudalics <rudalics@gmx.at>
7949
7950 * window.el (frame-auto-hide-function): Add version tag.
7951 (Bug#9699)
7952
56f2d1e1
MA
79532011-10-09 Michael Albinus <michael.albinus@gmx.de>
7954
7955 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7956 condition.
7957
112a6592
LL
79582011-10-09 Leo Liu <sdl.web@gmail.com>
7959
7960 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7961 (Bug#9701)
7962
0812589b
GM
79632011-10-08 Glenn Morris <rgm@gnu.org>
7964
7965 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7966 before the first code statement zero indent. (Bug#9690)
7967
b2b0776e
CY
79682011-10-08 Chong Yidong <cyd@stupidchicken.com>
7969
7970 * simple.el (count-words-region): Always count in the region.
7971 Report the number of lines and characters too.
7972 (count-words): New command, which counts in the buffer if the
7973 region is inactive, as count-words-region used to.
7974 (count-words--message): New function. Handle plurals.
7975 (count-lines-region): Make it an alias for count-words-region.
7976
7977 * bindings.el (esc-map): Replace count-lines-region with
7978 count-words-region.
7979
c557cd6b
MR
79802011-10-08 Martin Rudalics <rudalics@gmx.at>
7981
7982 * window.el (window--delete): Delete dedicated frame
7983 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 7984 (switch-to-buffer): Fix doc-string typo.
c557cd6b 7985
61a57ef4 79862011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7987
3a7d293b 7988 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 7989
c3833279
CY
79902011-10-07 Chong Yidong <cyd@stupidchicken.com>
7991
7992 * bindings.el ([M-left],[M-right]): Bind to left-word and
7993 right-word respectively.
7994
21ce8245
GM
79952011-10-07 Glenn Morris <rgm@gnu.org>
7996
7997 * cus-start.el (debug-on-quit): Fix custom type.
7998
6d823bb2
LMI
79992011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8000
0181e193
LMI
8001 * subr.el (define-key-after): Clarify that the function is not
8002 useful for non-menu keymaps.
8003
6d823bb2
LMI
8004 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8005
8e3459ce 80062011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8007
21ce8245 8008 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8009 in current minibuffer (Fix bug with recursive minibuffers).
8010
a1c2d21e
CY
80112011-10-06 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * progmodes/gdb-mi.el (gdb): Doc fix.
8014
5a4cf282
MR
80152011-10-05 Martin Rudalics <rudalics@gmx.at>
8016
8017 * window.el (frame-auto-hide-function): New option replacing
8018 frame-auto-delete. Suggested by Stefan Monnier.
8019 (window--delete): Call frame-auto-hide-function instead of
8020 investigating frame-auto-delete.
c96111ea
MR
8021 (window-point-1, set-window-point-1): New functions.
8022 (window-in-direction, record-window-buffer, window-state-get-1)
8023 (display-buffer-record-window): Use window-point-1 instead of
8024 window-point.
8025 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8026
9854542e
SM
80272011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8030
8943cfb0
GM
80312011-10-05 Glenn Morris <rgm@gnu.org>
8032
8033 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8034 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8035
647ab967
LL
80362011-10-05 Leo Liu <sdl.web@gmail.com>
8037
8038 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8039 works with buffer object.
8040
3ddfbced
SM
80412011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * mpc.el (mpc-tool-bar-map): Add labels.
8044
bdfa5dd2
GM
80452011-10-04 Glenn Morris <rgm@gnu.org>
8046
8047 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8048
0e2070b5
MR
80492011-10-04 Martin Rudalics <rudalics@gmx.at>
8050
8051 * window.el (window--delete): New function.
8052 (frame-auto-delete): Resuscitate option.
8053 (bury-buffer, replace-buffer-in-windows)
8054 (quit-window): Rewrite using window--delete.
8055 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8056 Pass display-buffer-mark-dedicated to window--display-buffer-2
8057 (Bug#9639).
8058
3dc61a09
SM
80592011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8060
915a9b64
SM
8061 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8062 returns a list (bug#9554). Add remote file name completion.
8063 * comint.el (comint--table-subvert): Curry and get quote&unquote
8064 functions as arguments.
8065 (comint--complete-file-name-data): Adjust call accordingly.
8066 * pcomplete.el (pcomplete--table-subvert): Remove.
8067 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8068
3dc61a09
SM
8069 * minibuffer.el (completion-table-case-fold): Use currying.
8070 (completion--styles-type, completion--cycling-threshold-type):
8071 New constants.
8072 (completion-styles, completion-category-overrides)
8073 (completion-cycle-threshold): Use them.
8074 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8075 completion-table-case-fold.
8076
8ea0a993
SB
80772011-10-03 Stephen Berman <stephen.berman@gmx.net>
8078
8079 * minibuffer.el (completion-category-overrides): Fix type of styles
8080 and add more user friendly tags (bug#9660).
8081
8c24b7f6
SM
80822011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8085 (mule-input-method-string): New widget.
8086 (default-input-method, language-info-custom-alist): Use it.
8087
428fe61a
SM
80882011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8089
32c1fffd
SM
8090 * pcomplete.el: Require comint.
8091 (pcomplete--common-suffix): Remove.
8092 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8093 (pcomplete--table-subvert): Sync with comint--table-subvert.
8094 (pcomplete--entries): Use comint-completion-file-name-table.
8095 * comint.el (comint-unquote-filename): Simplify.
8096 (comint-completion-file-name-table): New function (bug#9616).
8097 (comint--complete-file-name-data): Use it.
8098
428fe61a
SM
8099 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8100 (pcmpl-gnu-tar-buffer): Remove.
8101 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8102 around. Make sure pcomplete-suffix-list is only changed temporarily.
8103 Don't look inside the tar's file if it's too large.
428fe61a 8104
04c52e2f
CY
81052011-10-01 Chong Yidong <cyd@stupidchicken.com>
8106
ce3cefcc
CY
8107 * cus-edit.el (custom-mode-map):
8108 * epa.el (epa-key-list-mode-map):
8109 * man.el (Man-mode-map):
8110 * startup.el (splash-screen-keymap):
8111 * simple.el (special-mode-map): Use scroll-up-command and
8112 scroll-down-command.
8113
8114 * progmodes/idlw-help.el (idlwave-help-mode-map):
8115 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8116 * net/newst-plainview.el (newsticker-mode-map):
8117 * emulation/ws-mode.el (wordstar-mode-map):
8118 * emulation/vi.el (vi-com-map):
8119 * calc/calc-graph.el (calc-graph-show-dumb):
8120 * term/sun.el (terminal-init-sun):
8121 * term/ns-win.el (global-map):
8122 * progmodes/grep.el (grep-mode-map):
8123 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8124 * mail/rmail.el (rmail-mode-map):
8125 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8126
04c52e2f
CY
8127 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8128 custom-safe-themes as special.
8129
79adf8c8
JD
81302011-10-01 Julien Danjou <julien@danjou.info>
8131
8132 * notifications.el (notifications-notify): Fix docstring.
8133
63bd50d3
PS
81342011-10-01 Per Starbäck <per@starback.se>
8135
8136 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8137
199e4c7e
MR
81382011-09-30 Martin Rudalics <rudalics@gmx.at>
8139
8140 * startup.el (command-line-1): Fix last fix by inserting
8141 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8142 (Bug#9605) and (Bug#9636)
199e4c7e 8143
fe5f08dd
EZ
81442011-09-29 Eli Zaretskii <eliz@gnu.org>
8145
8146 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8147 window is hscrolled, move by logical lines. (Bug#9607)
8148 (line-move-visual): Update the doc string to the above effect.
8149
b5516bbd
MR
81502011-09-29 Martin Rudalics <rudalics@gmx.at>
8151
ccee00c0
MR
8152 * window.el (display-buffer-record-window): When WINDOW is the
8153 selected window use `point' instead of `window-point'. (Bug#9626)
8154
b5516bbd
MR
8155 * startup.el (command-line-1): Use insert-before-markers when
8156 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8157
b5516bbd
MR
8158 * help.el (help-window): Remove variable.
8159
52aa0014
GM
81602011-09-29 Glenn Morris <rgm@gnu.org>
8161
8162 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8163
df9a7357
JB
81642011-09-29 Juanma Barranquero <lekktu@gmail.com>
8165
8166 * descr-text.el (describe-char-categories): Accept category
8167 descriptions more than one line long.
8168
a8406c20
SM
81692011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8170
88d9610c
SM
8171 * simple.el (delete-trailing-whitespace): Fix last change.
8172
a5daf810
SM
8173 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8174 Don't confuse "y => 3" as the beginning of a `y' operation.
8175
a8406c20
SM
8176 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8177 object has more than 4 slots (bug#9613).
8178
a239d4e9
JB
81792011-09-28 Juanma Barranquero <lekktu@gmail.com>
8180
8181 * subr.el (with-output-to-temp-buffer):
8182 * net/quickurl.el (quickurl, quickurl-browse-url):
8183 Fix typos in docstrings.
8184
693fbdb6
EZ
81852011-09-27 Eli Zaretskii <eliz@gnu.org>
8186
8187 * minibuffer.el (completion-styles)
8188 (completion-category-overrides): Cross reference each other in doc
8189 strings.
8190
8b457e28
GM
81912011-09-27 Glenn Morris <rgm@gnu.org>
8192
8193 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8194 to split-string. (Bug#9606)
8195
85a16208
LMI
81962011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8197
8198 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8199 (bug#9615).
8200
502f9ebd
CY
82012011-09-27 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * emacs-lisp/package.el (list-packages): Fix echo area message.
8204
7690bdea
LL
82052011-09-27 Leo Liu <sdl.web@gmail.com>
8206
8207 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8208
e2ee6f30
MA
82092011-09-25 Michael Albinus <michael.albinus@gmx.de>
8210
8211 * net/dbus.el (dbus-unregister-object): Don't release services for
8212 registered signals. (Bug#9581)
8213
f3f98342
TZ
82142011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8215
8216 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8217 function that picks between cfengine 2 and 3 support
8218 automatically. Update docs accordingly.
8219
dd7aa8dd
KH
82202011-09-22 Kenichi Handa <handa@m17n.org>
8221
8222 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8223 ZERO.
8224 (indian-itrans-v5-table-for-tamil): New variable.
8225 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8226
3f2b07f8
KM
82272011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8228
8229 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8230 that's true if the current command involved collapsing of text.
8231 It's reset to false at the beginning of the next command.
8232 (allout-post-command-business): Move the cursor to the beginning
8233 of entry if the cursor is hidden and collapsing activity just
8234 happened.
8235
371d6a61
CY
82362011-09-24 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8239 tracking (Bug#9541).
8240
2ac2721a
UJ
82412011-09-24 Ulf Jasper <ulf.jasper@web.de>
8242
8243 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8244 (newsticker-show-news): Automatically load html rendering package
8245 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8246 because w3m-fill-column is let-bound" and the error "Symbol's value
8247 as variable is void: w3m-fill-column".
2ac2721a 8248
fac7ae53
MA
82492011-09-24 Michael Albinus <michael.albinus@gmx.de>
8250
8251 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8252 Release services only if they are defined. (Bug#9581)
8253
e08b633b
RS
82542011-09-23 Richard Stallman <rms@gnu.org>
8255
e488d29c
RS
8256 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8257 distinguish start of paragraph from start of its text.
8258
19c38752
RS
8259 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8260
e08b633b
RS
8261 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8262 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8263 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8264
0a39f27e
AS
82652011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8266
8267 * international/mule-diag.el (mule-diag): Insert a newline after
8268 each fontset description.
8269
db4e950d
SM
82702011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * simple.el (delete-trailing-whitespace):
8273 Document last change; simplify.
8274
eca3f3ea
PW
82752011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8276
d68e189a
PW
8277 * simple.el (delete-trailing-whitespace): Also delete
8278 extra newlines at the end of the buffer.
8279
eca3f3ea
PW
8280 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8281 (picture-newline): Use forward-line so as to ignore fields.
8282
01c157cc
SM
82832011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * subr.el (with-wrapper-hook): Fix edebug spec.
8286
022de23e
LMI
82872011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8290 (bug#4538).
8291
91683089
MA
82922011-09-23 Michael Albinus <michael.albinus@gmx.de>
8293
eca3f3ea
PW
8294 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8295 Fix nasty bug using wrong cached values.
91683089 8296
5bdd6fa4
AM
82972011-09-23 Alan Mackenzie <acm@muc.de>
8298
8299 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8300
97adfb97
CY
83012011-09-23 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * window.el (pop-to-buffer): Ensure right window is selected if we
8304 chose another frame.
8305
d4ef2b50
EZ
83062011-09-22 Eli Zaretskii <eliz@gnu.org>
8307
8308 * simple.el (what-cursor-position): Use get-char-property-change
8309 and next-single-char-property-change, to be able to show display
8310 properties that come from overlays as well as text properties.
8311
72258fe5
CY
83122011-09-22 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8315
8316 * cmuscheme.el (run-scheme, switch-to-scheme):
8317 * cus-edit.el (customize-group, custom-buffer-create)
8318 (customize-browse):
8319 * info.el (info):
8320 * shell.el (shell):
8321 * mail/sendmail.el (mail):
8322 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8323
8f098516
RS
83242011-09-22 Richard Stallman <rms@gnu.org>
8325
8326 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8327 move back only to line beg, don't move back over blank lines.
8328
e74f1bb6
MA
83292011-09-22 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * files.el (copy-directory): Set directory attributes only in case
8332 they could be retrieved from the source directory. (Bug#9565)
8333
bfeef8b6
DK
83342011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8335
8336 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8337 (hs-find-block-beginning, hs-hide-level-recursive):
8338 Ignore strings as well as comments. (Bug#9502)
8339
7e423bb8
AS
83402011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8341
8342 * progmodes/sql.el (sql-comint-postgres):
8343 Convert port number to a string. (Bug#9566)
8344
b4d72fcf
MR
83452011-09-22 Martin Rudalics <rudalics@gmx.at>
8346
8347 * window.el (quit-window): Undedicate window when switching to
8348 previous buffer. Reported by Thierry Volpiatto
8349 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8350 (special-display-popup-frame): When popping up a new frame reset
8351 its previous buffers to nil. Simplify code.
b4d72fcf 8352
a7b88dc6
MA
83532011-09-21 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8356 and process filter, as done also in `shell-command'.
8357
cf4eacfd
MR
83582011-09-21 Martin Rudalics <rudalics@gmx.at>
8359
eca3f3ea 8360 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8361 Call set-window-start with NOFORCE argument t.
8362 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8363 (quit-window): Reword doc-string. Handle new format of
8364 quit-restore parameter. Don't delete window if it has a
8365 previous buffer we can show instead of the present one.
8366 (display-buffer-record-window): Rewrite using a new format for
8367 the quit-restore window parameter
8368 (special-display-popup-frame, display-buffer-same-window)
8369 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8370 (display-buffer-pop-up-window, display-buffer-use-some-window):
8371 Adapt symbol passed to display-buffer-record-window.
8372 * help.el (help-window-setup): Handle new format of quit-restore
8373 parameter.
8374
8d28cb95
SM
83752011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8376
94ab793f
SM
8377 * faces.el (face-list): Fix docstring (bug#9564).
8378
8d28cb95
SM
8379 * window.el (display-buffer--action-function-custom-type):
8380 Don't include internal functions in the Custom interface.
8381
3820edeb
JL
83822011-09-20 Juri Linkov <juri@jurta.org>
8383
8384 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8385 (Info-forward-node, Info-backward-node, Info-next-preorder)
8386 (Info-last-preorder): Use it. (Bug#9528)
8387
5147931d
JL
83882011-09-20 Juri Linkov <juri@jurta.org>
8389
8390 * info.el (Info-last-preorder): Visit last menu item only when
8391 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8392
cf499a1a
JD
83932011-09-20 Julien Danjou <julien@danjou.info>
8394
8395 * password-cache.el (password-cache-remove): Remove entries even if the
8396 value is nil, so that password with a nil value (negative caching) is
8397 possible to invalidate.
8398
f84e2fe2
LM
83992011-09-20 Lawrence Mitchell <wence@gmx.li>
8400
8401 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8402 all whitespace around breakpoint. (Bug#9553)
8403 (f90-find-breakpoint): Only break at whitespace inside a comment.
8404
78054a46
SM
84052011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * minibuffer.el (completion-file-name-table): Keep track of errors.
8408 (completion-table-with-predicate): Handle the case where pred1 is nil.
8409 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8410
345083b2
SM
84112011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8412
e24e27be
SM
8413 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8414 (debugger-return-value): Signal an error if the debugging context does
8415 not await any return value.
8416
345083b2
SM
8417 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8418 * image-mode.el (image-toggle-display-text)
8419 (image-toggle-display-image): Stay away from evil `intangible'.
8420
08d355e3
LL
84212011-09-19 Leo Liu <sdl.web@gmail.com>
8422
8423 * replace.el (occur-revert-arguments): Make it permanent-local.
8424 (occur-mode): Don't call font-lock-defontify.
8425
f01da43f
CY
84262011-09-19 Chong Yidong <cyd@stupidchicken.com>
8427
8428 * net/ldap.el (ldap-search-internal): Don't push empty search
8429 result (Bug#9508).
8430
b6072fa6
SM
84312011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8434
443d6696
MA
84352011-09-19 Michael Albinus <michael.albinus@gmx.de>
8436
8437 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8438 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8439
7cc6e154
JL
84402011-09-18 Juri Linkov <juri@jurta.org>
8441
8442 * buff-menu.el (Buffer-menu-mode-map):
8443 * dired.el (dired-mode-map):
8444 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8445 (lisp-interaction-mode-map):
8446 * emacs-lisp/package.el (package-menu-mode-map):
8447 * epa.el (epa-key-list-mode-map):
8448 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8449 (menu-bar-options-menu):
8450 * outline.el (outline-mode-menu-bar-map):
8451 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8452 * vc/vc-dir.el (vc-dir-menu-map):
8453 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8454 Capitalize non-function content words in menu item strings.
8455
8456 * dired.el (dired-mode-map): Add menu item for
8457 `image-dired-dired-toggle-marked-thumbs'.
8458
80302a81
JL
84592011-09-18 Juri Linkov <juri@jurta.org>
8460
8461 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8462 to `isearch-case-fold-search' and restore its original value
8463 after the `isearch-mode' call.
8464
46c5cf66
JL
84652011-09-18 Juri Linkov <juri@jurta.org>
8466
8467 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8468 because `zgrep' returns 1 for successful matches (bug#9226).
8469
d18b513b
JL
84702011-09-18 Juri Linkov <juri@jurta.org>
8471
8472 * info.el (Info-extract-menu-node-name): Check the second match
8473 for empty string (second test-case of bug#9528).
8474 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8475 intermediate nodes to the history (first test-case of bug#9528).
8476
72753f87
JL
84772011-09-18 Juri Linkov <juri@jurta.org>
8478
8479 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8480 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8481
c9384295
JL
84822011-09-18 Juri Linkov <juri@jurta.org>
8483
1154d12e
JB
8484 * info.el (Info-file-supports-index-cookies):
8485 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8486 outputs one more line for long file names (bug#4142).
c9384295 8487
d473dce8
CY
84882011-09-18 Chong Yidong <cyd@stupidchicken.com>
8489
8490 * newcomment.el (comment-normalize-vars): If prompting for
8491 comment-start, set comment-start-skip too (Bug#8424).
8492
2176854d
JB
84932011-09-18 Johan Bockgård <bojohan@gnu.org>
8494
8495 * icomplete.el: Fix previous fix of Bug#5849.
8496 (icomplete-mode): Don't set completion-show-inline-help.
8497 (icomplete-minibuffer-setup): Set completion-show-inline-help
8498 locally during icompletion.
8499
3aace4e4
CY
85002011-09-18 Chong Yidong <cyd@stupidchicken.com>
8501
c940224f
CY
8502 * woman.el (woman2-process-escapes): Don't delete unrecognized
8503 escapes (Bug#7843).
8504
3aace4e4
CY
8505 * files.el (inhibit-first-line-modes-regexps): Add image files.
8506 (hack-local-variables-prop-line): Return nil for malformed
8507 prop-lines (Bug#9044).
8508
710dec63
MA
85092011-09-18 Michael Albinus <michael.albinus@gmx.de>
8510
8511 * net/tramp.el (top): Don't require 'shell.
8512 (tramp-methods): Fix docstring.
8513 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8514 Return complete remote file name. Handle "smb" case.
8515 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8516 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8517
8518 * net/tramp-compat.el (top): Require 'shell.
8519
8520 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8521 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8522 `tramp-current-host'.
8523 (tramp-get-remote-tmpdir): Remove.
8524
8525 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8526 `tramp-tmpdir' entries.
8527 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8528 (tramp-smb-handle-file-attributes): Ignore errors.
8529 (tramp-smb-wait-for-output): Check also for process end.
8530
5d5ac8ec
LMI
85312011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8532
8533 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8534 when sending QUIT (bug#9312).
8535
8c0f49f0
CY
85362011-09-17 Chong Yidong <cyd@stupidchicken.com>
8537
8538 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8539 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8540 occur-mode-display-occurrence.
8541 (occur-edit-mode): Add usage message.
8542 (occur-cease-edit): New command.
8543 (occur-after-change-function): Use text properties to find the
8544 position of the prefix text.
8545 (occur-engine): Set stickiness of prefix text properties.
8546
8f1383f7
GM
85472011-09-17 Glenn Morris <rgm@gnu.org>
8548
8549 * progmodes/etags.el (complete-tag):
8550 Fix call to completion-in-region. (Bug#9526)
8551
744ba0e3
JL
85522011-09-17 Juri Linkov <juri@jurta.org>
8553
8554 * textmodes/ispell.el (ispell-word): Add to the error message
8555 the word, ispell program name and current dictionary (bug#9121).
8556 (ispell-tex-arg-end): Capitalize "error" in the error message.
8557
d9bbf400
AS
85582011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8559
8560 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8561 check. (Bug#4251)
8562
8da11505
JL
85632011-09-17 Juri Linkov <juri@jurta.org>
8564
8565 * window.el (window-safe-min-height, window-safe-min-width):
8566 Fix typos (followup to bug#9522).
8567
a91adc7e
SJ
85682011-09-17 Sven Joachim <svenjoac@gmx.de>
8569
8570 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8571
064f328a
EZ
85722011-09-16 Eli Zaretskii <eliz@gnu.org>
8573
8574 * simple.el (line-move): If goal-column is set, move by logical
8575 lines, not by display lines. (Bug#971)
8576 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8577 to reflect the above change.
8578
e69df516
SM
85792011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * image.el (imagemagick-register-types): Use regexp-opt.
8582
cbb0f9ab
CY
85832011-09-15 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * window.el (display-buffer-base-action): Rename from
8586 display-buffer-default-action. Make default value empty.
8587 (display-buffer-overriding-action): Convert to defvar.
8588 (display-buffer-fallback-action): New var.
8589
25322144
CY
85902011-09-15 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8593 declaration.
8594 (package--add-to-archive-contents): If there is a duplicate entry
8595 with an older version, remove it.
8596 (package-menu-mark-delete, package-menu-mark-install)
8597 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8598 (package-menu-mark-obsolete-for-deletion):
8599 Use package-menu-get-status instead of a regexp search.
25322144
CY
8600 (package-menu-get-status): Use tabulated-list-entry.
8601 (package-menu-mark-upgrades): New command.
d770725a 8602 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8603 (package-menu-execute): Do installation before deletion.
8604 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8605 instead of checking major-mode.
8606 (package-menu--find-upgrades): New function.
8607
7520339c
LMI
86082011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8609
8610 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8611 passwords in the log buffer.
65a046c4
LMI
8612 (smtpmail-process-filter): Update the process marker so that the
8613 "broken by peer" status message is inserted in the right place.
7520339c 8614
d3c30954
SM
86152011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8616
3fe48822
SM
8617 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8618 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8619 bibtex-completion-at-point-function.
8620 (bibtex-completion-at-point-function): Use them.
8621
1b8b3954
SM
8622 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8623
d3c30954
SM
8624 * mpc.el (mpc-constraints-tag-lookup): New function.
8625 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8626 also to browser "album|playlist".
8627
72779976
JL
86282011-09-14 Juri Linkov <juri@jurta.org>
8629
8630 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8631 (isearch-edit-string): Use length of `isearch-string' when
8632 `isearch-fail-pos' returns nil.
8633 (isearch-message): Remove duplicate code and call
8634 `isearch-fail-pos' with arg `t'.
8635
a0bf2bcd
CY
86362011-09-14 Chong Yidong <cyd@stupidchicken.com>
8637
17bb0a2d
CY
8638 * replace.el (occur-mode-goto-occurrence): Don't force using other
8639 window (Bug#9499).
8640
a0bf2bcd
CY
8641 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8642
f678e0b6
MR
86432011-09-14 Martin Rudalics <rudalics@gmx.at>
8644
8645 * window.el (display-buffer-window): Remove.
8646 (display-buffer-record-window): Use help-setup window parameter
8647 instead of variable display-buffer-window.
8648 (display-buffer-function, special-display-buffer-names)
8649 (special-display-function): Mention help-setup parameter instead
8650 of display-buffer-window in doc-string.
d3c30954
SM
8651 * help.el (help-window-setup): New argument help-window.
8652 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8653 Reword some messages.
8654 (with-help-window): Pass window used for displaying the buffer
8655 to help-window-setup. Don't set display-buffer-window.
8656
8e39b2e8
GM
86572011-09-13 Glenn Morris <rgm@gnu.org>
8658
8659 * emacs-lisp/debug.el (debugger-make-xrefs):
8660 Preserve point. (Bug#9462)
8661
85e9c04b
CY
86622011-09-13 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * window.el (window-deletable-p): Use next-frame.
8665
1b36ed6a
MR
86662011-09-13 Martin Rudalics <rudalics@gmx.at>
8667
8668 * window.el (window-auto-delete): Remove.
8669 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8670 dedication and previous buffers.
1b36ed6a
MR
8671 (switch-to-prev-buffer): Don't delete window.
8672 (delete-windows-on): Delete a window's frame if and only if the
8673 window is dedicated.
8674 (replace-buffer-in-windows): Delete buffer's window or frame if
8675 and only if window is dedicated.
8676 (quit-window): Handle quit-restore as before last change.
4d61f28d 8677 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8678
ef8ef9fb
CY
86792011-09-13 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * window.el (window-deletable-p): Never delete the last frame on a
8682 given terminal.
8683
b2cba41e
GM
86842011-09-13 Glenn Morris <rgm@gnu.org>
8685
8686 * help.el (describe-key-briefly): Copy previous standard-output change.
8687
51553db6 86882011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8689
8690 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8691
b7556719
GM
86922011-09-13 Glenn Morris <rgm@gnu.org>
8693
8694 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8695 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8696
64b51947
CY
86972011-09-12 Chong Yidong <cyd@stupidchicken.com>
8698
8699 * dired-aux.el (dired-mark-read-string): Don't return default
8700 value on empty input (Bug#9361).
8701 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8702 Omit initial minibuffer contents.
8703 (dired-do-chmod): Signal an error on empty input.
8704 (dired-mark-read-string): Don't return default on empty input.
8705
8706 * files.el (file-modes-symbolic-to-number): Doc fix.
8707
393a301e
SM
87082011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * international/mule-cmds.el (ucs-completions): Remove.
8711 (read-char-by-name): Use complete-with-action instead; add metadata.
8712
fa5660f9
CY
87132011-09-11 Chong Yidong <cyd@stupidchicken.com>
8714
8715 * window.el (display-buffer--action-function-custom-type)
8716 (display-buffer--action-custom-type): New vars.
8717 (display-buffer-alist, display-buffer-default-action)
8718 (display-buffer-overriding-action): Add defcustom types.
8719
4a592f66
CY
8720 * frame.el (delete-other-frames): Doc fix (Bug#276).
8721
73d56dbd
LMI
87222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8723
8724 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8725
37ac18a3
CY
87262011-09-11 Chong Yidong <cyd@stupidchicken.com>
8727
8728 Change modes that used same-window-* vars to use switch-to-buffer.
8729
8730 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8731 Use switch-to-buffer.
8732
8733 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8734 (customize-browse, custom-buffer-create-other-window):
8735 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8736
8737 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8738 (Info-prev, Info-up, Info-speedbar-goto-node)
8739 (info-display-manual): Use switch-to-buffer.
8740 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8741
8742 * mail/sendmail.el (mail): Use switch-to-buffer.
8743 (mail-recover): Use switch-to-buffer-other-window.
8744
8745 * cmuscheme.el (run-scheme, switch-to-scheme):
8746 * ielm.el (ielm):
8747 * shell.el (shell):
8748 * net/rlogin.el (rlogin):
8749 * net/telnet.el (telnet, rsh):
8750 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8751
10195bd6
AS
87522011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8753
8754 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8755
b322f63a
LMI
87562011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
39d7fed6
LMI
8758 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8759 so don't mention it (bug#9301).
ba5a81f1 8760 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8761
ee0e9f11
LMI
8762 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8763 match `x', `w32' and `ns', like the manual says (bug#9029).
8764
0b1c89c1 8765 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8766 (process-kill-buffer-query-function): Mention the buffer name in
8767 the query.
0b1c89c1 8768
77549ea8
LMI
8769 * image-mode.el (image-next-line): The line parameter is mandatory
8770 (bug#9258).
8771
803ef892
LMI
8772 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8773 which can be useful (bug#9301).
8774
12980837
LMI
8775 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8776
91054f8f
LMI
8777 * subr.el (match-string): Mention that the current buffer should
8778 be the same as the search was done in (bug#9282).
8779
b322f63a
LMI
8780 * facemenu.el: Disable the remove-* commands if the mark isn't
8781 active (bug#9162).
8782
3199b96f
CY
87832011-09-10 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8786 of display-buffer.
8787 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8788
8789 * replace.el (occur-mode-goto-occurrence)
8790 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8791 and display-buffer.
8792
8793 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8794 display-buffer.
8795
8796 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8797 special-display and same-window variables.
8798 (mail-other-window): Use switch-to-buffer-other-window.
8799 (mail-other-frame): USe switch-to-buffer-other-frame.
8800
393a301e
SM
8801 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8802 Use display-buffer-other-frame.
3199b96f
CY
8803 (gdb-display-gdb-buffer): Use pop-to-buffer.
8804
8805 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8806
8807 * progmodes/python.el: Don't set same-window-buffer-names.
8808
8809 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8810
8811 * window.el (display-buffer-alist): Add *Python*.
8812
8319e0bf
CY
88132011-09-10 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * window.el (display-buffer-alist): Add entry for buffers
8816 previously handled same-window-*.
8817 (display-buffer-alist, display-buffer-default-action)
8818 (display-buffer-overriding-action): Mark as risky.
8819 (display-buffer-alist): Document action function changes.
8820 (display-buffer--same-window-action)
8821 (display-buffer--other-frame-action): New variables.
8822 (switch-to-buffer, display-buffer-other-frame): Use them.
8823 (display-buffer): Rename reuse-frame entry to reusable-frames.
8824 (display-buffer-reuse-selected-window): Function deleted.
8825 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8826 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8827 (display-buffer-special): New function.
8828 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8829 display-buffer-reuse-or-pop-window. Split off special-display
8830 part into display-buffer-special.
8831 (display-buffer-use-some-window): Don't perform any special
8832 pop-up-frames handling.
8833 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8834 (display-buffer--maybe-same-window): Rename from
0d3ff375 8835 display-buffer-maybe-same-window.
8319e0bf 8836
919a69aa
CY
8837 * info.el: Don't set same-window-regexps.
8838 (info-setup): New function.
8839 (info-other-window, info): Call it.
8840
8841 * cus-edit.el: Don't set same-window-regexps.
8842 (customize-group): New argument.
8843 (customize-group-other-window): Use it.
8844 (customize-face, customize-face-other-window): Likewise.
8845 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8846
8319e0bf
CY
8847 * net/rlogin.el:
8848 * net/telnet.el:
8849 * progmodes/gud.el: Don't set same-window-regexps.
8850
8851 * cmuscheme.el:
8852 * ielm.el:
8853 * shell.el:
8854 * mail/sendmail.el:
8855 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8856
25173000
JL
88572011-09-10 Juri Linkov <juri@jurta.org>
8858
8859 * isearch.el (isearch-edit-string): Remove obsolete mention of
8860 `C-w' (`isearch-yank-word-or-char') from docstring.
8861 (isearch-query-replace): Fix typo in docstring (bug#9466).
8862
056e44ef
JL
88632011-09-10 Juri Linkov <juri@jurta.org>
8864
8865 * paren.el (show-paren-function): Don't show escaped parens.
8866 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8867
c3760c17
EZ
88682011-09-10 Eli Zaretskii <eliz@gnu.org>
8869
8870 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8871 (mm-default-file-encoding): Remove autoload forms, they are
8872 replaced with autoload cookies in mml.el and mm-encode.el.
8873 (mail-add-attachment): New command.
8874 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8875 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8876 the doc string.
8877 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8878
fece895e
RT
88792011-09-10 Reuben Thomas <rrt@sc3d.org>
8880
e69df516
SM
8881 * simple.el (count-words-region): Use buffer if there's no region
8882 (bug#9429).
fece895e 8883
5e68ce4a
JL
88842011-09-09 Juri Linkov <juri@jurta.org>
8885
8886 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8887 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8888 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8889
0a6b9622
AM
88902011-09-09 Alan Mackenzie <acm@muc.de>
8891
8892 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8893 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8894
14a29deb
EZ
88952011-09-09 Eli Zaretskii <eliz@gnu.org>
8896
8897 Fix for Savannah bug#9392.
8898 * simple.el (mail-encode-mml): New defvar.
8899
8900 * mail/rmail.el (mail-encode-mml): Add a defvar.
8901 (rmail-enable-mime-composing): Default to t.
8902 (rmail-forward): Use MIME method of forwarding only if both
8903 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8904 Set mail-encode-mml non-nil if the MIME method was used.
8905
8906 * mail/sendmail.el (mml-to-mime): Add autoload form.
8907 (mail-encode-mml): Add a defvar.
8908 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8909 to nil.
8910 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8911 message through mml-to-mime, and reset mail-encode-mml to nil.
8912
28c45130
GM
89132011-09-09 Glenn Morris <rgm@gnu.org>
8914
8915 * woman.el (woman-if-body): When processing an .el block,
8916 do not delete the next .el block as well. (Bug#9447)
69f4b618 8917 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 8918
9b1c252e
MR
89192011-09-08 Martin Rudalics <rudalics@gmx.at>
8920
8921 * window.el (window-deletable-p): Make sure window is live before
8922 invoking window-prev-buffers.
8923
567457e3
LL
89242011-09-08 Leo Liu <sdl.web@gmail.com>
8925
8926 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8927
97f05794
JL
89282011-09-08 Juri Linkov <juri@jurta.org>
8929
8930 * progmodes/compile.el (compilation-environment): Make it
8931 a defcustom (bug#8340).
8932
8b0874b5
MR
89332011-09-08 Martin Rudalics <rudalics@gmx.at>
8934
8935 * window.el (frame-auto-delete): Rename to window-auto-delete.
8936 Make it control auto-deletion of windows and/or frames.
8937 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 8938 for deleting window/frame. (Bug#9419)
8b0874b5
MR
8939 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8940 Rewrite handling of case when window/frame can be deleted.
8941 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 8942 argument t. (Bug#9456)
8b0874b5 8943
4feb6e73
CY
89442011-09-07 Chong Yidong <cyd@stupidchicken.com>
8945
8946 * help-mode.el (help-mode): Restore autoload.
8947
91ab9c13
JL
89482011-09-07 Juri Linkov <juri@jurta.org>
8949
8950 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8951 `compilation-environment'. Set buffer-local
8952 `compilation-environment' to `thisenv' later after (funcall mode).
8953 (Bug#8340)
8954
8955 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8956 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8957 instead of replacing its value. (Bug#8340)
8958
0527e251
JL
89592011-09-07 Juri Linkov <juri@jurta.org>
8960
8961 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8962 based on text properties put by `grep-filter' instead of matching
8963 escape sequences.
8964 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8965 to the value of `grep-error-screen-columns' (bug#9438).
8966
249f792c
JL
89672011-09-07 Juri Linkov <juri@jurta.org>
8968
8969 * simple.el (next-error-highlight, next-error-highlight-no-select):
8970 Doc fix (bug#9432).
8971
ff7271b9
OT
89722011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8973
8974 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8975 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8976
183fc730
LL
89772011-09-07 Leo Liu <sdl.web@gmail.com>
8978
8979 * net/rcirc.el (rcirc-mode): Conditionally initialize
8980 rcirc-input-ring.
8981
77694924
SM
89822011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * emacs-lisp/find-func.el (find-function-C-source): Only set
8985 find-function-C-source-directory after checking that we found a source
8986 file there (bug#9440).
8987
d809b8eb
AM
89882011-09-06 Alan Mackenzie <acm@muc.de>
8989
8990 * isearch.el (isearch-other-meta-char): Wherever a key list is
8991 unread, "unread" the prefix arg, too. This fixes bug #8901.
8992
453de99f
OG
89932011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8994
8995 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8996
90439906
JL
89972011-09-05 Juri Linkov <juri@jurta.org>
8998
8999 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9000
f62bd846
JL
90012011-09-05 Juri Linkov <juri@jurta.org>
9002
9003 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9004 keeping point where processing of grep matches begins, and
9005 continue to delete remaining escape sequences from the same point.
9006 (grep-filter): Make leading zero optional in "0?1;31m" because
9007 git-grep emits "\033[1;31m" escape sequences unlike expected
9008 "\033[01;31m" as GNU Grep does (bug#9408).
9009 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9010
045820ec
JL
90112011-09-05 Juri Linkov <juri@jurta.org>
9012
9013 * subr.el (y-or-n-p): Capitalize "yes".
9014
f5e29b9b
MA
90152011-09-04 Michael Albinus <michael.albinus@gmx.de>
9016
9017 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9018 `tramp-cache-unload-hook' where appropriate.
9019 (tramp-methods): Rename `tramp-remote-sh' to
9020 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9021 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9022
9023 * net/tramp-sh.el (top): Don't require 'shell.
9024 (tramp-methods): Add `tramp-remote-shell' and
9025 `tramp-remote-shell-args' entries.
9026 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9027 (tramp-sh-handle-shell-command): Remove.
9028 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9029 Use `tramp-remote-shell'.
9030
2784c434
CY
90312011-09-03 Chong Yidong <cyd@stupidchicken.com>
9032
393a301e 9033 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9034 (sendmail-query-once): Save directly to send-mail-function.
9035 Update message-send-mail-function too.
9036
9037 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9038
464cdf56
CS
90392011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9040
9041 * progmodes/python.el (python-mode-map): Use correct function to
9042 start python interpreter from menu-bar (as reported by Geert
9043 Kloosterman).
9044 (inferior-python-mode-map): Fix typo.
393a301e 9045 (python-shell-map): Remove.
464cdf56 9046
d37e5c87
DD
90472011-09-03 Deniz Dogan <deniz@dogan.se>
9048
9049 * net/rcirc.el (rcirc-print): Simplify code for
9050 rcirc-scroll-show-maximum-output. There is no need to walk
9051 through all windows to find the right one.
9052
f3ada0ee
CS
90532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9054
9055 * help.el (help-return-method): Doc fix.
9056
1f3c99ca
MR
90572011-09-03 Martin Rudalics <rudalics@gmx.at>
9058
9059 * window.el (window-deletable-p): Don't return a non-nil value
9060 when there's a buffer that was shown in the window before.
9061 (Bug#9419)
393a301e
SM
9062 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9063 Set window's previous buffers to nil.
1f3c99ca 9064
a3cf097f
EZ
90652011-09-03 Eli Zaretskii <eliz@gnu.org>
9066
9067 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9068 newline before and after the tag line, so it doesn't interfere
9069 with determining the paragraph direction of bidirectional text.
9070
3d03de90
LL
90712011-09-03 Leo Liu <sdl.web@gmail.com>
9072
9073 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9074
c3313451
CY
90752011-09-02 Chong Yidong <cyd@stupidchicken.com>
9076
393a301e 9077 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9078 (pop-to-buffer): Change interactive spec. Pass second argument
9079 directly to display-buffer.
9080 (display-buffer): Fix interactive spec. Use functionp to
9081 distinguish between a function and a list of functions.
9082
9083 * abbrev.el (edit-abbrevs):
9084 * arc-mode.el (archive-extract):
9085 * autoinsert.el (auto-insert):
9086 * bookmark.el (bookmark-bmenu-list):
9087 * files.el (find-file):
9088 * view.el (view-buffer):
9089 * progmodes/compile.el (compilation-goto-locus):
9090 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9091
89894cd8
CY
90922011-09-02 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * window.el (display-buffer-alist): Doc fix.
9095 (display-buffer): Add docstring. Don't treat
9096 display-buffer-default specially.
9097 (display-buffer-reuse-selected-window)
9098 (display-buffer-same-window, display-buffer-maybe-same-window)
9099 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9100 (display-buffer-pop-up-window)
9101 (display-buffer-reuse-or-pop-window)
9102 (display-buffer-use-some-window): New functions.
9103 (display-buffer-default-action): Use them.
393a301e 9104 (display-buffer-default): Delete.
89894cd8
CY
9105 (pop-to-buffer-1): Fix choice of actions.
9106
ae0bc9fb
SM
91072011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * minibuffer.el (completion--insert-strings): Don't get confused by
9110 completion entries that end with an LF char.
9111
e9d90883
EZ
91122011-09-01 Eli Zaretskii <eliz@gnu.org>
9113
9114 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9115
437014c8
CY
91162011-09-01 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9119 (display-buffer-same-window, display-buffer-other-window):
9120 New functions.
437014c8
CY
9121 (pop-to-buffer-1): New function. Use the above.
9122 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9123 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9124
9125 * view.el (view-buffer-other-window, view-buffer-other-frame):
9126 Just use pop-to-buffer.
9127
a5e063d5
TV
91282011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9129
9130 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9131
793d32bb
WH
91322011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9133
9134 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9135
d65e4c15
RS
91362011-08-31 Richard Stallman <rms@gnu.org>
9137
9138 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9139 of the separation of rmail-view-buffer from rmail-buffer.
9140 If you say no to "replace original", the decrypt is in the
9141 view buffer. If you say yes, the decrypt goes into the
9142 rmail buffer also.
9143
f818cd2a
MR
91442011-08-31 Martin Rudalics <rudalics@gmx.at>
9145
9146 * window.el (display-buffer-window): Rewrite doc-string.
9147 (display-buffer-record-window): New function.
9148 (display-buffer-macro-specifiers)
9149 (display-buffer-even-window-sizes, display-buffer-set-height)
9150 (display-buffer-set-width, display-buffer-in-window)
9151 (display-buffer-reuse-window, display-buffer-split-specifiers)
9152 (display-buffer-side-specifiers, display-buffer-split-window-1)
9153 (display-buffer-split-window, display-buffer-split-atom-window)
9154 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9155 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9156 (display-buffer-other-window-means-other-frame)
9157 (display-buffer-normalize-special)
9158 (display-buffer-normalize-default)
9159 (display-buffer-normalize-argument)
9160 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9161 (display-buffer-normalize-specifiers, display-buffer-frame)
9162 (display-buffer-same-window, display-buffer-same-frame)
9163 (display-buffer-other-window)
9164 (display-buffer-same-frame-other-window)
9165 (display-buffer-other-frame, pop-to-buffer-same-window)
9166 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9167 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9168 (switch-to-buffer-same-frame)
9169 (switch-to-buffer-other-window-same-frame)
9170 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9171 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9172 (display-buffer-alist-set): Remove.
9173 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9174 (special-display-regexps, special-display-function):
9175 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9176 parameter.
9177 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9178 (special-display-frame-alist, special-display-popup-frame)
9179 (same-window-buffer-names, same-window-regexps, same-window-p)
9180 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9181 (split-window-preferred-function, split-height-threshold)
9182 (split-width-threshold, window-splittable-p)
9183 (split-window-sensibly, window--try-to-split-window)
9184 (window--frame-usable-p, even-window-heights)
9185 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9186 (window--display-buffer-2, display-buffer-other-frame):
9187 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9188 (display-buffer-default, display-buffer-assq-regexp): New functions.
9189 (display-buffer-alist): Rewrite doc-string.
9190 (display-buffer-default-action)
9191 (display-buffer-overriding-action): New variables.
9192 (display-buffer, switch-to-buffer): Rewrite.
9193 (pop-to-buffer): Restore Emacs 23 behavior but use
9194 window-normalize-buffer-to-display.
9195 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9196 Restore Emacs 23 behavior but use
9197 window-normalize-buffer-to-switch-to.
9198 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9199 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9200 Rewrite using Emacs 23 options.
f818cd2a 9201
5bc3b51d
MA
92022011-08-31 Michael Albinus <michael.albinus@gmx.de>
9203
9204 * net/tramp.el (tramp-root-regexp): Remove.
9205 (tramp-completion-file-name-regexp-unified)
9206 (tramp-completion-file-name-regexp-separate)
9207 (tramp-completion-file-name-regexp-url): Don't use leading volume
9208 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9209 (tramp-drop-volume-letter): Simplify definition.
9210 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9211
b1a4f8e1
SM
92122011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9215 (bug#9356).
9216
5664fa7b
RT
92172011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9218
b1a4f8e1 9219 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9220
9a45d6c3
JL
92212011-08-29 Juri Linkov <juri@jurta.org>
9222
9223 * isearch.el (isearch-done): Don't display message "Mark saved"
9224 when arg `edit' is non-nil to prevent its flicker in the echo area.
9225
fb87e0fb
CY
92262011-08-28 Chong Yidong <cyd@stupidchicken.com>
9227
9228 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9229 obsolete packages for deletion.
9230
09ac1c2a
CS
92312011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9232
9233 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9234 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9235 view-mode from help-mode.
9236 (help-xref-override-view-map): Remove.
9237 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9238 view-mode is not used anymore.
9239
7a1ff57f
CY
92402011-08-28 Chong Yidong <cyd@stupidchicken.com>
9241
9242 * server.el (server-port): Doc fix.
9243
b9696605
CY
9244 * cus-theme.el (custom-theme-choose-mode): Inherit from
9245 special-mode (Bug#9124).
9246 (custom-theme-choose-mode-map): Add special-mode to parent.
9247
ef8cdf8c
AM
92482011-08-28 Alan Mackenzie <acm@muc.de>
9249
9250 * progmodes/cc-fonts.el
9251 (c-make-font-lock-BO-decl-search-function): New function.
9252 (c-basic-matchers-after - "Fontify the clauses after various
9253 keywords"): Extract the three keyword lists for the 3 erroneous
9254 constructs from the list of four, and use the new function above
9255 in place of an old one.
9256
27de4e20
DD
92572011-08-28 Deniz Dogan <deniz@dogan.se>
9258
9259 * net/rcirc.el (rcirc-insert-prev-input)
9260 (rcirc-insert-next-input): Remove unused argument.
9261
356a3681
SM
92622011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9265
3fc9b218
AM
92662011-08-27 Alan Mackenzie <acm@muc.de>
9267
9268 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9269 handle function pointer parameters properly.
9270
538a061c
MR
92712011-08-27 Martin Rudalics <rudalics@gmx.at>
9272
9273 * window.el (display-buffer-reuse-window): Fix case where
9274 selected window was reused with non-nil OTHER-WINDOW argument.
9275 (Bug#9381)
9276
35b1c40c
DD
92772011-08-27 Deniz Dogan <deniz@dogan.se>
9278
9279 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9280 oftc's NickServ messages.
9281
2f6a3e79
GM
92822011-08-27 Glenn Morris <rgm@gnu.org>
9283
9284 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9285
7254299e
CY
92862011-08-26 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * emacs-lisp/package.el (package-install): Call package-initialize
9289 if called interactively.
9290
f8ccf167
LL
92912011-08-26 Leo Liu <sdl.web@gmail.com>
9292
9293 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9294
3e8cd5ce
JL
92952011-08-25 Juri Linkov <juri@jurta.org>
9296
9297 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9298 `search-whitespace-regexp' (bug#9364).
9299
93eb7113
JL
93002011-08-25 Juri Linkov <juri@jurta.org>
9301
9302 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9303 `regexp-search-ring' to their global values to protect from
9304 updating by `read-from-minibuffer' (bug#9185).
9305
f65d1611
JL
93062011-08-25 Juri Linkov <juri@jurta.org>
9307
9308 * textmodes/ispell.el (ispell-command-loop): Add newline
9309 at the end of the "Use option `i'..." line.
9310
f1cf7a31
JL
93112011-08-25 Juri Linkov <juri@jurta.org>
9312
9313 * battery.el (display-battery-mode): If `battery-status-function'
9314 or `battery-mode-line-format' is nil, display the message and set
9315 `display-battery-mode' to nil (bug#9363).
9316
0c95fcf7
EZ
93172011-08-25 Eli Zaretskii <eliz@gnu.org>
9318
9319 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9320 bidi-string-mark-left-to-right; they are unnecessary now.
9321
a2ebe600
DD
93222011-08-25 Deniz Dogan <deniz@dogan.se>
9323
9324 * net/quickurl.el: Documentation typo fixes.
9325
e4ed06f1
CY
93262011-08-25 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9329
e5f1c99e
GM
93302011-08-25 Glenn Morris <rgm@gnu.org>
9331
b2948976
GM
9332 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9333
e5f1c99e
GM
9334 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9335 (smtpmail-via-smtp): Handle nil response from smtp.
9336
f22f4808
JL
93372011-08-24 Juri Linkov <juri@jurta.org>
9338
9339 * proced.el (proced-marked): Inherit from `error' instead of
9340 `font-lock-warning-face'.
9341
9342 * ibuffer.el (ibuffer-marked-face): Change default face from
9343 `font-lock-warning-face' to `warning'.
9344 (ibuffer-deletion-face): Change default face from
9345 `font-lock-type-face' to `error'.
9346
9347 * battery.el (battery-update): Use the face `error' instead of
9348 `font-lock-warning-face' (bug#6117).
9349
6a93965e
JL
93502011-08-24 Juri Linkov <juri@jurta.org>
9351
9352 * faces.el (success): Change face color from "Green3" to
9353 "ForestGreen" on light background (bug#9353).
9354
1ed43b09
CY
93552011-08-24 Chong Yidong <cyd@stupidchicken.com>
9356
5664fa7b
RT
9357 * window.el (quit-window): Rename from quit-restore-window.
9358 Use same arglist as old quit-window.
1ed43b09
CY
9359 (frame-auto-delete): Doc fix.
9360
9361 * view.el (view-mode-exit): Use quit-window.
9362
11dcdbb2
JL
93632011-08-24 Juri Linkov <juri@jurta.org>
9364
9365 * isearch.el (isearch-ring-adjust1): Start visiting previous
9366 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9367 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9368 for empty search string (when the last search string is reused
9369 automatically) to adjust the isearch ring to the last element and
9370 prepare the correct index for further M-p commands (bug#9185).
9371
de62b4df
KH
93722011-08-24 Kenichi Handa <handa@m17n.org>
9373
9374 * international/ucs-normalize.el: If decomposition property of
9375 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9376 nil.
9377 (nfd, nfkd): Likewise.
9378
963b492b
SM
93792011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9382 from process filters aren't reliably transmitted to the surrounding
9383 accept-process-output.
9384 (mpc-proc-check): New function.
9385 (mpc-proc-sync): Use it (bug#8293)
9386
93b6b5e1
SM
93872011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9390 Add compatibility functions (bug#9313).
9391
bca633fb
EZ
93922011-08-23 Eli Zaretskii <eliz@gnu.org>
9393
b177498a
EZ
9394 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9395
6df6ae42 9396 * international/uni-bidi.el: Regenerate.
bca633fb 9397
0902a04e
KH
93982011-08-23 Kenichi Handa <handa@m17n.org>
9399
9400 * international/charprop.el:
9401 * international/uni-bidi.el:
9402 * international/uni-category.el:
9403 * international/uni-combining.el:
9404 * international/uni-comment.el:
9405 * international/uni-decimal.el:
9406 * international/uni-decomposition.el:
9407 * international/uni-digit.el:
9408 * international/uni-lowercase.el:
9409 * international/uni-mirrored.el:
9410 * international/uni-name.el:
9411 * international/uni-numeric.el:
9412 * international/uni-old-name.el:
9413 * international/uni-titlecase.el:
9414 * international/uni-uppercase.el: Regenerate.
9415
3bbf23bc
MR
94162011-08-23 Martin Rudalics <rudalics@gmx.at>
9417
9418 * help.el (help-window-setup): Fix message displayed when other
9419 window is reused. (Bug#9341)
9420
b3fd59bd
SM
94212011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9422
1802e444
SM
9423 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9424 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9425
b3fd59bd
SM
9426 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9427 Mark obsolete.
9428 * shell.el (shell-parse-pcomplete-arguments): New function.
9429 (shell-completion-vars): Use it instead (bug#9160).
9430
4eb61348
SM
94312011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9432
867cab74
SM
9433 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9434 strings and comments (bug#9333).
9435
4eb61348
SM
9436 * emacs-lisp/debug.el (debug-arglist): New function.
9437 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9438 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9439
262a1439
JL
94402011-08-22 Juri Linkov <juri@jurta.org>
9441
56ee679c
JL
9442 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9443 Revert regexp that highlights output switches to its old
9444 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9445
262a1439
JL
9446 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9447 to check for empty output (bug#9226).
9448
f13f86fb
CY
94492011-08-22 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9452 symbol-constituent as the default, as that stops font-lock from
9453 working properly (Bug#8843).
9454
c65c9622
LMI
94552011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9456
9457 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9458 `coding-system-for-*' around the process open call to avoid
9459 auth-source side effects.
e7f2c178 9460 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9461 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9462 probe hangs.
c65c9622 9463
23a8a5ab
CY
94642011-08-21 Chong Yidong <cyd@stupidchicken.com>
9465
ff98b2dd
CY
9466 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9467
23a8a5ab
CY
9468 * emacs-lisp/find-func.el (find-function-noselect): New arg
9469 lisp-only.
9470
9471 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9472 signal an error for built-in functions (Bug#6664).
9473
f5e3c598
LMI
94742011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9475
9476 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9477 (smtpmail-try-auth-methods): Use it.
9478
a3f2468a
CY
94792011-08-21 Chong Yidong <cyd@stupidchicken.com>
9480
2c34e8da
CY
9481 * font-lock.el (font-lock-fontify-region)
9482 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9483 (font-lock-default-unfontify-buffer)
9484 (font-lock-default-fontify-region)
9485 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9486
b3fd59bd
SM
9487 * progmodes/compile.el (compilation-error-properties):
9488 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9489 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9490 `ant' regexp.
ee31aabc 9491
a3f2468a
CY
9492 * net/browse-url.el (browse-url-firefox): Don't call
9493 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9494
8e999f70
GM
94952011-08-20 Glenn Morris <rgm@gnu.org>
9496
c21a496a
GM
9497 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9498
59ee0542
GM
9499 * tutorial.el (tutorial--default-keys): Update some default bindings.
9500
8e999f70
GM
9501 * files.el (hack-local-variables): Fully ignore case for "mode:".
9502
e3715033
AM
95032011-08-20 Alan Mackenzie <acm@muc.de>
9504
9505 Resolve invalid use of a regexp in regexp-opt.
9506
4d61f28d
JB
9507 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9508 detection for a java annotation.
e3715033 9509
4d61f28d 9510 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9511 detection for a java annotation.
9512
4d61f28d
JB
9513 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9514 handling for java.
e3715033
AM
9515 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9516
04ed2e9c
CY
95172011-08-20 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9520 (Bug#9274).
9521
826cee64
AM
95222011-08-20 Alan Mackenzie <acm@muc.de>
9523
58179cce 9524 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9525 such a construct. Mainly for when jit-lock etc. starts a chunk
9526 here.
9527
58179cce 9528 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9529 variable.
58179cce 9530 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9531 c-make-font-lock-search-function.
9532 (c-make-font-lock-search-function): Use the above function.
9533 (c-make-font-lock-context-search-function): New function.
9534 (c-cpp-matchers): Enhance the preprocessor expression case with
9535 the above function
9536 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9537 which takes an expression.
9538
9539 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9540
13009bd8
MR
95412011-08-20 Martin Rudalics <rudalics@gmx.at>
9542
9543 * window.el (display-buffer-reuse-window)
9544 (display-buffer-pop-up-window): Don't reuse or split a side
9545 window.
9546
9234ff7f
GM
95472011-08-19 Glenn Morris <rgm@gnu.org>
9548
9549 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9550 Downcase "Mode:". (Bug#9331)
9234ff7f 9551
f635daa1
CY
95522011-08-18 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * international/characters.el: Add L and R categories.
9555
9556 * subr.el (bidi-string-mark-left-to-right): Rename from
9557 string-mark-left-to-right. Use category search.
9558
9559 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9560
bc987f8b
JL
95612011-08-18 Juri Linkov <juri@jurta.org>
9562
9563 * faces.el (error, warning, success): New faces with definitions
9564 copied from old default values of `font-lock-warning-face',
9565 `compilation-warning', `compilation-info' (bug#6117).
9566
9567 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9568
9569 * progmodes/compile.el (compilation-error): Inherit from `error'.
9570 (compilation-warning): Inherit from `warning'.
9571 (compilation-info): Inherit from `success'.
9572
9573 * dired.el (dired-marked): Inherit from `warning'.
9574 (dired-flagged): Inherit from `error'.
9575
57173b96
LMI
95762011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9577
3e79eb87
LMI
9578 * mail/smtpmail.el (auth-source): Require to avoid problems with
9579 binding variables (bug#9298). Also clean up some unused
9580 autoloads.
9581
b3fd59bd
SM
9582 * net/network-stream.el (network-stream-open-starttls):
9583 Support using starttls.el without using gnutls-cli.
57173b96 9584
02b404de
JL
95852011-08-17 Juri Linkov <juri@jurta.org>
9586
9587 * progmodes/grep.el (rgrep): Handle the case when
9588 `grep-find-command' is a cons cell (bug#9278).
9589
8c9177f2
MR
95902011-08-17 Martin Rudalics <rudalics@gmx.at>
9591
9592 * window.el (display-buffer-pop-up-frame): Run frame creation
9593 function with BUFFER current (as special-display-popup-frame
9594 does). Reported by Drew Adams.
9595
3644a0ab
DU
95962011-08-17 Daiki Ueno <ueno@unixuser.org>
9597
9598 * epa-mail.el: Simplify GnuPG group expansion using
9599 epg-expand-group.
9600 (epa-mail-group-alist, epa-mail-group-modtime)
9601 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9602 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9603 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9604 Remove.
9605
5e617bc2 96062011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9607
9608 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9609
9c4aeabf
AM
96102011-08-16 Alan Mackenzie <acm@muc.de>
9611
9612 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9613 Correct, to avoid the inside of macros.
9614
3a99bf64
RS
96152011-08-16 Richard Stallman <rms@gnu.org>
9616
04963aa8
RS
9617 * epa-mail.el: Handle GnuPG group definitions.
9618 (epa-mail-group-alist, epa-mail-group-modtime)
9619 (epa-mail-gnupg-conf-file): New variables.
9620 (epa-mail-parse-groups, epa-mail-sync-groups)
9621 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9622 (epa-mail-expand-recipients): New functions.
9623 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9624
177549d0
RS
9625 * mail/rmail.el (rmail-epa-decrypt): New command.
9626
fe38beef
RS
9627 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9628 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9629 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9630 (epa-decrypt-armor-in-region): Make error message clearer.
9631
934eacb9
SM
96322011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9635 and "a2b" to "ab" for `prefix'.
9636
d024fb4e
CY
96372011-08-14 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9640 filter groups.
de148fee
CY
9641 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9642 Fourquet (Bug#8804).
d024fb4e 9643
62f1ca49
JB
96442011-08-12 Juanma Barranquero <lekktu@gmail.com>
9645
9646 * startup.el (argi): Declare as global variable (bug#9275).
9647
9ccaaa4b
CY
96482011-08-12 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * subr.el (string-mark-left-to-right): Search the entire string
9651 for RTL script, not just the terminating character. Doc fix.
9652
a3dae87a
SM
96532011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9654
6cd18349
SM
9655 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9656 New function.
9657 (js--regexp-literal, js-syntax-propertize-function): Remove.
9658 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9659 (js-mode-map): Don't rebind electric keys.
9660 (js-insert-and-indent): Remove.
9661 (js-mode): Setup electric-layout and electric-indent instead.
9662
a3dae87a
SM
9663 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9664
9d5cb631
DU
96652011-08-12 Daiki Ueno <ueno@unixuser.org>
9666
9667 * epa.el (epa-progress-callback-function): Fix the logic of
9668 displaying progress.
9669 * epa-file.el (epa-file-insert-file-contents): Make progress
9670 display more user-friendly.
9671 (epa-file-write-region): Ditto.
9672
3e26a4a2
CY
96732011-08-10 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * subr.el (string-mark-left-to-right): New function.
9676
9677 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9678 Use string-mark-left-to-right.
9679 (list-buffers-noselect): Caller changed.
9680
a3dae87a
SM
9681 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9682 Use string-mark-left-to-right.
3e26a4a2
CY
9683 (tabulated-list-print): Recenter after moving point.
9684
ac8cf6e6
JL
96852011-08-10 Juri Linkov <juri@jurta.org>
9686
9687 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9688 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9689 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9690
8d96c9a4
CY
96912011-08-09 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9694 (Bug#7554).
9695
7be1c708 96962011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9697
9698 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9699 character. (Bug#6594)
9700
37e11a63
CY
97012011-08-08 Chong Yidong <cyd@stupidchicken.com>
9702
839dde57
CY
9703 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9704 (image-dired--with-db-file): New macro.
9705 (image-dired-write-tags, image-dired-remove-tag)
9706 (image-dired-create-gallery-lists, image-dired-write-comments)
9707 (image-dired-get-comment, image-dired-mark-tagged-files)
9708 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9709 (image-dired-gallery-generate): Use insert-file-contents.
9710
37e11a63
CY
9711 * time.el (display-time-world-list, display-time-world-display):
9712 * time-stamp.el (time-stamp-string):
9713 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9714 set-time-zone-rule (Bug#7337).
9715
0b4946c4
DU
97162011-08-08 Daiki Ueno <ueno@unixuser.org>
9717
9718 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9719 (epg-error-to-string, epg-errors-to-string): New function.
9720 (epg-wait-for-completion): Reverse errors list.
9721 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9722 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9723 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9724 (epg-sign-keys, epg-generate-key-from-file)
9725 (epg-generate-key-from-string): Format errors by using
9726 epg-errors-to-string (bug#9255).
9727 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9728
75bfc667
JL
97292011-08-07 Juri Linkov <juri@jurta.org>
9730
9731 * faces.el (list-faces-display): Remove extra angle bracket
9732 from `help-mode-map'.
9733
9734 * info.el (Info-history-toc-nodes): Doc fix.
9735
9736 * longlines.el (longlines-mode): Doc fix.
9737
673e08bb
SM
97382011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9739
4640dd88
SM
9740 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9741 of statements and in a few more cases (bug#9183).
9742
673e08bb
SM
9743 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9744 New functions.
9745 (cl-transform-lambda): Use them (bug#9239).
9746
89b3f019
MR
97472011-08-05 Martin Rudalics <rudalics@gmx.at>
9748
9749 * window.el (display-buffer-same-window)
9750 (display-buffer-same-frame, display-buffer-other-window)
9751 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9752 (pop-to-buffer-other-window)
9753 (pop-to-buffer-same-frame-other-window)
9754 (pop-to-buffer-other-frame): Make them defuns.
9755 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9756
640c8776
SM
97572011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * subr.el (make-composed-keymap): Move from C. Change calling
9760 convention, and improve docstring to bring attention to a subtle point.
9761 * minibuffer.el (completing-read-default): Adjust accordingly.
9762
63648a95
MA
97632011-08-03 Michael Albinus <michael.albinus@gmx.de>
9764
9765 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9766 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9767
9768 * net/trampver.el: Update release number.
9769
b796c9b7
SM
97702011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9773 "in" (bug#9190).
9774
2239d7d5
LMI
97752011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9776
e07dd7c3
LMI
9777 * mail/sendmail.el (sendmail-query-once): Restore the current
9778 buffer after querying (bug#9074).
9779
0e6a2bd7
LMI
9780 * dired.el (dired-flagged): Use different faces for marked and
9781 flagged files (bug#6117).
9782
ce887515
LMI
9783 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9784 (bug#4433).
9785
92f2affc
LMI
9786 * ido.el (ido-mode): Switch off the message if called
9787 non-interactively.
9788
57d5aff0
LMI
9789 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9790 before 587, since it appears that that's more likely to work for
9791 more people.
9792
98cd6c18 9793 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9794 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9795 exist.
9796
b96dec83
LMI
9797 * info.el: Remove the `Info-beginning-of-buffer' function
9798 (bug#8325).
9799
b796c9b7
SM
9800 * net/network-stream.el (network-stream-open-starttls):
9801 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9802
d90e2ea0
MR
98032011-08-01 Martin Rudalics <rudalics@gmx.at>
9804
9805 * window.el (display-buffer-in-window): Don't set dedicated status
9806 of window here (Bug#9215).
9807 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9808 (display-buffer-pop-up-side-window)
b796c9b7 9809 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9810
cca09170
SM
98112011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9814 before binding generated-autoload-file.
9815
027b979c
DD
98162011-08-01 Deniz Dogan <deniz@dogan.se>
9817
9818 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9819
3c7ee4f3
MA
98202011-07-30 Michael Albinus <michael.albinus@gmx.de>
9821
9822 Sync with Tramp 2.2.2.
9823
9824 * net/trampver.el: Update release number.
9825
2cc8e51a
JL
98262011-07-30 Juri Linkov <juri@jurta.org>
9827
9828 * dired-aux.el (dired-touch-initial): Remove function.
9829 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9830 current time, and `default' to the last modification time of the
9831 current marked file (bug#6887).
9832
a514d856
JM
98332011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9834
9835 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9836 numeric argument to read-number (bug#9163).
a514d856 9837
8a7eddd7
MA
98382011-07-27 Michael Albinus <michael.albinus@gmx.de>
9839
9840 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9841 connection process, it could be nil.
9842
1ddd96f5
LL
98432011-07-27 Leo Liu <sdl.web@gmail.com>
9844
9845 Simplify url handling in rcirc-mode.
9846
9847 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9848 (rcirc-browse-url-at-mouse): Remove.
9849 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9850
b248a85d
AM
98512011-07-26 Alan Mackenzie <acm@muc.de>
9852
9853 Fontify bitfield declarations properly.
9854
9855 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9856 (c-symbol-chars): Now exported as a lang variable.
9857 (c-not-primitive-type-keywords): New lang variable.
9858
9859 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9860 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 9861 parsed as a bitfield declaration.
b248a85d 9862
b796c9b7
SM
9863 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9864 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
9865 (c-punctuation-in): New function.
9866 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9867 declarations properly.
9868
68575ab0
UJ
98692011-07-26 Ulf Jasper <ulf.jasper@web.de>
9870
9871 * calendar/icalendar.el (icalendar--all-events): Take care of
9872 multiple vcalendars in a single file.
b796c9b7 9873 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 9874
0f0a88b9
DD
98752011-07-25 Deniz Dogan <deniz@dogan.se>
9876
9877 * image.el (insert-image): Clarifying docstring.
9878
0b3f36df
MA
98792011-07-24 Michael Albinus <michael.albinus@gmx.de>
9880
9881 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9882 `tramp-send-command-and-check' if there is no error.
9883 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9884
a9901f61
AM
98852011-07-22 Alan Mackenzie <acm@muc.de>
9886
9887 Prevent cc-langs.elc being loaded at run time.
9888
9889 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9890 cc-langs.
9891
4d61f28d 9892 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
9893 "(require 'cc-langs)". Quote a form so it will evaluate at
9894 (cc-mode's) compilation time.
9895
11d074b2
MA
98962011-07-22 Michael Albinus <michael.albinus@gmx.de>
9897
9898 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9899 loading. (Bug#9114)
9900
938b94c8
MR
99012011-07-21 Martin Rudalics <rudalics@gmx.at>
9902
9903 * window.el (display-buffer-pop-up-window)
9904 (display-buffer-pop-up-side-window)
9905 (display-buffer-in-side-window): Call display-buffer-set-height
9906 and display-buffer-set-width after setting the new window's
b796c9b7 9907 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 9908
bfa4f190
SS
99092011-07-20 Sam Steingold <sds@gnu.org>
9910
9911 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9912 (etags-tags-included-tables): Call `convert-standard-filename' on
9913 the file names contained in TAGS so that windows Emacs can handle
9914 TAGS files created by cygwin ctags.
9915
8ca42262
LMI
99162011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9917
9918 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9919 which apparently didn't work.
9920
5db2afd2 99212011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 9922
5db2afd2
RW
9923 * proced.el (proced-send-signal): For *Marked Processes* buffer
9924 put point at beginning of buffer.
9925
92e15d10
SB
99262011-07-19 Stephen Berman <stephen.berman@gmx.net>
9927
9928 * proced.el (proced-format): Make header lines align with the text
9929 (bug#1779).
9930
1bfd59e5
LMI
99312011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9932
9933 * view.el (view-buffer): Allow running in `special' modes if we're
9934 visiting a file (bug#8615).
9935
f5aae37c
MR
99362011-07-19 Martin Rudalics <rudalics@gmx.at>
9937
9938 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
9939 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9940 New functions.
f5aae37c
MR
9941 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9942 more accurately.
9943
bf2c1571
AM
99442011-07-18 Alan Mackenzie <acm@muc.de>
9945
9946 Fontify declarators properly when, e.g., a jit-lock chunk begins
9947 inside a declaration.
9948
9949 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9950
b796c9b7
SM
9951 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9952 New function.
bf2c1571
AM
9953 (c-complex-decl-matchers): Insert reference to
9954 c-font-lock-enclosing-decls.
9955
9956 * progmodes/cc-engine.el (c-backward-single-comment):
9957 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9958 to nil around calls to (forward-comment -1).
9959
4e190b80
LMI
99602011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9961
12dc863d
LMI
9962 * image.el (put-image): Doc typo fix.
9963
a762e966
LMI
9964 * progmodes/etags.el (tags-search): Doc typo fix.
9965
4e190b80
LMI
9966 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9967 password if we get errors 550 to 554.
9968
f019fb21
LMI
99692011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9970
b796c9b7 9971 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 9972
81746738
LMI
9973 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9974 indentation character (bug#6380).
9975
3ee3a1b5
LMI
9976 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9977
c82f64de
LMI
9978 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9979 to clarify what the problem is (bug#4291).
9980
f019fb21
LMI
9981 * simple.el (current-kill): Clarify what
9982 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
9983 (auto-fill-mode): Document `auto-fill-function' in relation to
9984 `auto-fill-mode' (bug#2470).
f019fb21 9985
0794775d
LM
99862011-07-16 Lawrence Mitchell <wence@gmx.li>
9987
9988 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9989 method if slot is read-only (bug#9035).
9990
be39b8cc
MR
99912011-07-16 Martin Rudalics <rudalics@gmx.at>
9992
b796c9b7 9993 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 9994 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
9995 selected before, see discussion of (Bug#8615), (Bug#6954).
9996 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 9997
6ccf7859
GM
99982011-07-15 Glenn Morris <rgm@gnu.org>
9999
10000 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10001 Respect help-form.
6ccf7859 10002
87e86684
LM
100032011-07-09 Lawrence Mitchell <wence@gmx.li>
10004
10005 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10006 (gnutls-negotiate): Use it.
10007
d6066239
LMI
100082011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10009
b796c9b7
SM
10010 * net/gnutls.el (gnutls-negotiate):
10011 Upcase `gnutls-algorithm-priority'.
d6066239 10012
bd23ebc0
GM
100132011-07-15 Glenn Morris <rgm@gnu.org>
10014
c65bca65
GM
10015 * jka-compr.el (jka-compr-verbose): Move from here...
10016 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10017 Add missing :version tag.
10018 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10019
478615cc
LMI
100202011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10021
7b41decb
LMI
10022 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10023 (gnutls-negotiate): Use it.
10024
dbc44fcd
LMI
10025 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10026
06789f97
LMI
10027 * info.el (Info-beginning-of-buffer): New command.
10028 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10029 announcing `b' as the key (bug#8325).
ab896c37 10030 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10031
c39da690
LMI
10032 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10033
3aa5f34b
LMI
10034 * international/mule-cmds.el
10035 (describe-specified-language-support): Make the error message
10036 clearer (bug#8905).
10037
4bf0979f
LMI
10038 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10039
478615cc
LMI
10040 * isearch.el (isearch-barrier): Add a doc string, since it's
10041 mentioned in a function doc string (bug#8678).
10042
75c68aa1
MR
100432011-07-15 Martin Rudalics <rudalics@gmx.at>
10044
10045 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10046 buffer argument (Bug#9083) and self-identifying label argument.
10047
a7c33da2
GM
100482011-07-15 Glenn Morris <rgm@gnu.org>
10049
10050 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10051
2f5c6024
LMI
100522011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
10054 * man.el (Man-fontify-manpage): Fix message when formatting the
10055 man page (bug#7929).
10056
0bb23927 100572011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10058
10059 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10060 argument LRM; if non-nil, append an invisible LRM character to the
10061 buffer name.
10062 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10063 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10064 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10065 paragraph direction.
cce4b0a7 10066
621ef9ab
LMI
100672011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10068
d1583c48
LMI
10069 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10070 the man page name (bug#7929).
10071
6a57fb5f
LMI
10072 * image.el (put-image): Mention the `put-image' overlay property
10073 (bug#7834).
10074
d7956b14
LMI
10075 * scroll-bar.el (set-scroll-bar-mode): Mention that
10076 `scroll-bar-mode' lists the values (bug#7772).
10077
5b2d4a66
LMI
10078 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10079 command (bug#7729).
10080
7509a874
LMI
10081 * rect.el (apply-on-rectangle): Return the point after the last
10082 operation.
10083 (string-rectangle): Go to the point after the last operation
10084 (bug#7522).
10085
4fe74b19
LMI
10086 * printing.el (pr-toggle-region): Clarify the documentation
10087 slightly (bug#7493).
10088
b796c9b7
SM
10089 * time.el (display-time-update):
10090 Allow `display-time-mail-function' to return nil (bug#7158).
10091 Fix suggested by Detlev Zundel.
ab283561 10092
fc233c9d
LMI
10093 * vc/diff.el (diff): Clarify the order the file names are read
10094 (bug#7111).
10095
43f5740b
LMI
10096 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10097 the doc string (bug#7015).
10098
f2182a76
LMI
10099 * font-lock.el (font-lock-maximum-decoration): Mention what
10100 numeric levels mean (bug#6935).
10101
621ef9ab
LMI
10102 * startup.el (initial-buffer-choice): Don't mention the `none'
10103 selection, which is against policy.
10104
adc47434
MR
101052011-07-14 Martin Rudalics <rudalics@gmx.at>
10106
b796c9b7
SM
10107 * window.el (display-buffer-normalize-special):
10108 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10109
7e5bfb8f
EZ
101102011-07-14 Eli Zaretskii <eliz@gnu.org>
10111
10112 * subr.el (version<, version<=, version=): Mention "-CVS" and
10113 "-12345" alpha version numbers.
10114
27fa387a
CY
101152011-07-14 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * bindings.el: Add advertised binding for set-mark-command
10118 (Bug#5772).
10119
8bdfa064
CY
101202011-07-14 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * bindings.el (mode-line-other-buffer):
10123 * bookmark.el (bookmark-bmenu-2-window):
10124 * bs.el (bs-cycle-next, bs-cycle-previous):
10125 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10126 switch-to-buffer.
10127
10128 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10129 Delete.
8bdfa064 10130
5eba16a3
JB
101312011-07-14 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * follow.el (follow-debug-message, follow-redisplay):
10134 * jka-cmpr-hook.el (with-auto-compression-mode):
10135 Fix typos in docstrings.
10136
15853710
LMI
101372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10138
a28e4607
LMI
10139 * subr.el (with-silent-modifications): Clarify somewhat what the
10140 macro inhibits (bug#6525).
10141
15853710
LMI
10142 * simple.el (eval-expression): Note what it does if called
10143 interactively (bug#6495).
10144
bee0fcef
CY
101452011-07-13 Chong Yidong <cyd@stupidchicken.com>
10146
b796c9b7
SM
10147 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10148 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10149
10150 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10151 Remove switch-to-buffer.
10152
58274504
LMI
101532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10154
bd2fcc8d
LMI
10155 * files.el (make-directory): Clarify that an error will be raised
10156 if there's an error (bug#6397).
10157
0f04b32c
LMI
10158 * startup.el (initial-buffer-choice): Add `none' as a choice
10159 (bug#6234).
10160
465c5fc8
LMI
10161 * subr.el (add-hook): Clarify section about buffer-local hooks
10162 (bug#6218).
10163
58274504
LMI
10164 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10165
bead9a43
JB
101662011-07-13 Juanma Barranquero <lekktu@gmail.com>
10167
10168 * tabify.el (untabify): Preserve the current column so that point
10169 doesn't move (bug#6032).
10170
3af98a7b
LMI
101712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10172
b796c9b7
SM
10173 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10174 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10175
6240145a
GM
101762011-07-13 Glenn Morris <rgm@gnu.org>
10177
10178 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10179 (dired-insert-directory): Give a message the first time
10180 if ls is found not to support --dired.
10181
1d8c2ccc
LMI
101822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10183
10184 * simple.el (toggle-truncate-lines): Clarify what is toggled
10185 (bug#5580). Text by Drew Adams.
10186
5fc4038e
CY
101872011-07-13 Chong Yidong <cyd@stupidchicken.com>
10188
10189 * simple.el (blink-matching-open): Make the error message from the
10190 last change less verbose.
10191
bf6012e5
DN
101922011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10193
10194 * font-lock.el (font-lock-comment-face): Use the high contrast
10195 "yellow" color for font-lock-comment-face on low color terminals
10196 using a dark background color (bug#4221).
10197
343c3b5a
LMI
101982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10199
7e9505c5
LMI
10200 * dired.el (dired-insert-set-properties): Make the doc string
10201 reflect what it does now (bug#5325).
10202
c26fdcf5
LMI
10203 * simple.el (blink-matching-open): Say that we were unable to find
10204 the match within the limit, if we're limited (bug#5122).
10205
bb388cc5
LMI
10206 * international/mule-cmds.el (prefer-coding-system): Add an
10207 example (bug#4869).
10208
343c3b5a
LMI
10209 * progmodes/etags.el (tags-search): Document `file-list-form'
10210 (bug#4731).
10211
2a517d45
LM
102122011-07-13 Lawrence Mitchell <wence@gmx.li>
10213
10214 * net/browse-url.el (browse-url-default-browser)
10215 (browse-url-browser-function): Make the default browser choice a
10216 bit more logical (bug#4300). Also clean up the doc string.
10217
b6c78ef2
JB
102182011-07-13 Juanma Barranquero <lekktu@gmail.com>
10219
10220 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10221 binary endings (bug#4440).
10222
1c4dd947
LMI
102232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10224
a2014063
LMI
10225 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10226 which can be pretty annoying (bug#8971).
10227
9c9c2d88
LMI
10228 * jka-compr.el (jka-compr-verbose): New variable, and use
10229 throughout (bug#8971).
10230
1c4dd947
LMI
10231 * info.el (Info-find-file): Fall back on the installation
10232 directory if we can't find the info node anywhere else.
10233
a1c9f41b
SO
102342011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10235
10236 * vc/vc.el (vc-revert-file):
10237 Don't set file time-stamp in the past. (Bug#5181)
10238
536f3d36
LMI
102392011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
7152b011
LMI
10241 * files.el (after-find-file): Give a better error message when
10242 trying to find a symlink that points to a file that doesn't exist
10243 (bug#4398).
10244
536f3d36
LMI
10245 * progmodes/cc-vars.el: Remove (probably) misleading comment
10246 (bug#4396).
10247
460c0fba
JB
102482011-07-12 Johan Bockgård <bojohan@gnu.org>
10249
10250 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10251
7a6bda45
CY
102522011-07-12 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * mouse-sel.el: Hack restoring functionality, while keeping
10255 compatibility with 2010-07-03 changes to mouse selection.
10256 (mouse-sel-primary-overlay): New var.
10257 (mouse-sel-selection-alist): Use it.
10258 (mouse-sel-mode): Doc fix; remove points that are default features
10259 of mouse.el.
10260
c79598ef
JB
102612011-07-12 Johan Bockgård <bojohan@gnu.org>
10262
10263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10264 Fix previous fix (bug#2490).
10265
ff8be6ef
RW
102662011-07-12 Roland Winkler <winkler@gnu.org>
10267
b796c9b7
SM
10268 * textmodes/bibtex.el (bibtex-initialize):
10269 Use pop-to-buffer-same-window.
ff8be6ef
RW
10270 (bibtex-search-entries): Fix interactive call.
10271
296ba3ee
LMI
102722011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10273
f5242a02 10274 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10275 Fontise bytecomp Error lines more correctly (bug#2490).
10276 Fix suggested by Johan Bockgård.
f5242a02 10277
296ba3ee
LMI
10278 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10279
10280 * dired-x.el (dired-guess-default): Use `delete-dups'.
10281
f69fd0d2
CY
102822011-07-12 Chong Yidong <cyd@stupidchicken.com>
10283
10284 * dired.el (dired-mark-prompt):
10285 * dired-aux.el (dired-read-shell-command): Doc fix.
10286
eab5dc07
LMI
102872011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10288
b796c9b7
SM
10289 * mail/sendmail.el (sendmail-query-once):
10290 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10291 emacs -Q.
10292
10293 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10294
eab5dc07
LMI
10295 * cus-edit.el (custom-file): Take an optional no-error variable.
10296 (customize-save-variable): Set the variable, and give a warning if
10297 running under "emacs -q".
10298
a1e65d42
JB
102992011-07-11 Juanma Barranquero <lekktu@gmail.com>
10300
10301 * loadhist.el (unload-feature-special-hooks):
10302 Add `auto-coding-functions', `fill-nobreak-predicate' and
10303 `find-directory-functions' (bug#5327).
10304
1d52da10
LMI
103052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10306
be958f1d
LMI
10307 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10308
5bedb26c
LMI
10309 * cus-edit.el (custom-guess-name-alist): -alist variables should
10310 use the `alist' type (bug#3120). Suggested by Drew Adams.
10311
1d52da10
LMI
10312 * printing.el: Add documentation to all the `pr-toggle-' commands.
10313
cd394be1 103142011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10315
10316 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10317 backends where it makes sense (bug#2623).
10318
dcc88d8a
LMI
103192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10320
c3de9feb
LMI
10321 * dired-x.el (dired-guess-default): Remove duplicate shell command
10322 entries (bug#2028).
8a93078b 10323 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10324 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10325
dcc88d8a
LMI
10326 * subr.el (remove-duplicates): New conveniency function.
10327
505e3645
LMI
103282011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10329
10330 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10331 (bug#1526).
10332
103332011-07-10 Martin Rudalics <rudalics@gmx.at>
10334
10335 * window.el (display-buffer-normalize-default): Don't invert
10336 meaning of even-window-heights. Reported by Eli Zaretskii
10337 <eliz@gnu.org>.
10338
455e4fa1
BR
103392011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10340
10341 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10342
8e0bc3e9
CY
103432011-07-10 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * window.el (display-buffer): Fix arguments to
10346 display-buffer-reuse-window in last change.
10347
fa7c3228
CY
10348 * faces.el (link): Use a less saturated blue on light backgrounds.
10349
10350 * startup.el (fancy-startup-text, fancy-about-text)
10351 (fancy-startup-tail): Use font-lock faces, for background safety.
10352
c0a7f300
BN
103532011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10354
b796c9b7
SM
10355 * emulation/viper-cmd.el (viper-change-state-to-vi):
10356 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10357
4dc2a129
MR
103582011-07-09 Martin Rudalics <rudalics@gmx.at>
10359
10360 * window.el (display-buffer-default-specifiers): Remove.
10361 (display-buffer-macro-specifiers): Remove default specifiers.
10362 (display-buffer-alist): Default to nil.
b796c9b7 10363 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10364 (display-buffer-pop-up-window): Allow splitting internal
10365 windows. Check whether a live window was created.
10366 (display-buffer-other-window-means-other-frame)
10367 (display-buffer-normalize-arguments): Rename to
10368 display-buffer-normalize-argument and rewrite. Set the
10369 other-window specifier.
10370 (display-buffer-normalize-special): New function.
10371 (display-buffer-normalize-options): Rename to
10372 display-buffer-normalize-default and rewrite.
10373 (display-buffer-normalize-options-inhibit): Remove.
10374 (display-buffer-normalize-specifiers): Rewrite.
10375 (display-buffer): Process other-window specifier and call
10376 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10377 more faithfully.
b796c9b7 10378 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10379 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10380 (display-buffer-in-window, display-buffer-alist-set):
10381 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10382 <tassilo@member.fsf.org>.
10383
2d43b8c9
LL
103842011-07-09 Leo Liu <sdl.web@gmail.com>
10385
10386 * register.el (insert-register): Restore accidental change on
10387 2011-06-26. (Bug#9028)
10388
7f9b7c53
GM
103892011-07-09 Glenn Morris <rgm@gnu.org>
10390
10391 * subr.el (remq): Handle the empty list. (Bug#9024)
10392
f042cfd8
AS
103932011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10394
10395 * mail/sendmail.el (send-mail-function): No longer delay custom
10396 initialization.
10397 * custom.el (custom-initialize-delay): Doc fix.
10398
856b2f11
SM
103992011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10402
afae1d68
MA
104032011-07-08 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10406 human-friendly prompt.
10407
0757af94
SM
104082011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10411 provided by a particular plugin.
10412
d760b731
LMI
104132011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10414
10415 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10416 save customizations (with "emacs -Q"), just set the variable
10417 instead of erroring out.
10418
10419 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10420
cd79ce90
JL
104212011-07-08 Juri Linkov <juri@jurta.org>
10422
10423 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10424 (archive-zip-update-case): Use 7z if found by `executable-find'.
10425 The order of searching the available programs is the same as in
10426 `archive-zip-extract' (bug#8968).
10427
14cc04aa
CY
104282011-07-07 Chong Yidong <cyd@stupidchicken.com>
10429
10430 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10431 (menu-bar-options-menu): Tweak descriptions.
10432
0a1848ec
LMI
104332011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10434
10435 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10436 menu items into verb phrases (bug#1421). Also refill to fit under
10437 80 columns.
10438
f5bd0689
CY
104392011-07-07 Chong Yidong <cyd@stupidchicken.com>
10440
538e85c6
CY
10441 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10442 (Info-read-node-name): Doc fix (Bug#1084).
10443
f5bd0689
CY
10444 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10445 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10446 (end-of-sexp, beginning-of-sexp)
10447 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10448 (forward-symbol, forward-same-syntax, word-at-point)
10449 (sentence-at-point): Doc fix (Bug#1144).
10450
56ec5115
LMI
104512011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10452
f3f8e37f
LMI
10453 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10454 should cover it (bug#1281).
10455
0757af94 10456 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10457
e9fce1ac 10458 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10459 negotiation fails, then possibly try again with a non-encrypted
10460 connection (bug#9017).
10461
56ec5115
LMI
10462 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10463 be used.
10464
c2f9aec8
RS
104652011-07-07 Richard Stallman <rms@gnu.org>
10466
10467 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10468 property, and handle its changed format.
10469 Look for the correct line number.
10470 Use file's line contents (but not past first =) to find
10471 correct line in message.
10472
ef7b981d 104732011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10474
10475 * international/characters.el (build-unicode-category-table):
10476 Delete it.
0757af94 10477 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10478
0757af94 10479 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10480 to src/chartab.c.
10481 (get-char-code-property): Call unicode-property-table-internal to
10482 load a file. Call get-unicode-property-internal where necessary.
10483 (put-char-code-property): Call unicode-property-table-internal to
10484 load a file. Call put-unicode-property-internal where necessary.
10485 put-unicode-property-internal where necessary.
0757af94
SM
10486 (char-code-property-description):
10487 Call unicode-property-table-internal to load a file.
c805dec0
KH
10488
10489 * international/charprop.el:
10490 * international/uni-bidi.el:
10491 * international/uni-category.el:
10492 * international/uni-combining.el:
10493 * international/uni-comment.el:
10494 * international/uni-decimal.el:
10495 * international/uni-decomposition.el:
10496 * international/uni-digit.el:
10497 * international/uni-lowercase.el:
10498 * international/uni-mirrored.el:
10499 * international/uni-name.el:
10500 * international/uni-numeric.el:
10501 * international/uni-old-name.el:
10502 * international/uni-titlecase.el:
10503 * international/uni-uppercase.el: Regenerate.
10504
10505 * loadup.el: Load international/charprop.el before
10506 international/characters.
10507
e14b388a
CY
105082011-07-07 Chong Yidong <cyd@stupidchicken.com>
10509
10510 * window.el (next-buffer, previous-buffer): Signal an error if
10511 called from a minibuffer window.
10512
10513 * bindings.el: Revert 2011-07-04 change.
10514
354cf0ba
RS
105152011-07-06 Richard Stallman <rms@gnu.org>
10516
10517 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10518 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10519 Treat markers like ints.
10520 (rmail-mime-entity): Doc fix.
10521
a48868a7
LMI
105222011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10523
4906cd3d
LMI
10524 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10525 defcustom again for backwards compatibility.
10526
e0457abe
LMI
10527 * simple.el (shell-command-on-region): Fill.
10528
d67f7e1f
LMI
10529 * dired-aux.el (dired-kill-line): Add a doc string.
10530
fe204702
LMI
10531 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10532 to "\\sw\\|\\s_" (bug#358).
10533
a48868a7
LMI
10534 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10535 (dired-unmark-backward): Ditto.
10536 (dired-flag-backup-files): Ditto.
10537
10538 * dired-x.el (dired-mark-sexp): Ditto.
10539
aa8a705c
RS
105402011-07-06 Richard Stallman <rms@gnu.org>
10541
10542 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10543 (rmail-mime-entity): New arg TRUNCATED.
10544 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10545 New functions.
10546 (rmail-mime-save): Warn if entity is truncated.
10547 (rmail-mime-toggle-hidden): Likewise, for showing.
10548 (rmail-mime-process-multipart): Record when an entity is truncated.
10549
a9a936b9
RS
10550 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10551 if ENTITY is a string.
10552
1f2b92cb
LMI
105532011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10554
f4f73198 10555 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10556 of faces when `M-C-x'-ing their definitions (bug#8378).
10557 Also clean up the code slightly.
f4f73198 10558
12b16734 10559 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10560 because that makes the colors go away.
12b16734 10561
f0691d22
LMI
10562 * mail/sendmail.el (send-mail-function): Change the default to
10563 `sendmail-query-once'.
9e87df06 10564 (sendmail-query-once): Add an autoload cookie.
f0691d22 10565
1f2b92cb
LMI
10566 * net/network-stream.el (network-stream-open-starttls): Try using
10567 a plain connection even if the server offered STARTTLS, and we
10568 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10569 capability. This should make smtpmail.el work in slightly more
10570 configurations.
10571
1cdd2a1b
MA
105722011-07-06 Michael Albinus <michael.albinus@gmx.de>
10573
10574 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10575 New defun.
10576 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10577
fbcc67e2
MM
105782011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10579
10580 * progmodes/sql.el: Version 3.0
0757af94 10581 (sql-product-alist): Add product :completion-object,
fbcc67e2 10582 :completion-column, and :statement attributes.
0757af94 10583 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10584 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10585 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10586 ansi keywords.
10587 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10588 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10589 (sql-oracle-show-reserved-words): New function for development.
10590 (sql-product-font-lock): Simplify for source code buffers.
10591 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10592 New functions.
10593 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10594 (sql-mode-map): Add statement movement functions.
10595 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10596 New variable.
fbcc67e2
MM
10597 (sql-statement-regexp, sql-beginning-of-statement)
10598 (sql-end-of-statement, sql-signum): New functions.
0757af94 10599 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10600 (sql-show-sqli-buffer): Bug fix.
10601 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10602 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10603 with sql-interactive-mode.
10604 (sql-save-connection): Save buffer local settings.
0757af94 10605 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10606 (sql-product-interactive): Bug fix.
10607 (sql-preoutput-hold): New variable.
10608 (sql-interactive-remove-continuation-prompt): Bug fixes.
10609 (sql-debug-redirect): New variable.
10610 (sql-str-literal): New function.
10611 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10612 Redesign.
fbcc67e2
MM
10613 (sql-oracle-save-settings, sql-oracle-restore-settings)
10614 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10615 (sql-completion-object, sql-completion-column)
10616 (sql-completion-sqlbuf): New variables.
10617 (sql-build-completions-1, sql-build-completions)
10618 (sql-try-completion): New functions.
10619 (sql-read-table-name): Use them.
10620 (sql-contains-names): New buffer local variable.
10621 (sql-list-all, sql-list-table): Use it.
10622 (sql-oracle-completion-types): New variable.
10623 (sql-oracle-completion-object, sql-sqlite-completion-object)
10624 (sql-postgres-completion-object): New functions.
10625
d4eaeab1
GM
106262011-07-06 Glenn Morris <rgm@gnu.org>
10627
10628 * window.el (pop-to-buffer): Doc fix.
10629
322b7dab 106302011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10631
10632 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10633
322b7dab 106342011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10635
322b7dab 10636 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10637
322b7dab 10638 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10639
605dd5bf
CY
106402011-07-05 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * button.el (button): Inherit from link face. Suggested by Dan
10643 Nicolaescu.
10644
7dbfa719
SM
106452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10646
3db614b0
SM
10647 * progmodes/gdb-mi.el: Fit in 80 columns.
10648 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10649 switch-to-buffer.
10650
7dbfa719
SM
10651 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10652 if imenu is simply not configured (bug#8941).
10653
919d884a
KM
106542011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10655
10656 * allout.el (allout-post-undo-hook): New allout outline-change
10657 event hook to signal undo activity.
10658 (allout-post-command-business): Run allout-post-undo-hook if an
10659 undo just occurred.
7dbfa719
SM
10660 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10661 * allout-widgets.el (allout-widgets-after-undo-function):
10662 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10663 in the vicinity of an undo.
10664 (allout-widgets-mode): Include allout-widgets-after-undo-function
10665 on the new allout-post-undo-hook.
10666
450a0f09
SM
106672011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10670 Let define-derived-mode define it.
10671 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10672 cycles of abbrev-table inheritance (bug#8998).
10673
2de69e00
RW
106742011-07-05 Roland Winkler <winkler@gnu.org>
10675
10676 * textmodes/bibtex.el: Add support for biblatex.
10677 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10678 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10679 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10680 (bibtex-entry-alist, bibtex-field-alist): New variables.
10681 (bibtex-entry-field-alist): Obsolete alias for
10682 bibtex-BibTeX-entry-alist.
10683 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10684 (bibtex-set-dialect): New command.
10685 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10686 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10687 Bind via bibtex-set-dialect.
2de69e00
RW
10688 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10689 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10690 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10691 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10692 Define via bibtex-set-dialect.
450a0f09
SM
10693 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10694 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10695 (bibtex-vec-push, bibtex-vec-incr): New functions.
10696 (bibtex-format-entry, bibtex-field-list)
10697 (bibtex-print-help-message, bibtex-validate)
10698 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10699
2dcdbdd9
SM
107002011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * progmodes/compile.el (compilation-goto-locus):
10703 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10704 * bs.el (bs-cycle-next, bs-cycle-previous):
10705 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10706 * bindings.el (mode-line-other-buffer):
10707 * autoinsert.el (auto-insert):
10708 * arc-mode.el (archive-extract):
10709 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10710
b27640fe
JB
107112011-07-05 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10714 Fix check of `emacs-lock-unlockable-modes'.
10715 Coerce true values of `emacs-lock--try-unlocking' to t.
10716
53bbe3ad
JB
107172011-07-05 Juanma Barranquero <lekktu@gmail.com>
10718
10719 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10720 * emacs-lock.el: New file.
10721
1d3cdbc7
JD
107222011-07-05 Julien Danjou <julien@danjou.info>
10723
10724 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10725 than `boundp' to check if face is set.
10726
9173deec
JB
107272011-07-05 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * register.el (registerv-make):
10730 * window.el (window-min-height): Fix typos in docstrings.
10731
869795d6
JD
107322011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10733
9173deec 10734 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10735 Update doc string.
10736
b768cdcd
JB
107372011-07-04 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * server.el (server-execute): Catch quit and call
10740 `server-return-error' to pass the error back to emacsclient and
10741 close the connection (bug#8942).
10742
13aa217b
KM
107432011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10744
10745 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10746 insecure exception for current topic. Also note that auto-saves
10747 are handled differently.
10748
5d3385a0 10749 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10750 State variables for tracking auto-save inhibition situation.
10751
10752 (allout-write-contents-hook-handler): Rename from
10753 'allout-write-file-hook-handler', and describe how it depends on
10754 write-contents-functions sensitivity to non-nil value to prevent
10755 file write.
10756
10757 (allout-auto-save-hook-handler): Remove. auto-save does not check
10758 this in individual buffers, only in the starting buffer, so this
10759 is not the right way for us to inhibit auto-save in a buffer
10760 according to its condition.
10761
10762 (allout-mode): Use new allout-write-contents-hook-handler, and
10763 only with write-contents-functions. Remove auto-save provisions -
10764 they're implemented elsewhere.
10765
10766 (allout-before-change-handler): If undo is in progress, note that
10767 for attention of allout-post-command-business.
10768
10769 (allout-post-command-business): If the command we're following was
10770 an undo, check for change in the status of encrypted items and
10771 adjust auto-save inhibitions accordingly.
10772
10773 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10774 according to whether there are or aren't any plain-text topics
10775 pending encryption.
10776
2dcdbdd9 10777 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10778 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10779 if there are plain-text topics pending encryption.
13aa217b
KM
10780
10781 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10782 buffer-saved-size and some allout state to not inhibit auto-saves
10783 if there are no longer any plain-text topics pending encryption.
10784
0757af94
SM
10785 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10786 No longer provide for exemption of the current topic.
13aa217b 10787
ac89b32c
JL
107882011-07-04 Juri Linkov <juri@jurta.org>
10789
10790 Add 7z operations to delete and save changed members (bug#8968).
10791 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10792 New defcustoms.
10793 (archive-7z-write-file-member): New function.
10794 (archive-7z-summarize): Fix the number of dashes in the
10795 listing output.
10796
8fa39615
SM
107972011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10800 (bug#8958).
10801
2f11b3f1
CY
108022011-07-04 Chong Yidong <cyd@stupidchicken.com>
10803
d66fef2b
CY
10804 * bindings.el: Ignore next-buffer and previous-buffer in
10805 minibuffer-local-map.
10806
2f11b3f1
CY
10807 * font-lock.el (font-lock-builtin-face): Change light background
10808 color to dark slate blue (Bug#6693).
10809
f932a347
WD
108102011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10811
10812 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10813
c8af70e1
SM
108142011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10817 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10818 Add switch-to-buffer.
10819
f158badc
LMI
108202011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10821
10822 * isearch.el (isearch-search-fun-function): Clarify further the
10823 meaning of the function returned.
10824
6d95bd46
MA
108252011-07-04 Michael Albinus <michael.albinus@gmx.de>
10826
10827 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10828
10829 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10830 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10831 Use it.
10832 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10833 `tramp-default-remote-path' does not exist.
10834 (tramp-send-command-and-read): New optional argument NOERROR.
10835 (tramp-open-connection-setup-interactive-shell)
10836 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10837 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10838 (tramp-process-sentinel): Flush also process' connection property.
10839 (tramp-sh-handle-start-file-process): Do not set process
10840 sentinel. It is done now ...
10841 (tramp-maybe-open-connection): ... here. (Bug#8929)
10842
909e6b67
MK
108432011-07-04 MON KEY <monkey@sandpframing.com>
10844
10845 * play/animate.el (animate-string): Doc fixes and allow changing
10846 the buffer name (bug#5417).
10847
108482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10849
c8af70e1 10850 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10851
f34755dc
PE
108522011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10853
396cec72
PE
10854 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10855 This is simpler and helps future-proof the code.
10856 (timer-until): Use time-subtract and float-time.
08235028 10857 (timer--time-less-p): Use time-less-p.
f34755dc 10858
56e6cc31
JB
108592011-07-04 Juanma Barranquero <lekktu@gmail.com>
10860
3abb79e5
JB
10861 * type-break.el (timep): Use the value of `float-time' to avoid a
10862 byte-compiler warning.
10863
56e6cc31
JB
10864 * server.el (server-eval-and-print): Return any result, even nil.
10865
7b9430b4
PE
108662011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10867
10868 * type-break.el: Accept time formats that the builtins accept.
10869 (timep, type-break-time-difference): Accept any format that
10870 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10871 This is simpler and helps future-proof the code.
10872 (type-break-time-difference): Round rather than ignoring
10873 subseconds components.
10874
3034e9e7
LMI
108752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10876
10877 * info.el (Info-apropos-matches): Make non-interactive, since it
10878 doesn't seem to do anything useful as a command (bug#8829).
10879
1485f4c0
CY
108802011-07-03 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 10883 Move from faces.el.
1485f4c0
CY
10884 (frame-default-terminal-background): New function.
10885
10886 * custom.el (custom-push-theme): Don't record faces in `changed'
10887 theme; this doesn't work correctly for per-frame face settings.
10888 (disable-theme): Use face-set-after-frame-default to reset faces.
10889 (custom--frame-color-default): New function.
10890
9fa3dd45
LMI
108912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10892
c8af70e1 10893 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
10894 (bug#8769).
10895
6cbbc20c
KR
108962011-03-29 Kevin Ryde <user42@zip.com.au>
10897
10898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10899 `perl-Test2' extend to match possible "fail #N" rep count
10900 (bug#8377).
10901
c7f98048
LMI
109022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10903
65676592
LMI
10904 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10905 `smtpmail-via-smtp' now returns the error instead of nil.
10906
c7f98048
LMI
10907 * isearch.el (isearch-search-fun-function): Clarify the doc string
10908 (bug#8101).
10909
56e6cc31 109102011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
10911
10912 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10913 unnecessary spaces (bug#8987).
10914
2b216704
LMI
109152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10916
10917 * net/network-stream.el (open-network-stream): Use the
10918 :end-of-capability command thoughout.
10919
109202011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10921
10922 * net/network-stream.el (open-network-stream): Add the
10923 :end-of-capability command parameter, used by pop3.el.
10924
36adf6ce
LMI
109252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10926
1ca0da0e
LMI
10927 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10928
fc00f69c
LMI
10929 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10930 for list)" (bug#6475).
10931
28fd8759 10932 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 10933 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
10934 an error (bug#6297).
10935
0dd8b6da
LMI
10936 * man.el (Man-reference-regexp): Allow matching possible
10937 word-wrapped references (bug#6289).
10938
ce1438d6
LMI
10939 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10940 for consistency with the other vc buffers (bug#6197).
10941 (vc-checkin): Ditto.
10942
10943 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10944
36adf6ce
LMI
10945 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10946
e83cc1f7
LMI
109472011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10948
8a20ca4c
LMI
10949 * custom.el (defcustom): Clarify that :set is only used in the
10950 Customize user interface (bug#6089).
10951
83319045
LMI
10952 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10953 associated with a file, refuse to run instead of erroring out
10954 (bug#6084).
10955
a8392169
LMI
10956 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10957 the doc string, since it appears that using `fill-column' always
10958 controls the width (bug#7845).
10959
e83cc1f7
LMI
10960 * simple.el (shell-command-on-region): Say where the error output
10961 went if `shell-command-default-error-buffer' is set (bug#6857).
10962
e47ca23b
KM
109632011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10964
10965 * allout.el (allout-yank-processing): Adjust cursor position for
10966 backwards-deleted space.
10967
10968 (allout-rebullet-heading): Register changes with
10969 allout-exposure-changed-hook, so the modified topic is properly
10970 decorated.
10971
5cf56143
LMI
109722011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10973
08549772
LMI
10974 * minibuffer.el (completion-in-region): Document PREDICATE
10975 (bug#7136).
10976
48e96771
LMI
10977 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10978 of keyword/argument pairs (bug#6904).
10979
c8af70e1
SM
10980 * replace.el (multi-occur):
10981 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 10982
e17d05e2
LMI
109832011-07-02 Drew Adams <drew.adams@oracle.com>
10984
10985 * dired.el (dired-mark-if): Make the message about whether it's
10986 marking or unmarking clearer (bug#8523).
10987
063b0e45
LMI
109882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10989
10990 * disp-table.el (display-table-print-array): New function.
10991 (describe-display-table): Use it to print the vectors more pretty
10992 (Bug#8859).
10993
28545e04
MR
109942011-07-02 Martin Rudalics <rudalics@gmx.at>
10995
10996 * window.el (window-state-get-1): Don't assign clone numbers.
10997 Add clone-of item to list of window parameters.
10998 (window-state-put-2): Don't process clone numbers.
10999 (display-buffer-alist): Fix doc-string.
11000
3349e122
SM
110012011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * subr.el (remq): Don't allocate if it's not needed.
11004 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11005 (keymap--merge-bindings): New functions.
11006 (keymap-canonicalize): Use them to refine the canonicalization.
11007 * minibuffer.el (minibuffer-local-completion-map)
11008 (minibuffer-local-must-match-map): Move initialization from C.
11009 (minibuffer-local-filename-completion-map): Move initialization from C;
11010 don't inherit from anything here.
11011 (minibuffer-local-filename-must-match-map): Make obsolete.
11012 (completing-read-default): Use make-composed-keymap to combine
11013 minibuffer-local-filename-completion-map with either
11014 minibuffer-local-must-match-map or
11015 minibuffer-local-filename-completion-map.
11016
d224ac83
GM
110172011-07-01 Glenn Morris <rgm@gnu.org>
11018
3de63bf8
GM
11019 * type-break.el (type-break-time-sum): Use dolist.
11020
d224ac83
GM
11021 * textmodes/flyspell.el (flyspell-word-search-backward):
11022 Replace CL function.
11023
1a1e3f32
SM
110242011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11025
fe3f64d5
SM
11026 * mouse.el (mouse--strip-first-event): New function.
11027 (function-key-map): Use it to map fringe clicks to normal clicks
11028 by default.
11029
eb604e34
SM
11030 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11031 (vc-bzr-revision-completion-table): Add support for annotate and date.
11032
1a1e3f32
SM
11033 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11034 inherit from parent.
11035
5bd35902
LMI
110362011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11037
ace6c69c 11038 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11039 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11040
191e2bed
LMI
11041 * dired.el (dired-mode): Fix up the doc string as suggested by
11042 Drew Adams (bug#8817).
11043
5bd35902
LMI
11044 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11045 cookie, since the manual says that it should be possible to add
11046 this function to `find-file-hook' (bug#8709).
11047
eee8207a
TZ
110482011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11049
11050 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11051 here. Noted Ted Zlatanov as the maintainer.
11052 (cfengine-common-settings, cfengine-common-syntax): New functions
11053 to set up common things between `cfengine-mode' and
11054 `cfengine3-mode'.
11055 (cfengine3-mode): New mode.
11056 (cfengine3-defuns cfengine3-defuns-regex
11057 (cfengine3-class-selector-regex cfengine3-category-regex)
11058 (cfengine3-vartypes cfengine3-font-lock-keywords)
11059 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11060 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11061
36b148cf
MA
110622011-07-01 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11065
11066 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11067
0bf4ba9a
MR
110682011-07-01 Martin Rudalics <rudalics@gmx.at>
11069
11070 * window.el (same-window-buffer-names, same-window-regexps)
11071 (same-window-p, special-display-frame-alist)
11072 (special-display-popup-frame, special-display-function)
11073 (special-display-buffer-names, special-display-regexps)
11074 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11075 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11076 (split-window-preferred-function, split-height-threshold)
11077 (split-width-threshold, even-window-heights)
11078 (display-buffer-mark-dedicated, window-splittable-p)
11079 (split-window-sensibly, window-safely-shrinkable-p):
11080 Un-obsolete.
11081 (display-buffer): Don't spread args with function specifier
11082 because special-display-popup-frame won't like it.
11083
35837f51
PE
110842011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11085
d0672f86
PE
11086 Time-stamp simplifications and fixes.
11087 These improve accuracy slightly, and future-proof the code
11088 against some potential changes to current-time format.
11089
b9444d97
PE
11090 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11091 by using time-since and float-time.
11092
0ef923dc
PE
11093 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11094 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11095 + NNN microseconds".
11096
2f81380d
PE
11097 * type-break.el (type-break-time-sum): Rewrite using time-add.
11098
845b5c3e
PE
11099 * play/hanoi.el (hanoi-current-time-float): Remove.
11100 All uses replaced by float-time.
11101
ee6f1be0
PE
11102 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11103 This yields a more-accurate answer.
11104 (rng-time-to-float): Remove; no longer needed.
11105
fe955043
PE
11106 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11107
5777162a
PE
11108 * calendar/timeclock.el (timeclock-seconds-to-time):
11109 Defalias to seconds-to-time, since they're the same thing.
11110
3103f8b6 11111 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11112 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11113 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11114
0e61a35f
SM
111152011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * window.el (bury-buffer): Don't iconify the only frame.
11118 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11119 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11120
ddd63a1e
CY
111212011-07-01 Chong Yidong <cyd@stupidchicken.com>
11122
0e61a35f
SM
11123 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11124 Add mouse-yank-primary.
ddd63a1e 11125
055f4923
TZ
111262011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11127
11128 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11129
6a2fb145
SM
111302011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11133 (find-library-name): Use it to find relative load names when provided
11134 absolute file name (bug#8803).
11135
fd4983f2
LMI
111362011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11137
887d14ad
LMI
11138 * textmodes/flyspell.el (flyspell-word): Consider words that
11139 differ only in case as potential doublons (bug#5687).
11140
c53dc7fc
LMI
11141 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11142 Remove two rather uninteresting debugging-like messages to make
11143 debbugs.el more silent.
11144
fd4983f2
LMI
11145 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11146 a password-like phrase.
11147
7a71b18d 111482011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11149
11150 * progmodes/cc-guess.el: New file.
11151
6a2fb145 11152 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11153
11154 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11155 derived from `c-basic-common-init'.
11156
11157 * progmodes/cc-mode.el (top-level): Require cc-guess.
11158 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11159
1fa280a3
LM
111602011-06-30 Lawrence Mitchell <wence@gmx.li>
11161
11162 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11163
e6597158
AM
111642011-06-30 Alan Mackenzie <acm@muc.de>
11165
1fa280a3
LM
11166 * progmodes/cc-engine.el (c-guess-continued-construct):
11167 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11168 lock is disabled. Name this case as "CASE G".
11169
68ba37fb
KM
111702011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11171
11172 * allout.el (allout-yank-processing): Fix injection of extra space
11173 between bullet and non-whitespace character in first topic when
11174 pasting, ensuring that the actual spacing in the pasted topic
11175 following the bullet char is preserved. This extra space was
11176 causing pasted encrypted topics to get a decrypted status even
11177 when the content was actually still encrypted. Now the decryption
11178 status from before the paste is preserved.
11179
11180 (allout-flag-region): Set all allout overlays so they evaporate
11181 when reduced to zero length (evanescent), to prevent overlay
11182 leakage.
11183
887a0b34
GM
111842011-06-30 Glenn Morris <rgm@gnu.org>
11185
94b9acce
GM
11186 * w32-fns.el (w32-charset-info-alist): Declare.
11187
1d9b46d4
GM
11188 * find-dired.el (find-grep-options): Simplify.
11189
cc232200
GM
11190 * term/ns-win.el (ns-set-resource): Declare.
11191
28e77c46
GM
11192 * ses.el (row, col): Declare dynamic variables honestly.
11193
887a0b34
GM
11194 * textmodes/reftex-parse.el (index-tags): Declare.
11195
658d8eb8
CY
111962011-06-30 Chong Yidong <cyd@stupidchicken.com>
11197
11198 * cus-edit.el (customize-push-and-save): New function.
11199
11200 * files.el (hack-local-variables-confirm): Use it.
11201
1fa280a3
LM
11202 * custom.el (load-theme): New arg NO-CONFIRM.
11203 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11204 (custom-enabled-themes): Doc fix.
11205
11206 * cus-theme.el (customize-create-theme)
11207 (custom-theme-merge-theme): Callers to load-theme changed.
11208
bb617717
LMI
112092011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11210
d61bdd5d
LMI
11211 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11212 short URLs have at least one dot in them (bug #7614).
11213
bb617717
LMI
11214 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11215 nil, because using a pty is apparently too slow (bug #895).
11216
2f31f37a
LMI
112172011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11218
11219 * mail/sendmail.el (sendmail-query-once): New function.
11220 (sendmail-query-once-function): New variable.
11221
3076b24e
GM
112222011-06-29 Glenn Morris <rgm@gnu.org>
11223
faf2a174
GM
11224 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11225
3076b24e
GM
11226 * ses.el (top-level): Require cl when compiling.
11227 (ses-set-localvars): Fix error statement.
11228 Call it at compile time to silence a storm of warnings.
11229
5386012d
MR
112302011-06-29 Martin Rudalics <rudalics@gmx.at>
11231
11232 * window.el (normalize-live-buffer): Rename to
11233 window-normalize-buffer.
11234 (normalize-live-frame): Rename to window-normalize-frame.
11235 (normalize-any-window): Rename to window-normalize-any-window.
11236 (normalize-live-window): Rename to window-normalize-live-window.
11237 (make-window-atom): Rename to window-make-atom.
11238 (window-resize-reset): Rename to window--resize-reset.
11239 (window-resize-reset-1): Rename to window--resize-reset-1.
11240 (resize-mini-window): Rename to window--resize-mini-window.
11241 (resize-subwindows-skip-p): Rename to
11242 window--resize-subwindows-skip-p.
11243 (resize-subwindows-normal): Rename to
11244 window--resize-subwindows-normal.
11245 (resize-subwindows): Rename to window--resize-subwindows.
11246 (resize-other-windows): Rename to window--resize-siblings.
11247 (resize-this-window): Rename to window--resize-this-window.
11248 (resize-root-window): Rename to window--resize-root-window.
11249 (resize-root-window-vertically): Rename to
11250 window--resize-root-window-vertically.
11251 (normalize-buffer-to-display): Rename to
11252 window-normalize-buffer-to-display.
11253 (normalize-buffer-to-switch-to): Rename to
11254 window-normalize-buffer-to-switch-to.
11255 Correspondingly update all callers of the functions listed
11256 above.
11257 (display-buffer-alist, display-buffer-normalize-arguments)
11258 (display-buffer-normalize-options, display-buffer)
11259 (display-buffer-alist-set): Use "function" instead of
11260 "fun-with-args".
11261
1176868d
CY
112622011-06-28 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11265 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11266 debbugs.gnu.org. Mention acknowledgment email.
11267
20a7a65f
LMI
112682011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11269
11270 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11271 buffer multibyteness, since it shouldn't matter.
11272
5f45cca5
MR
112732011-06-28 Martin Rudalics <rudalics@gmx.at>
11274
11275 * window.el (display-buffer-in-side-window): Handle dedicated
11276 windows as in display-buffer-reuse-window.
11277 (display-buffer-normalize-alist): Use value of override
11278 specifier.
11279 (display-buffer-normalize-specifiers): Use value of
11280 other-window-means-other-frame specifier.
11281 (display-buffer-alist): Rewrite some texts in widgets.
11282 (display-buffer): Spread arguments when calling function
11283 specified by fun-with-args.
11284
ad85fe1f
DD
112852011-06-28 Deniz Dogan <deniz@dogan.se>
11286
1fa280a3
LM
11287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11288 Unnest `let'.
da68c4c8 11289
ad85fe1f
DD
11290 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11291 selectors (Bug#5732).
ec49bd31 11292 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11293
a08cc025
JA
112942011-06-27 Jari Aalto <jari.aalto@cante.net>
11295
11296 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11297 (eshell-ls-date-format): New defcustom.
11298 (eshell-ls-file): Use it.
11299
e2b551c5
SM
113002011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11303
8982b231
KY
113042011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11305
11306 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11307 (ange-ftp-make-tmp-name): New arg.
11308 (ange-ftp-file-local-copy): Use it.
11309
36c9fa27
J
113102011-06-27 Jambunathan K <kjambunathan@gmail.com>
11311
11312 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11313 no-conversion (Bug#8870).
11314
d68443dc
MR
113152011-06-27 Martin Rudalics <rudalics@gmx.at>
11316
11317 * window.el (window-right, window-left, window-child)
11318 (window-child-count, window-last-child)
11319 (window-iso-combination-p, walk-window-tree-1)
11320 (window-atom-check-1, window-tree-1, delete-window)
11321 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11322 new naming conventions - window-vchild, window-hchild,
11323 window-next and window-prev are now called window-top-child,
11324 window-left-child, window-next-sibling and window-prev-sibling
11325 respectively.
d615d6d2
MR
11326 (resize-window-reset): Rename to window-resize-reset.
11327 (resize-window-reset-1): Rename to window-resize-reset-1.
11328 (resize-window): Rename to window-resize.
11329 (window-min-height, window-min-width)
11330 (resize-mini-window, resize-this-window, resize-root-window)
11331 (resize-root-window-vertically, adjust-window-trailing-edge)
11332 (enlarge-window, shrink-window, maximize-window)
11333 (minimize-window, delete-window, quit-restore-window)
11334 (split-window, balance-windows, balance-windows-area-adjust)
11335 (balance-windows-area, window-state-put-2)
11336 (display-buffer-even-window-sizes, display-buffer-set-height)
11337 (display-buffer-set-width, set-window-text-height)
11338 (fit-window-to-buffer): Rename all "resize-window" prefixed
11339 calls to use the "window-resize" prefix convention.
11340 (display-buffer-alist): Fix symbol for label specifier.
11341 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11342 corresponding specifier.
11343 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11344
b6458526
VB
113452011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11346
11347 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11348 convention.
11349 (ses-call-printer): Does not pass an empty string to formatter when the
11350 cell is empty to keep from barking printer Calc math-format-value.
11351
d31fd9ac
RS
113522011-06-27 Richard Stallman <rms@gnu.org>
11353
43d5bf84
RS
11354 * battery.el (battery-mode-line-limit): New variable.
11355 (battery-update): Handle it.
11356
d31fd9ac
RS
11357 * mail/rmailmm.el (rmail-mime-process-multipart):
11358 Handle truncated messages.
11359
819a6054
GM
113602011-06-27 Glenn Morris <rgm@gnu.org>
11361
11362 * progmodes/flymake.el (flymake-err-line-patterns):
11363 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11364
cedc73f2
VB
113652011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11366
819a6054 11367 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11368 (ses--clean-!, ses--clean-_): New functions.
11369 (ses-range): Add configurability of readout order, and conversion
11370 to Calc vector.
11371
5e5d49b6
VB
11372 * ses.el (ses-repair-cell-reference-all): New function.
11373 (ses-cell-symbol): Set macro as safe, so that it can be used in
11374 formulas.
11375
56e6cc31 11376 * ses.el: Update cycle detection algorithm.
90ca8b49 11377 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11378 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11379 (ses-set-localvars): New function.
11380 (ses-make-cell): Add property-list as a cell element.
11381 (ses-cell-property-get-fun, ses-cell-property-get)
11382 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11383 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11384 New functions.
90ca8b49
VB
11385 (ses-cell-property-set, ses-cell-property-pop)
11386 (ses-cell-property-get-handle): New macro.
11387 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11388 New aliases, used for code readability.
11389 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11390 cycle detection.
11391 (ses-self-reference-early-detection): New defcustom.
fac916bf 11392 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11393 (ses-mode): Use ses-set-localvars.
11394 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11395 before lauching the update processing.
11396 (ses-initialize-Dijkstra-attempt): New function.
11397 (ses-recalculate-cell): Update for cycle detection based on
11398 Dijkstra algorithm.
11399
2bb63e81
VB
11400 * ses.el: Fix commenting and indenting convention.
11401
c9d29fb8
SM
114022011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * bs.el (bs-cycle-next): Complete last change.
11405
d8e4b68b
JB
114062011-06-27 Drew Adams <drew.adams@oracle.com>
11407
11408 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11409
40098786
LMI
114102011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11411
c9d29fb8
SM
11412 * net/network-stream.el (network-stream-open-starttls):
11413 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11414 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11415
40098786
LMI
11416 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11417 to binary to possibly avoid line encoding issues on Windows (among
11418 other things).
11419
468d09d4
LMI
114202011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11421
11422 * net/network-stream.el (open-network-stream): Return an :error
11423 saying what the problem was, if possible.
11424
11425 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11426 server.
11427
11428 * net/network-stream.el (network-stream-open-starttls): If we
11429 wanted to use STARTTLS, and the server offered it, but we weren't
11430 able to because we had no STARTTLS support, then close the connection.
11431 (open-network-stream): Return an :error element, if present.
11432
16f07dd7
CY
114332011-06-26 Chong Yidong <cyd@stupidchicken.com>
11434
88821ca0
CY
11435 * hl-line.el (hl-line-sticky-flag): Doc fix.
11436 (global-hl-line-sticky-flag): New option (Bug#8323).
11437 (global-hl-line-highlight): Obey it.
11438
16f07dd7
CY
11439 * vc/vc.el (vc-revert-show-diff): Default to t.
11440
6b5ccddf
KM
114412011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11442
c9d29fb8
SM
11443 * allout-widgets.el (allout-widgets-post-command-business):
11444 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11445 undecorated when an isearch is continued past, and isearch
11446 automatically collapses them. This leads to "widget leaks", where
11447 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11448 hidden widgets can slow down cursor travel, substantially.
11449 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11450 so we're doing without this nicety.
11451
11452 (allout-widgets-tally-string): Don't try to do a hash-table-count
11453 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11454 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11455 *Messages* when allout-widgets-maintain-tally is t.
11456
355f2e07
MR
114572011-06-26 Martin Rudalics <rudalics@gmx.at>
11458
11459 * window.el (display-buffer-normalize-argument): Rename to
11460 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11461 LABEL argument. Respect special-display-function when popping up
11462 a new frame. Fix code searching for a window showing the buffer
11463 on another frame.
c9d29fb8
SM
11464 (display-buffer-normalize-specifiers):
11465 Call display-buffer-normalize-arguments.
355f2e07
MR
11466 (display-buffer-in-window): Don't undedicate the window if its
11467 buffer remains the same.
11468 Reported by Drew Adams <drew.adams@oracle.com>.
11469 (display-buffer-alist): Add choice for same-window macro
11470 specfier.
11471 (display-buffer): Mention special meaning of LABEL argument in
11472 doc-string. Fix quoting. Don't pop up a new frame even as
11473 fallback.
11474
7ca8fc42
JB
114752011-06-26 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11478 avoid deleting the current window in some cases (bug#8911).
11479
bc312254
AS
114802011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11481
11482 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11483 (Bug#8934)
11484
2db18f3f
LMI
114852011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11486
c9d29fb8
SM
11487 * net/network-stream.el (network-stream-open-starttls):
11488 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11489 (network-stream-open-tls): Ditto.
11490
6302e0d3
LL
114912011-06-26 Leo Liu <sdl.web@gmail.com>
11492
11493 * register.el (registerv): New struct.
11494 (registerv-make): New function.
c9d29fb8
SM
11495 (jump-to-register, describe-register-1, insert-register):
11496 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11497 struct. (Bug#8415)
11498
5fdd4046
CY
114992011-06-26 Chong Yidong <cyd@stupidchicken.com>
11500
2afef60a
CY
11501 * vc/vc.el (vc-revert-show-diff): New defcustom.
11502 (vc-diff-internal): New arg specifying diff buffer.
11503 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11504 reuse an existing *vc-diff* buffer (Bug#8927).
11505
5fdd4046
CY
11506 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11507
e93db24a
GM
115082011-06-26 Glenn Morris <rgm@gnu.org>
11509
11510 * progmodes/f90.el (f90-critical-indent): New option.
11511 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11512 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11513 (f90-mode): Doc fix.
11514 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11515 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11516 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11517 (f90-match-end): Handle block, critical.
11518
eefff499
GM
115192011-06-25 Glenn Morris <rgm@gnu.org>
11520
f6ba4cc9
GM
11521 * calendar/diary-lib.el (diary-included-files): Doc fix.
11522 (diary-include-files): New function, extracted from
11523 diary-include-other-diary-files and diary-mark-included-diary-files.
11524 (diary-include-other-diary-files, diary-mark-included-diary-files):
11525 Just call diary-include-files.
11526 (diary-mark-entries): Reset diary-included-files on first call.
11527
16712304
GM
11528 * calendar/diary-lib.el (diary-mark-entries)
11529 (diary-mark-included-diary-files):
11530 Visit included diary-files in temp buffers.
11531
5d8e0d43
GM
11532 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11533 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11534 (f90-start-block-re, f90-imenu-generic-expression)
11535 (f90-looking-at-program-block-start, f90-no-block-limit):
11536 Add support for submodules.
11537
ccf7a5d5
GM
11538 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11539 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11540
11fdef7d 115412011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11542
11543 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11544 buffer-file-type before setting its value, to avoid disastrous
eefff499 11545 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11546
74f53697
JB
115472011-06-25 Juanma Barranquero <lekktu@gmail.com>
11548
11549 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11550
11551 * ses.el (ses-unload-function):
11552 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11553
11554 * proced.el (proced-unload-function):
11555 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11556
18a4ce5e
AR
115572011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11558
11559 * server.el (server-create-window-system-frame): Add parameters arg.
11560 (server-process-filter): Doc fix. Handle frame-parameters.
11561
519d22cc
JB
115622011-06-25 Juanma Barranquero <lekktu@gmail.com>
11563
11564 Fix bug#8730, bug#8781.
11565
11566 * loadhist.el (unload--set-major-mode): New function.
11567 (unload-feature): Use it.
11568
11569 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11570 (python-unload-function): New function.
11571
c206f5b0
SM
115722011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11575
f9ad64f3
GS
115762011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11577
11578 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11579 the candidates list.
11580
7d0da90e
JB
115812011-06-24 Juanma Barranquero <lekktu@gmail.com>
11582
11583 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11584
14b4e83d
RS
115852011-06-23 Richard Stallman <rms@gnu.org>
11586
11587 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11588 (rmail-variables): Set next-error-move-function.
11589 (rmail-what-message): Take argument POS.
11590 (rmail-next-error-move): New function.
11591
273d2baf
SM
115922011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11595 messages for adjacent non-terminals.
11596
56c2cc9a
RS
115972011-06-23 Richard Stallman <rms@gnu.org>
11598
11599 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11600 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11601 (rmail-start-mail): Don't specify use of rmail-mail-return;
11602 that's done by mail-bury now.
11603 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11604
d59eb518
MA
116052011-06-23 Michael Albinus <michael.albinus@gmx.de>
11606
11607 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11608 SIZE is a number.
11609
02cfc6d6
MR
116102011-06-23 Martin Rudalics <rudalics@gmx.at>
11611
11612 * window.el (get-lru-window, get-mru-window)
11613 (get-largest-window): Never return a minibuffer window.
11614 (display-buffer-pop-up-window): Fix a bug that could lead to
11615 reusing the minibuffer window.
11616 (display-buffer): Pass original specifier argument to
11617 display-buffer-function instead of the normalized one.
11618 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11619
4e323265
LL
116202011-06-22 Leo Liu <sdl.web@gmail.com>
11621
11622 * minibuffer.el (completing-read-function)
11623 (completing-read-default): Move from minibuf.c
11624
7a70468f
RS
116252011-06-22 Richard Stallman <rms@gnu.org>
11626
50718fc2
RS
11627 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11628 to Rmail even if not started by a special Rmail command.
11629
7a70468f
RS
11630 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11631 Copy the buffer currently showing just one message.
11632
297dde5a
RW
116332011-06-22 Roland Winkler <winkler@gnu.org>
11634
11635 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11636 (bibtex-clean-entry): First delete the old key so that a
11637 customized algorithm for generating the new key does not get
11638 confused by the old key.
11639 (bibtex-url): Obey regexp of first step.
11640 (bibtex-search-entries): Do not use add-to-list with local
11641 list-var.
11642
97bb1093
LMI
116432011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11644
11645 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11646 stored a user name, then query for the password first, instead of
11647 waiting for SMTP to give an error message and the trying again.
11648
1c0f1a19
JD
116492011-06-22 Lawrence Mitchell <wence@gmx.li>
11650
11651 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11652 BUFFER in call-process.
11653
396f7c9d
LMI
116542011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11655
11656 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11657 QUIT twice.
ddb7ffee
LMI
11658 (smtpmail-try-auth-methods): Require user name and password from
11659 auth-source.
396f7c9d 11660
8998d1b3
MR
116612011-06-22 Martin Rudalics <rudalics@gmx.at>
11662
11663 * window.el (display-buffer-default-specifiers)
11664 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11665 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11666 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11667
11668 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11669 (special-display-frame-alist, special-display-popup-frame):
11670 Remove duplicate declarations. These are now in window.el.
11671
4ea31e07
LMI
116722011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11673
c9d29fb8
SM
11674 * mail/smtpmail.el (smtpmail-via-smtp):
11675 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11676 server supports it. SMTP servers that support STARTTLS commonly
11677 require it.
11678
11679 * net/network-stream.el (network-stream-open-starttls): Support
11680 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11681 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11682
95f41d9a
LMI
11683 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11684 upgrades with `open-network-stream', and rely solely on
11685 auth-source for all credentials. Big changes throughout the file,
11686 but in particular:
c9d29fb8
SM
11687 (smtpmail-auth-credentials): Remove.
11688 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11689 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11690 MAIL FROM, too.
95f41d9a 11691
c9d29fb8
SM
11692 * net/network-stream.el (network-stream-open-starttls):
11693 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11694 STARTTLS.
11695 (auth-source): Require.
11696 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11697 (network-stream-certificate): Change cert-cert to cert and
11698 cert-key to key.
4ea31e07 11699
065ec2c7
MA
117002011-06-21 Michael Albinus <michael.albinus@gmx.de>
11701
11702 * net/tramp-cache.el (top): Don't load the persistency file when
11703 "emacs -Q" has been called.
11704
cd93b359
DR
117052011-06-21 Tim Harper <timcharper@gmail.com>
11706
d8e4b68b
JB
11707 * term/ns-win.el (ns-initialize-window-system):
11708 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11709 resource to NO as it is not yet supported by the NS port.
11710
ae9c0411
JB
117112011-06-21 Juanma Barranquero <lekktu@gmail.com>
11712
11713 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11714 (list-dynamic-libraries): ...not here.
11715
7f3f739f
LL
117162011-06-21 Leo Liu <sdl.web@gmail.com>
11717
11718 * subr.el (sha1): Implement sha1 using secure-hash.
11719
327c8fb1
MR
117202011-06-21 Martin Rudalics <rudalics@gmx.at>
11721
11722 * window.el (display-buffer-alist): In default value do not
11723 enforce searching a window on any but the selected frame.
11724 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11725 (display-buffer-select-window): Remove function.
11726 (display-buffer-in-window): When a window on another frame gets
11727 reused, do not select it any more but just raise its frame if
11728 necessary (Bug#8851) and (Bug#8856).
11729 (display-buffer-normalize-options): Handle pop-up-frames related
11730 options more faithfully.
11731 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11732 window if it is on another frame.
c9d29fb8
SM
11733 (display-buffer-alist, display-buffer-default-specifiers):
11734 Don't make new frame unsplittable by default.
9e9de014
MR
11735 (display-buffer-normalize-argument): Fix doc-string typo and use
11736 'same-frame-other-window instead of 'other-window when associating
11737 with display-buffer-macro-specifiers.
327c8fb1 11738
7cf3f556
VB
117392011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11740
11741 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11742 New functions.
11743 (5x5-mode-map, 5x5-mode-menu): Bind them.
11744 (5x5-draw-grid): Tweak the solver's rendering.
11745
60a406cf
SM
117462011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11749 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11750
d8e4b68b 117512011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11752
11753 * menu-bar.el: Use function variable instead of switch-to-buffer.
11754 (menu-bar-select-buffer-function): New variable.
60a406cf 11755 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11756
478d6f95
SM
117572011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11760 variable's status.
11761
ca530739
JD
117622011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11763
11764 * x-dnd.el (x-dnd-version-from-flags)
11765 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11766 and long as number (Bug#8899).
11767 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11768
bcd70d97
SM
117692011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11770
60a406cf 11771 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11772 (completion-try-completion, completion-all-completions): Compute the
11773 metadata argument if it's missing; make it optional (bug#8795).
11774
60a406cf 11775 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11776 (widget-complete): Use new :completion-function property.
11777 (widget-completions-at-point): New function.
11778 (default): Use :completion-function instead of :complete.
60a406cf
SM
11779 (widget-default-completions): Rename from widget-default-complete;
11780 Rewrite.
bcd70d97
SM
11781 (widget-string-complete, widget-file-complete, widget-color-complete):
11782 Remove functions.
11783 (file, symbol, function, variable, coding-system, color):
11784 * international/mule-cmds.el (default-input-method, charset)
11785 (language-info-custom-alist):
11786 * cus-edit.el (face): Use new property :completions.
11787
11788 * progmodes/pascal.el (pascal-completions-at-point): New function.
11789 (pascal-mode): Use it.
11790 (pascal-mode-map): Use completion-at-point.
11791 (pascal-toggle-completions): Make obsolete.
11792 (pascal-complete-word, pascal-show-completions):
11793 * progmodes/octave-mod.el (octave-complete-symbol):
11794 Redefine as obsolete alias.
11795 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11796 Signal absence of completion info for old Octave,
11797 (inferior-octave-complete): Redefine as obsolete alias.
11798 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11799 (meta-completions-at-point): Rename from meta-complete-symbol and
11800 adapt it for use on completion-at-point-functions.
11801 (meta-common-mode): Use it.
11802 (meta-looking-at-backward, meta-match-buffer): Remove.
11803 (meta-complete-symbol): Redefine as obsolete alias.
11804 (meta-common-mode-map): Use completion-at-point.
11805 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11806 (makefile-mode-map): Use completion-at-point.
11807 (makefile-completions-at-point): Rename from makefile-complete and
11808 adapt it for use on completion-at-point-functions.
11809 (makefile-mode): Use it.
11810 (makefile-complete): Redefine as obsolete alias.
11811
aebf69c8
DD
118122011-06-20 Deniz Dogan <deniz@dogan.se>
11813
11814 * net/rcirc.el: Delete trailing whitespaces once and for all.
11815
bfbbb27d
DC
118162011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11817
11818 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11819
d264a46b
CY
118202011-06-19 Chong Yidong <cyd@stupidchicken.com>
11821
4ca009e5
CY
11822 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11823
d264a46b
CY
11824 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11825
fbf5b3ce
MR
118262011-06-19 Martin Rudalics <rudalics@gmx.at>
11827
11828 * window.el (display-buffer-other-window-means-other-frame):
11829 Call display-buffer-normalize-alist.
11830 (display-buffer-normalize-specifiers-1): Rename to
11831 display-buffer-normalize-argument. New argument other-frame.
11832 Rewrite.
11833 (display-buffer-normalize-specifiers-2): Rename to
11834 display-buffer-normalize-options.
11835 (display-buffer-normalize-alist-1): New function.
11836 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11837 display-buffer-normalize-alist.
11838 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11839 (display-buffer-normalize-options-inhibit): New variable.
11840 (display-buffer-normalize-specifiers): Rewrite calling
11841 display-buffer-normalize-alist,
11842 display-buffer-normalize-argument, and
11843 display-buffer-normalize-options. Don't call the latter if
11844 display-buffer-normalize-options-inhibit is non-nil.
11845 (frame-auto-delete): New option.
11846 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11847 (window-list-no-nils, window-state-ignored-parameters)
11848 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11849 (window-state-put-1, window-state-put-2, window-state-put):
11850 New functions.
9a028c23
MR
11851 (display-buffer-normalize-options): Move special-display-p group
11852 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 11853
6d10d800
CY
118542011-06-18 Chong Yidong <cyd@stupidchicken.com>
11855
6420d28b
CY
11856 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11857 groups (Bug#8776).
11858 (rx-submatch-n): New function.
11859 (rx): Document it.
11860
ddb8b596
CY
11861 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11862 (Bug#8768).
11863
11864 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11865
77080289
CY
11866 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11867
61dfb316
CY
11868 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11869 anytime existing face settings are present (Bug#8889).
11870
6d10d800
CY
11871 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11872 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11873 Remove unused argument.
11874
be3fb2b8
MR
118752011-06-18 Martin Rudalics <rudalics@gmx.at>
11876
bcd70d97
SM
11877 * window.el (display-buffer-default-specifiers):
11878 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
11879 pop-up-window-min-width, and another reuse-window specifier
11880 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
11881 (display-buffer-normalize-specifiers-2):
11882 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
11883 pop-up-windows is unset. Add a reuse-window specifier for the
11884 case popping up a new window fails.
11885 (special-display-popup-frame): Remove double quoting.
28dec25a 11886 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 11887
1c6d8c76
SM
118882011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11891 according to comint-completion-addsuffix.
11892
11893 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11894 (pcomplete-suffix-list): Mark as obsolete.
11895 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11896 pcomplete-seen in the closure.
11897 (pcomplete-comint-setup): Setup completion-at-point as well.
11898 (pcomplete--entries): New function.
11899 (pcomplete--env-regexp): New var.
11900 (pcomplete-entries): Rewrite to work with partial-completion and
11901 without relying on pcomplete-suffix-list.
11902 (pcomplete-pare-list): Remove, unused.
11903
25aef8b8
MR
119042011-06-17 Martin Rudalics <rudalics@gmx.at>
11905
11906 * window.el (display-buffer-alist): Set pop-up-window-min-height
11907 and pop-up-window-min-width in default value. Reported by
11908 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11909 other-window-means-other-frame.
11910 (display-buffer-macro-specifiers): Comment out entry for
11911 other-window specifier.
11912 (display-buffer-other-window-means-other-frame): New function.
11913 (display-buffer-normalize-specifiers-1): New arguments
11914 buffer-name and label. Treat other-window case specially.
11915 (display-buffer-normalize-specifiers-2): Treat other-window case
11916 specially.
11917 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
11918 (display-buffer-normalize-specifiers):
11919 Call display-buffer-normalize-specifiers-3.
25aef8b8 11920
dbad4f69
MR
119212011-06-17 Martin Rudalics <rudalics@gmx.at>
11922
11923 * window.el (same-window-p): Fix two typos introduced when
11924 adding with-no-warnings.
d1067961
MR
11925 (display-buffer-normalize-specifiers-1): Don't check
11926 pop-up-frames for 'unset initialization.
11927 (display-buffer-normalize-specifiers-2): Major rewrite using
11928 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11929 (pop-up-frames, display-buffer-reuse-frames)
11930 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11931 Suggested by David Engster <deng@randomsample.de>.
11932 (even-window-heights): Initialize to 'unset.
11933 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
11934 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11935 other window case.
dbad4f69 11936
9b9c9e3a
MR
119372011-06-16 Martin Rudalics <rudalics@gmx.at>
11938
bcd70d97
SM
11939 * window.el (display-buffer-normalize-specifiers-1):
11940 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 11941 second argument of display-buffer (Bug#8865).
981d5c09
MR
11942 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11943 (switch-to-buffer-other-window-same-frame)
11944 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11945 Adams (Bug#8875).
9c2755e9
MR
11946 (display-buffer): Don't check noninteractive when calling
11947 display-buffer-pop-up-frame.
11948 (display-buffer-pop-up-frame): Never pop up a frame in
11949 noninteractive mode (Bug#8857).
67222e1d
MR
11950 (enlarge-window, shrink-window): Don't report an error when the
11951 window can't be resized as requested (Bug#8862).
9b9c9e3a 11952
2b75be67
SM
119532011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11954
9ffdd3ba
SM
11955 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11956
cb581a67
SM
11957 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11958
2b75be67
SM
11959 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11960
8c0e3589
AM
119612011-06-15 Alan Mackenzie <acm@muc.de>
11962
cb581a67
SM
11963 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11964 for declarators, disable knr checking to speed up for normal files.
11965 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 11966
b96e6cde
LMI
119672011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11968
4bba86e6
LMI
11969 * net/network-stream.el (open-network-stream): Add the keyword
11970 :always-query-capabilities for the case where you want to force a
11971 `plain' network connection, but the protocol still requires the
11972 capabilitiy command (i.e., SMTP and EHLO).
11973
2b75be67 11974 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
11975 consistency with other `-live-p' functions.
11976
efdcdbf8
SM
119772011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * window.el (same-window-buffer-names, same-window-regexps)
11980 (special-display-frame-alist, special-display-popup-frame)
11981 (special-display-function, special-display-buffer-names)
11982 (special-display-regexps, pop-up-frame-alist)
11983 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11984 (pop-up-windows, split-window-preferred-function)
11985 (split-height-threshold, split-width-threshold, even-window-heights)
11986 (display-buffer-mark-dedicated): Don't encourage the use of
11987 display-buffer-alist from Elisp code.
11988
c5cde042
DN
119892011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11990
11991 * progmodes/python.el (python-mode): Derive from prog-mode.
11992 * progmodes/ps-mode.el (ps-mode):
11993 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 11994 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
11995 * progmodes/ld-script.el (ld-script-mode): Likewise.
11996
baa1c9ab
MR
119972011-06-15 Martin Rudalics <rudalics@gmx.at>
11998
11999 * window.el (display-buffer-alist): Trim default value to avoid
12000 popping up a new frame (Bug#8857) or reusing an arbitrary window
12001 on another frame.
12002 (display-buffer): Do not fall back on popping up a new frame in
12003 batch mode (Bug#8857).
12004
c5dd5a51
CY
120052011-06-14 Chong Yidong <cyd@stupidchicken.com>
12006
12007 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12008 (custom-theme-summary): New function.
12009 (customize-themes): Use it.
12010
d647b7c4
GM
120112011-06-13 Glenn Morris <rgm@gnu.org>
12012
12013 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12014
9481c002
MR
120152011-06-13 Martin Rudalics <rudalics@gmx.at>
12016
357f93d2
MR
12017 * help.el (help-window): Remove variable.
12018 (help-window-point-marker, temp-buffer-max-height)
12019 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12020 (help-print-return-message): Don't set help-window.
12021 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12022 (help-window-setup-finish): Remove.
12023 (help-window-display-message, help-window-setup)
12024 (with-help-window): Major rewrite based on new
12025 display-buffer-window variable.
12026
12027 * help-mode.el (help-mode-finish): Remove help-window related
12028 code.
12029
12030 * view.el (view-exits-all-viewing-windows): Remove reference to
12031 view-return-to-alist in doc-string.
12032 (view-return-to-alist): Make obsolete.
12033 (view-buffer): Call pop-to-buffer-same-window and remove
12034 undo-window code.
12035 (view-buffer-other-window): Call pop-to-buffer-other-window and
12036 simplify code. Ignore second argument.
12037 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12038 simplify code. Ignore second argument.
12039 (view-return-to-alist-update): Make obsolete.
12040 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12041 Rewrite using quit-restore window parameters.
2b75be67
SM
12042 (view-mode-exit): Rename second argument to EXIT-ONLY.
12043 Rewrite using quit-restore-window.
357f93d2
MR
12044 (View-exit, View-exit-and-edit, View-leave, View-quit)
12045 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12046 appropriate arguments.
12047 (view-end-message): Use quit-restore window parameter.
12048
9481c002
MR
12049 * window.el (display-buffer-function): Rewrite doc-string.
12050 (display-buffer-window, display-buffer-alist): New variables.
12051 (display-buffer-split-specifiers)
12052 (display-buffer-side-specifiers)
12053 (display-buffer-macro-specifiers): New constants.
12054 (display-buffer-even-window-sizes, display-buffer-set-height)
12055 (display-buffer-set-width, display-buffer-select-window)
12056 (display-buffer-in-window, display-buffer-reuse-window)
12057 (display-buffer-split-window-1, display-buffer-split-window)
12058 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12059 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12060 (display-buffer-in-side-window, normalize-buffer-to-display)
12061 (display-buffer-normalize-specifiers-1)
12062 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12063 (display-buffer-normalize-specifiers, display-buffer-frame):
12064 New functions.
9481c002
MR
12065 (display-buffer): Major rewrite.
12066 (display-buffer-other-window, display-buffer-other-frame)
12067 (pop-to-buffer, switch-to-buffer-other-window)
12068 (switch-to-buffer-other-frame): Rewrite.
12069 (display-buffer-same-window, display-buffer-same-frame)
12070 (display-buffer-same-frame-other-window)
12071 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12072 (pop-to-buffer-other-window)
12073 (pop-to-buffer-same-frame-other-window)
12074 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12075 (switch-to-buffer-other-window-same-frame): New functions.
12076 (same-window-p, special-display-p): Rewrite disabling warnings.
12077 Make obsolete.
12078 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12079 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12080 Make obsolete
12081 (same-window-buffer-names, same-window-regexps)
12082 (special-display-frame-alist, special-display-popup-frame)
12083 (special-display-function, special-display-buffer-names)
12084 (special-display-regexps, pop-up-frame-alist)
12085 (pop-up-frame-function, split-window-preferred-function)
12086 (split-height-threshold, split-width-threshold)
12087 (even-window-heights): Make obsolete.
12088
9db51aca
GM
120892011-06-12 Glenn Morris <rgm@gnu.org>
12090
12091 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12092 Misc simplifications.
9db51aca 12093
39cffb44
MR
120942011-06-12 Martin Rudalics <rudalics@gmx.at>
12095
12096 * window.el (window-safely-shrinkable-p): Restore function which
12097 was inadvertently removed in change from 2011-06-11. Declare as
12098 obsolete.
12099
2b75be67
SM
12100 * calendar/calendar.el (calendar-generate-window):
12101 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12102 window-safely-shrinkable-p.
12103
a8955be7
GM
121042011-06-12 Glenn Morris <rgm@gnu.org>
12105
12106 * progmodes/fortran.el (fortran-mode-syntax-table):
12107 * progmodes/f90.el (f90-mode-syntax-table):
12108 Set % to punctuation. (Bug#8820)
12109 (f90-find-tag-default): Remove, no longer needed.
12110
f0d4059d
DC
121112011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12112
12113 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12114
1100a63c
CY
121152011-06-11 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * image.el (image-animated-p): Return animation delay in seconds.
12118 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12119 (image-animate-timeout): Remove DELAY argument. Don't assume
12120 every subimage has the same delay; get it from image-animated-p.
12121 (image-animate): Caller changed.
12122
def722bf
MA
121232011-06-11 Michael Albinus <michael.albinus@gmx.de>
12124
12125 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12126 to ignored backtrace functions.
12127
0a2bb1a9
GM
121282011-06-11 Glenn Morris <rgm@gnu.org>
12129
12130 * calendar/appt.el (appt-disp-window-function): Doc fix.
12131 (appt-check): Handle overlapping appointments. (Bug#8337)
12132
6198ccd0
MR
121332011-06-11 Martin Rudalics <rudalics@gmx.at>
12134
12135 * window.el (window-tree-1, window-tree): New functions, moving
12136 the latter to window.el.
12137 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12138 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12139 (bw-refresh-edges): Remove.
12140 (balance-windows-1, balance-windows-2): New functions.
12141 (balance-windows): Rewrite in terms of window tree functions,
12142 balance-windows-1 and balance-windows-2.
12143 (bw-adjust-window): Remove.
12144 (balance-windows-area-adjust): New function with functionality of
12145 bw-adjust-window but using resize-window.
2b75be67
SM
12146 (set-window-text-height): Rewrite doc-string.
12147 Use normalize-live-window and resize-window.
12148 (enlarge-window-horizontally, shrink-window-horizontally):
12149 Rename argument to DELTA.
6198ccd0
MR
12150 (window-buffer-height): New function.
12151 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12152 Rewrite using new window resize routines.
2b75be67
SM
12153 (kill-buffer-and-window, mouse-autoselect-window-select):
12154 Use ignore-errors instead of condition-case.
6198ccd0
MR
12155 (quit-window): Call delete-frame instead of delete-windows-on
12156 for the only buffer on frame.
12157
9397e56f
MR
121582011-06-10 Martin Rudalics <rudalics@gmx.at>
12159
12160 * loadup.el (top-level): Load window before files for the sake
12161 of replace-buffer-in-windows.
12162
12163 * files.el (read-buffer-to-switch)
12164 (switch-to-buffer-other-window)
2b75be67
SM
12165 (switch-to-buffer-other-frame, display-buffer-other-frame):
12166 Move to window.el.
9397e56f
MR
12167
12168 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12169 (previous-buffer): Move to window.el.
12170
12171 * bindings.el (unbury-buffer): Move to window.el.
12172
12173 * window.el (delete-other-windows-vertically): Move after
12174 definition of delete-other-windows.
12175 (other-window, delete-windows-on, replace-buffer-in-windows):
12176 Move here from window.c.
12177 (record-window-buffer, unrecord-window-buffer)
12178 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12179 (switch-to-next-buffer): New functions.
12180 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12181 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12182 (previous-buffer): Move here from simple.el.
12183 Call switch-to-prev-buffer.
9397e56f
MR
12184 (bury-buffer): Move here from buffer.c. Switch to previous
12185 buffer when window cannot be deleted.
12186 (unbury-buffer): Move here from bindings.el.
12187 (ctl-x-map): Move binding for other-window from window.c to
12188 here.
12189 (read-buffer-to-switch, switch-to-buffer-other-window)
12190 (switch-to-buffer-other-frame): Move here from files.el.
12191 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12192 (switch-to-buffer): Move here from buffer.c.
12193 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12194
562dd5e9
MR
121952011-06-10 Martin Rudalics <rudalics@gmx.at>
12196
12197 * window.el (window-min-height, window-min-width): Move here
12198 from window.c. Add defcustoms and rewrite doc-strings.
12199 (resize-mini-window, resize-window): New functions.
12200 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12201 Move here from window.c.
12202 (maximize-window, minimize-window): New functions.
12203 (delete-window, delete-other-windows, split-window): Move here
12204 from window.c.
12205 (window-split-min-size): New function.
12206 (split-window-keep-point): Mention split-window-above-each-other
12207 instead of split-window-vertically.
2b75be67 12208 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12209 Rename split-window-vertically to split-window-above-each-other
12210 and provide defalias for old definition.
12211 (split-window-side-by-side, split-window-horizontally):
12212 Rename split-window-horizontally to split-window-side-by-side
12213 and provide defalias for the old definition.
562dd5e9
MR
12214 (ctl-x-map): Move bindings for delete-window,
12215 delete-other-windows and enlarge-window here from window.c.
12216 Replace bindings for split-window-vertically and
12217 split-window-horizontally by bindings for
12218 split-window-above-each-other and split-window-side-by-side.
12219
12220 * cus-start.el (all): Remove entries for window-min-height and
12221 window-min-width. Add entries for window-splits and
12222 window-nest.
12223
f0da764a
GM
122242011-06-09 Glenn Morris <rgm@gnu.org>
12225
80675c21
GM
12226 * calendar/appt.el (appt-mode-line): New function.
12227 (appt-check, appt-disp-window): Use it.
12228
f0da764a
GM
12229 * files.el (hack-one-local-variable-eval-safep):
12230 Allow minor-modes with explicit +/-1 arguments.
12231
59f623b7
TZ
122322011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12233
12234 * term/xterm.el (xterm): Add defgroup.
12235 (xterm-extra-capabilities): Add defcustom to supply known xterm
12236 capabilities, skip querying them, or query them (default).
12237 (terminal-init-xterm): Use it.
12238 (terminal-init-xterm-modify-other-keys): New function to set up
12239 modifyOtherKeys support to simplify `terminal-init-xterm'.
12240
9aab8e0d
MR
122412011-06-09 Martin Rudalics <rudalics@gmx.at>
12242
12243 * window.el (resize-window-reset, resize-window-reset-1)
12244 (resize-subwindows-skip-p, resize-subwindows-normal)
12245 (resize-subwindows, resize-other-windows, resize-this-window)
12246 (resize-root-window, resize-root-window-vertically)
12247 (window-deletable-p, window-or-subwindow-p)
12248 (frame-root-window-p): New functions.
12249
e8b08aee
GM
122502011-06-09 Glenn Morris <rgm@gnu.org>
12251
12252 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12253 (ange-ftp-get-files): Use it.
12254
254c37a5
AK
122552011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12256
12257 * mail/sendmail.el (mail-recover-1, mail-recover):
12258 * files.el (recover-file, recover-session):
12259 Handle dired-listing-switches not being just a single short option.
12260
35d7dbd3
GM
122612011-06-09 Glenn Morris <rgm@gnu.org>
12262
12263 * calendar/appt.el (appt-display-message, appt-disp-window):
12264 Handle lists of appointments.
12265
387522b2
MR
122662011-06-08 Martin Rudalics <rudalics@gmx.at>
12267
2b75be67
SM
12268 * window.el (one-window-p): Move down in code.
12269 Rewrite doc-string.
12270 (window-current-scroll-bars): Rewrite doc-string.
12271 Normalize live window argument.
387522b2
MR
12272 (walk-windows, get-window-with-predicate, count-windows):
12273 Rewrite doc-string. Use window-list-1.
12274 (window-in-direction-2, window-in-direction, get-mru-window):
12275 New functions.
12276
d8e4b68b 122772011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12278
12279 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12280 Doc fix (Bug#8713).
12281
122822011-06-08 Chong Yidong <cyd@stupidchicken.com>
12283
12284 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12285
122862011-06-08 Juanma Barranquero <lekktu@gmail.com>
12287
12288 * loadhist.el (unload-feature-special-hooks):
12289 Add `comint-output-filter-functions'.
12290
0de12c52
IK
122912011-06-08 Ivan Kanis <gnu@kanis.fr>
12292
12293 * calendar/appt.el (appt-check): Move some initializations into the let.
12294
f3d1777e
MR
122952011-06-08 Martin Rudalics <rudalics@gmx.at>
12296
12297 * window.el (window-height): Defalias to window-total-height.
12298 (window-width): Defalias to window-body-width.
12299
18af70d0
CY
123002011-06-07 Chong Yidong <cyd@stupidchicken.com>
12301
12302 * image-mode.el (image-toggle-animation): New command.
12303 (image-mode-map): Bind it to RET.
12304 (image-mode): Update message.
12305 (image-toggle-display-image): Avoid a spurious cache flush.
12306 (image-transform-rotation): Doc fix.
12307 (image-transform-properties): Return quickly in the normal case.
12308 (image-animate-loop): Rename from image-animate-max-time.
12309
2b75be67 12310 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12311 (create-animated-image): Remove unnecessary function.
12312 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12313 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12314 (image-animate-timer): Use car-safe.
12315 (image-animate-timeout): Rename argument.
12316
190b47e6
MR
123172011-06-07 Martin Rudalics <rudalics@gmx.at>
12318
12319 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12320 window.c. Rename first argument to ALL-FRAMES.
12321 Rephrase doc-strings.
12322 (get-buffer-window-list): Rewrite using window-list-1.
12323 Rephrase doc-string.
a1511caf
MR
12324 (window-safe-min-height, window-safe-min-width): New constants.
12325 (window-size-ignore, window-min-size, window-min-size-1)
12326 (window-sizable, window-sizable-p, window-size-fixed-1)
12327 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12328 (window-max-delta-1, window-max-delta, window-resizable)
12329 (window-resizable-p, window-total-height, window-total-width)
12330 (window-body-width): New functions.
12331 (window-full-height-p, window-full-width-p): Rewrite using
12332 window-total-size.
12333 (window-body-height): Rewrite using window-body-size.
190b47e6 12334
85cc1f11
MR
123352011-06-06 Martin Rudalics <rudalics@gmx.at>
12336
12337 * window.el (window-right, window-left, window-child)
12338 (window-child-count, window-last-child, window-any-p)
12339 (normalize-live-buffer, normalize-live-frame)
12340 (normalize-any-window, normalize-live-window)
12341 (window-iso-combination-p, window-iso-combined-p)
12342 (window-iso-combinations)
12343 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12344 (windows-with-parameter, window-with-parameter)
12345 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12346 (window-atom-check, window-side-check, window-check):
12347 New functions.
85cc1f11
MR
12348 (ignore-window-parameters, window-sides, window-sides-vertical)
12349 (window-sides-slots): New variables.
12350 (window-size-fixed): Move down in code. Minor doc-string fix.
12351
e7156492
AS
123522011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12353
12354 * comint.el (comint-dynamic-complete-as-filename)
12355 (comint-dynamic-complete-filename): Correctly call
12356 completion-in-region.
12357
7e821d0d
DD
123582011-06-05 Deniz Dogan <deniz@dogan.se>
12359
12360 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12361 in last change.
12362
ac09b8a1
DD
123632011-06-05 Deniz Dogan <deniz@dogan.se>
12364
12365 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12366 (rcirc): Use it to prompt for encryption.
12367
34699b85
RW
123682011-06-05 Roland Winkler <winkler@gnu.org>
12369
12370 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12371 (bibtex-search-entries): New command bound to C-c C-a.
12372 (bibtex-display-entries): New function.
12373
004dedd3
RW
123742011-06-05 Roland Winkler <winkler@gnu.org>
12375
12376 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12377 (bibtex-insert-kill): After yanking insert newline if necessary.
12378 (bibtex-initialize): Call bibtex-string-files-init only once.
12379 (bibtex-mode): Do not call easy-menu-add.
12380 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12381 (bibtex-yank): Set arg properly if nil.
12382
022fe7ce
RW
123832011-06-05 Roland Winkler <winkler@gnu.org>
12384
2b75be67
SM
12385 * textmodes/bibtex.el (bibtex-search-entry-globally):
12386 New variable.
022fe7ce
RW
12387 (bibtex-search-entry): Use it.
12388
b7c3692a
RW
123892011-06-05 Roland Winkler <winkler@gnu.org>
12390
12391 * textmodes/bibtex.el (bibtex-entry-format): New option
12392 sort-fields.
12393 (bibtex-format-entry, bibtex-reformat): Honor this option.
12394 (bibtex-parse-entry): Return fields in proper order.
12395
8eda563d
JB
123962011-06-05 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * doc-view.el (doc-view-remove-if): Move computation of result out
12399 of `dolist' to silence misleading lexical-binding warning.
12400
7dbe3dbc
CY
124012011-06-04 Chong Yidong <cyd@stupidchicken.com>
12402
12403 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12404 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12405
0c33dd17
MA
124062011-06-04 Michael Albinus <michael.albinus@gmx.de>
12407
12408 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12409 "SunOS 5.10".
12410
f8f91c2b
MA
124112011-06-04 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12414 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12415 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12416 (tramp-parse-putty):
12417 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12418 (tramp-completion-function-alist-ssh)
12419 (tramp-completion-function-alist-telnet)
12420 (tramp-completion-function-alist-su)
12421 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12422 cookie.
12423
12424 * net/tramp-ftp.el:
12425 * net/tramp-sh.el:
12426 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12427 load "tramp.el" `tramp-set-completion-function'.
12428
e17d9003
SM
124292011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * shell.el: Require and use pcomplete.
12432 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12433 (shell-completion-vars): Set pcomplete-default-completion-function.
12434
6c4cab03
DD
124352011-06-04 Deniz Dogan <deniz@dogan.se>
12436
12437 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12438 `memq' (Bug#8799).
12439
ea9fafe0
SM
124402011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12441
12442 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12443
b3e945d3
JB
124442011-06-02 Juanma Barranquero <lekktu@gmail.com>
12445
12446 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12447 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12448 * vc/log-view.el (log-view-beginning-of-defun):
12449 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12450 (smerge-refine-forward, smerge-refine-chopup-region):
12451 Silence warning for unused `dotimes' counter variables.
12452
7d520089
SM
124532011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * net/tramp.el (tramp-with-progress-reporter): Rename from
12456 with-progress-reporter. Use `declare'.
12457 * net/tramp-smb.el:
12458 * net/tramp-sh.el:
12459 * net/tramp-gvfs.el: Update all uses.
12460
a1c2400f
JB
124612011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12462
12463 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12464 buffer isn't killed before making it current.
12465
2403c841
SM
124662011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 Silence various byte-compiler warnings.
12469 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12470 `access-type' and new obsolescence format.
12471 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12472 new format.
12473 (byte-compile-check-variable): New `access-type' argument.
12474 Only warn if the access-type is obsolete.
12475 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12476 (byte-compile-variable-set): Adjust callers.
12477 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12478 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12479 setting it as obsolete.
12480 * simple.el (minibuffer-completing-symbol):
12481 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12482 access as obsolete.
12483 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12484 obsolete yet.
12485 * international/quail.el (quail-mouse-choose-completion): Remove unused
12486 code referring to obsolete var.
12487 (quail-choose-completion-string): Remove.
12488 * server.el (server-clients-with, server-kill-buffer-query-function)
12489 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12490 * proced.el (proced-send-signal):
12491 * emacs-lisp/lisp.el (lisp-complete-symbol):
12492 Replace completion-annotate-function with completion-extra-properties.
12493
2462470b
SM
124942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12495
fb5b2591
SM
12496 * simple.el (goto-line): Use read-number.
12497 (overriding-map-is-bound): Remove.
12498 (saved-overriding-map): Change default.
12499 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12500 Take the map as argument.
12501 (universal-argument, negative-argument, digit-argument): Use it.
12502 (restore-overriding-map): Adjust.
12503 (do-auto-fill): Use fill-forward-paragraph.
12504 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12505
fd6fa53f
SM
12506 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12507 (minibuffer-inactive-mode): New major mode.
12508 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12509 the *Messages* buffer" hack.
12510 (mouse-popup-menubar): Don't burp if the event is a normal key.
12511
2462470b
SM
12512 Miscellaneous tweaks.
12513 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12514 lexical scoping as in subr.el's dolist and dotimes.
12515 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12516 Silence compiler warning.
12517 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12518 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12519 * international/ccl.el (ccl-compile): Trivial simplification.
12520 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12521 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12522 `printflag' argument.
12523 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12524 Purecopy the whole obsolescence data.
12525
108bf785
LL
125262011-06-01 Leo Liu <sdl.web@gmail.com>
12527
12528 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12529 improve doc-string as suggested by Marco Pessotto
12530 <melmothx@gmail.com>.
12531 (rcirc-print): Fix last change.
12532
30a23501
SM
125332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * minibuffer.el (complete-with-action): Return nil for the metadata and
12536 boundaries of non-functional tables.
12537 (completion-table-dynamic): Return nil for the metadata.
12538 (completion-table-with-terminator): Add default case, using
12539 complete-with-action.
12540 (completion--metadata): New function.
12541 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12542 to try and avoid pathological performance problems.
12543 (completion--embedded-envvar-table): Return `category' metadata.
12544
bcd54f83
LMI
125452011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12546
12547 * subr.el (process-alive-p): New tiny convenience function.
12548
e227544d
SM
125492011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12552 content but also its previous major mode.
12553
e8296fdc
HE
125542011-05-31 Helmut Eller <eller.helmut@gmail.com>
12555
4d61f28d 12556 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12557 *Backtrace* buffer when we exit with C-M-c.
12558
620c53a6
SM
125592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * minibuffer.el: Add metadata method to completion tables.
12562 (completion-category-overrides): New defcustom.
12563 (completion-metadata, completion--field-metadata)
12564 (completion-metadata-get, completion--styles)
12565 (completion--cycle-threshold): New functions.
12566 (completion-try-completion, completion-all-completions):
12567 Add `metadata' argument to choose completion-styles.
12568 (completion--do-completion): Use metadata to choose cycling.
12569 (completion-all-sorted-completions): Use metadata for sorting.
12570 Remove :completion-cycle-penalty which is not needed any more.
12571 (completion--try-word-completion): Add `metadata' argument.
12572 (minibuffer-completion-help): Check metadata for annotation function
12573 and sorting.
12574 (completion-file-name-table): Return `category' metadata.
12575 (minibuffer-completing-file-name): Make obsolete.
12576 * simple.el (minibuffer-completing-symbol): Make obsolete.
12577 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12578 completion-try-completion.
12579
1257e755
SM
125802011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12583
3767e706
LL
125842011-05-30 Leo Liu <sdl.web@gmail.com>
12585
12586 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12587 (rcirc-print): Decode all incoming messages (bug#8744).
12588 (rcirc-decode-coding-system): Allow value nil for automatic coding
12589 system detection.
3767e706 12590
d1a5d56a
GM
125912011-06-01 Glenn Morris <rgm@gnu.org>
12592
12593 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12594
e8cbec34
CY
125952011-05-29 Chong Yidong <cyd@stupidchicken.com>
12596
12597 * image.el (image-animate-max-time): Allow nil and t values.
12598 Default to nil.
12599 (create-animated-image): Doc fix.
12600 (image-animate-start): Remove second arg; just use
12601 image-animate-max-time.
12602 (image-animate-timeout): Doc fix. Args changed.
12603
12604 * image-mode.el (image-toggle-display-image): Ensure that the
12605 image spec passed to the animate timer is the same object as in
58179cce 12606 the buffer's display property (Bug#6981).
e8cbec34
CY
12607 (image-transform-properties): Doc fix.
12608
12609 * image.el (image-animate-max-time): Default to nil.
12610
159daf87
MR
126112011-05-29 Martin Rudalics <rudalics@gmx.at>
12612
12613 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12614 entire buffer list (Bug#8184).
12615
d66c4c7c
CY
126162011-05-29 Chong Yidong <cyd@stupidchicken.com>
12617
12618 * image.el (imagemagick-types-inhibit)
12619 (imagemagick-register-types): Doc fix.
12620
80aec780
DD
126212011-05-29 Deniz Dogan <deniz@dogan.se>
12622
12623 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12624 default.
12625
1dd3c2d9
CY
126262011-05-29 Chong Yidong <cyd@stupidchicken.com>
12627
12628 * select.el: Don't perform clipboard-manager saving in hooks;
12629 leave the hooks empty.
12630
60e56523
LL
126312011-05-28 Leo Liu <sdl.web@gmail.com>
12632
12633 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12634 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12635 (occur-edit-mode): New major mode (Bug#8463).
12636 (occur-after-change-function): New function.
12637 (occur-engine): Give Occur tags a read-only property.
12638
2b1e1a22
KR
126392011-05-28 Kevin Ryde <user42@zip.com.au>
12640
12641 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12642
5d344e88
CY
126432011-05-28 Chong Yidong <cyd@stupidchicken.com>
12644
8e6ca83d
CY
12645 * bindings.el (help-echo): Make the initial non-indicator dash
12646 empty on graphical terminals (Bug#7295).
12647
5d344e88
CY
12648 * files.el (auto-mode-alist): Move config rule after the
12649 in-stripping one (Bug#8547).
12650
bfbbace7
CY
12651 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12652
fbeba6e2
CY
12653 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12654 setting (Bug#8740).
12655
60ed8c72
AA
126562011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12657
4ac619f0
AA
12658 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12659 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12660 (Bug#8539).
60ed8c72 12661
23db196e
CY
126622011-05-28 Chong Yidong <cyd@stupidchicken.com>
12663
12664 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12665
5012f24c
DK
126662011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12667
12668 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12669 (hs-hide-block-at-point, hs-find-block-beginning)
12670 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12671 (Bug#8279).
12672
6a639b16
GM
126732011-05-28 Glenn Morris <rgm@gnu.org>
12674
12675 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12676
d43eaf2c
CY
126772011-05-28 Chong Yidong <cyd@stupidchicken.com>
12678
5199bde1
CY
12679 * help-fns.el (describe-function-1): If the function is a derived
12680 major mode, print the parent mode.
12681
d43eaf2c
CY
12682 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12683 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12684
423428a8
SM
126852011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12686
0ff8e1ba 12687 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12688 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12689 * progmodes/etags.el (tags-completion-at-point-function):
12690 * info-look.el (info-lookup-completions-at-point): Mark as
12691 non-exclusive.
12692 (info-complete): Adjust accordingly.
12693
423428a8
SM
12694 * info-look.el: Convert to lexical-binding and completion-at-point.
12695 (info-lookup-completions-at-point): New function.
12696 (info-complete): Use it and completion-in-region.
12697
b74aa22b
DA
126982011-05-28 Drew Adams <drew.adams@oracle.com>
12699
12700 * isearch.el: Let M-e start with point at the first mismatched char.
12701 (isearch-fail-pos): New function.
12702 (isearch-edit-string): Use it.
12703
66e2e71d
DK
127042011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12705
12706 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12707
b1890b0f 127082011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12709
12710 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12711 traversal functions for avl-trees.
12712 (avl-tree--stack): New struct.
12713 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12714 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12715 (avl-tree--do-enter): Add optional `updatefun' arg.
12716 Change return value.
eb95d01d 12717 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12718 (avl-tree--do-delete): Add `test' and `nilflag' args.
12719 Change return value.
eb95d01d
TC
12720 (avl-tree-member): Add optional `nilflag'
12721 (avl-tree-member-p): New function.
12722 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12723 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12724 (avl-tree-stack-empty-p): New functions.
12725
3769ddcf
TC
12726 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12727 avl-tree--del-balance1 and make it work both ways.
12728 (avl-tree--del-balance2): Remove.
12729 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12730 make it work both ways.
12731 (avl-tree--enter-balance2): Remove.
12732 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12733 New macros.
12734 (avl-tree--mapc, avl-tree-map): Add direction argument.
12735
eb95d01d 127362011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12737
12738 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12739
a9f737ee
CY
127402011-05-27 Chong Yidong <cyd@stupidchicken.com>
12741
12742 * select.el: Support clipboard managers with built-in function
12743 x-clipboard-manager-save, via delete-frame-functions and
12744 kill-emacs-hook.
12745 (xselect-convert-to-targets): Add MULTIPLE target to list.
12746 (xselect-convert-to-save-targets): New function.
12747
c92a1e54
KH
127482011-05-27 Kenichi Handa <handa@m17n.org>
12749
12750 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12751 let-binding rfc2047-encode-encoded-words to nil.
12752
e145f188
GM
127532011-05-27 Glenn Morris <rgm@gnu.org>
12754
5ec8a862
GM
12755 * mail/emacsbug.el: Don't require url-util.
12756
4b29d9fb
GM
12757 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12758
e145f188
GM
12759 * files.el (set-auto-mode):
12760 Also respect mode: entries at the end of the file. (Bug#8586)
12761
7d15102b
GM
127622011-05-26 Glenn Morris <rgm@gnu.org>
12763
98f593b8
GM
12764 * files.el (hack-local-variables-prop-line, hack-local-variables):
12765 Downcase mode names, as seems to be traditional.
27b48e63 12766 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12767
7d15102b
GM
12768 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12769 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12770
51d5b4ec
JD
127712011-05-25 Julien Danjou <julien@danjou.info>
12772
12773 * textmodes/rst.el (rst-define-level-faces): Do not define face
12774 symbol if it is already defined.
12775
91513f63
VB
127762011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12777
12778 * play/5x5.el (5x5-new-game, 5x5-randomize):
12779 Reset 5x5-solver-output to nil when a new grid is cast.
12780 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12781 these debugging traces, as defmacro breaks the compiled code.
12782
4d90d6d0
DK
127832011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12784
12785 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12786
e1b90ef6
LL
127872011-05-24 Leo Liu <sdl.web@gmail.com>
12788
12789 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12790 (vc-bzr-sha1): Adapt.
12791
d8e4b68b 12792 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12793
12794 * bindings.el: Provide sha1 feature.
12795
db0406bb 127962011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12797
12798 * mail/sendmail.el: Require `rfc2047'.
12799 (mail-insert-from-field): Do not perform RFC2047 encoding.
12800 (mail-encode-header): New function.
12801 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12802 buffer to the return value of select-message-coding-system.
12803 Call mail-encode-header.
b8d747b9
KH
12804
12805 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12806
db0406bb 128072011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12808
4d90d6d0
DK
12809 * mail/supercite.el (sc-default-cite-frame):
12810 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12811
eb8a5e9b
GM
128122011-05-24 Glenn Morris <rgm@gnu.org>
12813
f8630703
GM
12814 * progmodes/python.el (brm-menu): Declare.
12815
8831bbed
GM
12816 * emulation/viper.el (viper-set-hooks): Declare.
12817
eb8a5e9b
GM
12818 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12819 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12820 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12821 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12822 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12823 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12824
a2a25d24
SM
128252011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 Add an :exit-function for completion-at-point.
12828
12829 * minibuffer.el (completion--done): New fun.
12830 (completion--do-completion): Use it. New arg `expect-exact'.
12831 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12832 since completion--do-completion does it for us now.
12833 (minibuffer-force-complete): Use completion--done and
12834 completion--replace. Handle sole-completion case with more care.
12835 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12836 (completion-extra-properties): New var.
12837 (completion-annotate-function): Make obsolete.
12838 (minibuffer-completion-help): Adjust accordingly.
12839 Use completion-list-insert-choice-function.
12840 (completion-at-point, completion-help-at-point):
12841 Bind completion-extra-properties.
12842 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12843 * simple.el (completion-list-insert-choice-function): New var.
12844 (completion-setup-function): Preserve it.
12845 (choose-completion): Pay attention to it, shuffle the code a bit.
12846 (choose-completion-string): New arg `insert-function'.
12847
12848 * textmodes/bibtex.el: Convert to lexical binding.
12849 (bibtex-mode-map): Use completion-at-point.
12850 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12851 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12852 (bibtex-complete): Define as obsolete alias.
12853 (bibtex-complete-internal): Remove.
12854 (bibtex-format-entry): Remove unused sub-group in regexp.
12855 * shell.el (shell--command-completion-data)
12856 (shell-environment-variable-completion):
12857 * pcomplete.el (pcomplete-completions-at-point):
12858 * comint.el (comint--complete-file-name-data): Use :exit-function
12859 instead of completion-table-with-terminator so it also works for
12860 choose-completion.
12861
e44e373d
SM
128622011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12863
4f91a816
SM
12864 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12865
782fc819
SM
12866 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12867 (bug#8710).
12868
e44e373d
SM
12869 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12870
381987c3
KM
128712011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12872
12873 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12874 customization variable and implement: If non-nil, auto-fill will
12875 be inhibited while on topic's header line.
12876
b776bc70
VB
128772011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12878
12879 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 12880 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
12881 always have a solution in grid size = 5 cases.
12882 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12883 (5x5-solver-output, 5x5-log-buffer): New vars.
12884 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12885 Make these variables buffer local to achieve 5x5 multi-session-ness.
12886 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12887 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12888 (5x5-solve-suggest): New funs.
12889 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12890 randomize a grid so that we ensure that there is always a solution.
12891 (5x5-make-random-grid): Allow other movement than flipping.
12892
7de88b6e
KR
128932011-05-23 Kevin Ryde <user42@zip.com.au>
12894
12895 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 12896 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
12897 advice and passes PREDICATE.
12898
b1ef1257
SM
128992011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12900
bbca48fe
SM
12901 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12902 byte-compile-lambda if it's actually a lambda.
12903
b1ef1257
SM
12904 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12905 Fix function quoting. Use backquote better.
12906
92a9cc65
YS
129072011-05-22 Yuanle Song <sylecn@gmail.com>
12908
12909 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12910 matching (Bug#8516).
12911
f0fb8059
JA
129122011-01-22 Jari Aalto <jari.aalto@cante.net>
12913
12914 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12915 different face (Bug#8178).
12916
d5b44c93
CY
129172011-05-22 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12920 defface (Bug#8144).
12921
79106a44
SM
129222011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12923
9c848d8a
SM
12924 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12925 funcall as well (bug#8712). Warn when performing those conversions.
12926 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12927
79106a44
SM
12928 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12929
88dfa756
GM
129302011-05-22 Glenn Morris <rgm@gnu.org>
12931
12932 * files.el (hack-local-variables-prop-line): Small simplifications.
12933 (hack-local-variables, hack-local-variables-prop-line):
12934 If MODE-ONLY, return the mode, rather than just `t'.
12935
b7cf2c79
SM
129362011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12939
3f1a8558
GM
129402011-05-21 Glenn Morris <rgm@gnu.org>
12941
7e4ccca3
GM
12942 * files.el (hack-local-variables-prop-line, hack-local-variables):
12943 If only interested in the mode, don't bother doing the other stuff.
12944
637d46ca
GM
12945 * image-mode.el (image-after-revert-hook):
12946 Redraw all frames on which the image is visible. (Bug#8567)
12947
973d955b
GM
12948 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12949
3f1a8558
GM
12950 * wid-edit.el (widget-checklist-match-inline):
12951 Fix 2011-04-19 change. (Bug#8649)
12952
96479927
SM
129532011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12954
1dcf791f
SM
12955 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12956 Also allow singlespace after single-letter capitals followed by a dot.
12957
96479927
SM
12958 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12959 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12960
35fd0881
N
129612011-05-20 Nix <nix@esperi.org.uk>
12962
12963 * files.el (basic-save-buffer-2):
12964 Fix handling of break-hardlink-on-save with non-existent files.
12965
82745640
DD
129662011-05-19 Deniz Dogan <deniz@dogan.se>
12967
12968 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 12969 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 12970
4a720484
GM
129712011-05-19 Glenn Morris <rgm@gnu.org>
12972
d1f21341
GM
12973 * progmodes/f90.el (f90-type-def-re):
12974 Handle "type, bind(c)". (Bug#8691)
12975
4a720484
GM
12976 * emacs-lisp/autoload.el (batch-update-autoloads):
12977 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12978
2fb0a219
MA
129792011-05-18 Michael Albinus <michael.albinus@gmx.de>
12980
12981 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12982 property for the correct connection in case of multihops.
12983
e565dd37
GM
129842011-05-18 Glenn Morris <rgm@gnu.org>
12985
c2571358 12986 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
12987 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12988
e565dd37
GM
12989 Rationalize calendar handling of day and month abbrev-arrays.
12990 * calendar/calendar.el (calendar-customized-p): New function.
12991 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12992 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12993 Add :set function.
12994 (calendar-abbrev-length, calendar-day-abbrev-array)
12995 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12996 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12997 Elements may no longer be nil.
12998 (calendar-day-name, calendar-month-name):
12999 Update for changed nature of abbrev arrays.
13000 * calendar/diary-lib.el (diary-name-pattern):
13001 Update for changed nature of abbrev arrays.
13002 (diary-mark-entries-1): Update calendar-make-alist calls.
13003 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13004 * calendar/cal-html.el (cal-html-day-abbrev-array):
13005 Simply inherit from calendar-day-abbrev-array.
13006
1d99a745
SM
130072011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * progmodes/grep.el (grep-mode): Disable default
13010 compilation-directory-matcher setting (bug#8684).
13011
7c1d9aa0
MA
130122011-05-17 Michael Albinus <michael.albinus@gmx.de>
13013
13014 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13015 instead of "head" and "tail". There were problems with SunOS 5.9,
13016 and it performs better.
13017
3952e9d8
GM
130182011-05-17 Glenn Morris <rgm@gnu.org>
13019
2dd12e7f
GM
13020 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13021
e4157b9c
GM
13022 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13023 Replace obsolete function.
13024
8e249bbd
GM
13025 * shell.el (pcomplete-parse-arguments-function): Declare.
13026
3952e9d8
GM
13027 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13028 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13029 (appt-check): Doc fixes.
13030 (appt-disp-window-function, appt-delete-window-function):
13031 Remove needless special case in custom :type.
13032 (appt-display-count): Default to 0, not nil.
13033 (appt-check): Reset appt-display-count to 0, not nil.
13034
c71a0d48 130352011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13036
c71a0d48
GM
13037 * progmodes/python.el (python-font-lock-keywords):
13038 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13039
31d55be9
SM
130402011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13043
3bfacb2f
KR
130442011-05-16 Kevin Ryde <user42@zip.com.au>
13045
13046 * info-look.el (makefile-automake-mode): New setups, looking in
13047 automake manual, then makefile-mode.
13048 (makefile-mode): Remove automake manual, have it just in
13049 makefile-automake-mode since there's various things different or
13050 not relevant to plain make.
13051 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13052 believe a hypothetical automake-mode would go to makefile-mode,
13053 not the other way around.
13054
c8e83751
CY
130552011-05-15 Chong Yidong <cyd@stupidchicken.com>
13056
5e9e35cd
CY
13057 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13058 hunk-end tags (Bug#8672).
13059
c8e83751
CY
13060 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13061 vc-annotate-show-diff-revision-at-line (Bug#8671).
13062
50b23e5a
GM
130632011-05-14 Glenn Morris <rgm@gnu.org>
13064
7210a739
GM
13065 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13066 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13067 (change-log-font-lock-keywords): Also handle multiple author lines
13068 with leading tabs. (Bug#8644)
7210a739 13069
4691905a
GM
13070 * calendar/appt.el (appt-check): Rename some local variables.
13071 Some simplification/reordering.
13072
50b23e5a
GM
13073 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13074 (feedmail-sendmail-f-doesnt-sell-me-out)
13075 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13076 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13077 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13078 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13079 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13080 (feedmail-binmail-gnulinuxish-template):
13081 Rename from feedmail-binmail-linuxish-template.
13082 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13083 Use insert-buffer-substring.
13084
215cda7c
BC
130852011-05-14 Bill Carpenter <bill@carpenter.org>
13086
13087 * mail/feedmail.el (feedmail-patch-level): Increase.
13088 (feedmail-debug): New custom group.
13089 (feedmail-confirm-outgoing-timeout)
13090 (feedmail-sendmail-f-doesnt-sell-me-out)
13091 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13092 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13093 (feedmail-sender-line, feedmail-from-line)
13094 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13095 (feedmail-spray-this-address)
215cda7c
BC
13096 (feedmail-spray-address-fiddle-plex-list)
13097 (feedmail-queue-use-send-time-for-date)
13098 (feedmail-queue-use-send-time-for-message-id)
13099 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13100 (feedmail-buffer-eating-function):
13101 Doc fixes.
13102 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13103 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13104 (feedmail-message-action-scroll-down): New functions.
13105 (feedmail-queue-directory, feedmail-queue-draft-directory):
13106 Use expand-file-name.
13107 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13108 Remove C-v help entry.
13109 (feedmail-queue-buffer-file-name): New variable.
13110 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13111 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13112 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13113 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13114 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13115 (feedmail-message-action-toggle-spray)
13116 (feedmail-run-the-queue-no-prompts)
13117 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13118 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13119 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13120 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13121 (feedmail-envelope-deducer, feedmail-fiddle-from)
13122 (feedmail-fiddle-sender, feedmail-default-date-generator)
13123 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13124 (feedmail-fiddle-spray-address)
13125 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13126 (feedmail-fiddle-list-of-fiddle-plexes)
13127 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13128 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13129 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13130 Change default. Doc fix.
13131 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13132 (feedmail-binmail-linuxish-template): New constant.
13133 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13134 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13135 (feedmail-send-it): Add debug call.
13136 Use feedmail-queue-buffer-file-name, and
13137 feedmail-send-it-immediately-wrapper.
13138 (feedmail-message-action-send): Add debug call.
13139 Use feedmail-send-it-immediately-wrapper.
13140 (feedmail-queue-express-to-queue): Add debug call.
13141 Run feedmail-queue-express-hook.
13142 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13143 (feedmail-message-action-help-blat):
13144 Rename from feedmail-queue-send-edit-prompt-help-first.
13145 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13146 Check line-endings. Handle errors better.
13147 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13148 Doc fix. Add debug call.
13149 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13150 Use feedmail-queue-send-edit-prompt-inner.
13151 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13152 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13153 from feedmail-queue-send-edit-prompt.
13154 (feedmail-queue-send-edit-prompt-help)
13155 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13156 (feedmail-tidy-up-slug): Add debug call.
13157 Respect feedmail-queue-slug-suspect-regexp.
13158 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13159 (feedmail-dump-message-to-queue): Add debug call.
13160 Expand queue-directory.
13161 (feedmail-dump-message-to-queue): Change message slightly.
13162 Use feedmail-say-chatter.
13163 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13164 (feedmail-send-it-immediately-wrapper): New function.
13165 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13166 Insert empty string rather than newline. Handle full-frame case.
13167 Use catch/throw. Use feedmail-say-chatter.
13168 (feedmail-fiddle-from): Try mail-host-address.
13169 (feedmail-default-message-id-generator): Doc fix.
13170 Bind system-time-locale. Handle missing end.
13171 (feedmail-fiddle-x-mailer): Add debug call.
13172 Handle feedmail-x-mailer-line being nil.
13173 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13174 Add debug call. Use buffer-substring-no-properties.
13175 (feedmail-say-debug, feedmail-say-chatter): New functions.
13176 (feedmail-find-eoh): Give an explicit error.
13177
42c7e61e
UJ
131782011-05-13 Ulf Jasper <ulf.jasper@web.de>
13179
c2571358 13180 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13181 family from helvetica to sans.
c2571358 13182 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13183 etc/images/newsticker.
13184
c2571358 13185 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13186 family from helvetica to sans.
13187
13188 * net/newst-plainview.el (newsticker-new-item-face)
13189 (newsticker-old-item-face, newsticker-immortal-item-face)
13190 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13191 (newsticker-statistics-face): Change default family from
42c7e61e 13192 helvetica to sans.
c2571358 13193 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13194 etc/images/newsticker.
13195
5d3385a0
JB
13196 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13197 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13198 auto-marking.
13199
8497a297
DV
132002011-05-13 Didier Verna <didier@xemacs.org>
13201
13202 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13203 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13204 TODO entries.
8497a297
DV
13205 (lisp-lambda-list-keyword-parameter-indentation)
13206 (lisp-lambda-list-keyword-parameter-alignment)
13207 (lisp-lambda-list-keyword-alignment): New customizable user options.
13208 (lisp-indent-defun-method): Improve docstring.
13209 (extended-loop-p): Fix comment.
13210 (lisp-indent-lambda-list-keywords-regexp): New variable.
13211 (lisp-indent-lambda-list): New function.
13212 (lisp-indent-259): Use it.
13213 (lisp-indent-defmethod): Support for more than one
13214 method qualifier and properly indent methods lambda-lists.
13215 (defgeneric): Provide a missing common-lisp-indent-function property.
13216
f278f87f
SM
132172011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13220 bounds for the empty string (bug#8667).
13221
5233edd7
GM
132222011-05-13 Glenn Morris <rgm@gnu.org>
13223
5237a44f
GM
13224 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13225
8340026c 13226 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13227 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13228
5233edd7 13229 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13230 (appt-time-msg-list): Doc fix.
a5464014 13231 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13232
92d10796
AS
132332011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13234
13235 * progmodes/ld-script.el (ld-script-keywords)
13236 (ld-script-builtins): Update keywords list.
13237
914a0ae1
SM
132382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13239
c89be45f
SM
13240 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13241
914a0ae1
SM
13242 * shell.el (shell-completion-vars): New function.
13243 (shell-mode):
13244 * simple.el (read-shell-command): Use it.
13245 (blink-matching-open): No need for " [...]" in minibuffer-message.
13246
98dc3df3
GM
132472011-05-12 Glenn Morris <rgm@gnu.org>
13248
13249 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13250 (appt-check): Simplify.
13251
d2fc7e3d 132522011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13253
4d61f28d 13254 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13255 literal "/dev/null".
13256
d2fc7e3d 132572011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13258
13259 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13260 Fix typo.
13261
d2fc7e3d 132622011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13263
3f254caa
SM
13264 * progmodes/which-func.el (which-function):
13265 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13266 which might not be defined (Bug#8260).
13267
d45885f7
GM
132682011-05-12 Glenn Morris <rgm@gnu.org>
13269
13270 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13271 Let byte-compile-initial-macro-environment always take precedence.
13272
488086f4
SM
132732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * net/rcirc.el: Add support for SSL/TLS connections.
13276 (rcirc-server-alist): New field `encryption'.
13277 (rcirc): Check `encryption' settings.
13278 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13279 Merge make-local-variable into `set'.
13280 (rcirc--connection-open-p): New function.
13281 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13282 the process is not a network process (e.g. running gnutls-cli).
13283 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13284 Make rcirc-(en|de)code-coding-system local here.
13285 (rcirc-mode): Merge make-local-variable into `set'.
13286 (rcirc-parent-buffer): Make permanent buffer-local.
13287 (rcirc-multiline-minor-mode): Don't do it here.
13288 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13289 there's no server buffer.
13290
7d3b9d44
GM
132912011-05-11 Glenn Morris <rgm@gnu.org>
13292
f64049c6
GM
13293 * newcomment.el (comment-kill): Prefix "unused" local.
13294
93c9df73
GM
13295 * term/w32console.el (get-screen-color): Declare.
13296
7d3b9d44
GM
13297 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13298 Handle symbol elements of byte-compile-initial-macro-environment.
13299
9e2dd53f
LL
133002011-05-10 Leo Liu <sdl.web@gmail.com>
13301
488086f4
SM
13302 * bookmark.el (bookmark-bmenu-mode-map):
13303 Bind bookmark-bmenu-search to `/'.
8b340240 13304
9e2dd53f 13305 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13306 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13307 (Footnote-unicode): New function.
13308 (footnote-style-alist): Add unicode style to the list.
13309 (footnote-style): Doc fix.
9e2dd53f 13310
79b70037
GM
133112011-05-10 Jim Meyering <meyering@redhat.com>
13312
13313 Fix doubled-word typos.
13314 * international/quail.el (quail-insert-kbd-layout): and and -> and
13315 * kermit.el: and and -> and
13316 * net/ldap.el (ldap-search-internal): to to -> to
13317 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13318 * progmodes/js.el (js-mode): and and -> and
13319 * textmodes/artist.el (artist-move-to-xy): at at -> at
13320 (artist-draw-region-trim-line-endings): if if -> if
13321 And Safetyc -> Safety.
13322 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13323
b8f82dc1 133242011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13325 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13326
13327 * files.el (hack-one-local-variable-eval-safep):
13328 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13329
4f99f44b
GM
133302011-05-10 Glenn Morris <rgm@gnu.org>
13331
13332 * calendar/diary-lib.el (diary-list-entries-hook)
13333 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13334 (diary-nongregorian-marking-hook, diary-list-entries)
13335 (diary-include-other-diary-files, diary-mark-entries)
13336 (diary-mark-included-diary-files): Doc fixes.
13337
84f29e6b
JB
133382011-05-09 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * misc.el: Require tabulated-list.el during compilation.
13341
9bedd73a
CY
133422011-05-09 Chong Yidong <cyd@stupidchicken.com>
13343
488086f4
SM
13344 * progmodes/compile.el (compilation-start):
13345 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13346 (compilation-filter-hook): Doc fix.
13347
797c735c
DD
133482011-05-09 Deniz Dogan <deniz@dogan.se>
13349
13350 * wdired.el: Remove outdated installation comment. Fix usage
13351 comment.
13352
5f4b1dfe
JB
133532011-05-09 Juanma Barranquero <lekktu@gmail.com>
13354
13355 * misc.el: Implement new command `list-dynamic-libraries'.
13356 (list-dynamic-libraries--loaded-only-p): New variable.
13357 (list-dynamic-libraries--refresh): New function.
13358 (list-dynamic-libraries): New command.
13359
4c44026c
CY
133602011-05-09 Chong Yidong <cyd@stupidchicken.com>
13361
488086f4
SM
13362 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13363 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13364 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13365 higher priority to avoid clobbering by gnu.
13366
027f966d
CY
133672011-05-08 Chong Yidong <cyd@stupidchicken.com>
13368
13369 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13370 if the face has existing theme settings (Bug#8454).
13371
085f5d7d
CY
133722011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13373
488086f4
SM
13374 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13375 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13376
2a86a00c
RS
13377 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13378 special file names `.' and `..' (Bug#8259).
13379
d9c54a06
CY
133802011-05-08 Chong Yidong <cyd@stupidchicken.com>
13381
488086f4
SM
13382 * progmodes/grep.el (grep-mode-font-lock-keywords):
13383 Remove buffer-changing entries.
d9c54a06
CY
13384 (grep-filter): New function.
13385 (grep-mode): Add it to compilation-filter-hook.
13386
13387 * progmodes/compile.el (compilation-filter-hook)
13388 (compilation-filter-start): New defvars.
13389 (compilation-filter): Call compilation-filter-hook prior to
13390 updating the process mark.
13391
c4662635
SM
133922011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13395
b0512a1d
EZ
133962011-05-07 Eli Zaretskii <eliz@gnu.org>
13397
605c9376
EZ
13398 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13399 mailclient-send-it even if window-system is nil. (Bug#8595)
13400
c4662635
SM
13401 * term/w32console.el (terminal-init-w32console):
13402 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13403 background-mode. (Bug#8597)
13404
d1dc2cc2
SM
134052011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13408 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13409 New functions.
13410 (defgeneric, eieio--defmethod): Use them.
13411 (eieio-defgeneric): Remove.
13412 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13413
915d1300
GM
134142011-05-07 Glenn Morris <rgm@gnu.org>
13415
a3961c3e
GM
13416 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13417 Use let rather than let*.
13418 (timeclock-find-discrep): Remove unused local.
13419
314347b9
GM
13420 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13421
915d1300
GM
13422 * calendar/appt.el (appt-time-msg-list): Doc fix.
13423
275b59b0
NF
134242011-05-06 Noah Friedman <friedman@splode.com>
13425
13426 * apropos.el (apropos-print-doc): Only use
13427 emacs-lisp-docstring-fill-column when it is bound to an integer,
13428 per that variable's documentation.
13429
6c19f744
SM
134302011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13433 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13434
60f884b2
GM
134352011-05-06 Glenn Morris <rgm@gnu.org>
13436
5006e634
GM
13437 * calendar/appt.el (appt-message-warning-time): Doc fix.
13438 (appt-warning-time-regexp): New option.
13439 (appt-make-list): Respect appt-message-warning-time.
13440
548d0a63
GM
13441 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13442 New options.
13443 (diary-add-to-list): Strip comments from the displayed string.
13444 (diary-mode): Set comment-start and comment-end.
13445
60f884b2
GM
13446 * vc/diff-mode.el (smerge-refine-subst): Declare.
13447 (diff-refine-hunk): Don't require smerge-mode when compiling.
13448
989681bb
JB
134492011-05-06 Juanma Barranquero <lekktu@gmail.com>
13450
13451 * simple.el (list-processes): Return nil as the docstring says.
13452
a6bc05e1
MA
134532011-05-05 Michael Albinus <michael.albinus@gmx.de>
13454
13455 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13456 to "".
13457 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13458 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13459 determining of binary transfer. (Bug#7383)
13460
23c22e9a
MA
134612011-05-05 Michael Albinus <michael.albinus@gmx.de>
13462
c4662635
SM
13463 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13464 Fix port computation bug. (Bug#8618)
23c22e9a 13465
0bff894f
GM
134662011-05-05 Glenn Morris <rgm@gnu.org>
13467
b8296902
GM
13468 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13469
1f522ce8
GM
13470 * simple.el (shell-dynamic-complete-functions)
13471 (comint-dynamic-complete-functions): Declare.
13472
cf5bee67
GM
13473 * net/network-stream.el (gnutls-negotiate):
13474 * simple.el (tabulated-list-print): Fix declarations.
13475
13476 * progmodes/gud.el (syntax-symbol, syntax-point):
13477 Remove unnecessary and incorrect declarations.
13478
0bff894f
GM
13479 * emacs-lisp/check-declare.el (check-declare-scan):
13480 Handle byte-compile-initial-macro-environment in bytecomp.el
13481
9869b3ae
SM
134822011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 Fix earlier half-done eieio-defmethod change (bug#8338).
13485 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13486 Streamline and change calling convention.
13487 (defmethod): Adjust accordingly and simplify.
13488 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13489 new eieio--defmethod.
13490 (slot-boundp): Minor CSE simplification.
13491
9c1d5ac5
MZ
134922011-05-05 Milan Zamazal <pdm@zamazal.org>
13493
13494 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13495 (glasses-make-readable): Use glasses-separate-capital-groups.
13496
455c834e
JB
134972011-05-05 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13500 (warning-series): Doc fix.
13501 (display-warning): Don't try to create the buffer if we just found it.
13502
9ed7c8cb
CY
135032011-05-04 Chong Yidong <cyd@stupidchicken.com>
13504
13505 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13506 (autoload-find-generated-file): New function.
13507 (generate-file-autoloads): Bind generated-autoload-file to
13508 buffer-file-name.
9869b3ae
SM
13509 (update-file-autoloads, update-directory-autoloads):
13510 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13511 output file (Bug#7989).
13512 (batch-update-autoloads): Doc fix.
13513
0898ca10
JB
135142011-05-04 Juanma Barranquero <lekktu@gmail.com>
13515
13516 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13517
31dfb76c
GM
135182011-05-04 Glenn Morris <rgm@gnu.org>
13519
f330b642
GM
13520 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13521 function, so it follows changes in calendar-date-style.
13522 (diary-fancy-date-matcher): New function.
13523 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13524 (diary-fancy-font-lock-fontify-region-function):
13525 Use diary-fancy-date-pattern as a function.
13526
31dfb76c
GM
13527 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13528 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13529
48e79d6a
TZ
135302011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13531
13532 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13533 instead of positional arguments. Allow :keylist and :crlfiles
13534 arguments.
13535 (open-gnutls-stream): Call it.
13536
13537 * net/network-stream.el (network-stream-open-starttls): Adjust to
13538 call `gnutls-negotiate' with :process and :hostname arguments.
13539
dd5a5ee0
SM
135402011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13541
ef80fc09
SM
13542 * minibuffer.el (completion--message): New function.
13543 (completion--do-completion, minibuffer-complete)
13544 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13545 (completion--do-completion): Don't ignore completion-auto-help when in
13546 icomplete-mode.
13547
dd5a5ee0
SM
13548 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13549 internal encoding (e.g. tibetan zero is not whitespace).
13550 (global-whitespace-mode): Prefer save-current-buffer.
13551 (whitespace-trailing-regexp): Remove useless save-match-data.
13552 (whitespace-empty-at-bob-regexp): Minor simplification.
13553
b7d22a83
CY
135542011-05-03 Chong Yidong <cyd@stupidchicken.com>
13555
13556 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13557
5192af46
AM
135582011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13559
13560 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13561 Use `concat' to create string for insertion.
5192af46 13562
5767d190
SM
135632011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13566 Avoid open-line which runs post-self-insert-hook.
13567 (bibtex-fill-entry): Remove unused `end' var.
13568
bf242939
AM
135692011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13570
5767d190
SM
13571 * textmodes/ispell.el (ispell-add-per-file-word-list):
13572 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13573
25666126
LL
135742011-05-03 Leo Liu <sdl.web@gmail.com>
13575
13576 * isearch.el (isearch-yank-pop): New command.
5767d190 13577 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13578 (isearch-forward): Mention it.
13579
52d3c2d0
SM
135802011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13581
1bcace58
SM
13582 * simple.el (minibuffer-complete-shell-command): Remove.
13583 (minibuffer-local-shell-command-map): Use completion-at-point.
13584 (read-shell-command): Setup completion vars here instead.
13585 (read-expression-map): Bind TAB to symbol completion.
13586
52d3c2d0
SM
13587 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13588 error directly rather via storing it into `results'.
13589
35813471
LL
135902011-05-02 Leo Liu <sdl.web@gmail.com>
13591
13592 * vc/diff.el: Fix description.
13593
e793a940
LMI
135942011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13595
13596 * server.el (server-eval-at): New function.
13597
8de66e05
LMI
135982011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
13600 * net/network-stream.el (open-network-stream): Take a :nowait
13601 parameter and pass it on to `make-network-process'.
13602 (network-stream-open-plain): Ditto.
13603
dcb79f20
AS
136042011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13605
13606 * faces.el (face-spec-set-match-display): Don't match toolkit
13607 options on terminal frames.
13608
14a7fbd8
SM
136092011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13610
7eabc1be
SM
13611 * progmodes/pascal.el: Use lexical binding.
13612 (pascal-mode-map): Remove author preferences.
13613
14a7fbd8
SM
13614 * pcomplete.el (pcomplete-std-complete): Don't abuse
13615 completion-at-point.
13616
50f84510
JB
136172011-04-28 Juanma Barranquero <lekktu@gmail.com>
13618
6e087a44
JB
13619 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13620 removing code that has been dead since 1991 or so.
13621
50f84510
JB
13622 * startup.el (command-line): When warning about "_emacs", use a
13623 delayed warning to allow the user to filter it out.
13624
0ba690bd
DD
136252011-04-28 Deniz Dogan <deniz@dogan.se>
13626
13627 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13628 user has not joined.
13629
08abfaad
SM
136302011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13633 aren't any completions at point.
13634
638f053a
JB
136352011-04-28 Juanma Barranquero <lekktu@gmail.com>
13636
13637 * subr.el (display-delayed-warnings): New function.
13638 (delayed-warnings-hook): New variable.
13639
8fff8daa
SM
136402011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13641
08abfaad
SM
13642 * minibuffer.el (completion-at-point, completion-help-at-point):
13643 Don't presume that a given completion-at-point-function will always
13644 use the same calling convention.
13645
8fff8daa
SM
13646 * pcomplete.el (pcomplete-completions-at-point):
13647 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13648 pcomplete-seen is non-nil.
13649 (pcomplete-comint-setup): Also recognize the new comint/shell
13650 completion functions.
13651 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13652 pcomplete-seen is non-nil.
13653
841a1577 136542011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13655
841a1577 13656 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13657 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13658 the first character in the entry. This allows for code to add its
211ec907
UJ
13659 own uid to the entry.
13660 (icalendar--convert-float-to-ical): Add export of
13661 `diary-float'-entries save for those with the optional DAY
13662 argument.
13663
2a782793
DC
136642011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13665
13666 * subr.el (shell-quote-argument): Use alternate escaping strategy
13667 when we spot a variable reference in a string.
13668
0438ce91
DC
136692011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13670
13671 * cus-start.el (all): Define customization for debug-on-event.
13672
841a1577 136732011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13674
13675 * subr.el (shell-quote-argument): Escape correctly under Windows.
13676
d090ed6c
SM
136772011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13680
bfd31217
MA
136812011-04-25 Michael Albinus <michael.albinus@gmx.de>
13682
d090ed6c
SM
13683 * net/tramp.el (tramp-process-actions): Add POS argument.
13684 Delete region between POS and (pos).
bfd31217 13685
d090ed6c
SM
13686 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13687 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13688 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13689
13690 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13691 position in `tramp-process-actions' call.
13692
13693 * net/trampver.el: Update release number.
13694
e92f3bd3
SM
136952011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13696
850256b5
SM
13697 * custom.el (defcustom): Obey lexical-binding.
13698
e92f3bd3
SM
13699 Fix octave-inf completion problems reported by Alexander Klimov.
13700 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13701 Inherit from octave-mode-syntax-table.
13702 (inferior-octave-mode): Set info-lookup-mode.
13703 (inferior-octave-completion-at-point): New function.
13704 (inferior-octave-complete): Use it and completion-in-region.
13705 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13706 comint-filename-completion.
13707 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13708 symbol elements which shouldn't be word elements.
13709 (octave-font-lock-keywords, octave-beginning-of-defun)
13710 (octave-function-header-regexp): Adjust regexps accordingly.
13711 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13712
cd22b309
JB
137132011-04-25 Juanma Barranquero <lekktu@gmail.com>
13714
13715 * net/gnutls.el (gnutls-errorp): Declare before first use.
13716
8b492194
TZ
137172011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13718
13719 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13720 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13721 default trustfile exists before going to use it. Add missing
5a5fa834 13722 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13723 Reported by Claudio Bley <claudio.bley@gmail.com>.
13724 (open-gnutls-stream): Add usage example.
13725
13726 * net/network-stream.el (network-stream-open-starttls): Give host
13727 parameter to `gnutls-negotiate'.
13728 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13729 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13730
841a1577 137312011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13732
cd22b309
JB
13733 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13734 Use correct match group (bug#8438).
05842630 13735
3ba7869c
CY
137362011-04-24 Chong Yidong <cyd@stupidchicken.com>
13737
512e3ae1
CY
13738 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13739 (package-menu--generate): New arg specifying packages to show.
13740 (package-menu-refresh, package-menu-execute, list-packages):
13741 Callers changed.
13742 (package-show-package-list): New function, replacing deleted
13743 package--list-packages (renamed because it is non-internal).
13744
13745 * finder.el (finder-list-matches): Use package-show-package-list
13746 instead of deleted package--list-packages.
13747
e92f3bd3
SM
13748 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13749 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13750 (vc-annotate-mode-map): Bind it to RET.
13751
7031be6d
UR
137522011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13753
13754 * progmodes/etags.el (next-file): Don't use set-buffer to change
13755 buffers (Bug#8478).
13756
4ef177aa
CY
137572011-04-24 Chong Yidong <cyd@stupidchicken.com>
13758
c8d173eb
CY
13759 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13760
4ef177aa
CY
13761 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13762 (apropos-accumulator): Doc fix.
13763 (apropos-function, apropos-macro, apropos-command)
13764 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13765 (apropos-plist): Add face property.
13766 (apropos-symbols-internal): Fix indentation.
13767 (apropos-print): Simplify help, and recognize apropos-multi-type.
13768 (apropos-print-doc): Use button-type-get to extract the button's
13769 face property. Fill docstring (Bug#8352).
13770
4ffd0d6b 137712011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13772
13773 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13774
c6c32125 13775 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13776 (mpuz-mode-map): Use mapc.
c6c32125
JB
13777 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13778 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13779 Fix typos in docstrings.
13780
58d468b4
JB
13781 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13782 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13783
6470c3c6
JB
13784 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13785
4ffd0d6b 137862011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13787
13788 * minibuffer.el (completion--do-completion): Avoid the "Next char
13789 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13790
3ad8bad0
CY
13791 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13792 mouse-2 into unread-command-events, it is interpreted correctly.
13793
71d73c9c 13794 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13795 (image-toggle-display): Doc fix.
71d73c9c 13796
841a1577 137972011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13798
4ffd0d6b
GM
13799 * textmodes/page.el (what-page): Use line-number-at-pos to
13800 calculate line number (Bug#6825).
6e1dbaa9 13801
c2fb1b60
JB
138022011-04-22 Juanma Barranquero <lekktu@gmail.com>
13803
13804 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13805 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13806 Pass argument NO-DEFAULT to `find-tag-interactive'.
13807
e02f48d7
JB
138082011-04-22 Juanma Barranquero <lekktu@gmail.com>
13809
13810 Lexical-binding cleanup.
13811
13812 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13813 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13814 * progmodes/ada-prj.el (ada-prj-initialize-values)
13815 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13816 (ada-prj-show-value):
13817 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13818 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13819 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13820 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13821 * progmodes/bug-reference.el (bug-reference-push-button):
13822 * progmodes/fortran.el (fortran-line-length):
13823 * progmodes/glasses.el (glasses-change):
13824 * progmodes/octave-mod.el (octave-fill-paragraph):
13825 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13826 (python-pdbtrack-grub-for-buffer, python-sentinel):
13827 * progmodes/sql.el (sql-save-connection):
13828 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13829 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13830 Mark unused parameters.
13831
13832 * progmodes/compile.el (compilation--flush-directory-cache)
13833 (compilation--flush-parse, compile-internal): Mark unused parameters.
13834 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13835 (compilation-next-error-function): Remove unused variable `timestamp'.
13836
13837 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13838 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13839
13840 * progmodes/dcl-mode.el (dcl-end-of-command):
13841 Remove unused variable `start'.
13842 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13843 (dcl-option-value-basic, dcl-option-value-offset)
13844 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13845 Mark unused parameters.
13846 (dcl-save-local-variable): Remove unused variable `val'.
13847 (mode): Declare.
13848
13849 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13850 Mark unused parameters.
13851 (delphi-ignore-changes): Move before first use.
13852 (delphi-charset-token-at): Remove unused variable `start'.
13853 (delphi-else-start): Remove unused variable `if-count'.
13854 (delphi-comment-block-start, delphi-comment-block-end):
13855 Remove unused variable `kind'.
13856 (delphi-indent-line): Remove unused variable `new-point'.
13857
13858 * progmodes/ebrowse.el (ebrowse-files-list)
13859 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13860 Mark unused parameters. Don't quote `lambda'.
13861 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13862 Don't quote `lambda'.
13863 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13864 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13865 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13866 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13867 Use `ignore-errors'.
13868 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13869 (ebrowse-view/find-file-and-search-pattern)
13870 (ebrowse-view/find-member-declaration/definition):
13871 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13872 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13873 Rename parameter PREFIX-ARG to PREFIX.
13874 (ebrowse-tags-read-name): Remove unused variables `start' and
13875 `member-info'.
13876 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13877 to `tags-file'.
13878
13879 * progmodes/etags.el (local-find-tag-hook): Declare.
13880 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13881 Mark unused parameters.
13882
13883 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13884 (executable-interpret): Mark unused parameter.
13885
13886 * progmodes/flymake.el (flymake-process-sentinel)
13887 (flymake-after-change-function)
13888 (flymake-create-temp-with-folder-structure)
13889 (flymake-get-include-dirs-dot): Mark unused parameters.
13890 (flymake-safe-delete-directory): Remove unused variable `err'.
13891
13892 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13893 (speedbar-timer-fn, speedbar-line-text)
13894 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13895 (speedbar-center-buffer-smartly): Declare functions.
13896 (gdb-find-watch-expression): Remove unused variable `array'.
13897 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13898 (gdb-starting): Mark unused parameters.
13899 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13900 (gdb-table-string): Remove unused variable `res'.
13901 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13902 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13903 (gdb-display-buffer): Remove unused variable `cur-size'.
13904
13905 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13906 allow lexical-binding compilation.
13907 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13908 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13909 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13910 Mark unused parameters.
13911 (gud-gdb-marker-filter): Remove unused variable `match'.
13912 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13913 lambda expressions and funcall them, instead of using `fset'.
13914
13915 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13916 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13917
13918 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13919 variable `header-beg'; use `let'.
13920
13921 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13922 `restart', `last-sexp' and `at-do'.
13923
13924 * progmodes/js.el (js--debug): Mark unused parameter.
13925 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13926 (js--splice-into-items): Remove unused variable `item'.
13927 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13928
13929 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13930 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13931 (makefile-complete): Remove unused variable `try'.
13932 (makefile-fill-paragraph, makefile-match-function-end):
13933 Mark unused parameters.
13934
13935 * progmodes/octave-inf.el (inferior-octave-complete):
13936 Remove unused variable `proc'.
13937 (inferior-octave-output-digest): Mark unused parameter.
13938
13939 * progmodes/perl-mode.el (perl-calculate-indent):
13940 Remove unused variable `err'.
13941
13942 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13943 (prolog-indent-line): Mark unused parameters.
13944 (prolog-indent-line): Remove unused variable `beg'.
13945
13946 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13947 (reporter-dont-compact-list): Declare.
13948
13949 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13950 Remove unused variable `char'.
13951 (sh-debug): Mark unused parameter.
13952 (sh-get-indent-info): Remove unused variable `start'.
13953 (sh-calculate-indent): Remove unused variable `var'.
13954
13955 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13956 (simula-electric-keyword): Remove unused variable `null'.
13957 (simula-search-backward, simula-search-forward): Remove unused
13958 variables `begin' and `end'.
13959
13960 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13961 Remove unused variable `pos'.
13962 (vera-electric-tab, vera-comment-uncomment-region):
13963 Mark unused parameters.
13964 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13965
7ede3b65
CY
139662011-04-22 Chong Yidong <cyd@stupidchicken.com>
13967
13968 * emacs-lisp/package.el (package--builtins, package-alist)
13969 (package-load-descriptor, package-built-in-p, package-activate)
13970 (define-package, package-installed-p)
13971 (package-compute-transaction, package-buffer-info)
13972 (package--push): Doc fix. Distinguish more clearly between
13973 version strings and version lists.
13974
121656e9
JB
139752011-04-21 Juanma Barranquero <lekktu@gmail.com>
13976
13977 Lexical-binding cleanup.
13978
13979 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13980 (5x5-make-mutate-best):
13981 * play/fortune.el (fortune-in-buffer):
13982 * play/gomoku.el (gomoku-init-display):
13983 * play/solitaire.el (solitaire, solitaire-do-check):
13984 * play/tetris.el (tetris-default-update-speed-function):
13985 Mark unused parameters.
13986
13987 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13988 (bubbles--shift): Remove unused variable `char-org'.
13989 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13990 (bubbles--show-images): Remove unused variable `char'.
13991
13992 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13993 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13994 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13995 (decipher-analyze-buffer): Use ?\s.
13996 (decipher-make-checkpoint): Remove unused variable `mapping'.
13997
13998 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13999
14000 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14001 Remove unused variable `result'; use `let'.
14002
14003 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14004 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14005 (gametree-children-shown-p, gametree-compute-reduced-score):
14006 Use `ignore-errors'.
14007
14008 * play/handwrite.el (ps-lpr-switches): Declare.
14009 (handwrite): Remove unused variables `pmin' and `lastp'.
14010
14011 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14012
14013 * play/landmark.el (landmark-init-display)
14014 (landmark-update-naught-weights): Mark unused parameters.
14015 (landmark-y): Remove unused variable `noise'. Simplify.
14016 (landmark-human-plays): Remove unused variable `score'.
14017
14018 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14019 (mpuz-try-proposal): Remove unused variable `game'.
14020
14021 * play/zone.el (life-patterns): Declare.
14022
80f499c7
JB
140232011-04-20 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * vc/vc.el (ediff-vc-internal): Declare function.
14026
024ff170
SM
140272011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14028
c0a193ea
SM
14029 * shell.el: Use lexical-binding and std completion UI.
14030 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14031 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14032 comint-preoutput-filter-functions rather than on
14033 comint-output-filter-functions.
14034 (shell-command-completion, shell--command-completion-data)
14035 (shell-filename-completion, shell-environment-variable-completion)
14036 (shell-c-a-p-replace-by-expanded-directory): New functions.
14037 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14038 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14039 (shell-dynamic-complete-environment-variable): Use them.
14040 (shell-dynamic-complete-as-environment-variable)
14041 (shell-dynamic-complete-as-command): Remove.
14042 (shell-match-partial-variable): Match past point.
14043 * comint.el: Clean up use of completion-at-point-functions.
14044 (comint-completion-at-point): New function.
14045 (comint-mode): Use it completion-at-point-functions.
14046 (comint-dynamic-complete): Make it obsolete.
14047 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14048 (comint-c-a-p-replace-by-expanded-history): New function.
14049 (comint-dynamic-complete-functions)
14050 (comint-replace-by-expanded-history): Use it.
14051 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14052 termination strings. Try harder to avoid second try-completion.
14053 (completion-in-region-mode-map): Disable bindings that don't work yet.
14054
2dbaa080
SM
14055 * comint.el: Use lexical-binding. Require CL.
14056 (comint-dynamic-complete-functions): Use comint-filename-completion.
14057 (comint-completion-addsuffix): Tweak custom type.
14058 (comint-filename-completion, comint--common-suffix)
14059 (comint--common-quoted-suffix, comint--table-subvert)
14060 (comint--complete-file-name-data): New functions.
14061 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14062 (comint-dynamic-list-filename-completions): Use them.
14063 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14064
2dbaa080
SM
14065 * minibuffer.el (completion-in-region-mode):
14066 Keep completion-in-region-mode--predicate global.
14067 (completion-in-region--postch):
14068 Assume completion-in-region-mode--predicate is not null.
14069
c79a6f38
SM
14070 * progmodes/flymake.el (flymake-start-syntax-check-process):
14071 Obey `dir'. Simplify.
14072
024ff170
SM
14073 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14074 we're in VC after all.
14075
1c6c854e
CS
140762011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14077
14078 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14079 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14080 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14081
bed7f140
SM
140822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14083
332e62ab
SM
14084 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14085 add sanity check.
14086
bed7f140
SM
14087 * obsolete/erc-hecomplete.el: Make obsolete.
14088 * obsolete/: Standardize obsolescence info in the header.
14089
f195c582
GM
140902011-04-20 Glenn Morris <rgm@gnu.org>
14091
14092 * calendar/solar.el (solar-horizontal-coordinates):
14093 Use the longitude argument rather than `calendar-longitude'.
14094 (solar-date-next-longitude): Remove unused locals.
14095
cb79b8c0
VJL
140962011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14097
14098 * whitespace.el: New version 13.2.1.
14099
141002011-04-20 felix <EmacsWiki> (tiny change)
14101
d8e4b68b 14102 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14103 switching between major modes on a file.
14104
602ea69d
SM
141052011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14108 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14109 multi-line comments as well.
14110
06b60517
JB
141112011-04-19 Juanma Barranquero <lekktu@gmail.com>
14112
14113 Lexical-binding cleanup.
14114
14115 * arc-mode.el (archive-mode-revert):
14116 * cmuscheme.el (scheme-interactively-start-process):
14117 * custom.el (custom-initialize-delay):
14118 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14119 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14120 * emacs-lock.el (emacs-lock-clear-sentinel):
14121 * ezimage.el (defezimage):
14122 * follow.el (follow-avoid-tail-recenter):
14123 * fringe.el (set-fringe-mode-1):
14124 * generic-x.el (bat-generic-mode-compile):
14125 * help-mode.el (help-info-variable, help-do-xref)
14126 (help-mode-revert-buffer):
14127 * help.el (view-emacs-todo):
14128 * iswitchb.el (iswitchb-completion-help):
14129 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14130 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14131 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14132 * locate.el (locate-update):
14133 * longlines.el (longlines-encode-region)
14134 (longlines-after-change-function):
14135 * outline.el (outline-isearch-open-invisible):
14136 * ps-def.el (declare-function, charset-dimension, char-width)
14137 (encode-char):
14138 * ps-mule.el (ps-mule-plot-string):
14139 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14140 (recentf-edit-list-select, recentf-edit-list-validate)
14141 (recentf-open-files-action):
14142 * rect.el (delete-whitespace-rectangle-line)
14143 (rectangle-number-line-callback):
14144 * register.el (window-configuration-to-register)
14145 (frame-configuration-to-register):
14146 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14147 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14148 (xselect-convert-to-targets, xselect-convert-to-delete)
14149 (xselect-convert-to-filename, xselect-convert-to-charpos)
14150 (xselect-convert-to-lineno, xselect-convert-to-colno)
14151 (xselect-convert-to-os, xselect-convert-to-host)
14152 (xselect-convert-to-user, xselect-convert-to-class)
14153 (xselect-convert-to-name, xselect-convert-to-integer)
14154 (xselect-convert-to-atom, xselect-convert-to-identity):
14155 * subr.el (declare, ignore, process-kill-without-query)
14156 (text-clone-maintain):
14157 * terminal.el (te-get-char, te-tic-sentinel):
14158 * tool-bar.el (tool-bar-make-keymap):
14159 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14160 * type-break.el (type-break-mode, type-break-noninteractive-query):
14161 * view.el (View-back-to-mark):
14162 * wid-browse.el (widget-browse-action, widget-browse-widget)
14163 (widget-browse-widgets, widget-browse-sexp):
14164 * widget.el (define-widget-keywords):
14165 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14166 Mark unused parameters.
14167
14168 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14169 (align-areas): Remove unused variable `look'.
14170 (align-region): Remove unused variables `real-end' and `pos-list'.
14171
14172 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14173
14174 * bindings.el (mode-line-modified, mode-line-remote):
14175 Mark unused parameters.
14176 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14177
14178 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14179 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14180
14181 * comint.el (comint-history-isearch-pop-state)
14182 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14183 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14184 (comint-substitute-in-file-name): Doc fix.
14185
14186 * completion.el (cmpl-statistics-block): Mark unused parameter.
14187 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14188 (save-completions-to-file, load-completions-from-file):
14189 Remove unused local variable `e'.
14190
14191 * composite.el (compose-chars): Remove unused variable `len'.
14192 (lgstring-insert-glyph): Remove unused variable `g'.
14193 (compose-glyph-string): Remove unused variables `ascent',
14194 `descent', `lbearing' and `rbearing'.
14195 (compose-glyph-string-relative): Remove unused variables
14196 `lbearing', `rbearing' and `wadjust'.
14197 (compose-gstring-for-graphic): Remove unused variables `header',
14198 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14199 (compose-gstring-for-terminal): Remove unused variables `header'
14200 and `nchars'. Use `let', not `let*'.
14201
14202 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14203 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14204 (Custom-buffer-done, custom-buffer-create-internal)
14205 (custom-browse-visibility-action, custom-browse-group-tag-action)
14206 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14207 (widget-magic-mouse-down-action, custom-toggle-parent)
14208 (custom-add-parent-links, custom-toggle-hide-variable)
14209 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14210 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14211 (custom-face-menu-create, custom-variable-menu-create, get)
14212 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14213 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14214 (customize-apropos): Remove unused variable `tests'.
14215 (custom-group-value-create): Remove unused variable `hidden-p'.
14216 (sort-fold-case): Declare.
14217
14218 * cus-theme.el (custom-reset-standard-faces-list)
14219 (custom-reset-standard-variables-list): Declare.
14220 (customize-create-theme, custom-theme-revert, custom-theme-write)
14221 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14222 Mark unused parameters.
14223
14224 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14225
14226 * delim-col.el (delimit-columns-max): Move defvar before first use.
14227
14228 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14229 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14230
14231 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14232 (auto-insert): Declare.
14233 (desktop-restore-file-buffer): Rename desktop-* parameters;
14234 mark unused ones.
14235 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14236 (desktop-buffer): Rename desktop-* parameters.
14237
14238 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14239 (dframe-reposition-frame-xemacs, dframe-help-echo)
14240 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14241 Mark unused parameters.
14242
14243 * dired-aux.el (backup-extract-version-start, overwrite-query)
14244 (overwrite-backup-query, rename-regexp-query)
14245 (rename-non-directory-query): Declare.
14246 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14247 (dired-add-entry): Remove unused variable `orig-file-name'.
14248 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14249 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14250 `dired-copy-preserve-time' directly.
14251 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14252 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14253
14254 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14255 (dired-virtual-revert, dired-make-relative-symlink):
14256 Mark unused parameters.
14257 (manual-program): Declare.
14258 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14259 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14260 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14261
14262 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14263
14264 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14265
14266 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14267 Declare.
14268
14269 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14270
14271 * electric.el (Electric-command-loop): Rename parameter
14272 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14273
14274 * expand.el (expand-in-literal): Remove unused variable `here'.
14275
14276 * facemenu.el (facemenu-add-new-color):
14277 Remove unused variable `docstring'.
14278
14279 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14280 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14281 (face-attr-construct): Mark unused parameter. Doc fix.
14282 (read-color): Remove unused variable `hex-string'.
14283
14284 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14285 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14286 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14287 (display-buffer-other-frame): Remove unused variable `old-window'.
14288 (kill-buffer-hook): Declare.
14289 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14290 Mark unused parameters.
14291 (after-find-file): Pass 1 to `auto-save-mode', not t.
14292
14293 * files-x.el (auto-insert): Declare.
14294 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14295
14296 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14297 variable `buf'. Mark unused parameter.
06b60517
JB
14298 (find-lisp-insert-directory): Mark unused parameter.
14299
14300 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14301 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14302 (format-common-tail): Remove, unused.
14303 (format-deannotate-region): Remove unused variable `loc'.
14304 (format-annotate-region): Remove unused variable `p'.
14305 (format-annotate-single-property-change): Remove unused variables
14306 `default' and `tail'.
14307
14308 * forms.el (read-file-filter): Declare.
14309 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14310
14311 * frame.el (frame-creation-function-alist): Mark unused parameter.
14312 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14313
14314 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14315 Remove unused parameters.
14316 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14317 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14318
14319 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14320 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14321 (hfy-prepare-tag-map): Mark unused parameters.
14322 (htmlfontify-buffer): Use `called-interactively-p'.
14323
14324 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14325 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14326 (ibuffer-do-occur): Mark unused parameters.
14327 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14328 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14329
14330 * ibuffer.el: Don't quote `lambda'.
14331 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14332 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14333 Mark unused parameters.
14334
14335 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14336 (ido-completing-read): Mark unused parameters.
14337 (ido-copy-current-word): Mark unused parameters;
14338 remove unused variable `name'.
14339 (ido-sort-merged-list): Remove unused parameter `dirs'.
14340
14341 * ielm.el (ielm-input-sender): Mark unused parameter.
14342 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14343 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14344 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14345 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14346 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14347
14348 * image-dired.el (image-dired-display-thumbs): Remove unused
14349 variables `curr-file' and `count'.
14350 (image-dired-remove-tag): Remove unused variable `start'.
14351 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14352 variable `curr-file'
14353 (image-dired-rotate-original): Remove unused variable `temp-file'.
14354 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14355 Remove unused variable `file'.
14356 (image-dired-gallery-generate): Remove unused variable `curr'.
14357 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14358
14359 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14360
14361 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14362
14363 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14364
14365 * isearch.el (minibuffer-history-symbol): Declare.
14366 (isearch-edit-string): Remove unused variable `err'.
14367 (isearch-message-prefix, isearch-message-suffix):
14368 Mark unused parameters.
14369
14370 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14371
14372 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14373
14374 * makesum.el (double-column): Remove unused variable `cnt'.
14375
14376 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14377 (ido-ignore-item-temp-list): Declare.
14378
14379 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14380 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14381 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14382 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14383 `mouse-col-delta'.
14384
14385 * mouse-sel.el (mouse-extend-internal):
14386 Remove unused variable `orig-window-frame'.
14387
14388 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14389 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14390 Move declarations before first use.
14391 (pcomplete-opt): Mark unused parameters; doc fix.
14392
14393 * proced.el (proced-revert): Mark unused parameter.
14394 (proced-send-signal): Remove unused variable `err'.
14395
14396 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14397 Rename parameter PREFIX-ARG to ARG.
14398 (ps-basic-plot-string, ps-basic-plot-whitespace):
14399 Mark unused parameters.
14400
14401 * replace.el (replace-count): Define.
14402 (occur-revert-function): Mark unused parameters.
14403 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14404 (isearch-case-fold-search, isearch-string): Declare.
14405 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14406 bind `case-fold-search'. Remove unused variables `beg' and `end',
14407 and simplify.
14408 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14409 COUNT and bind `replace-count'.
14410 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14411 to COUNT.
14412
14413 * savehist.el (print-readably, print-string-length): Declare.
14414
14415 * shadowfile.el (shadow-expand-cluster-in-file-name):
14416 Remove unused variable `cluster'.
14417 (shadow-copy-file): Remove unused variable `i'.
14418 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14419 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14420 (shadow-define-literal-group, shadow-define-regexp-group)
14421 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14422
14423 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14424 (shell): Use `called-interactively-p'.
14425 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14426
14427 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14428 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14429 (delete-backward-char): Remove unused variable `ocol'.
14430 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14431 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14432 (event-apply-hyper-modifier, event-apply-shift-modifier)
14433 (event-apply-control-modifier, event-apply-meta-modifier):
14434 Mark unused parameters.
14435 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14436 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14437
14438 * speedbar.el (speedbar-ignored-directory-expressions)
14439 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14440 (speedbar-find-file, speedbar-dir-follow)
14441 (speedbar-directory-buttons-follow, speedbar-tag-find)
14442 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14443 (speedbar-buffers-line-directory, speedbar-buffer-click):
14444 Mark unused parameters.
14445 (speedbar-tag-file): Remove unused variable `mode'.
14446 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14447
14448 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14449
14450 * talk.el (talk): Remove unused variable `display'.
14451
14452 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14453 (tar-write-region-annotate): Mark unused parameter.
14454
14455 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14456 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14457 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14458 warning by another.
14459
14460 * time-stamp.el (time-stamp-string-preprocess):
14461 Remove unused variable `require-padding'.
14462
14463 * tree-widget.el (widget-glyph-enable): Declare.
14464 (tree-widget-action): Mark unused parameter.
14465
14466 * w32-fns.el (x-get-selection): Mark unused parameter.
14467 (autoload-make-program, generated-autoload-file): Declare.
14468
14469 * wdired.el (wdired-revert): Mark unused parameters.
14470 (wdired-xcase-word): Remove unused variable `err'.
14471
14472 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14473 (whitespace-help-scroll): Remove unused variable `data-help'.
14474
14475 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14476 (widget-image-insert, widget-after-change, default)
14477 (widget-default-format-handler, widget-default-notify)
14478 (widget-default-prompt-value, widget-info-link-action)
14479 (widget-url-link-action, widget-function-link-action)
14480 (widget-variable-link-action, widget-file-link-action)
14481 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14482 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14483 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14484 (widget-insert-button-action, widget-delete-button-action, visibility)
14485 (widget-documentation-link-action, widget-documentation-string-action)
14486 (widget-const-prompt-value, widget-regexp-match, symbol)
14487 (widget-coding-system-prompt-value)
14488 (widget-key-sequence-value-to-external, sexp)
14489 (widget-sexp-value-to-internal, character, vector, cons)
14490 (widget-choice-prompt-value, widget-boolean-prompt-value)
14491 (widget-color--choose-action): Mark unused parameters.
14492 (widget-item-match-inline, widget-choice-match-inline)
14493 (widget-checklist-match, widget-checklist-match-inline)
14494 (widget-group-match): Rename parameter VALUES to VALS.
14495 (widget-field-value-set): Remove unused variable `size'.
14496 (widget-color-action): Remove unused variables `value' and `start'.
14497
14498 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14499 variable `dir'. Doc fix.
06b60517
JB
14500 (windmove-find-other-window): Don't pass it.
14501
14502 * window.el (count-windows): Mark unused parameter.
14503 (bw-adjust-window): Remove unused variable `err'.
14504
14505 * woman.el (woman-file-name): Remove unused variable `default'.
14506 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14507 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14508 (global-font-lock-mode): Declare.
14509 (woman-decode-region): Mark unused parameter.
14510 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14511
14512 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14513 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14514 (x-dnd-handle-moz-url): Remove unused variable `title'.
14515 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14516
14517 * xml.el (xml-parse-tag, xml-parse-attlist):
14518 Remove unused variable `pos'.
14519
bc4f7f3d
GM
145202011-04-19 Glenn Morris <rgm@gnu.org>
14521
14522 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14523 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14524 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14525 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14526 * calendar/cal-html.el (cal-html-insert-minical):
14527 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14528 (calendar-mark-date-pattern):
14529 Prefix "unused" locals.
14530
14531 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14532 optional argument `style'.
14533
14534 * calendar/appt.el (appt-make-list):
14535 * calendar/cal-china.el (calendar-chinese-date-string):
14536 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14537 (diary-hebrew-yahrzeit):
14538 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14539 * calendar/calendar.el (calendar-generate-window):
14540 * calendar/time-date.el (time-to-days):
14541 Remove unused local variables.
14542
16a43933
CY
145432011-04-18 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14546 glyphless-char-display table.
14547 (tabulated-list-glyphless-char-display): New var.
14548
7eed1860
SS
145492011-04-18 Sam Steingold <sds@gnu.org>
14550
14551 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14552 to acknowledgments.
14553
4d2d1ccd
GM
145542011-04-17 Glenn Morris <rgm@gnu.org>
14555
14556 * calendar/diary-lib.el (diary-sexp-entry):
14557 * calendar/holidays.el (holiday-sexp):
14558 Set debug-on-error rather than the removed stack-trace-on-error.
14559
239da61d
GM
145602011-04-16 Glenn Morris <rgm@gnu.org>
14561
14562 * progmodes/f90.el: Use lexical-binding.
14563 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14564
8b05752a
SM
145652011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14566
daca8ba5
SM
14567 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14568 (mail-mode): Setup mailalias completion here instead.
14569 * mail/mailalias.el: Use lexical-binding.
14570 (pattern, mailalias-done): Declare dynamic.
14571 (mail-completion-at-point-function): New function, from mail-complete.
14572 (mail-complete): Use it.
14573 (mail-completion-expand): New function.
14574 (mail-get-names): Use it.
14575 (mail-directory, mail-directory-process, mail-directory-stream):
14576 Don't use `pattern' for lexically bound arg.
14577
6f542485
SM
14578 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14579
037e7c3f
SM
14580 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14581 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14582 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14583
8b05752a
SM
14584 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14585 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14586 (byte-interactive-p): Define them again, for use when inlining
14587 old code.
14588
49093f60
JB
145892011-04-15 Juanma Barranquero <lekktu@gmail.com>
14590
14591 * loadup.el: Use `string-to-number', not `string-to-int'.
14592
b5b8e7de
SM
145932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14596 gud-gdb-complete-command.
14597 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14598 (gud-gdb-completion-at-point): New function.
14599 (gud-gdb-completions): Remove.
14600
f42efeb5
MA
146012011-04-14 Michael Albinus <michael.albinus@gmx.de>
14602
49093f60
JB
14603 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14604 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14605 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14606 whether `executable-find' is bound.
f42efeb5
MA
14607
14608 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14609
e240cc21
SM
146102011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14611
14612 * minibuffer.el (completion-in-region-mode-predicate)
14613 (completion-in-region-mode--predicate): New vars.
14614 (completion-in-region, completion-in-region--postch)
14615 (completion-in-region-mode): Use them.
14616 (completion--capf-wrapper): Also return the hook function.
14617 (completion-at-point, completion-help-at-point):
14618 Adjust and provide a predicate.
c2bd2ab0
SM
14619
14620 Preserve arg names for advice of subr and lexical functions (bug#8457).
14621 * help-fns.el (help-function-arglist): Consolidate the subr and
14622 new-byte-code cases. Add argument `preserve-names' to extract names
14623 from the docstring when needed.
14624 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14625 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14626 (ad-arglist): Use help-function-arglist's new arg.
14627 (ad-definition-type): Use cond.
14628
c183f693
JB
146292011-04-13 Juanma Barranquero <lekktu@gmail.com>
14630
06641a47
JB
14631 * autorevert.el (auto-revert-handler):
14632 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14633 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14634 Don't quote lambda.
14635
c183f693
JB
14636 * image-mode.el (image-transform-set-scale):
14637 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14638
1e3b6001
G
146392011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14640
14641 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14642 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14643 Upgrades via gnutls-cli are too slow to be done opportunistically.
14644
2d6af8dd
JB
146452011-04-12 Juanma Barranquero <lekktu@gmail.com>
14646
14647 * dframe.el (dframe-current-frame): Remove spurious quote.
14648
c0749a51
GM
146492011-04-12 Glenn Morris <rgm@gnu.org>
14650
088d0d61
GM
14651 * calendar/cal-tex.el (cal-tex-end-document):
14652 Try to automatically use latin1 input if needed.
14653
c0749a51
GM
14654 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14655 Don't try to cons a mark onto an empty element.
14656
5c90fde0
LL
146572011-04-11 Leo Liu <sdl.web@gmail.com>
14658
14659 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14660 buffers.
14661 (ido-kill-buffer-at-head): Support killing virtual buffers.
14662
369e974d
CY
146632011-04-10 Chong Yidong <cyd@stupidchicken.com>
14664
14665 * minibuffer.el (completion-show-inline-help): New var.
14666 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14667 (minibuffer-force-complete, minibuffer-complete-word):
14668 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14669
14670 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14671 to avoid interference from inline help (Bug#5849).
14672
37f1c930
LL
146732011-04-10 Leo Liu <sdl.web@gmail.com>
14674
099c39a4
JB
14675 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14676 Fix typo.
37f1c930 14677
a32d4040
CY
146782011-04-09 Chong Yidong <cyd@stupidchicken.com>
14679
14680 * image-mode.el (image-toggle-display-image): Signal an error if
14681 not in Image mode.
14682 (image-transform-mode, image-transform-resize)
14683 (image-transform-set-rotation): Doc fix.
daca8ba5 14684 (image-transform-set-resize): Delete.
a32d4040
CY
14685 (image-transform-set-scale, image-transform-fit-to-height)
14686 (image-transform-fit-to-width): Handle image-toggle-display-image
14687 and image-transform-resize directly.
14688
099c39a4 146892011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14690
14691 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14692 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14693 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14694 (doc-view-mode-map): Add bindings for the new functions.
14695
099c39a4 146962011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14697
4d61f28d 14698 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14699 Fix typo in docstring.
14700
3726838a
EZ
147012011-04-08 Eli Zaretskii <eliz@gnu.org>
14702
04f33f1e
EZ
14703 * files.el (file-size-human-readable): Produce one digit after
14704 decimal, like "ls -lh" does.
14705
14706 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14707 the file size representation.
14708
3726838a
EZ
14709 * simple.el (list-processes): If async subprocesses are not
14710 available, error out with a clear error message.
14711
cbb59342
CY
147122011-04-08 Chong Yidong <cyd@stupidchicken.com>
14713
14714 * help.el (help-form-show): New function, to be called from C.
14715 Put help-form output in a buffer named differently than *Help*.
14716
e3971c44
EZ
147172011-04-08 Eli Zaretskii <eliz@gnu.org>
14718
14719 * files.el (file-size-human-readable): New function.
14720
14721 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14722 computing the representation inline. Don't require `cl'.
14723
12544bbe
GM
147242011-04-08 Glenn Morris <rgm@gnu.org>
14725
a1de6c6a
GM
14726 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14727
3c4671f4
GM
14728 * net/browse-url.el (browse-url-firefox):
14729 Test system-type, not system-configuration.
14730
b605679c
GM
14731 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14732 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14733 Use log-edit-empty-buffer-p. (Bug#7598)
14734
56442f0c
GM
14735 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14736 (rlogin-mode-map): Initialize in the defvar.
14737 (rlogin): Use ignore-errors.
14738
12544bbe
GM
14739 * replace.el (occur-mode-map): Some fixes for menu items.
14740
eb237b0f
AH
147412011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14742
14743 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14744
7d668f2c
CY
147452011-04-06 Chong Yidong <cyd@stupidchicken.com>
14746
e67a13ab
CY
14747 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14748 issuing unused warnings.
14749
14750 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14751 macro directly.
14752
7d668f2c
CY
14753 * simple.el: Lisp reimplement of list-processes. Based on an
14754 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14755 (process-menu-mode): New major mode.
14756 (list-processes--refresh, list-processes):
14757 (process-menu-visit-buffer): New functions.
14758
14759 * files.el (save-buffers-kill-emacs): Don't assume any return
14760 value of list-processes, which is undocumented anyway.
14761
a83ec3c9
CY
147622011-04-06 Chong Yidong <cyd@stupidchicken.com>
14763
14764 * emacs-lisp/tabulated-list.el: New file.
14765
e91a96fe
CY
14766 * emacs-lisp/package.el: Use Tabulated List mode.
14767 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14768 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14769 table format using Tabulated List mode variables.
14770 (package--push): New macro, replacing package-list-maybe-add.
14771 (package-menu--generate): Use package--push. Renamed from
14772 package--generate-package-list.
14773 (package-menu-refresh, list-packages): Use it.
daca8ba5 14774 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14775 Return insertion data instead of inserting it directly.
099c39a4
JB
14776 (package-menu-describe-package, package-menu-execute):
14777 Use tabulated-list-get-id.
e91a96fe
CY
14778 (package-menu-mark-delete, package-menu-mark-install)
14779 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14780 (package-menu-mark-obsolete-for-deletion):
14781 Use tabulated-list-put-tag.
e91a96fe
CY
14782 (package--list-packages, package-menu-revert)
14783 (package-menu-get-package, package-menu-get-version)
14784 (package-menu-sort-by-column): Functions deleted.
14785 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14786 (package-menu--status-predicate, package-menu--version-predicate)
14787 (package-menu--name-predicate)
14788 (package-menu--description-predicate): Handle arguments in the
14789 Tabulated List format.
14790 (package-list-packages-no-fetch): Call list-packages.
14791
3e214b50
JB
147922011-04-06 Juanma Barranquero <lekktu@gmail.com>
14793
14794 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14795 (after-find-file): Don't bind it.
3e214b50
JB
14796 (revert-buffer-in-progress-p): New variable.
14797 (revert-buffer): Bind it.
14798 Pass nil for `after-find-file-from-revert-buffer'.
14799
14800 * saveplace.el (save-place-find-file-hook): Use new variable
14801 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14802
3f0f1700
GM
148032011-04-06 Glenn Morris <rgm@gnu.org>
14804
c0274801
GM
14805 * Makefile.in (AUTOGEN_VCS): New variable.
14806 (autoloads): Use $AUTOGEN_VCS.
14807
3f0f1700
GM
14808 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14809 * calendar/calendar.el (calendar-mode-map):
14810 Check for toolkit scroll bars. (Bug#8305)
14811
41ea9e48
CY
148122011-04-05 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * minibuffer.el (completion-in-region--postch)
14815 (completion-in-region-mode): Remove unnecessary messages.
14816
6194c800
JB
148172011-04-05 Juanma Barranquero <lekktu@gmail.com>
14818
33256f14
JB
14819 * font-lock.el (font-lock-refresh-defaults):
14820 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14821 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14822
6194c800
JB
14823 * info.el (Info-directory-list, Info-read-node-name-2)
14824 (Info-split-parameter-string): Doc fixes.
14825 (Info-virtual-nodes): Reflow docstring.
14826 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14827 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14828 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14829 Fix typos in docstrings.
14830 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14831 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14832 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14833 (Info-restore-desktop-buffer): Mark unused parameters.
14834 (Info-directory-find-file, Info-directory-find-node)
14835 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14836 (Info-virtual-index-find-node, Info-apropos-find-file)
14837 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14838 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14839 (Info-virtual-index): Remove unused local variable `nodename'.
14840
b87a8200 148412011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14842
b87a8200
DD
14843 * net/rcirc.el: Update my e-mail address.
14844 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14845
3b2ff876
CY
148462011-04-05 Chong Yidong <cyd@stupidchicken.com>
14847
14848 * startup.el (command-line): Save the cursor's theme-face
14849 directly, instead of using face-override-spec.
14850
14851 * custom.el (load-theme): Minor optimization in assigning faces.
14852
8d17e7ca
JB
148532011-04-04 Juanma Barranquero <lekktu@gmail.com>
14854
14855 * help-fns.el (describe-variable): Complete all variables having
14856 documentation, including keywords.
14857 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14858
2fbc1934
JB
148592011-04-04 Juanma Barranquero <lekktu@gmail.com>
14860
14861 Convert to lexical-binding.
14862
14863 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14864 (bs--get-marked-string, bs--get-modified-string)
14865 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14866 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14867 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14868
14869 * ehelp.el (electric-help-execute-extended)
14870 (electric-help-ctrl-x-prefix):
14871 * hexl.el (hexl-revert-buffer-function):
14872 * linum.el (linum-after-change, linum-after-scroll):
14873 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14874
14875 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14876
74f50695
DU
148772011-04-04 Daiki Ueno <ueno@unixuser.org>
14878
14879 * epa-dired.el:
14880 * epa-mail.el:
14881 * epa-hook.el:
14882 * epa-file.el:
14883 * epa.el:
14884 * epg.el: Use lexical binding.
14885
c11325f7
CY
148862011-04-03 Chong Yidong <cyd@stupidchicken.com>
14887
0d9e9a12
CY
14888 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14889
c11325f7 14890 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
14891 dictionary case for flyspell-mark-duplications-exceptions.
14892 Use regexp matching for languages.
c11325f7
CY
14893 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14894 default dictionary (Bug#7926).
14895
da91b5f2
CY
148962011-04-02 Chong Yidong <cyd@stupidchicken.com>
14897
099c39a4
JB
14898 * emacs-lisp/package.el (package--with-work-buffer):
14899 Recognize https URLs.
da91b5f2 14900
099c39a4
JB
14901 * net/network-stream.el: Move from gnus/proto-stream.el.
14902 Change prefix to network-stream throughout.
da91b5f2
CY
14903 (open-protocol-stream): Merge into open-network-stream, leaving
14904 open-protocol-stream as an alias. Handle nil BUFFER args.
14905
14906 * subr.el (open-network-stream): Move to net/network-stream.el.
14907
afa8e9f6
GM
149082011-04-02 Glenn Morris <rgm@gnu.org>
14909
1d2e369d
GM
14910 * find-dired.el (find-exec-terminator): New option.
14911 (find-ls-option): Test for -ls support.
14912 (find-ls-subdir-switches): Test for -b in find-ls-option.
14913 (find-dired, find-grep-dired): Doc fixes.
14914 (find-dired): Use find-exec-terminator.
14915
8abb7da8 14916 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
14917 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14918 (find-name-arg): Remove purecopy.
8abb7da8 14919
f3ca7378
GM
14920 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14921 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14922 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14923 accordingly. Don't add the null-device if not needed.
14924
afa8e9f6
GM
14925 * files.el (save-some-buffers): Doc fix.
14926
35eae264
EZ
149272011-04-02 Eli Zaretskii <eliz@gnu.org>
14928
14929 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14930
26b51db5
JB
149312011-04-01 Juanma Barranquero <lekktu@gmail.com>
14932
14933 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14934 Use `dolist' rather than `mapcar'.
14935
7200d79c
SM
149362011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14937
03408648 14938 Add lexical binding.
7200d79c 14939
03408648
SM
14940 * subr.el (apply-partially): Use new closures rather than CL.
14941 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14942 (dolist, dotimes): Use slightly different expansion for lexical code.
14943 (functionp): Move to C.
14944 (letrec): New macro.
14945 (with-wrapper-hook): Use it and apply-partially instead of CL.
14946 (eval-after-load): Preserve lexical-binding.
14947 (save-window-excursion, with-output-to-temp-buffer): Turn them
14948 into macros.
7200d79c 14949
03408648
SM
14950 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14951
14952 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14953 than the arglist.
14954 (help-add-fundoc-usage): Don't add `Not documented'.
14955 (help-function-arglist): Handle closures, subroutines, and new
14956 byte-code-functions.
14957 (help-make-usage): Remove leading underscores.
14958 (describe-function-1): Handle closures.
14959 (describe-variable): Use special-variable-p for completion.
14960
14961 * files.el (lexical-binding): Declare safe.
f488fb65 14962
03408648
SM
14963 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14964 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14965 (pcase): Add `let' pattern.
14966 Change memoization so it actually works.
14967 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14968 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14969 <let>: New case.
f488fb65 14970
03408648
SM
14971 * emacs-lisp/macroexp.el: Use lexical binding.
14972 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14973 Don't convert ' to #' without checking that it's indeed quoting
14974 a lambda.
14975
14976 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 14977 Use eval-sexp-add-defvars.
03408648
SM
14978 (eval-sexp-add-defvars): New fun.
14979
14980 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14981
14982 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14983 Don't autoload.
14984 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14985 than the internal `byte-compile-lambda'.
14986 (defmethod): Don't hide code under quotes.
14987 (eieio-defmethod): New `code' argument.
14988
14989 * emacs-lisp/eieio-comp.el: Remove.
14990
14991 * emacs-lisp/edebug.el (edebug-eval-defun)
14992 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14993 (edebug-toggle): Avoid `eval'.
14994
14995 * emacs-lisp/disass.el (disassemble-internal): Handle new
14996 `closure' objects.
14997 (disassemble-1): Handle new byte codes.
14998
14999 * emacs-lisp/cl.el (pushnew): Silence warning.
15000
15001 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15002 (cl-byte-compile-throw): Remove.
15003 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15004
15005 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15006 closures.
15007
15008 * emacs-lisp/cconv.el: New file.
15009
15010 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15011 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15012 (byte-compile-initial-macro-environment):
15013 Handle declare-function here.
15014 (byte-compile--lexical-environment): New var.
15015 (byte-stack-ref, byte-stack-set, byte-discardN)
15016 (byte-discardN-preserve-tos): New lap codes.
15017 (byte-interactive-p): Don't use any more.
15018 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15019 New macros.
15020 (byte-compile-lapcode): Use them and handle new lap codes.
15021 (byte-compile-obsolete): Remove.
15022 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15023 (byte-compile-arglist-warn): Check late def of inlinable funs.
15024 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15025 since they should have been expanded by now.
15026 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15027 (byte-compile-from-buffer): Remove unused second arg.
15028 (byte-compile-preprocess): New function.
15029 (byte-compile-toplevel-file-form): New function to distinguish
15030 file-form calls from outside from file-form calls from hunk-handlers.
15031 (byte-compile-file-form): Simplify.
15032 (byte-compile-file-form-defsubst): Remove.
15033 (byte-compile-file-form-defmumble): Simplify now that
15034 byte-compile-lambda always returns a byte-code-function.
15035 (byte-compile): Preprocess.
15036 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15037 Remove, not used any more.
15038 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15039 (byte-compile-make-args-desc): New funs.
15040 (byte-compile-lambda): Handle lexical functions. Always return
15041 a byte-code-function.
15042 (byte-compile-reserved-constants): New var, to make up room for
15043 closed-over variables.
15044 (byte-compile-constants-vector): Obey it.
15045 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15046 (byte-compile-macroexpand-declare-function): New function.
15047 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15048 byte-code-functions.
15049 (byte-compile-form): Check obsolescence here.
15050 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15051 (byte-compile-variable-ref): Remove.
15052 (byte-compile-dynamic-variable-op): New fun.
15053 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15054 (byte-compile-variable-set): New funs.
15055 (byte-compile-discard): Add 2 args.
15056 (byte-compile-stack-ref, byte-compile-stack-set)
15057 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15058 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15059 macroexpand-all instead.
15060 (byte-compile-quote-form): Remove.
15061 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15062 (byte-compile-bind, byte-compile-unbind): New funs.
15063 (byte-compile-let): Handle let* and lexical binding.
15064 (byte-compile-let*): Remove.
15065 (byte-compile-catch, byte-compile-unwind-protect)
15066 (byte-compile-track-mouse, byte-compile-condition-case):
15067 Handle a new :fun-body form, used for lexical scoping.
15068 (byte-compile-save-window-excursion)
15069 (byte-compile-with-output-to-temp-buffer): Remove.
15070 (byte-compile-defun): Simplify.
15071 (byte-compile-stack-adjustment): New fun.
15072 (byte-compile-out): Use it.
15073 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15074
15075 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15076 handler any more.
15077
15078 * emacs-lisp/byte-opt.el: Use lexical binding.
15079 (byte-inline-lapcode): Remove (to bytecomp).
15080 (byte-compile-inline-expand): Pay attention to inlining to/from
15081 lexically bound code.
15082 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15083 any more.
15084 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15085 any more and don't call compiler-macros.
15086 (byte-compile-splice-in-already-compiled-code): Remove.
15087 (byte-code): Don't inline any more.
15088 (disassemble-offset): Receive `bytes' as argument rather than via
15089 dynamic scoping.
15090 (byte-compile-tag-number): Declare before first use.
15091 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15092 `return' even if make-spliceable.
15093 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15094 obsolete interactive-p.
15095 (byte-optimize-lapcode): Optimize new lap-codes.
15096 Don't trip up on new form of `byte-constant' lap code.
15097
15098 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15099
15100 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15101
15102 * custom.el (custom-initialize-default, custom-declare-variable):
15103 Use `defvar'.
15104
15105 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15106 New variables.
15107 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15108 (COMPILE_FIRST): Add macroexp and cconv.
15109 * makefile.w32-in: Mirror changes in Makefile.in.
15110
15111 * vc/cvs-status.el:
15112 * vc/diff-mode.el:
15113 * vc/log-edit.el:
15114 * vc/log-view.el:
15115 * vc/smerge-mode.el:
15116 * textmodes/bibtex-style.el:
15117 * textmodes/css.el:
15118 * startup.el:
15119 * uniquify.el:
da91b5f2
CY
15120 * minibuffer.el:
15121 * newcomment.el:
15122 * reveal.el:
15123 * server.el:
15124 * mpc.el:
15125 * emacs-lisp/smie.el:
15126 * doc-view.el:
15127 * dired.el:
03408648
SM
15128 * abbrev.el: Use lexical binding.
15129
0f0c1f27
EZ
151302011-04-01 Eli Zaretskii <eliz@gnu.org>
15131
15132 * info.el (info-display-manual): New function.
15133
c82b2579
SM
151342011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15137
221ddf68
TH
151382011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15139
15140 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15141 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15142
cba6e77e
GM
151432011-03-31 Glenn Morris <rgm@gnu.org>
15144
e040639f
GM
15145 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15146
cba6e77e
GM
15147 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15148
6d0f1c9e
CS
151492011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15150
15151 * progmodes/python.el (python-default-interpreter)
15152 (python-python-command-args, python-jython-command-args)
15153 (python-which-shell, python-which-args, python-which-bufname)
15154 (python-file-queue, python-comint-output-filter-function)
15155 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15156 variables and functions.
15157
3e2d70fd
SM
151582011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15161 (completion-in-region-mode): New minor mode.
15162 (completion-in-region): Use it.
15163 (completion-in-region--data, completion-in-region-mode-map): New vars.
15164 (completion-in-region--postch): New function.
15165 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15166 New vars.
15167 (completion--capf-wrapper): New function.
15168 (completion-at-point): Use it to track well-behavedness of
15169 hook functions.
15170 (completion-help-at-point): New command.
15171
f3e4086c
JM
151722011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15173
15174 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15175 syntax class to search for whitespace on a single line
15176 (Message-ID: <4D938140.4030905@redhat.com>).
15177
eb7ffc14
LL
151782011-03-30 Leo Liu <sdl.web@gmail.com>
15179
15180 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15181 New commands.
15182 (edit-abbrevs-map): Bind them here.
15183 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15184
d806ab68
KM
151852011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15186
15187 * allout.el (allout-hide-by-annotation, allout-flag-region):
15188 Reduce possibility of overlay leakage by making them volatile.
15189
15190 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15191 hash is not shared between buffers. Mode initialization is
15192 responsible for giving it a useful starting value.
15193 (allout-item-span): Reduce possibility of overlay leakage by
15194 making them volatile.
15195 (allout-widgets-count-buttons-in-region): Add diagnostic function
15196 for tracking down button overlay leaks.
15197
ea622834
LL
151982011-03-29 Leo Liu <sdl.web@gmail.com>
15199
15200 * ido.el (ido-read-internal): Use the default history var
15201 minibuffer-history if no HISTORY is specified.
15202
b62f8267
G
152032011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15204
03408648
SM
15205 * net/imap.el (imap-shell-open, imap-process-connection-type):
15206 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15207 Kerberos, SSL, other subprocesses.
15208
947b6566
LL
152092011-03-28 Leo Liu <sdl.web@gmail.com>
15210
15211 * abbrev.el (abbrev-table-empty-p): New function.
15212 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15213 nonempty ones. (Bug#5937)
15214
5ffb62aa
JD
152152011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15216
15217 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15218
7a097943
LL
152192011-03-27 Leo Liu <sdl.web@gmail.com>
15220
15221 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15222 for foreground and background colors.
15223 (ansi-color-make-color-map): Adapt.
15224
c5b40130
LL
152252011-03-25 Leo Liu <sdl.web@gmail.com>
15226
1f48f7d2
LL
15227 * midnight.el (midnight-time-float): Remove. Note it calculates
15228 the microsecond component incorrectly and seconds-to-time does the
15229 same job.
625897ec 15230 Remove redundant (require 'timer).
1f48f7d2 15231
c5b40130
LL
15232 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15233 (ido-completions): Remove unused arguments. (Bug#8329)
15234
d86d2721
SM
152352011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * minibuffer.el (completion--flush-all-sorted-completions):
15238 Remove itself from hook.
15239 (completion-at-point): Let the functions perform the completion
15240 immediately and return nil or t.
15241 * comint.el (comint-dynamic-complete-functions): Now identical to
15242 completion-at-point-functions.
15243 (comint-dynamic-list-input-ring): Remove unused var `index'.
15244 (comint--match-partial-filename, comint--unquote&expand-filename):
15245 New funs, split from comint-match-partial-filename.
15246 (comint-dynamic-complete): Use completion-at-point.
15247 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15248
e8974c48
DA
152492011-03-24 Drew Adams <drew.adams@oracle.com>
15250
15251 * thingatpt.el: Support `defun'.
15252
def71b5e
LL
152532011-03-23 Leo Liu <sdl.web@gmail.com>
15254
cb5af48e
LL
15255 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15256
def71b5e
LL
15257 * help-mode.el (help-mode-finish): Tweak regexp.
15258
927c53e7
GM
152592011-03-23 Glenn Morris <rgm@gnu.org>
15260
18d05bed
GM
15261 * eshell/esh-opt.el (eshell-eval-using-options):
15262 Do not bind unused local variable `eshell-option-stub'.
15263
927c53e7
GM
15264 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15265
9d0da923
JB
152662011-03-22 Juanma Barranquero <lekktu@gmail.com>
15267
15268 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15269 keymap variable in `with-no-warnings' to avoid a warning when the
15270 keymap has been already `defconst'ed.
15271
4b978a67
LL
152722011-03-22 Leo Liu <sdl.web@gmail.com>
15273
15274 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15275 encode all chars in abbrevs; otherwise use emacs-mule or
15276 utf-8-emacs. (Bug#8308)
15277
5fd62452
JB
152782011-03-22 Juanma Barranquero <lekktu@gmail.com>
15279
0b1596c6
JB
15280 * simple.el (backward-delete-char-untabify):
15281 Avoid warning about using `delete-backward-char'.
15282
5fd62452
JB
15283 * image.el (image-type-file-name-regexps): Make it variable.
15284 `imagemagick-register-types' modifies it, and the user may want
15285 to add new extensions for known image types.
15286 (imagemagick-register-types): Throw error if not using ImageMagick.
15287
0b4e93f1
LL
152882011-03-22 Leo Liu <sdl.web@gmail.com>
15289
15290 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15291 located before rcirc-prompt-end-marker.
15292 (rcirc-complete): Error if point is not after rcirc prompt.
15293 Handle the case when table is nil.
9882e214 15294 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15295
fccee4ab
CY
152962011-03-22 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * custom.el (custom--inhibit-theme-enable): Make it affect only
15299 custom-theme-set-variables and custom-theme-set-faces.
15300 (provide-theme): Ignore custom--inhibit-theme-enable.
15301 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15302 (custom-enabling-themes): Delete variable.
d86d2721
SM
15303 (enable-theme): Accept only loaded themes as arguments.
15304 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15305 (custom-enabled-themes): Forbid themes from setting this.
15306 Eliminate use of custom-enabling-themes.
15307 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15308
af896da6
LL
153092011-03-21 Leo Liu <sdl.web@gmail.com>
15310
15311 * ido.el (ido-read-internal): Add ido-selected to history instead
15312 of user input.
15313
78f64af0
SM
153142011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * subr.el (deferred-action-list, deferred-action-function):
15317 Mark obsolete.
15318
b16ac1ec
LL
153192011-03-21 Leo Liu <sdl.web@gmail.com>
15320
810f7698
LL
15321 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15322 change on 2011-02-13 (bug#8309).
15323
b16ac1ec
LL
15324 * minibuffer.el (read-file-name-function): Change default value.
15325 (read-file-name--defaults): Rename from read-file-name-defaults.
15326 (read-file-name-default): Rename from read-file-name.
15327 (read-file-name): Call read-file-name-function.
15328
4e05e67e
GM
153292011-03-21 Glenn Morris <rgm@gnu.org>
15330
15331 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15332 Doc fixes.
15333
4359915b
CY
153342011-03-21 Chong Yidong <cyd@stupidchicken.com>
15335
15336 * cus-theme.el: Add missing provide statement.
15337 (customize-create-theme): Extract theme value correctly.
15338 (custom-theme-visit-theme): Autoload.
15339 (customize-create-theme): Prompt before inserting default faces.
15340
1fe275ee
JB
153412011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15342
15343 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15344 units and musical notes.
15345
cd394be1 153462011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15347
15348 * ido.el (ido-read-internal): Use completing-read-default.
15349 (ido-completing-read): Fix compatibility with completing-read.
15350
7d476bde
CO
153512011-03-20 Christian Ohler <ohler@gnu.org>
15352
15353 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15354 (ert-delete-all-tests): Use `called-interactively-p' rather than
15355 `interactive-p'.
15356 (ert--make-xrefs-region): Respect END.
15357
fe0fb33e
CY
153582011-03-19 Chong Yidong <cyd@stupidchicken.com>
15359
ff854b0b
CY
15360 * dired-aux.el (dired-create-directory): Signal an error if the
15361 directory already exists (Bug#8246).
15362
fe0fb33e
CY
15363 * facemenu.el (list-colors-display): Call list-faces-display
15364 inside with-help-window.
15365 (list-colors-print): Use display property to align the final
15366 column, instead of checking window-width.
15367
576bce32
EZ
153682011-03-19 Eli Zaretskii <eliz@gnu.org>
15369
4d61f28d 15370 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15371 windows-nt systems.
15372 (emerge-protect-metachars): Quote correctly for ms-dos and
15373 windows-nt systems.
15374
89c41d68 153752011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15376
15377 * info.el (info-initialize): Replace all uses of `:' with
15378 path-separator for compatibility with non-Unix systems.
15379 Cache quoting of path-separator. (Bug#8258)
15380
b14e3e21 153812011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15382
15383 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15384 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15385 (mouse-avoidance-mode): Fix typos in docstrings.
15386
4525ce3e
CY
153872011-03-19 Chong Yidong <cyd@stupidchicken.com>
15388
15389 * startup.el (package-subdirectory-regexp): Move from package.el.
15390 Omit \\` and \\', and let callers add them.
15391
15392 * emacs-lisp/package.el (package-strip-version)
15393 (package-load-all-descriptors): Add \\` and \\' to
15394 package-subdirectory-regexp before using it.
15395 (package-untar-buffer): New arg DIR; ensure that file untars only
15396 into this expected directory. Remove superfluous delete-region.
15397 (package-unpack): Caller changed.
15398 (package-tar-file-info): Use package-subdirectory-regexp.
15399
a904a09a 154002011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15401
a904a09a
SM
15402 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15403 diff-mode-shared-map (bug#8284).
15404 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15405
154062011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15407
15408 * calendar/time-date.el (format-seconds): Use assoc instead of
15409 assoc-string, since assoc-string doesn't exist in XEmacs.
15410
171fc304
JB
154112011-03-17 Juanma Barranquero <lekktu@gmail.com>
15412
15413 * custom.el (custom-known-themes): Reflow docstring.
15414 (custom-theme-load-path): Fix typo in docstring.
15415 (load-theme): Fix typo in error message.
15416 (custom-available-themes, custom-variable-theme-value):
15417 Use `let', not `let*'.
15418
d71990a1
JB
154192011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15420
15421 * calc/README: Mention inclusion of musical notes.
15422
15423 * calc/calc-units.el (calc-lu-quant): Rename from
15424 `calc-logunits-quantity'.
15425 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15426 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15427 (calc-db): Rename from `calc-dblevel'.
15428 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15429 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15430 (calc-np): Rename from `calc-nplevel'.
15431 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15432 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15433 (calc-lu-plus): Rename from `calc-logunits-add'.
15434 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15435 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15436 (calc-lu-minus): Rename from `calc-logunits-sub'.
15437 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15438 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15439 (calc-lu-times): Rename from `calc-logunits-mul'.
15440 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15441 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15442 (calc-lu-divide): Rename from `calc-logunits-div'.
15443 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15444 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15445
15446 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15447 functions being autoloaded.
15448
15449 * calc/calc.el (calc-lu-power-reference): Rename from
15450 `calc-logunits-power-reference'.
15451 (calc-lu-field-reference): Rename from
15452 `calc-logunits-field-reference'.
15453
7a71b18d
GM
15454 * calc/calc-help.el (calc-l-prefix-help):
15455 Mention musical note functions.
d71990a1 15456
40c2934b
SM
154572011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * minibuffer.el (completion-all-sorted-completions):
15460 Use :completion-cycle-penalty text property if present.
15461
b0911414
KM
154622011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15463
15464 * allout.el (allout-yank-processing): Adjust for new rebulleting
15465 regime so bullet being yanked is used without prompting the user
15466 for a choice.
15467
8a05b668
JB
154682011-03-16 Juanma Barranquero <lekktu@gmail.com>
15469
15470 * startup.el (command-line): Warn the user that _emacs is deprecated.
15471
5ba5fb81
JB
154722011-03-16 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15475 (delphi-verbose, delphi-comment-face, delphi-string-face)
15476 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15477 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15478 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15479 (delphi-new-comment-line, delphi-font-lock-defaults)
15480 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15481 Fix typos in docstrings.
15482
2dab465b
KM
154832011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15484
5ba5fb81 15485 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15486 Invert the roles of character and string values for INSTEAD, so a
15487 string is used for the more common case of a defaulting prompt.
15488
0adf5618
SM
154892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15490
15491 * progmodes/ruby-mode.el (ruby-backward-sexp):
15492 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15493 * play/gamegrid.el (gamegrid-make-face):
15494 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15495 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15496 * notifications.el (notifications-notify):
15497 * net/xesam.el (xesam-search-engines):
15498 * net/quickurl.el (quickurl-list-insert):
15499 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15500
d72700e5
CY
155012011-03-15 Chong Yidong <cyd@stupidchicken.com>
15502
15503 * startup.el (command-line): Update package subdirectory regexp.
15504
49c5410a
SM
155052011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15506
c6eee9aa
SM
15507 * allout.el (allout-abbreviate-flattened-numbering)
15508 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15509
49c5410a
SM
15510 * subr.el (read-char-choice): Only show the cursor after the prompt,
15511 not after the answer.
15512
047b2bb9
KR
155132011-03-15 Kevin Ryde <user42@zip.com.au>
15514
15515 * help-fns.el (variable-at-point): Skip leading quotes, if any
15516 (bug#8253).
15517
0a57d256
SM
155182011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15521 warning message.
15522
77c992bc
MA
155232011-03-14 Michael Albinus <michael.albinus@gmx.de>
15524
15525 * shell.el (shell): When called interactively, offer to change the
15526 shell file name on remote hosts.
15527
eebc475d
TZ
155282011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15529
15530 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15531 integration for LDAP parameters. The host, base, user or binddn,
15532 and secret tokens can be specified in a netrc file, for instance.
15533 This is optional because an `auth-source' parameter must be
15534 specified in the search attributes.
15535
9d05d1ba
JB
155362011-03-13 Juanma Barranquero <lekktu@gmail.com>
15537
15538 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15539
09d9db2c
GM
155402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15541
15542 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15543 into declaration. Remove redundant and harmful binding.
15544
155452011-03-12 Eli Zaretskii <eliz@gnu.org>
15546
15547 * files.el (file-ownership-preserved-p): Pass `integer' as an
15548 explicit 2nd argument to `file-attributes'. If the file's owner
15549 is the Administrators group on Windows, and the current user is
15550 Administrator, consider that a match.
15551
15552 * server.el (server-ensure-safe-dir): Consider server directory
15553 safe on MS-Windows if its owner is the Administrators group while
15554 the current Emacs user is Administrator. Use `=' to compare
15555 numerical UIDs, since they could be integers or floats.
15556
219bd536
JB
155572011-03-12 Juanma Barranquero <lekktu@gmail.com>
15558
15559 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15560
f3afd36b
MA
155612011-03-12 Michael Albinus <michael.albinus@gmx.de>
15562
15563 Sync with Tramp 2.2.1.
15564
15565 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15566
15567 * net/trampver.el: Update release number.
15568
3aaaa6f1
SM
155692011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15570
94642599
SM
15571 * progmodes/compile.el (compilation--previous-directory): Fix up
15572 various nil/dead-marker mismatches (bug#8014).
15573 (compilation-directory-properties, compilation-error-properties):
15574 Don't call it at a position past the one we're about to change.
15575
3aaaa6f1
SM
15576 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15577 Disable obsolescence warnings in the file that declares it.
15578
14239447
KM
155792011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15580
099c39a4
JB
15581 * allout-widgets.el (allout-widgets-tally):
15582 Initialize allout-widgets-tally as a hash table rather than nil to
15583 prevent mode-line redisplay warnings. Also, clarify the module
15584 description and fix a comment typo.
14239447 15585
135e287c
JB
155862011-03-11 Juanma Barranquero <lekktu@gmail.com>
15587
15588 * help-fns.el (describe-variable): Don't complete keywords.
15589 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15590
ffbf300e
CY
155912011-03-10 Chong Yidong <cyd@stupidchicken.com>
15592
ba08b241
CY
15593 * emacs-lisp/package.el (package-version-join): Impose a standard
15594 string representation for pre/alpha/beta version lists.
15595 (package-unpack-single): Standardize the directory name by passing
15596 it through package-version-join.
15597 (package-strip-rcs-id): Accept any version string that does not
15598 signal an error in version-to-list.
ffbf300e 15599
f346fd6b
MA
156002011-03-10 Michael Albinus <michael.albinus@gmx.de>
15601
15602 * simple.el (delete-trailing-whitespace): Return nil for the
15603 benefit of `write-file-functions'.
15604
ccb55d27
GM
156052011-03-10 Glenn Morris <rgm@gnu.org>
15606
5ceaac0c
GM
15607 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15608
02da65ff
GM
15609 * vc/vc-git.el (vc-git-program): New option.
15610 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15611 (vc-git--call): Use it.
15612
b2f603cc
GM
15613 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15614
5772caab
GM
15615 * cus-edit.el (Custom-newline): If no button at point, look
15616 for a subgroup button at start-of-line. (Bug#2298)
15617
ccb55d27
GM
15618 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15619
ec6ecaed
JD
156202011-03-10 Julien Danjou <julien@danjou.info>
15621
15622 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15623 `cursor-type' is nil.
15624
9d5aa01d
JB
156252011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15626
15627 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15628
b6a5875b
KM
156292011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15630
7a71b18d 15631 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15632 preserves the existing header prefix, rebulleting it if necessary,
15633 rather than replacing it. This is necessary for proper operation
15634 of cooperative addons like allout-widgets.
1154d12e
JB
15635 (allout-make-topic-prefix, allout-rebullet-heading):
15636 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15637 value as alternate bullet to be used, instead of prompting the user
15638 for a bullet character.
b6a5875b 15639
ee545c35
MA
156402011-03-09 Michael Albinus <michael.albinus@gmx.de>
15641
d86d2721
SM
15642 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15643 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15644 `tramp-default-port'.
15645
c47971d7
DD
156462011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15647
15648 * net/rcirc.el (rcirc-handler-001): Remove useless
15649 with-rcirc-process-buffer.
15650 (rcirc-check-auth-status): Swap arguments to string-match.
15651
13522cb4
GM
156522011-03-09 Glenn Morris <rgm@gnu.org>
15653
0be6f4f1
GM
15654 * shell.el (shell-mode):
15655 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15656
13522cb4
GM
15657 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15658 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15659
515de2e3
CY
156602011-03-08 Chong Yidong <cyd@stupidchicken.com>
15661
15662 * emacs-lisp/package.el (package-refresh-contents)
15663 (package-menu-execute): Use condition-case-no-debug.
15664
b511b994
MA
156652011-03-08 Michael Albinus <michael.albinus@gmx.de>
15666
15667 * simple.el (shell-command-to-string): Use `process-file'.
15668
15669 * emacs-lisp/package.el (package-tar-file-info): Handle also
15670 remote files.
15671
d86d2721
SM
15672 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15673 Use `equal' for upload base check.
b511b994 15674
25bbfb31
AM
156752011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15676
15677 * textmodes/texinfo.el (texinfo-environments):
15678 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15679
be996521
GM
156802011-03-08 Glenn Morris <rgm@gnu.org>
15681
e9c8529f
GM
15682 * cus-start.el (cursor-in-non-selected-windows):
15683 Fix :set quoting oddness. (Bug#8192)
15684
be996521
GM
15685 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15686 in some setf expressions. (Bug#2159)
15687
2bb5649e
CY
156882011-03-08 Chong Yidong <cyd@stupidchicken.com>
15689
15690 * custom.el (custom-available-themes): Return themes in
15691 alphabetical order.
15692
33383987 15693See ChangeLog.15 for earlier changes.
e3d51b27
MR
15694
15695;; Local Variables:
15696;; coding: utf-8
e3d51b27
MR
15697;; End:
15698
acaf905b 15699 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15700
15701 This file is part of GNU Emacs.
15702
15703 GNU Emacs is free software: you can redistribute it and/or modify
15704 it under the terms of the GNU General Public License as published by
15705 the Free Software Foundation, either version 3 of the License, or
15706 (at your option) any later version.
15707
15708 GNU Emacs is distributed in the hope that it will be useful,
15709 but WITHOUT ANY WARRANTY; without even the implied warranty of
15710 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15711 GNU General Public License for more details.
15712
15713 You should have received a copy of the GNU General Public License
15714 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.