In EDT emulator, allow updating of menu-bar Buffers menu.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2
3 * emulation/edt.el (edt-default-menu-bar-update-buffers)
4 (edt-user-menu-bar-update-buffers): New functions.
5 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6
7 2012-06-19 Chong Yidong <cyd@gnu.org>
8
9 * subr.el (with-selected-window): Preserve the selected window's
10 terminal's top-frame (Bug#4702).
11
12 * window.el (save-selected-window): Likewise.
13
14 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * progmodes/python.el (python-rx-constituents): Move backquote.
17 (python-skeleton-define, python-define-auxiliary-skeleton):
18 Use `declare'.
19
20 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
21
22 * minibuffer.el (read-file-name-default): Revert the patch from
23 2012-06-17.
24
25 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
28 (pcase--u1, pcase--q1): Don't use apply-partially.
29
30 2012-06-18 Glenn Morris <rgm@gnu.org>
31
32 * progmodes/python.el (python-proc, python-buffer)
33 (python-send-receive, python-send-string): Fix obsolete versions.
34
35 2012-06-18 Martin Rudalics <rudalics@gmx.at>
36
37 * window.el (special-display-p): Completely remove stringp
38 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
39
40 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
41
42 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
43
44 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
45
46 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
47 * net/tramp-sh.el (tramp-maybe-open-connection):
48 Throw if `non-essential' is non-nil.
49
50 2012-06-17 Martin Rudalics <rudalics@gmx.at>
51
52 * window.el (special-display-p): Signal an error if BUFFER-NAME
53 is not a string (Bug#11713).
54
55 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
56
57 * progmodes/python.el (python-info-beginning-of-backslash):
58 Rename from python-info-beginning-of-backlash, as a spelling fix.
59
60 2012-06-17 Chong Yidong <cyd@gnu.org>
61
62 * term.el (term-emulate-terminal): If term-check-size is called,
63 move point to the process mark without resetting point (Bug#4635).
64
65 2012-06-17 Glenn Morris <rgm@gnu.org>
66
67 * international/mule-cmds.el (mule-menu-keymap)
68 (set-language-environment, set-locale-environment): Doc tweaks.
69
70 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
71
72 * cus-face.el (custom-face-attributes): Add wave-style underline
73 attribute.
74 * faces.el (set-face-attribute): Update docstring to describe
75 wave-style underline attribute.
76
77 2012-06-16 Chong Yidong <cyd@gnu.org>
78
79 * term/xterm.el (terminal-init-xterm): Discard input before
80 querying background mode (Bug#10959).
81
82 2012-06-16 Stefan Merten <smerten@oekonux.de>
83
84 * textmodes/rst.el: Added and corrected some comments.
85 (rst-re-alist-def): Improve symbol syntax.
86 (rst-mode-syntax-table): Correct syntax entries.
87 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
88 (rst-official-version, rst-official-cvs-rev): Update version
89 information.
90
91 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
92
93 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
94 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
95
96 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
97
98 * progmodes/python.el: New python.el merge.
99 (python-guess-indent): Obsolete var.
100 (python-indent-guess-indent-offset): New defcustom.
101 (python-indent): Obsolete var.
102 (python-indent-offset): New defcustom.
103 (python-python-command, python-jython-command): Delete var.
104 (python-shell-interpreter): New defcustom.
105 (python-pdbtrack-do-tracking-p): Delete var.
106 (python-pdbtrack-activate): New defcustom.
107 (python-use-skeletons): Obsolete var.
108 (python-skeleton-autoinsert): New defcustom.
109 (inferior-python-filter-regexp, python-continuation-offset)
110 (python-honour-comment-indentation, python-indent-string-contents)
111 (python-jython-packages, python-mode-hook)
112 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
113 (python-shell-prompt-alist)
114 (python-source-modes): Delete defcustoms.
115 (python-check-buffer-name, python-eldoc-setup-code)
116 (python-eldoc-string-code, python-ffap-setup-code)
117 (python-ffap-string-code, python-fill-comment-function)
118 (python-fill-decorator-function, python-fill-paren-function)
119 (python-fill-string-function, python-imenu-include-defun-type)
120 (python-imenu-make-tree, python-imenu-subtree-root-label)
121 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
122 (python-shell-compilation-regexp-alist)
123 (python-shell-completion-module-string-code)
124 (python-shell-completion-pdb-string-code)
125 (python-shell-completion-setup-code)
126 (python-shell-completion-string-code)
127 (python-shell-enable-font-lock, python-shell-exec-path)
128 (python-shell-extra-pythonpaths)
129 (python-shell-internal-buffer-name, python-shell-interpreter-args)
130 (python-shell-process-environment)
131 (python-shell-prompt-block-regexp)
132 (python-shell-prompt-output-regexp)
133 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
134 (python-shell-send-setup-max-wait, python-shell-setup-codes)
135 (python-shell-virtualenv-path): New defcustoms.
136 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
137 (inferior-python-mode-syntax-table, python--prompt-regexp)
138 (python-buffer, python-command python-python-command)
139 (python-default-template, python-imports, python-indent-index)
140 (python-indent-list, python-indent-list-length)
141 (python-mode-running, python-pdbtrack-is-tracking-p)
142 (python-preoutput-continuation, python-preoutput-leftover)
143 (python-preoutput-result, python-preoutput-skip-next-prompt)
144 (python-prev-dir/file, python-recursing)
145 (python-saved-check-command, python-version-checked)
146 (python-which-func-length-limit)
147 (view-return-to-alist): Delete vars.
148 (python-check-custom-command, python-dotty-syntax-table)
149 (python-imenu-index-alist, python-indent-current-level)
150 (python-indent-dedenters, python-indent-levels)
151 (python-nav-beginning-of-defun-regexp)
152 (python-nav-list-defun-positions-cache)
153 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
154 (python-shell-internal-buffer)
155 (python-skeleton-available): New vars.
156 (def-python-skeleton): Delete macro.
157 (python-skeleton-define): New macro.
158 (python-define-auxiliary-skeleton, python-rx): New macros.
159 (python-insert-class): Delete command.
160 (python-skeleton-class): New command.
161 (python-insert-def): Delete command.
162 (python-skeleton-def): New command.
163 (python-insert-for): Delete command.
164 (python-skeleton-for): New command.
165 (python-insert-if): Delete command.
166 (python-skeleton-if): New command.
167 (python-insert-try/except, python-insert-try/finally): Delete commands.
168 (python-skeleton-try): New command.
169 (python-insert-while): Delete command.
170 (python-skeleton-while): New command.
171 (python-backspace): Delete command.
172 (python-indent-dedent-line-backspace): New command.
173 (python-electric-colon): Delete command.
174 (python-indent-electric-colon): New command.
175 (python-guess-indent): Delete command.
176 (python-indent-guess-indent-offset): New command.
177 (python-shift-left): Delete command.
178 (python-indent-shift-left): New command.
179 (python-shift-right): Delete command.
180 (python-indent-shift-right): New command.
181 (python-find-function): Delete command.
182 (python-nav-jump-to-defun): New command.
183 (python-next-statement): Delete command.
184 (python-nav-forward-sentence): New command.
185 (python-previous-statement): Delete command.
186 (python-nav-backward-sentence): New command.
187 (python-fill-paragraph): Delete command.
188 (python-fill-paragraph-function): New command.
189 (python-send-buffer): Delete command.
190 (python-shell-send-buffer): New command.
191 (python-send-defun): Delete command.
192 (python-shell-send-defun): New command.
193 (python-send-region, python-send-region-and-go): Delete commands.
194 (python-shell-send-region)
195 (python-shell-switch-to-shell): New commands.
196 (python-send-string): Delete command.
197 (python-shell-send-string): New command.
198 (python-switch-to-python): Delete command.
199 (python-shell-switch-to-shell): New command.
200 (python-describe-symbol): Delete command.
201 (python-eldoc-at-point): New command.
202 (python--set-prompt-regexp, python-args-to-list)
203 (python-after-info-look, python-check-version)
204 (python-check-comint-prompt, python-find-imports)
205 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
206 (python-unload-function, python-expand-template)
207 (python-maybe-jython, python-preoutput-filter)
208 (python-pdbtrack-get-source-buffer)
209 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
210 (python-pdbtrack-toggle-stack-tracking)
211 (python-pdbtrack-track-stack-file, python-initial-text)
212 (python-first-word, python-comment-line-p, python-send-command)
213 (python-setup-brm, python-sentinel, python-set-proc)
214 (python-skip-out, python-input-filter, python-outdent-p)
215 (python-outline-level, python-backslash-continuation-line-p)
216 (python-end-of-block, python-end-of-statement, python-mark-block)
217 (python-beginning-of-block, python-beginning-of-statement)
218 (python-blank-line-p, python-beginning-of-string)
219 (python-open-block-statement-p): Delete functions.
220 (python-indent-line, python-indent-line-1): Delete functions.
221 (python-indent-line): New function.
222 (python-indentation-levels): Delete function.
223 (python-indent-calculate-levels): New function.
224 (python-proc): Delete function.
225 (python-shell-get-process): New function.
226 (python-send-receive): Delete function.
227 (python-shell-send-string-no-output): New function.
228 (python-module-path): Delete function.
229 (python-ffap-module-path): New function.
230 (python-completion-at-point)
231 (python-symbol-completions): Delete functions.
232 (python-completion-complete-at-point): New function.
233 (python-load-file): Delete function.
234 (python-shell-send-file): New function.
235 (python-calculate-indentation): Delete function.
236 (python-indent-calculate-indentation): New function.
237 (python-skip-comments/blanks): Delete function.
238 (python-util-forward-comment): New function.
239 (python-continuation-line-p): Delete function.
240 (python-info-continuation-line-p): New function.
241 (python-which-func, python-current-defun): Delete function.
242 (python-info-current-defun): New function.
243 (python-beginning-of-defun): Delete function.
244 (python-nav-beginning-of-defun): New function.
245 (python-close-block-statement-p)
246 (python-block-end-p): Delete function.
247 (python-info-closing-block): New function.
248 (python-comint-output-filter-function)
249 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
250 (python-fill-comment, python-fill-decorator, python-fill-paren)
251 (python-fill-string, python-imenu-make-element-tree)
252 (python-imenu-make-tree, python-imenu-tree-assoc)
253 (python-indent-context, python-indent-dedent-line)
254 (python-indent-line-function)
255 (python-indent-post-self-insert-function)
256 (python-indent-toggle-levels)
257 (python-info-assignment-continuation-line-p)
258 (python-info-beginning-of-backlash)
259 (python-info-block-continuation-line-p)
260 (python-info-closing-block-message)
261 (python-info-line-ends-backslash-p)
262 (python-info-looking-at-beginning-of-defun)
263 (python-info-ppss-context, python-info-ppss-context-type)
264 (python-nav-list-defun-positions, python-nav-read-defun)
265 (python-nav-sentence-end, python-nav-sentence-start)
266 (python-pdbtrack-comint-output-filter-function)
267 (python-pdbtrack-set-tracked-buffer)
268 (python-shell-calculate-exec-path)
269 (python-shell-calculate-process-environment)
270 (python-shell-completion--do-completion-at-point)
271 (python-shell-completion--get-completions)
272 (python-shell-completion-complete-at-point)
273 (python-shell-completion-complete-or-indent)
274 (python-shell-get-or-create-process)
275 (python-shell-get-process-name)
276 (python-shell-internal-get-or-create-process)
277 (python-shell-internal-get-process-name)
278 (python-shell-internal-send-string, python-shell-make-comint)
279 (python-shell-parse-command, python-shell-send-setup-code)
280 (python-skeleton-add-menu-items)
281 (python-util-clone-local-variables, python-util-position)
282 (run-python-internal, python-indentation-levels)
283 (python-nav-beginning-of-defun)
284 (python-completion-complete-at-point): New functions.
285 (run-python): Change arguments. New API requirements.
286
287 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
290 (bug#11649).
291
292 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
293 (macroexp--expand-all): Use it.
294
295 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
296 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
297 Use `cl-function' instead.
298
299 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
300
301 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
302 Suggested by Stefan Monnier while discussing bug#11657.
303
304 2012-06-14 Sam Steingold <sds@gnu.org>
305
306 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
307
308 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
309
310 * play/doctor.el (doctor-doc): Remove parameter and use
311 doctor-sent instead of sent.
312 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
313
314 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * files.el: Require cl-lib.
317 (file-name-non-special): Replace case -> cl-case.
318
319 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
320
321 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
322 mapping from #' to function*.
323
324 2012-06-13 Chong Yidong <cyd@gnu.org>
325
326 * mouse.el (mouse-drag-track): Do not set the mark if the user
327 releases the mouse without selecting anything (Bug#11588).
328
329 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
332 as well (bug#11646).
333
334 * loadup.el: Count byte-code functions as well.
335
336 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
337 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
338
339 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
340 (bug#11649). Add cl-defun and cl-defmacro.
341
342 2012-06-13 Drew Adams <drew.adams@oracle.com>
343
344 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
345 Fix last change.
346
347 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
348
349 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
350 Otherwise, it blocks in batch mode.
351
352 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
353
354 * help-mode.el (bookmark-make-record-default): Declare.
355
356 2012-06-13 Chong Yidong <cyd@gnu.org>
357
358 * emacs-lisp/package.el (list-packages): Compute a list of
359 packages that are newly-available since the last list-packages
360 invocation.
361 (package-menu--new-package-list): New var.
362 (package-menu--generate, package-menu--print-info)
363 (package-menu--status-predicate, package-menu-mark-install):
364 Handle new status label "new".
365
366 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
369 conversion to backquotes.
370
371 2012-06-12 Chong Yidong <cyd@gnu.org>
372
373 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
374 Rename from gud-inhibit-global-bindings.
375
376 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
377
378 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
379 hook from nxml-glyph-set-hook.
380
381 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
382 declaration.
383
384 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
385
386 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
387 Convert to defcustom.
388
389 2012-06-12 Drew Adams <drew.adams@oracle.com>
390
391 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
392 New functions.
393 (help-mode): Use them.
394
395 2012-06-11 Glenn Morris <rgm@gnu.org>
396
397 * progmodes/fortran.el (fortran-font-lock-keywords-3):
398 Use preprocessor face for directives.
399 (fortran-directive-re): Doc fix.
400
401 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
404 conversion to backquotes (bug#11652).
405
406 Fix compiler-expansion of CL's cXXr functions (bug#11673).
407 * emacs-lisp/cl-lib.el (cl--defalias): New function.
408 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
409 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
410 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
411 (cl-ninth, cl-tenth): Mark them as inlinable.
412 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
413 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
414 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
415 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
416 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
417 (cl-list*, cl-adjoin): Don't put an autoload manually.
418 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
419 (cl--compiler-macro-list*): Add autoload cookie.
420 (cl--compiler-macro-cXXr): New function.
421
422 * help-fns.el (help-fns--compiler-macro): New function extracted from
423 describe-function-1; follow aliases and use `compiler-macro' property.
424 (describe-function-1): Use it.
425
426 2012-06-11 Chong Yidong <cyd@gnu.org>
427
428 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
429 is uninstalled, if imagemagick is installed.
430
431 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * emacs-lisp/cl-lib.el: Use lexical-binding.
434 (cl-map-extents, cl-maclisp-member): Remove.
435 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
436 (cl--set-substring, cl--block-wrapper, cl--block-throw)
437 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
438 * emacs-lisp/cl-extra.el: Use lexical-binding.
439 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
440 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
441 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
442 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
443 * emacs-lisp/cl-seq.el: Use lexical-binding.
444 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
445 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
446 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
447 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
448 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
449 CL's internals.
450
451 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
452
453 Sync with Tramp 2.2.6-pre.
454
455 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
456 `print-length' and `print-level' to nil, in order to avoid
457 truncation. Reported by Christopher Schmidt
458 <christopher@ristopher.com>.
459
460 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
461
462 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
463 New defmacro.
464 (tramp-compat-copy-directory): Add optional argument
465 COPY-CONTENTS. It is not handled yet.
466
467 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
468 (tramp-ftp-file-name-p): Simplify.
469
470 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
471 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
472 connection vector.
473
474 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
475 (tramp-methods): Do not use `tramp-password-end-of-line'.
476 (tramp-completion-function-alist-putty): Handle UNIX case.
477 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
478 (tramp-do-file-attributes-with-stat)
479 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
480 gid as real numbers. They could run out of integer range on cygwin.
481 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
482 (tramp-sh-handle-expand-file-name): Handle hops.
483 (tramp-open-connection-setup-interactive-shell):
484 Use `tramp-cleanup'. Move check for busyboxes ...
485 (tramp-find-shell): ... here. Simplify implementation.
486 Set "remote-shell" property also for alternative shells.
487 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
488 If failing, a regular file would be written otherwise.
489 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
490 (tramp-find-inline-encoding): Cache the coding commands in the
491 process cache. Apply test command on the remote side, if defined.
492 (tramp-find-inline-compress): Cache the compress commands in the
493 process cache.
494 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
495 when requested. Handle hops.
496 (tramp-current-connection): New defvar.
497 (tramp-maybe-open-connection): Use `tramp-cleanup'.
498 Throw `suppress', if there was a failed connection shortly before.
499 Handle user interrupt. (Bug#10187)
500 (tramp-get-inline-compress, tramp-get-inline-coding):
501 Read connection properties from the process cache.
502
503 * net/tramp-smb.el (tramp-smb-server-version)
504 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
505 New defconsts.
506 (tramp-smb-prompt): Extend for powershell prompt.
507 (tramp-smb-file-name-handler-alist): Add handlers for
508 `process-file', `shell-command' and `start-file-process'.
509 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
510 (tramp-smb-winexe-shell-command-switch): New defcustoms.
511 (tramp-smb-file-name-p): Simplify.
512 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
513 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
514 (tramp-smb-shell-quote-argument): New defuns.
515 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
516 Implement using "tar". By this, time-stamps are preserved.
517 (tramp-smb-handle-copy-file): Handle also the case of directories.
518 (tramp-smb-do-file-attributes-with-stat)
519 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
520 Use `tramp-get-connection-buffer').
521 (tramp-smb-handle-rename-file): Use "rename", when source and
522 target are on the same share.
523 (tramp-smb-maybe-open-connection): Handle wrong passwords.
524 Use `tramp-smb-server-version'.
525 (tramp-smb-wait-for-output): Remove prompt.
526
527 * net/tramp.el (top): Require 'cl.
528 (tramp-methods, tramp-rsh-end-of-line):
529 Remove `tramp-password-end-of-line' from docstring.
530 (tramp-save-ad-hoc-proxies): New defcustom.
531 (tramp-completion-function-alist): Adapt docstring.
532 (tramp-default-password-end-of-line): Remove defcustom.
533 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
534 (tramp-user-regexp, tramp-file-name-regexp-unified)
535 (tramp-file-name-regexp-url): Extend regexp by hop separator.
536 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
537 (tramp-remote-file-name-spec-regexp): New defconst.
538 (tramp-file-name-structure): Extend structure for hops.
539 (tramp-get-method-parameter): Move up.
540 (tramp-file-name-p, tramp-dissect-file-name)
541 (with-parsed-tramp-file-name): Handle hops.
542 (tramp-file-name-hop): New defun.
543 (tramp-make-tramp-file-name): New optional arg HOP.
544 (tramp-message-show-progress-reporter-message): New defvar.
545 (tramp-with-progress-reporter): Use it. We cannot use
546 `tramp-message-show-message' here, because this suppresses also
547 error buffers.
548 (tramp-error-with-buffer): Suppress buffer view, if
549 `tramp-message-show-message' is nil.
550 Use `tramp-get-connection-buffer'.
551 (tramp-cleanup): New defun.
552 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
553 (tramp-file-name-handler): If `debug-on-error' is set, propagate
554 an error unchanged.
555 (tramp-completion-handle-file-name-all-completions): Handle hops.
556 Fix an error when called from ido.
557 (tramp-completion-dissect-file-name): Use better local variable
558 name. Add hop to the vector.
559 (tramp-handle-insert-file-contents): Use progress-reporter for the
560 whole scenario.
561 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
562 to `t'.
563 (tramp-check-for-regexp): Simplify search.
564 (tramp-enter-password): Remove it. Move implementation ...
565 (tramp-action-password): ... here.
566 (tramp-mode-string-to-int, tramp-local-host-p)
567 (tramp-make-tramp-temp-file, tramp-read-passwd)
568 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
569 Set tramp-autoload cookie.
570
571 * net/trampver.el: Update release number.
572
573 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
574 Michael Albinus <michael.albinus@gmx.de>
575
576 * net/tramp.el (tramp-set-completion-function): Fix docstring.
577 (tramp-parse-group, tramp-parse-file)
578 (tramp-parse-shostkeys-sknownhosts): New defuns.
579 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
580 (tramp-parse-shosts-group, tramp-parse-sconfig)
581 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
582 (tramp-parse-sknownhosts, tramp-parse-hosts)
583 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
584 Use them.
585 (tramp-parse-passwd-group, tramp-parse-netrc-group)
586 (tramp-parse-putty-group): Don't narrow.
587 (tramp-parse-putty): Make a loop.
588 (tramp-file-name-handler): Catch the `suppress' signal.
589
590 2012-06-11 Chong Yidong <cyd@gnu.org>
591
592 * image.el (imagemagick-register-types): Put the ImageMagick entry
593 at the end of image-type-file-name-regexps.
594
595 2012-06-11 Johan Bockgård <bojohan@gnu.org>
596
597 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
598 (pcase, pcase-let*, pcase-dolist): Use them.
599
600 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * emacs-lisp/pcase.el (pcase--let*): New function.
603 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
604 (pcase--expand): Use macroexp-let².
605
606 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
609 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
610 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
611 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
612 * emacs-lisp/derived.el: Use pcase instead of `cl'.
613 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
614
615 2012-06-10 Glenn Morris <rgm@gnu.org>
616
617 * mail/rmail.el (rmail-yank-current-message): Leave point at
618 correct position. (Bug#11660)
619
620 2012-06-10 Chong Yidong <cyd@gnu.org>
621
622 * allout-widgets.el: Fix code header.
623
624 2012-06-10 Chong Yidong <cyd@gnu.org>
625
626 * cus-edit.el (customize-changed-options-previous-release):
627 Bump to 24.1.
628
629 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
630
631 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
632
633 2012-06-09 Chong Yidong <cyd@gnu.org>
634
635 * ebuff-menu.el (electric-buffer-list): Preserve header line.
636
637 2012-06-09 Martin Rudalics <rudalics@gmx.at>
638
639 * window.el (special-display-popup-frame): Don't use
640 window--display-buffer (Bug#11651).
641
642 2012-06-09 Eli Zaretskii <eliz@gnu.org>
643
644 Fix parallel builds: make sure loaddefs.el is not being written
645 while Lisp files are compiled.
646 (compile): Don't depend on 'mh-autoloads'.
647 (compile-CMD, compile-SH): Depend on 'autoloads'.
648 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
649
650 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
651
652 2012-06-09 Chong Yidong <cyd@gnu.org>
653
654 * face-remap.el (face-remap-add-relative, face-remap-set-base)
655 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
656 Doc fixes (Bug#11225).
657
658 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
661 a function if there's a clear indication that it has a compiler-macro.
662 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
663 (macro-declarations-alist): Add arglist to declaration functions.
664 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
665 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
666 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
667 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
668 Also add autoload to find the compiler macro.
669 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
670 (cl--compiler-macro-member, cl--compiler-macro-assoc)
671 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
672 (cl--compiler-macro-get): New functions, replacing calls to
673 cl-define-compiler-macro.
674 (cl-typep) [compiler-macro]: Use macroexp-let².
675
676 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
677
678 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
679 string properly, fixes Bug#11473.
680
681 2012-06-08 Chong Yidong <cyd@gnu.org>
682
683 * faces.el (set-face-attribute): Doc fix.
684 (modify-face): Don't use :bold and :italic.
685 (error, warning, success): Tweak definitions.
686
687 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
688 (custom-modified, custom-set, custom-changed, custom-themed)
689 (custom-saved, custom-button, custom-button-mouse)
690 (custom-button-pressed, custom-state, custom-comment-tag)
691 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
692 (custom-group-subtitle): Use new-style face specs.
693 (custom-invalid-face, custom-rogue-face, custom-modified-face)
694 (custom-set-face, custom-changed-face, custom-saved-face)
695 (custom-button-face, custom-button-pressed-face)
696 (custom-documentation-face, custom-state-face)
697 (custom-comment-face, custom-comment-tag-face)
698 (custom-variable-tag-face, custom-variable-button-face)
699 (custom-face-tag-face, custom-group-tag-face-1)
700 (custom-group-tag-face): Remove obsolete face alias.
701
702 * epa.el (epa-validity-high, epa-validity-medium)
703 (epa-validity-low, epa-mark, epa-field-name, epa-string)
704 (epa-field-name, epa-field-body):
705 * font-lock.el (font-lock-comment-face, font-lock-string-face)
706 (font-lock-keyword-face, font-lock-builtin-face)
707 (font-lock-function-name-face, font-lock-variable-name-face)
708 (font-lock-type-face, font-lock-constant-face):
709 * ido.el (ido-first-match, ido-only-match, ido-subdir)
710 (ido-virtual, ido-indicator, ido-incomplete-regexp):
711 * speedbar.el (speedbar-button-face, speedbar-file-face)
712 (speedbar-directory-face, speedbar-tag-face)
713 (speedbar-selected-face, speedbar-highlight-face)
714 (speedbar-separator-face):
715 * whitespace.el (whitespace-newline, whitespace-space)
716 (whitespace-hspace, whitespace-tab, whitespace-trailing)
717 (whitespace-line, whitespace-space-before-tab)
718 (whitespace-space-after-tab, whitespace-indentation)
719 (whitespace-empty):
720 * emulation/cua-base.el (cua-global-mark):
721 * eshell/em-prompt.el (eshell-prompt):
722 * net/newst-plainview.el (newsticker-new-item-face)
723 (newsticker-old-item-face, newsticker-immortal-item-face)
724 (newsticker-obsolete-item-face, newsticker-date-face)
725 (newsticker-statistics-face, newsticker-default-face):
726 * net/newst-reader.el (newsticker-feed-face)
727 (newsticker-extra-face, newsticker-enclosure-face):
728 * net/newst-treeview.el (newsticker-treeview-face)
729 (newsticker-treeview-new-face, newsticker-treeview-old-face)
730 (newsticker-treeview-immortal-face)
731 (newsticker-treeview-obsolete-face)
732 (newsticker-treeview-selection-face):
733 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
734 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
735 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
736 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
737 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
738 (nxml-outline-active-indicator, nxml-outline-ellipsis):
739 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
740 (mpuz-text):
741 * progmodes/vera-mode.el (vera-font-lock-number)
742 (vera-font-lock-function, vera-font-lock-interface):
743 * textmodes/table.el (table-cell): Use new-style face specs, and
744 don't use the old :bold and :italic attributes.
745
746 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
747 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
748 (ebrowse-member-class, ebrowse-progress): Likewise.
749 (ebrowse-tree-mark-face, ebrowse-root-class-face)
750 (ebrowse-file-name-face, ebrowse-default-face)
751 (ebrowse-member-attribute-face, ebrowse-member-class-face)
752 (ebrowse-progress-face): Remove obsolete faces.
753
754 * progmodes/flymake.el (flymake-errline, flymake-warnline):
755 Inherit from error and warning faces respectively.
756
757 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
758 Likewise.
759 (flyspell-incorrect-face, flyspell-duplicate-face):
760 Remove obsolete aliases.
761
762 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
763
764 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
765 Avoid infloop.
766
767 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * startup.el (argv, argi): Make lexically scoped.
770 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
771 * emacs-lisp/cl-macs.el: Use lexical-binding.
772 Rename cl-bind-* to cl--bind-*.
773 * files.el: Don't require `cl' since it doesn't use it.
774 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
775
776 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
777
778 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
779 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
780 instead of calling external sort utility.
781 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
782
783 2012-06-08 Eli Zaretskii <eliz@gnu.org>
784
785 * descr-text.el (describe-char): Mention how to insert the
786 character, if the current input method doesn't support it.
787 See the discussion in this thread for the details:
788 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
789
790 2012-06-08 Sam Steingold <sds@gnu.org>
791
792 * bindings.el (global-map): Bind XF86Forward to next-buffer and
793 XF86Back to previous-buffer.
794 (minibuffer-local-map): Bind them to next-history-element and
795 previous-history-element respectively.
796 * help-mode.el (help-mode-map): Bind them to help-go-forward and
797 help-go-back respectively.
798 * info.el (Info-mode-map): Bind them to Info-history-forward and
799 Info-history-back respectively.
800 These are the keys next to Up on the ThinkPad keyboard.
801
802 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
805 * emacs-lisp/cl-macs.el: Provide itself.
806 (cl--labels-convert-cache): New var.
807 (cl--labels-convert): New function.
808 (cl-flet, cl-labels): New implementation with new semantics, relying on
809 lexical-binding.
810 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
811 (cl-closure-vars, cl--function-convert-cache)
812 (cl--function-convert): Move from cl-macs.el.
813 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
814 rename by removing the "cl-" prefix.
815 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
816
817 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
820 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
821 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
822 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
823 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
824 (cl-hash-table-count): Add old compatibility aliases.
825
826 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
827 Use macroexpand-all-environment instead.
828 (cl--old-macroexpand): New var.
829 (cl--sm-macroexpand): New function.
830 (cl-symbol-macrolet): Use it during macro expansion.
831 (cl--function-convert-cache): New var.
832 (cl--function-convert): New function, extracted from
833 cl-macroexpand-all.
834 (cl-lexical-let): Use it.
835
836 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
837 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
838 (cl-member): Remove old alias.
839
840 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
841 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
842 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
843 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
844 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
845 (cl-macroexpand-cmacs): Remove var.
846 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
847 Use macroexpand-all instead.
848
849 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
852 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
853 (macroexp-copyable-p): New functions and macros.
854 * emacs-lisp/edebug.el (edebug-unwrap):
855 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
856 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
857 (pcase--let*): Remove.
858 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
859 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
860 macroexp-const-p instead.
861 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
862
863 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
864 instead of "cl-" for internal definitions. Use macroexp-const-p.
865 (cl-old-bc-file-form): Remove var.
866 (cl-const-exprs-p): Remove fun.
867 (cl-labels, cl-macrolet): Use backquote.
868 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
869 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
870 (cl-define-setf-expander): Rename from cl-define-setf-method.
871 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
872
873 * international/mule-cmds.el: Don't require CL.
874 (view-hello-file): Don't use `letf'.
875
876 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * tmm.el (tmm-prompt): Use string-prefix-p.
879 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
880 (tmm-add-prompt): Use minibuffer-completion-help.
881 (tmm-delete-map): Remove.
882
883 * subr.el (kbd): Make it its own function.
884
885 2012-06-07 Stefan Merten <smerten@oekonux.de>
886
887 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
888 Silence compiler warnings. Fix versions.
889 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
890 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
891 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
892 (rst-package-emacs-version-alist): Correct Emacs version to
893 represent major merge with upstream.
894 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
895
896 2012-06-06 Glenn Morris <rgm@gnu.org>
897
898 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
899 Only print environment variables if set.
900
901 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
904 (macroexp--cons): Rename from maybe-cons.
905 (macroexp--accumulate): Rename from macroexp-accumulate.
906 (macroexp--all-forms): Rename from macroexpand-all-forms.
907 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
908 (macroexp--expand-all): Rename from macroexpand-all-1.
909
910 2012-06-06 Sam Steingold <sds@gnu.org>
911
912 * calendar/calendar.el (calendar-in-read-only-buffer):
913 Call `special-mode' to enable the standard read-only keybindings.
914
915 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
918 with "loading" messages (bug#11635).
919
920 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
921
922 * files.el (enable-remote-dir-locals): New option.
923 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
924
925 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
926 Ensure, that the temp directory is local.
927
928 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
929 `temporary-file-directory'.
930
931 * progmodes/python.el (python-send-region): Ensure, that the
932 temporary file is created also in the remote case.
933
934 2012-06-06 Glenn Morris <rgm@gnu.org>
935
936 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
937 (vc-rcs-update-changelog): Use it.
938
939 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
940
941 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
942 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
943 (vc-sccs-diff): Replace use of the external vcdiff script.
944
945 2012-06-05 Glenn Morris <rgm@gnu.org>
946
947 * ledit.el: Move to obsolete/.
948
949 2012-06-05 Sam Steingold <sds@gnu.org>
950
951 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
952 patch (Bug#11140).
953
954 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-list/cust-print.el: Move to obsolete.
957
958 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
959 compiler-macro expansion.
960
961 Add native compiler-macro support.
962 * emacs-lisp/macroexp.el (macroexpand-all-1):
963 Support compiler-macros directly. Properly follow aliases and apply
964 the compiler macros more thoroughly.
965 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
966 macroexpand now properly follows aliases.
967 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
968 (cl-compiler-macroexpand): Use new prop.
969 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
970
971 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
972
973 2012-06-05 Martin Rudalics <rudalics@gmx.at>
974
975 * window.el (get-lru-window, get-mru-window, get-largest-window):
976 New argument NOT-SELECTED to avoid picking the selected window.
977 (window--display-buffer-1, window--display-buffer-2): Replace by
978 new function window--display-buffer
979 (display-buffer-same-window, display-buffer-reuse-window)
980 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
981 Use window--display-buffer.
982 (display-buffer-use-some-window): Remove temporary dedication
983 hack by calling get-lru-window and get-largest-window with
984 NOT-SELECTED argument non-nil. Call window--display-buffer.
985
986 2012-06-05 Glenn Morris <rgm@gnu.org>
987
988 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
989 Replace external vcdiff script.
990
991 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
994
995 2012-06-04 Chong Yidong <cyd@gnu.org>
996
997 * image.el (imagemagick-types-inhibit): Revert last change.
998 Add INFO and M.
999 (imagemagick-enabled-types): Remove CIN and EPS*.
1000
1001 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * emacs-lisp/cl-lib.el: Rename from cl.el.
1004 * emacs-lisp/cl.el: New compatibility file.
1005 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1006 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1007 to obey the "cl-" prefix.
1008 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1009
1010 2012-06-03 Glenn Morris <rgm@gnu.org>
1011
1012 * emacs-lisp/authors.el (authors-aliases): Addition.
1013
1014 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1015 Fix :version.
1016
1017 2012-06-03 Stefan Merten <smerten@oekonux.de>
1018
1019 * textmodes/rst.el: Add comments.
1020 (rst-transition, rst-adornment): New faces.
1021 (rst-adornment-faces-alist): Make default safe to reevaluate.
1022 Fixes
1023 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1024 Improve customization tags.
1025 (rst-define-level-faces): Clarify meaning.
1026
1027 2012-06-03 Chong Yidong <cyd@gnu.org>
1028
1029 * progmodes/compile.el (compilation-mode-line-fail)
1030 (compilation-mode-line-run, compilation-mode-line-exit):
1031 New faces.
1032 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1033
1034 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1035
1036 * progmodes/which-func.el (which-func-update-ediff-windows):
1037 New function. Use it in ediff-select-hook (Bug#11478).
1038
1039 2012-06-03 Chong Yidong <cyd@gnu.org>
1040
1041 * bindings.el: Remove explicit help text from format-mode-line.
1042 It is now supplied by mode-line-default-help-echo.
1043 (mode-line-front-space, mode-line-end-spaces)
1044 (mode-line-misc-info): New variables.
1045 (mode-line-modes, mode-line-position): Move the default value to
1046 the variable definition.
1047 (mode-line-default-help-echo): New defcustom.
1048 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1049 (mode-line-modified-help-echo): New functions.
1050 (mode-line-mule-info, mode-line-modified): Use them.
1051 (mode-line-eol-desc, propertized-buffer-identification):
1052 Consistency fixes for help text.
1053 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1054 set-buffer-file-coding-system (Bug#289).
1055 (mode-line-mule-info-help-echo): Update help text.
1056
1057 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * simple.el (execute-extended-command): Set real-this-command
1060 (bug#11506).
1061
1062 2012-06-02 Chong Yidong <cyd@gnu.org>
1063
1064 Remove incorrect uses of "modeline" in comments, docstrings, and
1065 function/variable names (Bug#10329).
1066
1067 * cus-edit.el (mode-line):
1068 * dframe.el (dframe-mouse-hscroll):
1069 * emacs-lisp/re-builder.el:
1070 * emacs-lisp/easy-mmode.el (define-minor-mode):
1071 * frame.el (set-frame-name):
1072 * help.el (lookup-minor-mode-from-indicator):
1073 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1074 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1075 (c-toggle-hungry-state):
1076 * progmodes/antlr-mode.el (antlr-language-alist):
1077 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1078 * progmodes/vhdl-mode.el (vhdl-mode):
1079 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1080 * term/ns-win.el (ns-face-at-pos):
1081 * term/sup-mouse.el (sup-mouse-report):
1082 * textmodes/flyspell.el (flyspell-mode-line-string):
1083 * textmodes/ispell.el (ispell-highlight-face):
1084 * textmodes/reftex-global.el:
1085 * vc/vc-arch.el (vc-arch-mode-line-string):
1086 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1087 * vc/vc-git.el (vc-git-mode-line-string):
1088 * vc/vc-hooks.el (vc-display-status)
1089 (vc-default-mode-line-string):
1090 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1091
1092 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1093
1094 * dired.el (dired-sort-set-mode-line): Rename from
1095 dired-sort-set-modeline. All callers changed.
1096
1097 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1098 eshell-status-in-modeline.
1099
1100 * foldout.el (foldout-mode-line-string): Rename from
1101 foldout-modeline-string. All callers changed.
1102 (foldout-update-mode-line): Rename from foldout-update-modeline.
1103
1104 * subr.el (redraw-modeline): Make into obsolete alias.
1105
1106 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1107 timeclock-modeline-display. Make old name an alias.
1108 (timeclock-update-mode-line): Likewise. All callers changed.
1109 (timeclock-mode-line-display): No need to check before using
1110 add-hook.
1111 (timeclock-relative, timeclock-day-over-hook)
1112 (timeclock-use-elapsed, timeclock-mode-string)
1113 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1114
1115 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1116 crisp-mode-modeline-string.
1117
1118 * play/solitaire.el (solitaire-build-mode-line): Rename from
1119 solitaire-build-modeline. All callers changed.
1120
1121 * play/zone.el (zone-hiding-mode-line): Rename from
1122 zone-hiding-modeline. All callers changed.
1123 (zone): Remove unusued `modeline-hidden-level' property.
1124
1125 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1126 xscheme-modeline-initialize. All callers changed.
1127
1128 * strokes.el (strokes-lighter): Rename from
1129 strokes-modeline-string.
1130
1131 * textmodes/sgml-mode.el (html-face-tag-alist)
1132 (html-tag-face-alist): Use mode-line face instead of obsolete
1133 alias modeline.
1134
1135 2012-06-02 Stefan Merten <smerten@oekonux.de>
1136
1137 * textmodes/rst.el: Always require `cl'.
1138 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
1139
1140 2012-06-02 Chong Yidong <cyd@gnu.org>
1141
1142 * image.el (imagemagick-enabled-types): Rename from
1143 imagemagick-types-enable. Add many more types.
1144 (imagemagick-types-inhibit): Change default to nil.
1145 (imagemagick-filter-types): Caller changed.
1146
1147 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * emacs-lisp/cl-macs.el: Use backquotes.
1150 (cl-transform-function-property): Use eval-and-compile rather than
1151 abusing `require'.
1152 (defstruct): Use declare-function instead of with-no-warnings.
1153
1154 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1155 (byte-compile-output-docform): Re-add the print-circle bindings.
1156 (byte-compile-fix-header): Use #$ just because it's shorter.
1157 (byte-compile-output-file-form): Remove defun/defmacro.
1158
1159 2012-06-01 Martin Rudalics <rudalics@gmx.at>
1160
1161 * simple.el (choose-completion): Remove now obsolete binding for
1162 owindow.
1163
1164 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
1165
1166 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1167 in order to avoid "Stack overflow in regexp matcher".
1168
1169 2012-05-31 Glenn Morris <rgm@gnu.org>
1170
1171 * image.el: For clarity, call imagemagick-register-types at
1172 top-level, rather than relying on a custom :initialize.
1173 (imagemagick-types-enable): New option. (Bug#11557)
1174 (imagemagick-filter-types): New function. (Bug#7406)
1175 (imagemagick-register-types): Use imagemagick-filter-types.
1176 If disabling support, remove elements altogether rather
1177 than using an impossible regexp.
1178 (imagemagick-types-inhibit): Give it the default init function.
1179
1180 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1183 Handle arbitrary file name lengths (Bug#11585).
1184
1185 2012-05-31 Martin Rudalics <rudalics@gmx.at>
1186
1187 * desktop.el (desktop-read): Clear previous and next buffers for
1188 all windows and bury *Messages* buffer (bug#11556).
1189
1190 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 Add `declare' for `defun'. Align `defmacro's with it.
1193 * emacs-lisp/easy-mmode.el (define-minor-mode)
1194 (define-globalized-minor-mode): Don't autoload the var definitions.
1195 * emacs-lisp/byte-run.el: Use lexical-binding.
1196 (defun-declarations-alist, macro-declarations-alist): New vars.
1197 (defmacro, defun): Use them.
1198 (make-obsolete, define-obsolete-function-alias)
1199 (make-obsolete-variable, define-obsolete-variable-alias):
1200 Use `declare'.
1201 (macro-declaration-function): Mark obsolete.
1202 * emacs-lisp/autoload.el: Use lexical-binding.
1203 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1204
1205 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1206
1207 * textmodes/ispell.el (ispell-with-no-warnings):
1208 Define as a macro.
1209 (ispell-kill-ispell, ispell-change-dictionary):
1210 Use `called-interactively-p' for Emacs instead of obsolete
1211 `interactive-p'.
1212
1213 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1216 (macro-declaration-function): Move var from C code.
1217 (macro-declaration-function): Define function with defalias.
1218 * emacs-lisp/macroexp.el (macroexpand-all-1):
1219 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1220 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1221 defun/defmacro any more.
1222 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1223 Provide fallback for unknown arglist.
1224 (byte-compile-arglist-warn): Change calling convention.
1225 (byte-compile-output-file-form): Move print-vars binding.
1226 (byte-compile-output-docform): Simplify accordingly.
1227 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1228 (byte-compile-defmacro-declaration): Remove.
1229 (byte-compile-file-form-defmumble): Generalize to defalias.
1230 (byte-compile-output-as-comment): Return byte-positions.
1231 Simplify callers accordingly.
1232 (byte-compile-lambda): Use `assert'.
1233 (byte-compile-defun, byte-compile-defmacro): Remove.
1234 (byte-compile-file-form-defalias):
1235 Use byte-compile-file-form-defmumble.
1236 (byte-compile-defalias-warn): Remove.
1237
1238 2012-05-29 Stefan Merten <smerten@oekonux.de>
1239
1240 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
1241 possible. Fix authors. Improve comments. Improve loading of `cl'.
1242
1243 (rst-mode-abbrev-table): Merge definition.
1244 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1245 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1246
1247 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1248
1249 * calendar/icalendar.el
1250 (icalendar-export-region): Export UID properly.
1251
1252 2012-05-29 Leo <sdl.web@gmail.com>
1253 * calendar/icalendar.el (icalendar-import-format):
1254 Add `icalendar-import-format-uid' (Bug#11525).
1255 (icalendar-import-format-uid): New.
1256 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1257 Export UID.
1258
1259 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1262 different alternative patterns.
1263 (pcase-codegen): Be more careful to preserve identity.
1264 (pcase--u1): Don't forget to mark vars as used.
1265
1266 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1267 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1268 (byte-compile-from-buffer): ...rather than here.
1269
1270 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1271 functions from byte-compile-function-environment.
1272
1273 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
1274
1275 * window.el (window-deletable-p): Avoid deleting the root window
1276 of a frame with an active minibuffer.
1277
1278 2012-05-29 Martin Rudalics <rudalics@gmx.at>
1279
1280 * simple.el (choose-completion): Use quit-window (Bug#11567).
1281
1282 2012-05-29 Chong Yidong <cyd@gnu.org>
1283
1284 * whitespace.el (whitespace-cleanup): Fix usage of
1285 whitespace-empty-at-bob-regexp (Bug#11492).
1286
1287 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1288
1289 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1290 revert (Bug#11488).
1291
1292 2012-05-29 Juri Linkov <juri@jurta.org>
1293
1294 * isearch.el (isearch-mode-map): Bind `M-s _' to
1295 `isearch-toggle-symbol'. Bind `M-s c' to
1296 `isearch-toggle-case-fold'.
1297 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1298 (isearch-forward): Add `M-s _' to the docstring.
1299 (isearch-forward-symbol, isearch-toggle-case-fold)
1300 (isearch-symbol-regexp): New functions. (Bug#11381)
1301
1302 2012-05-29 Juri Linkov <juri@jurta.org>
1303
1304 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1305 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1306 a function, call it to get the regexp.
1307 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1308 property `isearch-message-prefix' instead of the string "word ".
1309 (isearch-search-fun-default): For the case of `isearch-word',
1310 return a lambda that calls re-search-forward/re-search-backward
1311 with a regexp returned by `word-search-regexp' or by the function
1312 in `isearch-word'.
1313
1314 2012-05-29 Juri Linkov <juri@jurta.org>
1315
1316 * isearch.el (isearch-search-fun-default): New function.
1317 (isearch-search-fun): Move default part to the new function
1318 `isearch-search-fun-default'.
1319 (isearch-search-fun-function): Set the default value to
1320 `isearch-search-fun-default'. (Bug#11381)
1321
1322 * comint.el (comint-history-isearch-end):
1323 Use `isearch-search-fun-default'.
1324 (comint-history-isearch-search): Use `isearch-search-fun-default'
1325 and remove spacial case for `isearch-word'.
1326 (comint-history-isearch-wrap): Remove spacial case for
1327 `isearch-word'.
1328
1329 * hexl.el (hexl-isearch-search-function):
1330 Use `isearch-search-fun-default'.
1331
1332 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1333 Use `word-search-regexp' for `isearch-word'.
1334
1335 * misearch.el (multi-isearch-search-fun):
1336 Use `isearch-search-fun-default'.
1337
1338 * simple.el (minibuffer-history-isearch-search):
1339 Use `isearch-search-fun-default' and remove spacial case for
1340 `isearch-word'.
1341 (minibuffer-history-isearch-wrap): Remove spacial case for
1342 `isearch-word'.
1343
1344 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1345 Remove spacial case for `isearch-word'.
1346 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1347
1348 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1349
1350 Decrease XEmacs incompatibilities.
1351 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1352 Use `string-match'.
1353 (flyspell-delete-region-overlays): Use alternative definition for
1354 XEmacs.
1355 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1356 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1357 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1358 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1359 `define-obsolete-face-alias' under XEmacs, but old method.
1360
1361 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1362 `with-no-warnings' definition or Emacs alias.
1363 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1364 (ispell-word): Do not use `region-p' if XEmacs.
1365
1366 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1367
1368 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1369 Check for `ispell-dictionary-base-alist' instead of full
1370 `ispell-dictionary-alist'.
1371 (ispell-init-process): Show spellchecker when starting new Ispell
1372 process.
1373
1374 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1377 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1378
1379 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * version.el (motif-version-string, gtk-version-string)
1382 (ns-version-string): Declare.
1383
1384 2012-05-27 Juri Linkov <juri@jurta.org>
1385
1386 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1387 after the `eval-defun-1' specialcaseing
1388 like in `edebug-eval-defun' (bug#10181).
1389
1390 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1391 like in `eval-defun-1'.
1392
1393 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1394
1395 * mail/sendmail.el (mail-yank-region):
1396 Recognize rmail-yank-current-message in addition to insert-buffer.
1397 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
1398 a *mail* buffer created through rmail-start-mail with sendmail as
1399 mail-user-agent.
1400
1401 2012-05-27 Chong Yidong <cyd@gnu.org>
1402
1403 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1404 Default to 256 (Bug#11267).
1405
1406 * help.el (describe-mode): Doc fix.
1407
1408 2012-05-26 Glenn Morris <rgm@gnu.org>
1409
1410 * w32-fns.el (w32-init-info): Remove.
1411 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1412
1413 * info.el (info-initialize): For self-contained NS builds, put the
1414 included info/ directory at the front. (Bug#2791)
1415
1416 * paths.el (Info-default-directory-list): Make it a defcustom,
1417 mainly so that we can use custom-initialize-delay.
1418
1419 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * subr.el (buffer-has-markers-at): Mark obsolete.
1422
1423 * subr.el (lambda): Use declare.
1424
1425 * emacs-lisp/lisp-mode.el (lambda):
1426 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1427
1428 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1429
1430 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1431
1432 2012-05-26 Glenn Morris <rgm@gnu.org>
1433
1434 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1435
1436 2012-05-25 Glenn Morris <rgm@gnu.org>
1437
1438 * paths.el: Remove no-byte-compile.
1439 * loadup.el: No need to load paths.el uncompiled.
1440
1441 * image.el (imagemagick-types-inhibit): Doc fix.
1442
1443 * version.el: Remove no-byte-compile and associated formatting.
1444 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1445 is ancient code from when there was an "inc-vers.el".
1446
1447 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * progmodes/gdb-mi.el: Minor style changes.
1450 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1451 Turn into minor modes.
1452 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1453 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1454 (gdb-shell): Remove unneeded let-binding.
1455 (gdb-get-many-fields): Eliminate O(n²) behavior.
1456
1457 2012-05-25 Eli Zaretskii <eliz@gnu.org>
1458
1459 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1460 platforms that don't link in fontset.c.
1461
1462 2012-05-25 Juri Linkov <juri@jurta.org>
1463
1464 Use the same diff color scheme as in modern VCSes (bug#10181).
1465
1466 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1467 to avoid confusion with `diff-added' that now uses green colors.
1468 (diff-removed): Use shades of red.
1469 (diff-added): Use shades of green.
1470 (diff-changed): Leave just the yellow color.
1471 (diff-use-changed-face): New variable.
1472 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1473 how to highlight context diff changes.
1474 (diff-refine-change): Use shades of yellow.
1475 (diff-refine-removed): New face that uses shades of red.
1476 (diff-refine-added): New face that uses shades of green.
1477 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1478 `diff-refine-removed' in the call to `smerge-refine-subst'
1479 depending on the value of `diff-use-changed-face'.
1480
1481 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1482 (smerge-other): Use shades of green.
1483 (smerge-base): Use shades of yellow.
1484 (smerge-refined-change): Empty face.
1485 (smerge-refined-removed): New face that uses shades of red.
1486 (smerge-refined-added): New face that uses shades of green.
1487 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1488 args `props-r' and `props-a', and use them. Doc fix.
1489 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1490 on its value use different faces `smerge-refined-change',
1491 `smerge-refined-removed', `smerge-refined-added' in the call to
1492 `smerge-refine-subst'.
1493
1494 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1495 Add face condition `min-colors 88' with shades of red.
1496 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1497 `min-colors 88' with shades of green.
1498 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1499 `min-colors 88' with shades of yellow.
1500
1501 2012-05-24 Glenn Morris <rgm@gnu.org>
1502
1503 * paths.el (prune-directory-list, remote-shell-program): Move to...
1504 * files.el (prune-directory-list, remote-shell-program): ...here.
1505 For the latter, delay initialization, prefer ssh, just search PATH.
1506
1507 * paths.el (term-file-prefix): Move to faces.el (the only user).
1508 * faces.el (term-file-prefix): Move here, make it a defcustom.
1509
1510 * paths.el (news-directory, news-path, news-inews-program):
1511 Move to gnus/nnspool.el.
1512
1513 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1514
1515 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1516 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1517 Make the latter a defcustom, with a delayed initialization.
1518
1519 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1520 These were deleted from Gnus itself late 2010.
1521
1522 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * progmodes/which-func.el (which-func-ff-hook):
1525 Check against user-error, not error.
1526
1527 * emacs-lisp/edebug.el (top): Do not load or set up loading of
1528 cl-specs.el, which no longer exists.
1529
1530 2012-05-22 Glenn Morris <rgm@gnu.org>
1531
1532 * info.el (info-emacs-bug): New command.
1533 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1534 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1535
1536 2012-05-21 Glenn Morris <rgm@gnu.org>
1537
1538 * makefile.w32-in (update-subdirs-SH):
1539 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1540
1541 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1544
1545 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1546 Simplify Maven regexp, and make sure the file can't start with a space
1547 (bug#11517).
1548
1549 2012-05-21 Glenn Morris <rgm@gnu.org>
1550
1551 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1552 Scrap superfluous subshells.
1553
1554 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1557 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1558
1559 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1560
1561 * calc/calc.el (calc-ensure-consistent-units): New variable.
1562
1563 * calc/calc-units.el (math-consistent-units-p)
1564 (math-check-unit-consistency): New functions.
1565 (calc-quick-units, calc-convert-units):
1566 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1567 is non-nil.
1568 (calc-extract-units): Fix typo.
1569
1570 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1573
1574 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1575 (flyspell-default-deplacement-commands): Don't spell check after
1576 repeated window/frame switches (e.g. triggered by mouse-movement).
1577 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1578 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1579 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1580 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1581 Remove unused vars.
1582 (flyspell-get-casechars, flyspell-get-not-casechars):
1583 Simplify; Don't bother removing a ] just to add it back.
1584 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1585
1586 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1587
1588 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1589 New functions.
1590 (math-function-table): Add support for more C functions.
1591
1592 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1593
1594 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1595 (flyspell-debug-signal-word-checked): Protect delay handling for
1596 otherchars against empty otherchars.
1597
1598 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1601 their respective macro declarations.
1602 * skeleton.el (define-skeleton):
1603 * progmodes/compile.el (define-compilation-mode):
1604 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1605 (define-ibuffer-filter):
1606 * emacs-lisp/generic.el (define-generic-mode):
1607 * emacs-lisp/easy-mmode.el (define-minor-mode)
1608 (define-globalized-minor-mode):
1609 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1610 * emacs-lisp/byte-run.el (defsubst):
1611 * custom.el (deftheme): Add doc-string metadata.
1612
1613 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1616
1617 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1620
1621 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1622 * emacs-lisp/cl-macs.el: Idem.
1623 * emacs-lisp/cl-specs.el: Remove.
1624
1625 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 Minor renaming of internal CL functions and variables.
1628 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1629 (cl--position): Rename from cl-position.
1630 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1631 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1632 (cl--random-state): Rename from *random-state*.
1633
1634 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1637 parens around the arg list (bug#11499).
1638
1639 2012-05-17 Juri Linkov <juri@jurta.org>
1640
1641 * isearch.el (word-search-regexp, word-search-backward)
1642 (word-search-forward, word-search-backward-lax)
1643 (word-search-forward-lax): Move functions from search.c
1644 (bug#10145, bug#11381).
1645
1646 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1647
1648 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1649 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1650 normal word components.
1651
1652 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * minibuffer.el (completion--sifn-requote): Fix last change.
1655 (minibuffer-local-must-match-filename-map):
1656 Move define-obsolete-variable-alias before its var.
1657
1658 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1661
1662 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1663 behavior.
1664 (completion--string-equal-p): New function.
1665 (completion--twq-all): Use it to get better assertion failure data.
1666
1667 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1668 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1669 (shell--requote-argument): New functions.
1670 (shell-completion-vars): Use them.
1671 (shell--parse-pcomplete-arguments): Rename from
1672 shell-parse-pcomplete-arguments.
1673 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1674 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1675 Obey comint-file-name-quote-list.
1676
1677 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1678 (smie-indent-keyword): Use it.
1679
1680 2012-05-14 Stefan Merten <smerten@oekonux.de>
1681
1682 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1683
1684 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * net/rlogin.el (rlogin-mode-map): Fix last change.
1687
1688 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
1689
1690 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1691 the following \r\n using a single `process-send-string', since the
1692 Lotus SMTP server refuses to accept any commands if they are sent
1693 with two `process-send-string's (Bug#11444).
1694
1695 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * shell.el (shell-parse-pcomplete-arguments):
1698 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
1699
1700 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1701
1702 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
1703 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1704 (image-transform-width, image-transform-fit-width): New functions.
1705 (image-transform-properties): Use them.
1706 (image-transform-check-size): New function.
1707 (image-toggle-display-image): Use it (for testing).
1708 (image-transform-set-rotation): Reduce angle mod 360.
1709 Delete obsolete comment.
1710
1711 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1712
1713 * image-mode.el: Fix scaling (bug#11399).
1714 (image-transform-resize): Doc fix.
1715 (image-transform-properties): Default scale is 1 and height should
1716 be an integer.
1717
1718 2012-05-13 Johan Bockgård <bojohan@gnu.org>
1719
1720 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1721 than hard-coding `car', to fix misbehavior when moving forward.
1722
1723 2012-05-13 Chong Yidong <cyd@gnu.org>
1724
1725 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1726 (tabulated-list-entries, tabulated-list-padding)
1727 (tabulated-list-sort-key): Make permanent-local.
1728
1729 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1730 (electric-buffer-list): Put electric buffer menu
1731 command descriptions in this docstring, instead of the docstring
1732 of electric-buffer-menu-mode. Code cleanups.
1733 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1734 Electric-buffer-menu-mode.
1735 (electric-buffer-update-highlight): Minor code cleanup.
1736
1737 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1740 (Bug#11447)
1741
1742 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 Move define-obsolete-variable-alias before the var's definition.
1745 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1746 * tooltip.el (tooltip-hook):
1747 * textmodes/reftex-toc.el (reftex-toc-map):
1748 * textmodes/reftex-sel.el (reftex-select-label-map)
1749 (reftex-select-bib-map):
1750 * textmodes/reftex-index.el (reftex-index-map)
1751 (reftex-index-phrases-map):
1752 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1753 * progmodes/meta-mode.el (meta-mode-map):
1754 * novice.el (disabled-command-hook):
1755 * loadhist.el (unload-hook-features-list):
1756 * frame.el (blink-cursor):
1757 * files.el (find-file-not-found-hooks, write-file-hooks)
1758 (write-contents-hooks):
1759 * emulation/tpu-edt.el (GOLD-map):
1760 * emacs-lock.el (emacs-lock-from-exiting):
1761 * emacs-lisp/generic.el (generic-font-lock-defaults):
1762 * emacs-lisp/chart.el (chart-map):
1763 * dos-fns.el (register-name-alist):
1764 * dired-x.el (dired-omit-files-p):
1765 * desktop.el (desktop-enable):
1766 * cus-edit.el (custom-mode-hook):
1767 * buff-menu.el (buffer-menu-mode-hook):
1768 * bookmark.el (bookmark-read-annotation-text-func)
1769 (bookmark-exit-hooks):
1770 * allout.el (allout-mode-deactivate-hook)
1771 (allout-exposure-change-hook, allout-structure-added-hook)
1772 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1773 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1774 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1775 comes before the corresponding variable's definition.
1776
1777 2012-05-12 Chong Yidong <cyd@gnu.org>
1778
1779 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
1780 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1781 (Buffer-menu-mode-map): Bind it.
1782 (Buffer-menu--pretty-name): Add a mouse-face property.
1783
1784 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1787 (prolog-upper-case-string, prolog-lower-case-string)
1788 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1789 (prolog-use-smie, prolog-smie-grammar): New vars.
1790 (prolog-smie-forward-token, prolog-smie-backward-token)
1791 (prolog-smie-rules): New funs.
1792 (prolog-comment-indent): Remove.
1793 (prolog-mode-variables): Use default comment indentation instead.
1794 Setup SMIE.
1795 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1796 (prolog-mode): Don't call them any more.
1797 (prolog-electric-colon, prolog-electric-dash)
1798 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1799
1800 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1801
1802 * minibuffer.el (completion--twq-all): Again, allow case differences.
1803
1804 * term.el: Move keymap initialization code to be more idiomatic.
1805 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1806 (term-terminal-menu): Move initialization into declaration.
1807 (term-escape-char): Let the user set it in her .emacs.
1808
1809 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1810 Provide SMIE-based indentation (not enabled by default yet).
1811 (sh-mode-map): Don't bind electric keys.
1812 Use electric-pair-mode instead of skeleton-pair.
1813 (sh-assignment-regexp): Fit within 80 columns.
1814 (sh-indent-supported): Specify actual shell name instead of boolean.
1815 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1816 (sh-maybe-here-document): Use it. Make obsolete.
1817 (sh-electric-here-document-mode) New minor mode.
1818 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1819 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1820 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1821 (sh-smie-rc-grammar, sh-use-smie): New vars.
1822 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1823 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1824 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1825 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1826 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1827 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1828 (sh-set-shell): Use smie-setup if requested.
1829
1830 * term.el (term-set-escape-char): Properly set term-escape-char.
1831 See http://stackoverflow.com/questions/10524656.
1832
1833 2012-05-10 Chong Yidong <cyd@gnu.org>
1834
1835 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1836 Use url-generic-parse-url, and handle host names and Windows
1837 filenames properly.
1838 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1839 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1840 URL schemes to work on.
1841 (ffap--toggle-read-only): New function.
1842 (ffap-read-only, ffap-read-only-other-window)
1843 (ffap-read-only-other-frame): Use it.
1844 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1845 necessary for ffap-url-unwrap-remote.
1846
1847 2012-05-10 Dave Abrahams <dave@boostpro.com>
1848
1849 * cus-start.el (create-lockfiles): Add it.
1850
1851 2012-05-09 Chong Yidong <cyd@gnu.org>
1852
1853 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1854 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1855
1856 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1859
1860 2012-05-09 Chong Yidong <cyd@gnu.org>
1861
1862 * ansi-color.el (ansi-color-process-output): Check for validity of
1863 comint-last-output-start before using it. This avoids a bad
1864 interaction with gdb-mi's input/output buffer.
1865
1866 2012-05-09 Glenn Morris <rgm@gnu.org>
1867
1868 * files.el (dir-locals-read-from-file):
1869 Mention dir-locals in any error message.
1870
1871 2012-05-09 Chong Yidong <cyd@gnu.org>
1872
1873 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1874 package (Bug#11410).
1875
1876 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1877 variables into description.
1878
1879 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1882 shell-delimiter-argument-list (bug#11348).
1883 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1884
1885 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * textmodes/rst.el: Silence byte-compiler warnings.
1888 (rst-re-alist, rst-reset-section-caches): Move around.
1889 (rst-re): Use `characterp', not `char-valid-p'.
1890 (font-lock-beg, font-lock-end): Declare.
1891
1892 * progmodes/idlw-shell.el (specs): Remove reference to deleted
1893 variable `idlwave-shell-activate-alt-keybindings' and simplify.
1894
1895 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1896
1897 2012-05-08 Glenn Morris <rgm@gnu.org>
1898
1899 * files.el (auto-mode-alist): Treat ".make" like ".mk".
1900
1901 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * vc/log-edit.el: Add GNU coding standards highlighting.
1904 (log-edit-font-lock-gnu-style)
1905 (log-edit-font-lock-gnu-keywords): New vars.
1906 (log-edit-font-lock-keywords): New fun.
1907 (log-edit-mode): Don't fold case in font-lock.
1908 (log-edit-font-lock-keywords): Do not assume case-folding.
1909
1910 * imenu.el: Misc cleanup. Make docstrings out of comments.
1911 Use lexical-binding.
1912 (imenu--index-alist, imenu--last-menubar-index-alist)
1913 (imenu-menubar-modified-tick): Use defvar-local.
1914 (imenu--split-menu): Remove unused var.
1915 (imenu--cleanup-seen): Declare as global.
1916 (imenu--cleanup): Use dolist.
1917
1918 * subr.el (defvar-local): Add debug spec and doc-string position.
1919
1920 2012-05-08 Glenn Morris <rgm@gnu.org>
1921
1922 * lisp/language/burmese.el, language/cham.el, language/czech.el:
1923 * language/english.el, language/georgian.el, language/greek.el:
1924 * language/japanese.el, language/khmer.el, language/korean.el:
1925 * language/lao.el, language/misc-lang.el, language/romanian.el:
1926 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1927 * language/thai.el, language/utf-8-lang.el:
1928 Remove no-byte-compile setting.
1929
1930 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
1931
1932 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1933
1934 * progmodes/make-mode.el (makefile-browse):
1935 Remove unnecessary interactive. (Bug#11324)
1936
1937 2012-05-07 Glenn Morris <rgm@gnu.org>
1938
1939 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1940
1941 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1942
1943 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * loadup.el: Preload newcomment.el.
1946 * newcomment.el: Move autoload-only code to toplevel.
1947
1948 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1949 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1950 Handle new :right-align column property.
1951 (tabulated-list-print-col): Idem, plus use `display' text-property to
1952 try and preserve alignment for variable pitch fonts.
1953
1954 2012-05-07 Chong Yidong <cyd@gnu.org>
1955
1956 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1957 (tabulated-list-use-header-line): New var.
1958 (tabulated-list-init-header): Use it.
1959 (tabulated-list-print-fake-header): New function.
1960 (tabulated-list-print): Use it.
1961 (tabulated-list-sort-button-map): Add non-header-line commands.
1962 (tabulated-list-init-header): Add column name property to basic
1963 labels as well.
1964 (tabulated-list-col-sort): Handle non-header-line button case.
1965 (tabulated-list--sort-by-column-name): Fix a corner case.
1966
1967 * buff-menu.el (list-buffers--refresh):
1968 Handle Buffer-menu-use-header-line.
1969
1970 2012-05-06 Chong Yidong <cyd@gnu.org>
1971
1972 * buff-menu.el: Convert to Tabulated List mode.
1973 (Buffer-menu-buffer+size-width): Make obsolete.
1974 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1975 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1976 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1977 documentation into docstring of buffer-menu.
1978 (Buffer-menu-toggle-files-only): Add an informative message.
1979 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1980 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1981 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1982 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1983 (Buffer-menu-execute, Buffer-menu-select)
1984 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1985 (Buffer-menu-bury): Use Tabulated List machinery.
1986 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1987 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
1988 Delete.
1989 (list-buffers--refresh): New function.
1990 (list-buffers-noselect): Use it.
1991 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1992 (Buffer-menu--pretty-file-name): New helper functions.
1993
1994 * loadup.el: Preload tabulated-list.
1995
1996 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1997 tabulated-list-sort-column.
1998 (tabulated-list-init-header): Add the initial aligning space even
1999 if tabulated-list-padding is zero.
2000
2001 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2002
2003 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2004 whose cdr is not a cons cell correctly (bug#11038).
2005
2006 2012-05-06 Chong Yidong <cyd@gnu.org>
2007
2008 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2009 Accept additional plist in column descriptors.
2010 (tabulated-list-init-header): Obey it.
2011 (tabulated-list-get-entry): New function.
2012 (tabulated-list-put-tag): Use it. Use string-width instead of
2013 length.
2014 (tabulated-list--column-number): New function.
2015 (tabulated-list-print): Use it.
2016 (tabulated-list-print-col): New function.
2017 Set `tabulated-list-column-name' property on each column's text.
2018 (tabulated-list-print-entry): Use it.
2019 (tabulated-list-delete-entry, tabulated-list-set-col):
2020 New functions.
2021 (tabulated-list-sort-column): New command (Bug#11337).
2022
2023 * buff-menu.el (list-buffers): Move C-x C-b binding from
2024 buff-menu.el to bindings.el.
2025
2026 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2027 :advertised-binding feature.
2028
2029 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2030
2031 * progmodes/compile.el (compilation-internal-error-properties):
2032 Calculate start position correctly when end-col is set but
2033 end-line is not (Bug#11382).
2034
2035 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2036
2037 * man.el (Man-unindent): Use text-property-default-nonsticky to
2038 prevent untabify from inheriting face properties (Bug#11408).
2039
2040 2012-05-05 Stefan Merten <smerten@oekonux.de>
2041
2042 * textmodes/rst.el: Major merge with upstream development up to
2043 Docutils SVN r7399 / rst.el V1.2.1.
2044
2045 Clarify maintainership and authors.
2046
2047 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2048 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2049 (rst-official-version, rst-official-cvs-rev, rst-version)
2050 (rst-package-emacs-version-alist): New functions and variables
2051 for version information.
2052
2053 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2054 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2055 (rst-mode-syntax-table, rst-mode): New and corrected functions
2056 and variables representing reStructuredText features.
2057
2058 (rst-re): New function for reStructuredText regexes. Use in
2059 many places.
2060
2061 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2062 (rst-mode-map): Rebind keys.
2063
2064 (rst-mode-lazy, rst-font-lock-keywords)
2065 (rst-font-lock-extend-region)
2066 (rst-font-lock-extend-region-internal)
2067 (rst-font-lock-extend-region-extend)
2068 (rst-font-lock-find-unindented-line-limit)
2069 (rst-font-lock-find-unindented-line-match)
2070 (rst-adornment-level, rst-font-lock-adornment-level)
2071 (rst-font-lock-adornment-match)
2072 (rst-font-lock-handle-adornment-pre-match-form)
2073 (rst-font-lock-handle-adornment-matcher): Major revision of
2074 font-locking. Integrate with other code. Use `jit-lock-mode'.
2075
2076 (rst-preferred-adornments, rst-adjust-hook)
2077 (rst-new-adornment-down, rst-preferred-bullets)
2078 (rst-preferred-bullets, rst-indent, rst-indent-width)
2079 (rst-indent-field, rst-indent-literal-normal)
2080 (rst-indent-literal-minimized, rst-indent-comment): Change,
2081 extend and improve customization.
2082
2083 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2084 (rst-normalize-cursor-position, rst-get-decoration)
2085 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2086 (rst-rstrip, rst-toc-insert-find-delete-contents)
2087 (rst-shift-fill-region, rst-compute-bullet-tabs)
2088 (rst-debug-print-tabs, rst-debug-mark-found)
2089 (rst-shift-region-guts, rst-shift-region-right)
2090 (rst-shift-region-left, rst-use-char-classes)
2091 (rst-font-lock-keywords-function)
2092 (rst-font-lock-indentation-point)
2093 (rst-font-lock-find-unindented-line-begin)
2094 (rst-font-lock-find-unindented-line-end)
2095 (rst-font-lock-find-unindented-line)
2096 (rst-font-lock-adornment-point, rst-font-lock-level)
2097 (rst-adornment-level-alist): Remove functions and variables.
2098
2099 (rst-compare-adornments, rst-get-adornment-match)
2100 (rst-suggest-new-adornment, rst-get-adornments-around)
2101 (rst-adornment-complete-p, rst-get-next-adornment)
2102 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2103 (rst-straighten-adornments): Standardize function names to
2104 use "adornment" instead of "decoration". Correct callers.
2105 Similar standardizing in many places.
2106
2107 (rst-update-section, rst-adjust, rst-promote-region)
2108 (rst-enumerate-region, rst-bullet-list-region)
2109 (rst-repeat-last-character): Correct use of `interactive'.
2110
2111 (rst-classify-adornment, rst-find-all-adornments)
2112 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2113 (rst-find-leftmost-column, rst-repeat-last-character):
2114 Refactor functions.
2115
2116 (rst-find-title-line, rst-reset-section-caches)
2117 (rst-get-adornments-around, rst-adjust-adornment-work)
2118 (rst-arabic-to-roman, rst-roman-to-arabic)
2119 (rst-insert-list-pos, rst-insert-list-new-item)
2120 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2121 New functions.
2122
2123 (rst-all-sections, rst-section-hierarchy)
2124 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2125 New variables.
2126
2127 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2128 configuration instead of only buffer. Change where necessary.
2129
2130 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2131 (rst-shift-region, rst-adaptive-fill): New functions for
2132 indentation and filling.
2133
2134 (rst-comment-line-break, rst-comment-indent)
2135 (rst-comment-insert-comment, rst-comment-region)
2136 (rst-uncomment-region): New functions for handling comments.
2137
2138 (rst-compile): Quote shell arguments.
2139
2140 (rst-compile-pdf-preview, rst-compile-slides-preview):
2141 Delete temporary files after use.
2142
2143 2012-05-05 Glenn Morris <rgm@gnu.org>
2144
2145 * calendar/cal-html.el: Optionally include holidays in the output.
2146 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2147 (cal-html-holidays): New option.
2148 (cal-html-css-default): Add holiday entry.
2149 (holiday-in-range): Autoload it.
2150 (cal-html-htmlify-entry): Add optional class argument.
2151 (cal-html-htmlify-list): Add optional holidays argument.
2152 (cal-html-insert-agenda-days): Include holidays in the output.
2153 (cal-html-one-month): Maybe include holidays.
2154
2155 * calendar/holidays.el (holiday-in-range):
2156 Move here from cal-tex-list-holidays.
2157 * calendar/cal-tex.el (cal-tex-list-holidays):
2158 Make it an obsolete alias for holiday-in-range. Update all callers.
2159
2160 2012-05-05 Chong Yidong <cyd@gnu.org>
2161
2162 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2163 Nextstep.
2164
2165 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2166
2167 * files.el (file-auto-mode-skip): New var.
2168 (set-auto-mode-1): Use it.
2169
2170 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * repeat.el: Use lexical-binding.
2173 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2174 (repeat-undo-count): Remove.
2175 (repeat):
2176 * progmodes/octave-mod.el (octave-abbrev-start):
2177 * progmodes/f90.el (f90-abbrev-start):
2178 * face-remap.el (text-scale-adjust):
2179 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2180
2181 * emacs-lisp/pcase.el (pcase--let*): New function.
2182 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2183 a bit more.
2184 (pcase--split-pred): Be more clever about ruling out overlap between
2185 a predicate and some constant pattern.
2186 (pcase--q1): Use `null' instead of (eq foo nil).
2187
2188 * subr.el (setq-local, defvar-local): New macros.
2189 (kbd): Redefine as an alias.
2190 (with-selected-window): Leave unrelated frames alone.
2191 (set-temporary-overlay-map): New function.
2192
2193 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * subr.el (user-error): New function.
2196 * window.el (switch-to-buffer):
2197 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2198 (smerge-match-conflict):
2199 * simple.el (previous-matching-history-element)
2200 (next-matching-history-element, goto-history-element, undo-more)
2201 (undo-start):
2202 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2203 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2204 (next-file, tags-loop-scan, list-tags, complete-tag):
2205 * progmodes/compile.el (compilation-loop):
2206 * mouse.el (mouse-minibuffer-check):
2207 * man.el (Man-bgproc-sentinel, Man-goto-page):
2208 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2209 (Info-history-forward, Info-follow-reference, Info-menu)
2210 (Info-extract-menu-item, Info-extract-menu-counting)
2211 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2212 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2213 (Info-next-reference, Info-prev-reference, Info-index)
2214 (Info-index-next, Info-follow-nearest-node)
2215 (Info-copy-current-node-name):
2216 * imenu.el (imenu--make-index-alist)
2217 (imenu-default-create-index-function, imenu-add-to-menubar):
2218 * files.el (basic-save-buffer, recover-file):
2219 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2220 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2221 (checkdoc-message-text, checkdoc-defun):
2222 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2223 * cus-edit.el (customize-changed-options, customize-rogue)
2224 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2225 (custom-variable-mark-to-reset-standard)
2226 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2227 (custom-file):
2228 * completion.el (check-completion-length):
2229 * comint.el (comint-search-arg)
2230 (comint-previous-matching-input-string-position)
2231 (comint-previous-matching-input)
2232 (comint-replace-by-expanded-history-before-point, comint-send-input)
2233 (comint-copy-old-input, comint-backward-matching-input)
2234 (comint-goto-process-mark, comint-set-process-mark):
2235 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2236 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2237
2238 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * dabbrev.el (dabbrev--ignore-case-p): New function.
2241 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2242 Use it.
2243
2244 * files.el (automount-dir-prefix): Mark as obsolete.
2245
2246 2012-05-04 Glenn Morris <rgm@gnu.org>
2247
2248 * patcomp.el, play/bruce.el: Move to obsolete/.
2249
2250 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2251
2252 Fix minor Y10k bugs.
2253 * arc-mode.el (archive-unixdate):
2254 * autoinsert.el (auto-insert-alist):
2255 * calc/calc-forms.el (math-this-year):
2256 * emacs-lisp/copyright.el (copyright-current-year)
2257 (copyright-update-year, copyright):
2258 * tar-mode.el (tar-clip-time-string):
2259 * time.el (display-time-update):
2260 Don't assume years have 4 digits.
2261
2262 2012-05-04 Chong Yidong <cyd@gnu.org>
2263
2264 * dos-w32.el (file-name-buffer-file-type-alist)
2265 (direct-print-region-use-command-dot-com):
2266 * ffap.el (ffap-menu-regexp):
2267 * find-file.el (ff-special-constructs):
2268 * follow.el (follow-debug):
2269 * forms.el (forms--debug):
2270 * iswitchb.el (iswitchb-all-frames):
2271 * ido.el (ido-all-frames):
2272 * emacs-lisp/timer.el (timer-max-repeats):
2273 * mail/feedmail.el (feedmail-mail-send-hook)
2274 (feedmail-mail-send-hook-queued):
2275 * mail/footnote.el (footnote-signature-separator):
2276 * mail/mailabbrev.el (mail-alias-separator-string)
2277 (mail-abbrev-mode-regexp):
2278 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2279 * progmodes/idlwave.el (idlwave-libinfo-file)
2280 (idlwave-default-completion-case-is-down)
2281 (idlwave-library-routines): Convert defvars to defcustoms.
2282
2283 * mail/rmail.el (rmail-decode-mime-charset):
2284 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2285 (idlwave-shell-fix-inserted-breaks)
2286 (idlwave-shell-activate-alt-keybindings)
2287 (idlwave-shell-use-breakpoint-glyph):
2288 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2289
2290 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2293
2294 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2295
2296 * progmodes/verilog-mode.el (font-lock-keywords):
2297 Fix mis-highligting auto. Reported by Craig Barner.
2298 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2299 defines from global name space. Reported by Dan Dever.
2300 (verilog-auto-reset, verilog-auto-reset-widths)
2301 (verilog-auto-tieoff): Support using unbased numbers for
2302 AUTORESET and AUTOTIEOFF.
2303 (verilog-submit-bug-report): Update variable list.
2304 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2305 parenthesis from not matching. Reported by Michael Rytting.
2306 (verilog-auto-template-lint): Fix hash error when linting modules
2307 with no used templates.
2308 (verilog-warn, verilog-warn-error)
2309 (verilog-warn-fatal): When non-interactive report multiple
2310 warnings before exiting. Suggested by Brad Dobbie.
2311 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2312 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2313 to report unused template errors. Reported by Brad Dobbie.
2314 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2315 nets, bug438. Reported by Vns Blore.
2316 (verilog-auto-inout-module, verilog-auto-reg)
2317 (verilog-read-decls, verilog-read-sub-decls-sig)
2318 (verilog-signals-edit-wire-reg, verilog-signals-with):
2319 Fix passing of Verilog data types in ANSI input/output ports
2320 such as "output logic" into the AUTOs. Special case "wire" and
2321 "reg" for backwards compatibility presuming Verilog 2001.
2322 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2323 (verilog-preprocess): Fix replication of preprocess output.
2324 Reported by Brad Dobbie.
2325 (verilog-auto-inst-interfaced-ports):
2326 Create verilog-auto-inst-interfaced-ports, bug429.
2327 Reported by Julian Gorfajn.
2328 (verilog-after-save-font-hook)
2329 (verilog-before-save-font-hook): New variable.
2330 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2331 (verilog-save-font-mods): Wrap disabling fontification, reported
2332 by David Rogoff.
2333 (verilog-do-indent, verilog-pretty-declarations-auto)
2334 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2335 Reported by Pierre-David Pfister.
2336 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2337 of class declarations, bug292. Reported by Kevin Heilman.
2338 (verilog-read-decls): Fix 'parameter type' not appearing in
2339 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2340 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2341 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2342 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2343 Reported by David Kravitz.
2344
2345 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
2346
2347 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2348 assignment with tests in ifs and for loops.
2349 (verilog-extended-complete-re, verilog-complete-reg): Change so
2350 that DPI inport functions don't look like fuction declarations.
2351 (verilog-pretty-expr): Don't line up assignment
2352 operations to the test and increment in if and for loops
2353 (verilog-extended-complete-re, verilog-complete-reg): Change so
2354 that DPI inport functions don't look like fuction declarations
2355
2356 2012-05-03 Kenichi Handa <handa@m17n.org>
2357
2358 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
2359 decoding, and show a warning message without signaling an error
2360 (Bug#11282).
2361
2362 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * emacs-lisp/bytecomp.el
2365 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2366 since cconv.el might have introduced :fun-body, internal-make-closure,
2367 and friends for bytecomp to handle (bug#11391).
2368 * custom.el (defcustom): Avoid ((λ ..) ..).
2369
2370 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2373
2374 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * notifications.el (dbus-debug):
2377 * term/linux.el (gpm-mouse-enable):
2378 * term/screen.el (xterm-register-default-colors): Declare.
2379
2380 2012-05-02 Chong Yidong <cyd@gnu.org>
2381
2382 * cus-start.el (gc-cons-percentage, exec-suffixes)
2383 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2384 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2385 (make-cursor-line-fully-visible, void-text-area-pointer)
2386 (font-list-limit): Add customization data.
2387
2388 * allout.el (allout-exposure-change-functions)
2389 (allout-structure-added-functions)
2390 (allout-structure-deleted-functions)
2391 (allout-structure-shifted-functions): Rename abnormal hooks from
2392 *-hook, and convert to defcustoms.
2393 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2394 Convert to defcustoms.
2395 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2396
2397 * allout-widgets.el: Hook callers changed.
2398
2399 2012-05-02 Eli Zaretskii <eliz@gnu.org>
2400
2401 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2402 the yanked message in preference to the default value of
2403 buffer-file-coding-system.
2404
2405 2012-05-02 Martin Rudalics <rudalics@gmx.at>
2406
2407 * window.el (display-buffer--action-function-custom-type):
2408 Fix entry.
2409
2410 2012-05-02 Alan Mackenzie <acm@muc.de>
2411
2412 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2413
2414 2012-05-01 Glenn Morris <rgm@gnu.org>
2415
2416 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2417
2418 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2419
2420 * cus-edit.el (custom-variable-documentation): Simplify with format.
2421
2422 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2423 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * simple.el (suggest-key-bindings, execute-extended-command):
2426 Move from keyboard.c.
2427
2428 2012-05-01 Chong Yidong <cyd@gnu.org>
2429
2430 * follow.el: Eliminate advice.
2431 (set-process-filter, process-filter, sit-for): Advice deleted.
2432 (follow-mode-off-hook): Obsolete hook removed.
2433 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2434 Vars deleted.
2435 (follow-auto): Use a :set function.
2436 (follow-mode): Rewritten. Don't advise process filters.
2437 (follow-switch-to-current-buffer-all, follow-scroll-up)
2438 (follow-scroll-down): Assume follow-mode is bound.
2439 (follow-comint-scroll-to-bottom)
2440 (follow-align-compilation-windows): New functions.
2441 (follow--window-sorter): New function.
2442 (follow-all-followers): Use it to explicitly sort windows by their
2443 positions; don't make assumptions about next-window order.
2444 (follow-windows-start-end, follow-delete-other-windows-and-split)
2445 (follow-calc-win-start): Doc fix.
2446 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2447 vertical-motion unnecessarily.
2448 (follow-adjust-window): New function.
2449 (follow-post-command-hook): Use it.
2450 (follow-call-set-process-filter, follow-call-process-filter)
2451 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2452 (follow-stop-intercept-process-output, follow-generic-filter):
2453 Functions deleted.
2454 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
2455 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2456 New functions, replacing advice on scroll-bar-* commands.
2457 (follow-mwheel-scroll): New function (Bug#4112).
2458
2459 * comint.el (comint-adjust-point): New function.
2460 (comint-postoutput-scroll-to-bottom): Use it.
2461 Call follow-comint-scroll-to-bottom for Follow mode buffers.
2462
2463 2012-05-01 Glenn Morris <rgm@gnu.org>
2464
2465 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2466 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2467 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2468 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2469 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2470 Remove no-byte-compile setting.
2471
2472 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2475 all-completions code to not return a number in the last cdr.
2476
2477 2012-04-30 Leo Liu <sdl.web@gmail.com>
2478
2479 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2480 read-only error.
2481
2482 2012-04-29 Chong Yidong <cyd@gnu.org>
2483
2484 * follow.el (follow-calc-win-end): Rewrite to handle partial
2485 screen lines correctly (Bug#8390).
2486 (follow-avoid-tail-recenter): Minor cleanup.
2487
2488 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 Avoid the obsolete `assoc' package.
2491 * speedbar.el (speedbar-refresh): Avoid adelete.
2492 (speedbar-file-lists): Simplify and avoid aput.
2493 * man.el (Man--sections, Man--refpages): New vars, replacing
2494 Man-sections-alist and Man-refpages-alist.
2495 (Man-build-section-alist, Man-build-references-alist):
2496 Use them; avoid aput.
2497 (Man--last-section, Man--last-refpage): New vars.
2498 (Man-follow-manual-reference): Use them.
2499 Use the `default' arg of completing-read.
2500 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2501
2502 2012-04-27 Chong Yidong <cyd@gnu.org>
2503
2504 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2505
2506 * startup.el (x-apply-session-resources): New function.
2507
2508 * term/ns-win.el (ns-initialize-window-system):
2509 * term/w32-win.el (w32-initialize-window-system):
2510 * term/x-win.el (x-initialize-window-system): Use it to properly
2511 set menu-bar-mode and other vars from X resources, even if the
2512 initial frame is not a window-system frame (Bug#2299).
2513
2514 * subr.el (read-key): Avoid running filter function when setting
2515 up temporary tool bar entries (Bug#9922).
2516
2517 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2518
2519 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2520 (Bug#11344)
2521
2522 2012-04-27 Chong Yidong <cyd@gnu.org>
2523
2524 * select.el (xselect--encode-string): New function, split from
2525 xselect-convert-to-string.
2526 (xselect-convert-to-string): Use it.
2527 (xselect-convert-to-filename, xselect-convert-to-os)
2528 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2529 returned strings are properly encoded (Bug#11315).
2530
2531 2012-04-27 Chong Yidong <cyd@gnu.org>
2532
2533 * simple.el (delete-active-region): Move to killing custom group.
2534
2535 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2536
2537 * progmodes/which-func.el (which-func-current): Quote %
2538 characters for mode-line processing.
2539
2540 2012-04-27 Chong Yidong <cyd@gnu.org>
2541
2542 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2543 reaching eob (Bug#11286).
2544
2545 2012-04-27 Eli Zaretskii <eliz@gnu.org>
2546
2547 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2548 (gdb): Make it buffer-local and init to zero.
2549 (gdb-control-commands-regexp): New variable.
2550 (gdb-send): Don't wrap in "-interpreter-exec console" if
2551 gdb-control-level is positive. Increment gdb-control-level
2552 whenever the command matches gdb-control-commands-regexp, and
2553 decrement it each time the command is "end". (Bug#11279)
2554
2555 2012-04-27 Martin Rudalics <rudalics@gmx.at>
2556
2557 * window.el (adjust-window-trailing-edge, enlarge-window)
2558 (shrink-window, window-resize):
2559 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2560 windows (Bug#11276).
2561
2562 2012-04-27 Chong Yidong <cyd@gnu.org>
2563
2564 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
2565 fix "missing prefix" warning. All callers changed.
2566
2567 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * emacs-lisp/assoc.el: Move to obsolete/.
2570
2571 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
2574
2575 * term/ns-win.el (ns-define-service):
2576 * progmodes/pascal.el (pascal-goto-defun):
2577 * progmodes/js.el (js--read-tab):
2578 * progmodes/etags.el (tags-lazy-completion-table):
2579 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2580 * emacs-lisp/ewoc.el (ewoc--wrap):
2581 * emacs-lisp/assoc.el (aput, adelete, amake):
2582 * doc-view.el (doc-view-convert-current-doc):
2583 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2584
2585 2012-04-26 Chong Yidong <cyd@gnu.org>
2586
2587 * image.el (image-type-from-buffer): Only return supported image
2588 type (Bug#9045).
2589
2590 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2591 value, for symmetry with diff-end-of-hunk.
2592 (diff-split-hunk, diff-find-source-location)
2593 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2594 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2595 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2596 compute the relevant hunk or file properly (Bug#6005).
2597 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2598
2599 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * vc/vc-mtn.el:
2602 * vc/vc-hg.el:
2603 * vc/vc-git.el:
2604 * vc/vc-dir.el:
2605 * vc/vc-cvs.el:
2606 * vc/vc-bzr.el:
2607 * vc/vc-arch.el:
2608 * vc/vc.el: Replace lexical-let by lexical-binding.
2609 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2610 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2611 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2612
2613 2012-04-26 Chong Yidong <cyd@gnu.org>
2614
2615 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2616 (diff-mode-shared-map): Bind it to / and [remap undo].
2617
2618 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2619 (ediff-window-setup-function): Use it as the default, to set up
2620 windows based on whether the current frame is graphical (Bug#2138).
2621 (ediff-choose-window-setup-function-automatically): Make obsolete.
2622
2623 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2624
2625 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * ffap.el: Remove old code for obsolete package.
2628 (ffap-complete-as-file-p): Remove.
2629
2630 Use completion-table-with-quoting for comint and pcomplete.
2631 * comint.el (comint--unquote&requote-argument)
2632 (comint--unquote-argument, comint--requote-argument): New functions.
2633 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2634 (comint-quote-filename): Use regexp-opt-charset.
2635 (comint--common-suffix, comint--common-quoted-suffix)
2636 (comint--table-subvert): Remove.
2637 (comint-unquote-function, comint-requote-function): New vars.
2638 (comint--complete-file-name-data): Use them with
2639 completion-table-with-quoting.
2640 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2641 * pcomplete.el (pcomplete-arg-quote-list)
2642 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2643 (pcomplete-unquote-argument-function): Default to non-nil.
2644 (pcomplete-unquote-argument): Simplify.
2645 (pcomplete--common-quoted-suffix): Remove.
2646 (pcomplete-requote-argument-function): New var.
2647 (pcomplete--common-suffix): New function.
2648 (pcomplete-completions-at-point): Use completion-table-with-quoting
2649 and completion-table-subvert.
2650
2651 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2652 (minibuffer--double-dollars): Preserve properties.
2653 (completion--sifn-requote): New function.
2654 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2655
2656 * minibuffer.el: Add support for completion of quoted/escaped data.
2657 (completion-table-with-quoting, completion-table-subvert): New funs.
2658 (completion--twq-try, completion--twq-all): New functions.
2659 (completion--nth-completion): New function.
2660 (completion-try-completion, completion-all-completions): Use it.
2661
2662 2012-04-25 Leo Liu <sdl.web@gmail.com>
2663
2664 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2665 Use compilation-message if available to find real filename.
2666
2667 2012-04-25 Chong Yidong <cyd@gnu.org>
2668
2669 * vc/diff-mode.el (diff-setup-whitespace): New function.
2670 (diff-mode): Use it.
2671
2672 * vc/diff.el (diff-sentinel):
2673 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2674 Whitespace mode variables based on diff style (Bug#8612).
2675
2676 2012-04-25 Leo Liu <sdl.web@gmail.com>
2677
2678 * progmodes/python.el (python-send-region): Add suffix .py to the
2679 temp file.
2680
2681 * files.el (auto-mode-alist): Use javascript-mode instead.
2682
2683 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2684
2685 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
2686
2687 * soap-client.el (soap-resolve-references-for-sequence-type)
2688 (soap-resolve-references-for-array-type): Hack to prevent self
2689 references, see Bug#9.
2690 (soap-parse-envelope): Report the contents of the 'detail' node
2691 when receiving a fault reply.
2692 (soap-parse-envelope): Report the contents of the entire 'detail' node.
2693
2694 * soap-inspect.el (soap-sample-value-for-simple-type)
2695 (soap-inspect-simple-type): New function.
2696
2697 * soap-client.el (soap-simple-type): New struct.
2698 (soap-default-xsd-types, soap-default-soapenc-types)
2699 (soap-decode-basic-type, soap-encode-basic-type):
2700 support unsignedInt and double basic types.
2701 (soap-resolve-references-for-simple-type)
2702 (soap-parse-simple-type, soap-encode-simple-type): New function.
2703 (soap-parse-schema): Parse xsd:simpleType declarations.
2704
2705 * soap-client.el (soap-default-xsd-types)
2706 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2707 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2708 the local name of "soapenc:Array".
2709 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
2710 decoding integer, byte and anyURI xsd types.
2711
2712 2012-04-25 Chong Yidong <cyd@gnu.org>
2713
2714 * cus-edit.el (custom-buffer-create-internal): Update header text.
2715
2716 2012-04-25 Eli Zaretskii <eliz@gnu.org>
2717
2718 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2719 settings on 'system-type', not on 'window-system'. On MS-Windows,
2720 set interactive-mode on in GDB.
2721
2722 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2725 (ruby-syntax-propertize-regexp): Remove.
2726 (ruby-syntax-propertize-function): Split regexp into chunks.
2727 Match following code directly.
2728
2729 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2730
2731 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2732 (ruby-syntax-propertize-regexp): New function.
2733 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2734 by a special keyword.
2735
2736 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2737 (ruby-syntax-general-delimiters-goto-beg)
2738 (ruby-syntax-propertize-general-delimiters): New functions.
2739 (ruby-syntax-propertize-function): Use them to handle GDL.
2740 (ruby-font-lock-keywords): Move old handling of GDL...
2741 (ruby-font-lock-syntactic-keywords): .. to here.
2742 (ruby-calculate-indent): Adjust indentation for GDL.
2743
2744 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * notifications.el (top): Remove unneeded declarations.
2747 (notifications-specification-version): Change to "1.2".
2748 (notifications-interface, notifications-notify-method)
2749 (notifications-close-notification-method): Fix docstring.
2750 (notifications-get-capabilities-method): New defconst.
2751 (notifications-notify): Add :action-items, :resident and
2752 :transient hints. Change "image_data" to "image-data" and
2753 "image_path" to "image-path".
2754 (notifications-get-capabilities): New defun.
2755
2756 2012-04-24 Leo Liu <sdl.web@gmail.com>
2757
2758 * progmodes/python.el: Move hideshow setup to the end.
2759
2760 2012-04-24 Martin Rudalics <rudalics@gmx.at>
2761
2762 * window.el (handle-select-window): Clear echo area since this is
2763 no more done by read_char (Bug#11304).
2764
2765 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2768 and `/ M' to filter-derived-mode.
2769 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2770 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2771 (ibuffer-mark-by-mode): Use default rather than initial-input.
2772 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2773
2774 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2775
2776 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2777 (ibuffer-filter-by-derived-mode): New filter.
2778 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2779
2780 2012-04-23 Andreas Politz <politza@fh-trier.de>
2781
2782 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2783
2784 2012-04-23 Chong Yidong <cyd@gnu.org>
2785
2786 * cus-edit.el (customize-apropos, customize-apropos-options):
2787 Disable matching of non-option variables (Bug#11176).
2788 (customize-option, customize-option-other-window)
2789 (customize-changed-options): Doc fix.
2790 (customize-apropos-options, customize-apropos-faces)
2791 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2792
2793 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
2794 Fix word list splitting (Bug#11132).
2795 (apropos-symbol, apropos-keybinding, apropos-label)
2796 (apropos-property, apropos-function-button)
2797 (apropos-variable-button, apropos-misc-button): New faces.
2798 (apropos-symbol-face, apropos-keybinding-face)
2799 (apropos-label-face, apropos-property-face, apropos-match-face):
2800 Variables removed (Bug#8396).
2801 (apropos-library-button, apropos-format-plist, apropos-print)
2802 (apropos-print-doc, apropos-describe-plist): Callers changed.
2803
2804 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * net/xesam.el (xesam-mode-map): Use let-bound map in
2807 initialization. (Bug#11292)
2808
2809 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2810
2811 Preserve ispell session localwords when switching back to
2812 original buffer.
2813
2814 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2815 variable to hold buffer session localwords.
2816 (ispell-kill-ispell): add option 'clear to delete session
2817 localwords.
2818 (ispell-command-loop, ispell-change-dictionary)
2819 (ispell-buffer-local-words): Preserve session localwords when
2820 needed.
2821
2822 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2823 Preserve session localwords when needed.
2824
2825 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2826
2827 * ispell.el (ispell-insert-word) Remove unneeded function using
2828 obsolete `translation-table-for-input'.
2829 (ispell-word, ispell-process-line, ispell-complete-word):
2830 Use plain `insert' instead of removed `ispell-insert-word'.
2831
2832 2012-04-22 Chong Yidong <cyd@gnu.org>
2833
2834 * cus-edit.el (custom-variable-menu)
2835 (custom-variable-reset-saved, custom-face-menu)
2836 (custom-face-reset-saved): If there is no saved value, make the
2837 "reset-saved" operation bring back the default (Bug#9509).
2838 (custom-face-state): Properly detect themed faces.
2839
2840 * faces.el (face-spec-set): Stop supporting deprecated form of
2841 third arg.
2842
2843 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2844
2845 Move functions from C to Lisp. Make non-blocking method calls
2846 the default. Implement further D-Bus standard interfaces.
2847
2848 * net/dbus.el (dbus-message-internal): Declare function.
2849 Remove unneeded function declarations.
2850 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2851 (dbus-message-type-method-return, dbus-message-type-error)
2852 (dbus-message-type-signal): Declare variables. Remove local
2853 definitions.
2854 (dbus-interface-dbus, dbus-interface-peer)
2855 (dbus-interface-introspectable, dbus-interface-properties)
2856 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2857 Adapt docstring.
2858 (dbus-interface-objectmanager): New defconst.
2859 (dbus-call-method, dbus-call-method-asynchronously)
2860 (dbus-send-signal, dbus-method-return-internal)
2861 (dbus-method-error-internal, dbus-register-service)
2862 (dbus-register-signal, dbus-register-method): New defuns, moved
2863 from dbusbind.c
2864 (dbus-call-method-handler, dbus-setenv)
2865 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2866 New defuns.
2867 (dbus-call-method-non-blocking): Make it an obsolete function.
2868 (dbus-unregister-object, dbus-unregister-service)
2869 (dbus-handle-event, dbus-register-property)
2870 (dbus-property-handler): Obey the new structure of
2871 `bus-registered-objects'.
2872 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2873 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2874 Use `dbus-call-method'.
2875
2876 2012-04-22 Chong Yidong <cyd@gnu.org>
2877
2878 * cus-edit.el (custom-commands, custom-reset-menu)
2879 (Custom-reset-standard): Tweak labels.
2880 (custom-reset-button-menu): Change default to t.
2881 (custom-buffer-create-internal): For the custom-reset-button-menu
2882 case, put the revert button first.
2883 (custom-group-subtitle): New face.
2884 (custom-group-value-create): Align docstring to a specific column.
2885
2886 * wid-edit.el (widget-documentation-link-add): Don't handle
2887 indentation in this function.
2888 (widget-documentation-string-indent-to): New function.
2889 (widget-documentation-string-value-create): Use it.
2890
2891 * autorevert.el (auto-revert):
2892 * epg-config.el (epg):
2893 * ibuffer.el (ibuffer):
2894 * mpc.el (mpc):
2895 * ses.el (ses):
2896 * eshell/eshell.el (eshell):
2897 * net/ange-ftp.el (ange-ftp):
2898 * progmodes/ebnf2ps.el (postscript):
2899 * progmodes/flymake.el (flymake):
2900 * progmodes/prolog.el (prolog):
2901 * progmodes/verilog-mode.el (verilog-mode):
2902 * progmodes/which-func.el (which-func):
2903 * term/xterm.el (xterm):
2904 * textmodes/picture.el (picture):
2905 * textmodes/tildify.el (tildify):
2906 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2907 customization buffers.
2908
2909 2012-04-22 Alan Mackenzie <acm@muc.de>
2910
2911 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2912 Adding a ) can hide the resulting (..) from searches. Fix it.
2913 Bound the backward search to the position of the existing (.
2914
2915 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
2916
2917 * progmodes/verilog-mode.el (verilog-mode): Check whether
2918 which-func-modes is t before adding verilog-mode.
2919 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2920
2921 2012-04-21 Leo Liu <sdl.web@gmail.com>
2922
2923 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
2924
2925 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
2926
2927 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2928 filling of the last column of a table (Bug#5635).
2929 (woman-find-next-control-line): New arg, specifying an additional
2930 regexp component for the control line.
2931 (woman2-roff-buffer): Use it.
2932 (woman-break-table): New function.
2933 (woman2-TS): Use it.
2934
2935 2012-04-21 Chong Yidong <cyd@gnu.org>
2936
2937 * woman.el (woman-set-buffer-display-table, woman-decode-region)
2938 (woman-horizontal-escapes, woman-negative-vertical-space)
2939 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2940 (WoMan-warn-ignored): Use ?\s instead of ?\ .
2941
2942 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * minibuffer.el (completion-file-name-table): Complete user names.
2945
2946 2012-04-20 Leo Liu <sdl.web@gmail.com>
2947
2948 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2949 and pcase-let*.
2950
2951 2012-04-20 Chong Yidong <cyd@gnu.org>
2952
2953 * server.el (server-execute): Respect initial-buffer-choice if it
2954 is a string and there are no files to open (Bug#2825).
2955 (server-create-window-system-frame, server-create-tty-frame):
2956 Don't switch buffers here.
2957 (server-process-filter): Only try to open a window system frame if
2958 compiled with graphical support (Bug#8314).
2959
2960 2012-04-20 Dan Nicolaescu <dann@gnu.org>
2961
2962 * battery.el (battery-echo-area-format): Display remaining time
2963 for sysfs backend too (Bug#11269).
2964 (battery-linux-sysfs): Fix conditional for the charge.
2965
2966 2012-04-20 Chong Yidong <cyd@gnu.org>
2967
2968 * progmodes/gdb-mi.el (gdb): Revert previous change.
2969 (gdb-inferior-io--init-proc): New function.
2970 (gdb-init-1): Use it.
2971 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2972 responsible for allocating a new pty and hooking it to gdb when
2973 the old pty gets an EIO due to process exit.
2974 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2975 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2976 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2977
2978 2012-04-20 Eli Zaretskii <eliz@gnu.org>
2979
2980 * window.el (window-min-size, window-sizable, window-min-delta)
2981 (window-max-delta, window--resizable, window-resizable)
2982 (window-total-size, window-full-height-p, window-full-width-p)
2983 (window-in-direction, window--resize-mini-window, window-resize)
2984 (window--resize-child-windows-normal)
2985 (window--resize-child-windows, window--resize-siblings)
2986 (window--resize-this-window, adjust-window-trailing-edge)
2987 (enlarge-window, shrink-window): Doc fixes.
2988
2989 2012-04-20 Chong Yidong <cyd@gnu.org>
2990
2991 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2992 New function to call delete-process on the gdb-inferior buffer's pty.
2993 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2994 pty process (Bug#11273).
2995 (gdb-update): New arg to suppress talking to the gdb process.
2996 (gdb-done-or-error): Use it.
2997 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2998 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2999 sentinel not being called.
3000
3001 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3002
3003 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3004
3005 2012-04-20 Glenn Morris <rgm@gnu.org>
3006
3007 * net/network-stream.el (open-network-stream): Doc fix.
3008
3009 2012-04-20 Chong Yidong <cyd@gnu.org>
3010
3011 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3012
3013 2012-04-20 Alan Mackenzie <acm@muc.de>
3014
3015 Ensure searching for keywords is case sensitive.
3016
3017 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3018 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3019 (c-defun-name, c-mark-function, c-cpp-define-name)
3020 (c-comment-indent, c-scan-conditionals, c-indent-defun)
3021 (c-context-line-break): Bind case-fold-search to nil.
3022
3023 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3024 Bind case-fold-search to nil.
3025
3026 2012-04-20 Chong Yidong <cyd@gnu.org>
3027
3028 * mail/sendmail.el (mail-bury): Call return action with the right
3029 Rmail buffer (Bug#11242).
3030
3031 * server.el (server-process-filter): Handle corner case where both
3032 tty and nowait options are present (Bug#11102).
3033
3034 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3035
3036 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
3037 (top level): Put into the executable the ident-style '$Id:' tag on
3038 windows-nt as well.
3039
3040 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * electric.el (electric-indent-post-self-insert-function): Check that
3043 electric-indent-mode is enabled in current buffer.
3044
3045 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * imenu.el (imenu-progress-message): Restore; it is "used" in
3048 erc/erc-imenu.el and net/snmp-mode.el.
3049
3050 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3053 (mouse-avoidance-nudge-mouse): Remove unused binding.
3054
3055 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3056
3057 * descr-text.el (describe-char):
3058 * progmodes/python.el (python-describe-symbol):
3059 Don't call `toggle-read-only', set `buffer-read-only'.
3060
3061 * imenu.el (imenu-default-goto-function): Mark unused args.
3062 (imenu-progress-message): Remove obsolete macro; all callers changed.
3063
3064 * subr.el (keymap-canonicalize): Remove unused binding.
3065 (read-passwd): Mark unused arg.
3066
3067 * tutorial.el (tutorial--display-changes): Remove unused binding.
3068 (tutorial--save-tutorial-to): Remove unused variable.
3069
3070 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3071 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3072 (package-generate-autoloads, package-menu--generate)
3073 (package-menu--find-upgrades): Remove unused bindings.
3074
3075 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3076 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3077 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3078 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3079 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3080 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3081 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3082 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3083 (cua-delete-char-rectangle): Mark unused args.
3084 (cua-align-rectangle): Remove unused binding.
3085
3086 * mail/rmail.el (compilation--message->loc)
3087 (epa--find-coding-system-for-mime-charset): Declare.
3088
3089 * net/dbus.el (dbus-register-service): Declare.
3090 (dbus-name-owner-changed-handler): Remove unused binding.
3091
3092 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3093 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3094 (nxml-scan-backward-within): Mark unused arg.
3095 (nxml-dynamic-markup-word): Remove unused binding.
3096
3097 * mouse.el (mouse-menu-major-mode-map):
3098 * emacs-lisp/authors.el (authors-scan-change-log)
3099 (authors-add-to-author-list):
3100 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3101 * emacs-lisp/smie.el (smie-auto-fill):
3102 * mail/sendmail.el (mail-bury):
3103 * mail/unrmail.el (unrmail):
3104 * net/tls.el (open-tls-stream):
3105 * textmodes/picture.el (picture-mouse-set-point):
3106 Remove unused bindings.
3107
3108 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
3109
3110 * net/tramp.el (tramp-action-password): Let-bind
3111 `enable-recursive-minibuffers' to t.
3112
3113 2012-04-18 Sam Steingold <sds@gnu.org>
3114
3115 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3116 instead of 'string to accommodate values like [f11].
3117 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3118 * progmodes/gdb-mi.el: Likewise.
3119
3120 2012-04-18 Leo Liu <sdl.web@gmail.com>
3121
3122 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3123 current buffer.
3124 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3125 LOCAL is nil.
3126
3127 2012-04-18 Chong Yidong <cyd@gnu.org>
3128
3129 * simple.el (line-move): Use forward-line if in batch mode
3130 (Bug#11053).
3131
3132 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3133
3134 * files.el (after-find-file): Do not try to add a final newline if
3135 the buffer is read-only (Bug#11156).
3136
3137 2012-04-17 Richard Stallman <rms@gnu.org>
3138
3139 * mail/rmail.el (rmail-start-mail):
3140 Pass (rmail-mail-return...) for the return-action.
3141 Pass (rmail-yank-current-message...) for the yank-action.
3142 (rmail-yank-current-message): New function.
3143 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3144 (rmail-reply): Likewise.
3145 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3146
3147 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
3148 buffer, not the last. Reject temp buffers. Use the rmail-mode
3149 buffer, not newbuf.
3150
3151 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * server.el (server-ensure-safe-dir): Simplify.
3154
3155 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * emacs-lisp/smie.el: Provide smarter auto-filling.
3158 (smie-auto-fill): New function.
3159 (smie-setup): Use it.
3160
3161 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3162
3163 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3164
3165 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3166 (comment-indent): Use it.
3167
3168 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
3169
3170 * ses.el: The overall change is to add cell renaming, that is
3171 setting fancy names for cell symbols other than name matching
3172 "\\`[A-Z]+[0-9]+\\'" regexp .
3173 (ses-localvars): Add ses--renamed-cell-symb-list.
3174 (ses-create-cell-variable): New defun.
3175 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
3176 (ses-relocate-formula): Relocate formulas only for cells the
3177 symbols of which are not renamed, i.e. symbols whose names do not
3178 match regexp "\\`[A-Z]+[0-9]+\\'".
3179 (ses-relocate-all): Relocate values only for cells the symbols of
3180 which are not renamed.
3181 (ses-load): Create cells variables as the (ses-cell ...) are read,
3182 in order to check row col consistency with cell symbol name only
3183 for cells that are not renamed.
3184 (ses-replace-name-in-formula): New defun.
3185 (ses-rename-cell): New defun.
3186
3187 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3188
3189 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3190 New option (bug#11118).
3191 (perl-calculate-indent): Respect it.
3192
3193 2012-04-17 Glenn Morris <rgm@gnu.org>
3194
3195 * dired-aux.el (dired-mark-read-string): Doc fix.
3196
3197 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3198
3199 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3200 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3201
3202 2012-04-17 Glenn Morris <rgm@gnu.org>
3203
3204 * mouse.el (mouse-drag-track):
3205 * speedbar.el (speedbar-frame-mode):
3206 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3207
3208 2012-04-16 Leo Liu <sdl.web@gmail.com>
3209
3210 * progmodes/python.el: Trivial cleanup.
3211
3212 2012-04-16 Glenn Morris <rgm@gnu.org>
3213
3214 * vc/vc.el (vc-string-prefix-p):
3215 * vc/pcvs-util.el (cvs-string-prefix-p):
3216 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3217 * mpc.el (mpc-string-prefix-p):
3218 Make all of these into obsolete aliases for string-prefix-p.
3219 Update callers.
3220 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3221
3222 * textmodes/two-column.el: Move custom options to the start.
3223 (frame-width): Remove compat definition.
3224 (2C-associate-buffer, 2C-dissociate):
3225 Use with-current-buffer rather than save-excursion.
3226 (2C-dissociate): Force a mode-line update.
3227 (2C-autoscroll): Use ignore-errors.
3228
3229 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3230 Autoload trivia.
3231
3232 * emacs-lisp/cl-extra.el (*random-state*):
3233 Remove unnecessary declaration.
3234
3235 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3236
3237 * play/cookie1.el (cookie-snarf):
3238 Give an explicit error if input file cannot be read.
3239
3240 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3241
3242 * progmodes/perl-mode.el (c-macro-expand):
3243 Remove unnecessary autoload (it is in loaddefs.el).
3244
3245 * textmodes/picture.el (picture-desired-column)
3246 (picture-update-desired-column): Convert comments to doc-strings.
3247 (picture-substitute): Remove function.
3248 (picture-mode-map): Initialize in the defvar.
3249
3250 * woman.el: Remove eval-after-load for tar-mode.
3251 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3252 (woman-tar-extract-file): Autoload it.
3253
3254 * frame.el (automatic-hscrolling): Make this alias obsolete.
3255
3256 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3257
3258 * ispell.el (ispell-set-spellchecker-params): Post-process
3259 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3260 (ispell-dictionary-base-alist): Revert to original XEmacs
3261 friendly version for default. [:alpha:] will be added in
3262 `ispell-set-spellchecker-params' if needed
3263
3264 2012-04-16 Chong Yidong <cyd@gnu.org>
3265
3266 * image.el (imagemagick--extension-regexp): New variable.
3267 (imagemagick-register-types): Use it.
3268 (imagemagick-types-inhibit): Add :set function. Allow new value
3269 of t to inhibit all types.
3270
3271 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3272 so we can preload it.
3273
3274 * loadup.el (fboundp): Preload regexp-opt, needed by
3275 imagemagick-register-types.
3276
3277 2012-04-15 Chong Yidong <cyd@gnu.org>
3278
3279 * frame.el (scrolling): Remove nearly unused customization group.
3280
3281 * scroll-all.el (scroll-all-mode): Move to windows group.
3282
3283 2012-04-15 Chong Yidong <cyd@gnu.org>
3284
3285 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3286
3287 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 Avoid the use of ((lambda ...) ...) in lexical-binding code.
3290 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
3291
3292 2012-04-15 Glenn Morris <rgm@gnu.org>
3293
3294 * simple.el (process-file-side-effects): Doc fix.
3295
3296 2012-04-15 Glenn Morris <rgm@gnu.org>
3297
3298 * international/mule-cmds.el (set-language-environment): Doc fix.
3299
3300 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * server.el (server-auth-key, server-generate-key): Doc fixes.
3303 (server-get-auth-key): Doc fix. Use `string-match-p'.
3304 (server-start): Reflow docstring.
3305
3306 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3307
3308 * server.el (server-generate-key): `called-interactively-p'
3309 requires a parameter.
3310
3311 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
3312
3313 * server.el (server-auth-key): New variable.
3314 (server-generate-key, server-get-auth-key): New function.
3315 (server-start): Use the new variable and functions to allow
3316 setting a permanent server key (bug#9423).
3317
3318 2012-04-14 Leo Liu <sdl.web@gmail.com>
3319
3320 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3321
3322 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3323
3324 Spelling fixes.
3325 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3326 Emacs uses American spelling.
3327
3328 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3331 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3332 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3333 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3334
3335 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * progmodes/which-func.el (which-func-modes): Change default.
3338
3339 2012-04-14 Kim F. Storm <storm@cua.dk>
3340
3341 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3342 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3343
3344 2012-04-14 Chong Yidong <cyd@gnu.org>
3345
3346 * custom.el (custom-theme-set-variables): Doc fix.
3347
3348 2012-04-14 Glenn Morris <rgm@gnu.org>
3349
3350 * international/mule.el (set-auto-coding-for-load): Doc fix.
3351
3352 2012-04-14 Alan Mackenzie <acm@muc.de>
3353
3354 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3355 imenu work again for Objective C Mode. Correct the *-index values,
3356 these having been disturbed by a previous change in 2011-08.
3357
3358 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3359 Correct two search limits.
3360
3361 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3364
3365 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
3366
3367 * international/characters.el: Fix sorting.
3368
3369 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3370
3371 * international/characters.el: Add more missing Latin case pairs.
3372
3373 2012-04-14 Glenn Morris <rgm@gnu.org>
3374
3375 * files.el (dir-locals-set-class-variables): Doc fix.
3376
3377 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3378
3379 * international/characters.el: Add set-case-syntax-pair call for
3380 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3381 counterpart. (Bug#11209)
3382
3383 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3384
3385 2012-04-14 Glenn Morris <rgm@gnu.org>
3386
3387 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3388
3389 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3390
3391 * textmodes/ispell.el (ispell-dictionary-base-alist):
3392 Add data for Hebrew.
3393
3394 2012-04-14 Chong Yidong <cyd@gnu.org>
3395
3396 * net/rcirc.el (rcirc-cmd-quit):
3397 Revert 2012-03-18 change (Bug#11192).
3398
3399 2012-04-14 Glenn Morris <rgm@gnu.org>
3400
3401 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3402
3403 2012-04-14 Eli Zaretskii <eliz@gnu.org>
3404
3405 * minibuffer.el (completion-in-region-mode-map):
3406 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
3407
3408 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3409
3410 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3411
3412 2012-04-13 Masatake YAMATO <yamato@redhat.com>
3413
3414 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3415 to allow `C-M-f' and `C-M-b' to move to the nearest path
3416 separator (bug#9511).
3417
3418 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3419
3420 * avoid.el: Require cl when compiling. And also move the
3421 `provide' to the end.
3422
3423 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3424
3425 * avoid.el (mouse-avoidance-banish-position): New variable.
3426 (mouse-avoidance-banish-destination): Use it (bug#10165).
3427
3428 2012-04-13 Leo Liu <sdl.web@gmail.com>
3429
3430 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3431
3432 2012-04-13 Ken Brown <kbrown@cornell.edu>
3433
3434 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
3435 this is no longer needed now that cygstart understands file:// URLs.
3436 (browse-url-filename-alist): For the same reason, don't modify
3437 file:// URLs on Cygwin.
3438
3439 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3442 the region on shift if the binding is already shifted (bug#11221).
3443
3444 2012-04-12 Glenn Morris <rgm@gnu.org>
3445
3446 * mail/mailpost.el: Move to obsolete/.
3447
3448 2012-04-12 Drew Adams <drew.adams@oracle.com>
3449
3450 * imenu.el (imenu--generic-function): Ignore invisible definitions
3451 (bug#10123).
3452
3453 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3454
3455 * hexl.el (hexl-bits): New variable.
3456 (hexl-options): Mention the variable in the doc string.
3457 (hexl-rulerise, hexl-line-displen): New functions.
3458 (hexl-mode): Mention the new variable.
3459 (hexl-mode, hexl-current-address, hexl-current-address):
3460 Use the displen.
3461 (hexl-ascii-start-column): New function.
3462 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3463 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3464
3465 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3466
3467 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3468 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3469 the encoding, as expected by hunspell.
3470
3471 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * battery.el (battery--linux-sysfs-regexp): New const.
3474 (battery-status-function): Use it. Remove yeeloong special case.
3475 (battery-yeeloong-sysfs): Remove.
3476 (battery-echo-area-format): Remove yeeloong special case.
3477
3478 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3481 Reported by Noah Friedman.
3482
3483 * subr.el (read-passwd): Use read-string.
3484
3485 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3486
3487 * vcursor.el (vcursor-move): Increase the priority of the overlay
3488 (bug#9663).
3489
3490 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3491
3492 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3493 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3494
3495 2012-04-11 William Stevenson <yhvh2000@gmail.com>
3496
3497 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3498 define-minor-mode (bug#10760).
3499
3500 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3501
3502 * progmodes/grep.el (rgrep): Tweak the find command line so
3503 that directories matching `grep-find-ignored-files' won't be
3504 pruned (bug#10351).
3505
3506 2012-04-11 Chong Yidong <cyd@gnu.org>
3507
3508 * startup.el (command-line): Remove support for long-obsolete
3509 variable font-lock-face-attributes.
3510
3511 2012-04-11 Glenn Morris <rgm@gnu.org>
3512
3513 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3514
3515 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * window.el (window--state-get-1): Obey window-point-insertion-type.
3518
3519 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3520
3521 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3522 to previous function when point is on the first character of a
3523 function. Take care of that in `narrow-to-defun' (bug#6157).
3524
3525 2012-04-11 Glenn Morris <rgm@gnu.org>
3526
3527 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3528 not just file-errors.
3529
3530 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3531 (vc-bzr-sha1): Use internal sha1.
3532
3533 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3536
3537 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3538
3539 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3540 that start in the middle of the line (bug#10496).
3541
3542 2012-04-10 Dan Nicolaescu <dann@gnu.org>
3543
3544 * battery.el (battery-linux-proc-acpi): Only one battery is
3545 discharged at a time, but that seems to confuse battery.el when
3546 computing `rate-type' for the battery not being discharged
3547 (bug#10332).
3548
3549 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3552
3553 * international/quail.el: Use dolist and simplify.
3554 (quail-define-package, quail-update-keyboard-layout)
3555 (quail-define-rules): Use dolist.
3556 (quail-insert-kbd-layout, quail-get-translation): CSE.
3557
3558 * tmm.el: Use dolist, remove left over hook.
3559 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3560 Use dolist.
3561 (calendar-load-hook): Don't mess with it.
3562
3563 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3564 Use derived-mode-p. Run the diff asynchronously.
3565
3566 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3569
3570 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3573 (list-dynamic-libraries--loaded): New function.
3574 (list-dynamic-libraries--refresh): Use it.
3575
3576 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
3577
3578 * progmodes/python.el (python-fill-paragraph):
3579 Make python-fill-region in a multiline string work when font-lock is
3580 disabled (bug#7018).
3581
3582 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
3583
3584 * language/european.el (cp775): Add oem/legacy (en)coding on
3585 DOS/MS Windows for the Baltic languages. There are still plenty
3586 of texts written in this encoding/codepage (bug#6519).
3587
3588 2012-04-10 Glenn Morris <rgm@gnu.org>
3589
3590 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3591 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3592
3593 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3594
3595 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
3596 next-line "n" and previous-line "p" in order to make recentf more
3597 consistent with ibuffer, dired or org-mode (bug#9387).
3598
3599 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * image.el (put-image): Return the overlay created instead of the
3602 optional input string (bug#7834). Note that this may break code
3603 that is (for some reason or other) depending on `put-image'
3604 returning the string.
3605
3606 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3607
3608 * simple.el (zap-to-char): Allow zapping using input methods
3609 (bug#1580).
3610
3611 * textmodes/fill.el (fill-region): Leave point and mark where they
3612 were before filling (bug#5399).
3613
3614 2012-04-09 Glenn Morris <rgm@gnu.org>
3615
3616 * version.el (emacs-bzr-get-version):
3617 Handle lightweight checkouts of local branches.
3618
3619 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3620
3621 * international/characters.el: Recover lost case pairs. (Bug#11209)
3622
3623 2012-04-09 Chong Yidong <cyd@gnu.org>
3624
3625 * custom.el (custom-variable-p): Return nil for non-symbol
3626 arguments instead of signaling an error.
3627 (user-variable-p): Obsolete alias for custom-variable-p.
3628
3629 * apropos.el (apropos-variable):
3630 * files-x.el (read-file-local-variable):
3631 * simple.el (set-variable):
3632 * woman.el (woman-mini-help):
3633 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3634
3635 2012-04-09 Glenn Morris <rgm@gnu.org>
3636
3637 * startup.el (normal-top-level): Don't look for leim-list.el
3638 in places where it will not be found. (Bug#910)
3639
3640 * international/mule-cmds.el (set-default-coding-systems):
3641 * files.el (normal-mode):
3642 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3643 This function was removed with ucs-tables.el in 2008.
3644
3645 2012-04-08 Eli Zaretskii <eliz@gnu.org>
3646
3647 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3648 ispell-encoding8-command to "-i", without a trailing space.
3649 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3650 separate command-line arguments, to specify the encoding, since
3651 that's how hunspell expects it.
3652
3653 2012-04-08 Glenn Morris <rgm@gnu.org>
3654
3655 * loadup.el: Load bindings before cus-start.
3656 This reduces somewhat the number of "rogue" settings in emacs -Q.
3657
3658 2012-04-07 Glenn Morris <rgm@gnu.org>
3659
3660 * version.el (emacs-bzr-get-version): New function.
3661 (emacs-bzr-version): New variable.
3662 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3663 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3664
3665 2012-04-07 Eli Zaretskii <eliz@gnu.org>
3666
3667 * international/uni-bidi.el, international/uni-category.el:
3668 * international/uni-combining.el, international/uni-decimal.el:
3669 * international/uni-decomposition.el, international/uni-digit.el:
3670 * international/uni-lowercase.el, international/uni-mirrored.el:
3671 * international/uni-name.el, international/uni-numeric.el:
3672 * international/uni-titlecase.el, international/uni-uppercase.el:
3673 Update for Unicode 6.1.
3674
3675 2012-04-07 Eli Zaretskii <eliz@gnu.org>
3676
3677 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3678
3679 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * window.el (shrink-window): Mention the `window-min-height'
3682 variable in the doc string.
3683
3684 2012-04-05 Bastien Guerry <bzg@altern.org>
3685
3686 * color.el (color-lighten-name): Fix typo.
3687
3688 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * server.el (server--on-display-p): New function.
3691 (server--on-display-p): Use it.
3692
3693 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3694
3695 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3696 (bug#11145).
3697
3698 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * comint.el (comint--common-quoted-suffix): Check string boundary
3701 before comparing (bug#11158).
3702 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3703
3704 2012-04-04 Chong Yidong <cyd@gnu.org>
3705
3706 * minibuffer.el (completion-extra-properties): Doc fix.
3707
3708 * subr.el (delayed-warnings-hook): Doc fix.
3709
3710 2012-04-04 Daiki Ueno <ueno@unixuser.org>
3711
3712 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3713 selection (Bug#11159).
3714 (epa-insert-keys): Inform that the default public key will be
3715 exported if no key is selected.
3716
3717 2012-04-04 Richard Stallman <rms@gnu.org>
3718
3719 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3720
3721 2012-04-03 Chong Yidong <cyd@gnu.org>
3722
3723 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3724 mail-insert-file, not its obsolete alias mail-attach-file.
3725
3726 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * notifications.el (notifications-notify): Fix docstring.
3729
3730 2012-04-02 Glenn Morris <rgm@gnu.org>
3731
3732 * emacs-lisp/authors.el (authors-aliases): Another addition.
3733
3734 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3737 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3738 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3739
3740 2012-04-01 Chong Yidong <cyd@gnu.org>
3741
3742 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3743 Handle root directory properly.
3744 (copy-directory): Caller changed.
3745
3746 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3747 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3748
3749 2012-03-31 Glenn Morris <rgm@gnu.org>
3750
3751 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3752
3753 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3754
3755 * calendar/calendar.el (calendar-window-list)
3756 (calendar-hide-window): Restore. (Bug#11140)
3757 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3758
3759 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3760
3761 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3762
3763 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3764 Check if file is a symlink (Bug#10489).
3765
3766 * files.el (copy-directory): Likewise.
3767
3768 2012-03-30 Chong Yidong <cyd@gnu.org>
3769
3770 * image.el (imagemagick-types-inhibit)
3771 (imagemagick-register-types): Doc fix.
3772
3773 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3774
3775 * ispell.el (ispell-get-extended-character-mode):
3776 Disable extended-char-mode for hunspell. hunspell does not support it
3777 and treats ~word as ordinary words in pipe mode.
3778
3779 2012-03-30 Glenn Morris <rgm@gnu.org>
3780
3781 * tutorial.el (help-with-tutorial): Ensure local variables don't
3782 happen to make the buffer read-only. (Bug#11127)
3783
3784 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3787 (perl-calculate-indent): Return `noindent' in strings.
3788
3789 2012-03-28 Sam Steingold <sds@gnu.org>
3790
3791 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3792 instead of the broken adhockery which does not prevent calendar
3793 buffers from being displayed at random after exit.
3794 (calendar-window-list, calendar-hide-window): Remove the broken
3795 adhockery.
3796
3797 2012-03-28 Glenn Morris <rgm@gnu.org>
3798
3799 * replace.el (query-replace-map): Doc fix.
3800
3801 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3802
3803 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3804 contents. (Bug#11109)
3805
3806 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3809 (bug#11077).
3810 (avl-tree--check, avl-tree--check-node): New funs.
3811
3812 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3813
3814 * window.el (switch-to-visible-buffer): New option.
3815 (switch-to-prev-buffer, switch-to-next-buffer):
3816 Observe switch-to-visible-buffer. Make sure that checking for a window
3817 showing a buffer already is done on the same frame.
3818
3819 2012-03-27 Glenn Morris <rgm@gnu.org>
3820
3821 * startup.el (mail-host-address): Doc fix.
3822
3823 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3826 than 197 variables.
3827
3828 2012-03-26 Ami Fischman <ami@fischman.org>
3829
3830 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3831
3832 2012-03-26 Glenn Morris <rgm@gnu.org>
3833
3834 * files.el (save-buffers-kill-emacs): Doc fix.
3835
3836 * startup.el (normal-top-level, command-line, command-line-1):
3837 Give them doc strings.
3838
3839 2012-03-25 Eli Zaretskii <eliz@gnu.org>
3840
3841 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
3842 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
3843
3844 2012-03-25 Chong Yidong <cyd@gnu.org>
3845
3846 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3847 theme if it was previously enabled before (Bug#11031).
3848
3849 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3850 spec with custom-face-get-current-spec if its :shown-value is not
3851 determined yet (Bug#9337).
3852 (customize-create-theme, custom-theme-revert): Doc fixes.
3853
3854 * button.el (button-at): Minor addition to docstring.
3855
3856 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
3857
3858 * vc/vc.el (vc-merge): Fix a prompt.
3859
3860 2012-03-24 Chong Yidong <cyd@gnu.org>
3861
3862 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3863 point (Bug#9623).
3864
3865 * button.el (button-at): Minor addition to docstring.
3866
3867 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * newcomment.el (comment-choose-indent): No space after BOL.
3870
3871 2012-03-22 Sam Steingold <sds@gnu.org>
3872
3873 * window.el (switch-to-prev-buffer): Revert last patch because the
3874 bug turned out to be an advertised feature (Elisp manual 28.14).
3875
3876 2012-03-22 Glenn Morris <rgm@gnu.org>
3877
3878 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3879 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3880
3881 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * net/network-stream.el (network-stream-open-starttls): Make error
3884 message under Windows be less misleading.
3885
3886 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
3887
3888 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3889 understands (bug#9942).
3890
3891 2012-03-22 Chong Yidong <cyd@gnu.org>
3892
3893 * simple.el (end-of-visible-line): Handle return value of
3894 next-single-property-change properly (Bug#9371).
3895
3896 2012-03-22 Kenichi Handa <handa@m17n.org>
3897
3898 * international/quail.el (quail-insert-kbd-layout): Fix previous
3899 change. To avoid unwanted bidi reordering, use
3900 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3901
3902 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
3903
3904 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3905 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3906 (ruby-beginning-of-indent): Be more careful with the difference
3907 between word-boundary and symbol boundary.
3908 (ruby-mode-syntax-table): Make : a symbol constituent.
3909
3910 2012-03-21 Andreas Politz <politza@fh-trier.de>
3911
3912 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3913
3914 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/etags.el (tags-completion-at-point-function):
3917 Improve last fix.
3918
3919 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3920
3921 2012-03-21 Sam Steingold <sds@gnu.org>
3922
3923 * progmodes/etags.el (tags-completion-at-point-function):
3924 Avoid the error when point is inside the pattern.
3925
3926 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
3927
3928 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3929 line (Bug#10855).
3930
3931 2012-03-21 Drew Adams <drew.adams@oracle.com>
3932
3933 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3934
3935 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
3936
3937 * ido.el (ido-set-current-directory, ido-read-internal)
3938 (ido-choose-completion-string, ido-completion-help): Handle nil
3939 value of ido-completion-buffer (Bug#11008).
3940
3941 2012-03-21 Sam Steingold <sds@gnu.org>
3942
3943 * window.el (switch-to-prev-buffer): Do not switch to a visible
3944 window previous buffer, just like with the frame previous buffers.
3945
3946 2012-03-21 Chong Yidong <cyd@gnu.org>
3947
3948 * faces.el (make-face, make-empty-face, copy-face):
3949 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3950 Doc fixes.
3951
3952 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3955 (widget-complete): Remove broken use of it.
3956
3957 2012-03-20 Chong Yidong <cyd@gnu.org>
3958
3959 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3960 Use string-width and truncate-string-width to handle arbitrary
3961 characters.
3962
3963 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3964
3965 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3966 to draw rectangles, not squares. (Regression introduced by revno
3967 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3968
3969 2012-03-18 Chong Yidong <cyd@gnu.org>
3970
3971 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3972 it is not yet defined (for temacs).
3973
3974 2012-03-18 Leo Liu <sdl.web@gmail.com>
3975
3976 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
3977
3978 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3979
3980 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3981 (ispell-choices-win-default-height, ispell-silently-savep)
3982 (ispell-dictionary-alist, ispell-encoding8-command)
3983 (ispell-check-version, ispell-aspell-find-dictionary)
3984 (ispell-valid-dictionary-list, ispell-words-keyword)
3985 (ispell-get-word, ispell-internal-change-dictionary)
3986 (ispell-region, ispell-skip-region-list)
3987 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3988 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3989 (ispell-message-text-end, ispell-message)
3990 (ispell-buffer-local-parsing): Doc fix.
3991
3992 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
3993
3994 * htmlfontify.el: Add support for code block fontification for ODT
3995 export (Bug #9914).
3996 (hfy-optimisations): Define new option
3997 `body-text-only'
3998 (hfy-fontify-buffer): Honor above setting.
3999 (hfy-begin-span, hfy-end-span): New routines factored out form
4000 `hfy-fontify-buffer'.
4001 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4002 that permit insertion of custom tags.
4003 (hfy-fontify-buffer): Use above handlers.
4004 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4005 (hfy-face-to-css): Re-defined to be a variable.
4006 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
4007 over multiple runs. This is made possible by having the caller let
4008 bind a special variable `hfy-user-sheet-assoc'.
4009 (htmlfontify-string): New defun.
4010 (hfy-compile-face-map): Make sure that the last char in the
4011 buffer is correctly fontified.
4012 (hfy-face-resolve-face): Whitespace only change.
4013
4014 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4015
4016 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4017 message more clear.
4018
4019 2012-03-16 Leo Liu <sdl.web@gmail.com>
4020
4021 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4022
4023 2012-03-16 Alan Mackenzie <acm@muc.de>
4024
4025 Further optimise the handling of large macros.
4026
4027 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4028 limit to a call of `c-literal-limits'.
4029 (c-determine-+ve-limit): New function.
4030 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4031 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
4032 In CASE 5B, restrict a search limit to 500.
4033 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4034
4035 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4036 Restrict macro bounds to +-500 from after-change's BEG END.
4037
4038 2012-03-16 Leo Liu <sdl.web@gmail.com>
4039
4040 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4041
4042 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4043
4044 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
4045 `special-mode' setting of `buffer-read-only'. (Bug#11010)
4046
4047 2012-03-16 Glenn Morris <rgm@gnu.org>
4048
4049 * view.el (view-buffer, view-buffer-other-window)
4050 (view-buffer-other-frame): Doc fixes re special mode-class.
4051
4052 * subr.el (eval-after-load): If named feature is provided not from
4053 a file, run after-load forms. (Bug#10946)
4054
4055 * calendar/calendar.el (calendar-insert-at-column):
4056 Handle non-unit-width characters a bit better. (Bug#10978)
4057
4058 2012-03-15 Chong Yidong <cyd@gnu.org>
4059
4060 * emacs-lisp/ring.el (ring-extend): New function.
4061 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4062
4063 * comint.el (comint-read-input-ring)
4064 (comint-add-to-input-history): Grow comint-input-ring lazily.
4065
4066 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4069 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4070
4071 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4072 (imenu-add-to-menubar): Don't add a redundant index.
4073 (imenu-update-menubar): Handle a dynamically composed keymap.
4074
4075 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077 * mail/sendmail.el (mail-encode-header):
4078 Bind rfc2047-encode-encoded-words to nil.
4079
4080 2012-03-13 Glenn Morris <rgm@gnu.org>
4081
4082 * calendar/calendar.el (calendar-string-spread):
4083 Handle non-unit-width characters a bit better. (Bug#10978)
4084
4085 2012-03-13 Leo Liu <sdl.web@gmail.com>
4086
4087 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4088 directory and file as argument (Bug#10822).
4089
4090 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4091
4092 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4093 For dynamically generated code, follow $PC.
4094 (gdb-disassembly-handler-custom): Handle no function name case.
4095
4096 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4097
4098 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4099 * emulation/ws-mode.el (ws-query-replace):
4100 * sort.el (sort-regexp-fields):
4101 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4102
4103 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * dabbrev.el: Fix cycle completion order (bug#10963).
4106 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4107 (dabbrev-completion): Don't use an obarray; provide
4108 a cycle-sort-function.
4109
4110 2012-03-12 Leo Liu <sdl.web@gmail.com>
4111
4112 * simple.el (kill-new): Use equal-including-properties for comparison.
4113 (kill-do-not-save-duplicates): Doc fix.
4114
4115 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * dabbrev.el: Fix cycle completion (bug#10963).
4118 Use lexical binding and wrap to 80 columns.
4119 (dabbrev-completion): Delay computing the list of completions.
4120
4121 2012-03-12 Kenichi Handa <handa@m17n.org>
4122
4123 * international/quail.el (quail-insert-kbd-layout): Surround each
4124 row by LRO and PDF instead of inserting many LRMs. Pad the left
4125 and right of each non-spacing marks. Insert invisible space
4126 between lower and upper characters to prevent composition.
4127
4128 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * minibuffer.el (minibuffer-complete): Don't get confused when the
4131 function is run twice via different commands (bug#10958).
4132 (complete-with-action): Fix docstring.
4133
4134 2012-03-12 Chong Yidong <cyd@gnu.org>
4135
4136 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4137 (nxml-completion-at-point-function): New function.
4138 (nxml-mode): Use it.
4139 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4140
4141 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4142 Load generated autoloads file before byte compiling (Bug#10970).
4143 (package--make-autoloads-and-compile): New helper fun.
4144
4145 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4146
4147 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4148
4149 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
4150
4151 * autorevert.el (auto-revert-handler): Ensure, that
4152 file-readable-p is applied only for local files or in
4153 auto-revert-tail-mode.
4154
4155 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4156
4157 * server.el (server-eval-at): Handle non-tcp connections.
4158 Decode result string.
4159
4160 * server.el (server-msg-size): New constant.
4161 (server-reply-print): New function.
4162 (server-eval-and-print): Use it.
4163 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4164 Handle -print-nonl.
4165
4166 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4167
4168 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4169 (Bug#10987).
4170
4171 2012-03-11 Chong Yidong <cyd@gnu.org>
4172
4173 * simple.el (goto-line): Doc fix (Bug#9938).
4174
4175 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4176
4177 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4178 when finished (Bug#10963).
4179
4180 2012-03-11 Martin Rudalics <rudalics@gmx.at>
4181
4182 * window.el (split-window-below): Fix bug in case where
4183 split-window-keep-point is nil (Bug#10971).
4184
4185 2012-03-11 Juri Linkov <juri@jurta.org>
4186
4187 * replace.el (replace-highlight): Set isearch-word to nil
4188 unconditionally. (Bug#10887)
4189
4190 2012-03-10 Eli Zaretskii <eliz@gnu.org>
4191
4192 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4193 mairix-replace-illegal-chars; all callers changed. Don't remove
4194 ^, ~, and = characters: they are meaningful in mairix search specs.
4195 (mairix-widget-create-query): Add usage information about mairix
4196 search forms: negating words, searching for substrings, etc.
4197
4198 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4199
4200 * international/fontset.el (font-encoding-alist): Add an entry for
4201 ksx1001 (Bug#5667).
4202
4203 2012-03-10 Richard Stallman <rms@gnu.org>
4204
4205 * mail/sendmail.el (mail-encode-header):
4206 Set rfc2047-encode-encoded-words.
4207
4208 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4209
4210 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4211 view buffer means not swapped.
4212 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4213 (rmail-write-region-annotate): Error if real text has disappeared.
4214
4215 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4216
4217 2012-03-10 Chong Yidong <cyd@gnu.org>
4218
4219 * emulation/cua-rect.el (cua--init-rectangles):
4220 * emulation/cua-base.el (cua--init-keymaps):
4221 Add delete-forward-char to remappings (Bug#9666).
4222
4223 2012-03-10 Martin Rudalics <rudalics@gmx.at>
4224
4225 * speedbar.el (speedbar-unhighlight-one-tag-line):
4226 Avoid unhighlighting due to frame switching (Bug#10275).
4227
4228 2012-03-10 Chong Yidong <cyd@gnu.org>
4229
4230 * minibuffer.el (completion-in-region, completion-help-at-point):
4231 Give the completion field overlay a high priority (Bug#6830).
4232
4233 * dired.el (dired-goto-file): Recognize absolute file name
4234 listings (Bug#7126).
4235 (dired-goto-file-1): New helper function.
4236 (dired-toggle-read-only): Inhibit warnings.
4237
4238 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
4239
4240 * net/dbus.el (dbus-property-handler): Return empty array if
4241 there are no properties.
4242
4243 2012-03-09 Leo Liu <sdl.web@gmail.com>
4244
4245 * savehist.el (savehist-printable): Stricter check for string
4246 value (Bug#10937).
4247
4248 2012-03-09 Eli Zaretskii <eliz@gnu.org>
4249
4250 * mail/smtpmail.el (smtpmail-send-it):
4251 Bind coding-system-for-write to *-unix, so that FCC files are kept in
4252 valid mbox format.
4253
4254 2012-03-09 Glenn Morris <rgm@gnu.org>
4255
4256 * files.el (dir-locals-find-file):
4257 Don't check result is regular, readable.
4258 (dir-locals-read-from-file): Demote errors.
4259
4260 2012-03-08 Eli Zaretskii <eliz@gnu.org>
4261
4262 * international/quail.el (quail-insert-kbd-layout):
4263 Insert invisible LRM characters before each character in a keyboard
4264 layout cell, to prevent their reordering by bidi display engine.
4265 For details, see the discussion in
4266 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4267
4268 2012-03-08 Alan Mackenzie <acm@muc.de>
4269
4270 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4271 the starting position; make it extend the marked region when
4272 invoked repeatedly - all under appropriate circumstances.
4273 Fixes bugs #5525, #10906.
4274
4275 2012-03-08 Glenn Morris <rgm@gnu.org>
4276
4277 * files.el (locate-dominating-file, dir-locals-find-file):
4278 Undo 2012-03-06 change.
4279
4280 2012-03-07 Eli Zaretskii <eliz@gnu.org>
4281
4282 * international/quail.el (quail-help):
4283 Force bidi-paragraph-direction be left-to-right. See discussion in
4284 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4285 for the reason.
4286
4287 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
4288
4289 Avoid superfluous registering of signals. (Bug#10807)
4290
4291 * notifications.el (notifications-on-action-object)
4292 (notifications-on-close-object): New defvars.
4293 (notifications-on-action-signal, notifications-on-closed-signal):
4294 Unregister the signal if not needed any longer.
4295 (notifications-notify): Register `notifications-action-signal' or
4296 `notifications-closed-signal', if :on-action or :on-close has been
4297 passed as argument.
4298
4299 2012-03-07 Chong Yidong <cyd@gnu.org>
4300
4301 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4302 non-X platforms.
4303
4304 2012-03-06 Glenn Morris <rgm@gnu.org>
4305
4306 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4307 (x-disown-selection-internal, x-get-selection-internal):
4308 Doc fix (add arglist signatures). (Bug#10783)
4309
4310 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4311
4312 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4313 Handle breakpoints with no "type".
4314
4315 2012-03-06 Glenn Morris <rgm@gnu.org>
4316
4317 * files.el (locate-dominating-file): Add optional predicate argument.
4318 (dir-locals-find-file): Make use of above change.
4319
4320 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4321
4322 * info.el (Info-insert-dir): Also try "dir.gz".
4323
4324 2012-03-06 Glenn Morris <rgm@gnu.org>
4325
4326 * files.el (dir-locals-find-file):
4327 Ignore non-readable or non-regular files. (Bug#10928)
4328
4329 * files.el (locate-dominating-file): Doc fix.
4330
4331 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4332
4333 * calendar/calendar.el (calendar-set-mode-line):
4334 `getenv' returns a string. (Bug#10951)
4335
4336 2012-03-05 Leo Liu <sdl.web@gmail.com>
4337
4338 * simple.el (backward-delete-char-untabify): Constrain point to
4339 field (Bug#10939).
4340
4341 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4342
4343 2012-03-05 Chong Yidong <cyd@gnu.org>
4344
4345 * simple.el (count-words): If called from Lisp, return the word
4346 count, for symmetry with `count-lines'. Arglist changed.
4347 (count-words--message): Args changed. Consolidate counting code
4348 from count-words and count-words-region.
4349 (count-words-region): Caller changed.
4350 (count-lines-region): Make it an obsolete alias.
4351
4352 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4353
4354 * saveplace.el (save-place-to-alist)
4355 (save-place-ignore-files-regexp): Allow value nil to disable this
4356 feature.
4357
4358 2012-03-04 Chong Yidong <cyd@gnu.org>
4359
4360 * faces.el (face-spec-reset-face): For the default face, reset the
4361 attributes to default values (Bug#10748).
4362
4363 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4364
4365 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4366 previous patch: Check `message-send-mail-function', and not the
4367 default function (bug#10897).
4368
4369 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * notifications.el (notifications-on-action-signal)
4372 (notifications-on-closed-signal): Check for unique service name of
4373 incoming event. Fix error in removing entry.
4374 (top): Register for signals with wildcard service name.
4375 (notifications-notify): Use daemon unique service name for map entries.
4376
4377 2012-03-04 Chong Yidong <cyd@gnu.org>
4378
4379 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
4380
4381 2012-03-04 Glenn Morris <rgm@gnu.org>
4382
4383 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4384 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4385 (expand-abbrev, define-abbrev-table): Doc fixes.
4386
4387 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4388
4389 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4390 `message-default-send-mail-function' and not `send-mail-function'
4391 when doing the prompting for `sendmail-query-once' before sending
4392 in Message buffers (bug#10897).
4393
4394 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4395 This is inconsistent with all the other stream functions, which leave
4396 the setting up to the higher levels (if so wanted) (bug#10931).
4397
4398 2012-03-02 Alan Mackenzie <acm@muc.de>
4399
4400 Depessimize the handling of very large macros.
4401
4402 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4403 (c-macro-cache-syntactic): New variables to implement a one
4404 element macro cache.
4405 (c-invalidate-macro-cache): New function.
4406 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4407 Adapt to use the new cache.
4408 (c-state-safe-place): Use better the cache of safe positions.
4409 (c-state-semi-nonlit-pos-cache)
4410 (c-state-semi-nonlit-pos-cache-limit):
4411 New variables for...
4412 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4413 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
4414 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4415 Use c-state-semi-safe-place.
4416
4417 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4418 Add c-invalidate-macro-cache to the C, C++, Obj entries.
4419
4420 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
4421
4422 * jka-compr.el (jka-compr-call-process):
4423 Apply `file-accessible-directory-p' only when the default directory is
4424 not remote.
4425
4426 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4429 access of FILE2, if FILE1 does not exist.
4430
4431 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4432 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4433
4434 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4435 Add "PAGER=" to `process-environment'.
4436
4437 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4438
4439 * progmodes/sql.el: Bug fix
4440 (sql-get-login-ext): Save login values in globals.
4441 (sql-get-login): Use new version of `sql-get-login-ext'.
4442 (sql-interactive-mode): Set global `sql-connection' to nil.
4443 (sql-connect): Set global values for connection.
4444 (sql-product-interactive): Save global values as buffer local.
4445
4446 2012-02-29 Leo Liu <sdl.web@gmail.com>
4447
4448 * abbrev.el (define-abbrevs): Reset sys to nil.
4449
4450 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4451
4452 * files.el (file-equal-p): Rename from `files-equal-p'.
4453 Return nil when one or both files don't exist.
4454 (file-subdir-of-p): Now only top directory must exists,
4455 return nil if it doesn't.
4456 (copy-directory): No need to test with `file-subdir-of-p' after
4457 creating dir.
4458 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4459 to `file-equal-p'.
4460
4461 2012-02-28 Glenn Morris <rgm@gnu.org>
4462
4463 * shell.el (shell-mode):
4464 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4465 * play/landmark.el (landmark-font-lock-face-O):
4466 * play/handwrite.el (handwrite):
4467 * play/gomoku.el (gomoku-O):
4468 * net/browse-url.el (browse-url-browser-display):
4469 * international/mule.el (define-charset):
4470 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4471 * filesets.el (filesets-find-file-delay):
4472 * eshell/em-xtra.el (eshell-xtra):
4473 * eshell/em-unix.el (eshell-grep):
4474 * emulation/viper.el (viper-mode):
4475 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4476 * emacs-lisp/easymenu.el (easy-menu-define):
4477 * calendar/timeclock.el (timeclock-use-display-time):
4478 * bs.el (bs-mode):
4479 * bookmark.el (bookmark-save-flag):
4480 Doc fix (standardize possessive apostrophe usage).
4481
4482 2012-02-27 Chong Yidong <cyd@gnu.org>
4483
4484 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4485 Fix key-binding lookup for ESC key (Bug#9146).
4486
4487 * font-lock.el (font-lock-specified-p): Rename from
4488 font-lock-spec-present. Callers changed.
4489
4490 2012-02-27 Daniel Hackney <dan@haxney.org>
4491
4492 * emacs-lisp/package.el (package-compute-transaction):
4493 Handle holding a package version to t in package-load-list.
4494
4495 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4498 (tramp-get-inode, tramp-get-device): Use cached values.
4499
4500 2012-02-26 Alan Mackenzie <acm@muc.de>
4501
4502 Check there is a font-lock specification before doing initial
4503 fontification.
4504
4505 * font-core.el (font-lock-mode): Move the conditional from
4506 :after-hook to font-lock-initial-fontify.
4507 (font-lock-default-function): Move the check for a specification
4508 to font-lock-spec-present.
4509
4510 * font-lock.el (font-lock-initial-fontify): Call ...
4511 (font-lock-spec-present): New function.
4512
4513 2012-02-26 Jim Blandy <jimb@red-bean.com>
4514
4515 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4516 (gdb-send): Apply it to the operand of the '-interpreter-exec
4517 console' command, so that we can pass arguments with (say) quotes
4518 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4519
4520 2012-02-26 Chong Yidong <cyd@gnu.org>
4521
4522 * help-fns.el (describe-function-1): Clarify description of
4523 remapping (Bug#10844).
4524
4525 * files.el (files-equal-p): Doc fix.
4526 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4527 and quit the loop once a mismatch is found.
4528
4529 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * bs.el (bs--show-with-configuration): Don't throw an error
4532 if the window cannot be split; otherwise, subsequent calls to
4533 bs-show fail, restoring a stale window config. (Bug#10882)
4534
4535 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4536
4537 * term/ns-win.el (global-map): Bind ns-drag-file to
4538 ns-find-file (Bug#5855, Bug#10050).
4539
4540 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4541
4542 * calendar/parse-time.el (parse-time-string): Allow extractor to
4543 return nil.
4544
4545 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * net/tramp.el (tramp-file-name-for-operation):
4548 Add `files-equal-p' and `file-subdir-of-p'.
4549
4550 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4551 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4552 Add COPY-CONTENTS argument.
4553
4554 2012-02-25 Chong Yidong <cyd@gnu.org>
4555
4556 Add custom groups for VC backends, for consistency with vc-bzr.
4557
4558 * vc/vc-arch.el (vc-arch):
4559 * vc/vc-cvs.el (vc-cvs):
4560 * vc/vc-git.el (vc-git):
4561 * vc/vc-hg.el (vc-hg):
4562 * vc/vc-mtn.el (vc-mtn):
4563 * vc/vc-rcs.el (vc-rcs):
4564 * vc/vc-sccs.el (vc-sccs):
4565 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4566 All relevant defcustoms reassigned.
4567
4568 2012-02-25 Chong Yidong <cyd@gnu.org>
4569
4570 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4571
4572 * term/x-win.el (x-initialize-window-system): Reduce default for
4573 x-selection-timeout to 5 seconds (Bug#8869).
4574
4575 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4576
4577 * files.el (files-equal-p, file-subdir-of-p): New functions.
4578 (copy-directory): Error when trying to copy a directory on itself.
4579 Add missing copy-contents arg to tramp handler.
4580 * dired-aux.el (dired-copy-file-recursive): Same.
4581 (dired-create-files): Modify destination when source is equal to
4582 dest when copying files.
4583 Return also when dest is a subdir of source. (Bug#10489)
4584
4585 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
4586
4587 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4588 (Bug#10874)
4589
4590 2012-02-23 Alan Mackenzie <acm@muc.de>
4591
4592 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4593 parameter "after-hook:" to allow the expansion to run code after
4594 the execution of the mode hooks.
4595
4596 * font-lock.el (font-lock-initial-fontify): New function extracted
4597 from font-lock-mode-internal.
4598
4599 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
4600 :after-hook.
4601
4602 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4605 (completion--cache-all-sorted-completions): New function.
4606 (completion-all-sorted-completions): Use it.
4607 (completion--do-completion, minibuffer-force-complete):
4608 Use it to re-instate the flush hook.
4609
4610 * icomplete.el (icomplete-completions): Replace last fix with a better
4611 one (bug#10850).
4612
4613 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4614
4615 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4616 when it might call us back infinitely (bug#10797).
4617
4618 2012-02-23 Glenn Morris <rgm@gnu.org>
4619
4620 * minibuffer.el (completion-category-overrides): Doc fix.
4621
4622 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4625 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4626
4627 2012-02-23 Glenn Morris <rgm@gnu.org>
4628
4629 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
4630 (authors-obsolete-files-regexps, authors-ignored-files)
4631 (authors-ambiguous-files, authors-renamed-files-alist):
4632 Add more entries.
4633
4634 2012-02-23 Juri Linkov <juri@jurta.org>
4635
4636 * isearch.el (isearch-occur): Sync interactive spec with occur's
4637 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4638
4639 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4640
4641 2012-02-22 Juri Linkov <juri@jurta.org>
4642
4643 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4644 (ucs-insert): Doc fix. Check for hex digits in the string.
4645 Don't display `nil' in the error message. (Bug#10857)
4646
4647 2012-02-22 Alan Mackenzie <acm@muc.de>
4648
4649 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
4650
4651 2012-02-22 Glenn Morris <rgm@gnu.org>
4652
4653 * ffap.el (ffap-c-path):
4654 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4655
4656 2012-02-22 Chong Yidong <cyd@gnu.org>
4657
4658 * custom.el (load-theme): Doc fix.
4659
4660 2012-02-22 Glenn Morris <rgm@gnu.org>
4661
4662 * dired-x.el (dired-guess-shell-alist-default):
4663 Remove escape sequences from nroff output. (Bug#172)
4664
4665 2012-02-21 Glenn Morris <rgm@gnu.org>
4666
4667 * vc/emerge.el (emerge-defvar-local):
4668 Set `permanent-local' property rather than unused `preserved'.
4669
4670 * textmodes/picture.el (picture-delete-char): New alias.
4671 (picture-mode-map): Use it. (Bug#10860)
4672 (picture-mode): Doc fix.
4673
4674 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * newcomment.el (uncomment-region-default): Remove unused binding.
4677
4678 2012-02-21 Glenn Morris <rgm@gnu.org>
4679
4680 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4681 (picture-self-insert, picture-tab-chars): Doc fix.
4682 (picture-mode-map): Fix C-a, C-e.
4683
4684 2012-02-20 Glenn Morris <rgm@gnu.org>
4685
4686 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4687
4688 2012-02-20 Leo Liu <sdl.web@gmail.com>
4689
4690 * icomplete.el (icomplete-completions): Check FROM arg before
4691 passing to substring (Bug#10850).
4692
4693 2012-02-19 Chong Yidong <cyd@gnu.org>
4694
4695 * comint.el: Require ansi-color.
4696 (comint-output-filter-functions): Add ansi-color-process-output.
4697
4698 * ansi-color.el: Don't set comint-output-filter-functions; it is
4699 now in the initial value defined in comint.el.
4700 (ansi-color-apply-face-function): New variable.
4701 (ansi-color-apply-on-region): Use it.
4702 (ansi-color-apply-overlay-face): New function.
4703
4704 * shell.el (shell): No need to require ansi-color.
4705 (shell-mode): Use ansi-color-apply-face-function to highlight
4706 color escapes using font-lock-face property (Bug#10835).
4707
4708 2012-02-19 Chong Yidong <cyd@gnu.org>
4709
4710 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4711 mode-line formats (Bug#10839).
4712
4713 2012-02-18 Glenn Morris <rgm@gnu.org>
4714
4715 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4716
4717 * mail/undigest.el (unforward-rmail-message): Doc fix.
4718
4719 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4720
4721 2012-02-18 Eli Zaretskii <eliz@gnu.org>
4722
4723 * international/characters.el (script-list): Sync with the latest
4724 Unicode Character Database.
4725
4726 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4727
4728 * international/titdic-cnv.el: Remove duplicate coding tag.
4729 * language/cham.el: Likewise.
4730 * language/tai-viet.el: Likewise.
4731
4732 2012-02-18 Glenn Morris <rgm@gnu.org>
4733
4734 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4735 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4736 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4737 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4738 * calendar/holidays.el (holiday-bahai-holidays)
4739 (calendar-holidays, list-holidays):
4740 Use utf-8 Bahá'í in doc-strings, menus, etc.
4741
4742 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4743
4744 * saveplace.el (save-place-ignore-files-regexp): New variable
4745 allowing for excluding files from saving their location of point.
4746 The default value matches the temporary commit message editing
4747 files from Git, SVN, Bazaar, and Mercurial.
4748 (save-place-to-alist): Use it.
4749
4750 2012-02-17 Lawrence Mitchell <wence@gmx.li>
4751 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * newcomment.el (uncomment-region-default): Don't leave extra space
4754 when an arg is provided (bug#8150).
4755
4756 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4757
4758 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
4759
4760 2012-02-17 Glenn Morris <rgm@gnu.org>
4761
4762 * net/socks.el: Require network-stream. (Bug#10599)
4763
4764 2012-02-17 Kenichi Handa <handa@m17n.org>
4765
4766 * international/charprop.el:
4767 * international/uni-name.el:
4768 * international/uni-old-name.el:
4769 * international/uni-comment.el: Regenerate.
4770
4771 2012-02-16 Glenn Morris <rgm@gnu.org>
4772
4773 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4774 Interactively in calendar buffer, give an error if not on a date.
4775
4776 2012-02-15 Glenn Morris <rgm@gnu.org>
4777
4778 * shell.el (shell-delimiter-argument-list):
4779 Revert 2011-02-17 change. (Bug#8027)
4780
4781 2012-02-15 Chong Yidong <cyd@gnu.org>
4782
4783 * minibuffer.el (completion-at-point-functions): Doc fix.
4784
4785 * custom.el (defcustom): Doc fix; note use of defvar.
4786
4787 2012-02-15 Glenn Morris <rgm@gnu.org>
4788
4789 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4790 Doc fixes.
4791
4792 2012-02-14 Glenn Morris <rgm@gnu.org>
4793
4794 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4795
4796 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4797
4798 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4799 way the ports list is computed.
4800 (smtpmail-query-smtp-server): Prompt the user for a port number if
4801 we can't connect to any of the standard ports (bug#10810).
4802
4803 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4804
4805 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4806
4807 2012-02-13 Glenn Morris <rgm@gnu.org>
4808
4809 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4810
4811 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4812
4813 * net/gnutls.el (gnutls-trustfiles): New variable.
4814 (gnutls-negotiate): Use it.
4815
4816 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4817
4818 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4819 does its stuff if Gnus is running.
4820
4821 2012-02-13 Alan Mackenzie <acm@muc.de>
4822
4823 Fix a loop in c-set-fl-decl-start.
4824
4825 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
4826 c-backward-syntactic-ws actually moves backwards.
4827
4828 2012-02-13 Leo Liu <sdl.web@gmail.com>
4829
4830 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4831 beginning so that all \C-o chars are removed.
4832
4833 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4834
4835 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
4836
4837 2012-02-12 Alan Mackenzie <acm@muc.de>
4838
4839 Fix infinite loop with long macros.
4840 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
4841
4842 2012-02-12 Chong Yidong <cyd@gnu.org>
4843
4844 * window.el (display-buffer): Doc fix (Bug#10785).
4845
4846 2012-02-12 Glenn Morris <rgm@gnu.org>
4847
4848 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4849 (x-disown-selection-internal, x-get-selection-internal):
4850 Sync docs with the xselect.c versions.
4851
4852 * allout-widgets.el: Add missing license notice.
4853
4854 2012-02-11 Glenn Morris <rgm@gnu.org>
4855
4856 * select.el (x-get-selection-internal, x-own-selection-internal)
4857 (x-disown-selection-internal):
4858 * x-dnd.el (x-get-selection-internal): Update declarations.
4859
4860 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4861
4862 * window.el (window-sides-slots):
4863 * tool-bar.el (tool-bar-position):
4864 * term/xterm.el (xterm-extra-capabilities):
4865 * ses.el (ses-self-reference-early-detection):
4866 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4867 (verilog-auto-wire-type)
4868 (verilog-auto-delete-trailing-whitespace)
4869 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4870 (verilog-auto-tieoff-declaration):
4871 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4872 (sql-oracle-statement-starters, sql-oracle-scan-on):
4873 * progmodes/prolog.el (prolog-align-comments-flag)
4874 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4875 (prolog-left-indent-regexp, prolog-paren-indent-p)
4876 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4877 (prolog-types, prolog-mode-specificators)
4878 (prolog-determinism-specificators, prolog-directives)
4879 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4880 (prolog-electric-dot-flag)
4881 (prolog-electric-dot-full-predicate-template)
4882 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4883 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4884 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4885 (prolog-program-switches, prolog-prompt-regexp)
4886 (prolog-debug-on-string, prolog-debug-off-string)
4887 (prolog-trace-on-string, prolog-trace-off-string)
4888 (prolog-zip-on-string, prolog-zip-off-string)
4889 (prolog-use-standard-consult-compile-method-flag)
4890 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4891 (prolog-imenu-max-lines, prolog-info-predicate-index)
4892 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4893 (prolog-char-quote-workaround):
4894 * progmodes/cc-vars.el (c-defun-tactic):
4895 * net/tramp.el (tramp-encoding-command-interactive)
4896 (tramp-local-end-of-line):
4897 * net/soap-client.el (soap-client):
4898 * net/netrc.el (netrc-file):
4899 * net/gnutls.el (gnutls):
4900 * minibuffer.el (completion-category-overrides)
4901 (completion-cycle-threshold)
4902 (completion-pcm-complete-word-inserts-delimiters):
4903 * man.el (Man-name-local-regexp):
4904 * mail/feedmail.el (feedmail-display-full-frame):
4905 * international/characters.el (glyphless-char-display-control):
4906 * eshell/em-ls.el (eshell-ls-date-format):
4907 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4908 (lisp-lambda-list-keyword-parameter-indentation)
4909 (lisp-lambda-list-keyword-parameter-alignment):
4910 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4911 * dired-x.el (dired-omit-verbose):
4912 * cus-theme.el (custom-theme-allow-multiple-selections):
4913 * calc/calc.el (calc-highlight-selections-with-faces)
4914 (calc-lu-field-reference, calc-lu-power-reference)
4915 (calc-note-threshold):
4916 * battery.el (battery-mode-line-limit):
4917 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4918 (archive-7z-update):
4919 * allout.el (allout-prefixed-keybindings)
4920 (allout-unprefixed-keybindings)
4921 (allout-inhibit-auto-fill-on-headline)
4922 (allout-flattened-numbering-abbreviation):
4923 * allout-widgets.el (allout-widgets-auto-activation)
4924 (allout-widgets-icons-dark-subdir)
4925 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4926 (allout-widgets-theme-dark-background)
4927 (allout-widgets-theme-light-background)
4928 (allout-widgets-item-image-properties-emacs)
4929 (allout-widgets-item-image-properties-xemacs)
4930 (allout-widgets-run-unit-tests-on-load)
4931 (allout-widgets-time-decoration-activity)
4932 (allout-widgets-hook-error-post-time)
4933 (allout-widgets-track-decoration):
4934 Add missing :version tags to new defcustoms and defgroups.
4935
4936 * progmodes/sql.el (sql-ansi-statement-starters)
4937 (sql-oracle-statement-starters): Add custom type.
4938
4939 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4940 (prolog-system-version): Give it a type.
4941
4942 2012-02-11 Eli Zaretskii <eliz@gnu.org>
4943
4944 * term/pc-win.el (x-select-text, x-selection-owner-p)
4945 (x-own-selection-internal, x-disown-selection-internal)
4946 (x-get-selection-internal): Sync doc strings and argument lists
4947 with xselect.c, common-win.el and x-win.el. (Bug#10783)
4948
4949 2012-02-11 Leo Liu <sdl.web@gmail.com>
4950
4951 * progmodes/python.el (python-end-of-statement): Fix infinite
4952 loop. (Bug#10788)
4953
4954 2012-02-10 Glenn Morris <rgm@gnu.org>
4955
4956 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4957 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4958
4959 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4960
4961 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4962 about SMTP before checking the From header.
4963
4964 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
4965 into own function for reuse by emacsbug.el.
4966
4967 2012-02-10 Leo Liu <sdl.web@gmail.com>
4968
4969 * subr.el (condition-case-unless-debug): Rename from
4970 condition-case-no-debug. All callers changed.
4971 (with-demoted-errors): Fix caller.
4972
4973 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4974 * nxml/rng-valid.el (rng-do-some-validation):
4975 * emacs-lisp/package.el (package-refresh-contents)
4976 (package-menu-execute):
4977 * desktop.el (desktop-create-buffer):
4978 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
4979
4980 2012-02-10 Glenn Morris <rgm@gnu.org>
4981
4982 * textmodes/bibtex.el:
4983 Add missing :version tags for new/changed defcustoms.
4984
4985 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4986
4987 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
4988
4989 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4990 (smtpmail-via-smtp): Use it, or fall back on the From address.
4991 (smtpmail-send-it): Ditto.
4992
4993 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4996 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4997 (byte-compile-tmp-var): New const.
4998 (byte-compile-defvar): Use it to minimize .elc size.
4999 Just use `defvar' rather than simulate it (bug#10761).
5000
5001 2012-02-09 Glenn Morris <rgm@gnu.org>
5002
5003 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5004
5005 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5006 Add :version tags.
5007
5008 * progmodes/compile.el (compilation-error-screen-columns)
5009 (compilation-first-column, compilation-filter-start): Doc fixes.
5010
5011 * vc/log-view.el (log-view-toggle-entry-display):
5012 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5013
5014 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5015 (report-emacs-bug-can-use-xdg-email):
5016 (report-emacs-bug-insert-to-mailer): Doc fixes.
5017 (report-emacs-bug): Message fix.
5018
5019 * net/browse-url.el (browse-url-can-use-xdg-open)
5020 (browse-url-xdg-open): Doc fixes.
5021
5022 * electric.el (electric-indent-mode, electric-pair-mode)
5023 (electric-layout-rules, electric-layout-mode): Doc fixes.
5024 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5025
5026 2012-02-08 Martin Rudalics <rudalics@gmx.at>
5027
5028 * server.el (server-unselect-display): Don't inadvertently kill
5029 the current buffer. (Bug#10729)
5030
5031 2012-02-08 Glenn Morris <rgm@gnu.org>
5032
5033 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5034 (sql-list-table): Doc fixes.
5035
5036 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5037 Comment out (does nothing).
5038
5039 * completion.el (dynamic-completion-mode):
5040 * dirtrack.el (dirtrack-debug-mode):
5041 * electric.el (electric-layout-mode):
5042 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5043 * face-remap.el (text-scale-mode, buffer-face-mode):
5044 * iimage.el (iimage-mode):
5045 * image-mode.el (image-transform-mode):
5046 * minibuffer.el (completion-in-region-mode):
5047 * scroll-lock.el (scroll-lock-mode):
5048 * simple.el (next-error-follow-minor-mode):
5049 * tar-mode.el (tar-subfile-mode):
5050 * tooltip.el (tooltip-mode):
5051 * vcursor.el (vcursor-use-vcursor-map):
5052 * wid-browse.el (widget-minor-mode):
5053 * emulation/tpu-edt.el (tpu-edt-mode):
5054 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5055 * international/iso-ascii.el (iso-ascii-mode):
5056 * language/thai-util.el (thai-word-mode):
5057 * mail/supercite.el (sc-minor-mode):
5058 * net/goto-addr.el (goto-address-mode):
5059 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5060 * progmodes/cwarn.el (cwarn-mode):
5061 * progmodes/flymake.el (flymake-mode):
5062 * progmodes/glasses.el (glasses-mode):
5063 * progmodes/hideshow.el (hs-minor-mode):
5064 * progmodes/pascal.el (pascal-outline-mode):
5065 * textmodes/enriched.el (enriched-mode):
5066 * vc/smerge-mode.el (smerge-mode):
5067 Doc fixes (minor mode argument).
5068
5069 2012-02-07 Eli Zaretskii <eliz@gnu.org>
5070
5071 * ls-lisp.el (ls-lisp-sanitize): New function.
5072 (ls-lisp-insert-directory): Use it to fix or remove any elements
5073 in file-alist with missing attributes. (Bug#4673)
5074
5075 2012-02-07 Alan Mackenzie <acm@muc.de>
5076
5077 Fix spurious recognition of c-in-knr-argdecl.
5078
5079 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5080 putative K&R region.
5081
5082 2012-02-07 Alan Mackenzie <acm@muc.de>
5083
5084 * progmodes/cc-engine.el (c-forward-objc-directive):
5085 Prevent looping in "#pragma mark @implementation".
5086
5087 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
5088
5089 * notifications.el (notifications-on-closed-signal): Make `reason'
5090 optional. (Bug#10744)
5091
5092 2012-02-07 Glenn Morris <rgm@gnu.org>
5093
5094 * emacs-lisp/easy-mmode.el (define-minor-mode):
5095 Doc fixes for the macro and the mode it defines.
5096
5097 * image.el (imagemagick-types-inhibit): Doc fix.
5098
5099 * cus-start.el (imagemagick-render-type): Add it.
5100
5101 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5102
5103 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5104 Set the default at load time, too, so that `font-lock-fontify-buffer'
5105 can be called without setting up the entire mode first. This fixes
5106 a bug in `mm-inline-text' with C MIME parts.
5107
5108 2012-02-06 Chong Yidong <cyd@gnu.org>
5109
5110 * simple.el (list-processes--refresh): Delete exited processes
5111 (Bug#8094).
5112
5113 * comint.el (comint-next-prompt): next-single-char-property-change
5114 and prev-single-char-property-change never return nil (Bug#8657).
5115
5116 * custom.el (defcustom): Doc fix (Bug#9711).
5117
5118 2012-02-05 Chong Yidong <cyd@gnu.org>
5119
5120 * cus-edit.el (custom-variable-reset-backup): Quote the value
5121 before storing it in the customized-value property (Bug#6712).
5122 (custom-display): Add a customization type tag.
5123 (custom-buffer-create-internal): Improve tooltip message.
5124
5125 * wid-edit.el (widget-field-value-get): New optional arg to
5126 suppress trailing whitespace truncation.
5127 (character): Use it (Bug#2689).
5128
5129 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5130
5131 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5132 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5133
5134 2012-02-05 Chong Yidong <cyd@gnu.org>
5135
5136 * cus-edit.el (custom-variable-value-create): For mismatched
5137 types, show the current value (Bug#7600).
5138
5139 * custom.el (defcustom): Doc fix.
5140
5141 2012-02-05 Glenn Morris <rgm@gnu.org>
5142
5143 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5144
5145 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5148 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5149 (pp-last-sexp): Use `looking-at-p'.
5150
5151 2012-02-04 Glenn Morris <rgm@gnu.org>
5152
5153 * files.el (revert-buffer):
5154 Doc fix (mention revert-buffer-in-progress-p).
5155
5156 * emacs-lisp/ert-x.el (ert-simulate-command):
5157 Check deferred-action-list (which is obsolete) is bound.
5158
5159 * subr.el (with-wrapper-hook): Doc fixes.
5160
5161 * simple.el (filter-buffer-substring-functions)
5162 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5163
5164 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5165
5166 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5167 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5168
5169 2012-02-04 Leo Liu <sdl.web@gmail.com>
5170
5171 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5172
5173 2012-02-04 Glenn Morris <rgm@gnu.org>
5174
5175 * image.el (image-extension-data): Add obsolete alias.
5176
5177 * isearch.el (isearch-update): Doc fix.
5178
5179 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5180
5181 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5182
5183 2012-02-03 Glenn Morris <rgm@gnu.org>
5184
5185 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5186 (image-animate-timeout): Doc fix.
5187
5188 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5189
5190 2012-02-02 Glenn Morris <rgm@gnu.org>
5191
5192 * server.el (server-auth-dir): Doc fix.
5193 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5194
5195 * subr.el (run-mode-hooks): Doc fix.
5196
5197 2012-02-02 Juri Linkov <juri@jurta.org>
5198
5199 * image-mode.el (image-toggle-display-image): Remove tautological
5200 `major-mode' from the `derived-mode-p' test.
5201
5202 2012-02-02 Kenichi Handa <handa@m17n.org>
5203
5204 * composite.el (compose-region): Cancel previous change.
5205
5206 2012-02-02 Kenichi Handa <handa@m17n.org>
5207
5208 * composite.el (compose-region, compose-string): Signal error for
5209 a null string component (Bug#6988).
5210
5211 2012-02-01 Chong Yidong <cyd@gnu.org>
5212
5213 * view.el (view-buffer-other-window, view-buffer-other-frame):
5214 Handle special modes like view-buffer (Bug#10650).
5215 (view-buffer): Simplify.
5216
5217 * frame.el (set-frame-font): Tweak meaning of third argument.
5218
5219 * dynamic-setting.el (font-setting-change-default-font):
5220 Use set-frame-font (Bug#9982).
5221
5222 2012-02-01 Glenn Morris <rgm@gnu.org>
5223
5224 * progmodes/compile.el (compilation-internal-error-properties):
5225 Respect compilation-first-column in the "*compilation*" buffer.
5226
5227 * emacs-lisp/easy-mmode.el (define-minor-mode):
5228 Relax :variable's test for a named function.
5229
5230 2012-01-31 Alan Mackenzie <acm@muc.de>
5231
5232 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5233 off by one error.
5234
5235 2012-01-31 Chong Yidong <cyd@gnu.org>
5236
5237 * frame.el (set-frame-font): New arg ALL-FRAMES.
5238
5239 * menu-bar.el (menu-set-font): Use set-frame-font.
5240
5241 * faces.el (face-spec-reset-face): Don't apply unspecified
5242 attribute values to the default face.
5243
5244 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * progmodes/cwarn.el (cwarn): Remove dead link.
5247 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5248 Remove * from defcustom docstrings.
5249 (turn-on-cwarn-mode): Make obsolete.
5250 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5251 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5252
5253 2012-01-31 Glenn Morris <rgm@gnu.org>
5254
5255 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5256 Fix :variable handling of mode a symbol not equal to modefun.
5257 Allow named functions to be used as the cdr of :variable.
5258
5259 2012-01-30 Glenn Morris <rgm@gnu.org>
5260
5261 * emacs-lisp/authors.el (authors-fixed-entries):
5262 Remove reference to deleted file rnewspost.el.
5263
5264 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * window.el (window-with-parameter): Remove unused variable `windows'.
5267 (window--side-check): Remove unused variable `code'.
5268 (window--resize-siblings): Remove unused variable `first'.
5269 (adjust-window-trailing-edge): Remove unused variable `failed'.
5270 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5271 Use `let', not `let*'.
5272 (balance-windows-2): Remove unused variable `found'.
5273 (window--state-put-2): Remove unused variable `splits'.
5274 (window-state-put): Remove unused variable `selected'.
5275 (same-window-p): Use `string-match-p'.
5276 (display-buffer-assq-regexp): Remove unused variable `value'.
5277 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5278 Mark argument ALIST as ignored.
5279 (pop-to-buffer): Remove unused variable `old-window'.
5280
5281 2012-01-29 Eli Zaretskii <eliz@gnu.org>
5282
5283 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5284 and .lzma compressed files.
5285
5286 2012-01-29 Chong Yidong <cyd@gnu.org>
5287
5288 * frame.el (window-system-default-frame-alist): Doc fix.
5289
5290 * dynamic-setting.el (font-setting-change-default-font): Don't
5291 change the default face if SET-FONT argument is non-nil (Bug#9982).
5292
5293 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5294
5295 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5296
5297 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
5298
5299 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5300 breakpoints in files outside current directory (Bug#6098).
5301
5302 2012-01-29 Chong Yidong <cyd@gnu.org>
5303
5304 * progmodes/python.el: Require ansi-color at top-level.
5305
5306 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5307 Define and use in Emacs Lisp mode (Bug#9360).
5308 (lisp-mode-abbrev-table): Add doc.
5309 (lisp-mode-variables): Don't set local-abbrev-table.
5310 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5311
5312 2012-01-28 Roland Winkler <winkler@gnu.org>
5313
5314 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5315
5316 2012-01-28 Roland Winkler <winkler@gnu.org>
5317
5318 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5319 (bibtex-set-dialect): Use it. Either set global values of
5320 dialect-dependent variables or bind these variables buffer-locally
5321 (Bug#10254).
5322 (bibtex-mode): Call bibtex-set-dialect via
5323 hack-local-variables-hook.
5324 (bibtex-dialect): Update docstring.
5325 Add safe-local-variable predicate.
5326 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5327 bibtex-set-dialect.
5328 (bibtex-mode-map): Define menu for each dialect.
5329 (bibtex-entry): Fix docstring.
5330
5331 2012-01-28 Chong Yidong <cyd@gnu.org>
5332
5333 * eshell/esh-arg.el (eshell-quote-argument): New function.
5334
5335 * eshell/esh-ext.el (eshell-invoke-batch-file):
5336 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5337 first arg to eshell-parse-command (Bug#10523).
5338
5339 2012-01-28 Drew Adams <drew.adams@oracle.com>
5340
5341 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5342 `default-directory' is non-nil.
5343
5344 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5345
5346 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5347 line that displays system-configuration-options. (Bug#9924)
5348
5349 2012-01-28 Drew Adams <drew.adams@oracle.com>
5350
5351 * descr-text.el (describe-char): Show information about POS, in
5352 addition to information about the character at POS. Improve and
5353 update the doc string. Change "code point" to "code point in
5354 charset", to avoid confusion with the character's Unicode code
5355 point shown above that. (Bug#10129)
5356
5357 2012-01-28 Eli Zaretskii <eliz@gnu.org>
5358
5359 * descr-text.el (describe-char): Show the raw character, not only
5360 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5361 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5362 for the reasons.
5363
5364 2012-01-28 Phil Hagelberg <phil@hagelb.org>
5365
5366 * emacs-lisp/package.el (package-install):
5367 Run package-refresh-contents if there is no archive yet (Bug#9798).
5368
5369 2012-01-28 Chong Yidong <cyd@gnu.org>
5370
5371 * emacs-lisp/package.el (package-maybe-load-descriptor):
5372 New function, split from package-maybe-load-descriptor.
5373 (package-maybe-load-descriptor): Use it.
5374 (package-download-transaction): Fully load required packages
5375 inside the loop, so that `require' calls work (Bug#10593).
5376 (package-install): No need to call package-initialize now.
5377
5378 2012-01-28 Chong Yidong <cyd@gnu.org>
5379
5380 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5381
5382 * tooltip.el (tooltip-mode): Doc fix.
5383 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5384
5385 * frame.el (set-cursor-color): Doc fix (Bug#352).
5386
5387 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5388 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5389
5390 * cus-edit.el (custom-buffer-create-internal): Fix search button
5391 action (Bug#10542).
5392 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
5393
5394 2012-01-27 Eduard Wiebe <usenet@pusto.de>
5395
5396 * dired.el (dired-mark-files-regexp):
5397 Include any subdirectory components. (Bug#10445)
5398
5399 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5400
5401 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5402 Handle [host]:port syntax. (Bug#10533)
5403
5404 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
5405
5406 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5407
5408 2012-01-26 Glenn Morris <rgm@gnu.org>
5409
5410 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5411 * term.el (term-raw-escape-map): Use Control-X-prefix.
5412 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5413
5414 2012-01-25 Martin Rudalics <rudalics@gmx.at>
5415
5416 * window.el (window-state-get, window--state-get-1): Don't deal
5417 with fixed-sizeness of windows. Simplify code.
5418
5419 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5420
5421 * window.el (window--state-get-1, window--state-put-2):
5422 Don't save and restore the mark.
5423
5424 2012-01-25 Chong Yidong <cyd@gnu.org>
5425
5426 * custom.el (custom-variable-p): Doc fix.
5427
5428 2012-01-25 Glenn Morris <rgm@gnu.org>
5429
5430 * dired.el (dired-goto-file): Handle some of the more common
5431 characters that `ls -b' escapes. (Bug#10596)
5432
5433 * progmodes/compile.el (compilation-next-error-function):
5434 Respect compilation-first-column in the "*compilation*" buffer.
5435 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5436
5437 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5438
5439 2012-01-24 Glenn Morris <rgm@gnu.org>
5440
5441 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5442
5443 2012-01-24 Julien Danjou <julien@danjou.info>
5444
5445 * color.el (color-rgb-to-hsl): Fix value computing.
5446 (color-hue-to-rgb): New function.
5447 (color-hsl-to-rgb): New function.
5448 (color-clamp, color-saturate-hsl, color-saturate-name)
5449 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5450 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5451
5452 2012-01-24 Glenn Morris <rgm@gnu.org>
5453
5454 * vc/vc-rcs.el (vc-rcs-create-tag):
5455 * vc/vc-sccs.el (vc-sccs-create-tag):
5456 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5457
5458 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5459
5460 * eshell/esh-util.el (eshell-read-hosts-file):
5461 Skip comment lines. (Bug#10549)
5462
5463 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5464
5465 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
5466
5467 * subr.el (display-delayed-warnings): Doc fix.
5468 (collapse-delayed-warnings): New function to collapse identical
5469 adjacent warnings.
5470 (delayed-warnings-hook): Add it.
5471
5472 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
5473
5474 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5475
5476 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5477 (tramp-default-user-alist): Don't add "pscp".
5478 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5479 property "login-as", if set. (Bug#10530)
5480
5481 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
5482
5483 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5484 "plink1" and "psftp". (Bug#10530)
5485
5486 2012-01-21 Kenichi Handa <handa@m17n.org>
5487
5488 * international/mule-cmds.el (prefer-coding-system): Show a
5489 warning message if the default value of file-name-coding-system
5490 was not changed.
5491
5492 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5493
5494 * windmove.el (windmove-reference-loc):
5495 Fix windmove-reference-loc miscalculation.
5496
5497 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5498
5499 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5500 default unit.
5501
5502 2012-01-21 Glenn Morris <rgm@gnu.org>
5503
5504 * international/mule.el (auto-coding-alist): Add .tbz.
5505
5506 * files.el (local-enable-local-variables): Doc fix.
5507 (inhibit-local-variables-regexps): Rename from
5508 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5509 Doc fix. Add some extensions from auto-coding-alist.
5510 (inhibit-local-variables-suffixes):
5511 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5512 (inhibit-local-variables-p):
5513 New function, extracted from set-auto-mode-1.
5514 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5515 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5516 (hack-local-variables): Doc fix. Make the mode-only case
5517 respect enable-local-variables and friends.
5518 Respect inhibit-local-variables-regexps for file-locals, but
5519 not for directory-locals.
5520 (set-visited-file-name):
5521 Take account of inhibit-local-variables-regexps.
5522 Whether it applies may change as the file name is changed.
5523 * jka-cmpr-hook.el (jka-compr-install):
5524 * jka-compr.el (jka-compr-uninstall):
5525 Update for inhibit-first-line-modes-suffixes name change.
5526
5527 2012-01-20 Martin Rudalics <rudalics@gmx.at>
5528
5529 * help-macro.el (make-help-screen): Temporarily restore original
5530 binding for minor-mode-map-alist (Bug#10454).
5531
5532 2012-01-19 Julien Danjou <julien@danjou.info>
5533
5534 * color.el (color-name-to-rgb): Use the white color to find the max
5535 color component value and return correctly computed values.
5536 (color-name-to-rgb): Add missing float conversion for max value.
5537
5538 2012-01-19 Martin Rudalics <rudalics@gmx.at>
5539
5540 * window.el (window--state-get-1, window-state-get): Do not use
5541 special state value for window-persistent-parameters.
5542 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
5543 (window--state-put-2): Reset all window parameters to nil before
5544 assigning values of persistent parameters.
5545
5546 2012-01-18 Alan Mackenzie <acm@muc.de>
5547
5548 Eliminate sluggishness and hangs in fontification of "semicolon
5549 deserts".
5550
5551 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5552 Change value 10000 -> 3000.
5553 (c-state-safe-place): Reformulate so it doesn't stack up an
5554 infinite number of wrong entries in c-state-nonlit-pos-cache.
5555 (c-determine-limit-get-base, c-determine-limit): New functions to
5556 determine backward search limits disregarding literals.
5557 (c-find-decl-spots): Amend commenting.
5558 (c-cheap-inside-bracelist-p): New function which detects "={".
5559
5560 * progmodes/cc-fonts.el
5561 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5562 backward search.
5563 (c-font-lock-declarations): Fix an occurrence of point being
5564 undefined. Check additionally for point being in a bracelist or
5565 near a macro invocation without a semicolon so as to avoid a
5566 fruitless time consuming search for a declarator. Give a more
5567 precise search limit for declarators using the new
5568 c-determine-limit.
5569
5570 2012-01-18 Glenn Morris <rgm@gnu.org>
5571
5572 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5573 (set-auto-mode): Doc fixes.
5574
5575 2012-01-17 Glenn Morris <rgm@gnu.org>
5576
5577 * isearch.el (search-nonincremental-instead): Fix doc typo.
5578
5579 * dired.el (dired-insert-directory): Handle newlines in directory name.
5580 (dired-build-subdir-alist): Unescape newlines in directory name.
5581
5582 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
5583
5584 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5585 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5586 (tramp-action-terminal): Use it. (Bug#10530)
5587
5588 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5591
5592 2012-01-16 Martin Rudalics <rudalics@gmx.at>
5593
5594 * window.el (window-state-ignored-parameters): Remove variable.
5595 (window--state-get-1): Rename argument MARKERS to IGNORE.
5596 Handle persistent window parameters. Make copy of clone-of
5597 parameter only if requested. (Bug#10348)
5598 (window--state-put-2): Install a window parameter only if it has
5599 a non-nil value or an existing parameter shall be overwritten.
5600
5601 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5604
5605 2012-01-14 Eli Zaretskii <eliz@gnu.org>
5606
5607 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5608 don't pass the (nil) value of `upnode' to string-match.
5609
5610 2012-01-14 Chong Yidong <cyd@gnu.org>
5611
5612 * startup.el (command-line): Fix X resource class for cursorColor.
5613 Fix values recognized by the cursorBlink resource.
5614
5615 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5616
5617 * epg.el (epg--make-temp-file): Avoid permission race condition
5618 when running on old Emacs versions (bug#10403).
5619
5620 2012-01-14 Glenn Morris <rgm@gnu.org>
5621
5622 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5623
5624 2012-01-13 Alan Mackenzie <acm@muc.de>
5625
5626 Fix filling for when filladapt mode is enabled.
5627
5628 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5629 c-mask-paragraph, pass in `fill-paragraph' rather than
5630 `fill-region-as-paragraph'. (This is a reversion of a previous
5631 change.)
5632 * progmodes/cc-mode.el (c-basic-common-init):
5633 Make fill-paragraph-handle-comment buffer local and set it to nil.
5634
5635 2012-01-13 Glenn Morris <rgm@gnu.org>
5636
5637 * dired.el (dired-switches-escape-p): New function.
5638 (dired-insert-directory): Use dired-switches-escape-p.
5639 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5640
5641 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5642
5643 2012-01-12 Glenn Morris <rgm@gnu.org>
5644
5645 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5646 changes in adaptive-fill-regexp. (Bug#10276)
5647
5648 2012-01-11 Alan Mackenzie <acm@muc.de>
5649
5650 Fix Emacs bug #10463 - put `widen's around the critical spots.
5651
5652 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
5653 widen around each invocation of c-state-pp-to-literal. Remove an
5654 unused let variable.
5655
5656 2012-01-11 Glenn Morris <rgm@gnu.org>
5657
5658 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
5659 Doc fix.
5660
5661 2012-01-10 Chong Yidong <cyd@gnu.org>
5662
5663 * net/network-stream.el (network-stream-open-starttls):
5664 Avoid emitting a confusing error message when the server gives a bad
5665 response to the capability command.
5666
5667 2012-01-10 Glenn Morris <rgm@gnu.org>
5668
5669 * mail/unrmail.el (unrmail): Tweak previous change.
5670
5671 2012-01-09 Chong Yidong <cyd@gnu.org>
5672
5673 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5674
5675 2012-01-08 Alan Mackenzie <acm@muc.de>
5676
5677 Optimise font locking in long enum definitions.
5678
5679 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5680 arm to a cond form to handle enums.
5681 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5682 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5683
5684 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
5685
5686 * files.el (move-file-to-trash): Preserve default file modes on error.
5687 (Bug#10401)
5688
5689 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5690
5691 * faces.el (set-face-attribute): Clarify the meaning of the nil
5692 frame (bug#10294).
5693
5694 * subr.el (with-selected-frame): Mention that the selected frame
5695 is restored (bug#9980).
5696
5697 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5698 (bug#9759).
5699
5700 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
5701 (password-read): Don't autoload unused function.
5702
5703 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * progmodes/which-func.el (which-func-mode): Turn into a
5706 non-interactive function and mark as obsolete (bug#10428).
5707
5708 2012-01-06 Chong Yidong <cyd@gnu.org>
5709
5710 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5711 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5712 functions, along with 1 and -1.
5713
5714 2012-01-06 Eli Zaretskii <eliz@gnu.org>
5715
5716 * time.el (display-time-load-average)
5717 (display-time-default-load-average): Doc fixes. See the thread
5718 starting at
5719 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5720 for the details.
5721
5722 2012-01-06 Glenn Morris <rgm@gnu.org>
5723
5724 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5725 has no messages. (Bug#10377)
5726
5727 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5728 than Info-edit. (Bug#10385)
5729
5730 * time.el (display-time-load-average, display-time-next-load-average):
5731 Doc fixes.
5732
5733 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5734 local setting of buffer-read-only to the input buffer. (Bug#10419)
5735
5736 * calendar/calendar.el (calendar-mode):
5737 Locally set scroll-margin to 0. (Bug#10379)
5738
5739 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
5740
5741 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5742
5743 2012-01-05 Glenn Morris <rgm@gnu.org>
5744
5745 * eshell/em-unix.el (diff-no-select): Autoload it.
5746 (eshell/diff): Use diff-no-select. (Bug#10420)
5747
5748 2012-01-05 Chong Yidong <cyd@gnu.org>
5749
5750 * shell.el (shell-dynamic-complete-functions): Revert last change.
5751 (shell-command-completion-function): New function.
5752 (shell-completion-vars): Use it to implement
5753 shell-completion-execonly (Bug#10417).
5754
5755 * custom.el (enable-theme): Don't set custom-safe-themes.
5756
5757 * cus-theme.el (custom-theme-merge-theme):
5758 Ignore custom-enabled-themes and custom-safe-themes.
5759
5760 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5761
5762 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5763 first prompt in `sql-interacive-mode'.
5764 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
5765 keywords.
5766 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
5767 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5768 context of original buffer. Invoke `sql-login-hook'.
5769
5770 2012-01-04 Eli Zaretskii <eliz@gnu.org>
5771
5772 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5773 letters in cite-prefix.
5774
5775 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5776
5777 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5778
5779 2012-01-03 Chong Yidong <cyd@gnu.org>
5780
5781 * shell.el (shell-dynamic-complete-functions):
5782 Put pcomplete-completions-at-point, so as to try
5783 comint-filename-completion first (Bug#10417).
5784
5785 2012-01-02 Richard Stallman <rms@gnu.org>
5786
5787 * battery.el (battery-status-function):
5788 Detect when to use battery-yeeloong-sysfs.
5789 (battery-echo-area-format): Add string for Yeeloong.
5790 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5791 (battery-yeeloong-sysfs): New function.
5792
5793 2012-01-02 Chong Yidong <cyd@gnu.org>
5794
5795 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5796 (dirtrack): Merge code for handling relative filenames in prompt
5797 from shell-dir-cookie-watcher.
5798 (dirtrack-debug-message): New arg to avoid excess format calls.
5799
5800 * shell.el (shell-dir-cookie-re): Variable deleted.
5801 (shell-dir-cookie-watcher): Function deleted.
5802 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5803 with dirtrack-mode.
5804
5805 2012-01-01 Eli Zaretskii <eliz@gnu.org>
5806
5807 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5808 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
5809 libgnutls-26.dll.
5810
5811 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5812
5813 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5814
5815 2011-12-31 Eli Zaretskii <eliz@gnu.org>
5816
5817 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5818 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5819
5820 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5823 also for alternative shells.
5824 (tramp-open-connection-setup-interactive-shell): Check, whether
5825 the shell is a busybox.
5826 (tramp-send-command): Don't suppress multiple prompts for
5827 busyboxes, it hurts.
5828
5829 2011-12-28 Chong Yidong <cyd@gnu.org>
5830
5831 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5832 (gdb-get-source-file): Move mode line update to
5833 gdb-get-source-file (Bug#10087).
5834
5835 2011-12-25 Chong Yidong <cyd@gnu.org>
5836
5837 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5838 gud-gdb-marker-filter without taking it as an argument.
5839 (gud-gdb-run-command-fetch-lines): Caller changed.
5840 (gud-gdb-completion-function): New variable.
5841 (gud-gdb-completion-at-point): Use it.
5842 (gud-gdb-completions-1): Split from gud-gdb-completions.
5843
5844 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5845 function as separate arguments.
5846 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5847 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5848 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5849 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5850 (gdb-stopped, def-gdb-auto-update-trigger)
5851 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
5852 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5853 Callers changed.
5854 (gud-gdbmi-completions): New function.
5855 (gdb): Use it for generating the completion table.
5856
5857 2011-12-24 Alan Mackenzie <acm@muc.de>
5858
5859 Introduce a mechanism to widen the region used in context font
5860 locking. Use this to protect declarations from losing their contexts.
5861
5862 * progmodes/cc-langs.el (c-before-font-lock-functions):
5863 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
5864 (c-before-context-fontification-functions): New defvar, a list of
5865 functions to be run just before context (etc.) font locking.
5866
5867 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
5868 New, functionality extracted from
5869 c-neutralize-syntax-in-and-mark-CPP.
5870 (c-in-after-change-fontification): New variable.
5871 (c-after-change): Set c-in-after-change-fontification.
5872 (c-set-fl-decl-start): Rejig its interface, so it can be called
5873 from both after-change and context fontifying.
5874 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5875 New functions.
5876 (c-standard-font-lock-fontify-region-function): New variable.
5877 (c-font-lock-fontify-region): New function.
5878
5879 2011-12-24 Juri Linkov <juri@jurta.org>
5880
5881 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5882 (Bug#10348)
5883
5884 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5887 existence of source file. (Bug#10325)
5888
5889 2011-12-23 Alan Mackenzie <acm@muc.de>
5890
5891 Fix unstable fontification inside templates.
5892
5893 * progmodes/cc-langs.el (c-before-font-lock-functions):
5894 Newly created from the singular version. The (c c++ objc) entry now
5895 additionally has c-set-fl-decl-start. The other languages (apart
5896 from AWK) have that as a single entry.
5897
5898 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5899 The functionality for "local" declarations has been extracted to
5900 c-set-fl-decl-start.
5901
5902 * progmodes/cc-mode.el (c-common-init, c-after-change):
5903 Changes due to pluralisation of c-before-font-lock-functions.
5904 (c-set-fl-decl-start): New function, extracted from
5905 c-font-lock-enclosing-decls and enhanced.
5906
5907 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5910
5911 2011-12-22 Juri Linkov <juri@jurta.org>
5912
5913 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
5914
5915 2011-12-22 Chong Yidong <cyd@gnu.org>
5916
5917 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5918
5919 2011-12-21 Drew Adams <drew.adams@oracle.com>
5920
5921 * files.el (file-remote-p): Fix docstring. (Bug#10319)
5922
5923 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5924
5925 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5926
5927 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
5928
5929 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
5930 highlighting and support. Fix up comments for capitalization.
5931 (cfengine-mode-debug): New var.
5932 (cfengine3-mode): Change the modeline indicator to "CFE3".
5933 (cfengine3-font-lock-keywords): Improve defun highlighting.
5934 (cfengine2-actions): Rename from `cfengine-actions'.
5935 (cfengine2-font-lock-keywords): Rename from
5936 `cfengine-font-lock-keywords'.
5937 (cfengine2-imenu-expression): Rename from
5938 `cfengine-imenu-expression'.
5939 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5940 (cfengine2-beginning-of-defun): Rename from
5941 `cfengine-beginning-of-defun'.
5942 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5943 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5944 (cfengine2-mode): Rename from `cfengine-mode'. Change the
5945 modeline indicator to "CFE2".
5946 (cfengine-mode): Defalias to `cfengine-auto-mode'.
5947 (cfengine-mode-abbrevs): Mark obsolete.
5948
5949 2011-12-21 Chong Yidong <cyd@gnu.org>
5950
5951 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5952 filename argument.
5953
5954 2011-12-20 Martin Rudalics <rudalics@gmx.at>
5955
5956 * window.el (window-normalize-buffer-to-display): Remove.
5957 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5958
5959 2011-12-19 Chong Yidong <cyd@gnu.org>
5960
5961 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5962 Don't signal an error in a predicate function; return non-nil.
5963 (vc-dir-mark-file): Move the error here.
5964 (vc-dir-mark-unmark): If acting on the region, keep going if one
5965 of the entries cannot be marked/unmarked.
5966 (vc-dir-mark-all-files): If current entry is a directory, mark
5967 only child files, as documented.
5968
5969 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5970
5971 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5972 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5973 addition.
5974
5975 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5976
5977 * term/ns-win.el (ns-get-selection-internal)
5978 (ns-store-selection-internal): Declare.
5979 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5980 Declare as obsolete.
5981 (ns-get-pasteboard, ns-paste-secondary):
5982 Use ns-get-selection-internal.
5983 (ns-set-pasteboard, ns-copy-including-secondary):
5984 Use ns-store-selection-internal.
5985
5986 2011-12-17 Chong Yidong <cyd@gnu.org>
5987
5988 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
5989 (vc-deduce-fileset): Doc fix.
5990
5991 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5992
5993 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5994
5995 2011-12-13 Sam Steingold <sds@gnu.org>
5996
5997 * man.el (Man-getpage-in-background): When running under a
5998 window-system, ignore $MANWIDTH and $COLUMNS.
5999
6000 2011-12-15 Kenichi Handa <handa@m17n.org>
6001
6002 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6003 (setup-ethiopic-environment-internal): Comment out key-binding for
6004 ethio-toggle-punctuation.
6005
6006 2011-12-13 Alan Mackenzie <acm@muc.de>
6007
6008 Add the switch statement to AWK Mode.
6009
6010 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
6011 "default" to the keywords regexp.
6012
6013 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
6014 expression as the rest.
6015 (c-nonlabel-token-key): Allow string literals for AWK.
6016 Refactor for the other modes.
6017
6018 Large brace-block initialisation makes CC Mode slow: Fix.
6019 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
6020 routines. Limit backward searching in c-font-lock-enclosing.decl.
6021
6022 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6023 pp-state and literal type in addition to the limits.
6024 (c-state-safe-place): New defun, extracted from c-state-literal-at.
6025 (c-state-literal-at): Use the above new defun.
6026 (c-slow-in-literal, c-fast-in-literal): Remove.
6027 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
6028
6029 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6030 being in a literal. Add a limit for backward searching.
6031
6032 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6033 c-slow-in-literal.
6034
6035 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6038
6039 2011-12-13 Martin Rudalics <rudalics@gmx.at>
6040
6041 * window.el (delete-other-windows): Use correct frame in call to
6042 window-with-parameter.
6043
6044 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6045
6046 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6047 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6048 (makefile-gmake-statements, makefile-makepp-statements):
6049 Use it and add new makepp keywords.
6050 (makefile-makepp-font-lock-keywords): Add new patterns.
6051 (makefile-match-function-end): Match new [...] and [[...]].
6052
6053 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
6054
6055 * ses.el (ses-call-printer-return, ses-cell-property-get)
6056 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6057 (ses-create-cell-variable, ses-reset-header-string)
6058 (ses-cell-set-formula, ses-repair-cell-reference-all)
6059 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6060 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6061 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6062 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6063 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6064 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6065 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6066 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6067 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6068 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6069 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6070 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6071
6072 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6073
6074 * ses.el: The overall change is to add cell renaming, that is
6075 setting fancy names for cell symbols other than name matching
6076 "\\`[A-Z]+[0-9]+\\'" regexp .
6077 (ses-create-cell-variable): New defun.
6078 (ses-relocate-formula): Relocate formulas only for cells the
6079 symbols of which are not renamed, i.e. symbols whose names do not
6080 match regexp "\\`[A-Z]+[0-9]+\\'".
6081 (ses-relocate-all): Relocate values only for cells the symbols of
6082 which are not renamed.
6083 (ses-load): Create cells variables as the (ses-cell ...) are read,
6084 in order to check row col consistency with cell symbol name only
6085 for cells that are not renamed.
6086 (ses-replace-name-in-formula): New defun.
6087 (ses-rename-cell): New defun.
6088
6089 2011-12-11 Chong Yidong <cyd@gnu.org>
6090
6091 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6092 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6093
6094 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6095
6096 * window.el (other-window): Fix docstring.
6097
6098 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6099
6100 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
6101 `from' or `to' address before taking its substring.
6102 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
6103 encoded name is chopped in the middle of the encoded string, and
6104 thus displayed encoded.
6105
6106 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
6107
6108 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6109
6110 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6111
6112 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6113 to use texinfo-update-node and commands that call it if the
6114 Texinfo file uses @node lines without next/prev/up pointers.
6115 Correct outdated description about texinfo-master-menu.
6116 (texinfo-all-menus-update, texinfo-master-menu)
6117 (texinfo-update-node, texinfo-every-node-update)
6118 (texinfo-multiple-files-update): Doc fix. Warn against updating
6119 all the @node lines.
6120 (texinfo-master-menu): Only call texinfo-update-node if the prefix
6121 argument is numeric. Explain better in the doc string what the
6122 function really does.
6123 (texinfo-insert-master-menu-list): Improve the error message
6124 displayed if there's no menu in the Top node.
6125 (Bug#2975) See also this thread:
6126 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6127
6128 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6129
6130 * speedbar.el (speedbar-supported-extension-expressions):
6131 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6132
6133 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * printing.el (pr-mode-alist):
6136 * simple.el (filter-buffer-substring-functions)
6137 (completion-list-insert-choice-function):
6138 * window.el (window-with-parameter, window-atom-root)
6139 (window-sides-slots, window-size-fixed, window-min-delta)
6140 (window-max-delta, window--resize-mini-window)
6141 (window--resize-child-windows-normal, window-tree)
6142 (delete-other-windows, quit-window, split-window)
6143 (display-buffer-record-window, special-display-buffer-names)
6144 (special-display-regexps, special-display-popup-frame)
6145 (same-window-p, split-window-sensibly)
6146 (display-buffer-overriding-action, display-buffer-alist)
6147 (display-buffer-base-action, display-buffer, switch-to-buffer)
6148 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6149 (fit-window-to-buffer, recenter-positions)
6150 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6151 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6152 and remove unneeded backslashes in docstrings.
6153
6154 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6157
6158 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6159 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6160 end in ".mk".
6161 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6162 when reading the makefile (bug#10116).
6163
6164 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6167 (bug#10116).
6168
6169 2011-12-06 Glenn Morris <rgm@gnu.org>
6170
6171 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6172
6173 2011-12-06 Chong Yidong <cyd@gnu.org>
6174
6175 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6176
6177 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
6178
6179 * textmodes/table.el (table-shorten-cell): Fix typo.
6180
6181 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6182
6183 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6184
6185 2011-12-05 Eli Zaretskii <eliz@gnu.org>
6186
6187 * descr-text.el (describe-char): Fix display of strong
6188 right-to-left characters and directional embeddings and overrides.
6189
6190 * simple.el (what-cursor-position): Fix display of codepoints of
6191 strong right-to-left characters.
6192
6193 2011-12-05 Chong Yidong <cyd@gnu.org>
6194
6195 * faces.el (read-color): Doc fix.
6196
6197 2011-12-05 Glenn Morris <rgm@gnu.org>
6198
6199 * align.el (align--set-marker): Add doc-string.
6200 Don't try to move something that is not a marker. (Bug#10216)
6201
6202 2011-12-04 Glenn Morris <rgm@gnu.org>
6203
6204 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6205 overly zealous deletion of trailing whitespace.
6206
6207 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
6208
6209 * server.el (server-delete-client): On Windows, do not try to delete
6210 the only terminal.
6211 (server-process-filter): On Windows, treat requests for a tty frame as
6212 if they were for a GUI frame if the running server is in GUI mode.
6213
6214 2011-12-03 Glenn Morris <rgm@gnu.org>
6215
6216 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6217
6218 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * electric.el: Streamline electric-indent's hook.
6221 (electric-indent-chars): Revert to simple list.
6222 (electric-indent-functions): New var.
6223 (electric-indent-post-self-insert-function): Use it.
6224
6225 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6226 there's no inferior buffer (bug#10196).
6227 (prolog-consult-compile): Don't use toggle-read-only.
6228
6229 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
6230
6231 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6232 interrupt. (Bug#10187)
6233
6234 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6237 (bug#9160).
6238
6239 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6240 (bug#10191).
6241
6242 2011-12-02 Juri Linkov <juri@jurta.org>
6243
6244 * info.el (Info-search): Display "end of manual" when Isearch
6245 reaches the end of single-file Info manual. (Bug#9918)
6246
6247 2011-12-02 Eli Zaretskii <eliz@gnu.org>
6248
6249 * isearch.el (isearch-message-prefix): Run the input method part
6250 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6251
6252 2011-12-02 Juri Linkov <juri@jurta.org>
6253
6254 * isearch.el (isearch-occur): Use `word-search-regexp' for
6255 `isearch-word'.
6256 (isearch-search-and-update): Add condition for `isearch-word' and
6257 call `word-search-regexp'. (Bug#10145)
6258
6259 2011-12-01 Glenn Morris <rgm@gnu.org>
6260
6261 * eshell/em-hist.el (eshell-hist-initialize):
6262 Handle eshell-history-size nil and HISTSIZE set or unset.
6263 (eshell-history-file-name, eshell-history-size): Fix custom type.
6264
6265 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6268
6269 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
6270
6271 * progmodes/verilog-mode.el (verilog-pretty-expr):
6272 Rework verilog-pretty-expr to handle new assignment operators in system
6273 verilog, such as += *= and the like.
6274 (verilog-assignment-operator-re): Regular expression to find the
6275 assigment operator in a verilog assignment.
6276 (verilog-assignment-operation-re): Regular expression to find an
6277 assignment statement for pretty-expr.
6278 (verilog-in-attribute-p): Query returns true if point is in an
6279 attribute context; used to skip these for expression line up from
6280 pretty-expr.
6281 (verilog-in-parameter-p): Query returns true if point is in an
6282 parameter definition context; used to skip these for expression
6283 line up from pretty-expr.
6284 (verilog-in-parenthesis-p): Query returns true if point is in a
6285 parenthetical expression, specifically ( ) but not [ ] or { };
6286 used by pretty-expr.
6287 (verilog-just-one-space): If there is no space, don't add one.
6288 (verilog-get-lineup-indent-2): Specifically skip just attribute
6289 contexts for expression lineup, rather than skipping all
6290 parenthetical expressions.
6291 (verilog-calculate-indent): Fix comment, and fix indent.
6292 (verilog-do-indent): Indent declarations in lists (suggested by
6293 Joachim Lechner).
6294 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6295 skeleton items.
6296 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6297 by Alain Mellan).
6298
6299 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6300
6301 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6302 parameters with embedded comments. Reported by Ray Stevens.
6303 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6304 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6305 Reported by Tim Holt.
6306 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6307 instantiated by upper module causing wrong expansion until AUTOed a
6308 second time. Reported by K C Buckenmaier.
6309 (verilog-diff-auto): Fix showing .* as a difference when
6310 `verilog-auto-star-save' off. Reported by Dan Dever.
6311 (verilog-auto-reset, verilog-read-always-signals)
6312 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6313 temporary signals in reset list if
6314 verilog-auto-reset-blocking-in-non is nil, and match assignment
6315 style to each signal's assignment type, bug381.
6316 Reported by Thomas Esposito.
6317 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6318 (verilog-uvm-statement-re): Support UVM indentation and
6319 highlighting, with old OVM keywords only.
6320 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
6321 Support AUTOTIEOFF creating non-wire data types.
6322 Suggested by Jonathan Greenlaw.
6323 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6324 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6325 (verilog-inject-sense, verilog-read-inst-pins)
6326 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6327 Fix mismatching parenthesis inside commented out code when deleting
6328 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6329 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6330 non-numeric vector width. Reported by Alex Reed.
6331 (verilog-auto-ascii-enum): Add "onehot" option to work around not
6332 detecting signals with parameter widths. Reported by Alex Reed.
6333 (verilog-auto-delete-trailing-whitespace):
6334 With `verilog-auto-delete-trailing-whitespace' remove trailing
6335 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6336 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6337 Fix verilog-scan-cache corruption when running user AUTO expansion
6338 hooks that call indentation routines.
6339 (verilog-simplify-range-expression): Fix typo ignoring lower case
6340 identifiers.
6341 (verilog-delete-auto): Fix delete-autos to also remove user created
6342 automatics, as long as they start with AUTO.
6343 (verilog-batch-diff-auto, verilog-diff-auto)
6344 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6345 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6346 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6347 (verilog-in-paren-quick, verilog-re-search-backward-quick)
6348 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6349 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6350 is disabled and its cache will get corrupt, causing AUTOS not to
6351 expand. Instead use only -quick functions.
6352 (verilog-scan-region): Fix scanning over escaped quotes.
6353 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6354 (verilog-re-search-backward-quick)
6355 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6356 related functions now ignore strings, to fix misparsing of strings
6357 with magic comments embedded in them.
6358 (verilog-read-auto-template):
6359 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6360 Reported by Brad Dobbie.
6361 (verilog-read-auto-template):
6362 Fix 'verilog-auto-inst-template-numbers' with comments.
6363 Reported by Brad Dobbie.
6364 (verilog-auto-inst, verilog-auto-inst-param)
6365 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6366 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6367 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
6368 debugging templates without merge conflicts, bug357.
6369 Reported by Brad Dobbie.
6370 (verilog-read-auto-template):
6371 Fix verilog-auto-inst-template-numbers with multiple templates.
6372 Reported by Brad Dobbie.
6373 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6374 abbrevs so user won't be asked to save.
6375 (verilog-read-auto-lisp-present): Fix to start at beginning of
6376 buffer in case called outside of verilog-auto.
6377 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6378 to "X-2". Reported by Matthew Myers.
6379 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6380 all inputs from module templates. Reported by Leith Johnson.
6381 (verilog-module-inside-filename-p): Fix locating programs as with
6382 modules.
6383 (verilog-auto-inst-port): Fix vl-width expressions when using
6384 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6385 (verilog-decls-get-regs, verilog-decls-get-signals,
6386 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6387 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6388 verilog-read-decls): Combine reg and wire structures into one var
6389 structure to represent SystemVerilog concepts.
6390 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6391 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
6392 (verilog-auto-wire-type, verilog-insert-definition):
6393 Add verilog-auto-wire-type and AUTOLOGIC to support using
6394 SystemVerilog "logic" keyword instead of "wire"/"reg".
6395 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6396 to declares outputs that also have assignments (presumably in an
6397 ifdef or generate if so there's not a driver conflict).
6398 Reported by Matthew Myers.
6399 (verilog-auto-declare-nettype, verilog-insert-definition):
6400 Add verilog-auto-declare-nettype to fix declarations using
6401 `default_nettype none. Reported by Julian Gorfajn.
6402 (verilog-read-always-signals-recurse, verilog-read-decls)
6403 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6404 malformed end statement, bug325. Reported by Joshua Wise and
6405 Andrew Drake.
6406 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6407 (verilog-inst-comment-re): Fix not deleting Interfaced comment
6408 when expanding .* in interfaces, bug320.
6409 Reported by Pierre-David Pfister.
6410 (verilog-read-module-name): Fix import statements between module
6411 name and open parenthesis, bug317.
6412 Reported by Pierre-David Pfister.
6413 (verilog-simplify-range-expression): Fix simplification of
6414 multiplications inside AUTOWIRE connections, bug303.
6415 (verilog-auto-inst-port): Support parameter expansion in
6416 multidimensional arrays.
6417 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6418 after "assert property". Reported by Julian Gorfajn.
6419 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6420 with multiplication, bug303.
6421 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6422 Reported by Jan Frode Lonnum.
6423
6424 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6427 (hfy-shell-file-name, hfy-shell):
6428 * international/fontset.el (x-decompose-font-name): Fix typos.
6429
6430 2011-11-29 Ken Brown <kbrown@cornell.edu>
6431
6432 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6433 (gdb-version): Remove defvar.
6434 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6435 (gdb-gud-context-command, gdb-non-stop-handler)
6436 (gdb-current-context-command, gdb-stopped): Use it.
6437 (gdb-init-1): Enable pretty printing here.
6438 (gdb-non-stop-handler): Don't enable pretty-printing here.
6439 Check to see if the target supports non-stop mode; if not, turn off
6440 non-stop mode. Use the following.
6441 (gdb-check-target-async): New defun.
6442 (gud-watch, gdb-stopped): Fix whitespace.
6443 (gdb-get-source-file): Don't try to display the source file if
6444 `gdb-main-file' is nil.
6445
6446 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * align.el: Try to generate fewer markers (bug#10047).
6449 (align--set-marker): New macro.
6450 (align-region): Use it.
6451
6452 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6455
6456 2011-11-29 Chong Yidong <cyd@gnu.org>
6457
6458 * indent.el (indent-for-tab-command, indent-according-to-mode):
6459 Doc fix.
6460 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6461
6462 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
6463
6464 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6465 aware of remote file names. (Bug#10124)
6466
6467 2011-11-29 Chong Yidong <cyd@gnu.org>
6468
6469 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6470
6471 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * files.el (find-file): Don't use force-same-window (bug#10144).
6474 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6475 use pop-to-buffer if the selected window can't be used.
6476 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6477
6478 2011-11-28 Eli Zaretskii <eliz@gnu.org>
6479
6480 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6481 special-mode-map.
6482
6483 2011-11-28 Chong Yidong <cyd@gnu.org>
6484
6485 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6486
6487 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
6488
6489 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6490 gdb-get-source-file-list on gdb-create-source-file-list.
6491
6492 2011-11-26 Eli Zaretskii <eliz@gnu.org>
6493
6494 * whitespace.el (whitespace-newline): Use a different foreground
6495 color for 16-color light-background displays.
6496
6497 2011-11-24 Chong Yidong <cyd@gnu.org>
6498
6499 * window.el (display-buffer--special-action): Doc fix.
6500
6501 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6504 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6505 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6506 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6507 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6508 (avl-tree-stack-first):
6509 * emacs-lisp/cconv.el (cconv--analyse-use):
6510 * net/gnutls.el (gnutls-negotiate): Fix typos.
6511
6512 2011-11-24 Glenn Morris <rgm@gnu.org>
6513
6514 * lpr.el (lpr-windows-system, lpr-lp-system):
6515 * mail/binhex.el (binhex-begin-line):
6516 * progmodes/grep.el (grep-history, grep-find-history):
6517 * textmodes/flyspell.el:
6518 * vc/pcvs-defs.el (cvs-global-menu):
6519 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6520 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6521 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6522
6523 * net/tls.el: Fix case of "GnuTLS".
6524
6525 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6526
6527 * version.el (emacs-build-system): Give it a doc-string.
6528
6529 2011-11-24 Juri Linkov <juri@jurta.org>
6530
6531 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6532
6533 2011-11-24 Glenn Morris <rgm@gnu.org>
6534
6535 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6536 if called on a non-mime message just toggle the headers. (Bug#8006)
6537
6538 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
6539
6540 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6541 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6542 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6543 (allout-rebullet-heading, allout-open-sibtopic)
6544 (allout-toggle-current-subtree-encryption)
6545 (allout-toggle-subtree-encryption, allout-encrypt-string)
6546 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6547 (allout-distinctive-bullets-string, allout-auto-activation):
6548 * window.el (window-normalize-buffer-to-display):
6549 * progmodes/verilog-mode.el (verilog-batch-indent):
6550 * textmodes/bibtex.el (bibtex-field-braces-opt)
6551 (bibtex-field-strings-opt):
6552 * vc/cvs-status.el (cvs-tree-merge):
6553 Fix typos.
6554
6555 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
6556
6557 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6558 `non-essential' to t, in order to avoid remote connections.
6559
6560 2011-11-23 Eli Zaretskii <eliz@gnu.org>
6561
6562 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6563 On MS-DOS and MS-Windows, compare with loaddefs.el
6564 case-insensitively.
6565
6566 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6567
6568 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6569
6570 2011-11-23 Glenn Morris <rgm@gnu.org>
6571
6572 * paths.el (rmail-file-name): Reformat the doc-string so that it
6573 is picked up.
6574
6575 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6576 (rmail-auto-file): Ignore case in the "special" field names,
6577 as mail-fetch-field does for all others.
6578
6579 * mail/rmail.el (rmail-forward):
6580 * mail/rmailkwd.el (rmail-set-label):
6581 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6582 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6583
6584 * mail/rmail.el (rmail-current-message): Doc fix.
6585
6586 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6587
6588 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6591
6592 2011-11-22 Glenn Morris <rgm@gnu.org>
6593
6594 * mail/rmailmm.el (test-rmail-mime-handler)
6595 (test-rmail-mime-bulk-handler)
6596 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6597
6598 2011-11-21 Juri Linkov <juri@jurta.org>
6599
6600 * calc/calc.el (calc-read-key-sequence):
6601 Let-bind `input-method-function' to nil. (Bug#10018)
6602
6603 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604
6605 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6606 Tell the caller that the next line needs recomputation, even
6607 though it doesn't start a sexp (bug#10094).
6608
6609 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6612
6613 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6616 Use force-same-window.
6617
6618 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
6619
6620 * descr-text.el (describe-char-unicode-data):
6621 * json.el (json-string-escape):
6622 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6623 (Footnote-unicode, Footnote-style-p):
6624 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6625
6626 2011-11-20 Chong Yidong <cyd@gnu.org>
6627
6628 * window.el (replace-buffer-in-windows): Restore interactive spec.
6629
6630 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6633
6634 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6635 (byte-compile-global-not-obsolete-vars): New var.
6636 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6637 Use it.
6638 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6639
6640 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6643 * progmodes/pascal.el (electric-pascal-equal):
6644 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6645 * xml.el (xml-substitute-special): Fix typos.
6646
6647 2011-11-20 Glenn Morris <rgm@gnu.org>
6648
6649 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6650 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6651 Doc fixes.
6652 (rmail-decode-mime-charset): Mark as obsolete.
6653
6654 * mail/rmailsum.el (rmail-message-regexp-p-1):
6655 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6656 Before using mime functions, check they are set. (Bug#10077)
6657
6658 2011-11-19 Juri Linkov <juri@jurta.org>
6659
6660 * info.el (Info-finder-find-node): Use `package--builtins' instead
6661 of `package-alist'. Use node names formed by the pattern "Keyword "
6662 and the keyword name.
6663
6664 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6665
6666 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
6667
6668 2011-11-19 Juri Linkov <juri@jurta.org>
6669
6670 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6671 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6672 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6673 `old-history', `old-history-forward'. Add let-binding
6674 `window-selected'. Remove calls to `kill-buffer',
6675 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6676 before calling `Info-find-node', so `Info-find-node-2' will reread
6677 the Info file. Restore window positions only when `window-selected'
6678 is non-nil.
6679
6680 2011-11-19 Juri Linkov <juri@jurta.org>
6681
6682 * isearch.el (isearch-lazy-highlight-new-loop):
6683 Remove condition `(not isearch-error)'. (Bug#9918)
6684
6685 * misearch.el (multi-isearch-search-fun): Add condition
6686 `(not bound)' to ignore lazy-highlighting search.
6687 Add the search-failed message "end of multi" when the end of
6688 multi-sequence is reached. Uncapitalize the search-failed
6689 message "Repeat for next buffer".
6690
6691 * info.el (Info-search): Add the search-failed message
6692 "end of the manual" when the end of the manual is reached
6693 in Isearch mode.
6694
6695 2011-11-19 Juri Linkov <juri@jurta.org>
6696
6697 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6698 Use non-destructive `remove' instead of `delete' because
6699 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6700 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6701
6702 2011-11-19 Juri Linkov <juri@jurta.org>
6703
6704 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6705 to nil instead of binding `search-ring' and `regexp-search-ring'.
6706 (Bug#9185)
6707
6708 2011-11-19 Eli Zaretskii <eliz@gnu.org>
6709
6710 * simple.el (line-move): Force movement by logical lines for any
6711 hscrolled window, not only when auto-hscroll-mode is on.
6712 (line-move-visual): Update doc string to that effect. (Bug#10076)
6713
6714 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6715
6716 * language/european.el (macintosh): Define as alias for mac-roman.
6717
6718 2011-11-19 Eli Zaretskii <eliz@gnu.org>
6719
6720 * mail/rmailmm.el (rmail-mime-display-header)
6721 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6722 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6723 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6724 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6725 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6726 of a raw aref.
6727 (rmail-mime-entity-segment): To get past the tagline, move forward
6728 2 more lines, to account for the 2 empty lines that precede and
6729 follow the line with the buttons.
6730 (rmail-mime-update-tagline): Move one more line, to get past the
6731 empty line that follows the buttons in the tagline. (Bug#9520)
6732
6733 2011-11-19 Martin Rudalics <rudalics@gmx.at>
6734
6735 * window.el (window-max-delta-1, window-min-delta-1)
6736 (window-min-size-1, window-state-get-1, window-state-put-1)
6737 (window-state-put-2): Use "window--" prefix.
6738
6739 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6742 (smie-warning-count): New var.
6743 (smie-set-prec2tab): Use it.
6744 (smie-bnf->prec2): Improve warnings. Add docstring.
6745 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6746 (smie-bnf--set-class): New function.
6747 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6748 corner case.
6749
6750 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6751 (compilation-error-properties, compilation-move-to-column):
6752 Handle compilation-first-column while in the target buffer.
6753
6754 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6755 Don't hardcode point-min==1.
6756
6757 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6758 (eshell-rewrite-for-command): Remove workaround.
6759 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6760 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6761 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6762
6763 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6764
6765 2011-11-17 Glenn Morris <rgm@gnu.org>
6766
6767 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6768 Ignore buffer-local generated-autoload-file if it is the same
6769 as the global value. (Bug#10049)
6770
6771 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6774 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6775 (reftex-toc-previous-heading, reftex-toc-max-level)
6776 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6777 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6778 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6779 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6780 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6781 (reftex-toc-rename-label, reftex-toc-visit-location)
6782 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6783 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6784 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6785 leaving "*toc*" only for references to the buffer.
6786
6787 2011-11-17 Martin Rudalics <rudalics@gmx.at>
6788
6789 * window.el (window-resize, delete-window, split-window):
6790 Replace window-splits by window-combination-resize.
6791 * cus-start.el (window-splits): Replace by window-combination-resize.
6792
6793 2011-11-17 Glenn Morris <rgm@gnu.org>
6794
6795 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6796 Make bash entry derive from sh entry, not shell entry.
6797
6798 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6801 local file name.
6802
6803 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * menu-bar.el (menu-bar-file-menu):
6806 * printing.el (pr-ps-utility):
6807 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6808 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6809 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6810 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6811 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6812 (icalendar--convert-cyclic-to-ical)
6813 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6814 (icalendar--convert-ical-to-diary)
6815 (icalendar--convert-recurring-to-diary)
6816 (icalendar--convert-non-recurring-all-day-to-diary)
6817 (icalendar-import-format-sample):
6818 * progmodes/idlw-shell.el (idlwave-shell-mode):
6819 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6820 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6821 (vhdl-ps-print-init): Fix typos.
6822
6823 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6824
6825 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6826 FSF and collapse date sequence, obscure author/maintainer email address
6827 better, remove extra version line, track relocation of author's webpage.
6828
6829 * progmodes/python.el (python-pdbtrack-input-prompt)
6830 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6831 regular python pdb prompts. Adjustments shamelessly taken exactly as
6832 suggested in EmacsWiki page (tiny change):
6833 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
6834
6835 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * expand.el (expand-pos, expand-index, expand-point):
6838 Remove redundant info from docstring.
6839 (expand-add-abbrevs): Doc fix.
6840 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6841 (expand-sample-perl-mode-expand-list): Fix typos.
6842
6843 * net/dbus.el (dbus-event-member-name):
6844 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6845 * term/pc-win.el (msdos-create-frame-with-faces):
6846 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6847
6848 2011-11-16 Martin Rudalics <rudalics@gmx.at>
6849
6850 * window.el (split-window, window-state-get-1)
6851 (window-state-put-1, window-state-put-2): Rename occurrences of
6852 window-nest to window-combination-limit.
6853 * cus-start.el (window-nest): Rename to window-combination-limit.
6854
6855 2011-11-16 Chong Yidong <cyd@gnu.org>
6856
6857 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6858 regexp (Bug#10033).
6859
6860 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6863 `completing-read' will remove *Completions* and will preserve
6864 current-buffer for us.
6865 (tmm-add-prompt): Users of *Completions* will always (re)set its
6866 major mode.
6867 (tmm-old-comp-map): Remove.
6868
6869 2011-11-16 Glenn Morris <rgm@gnu.org>
6870
6871 * mail/rmailedit.el: Require rmailmm when compiling.
6872 (rmail-old-mime-state): New declaration.
6873 (rmail-edit-current-message): If editing a mime message,
6874 edit the "raw" message from the mbox buffer.
6875 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6876
6877 2011-11-15 Glenn Morris <rgm@gnu.org>
6878
6879 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6880 which wasn't being used. Add optional arg to force given state.
6881 (rmail-mime): Add optional arg to force given state.
6882
6883 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6886 * frame.el (display-mm-dimensions-alist):
6887 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6888 (outline-move-subtree-down):
6889 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6890 (newsticker--treeview-do-get-node):
6891 * net/quickurl.el (quickurl-list-buffer-name):
6892 * progmodes/dcl-mode.el (dcl-mode):
6893 * progmodes/gdb-mi.el (gdb-mapcar*):
6894 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6895
6896 2011-11-15 Glenn Morris <rgm@gnu.org>
6897
6898 * mail/rmail.el (rmail-file-coding-system): It's only ever used
6899 in a boolean sense, so just make it a boolean, and fix the doc.
6900 (rmail-show-mime-function, rmail-mime-feature)
6901 (rmail-require-mime-maybe): Doc fixes.
6902 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6903
6904 * mail/rmailmm.el (rmail-show-mime): Doc fix.
6905
6906 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6909 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6910 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6911 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6912
6913 2011-11-15 Glenn Morris <rgm@gnu.org>
6914
6915 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6916 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6917 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6918 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6919 (rmail-mime, rmail-show-mime): Doc fixes.
6920
6921 * term/ns-win.el (mode-line-frame-identification):
6922 Leave it alone. (Bug#10051)
6923
6924 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
6925
6926 * mail/rmailout.el (rmail-output-to-rmail-buffer):
6927 Handle empty buffers. (Bug#9978)
6928
6929 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
6930
6931 * international/mule.el (define-charset):
6932 * mail/rmailmm.el (rmail-mime-find-header-encoding):
6933 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6934 * progmodes/verilog-mode.el (verilog-backward-token):
6935 * textmodes/ispell.el (lookup-words):
6936 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6937
6938 2011-11-14 Glenn Morris <rgm@gnu.org>
6939
6940 * progmodes/executable.el
6941 (executable-make-buffer-file-executable-if-script-p):
6942 Handle file-modes returning nil.
6943
6944 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6945 message - not necessary, and causes problems. (Bug#9831)
6946
6947 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6948
6949 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6950
6951 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6952 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6953 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6954
6955 2011-11-12 Martin Rudalics <rudalics@gmx.at>
6956
6957 * window.el (window-resize, delete-window): Use window-splits
6958 variable instead of function.
6959 (window-state-get-1, window-state-put-2, window-state-put):
6960 Don't deal with windows' splits status.
6961
6962 2011-11-12 Glenn Morris <rgm@gnu.org>
6963
6964 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6965 (apropos-documentation): Doc fixes.
6966
6967 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6970 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6971
6972 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * electric.el (electric-indent-post-self-insert-function): Make it
6975 possible for a char to only indent in some circumstances.
6976 (electric-indent-mode): Simplify.
6977
6978 2011-11-11 Martin Rudalics <rudalics@gmx.at>
6979
6980 * window.el (windows-with-parameter): Remove unused function.
6981 (windows-at-side): Rename to window-at-side-list.
6982 (window-check, window-atom-check, window-atom-check-1)
6983 (window-side-check, window-size-ignore, window-size-fixed-1)
6984 (window-in-direction-2): Prefix with "window--".
6985 (window-tree-1): Rename to window--subtree, fix doc-string.
6986
6987 2011-11-11 Glenn Morris <rgm@gnu.org>
6988
6989 * subr.el (eval-after-load): If FILE is already loaded,
6990 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6991
6992 2011-11-10 Glenn Morris <rgm@gnu.org>
6993
6994 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6995 Call svn via vc-svn-command rather than vc-do-command.
6996 (vc-svn-command): Add --non-interactive. (Bug#9993)
6997 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6998
6999 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7000 Add toggle-read-only. (Bug#7292)
7001 * files.el (toggle-read-only): Mention that it should only
7002 be used interactively. (Bug#10006)
7003
7004 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7007 Adjust regexp for OCaml warnings.
7008
7009 * electric.el (electric-pair-post-self-insert-function): Let user
7010 turn it off buffer-locally (bug#9932).
7011
7012 * progmodes/python.el (python-beginning-of-statement):
7013 Rewrite (bug#2703).
7014
7015 * progmodes/compile.el: Better handle TABs (bug#9749).
7016 (compilation-internal-error-properties)
7017 (compilation-next-error-function): Obey the target buffer's
7018 compilation-error-screen-columns.
7019
7020 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * progmodes/meta-mode.el: Remove obsolete comments.
7023 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7024 Fix typos in docstrings.
7025
7026 2011-11-09 Martin Rudalics <rudalics@gmx.at>
7027
7028 * window.el (window-size-fixed-p): Rewrite doc-string.
7029 (window-resizable-p): Rename to window--resizable-p. Update callers.
7030 (window--resizable): New function. Make all callers of
7031 window-resizable call window--resizable instead.
7032 (window-resizable): Rewrite in terms of window--resizable.
7033
7034 2011-11-08 Glenn Morris <rgm@gnu.org>
7035
7036 * progmodes/delphi.el (delphi-mode-syntax-table):
7037 Let define-derived-mode define a proper syntax table. (Bug#9994)
7038
7039 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * window.el: Stay away from defsubst.
7042 (window-list-no-nils): Remove.
7043 (window-state-get-1, window-state-get): Use backquote instead.
7044
7045 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7046
7047 * emacs-lisp/find-func.el (find-function-read):
7048 Fix incorrect use of default argument in `completing-read'.
7049
7050 2011-11-08 Martin Rudalics <rudalics@gmx.at>
7051
7052 * window.el (display-buffer-function, special-display-function):
7053 Mention display-buffer-record-window but do not mention
7054 help-setup parameter in doc-strings.
7055 (window-min-delta): Fix doc-string typo.
7056
7057 2011-11-08 Chong Yidong <cyd@gnu.org>
7058
7059 * window.el (window-total-height, window-total-width): Doc fix.
7060 (window-body-size): Move from C.
7061 (window-body-height, window-body-width): Move to C.
7062
7063 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * window.el: Make special-display like display-buffer-alist (bug#9532).
7066 (display-buffer--special-action): New function, morphed
7067 from display-buffer--special.
7068 (display-buffer): Use it to handle special-display-buffers at higher
7069 priority (just after display-buffer-alist).
7070 (display-buffer-fallback-action, display-buffer--other-frame-action)
7071 (pop-to-buffer-same-window): Remove display-buffer--special.
7072
7073 2011-11-07 Glenn Morris <rgm@gnu.org>
7074
7075 * calendar/cal-menu.el (cal-menu-set-date-title):
7076 Do nothing if not in a calendar. (Bug#9976)
7077
7078 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * files.el (find-file): Always use selected-window.
7081
7082 2011-11-07 Martin Rudalics <rudalics@gmx.at>
7083
7084 * window.el (window-combinations): Make WINDOW argument
7085 mandatory. Rewrite doc-string.
7086 (walk-window-subtree, window-atom-check, window-min-delta)
7087 (window-max-delta, window--resize-this-window)
7088 (window--resize-root-window-vertically, window-tree)
7089 (balance-windows, window-state-put): Rewrite doc-strings as to
7090 not mention the term "subwindow".
7091 (window--resize-subwindows-skip-p): Rename to
7092 window--resize-child-windows-skip-p.
7093 (window--resize-subwindows-normal): Rename to
7094 window--resize-child-windows-normal.
7095 (window--resize-subwindows): Rename to
7096 window--resize-child-windows.
7097 (window-or-subwindow-p): Rename to window--in-subtree-p.
7098
7099 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7100
7101 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7102 Ensure that mbox format messages end in two newlines (Bug#9974).
7103
7104 2011-11-06 Chong Yidong <cyd@gnu.org>
7105
7106 * window.el (window-combination-p): Function deleted; its
7107 side-effect is not used in any existing code.
7108 (window-combinations, window-combined-p): Call window-*-child
7109 directly.
7110
7111 2011-11-05 Chong Yidong <cyd@gnu.org>
7112
7113 * window.el (window-valid-p): Rename from window-any-p.
7114 (window-size-ignore, window-state-get): Callers changed.
7115 (window-normalize-window): Rename from window-normalize-any-window.
7116 New arg LIVE-ONLY, replacing window-normalize-live-window.
7117 (window-normalize-live-window): Delete.
7118 (window-combination-p, window-combined-p, window-combinations)
7119 (walk-window-subtree, window-atom-root, window-min-size)
7120 (window-sizable, window-sizable-p, window-size-fixed-p)
7121 (window-min-delta, window-max-delta, window-resizable)
7122 (window-resizable-p, window-full-height-p, window-full-width-p)
7123 (window-current-scroll-bars, window-point-1, set-window-point-1)
7124 (window-at-side-p, window-in-direction, window-resize)
7125 (adjust-window-trailing-edge, maximize-window, minimize-window)
7126 (window-deletable-p, delete-window, delete-other-windows)
7127 (record-window-buffer, unrecord-window-buffer)
7128 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7129 (quit-window, split-window, window-state-put)
7130 (set-window-text-height, fit-window-to-buffer)
7131 (shrink-window-if-larger-than-buffer): Callers changed.
7132
7133 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7134
7135 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7136 rfc2047-decode-string.
7137 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7138 warnings.
7139
7140 * window.el (window-body-height, window-body-width): Mention in
7141 the doc string that the return values are in frame's canonical
7142 units. (Bug#9949)
7143
7144 2011-11-03 Alan Mackenzie <acm@muc.de>
7145
7146 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7147 change in cc-engine.el.
7148
7149 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7152
7153 2011-11-02 Martin Rudalics <rudalics@gmx.at>
7154
7155 * window.el (quit-window): Call unrecord-window-buffer after
7156 showing another buffer in the window. (Bug#9937)
7157 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
7158
7159 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7162 Accept status with more than 9 shelves. (Bug#9935)
7163 Reported by Colin D Bennett <colin@gibibit.com>.
7164
7165 2011-11-01 Martin Rudalics <rudalics@gmx.at>
7166
7167 * help.el (with-help-window): Don't reference
7168 temp-buffer-show-specifiers in doc-string.
7169
7170 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7171
7172 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7173 menu-item.
7174
7175 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7176
7177 * whitespace.el: New version 13.2.2.
7178 (whitespace-newline-mode): Disable properly. Reported by Sarah
7179 <EmacsWiki>.
7180
7181 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
7182
7183 * net/newst-treeview.el: Remove "Time-stamp".
7184 (newsticker--group-manage-orphan-feeds): Do not call
7185 newsticker--treeview-tree-update.
7186 (newsticker-treeview-update, newsticker-treeview):
7187 Call newsticker--treeview-tree-update if necessary.
7188
7189 2011-10-30 Martin Rudalics <rudalics@gmx.at>
7190
7191 * window.el (window-iso-combination-p, window-iso-combined-p)
7192 (window-iso-combinations): Remove "iso-" infix.
7193 Suggested by Chong Yidong.
7194 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7195 (window-max-delta-1, window-resize, window--resize-siblings)
7196 (window--resize-this-window, adjust-window-trailing-edge)
7197 (split-window, balance-windows-1)
7198 (shrink-window-if-larger-than-buffer):
7199 * calendar/calendar.el (calendar-generate-window):
7200 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
7201
7202 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7205 in place (bug#9907).
7206 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7207 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7208 (eshell-structure-basic-command, eshell-rewrite-while-command)
7209 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7210 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7211 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7212 (eshell-do-pipelines-synchronously, eshell-eval-command):
7213 Use backquotes and prefer setq to set.
7214 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7215 (eshell-macrop): Use functionp.
7216 (eshell-do-eval): Handle multiple expressions in `while' body.
7217
7218 2011-10-30 Chong Yidong <cyd@gnu.org>
7219
7220 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7221 instead of set-mark (Bug#9810).
7222
7223 2011-10-30 Chong Yidong <cyd@gnu.org>
7224
7225 * window.el (split-window-below, split-window-right): Rename from
7226 split-window-above-each-other and split-window-side-by-side
7227 respectively. All callers changed.
7228 (split-window-sensibly, split-window-sensibly): Use them.
7229 (split-window-keep-point): Doc fix.
7230
7231 * isearch.el: Add isearch-scroll property to split-window-below
7232 and split-window-right.
7233
7234 * follow.el (follow-mode):
7235 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7236 * progmodes/ada-xref.el (ada-gdb-application):
7237 * emulation/vip.el (vip-buffer-in-two-windows):
7238 * image-dired.el (image-dired-dired-with-window-configuration):
7239 * dired-x.el (dired-do-find-marked-files):
7240 * dired.el (dired-pop-to-buffer):
7241 * bs.el (bs--show-with-configuration):
7242 * vc/emerge.el (emerge-setup-windows):
7243 * textmodes/two-column.el (2C-two-columns):
7244 * textmodes/reftex-toc.el (reftex-toc):
7245 * progmodes/gdb-mi.el (gdb-setup-windows):
7246 * progmodes/fortran.el (fortran-window-create):
7247 * net/newst-treeview.el (newsticker--treeview-window-init):
7248 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7249 * emulation/tpu-edt.el (tpu-gold-map):
7250 * emulation/crisp.el (crisp-mode-map):
7251 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7252
7253 2011-10-29 Chong Yidong <cyd@gnu.org>
7254
7255 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7256
7257 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7258
7259 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7260 forged Ispell output (Bug#7904).
7261
7262 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7263
7264 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * doc-view.el: Avoid ugly errors about not finding nil.
7267 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7268 (doc-view-dvipdf-program, doc-view-unoconv-program)
7269 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7270 Avoid nil or absolute file name as default value.
7271 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7272
7273 2011-10-28 Alan Mackenzie <acm@muc.de>
7274
7275 * progmodes/cc-defs.el (c-version): -> 5.32.2.
7276
7277 2011-10-28 Alan Mackenzie <acm@muc.de>
7278
7279 Amend the handling of c-beginning/end-of-defun in nested declaration
7280 scopes.
7281
7282 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7283 cc-langs.el. Change it to a defcustom.
7284
7285 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7286 cc-vars.el.
7287
7288 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7289 Prevent "class foo : bar" being spuriously recognized as a label.
7290
7291 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
7292 Add parameter `inclusive' (to include enclosing braces in the region).
7293 (c-widen-to-enclosing-decl-scope): New function.
7294 (c-while-widening-to-decl-block): New macro.
7295 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7296 outward for defun boundaries, and correspondingly change symbol
7297 `respect-enclosure' to `go-outward'.
7298 (c-declaration-limits): Change algorithm to report only the "innermost"
7299 defun's boundaries.
7300
7301 2011-10-28 Deniz Dogan <deniz@dogan.se>
7302
7303 * net/rcirc.el (rcirc-mode): Use hard newlines.
7304
7305 2011-10-28 Alan Mackenzie <acm@muc.de>
7306
7307 Amend to indent and fontify macros "which include their own semicolon"
7308 correctly, using the "virtual semicolon" mechanism.
7309
7310 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
7311
7312 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7313 Recode to scan one line at a time rather than having \n and \r
7314 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
7315 (c-forward-label): Amend for virtual semicolons.
7316 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
7317
7318 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7319 of the new C macros.
7320
7321 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
7322 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7323 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
7324 (c-opt-cpp-macro-define): Make into a full language variable.
7325 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7326 AWK Mode (including \n, \r) removed, no longer needed.
7327
7328 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7329 Invoke c-make-macro-with-semi-re.
7330
7331 * progmodes/cc-vars.el (c-macro-with-semi-re):
7332 (c-macro-names-with-semicolon): New variables.
7333 (c-make-macro-with-semi-re): New function.
7334
7335 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * vc/log-edit.el: Fill empty field rather than adding new one.
7338 (log-edit-add-field): New function.
7339 (log-edit-insert-changelog): Use it.
7340
7341 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7342
7343 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7344
7345 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7348 (gdb--check-interpreter): New function.
7349 (gdb): Use it.
7350
7351 2011-10-27 Glenn Morris <rgm@gnu.org>
7352
7353 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7354 (least-positive-float, least-negative-float)
7355 (least-positive-normalized-float, least-negative-normalized-float)
7356 (float-epsilon, float-negative-epsilon):
7357 Remove unnecessary declarations.
7358
7359 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7360 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7361 (least-positive-float, least-negative-float)
7362 (least-positive-normalized-float, least-negative-normalized-float)
7363 (float-epsilon, float-negative-epsilon): Add doc-strings,
7364 based on those in cl.texi.
7365
7366 * files.el (set-visited-file-name): If the major-mode changed,
7367 reload the local variables. (Bug#9796)
7368
7369 2011-10-27 Chong Yidong <cyd@gnu.org>
7370
7371 * subr.el (change-major-mode-after-body-hook): New hook.
7372 (run-mode-hooks): Run it.
7373
7374 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7375 Use change-major-mode-before-body-hook.
7376
7377 * simple.el (fundamental-mode):
7378 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7379 change introducing fundamental-mode-hook.
7380
7381 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
7384
7385 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
7386
7387 * ido.el (ido-file-name-all-completions-1): Do not require
7388 tramp.el explicitly. (Bug#7583)
7389
7390 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * progmodes/octave-mod.el:
7393 * progmodes/octave-inf.el: Update maintainer.
7394
7395 2011-10-26 Chong Yidong <cyd@gnu.org>
7396
7397 * subr.el (with-wrapper-hook): Rewrite doc.
7398
7399 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
7400
7401 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
7402 filenames "/method:foo:". (Bug#9793)
7403
7404 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7407 (bug#9865).
7408
7409 2011-10-24 Glenn Morris <rgm@gnu.org>
7410
7411 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7412
7413 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
7414
7415 * notifications.el: Add the requirement of a running D-Bus session
7416 bus to the Commentary.
7417
7418 2011-10-24 Juri Linkov <juri@jurta.org>
7419
7420 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7421 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7422 (Bug#9364)
7423
7424 2011-10-24 Juri Linkov <juri@jurta.org>
7425
7426 * info.el (Info-following-node-name-re): Add newline to the list
7427 of allowed characters for leading space. (Bug#9824)
7428
7429 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * progmodes/octave-inf.el (inferior-octave-mode-map):
7432 Fix C-c C-h binding.
7433 * progmodes/octave-mod.el (octave-help): Remove.
7434
7435 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
7436
7437 Sync with Tramp 2.2.3.
7438
7439 * net/tramp-cache.el (top): Pacify byte-compiler using
7440 `init-file-user' and `site-run-file'.
7441
7442 * net/trampver.el: Update release number.
7443
7444 2011-10-23 Chong Yidong <cyd@gnu.org>
7445
7446 * files.el (toggle-read-only): Remove obsolete comment about
7447 version control.
7448
7449 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7450 for toggle-read-only. Note that this hasn't called vc-next-action
7451 since 2008-05-02, though it wasn't documented at the time.
7452
7453 * vc/ediff-init.el (ediff-toggle-read-only-function):
7454 Use toggle-read-only.
7455
7456 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7457
7458 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7459 of c-parse-state.
7460
7461 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7462 correct faulty logical expression.
7463 (c-parse-state-state, c-record-parse-state-state):
7464 (c-replay-parse-state-state): New defvar/defuns.
7465 (c-debug-parse-state): Use new functions.
7466
7467 2011-10-22 Martin Rudalics <rudalics@gmx.at>
7468
7469 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
7470 last fix. Use window-in-direction correctly.
7471
7472 2011-10-21 Chong Yidong <cyd@gnu.org>
7473
7474 * progmodes/idlwave.el (idlwave-mode):
7475 * progmodes/vera-mode.el (vera-mode): No need to set
7476 require-final-newline; that's done in prog-mode.
7477 Suggested by Stefan Monnier.
7478
7479 2011-10-21 Martin Rudalics <rudalics@gmx.at>
7480
7481 * mouse.el (mouse-drag-window-above)
7482 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7483 (mouse-drag-mode-line-1, mouse-drag-header-line)
7484 (mouse-drag-vertical-line-rightward-window): Remove.
7485 (mouse-drag-line): New function.
7486 (mouse-drag-mode-line, mouse-drag-header-line)
7487 (mouse-drag-vertical-line): Call mouse-drag-line.
7488 * window.el (window-at-side-p, windows-at-side): New functions.
7489
7490 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
7491
7492 * tar-mode.el (tar-grind-file-mode):
7493 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7494
7495 2011-10-21 Chong Yidong <cyd@gnu.org>
7496
7497 * progmodes/idlwave.el (idlwave-mode):
7498 * progmodes/vera-mode.el (vera-mode):
7499 Use mode-require-final-newline.
7500
7501 2011-10-20 Glenn Morris <rgm@gnu.org>
7502
7503 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
7504
7505 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7506
7507 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7508
7509 2011-10-20 Chong Yidong <cyd@gnu.org>
7510
7511 * emulation/cua-base.el (cua-mode):
7512 * mail/footnote.el (footnote-mode):
7513 * mail/mailabbrev.el (mail-abbrevs-mode):
7514 * net/xesam.el (xesam-minor-mode):
7515 * progmodes/bug-reference.el (bug-reference-mode):
7516 * progmodes/cap-words.el (capitalized-words-mode):
7517 * progmodes/compile.el (compilation-minor-mode)
7518 (compilation-shell-minor-mode):
7519 * progmodes/gud.el (gud-tooltip-mode):
7520 * progmodes/hideif.el (hide-ifdef-mode):
7521 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7522 * progmodes/subword.el (subword-mode):
7523 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7524 * progmodes/which-func.el (which-function-mode):
7525 * term/tvi970.el (tvi970-set-keypad-mode):
7526 * term/vt100.el (vt100-wide-mode):
7527 * textmodes/flyspell.el (flyspell-mode):
7528 * textmodes/ispell.el (ispell-minor-mode):
7529 * textmodes/nroff-mode.el (nroff-electric-mode):
7530 * textmodes/paragraphs.el (use-hard-newlines):
7531 * textmodes/refill.el (refill-mode):
7532 * textmodes/reftex.el (reftex-mode):
7533 * textmodes/rst.el (rst-minor-mode):
7534 * textmodes/sgml-mode.el (html-autoview-mode)
7535 (sgml-electric-tag-pair-mode):
7536 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7537 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7538 * emulation/crisp.el (crisp-mode):
7539 * emacs-lisp/eldoc.el (eldoc-mode):
7540 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7541 minor mode behavior.
7542
7543 2011-10-19 Juri Linkov <juri@jurta.org>
7544
7545 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7546 the list of hard-coded chars with escape-glyph face.
7547
7548 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7551
7552 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7555 running process.
7556
7557 2011-10-19 Glenn Morris <rgm@gnu.org>
7558
7559 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7560 Ignore ignored files. (Bug#9726)
7561
7562 2011-10-19 Chong Yidong <cyd@gnu.org>
7563
7564 Doc fix for minor modes, stating that an omitted argument enables
7565 the mode unconditionally when called from Lisp.
7566
7567 * abbrev.el (abbrev-mode):
7568 * allout.el (allout-mode):
7569 * autoinsert.el (auto-insert-mode):
7570 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7571 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7572 (global-auto-revert-mode):
7573 * battery.el (display-battery-mode):
7574 * composite.el (global-auto-composition-mode)
7575 (auto-composition-mode):
7576 * delsel.el (delete-selection-mode):
7577 * desktop.el (desktop-save-mode):
7578 * dired-x.el (dired-omit-mode):
7579 * dirtrack.el (dirtrack-mode):
7580 * doc-view.el (doc-view-minor-mode):
7581 * double.el (double-mode):
7582 * electric.el (electric-indent-mode, electric-pair-mode):
7583 * emacs-lock.el (emacs-lock-mode):
7584 * epa-hook.el (auto-encryption-mode):
7585 * follow.el (follow-mode):
7586 * font-core.el (font-lock-mode):
7587 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7588 * help.el (temp-buffer-resize-mode):
7589 * hilit-chg.el (highlight-changes-mode)
7590 (highlight-changes-visible-mode):
7591 * hi-lock.el (hi-lock-mode):
7592 * hl-line.el (hl-line-mode, global-hl-line-mode):
7593 * icomplete.el (icomplete-mode):
7594 * ido.el (ido-everywhere):
7595 * image-file.el (auto-image-file-mode):
7596 * image-mode.el (image-minor-mode):
7597 * iswitchb.el (iswitchb-mode):
7598 * jka-cmpr-hook.el (auto-compression-mode):
7599 * linum.el (linum-mode):
7600 * longlines.el (longlines-mode):
7601 * master.el (master-mode):
7602 * mb-depth.el (minibuffer-depth-indicate-mode):
7603 * menu-bar.el (menu-bar-mode):
7604 * minibuf-eldef.el (minibuffer-electric-default-mode):
7605 * mouse-sel.el (mouse-sel-mode):
7606 * msb.el (msb-mode):
7607 * mwheel.el (mouse-wheel-mode):
7608 * outline.el (outline-minor-mode):
7609 * paren.el (show-paren-mode):
7610 * recentf.el (recentf-mode):
7611 * reveal.el (reveal-mode, global-reveal-mode):
7612 * rfn-eshadow.el (file-name-shadow-mode):
7613 * ruler-mode.el (ruler-mode):
7614 * savehist.el (savehist-mode):
7615 * scroll-all.el (scroll-all-mode):
7616 * scroll-bar.el (scroll-bar-mode):
7617 * server.el (server-mode):
7618 * shell.el (shell-dirtrack-mode):
7619 * simple.el (auto-fill-mode, transient-mark-mode)
7620 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7621 (line-number-mode, column-number-mode, size-indication-mode)
7622 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7623 * strokes.el (strokes-mode):
7624 * time.el (display-time-mode):
7625 * t-mouse.el (gpm-mouse-mode):
7626 * tool-bar.el (tool-bar-mode):
7627 * tooltip.el (tooltip-mode):
7628 * type-break.el (type-break-mode-line-message-mode)
7629 (type-break-query-mode):
7630 * view.el (view-mode):
7631 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7632 (global-whitespace-mode, global-whitespace-newline-mode):
7633 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7634
7635 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7636 Fix autogenerated docstring.
7637
7638 2011-10-19 Juri Linkov <juri@jurta.org>
7639
7640 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7641 by checking environment variables "DESKTOP_SESSION" and
7642 "XDG_CURRENT_DESKTOP". (Bug#9779)
7643
7644 2011-10-19 Juri Linkov <juri@jurta.org>
7645
7646 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7647 (browse-url-chromium-program, browse-url-chromium-arguments):
7648 New defcustoms.
7649 (browse-url-default-browser): Check for `browse-url-chromium' and
7650 call `browse-url-chromium-program'.
7651 (browse-url-chromium): New command. (Bug#9779)
7652
7653 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * facemenu.el (list-colors-duplicates): On Windows, detect more
7656 duplicates by assuming that only colors matching "^System" are
7657 special "system colors". (Bug#9722)
7658
7659 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7662 to distinguish the author from the committer.
7663
7664 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
7665
7666 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7667
7668 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7669
7670 * international/mule.el (sgml-html-meta-auto-coding-function):
7671 Add support for detecting encoding in HTML5 specified only as
7672 <meta charset="UTF-8">. Implementation just makes http-equiv and
7673 content-type parts from HTML4 encoding string optional. (Bug#9716)
7674
7675 2011-10-18 Glenn Morris <rgm@gnu.org>
7676
7677 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7678
7679 2011-10-18 Chong Yidong <cyd@gnu.org>
7680
7681 * faces.el (cursor): Doc fix.
7682
7683 2011-10-17 Chong Yidong <cyd@gnu.org>
7684
7685 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7686
7687 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
7688
7689 * dirtrack.el (dirtrack): Support shell buffers with path
7690 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7691
7692 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7693
7694 * json.el: Bump version to 1.3 and note change in History.
7695 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7696
7697 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * comint.el (comint-insert-input, comint-send-input)
7700 (comint-get-old-input-default, comint-backward-matching-input)
7701 (comint-next-prompt): Use nil instead of `input' for field property of
7702 past user input (bug#114).
7703
7704 * minibuffer.el (completion--replace): Inherit surrounding properties
7705 (bug#114).
7706 (minibuffer-complete-and-exit): Use it.
7707
7708 * comint.el (comint--table-subvert): Quote the all-completions output
7709 (bug#9160).
7710
7711 2011-10-17 Martin Rudalics <rudalics@gmx.at>
7712
7713 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
7714
7715 * menu-bar.el (menu-bar-file-menu): Add entry for making new
7716 window on right of selected. (Bug#9350) Reword other window
7717 entries and separate them from frame entries.
7718
7719 2011-10-15 Glenn Morris <rgm@gnu.org>
7720
7721 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7722 Doc fixes.
7723
7724 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
7725
7726 * net/network-stream.el (network-stream-open-starttls):
7727 Improve detection of failure due to lack of TLS support.
7728
7729 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7730 putting the input text in front and in bold.
7731
7732 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7735
7736 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7737 empty buffer.
7738
7739 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7740 unread-command-events rather than pushing yet-another event.
7741
7742 2011-10-14 Eli Zaretskii <eliz@gnu.org>
7743
7744 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7745 the explanation of the possible choices. Make the options passed
7746 to completing-read shorter.
7747
7748 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7749
7750 * textmodes/flyspell.el (flyspell-large-region): Make sure
7751 extended character mode is used if defined (Bug#1339).
7752
7753 2011-10-13 Eli Zaretskii <eliz@gnu.org>
7754
7755 * simple.el (what-cursor-position): Fix the display of the
7756 character info for LRE, LRO, RLE, and RLO characters by appending
7757 an invisible PDF.
7758
7759 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7762 even in case of error; add debug spec; simplify data flow.
7763 (with-timeout-handler): Remove.
7764
7765 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
7766
7767 Fix Bug#6019, Bug#9315.
7768
7769 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7770 complete `buffer-file-name', the local file name part could look
7771 remotely (for example on VMS).
7772
7773 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7774 `tramp-run-real-handler'.
7775 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7776 already quoted by '"'.
7777
7778 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7779 Let `file-name-handler-alist' be nil, the local file name part
7780 could look remotely (for example on VMS).
7781
7782 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7785 from here...
7786 (flyspell-post-command-hook): ...to here.
7787
7788 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7791 if not needed.
7792 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7793 using completion. Protect against "slow" callers.
7794 Remove the "message hack".
7795
7796 2011-10-11 Juri Linkov <juri@jurta.org>
7797
7798 * isearch.el (isearch-lazy-highlight-word): New variable.
7799 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7800 Use it. (Bug#9727)
7801
7802 2011-10-11 Glenn Morris <rgm@gnu.org>
7803
7804 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7805 like f90-previous-statement does.
7806
7807 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7808
7809 * eshell/eshell.el (eshell-command): History should be saved
7810 only in interactive use, to avoid error.
7811
7812 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * minibuffer.el (completion-file-name-table): Fix last change,
7815 i.e. ignore normal errors but not the other ones.
7816
7817 2011-10-10 Martin Rudalics <rudalics@gmx.at>
7818
7819 * window.el (special-display-buffer-names)
7820 (special-display-regexps): Remove some remnants of earlier
7821 changes from doc-strings.
7822 (quit-windows-on): New function.
7823
7824 * vc/vc.el (vc-revert, vc-rollback):
7825 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7826 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
7827 (Bug#6183) (Bug#7074) (Bug#7447)
7828
7829 2011-10-09 Martin Rudalics <rudalics@gmx.at>
7830
7831 * window.el (frame-auto-hide-function): Add version tag.
7832 (Bug#9699)
7833
7834 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
7835
7836 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7837 condition.
7838
7839 2011-10-09 Leo Liu <sdl.web@gmail.com>
7840
7841 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7842 (Bug#9701)
7843
7844 2011-10-08 Glenn Morris <rgm@gnu.org>
7845
7846 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7847 before the first code statement zero indent. (Bug#9690)
7848
7849 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * simple.el (count-words-region): Always count in the region.
7852 Report the number of lines and characters too.
7853 (count-words): New command, which counts in the buffer if the
7854 region is inactive, as count-words-region used to.
7855 (count-words--message): New function. Handle plurals.
7856 (count-lines-region): Make it an alias for count-words-region.
7857
7858 * bindings.el (esc-map): Replace count-lines-region with
7859 count-words-region.
7860
7861 2011-10-08 Martin Rudalics <rudalics@gmx.at>
7862
7863 * window.el (window--delete): Delete dedicated frame
7864 unconditionally when argument KILL is non-nil. (Bug#9699)
7865 (switch-to-buffer): Fix doc-string typo.
7866
7867 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7868
7869 * eshell/eshell.el (eshell-command): Avoid using hooks.
7870
7871 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * bindings.el ([M-left],[M-right]): Bind to left-word and
7874 right-word respectively.
7875
7876 2011-10-07 Glenn Morris <rgm@gnu.org>
7877
7878 * cus-start.el (debug-on-quit): Fix custom type.
7879
7880 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7881
7882 * subr.el (define-key-after): Clarify that the function is not
7883 useful for non-menu keymaps.
7884
7885 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7886
7887 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7888
7889 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
7890 in current minibuffer (Fix bug with recursive minibuffers).
7891
7892 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * progmodes/gdb-mi.el (gdb): Doc fix.
7895
7896 2011-10-05 Martin Rudalics <rudalics@gmx.at>
7897
7898 * window.el (frame-auto-hide-function): New option replacing
7899 frame-auto-delete. Suggested by Stefan Monnier.
7900 (window--delete): Call frame-auto-hide-function instead of
7901 investigating frame-auto-delete.
7902 (window-point-1, set-window-point-1): New functions.
7903 (window-in-direction, record-window-buffer, window-state-get-1)
7904 (display-buffer-record-window): Use window-point-1 instead of
7905 window-point.
7906 (set-window-buffer-start-and-point): Use set-window-point-1.
7907
7908 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7911
7912 2011-10-05 Glenn Morris <rgm@gnu.org>
7913
7914 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7915 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
7916
7917 2011-10-05 Leo Liu <sdl.web@gmail.com>
7918
7919 * subr.el (read-char-choice): Fix argument to buffer-live-p which
7920 works with buffer object.
7921
7922 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * mpc.el (mpc-tool-bar-map): Add labels.
7925
7926 2011-10-04 Glenn Morris <rgm@gnu.org>
7927
7928 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7929
7930 2011-10-04 Martin Rudalics <rudalics@gmx.at>
7931
7932 * window.el (window--delete): New function.
7933 (frame-auto-delete): Resuscitate option.
7934 (bury-buffer, replace-buffer-in-windows)
7935 (quit-window): Rewrite using window--delete.
7936 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7937 Pass display-buffer-mark-dedicated to window--display-buffer-2
7938 (Bug#9639).
7939
7940 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7943 returns a list (bug#9554). Add remote file name completion.
7944 * comint.el (comint--table-subvert): Curry and get quote&unquote
7945 functions as arguments.
7946 (comint--complete-file-name-data): Adjust call accordingly.
7947 * pcomplete.el (pcomplete--table-subvert): Remove.
7948 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7949
7950 * minibuffer.el (completion-table-case-fold): Use currying.
7951 (completion--styles-type, completion--cycling-threshold-type):
7952 New constants.
7953 (completion-styles, completion-category-overrides)
7954 (completion-cycle-threshold): Use them.
7955 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7956 completion-table-case-fold.
7957
7958 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
7959
7960 * minibuffer.el (completion-category-overrides): Fix type of styles
7961 and add more user friendly tags (bug#9660).
7962
7963 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7966 (mule-input-method-string): New widget.
7967 (default-input-method, language-info-custom-alist): Use it.
7968
7969 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * pcomplete.el: Require comint.
7972 (pcomplete--common-suffix): Remove.
7973 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7974 (pcomplete--table-subvert): Sync with comint--table-subvert.
7975 (pcomplete--entries): Use comint-completion-file-name-table.
7976 * comint.el (comint-unquote-filename): Simplify.
7977 (comint-completion-file-name-table): New function (bug#9616).
7978 (comint--complete-file-name-data): Use it.
7979
7980 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7981 (pcmpl-gnu-tar-buffer): Remove.
7982 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
7983 around. Make sure pcomplete-suffix-list is only changed temporarily.
7984 Don't look inside the tar's file if it's too large.
7985
7986 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * cus-edit.el (custom-mode-map):
7989 * epa.el (epa-key-list-mode-map):
7990 * man.el (Man-mode-map):
7991 * startup.el (splash-screen-keymap):
7992 * simple.el (special-mode-map): Use scroll-up-command and
7993 scroll-down-command.
7994
7995 * progmodes/idlw-help.el (idlwave-help-mode-map):
7996 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7997 * net/newst-plainview.el (newsticker-mode-map):
7998 * emulation/ws-mode.el (wordstar-mode-map):
7999 * emulation/vi.el (vi-com-map):
8000 * calc/calc-graph.el (calc-graph-show-dumb):
8001 * term/sun.el (terminal-init-sun):
8002 * term/ns-win.el (global-map):
8003 * progmodes/grep.el (grep-mode-map):
8004 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8005 * mail/rmail.el (rmail-mode-map):
8006 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8007
8008 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8009 custom-safe-themes as special.
8010
8011 2011-10-01 Julien Danjou <julien@danjou.info>
8012
8013 * notifications.el (notifications-notify): Fix docstring.
8014
8015 2011-10-01 Per Starbäck <per@starback.se>
8016
8017 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8018
8019 2011-09-30 Martin Rudalics <rudalics@gmx.at>
8020
8021 * startup.el (command-line-1): Fix last fix by inserting
8022 initial-scratch-message into *scratch* before displaying it.
8023 (Bug#9605) and (Bug#9636)
8024
8025 2011-09-29 Eli Zaretskii <eliz@gnu.org>
8026
8027 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8028 window is hscrolled, move by logical lines. (Bug#9607)
8029 (line-move-visual): Update the doc string to the above effect.
8030
8031 2011-09-29 Martin Rudalics <rudalics@gmx.at>
8032
8033 * window.el (display-buffer-record-window): When WINDOW is the
8034 selected window use `point' instead of `window-point'. (Bug#9626)
8035
8036 * startup.el (command-line-1): Use insert-before-markers when
8037 inserting initial-scratch-message. (Bug#9605)
8038
8039 * help.el (help-window): Remove variable.
8040
8041 2011-09-29 Glenn Morris <rgm@gnu.org>
8042
8043 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8044
8045 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * descr-text.el (describe-char-categories): Accept category
8048 descriptions more than one line long.
8049
8050 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * simple.el (delete-trailing-whitespace): Fix last change.
8053
8054 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8055 Don't confuse "y => 3" as the beginning of a `y' operation.
8056
8057 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8058 object has more than 4 slots (bug#9613).
8059
8060 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
8061
8062 * subr.el (with-output-to-temp-buffer):
8063 * net/quickurl.el (quickurl, quickurl-browse-url):
8064 Fix typos in docstrings.
8065
8066 2011-09-27 Eli Zaretskii <eliz@gnu.org>
8067
8068 * minibuffer.el (completion-styles)
8069 (completion-category-overrides): Cross reference each other in doc
8070 strings.
8071
8072 2011-09-27 Glenn Morris <rgm@gnu.org>
8073
8074 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8075 to split-string. (Bug#9606)
8076
8077 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8078
8079 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8080 (bug#9615).
8081
8082 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * emacs-lisp/package.el (list-packages): Fix echo area message.
8085
8086 2011-09-27 Leo Liu <sdl.web@gmail.com>
8087
8088 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8089
8090 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
8091
8092 * net/dbus.el (dbus-unregister-object): Don't release services for
8093 registered signals. (Bug#9581)
8094
8095 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8096
8097 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8098 function that picks between cfengine 2 and 3 support
8099 automatically. Update docs accordingly.
8100
8101 2011-09-22 Kenichi Handa <handa@m17n.org>
8102
8103 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8104 ZERO.
8105 (indian-itrans-v5-table-for-tamil): New variable.
8106 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8107
8108 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8109
8110 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8111 that's true if the current command involved collapsing of text.
8112 It's reset to false at the beginning of the next command.
8113 (allout-post-command-business): Move the cursor to the beginning
8114 of entry if the cursor is hidden and collapsing activity just
8115 happened.
8116
8117 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8120 tracking (Bug#9541).
8121
8122 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
8123
8124 * net/newst-reader.el (newsticker-html-renderer)
8125 (newsticker-show-news): Automatically load html rendering package
8126 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8127 because w3m-fill-column is let-bound" and the error "Symbol's value
8128 as variable is void: w3m-fill-column".
8129
8130 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
8131
8132 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8133 Release services only if they are defined. (Bug#9581)
8134
8135 2011-09-23 Richard Stallman <rms@gnu.org>
8136
8137 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8138 distinguish start of paragraph from start of its text.
8139
8140 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8141
8142 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8143 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8144 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8145
8146 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8147
8148 * international/mule-diag.el (mule-diag): Insert a newline after
8149 each fontset description.
8150
8151 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * simple.el (delete-trailing-whitespace):
8154 Document last change; simplify.
8155
8156 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8157
8158 * simple.el (delete-trailing-whitespace): Also delete
8159 extra newlines at the end of the buffer.
8160
8161 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8162 (picture-newline): Use forward-line so as to ignore fields.
8163
8164 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * subr.el (with-wrapper-hook): Fix edebug spec.
8167
8168 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8169
8170 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8171 (bug#4538).
8172
8173 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
8174
8175 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8176 Fix nasty bug using wrong cached values.
8177
8178 2011-09-23 Alan Mackenzie <acm@muc.de>
8179
8180 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8181
8182 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
8183
8184 * window.el (pop-to-buffer): Ensure right window is selected if we
8185 chose another frame.
8186
8187 2011-09-22 Eli Zaretskii <eliz@gnu.org>
8188
8189 * simple.el (what-cursor-position): Use get-char-property-change
8190 and next-single-char-property-change, to be able to show display
8191 properties that come from overlays as well as text properties.
8192
8193 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8196
8197 * cmuscheme.el (run-scheme, switch-to-scheme):
8198 * cus-edit.el (customize-group, custom-buffer-create)
8199 (customize-browse):
8200 * info.el (info):
8201 * shell.el (shell):
8202 * mail/sendmail.el (mail):
8203 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8204
8205 2011-09-22 Richard Stallman <rms@gnu.org>
8206
8207 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8208 move back only to line beg, don't move back over blank lines.
8209
8210 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
8211
8212 * files.el (copy-directory): Set directory attributes only in case
8213 they could be retrieved from the source directory. (Bug#9565)
8214
8215 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8216
8217 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8218 (hs-find-block-beginning, hs-hide-level-recursive):
8219 Ignore strings as well as comments. (Bug#9502)
8220
8221 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8222
8223 * progmodes/sql.el (sql-comint-postgres):
8224 Convert port number to a string. (Bug#9566)
8225
8226 2011-09-22 Martin Rudalics <rudalics@gmx.at>
8227
8228 * window.el (quit-window): Undedicate window when switching to
8229 previous buffer. Reported by Thierry Volpiatto
8230 <thierry.volpiatto@gmail.com>.
8231 (special-display-popup-frame): When popping up a new frame reset
8232 its previous buffers to nil. Simplify code.
8233
8234 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
8235
8236 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8237 and process filter, as done also in `shell-command'.
8238
8239 2011-09-21 Martin Rudalics <rudalics@gmx.at>
8240
8241 * window.el (set-window-buffer-start-and-point):
8242 Call set-window-start with NOFORCE argument t.
8243 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8244 (quit-window): Reword doc-string. Handle new format of
8245 quit-restore parameter. Don't delete window if it has a
8246 previous buffer we can show instead of the present one.
8247 (display-buffer-record-window): Rewrite using a new format for
8248 the quit-restore window parameter
8249 (special-display-popup-frame, display-buffer-same-window)
8250 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8251 (display-buffer-pop-up-window, display-buffer-use-some-window):
8252 Adapt symbol passed to display-buffer-record-window.
8253 * help.el (help-window-setup): Handle new format of quit-restore
8254 parameter.
8255
8256 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * faces.el (face-list): Fix docstring (bug#9564).
8259
8260 * window.el (display-buffer--action-function-custom-type):
8261 Don't include internal functions in the Custom interface.
8262
8263 2011-09-20 Juri Linkov <juri@jurta.org>
8264
8265 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8266 (Info-forward-node, Info-backward-node, Info-next-preorder)
8267 (Info-last-preorder): Use it. (Bug#9528)
8268
8269 2011-09-20 Juri Linkov <juri@jurta.org>
8270
8271 * info.el (Info-last-preorder): Visit last menu item only when
8272 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8273
8274 2011-09-20 Julien Danjou <julien@danjou.info>
8275
8276 * password-cache.el (password-cache-remove): Remove entries even if the
8277 value is nil, so that password with a nil value (negative caching) is
8278 possible to invalidate.
8279
8280 2011-09-20 Lawrence Mitchell <wence@gmx.li>
8281
8282 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8283 all whitespace around breakpoint. (Bug#9553)
8284 (f90-find-breakpoint): Only break at whitespace inside a comment.
8285
8286 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * minibuffer.el (completion-file-name-table): Keep track of errors.
8289 (completion-table-with-predicate): Handle the case where pred1 is nil.
8290 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8291
8292 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8295 (debugger-return-value): Signal an error if the debugging context does
8296 not await any return value.
8297
8298 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8299 * image-mode.el (image-toggle-display-text)
8300 (image-toggle-display-image): Stay away from evil `intangible'.
8301
8302 2011-09-19 Leo Liu <sdl.web@gmail.com>
8303
8304 * replace.el (occur-revert-arguments): Make it permanent-local.
8305 (occur-mode): Don't call font-lock-defontify.
8306
8307 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * net/ldap.el (ldap-search-internal): Don't push empty search
8310 result (Bug#9508).
8311
8312 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8315
8316 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8319 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8320
8321 2011-09-18 Juri Linkov <juri@jurta.org>
8322
8323 * buff-menu.el (Buffer-menu-mode-map):
8324 * dired.el (dired-mode-map):
8325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8326 (lisp-interaction-mode-map):
8327 * emacs-lisp/package.el (package-menu-mode-map):
8328 * epa.el (epa-key-list-mode-map):
8329 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8330 (menu-bar-options-menu):
8331 * outline.el (outline-mode-menu-bar-map):
8332 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8333 * vc/vc-dir.el (vc-dir-menu-map):
8334 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8335 Capitalize non-function content words in menu item strings.
8336
8337 * dired.el (dired-mode-map): Add menu item for
8338 `image-dired-dired-toggle-marked-thumbs'.
8339
8340 2011-09-18 Juri Linkov <juri@jurta.org>
8341
8342 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8343 to `isearch-case-fold-search' and restore its original value
8344 after the `isearch-mode' call.
8345
8346 2011-09-18 Juri Linkov <juri@jurta.org>
8347
8348 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8349 because `zgrep' returns 1 for successful matches (bug#9226).
8350
8351 2011-09-18 Juri Linkov <juri@jurta.org>
8352
8353 * info.el (Info-extract-menu-node-name): Check the second match
8354 for empty string (second test-case of bug#9528).
8355 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8356 intermediate nodes to the history (first test-case of bug#9528).
8357
8358 2011-09-18 Juri Linkov <juri@jurta.org>
8359
8360 * info.el (Info-mode-syntax-table): New variable.
8361 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
8362
8363 2011-09-18 Juri Linkov <juri@jurta.org>
8364
8365 * info.el (Info-file-supports-index-cookies):
8366 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8367 outputs one more line for long file names (bug#4142).
8368
8369 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * newcomment.el (comment-normalize-vars): If prompting for
8372 comment-start, set comment-start-skip too (Bug#8424).
8373
8374 2011-09-18 Johan Bockgård <bojohan@gnu.org>
8375
8376 * icomplete.el: Fix previous fix of Bug#5849.
8377 (icomplete-mode): Don't set completion-show-inline-help.
8378 (icomplete-minibuffer-setup): Set completion-show-inline-help
8379 locally during icompletion.
8380
8381 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * woman.el (woman2-process-escapes): Don't delete unrecognized
8384 escapes (Bug#7843).
8385
8386 * files.el (inhibit-first-line-modes-regexps): Add image files.
8387 (hack-local-variables-prop-line): Return nil for malformed
8388 prop-lines (Bug#9044).
8389
8390 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
8391
8392 * net/tramp.el (top): Don't require 'shell.
8393 (tramp-methods): Fix docstring.
8394 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8395 Return complete remote file name. Handle "smb" case.
8396 Use `tramp-tmpdir', if defined for the respective method.
8397 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8398
8399 * net/tramp-compat.el (top): Require 'shell.
8400
8401 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8402 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8403 `tramp-current-host'.
8404 (tramp-get-remote-tmpdir): Remove.
8405
8406 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8407 `tramp-tmpdir' entries.
8408 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8409 (tramp-smb-handle-file-attributes): Ignore errors.
8410 (tramp-smb-wait-for-output): Check also for process end.
8411
8412 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8413
8414 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8415 when sending QUIT (bug#9312).
8416
8417 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8420 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8421 occur-mode-display-occurrence.
8422 (occur-edit-mode): Add usage message.
8423 (occur-cease-edit): New command.
8424 (occur-after-change-function): Use text properties to find the
8425 position of the prefix text.
8426 (occur-engine): Set stickiness of prefix text properties.
8427
8428 2011-09-17 Glenn Morris <rgm@gnu.org>
8429
8430 * progmodes/etags.el (complete-tag):
8431 Fix call to completion-in-region. (Bug#9526)
8432
8433 2011-09-17 Juri Linkov <juri@jurta.org>
8434
8435 * textmodes/ispell.el (ispell-word): Add to the error message
8436 the word, ispell program name and current dictionary (bug#9121).
8437 (ispell-tex-arg-end): Capitalize "error" in the error message.
8438
8439 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8440
8441 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8442 check. (Bug#4251)
8443
8444 2011-09-17 Juri Linkov <juri@jurta.org>
8445
8446 * window.el (window-safe-min-height, window-safe-min-width):
8447 Fix typos (followup to bug#9522).
8448
8449 2011-09-17 Sven Joachim <svenjoac@gmx.de>
8450
8451 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8452
8453 2011-09-16 Eli Zaretskii <eliz@gnu.org>
8454
8455 * simple.el (line-move): If goal-column is set, move by logical
8456 lines, not by display lines. (Bug#971)
8457 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8458 to reflect the above change.
8459
8460 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * image.el (imagemagick-register-types): Use regexp-opt.
8463
8464 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * window.el (display-buffer-base-action): Rename from
8467 display-buffer-default-action. Make default value empty.
8468 (display-buffer-overriding-action): Convert to defvar.
8469 (display-buffer-fallback-action): New var.
8470
8471 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
8472
8473 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8474 declaration.
8475 (package--add-to-archive-contents): If there is a duplicate entry
8476 with an older version, remove it.
8477 (package-menu-mark-delete, package-menu-mark-install)
8478 (package-menu-mark-unmark): Make unused args optional.
8479 (package-menu-mark-obsolete-for-deletion):
8480 Use package-menu-get-status instead of a regexp search.
8481 (package-menu-get-status): Use tabulated-list-entry.
8482 (package-menu-mark-upgrades): New command.
8483 (package-menu-mode-map): Bind it to U. Add it to menu bar.
8484 (package-menu-execute): Do installation before deletion.
8485 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8486 instead of checking major-mode.
8487 (package-menu--find-upgrades): New function.
8488
8489 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8490
8491 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8492 passwords in the log buffer.
8493 (smtpmail-process-filter): Update the process marker so that the
8494 "broken by peer" status message is inserted in the right place.
8495
8496 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8499 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8500 bibtex-completion-at-point-function.
8501 (bibtex-completion-at-point-function): Use them.
8502
8503 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8504
8505 * mpc.el (mpc-constraints-tag-lookup): New function.
8506 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8507 also to browser "album|playlist".
8508
8509 2011-09-14 Juri Linkov <juri@jurta.org>
8510
8511 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8512 (isearch-edit-string): Use length of `isearch-string' when
8513 `isearch-fail-pos' returns nil.
8514 (isearch-message): Remove duplicate code and call
8515 `isearch-fail-pos' with arg `t'.
8516
8517 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * replace.el (occur-mode-goto-occurrence): Don't force using other
8520 window (Bug#9499).
8521
8522 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8523
8524 2011-09-14 Martin Rudalics <rudalics@gmx.at>
8525
8526 * window.el (display-buffer-window): Remove.
8527 (display-buffer-record-window): Use help-setup window parameter
8528 instead of variable display-buffer-window.
8529 (display-buffer-function, special-display-buffer-names)
8530 (special-display-function): Mention help-setup parameter instead
8531 of display-buffer-window in doc-string.
8532 * help.el (help-window-setup): New argument help-window.
8533 Use help-window-setup parameter instead of display-buffer-window.
8534 Reword some messages.
8535 (with-help-window): Pass window used for displaying the buffer
8536 to help-window-setup. Don't set display-buffer-window.
8537
8538 2011-09-13 Glenn Morris <rgm@gnu.org>
8539
8540 * emacs-lisp/debug.el (debugger-make-xrefs):
8541 Preserve point. (Bug#9462)
8542
8543 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * window.el (window-deletable-p): Use next-frame.
8546
8547 2011-09-13 Martin Rudalics <rudalics@gmx.at>
8548
8549 * window.el (window-auto-delete): Remove.
8550 (window-deletable-p): Remove argument FORCE. Don't deal with
8551 dedication and previous buffers.
8552 (switch-to-prev-buffer): Don't delete window.
8553 (delete-windows-on): Delete a window's frame if and only if the
8554 window is dedicated.
8555 (replace-buffer-in-windows): Delete buffer's window or frame if
8556 and only if window is dedicated.
8557 (quit-window): Handle quit-restore as before last change.
8558 (bury-buffer): Delete window only if window-deletable-p returns t.
8559
8560 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8561
8562 * window.el (window-deletable-p): Never delete the last frame on a
8563 given terminal.
8564
8565 2011-09-13 Glenn Morris <rgm@gnu.org>
8566
8567 * help.el (describe-key-briefly): Copy previous standard-output change.
8568
8569 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
8570
8571 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8572
8573 2011-09-13 Glenn Morris <rgm@gnu.org>
8574
8575 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8576 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8577
8578 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * dired-aux.el (dired-mark-read-string): Don't return default
8581 value on empty input (Bug#9361).
8582 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8583 Omit initial minibuffer contents.
8584 (dired-do-chmod): Signal an error on empty input.
8585 (dired-mark-read-string): Don't return default on empty input.
8586
8587 * files.el (file-modes-symbolic-to-number): Doc fix.
8588
8589 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * international/mule-cmds.el (ucs-completions): Remove.
8592 (read-char-by-name): Use complete-with-action instead; add metadata.
8593
8594 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * window.el (display-buffer--action-function-custom-type)
8597 (display-buffer--action-custom-type): New vars.
8598 (display-buffer-alist, display-buffer-default-action)
8599 (display-buffer-overriding-action): Add defcustom types.
8600
8601 * frame.el (delete-other-frames): Doc fix (Bug#276).
8602
8603 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8604
8605 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8606
8607 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8608
8609 Change modes that used same-window-* vars to use switch-to-buffer.
8610
8611 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8612 Use switch-to-buffer.
8613
8614 * cus-edit.el (customize-group, custom-buffer-create)
8615 (customize-browse, custom-buffer-create-other-window):
8616 Use switch-to-buffer or switch-to-buffer-other-window.
8617
8618 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8619 (Info-prev, Info-up, Info-speedbar-goto-node)
8620 (info-display-manual): Use switch-to-buffer.
8621 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8622
8623 * mail/sendmail.el (mail): Use switch-to-buffer.
8624 (mail-recover): Use switch-to-buffer-other-window.
8625
8626 * cmuscheme.el (run-scheme, switch-to-scheme):
8627 * ielm.el (ielm):
8628 * shell.el (shell):
8629 * net/rlogin.el (rlogin):
8630 * net/telnet.el (telnet, rsh):
8631 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8632
8633 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8634
8635 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8636
8637 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8638
8639 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8640 so don't mention it (bug#9301).
8641 (dired-sort-toggle-or-edit): Clarify string further.
8642
8643 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8644 match `x', `w32' and `ns', like the manual says (bug#9029).
8645
8646 * subr.el (eval-after-load): Doc string clarification (bug#9125).
8647 (process-kill-buffer-query-function): Mention the buffer name in
8648 the query.
8649
8650 * image-mode.el (image-next-line): The line parameter is mandatory
8651 (bug#9258).
8652
8653 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8654 which can be useful (bug#9301).
8655
8656 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8657
8658 * subr.el (match-string): Mention that the current buffer should
8659 be the same as the search was done in (bug#9282).
8660
8661 * facemenu.el: Disable the remove-* commands if the mark isn't
8662 active (bug#9162).
8663
8664 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
8665
8666 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8667 of display-buffer.
8668 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8669
8670 * replace.el (occur-mode-goto-occurrence)
8671 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8672 and display-buffer.
8673
8674 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8675 display-buffer.
8676
8677 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8678 special-display and same-window variables.
8679 (mail-other-window): Use switch-to-buffer-other-window.
8680 (mail-other-frame): USe switch-to-buffer-other-frame.
8681
8682 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8683 Use display-buffer-other-frame.
8684 (gdb-display-gdb-buffer): Use pop-to-buffer.
8685
8686 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8687
8688 * progmodes/python.el: Don't set same-window-buffer-names.
8689
8690 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8691
8692 * window.el (display-buffer-alist): Add *Python*.
8693
8694 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
8695
8696 * window.el (display-buffer-alist): Add entry for buffers
8697 previously handled same-window-*.
8698 (display-buffer-alist, display-buffer-default-action)
8699 (display-buffer-overriding-action): Mark as risky.
8700 (display-buffer-alist): Document action function changes.
8701 (display-buffer--same-window-action)
8702 (display-buffer--other-frame-action): New variables.
8703 (switch-to-buffer, display-buffer-other-frame): Use them.
8704 (display-buffer): Rename reuse-frame entry to reusable-frames.
8705 (display-buffer-reuse-selected-window): Function deleted.
8706 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8707 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8708 (display-buffer-special): New function.
8709 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8710 display-buffer-reuse-or-pop-window. Split off special-display
8711 part into display-buffer-special.
8712 (display-buffer-use-some-window): Don't perform any special
8713 pop-up-frames handling.
8714 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
8715 (display-buffer--maybe-same-window): Rename from
8716 display-buffer-maybe-same-window.
8717
8718 * info.el: Don't set same-window-regexps.
8719 (info-setup): New function.
8720 (info-other-window, info): Call it.
8721
8722 * cus-edit.el: Don't set same-window-regexps.
8723 (customize-group): New argument.
8724 (customize-group-other-window): Use it.
8725 (customize-face, customize-face-other-window): Likewise.
8726 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8727
8728 * net/rlogin.el:
8729 * net/telnet.el:
8730 * progmodes/gud.el: Don't set same-window-regexps.
8731
8732 * cmuscheme.el:
8733 * ielm.el:
8734 * shell.el:
8735 * mail/sendmail.el:
8736 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8737
8738 2011-09-10 Juri Linkov <juri@jurta.org>
8739
8740 * isearch.el (isearch-edit-string): Remove obsolete mention of
8741 `C-w' (`isearch-yank-word-or-char') from docstring.
8742 (isearch-query-replace): Fix typo in docstring (bug#9466).
8743
8744 2011-09-10 Juri Linkov <juri@jurta.org>
8745
8746 * paren.el (show-paren-function): Don't show escaped parens.
8747 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8748
8749 2011-09-10 Eli Zaretskii <eliz@gnu.org>
8750
8751 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8752 (mm-default-file-encoding): Remove autoload forms, they are
8753 replaced with autoload cookies in mml.el and mm-encode.el.
8754 (mail-add-attachment): New command.
8755 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8756 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8757 the doc string.
8758 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8759
8760 2011-09-10 Reuben Thomas <rrt@sc3d.org>
8761
8762 * simple.el (count-words-region): Use buffer if there's no region
8763 (bug#9429).
8764
8765 2011-09-09 Juri Linkov <juri@jurta.org>
8766
8767 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8768 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8769 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8770
8771 2011-09-09 Alan Mackenzie <acm@muc.de>
8772
8773 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8774 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8775
8776 2011-09-09 Eli Zaretskii <eliz@gnu.org>
8777
8778 Fix for Savannah bug#9392.
8779 * simple.el (mail-encode-mml): New defvar.
8780
8781 * mail/rmail.el (mail-encode-mml): Add a defvar.
8782 (rmail-enable-mime-composing): Default to t.
8783 (rmail-forward): Use MIME method of forwarding only if both
8784 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8785 Set mail-encode-mml non-nil if the MIME method was used.
8786
8787 * mail/sendmail.el (mml-to-mime): Add autoload form.
8788 (mail-encode-mml): Add a defvar.
8789 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8790 to nil.
8791 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8792 message through mml-to-mime, and reset mail-encode-mml to nil.
8793
8794 2011-09-09 Glenn Morris <rgm@gnu.org>
8795
8796 * woman.el (woman-if-body): When processing an .el block,
8797 do not delete the next .el block as well. (Bug#9447)
8798 (woman-special-characters): Add oq, cq, and hy characters.
8799
8800 2011-09-08 Martin Rudalics <rudalics@gmx.at>
8801
8802 * window.el (window-deletable-p): Make sure window is live before
8803 invoking window-prev-buffers.
8804
8805 2011-09-08 Leo Liu <sdl.web@gmail.com>
8806
8807 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8808
8809 2011-09-08 Juri Linkov <juri@jurta.org>
8810
8811 * progmodes/compile.el (compilation-environment): Make it
8812 a defcustom (bug#8340).
8813
8814 2011-09-08 Martin Rudalics <rudalics@gmx.at>
8815
8816 * window.el (frame-auto-delete): Rename to window-auto-delete.
8817 Make it control auto-deletion of windows and/or frames.
8818 (window-deletable-p): New argument FORCE. Rewrite conditions
8819 for deleting window/frame. (Bug#9419)
8820 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8821 Rewrite handling of case when window/frame can be deleted.
8822 (delete-windows-on): Call window-deletable-p with new FORCE
8823 argument t. (Bug#9456)
8824
8825 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * help-mode.el (help-mode): Restore autoload.
8828
8829 2011-09-07 Juri Linkov <juri@jurta.org>
8830
8831 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8832 `compilation-environment'. Set buffer-local
8833 `compilation-environment' to `thisenv' later after (funcall mode).
8834 (Bug#8340)
8835
8836 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8837 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8838 instead of replacing its value. (Bug#8340)
8839
8840 2011-09-07 Juri Linkov <juri@jurta.org>
8841
8842 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8843 based on text properties put by `grep-filter' instead of matching
8844 escape sequences.
8845 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8846 to the value of `grep-error-screen-columns' (bug#9438).
8847
8848 2011-09-07 Juri Linkov <juri@jurta.org>
8849
8850 * simple.el (next-error-highlight, next-error-highlight-no-select):
8851 Doc fix (bug#9432).
8852
8853 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8854
8855 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8856 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8857
8858 2011-09-07 Leo Liu <sdl.web@gmail.com>
8859
8860 * net/rcirc.el (rcirc-mode): Conditionally initialize
8861 rcirc-input-ring.
8862
8863 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * emacs-lisp/find-func.el (find-function-C-source): Only set
8866 find-function-C-source-directory after checking that we found a source
8867 file there (bug#9440).
8868
8869 2011-09-06 Alan Mackenzie <acm@muc.de>
8870
8871 * isearch.el (isearch-other-meta-char): Wherever a key list is
8872 unread, "unread" the prefix arg, too. This fixes bug #8901.
8873
8874 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8875
8876 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8877
8878 2011-09-05 Juri Linkov <juri@jurta.org>
8879
8880 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8881
8882 2011-09-05 Juri Linkov <juri@jurta.org>
8883
8884 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8885 keeping point where processing of grep matches begins, and
8886 continue to delete remaining escape sequences from the same point.
8887 (grep-filter): Make leading zero optional in "0?1;31m" because
8888 git-grep emits "\033[1;31m" escape sequences unlike expected
8889 "\033[01;31m" as GNU Grep does (bug#9408).
8890 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8891
8892 2011-09-05 Juri Linkov <juri@jurta.org>
8893
8894 * subr.el (y-or-n-p): Capitalize "yes".
8895
8896 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
8897
8898 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
8899 `tramp-cache-unload-hook' where appropriate.
8900 (tramp-methods): Rename `tramp-remote-sh' to
8901 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
8902 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8903
8904 * net/tramp-sh.el (top): Don't require 'shell.
8905 (tramp-methods): Add `tramp-remote-shell' and
8906 `tramp-remote-shell-args' entries.
8907 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8908 (tramp-sh-handle-shell-command): Remove.
8909 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8910 Use `tramp-remote-shell'.
8911
8912 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * mail/sendmail.el (sendmail-query-once-function): Delete.
8915 (sendmail-query-once): Save directly to send-mail-function.
8916 Update message-send-mail-function too.
8917
8918 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8919
8920 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8921
8922 * progmodes/python.el (python-mode-map): Use correct function to
8923 start python interpreter from menu-bar (as reported by Geert
8924 Kloosterman).
8925 (inferior-python-mode-map): Fix typo.
8926 (python-shell-map): Remove.
8927
8928 2011-09-03 Deniz Dogan <deniz@dogan.se>
8929
8930 * net/rcirc.el (rcirc-print): Simplify code for
8931 rcirc-scroll-show-maximum-output. There is no need to walk
8932 through all windows to find the right one.
8933
8934 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8935
8936 * help.el (help-return-method): Doc fix.
8937
8938 2011-09-03 Martin Rudalics <rudalics@gmx.at>
8939
8940 * window.el (window-deletable-p): Don't return a non-nil value
8941 when there's a buffer that was shown in the window before.
8942 (Bug#9419)
8943 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8944 Set window's previous buffers to nil.
8945
8946 2011-09-03 Eli Zaretskii <eliz@gnu.org>
8947
8948 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8949 newline before and after the tag line, so it doesn't interfere
8950 with determining the paragraph direction of bidirectional text.
8951
8952 2011-09-03 Leo Liu <sdl.web@gmail.com>
8953
8954 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8955
8956 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
8957
8958 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
8959 (pop-to-buffer): Change interactive spec. Pass second argument
8960 directly to display-buffer.
8961 (display-buffer): Fix interactive spec. Use functionp to
8962 distinguish between a function and a list of functions.
8963
8964 * abbrev.el (edit-abbrevs):
8965 * arc-mode.el (archive-extract):
8966 * autoinsert.el (auto-insert):
8967 * bookmark.el (bookmark-bmenu-list):
8968 * files.el (find-file):
8969 * view.el (view-buffer):
8970 * progmodes/compile.el (compilation-goto-locus):
8971 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8972
8973 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
8974
8975 * window.el (display-buffer-alist): Doc fix.
8976 (display-buffer): Add docstring. Don't treat
8977 display-buffer-default specially.
8978 (display-buffer-reuse-selected-window)
8979 (display-buffer-same-window, display-buffer-maybe-same-window)
8980 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8981 (display-buffer-pop-up-window)
8982 (display-buffer-reuse-or-pop-window)
8983 (display-buffer-use-some-window): New functions.
8984 (display-buffer-default-action): Use them.
8985 (display-buffer-default): Delete.
8986 (pop-to-buffer-1): Fix choice of actions.
8987
8988 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * minibuffer.el (completion--insert-strings): Don't get confused by
8991 completion entries that end with an LF char.
8992
8993 2011-09-01 Eli Zaretskii <eliz@gnu.org>
8994
8995 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8996
8997 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * window.el (display-buffer): Restore interactive spec.
9000 (display-buffer-same-window, display-buffer-other-window):
9001 New functions.
9002 (pop-to-buffer-1): New function. Use the above.
9003 (pop-to-buffer, pop-to-buffer-same-window): Use it.
9004 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
9005
9006 * view.el (view-buffer-other-window, view-buffer-other-frame):
9007 Just use pop-to-buffer.
9008
9009 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9010
9011 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9012
9013 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9014
9015 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9016
9017 2011-08-31 Richard Stallman <rms@gnu.org>
9018
9019 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9020 of the separation of rmail-view-buffer from rmail-buffer.
9021 If you say no to "replace original", the decrypt is in the
9022 view buffer. If you say yes, the decrypt goes into the
9023 rmail buffer also.
9024
9025 2011-08-31 Martin Rudalics <rudalics@gmx.at>
9026
9027 * window.el (display-buffer-window): Rewrite doc-string.
9028 (display-buffer-record-window): New function.
9029 (display-buffer-macro-specifiers)
9030 (display-buffer-even-window-sizes, display-buffer-set-height)
9031 (display-buffer-set-width, display-buffer-in-window)
9032 (display-buffer-reuse-window, display-buffer-split-specifiers)
9033 (display-buffer-side-specifiers, display-buffer-split-window-1)
9034 (display-buffer-split-window, display-buffer-split-atom-window)
9035 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9036 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9037 (display-buffer-other-window-means-other-frame)
9038 (display-buffer-normalize-special)
9039 (display-buffer-normalize-default)
9040 (display-buffer-normalize-argument)
9041 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9042 (display-buffer-normalize-specifiers, display-buffer-frame)
9043 (display-buffer-same-window, display-buffer-same-frame)
9044 (display-buffer-other-window)
9045 (display-buffer-same-frame-other-window)
9046 (display-buffer-other-frame, pop-to-buffer-same-window)
9047 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9048 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9049 (switch-to-buffer-same-frame)
9050 (switch-to-buffer-other-window-same-frame)
9051 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9052 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9053 (display-buffer-alist-set): Remove.
9054 (display-buffer-function, special-display-buffer-names)
9055 (special-display-regexps, special-display-function):
9056 In doc-string refer to display-buffer-window and quit-restore
9057 parameter.
9058 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9059 (special-display-frame-alist, special-display-popup-frame)
9060 (same-window-buffer-names, same-window-regexps, same-window-p)
9061 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9062 (split-window-preferred-function, split-height-threshold)
9063 (split-width-threshold, window-splittable-p)
9064 (split-window-sensibly, window--try-to-split-window)
9065 (window--frame-usable-p, even-window-heights)
9066 (window--even-window-heights, window--display-buffer-1)
9067 (window--display-buffer-2, display-buffer-other-frame):
9068 Restore old Emacs 23 code, order and doc-strings where applicable.
9069 (display-buffer-default, display-buffer-assq-regexp): New functions.
9070 (display-buffer-alist): Rewrite doc-string.
9071 (display-buffer-default-action)
9072 (display-buffer-overriding-action): New variables.
9073 (display-buffer, switch-to-buffer): Rewrite.
9074 (pop-to-buffer): Restore Emacs 23 behavior but use
9075 window-normalize-buffer-to-display.
9076 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9077 Restore Emacs 23 behavior but use
9078 window-normalize-buffer-to-switch-to.
9079 (pop-to-buffer-same-window): Rewrite.
9080 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9081 Rewrite using Emacs 23 options.
9082
9083 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * net/tramp.el (tramp-root-regexp): Remove.
9086 (tramp-completion-file-name-regexp-unified)
9087 (tramp-completion-file-name-regexp-separate)
9088 (tramp-completion-file-name-regexp-url): Don't use leading volume
9089 letter on win32 systems. (Bug#5303, Bug#9311)
9090 (tramp-drop-volume-letter): Simplify definition.
9091 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9092
9093 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9096 (bug#9356).
9097
9098 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9099
9100 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
9101
9102 2011-08-29 Juri Linkov <juri@jurta.org>
9103
9104 * isearch.el (isearch-done): Don't display message "Mark saved"
9105 when arg `edit' is non-nil to prevent its flicker in the echo area.
9106
9107 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9108
9109 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9110 obsolete packages for deletion.
9111
9112 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9113
9114 * help-mode.el (help-mode-map): Add special-mode-map to parent.
9115 (help-mode): Derive help-mode from special-mode. Don't invoke
9116 view-mode from help-mode.
9117 (help-xref-override-view-map): Remove.
9118 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9119 view-mode is not used anymore.
9120
9121 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * server.el (server-port): Doc fix.
9124
9125 * cus-theme.el (custom-theme-choose-mode): Inherit from
9126 special-mode (Bug#9124).
9127 (custom-theme-choose-mode-map): Add special-mode to parent.
9128
9129 2011-08-28 Alan Mackenzie <acm@muc.de>
9130
9131 * progmodes/cc-fonts.el
9132 (c-make-font-lock-BO-decl-search-function): New function.
9133 (c-basic-matchers-after - "Fontify the clauses after various
9134 keywords"): Extract the three keyword lists for the 3 erroneous
9135 constructs from the list of four, and use the new function above
9136 in place of an old one.
9137
9138 2011-08-28 Deniz Dogan <deniz@dogan.se>
9139
9140 * net/rcirc.el (rcirc-insert-prev-input)
9141 (rcirc-insert-next-input): Remove unused argument.
9142
9143 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9146
9147 2011-08-27 Alan Mackenzie <acm@muc.de>
9148
9149 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9150 handle function pointer parameters properly.
9151
9152 2011-08-27 Martin Rudalics <rudalics@gmx.at>
9153
9154 * window.el (display-buffer-reuse-window): Fix case where
9155 selected window was reused with non-nil OTHER-WINDOW argument.
9156 (Bug#9381)
9157
9158 2011-08-27 Deniz Dogan <deniz@dogan.se>
9159
9160 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9161 oftc's NickServ messages.
9162
9163 2011-08-27 Glenn Morris <rgm@gnu.org>
9164
9165 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9166
9167 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * emacs-lisp/package.el (package-install): Call package-initialize
9170 if called interactively.
9171
9172 2011-08-26 Leo Liu <sdl.web@gmail.com>
9173
9174 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9175
9176 2011-08-25 Juri Linkov <juri@jurta.org>
9177
9178 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9179 `search-whitespace-regexp' (bug#9364).
9180
9181 2011-08-25 Juri Linkov <juri@jurta.org>
9182
9183 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9184 `regexp-search-ring' to their global values to protect from
9185 updating by `read-from-minibuffer' (bug#9185).
9186
9187 2011-08-25 Juri Linkov <juri@jurta.org>
9188
9189 * textmodes/ispell.el (ispell-command-loop): Add newline
9190 at the end of the "Use option `i'..." line.
9191
9192 2011-08-25 Juri Linkov <juri@jurta.org>
9193
9194 * battery.el (display-battery-mode): If `battery-status-function'
9195 or `battery-mode-line-format' is nil, display the message and set
9196 `display-battery-mode' to nil (bug#9363).
9197
9198 2011-08-25 Eli Zaretskii <eliz@gnu.org>
9199
9200 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9201 bidi-string-mark-left-to-right; they are unnecessary now.
9202
9203 2011-08-25 Deniz Dogan <deniz@dogan.se>
9204
9205 * net/quickurl.el: Documentation typo fixes.
9206
9207 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9210
9211 2011-08-25 Glenn Morris <rgm@gnu.org>
9212
9213 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9214
9215 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9216 (smtpmail-via-smtp): Handle nil response from smtp.
9217
9218 2011-08-24 Juri Linkov <juri@jurta.org>
9219
9220 * proced.el (proced-marked): Inherit from `error' instead of
9221 `font-lock-warning-face'.
9222
9223 * ibuffer.el (ibuffer-marked-face): Change default face from
9224 `font-lock-warning-face' to `warning'.
9225 (ibuffer-deletion-face): Change default face from
9226 `font-lock-type-face' to `error'.
9227
9228 * battery.el (battery-update): Use the face `error' instead of
9229 `font-lock-warning-face' (bug#6117).
9230
9231 2011-08-24 Juri Linkov <juri@jurta.org>
9232
9233 * faces.el (success): Change face color from "Green3" to
9234 "ForestGreen" on light background (bug#9353).
9235
9236 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * window.el (quit-window): Rename from quit-restore-window.
9239 Use same arglist as old quit-window.
9240 (frame-auto-delete): Doc fix.
9241
9242 * view.el (view-mode-exit): Use quit-window.
9243
9244 2011-08-24 Juri Linkov <juri@jurta.org>
9245
9246 * isearch.el (isearch-ring-adjust1): Start visiting previous
9247 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9248 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9249 for empty search string (when the last search string is reused
9250 automatically) to adjust the isearch ring to the last element and
9251 prepare the correct index for further M-p commands (bug#9185).
9252
9253 2011-08-24 Kenichi Handa <handa@m17n.org>
9254
9255 * international/ucs-normalize.el: If decomposition property of
9256 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9257 nil.
9258 (nfd, nfkd): Likewise.
9259
9260 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9263 from process filters aren't reliably transmitted to the surrounding
9264 accept-process-output.
9265 (mpc-proc-check): New function.
9266 (mpc-proc-sync): Use it (bug#8293)
9267
9268 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9271 Add compatibility functions (bug#9313).
9272
9273 2011-08-23 Eli Zaretskii <eliz@gnu.org>
9274
9275 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9276
9277 * international/uni-bidi.el: Regenerate.
9278
9279 2011-08-23 Kenichi Handa <handa@m17n.org>
9280
9281 * international/charprop.el:
9282 * international/uni-bidi.el:
9283 * international/uni-category.el:
9284 * international/uni-combining.el:
9285 * international/uni-comment.el:
9286 * international/uni-decimal.el:
9287 * international/uni-decomposition.el:
9288 * international/uni-digit.el:
9289 * international/uni-lowercase.el:
9290 * international/uni-mirrored.el:
9291 * international/uni-name.el:
9292 * international/uni-numeric.el:
9293 * international/uni-old-name.el:
9294 * international/uni-titlecase.el:
9295 * international/uni-uppercase.el: Regenerate.
9296
9297 2011-08-23 Martin Rudalics <rudalics@gmx.at>
9298
9299 * help.el (help-window-setup): Fix message displayed when other
9300 window is reused. (Bug#9341)
9301
9302 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9305 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9306
9307 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9308 Mark obsolete.
9309 * shell.el (shell-parse-pcomplete-arguments): New function.
9310 (shell-completion-vars): Use it instead (bug#9160).
9311
9312 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9315 strings and comments (bug#9333).
9316
9317 * emacs-lisp/debug.el (debug-arglist): New function.
9318 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9319 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9320
9321 2011-08-22 Juri Linkov <juri@jurta.org>
9322
9323 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9324 Revert regexp that highlights output switches to its old
9325 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9326
9327 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9328 to check for empty output (bug#9226).
9329
9330 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9333 symbol-constituent as the default, as that stops font-lock from
9334 working properly (Bug#8843).
9335
9336 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9337
9338 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9339 `coding-system-for-*' around the process open call to avoid
9340 auth-source side effects.
9341 (smtpmail-try-auth-methods): Expand the secret password.
9342 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9343 probe hangs.
9344
9345 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9348
9349 * emacs-lisp/find-func.el (find-function-noselect): New arg
9350 lisp-only.
9351
9352 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9353 signal an error for built-in functions (Bug#6664).
9354
9355 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356
9357 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9358 (smtpmail-try-auth-methods): Use it.
9359
9360 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * font-lock.el (font-lock-fontify-region)
9363 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9364 (font-lock-default-unfontify-buffer)
9365 (font-lock-default-fontify-region)
9366 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9367
9368 * progmodes/compile.el (compilation-error-properties):
9369 Fix confusion between file struct and message struct (Bug#9319).
9370 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9371 `ant' regexp.
9372
9373 * net/browse-url.el (browse-url-firefox): Don't call
9374 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9375
9376 2011-08-20 Glenn Morris <rgm@gnu.org>
9377
9378 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9379
9380 * tutorial.el (tutorial--default-keys): Update some default bindings.
9381
9382 * files.el (hack-local-variables): Fully ignore case for "mode:".
9383
9384 2011-08-20 Alan Mackenzie <acm@muc.de>
9385
9386 Resolve invalid use of a regexp in regexp-opt.
9387
9388 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9389 detection for a java annotation.
9390
9391 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
9392 detection for a java annotation.
9393
9394 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9395 handling for java.
9396 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9397
9398 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9401 (Bug#9274).
9402
9403 2011-08-20 Alan Mackenzie <acm@muc.de>
9404
9405 Fontify CPP expressions correctly when starting in the middle of
9406 such a construct. Mainly for when jit-lock etc. starts a chunk
9407 here.
9408
9409 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
9410 variable.
9411 (c-make-font-lock-search-form): New function, extracted from
9412 c-make-font-lock-search-function.
9413 (c-make-font-lock-search-function): Use the above function.
9414 (c-make-font-lock-context-search-function): New function.
9415 (c-cpp-matchers): Enhance the preprocessor expression case with
9416 the above function
9417 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9418 which takes an expression.
9419
9420 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9421
9422 2011-08-20 Martin Rudalics <rudalics@gmx.at>
9423
9424 * window.el (display-buffer-reuse-window)
9425 (display-buffer-pop-up-window): Don't reuse or split a side
9426 window.
9427
9428 2011-08-19 Glenn Morris <rgm@gnu.org>
9429
9430 * files.el (hack-local-variables-prop-line, hack-local-variables):
9431 Downcase "Mode:". (Bug#9331)
9432
9433 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * international/characters.el: Add L and R categories.
9436
9437 * subr.el (bidi-string-mark-left-to-right): Rename from
9438 string-mark-left-to-right. Use category search.
9439
9440 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9441
9442 2011-08-18 Juri Linkov <juri@jurta.org>
9443
9444 * faces.el (error, warning, success): New faces with definitions
9445 copied from old default values of `font-lock-warning-face',
9446 `compilation-warning', `compilation-info' (bug#6117).
9447
9448 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9449
9450 * progmodes/compile.el (compilation-error): Inherit from `error'.
9451 (compilation-warning): Inherit from `warning'.
9452 (compilation-info): Inherit from `success'.
9453
9454 * dired.el (dired-marked): Inherit from `warning'.
9455 (dired-flagged): Inherit from `error'.
9456
9457 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9458
9459 * mail/smtpmail.el (auth-source): Require to avoid problems with
9460 binding variables (bug#9298). Also clean up some unused
9461 autoloads.
9462
9463 * net/network-stream.el (network-stream-open-starttls):
9464 Support using starttls.el without using gnutls-cli.
9465
9466 2011-08-17 Juri Linkov <juri@jurta.org>
9467
9468 * progmodes/grep.el (rgrep): Handle the case when
9469 `grep-find-command' is a cons cell (bug#9278).
9470
9471 2011-08-17 Martin Rudalics <rudalics@gmx.at>
9472
9473 * window.el (display-buffer-pop-up-frame): Run frame creation
9474 function with BUFFER current (as special-display-popup-frame
9475 does). Reported by Drew Adams.
9476
9477 2011-08-17 Daiki Ueno <ueno@unixuser.org>
9478
9479 * epa-mail.el: Simplify GnuPG group expansion using
9480 epg-expand-group.
9481 (epa-mail-group-alist, epa-mail-group-modtime)
9482 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9483 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9484 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9485 Remove.
9486
9487 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
9488
9489 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9490
9491 2011-08-16 Alan Mackenzie <acm@muc.de>
9492
9493 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9494 Correct, to avoid the inside of macros.
9495
9496 2011-08-16 Richard Stallman <rms@gnu.org>
9497
9498 * epa-mail.el: Handle GnuPG group definitions.
9499 (epa-mail-group-alist, epa-mail-group-modtime)
9500 (epa-mail-gnupg-conf-file): New variables.
9501 (epa-mail-parse-groups, epa-mail-sync-groups)
9502 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9503 (epa-mail-expand-recipients): New functions.
9504 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9505
9506 * mail/rmail.el (rmail-epa-decrypt): New command.
9507
9508 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9509 Don't bind buffer-read-only, just inhibit-read-only.
9510 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9511 (epa-decrypt-armor-in-region): Make error message clearer.
9512
9513 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9516 and "a2b" to "ab" for `prefix'.
9517
9518 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9521 filter groups.
9522 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9523 Fourquet (Bug#8804).
9524
9525 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
9526
9527 * startup.el (argi): Declare as global variable (bug#9275).
9528
9529 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
9530
9531 * subr.el (string-mark-left-to-right): Search the entire string
9532 for RTL script, not just the terminating character. Doc fix.
9533
9534 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9537 New function.
9538 (js--regexp-literal, js-syntax-propertize-function): Remove.
9539 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9540 (js-mode-map): Don't rebind electric keys.
9541 (js-insert-and-indent): Remove.
9542 (js-mode): Setup electric-layout and electric-indent instead.
9543
9544 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9545
9546 2011-08-12 Daiki Ueno <ueno@unixuser.org>
9547
9548 * epa.el (epa-progress-callback-function): Fix the logic of
9549 displaying progress.
9550 * epa-file.el (epa-file-insert-file-contents): Make progress
9551 display more user-friendly.
9552 (epa-file-write-region): Ditto.
9553
9554 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * subr.el (string-mark-left-to-right): New function.
9557
9558 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9559 Use string-mark-left-to-right.
9560 (list-buffers-noselect): Caller changed.
9561
9562 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9563 Use string-mark-left-to-right.
9564 (tabulated-list-print): Recenter after moving point.
9565
9566 2011-08-10 Juri Linkov <juri@jurta.org>
9567
9568 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9569 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9570 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9571
9572 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
9573
9574 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9575 (Bug#7554).
9576
9577 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
9578
9579 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9580 character. (Bug#6594)
9581
9582 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9585 (image-dired--with-db-file): New macro.
9586 (image-dired-write-tags, image-dired-remove-tag)
9587 (image-dired-create-gallery-lists, image-dired-write-comments)
9588 (image-dired-get-comment, image-dired-mark-tagged-files)
9589 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9590 (image-dired-gallery-generate): Use insert-file-contents.
9591
9592 * time.el (display-time-world-list, display-time-world-display):
9593 * time-stamp.el (time-stamp-string):
9594 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9595 set-time-zone-rule (Bug#7337).
9596
9597 2011-08-08 Daiki Ueno <ueno@unixuser.org>
9598
9599 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9600 (epg-error-to-string, epg-errors-to-string): New function.
9601 (epg-wait-for-completion): Reverse errors list.
9602 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9603 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9604 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9605 (epg-sign-keys, epg-generate-key-from-file)
9606 (epg-generate-key-from-string): Format errors by using
9607 epg-errors-to-string (bug#9255).
9608 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9609
9610 2011-08-07 Juri Linkov <juri@jurta.org>
9611
9612 * faces.el (list-faces-display): Remove extra angle bracket
9613 from `help-mode-map'.
9614
9615 * info.el (Info-history-toc-nodes): Doc fix.
9616
9617 * longlines.el (longlines-mode): Doc fix.
9618
9619 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9622 of statements and in a few more cases (bug#9183).
9623
9624 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9625 New functions.
9626 (cl-transform-lambda): Use them (bug#9239).
9627
9628 2011-08-05 Martin Rudalics <rudalics@gmx.at>
9629
9630 * window.el (display-buffer-same-window)
9631 (display-buffer-same-frame, display-buffer-other-window)
9632 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9633 (pop-to-buffer-other-window)
9634 (pop-to-buffer-same-frame-other-window)
9635 (pop-to-buffer-other-frame): Make them defuns.
9636 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9637
9638 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * subr.el (make-composed-keymap): Move from C. Change calling
9641 convention, and improve docstring to bring attention to a subtle point.
9642 * minibuffer.el (completing-read-default): Adjust accordingly.
9643
9644 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
9645
9646 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9647 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9648
9649 * net/trampver.el: Update release number.
9650
9651 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9654 "in" (bug#9190).
9655
9656 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9657
9658 * mail/sendmail.el (sendmail-query-once): Restore the current
9659 buffer after querying (bug#9074).
9660
9661 * dired.el (dired-flagged): Use different faces for marked and
9662 flagged files (bug#6117).
9663
9664 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9665 (bug#4433).
9666
9667 * ido.el (ido-mode): Switch off the message if called
9668 non-interactively.
9669
9670 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9671 before 587, since it appears that that's more likely to work for
9672 more people.
9673
9674 * cus-edit.el (custom-file): When running under emacs -q, always
9675 refuse to save the customizations, even if the .emacs file doesn't
9676 exist.
9677
9678 * info.el: Remove the `Info-beginning-of-buffer' function
9679 (bug#8325).
9680
9681 * net/network-stream.el (network-stream-open-starttls):
9682 Use `starttls-available-p' to see whether starttls.el can be used.
9683
9684 2011-08-01 Martin Rudalics <rudalics@gmx.at>
9685
9686 * window.el (display-buffer-in-window): Don't set dedicated status
9687 of window here (Bug#9215).
9688 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9689 (display-buffer-pop-up-side-window)
9690 (display-buffer-in-side-window): Set dedicated status of window here.
9691
9692 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9695 before binding generated-autoload-file.
9696
9697 2011-08-01 Deniz Dogan <deniz@dogan.se>
9698
9699 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9700
9701 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
9702
9703 Sync with Tramp 2.2.2.
9704
9705 * net/trampver.el: Update release number.
9706
9707 2011-07-30 Juri Linkov <juri@jurta.org>
9708
9709 * dired-aux.el (dired-touch-initial): Remove function.
9710 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9711 current time, and `default' to the last modification time of the
9712 current marked file (bug#6887).
9713
9714 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9715
9716 * simple.el (goto-line): Use string-to-number to provide a
9717 numeric argument to read-number (bug#9163).
9718
9719 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
9720
9721 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9722 connection process, it could be nil.
9723
9724 2011-07-27 Leo Liu <sdl.web@gmail.com>
9725
9726 Simplify url handling in rcirc-mode.
9727
9728 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9729 (rcirc-browse-url-at-mouse): Remove.
9730 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9731
9732 2011-07-26 Alan Mackenzie <acm@muc.de>
9733
9734 Fontify bitfield declarations properly.
9735
9736 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9737 (c-symbol-chars): Now exported as a lang variable.
9738 (c-not-primitive-type-keywords): New lang variable.
9739
9740 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9741 QT keyword "more" to prevent "more slots: ...." being spuriously
9742 parsed as a bitfield declaration.
9743
9744 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9745 Refactor and enhance to handle bitfield declarations.
9746 (c-punctuation-in): New function.
9747 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9748 declarations properly.
9749
9750 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
9751
9752 * calendar/icalendar.el (icalendar--all-events): Take care of
9753 multiple vcalendars in a single file.
9754 (icalendar--convert-float-to-ical): Checkdoc fixes.
9755
9756 2011-07-25 Deniz Dogan <deniz@dogan.se>
9757
9758 * image.el (insert-image): Clarifying docstring.
9759
9760 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
9761
9762 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9763 `tramp-send-command-and-check' if there is no error.
9764 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9765
9766 2011-07-22 Alan Mackenzie <acm@muc.de>
9767
9768 Prevent cc-langs.elc being loaded at run time.
9769
9770 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9771 cc-langs.
9772
9773 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
9774 "(require 'cc-langs)". Quote a form so it will evaluate at
9775 (cc-mode's) compilation time.
9776
9777 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
9778
9779 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9780 loading. (Bug#9114)
9781
9782 2011-07-21 Martin Rudalics <rudalics@gmx.at>
9783
9784 * window.el (display-buffer-pop-up-window)
9785 (display-buffer-pop-up-side-window)
9786 (display-buffer-in-side-window): Call display-buffer-set-height
9787 and display-buffer-set-width after setting the new window's
9788 buffer so `fit-window-to-buffer' and friends work on the right buffer.
9789
9790 2011-07-20 Sam Steingold <sds@gnu.org>
9791
9792 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9793 (etags-tags-included-tables): Call `convert-standard-filename' on
9794 the file names contained in TAGS so that windows Emacs can handle
9795 TAGS files created by cygwin ctags.
9796
9797 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9798
9799 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9800 which apparently didn't work.
9801
9802 2011-07-19 Roland Winkler <winkler@gnu.org>
9803
9804 * proced.el (proced-send-signal): For *Marked Processes* buffer
9805 put point at beginning of buffer.
9806
9807 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
9808
9809 * proced.el (proced-format): Make header lines align with the text
9810 (bug#1779).
9811
9812 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9813
9814 * view.el (view-buffer): Allow running in `special' modes if we're
9815 visiting a file (bug#8615).
9816
9817 2011-07-19 Martin Rudalics <rudalics@gmx.at>
9818
9819 * window.el (display-buffer-alist-of-strings-p)
9820 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9821 New functions.
9822 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9823 more accurately.
9824
9825 2011-07-18 Alan Mackenzie <acm@muc.de>
9826
9827 Fontify declarators properly when, e.g., a jit-lock chunk begins
9828 inside a declaration.
9829
9830 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9831
9832 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9833 New function.
9834 (c-complex-decl-matchers): Insert reference to
9835 c-font-lock-enclosing-decls.
9836
9837 * progmodes/cc-engine.el (c-backward-single-comment):
9838 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9839 to nil around calls to (forward-comment -1).
9840
9841 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9842
9843 * image.el (put-image): Doc typo fix.
9844
9845 * progmodes/etags.el (tags-search): Doc typo fix.
9846
9847 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9848 password if we get errors 550 to 554.
9849
9850 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9851
9852 * net/gnutls.el (gnutls-log-level): Remove.
9853
9854 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9855 indentation character (bug#6380).
9856
9857 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9858
9859 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9860 to clarify what the problem is (bug#4291).
9861
9862 * simple.el (current-kill): Clarify what
9863 `interprogram-paste-function' does (bug#7500).
9864 (auto-fill-mode): Document `auto-fill-function' in relation to
9865 `auto-fill-mode' (bug#2470).
9866
9867 2011-07-16 Lawrence Mitchell <wence@gmx.li>
9868
9869 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9870 method if slot is read-only (bug#9035).
9871
9872 2011-07-16 Martin Rudalics <rudalics@gmx.at>
9873
9874 * frame.el (select-frame-set-input-focus): New argument NORECORD.
9875 * window.el (pop-to-buffer): Select window used even if it was
9876 selected before, see discussion of (Bug#8615), (Bug#6954).
9877 Pass argument NORECORD on to select-frame-set-input-focus.
9878
9879 2011-07-15 Glenn Morris <rgm@gnu.org>
9880
9881 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
9882 Respect help-form.
9883
9884 2011-07-09 Lawrence Mitchell <wence@gmx.li>
9885
9886 * net/gnutls.el (gnutls-min-prime-bits): New variable.
9887 (gnutls-negotiate): Use it.
9888
9889 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9890
9891 * net/gnutls.el (gnutls-negotiate):
9892 Upcase `gnutls-algorithm-priority'.
9893
9894 2011-07-15 Glenn Morris <rgm@gnu.org>
9895
9896 * jka-compr.el (jka-compr-verbose): Move from here...
9897 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
9898 Add missing :version tag.
9899 * info.el: No need to require jka-compr when compiling.
9900
9901 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9902
9903 * net/gnutls.el (gnutls-algorithm-priority): New variable.
9904 (gnutls-negotiate): Use it.
9905
9906 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9907
9908 * info.el (Info-beginning-of-buffer): New command.
9909 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9910 announcing `b' as the key (bug#8325).
9911 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
9912
9913 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9914
9915 * international/mule-cmds.el
9916 (describe-specified-language-support): Make the error message
9917 clearer (bug#8905).
9918
9919 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9920
9921 * isearch.el (isearch-barrier): Add a doc string, since it's
9922 mentioned in a function doc string (bug#8678).
9923
9924 2011-07-15 Martin Rudalics <rudalics@gmx.at>
9925
9926 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9927 buffer argument (Bug#9083) and self-identifying label argument.
9928
9929 2011-07-15 Glenn Morris <rgm@gnu.org>
9930
9931 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
9932
9933 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9934
9935 * man.el (Man-fontify-manpage): Fix message when formatting the
9936 man page (bug#7929).
9937
9938 2011-07-14 Eli Zaretskii <eliz@gnu.org>
9939
9940 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9941 argument LRM; if non-nil, append an invisible LRM character to the
9942 buffer name.
9943 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9944 last argument non-nil, when formatting buffer names.
9945 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9946 paragraph direction.
9947
9948 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9949
9950 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9951 the man page name (bug#7929).
9952
9953 * image.el (put-image): Mention the `put-image' overlay property
9954 (bug#7834).
9955
9956 * scroll-bar.el (set-scroll-bar-mode): Mention that
9957 `scroll-bar-mode' lists the values (bug#7772).
9958
9959 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9960 command (bug#7729).
9961
9962 * rect.el (apply-on-rectangle): Return the point after the last
9963 operation.
9964 (string-rectangle): Go to the point after the last operation
9965 (bug#7522).
9966
9967 * printing.el (pr-toggle-region): Clarify the documentation
9968 slightly (bug#7493).
9969
9970 * time.el (display-time-update):
9971 Allow `display-time-mail-function' to return nil (bug#7158).
9972 Fix suggested by Detlev Zundel.
9973
9974 * vc/diff.el (diff): Clarify the order the file names are read
9975 (bug#7111).
9976
9977 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9978 the doc string (bug#7015).
9979
9980 * font-lock.el (font-lock-maximum-decoration): Mention what
9981 numeric levels mean (bug#6935).
9982
9983 * startup.el (initial-buffer-choice): Don't mention the `none'
9984 selection, which is against policy.
9985
9986 2011-07-14 Martin Rudalics <rudalics@gmx.at>
9987
9988 * window.el (display-buffer-normalize-special):
9989 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
9990
9991 2011-07-14 Eli Zaretskii <eliz@gnu.org>
9992
9993 * subr.el (version<, version<=, version=): Mention "-CVS" and
9994 "-12345" alpha version numbers.
9995
9996 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
9997
9998 * bindings.el: Add advertised binding for set-mark-command
9999 (Bug#5772).
10000
10001 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10002
10003 * bindings.el (mode-line-other-buffer):
10004 * bookmark.el (bookmark-bmenu-2-window):
10005 * bs.el (bs-cycle-next, bs-cycle-previous):
10006 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10007 switch-to-buffer.
10008
10009 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10010 Delete.
10011
10012 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
10013
10014 * follow.el (follow-debug-message, follow-redisplay):
10015 * jka-cmpr-hook.el (with-auto-compression-mode):
10016 Fix typos in docstrings.
10017
10018 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10019
10020 * subr.el (with-silent-modifications): Clarify somewhat what the
10021 macro inhibits (bug#6525).
10022
10023 * simple.el (eval-expression): Note what it does if called
10024 interactively (bug#6495).
10025
10026 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10029 Use pop-to-buffer buffer-or-name if it is nil.
10030
10031 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10032 Remove switch-to-buffer.
10033
10034 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10035
10036 * files.el (make-directory): Clarify that an error will be raised
10037 if there's an error (bug#6397).
10038
10039 * startup.el (initial-buffer-choice): Add `none' as a choice
10040 (bug#6234).
10041
10042 * subr.el (add-hook): Clarify section about buffer-local hooks
10043 (bug#6218).
10044
10045 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10046
10047 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10048
10049 * tabify.el (untabify): Preserve the current column so that point
10050 doesn't move (bug#6032).
10051
10052 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
10054 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10055 Rewrite to avoid awkward possessive "s" (bug#5986).
10056
10057 2011-07-13 Glenn Morris <rgm@gnu.org>
10058
10059 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10060 (dired-insert-directory): Give a message the first time
10061 if ls is found not to support --dired.
10062
10063 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10064
10065 * simple.el (toggle-truncate-lines): Clarify what is toggled
10066 (bug#5580). Text by Drew Adams.
10067
10068 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
10069
10070 * simple.el (blink-matching-open): Make the error message from the
10071 last change less verbose.
10072
10073 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10074
10075 * font-lock.el (font-lock-comment-face): Use the high contrast
10076 "yellow" color for font-lock-comment-face on low color terminals
10077 using a dark background color (bug#4221).
10078
10079 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10080
10081 * dired.el (dired-insert-set-properties): Make the doc string
10082 reflect what it does now (bug#5325).
10083
10084 * simple.el (blink-matching-open): Say that we were unable to find
10085 the match within the limit, if we're limited (bug#5122).
10086
10087 * international/mule-cmds.el (prefer-coding-system): Add an
10088 example (bug#4869).
10089
10090 * progmodes/etags.el (tags-search): Document `file-list-form'
10091 (bug#4731).
10092
10093 2011-07-13 Lawrence Mitchell <wence@gmx.li>
10094
10095 * net/browse-url.el (browse-url-default-browser)
10096 (browse-url-browser-function): Make the default browser choice a
10097 bit more logical (bug#4300). Also clean up the doc string.
10098
10099 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10100
10101 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10102 binary endings (bug#4440).
10103
10104 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10105
10106 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10107 which can be pretty annoying (bug#8971).
10108
10109 * jka-compr.el (jka-compr-verbose): New variable, and use
10110 throughout (bug#8971).
10111
10112 * info.el (Info-find-file): Fall back on the installation
10113 directory if we can't find the info node anywhere else.
10114
10115 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10116
10117 * vc/vc.el (vc-revert-file):
10118 Don't set file time-stamp in the past. (Bug#5181)
10119
10120 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10121
10122 * files.el (after-find-file): Give a better error message when
10123 trying to find a symlink that points to a file that doesn't exist
10124 (bug#4398).
10125
10126 * progmodes/cc-vars.el: Remove (probably) misleading comment
10127 (bug#4396).
10128
10129 2011-07-12 Johan Bockgård <bojohan@gnu.org>
10130
10131 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10132
10133 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10134
10135 * mouse-sel.el: Hack restoring functionality, while keeping
10136 compatibility with 2010-07-03 changes to mouse selection.
10137 (mouse-sel-primary-overlay): New var.
10138 (mouse-sel-selection-alist): Use it.
10139 (mouse-sel-mode): Doc fix; remove points that are default features
10140 of mouse.el.
10141
10142 2011-07-12 Johan Bockgård <bojohan@gnu.org>
10143
10144 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10145 Fix previous fix (bug#2490).
10146
10147 2011-07-12 Roland Winkler <winkler@gnu.org>
10148
10149 * textmodes/bibtex.el (bibtex-initialize):
10150 Use pop-to-buffer-same-window.
10151 (bibtex-search-entries): Fix interactive call.
10152
10153 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10154
10155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10156 Fontise bytecomp Error lines more correctly (bug#2490).
10157 Fix suggested by Johan Bockgård.
10158
10159 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10160
10161 * dired-x.el (dired-guess-default): Use `delete-dups'.
10162
10163 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * dired.el (dired-mark-prompt):
10166 * dired-aux.el (dired-read-shell-command): Doc fix.
10167
10168 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10169
10170 * mail/sendmail.el (sendmail-query-once):
10171 Use `customize-save-variable' unconditionally, now that it works under
10172 emacs -Q.
10173
10174 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10175
10176 * cus-edit.el (custom-file): Take an optional no-error variable.
10177 (customize-save-variable): Set the variable, and give a warning if
10178 running under "emacs -q".
10179
10180 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
10181
10182 * loadhist.el (unload-feature-special-hooks):
10183 Add `auto-coding-functions', `fill-nobreak-predicate' and
10184 `find-directory-functions' (bug#5327).
10185
10186 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10187
10188 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10189
10190 * cus-edit.el (custom-guess-name-alist): -alist variables should
10191 use the `alist' type (bug#3120). Suggested by Drew Adams.
10192
10193 * printing.el: Add documentation to all the `pr-toggle-' commands.
10194
10195 2011-07-11 Leo Liu <sdl.web@gmail.com>
10196
10197 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10198 backends where it makes sense (bug#2623).
10199
10200 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * dired-x.el (dired-guess-default): Remove duplicate shell command
10203 entries (bug#2028).
10204 (dired-guess-default): Fix grammar in doc string (bug#2028).
10205 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
10206
10207 * subr.el (remove-duplicates): New conveniency function.
10208
10209 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10210
10211 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10212 (bug#1526).
10213
10214 2011-07-10 Martin Rudalics <rudalics@gmx.at>
10215
10216 * window.el (display-buffer-normalize-default): Don't invert
10217 meaning of even-window-heights. Reported by Eli Zaretskii
10218 <eliz@gnu.org>.
10219
10220 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10221
10222 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10223
10224 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
10225
10226 * window.el (display-buffer): Fix arguments to
10227 display-buffer-reuse-window in last change.
10228
10229 * faces.el (link): Use a less saturated blue on light backgrounds.
10230
10231 * startup.el (fancy-startup-text, fancy-about-text)
10232 (fancy-startup-tail): Use font-lock faces, for background safety.
10233
10234 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10235
10236 * emulation/viper-cmd.el (viper-change-state-to-vi):
10237 Limit triggering of abbrev expansion (Bug#9038).
10238
10239 2011-07-09 Martin Rudalics <rudalics@gmx.at>
10240
10241 * window.el (display-buffer-default-specifiers): Remove.
10242 (display-buffer-macro-specifiers): Remove default specifiers.
10243 (display-buffer-alist): Default to nil.
10244 (display-buffer-reuse-window): New optional argument other-window.
10245 (display-buffer-pop-up-window): Allow splitting internal
10246 windows. Check whether a live window was created.
10247 (display-buffer-other-window-means-other-frame)
10248 (display-buffer-normalize-arguments): Rename to
10249 display-buffer-normalize-argument and rewrite. Set the
10250 other-window specifier.
10251 (display-buffer-normalize-special): New function.
10252 (display-buffer-normalize-options): Rename to
10253 display-buffer-normalize-default and rewrite.
10254 (display-buffer-normalize-options-inhibit): Remove.
10255 (display-buffer-normalize-specifiers): Rewrite.
10256 (display-buffer): Process other-window specifier and call
10257 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10258 more faithfully.
10259 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
10260 (display-buffer-alist-set): Don't handle 'unset default values.
10261 (display-buffer-in-window, display-buffer-alist-set):
10262 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
10263 <tassilo@member.fsf.org>.
10264
10265 2011-07-09 Leo Liu <sdl.web@gmail.com>
10266
10267 * register.el (insert-register): Restore accidental change on
10268 2011-06-26. (Bug#9028)
10269
10270 2011-07-09 Glenn Morris <rgm@gnu.org>
10271
10272 * subr.el (remq): Handle the empty list. (Bug#9024)
10273
10274 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10275
10276 * mail/sendmail.el (send-mail-function): No longer delay custom
10277 initialization.
10278 * custom.el (custom-initialize-delay): Doc fix.
10279
10280 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10283
10284 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10287 human-friendly prompt.
10288
10289 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10292 provided by a particular plugin.
10293
10294 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10297 save customizations (with "emacs -Q"), just set the variable
10298 instead of erroring out.
10299
10300 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10301
10302 2011-07-08 Juri Linkov <juri@jurta.org>
10303
10304 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10305 (archive-zip-update-case): Use 7z if found by `executable-find'.
10306 The order of searching the available programs is the same as in
10307 `archive-zip-extract' (bug#8968).
10308
10309 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10312 (menu-bar-options-menu): Tweak descriptions.
10313
10314 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10315
10316 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10317 menu items into verb phrases (bug#1421). Also refill to fit under
10318 80 columns.
10319
10320 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10321
10322 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10323 (Info-read-node-name): Doc fix (Bug#1084).
10324
10325 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10326 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10327 (end-of-sexp, beginning-of-sexp)
10328 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10329 (forward-symbol, forward-same-syntax, word-at-point)
10330 (sentence-at-point): Doc fix (Bug#1144).
10331
10332 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10333
10334 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10335 should cover it (bug#1281).
10336
10337 * cus-edit.el (custom-show): Mark as obsolete.
10338
10339 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
10340 negotiation fails, then possibly try again with a non-encrypted
10341 connection (bug#9017).
10342
10343 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10344 be used.
10345
10346 2011-07-07 Richard Stallman <rms@gnu.org>
10347
10348 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10349 property, and handle its changed format.
10350 Look for the correct line number.
10351 Use file's line contents (but not past first =) to find
10352 correct line in message.
10353
10354 2011-07-07 Kenichi Handa <handa@m17n.org>
10355
10356 * international/characters.el (build-unicode-category-table):
10357 Delete it.
10358 (unicode-category-table): Set it by unicode-property-table-internal.
10359
10360 * international/mule-cmds.el (char-code-property-alist): Move to
10361 to src/chartab.c.
10362 (get-char-code-property): Call unicode-property-table-internal to
10363 load a file. Call get-unicode-property-internal where necessary.
10364 (put-char-code-property): Call unicode-property-table-internal to
10365 load a file. Call put-unicode-property-internal where necessary.
10366 put-unicode-property-internal where necessary.
10367 (char-code-property-description):
10368 Call unicode-property-table-internal to load a file.
10369
10370 * international/charprop.el:
10371 * international/uni-bidi.el:
10372 * international/uni-category.el:
10373 * international/uni-combining.el:
10374 * international/uni-comment.el:
10375 * international/uni-decimal.el:
10376 * international/uni-decomposition.el:
10377 * international/uni-digit.el:
10378 * international/uni-lowercase.el:
10379 * international/uni-mirrored.el:
10380 * international/uni-name.el:
10381 * international/uni-numeric.el:
10382 * international/uni-old-name.el:
10383 * international/uni-titlecase.el:
10384 * international/uni-uppercase.el: Regenerate.
10385
10386 * loadup.el: Load international/charprop.el before
10387 international/characters.
10388
10389 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * window.el (next-buffer, previous-buffer): Signal an error if
10392 called from a minibuffer window.
10393
10394 * bindings.el: Revert 2011-07-04 change.
10395
10396 2011-07-06 Richard Stallman <rms@gnu.org>
10397
10398 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10399 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10400 Treat markers like ints.
10401 (rmail-mime-entity): Doc fix.
10402
10403 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10404
10405 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10406 defcustom again for backwards compatibility.
10407
10408 * simple.el (shell-command-on-region): Fill.
10409
10410 * dired-aux.el (dired-kill-line): Add a doc string.
10411
10412 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10413 to "\\sw\\|\\s_" (bug#358).
10414
10415 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10416 (dired-unmark-backward): Ditto.
10417 (dired-flag-backup-files): Ditto.
10418
10419 * dired-x.el (dired-mark-sexp): Ditto.
10420
10421 2011-07-06 Richard Stallman <rms@gnu.org>
10422
10423 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10424 (rmail-mime-entity): New arg TRUNCATED.
10425 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10426 New functions.
10427 (rmail-mime-save): Warn if entity is truncated.
10428 (rmail-mime-toggle-hidden): Likewise, for showing.
10429 (rmail-mime-process-multipart): Record when an entity is truncated.
10430
10431 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10432 if ENTITY is a string.
10433
10434 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10435
10436 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
10437 of faces when `M-C-x'-ing their definitions (bug#8378).
10438 Also clean up the code slightly.
10439
10440 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
10441 because that makes the colors go away.
10442
10443 * mail/sendmail.el (send-mail-function): Change the default to
10444 `sendmail-query-once'.
10445 (sendmail-query-once): Add an autoload cookie.
10446
10447 * net/network-stream.el (network-stream-open-starttls): Try using
10448 a plain connection even if the server offered STARTTLS, and we
10449 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10450 capability. This should make smtpmail.el work in slightly more
10451 configurations.
10452
10453 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
10454
10455 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10456 New defun.
10457 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10458
10459 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10460
10461 * progmodes/sql.el: Version 3.0
10462 (sql-product-alist): Add product :completion-object,
10463 :completion-column, and :statement attributes.
10464 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
10465 (sql-mode-syntax-table): Mark all punctuation.
10466 (sql-font-lock-keywords-builder): Temporarily remove fallback on
10467 ansi keywords.
10468 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
10469 (sql-mode-oracle-font-lock-keywords): Improve.
10470 (sql-oracle-show-reserved-words): New function for development.
10471 (sql-product-font-lock): Simplify for source code buffers.
10472 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10473 New functions.
10474 (sql-highlight-product): Set product specific syntax table.
10475 (sql-mode-map): Add statement movement functions.
10476 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10477 New variable.
10478 (sql-statement-regexp, sql-beginning-of-statement)
10479 (sql-end-of-statement, sql-signum): New functions.
10480 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
10481 (sql-show-sqli-buffer): Bug fix.
10482 (sql-interactive-mode): Store connection data as buffer local.
10483 (sql-connect): Add NEW-NAME parameter. Redesign interaction
10484 with sql-interactive-mode.
10485 (sql-save-connection): Save buffer local settings.
10486 (sql-connection-menu-filter): Change menu entry name.
10487 (sql-product-interactive): Bug fix.
10488 (sql-preoutput-hold): New variable.
10489 (sql-interactive-remove-continuation-prompt): Bug fixes.
10490 (sql-debug-redirect): New variable.
10491 (sql-str-literal): New function.
10492 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
10493 Redesign.
10494 (sql-oracle-save-settings, sql-oracle-restore-settings)
10495 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10496 (sql-completion-object, sql-completion-column)
10497 (sql-completion-sqlbuf): New variables.
10498 (sql-build-completions-1, sql-build-completions)
10499 (sql-try-completion): New functions.
10500 (sql-read-table-name): Use them.
10501 (sql-contains-names): New buffer local variable.
10502 (sql-list-all, sql-list-table): Use it.
10503 (sql-oracle-completion-types): New variable.
10504 (sql-oracle-completion-object, sql-sqlite-completion-object)
10505 (sql-postgres-completion-object): New functions.
10506
10507 2011-07-06 Glenn Morris <rgm@gnu.org>
10508
10509 * window.el (pop-to-buffer): Doc fix.
10510
10511 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
10512
10513 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10514
10515 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
10518
10519 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
10520
10521 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * button.el (button): Inherit from link face. Suggested by Dan
10524 Nicolaescu.
10525
10526 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * progmodes/gdb-mi.el: Fit in 80 columns.
10529 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10530 switch-to-buffer.
10531
10532 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10533 if imenu is simply not configured (bug#8941).
10534
10535 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10536
10537 * allout.el (allout-post-undo-hook): New allout outline-change
10538 event hook to signal undo activity.
10539 (allout-post-command-business): Run allout-post-undo-hook if an
10540 undo just occurred.
10541 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10542 * allout-widgets.el (allout-widgets-after-undo-function):
10543 Ensure the integrity of the current item's decoration after it has been
10544 in the vicinity of an undo.
10545 (allout-widgets-mode): Include allout-widgets-after-undo-function
10546 on the new allout-post-undo-hook.
10547
10548 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10551 Let define-derived-mode define it.
10552 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10553 cycles of abbrev-table inheritance (bug#8998).
10554
10555 2011-07-05 Roland Winkler <winkler@gnu.org>
10556
10557 * textmodes/bibtex.el: Add support for biblatex.
10558 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10559 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10560 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10561 (bibtex-entry-alist, bibtex-field-alist): New variables.
10562 (bibtex-entry-field-alist): Obsolete alias for
10563 bibtex-BibTeX-entry-alist.
10564 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10565 (bibtex-set-dialect): New command.
10566 (bibtex-entry-type, bibtex-entry-head)
10567 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10568 Bind via bibtex-set-dialect.
10569 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10570 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10571 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10572 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10573 Define via bibtex-set-dialect.
10574 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10575 Obey bibtex-no-opt-remove-re.
10576 (bibtex-vec-push, bibtex-vec-incr): New functions.
10577 (bibtex-format-entry, bibtex-field-list)
10578 (bibtex-print-help-message, bibtex-validate)
10579 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10580
10581 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * progmodes/compile.el (compilation-goto-locus):
10584 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10585 * bs.el (bs-cycle-next, bs-cycle-previous):
10586 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10587 * bindings.el (mode-line-other-buffer):
10588 * autoinsert.el (auto-insert):
10589 * arc-mode.el (archive-extract):
10590 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10591
10592 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10595 Fix check of `emacs-lock-unlockable-modes'.
10596 Coerce true values of `emacs-lock--try-unlocking' to t.
10597
10598 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10601 * emacs-lock.el: New file.
10602
10603 2011-07-05 Julien Danjou <julien@danjou.info>
10604
10605 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10606 than `boundp' to check if face is set.
10607
10608 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
10609
10610 * register.el (registerv-make):
10611 * window.el (window-min-height): Fix typos in docstrings.
10612
10613 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10614
10615 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
10616 Update doc string.
10617
10618 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
10619
10620 * server.el (server-execute): Catch quit and call
10621 `server-return-error' to pass the error back to emacsclient and
10622 close the connection (bug#8942).
10623
10624 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10625
10626 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10627 insecure exception for current topic. Also note that auto-saves
10628 are handled differently.
10629
10630 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
10631 State variables for tracking auto-save inhibition situation.
10632
10633 (allout-write-contents-hook-handler): Rename from
10634 'allout-write-file-hook-handler', and describe how it depends on
10635 write-contents-functions sensitivity to non-nil value to prevent
10636 file write.
10637
10638 (allout-auto-save-hook-handler): Remove. auto-save does not check
10639 this in individual buffers, only in the starting buffer, so this
10640 is not the right way for us to inhibit auto-save in a buffer
10641 according to its condition.
10642
10643 (allout-mode): Use new allout-write-contents-hook-handler, and
10644 only with write-contents-functions. Remove auto-save provisions -
10645 they're implemented elsewhere.
10646
10647 (allout-before-change-handler): If undo is in progress, note that
10648 for attention of allout-post-command-business.
10649
10650 (allout-post-command-business): If the command we're following was
10651 an undo, check for change in the status of encrypted items and
10652 adjust auto-save inhibitions accordingly.
10653
10654 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10655 according to whether there are or aren't any plain-text topics
10656 pending encryption.
10657
10658 (allout-inhibit-auto-save-info-for-decryption):
10659 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10660 if there are plain-text topics pending encryption.
10661
10662 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10663 buffer-saved-size and some allout state to not inhibit auto-saves
10664 if there are no longer any plain-text topics pending encryption.
10665
10666 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10667 No longer provide for exemption of the current topic.
10668
10669 2011-07-04 Juri Linkov <juri@jurta.org>
10670
10671 Add 7z operations to delete and save changed members (bug#8968).
10672 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10673 New defcustoms.
10674 (archive-7z-write-file-member): New function.
10675 (archive-7z-summarize): Fix the number of dashes in the
10676 listing output.
10677
10678 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10681 (bug#8958).
10682
10683 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
10684
10685 * bindings.el: Ignore next-buffer and previous-buffer in
10686 minibuffer-local-map.
10687
10688 * font-lock.el (font-lock-builtin-face): Change light background
10689 color to dark slate blue (Bug#6693).
10690
10691 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10692
10693 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10694
10695 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10698 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10699 Add switch-to-buffer.
10700
10701 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * isearch.el (isearch-search-fun-function): Clarify further the
10704 meaning of the function returned.
10705
10706 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
10707
10708 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10709
10710 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10711 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10712 Use it.
10713 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10714 `tramp-default-remote-path' does not exist.
10715 (tramp-send-command-and-read): New optional argument NOERROR.
10716 (tramp-open-connection-setup-interactive-shell)
10717 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10718 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10719 (tramp-process-sentinel): Flush also process' connection property.
10720 (tramp-sh-handle-start-file-process): Do not set process
10721 sentinel. It is done now ...
10722 (tramp-maybe-open-connection): ... here. (Bug#8929)
10723
10724 2011-07-04 MON KEY <monkey@sandpframing.com>
10725
10726 * play/animate.el (animate-string): Doc fixes and allow changing
10727 the buffer name (bug#5417).
10728
10729 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10730
10731 * play/animate.el (animation-buffer-name): Rename from *animate*.
10732
10733 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10734
10735 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10736 This is simpler and helps future-proof the code.
10737 (timer-until): Use time-subtract and float-time.
10738 (timer--time-less-p): Use time-less-p.
10739
10740 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
10741
10742 * type-break.el (timep): Use the value of `float-time' to avoid a
10743 byte-compiler warning.
10744
10745 * server.el (server-eval-and-print): Return any result, even nil.
10746
10747 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10748
10749 * type-break.el: Accept time formats that the builtins accept.
10750 (timep, type-break-time-difference): Accept any format that
10751 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10752 This is simpler and helps future-proof the code.
10753 (type-break-time-difference): Round rather than ignoring
10754 subseconds components.
10755
10756 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10757
10758 * info.el (Info-apropos-matches): Make non-interactive, since it
10759 doesn't seem to do anything useful as a command (bug#8829).
10760
10761 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * frame.el (frame-background-mode, frame-set-background-mode):
10764 Move from faces.el.
10765 (frame-default-terminal-background): New function.
10766
10767 * custom.el (custom-push-theme): Don't record faces in `changed'
10768 theme; this doesn't work correctly for per-frame face settings.
10769 (disable-theme): Use face-set-after-frame-default to reset faces.
10770 (custom--frame-color-default): New function.
10771
10772 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10773
10774 * dired.el (dired-flagging-regexp): Remove unused variable
10775 (bug#8769).
10776
10777 2011-03-29 Kevin Ryde <user42@zip.com.au>
10778
10779 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10780 `perl-Test2' extend to match possible "fail #N" rep count
10781 (bug#8377).
10782
10783 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
10785 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10786 `smtpmail-via-smtp' now returns the error instead of nil.
10787
10788 * isearch.el (isearch-search-fun-function): Clarify the doc string
10789 (bug#8101).
10790
10791 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
10792
10793 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10794 unnecessary spaces (bug#8987).
10795
10796 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10797
10798 * net/network-stream.el (open-network-stream): Use the
10799 :end-of-capability command thoughout.
10800
10801 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10802
10803 * net/network-stream.el (open-network-stream): Add the
10804 :end-of-capability command parameter, used by pop3.el.
10805
10806 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10807
10808 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10809
10810 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10811 for list)" (bug#6475).
10812
10813 * files.el (file-expand-wildcards): Ignore non-readable
10814 sub-directories while trying to find matches instead of signaling
10815 an error (bug#6297).
10816
10817 * man.el (Man-reference-regexp): Allow matching possible
10818 word-wrapped references (bug#6289).
10819
10820 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10821 for consistency with the other vc buffers (bug#6197).
10822 (vc-checkin): Ditto.
10823
10824 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10825
10826 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10827
10828 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10829
10830 * custom.el (defcustom): Clarify that :set is only used in the
10831 Customize user interface (bug#6089).
10832
10833 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10834 associated with a file, refuse to run instead of erroring out
10835 (bug#6084).
10836
10837 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10838 the doc string, since it appears that using `fill-column' always
10839 controls the width (bug#7845).
10840
10841 * simple.el (shell-command-on-region): Say where the error output
10842 went if `shell-command-default-error-buffer' is set (bug#6857).
10843
10844 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10845
10846 * allout.el (allout-yank-processing): Adjust cursor position for
10847 backwards-deleted space.
10848
10849 (allout-rebullet-heading): Register changes with
10850 allout-exposure-changed-hook, so the modified topic is properly
10851 decorated.
10852
10853 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
10855 * minibuffer.el (completion-in-region): Document PREDICATE
10856 (bug#7136).
10857
10858 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10859 of keyword/argument pairs (bug#6904).
10860
10861 * replace.el (multi-occur):
10862 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
10863
10864 2011-07-02 Drew Adams <drew.adams@oracle.com>
10865
10866 * dired.el (dired-mark-if): Make the message about whether it's
10867 marking or unmarking clearer (bug#8523).
10868
10869 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
10871 * disp-table.el (display-table-print-array): New function.
10872 (describe-display-table): Use it to print the vectors more pretty
10873 (Bug#8859).
10874
10875 2011-07-02 Martin Rudalics <rudalics@gmx.at>
10876
10877 * window.el (window-state-get-1): Don't assign clone numbers.
10878 Add clone-of item to list of window parameters.
10879 (window-state-put-2): Don't process clone numbers.
10880 (display-buffer-alist): Fix doc-string.
10881
10882 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * subr.el (remq): Don't allocate if it's not needed.
10885 (keymap--menu-item-binding, keymap--menu-item-with-binding)
10886 (keymap--merge-bindings): New functions.
10887 (keymap-canonicalize): Use them to refine the canonicalization.
10888 * minibuffer.el (minibuffer-local-completion-map)
10889 (minibuffer-local-must-match-map): Move initialization from C.
10890 (minibuffer-local-filename-completion-map): Move initialization from C;
10891 don't inherit from anything here.
10892 (minibuffer-local-filename-must-match-map): Make obsolete.
10893 (completing-read-default): Use make-composed-keymap to combine
10894 minibuffer-local-filename-completion-map with either
10895 minibuffer-local-must-match-map or
10896 minibuffer-local-filename-completion-map.
10897
10898 2011-07-01 Glenn Morris <rgm@gnu.org>
10899
10900 * type-break.el (type-break-time-sum): Use dolist.
10901
10902 * textmodes/flyspell.el (flyspell-word-search-backward):
10903 Replace CL function.
10904
10905 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * mouse.el (mouse--strip-first-event): New function.
10908 (function-key-map): Use it to map fringe clicks to normal clicks
10909 by default.
10910
10911 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10912 (vc-bzr-revision-completion-table): Add support for annotate and date.
10913
10914 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10915 inherit from parent.
10916
10917 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10918
10919 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
10920 (dired-show-file-type): Doc fixup (bug#8818).
10921
10922 * dired.el (dired-mode): Fix up the doc string as suggested by
10923 Drew Adams (bug#8817).
10924
10925 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10926 cookie, since the manual says that it should be possible to add
10927 this function to `find-file-hook' (bug#8709).
10928
10929 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10930
10931 * progmodes/cfengine.el: Moved all cfengine3.el functionality
10932 here. Noted Ted Zlatanov as the maintainer.
10933 (cfengine-common-settings, cfengine-common-syntax): New functions
10934 to set up common things between `cfengine-mode' and
10935 `cfengine3-mode'.
10936 (cfengine3-mode): New mode.
10937 (cfengine3-defuns cfengine3-defuns-regex
10938 (cfengine3-class-selector-regex cfengine3-category-regex)
10939 (cfengine3-vartypes cfengine3-font-lock-keywords)
10940 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
10941 (cfengine3-indent-line): Add from cfengine3.el.
10942
10943 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
10944
10945 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10946
10947 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10948
10949 2011-07-01 Martin Rudalics <rudalics@gmx.at>
10950
10951 * window.el (same-window-buffer-names, same-window-regexps)
10952 (same-window-p, special-display-frame-alist)
10953 (special-display-popup-frame, special-display-function)
10954 (special-display-buffer-names, special-display-regexps)
10955 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10956 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10957 (split-window-preferred-function, split-height-threshold)
10958 (split-width-threshold, even-window-heights)
10959 (display-buffer-mark-dedicated, window-splittable-p)
10960 (split-window-sensibly, window-safely-shrinkable-p):
10961 Un-obsolete.
10962 (display-buffer): Don't spread args with function specifier
10963 because special-display-popup-frame won't like it.
10964
10965 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10966
10967 Time-stamp simplifications and fixes.
10968 These improve accuracy slightly, and future-proof the code
10969 against some potential changes to current-time format.
10970
10971 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10972 by using time-since and float-time.
10973
10974 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10975 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10976 + NNN microseconds".
10977
10978 * type-break.el (type-break-time-sum): Rewrite using time-add.
10979
10980 * play/hanoi.el (hanoi-current-time-float): Remove.
10981 All uses replaced by float-time.
10982
10983 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10984 This yields a more-accurate answer.
10985 (rng-time-to-float): Remove; no longer needed.
10986
10987 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10988
10989 * calendar/timeclock.el (timeclock-seconds-to-time):
10990 Defalias to seconds-to-time, since they're the same thing.
10991
10992 * emacs-lisp/elp.el (elp-elapsed-time):
10993 * emacs-lisp/benchmark.el (benchmark-elapse):
10994 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10995
10996 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 * window.el (bury-buffer): Don't iconify the only frame.
10999 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11000 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11001
11002 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
11003
11004 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11005 Add mouse-yank-primary.
11006
11007 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11008
11009 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11010
11011 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11014 (find-library-name): Use it to find relative load names when provided
11015 absolute file name (bug#8803).
11016
11017 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11018
11019 * textmodes/flyspell.el (flyspell-word): Consider words that
11020 differ only in case as potential doublons (bug#5687).
11021
11022 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11023 Remove two rather uninteresting debugging-like messages to make
11024 debbugs.el more silent.
11025
11026 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11027 a password-like phrase.
11028
11029 2011-06-30 Masatake YAMATO <yamato@redhat.com>
11030
11031 * progmodes/cc-guess.el: New file.
11032
11033 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
11034
11035 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11036 derived from `c-basic-common-init'.
11037
11038 * progmodes/cc-mode.el (top-level): Require cc-guess.
11039 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11040
11041 2011-06-30 Lawrence Mitchell <wence@gmx.li>
11042
11043 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11044
11045 2011-06-30 Alan Mackenzie <acm@muc.de>
11046
11047 * progmodes/cc-engine.el (c-guess-continued-construct):
11048 Correct the handling of template-args-cont, particularly for when font
11049 lock is disabled. Name this case as "CASE G".
11050
11051 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11052
11053 * allout.el (allout-yank-processing): Fix injection of extra space
11054 between bullet and non-whitespace character in first topic when
11055 pasting, ensuring that the actual spacing in the pasted topic
11056 following the bullet char is preserved. This extra space was
11057 causing pasted encrypted topics to get a decrypted status even
11058 when the content was actually still encrypted. Now the decryption
11059 status from before the paste is preserved.
11060
11061 (allout-flag-region): Set all allout overlays so they evaporate
11062 when reduced to zero length (evanescent), to prevent overlay
11063 leakage.
11064
11065 2011-06-30 Glenn Morris <rgm@gnu.org>
11066
11067 * w32-fns.el (w32-charset-info-alist): Declare.
11068
11069 * find-dired.el (find-grep-options): Simplify.
11070
11071 * term/ns-win.el (ns-set-resource): Declare.
11072
11073 * ses.el (row, col): Declare dynamic variables honestly.
11074
11075 * textmodes/reftex-parse.el (index-tags): Declare.
11076
11077 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * cus-edit.el (customize-push-and-save): New function.
11080
11081 * files.el (hack-local-variables-confirm): Use it.
11082
11083 * custom.el (load-theme): New arg NO-CONFIRM.
11084 Use customize-push-and-save (Bug#8720).
11085 (custom-enabled-themes): Doc fix.
11086
11087 * cus-theme.el (customize-create-theme)
11088 (custom-theme-merge-theme): Callers to load-theme changed.
11089
11090 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11091
11092 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11093 short URLs have at least one dot in them (bug #7614).
11094
11095 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11096 nil, because using a pty is apparently too slow (bug #895).
11097
11098 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11099
11100 * mail/sendmail.el (sendmail-query-once): New function.
11101 (sendmail-query-once-function): New variable.
11102
11103 2011-06-29 Glenn Morris <rgm@gnu.org>
11104
11105 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11106
11107 * ses.el (top-level): Require cl when compiling.
11108 (ses-set-localvars): Fix error statement.
11109 Call it at compile time to silence a storm of warnings.
11110
11111 2011-06-29 Martin Rudalics <rudalics@gmx.at>
11112
11113 * window.el (normalize-live-buffer): Rename to
11114 window-normalize-buffer.
11115 (normalize-live-frame): Rename to window-normalize-frame.
11116 (normalize-any-window): Rename to window-normalize-any-window.
11117 (normalize-live-window): Rename to window-normalize-live-window.
11118 (make-window-atom): Rename to window-make-atom.
11119 (window-resize-reset): Rename to window--resize-reset.
11120 (window-resize-reset-1): Rename to window--resize-reset-1.
11121 (resize-mini-window): Rename to window--resize-mini-window.
11122 (resize-subwindows-skip-p): Rename to
11123 window--resize-subwindows-skip-p.
11124 (resize-subwindows-normal): Rename to
11125 window--resize-subwindows-normal.
11126 (resize-subwindows): Rename to window--resize-subwindows.
11127 (resize-other-windows): Rename to window--resize-siblings.
11128 (resize-this-window): Rename to window--resize-this-window.
11129 (resize-root-window): Rename to window--resize-root-window.
11130 (resize-root-window-vertically): Rename to
11131 window--resize-root-window-vertically.
11132 (normalize-buffer-to-display): Rename to
11133 window-normalize-buffer-to-display.
11134 (normalize-buffer-to-switch-to): Rename to
11135 window-normalize-buffer-to-switch-to.
11136 Correspondingly update all callers of the functions listed
11137 above.
11138 (display-buffer-alist, display-buffer-normalize-arguments)
11139 (display-buffer-normalize-options, display-buffer)
11140 (display-buffer-alist-set): Use "function" instead of
11141 "fun-with-args".
11142
11143 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
11144
11145 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11146 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11147 debbugs.gnu.org. Mention acknowledgment email.
11148
11149 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11150
11151 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11152 buffer multibyteness, since it shouldn't matter.
11153
11154 2011-06-28 Martin Rudalics <rudalics@gmx.at>
11155
11156 * window.el (display-buffer-in-side-window): Handle dedicated
11157 windows as in display-buffer-reuse-window.
11158 (display-buffer-normalize-alist): Use value of override
11159 specifier.
11160 (display-buffer-normalize-specifiers): Use value of
11161 other-window-means-other-frame specifier.
11162 (display-buffer-alist): Rewrite some texts in widgets.
11163 (display-buffer): Spread arguments when calling function
11164 specified by fun-with-args.
11165
11166 2011-06-28 Deniz Dogan <deniz@dogan.se>
11167
11168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11169 Unnest `let'.
11170
11171 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11172 selectors (Bug#5732).
11173 (css-proprietary-nmstart-re): Use `regexp-opt'.
11174
11175 2011-06-27 Jari Aalto <jari.aalto@cante.net>
11176
11177 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11178 (eshell-ls-date-format): New defcustom.
11179 (eshell-ls-file): Use it.
11180
11181 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11184
11185 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11186
11187 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11188 (ange-ftp-make-tmp-name): New arg.
11189 (ange-ftp-file-local-copy): Use it.
11190
11191 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
11192
11193 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11194 no-conversion (Bug#8870).
11195
11196 2011-06-27 Martin Rudalics <rudalics@gmx.at>
11197
11198 * window.el (window-right, window-left, window-child)
11199 (window-child-count, window-last-child)
11200 (window-iso-combination-p, walk-window-tree-1)
11201 (window-atom-check-1, window-tree-1, delete-window)
11202 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11203 new naming conventions - window-vchild, window-hchild,
11204 window-next and window-prev are now called window-top-child,
11205 window-left-child, window-next-sibling and window-prev-sibling
11206 respectively.
11207 (resize-window-reset): Rename to window-resize-reset.
11208 (resize-window-reset-1): Rename to window-resize-reset-1.
11209 (resize-window): Rename to window-resize.
11210 (window-min-height, window-min-width)
11211 (resize-mini-window, resize-this-window, resize-root-window)
11212 (resize-root-window-vertically, adjust-window-trailing-edge)
11213 (enlarge-window, shrink-window, maximize-window)
11214 (minimize-window, delete-window, quit-restore-window)
11215 (split-window, balance-windows, balance-windows-area-adjust)
11216 (balance-windows-area, window-state-put-2)
11217 (display-buffer-even-window-sizes, display-buffer-set-height)
11218 (display-buffer-set-width, set-window-text-height)
11219 (fit-window-to-buffer): Rename all "resize-window" prefixed
11220 calls to use the "window-resize" prefix convention.
11221 (display-buffer-alist): Fix symbol for label specifier.
11222 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11223 corresponding specifier.
11224 Reported by Juanma Barranquero <lekktu@gmail.com>.
11225
11226 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11227
11228 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11229 convention.
11230 (ses-call-printer): Does not pass an empty string to formatter when the
11231 cell is empty to keep from barking printer Calc math-format-value.
11232
11233 2011-06-27 Richard Stallman <rms@gnu.org>
11234
11235 * battery.el (battery-mode-line-limit): New variable.
11236 (battery-update): Handle it.
11237
11238 * mail/rmailmm.el (rmail-mime-process-multipart):
11239 Handle truncated messages.
11240
11241 2011-06-27 Glenn Morris <rgm@gnu.org>
11242
11243 * progmodes/flymake.el (flymake-err-line-patterns):
11244 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11245
11246 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11247
11248 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
11249 (ses--clean-!, ses--clean-_): New functions.
11250 (ses-range): Add configurability of readout order, and conversion
11251 to Calc vector.
11252
11253 * ses.el (ses-repair-cell-reference-all): New function.
11254 (ses-cell-symbol): Set macro as safe, so that it can be used in
11255 formulas.
11256
11257 * ses.el: Update cycle detection algorithm.
11258 (ses-localvars): Add ses--Dijkstra-attempt-nb and
11259 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
11260 (ses-set-localvars): New function.
11261 (ses-make-cell): Add property-list as a cell element.
11262 (ses-cell-property-get-fun, ses-cell-property-get)
11263 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
11264 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11265 New functions.
11266 (ses-cell-property-set, ses-cell-property-pop)
11267 (ses-cell-property-get-handle): New macro.
11268 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11269 New aliases, used for code readability.
11270 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11271 cycle detection.
11272 (ses-self-reference-early-detection): New defcustom.
11273 (ses-formula-references): Robustify against self-referring cells.
11274 (ses-mode): Use ses-set-localvars.
11275 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11276 before lauching the update processing.
11277 (ses-initialize-Dijkstra-attempt): New function.
11278 (ses-recalculate-cell): Update for cycle detection based on
11279 Dijkstra algorithm.
11280
11281 * ses.el: Fix commenting and indenting convention.
11282
11283 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * bs.el (bs-cycle-next): Complete last change.
11286
11287 2011-06-27 Drew Adams <drew.adams@oracle.com>
11288
11289 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11290
11291 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11292
11293 * net/network-stream.el (network-stream-open-starttls):
11294 Don't re-get capabilities unless we've reestablished connection.
11295 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11296
11297 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11298 to binary to possibly avoid line encoding issues on Windows (among
11299 other things).
11300
11301 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11302
11303 * net/network-stream.el (open-network-stream): Return an :error
11304 saying what the problem was, if possible.
11305
11306 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11307 server.
11308
11309 * net/network-stream.el (network-stream-open-starttls): If we
11310 wanted to use STARTTLS, and the server offered it, but we weren't
11311 able to because we had no STARTTLS support, then close the connection.
11312 (open-network-stream): Return an :error element, if present.
11313
11314 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * hl-line.el (hl-line-sticky-flag): Doc fix.
11317 (global-hl-line-sticky-flag): New option (Bug#8323).
11318 (global-hl-line-highlight): Obey it.
11319
11320 * vc/vc.el (vc-revert-show-diff): Default to t.
11321
11322 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11323
11324 * allout-widgets.el (allout-widgets-post-command-business):
11325 Stop decorating intermediate isearch matches. They're not being
11326 undecorated when an isearch is continued past, and isearch
11327 automatically collapses them. This leads to "widget leaks", where
11328 decorated items accumulate in collapsed areas. Lines with lots of
11329 hidden widgets can slow down cursor travel, substantially.
11330 Too much complicated machinery would be needed to ensure undecoration,
11331 so we're doing without this nicety.
11332
11333 (allout-widgets-tally-string): Don't try to do a hash-table-count
11334 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11335 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11336 *Messages* when allout-widgets-maintain-tally is t.
11337
11338 2011-06-26 Martin Rudalics <rudalics@gmx.at>
11339
11340 * window.el (display-buffer-normalize-argument): Rename to
11341 display-buffer-normalize-arguments. Handle special meaning of
11342 LABEL argument. Respect special-display-function when popping up
11343 a new frame. Fix code searching for a window showing the buffer
11344 on another frame.
11345 (display-buffer-normalize-specifiers):
11346 Call display-buffer-normalize-arguments.
11347 (display-buffer-in-window): Don't undedicate the window if its
11348 buffer remains the same.
11349 Reported by Drew Adams <drew.adams@oracle.com>.
11350 (display-buffer-alist): Add choice for same-window macro
11351 specfier.
11352 (display-buffer): Mention special meaning of LABEL argument in
11353 doc-string. Fix quoting. Don't pop up a new frame even as
11354 fallback.
11355
11356 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11359 avoid deleting the current window in some cases (bug#8911).
11360
11361 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11362
11363 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11364 (Bug#8934)
11365
11366 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11367
11368 * net/network-stream.el (network-stream-open-starttls):
11369 Use built-in TLS support if `gnutls-available-p' is true.
11370 (network-stream-open-tls): Ditto.
11371
11372 2011-06-26 Leo Liu <sdl.web@gmail.com>
11373
11374 * register.el (registerv): New struct.
11375 (registerv-make): New function.
11376 (jump-to-register, describe-register-1, insert-register):
11377 Support the jump-func, print-func and insert-func slot of a registerv
11378 struct. (Bug#8415)
11379
11380 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11381
11382 * vc/vc.el (vc-revert-show-diff): New defcustom.
11383 (vc-diff-internal): New arg specifying diff buffer.
11384 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11385 reuse an existing *vc-diff* buffer (Bug#8927).
11386
11387 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11388
11389 2011-06-26 Glenn Morris <rgm@gnu.org>
11390
11391 * progmodes/f90.el (f90-critical-indent): New option.
11392 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11393 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11394 (f90-mode): Doc fix.
11395 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11396 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11397 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11398 (f90-match-end): Handle block, critical.
11399
11400 2011-06-25 Glenn Morris <rgm@gnu.org>
11401
11402 * calendar/diary-lib.el (diary-included-files): Doc fix.
11403 (diary-include-files): New function, extracted from
11404 diary-include-other-diary-files and diary-mark-included-diary-files.
11405 (diary-include-other-diary-files, diary-mark-included-diary-files):
11406 Just call diary-include-files.
11407 (diary-mark-entries): Reset diary-included-files on first call.
11408
11409 * calendar/diary-lib.el (diary-mark-entries)
11410 (diary-mark-included-diary-files):
11411 Visit included diary-files in temp buffers.
11412
11413 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11414 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11415 (f90-start-block-re, f90-imenu-generic-expression)
11416 (f90-looking-at-program-block-start, f90-no-block-limit):
11417 Add support for submodules.
11418
11419 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11420 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
11421
11422 2011-06-25 Eli Zaretskii <eliz@gnu.org>
11423
11424 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11425 buffer-file-type before setting its value, to avoid disastrous
11426 global effects on decoding files for DOS/Windows systems. (Bug#8780)
11427
11428 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11429
11430 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11431
11432 * ses.el (ses-unload-function):
11433 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11434
11435 * proced.el (proced-unload-function):
11436 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11437
11438 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11439
11440 * server.el (server-create-window-system-frame): Add parameters arg.
11441 (server-process-filter): Doc fix. Handle frame-parameters.
11442
11443 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
11444
11445 Fix bug#8730, bug#8781.
11446
11447 * loadhist.el (unload--set-major-mode): New function.
11448 (unload-feature): Use it.
11449
11450 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11451 (python-unload-function): New function.
11452
11453 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11456
11457 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11458
11459 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11460 the candidates list.
11461
11462 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
11463
11464 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11465
11466 2011-06-23 Richard Stallman <rms@gnu.org>
11467
11468 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11469 (rmail-variables): Set next-error-move-function.
11470 (rmail-what-message): Take argument POS.
11471 (rmail-next-error-move): New function.
11472
11473 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11476 messages for adjacent non-terminals.
11477
11478 2011-06-23 Richard Stallman <rms@gnu.org>
11479
11480 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
11481 (rmail-show-message-1): Preserve buffer modified flag.
11482 (rmail-start-mail): Don't specify use of rmail-mail-return;
11483 that's done by mail-bury now.
11484 (rmail-mail-return): Handle arg NEWBUF.
11485
11486 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
11487
11488 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11489 SIZE is a number.
11490
11491 2011-06-23 Martin Rudalics <rudalics@gmx.at>
11492
11493 * window.el (get-lru-window, get-mru-window)
11494 (get-largest-window): Never return a minibuffer window.
11495 (display-buffer-pop-up-window): Fix a bug that could lead to
11496 reusing the minibuffer window.
11497 (display-buffer): Pass original specifier argument to
11498 display-buffer-function instead of the normalized one.
11499 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11500
11501 2011-06-22 Leo Liu <sdl.web@gmail.com>
11502
11503 * minibuffer.el (completing-read-function)
11504 (completing-read-default): Move from minibuf.c
11505
11506 2011-06-22 Richard Stallman <rms@gnu.org>
11507
11508 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11509 to Rmail even if not started by a special Rmail command.
11510
11511 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11512 Copy the buffer currently showing just one message.
11513
11514 2011-06-22 Roland Winkler <winkler@gnu.org>
11515
11516 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11517 (bibtex-clean-entry): First delete the old key so that a
11518 customized algorithm for generating the new key does not get
11519 confused by the old key.
11520 (bibtex-url): Obey regexp of first step.
11521 (bibtex-search-entries): Do not use add-to-list with local
11522 list-var.
11523
11524 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11525
11526 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11527 stored a user name, then query for the password first, instead of
11528 waiting for SMTP to give an error message and the trying again.
11529
11530 2011-06-22 Lawrence Mitchell <wence@gmx.li>
11531
11532 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11533 BUFFER in call-process.
11534
11535 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11536
11537 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11538 QUIT twice.
11539 (smtpmail-try-auth-methods): Require user name and password from
11540 auth-source.
11541
11542 2011-06-22 Martin Rudalics <rudalics@gmx.at>
11543
11544 * window.el (display-buffer-default-specifiers)
11545 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11546 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11547 (split-window): Normalize SIDE argument (Bug#8916).
11548
11549 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11550 (special-display-frame-alist, special-display-popup-frame):
11551 Remove duplicate declarations. These are now in window.el.
11552
11553 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11554
11555 * mail/smtpmail.el (smtpmail-via-smtp):
11556 Set :use-starttls-if-possible so that we always use STARTTLS if the
11557 server supports it. SMTP servers that support STARTTLS commonly
11558 require it.
11559
11560 * net/network-stream.el (network-stream-open-starttls): Support
11561 upgrading to STARTTLS always, even if we don't have built-in support.
11562 (open-network-stream): Add the :always-query-capabilities keyword.
11563
11564 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11565 upgrades with `open-network-stream', and rely solely on
11566 auth-source for all credentials. Big changes throughout the file,
11567 but in particular:
11568 (smtpmail-auth-credentials): Remove.
11569 (smtpmail-starttls-credentials): Remove.
11570 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11571 MAIL FROM, too.
11572
11573 * net/network-stream.el (network-stream-open-starttls):
11574 Provide support for client certificates both for external and built-in
11575 STARTTLS.
11576 (auth-source): Require.
11577 (open-network-stream): Document the :client-certificate keyword.
11578 (network-stream-certificate): Change cert-cert to cert and
11579 cert-key to key.
11580
11581 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
11582
11583 * net/tramp-cache.el (top): Don't load the persistency file when
11584 "emacs -Q" has been called.
11585
11586 2011-06-21 Tim Harper <timcharper@gmail.com>
11587
11588 * term/ns-win.el (ns-initialize-window-system):
11589 Set application-specific `ApplePressAndHoldEnabled' system
11590 resource to NO as it is not yet supported by the NS port.
11591
11592 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
11593
11594 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11595 (list-dynamic-libraries): ...not here.
11596
11597 2011-06-21 Leo Liu <sdl.web@gmail.com>
11598
11599 * subr.el (sha1): Implement sha1 using secure-hash.
11600
11601 2011-06-21 Martin Rudalics <rudalics@gmx.at>
11602
11603 * window.el (display-buffer-alist): In default value do not
11604 enforce searching a window on any but the selected frame.
11605 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11606 (display-buffer-select-window): Remove function.
11607 (display-buffer-in-window): When a window on another frame gets
11608 reused, do not select it any more but just raise its frame if
11609 necessary (Bug#8851) and (Bug#8856).
11610 (display-buffer-normalize-options): Handle pop-up-frames related
11611 options more faithfully.
11612 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11613 window if it is on another frame.
11614 (display-buffer-alist, display-buffer-default-specifiers):
11615 Don't make new frame unsplittable by default.
11616 (display-buffer-normalize-argument): Fix doc-string typo and use
11617 'same-frame-other-window instead of 'other-window when associating
11618 with display-buffer-macro-specifiers.
11619
11620 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11621
11622 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11623 New functions.
11624 (5x5-mode-map, 5x5-mode-menu): Bind them.
11625 (5x5-draw-grid): Tweak the solver's rendering.
11626
11627 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11630 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11631
11632 2011-06-21 Drew Adams <drew.adams@oracle.com>
11633
11634 * menu-bar.el: Use function variable instead of switch-to-buffer.
11635 (menu-bar-select-buffer-function): New variable.
11636 (menu-bar-update-buffers): Use it (bug#8876).
11637
11638 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11641 variable's status.
11642
11643 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11644
11645 * x-dnd.el (x-dnd-version-from-flags)
11646 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11647 and long as number (Bug#8899).
11648 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11649
11650 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
11653 (completion-try-completion, completion-all-completions): Compute the
11654 metadata argument if it's missing; make it optional (bug#8795).
11655
11656 * wid-edit.el: Use lex-bind and move towards completion-at-point.
11657 (widget-complete): Use new :completion-function property.
11658 (widget-completions-at-point): New function.
11659 (default): Use :completion-function instead of :complete.
11660 (widget-default-completions): Rename from widget-default-complete;
11661 Rewrite.
11662 (widget-string-complete, widget-file-complete, widget-color-complete):
11663 Remove functions.
11664 (file, symbol, function, variable, coding-system, color):
11665 * international/mule-cmds.el (default-input-method, charset)
11666 (language-info-custom-alist):
11667 * cus-edit.el (face): Use new property :completions.
11668
11669 * progmodes/pascal.el (pascal-completions-at-point): New function.
11670 (pascal-mode): Use it.
11671 (pascal-mode-map): Use completion-at-point.
11672 (pascal-toggle-completions): Make obsolete.
11673 (pascal-complete-word, pascal-show-completions):
11674 * progmodes/octave-mod.el (octave-complete-symbol):
11675 Redefine as obsolete alias.
11676 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11677 Signal absence of completion info for old Octave,
11678 (inferior-octave-complete): Redefine as obsolete alias.
11679 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11680 (meta-completions-at-point): Rename from meta-complete-symbol and
11681 adapt it for use on completion-at-point-functions.
11682 (meta-common-mode): Use it.
11683 (meta-looking-at-backward, meta-match-buffer): Remove.
11684 (meta-complete-symbol): Redefine as obsolete alias.
11685 (meta-common-mode-map): Use completion-at-point.
11686 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11687 (makefile-mode-map): Use completion-at-point.
11688 (makefile-completions-at-point): Rename from makefile-complete and
11689 adapt it for use on completion-at-point-functions.
11690 (makefile-mode): Use it.
11691 (makefile-complete): Redefine as obsolete alias.
11692
11693 2011-06-20 Deniz Dogan <deniz@dogan.se>
11694
11695 * net/rcirc.el: Delete trailing whitespaces once and for all.
11696
11697 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11698
11699 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11700
11701 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
11702
11703 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11704
11705 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11706
11707 2011-06-19 Martin Rudalics <rudalics@gmx.at>
11708
11709 * window.el (display-buffer-other-window-means-other-frame):
11710 Call display-buffer-normalize-alist.
11711 (display-buffer-normalize-specifiers-1): Rename to
11712 display-buffer-normalize-argument. New argument other-frame.
11713 Rewrite.
11714 (display-buffer-normalize-specifiers-2): Rename to
11715 display-buffer-normalize-options.
11716 (display-buffer-normalize-alist-1): New function.
11717 (display-buffer-normalize-specifiers-3): Rename to
11718 display-buffer-normalize-alist.
11719 Call display-buffer-normalize-alist-1.
11720 (display-buffer-normalize-options-inhibit): New variable.
11721 (display-buffer-normalize-specifiers): Rewrite calling
11722 display-buffer-normalize-alist,
11723 display-buffer-normalize-argument, and
11724 display-buffer-normalize-options. Don't call the latter if
11725 display-buffer-normalize-options-inhibit is non-nil.
11726 (frame-auto-delete): New option.
11727 (window-deletable-p): Use frame-auto-delete.
11728 (window-list-no-nils, window-state-ignored-parameters)
11729 (window-state-get-1, window-state-get, window-state-put-list)
11730 (window-state-put-1, window-state-put-2, window-state-put):
11731 New functions.
11732 (display-buffer-normalize-options): Move special-display-p group
11733 after pop-up-frame group (Bug#8851) and (Bug#8856).
11734
11735 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
11736
11737 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11738 groups (Bug#8776).
11739 (rx-submatch-n): New function.
11740 (rx): Document it.
11741
11742 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11743 (Bug#8768).
11744
11745 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11746
11747 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11748
11749 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11750 anytime existing face settings are present (Bug#8889).
11751
11752 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11753 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11754 Remove unused argument.
11755
11756 2011-06-18 Martin Rudalics <rudalics@gmx.at>
11757
11758 * window.el (display-buffer-default-specifiers):
11759 Remove pop-up-frame. Add pop-up-window-min-height,
11760 pop-up-window-min-width, and another reuse-window specifier
11761 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
11762 (display-buffer-normalize-specifiers-2):
11763 Handle split-height-threshold and split-width-threshold also when
11764 pop-up-windows is unset. Add a reuse-window specifier for the
11765 case popping up a new window fails.
11766 (special-display-popup-frame): Remove double quoting.
11767 (display-buffer-normalize-specifiers-1): Fix thinko.
11768
11769 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11772 according to comint-completion-addsuffix.
11773
11774 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11775 (pcomplete-suffix-list): Mark as obsolete.
11776 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11777 pcomplete-seen in the closure.
11778 (pcomplete-comint-setup): Setup completion-at-point as well.
11779 (pcomplete--entries): New function.
11780 (pcomplete--env-regexp): New var.
11781 (pcomplete-entries): Rewrite to work with partial-completion and
11782 without relying on pcomplete-suffix-list.
11783 (pcomplete-pare-list): Remove, unused.
11784
11785 2011-06-17 Martin Rudalics <rudalics@gmx.at>
11786
11787 * window.el (display-buffer-alist): Set pop-up-window-min-height
11788 and pop-up-window-min-width in default value. Reported by
11789 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11790 other-window-means-other-frame.
11791 (display-buffer-macro-specifiers): Comment out entry for
11792 other-window specifier.
11793 (display-buffer-other-window-means-other-frame): New function.
11794 (display-buffer-normalize-specifiers-1): New arguments
11795 buffer-name and label. Treat other-window case specially.
11796 (display-buffer-normalize-specifiers-2): Treat other-window case
11797 specially.
11798 (display-buffer-normalize-specifiers-3): New function.
11799 (display-buffer-normalize-specifiers):
11800 Call display-buffer-normalize-specifiers-3.
11801
11802 2011-06-17 Martin Rudalics <rudalics@gmx.at>
11803
11804 * window.el (same-window-p): Fix two typos introduced when
11805 adding with-no-warnings.
11806 (display-buffer-normalize-specifiers-1): Don't check
11807 pop-up-frames for 'unset initialization.
11808 (display-buffer-normalize-specifiers-2): Major rewrite using
11809 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11810 (pop-up-frames, display-buffer-reuse-frames)
11811 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11812 Suggested by David Engster <deng@randomsample.de>.
11813 (even-window-heights): Initialize to 'unset.
11814 (display-buffer-alist-set): Handle new 'unset initializations.
11815 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11816 other window case.
11817
11818 2011-06-16 Martin Rudalics <rudalics@gmx.at>
11819
11820 * window.el (display-buffer-normalize-specifiers-1):
11821 Respect current value of pop-up-frames for most reasonable values of
11822 second argument of display-buffer (Bug#8865).
11823 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11824 (switch-to-buffer-other-window-same-frame)
11825 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11826 Adams (Bug#8875).
11827 (display-buffer): Don't check noninteractive when calling
11828 display-buffer-pop-up-frame.
11829 (display-buffer-pop-up-frame): Never pop up a frame in
11830 noninteractive mode (Bug#8857).
11831 (enlarge-window, shrink-window): Don't report an error when the
11832 window can't be resized as requested (Bug#8862).
11833
11834 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11837
11838 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11839
11840 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11841
11842 2011-06-15 Alan Mackenzie <acm@muc.de>
11843
11844 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11845 for declarators, disable knr checking to speed up for normal files.
11846 2: Refactor, replacing a sequence of nested if forms by a cond form.
11847
11848 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11849
11850 * net/network-stream.el (open-network-stream): Add the keyword
11851 :always-query-capabilities for the case where you want to force a
11852 `plain' network connection, but the protocol still requires the
11853 capabilitiy command (i.e., SMTP and EHLO).
11854
11855 * subr.el (process-live-p): Rename from `process-alive-p' for
11856 consistency with other `-live-p' functions.
11857
11858 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * window.el (same-window-buffer-names, same-window-regexps)
11861 (special-display-frame-alist, special-display-popup-frame)
11862 (special-display-function, special-display-buffer-names)
11863 (special-display-regexps, pop-up-frame-alist)
11864 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11865 (pop-up-windows, split-window-preferred-function)
11866 (split-height-threshold, split-width-threshold, even-window-heights)
11867 (display-buffer-mark-dedicated): Don't encourage the use of
11868 display-buffer-alist from Elisp code.
11869
11870 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 * progmodes/python.el (python-mode): Derive from prog-mode.
11873 * progmodes/ps-mode.el (ps-mode):
11874 * progmodes/mixal-mode.el (mixal-mode):
11875 * progmodes/cfengine.el (cfengine-mode):
11876 * progmodes/ld-script.el (ld-script-mode): Likewise.
11877
11878 2011-06-15 Martin Rudalics <rudalics@gmx.at>
11879
11880 * window.el (display-buffer-alist): Trim default value to avoid
11881 popping up a new frame (Bug#8857) or reusing an arbitrary window
11882 on another frame.
11883 (display-buffer): Do not fall back on popping up a new frame in
11884 batch mode (Bug#8857).
11885
11886 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
11887
11888 * cus-theme.el (describe-theme-1): Use custom-theme-p.
11889 (custom-theme-summary): New function.
11890 (customize-themes): Use it.
11891
11892 2011-06-13 Glenn Morris <rgm@gnu.org>
11893
11894 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11895
11896 2011-06-13 Martin Rudalics <rudalics@gmx.at>
11897
11898 * help.el (help-window): Remove variable.
11899 (help-window-point-marker, temp-buffer-max-height)
11900 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11901 (help-print-return-message): Don't set help-window.
11902 (resize-temp-buffer-window): Rewrite cod eand doc-string.
11903 (help-window-setup-finish): Remove.
11904 (help-window-display-message, help-window-setup)
11905 (with-help-window): Major rewrite based on new
11906 display-buffer-window variable.
11907
11908 * help-mode.el (help-mode-finish): Remove help-window related
11909 code.
11910
11911 * view.el (view-exits-all-viewing-windows): Remove reference to
11912 view-return-to-alist in doc-string.
11913 (view-return-to-alist): Make obsolete.
11914 (view-buffer): Call pop-to-buffer-same-window and remove
11915 undo-window code.
11916 (view-buffer-other-window): Call pop-to-buffer-other-window and
11917 simplify code. Ignore second argument.
11918 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11919 simplify code. Ignore second argument.
11920 (view-return-to-alist-update): Make obsolete.
11921 (view-mode-enter): Rename second argument to QUIT-RESTORE.
11922 Rewrite using quit-restore window parameters.
11923 (view-mode-exit): Rename second argument to EXIT-ONLY.
11924 Rewrite using quit-restore-window.
11925 (View-exit, View-exit-and-edit, View-leave, View-quit)
11926 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11927 appropriate arguments.
11928 (view-end-message): Use quit-restore window parameter.
11929
11930 * window.el (display-buffer-function): Rewrite doc-string.
11931 (display-buffer-window, display-buffer-alist): New variables.
11932 (display-buffer-split-specifiers)
11933 (display-buffer-side-specifiers)
11934 (display-buffer-macro-specifiers): New constants.
11935 (display-buffer-even-window-sizes, display-buffer-set-height)
11936 (display-buffer-set-width, display-buffer-select-window)
11937 (display-buffer-in-window, display-buffer-reuse-window)
11938 (display-buffer-split-window-1, display-buffer-split-window)
11939 (display-buffer-split-atom-window, display-buffer-pop-up-window)
11940 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11941 (display-buffer-in-side-window, normalize-buffer-to-display)
11942 (display-buffer-normalize-specifiers-1)
11943 (display-buffer-normalize-specifiers-2)
11944 (display-buffer-normalize-specifiers, display-buffer-frame):
11945 New functions.
11946 (display-buffer): Major rewrite.
11947 (display-buffer-other-window, display-buffer-other-frame)
11948 (pop-to-buffer, switch-to-buffer-other-window)
11949 (switch-to-buffer-other-frame): Rewrite.
11950 (display-buffer-same-window, display-buffer-same-frame)
11951 (display-buffer-same-frame-other-window)
11952 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11953 (pop-to-buffer-other-window)
11954 (pop-to-buffer-same-frame-other-window)
11955 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11956 (switch-to-buffer-other-window-same-frame): New functions.
11957 (same-window-p, special-display-p): Rewrite disabling warnings.
11958 Make obsolete.
11959 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11960 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11961 Make obsolete
11962 (same-window-buffer-names, same-window-regexps)
11963 (special-display-frame-alist, special-display-popup-frame)
11964 (special-display-function, special-display-buffer-names)
11965 (special-display-regexps, pop-up-frame-alist)
11966 (pop-up-frame-function, split-window-preferred-function)
11967 (split-height-threshold, split-width-threshold)
11968 (even-window-heights): Make obsolete.
11969
11970 2011-06-12 Glenn Morris <rgm@gnu.org>
11971
11972 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
11973 Misc simplifications.
11974
11975 2011-06-12 Martin Rudalics <rudalics@gmx.at>
11976
11977 * window.el (window-safely-shrinkable-p): Restore function which
11978 was inadvertently removed in change from 2011-06-11. Declare as
11979 obsolete.
11980
11981 * calendar/calendar.el (calendar-generate-window):
11982 Use window-iso-combined-p instead of combination of one-window-p and
11983 window-safely-shrinkable-p.
11984
11985 2011-06-12 Glenn Morris <rgm@gnu.org>
11986
11987 * progmodes/fortran.el (fortran-mode-syntax-table):
11988 * progmodes/f90.el (f90-mode-syntax-table):
11989 Set % to punctuation. (Bug#8820)
11990 (f90-find-tag-default): Remove, no longer needed.
11991
11992 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11993
11994 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11995
11996 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
11997
11998 * image.el (image-animated-p): Return animation delay in seconds.
11999 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12000 (image-animate-timeout): Remove DELAY argument. Don't assume
12001 every subimage has the same delay; get it from image-animated-p.
12002 (image-animate): Caller changed.
12003
12004 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
12005
12006 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12007 to ignored backtrace functions.
12008
12009 2011-06-11 Glenn Morris <rgm@gnu.org>
12010
12011 * calendar/appt.el (appt-disp-window-function): Doc fix.
12012 (appt-check): Handle overlapping appointments. (Bug#8337)
12013
12014 2011-06-11 Martin Rudalics <rudalics@gmx.at>
12015
12016 * window.el (window-tree-1, window-tree): New functions, moving
12017 the latter to window.el.
12018 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12019 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12020 (bw-refresh-edges): Remove.
12021 (balance-windows-1, balance-windows-2): New functions.
12022 (balance-windows): Rewrite in terms of window tree functions,
12023 balance-windows-1 and balance-windows-2.
12024 (bw-adjust-window): Remove.
12025 (balance-windows-area-adjust): New function with functionality of
12026 bw-adjust-window but using resize-window.
12027 (set-window-text-height): Rewrite doc-string.
12028 Use normalize-live-window and resize-window.
12029 (enlarge-window-horizontally, shrink-window-horizontally):
12030 Rename argument to DELTA.
12031 (window-buffer-height): New function.
12032 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12033 Rewrite using new window resize routines.
12034 (kill-buffer-and-window, mouse-autoselect-window-select):
12035 Use ignore-errors instead of condition-case.
12036 (quit-window): Call delete-frame instead of delete-windows-on
12037 for the only buffer on frame.
12038
12039 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12040
12041 * loadup.el (top-level): Load window before files for the sake
12042 of replace-buffer-in-windows.
12043
12044 * files.el (read-buffer-to-switch)
12045 (switch-to-buffer-other-window)
12046 (switch-to-buffer-other-frame, display-buffer-other-frame):
12047 Move to window.el.
12048
12049 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12050 (previous-buffer): Move to window.el.
12051
12052 * bindings.el (unbury-buffer): Move to window.el.
12053
12054 * window.el (delete-other-windows-vertically): Move after
12055 definition of delete-other-windows.
12056 (other-window, delete-windows-on, replace-buffer-in-windows):
12057 Move here from window.c.
12058 (record-window-buffer, unrecord-window-buffer)
12059 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12060 (switch-to-next-buffer): New functions.
12061 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12062 from simple.el. Call switch-to-next-buffer.
12063 (previous-buffer): Move here from simple.el.
12064 Call switch-to-prev-buffer.
12065 (bury-buffer): Move here from buffer.c. Switch to previous
12066 buffer when window cannot be deleted.
12067 (unbury-buffer): Move here from bindings.el.
12068 (ctl-x-map): Move binding for other-window from window.c to
12069 here.
12070 (read-buffer-to-switch, switch-to-buffer-other-window)
12071 (switch-to-buffer-other-frame): Move here from files.el.
12072 (normalize-buffer-to-switch-to): New functions.
12073 (switch-to-buffer): Move here from buffer.c.
12074 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
12075
12076 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12077
12078 * window.el (window-min-height, window-min-width): Move here
12079 from window.c. Add defcustoms and rewrite doc-strings.
12080 (resize-mini-window, resize-window): New functions.
12081 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12082 Move here from window.c.
12083 (maximize-window, minimize-window): New functions.
12084 (delete-window, delete-other-windows, split-window): Move here
12085 from window.c.
12086 (window-split-min-size): New function.
12087 (split-window-keep-point): Mention split-window-above-each-other
12088 instead of split-window-vertically.
12089 (split-window-above-each-other, split-window-vertically):
12090 Rename split-window-vertically to split-window-above-each-other
12091 and provide defalias for old definition.
12092 (split-window-side-by-side, split-window-horizontally):
12093 Rename split-window-horizontally to split-window-side-by-side
12094 and provide defalias for the old definition.
12095 (ctl-x-map): Move bindings for delete-window,
12096 delete-other-windows and enlarge-window here from window.c.
12097 Replace bindings for split-window-vertically and
12098 split-window-horizontally by bindings for
12099 split-window-above-each-other and split-window-side-by-side.
12100
12101 * cus-start.el (all): Remove entries for window-min-height and
12102 window-min-width. Add entries for window-splits and
12103 window-nest.
12104
12105 2011-06-09 Glenn Morris <rgm@gnu.org>
12106
12107 * calendar/appt.el (appt-mode-line): New function.
12108 (appt-check, appt-disp-window): Use it.
12109
12110 * files.el (hack-one-local-variable-eval-safep):
12111 Allow minor-modes with explicit +/-1 arguments.
12112
12113 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12114
12115 * term/xterm.el (xterm): Add defgroup.
12116 (xterm-extra-capabilities): Add defcustom to supply known xterm
12117 capabilities, skip querying them, or query them (default).
12118 (terminal-init-xterm): Use it.
12119 (terminal-init-xterm-modify-other-keys): New function to set up
12120 modifyOtherKeys support to simplify `terminal-init-xterm'.
12121
12122 2011-06-09 Martin Rudalics <rudalics@gmx.at>
12123
12124 * window.el (resize-window-reset, resize-window-reset-1)
12125 (resize-subwindows-skip-p, resize-subwindows-normal)
12126 (resize-subwindows, resize-other-windows, resize-this-window)
12127 (resize-root-window, resize-root-window-vertically)
12128 (window-deletable-p, window-or-subwindow-p)
12129 (frame-root-window-p): New functions.
12130
12131 2011-06-09 Glenn Morris <rgm@gnu.org>
12132
12133 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12134 (ange-ftp-get-files): Use it.
12135
12136 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12137
12138 * mail/sendmail.el (mail-recover-1, mail-recover):
12139 * files.el (recover-file, recover-session):
12140 Handle dired-listing-switches not being just a single short option.
12141
12142 2011-06-09 Glenn Morris <rgm@gnu.org>
12143
12144 * calendar/appt.el (appt-display-message, appt-disp-window):
12145 Handle lists of appointments.
12146
12147 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12148
12149 * window.el (one-window-p): Move down in code.
12150 Rewrite doc-string.
12151 (window-current-scroll-bars): Rewrite doc-string.
12152 Normalize live window argument.
12153 (walk-windows, get-window-with-predicate, count-windows):
12154 Rewrite doc-string. Use window-list-1.
12155 (window-in-direction-2, window-in-direction, get-mru-window):
12156 New functions.
12157
12158 2011-06-08 Reuben Thomas <rrt@sc3d.org>
12159
12160 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12161 Doc fix (Bug#8713).
12162
12163 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
12164
12165 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12166
12167 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * loadhist.el (unload-feature-special-hooks):
12170 Add `comint-output-filter-functions'.
12171
12172 2011-06-08 Ivan Kanis <gnu@kanis.fr>
12173
12174 * calendar/appt.el (appt-check): Move some initializations into the let.
12175
12176 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12177
12178 * window.el (window-height): Defalias to window-total-height.
12179 (window-width): Defalias to window-body-width.
12180
12181 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * image-mode.el (image-toggle-animation): New command.
12184 (image-mode-map): Bind it to RET.
12185 (image-mode): Update message.
12186 (image-toggle-display-image): Avoid a spurious cache flush.
12187 (image-transform-rotation): Doc fix.
12188 (image-transform-properties): Return quickly in the normal case.
12189 (image-animate-loop): Rename from image-animate-max-time.
12190
12191 * image.el (image-animate-max-time): Move to image-mode.el.
12192 (create-animated-image): Remove unnecessary function.
12193 (image-animate): Rename from image-animate-start. New arg.
12194 (image-animate-stop): Remove; just use image-animate-timer.
12195 (image-animate-timer): Use car-safe.
12196 (image-animate-timeout): Rename argument.
12197
12198 2011-06-07 Martin Rudalics <rudalics@gmx.at>
12199
12200 * window.el (get-lru-window, get-largest-window): Move here from
12201 window.c. Rename first argument to ALL-FRAMES.
12202 Rephrase doc-strings.
12203 (get-buffer-window-list): Rewrite using window-list-1.
12204 Rephrase doc-string.
12205 (window-safe-min-height, window-safe-min-width): New constants.
12206 (window-size-ignore, window-min-size, window-min-size-1)
12207 (window-sizable, window-sizable-p, window-size-fixed-1)
12208 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12209 (window-max-delta-1, window-max-delta, window-resizable)
12210 (window-resizable-p, window-total-height, window-total-width)
12211 (window-body-width): New functions.
12212 (window-full-height-p, window-full-width-p): Rewrite using
12213 window-total-size.
12214 (window-body-height): Rewrite using window-body-size.
12215
12216 2011-06-06 Martin Rudalics <rudalics@gmx.at>
12217
12218 * window.el (window-right, window-left, window-child)
12219 (window-child-count, window-last-child, window-any-p)
12220 (normalize-live-buffer, normalize-live-frame)
12221 (normalize-any-window, normalize-live-window)
12222 (window-iso-combination-p, window-iso-combined-p)
12223 (window-iso-combinations)
12224 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12225 (windows-with-parameter, window-with-parameter)
12226 (window-atom-root, make-window-atom, window-atom-check-1)
12227 (window-atom-check, window-side-check, window-check):
12228 New functions.
12229 (ignore-window-parameters, window-sides, window-sides-vertical)
12230 (window-sides-slots): New variables.
12231 (window-size-fixed): Move down in code. Minor doc-string fix.
12232
12233 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12234
12235 * comint.el (comint-dynamic-complete-as-filename)
12236 (comint-dynamic-complete-filename): Correctly call
12237 completion-in-region.
12238
12239 2011-06-05 Deniz Dogan <deniz@dogan.se>
12240
12241 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12242 in last change.
12243
12244 2011-06-05 Deniz Dogan <deniz@dogan.se>
12245
12246 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12247 (rcirc): Use it to prompt for encryption.
12248
12249 2011-06-05 Roland Winkler <winkler@gnu.org>
12250
12251 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12252 (bibtex-search-entries): New command bound to C-c C-a.
12253 (bibtex-display-entries): New function.
12254
12255 2011-06-05 Roland Winkler <winkler@gnu.org>
12256
12257 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12258 (bibtex-insert-kill): After yanking insert newline if necessary.
12259 (bibtex-initialize): Call bibtex-string-files-init only once.
12260 (bibtex-mode): Do not call easy-menu-add.
12261 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12262 (bibtex-yank): Set arg properly if nil.
12263
12264 2011-06-05 Roland Winkler <winkler@gnu.org>
12265
12266 * textmodes/bibtex.el (bibtex-search-entry-globally):
12267 New variable.
12268 (bibtex-search-entry): Use it.
12269
12270 2011-06-05 Roland Winkler <winkler@gnu.org>
12271
12272 * textmodes/bibtex.el (bibtex-entry-format): New option
12273 sort-fields.
12274 (bibtex-format-entry, bibtex-reformat): Honor this option.
12275 (bibtex-parse-entry): Return fields in proper order.
12276
12277 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * doc-view.el (doc-view-remove-if): Move computation of result out
12280 of `dolist' to silence misleading lexical-binding warning.
12281
12282 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
12283
12284 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12285 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12286
12287 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12288
12289 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12290 "SunOS 5.10".
12291
12292 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
12293
12294 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12295 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12296 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12297 (tramp-parse-putty):
12298 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12299 (tramp-completion-function-alist-ssh)
12300 (tramp-completion-function-alist-telnet)
12301 (tramp-completion-function-alist-su)
12302 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12303 cookie.
12304
12305 * net/tramp-ftp.el:
12306 * net/tramp-sh.el:
12307 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12308 load "tramp.el" `tramp-set-completion-function'.
12309
12310 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * shell.el: Require and use pcomplete.
12313 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12314 (shell-completion-vars): Set pcomplete-default-completion-function.
12315
12316 2011-06-04 Deniz Dogan <deniz@dogan.se>
12317
12318 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12319 `memq' (Bug#8799).
12320
12321 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12324
12325 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
12326
12327 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12328 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12329 * vc/log-view.el (log-view-beginning-of-defun):
12330 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12331 (smerge-refine-forward, smerge-refine-chopup-region):
12332 Silence warning for unused `dotimes' counter variables.
12333
12334 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * net/tramp.el (tramp-with-progress-reporter): Rename from
12337 with-progress-reporter. Use `declare'.
12338 * net/tramp-smb.el:
12339 * net/tramp-sh.el:
12340 * net/tramp-gvfs.el: Update all uses.
12341
12342 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12343
12344 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12345 buffer isn't killed before making it current.
12346
12347 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 Silence various byte-compiler warnings.
12350 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12351 `access-type' and new obsolescence format.
12352 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12353 new format.
12354 (byte-compile-check-variable): New `access-type' argument.
12355 Only warn if the access-type is obsolete.
12356 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12357 (byte-compile-variable-set): Adjust callers.
12358 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12359 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12360 setting it as obsolete.
12361 * simple.el (minibuffer-completing-symbol):
12362 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12363 access as obsolete.
12364 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12365 obsolete yet.
12366 * international/quail.el (quail-mouse-choose-completion): Remove unused
12367 code referring to obsolete var.
12368 (quail-choose-completion-string): Remove.
12369 * server.el (server-clients-with, server-kill-buffer-query-function)
12370 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12371 * proced.el (proced-send-signal):
12372 * emacs-lisp/lisp.el (lisp-complete-symbol):
12373 Replace completion-annotate-function with completion-extra-properties.
12374
12375 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * simple.el (goto-line): Use read-number.
12378 (overriding-map-is-bound): Remove.
12379 (saved-overriding-map): Change default.
12380 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12381 Take the map as argument.
12382 (universal-argument, negative-argument, digit-argument): Use it.
12383 (restore-overriding-map): Adjust.
12384 (do-auto-fill): Use fill-forward-paragraph.
12385 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12386
12387 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12388 (minibuffer-inactive-mode): New major mode.
12389 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12390 the *Messages* buffer" hack.
12391 (mouse-popup-menubar): Don't burp if the event is a normal key.
12392
12393 Miscellaneous tweaks.
12394 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12395 lexical scoping as in subr.el's dolist and dotimes.
12396 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12397 Silence compiler warning.
12398 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12399 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12400 * international/ccl.el (ccl-compile): Trivial simplification.
12401 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12402 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12403 `printflag' argument.
12404 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12405 Purecopy the whole obsolescence data.
12406
12407 2011-06-01 Leo Liu <sdl.web@gmail.com>
12408
12409 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12410 improve doc-string as suggested by Marco Pessotto
12411 <melmothx@gmail.com>.
12412 (rcirc-print): Fix last change.
12413
12414 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12415
12416 * minibuffer.el (complete-with-action): Return nil for the metadata and
12417 boundaries of non-functional tables.
12418 (completion-table-dynamic): Return nil for the metadata.
12419 (completion-table-with-terminator): Add default case, using
12420 complete-with-action.
12421 (completion--metadata): New function.
12422 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12423 to try and avoid pathological performance problems.
12424 (completion--embedded-envvar-table): Return `category' metadata.
12425
12426 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12427
12428 * subr.el (process-alive-p): New tiny convenience function.
12429
12430 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12433 content but also its previous major mode.
12434
12435 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
12436
12437 * emacs-lisp/debug.el (debug): Restore the previous content of the
12438 *Backtrace* buffer when we exit with C-M-c.
12439
12440 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12441
12442 * minibuffer.el: Add metadata method to completion tables.
12443 (completion-category-overrides): New defcustom.
12444 (completion-metadata, completion--field-metadata)
12445 (completion-metadata-get, completion--styles)
12446 (completion--cycle-threshold): New functions.
12447 (completion-try-completion, completion-all-completions):
12448 Add `metadata' argument to choose completion-styles.
12449 (completion--do-completion): Use metadata to choose cycling.
12450 (completion-all-sorted-completions): Use metadata for sorting.
12451 Remove :completion-cycle-penalty which is not needed any more.
12452 (completion--try-word-completion): Add `metadata' argument.
12453 (minibuffer-completion-help): Check metadata for annotation function
12454 and sorting.
12455 (completion-file-name-table): Return `category' metadata.
12456 (minibuffer-completing-file-name): Make obsolete.
12457 * simple.el (minibuffer-completing-symbol): Make obsolete.
12458 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12459 completion-try-completion.
12460
12461 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12464
12465 2011-05-30 Leo Liu <sdl.web@gmail.com>
12466
12467 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
12468 (rcirc-print): Decode all incoming messages (bug#8744).
12469 (rcirc-decode-coding-system): Allow value nil for automatic coding
12470 system detection.
12471
12472 2011-06-01 Glenn Morris <rgm@gnu.org>
12473
12474 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12475
12476 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12477
12478 * image.el (image-animate-max-time): Allow nil and t values.
12479 Default to nil.
12480 (create-animated-image): Doc fix.
12481 (image-animate-start): Remove second arg; just use
12482 image-animate-max-time.
12483 (image-animate-timeout): Doc fix. Args changed.
12484
12485 * image-mode.el (image-toggle-display-image): Ensure that the
12486 image spec passed to the animate timer is the same object as in
12487 the buffer's display property (Bug#6981).
12488 (image-transform-properties): Doc fix.
12489
12490 * image.el (image-animate-max-time): Default to nil.
12491
12492 2011-05-29 Martin Rudalics <rudalics@gmx.at>
12493
12494 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12495 entire buffer list (Bug#8184).
12496
12497 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * image.el (imagemagick-types-inhibit)
12500 (imagemagick-register-types): Doc fix.
12501
12502 2011-05-29 Deniz Dogan <deniz@dogan.se>
12503
12504 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12505 default.
12506
12507 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12508
12509 * select.el: Don't perform clipboard-manager saving in hooks;
12510 leave the hooks empty.
12511
12512 2011-05-28 Leo Liu <sdl.web@gmail.com>
12513
12514 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12515 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12516 (occur-edit-mode): New major mode (Bug#8463).
12517 (occur-after-change-function): New function.
12518 (occur-engine): Give Occur tags a read-only property.
12519
12520 2011-05-28 Kevin Ryde <user42@zip.com.au>
12521
12522 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12523
12524 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * bindings.el (help-echo): Make the initial non-indicator dash
12527 empty on graphical terminals (Bug#7295).
12528
12529 * files.el (auto-mode-alist): Move config rule after the
12530 in-stripping one (Bug#8547).
12531
12532 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12533
12534 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12535 setting (Bug#8740).
12536
12537 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12538
12539 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12540 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12541 (Bug#8539).
12542
12543 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12546
12547 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12548
12549 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12550 (hs-hide-block-at-point, hs-find-block-beginning)
12551 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12552 (Bug#8279).
12553
12554 2011-05-28 Glenn Morris <rgm@gnu.org>
12555
12556 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12557
12558 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
12559
12560 * help-fns.el (describe-function-1): If the function is a derived
12561 major mode, print the parent mode.
12562
12563 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12564 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12565
12566 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12567
12568 * minibuffer.el (completion--capf-wrapper): Check applicability before
12569 returning non-nil for non-exclusive completion data.
12570 * progmodes/etags.el (tags-completion-at-point-function):
12571 * info-look.el (info-lookup-completions-at-point): Mark as
12572 non-exclusive.
12573 (info-complete): Adjust accordingly.
12574
12575 * info-look.el: Convert to lexical-binding and completion-at-point.
12576 (info-lookup-completions-at-point): New function.
12577 (info-complete): Use it and completion-in-region.
12578
12579 2011-05-28 Drew Adams <drew.adams@oracle.com>
12580
12581 * isearch.el: Let M-e start with point at the first mismatched char.
12582 (isearch-fail-pos): New function.
12583 (isearch-edit-string): Use it.
12584
12585 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12586
12587 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12588
12589 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
12590
12591 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12592 traversal functions for avl-trees.
12593 (avl-tree--stack): New struct.
12594 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12595 (avl-tree-enter): Add optional `updatefun' arg.
12596 (avl-tree--do-enter): Add optional `updatefun' arg.
12597 Change return value.
12598 (avl-tree-delete): Add optional `test' and `nilflag' args.
12599 (avl-tree--do-delete): Add `test' and `nilflag' args.
12600 Change return value.
12601 (avl-tree-member): Add optional `nilflag'
12602 (avl-tree-member-p): New function.
12603 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12604 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12605 (avl-tree-stack-empty-p): New functions.
12606
12607 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12608 avl-tree--del-balance1 and make it work both ways.
12609 (avl-tree--del-balance2): Remove.
12610 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12611 make it work both ways.
12612 (avl-tree--enter-balance2): Remove.
12613 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12614 New macros.
12615 (avl-tree--mapc, avl-tree-map): Add direction argument.
12616
12617 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
12618
12619 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12620
12621 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
12622
12623 * select.el: Support clipboard managers with built-in function
12624 x-clipboard-manager-save, via delete-frame-functions and
12625 kill-emacs-hook.
12626 (xselect-convert-to-targets): Add MULTIPLE target to list.
12627 (xselect-convert-to-save-targets): New function.
12628
12629 2011-05-27 Kenichi Handa <handa@m17n.org>
12630
12631 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12632 let-binding rfc2047-encode-encoded-words to nil.
12633
12634 2011-05-27 Glenn Morris <rgm@gnu.org>
12635
12636 * mail/emacsbug.el: Don't require url-util.
12637
12638 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12639
12640 * files.el (set-auto-mode):
12641 Also respect mode: entries at the end of the file. (Bug#8586)
12642
12643 2011-05-26 Glenn Morris <rgm@gnu.org>
12644
12645 * files.el (hack-local-variables-prop-line, hack-local-variables):
12646 Downcase mode names, as seems to be traditional.
12647 (hack-local-variables, hack-local-variables-apply): Doc fixes.
12648
12649 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12650 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12651
12652 2011-05-25 Julien Danjou <julien@danjou.info>
12653
12654 * textmodes/rst.el (rst-define-level-faces): Do not define face
12655 symbol if it is already defined.
12656
12657 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12658
12659 * play/5x5.el (5x5-new-game, 5x5-randomize):
12660 Reset 5x5-solver-output to nil when a new grid is cast.
12661 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12662 these debugging traces, as defmacro breaks the compiled code.
12663
12664 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12665
12666 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12667
12668 2011-05-24 Leo Liu <sdl.web@gmail.com>
12669
12670 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12671 (vc-bzr-sha1): Adapt.
12672
12673 * sha1.el: Remove. Function `sha1' is now builtin.
12674
12675 * bindings.el: Provide sha1 feature.
12676
12677 2011-05-24 Kenichi Handa <handa@m17n.org>
12678
12679 * mail/sendmail.el: Require `rfc2047'.
12680 (mail-insert-from-field): Do not perform RFC2047 encoding.
12681 (mail-encode-header): New function.
12682 (sendmail-send-it): Set buffer-file-coding-system of the work
12683 buffer to the return value of select-message-coding-system.
12684 Call mail-encode-header.
12685
12686 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12687
12688 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
12689
12690 * mail/supercite.el (sc-default-cite-frame):
12691 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
12692
12693 2011-05-24 Glenn Morris <rgm@gnu.org>
12694
12695 * progmodes/python.el (brm-menu): Declare.
12696
12697 * emulation/viper.el (viper-set-hooks): Declare.
12698
12699 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12700 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12701 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12702 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12703 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12704 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12705
12706 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 Add an :exit-function for completion-at-point.
12709
12710 * minibuffer.el (completion--done): New fun.
12711 (completion--do-completion): Use it. New arg `expect-exact'.
12712 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12713 since completion--do-completion does it for us now.
12714 (minibuffer-force-complete): Use completion--done and
12715 completion--replace. Handle sole-completion case with more care.
12716 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12717 (completion-extra-properties): New var.
12718 (completion-annotate-function): Make obsolete.
12719 (minibuffer-completion-help): Adjust accordingly.
12720 Use completion-list-insert-choice-function.
12721 (completion-at-point, completion-help-at-point):
12722 Bind completion-extra-properties.
12723 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12724 * simple.el (completion-list-insert-choice-function): New var.
12725 (completion-setup-function): Preserve it.
12726 (choose-completion): Pay attention to it, shuffle the code a bit.
12727 (choose-completion-string): New arg `insert-function'.
12728
12729 * textmodes/bibtex.el: Convert to lexical binding.
12730 (bibtex-mode-map): Use completion-at-point.
12731 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12732 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12733 (bibtex-complete): Define as obsolete alias.
12734 (bibtex-complete-internal): Remove.
12735 (bibtex-format-entry): Remove unused sub-group in regexp.
12736 * shell.el (shell--command-completion-data)
12737 (shell-environment-variable-completion):
12738 * pcomplete.el (pcomplete-completions-at-point):
12739 * comint.el (comint--complete-file-name-data): Use :exit-function
12740 instead of completion-table-with-terminator so it also works for
12741 choose-completion.
12742
12743 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12746
12747 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12748 (bug#8710).
12749
12750 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12751
12752 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12753
12754 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12755 customization variable and implement: If non-nil, auto-fill will
12756 be inhibited while on topic's header line.
12757
12758 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12759
12760 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
12761 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
12762 always have a solution in grid size = 5 cases.
12763 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12764 (5x5-solver-output, 5x5-log-buffer): New vars.
12765 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12766 Make these variables buffer local to achieve 5x5 multi-session-ness.
12767 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12768 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12769 (5x5-solve-suggest): New funs.
12770 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12771 randomize a grid so that we ensure that there is always a solution.
12772 (5x5-make-random-grid): Allow other movement than flipping.
12773
12774 2011-05-23 Kevin Ryde <user42@zip.com.au>
12775
12776 * emacs-lisp/advice.el (ad-read-advised-function):
12777 Use `function-called-at-point' as the default, if it has
12778 advice and passes PREDICATE.
12779
12780 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12783 byte-compile-lambda if it's actually a lambda.
12784
12785 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12786 Fix function quoting. Use backquote better.
12787
12788 2011-05-22 Yuanle Song <sylecn@gmail.com>
12789
12790 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12791 matching (Bug#8516).
12792
12793 2011-01-22 Jari Aalto <jari.aalto@cante.net>
12794
12795 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12796 different face (Bug#8178).
12797
12798 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12801 defface (Bug#8144).
12802
12803 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12806 funcall as well (bug#8712). Warn when performing those conversions.
12807 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12808
12809 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12810
12811 2011-05-22 Glenn Morris <rgm@gnu.org>
12812
12813 * files.el (hack-local-variables-prop-line): Small simplifications.
12814 (hack-local-variables, hack-local-variables-prop-line):
12815 If MODE-ONLY, return the mode, rather than just `t'.
12816
12817 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12820
12821 2011-05-21 Glenn Morris <rgm@gnu.org>
12822
12823 * files.el (hack-local-variables-prop-line, hack-local-variables):
12824 If only interested in the mode, don't bother doing the other stuff.
12825
12826 * image-mode.el (image-after-revert-hook):
12827 Redraw all frames on which the image is visible. (Bug#8567)
12828
12829 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12830
12831 * wid-edit.el (widget-checklist-match-inline):
12832 Fix 2011-04-19 change. (Bug#8649)
12833
12834 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12837 Also allow singlespace after single-letter capitals followed by a dot.
12838
12839 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12840 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12841
12842 2011-05-20 Nix <nix@esperi.org.uk>
12843
12844 * files.el (basic-save-buffer-2):
12845 Fix handling of break-hardlink-on-save with non-existent files.
12846
12847 2011-05-19 Deniz Dogan <deniz@dogan.se>
12848
12849 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
12850 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
12851
12852 2011-05-19 Glenn Morris <rgm@gnu.org>
12853
12854 * progmodes/f90.el (f90-type-def-re):
12855 Handle "type, bind(c)". (Bug#8691)
12856
12857 * emacs-lisp/autoload.el (batch-update-autoloads):
12858 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12859
12860 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
12861
12862 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12863 property for the correct connection in case of multihops.
12864
12865 2011-05-18 Glenn Morris <rgm@gnu.org>
12866
12867 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
12868 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12869
12870 Rationalize calendar handling of day and month abbrev-arrays.
12871 * calendar/calendar.el (calendar-customized-p): New function.
12872 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12873 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12874 Add :set function.
12875 (calendar-abbrev-length, calendar-day-abbrev-array)
12876 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12877 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12878 Elements may no longer be nil.
12879 (calendar-day-name, calendar-month-name):
12880 Update for changed nature of abbrev arrays.
12881 * calendar/diary-lib.el (diary-name-pattern):
12882 Update for changed nature of abbrev arrays.
12883 (diary-mark-entries-1): Update calendar-make-alist calls.
12884 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12885 * calendar/cal-html.el (cal-html-day-abbrev-array):
12886 Simply inherit from calendar-day-abbrev-array.
12887
12888 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * progmodes/grep.el (grep-mode): Disable default
12891 compilation-directory-matcher setting (bug#8684).
12892
12893 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
12894
12895 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12896 instead of "head" and "tail". There were problems with SunOS 5.9,
12897 and it performs better.
12898
12899 2011-05-17 Glenn Morris <rgm@gnu.org>
12900
12901 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12902
12903 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12904 Replace obsolete function.
12905
12906 * shell.el (pcomplete-parse-arguments-function): Declare.
12907
12908 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12909 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12910 (appt-check): Doc fixes.
12911 (appt-disp-window-function, appt-delete-window-function):
12912 Remove needless special case in custom :type.
12913 (appt-display-count): Default to 0, not nil.
12914 (appt-check): Reset appt-display-count to 0, not nil.
12915
12916 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
12917
12918 * progmodes/python.el (python-font-lock-keywords):
12919 Add the Python 3.X keyword "nonlocal" (bug#8639).
12920
12921 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12924
12925 2011-05-16 Kevin Ryde <user42@zip.com.au>
12926
12927 * info-look.el (makefile-automake-mode): New setups, looking in
12928 automake manual, then makefile-mode.
12929 (makefile-mode): Remove automake manual, have it just in
12930 makefile-automake-mode since there's various things different or
12931 not relevant to plain make.
12932 (makefile-mode): Remove "other-modes" non-existent automake-mode,
12933 believe a hypothetical automake-mode would go to makefile-mode,
12934 not the other way around.
12935
12936 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
12937
12938 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12939 hunk-end tags (Bug#8672).
12940
12941 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12942 vc-annotate-show-diff-revision-at-line (Bug#8671).
12943
12944 2011-05-14 Glenn Morris <rgm@gnu.org>
12945
12946 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12947 in the middle of an existing one with multiple authors. (Bug#8645)
12948 (change-log-font-lock-keywords): Also handle multiple author lines
12949 with leading tabs. (Bug#8644)
12950
12951 * calendar/appt.el (appt-check): Rename some local variables.
12952 Some simplification/reordering.
12953
12954 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12955 (feedmail-sendmail-f-doesnt-sell-me-out)
12956 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12957 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12958 (feedmail-queue-runner-message-sender): Set :version.
12959 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12960 (bbdb-dwim-net-address, vm-mail): Declare.
12961 (feedmail-binmail-gnulinuxish-template):
12962 Rename from feedmail-binmail-linuxish-template.
12963 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12964 Use insert-buffer-substring.
12965
12966 2011-05-14 Bill Carpenter <bill@carpenter.org>
12967
12968 * mail/feedmail.el (feedmail-patch-level): Increase.
12969 (feedmail-debug): New custom group.
12970 (feedmail-confirm-outgoing-timeout)
12971 (feedmail-sendmail-f-doesnt-sell-me-out)
12972 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12973 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12974 (feedmail-sender-line, feedmail-from-line)
12975 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
12976 (feedmail-spray-this-address)
12977 (feedmail-spray-address-fiddle-plex-list)
12978 (feedmail-queue-use-send-time-for-date)
12979 (feedmail-queue-use-send-time-for-message-id)
12980 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12981 (feedmail-buffer-eating-function):
12982 Doc fixes.
12983 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12984 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12985 (feedmail-message-action-scroll-down): New functions.
12986 (feedmail-queue-directory, feedmail-queue-draft-directory):
12987 Use expand-file-name.
12988 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12989 Remove C-v help entry.
12990 (feedmail-queue-buffer-file-name): New variable.
12991 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12992 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12993 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12994 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12995 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12996 (feedmail-message-action-toggle-spray)
12997 (feedmail-run-the-queue-no-prompts)
12998 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12999 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13000 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13001 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13002 (feedmail-envelope-deducer, feedmail-fiddle-from)
13003 (feedmail-fiddle-sender, feedmail-default-date-generator)
13004 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13005 (feedmail-fiddle-spray-address)
13006 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13007 (feedmail-fiddle-list-of-fiddle-plexes)
13008 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13009 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13010 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13011 Change default. Doc fix.
13012 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13013 (feedmail-binmail-linuxish-template): New constant.
13014 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13015 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13016 (feedmail-send-it): Add debug call.
13017 Use feedmail-queue-buffer-file-name, and
13018 feedmail-send-it-immediately-wrapper.
13019 (feedmail-message-action-send): Add debug call.
13020 Use feedmail-send-it-immediately-wrapper.
13021 (feedmail-queue-express-to-queue): Add debug call.
13022 Run feedmail-queue-express-hook.
13023 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13024 (feedmail-message-action-help-blat):
13025 Rename from feedmail-queue-send-edit-prompt-help-first.
13026 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13027 Check line-endings. Handle errors better.
13028 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13029 Doc fix. Add debug call.
13030 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13031 Use feedmail-queue-send-edit-prompt-inner.
13032 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13033 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13034 from feedmail-queue-send-edit-prompt.
13035 (feedmail-queue-send-edit-prompt-help)
13036 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13037 (feedmail-tidy-up-slug): Add debug call.
13038 Respect feedmail-queue-slug-suspect-regexp.
13039 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13040 (feedmail-dump-message-to-queue): Add debug call.
13041 Expand queue-directory.
13042 (feedmail-dump-message-to-queue): Change message slightly.
13043 Use feedmail-say-chatter.
13044 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13045 (feedmail-send-it-immediately-wrapper): New function.
13046 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13047 Insert empty string rather than newline. Handle full-frame case.
13048 Use catch/throw. Use feedmail-say-chatter.
13049 (feedmail-fiddle-from): Try mail-host-address.
13050 (feedmail-default-message-id-generator): Doc fix.
13051 Bind system-time-locale. Handle missing end.
13052 (feedmail-fiddle-x-mailer): Add debug call.
13053 Handle feedmail-x-mailer-line being nil.
13054 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13055 Add debug call. Use buffer-substring-no-properties.
13056 (feedmail-say-debug, feedmail-say-chatter): New functions.
13057 (feedmail-find-eoh): Give an explicit error.
13058
13059 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
13060
13061 * net/newst-treeview.el (newsticker-treeview-face): Change default
13062 family from helvetica to sans.
13063 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
13064 etc/images/newsticker.
13065
13066 * net/newst-reader.el (newsticker-feed-face): Change default
13067 family from helvetica to sans.
13068
13069 * net/newst-plainview.el (newsticker-new-item-face)
13070 (newsticker-old-item-face, newsticker-immortal-item-face)
13071 (newsticker-obsolete-item-face, newsticker-date-face)
13072 (newsticker-statistics-face): Change default family from
13073 helvetica to sans.
13074 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
13075 etc/images/newsticker.
13076
13077 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13078 (newsticker--process-auto-mark-filter-match): Tell user about
13079 auto-marking.
13080
13081 2011-05-13 Didier Verna <didier@xemacs.org>
13082
13083 Common Lisp indentation improvements on defmethod and lambda-lists.
13084 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13085 TODO entries.
13086 (lisp-lambda-list-keyword-parameter-indentation)
13087 (lisp-lambda-list-keyword-parameter-alignment)
13088 (lisp-lambda-list-keyword-alignment): New customizable user options.
13089 (lisp-indent-defun-method): Improve docstring.
13090 (extended-loop-p): Fix comment.
13091 (lisp-indent-lambda-list-keywords-regexp): New variable.
13092 (lisp-indent-lambda-list): New function.
13093 (lisp-indent-259): Use it.
13094 (lisp-indent-defmethod): Support for more than one
13095 method qualifier and properly indent methods lambda-lists.
13096 (defgeneric): Provide a missing common-lisp-indent-function property.
13097
13098 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13101 bounds for the empty string (bug#8667).
13102
13103 2011-05-13 Glenn Morris <rgm@gnu.org>
13104
13105 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13106
13107 * mail/sendmail.el (sendmail-program): Try executable-find first.
13108 (sendmail-send-it): `sendmail-program' cannot be unbound.
13109
13110 * calendar/appt.el (appt-make-list): Simplify.
13111 (appt-time-msg-list): Doc fix.
13112 (appt-check): Change mode-line message at the time of the appointment.
13113
13114 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13115
13116 * progmodes/ld-script.el (ld-script-keywords)
13117 (ld-script-builtins): Update keywords list.
13118
13119 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13122
13123 * shell.el (shell-completion-vars): New function.
13124 (shell-mode):
13125 * simple.el (read-shell-command): Use it.
13126 (blink-matching-open): No need for " [...]" in minibuffer-message.
13127
13128 2011-05-12 Glenn Morris <rgm@gnu.org>
13129
13130 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13131 (appt-check): Simplify.
13132
13133 2011-05-12 Eli Zaretskii <eliz@gnu.org>
13134
13135 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
13136 literal "/dev/null".
13137
13138 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13141 Fix typo.
13142
13143 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
13144
13145 * progmodes/which-func.el (which-function):
13146 Use add-log-current-defun instead of add-log-current-defun-function,
13147 which might not be defined (Bug#8260).
13148
13149 2011-05-12 Glenn Morris <rgm@gnu.org>
13150
13151 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13152 Let byte-compile-initial-macro-environment always take precedence.
13153
13154 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13155
13156 * net/rcirc.el: Add support for SSL/TLS connections.
13157 (rcirc-server-alist): New field `encryption'.
13158 (rcirc): Check `encryption' settings.
13159 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13160 Merge make-local-variable into `set'.
13161 (rcirc--connection-open-p): New function.
13162 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13163 the process is not a network process (e.g. running gnutls-cli).
13164 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13165 Make rcirc-(en|de)code-coding-system local here.
13166 (rcirc-mode): Merge make-local-variable into `set'.
13167 (rcirc-parent-buffer): Make permanent buffer-local.
13168 (rcirc-multiline-minor-mode): Don't do it here.
13169 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13170 there's no server buffer.
13171
13172 2011-05-11 Glenn Morris <rgm@gnu.org>
13173
13174 * newcomment.el (comment-kill): Prefix "unused" local.
13175
13176 * term/w32console.el (get-screen-color): Declare.
13177
13178 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13179 Handle symbol elements of byte-compile-initial-macro-environment.
13180
13181 2011-05-10 Leo Liu <sdl.web@gmail.com>
13182
13183 * bookmark.el (bookmark-bmenu-mode-map):
13184 Bind bookmark-bmenu-search to `/'.
13185
13186 * mail/footnote.el: Convert to utf-8 encoding.
13187 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13188 (Footnote-unicode): New function.
13189 (footnote-style-alist): Add unicode style to the list.
13190 (footnote-style): Doc fix.
13191
13192 2011-05-10 Jim Meyering <meyering@redhat.com>
13193
13194 Fix doubled-word typos.
13195 * international/quail.el (quail-insert-kbd-layout): and and -> and
13196 * kermit.el: and and -> and
13197 * net/ldap.el (ldap-search-internal): to to -> to
13198 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13199 * progmodes/js.el (js-mode): and and -> and
13200 * textmodes/artist.el (artist-move-to-xy): at at -> at
13201 (artist-draw-region-trim-line-endings): if if -> if
13202 And Safetyc -> Safety.
13203 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13204
13205 2011-05-10 Glenn Morris <rgm@gnu.org>
13206 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * files.el (hack-one-local-variable-eval-safep):
13209 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13210
13211 2011-05-10 Glenn Morris <rgm@gnu.org>
13212
13213 * calendar/diary-lib.el (diary-list-entries-hook)
13214 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13215 (diary-nongregorian-marking-hook, diary-list-entries)
13216 (diary-include-other-diary-files, diary-mark-entries)
13217 (diary-mark-included-diary-files): Doc fixes.
13218
13219 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13220
13221 * misc.el: Require tabulated-list.el during compilation.
13222
13223 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13224
13225 * progmodes/compile.el (compilation-start):
13226 Run compilation-filter-hook for the async case too.
13227 (compilation-filter-hook): Doc fix.
13228
13229 2011-05-09 Deniz Dogan <deniz@dogan.se>
13230
13231 * wdired.el: Remove outdated installation comment. Fix usage
13232 comment.
13233
13234 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
13235
13236 * misc.el: Implement new command `list-dynamic-libraries'.
13237 (list-dynamic-libraries--loaded-only-p): New variable.
13238 (list-dynamic-libraries--refresh): New function.
13239 (list-dynamic-libraries): New command.
13240
13241 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
13242
13243 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13244 Fix the ant regexp to handle end-line and end-column info from jikes.
13245 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13246 higher priority to avoid clobbering by gnu.
13247
13248 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13249
13250 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13251 if the face has existing theme settings (Bug#8454).
13252
13253 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13254
13255 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13256 Only match variables declared via `my' or `our' (Bug#8261).
13257
13258 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13259 special file names `.' and `..' (Bug#8259).
13260
13261 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
13262
13263 * progmodes/grep.el (grep-mode-font-lock-keywords):
13264 Remove buffer-changing entries.
13265 (grep-filter): New function.
13266 (grep-mode): Add it to compilation-filter-hook.
13267
13268 * progmodes/compile.el (compilation-filter-hook)
13269 (compilation-filter-start): New defvars.
13270 (compilation-filter): Call compilation-filter-hook prior to
13271 updating the process mark.
13272
13273 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13276
13277 2011-05-07 Eli Zaretskii <eliz@gnu.org>
13278
13279 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13280 mailclient-send-it even if window-system is nil. (Bug#8595)
13281
13282 * term/w32console.el (terminal-init-w32console):
13283 Call get-screen-color and use its output to set the frame
13284 background-mode. (Bug#8597)
13285
13286 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13289 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13290 New functions.
13291 (defgeneric, eieio--defmethod): Use them.
13292 (eieio-defgeneric): Remove.
13293 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13294
13295 2011-05-07 Glenn Morris <rgm@gnu.org>
13296
13297 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13298 Use let rather than let*.
13299 (timeclock-find-discrep): Remove unused local.
13300
13301 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13302
13303 * calendar/appt.el (appt-time-msg-list): Doc fix.
13304
13305 2011-05-06 Noah Friedman <friedman@splode.com>
13306
13307 * apropos.el (apropos-print-doc): Only use
13308 emacs-lisp-docstring-fill-column when it is bound to an integer,
13309 per that variable's documentation.
13310
13311 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
13314 and warnings are not silently discarded (e.g. use -d instead of -P).
13315
13316 2011-05-06 Glenn Morris <rgm@gnu.org>
13317
13318 * calendar/appt.el (appt-message-warning-time): Doc fix.
13319 (appt-warning-time-regexp): New option.
13320 (appt-make-list): Respect appt-message-warning-time.
13321
13322 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13323 New options.
13324 (diary-add-to-list): Strip comments from the displayed string.
13325 (diary-mode): Set comment-start and comment-end.
13326
13327 * vc/diff-mode.el (smerge-refine-subst): Declare.
13328 (diff-refine-hunk): Don't require smerge-mode when compiling.
13329
13330 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
13331
13332 * simple.el (list-processes): Return nil as the docstring says.
13333
13334 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13335
13336 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13337 to "".
13338 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13339 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13340 determining of binary transfer. (Bug#7383)
13341
13342 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
13343
13344 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13345 Fix port computation bug. (Bug#8618)
13346
13347 2011-05-05 Glenn Morris <rgm@gnu.org>
13348
13349 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13350
13351 * simple.el (shell-dynamic-complete-functions)
13352 (comint-dynamic-complete-functions): Declare.
13353
13354 * net/network-stream.el (gnutls-negotiate):
13355 * simple.el (tabulated-list-print): Fix declarations.
13356
13357 * progmodes/gud.el (syntax-symbol, syntax-point):
13358 Remove unnecessary and incorrect declarations.
13359
13360 * emacs-lisp/check-declare.el (check-declare-scan):
13361 Handle byte-compile-initial-macro-environment in bytecomp.el
13362
13363 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 Fix earlier half-done eieio-defmethod change (bug#8338).
13366 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13367 Streamline and change calling convention.
13368 (defmethod): Adjust accordingly and simplify.
13369 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13370 new eieio--defmethod.
13371 (slot-boundp): Minor CSE simplification.
13372
13373 2011-05-05 Milan Zamazal <pdm@zamazal.org>
13374
13375 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13376 (glasses-make-readable): Use glasses-separate-capital-groups.
13377
13378 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13381 (warning-series): Doc fix.
13382 (display-warning): Don't try to create the buffer if we just found it.
13383
13384 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
13385
13386 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13387 (autoload-find-generated-file): New function.
13388 (generate-file-autoloads): Bind generated-autoload-file to
13389 buffer-file-name.
13390 (update-file-autoloads, update-directory-autoloads):
13391 Use autoload-find-generated-file. If called interactively, prompt for
13392 output file (Bug#7989).
13393 (batch-update-autoloads): Doc fix.
13394
13395 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13398
13399 2011-05-04 Glenn Morris <rgm@gnu.org>
13400
13401 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13402 function, so it follows changes in calendar-date-style.
13403 (diary-fancy-date-matcher): New function.
13404 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13405 (diary-fancy-font-lock-fontify-region-function):
13406 Use diary-fancy-date-pattern as a function.
13407
13408 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13409 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13410
13411 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13412
13413 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13414 instead of positional arguments. Allow :keylist and :crlfiles
13415 arguments.
13416 (open-gnutls-stream): Call it.
13417
13418 * net/network-stream.el (network-stream-open-starttls): Adjust to
13419 call `gnutls-negotiate' with :process and :hostname arguments.
13420
13421 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * minibuffer.el (completion--message): New function.
13424 (completion--do-completion, minibuffer-complete)
13425 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13426 (completion--do-completion): Don't ignore completion-auto-help when in
13427 icomplete-mode.
13428
13429 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13430 internal encoding (e.g. tibetan zero is not whitespace).
13431 (global-whitespace-mode): Prefer save-current-buffer.
13432 (whitespace-trailing-regexp): Remove useless save-match-data.
13433 (whitespace-empty-at-bob-regexp): Minor simplification.
13434
13435 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
13436
13437 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13438
13439 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13440
13441 * textmodes/ispell.el (ispell-add-per-file-word-list):
13442 Use `concat' to create string for insertion.
13443
13444 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13445
13446 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13447 Avoid open-line which runs post-self-insert-hook.
13448 (bibtex-fill-entry): Remove unused `end' var.
13449
13450 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13451
13452 * textmodes/ispell.el (ispell-add-per-file-word-list):
13453 Protect against `nil' value of `comment-start' (Bug#8579).
13454
13455 2011-05-03 Leo Liu <sdl.web@gmail.com>
13456
13457 * isearch.el (isearch-yank-pop): New command.
13458 (isearch-mode-map): Bind it to `M-y'.
13459 (isearch-forward): Mention it.
13460
13461 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * simple.el (minibuffer-complete-shell-command): Remove.
13464 (minibuffer-local-shell-command-map): Use completion-at-point.
13465 (read-shell-command): Setup completion vars here instead.
13466 (read-expression-map): Bind TAB to symbol completion.
13467
13468 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13469 error directly rather via storing it into `results'.
13470
13471 2011-05-02 Leo Liu <sdl.web@gmail.com>
13472
13473 * vc/diff.el: Fix description.
13474
13475 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13476
13477 * server.el (server-eval-at): New function.
13478
13479 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13480
13481 * net/network-stream.el (open-network-stream): Take a :nowait
13482 parameter and pass it on to `make-network-process'.
13483 (network-stream-open-plain): Ditto.
13484
13485 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13486
13487 * faces.el (face-spec-set-match-display): Don't match toolkit
13488 options on terminal frames.
13489
13490 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * progmodes/pascal.el: Use lexical binding.
13493 (pascal-mode-map): Remove author preferences.
13494
13495 * pcomplete.el (pcomplete-std-complete): Don't abuse
13496 completion-at-point.
13497
13498 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13499
13500 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13501 removing code that has been dead since 1991 or so.
13502
13503 * startup.el (command-line): When warning about "_emacs", use a
13504 delayed warning to allow the user to filter it out.
13505
13506 2011-04-28 Deniz Dogan <deniz@dogan.se>
13507
13508 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13509 user has not joined.
13510
13511 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13514 aren't any completions at point.
13515
13516 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * subr.el (display-delayed-warnings): New function.
13519 (delayed-warnings-hook): New variable.
13520
13521 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * minibuffer.el (completion-at-point, completion-help-at-point):
13524 Don't presume that a given completion-at-point-function will always
13525 use the same calling convention.
13526
13527 * pcomplete.el (pcomplete-completions-at-point):
13528 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13529 pcomplete-seen is non-nil.
13530 (pcomplete-comint-setup): Also recognize the new comint/shell
13531 completion functions.
13532 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13533 pcomplete-seen is non-nil.
13534
13535 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
13536
13537 * calendar/icalendar.el (diary-lib): Add require statement.
13538 (icalendar--create-uid): Read out a uid from a text-property on
13539 the first character in the entry. This allows for code to add its
13540 own uid to the entry.
13541 (icalendar--convert-float-to-ical): Add export of
13542 `diary-float'-entries save for those with the optional DAY
13543 argument.
13544
13545 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13546
13547 * subr.el (shell-quote-argument): Use alternate escaping strategy
13548 when we spot a variable reference in a string.
13549
13550 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13551
13552 * cus-start.el (all): Define customization for debug-on-event.
13553
13554 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13555
13556 * subr.el (shell-quote-argument): Escape correctly under Windows.
13557
13558 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13561
13562 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
13563
13564 * net/tramp.el (tramp-process-actions): Add POS argument.
13565 Delete region between POS and (pos).
13566
13567 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13568 Use `nil' position in `tramp-process-actions' call.
13569 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13570
13571 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13572 position in `tramp-process-actions' call.
13573
13574 * net/trampver.el: Update release number.
13575
13576 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * custom.el (defcustom): Obey lexical-binding.
13579
13580 Fix octave-inf completion problems reported by Alexander Klimov.
13581 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13582 Inherit from octave-mode-syntax-table.
13583 (inferior-octave-mode): Set info-lookup-mode.
13584 (inferior-octave-completion-at-point): New function.
13585 (inferior-octave-complete): Use it and completion-in-region.
13586 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13587 comint-filename-completion.
13588 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13589 symbol elements which shouldn't be word elements.
13590 (octave-font-lock-keywords, octave-beginning-of-defun)
13591 (octave-function-header-regexp): Adjust regexps accordingly.
13592 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13593
13594 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * net/gnutls.el (gnutls-errorp): Declare before first use.
13597
13598 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13599
13600 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13601 verify-error, and verify-hostname-error parameters. Check whether
13602 default trustfile exists before going to use it. Add missing
13603 argument to gnutls-message-maybe call. Return value.
13604 Reported by Claudio Bley <claudio.bley@gmail.com>.
13605 (open-gnutls-stream): Add usage example.
13606
13607 * net/network-stream.el (network-stream-open-starttls): Give host
13608 parameter to `gnutls-negotiate'.
13609 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
13610 * subr.el (shell-quote-argument): Escape correctly under Windows.
13611
13612 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
13613
13614 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13615 Use correct match group (bug#8438).
13616
13617 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
13618
13619 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13620 (package-menu--generate): New arg specifying packages to show.
13621 (package-menu-refresh, package-menu-execute, list-packages):
13622 Callers changed.
13623 (package-show-package-list): New function, replacing deleted
13624 package--list-packages (renamed because it is non-internal).
13625
13626 * finder.el (finder-list-matches): Use package-show-package-list
13627 instead of deleted package--list-packages.
13628
13629 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13630 Based on a previous implementation by Juanma Barranquero (Bug#8366).
13631 (vc-annotate-mode-map): Bind it to RET.
13632
13633 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13634
13635 * progmodes/etags.el (next-file): Don't use set-buffer to change
13636 buffers (Bug#8478).
13637
13638 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
13639
13640 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13641
13642 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13643 (apropos-accumulator): Doc fix.
13644 (apropos-function, apropos-macro, apropos-command)
13645 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13646 (apropos-plist): Add face property.
13647 (apropos-symbols-internal): Fix indentation.
13648 (apropos-print): Simplify help, and recognize apropos-multi-type.
13649 (apropos-print-doc): Use button-type-get to extract the button's
13650 face property. Fill docstring (Bug#8352).
13651
13652 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
13653
13654 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13655
13656 * play/mpuz.el (mpuz-silent): Doc fix.
13657 (mpuz-mode-map): Use mapc.
13658 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13659 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13660 Fix typos in docstrings.
13661
13662 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13663 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13664
13665 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13666
13667 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
13668
13669 * minibuffer.el (completion--do-completion): Avoid the "Next char
13670 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13671
13672 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13673 mouse-2 into unread-command-events, it is interpreted correctly.
13674
13675 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
13676 (image-toggle-display): Doc fix.
13677
13678 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
13679
13680 * textmodes/page.el (what-page): Use line-number-at-pos to
13681 calculate line number (Bug#6825).
13682
13683 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
13684
13685 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13686 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13687 Pass argument NO-DEFAULT to `find-tag-interactive'.
13688
13689 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
13690
13691 Lexical-binding cleanup.
13692
13693 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13694 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13695 * progmodes/ada-prj.el (ada-prj-initialize-values)
13696 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13697 (ada-prj-show-value):
13698 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13699 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13700 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13701 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13702 * progmodes/bug-reference.el (bug-reference-push-button):
13703 * progmodes/fortran.el (fortran-line-length):
13704 * progmodes/glasses.el (glasses-change):
13705 * progmodes/octave-mod.el (octave-fill-paragraph):
13706 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13707 (python-pdbtrack-grub-for-buffer, python-sentinel):
13708 * progmodes/sql.el (sql-save-connection):
13709 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13710 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13711 Mark unused parameters.
13712
13713 * progmodes/compile.el (compilation--flush-directory-cache)
13714 (compilation--flush-parse, compile-internal): Mark unused parameters.
13715 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13716 (compilation-next-error-function): Remove unused variable `timestamp'.
13717
13718 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13719 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13720
13721 * progmodes/dcl-mode.el (dcl-end-of-command):
13722 Remove unused variable `start'.
13723 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13724 (dcl-option-value-basic, dcl-option-value-offset)
13725 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13726 Mark unused parameters.
13727 (dcl-save-local-variable): Remove unused variable `val'.
13728 (mode): Declare.
13729
13730 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13731 Mark unused parameters.
13732 (delphi-ignore-changes): Move before first use.
13733 (delphi-charset-token-at): Remove unused variable `start'.
13734 (delphi-else-start): Remove unused variable `if-count'.
13735 (delphi-comment-block-start, delphi-comment-block-end):
13736 Remove unused variable `kind'.
13737 (delphi-indent-line): Remove unused variable `new-point'.
13738
13739 * progmodes/ebrowse.el (ebrowse-files-list)
13740 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13741 Mark unused parameters. Don't quote `lambda'.
13742 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13743 Don't quote `lambda'.
13744 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13745 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13746 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13747 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13748 Use `ignore-errors'.
13749 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13750 (ebrowse-view/find-file-and-search-pattern)
13751 (ebrowse-view/find-member-declaration/definition):
13752 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13753 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13754 Rename parameter PREFIX-ARG to PREFIX.
13755 (ebrowse-tags-read-name): Remove unused variables `start' and
13756 `member-info'.
13757 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13758 to `tags-file'.
13759
13760 * progmodes/etags.el (local-find-tag-hook): Declare.
13761 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13762 Mark unused parameters.
13763
13764 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13765 (executable-interpret): Mark unused parameter.
13766
13767 * progmodes/flymake.el (flymake-process-sentinel)
13768 (flymake-after-change-function)
13769 (flymake-create-temp-with-folder-structure)
13770 (flymake-get-include-dirs-dot): Mark unused parameters.
13771 (flymake-safe-delete-directory): Remove unused variable `err'.
13772
13773 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13774 (speedbar-timer-fn, speedbar-line-text)
13775 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13776 (speedbar-center-buffer-smartly): Declare functions.
13777 (gdb-find-watch-expression): Remove unused variable `array'.
13778 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13779 (gdb-starting): Mark unused parameters.
13780 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13781 (gdb-table-string): Remove unused variable `res'.
13782 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13783 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13784 (gdb-display-buffer): Remove unused variable `cur-size'.
13785
13786 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13787 allow lexical-binding compilation.
13788 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13789 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13790 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13791 Mark unused parameters.
13792 (gud-gdb-marker-filter): Remove unused variable `match'.
13793 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13794 lambda expressions and funcall them, instead of using `fset'.
13795
13796 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13797 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13798
13799 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13800 variable `header-beg'; use `let'.
13801
13802 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13803 `restart', `last-sexp' and `at-do'.
13804
13805 * progmodes/js.el (js--debug): Mark unused parameter.
13806 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13807 (js--splice-into-items): Remove unused variable `item'.
13808 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13809
13810 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13811 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13812 (makefile-complete): Remove unused variable `try'.
13813 (makefile-fill-paragraph, makefile-match-function-end):
13814 Mark unused parameters.
13815
13816 * progmodes/octave-inf.el (inferior-octave-complete):
13817 Remove unused variable `proc'.
13818 (inferior-octave-output-digest): Mark unused parameter.
13819
13820 * progmodes/perl-mode.el (perl-calculate-indent):
13821 Remove unused variable `err'.
13822
13823 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13824 (prolog-indent-line): Mark unused parameters.
13825 (prolog-indent-line): Remove unused variable `beg'.
13826
13827 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13828 (reporter-dont-compact-list): Declare.
13829
13830 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13831 Remove unused variable `char'.
13832 (sh-debug): Mark unused parameter.
13833 (sh-get-indent-info): Remove unused variable `start'.
13834 (sh-calculate-indent): Remove unused variable `var'.
13835
13836 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13837 (simula-electric-keyword): Remove unused variable `null'.
13838 (simula-search-backward, simula-search-forward): Remove unused
13839 variables `begin' and `end'.
13840
13841 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13842 Remove unused variable `pos'.
13843 (vera-electric-tab, vera-comment-uncomment-region):
13844 Mark unused parameters.
13845 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13846
13847 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
13848
13849 * emacs-lisp/package.el (package--builtins, package-alist)
13850 (package-load-descriptor, package-built-in-p, package-activate)
13851 (define-package, package-installed-p)
13852 (package-compute-transaction, package-buffer-info)
13853 (package--push): Doc fix. Distinguish more clearly between
13854 version strings and version lists.
13855
13856 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
13857
13858 Lexical-binding cleanup.
13859
13860 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13861 (5x5-make-mutate-best):
13862 * play/fortune.el (fortune-in-buffer):
13863 * play/gomoku.el (gomoku-init-display):
13864 * play/solitaire.el (solitaire, solitaire-do-check):
13865 * play/tetris.el (tetris-default-update-speed-function):
13866 Mark unused parameters.
13867
13868 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13869 (bubbles--shift): Remove unused variable `char-org'.
13870 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13871 (bubbles--show-images): Remove unused variable `char'.
13872
13873 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13874 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13875 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13876 (decipher-analyze-buffer): Use ?\s.
13877 (decipher-make-checkpoint): Remove unused variable `mapping'.
13878
13879 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13880
13881 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13882 Remove unused variable `result'; use `let'.
13883
13884 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13885 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13886 (gametree-children-shown-p, gametree-compute-reduced-score):
13887 Use `ignore-errors'.
13888
13889 * play/handwrite.el (ps-lpr-switches): Declare.
13890 (handwrite): Remove unused variables `pmin' and `lastp'.
13891
13892 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13893
13894 * play/landmark.el (landmark-init-display)
13895 (landmark-update-naught-weights): Mark unused parameters.
13896 (landmark-y): Remove unused variable `noise'. Simplify.
13897 (landmark-human-plays): Remove unused variable `score'.
13898
13899 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13900 (mpuz-try-proposal): Remove unused variable `game'.
13901
13902 * play/zone.el (life-patterns): Declare.
13903
13904 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
13905
13906 * vc/vc.el (ediff-vc-internal): Declare function.
13907
13908 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * shell.el: Use lexical-binding and std completion UI.
13911 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13912 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13913 comint-preoutput-filter-functions rather than on
13914 comint-output-filter-functions.
13915 (shell-command-completion, shell--command-completion-data)
13916 (shell-filename-completion, shell-environment-variable-completion)
13917 (shell-c-a-p-replace-by-expanded-directory): New functions.
13918 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13919 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13920 (shell-dynamic-complete-environment-variable): Use them.
13921 (shell-dynamic-complete-as-environment-variable)
13922 (shell-dynamic-complete-as-command): Remove.
13923 (shell-match-partial-variable): Match past point.
13924 * comint.el: Clean up use of completion-at-point-functions.
13925 (comint-completion-at-point): New function.
13926 (comint-mode): Use it completion-at-point-functions.
13927 (comint-dynamic-complete): Make it obsolete.
13928 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13929 (comint-c-a-p-replace-by-expanded-history): New function.
13930 (comint-dynamic-complete-functions)
13931 (comint-replace-by-expanded-history): Use it.
13932 * minibuffer.el (completion-table-with-terminator): Allow dynamic
13933 termination strings. Try harder to avoid second try-completion.
13934 (completion-in-region-mode-map): Disable bindings that don't work yet.
13935
13936 * comint.el: Use lexical-binding. Require CL.
13937 (comint-dynamic-complete-functions): Use comint-filename-completion.
13938 (comint-completion-addsuffix): Tweak custom type.
13939 (comint-filename-completion, comint--common-suffix)
13940 (comint--common-quoted-suffix, comint--table-subvert)
13941 (comint--complete-file-name-data): New functions.
13942 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13943 (comint-dynamic-list-filename-completions): Use them.
13944 (comint-dynamic-simple-complete): Make obsolete.
13945
13946 * minibuffer.el (completion-in-region-mode):
13947 Keep completion-in-region-mode--predicate global.
13948 (completion-in-region--postch):
13949 Assume completion-in-region-mode--predicate is not null.
13950
13951 * progmodes/flymake.el (flymake-start-syntax-check-process):
13952 Obey `dir'. Simplify.
13953
13954 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13955 we're in VC after all.
13956
13957 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13958
13959 * vc/vc.el (vc-diff-build-argument-list-internal)
13960 (vc-version-ediff, vc-ediff): New commands.
13961 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13962
13963 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13966 add sanity check.
13967
13968 * obsolete/erc-hecomplete.el: Make obsolete.
13969 * obsolete/: Standardize obsolescence info in the header.
13970
13971 2011-04-20 Glenn Morris <rgm@gnu.org>
13972
13973 * calendar/solar.el (solar-horizontal-coordinates):
13974 Use the longitude argument rather than `calendar-longitude'.
13975 (solar-date-next-longitude): Remove unused locals.
13976
13977 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13978
13979 * whitespace.el: New version 13.2.1.
13980
13981 2011-04-20 felix <EmacsWiki> (tiny change)
13982
13983 * whitespace.el (global-whitespace-mode): Keep highlight when
13984 switching between major modes on a file.
13985
13986 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13989 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13990 multi-line comments as well.
13991
13992 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
13993
13994 Lexical-binding cleanup.
13995
13996 * arc-mode.el (archive-mode-revert):
13997 * cmuscheme.el (scheme-interactively-start-process):
13998 * custom.el (custom-initialize-delay):
13999 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14000 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14001 * emacs-lock.el (emacs-lock-clear-sentinel):
14002 * ezimage.el (defezimage):
14003 * follow.el (follow-avoid-tail-recenter):
14004 * fringe.el (set-fringe-mode-1):
14005 * generic-x.el (bat-generic-mode-compile):
14006 * help-mode.el (help-info-variable, help-do-xref)
14007 (help-mode-revert-buffer):
14008 * help.el (view-emacs-todo):
14009 * iswitchb.el (iswitchb-completion-help):
14010 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14011 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14012 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14013 * locate.el (locate-update):
14014 * longlines.el (longlines-encode-region)
14015 (longlines-after-change-function):
14016 * outline.el (outline-isearch-open-invisible):
14017 * ps-def.el (declare-function, charset-dimension, char-width)
14018 (encode-char):
14019 * ps-mule.el (ps-mule-plot-string):
14020 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14021 (recentf-edit-list-select, recentf-edit-list-validate)
14022 (recentf-open-files-action):
14023 * rect.el (delete-whitespace-rectangle-line)
14024 (rectangle-number-line-callback):
14025 * register.el (window-configuration-to-register)
14026 (frame-configuration-to-register):
14027 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14028 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14029 (xselect-convert-to-targets, xselect-convert-to-delete)
14030 (xselect-convert-to-filename, xselect-convert-to-charpos)
14031 (xselect-convert-to-lineno, xselect-convert-to-colno)
14032 (xselect-convert-to-os, xselect-convert-to-host)
14033 (xselect-convert-to-user, xselect-convert-to-class)
14034 (xselect-convert-to-name, xselect-convert-to-integer)
14035 (xselect-convert-to-atom, xselect-convert-to-identity):
14036 * subr.el (declare, ignore, process-kill-without-query)
14037 (text-clone-maintain):
14038 * terminal.el (te-get-char, te-tic-sentinel):
14039 * tool-bar.el (tool-bar-make-keymap):
14040 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14041 * type-break.el (type-break-mode, type-break-noninteractive-query):
14042 * view.el (View-back-to-mark):
14043 * wid-browse.el (widget-browse-action, widget-browse-widget)
14044 (widget-browse-widgets, widget-browse-sexp):
14045 * widget.el (define-widget-keywords):
14046 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14047 Mark unused parameters.
14048
14049 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14050 (align-areas): Remove unused variable `look'.
14051 (align-region): Remove unused variables `real-end' and `pos-list'.
14052
14053 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14054
14055 * bindings.el (mode-line-modified, mode-line-remote):
14056 Mark unused parameters.
14057 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14058
14059 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14060 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14061
14062 * comint.el (comint-history-isearch-pop-state)
14063 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14064 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14065 (comint-substitute-in-file-name): Doc fix.
14066
14067 * completion.el (cmpl-statistics-block): Mark unused parameter.
14068 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14069 (save-completions-to-file, load-completions-from-file):
14070 Remove unused local variable `e'.
14071
14072 * composite.el (compose-chars): Remove unused variable `len'.
14073 (lgstring-insert-glyph): Remove unused variable `g'.
14074 (compose-glyph-string): Remove unused variables `ascent',
14075 `descent', `lbearing' and `rbearing'.
14076 (compose-glyph-string-relative): Remove unused variables
14077 `lbearing', `rbearing' and `wadjust'.
14078 (compose-gstring-for-graphic): Remove unused variables `header',
14079 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14080 (compose-gstring-for-terminal): Remove unused variables `header'
14081 and `nchars'. Use `let', not `let*'.
14082
14083 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14084 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14085 (Custom-buffer-done, custom-buffer-create-internal)
14086 (custom-browse-visibility-action, custom-browse-group-tag-action)
14087 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14088 (widget-magic-mouse-down-action, custom-toggle-parent)
14089 (custom-add-parent-links, custom-toggle-hide-variable)
14090 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14091 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14092 (custom-face-menu-create, custom-variable-menu-create, get)
14093 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14094 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14095 (customize-apropos): Remove unused variable `tests'.
14096 (custom-group-value-create): Remove unused variable `hidden-p'.
14097 (sort-fold-case): Declare.
14098
14099 * cus-theme.el (custom-reset-standard-faces-list)
14100 (custom-reset-standard-variables-list): Declare.
14101 (customize-create-theme, custom-theme-revert, custom-theme-write)
14102 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14103 Mark unused parameters.
14104
14105 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14106
14107 * delim-col.el (delimit-columns-max): Move defvar before first use.
14108
14109 * descr-text.el (describe-char-categories): Don't quote `lambda'.
14110 (describe-char): Don't quote `lambda'. Mark unused parameter.
14111
14112 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14113 (auto-insert): Declare.
14114 (desktop-restore-file-buffer): Rename desktop-* parameters;
14115 mark unused ones.
14116 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14117 (desktop-buffer): Rename desktop-* parameters.
14118
14119 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14120 (dframe-reposition-frame-xemacs, dframe-help-echo)
14121 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14122 Mark unused parameters.
14123
14124 * dired-aux.el (backup-extract-version-start, overwrite-query)
14125 (overwrite-backup-query, rename-regexp-query)
14126 (rename-non-directory-query): Declare.
14127 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14128 (dired-add-entry): Remove unused variable `orig-file-name'.
14129 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14130 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14131 `dired-copy-preserve-time' directly.
14132 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14133 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14134
14135 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14136 (dired-virtual-revert, dired-make-relative-symlink):
14137 Mark unused parameters.
14138 (manual-program): Declare.
14139 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14140 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14141 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14142
14143 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14144
14145 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14146
14147 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14148 Declare.
14149
14150 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14151
14152 * electric.el (Electric-command-loop): Rename parameter
14153 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14154
14155 * expand.el (expand-in-literal): Remove unused variable `here'.
14156
14157 * facemenu.el (facemenu-add-new-color):
14158 Remove unused variable `docstring'.
14159
14160 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14161 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14162 (face-attr-construct): Mark unused parameter. Doc fix.
14163 (read-color): Remove unused variable `hex-string'.
14164
14165 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14166 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14167 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14168 (display-buffer-other-frame): Remove unused variable `old-window'.
14169 (kill-buffer-hook): Declare.
14170 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14171 Mark unused parameters.
14172 (after-find-file): Pass 1 to `auto-save-mode', not t.
14173
14174 * files-x.el (auto-insert): Declare.
14175 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14176
14177 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
14178 variable `buf'. Mark unused parameter.
14179 (find-lisp-insert-directory): Mark unused parameter.
14180
14181 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14182 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14183 (format-common-tail): Remove, unused.
14184 (format-deannotate-region): Remove unused variable `loc'.
14185 (format-annotate-region): Remove unused variable `p'.
14186 (format-annotate-single-property-change): Remove unused variables
14187 `default' and `tail'.
14188
14189 * forms.el (read-file-filter): Declare.
14190 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14191
14192 * frame.el (frame-creation-function-alist): Mark unused parameter.
14193 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14194
14195 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14196 Remove unused parameters.
14197 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14198 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14199
14200 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14201 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14202 (hfy-prepare-tag-map): Mark unused parameters.
14203 (htmlfontify-buffer): Use `called-interactively-p'.
14204
14205 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14206 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14207 (ibuffer-do-occur): Mark unused parameters.
14208 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14209 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14210
14211 * ibuffer.el: Don't quote `lambda'.
14212 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14213 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14214 Mark unused parameters.
14215
14216 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14217 (ido-completing-read): Mark unused parameters.
14218 (ido-copy-current-word): Mark unused parameters;
14219 remove unused variable `name'.
14220 (ido-sort-merged-list): Remove unused parameter `dirs'.
14221
14222 * ielm.el (ielm-input-sender): Mark unused parameter.
14223 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14224 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14225 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14226 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14227 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14228
14229 * image-dired.el (image-dired-display-thumbs): Remove unused
14230 variables `curr-file' and `count'.
14231 (image-dired-remove-tag): Remove unused variable `start'.
14232 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14233 variable `curr-file'
14234 (image-dired-rotate-original): Remove unused variable `temp-file'.
14235 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14236 Remove unused variable `file'.
14237 (image-dired-gallery-generate): Remove unused variable `curr'.
14238 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14239
14240 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14241
14242 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14243
14244 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14245
14246 * isearch.el (minibuffer-history-symbol): Declare.
14247 (isearch-edit-string): Remove unused variable `err'.
14248 (isearch-message-prefix, isearch-message-suffix):
14249 Mark unused parameters.
14250
14251 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14252
14253 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14254
14255 * makesum.el (double-column): Remove unused variable `cnt'.
14256
14257 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14258 (ido-ignore-item-temp-list): Declare.
14259
14260 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14261 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14262 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14263 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14264 `mouse-col-delta'.
14265
14266 * mouse-sel.el (mouse-extend-internal):
14267 Remove unused variable `orig-window-frame'.
14268
14269 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14270 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14271 Move declarations before first use.
14272 (pcomplete-opt): Mark unused parameters; doc fix.
14273
14274 * proced.el (proced-revert): Mark unused parameter.
14275 (proced-send-signal): Remove unused variable `err'.
14276
14277 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14278 Rename parameter PREFIX-ARG to ARG.
14279 (ps-basic-plot-string, ps-basic-plot-whitespace):
14280 Mark unused parameters.
14281
14282 * replace.el (replace-count): Define.
14283 (occur-revert-function): Mark unused parameters.
14284 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14285 (isearch-case-fold-search, isearch-string): Declare.
14286 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14287 bind `case-fold-search'. Remove unused variables `beg' and `end',
14288 and simplify.
14289 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14290 COUNT and bind `replace-count'.
14291 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14292 to COUNT.
14293
14294 * savehist.el (print-readably, print-string-length): Declare.
14295
14296 * shadowfile.el (shadow-expand-cluster-in-file-name):
14297 Remove unused variable `cluster'.
14298 (shadow-copy-file): Remove unused variable `i'.
14299 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14300 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14301 (shadow-define-literal-group, shadow-define-regexp-group)
14302 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14303
14304 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14305 (shell): Use `called-interactively-p'.
14306 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14307
14308 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14309 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14310 (delete-backward-char): Remove unused variable `ocol'.
14311 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14312 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14313 (event-apply-hyper-modifier, event-apply-shift-modifier)
14314 (event-apply-control-modifier, event-apply-meta-modifier):
14315 Mark unused parameters.
14316 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14317 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14318
14319 * speedbar.el (speedbar-ignored-directory-expressions)
14320 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14321 (speedbar-find-file, speedbar-dir-follow)
14322 (speedbar-directory-buttons-follow, speedbar-tag-find)
14323 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14324 (speedbar-buffers-line-directory, speedbar-buffer-click):
14325 Mark unused parameters.
14326 (speedbar-tag-file): Remove unused variable `mode'.
14327 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14328
14329 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14330
14331 * talk.el (talk): Remove unused variable `display'.
14332
14333 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14334 (tar-write-region-annotate): Mark unused parameter.
14335
14336 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14337 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14338 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14339 warning by another.
14340
14341 * time-stamp.el (time-stamp-string-preprocess):
14342 Remove unused variable `require-padding'.
14343
14344 * tree-widget.el (widget-glyph-enable): Declare.
14345 (tree-widget-action): Mark unused parameter.
14346
14347 * w32-fns.el (x-get-selection): Mark unused parameter.
14348 (autoload-make-program, generated-autoload-file): Declare.
14349
14350 * wdired.el (wdired-revert): Mark unused parameters.
14351 (wdired-xcase-word): Remove unused variable `err'.
14352
14353 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14354 (whitespace-help-scroll): Remove unused variable `data-help'.
14355
14356 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14357 (widget-image-insert, widget-after-change, default)
14358 (widget-default-format-handler, widget-default-notify)
14359 (widget-default-prompt-value, widget-info-link-action)
14360 (widget-url-link-action, widget-function-link-action)
14361 (widget-variable-link-action, widget-file-link-action)
14362 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14363 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14364 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14365 (widget-insert-button-action, widget-delete-button-action, visibility)
14366 (widget-documentation-link-action, widget-documentation-string-action)
14367 (widget-const-prompt-value, widget-regexp-match, symbol)
14368 (widget-coding-system-prompt-value)
14369 (widget-key-sequence-value-to-external, sexp)
14370 (widget-sexp-value-to-internal, character, vector, cons)
14371 (widget-choice-prompt-value, widget-boolean-prompt-value)
14372 (widget-color--choose-action): Mark unused parameters.
14373 (widget-item-match-inline, widget-choice-match-inline)
14374 (widget-checklist-match, widget-checklist-match-inline)
14375 (widget-group-match): Rename parameter VALUES to VALS.
14376 (widget-field-value-set): Remove unused variable `size'.
14377 (widget-color-action): Remove unused variables `value' and `start'.
14378
14379 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
14380 variable `dir'. Doc fix.
14381 (windmove-find-other-window): Don't pass it.
14382
14383 * window.el (count-windows): Mark unused parameter.
14384 (bw-adjust-window): Remove unused variable `err'.
14385
14386 * woman.el (woman-file-name): Remove unused variable `default'.
14387 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14388 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14389 (global-font-lock-mode): Declare.
14390 (woman-decode-region): Mark unused parameter.
14391 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14392
14393 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14394 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14395 (x-dnd-handle-moz-url): Remove unused variable `title'.
14396 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14397
14398 * xml.el (xml-parse-tag, xml-parse-attlist):
14399 Remove unused variable `pos'.
14400
14401 2011-04-19 Glenn Morris <rgm@gnu.org>
14402
14403 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14404 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14405 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14406 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14407 * calendar/cal-html.el (cal-html-insert-minical):
14408 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14409 (calendar-mark-date-pattern):
14410 Prefix "unused" locals.
14411
14412 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14413 optional argument `style'.
14414
14415 * calendar/appt.el (appt-make-list):
14416 * calendar/cal-china.el (calendar-chinese-date-string):
14417 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14418 (diary-hebrew-yahrzeit):
14419 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14420 * calendar/calendar.el (calendar-generate-window):
14421 * calendar/time-date.el (time-to-days):
14422 Remove unused local variables.
14423
14424 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
14425
14426 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14427 glyphless-char-display table.
14428 (tabulated-list-glyphless-char-display): New var.
14429
14430 2011-04-18 Sam Steingold <sds@gnu.org>
14431
14432 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14433 to acknowledgments.
14434
14435 2011-04-17 Glenn Morris <rgm@gnu.org>
14436
14437 * calendar/diary-lib.el (diary-sexp-entry):
14438 * calendar/holidays.el (holiday-sexp):
14439 Set debug-on-error rather than the removed stack-trace-on-error.
14440
14441 2011-04-16 Glenn Morris <rgm@gnu.org>
14442
14443 * progmodes/f90.el: Use lexical-binding.
14444 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14445
14446 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14449 (mail-mode): Setup mailalias completion here instead.
14450 * mail/mailalias.el: Use lexical-binding.
14451 (pattern, mailalias-done): Declare dynamic.
14452 (mail-completion-at-point-function): New function, from mail-complete.
14453 (mail-complete): Use it.
14454 (mail-completion-expand): New function.
14455 (mail-get-names): Use it.
14456 (mail-directory, mail-directory-process, mail-directory-stream):
14457 Don't use `pattern' for lexically bound arg.
14458
14459 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14460
14461 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14462 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14463 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14464
14465 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14466 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14467 (byte-interactive-p): Define them again, for use when inlining
14468 old code.
14469
14470 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
14471
14472 * loadup.el: Use `string-to-number', not `string-to-int'.
14473
14474 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14477 gud-gdb-complete-command.
14478 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14479 (gud-gdb-completion-at-point): New function.
14480 (gud-gdb-completions): Remove.
14481
14482 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
14483
14484 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14485 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14486 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14487 whether `executable-find' is bound.
14488
14489 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14490
14491 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * minibuffer.el (completion-in-region-mode-predicate)
14494 (completion-in-region-mode--predicate): New vars.
14495 (completion-in-region, completion-in-region--postch)
14496 (completion-in-region-mode): Use them.
14497 (completion--capf-wrapper): Also return the hook function.
14498 (completion-at-point, completion-help-at-point):
14499 Adjust and provide a predicate.
14500
14501 Preserve arg names for advice of subr and lexical functions (bug#8457).
14502 * help-fns.el (help-function-arglist): Consolidate the subr and
14503 new-byte-code cases. Add argument `preserve-names' to extract names
14504 from the docstring when needed.
14505 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14506 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14507 (ad-arglist): Use help-function-arglist's new arg.
14508 (ad-definition-type): Use cond.
14509
14510 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
14511
14512 * autorevert.el (auto-revert-handler):
14513 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14514 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14515 Don't quote lambda.
14516
14517 * image-mode.el (image-transform-set-scale):
14518 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14519
14520 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14521
14522 * net/network-stream.el (network-stream-open-starttls): Only do
14523 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
14524 Upgrades via gnutls-cli are too slow to be done opportunistically.
14525
14526 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
14527
14528 * dframe.el (dframe-current-frame): Remove spurious quote.
14529
14530 2011-04-12 Glenn Morris <rgm@gnu.org>
14531
14532 * calendar/cal-tex.el (cal-tex-end-document):
14533 Try to automatically use latin1 input if needed.
14534
14535 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14536 Don't try to cons a mark onto an empty element.
14537
14538 2011-04-11 Leo Liu <sdl.web@gmail.com>
14539
14540 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14541 buffers.
14542 (ido-kill-buffer-at-head): Support killing virtual buffers.
14543
14544 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
14545
14546 * minibuffer.el (completion-show-inline-help): New var.
14547 (completion--do-completion, minibuffer-complete)
14548 (minibuffer-force-complete, minibuffer-complete-word):
14549 Inhibit minibuffer messages if completion-show-inline-help is nil.
14550
14551 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14552 to avoid interference from inline help (Bug#5849).
14553
14554 2011-04-10 Leo Liu <sdl.web@gmail.com>
14555
14556 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14557 Fix typo.
14558
14559 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
14560
14561 * image-mode.el (image-toggle-display-image): Signal an error if
14562 not in Image mode.
14563 (image-transform-mode, image-transform-resize)
14564 (image-transform-set-rotation): Doc fix.
14565 (image-transform-set-resize): Delete.
14566 (image-transform-set-scale, image-transform-fit-to-height)
14567 (image-transform-fit-to-width): Handle image-toggle-display-image
14568 and image-transform-resize directly.
14569
14570 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
14571
14572 * doc-view.el (doc-view-fit-width-to-window)
14573 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14574 New functions for fitting the shown image to the Emacs window size.
14575 (doc-view-mode-map): Add bindings for the new functions.
14576
14577 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
14578
14579 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
14580 Fix typo in docstring.
14581
14582 2011-04-08 Eli Zaretskii <eliz@gnu.org>
14583
14584 * files.el (file-size-human-readable): Produce one digit after
14585 decimal, like "ls -lh" does.
14586
14587 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14588 the file size representation.
14589
14590 * simple.el (list-processes): If async subprocesses are not
14591 available, error out with a clear error message.
14592
14593 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
14594
14595 * help.el (help-form-show): New function, to be called from C.
14596 Put help-form output in a buffer named differently than *Help*.
14597
14598 2011-04-08 Eli Zaretskii <eliz@gnu.org>
14599
14600 * files.el (file-size-human-readable): New function.
14601
14602 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14603 computing the representation inline. Don't require `cl'.
14604
14605 2011-04-08 Glenn Morris <rgm@gnu.org>
14606
14607 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14608
14609 * net/browse-url.el (browse-url-firefox):
14610 Test system-type, not system-configuration.
14611
14612 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14613 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14614 Use log-edit-empty-buffer-p. (Bug#7598)
14615
14616 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14617 (rlogin-mode-map): Initialize in the defvar.
14618 (rlogin): Use ignore-errors.
14619
14620 * replace.el (occur-mode-map): Some fixes for menu items.
14621
14622 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14623
14624 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14625
14626 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
14627
14628 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14629 issuing unused warnings.
14630
14631 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14632 macro directly.
14633
14634 * simple.el: Lisp reimplement of list-processes. Based on an
14635 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14636 (process-menu-mode): New major mode.
14637 (list-processes--refresh, list-processes):
14638 (process-menu-visit-buffer): New functions.
14639
14640 * files.el (save-buffers-kill-emacs): Don't assume any return
14641 value of list-processes, which is undocumented anyway.
14642
14643 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
14644
14645 * emacs-lisp/tabulated-list.el: New file.
14646
14647 * emacs-lisp/package.el: Use Tabulated List mode.
14648 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14649 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14650 table format using Tabulated List mode variables.
14651 (package--push): New macro, replacing package-list-maybe-add.
14652 (package-menu--generate): Use package--push. Renamed from
14653 package--generate-package-list.
14654 (package-menu-refresh, list-packages): Use it.
14655 (package-menu--print-info): Rename from package-print-package.
14656 Return insertion data instead of inserting it directly.
14657 (package-menu-describe-package, package-menu-execute):
14658 Use tabulated-list-get-id.
14659 (package-menu-mark-delete, package-menu-mark-install)
14660 (package-menu-mark-unmark, package-menu-backup-unmark)
14661 (package-menu-mark-obsolete-for-deletion):
14662 Use tabulated-list-put-tag.
14663 (package--list-packages, package-menu-revert)
14664 (package-menu-get-package, package-menu-get-version)
14665 (package-menu-sort-by-column): Functions deleted.
14666 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14667 (package-menu--status-predicate, package-menu--version-predicate)
14668 (package-menu--name-predicate)
14669 (package-menu--description-predicate): Handle arguments in the
14670 Tabulated List format.
14671 (package-list-packages-no-fetch): Call list-packages.
14672
14673 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
14674
14675 * files.el (after-find-file-from-revert-buffer): Remove variable.
14676 (after-find-file): Don't bind it.
14677 (revert-buffer-in-progress-p): New variable.
14678 (revert-buffer): Bind it.
14679 Pass nil for `after-find-file-from-revert-buffer'.
14680
14681 * saveplace.el (save-place-find-file-hook): Use new variable
14682 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14683
14684 2011-04-06 Glenn Morris <rgm@gnu.org>
14685
14686 * Makefile.in (AUTOGEN_VCS): New variable.
14687 (autoloads): Use $AUTOGEN_VCS.
14688
14689 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14690 * calendar/calendar.el (calendar-mode-map):
14691 Check for toolkit scroll bars. (Bug#8305)
14692
14693 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
14694
14695 * minibuffer.el (completion-in-region--postch)
14696 (completion-in-region-mode): Remove unnecessary messages.
14697
14698 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
14699
14700 * font-lock.el (font-lock-refresh-defaults):
14701 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14702 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14703
14704 * info.el (Info-directory-list, Info-read-node-name-2)
14705 (Info-split-parameter-string): Doc fixes.
14706 (Info-virtual-nodes): Reflow docstring.
14707 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14708 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14709 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14710 Fix typos in docstrings.
14711 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14712 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14713 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14714 (Info-restore-desktop-buffer): Mark unused parameters.
14715 (Info-directory-find-file, Info-directory-find-node)
14716 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14717 (Info-virtual-index-find-node, Info-apropos-find-file)
14718 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
14719 Mark unused parameters; fix typos in docstrings.
14720 (Info-virtual-index): Remove unused local variable `nodename'.
14721
14722 2011-04-05 Deniz Dogan <deniz@dogan.se>
14723
14724 * net/rcirc.el: Update my e-mail address.
14725 (rcirc-mode-map): Remove M-o binding.
14726
14727 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * startup.el (command-line): Save the cursor's theme-face
14730 directly, instead of using face-override-spec.
14731
14732 * custom.el (load-theme): Minor optimization in assigning faces.
14733
14734 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
14735
14736 * help-fns.el (describe-variable): Complete all variables having
14737 documentation, including keywords.
14738 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14739
14740 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
14741
14742 Convert to lexical-binding.
14743
14744 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14745 (bs--get-marked-string, bs--get-modified-string)
14746 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14747 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14748 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14749
14750 * ehelp.el (electric-help-execute-extended)
14751 (electric-help-ctrl-x-prefix):
14752 * hexl.el (hexl-revert-buffer-function):
14753 * linum.el (linum-after-change, linum-after-scroll):
14754 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14755
14756 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14757
14758 2011-04-04 Daiki Ueno <ueno@unixuser.org>
14759
14760 * epa-dired.el:
14761 * epa-mail.el:
14762 * epa-hook.el:
14763 * epa-file.el:
14764 * epa.el:
14765 * epg.el: Use lexical binding.
14766
14767 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
14768
14769 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14770
14771 * textmodes/flyspell.el (flyspell-word): Recognize default
14772 dictionary case for flyspell-mark-duplications-exceptions.
14773 Use regexp matching for languages.
14774 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14775 default dictionary (Bug#7926).
14776
14777 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
14778
14779 * emacs-lisp/package.el (package--with-work-buffer):
14780 Recognize https URLs.
14781
14782 * net/network-stream.el: Move from gnus/proto-stream.el.
14783 Change prefix to network-stream throughout.
14784 (open-protocol-stream): Merge into open-network-stream, leaving
14785 open-protocol-stream as an alias. Handle nil BUFFER args.
14786
14787 * subr.el (open-network-stream): Move to net/network-stream.el.
14788
14789 2011-04-02 Glenn Morris <rgm@gnu.org>
14790
14791 * find-dired.el (find-exec-terminator): New option.
14792 (find-ls-option): Test for -ls support.
14793 (find-ls-subdir-switches): Test for -b in find-ls-option.
14794 (find-dired, find-grep-dired): Doc fixes.
14795 (find-dired): Use find-exec-terminator.
14796
14797 * find-dired.el (find-ls-option, find-ls-subdir-switches)
14798 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14799 (find-name-arg): Remove purecopy.
14800
14801 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14802 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14803 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14804 accordingly. Don't add the null-device if not needed.
14805
14806 * files.el (save-some-buffers): Doc fix.
14807
14808 2011-04-02 Eli Zaretskii <eliz@gnu.org>
14809
14810 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14811
14812 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14815 Use `dolist' rather than `mapcar'.
14816
14817 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 Add lexical binding.
14820
14821 * subr.el (apply-partially): Use new closures rather than CL.
14822 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14823 (dolist, dotimes): Use slightly different expansion for lexical code.
14824 (functionp): Move to C.
14825 (letrec): New macro.
14826 (with-wrapper-hook): Use it and apply-partially instead of CL.
14827 (eval-after-load): Preserve lexical-binding.
14828 (save-window-excursion, with-output-to-temp-buffer): Turn them
14829 into macros.
14830
14831 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14832
14833 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14834 than the arglist.
14835 (help-add-fundoc-usage): Don't add `Not documented'.
14836 (help-function-arglist): Handle closures, subroutines, and new
14837 byte-code-functions.
14838 (help-make-usage): Remove leading underscores.
14839 (describe-function-1): Handle closures.
14840 (describe-variable): Use special-variable-p for completion.
14841
14842 * files.el (lexical-binding): Declare safe.
14843
14844 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14845 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14846 (pcase): Add `let' pattern.
14847 Change memoization so it actually works.
14848 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14849 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14850 <let>: New case.
14851
14852 * emacs-lisp/macroexp.el: Use lexical binding.
14853 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14854 Don't convert ' to #' without checking that it's indeed quoting
14855 a lambda.
14856
14857 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
14858 Use eval-sexp-add-defvars.
14859 (eval-sexp-add-defvars): New fun.
14860
14861 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14862
14863 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14864 Don't autoload.
14865 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14866 than the internal `byte-compile-lambda'.
14867 (defmethod): Don't hide code under quotes.
14868 (eieio-defmethod): New `code' argument.
14869
14870 * emacs-lisp/eieio-comp.el: Remove.
14871
14872 * emacs-lisp/edebug.el (edebug-eval-defun)
14873 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14874 (edebug-toggle): Avoid `eval'.
14875
14876 * emacs-lisp/disass.el (disassemble-internal): Handle new
14877 `closure' objects.
14878 (disassemble-1): Handle new byte codes.
14879
14880 * emacs-lisp/cl.el (pushnew): Silence warning.
14881
14882 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14883 (cl-byte-compile-throw): Remove.
14884 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14885
14886 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14887 closures.
14888
14889 * emacs-lisp/cconv.el: New file.
14890
14891 * emacs-lisp/bytecomp.el: Use lexical binding instead of
14892 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
14893 (byte-compile-initial-macro-environment):
14894 Handle declare-function here.
14895 (byte-compile--lexical-environment): New var.
14896 (byte-stack-ref, byte-stack-set, byte-discardN)
14897 (byte-discardN-preserve-tos): New lap codes.
14898 (byte-interactive-p): Don't use any more.
14899 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14900 New macros.
14901 (byte-compile-lapcode): Use them and handle new lap codes.
14902 (byte-compile-obsolete): Remove.
14903 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14904 (byte-compile-arglist-warn): Check late def of inlinable funs.
14905 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14906 since they should have been expanded by now.
14907 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14908 (byte-compile-from-buffer): Remove unused second arg.
14909 (byte-compile-preprocess): New function.
14910 (byte-compile-toplevel-file-form): New function to distinguish
14911 file-form calls from outside from file-form calls from hunk-handlers.
14912 (byte-compile-file-form): Simplify.
14913 (byte-compile-file-form-defsubst): Remove.
14914 (byte-compile-file-form-defmumble): Simplify now that
14915 byte-compile-lambda always returns a byte-code-function.
14916 (byte-compile): Preprocess.
14917 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14918 Remove, not used any more.
14919 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14920 (byte-compile-make-args-desc): New funs.
14921 (byte-compile-lambda): Handle lexical functions. Always return
14922 a byte-code-function.
14923 (byte-compile-reserved-constants): New var, to make up room for
14924 closed-over variables.
14925 (byte-compile-constants-vector): Obey it.
14926 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14927 (byte-compile-macroexpand-declare-function): New function.
14928 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14929 byte-code-functions.
14930 (byte-compile-form): Check obsolescence here.
14931 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14932 (byte-compile-variable-ref): Remove.
14933 (byte-compile-dynamic-variable-op): New fun.
14934 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14935 (byte-compile-variable-set): New funs.
14936 (byte-compile-discard): Add 2 args.
14937 (byte-compile-stack-ref, byte-compile-stack-set)
14938 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14939 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14940 macroexpand-all instead.
14941 (byte-compile-quote-form): Remove.
14942 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14943 (byte-compile-bind, byte-compile-unbind): New funs.
14944 (byte-compile-let): Handle let* and lexical binding.
14945 (byte-compile-let*): Remove.
14946 (byte-compile-catch, byte-compile-unwind-protect)
14947 (byte-compile-track-mouse, byte-compile-condition-case):
14948 Handle a new :fun-body form, used for lexical scoping.
14949 (byte-compile-save-window-excursion)
14950 (byte-compile-with-output-to-temp-buffer): Remove.
14951 (byte-compile-defun): Simplify.
14952 (byte-compile-stack-adjustment): New fun.
14953 (byte-compile-out): Use it.
14954 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14955
14956 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14957 handler any more.
14958
14959 * emacs-lisp/byte-opt.el: Use lexical binding.
14960 (byte-inline-lapcode): Remove (to bytecomp).
14961 (byte-compile-inline-expand): Pay attention to inlining to/from
14962 lexically bound code.
14963 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14964 any more.
14965 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14966 any more and don't call compiler-macros.
14967 (byte-compile-splice-in-already-compiled-code): Remove.
14968 (byte-code): Don't inline any more.
14969 (disassemble-offset): Receive `bytes' as argument rather than via
14970 dynamic scoping.
14971 (byte-compile-tag-number): Declare before first use.
14972 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14973 `return' even if make-spliceable.
14974 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14975 obsolete interactive-p.
14976 (byte-optimize-lapcode): Optimize new lap-codes.
14977 Don't trip up on new form of `byte-constant' lap code.
14978
14979 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14980
14981 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14982
14983 * custom.el (custom-initialize-default, custom-declare-variable):
14984 Use `defvar'.
14985
14986 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14987 New variables.
14988 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14989 (COMPILE_FIRST): Add macroexp and cconv.
14990 * makefile.w32-in: Mirror changes in Makefile.in.
14991
14992 * vc/cvs-status.el:
14993 * vc/diff-mode.el:
14994 * vc/log-edit.el:
14995 * vc/log-view.el:
14996 * vc/smerge-mode.el:
14997 * textmodes/bibtex-style.el:
14998 * textmodes/css.el:
14999 * startup.el:
15000 * uniquify.el:
15001 * minibuffer.el:
15002 * newcomment.el:
15003 * reveal.el:
15004 * server.el:
15005 * mpc.el:
15006 * emacs-lisp/smie.el:
15007 * doc-view.el:
15008 * dired.el:
15009 * abbrev.el: Use lexical binding.
15010
15011 2011-04-01 Eli Zaretskii <eliz@gnu.org>
15012
15013 * info.el (info-display-manual): New function.
15014
15015 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15018
15019 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15020
15021 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
15022 an entry for that server in rcirc-authinfo. (Bug#8385)
15023
15024 2011-03-31 Glenn Morris <rgm@gnu.org>
15025
15026 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15027
15028 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15029
15030 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15031
15032 * progmodes/python.el (python-default-interpreter)
15033 (python-python-command-args, python-jython-command-args)
15034 (python-which-shell, python-which-args, python-which-bufname)
15035 (python-file-queue, python-comint-output-filter-function)
15036 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15037 variables and functions.
15038
15039 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15042 (completion-in-region-mode): New minor mode.
15043 (completion-in-region): Use it.
15044 (completion-in-region--data, completion-in-region-mode-map): New vars.
15045 (completion-in-region--postch): New function.
15046 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15047 New vars.
15048 (completion--capf-wrapper): New function.
15049 (completion-at-point): Use it to track well-behavedness of
15050 hook functions.
15051 (completion-help-at-point): New command.
15052
15053 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15054
15055 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15056 syntax class to search for whitespace on a single line
15057 (Message-ID: <4D938140.4030905@redhat.com>).
15058
15059 2011-03-30 Leo Liu <sdl.web@gmail.com>
15060
15061 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15062 New commands.
15063 (edit-abbrevs-map): Bind them here.
15064 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15065
15066 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15067
15068 * allout.el (allout-hide-by-annotation, allout-flag-region):
15069 Reduce possibility of overlay leakage by making them volatile.
15070
15071 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15072 hash is not shared between buffers. Mode initialization is
15073 responsible for giving it a useful starting value.
15074 (allout-item-span): Reduce possibility of overlay leakage by
15075 making them volatile.
15076 (allout-widgets-count-buttons-in-region): Add diagnostic function
15077 for tracking down button overlay leaks.
15078
15079 2011-03-29 Leo Liu <sdl.web@gmail.com>
15080
15081 * ido.el (ido-read-internal): Use the default history var
15082 minibuffer-history if no HISTORY is specified.
15083
15084 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15085
15086 * net/imap.el (imap-shell-open, imap-process-connection-type):
15087 Use imap-process-connection-type for 'shell' streams as well as
15088 Kerberos, SSL, other subprocesses.
15089
15090 2011-03-28 Leo Liu <sdl.web@gmail.com>
15091
15092 * abbrev.el (abbrev-table-empty-p): New function.
15093 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15094 nonempty ones. (Bug#5937)
15095
15096 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15097
15098 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15099
15100 2011-03-27 Leo Liu <sdl.web@gmail.com>
15101
15102 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15103 for foreground and background colors.
15104 (ansi-color-make-color-map): Adapt.
15105
15106 2011-03-25 Leo Liu <sdl.web@gmail.com>
15107
15108 * midnight.el (midnight-time-float): Remove. Note it calculates
15109 the microsecond component incorrectly and seconds-to-time does the
15110 same job.
15111 Remove redundant (require 'timer).
15112
15113 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15114 (ido-completions): Remove unused arguments. (Bug#8329)
15115
15116 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * minibuffer.el (completion--flush-all-sorted-completions):
15119 Remove itself from hook.
15120 (completion-at-point): Let the functions perform the completion
15121 immediately and return nil or t.
15122 * comint.el (comint-dynamic-complete-functions): Now identical to
15123 completion-at-point-functions.
15124 (comint-dynamic-list-input-ring): Remove unused var `index'.
15125 (comint--match-partial-filename, comint--unquote&expand-filename):
15126 New funs, split from comint-match-partial-filename.
15127 (comint-dynamic-complete): Use completion-at-point.
15128 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15129
15130 2011-03-24 Drew Adams <drew.adams@oracle.com>
15131
15132 * thingatpt.el: Support `defun'.
15133
15134 2011-03-23 Leo Liu <sdl.web@gmail.com>
15135
15136 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15137
15138 * help-mode.el (help-mode-finish): Tweak regexp.
15139
15140 2011-03-23 Glenn Morris <rgm@gnu.org>
15141
15142 * eshell/esh-opt.el (eshell-eval-using-options):
15143 Do not bind unused local variable `eshell-option-stub'.
15144
15145 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15146
15147 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15150 keymap variable in `with-no-warnings' to avoid a warning when the
15151 keymap has been already `defconst'ed.
15152
15153 2011-03-22 Leo Liu <sdl.web@gmail.com>
15154
15155 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15156 encode all chars in abbrevs; otherwise use emacs-mule or
15157 utf-8-emacs. (Bug#8308)
15158
15159 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
15160
15161 * simple.el (backward-delete-char-untabify):
15162 Avoid warning about using `delete-backward-char'.
15163
15164 * image.el (image-type-file-name-regexps): Make it variable.
15165 `imagemagick-register-types' modifies it, and the user may want
15166 to add new extensions for known image types.
15167 (imagemagick-register-types): Throw error if not using ImageMagick.
15168
15169 2011-03-22 Leo Liu <sdl.web@gmail.com>
15170
15171 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15172 located before rcirc-prompt-end-marker.
15173 (rcirc-complete): Error if point is not after rcirc prompt.
15174 Handle the case when table is nil.
15175 (rcirc-user-authenticated): Define to fix compiler warning.
15176
15177 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
15178
15179 * custom.el (custom--inhibit-theme-enable): Make it affect only
15180 custom-theme-set-variables and custom-theme-set-faces.
15181 (provide-theme): Ignore custom--inhibit-theme-enable.
15182 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15183 (custom-enabling-themes): Delete variable.
15184 (enable-theme): Accept only loaded themes as arguments.
15185 Ignore the special custom-enabled-themes variable.
15186 (custom-enabled-themes): Forbid themes from setting this.
15187 Eliminate use of custom-enabling-themes.
15188 (custom-push-theme): Quote "changed" custom var entry.
15189
15190 2011-03-21 Leo Liu <sdl.web@gmail.com>
15191
15192 * ido.el (ido-read-internal): Add ido-selected to history instead
15193 of user input.
15194
15195 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * subr.el (deferred-action-list, deferred-action-function):
15198 Mark obsolete.
15199
15200 2011-03-21 Leo Liu <sdl.web@gmail.com>
15201
15202 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15203 change on 2011-02-13 (bug#8309).
15204
15205 * minibuffer.el (read-file-name-function): Change default value.
15206 (read-file-name--defaults): Rename from read-file-name-defaults.
15207 (read-file-name-default): Rename from read-file-name.
15208 (read-file-name): Call read-file-name-function.
15209
15210 2011-03-21 Glenn Morris <rgm@gnu.org>
15211
15212 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15213 Doc fixes.
15214
15215 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
15216
15217 * cus-theme.el: Add missing provide statement.
15218 (customize-create-theme): Extract theme value correctly.
15219 (custom-theme-visit-theme): Autoload.
15220 (customize-create-theme): Prompt before inserting default faces.
15221
15222 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15223
15224 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15225 units and musical notes.
15226
15227 2011-03-20 Leo Liu <sdl.web@gmail.com>
15228
15229 * ido.el (ido-read-internal): Use completing-read-default.
15230 (ido-completing-read): Fix compatibility with completing-read.
15231
15232 2011-03-20 Christian Ohler <ohler@gnu.org>
15233
15234 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15235 (ert-delete-all-tests): Use `called-interactively-p' rather than
15236 `interactive-p'.
15237 (ert--make-xrefs-region): Respect END.
15238
15239 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15240
15241 * dired-aux.el (dired-create-directory): Signal an error if the
15242 directory already exists (Bug#8246).
15243
15244 * facemenu.el (list-colors-display): Call list-faces-display
15245 inside with-help-window.
15246 (list-colors-print): Use display property to align the final
15247 column, instead of checking window-width.
15248
15249 2011-03-19 Eli Zaretskii <eliz@gnu.org>
15250
15251 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
15252 windows-nt systems.
15253 (emerge-protect-metachars): Quote correctly for ms-dos and
15254 windows-nt systems.
15255
15256 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
15257
15258 * info.el (info-initialize): Replace all uses of `:' with
15259 path-separator for compatibility with non-Unix systems.
15260 Cache quoting of path-separator. (Bug#8258)
15261
15262 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
15263
15264 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15265 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15266 (mouse-avoidance-mode): Fix typos in docstrings.
15267
15268 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
15269
15270 * startup.el (package-subdirectory-regexp): Move from package.el.
15271 Omit \\` and \\', and let callers add them.
15272
15273 * emacs-lisp/package.el (package-strip-version)
15274 (package-load-all-descriptors): Add \\` and \\' to
15275 package-subdirectory-regexp before using it.
15276 (package-untar-buffer): New arg DIR; ensure that file untars only
15277 into this expected directory. Remove superfluous delete-region.
15278 (package-unpack): Caller changed.
15279 (package-tar-file-info): Use package-subdirectory-regexp.
15280
15281 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15284 diff-mode-shared-map (bug#8284).
15285 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
15286
15287 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15288
15289 * calendar/time-date.el (format-seconds): Use assoc instead of
15290 assoc-string, since assoc-string doesn't exist in XEmacs.
15291
15292 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
15293
15294 * custom.el (custom-known-themes): Reflow docstring.
15295 (custom-theme-load-path): Fix typo in docstring.
15296 (load-theme): Fix typo in error message.
15297 (custom-available-themes, custom-variable-theme-value):
15298 Use `let', not `let*'.
15299
15300 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15301
15302 * calc/README: Mention inclusion of musical notes.
15303
15304 * calc/calc-units.el (calc-lu-quant): Rename from
15305 `calc-logunits-quantity'.
15306 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15307 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15308 (calc-db): Rename from `calc-dblevel'.
15309 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15310 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15311 (calc-np): Rename from `calc-nplevel'.
15312 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15313 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15314 (calc-lu-plus): Rename from `calc-logunits-add'.
15315 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15316 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15317 (calc-lu-minus): Rename from `calc-logunits-sub'.
15318 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15319 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15320 (calc-lu-times): Rename from `calc-logunits-mul'.
15321 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15322 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15323 (calc-lu-divide): Rename from `calc-logunits-div'.
15324 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15325 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15326
15327 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15328 functions being autoloaded.
15329
15330 * calc/calc.el (calc-lu-power-reference): Rename from
15331 `calc-logunits-power-reference'.
15332 (calc-lu-field-reference): Rename from
15333 `calc-logunits-field-reference'.
15334
15335 * calc/calc-help.el (calc-l-prefix-help):
15336 Mention musical note functions.
15337
15338 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15339
15340 * minibuffer.el (completion-all-sorted-completions):
15341 Use :completion-cycle-penalty text property if present.
15342
15343 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15344
15345 * allout.el (allout-yank-processing): Adjust for new rebulleting
15346 regime so bullet being yanked is used without prompting the user
15347 for a choice.
15348
15349 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15350
15351 * startup.el (command-line): Warn the user that _emacs is deprecated.
15352
15353 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15354
15355 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15356 (delphi-verbose, delphi-comment-face, delphi-string-face)
15357 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15358 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15359 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15360 (delphi-new-comment-line, delphi-font-lock-defaults)
15361 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15362 Fix typos in docstrings.
15363
15364 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15365
15366 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
15367 Invert the roles of character and string values for INSTEAD, so a
15368 string is used for the more common case of a defaulting prompt.
15369
15370 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * progmodes/ruby-mode.el (ruby-backward-sexp):
15373 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15374 * play/gamegrid.el (gamegrid-make-face):
15375 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15376 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15377 * notifications.el (notifications-notify):
15378 * net/xesam.el (xesam-search-engines):
15379 * net/quickurl.el (quickurl-list-insert):
15380 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15381
15382 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
15383
15384 * startup.el (command-line): Update package subdirectory regexp.
15385
15386 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * allout.el (allout-abbreviate-flattened-numbering)
15389 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15390
15391 * subr.el (read-char-choice): Only show the cursor after the prompt,
15392 not after the answer.
15393
15394 2011-03-15 Kevin Ryde <user42@zip.com.au>
15395
15396 * help-fns.el (variable-at-point): Skip leading quotes, if any
15397 (bug#8253).
15398
15399 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15402 warning message.
15403
15404 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
15405
15406 * shell.el (shell): When called interactively, offer to change the
15407 shell file name on remote hosts.
15408
15409 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15410
15411 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15412 integration for LDAP parameters. The host, base, user or binddn,
15413 and secret tokens can be specified in a netrc file, for instance.
15414 This is optional because an `auth-source' parameter must be
15415 specified in the search attributes.
15416
15417 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
15418
15419 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15420
15421 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15424 into declaration. Remove redundant and harmful binding.
15425
15426 2011-03-12 Eli Zaretskii <eliz@gnu.org>
15427
15428 * files.el (file-ownership-preserved-p): Pass `integer' as an
15429 explicit 2nd argument to `file-attributes'. If the file's owner
15430 is the Administrators group on Windows, and the current user is
15431 Administrator, consider that a match.
15432
15433 * server.el (server-ensure-safe-dir): Consider server directory
15434 safe on MS-Windows if its owner is the Administrators group while
15435 the current Emacs user is Administrator. Use `=' to compare
15436 numerical UIDs, since they could be integers or floats.
15437
15438 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
15439
15440 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15441
15442 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
15443
15444 Sync with Tramp 2.2.1.
15445
15446 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15447
15448 * net/trampver.el: Update release number.
15449
15450 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * progmodes/compile.el (compilation--previous-directory): Fix up
15453 various nil/dead-marker mismatches (bug#8014).
15454 (compilation-directory-properties, compilation-error-properties):
15455 Don't call it at a position past the one we're about to change.
15456
15457 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15458 Disable obsolescence warnings in the file that declares it.
15459
15460 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15461
15462 * allout-widgets.el (allout-widgets-tally):
15463 Initialize allout-widgets-tally as a hash table rather than nil to
15464 prevent mode-line redisplay warnings. Also, clarify the module
15465 description and fix a comment typo.
15466
15467 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * help-fns.el (describe-variable): Don't complete keywords.
15470 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15471
15472 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
15473
15474 * emacs-lisp/package.el (package-version-join): Impose a standard
15475 string representation for pre/alpha/beta version lists.
15476 (package-unpack-single): Standardize the directory name by passing
15477 it through package-version-join.
15478 (package-strip-rcs-id): Accept any version string that does not
15479 signal an error in version-to-list.
15480
15481 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
15482
15483 * simple.el (delete-trailing-whitespace): Return nil for the
15484 benefit of `write-file-functions'.
15485
15486 2011-03-10 Glenn Morris <rgm@gnu.org>
15487
15488 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15489
15490 * vc/vc-git.el (vc-git-program): New option.
15491 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15492 (vc-git--call): Use it.
15493
15494 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15495
15496 * cus-edit.el (Custom-newline): If no button at point, look
15497 for a subgroup button at start-of-line. (Bug#2298)
15498
15499 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15500
15501 2011-03-10 Julien Danjou <julien@danjou.info>
15502
15503 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15504 `cursor-type' is nil.
15505
15506 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15507
15508 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15509
15510 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15511
15512 * allout.el: Change so yank of distinctive-bullet items
15513 preserves the existing header prefix, rebulleting it if necessary,
15514 rather than replacing it. This is necessary for proper operation
15515 of cooperative addons like allout-widgets.
15516 (allout-make-topic-prefix, allout-rebullet-heading):
15517 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15518 value as alternate bullet to be used, instead of prompting the user
15519 for a bullet character.
15520
15521 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
15522
15523 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15524 Do not use `tramp-file-name-port', because this returns also
15525 `tramp-default-port'.
15526
15527 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15528
15529 * net/rcirc.el (rcirc-handler-001): Remove useless
15530 with-rcirc-process-buffer.
15531 (rcirc-check-auth-status): Swap arguments to string-match.
15532
15533 2011-03-09 Glenn Morris <rgm@gnu.org>
15534
15535 * shell.el (shell-mode):
15536 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15537
15538 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15539 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15540
15541 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15542
15543 * emacs-lisp/package.el (package-refresh-contents)
15544 (package-menu-execute): Use condition-case-no-debug.
15545
15546 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
15547
15548 * simple.el (shell-command-to-string): Use `process-file'.
15549
15550 * emacs-lisp/package.el (package-tar-file-info): Handle also
15551 remote files.
15552
15553 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15554 Use `equal' for upload base check.
15555
15556 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15557
15558 * textmodes/texinfo.el (texinfo-environments):
15559 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15560
15561 2011-03-08 Glenn Morris <rgm@gnu.org>
15562
15563 * cus-start.el (cursor-in-non-selected-windows):
15564 Fix :set quoting oddness. (Bug#8192)
15565
15566 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15567 in some setf expressions. (Bug#2159)
15568
15569 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
15570
15571 * custom.el (custom-available-themes): Return themes in
15572 alphabetical order.
15573
15574 See ChangeLog.15 for earlier changes.
15575
15576 ;; Local Variables:
15577 ;; coding: utf-8
15578 ;; End:
15579
15580 Copyright (C) 2011-2012 Free Software Foundation, Inc.
15581
15582 This file is part of GNU Emacs.
15583
15584 GNU Emacs is free software: you can redistribute it and/or modify
15585 it under the terms of the GNU General Public License as published by
15586 the Free Software Foundation, either version 3 of the License, or
15587 (at your option) any later version.
15588
15589 GNU Emacs is distributed in the hope that it will be useful,
15590 but WITHOUT ANY WARRANTY; without even the implied warranty of
15591 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15592 GNU General Public License for more details.
15593
15594 You should have received a copy of the GNU General Public License
15595 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.