* minibuffer.el (read-file-name-default): Revert the patch from 2012-06-17.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6b11952a
MA
12012-06-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * minibuffer.el (read-file-name-default): Revert the patch from
4 2012-06-17.
5
ee4b1330
SM
62012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9 (pcase--u1, pcase--q1): Don't use apply-partially.
10
35647f79
GM
112012-06-18 Glenn Morris <rgm@gnu.org>
12
13 * progmodes/python.el (python-proc, python-buffer)
14 (python-send-receive, python-send-string): Fix obsolete versions.
15
24b0cff0
MR
162012-06-18 Martin Rudalics <rudalics@gmx.at>
17
18 * window.el (special-display-p): Completely remove stringp
19 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
20
29855149
MA
212012-06-17 Michael Albinus <michael.albinus@gmx.de>
22
23 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
24
25 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
26
27 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
28 * net/tramp-sh.el (tramp-maybe-open-connection):
29 Throw if `non-essential' is non-nil.
30
07463363
MR
312012-06-17 Martin Rudalics <rudalics@gmx.at>
32
33 * window.el (special-display-p): Signal an error if BUFFER-NAME
34 is not a string (Bug#11713).
35
48d1354e
PE
362012-06-17 Paul Eggert <eggert@cs.ucla.edu>
37
38 * progmodes/python.el (python-info-beginning-of-backslash):
39 Rename from python-info-beginning-of-backlash, as a spelling fix.
40
eb4a8a9a
CY
412012-06-17 Chong Yidong <cyd@gnu.org>
42
43 * term.el (term-emulate-terminal): If term-check-size is called,
44 move point to the process mark without resetting point (Bug#4635).
45
ddfbf826 462012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
47
48 * international/mule-cmds.el (mule-menu-keymap)
49 (set-language-environment, set-locale-environment): Doc tweaks.
50
9b0e3eba
AA
512012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
52
53 * cus-face.el (custom-face-attributes): Add wave-style underline
54 attribute.
55 * faces.el (set-face-attribute): Update docstring to describe
56 wave-style underline attribute.
57
771e3eae
CY
582012-06-16 Chong Yidong <cyd@gnu.org>
59
60 * term/xterm.el (terminal-init-xterm): Discard input before
61 querying background mode (Bug#10959).
62
7ae2ea10
SM
632012-06-16 Stefan Merten <smerten@oekonux.de>
64
65 * textmodes/rst.el: Added and corrected some comments.
66 (rst-re-alist-def): Improve symbol syntax.
67 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
68 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
69 (rst-official-version, rst-official-cvs-rev): Update version
70 information.
7ae2ea10 71
b6974efa
JB
722012-06-15 Juanma Barranquero <lekktu@gmail.com>
73
74 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
75 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
76
8826d473
GM
772012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
78
79 * progmodes/python.el: New python.el merge.
80 (python-guess-indent): Obsolete var.
81 (python-indent-guess-indent-offset): New defcustom.
82 (python-indent): Obsolete var.
83 (python-indent-offset): New defcustom.
84 (python-python-command, python-jython-command): Delete var.
85 (python-shell-interpreter): New defcustom.
86 (python-pdbtrack-do-tracking-p): Delete var.
87 (python-pdbtrack-activate): New defcustom.
88 (python-use-skeletons): Obsolete var.
89 (python-skeleton-autoinsert): New defcustom.
90 (inferior-python-filter-regexp, python-continuation-offset)
91 (python-honour-comment-indentation, python-indent-string-contents)
92 (python-jython-packages, python-mode-hook)
93 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
94 (python-shell-prompt-alist)
95 (python-source-modes): Delete defcustoms.
96 (python-check-buffer-name, python-eldoc-setup-code)
97 (python-eldoc-string-code, python-ffap-setup-code)
98 (python-ffap-string-code, python-fill-comment-function)
99 (python-fill-decorator-function, python-fill-paren-function)
100 (python-fill-string-function, python-imenu-include-defun-type)
101 (python-imenu-make-tree, python-imenu-subtree-root-label)
102 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
103 (python-shell-compilation-regexp-alist)
104 (python-shell-completion-module-string-code)
105 (python-shell-completion-pdb-string-code)
106 (python-shell-completion-setup-code)
107 (python-shell-completion-string-code)
108 (python-shell-enable-font-lock, python-shell-exec-path)
109 (python-shell-extra-pythonpaths)
110 (python-shell-internal-buffer-name, python-shell-interpreter-args)
111 (python-shell-process-environment)
112 (python-shell-prompt-block-regexp)
113 (python-shell-prompt-output-regexp)
114 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
115 (python-shell-send-setup-max-wait, python-shell-setup-codes)
116 (python-shell-virtualenv-path): New defcustoms.
117 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
118 (inferior-python-mode-syntax-table, python--prompt-regexp)
119 (python-buffer, python-command python-python-command)
120 (python-default-template, python-imports, python-indent-index)
121 (python-indent-list, python-indent-list-length)
122 (python-mode-running, python-pdbtrack-is-tracking-p)
123 (python-preoutput-continuation, python-preoutput-leftover)
124 (python-preoutput-result, python-preoutput-skip-next-prompt)
125 (python-prev-dir/file, python-recursing)
126 (python-saved-check-command, python-version-checked)
127 (python-which-func-length-limit)
128 (view-return-to-alist): Delete vars.
129 (python-check-custom-command, python-dotty-syntax-table)
130 (python-imenu-index-alist, python-indent-current-level)
131 (python-indent-dedenters, python-indent-levels)
132 (python-nav-beginning-of-defun-regexp)
133 (python-nav-list-defun-positions-cache)
134 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
135 (python-shell-internal-buffer)
136 (python-skeleton-available): New vars.
137 (def-python-skeleton): Delete macro.
138 (python-skeleton-define): New macro.
139 (python-define-auxiliary-skeleton, python-rx): New macros.
140 (python-insert-class): Delete command.
141 (python-skeleton-class): New command.
142 (python-insert-def): Delete command.
143 (python-skeleton-def): New command.
144 (python-insert-for): Delete command.
145 (python-skeleton-for): New command.
146 (python-insert-if): Delete command.
147 (python-skeleton-if): New command.
148 (python-insert-try/except, python-insert-try/finally): Delete commands.
149 (python-skeleton-try): New command.
150 (python-insert-while): Delete command.
151 (python-skeleton-while): New command.
152 (python-backspace): Delete command.
153 (python-indent-dedent-line-backspace): New command.
154 (python-electric-colon): Delete command.
155 (python-indent-electric-colon): New command.
156 (python-guess-indent): Delete command.
157 (python-indent-guess-indent-offset): New command.
158 (python-shift-left): Delete command.
159 (python-indent-shift-left): New command.
160 (python-shift-right): Delete command.
161 (python-indent-shift-right): New command.
162 (python-find-function): Delete command.
163 (python-nav-jump-to-defun): New command.
164 (python-next-statement): Delete command.
165 (python-nav-forward-sentence): New command.
166 (python-previous-statement): Delete command.
167 (python-nav-backward-sentence): New command.
168 (python-fill-paragraph): Delete command.
169 (python-fill-paragraph-function): New command.
170 (python-send-buffer): Delete command.
171 (python-shell-send-buffer): New command.
172 (python-send-defun): Delete command.
173 (python-shell-send-defun): New command.
174 (python-send-region, python-send-region-and-go): Delete commands.
175 (python-shell-send-region)
176 (python-shell-switch-to-shell): New commands.
177 (python-send-string): Delete command.
178 (python-shell-send-string): New command.
179 (python-switch-to-python): Delete command.
180 (python-shell-switch-to-shell): New command.
181 (python-describe-symbol): Delete command.
182 (python-eldoc-at-point): New command.
183 (python--set-prompt-regexp, python-args-to-list)
184 (python-after-info-look, python-check-version)
185 (python-check-comint-prompt, python-find-imports)
186 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
187 (python-unload-function, python-expand-template)
188 (python-maybe-jython, python-preoutput-filter)
189 (python-pdbtrack-get-source-buffer)
190 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
191 (python-pdbtrack-toggle-stack-tracking)
192 (python-pdbtrack-track-stack-file, python-initial-text)
193 (python-first-word, python-comment-line-p, python-send-command)
194 (python-setup-brm, python-sentinel, python-set-proc)
195 (python-skip-out, python-input-filter, python-outdent-p)
196 (python-outline-level, python-backslash-continuation-line-p)
197 (python-end-of-block, python-end-of-statement, python-mark-block)
198 (python-beginning-of-block, python-beginning-of-statement)
199 (python-blank-line-p, python-beginning-of-string)
200 (python-open-block-statement-p): Delete functions.
201 (python-indent-line, python-indent-line-1): Delete functions.
202 (python-indent-line): New function.
203 (python-indentation-levels): Delete function.
204 (python-indent-calculate-levels): New function.
205 (python-proc): Delete function.
206 (python-shell-get-process): New function.
207 (python-send-receive): Delete function.
208 (python-shell-send-string-no-output): New function.
209 (python-module-path): Delete function.
210 (python-ffap-module-path): New function.
211 (python-completion-at-point)
212 (python-symbol-completions): Delete functions.
213 (python-completion-complete-at-point): New function.
214 (python-load-file): Delete function.
215 (python-shell-send-file): New function.
216 (python-calculate-indentation): Delete function.
217 (python-indent-calculate-indentation): New function.
218 (python-skip-comments/blanks): Delete function.
219 (python-util-forward-comment): New function.
220 (python-continuation-line-p): Delete function.
221 (python-info-continuation-line-p): New function.
222 (python-which-func, python-current-defun): Delete function.
223 (python-info-current-defun): New function.
224 (python-beginning-of-defun): Delete function.
225 (python-nav-beginning-of-defun): New function.
226 (python-close-block-statement-p)
227 (python-block-end-p): Delete function.
228 (python-info-closing-block): New function.
229 (python-comint-output-filter-function)
230 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
231 (python-fill-comment, python-fill-decorator, python-fill-paren)
232 (python-fill-string, python-imenu-make-element-tree)
233 (python-imenu-make-tree, python-imenu-tree-assoc)
234 (python-indent-context, python-indent-dedent-line)
235 (python-indent-line-function)
236 (python-indent-post-self-insert-function)
237 (python-indent-toggle-levels)
238 (python-info-assignment-continuation-line-p)
239 (python-info-beginning-of-backlash)
240 (python-info-block-continuation-line-p)
241 (python-info-closing-block-message)
242 (python-info-line-ends-backslash-p)
243 (python-info-looking-at-beginning-of-defun)
244 (python-info-ppss-context, python-info-ppss-context-type)
245 (python-nav-list-defun-positions, python-nav-read-defun)
246 (python-nav-sentence-end, python-nav-sentence-start)
247 (python-pdbtrack-comint-output-filter-function)
248 (python-pdbtrack-set-tracked-buffer)
249 (python-shell-calculate-exec-path)
250 (python-shell-calculate-process-environment)
251 (python-shell-completion--do-completion-at-point)
252 (python-shell-completion--get-completions)
253 (python-shell-completion-complete-at-point)
254 (python-shell-completion-complete-or-indent)
255 (python-shell-get-or-create-process)
256 (python-shell-get-process-name)
257 (python-shell-internal-get-or-create-process)
258 (python-shell-internal-get-process-name)
259 (python-shell-internal-send-string, python-shell-make-comint)
260 (python-shell-parse-command, python-shell-send-setup-code)
261 (python-skeleton-add-menu-items)
262 (python-util-clone-local-variables, python-util-position)
263 (run-python-internal, python-indentation-levels)
264 (python-nav-beginning-of-defun)
265 (python-completion-complete-at-point): New functions.
266 (run-python): Change arguments. New API requirements.
267
4302f5ba
SM
2682012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
269
f38ea36d
SM
270 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
271 (bug#11649).
272
273 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
274 (macroexp--expand-all): Use it.
275
4302f5ba
SM
276 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
277 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
278 Use `cl-function' instead.
279
33377562
JB
2802012-06-14 Juanma Barranquero <lekktu@gmail.com>
281
282 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
283 Suggested by Stefan Monnier while discussing bug#11657.
284
54c5ba1a
SS
2852012-06-14 Sam Steingold <sds@gnu.org>
286
287 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
288
f9f1b1fe
AS
2892012-06-14 Andreas Schwab <schwab@linux-m68k.org>
290
291 * play/doctor.el (doctor-doc): Remove parameter and use
292 doctor-sent instead of sent.
293 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
294
a81068ba
SM
2952012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
296
5a315f9c
SM
297 * files.el: Require cl-lib.
298 (file-name-non-special): Replace case -> cl-case.
299
300 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
301
a81068ba
SM
302 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
303 mapping from #' to function*.
304
8cca9703
CY
3052012-06-13 Chong Yidong <cyd@gnu.org>
306
307 * mouse.el (mouse-drag-track): Do not set the mark if the user
308 releases the mouse without selecting anything (Bug#11588).
309
a12ac9d7
SM
3102012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
311
ccf1dc18
SM
312 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
313 as well (bug#11646).
314
ef62b23d
SM
315 * loadup.el: Count byte-code functions as well.
316
c4c8444a
SM
317 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
318 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
319
a12ac9d7
SM
320 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
321 (bug#11649). Add cl-defun and cl-defmacro.
322
87e6e64f
DA
3232012-06-13 Drew Adams <drew.adams@oracle.com>
324
325 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
326 Fix last change.
327
682cefaf
MA
3282012-06-13 Michael Albinus <michael.albinus@gmx.de>
329
330 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
331 Otherwise, it blocks in batch mode.
332
773e1f08
JB
3332012-06-13 Juanma Barranquero <lekktu@gmail.com>
334
335 * help-mode.el (bookmark-make-record-default): Declare.
336
60057926
CY
3372012-06-13 Chong Yidong <cyd@gnu.org>
338
339 * emacs-lisp/package.el (list-packages): Compute a list of
340 packages that are newly-available since the last list-packages
341 invocation.
342 (package-menu--new-package-list): New var.
343 (package-menu--generate, package-menu--print-info)
344 (package-menu--status-predicate, package-menu-mark-install):
345 Handle new status label "new".
346
ad4d226c
SM
3472012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
350 conversion to backquotes.
351
f1a4e679
CY
3522012-06-12 Chong Yidong <cyd@gnu.org>
353
354 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
355 Rename from gud-inhibit-global-bindings.
356
357 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
358
359 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
360 hook from nxml-glyph-set-hook.
361
362 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
363 declaration.
364
365 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
366
367 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
368 Convert to defcustom.
369
0c9e42b5
DA
3702012-06-12 Drew Adams <drew.adams@oracle.com>
371
372 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
373 New functions.
374 (help-mode): Use them.
375
09e06855
GM
3762012-06-11 Glenn Morris <rgm@gnu.org>
377
378 * progmodes/fortran.el (fortran-font-lock-keywords-3):
379 Use preprocessor face for directives.
380 (fortran-directive-re): Doc fix.
381
71adb94b
SM
3822012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
383
2eb87922
SM
384 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
385 conversion to backquotes (bug#11652).
386
71adb94b
SM
387 Fix compiler-expansion of CL's cXXr functions (bug#11673).
388 * emacs-lisp/cl-lib.el (cl--defalias): New function.
389 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
390 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
391 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
392 (cl-ninth, cl-tenth): Mark them as inlinable.
393 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
394 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
395 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
396 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
397 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
398 (cl-list*, cl-adjoin): Don't put an autoload manually.
399 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
400 (cl--compiler-macro-list*): Add autoload cookie.
401 (cl--compiler-macro-cXXr): New function.
2eb87922 402
71adb94b
SM
403 * help-fns.el (help-fns--compiler-macro): New function extracted from
404 describe-function-1; follow aliases and use `compiler-macro' property.
405 (describe-function-1): Use it.
406
a6674402
CY
4072012-06-11 Chong Yidong <cyd@gnu.org>
408
409 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
410 is uninstalled, if imagemagick is installed.
411
bb3faf5b
SM
4122012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * emacs-lisp/cl-lib.el: Use lexical-binding.
415 (cl-map-extents, cl-maclisp-member): Remove.
416 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
417 (cl--set-substring, cl--block-wrapper, cl--block-throw)
418 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
419 * emacs-lisp/cl-extra.el: Use lexical-binding.
420 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
421 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
422 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
423 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
424 * emacs-lisp/cl-seq.el: Use lexical-binding.
425 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
426 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
427 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
428 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
429 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
430 CL's internals.
431
2fe4b125
MA
4322012-06-11 Michael Albinus <michael.albinus@gmx.de>
433
434 Sync with Tramp 2.2.6-pre.
435
436 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
437 `print-length' and `print-level' to nil, in order to avoid
438 truncation. Reported by Christopher Schmidt
439 <christopher@ristopher.com>.
440
441 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
442
443 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
444 New defmacro.
445 (tramp-compat-copy-directory): Add optional argument
446 COPY-CONTENTS. It is not handled yet.
447
448 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
449 (tramp-ftp-file-name-p): Simplify.
450
451 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
452 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
453 connection vector.
454
455 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
456 (tramp-methods): Do not use `tramp-password-end-of-line'.
457 (tramp-completion-function-alist-putty): Handle UNIX case.
458 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
459 (tramp-do-file-attributes-with-stat)
460 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
461 gid as real numbers. They could run out of integer range on cygwin.
462 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
463 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
464 (tramp-open-connection-setup-interactive-shell):
465 Use `tramp-cleanup'. Move check for busyboxes ...
466 (tramp-find-shell): ... here. Simplify implementation.
467 Set "remote-shell" property also for alternative shells.
468 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
469 If failing, a regular file would be written otherwise.
470 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
471 (tramp-find-inline-encoding): Cache the coding commands in the
472 process cache. Apply test command on the remote side, if defined.
473 (tramp-find-inline-compress): Cache the compress commands in the
474 process cache.
475 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
476 when requested. Handle hops.
477 (tramp-current-connection): New defvar.
87e6e64f
DA
478 (tramp-maybe-open-connection): Use `tramp-cleanup'.
479 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 480 Handle user interrupt. (Bug#10187)
87e6e64f
DA
481 (tramp-get-inline-compress, tramp-get-inline-coding):
482 Read connection properties from the process cache.
2fe4b125
MA
483
484 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
485 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
486 New defconsts.
2fe4b125
MA
487 (tramp-smb-prompt): Extend for powershell prompt.
488 (tramp-smb-file-name-handler-alist): Add handlers for
489 `process-file', `shell-command' and `start-file-process'.
490 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
491 (tramp-smb-winexe-shell-command-switch): New defcustoms.
492 (tramp-smb-file-name-p): Simplify.
493 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
494 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
495 (tramp-smb-shell-quote-argument): New defuns.
496 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
497 Implement using "tar". By this, time-stamps are preserved.
498 (tramp-smb-handle-copy-file): Handle also the case of directories.
499 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
500 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
501 Use `tramp-get-connection-buffer').
2fe4b125
MA
502 (tramp-smb-handle-rename-file): Use "rename", when source and
503 target are on the same share.
87e6e64f
DA
504 (tramp-smb-maybe-open-connection): Handle wrong passwords.
505 Use `tramp-smb-server-version'.
2fe4b125
MA
506 (tramp-smb-wait-for-output): Remove prompt.
507
508 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
509 (tramp-methods, tramp-rsh-end-of-line):
510 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
511 (tramp-save-ad-hoc-proxies): New defcustom.
512 (tramp-completion-function-alist): Adapt docstring.
513 (tramp-default-password-end-of-line): Remove defcustom.
514 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
515 (tramp-user-regexp, tramp-file-name-regexp-unified)
516 (tramp-file-name-regexp-url): Extend regexp by hop separator.
517 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
518 (tramp-remote-file-name-spec-regexp): New defconst.
519 (tramp-file-name-structure): Extend structure for hops.
520 (tramp-get-method-parameter): Move up.
521 (tramp-file-name-p, tramp-dissect-file-name)
522 (with-parsed-tramp-file-name): Handle hops.
523 (tramp-file-name-hop): New defun.
524 (tramp-make-tramp-file-name): New optional arg HOP.
525 (tramp-message-show-progress-reporter-message): New defvar.
526 (tramp-with-progress-reporter): Use it. We cannot use
527 `tramp-message-show-message' here, because this suppresses also
528 error buffers.
529 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
530 `tramp-message-show-message' is nil.
531 Use `tramp-get-connection-buffer'.
2fe4b125
MA
532 (tramp-cleanup): New defun.
533 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
534 (tramp-file-name-handler): If `debug-on-error' is set, propagate
535 an error unchanged.
536 (tramp-completion-handle-file-name-all-completions): Handle hops.
537 Fix an error when called from ido.
538 (tramp-completion-dissect-file-name): Use better local variable
539 name. Add hop to the vector.
540 (tramp-handle-insert-file-contents): Use progress-reporter for the
541 whole scenario.
542 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
543 to `t'.
544 (tramp-check-for-regexp): Simplify search.
545 (tramp-enter-password): Remove it. Move implementation ...
546 (tramp-action-password): ... here.
547 (tramp-mode-string-to-int, tramp-local-host-p)
548 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
549 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
550 Set tramp-autoload cookie.
2fe4b125
MA
551
552 * net/trampver.el: Update release number.
553
5542012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
555 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/tramp.el (tramp-set-completion-function): Fix docstring.
558 (tramp-parse-group, tramp-parse-file)
559 (tramp-parse-shostkeys-sknownhosts): New defuns.
560 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
561 (tramp-parse-shosts-group, tramp-parse-sconfig)
562 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
563 (tramp-parse-sknownhosts, tramp-parse-hosts)
564 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
565 Use them.
566 (tramp-parse-passwd-group, tramp-parse-netrc-group)
567 (tramp-parse-putty-group): Don't narrow.
568 (tramp-parse-putty): Make a loop.
569 (tramp-file-name-handler): Catch the `suppress' signal.
570
72834e10
CY
5712012-06-11 Chong Yidong <cyd@gnu.org>
572
573 * image.el (imagemagick-register-types): Put the ImageMagick entry
574 at the end of image-type-file-name-regexps.
575
a4712e11
JB
5762012-06-11 Johan Bockgård <bojohan@gnu.org>
577
578 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
579 (pcase, pcase-let*, pcase-dolist): Use them.
580
82ad98e3
SM
5812012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/pcase.el (pcase--let*): New function.
584 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
585 (pcase--expand): Use macroexp-let².
586
f80efb86
SM
5872012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
590 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
591 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
592 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
593 * emacs-lisp/derived.el: Use pcase instead of `cl'.
594 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
595
31ca4639 5962012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 597
31ca4639
CY
598 * mail/rmail.el (rmail-yank-current-message): Leave point at
599 correct position. (Bug#11660)
94f0aa34 600
31ca4639 6012012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 602
31ca4639 603 * allout-widgets.el: Fix code header.
9e1b8ec4 604
31ca4639 6052012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 606
f80efb86
SM
607 * cus-edit.el (customize-changed-options-previous-release):
608 Bump to 24.1.
31ca4639 609
642b6d30
AS
6102012-06-09 Andreas Schwab <schwab@linux-m68k.org>
611
612 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
613
4f5d2ba1
CY
6142012-06-09 Chong Yidong <cyd@gnu.org>
615
616 * ebuff-menu.el (electric-buffer-list): Preserve header line.
617
e75852fd
MR
6182012-06-09 Martin Rudalics <rudalics@gmx.at>
619
620 * window.el (special-display-popup-frame): Don't use
621 window--display-buffer (Bug#11651).
622
1e48e282
EZ
6232012-06-09 Eli Zaretskii <eliz@gnu.org>
624
8a26b487
EZ
625 Fix parallel builds: make sure loaddefs.el is not being written
626 while Lisp files are compiled.
627 (compile): Don't depend on 'mh-autoloads'.
628 (compile-CMD, compile-SH): Depend on 'autoloads'.
629 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
630
1e48e282
EZ
631 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
632
6175e34b
CY
6332012-06-09 Chong Yidong <cyd@gnu.org>
634
635 * face-remap.el (face-remap-add-relative, face-remap-set-base)
636 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
637 Doc fixes (Bug#11225).
638
d9857e53
SM
6392012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
642 a function if there's a clear indication that it has a compiler-macro.
643 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
644 (macro-declarations-alist): Add arglist to declaration functions.
645 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
646 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
647 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
648 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
649 Also add autoload to find the compiler macro.
650 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
651 (cl--compiler-macro-member, cl--compiler-macro-assoc)
652 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
653 (cl--compiler-macro-get): New functions, replacing calls to
654 cl-define-compiler-macro.
655 (cl-typep) [compiler-macro]: Use macroexp-let².
656
f81298f8 6572012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
658
659 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
660 string properly, fixes Bug#11473.
661
4b56d0fe
CY
6622012-06-08 Chong Yidong <cyd@gnu.org>
663
664 * faces.el (set-face-attribute): Doc fix.
665 (modify-face): Don't use :bold and :italic.
666 (error, warning, success): Tweak definitions.
667
668 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
669 (custom-modified, custom-set, custom-changed, custom-themed)
670 (custom-saved, custom-button, custom-button-mouse)
671 (custom-button-pressed, custom-state, custom-comment-tag)
672 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
673 (custom-group-subtitle): Use new-style face specs.
674 (custom-invalid-face, custom-rogue-face, custom-modified-face)
675 (custom-set-face, custom-changed-face, custom-saved-face)
676 (custom-button-face, custom-button-pressed-face)
677 (custom-documentation-face, custom-state-face)
678 (custom-comment-face, custom-comment-tag-face)
679 (custom-variable-tag-face, custom-variable-button-face)
680 (custom-face-tag-face, custom-group-tag-face-1)
681 (custom-group-tag-face): Remove obsolete face alias.
682
683 * epa.el (epa-validity-high, epa-validity-medium)
684 (epa-validity-low, epa-mark, epa-field-name, epa-string)
685 (epa-field-name, epa-field-body):
686 * font-lock.el (font-lock-comment-face, font-lock-string-face)
687 (font-lock-keyword-face, font-lock-builtin-face)
688 (font-lock-function-name-face, font-lock-variable-name-face)
689 (font-lock-type-face, font-lock-constant-face):
690 * ido.el (ido-first-match, ido-only-match, ido-subdir)
691 (ido-virtual, ido-indicator, ido-incomplete-regexp):
692 * speedbar.el (speedbar-button-face, speedbar-file-face)
693 (speedbar-directory-face, speedbar-tag-face)
694 (speedbar-selected-face, speedbar-highlight-face)
695 (speedbar-separator-face):
696 * whitespace.el (whitespace-newline, whitespace-space)
697 (whitespace-hspace, whitespace-tab, whitespace-trailing)
698 (whitespace-line, whitespace-space-before-tab)
699 (whitespace-space-after-tab, whitespace-indentation)
700 (whitespace-empty):
701 * emulation/cua-base.el (cua-global-mark):
702 * eshell/em-prompt.el (eshell-prompt):
703 * net/newst-plainview.el (newsticker-new-item-face)
704 (newsticker-old-item-face, newsticker-immortal-item-face)
705 (newsticker-obsolete-item-face, newsticker-date-face)
706 (newsticker-statistics-face, newsticker-default-face):
707 * net/newst-reader.el (newsticker-feed-face)
708 (newsticker-extra-face, newsticker-enclosure-face):
709 * net/newst-treeview.el (newsticker-treeview-face)
710 (newsticker-treeview-new-face, newsticker-treeview-old-face)
711 (newsticker-treeview-immortal-face)
712 (newsticker-treeview-obsolete-face)
713 (newsticker-treeview-selection-face):
714 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
715 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
716 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
717 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
718 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
719 (nxml-outline-active-indicator, nxml-outline-ellipsis):
720 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
721 (mpuz-text):
722 * progmodes/vera-mode.el (vera-font-lock-number)
723 (vera-font-lock-function, vera-font-lock-interface):
724 * textmodes/table.el (table-cell): Use new-style face specs, and
725 don't use the old :bold and :italic attributes.
726
727 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
728 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
729 (ebrowse-member-class, ebrowse-progress): Likewise.
730 (ebrowse-tree-mark-face, ebrowse-root-class-face)
731 (ebrowse-file-name-face, ebrowse-default-face)
732 (ebrowse-member-attribute-face, ebrowse-member-class-face)
733 (ebrowse-progress-face): Remove obsolete faces.
734
735 * progmodes/flymake.el (flymake-errline, flymake-warnline):
736 Inherit from error and warning faces respectively.
737
738 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
739 Likewise.
f80efb86
SM
740 (flyspell-incorrect-face, flyspell-duplicate-face):
741 Remove obsolete aliases.
4b56d0fe 742
03310646
MA
7432012-06-08 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
746 Avoid infloop.
747
513749ee
SM
7482012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * startup.el (argv, argi): Make lexically scoped.
751 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
752 * emacs-lisp/cl-macs.el: Use lexical-binding.
753 Rename cl-bind-* to cl--bind-*.
754 * files.el: Don't require `cl' since it doesn't use it.
755 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
756
595ef4ad
JB
7572012-06-08 Juanma Barranquero <lekktu@gmail.com>
758
759 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
760 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
761 instead of calling external sort utility.
762 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
763
e9f66fcb
EZ
7642012-06-08 Eli Zaretskii <eliz@gnu.org>
765
766 * descr-text.el (describe-char): Mention how to insert the
767 character, if the current input method doesn't support it.
768 See the discussion in this thread for the details:
769 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
770
3d10db47
SS
7712012-06-08 Sam Steingold <sds@gnu.org>
772
773 * bindings.el (global-map): Bind XF86Forward to next-buffer and
774 XF86Back to previous-buffer.
775 (minibuffer-local-map): Bind them to next-history-element and
776 previous-history-element respectively.
777 * help-mode.el (help-mode-map): Bind them to help-go-forward and
778 help-go-back respectively.
779 * info.el (Info-mode-map): Bind them to Info-history-forward and
780 Info-history-back respectively.
781 These are the keys next to Up on the ThinkPad keyboard.
782
de7e2b36
SM
7832012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
786 * emacs-lisp/cl-macs.el: Provide itself.
787 (cl--labels-convert-cache): New var.
788 (cl--labels-convert): New function.
789 (cl-flet, cl-labels): New implementation with new semantics, relying on
790 lexical-binding.
791 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
792 (cl-closure-vars, cl--function-convert-cache)
793 (cl--function-convert): Move from cl-macs.el.
794 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
795 rename by removing the "cl-" prefix.
796 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
797
6fa6c4ae
SM
7982012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
801 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
802 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
803 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
804 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
805 (cl-hash-table-count): Add old compatibility aliases.
806
807 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
808 Use macroexpand-all-environment instead.
809 (cl--old-macroexpand): New var.
810 (cl--sm-macroexpand): New function.
811 (cl-symbol-macrolet): Use it during macro expansion.
812 (cl--function-convert-cache): New var.
813 (cl--function-convert): New function, extracted from
814 cl-macroexpand-all.
815 (cl-lexical-let): Use it.
816
817 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
818 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
819 (cl-member): Remove old alias.
820
821 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
822 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
823 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
824 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
825 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
826 (cl-macroexpand-cmacs): Remove var.
827 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
828 Use macroexpand-all instead.
829
4dd1c416
SM
8302012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
833 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
834 (macroexp-copyable-p): New functions and macros.
835 * emacs-lisp/edebug.el (edebug-unwrap):
836 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
837 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
838 (pcase--let*): Remove.
839 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
840 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
841 macroexp-const-p instead.
842 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
843
844 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
845 instead of "cl-" for internal definitions. Use macroexp-const-p.
846 (cl-old-bc-file-form): Remove var.
847 (cl-const-exprs-p): Remove fun.
848 (cl-labels, cl-macrolet): Use backquote.
849 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
850 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
851 (cl-define-setf-expander): Rename from cl-define-setf-method.
852 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
853
854 * international/mule-cmds.el: Don't require CL.
855 (view-hello-file): Don't use `letf'.
856
ed8bd4d7
SM
8572012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
858
7287f2f3
SM
859 * tmm.el (tmm-prompt): Use string-prefix-p.
860 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
861 (tmm-add-prompt): Use minibuffer-completion-help.
862 (tmm-delete-map): Remove.
863
ed8bd4d7
SM
864 * subr.el (kbd): Make it its own function.
865
7b4cdbf4
SM
8662012-06-07 Stefan Merten <smerten@oekonux.de>
867
868 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
869 Silence compiler warnings. Fix versions.
ed8bd4d7 870 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 871 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 872 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
873 (rst-package-emacs-version-alist): Correct Emacs version to
874 represent major merge with upstream.
ed8bd4d7 875 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 876
2b48d721
GM
8772012-06-06 Glenn Morris <rgm@gnu.org>
878
879 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
880 Only print environment variables if set.
881
fa779ab0
SM
8822012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
885 (macroexp--cons): Rename from maybe-cons.
886 (macroexp--accumulate): Rename from macroexp-accumulate.
887 (macroexp--all-forms): Rename from macroexpand-all-forms.
888 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
889 (macroexp--expand-all): Rename from macroexpand-all-1.
890
628299e0
SS
8912012-06-06 Sam Steingold <sds@gnu.org>
892
893 * calendar/calendar.el (calendar-in-read-only-buffer):
894 Call `special-mode' to enable the standard read-only keybindings.
895
b7bb5838
SM
8962012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
899 with "loading" messages (bug#11635).
900
dfb308ba
MA
9012012-06-06 Michael Albinus <michael.albinus@gmx.de>
902
903 * files.el (enable-remote-dir-locals): New option.
904 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
905
0372ee92
MA
906 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
907 Ensure, that the temp directory is local.
908
909 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
910 `temporary-file-directory'.
911
eed0bb91
MA
912 * progmodes/python.el (python-send-region): Ensure, that the
913 temporary file is created also in the remote case.
914
7a58f64d
GM
9152012-06-06 Glenn Morris <rgm@gnu.org>
916
f7dd4e98
GM
917 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
918 (vc-rcs-update-changelog): Use it.
919
276d5f5d
GM
920 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
921
7a58f64d
GM
922 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
923 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
924 (vc-sccs-diff): Replace use of the external vcdiff script.
925
daed4003
GM
9262012-06-05 Glenn Morris <rgm@gnu.org>
927
928 * ledit.el: Move to obsolete/.
929
48c455c7
SS
9302012-06-05 Sam Steingold <sds@gnu.org>
931
932 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
933 patch (Bug#11140).
934
57a7d507
SM
9352012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
936
d32926ff
SM
937 * emacs-list/cust-print.el: Move to obsolete.
938
53aacf21
SM
939 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
940 compiler-macro expansion.
941
57a7d507
SM
942 Add native compiler-macro support.
943 * emacs-lisp/macroexp.el (macroexpand-all-1):
944 Support compiler-macros directly. Properly follow aliases and apply
945 the compiler macros more thoroughly.
946 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
947 macroexpand now properly follows aliases.
948 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
949 (cl-compiler-macroexpand): Use new prop.
950 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
951
952 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
953
51a5f9d8
MR
9542012-06-05 Martin Rudalics <rudalics@gmx.at>
955
956 * window.el (get-lru-window, get-mru-window, get-largest-window):
957 New argument NOT-SELECTED to avoid picking the selected window.
958 (window--display-buffer-1, window--display-buffer-2): Replace by
959 new function window--display-buffer
960 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
961 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
962 Use window--display-buffer.
51a5f9d8
MR
963 (display-buffer-use-some-window): Remove temporary dedication
964 hack by calling get-lru-window and get-largest-window with
965 NOT-SELECTED argument non-nil. Call window--display-buffer.
966
08f9f738
GM
9672012-06-05 Glenn Morris <rgm@gnu.org>
968
969 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
970 Replace external vcdiff script.
971
e364a2b7
SM
9722012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
975
041df390
CY
9762012-06-04 Chong Yidong <cyd@gnu.org>
977
e364a2b7
SM
978 * image.el (imagemagick-types-inhibit): Revert last change.
979 Add INFO and M.
47b36b94 980 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 981
7c1898a7
SM
9822012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * emacs-lisp/cl-lib.el: Rename from cl.el.
985 * emacs-lisp/cl.el: New compatibility file.
986 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
987 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
988 to obey the "cl-" prefix.
989 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
990
0c3461de
GM
9912012-06-03 Glenn Morris <rgm@gnu.org>
992
1e266c88
GM
993 * emacs-lisp/authors.el (authors-aliases): Addition.
994
0c3461de
GM
995 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
996 Fix :version.
997
d8a52e15
SM
9982012-06-03 Stefan Merten <smerten@oekonux.de>
999
1000 * textmodes/rst.el: Add comments.
1001 (rst-transition, rst-adornment): New faces.
1002 (rst-adornment-faces-alist): Make default safe to reevaluate.
1003 Fixes
1004 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1005 Improve customization tags.
1006 (rst-define-level-faces): Clarify meaning.
1007
5205d6f6
CY
10082012-06-03 Chong Yidong <cyd@gnu.org>
1009
1010 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1011 (compilation-mode-line-run, compilation-mode-line-exit):
1012 New faces.
5205d6f6
CY
1013 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1014
757ee657
JD
10152012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1016
7c1898a7
SM
1017 * progmodes/which-func.el (which-func-update-ediff-windows):
1018 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1019
5f2c76c6
CY
10202012-06-03 Chong Yidong <cyd@gnu.org>
1021
1022 * bindings.el: Remove explicit help text from format-mode-line.
1023 It is now supplied by mode-line-default-help-echo.
1024 (mode-line-front-space, mode-line-end-spaces)
1025 (mode-line-misc-info): New variables.
1026 (mode-line-modes, mode-line-position): Move the default value to
1027 the variable definition.
1028 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1029 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1030 (mode-line-modified-help-echo): New functions.
1031 (mode-line-mule-info, mode-line-modified): Use them.
1032 (mode-line-eol-desc, propertized-buffer-identification):
1033 Consistency fixes for help text.
cbe46e5f
CY
1034 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1035 set-buffer-file-coding-system (Bug#289).
1036 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1037
f2d6a3df
SM
10382012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * simple.el (execute-extended-command): Set real-this-command
1041 (bug#11506).
1042
37269466
CY
10432012-06-02 Chong Yidong <cyd@gnu.org>
1044
1045 Remove incorrect uses of "modeline" in comments, docstrings, and
1046 function/variable names (Bug#10329).
1047
1048 * cus-edit.el (mode-line):
1049 * dframe.el (dframe-mouse-hscroll):
1050 * emacs-lisp/re-builder.el:
1051 * emacs-lisp/easy-mmode.el (define-minor-mode):
1052 * frame.el (set-frame-name):
1053 * help.el (lookup-minor-mode-from-indicator):
1054 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1055 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1056 (c-toggle-hungry-state):
1057 * progmodes/antlr-mode.el (antlr-language-alist):
1058 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1059 * progmodes/vhdl-mode.el (vhdl-mode):
1060 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1061 * term/ns-win.el (ns-face-at-pos):
1062 * term/sup-mouse.el (sup-mouse-report):
1063 * textmodes/flyspell.el (flyspell-mode-line-string):
1064 * textmodes/ispell.el (ispell-highlight-face):
1065 * textmodes/reftex-global.el:
1066 * vc/vc-arch.el (vc-arch-mode-line-string):
1067 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1068 * vc/vc-git.el (vc-git-mode-line-string):
1069 * vc/vc-hooks.el (vc-display-status)
1070 (vc-default-mode-line-string):
1071 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1072
1073 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1074
1075 * dired.el (dired-sort-set-mode-line): Rename from
1076 dired-sort-set-modeline. All callers changed.
1077
1078 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1079 eshell-status-in-modeline.
1080
1081 * foldout.el (foldout-mode-line-string): Rename from
1082 foldout-modeline-string. All callers changed.
1083 (foldout-update-mode-line): Rename from foldout-update-modeline.
1084
1085 * subr.el (redraw-modeline): Make into obsolete alias.
1086
1087 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1088 timeclock-modeline-display. Make old name an alias.
1089 (timeclock-update-mode-line): Likewise. All callers changed.
1090 (timeclock-mode-line-display): No need to check before using
1091 add-hook.
1092 (timeclock-relative, timeclock-day-over-hook)
1093 (timeclock-use-elapsed, timeclock-mode-string)
1094 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1095
1096 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1097 crisp-mode-modeline-string.
1098
1099 * play/solitaire.el (solitaire-build-mode-line): Rename from
1100 solitaire-build-modeline. All callers changed.
1101
1102 * play/zone.el (zone-hiding-mode-line): Rename from
1103 zone-hiding-modeline. All callers changed.
1104 (zone): Remove unusued `modeline-hidden-level' property.
1105
1106 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1107 xscheme-modeline-initialize. All callers changed.
1108
1109 * strokes.el (strokes-lighter): Rename from
1110 strokes-modeline-string.
1111
1112 * textmodes/sgml-mode.el (html-face-tag-alist)
1113 (html-tag-face-alist): Use mode-line face instead of obsolete
1114 alias modeline.
1115
42152ee4
SM
11162012-06-02 Stefan Merten <smerten@oekonux.de>
1117
1118 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1119 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1120
95f520b5
CY
11212012-06-02 Chong Yidong <cyd@gnu.org>
1122
1123 * image.el (imagemagick-enabled-types): Rename from
1124 imagemagick-types-enable. Add many more types.
1125 (imagemagick-types-inhibit): Change default to nil.
1126 (imagemagick-filter-types): Caller changed.
1127
4a5f187a
SM
11282012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1129
03fef3e6
SM
1130 * emacs-lisp/cl-macs.el: Use backquotes.
1131 (cl-transform-function-property): Use eval-and-compile rather than
1132 abusing `require'.
1133 (defstruct): Use declare-function instead of with-no-warnings.
1134
4a5f187a
SM
1135 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1136 (byte-compile-output-docform): Re-add the print-circle bindings.
1137 (byte-compile-fix-header): Use #$ just because it's shorter.
1138 (byte-compile-output-file-form): Remove defun/defmacro.
1139
bd56924f
MR
11402012-06-01 Martin Rudalics <rudalics@gmx.at>
1141
1142 * simple.el (choose-completion): Remove now obsolete binding for
1143 owindow.
1144
046e38ce
MA
11452012-06-01 Michael Albinus <michael.albinus@gmx.de>
1146
1147 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1148 in order to avoid "Stack overflow in regexp matcher".
1149
32d72c2f
GM
11502012-05-31 Glenn Morris <rgm@gnu.org>
1151
1152 * image.el: For clarity, call imagemagick-register-types at
1153 top-level, rather than relying on a custom :initialize.
1154 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1155 (imagemagick-filter-types): New function. (Bug#7406)
1156 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1157 If disabling support, remove elements altogether rather
1158 than using an impossible regexp.
1159 (imagemagick-types-inhibit): Give it the default init function.
1160
dd41169b
SM
11612012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1162
4a5f187a
SM
1163 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1164 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1165
efc00ab1 11662012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1167
1168 * desktop.el (desktop-read): Clear previous and next buffers for
1169 all windows and bury *Messages* buffer (bug#11556).
1170
500fcedc
SM
11712012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 Add `declare' for `defun'. Align `defmacro's with it.
1174 * emacs-lisp/easy-mmode.el (define-minor-mode)
1175 (define-globalized-minor-mode): Don't autoload the var definitions.
1176 * emacs-lisp/byte-run.el: Use lexical-binding.
1177 (defun-declarations-alist, macro-declarations-alist): New vars.
1178 (defmacro, defun): Use them.
1179 (make-obsolete, define-obsolete-function-alias)
1180 (make-obsolete-variable, define-obsolete-variable-alias):
1181 Use `declare'.
1182 (macro-declaration-function): Mark obsolete.
1183 * emacs-lisp/autoload.el: Use lexical-binding.
1184 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1185
6e8a1786
AM
11862012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1187
1188 * textmodes/ispell.el (ispell-with-no-warnings):
1189 Define as a macro.
500fcedc
SM
1190 (ispell-kill-ispell, ispell-change-dictionary):
1191 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1192 `interactive-p'.
1193
61b108cc
SM
11942012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1197 (macro-declaration-function): Move var from C code.
1198 (macro-declaration-function): Define function with defalias.
1199 * emacs-lisp/macroexp.el (macroexpand-all-1):
1200 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1201 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1202 defun/defmacro any more.
1203 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1204 Provide fallback for unknown arglist.
1205 (byte-compile-arglist-warn): Change calling convention.
1206 (byte-compile-output-file-form): Move print-vars binding.
1207 (byte-compile-output-docform): Simplify accordingly.
1208 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1209 (byte-compile-defmacro-declaration): Remove.
1210 (byte-compile-file-form-defmumble): Generalize to defalias.
1211 (byte-compile-output-as-comment): Return byte-positions.
1212 Simplify callers accordingly.
1213 (byte-compile-lambda): Use `assert'.
1214 (byte-compile-defun, byte-compile-defmacro): Remove.
1215 (byte-compile-file-form-defalias):
1216 Use byte-compile-file-form-defmumble.
1217 (byte-compile-defalias-warn): Remove.
1218
6d3f7c2f
SM
12192012-05-29 Stefan Merten <smerten@oekonux.de>
1220
1221 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1222 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1223
1224 (rst-mode-abbrev-table): Merge definition.
1225 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1226 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1227
6dbaa1c7
UJ
12282012-05-29 Ulf Jasper <ulf.jasper@web.de>
1229
1230 * calendar/icalendar.el
1231 (icalendar-export-region): Export UID properly.
1232
12332012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1234 * calendar/icalendar.el (icalendar-import-format):
1235 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1236 (icalendar-import-format-uid): New.
1237 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1238 Export UID.
1239
6876a58d
SM
12402012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1243 different alternative patterns.
1244 (pcase-codegen): Be more careful to preserve identity.
1245 (pcase--u1): Don't forget to mark vars as used.
1246
1247 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1248 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1249 (byte-compile-from-buffer): ...rather than here.
1250
1251 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1252 functions from byte-compile-function-environment.
1253
46b7967e
TN
12542012-05-29 Troels Nielsen <bn.troels@gmail.com>
1255
1256 * window.el (window-deletable-p): Avoid deleting the root window
1257 of a frame with an active minibuffer.
1258
69d565e2
MR
12592012-05-29 Martin Rudalics <rudalics@gmx.at>
1260
1261 * simple.el (choose-completion): Use quit-window (Bug#11567).
1262
a149fa51
CY
12632012-05-29 Chong Yidong <cyd@gnu.org>
1264
1265 * whitespace.el (whitespace-cleanup): Fix usage of
1266 whitespace-empty-at-bob-regexp (Bug#11492).
1267
2b311310
AH
12682012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1269
1270 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1271 revert (Bug#11488).
1272
b9cb2387
JL
12732012-05-29 Juri Linkov <juri@jurta.org>
1274
1275 * isearch.el (isearch-mode-map): Bind `M-s _' to
1276 `isearch-toggle-symbol'. Bind `M-s c' to
1277 `isearch-toggle-case-fold'.
1278 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1279 (isearch-forward): Add `M-s _' to the docstring.
1280 (isearch-forward-symbol, isearch-toggle-case-fold)
1281 (isearch-symbol-regexp): New functions. (Bug#11381)
1282
d5e61c1c
JL
12832012-05-29 Juri Linkov <juri@jurta.org>
1284
1285 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1286 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1287 a function, call it to get the regexp.
1288 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1289 property `isearch-message-prefix' instead of the string "word ".
1290 (isearch-search-fun-default): For the case of `isearch-word',
1291 return a lambda that calls re-search-forward/re-search-backward
1292 with a regexp returned by `word-search-regexp' or by the function
1293 in `isearch-word'.
1294
8cbd80f7
JL
12952012-05-29 Juri Linkov <juri@jurta.org>
1296
1297 * isearch.el (isearch-search-fun-default): New function.
1298 (isearch-search-fun): Move default part to the new function
1299 `isearch-search-fun-default'.
1300 (isearch-search-fun-function): Set the default value to
1301 `isearch-search-fun-default'. (Bug#11381)
1302
1303 * comint.el (comint-history-isearch-end):
1304 Use `isearch-search-fun-default'.
1305 (comint-history-isearch-search): Use `isearch-search-fun-default'
1306 and remove spacial case for `isearch-word'.
1307 (comint-history-isearch-wrap): Remove spacial case for
1308 `isearch-word'.
1309
1310 * hexl.el (hexl-isearch-search-function):
1311 Use `isearch-search-fun-default'.
1312
1313 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1314 Use `word-search-regexp' for `isearch-word'.
1315
1316 * misearch.el (multi-isearch-search-fun):
1317 Use `isearch-search-fun-default'.
1318
1319 * simple.el (minibuffer-history-isearch-search):
1320 Use `isearch-search-fun-default' and remove spacial case for
1321 `isearch-word'.
1322 (minibuffer-history-isearch-wrap): Remove spacial case for
1323 `isearch-word'.
1324
1325 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1326 Remove spacial case for `isearch-word'.
1327 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1328
85c8c5b6
AM
13292012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1330
1331 Decrease XEmacs incompatibilities.
1332 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1333 Use `string-match'.
1334 (flyspell-delete-region-overlays): Use alternative definition for
1335 XEmacs.
1336 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1337 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1338 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1339 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1340 `define-obsolete-face-alias' under XEmacs, but old method.
1341
1342 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1343 `with-no-warnings' definition or Emacs alias.
1344 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1345 (ispell-word): Do not use `region-p' if XEmacs.
1346
8cab9efc
AM
13472012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1348
1349 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1350 Check for `ispell-dictionary-base-alist' instead of full
1351 `ispell-dictionary-alist'.
1352 (ispell-init-process): Show spellchecker when starting new Ispell
1353 process.
1354
fda91268
RZ
13552012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1358 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1359
694ea8e3
JB
13602012-05-27 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * version.el (motif-version-string, gtk-version-string)
1363 (ns-version-string): Declare.
1364
e4d4f539
JL
13652012-05-27 Juri Linkov <juri@jurta.org>
1366
1367 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1368 after the `eval-defun-1' specialcaseing
1369 like in `edebug-eval-defun' (bug#10181).
1370
1371 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1372 like in `eval-defun-1'.
1373
33017faf 13742012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1375
fda91268
RZ
1376 * mail/sendmail.el (mail-yank-region):
1377 Recognize rmail-yank-current-message in addition to insert-buffer.
1378 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1379 a *mail* buffer created through rmail-start-mail with sendmail as
1380 mail-user-agent.
1381
33017faf
GM
13822012-05-27 Chong Yidong <cyd@gnu.org>
1383
1384 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1385 Default to 256 (Bug#11267).
1386
1387 * help.el (describe-mode): Doc fix.
1388
04188bb9
GM
13892012-05-26 Glenn Morris <rgm@gnu.org>
1390
38264cc9
GM
1391 * w32-fns.el (w32-init-info): Remove.
1392 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1393
eb7afdad
GM
1394 * info.el (info-initialize): For self-contained NS builds, put the
1395 included info/ directory at the front. (Bug#2791)
1396
04188bb9
GM
1397 * paths.el (Info-default-directory-list): Make it a defcustom,
1398 mainly so that we can use custom-initialize-delay.
1399
a179e3f7
SM
14002012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1401
43416392
SM
1402 * subr.el (buffer-has-markers-at): Mark obsolete.
1403
a179e3f7 1404 * subr.el (lambda): Use declare.
43416392 1405
a179e3f7
SM
1406 * emacs-lisp/lisp-mode.el (lambda):
1407 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1408
34a008d9
AH
14092012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1410
1411 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1412
0a3b289f
GM
14132012-05-26 Glenn Morris <rgm@gnu.org>
1414
1415 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1416
758c81e8
GM
14172012-05-25 Glenn Morris <rgm@gnu.org>
1418
f9f334f0
GM
1419 * paths.el: Remove no-byte-compile.
1420 * loadup.el: No need to load paths.el uncompiled.
1421
87eb79c2
GM
1422 * image.el (imagemagick-types-inhibit): Doc fix.
1423
758c81e8
GM
1424 * version.el: Remove no-byte-compile and associated formatting.
1425 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1426 is ancient code from when there was an "inc-vers.el".
1427
e7e85dc0
SM
14282012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * progmodes/gdb-mi.el: Minor style changes.
1431 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1432 Turn into minor modes.
1433 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1434 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1435 (gdb-shell): Remove unneeded let-binding.
1436 (gdb-get-many-fields): Eliminate O(n²) behavior.
1437
f31237a4
EZ
14382012-05-25 Eli Zaretskii <eliz@gnu.org>
1439
1440 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1441 platforms that don't link in fontset.c.
1442
bc1b21bb
JL
14432012-05-25 Juri Linkov <juri@jurta.org>
1444
1445 Use the same diff color scheme as in modern VCSes (bug#10181).
1446
1447 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1448 to avoid confusion with `diff-added' that now uses green colors.
1449 (diff-removed): Use shades of red.
1450 (diff-added): Use shades of green.
1451 (diff-changed): Leave just the yellow color.
1452 (diff-use-changed-face): New variable.
1453 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1454 how to highlight context diff changes.
1455 (diff-refine-change): Use shades of yellow.
1456 (diff-refine-removed): New face that uses shades of red.
1457 (diff-refine-added): New face that uses shades of green.
1458 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1459 `diff-refine-removed' in the call to `smerge-refine-subst'
1460 depending on the value of `diff-use-changed-face'.
1461
1462 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1463 (smerge-other): Use shades of green.
1464 (smerge-base): Use shades of yellow.
1465 (smerge-refined-change): Empty face.
1466 (smerge-refined-removed): New face that uses shades of red.
1467 (smerge-refined-added): New face that uses shades of green.
1468 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1469 args `props-r' and `props-a', and use them. Doc fix.
1470 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1471 on its value use different faces `smerge-refined-change',
1472 `smerge-refined-removed', `smerge-refined-added' in the call to
1473 `smerge-refine-subst'.
1474
1475 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1476 Add face condition `min-colors 88' with shades of red.
1477 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1478 `min-colors 88' with shades of green.
1479 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1480 `min-colors 88' with shades of yellow.
1481
6df9112c
GM
14822012-05-24 Glenn Morris <rgm@gnu.org>
1483
ead5edc0
GM
1484 * paths.el (prune-directory-list, remote-shell-program): Move to...
1485 * files.el (prune-directory-list, remote-shell-program): ...here.
1486 For the latter, delay initialization, prefer ssh, just search PATH.
1487
f18b81e6
GM
1488 * paths.el (term-file-prefix): Move to faces.el (the only user).
1489 * faces.el (term-file-prefix): Move here, make it a defcustom.
1490
ee2f89a6
GM
1491 * paths.el (news-directory, news-path, news-inews-program):
1492 Move to gnus/nnspool.el.
61a583ca 1493
f8815e4c
GM
1494 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1495
c8f3b42c
GM
1496 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1497 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1498 Make the latter a defcustom, with a delayed initialization.
1499
6df9112c
GM
1500 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1501 These were deleted from Gnus itself late 2010.
1502
5dadff36
JB
15032012-05-22 Juanma Barranquero <lekktu@gmail.com>
1504
9e1701c6
JB
1505 * progmodes/which-func.el (which-func-ff-hook):
1506 Check against user-error, not error.
1507
bd7239f5 1508 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1509 cl-specs.el, which no longer exists.
1510
3290526d
GM
15112012-05-22 Glenn Morris <rgm@gnu.org>
1512
1513 * info.el (info-emacs-bug): New command.
1514 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1515 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1516
ff0c3cfb
GM
15172012-05-21 Glenn Morris <rgm@gnu.org>
1518
1519 * makefile.w32-in (update-subdirs-SH):
1520 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1521
5814f126
SM
15222012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1523
a52c0aa0
SM
1524 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1525
5814f126
SM
1526 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1527 Simplify Maven regexp, and make sure the file can't start with a space
1528 (bug#11517).
1529
b847032c
GM
15302012-05-21 Glenn Morris <rgm@gnu.org>
1531
1532 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1533 Scrap superfluous subshells.
1534
3858bfe7
SM
15352012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1538 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1539
d14b0029
JB
15402012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1541
1542 * calc/calc.el (calc-ensure-consistent-units): New variable.
1543
a52c0aa0
SM
1544 * calc/calc-units.el (math-consistent-units-p)
1545 (math-check-unit-consistency): New functions.
1546 (calc-quick-units, calc-convert-units):
1547 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1548 is non-nil.
d14b0029
JB
1549 (calc-extract-units): Fix typo.
1550
60c4db3a
SM
15512012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1552
77f3b62e
SM
1553 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1554
60c4db3a
SM
1555 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1556 (flyspell-default-deplacement-commands): Don't spell check after
1557 repeated window/frame switches (e.g. triggered by mouse-movement).
1558 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1559 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1560 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1561 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1562 Remove unused vars.
1563 (flyspell-get-casechars, flyspell-get-not-casechars):
1564 Simplify; Don't bother removing a ] just to add it back.
1565 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1566
b1a10716
RS
15672012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1568
1569 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1570 New functions.
bd7239f5 1571 (math-function-table): Add support for more C functions.
b1a10716 1572
3f1b25b5
AM
15732012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1574
1575 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1576 (flyspell-debug-signal-word-checked): Protect delay handling for
1577 otherchars against empty otherchars.
1578
b581bb5c
SM
15792012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1582 their respective macro declarations.
1583 * skeleton.el (define-skeleton):
1584 * progmodes/compile.el (define-compilation-mode):
1585 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1586 (define-ibuffer-filter):
1587 * emacs-lisp/generic.el (define-generic-mode):
1588 * emacs-lisp/easy-mmode.el (define-minor-mode)
1589 (define-globalized-minor-mode):
1590 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1591 * emacs-lisp/byte-run.el (defsubst):
1592 * custom.el (deftheme): Add doc-string metadata.
1593
70b8ef8f
SM
15942012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1597
b1198e17
SM
15982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1599
9abdc45d
SM
1600 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1601
b1198e17
SM
1602 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1603 * emacs-lisp/cl-macs.el: Idem.
1604 * emacs-lisp/cl-specs.el: Remove.
1605
4735906a
SM
16062012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 Minor renaming of internal CL functions and variables.
1609 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1610 (cl--position): Rename from cl-position.
1611 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1612 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1613 (cl--random-state): Rename from *random-state*.
1614
ac348012
SM
16152012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1618 parens around the arg list (bug#11499).
1619
a0a79cde
JL
16202012-05-17 Juri Linkov <juri@jurta.org>
1621
1622 * isearch.el (word-search-regexp, word-search-backward)
1623 (word-search-forward, word-search-backward-lax)
1624 (word-search-forward-lax): Move functions from search.c
1625 (bug#10145, bug#11381).
1626
65034a51
AM
16272012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1628
1629 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1630 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1631 normal word components.
1632
1a72a195
SM
16332012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * minibuffer.el (completion--sifn-requote): Fix last change.
1636 (minibuffer-local-must-match-filename-map):
1637 Move define-obsolete-variable-alias before its var.
1638
fdb058c2
SM
16392012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1640
c41045e6
SM
1641 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1642
036dfb8b
SM
1643 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1644 behavior.
1645 (completion--string-equal-p): New function.
1646 (completion--twq-all): Use it to get better assertion failure data.
1647
2473256d
SM
1648 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1649 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1650 (shell--requote-argument): New functions.
1651 (shell-completion-vars): Use them.
1652 (shell--parse-pcomplete-arguments): Rename from
1653 shell-parse-pcomplete-arguments.
1654 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1655 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1656 Obey comint-file-name-quote-list.
1657
fdb058c2
SM
1658 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1659 (smie-indent-keyword): Use it.
1660
51fa99f1
SM
16612012-05-14 Stefan Merten <smerten@oekonux.de>
1662
1663 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1664
e18afed7 16652012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1666
1667 * net/rlogin.el (rlogin-mode-map): Fix last change.
1668
e18afed7 16692012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1670
1671 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1672 the following \r\n using a single `process-send-string', since the
1673 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1674 with two `process-send-string's (Bug#11444).
8633b1f4 1675
e18afed7 16762012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1677
fdb058c2
SM
1678 * shell.el (shell-parse-pcomplete-arguments):
1679 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1680
2d21d7f6
WJ
16812012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1682
e18afed7 1683 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1684 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1685 (image-transform-width, image-transform-fit-width): New functions.
1686 (image-transform-properties): Use them.
1687 (image-transform-check-size): New function.
1688 (image-toggle-display-image): Use it (for testing).
1689 (image-transform-set-rotation): Reduce angle mod 360.
1690 Delete obsolete comment.
1691
7102e6d0
WJ
16922012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1693
1694 * image-mode.el: Fix scaling (bug#11399).
1695 (image-transform-resize): Doc fix.
1696 (image-transform-properties): Default scale is 1 and height should
1697 be an integer.
1698
06bc5e6e
SM
16992012-05-13 Johan Bockgård <bojohan@gnu.org>
1700
1701 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1702 than hard-coding `car', to fix misbehavior when moving forward.
1703
0ae03b6a
CY
17042012-05-13 Chong Yidong <cyd@gnu.org>
1705
1706 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1707 (tabulated-list-entries, tabulated-list-padding)
1708 (tabulated-list-sort-key): Make permanent-local.
1709
1710 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1711 (electric-buffer-list): Put electric buffer menu
1712 command descriptions in this docstring, instead of the docstring
1713 of electric-buffer-menu-mode. Code cleanups.
1714 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1715 Electric-buffer-menu-mode.
1716 (electric-buffer-update-highlight): Minor code cleanup.
1717
205a7391
MA
17182012-05-13 Michael Albinus <michael.albinus@gmx.de>
1719
1720 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1721 (Bug#11447)
1722
e5bd0a28
SM
17232012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 Move define-obsolete-variable-alias before the var's definition.
1726 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1727 * tooltip.el (tooltip-hook):
1728 * textmodes/reftex-toc.el (reftex-toc-map):
1729 * textmodes/reftex-sel.el (reftex-select-label-map)
1730 (reftex-select-bib-map):
1731 * textmodes/reftex-index.el (reftex-index-map)
1732 (reftex-index-phrases-map):
1733 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1734 * progmodes/meta-mode.el (meta-mode-map):
1735 * novice.el (disabled-command-hook):
1736 * loadhist.el (unload-hook-features-list):
1737 * frame.el (blink-cursor):
1738 * files.el (find-file-not-found-hooks, write-file-hooks)
1739 (write-contents-hooks):
1740 * emulation/tpu-edt.el (GOLD-map):
1741 * emacs-lock.el (emacs-lock-from-exiting):
1742 * emacs-lisp/generic.el (generic-font-lock-defaults):
1743 * emacs-lisp/chart.el (chart-map):
1744 * dos-fns.el (register-name-alist):
1745 * dired-x.el (dired-omit-files-p):
1746 * desktop.el (desktop-enable):
1747 * cus-edit.el (custom-mode-hook):
1748 * buff-menu.el (buffer-menu-mode-hook):
1749 * bookmark.el (bookmark-read-annotation-text-func)
1750 (bookmark-exit-hooks):
1751 * allout.el (allout-mode-deactivate-hook)
1752 (allout-exposure-change-hook, allout-structure-added-hook)
1753 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1754 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1755 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1756 comes before the corresponding variable's definition.
1757
ac59c2f6
CY
17582012-05-12 Chong Yidong <cyd@gnu.org>
1759
1760 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
1761 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1762 (Buffer-menu-mode-map): Bind it.
1763 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 1764
dee6c9a3
SM
17652012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1766
2171cea5
SM
1767 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1768 (prolog-upper-case-string, prolog-lower-case-string)
1769 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1770 (prolog-use-smie, prolog-smie-grammar): New vars.
1771 (prolog-smie-forward-token, prolog-smie-backward-token)
1772 (prolog-smie-rules): New funs.
1773 (prolog-comment-indent): Remove.
1774 (prolog-mode-variables): Use default comment indentation instead.
1775 Setup SMIE.
1776 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1777 (prolog-mode): Don't call them any more.
1778 (prolog-electric-colon, prolog-electric-dash)
1779 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1780
aa0382bd
SM
1781 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1782
dbacb4bd
SM
1783 * minibuffer.el (completion--twq-all): Again, allow case differences.
1784
13bdd94c
SM
1785 * term.el: Move keymap initialization code to be more idiomatic.
1786 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1787 (term-terminal-menu): Move initialization into declaration.
1788 (term-escape-char): Let the user set it in her .emacs.
1789
ff46c759
SM
1790 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1791 Provide SMIE-based indentation (not enabled by default yet).
1792 (sh-mode-map): Don't bind electric keys.
1793 Use electric-pair-mode instead of skeleton-pair.
1794 (sh-assignment-regexp): Fit within 80 columns.
1795 (sh-indent-supported): Specify actual shell name instead of boolean.
1796 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1797 (sh-maybe-here-document): Use it. Make obsolete.
1798 (sh-electric-here-document-mode) New minor mode.
1799 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1800 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1801 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1802 (sh-smie-rc-grammar, sh-use-smie): New vars.
1803 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1804 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1805 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1806 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1807 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1808 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1809 (sh-set-shell): Use smie-setup if requested.
1810
dee6c9a3
SM
1811 * term.el (term-set-escape-char): Properly set term-escape-char.
1812 See http://stackoverflow.com/questions/10524656.
1813
9f9aa044
CY
18142012-05-10 Chong Yidong <cyd@gnu.org>
1815
1816 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1817 Use url-generic-parse-url, and handle host names and Windows
1818 filenames properly.
1819 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1820 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1821 URL schemes to work on.
1822 (ffap--toggle-read-only): New function.
1823 (ffap-read-only, ffap-read-only-other-window)
1824 (ffap-read-only-other-frame): Use it.
1825 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1826 necessary for ffap-url-unwrap-remote.
1827
836d29b3
DA
18282012-05-10 Dave Abrahams <dave@boostpro.com>
1829
1830 * cus-start.el (create-lockfiles): Add it.
1831
00fd78ed
CY
18322012-05-09 Chong Yidong <cyd@gnu.org>
1833
1834 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1835 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1836
666b903b 18372012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
1838
1839 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1840
666b903b 18412012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
1842
1843 * ansi-color.el (ansi-color-process-output): Check for validity of
1844 comint-last-output-start before using it. This avoids a bad
1845 interaction with gdb-mi's input/output buffer.
1846
666b903b 18472012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
1848
1849 * files.el (dir-locals-read-from-file):
1850 Mention dir-locals in any error message.
1851
666b903b 18522012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
1853
1854 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1855 package (Bug#11410).
1856
f677562b
CY
1857 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1858 variables into description.
1859
666b903b 18602012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
1861
1862 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1863 shell-delimiter-argument-list (bug#11348).
1864 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1865
b499d8d0
JB
18662012-05-09 Juanma Barranquero <lekktu@gmail.com>
1867
8f6b6da8
JB
1868 * textmodes/rst.el: Silence byte-compiler warnings.
1869 (rst-re-alist, rst-reset-section-caches): Move around.
1870 (rst-re): Use `characterp', not `char-valid-p'.
1871 (font-lock-beg, font-lock-end): Declare.
1872
4824146a
JB
1873 * progmodes/idlw-shell.el (specs): Remove reference to deleted
1874 variable `idlwave-shell-activate-alt-keybindings' and simplify.
1875
b499d8d0
JB
1876 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1877
ad89bb83
GM
18782012-05-08 Glenn Morris <rgm@gnu.org>
1879
1880 * files.el (auto-mode-alist): Treat ".make" like ".mk".
1881
8bba5a75
SM
18822012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1883
49ed9c8e
SM
1884 * vc/log-edit.el: Add GNU coding standards highlighting.
1885 (log-edit-font-lock-gnu-style)
1886 (log-edit-font-lock-gnu-keywords): New vars.
1887 (log-edit-font-lock-keywords): New fun.
1888 (log-edit-mode): Don't fold case in font-lock.
1889 (log-edit-font-lock-keywords): Do not assume case-folding.
1890
07d00b56
SM
1891 * imenu.el: Misc cleanup. Make docstrings out of comments.
1892 Use lexical-binding.
1893 (imenu--index-alist, imenu--last-menubar-index-alist)
1894 (imenu-menubar-modified-tick): Use defvar-local.
1895 (imenu--split-menu): Remove unused var.
1896 (imenu--cleanup-seen): Declare as global.
1897 (imenu--cleanup): Use dolist.
1898
8bba5a75
SM
1899 * subr.el (defvar-local): Add debug spec and doc-string position.
1900
5075bdb5
GM
19012012-05-08 Glenn Morris <rgm@gnu.org>
1902
c052c904
GM
1903 * lisp/language/burmese.el, language/cham.el, language/czech.el:
1904 * language/english.el, language/georgian.el, language/greek.el:
1905 * language/japanese.el, language/khmer.el, language/korean.el:
1906 * language/lao.el, language/misc-lang.el, language/romanian.el:
1907 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1908 * language/thai.el, language/utf-8-lang.el:
1909 Remove no-byte-compile setting.
1910
5075bdb5
GM
1911 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
1912
06f679a7
AH
19132012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1914
1915 * progmodes/make-mode.el (makefile-browse):
1916 Remove unnecessary interactive. (Bug#11324)
1917
03794570
GM
19182012-05-07 Glenn Morris <rgm@gnu.org>
1919
af8630f4
GM
1920 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1921
03794570
GM
1922 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1923
f0809a9d
SM
19242012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1925
28be5ce7
SM
1926 * loadup.el: Preload newcomment.el.
1927 * newcomment.el: Move autoload-only code to toplevel.
1928
f0809a9d
SM
1929 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1930 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1931 Handle new :right-align column property.
1932 (tabulated-list-print-col): Idem, plus use `display' text-property to
1933 try and preserve alignment for variable pitch fonts.
1934
1241b724
CY
19352012-05-07 Chong Yidong <cyd@gnu.org>
1936
1937 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1938 (tabulated-list-use-header-line): New var.
1939 (tabulated-list-init-header): Use it.
1940 (tabulated-list-print-fake-header): New function.
1941 (tabulated-list-print): Use it.
1942 (tabulated-list-sort-button-map): Add non-header-line commands.
1943 (tabulated-list-init-header): Add column name property to basic
1944 labels as well.
1945 (tabulated-list-col-sort): Handle non-header-line button case.
1946 (tabulated-list--sort-by-column-name): Fix a corner case.
1947
f0809a9d
SM
1948 * buff-menu.el (list-buffers--refresh):
1949 Handle Buffer-menu-use-header-line.
1241b724 1950
e5f9458f
CY
19512012-05-06 Chong Yidong <cyd@gnu.org>
1952
1953 * buff-menu.el: Convert to Tabulated List mode.
1954 (Buffer-menu-buffer+size-width): Make obsolete.
1955 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1956 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1957 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1958 documentation into docstring of buffer-menu.
1959 (Buffer-menu-toggle-files-only): Add an informative message.
1960 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1961 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1962 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1963 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1964 (Buffer-menu-execute, Buffer-menu-select)
1965 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1966 (Buffer-menu-bury): Use Tabulated List machinery.
1967 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1968 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1969 Delete.
e5f9458f
CY
1970 (list-buffers--refresh): New function.
1971 (list-buffers-noselect): Use it.
1972 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1973 (Buffer-menu--pretty-file-name): New helper functions.
1974
1975 * loadup.el: Preload tabulated-list.
1976
1977 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1978 tabulated-list-sort-column.
1979 (tabulated-list-init-header): Add the initial aligning space even
1980 if tabulated-list-padding is zero.
1981
e129292c
CS
19822012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1983
1984 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1985 whose cdr is not a cons cell correctly (bug#11038).
1986
6632d361
CY
19872012-05-06 Chong Yidong <cyd@gnu.org>
1988
e129292c
CS
1989 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1990 Accept additional plist in column descriptors.
6632d361
CY
1991 (tabulated-list-init-header): Obey it.
1992 (tabulated-list-get-entry): New function.
1993 (tabulated-list-put-tag): Use it. Use string-width instead of
1994 length.
1995 (tabulated-list--column-number): New function.
1996 (tabulated-list-print): Use it.
e129292c
CS
1997 (tabulated-list-print-col): New function.
1998 Set `tabulated-list-column-name' property on each column's text.
6632d361 1999 (tabulated-list-print-entry): Use it.
e129292c
CS
2000 (tabulated-list-delete-entry, tabulated-list-set-col):
2001 New functions.
6632d361
CY
2002 (tabulated-list-sort-column): New command (Bug#11337).
2003
3cc99f68
CY
2004 * buff-menu.el (list-buffers): Move C-x C-b binding from
2005 buff-menu.el to bindings.el.
2006
2007 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2008 :advertised-binding feature.
2009
52b61776
TN
20102012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2011
2012 * progmodes/compile.el (compilation-internal-error-properties):
2013 Calculate start position correctly when end-col is set but
2014 end-line is not (Bug#11382).
2015
ebfe2597
WJ
20162012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2017
2018 * man.el (Man-unindent): Use text-property-default-nonsticky to
2019 prevent untabify from inheriting face properties (Bug#11408).
2020
6d3f7c2f
SM
20212012-05-05 Stefan Merten <smerten@oekonux.de>
2022
2023 * textmodes/rst.el: Major merge with upstream development up to
2024 Docutils SVN r7399 / rst.el V1.2.1.
2025
2026 Clarify maintainership and authors.
2027
2028 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2029 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2030 (rst-official-version, rst-official-cvs-rev, rst-version)
2031 (rst-package-emacs-version-alist): New functions and variables
2032 for version information.
2033
2034 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2035 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2036 (rst-mode-syntax-table, rst-mode): New and corrected functions
2037 and variables representing reStructuredText features.
2038
2039 (rst-re): New function for reStructuredText regexes. Use in
2040 many places.
2041
2042 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2043 (rst-mode-map): Rebind keys.
2044
2045 (rst-mode-lazy, rst-font-lock-keywords)
2046 (rst-font-lock-extend-region)
2047 (rst-font-lock-extend-region-internal)
2048 (rst-font-lock-extend-region-extend)
2049 (rst-font-lock-find-unindented-line-limit)
2050 (rst-font-lock-find-unindented-line-match)
2051 (rst-adornment-level, rst-font-lock-adornment-level)
2052 (rst-font-lock-adornment-match)
2053 (rst-font-lock-handle-adornment-pre-match-form)
2054 (rst-font-lock-handle-adornment-matcher): Major revision of
2055 font-locking. Integrate with other code. Use `jit-lock-mode'.
2056
2057 (rst-preferred-adornments, rst-adjust-hook)
2058 (rst-new-adornment-down, rst-preferred-bullets)
2059 (rst-preferred-bullets, rst-indent, rst-indent-width)
2060 (rst-indent-field, rst-indent-literal-normal)
2061 (rst-indent-literal-minimized, rst-indent-comment): Change,
2062 extend and improve customization.
2063
2064 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2065 (rst-normalize-cursor-position, rst-get-decoration)
2066 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2067 (rst-rstrip, rst-toc-insert-find-delete-contents)
2068 (rst-shift-fill-region, rst-compute-bullet-tabs)
2069 (rst-debug-print-tabs, rst-debug-mark-found)
2070 (rst-shift-region-guts, rst-shift-region-right)
2071 (rst-shift-region-left, rst-use-char-classes)
2072 (rst-font-lock-keywords-function)
2073 (rst-font-lock-indentation-point)
2074 (rst-font-lock-find-unindented-line-begin)
2075 (rst-font-lock-find-unindented-line-end)
2076 (rst-font-lock-find-unindented-line)
2077 (rst-font-lock-adornment-point, rst-font-lock-level)
2078 (rst-adornment-level-alist): Remove functions and variables.
2079
2080 (rst-compare-adornments, rst-get-adornment-match)
2081 (rst-suggest-new-adornment, rst-get-adornments-around)
2082 (rst-adornment-complete-p, rst-get-next-adornment)
2083 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2084 (rst-straighten-adornments): Standardize function names to
2085 use "adornment" instead of "decoration". Correct callers.
2086 Similar standardizing in many places.
2087
2088 (rst-update-section, rst-adjust, rst-promote-region)
2089 (rst-enumerate-region, rst-bullet-list-region)
2090 (rst-repeat-last-character): Correct use of `interactive'.
2091
2092 (rst-classify-adornment, rst-find-all-adornments)
2093 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2094 (rst-find-leftmost-column, rst-repeat-last-character):
2095 Refactor functions.
2096
2097 (rst-find-title-line, rst-reset-section-caches)
2098 (rst-get-adornments-around, rst-adjust-adornment-work)
2099 (rst-arabic-to-roman, rst-roman-to-arabic)
2100 (rst-insert-list-pos, rst-insert-list-new-item)
2101 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2102 New functions.
2103
2104 (rst-all-sections, rst-section-hierarchy)
2105 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2106 New variables.
2107
2108 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2109 configuration instead of only buffer. Change where necessary.
2110
2111 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2112 (rst-shift-region, rst-adaptive-fill): New functions for
2113 indentation and filling.
2114
2115 (rst-comment-line-break, rst-comment-indent)
2116 (rst-comment-insert-comment, rst-comment-region)
2117 (rst-uncomment-region): New functions for handling comments.
2118
2119 (rst-compile): Quote shell arguments.
2120
2121 (rst-compile-pdf-preview, rst-compile-slides-preview):
2122 Delete temporary files after use.
2123
a43f98b3
GM
21242012-05-05 Glenn Morris <rgm@gnu.org>
2125
48176e8b
GM
2126 * calendar/cal-html.el: Optionally include holidays in the output.
2127 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2128 (cal-html-holidays): New option.
2129 (cal-html-css-default): Add holiday entry.
2130 (holiday-in-range): Autoload it.
2131 (cal-html-htmlify-entry): Add optional class argument.
2132 (cal-html-htmlify-list): Add optional holidays argument.
2133 (cal-html-insert-agenda-days): Include holidays in the output.
2134 (cal-html-one-month): Maybe include holidays.
2135
a43f98b3
GM
2136 * calendar/holidays.el (holiday-in-range):
2137 Move here from cal-tex-list-holidays.
2138 * calendar/cal-tex.el (cal-tex-list-holidays):
2139 Make it an obsolete alias for holiday-in-range. Update all callers.
2140
fef9d149 21412012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2142
2143 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2144 Nextstep.
2145
248da2f4
RW
21462012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2147
2148 * files.el (file-auto-mode-skip): New var.
2149 (set-auto-mode-1): Use it.
2150
f95e9344
SM
21512012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2152
df96ab1e
SM
2153 * repeat.el: Use lexical-binding.
2154 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2155 (repeat-undo-count): Remove.
2156 (repeat):
2157 * progmodes/octave-mod.el (octave-abbrev-start):
2158 * progmodes/f90.el (f90-abbrev-start):
2159 * face-remap.el (text-scale-adjust):
2160 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2161
5342bb06
SM
2162 * emacs-lisp/pcase.el (pcase--let*): New function.
2163 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2164 a bit more.
2165 (pcase--split-pred): Be more clever about ruling out overlap between
2166 a predicate and some constant pattern.
2167 (pcase--q1): Use `null' instead of (eq foo nil).
2168
f95e9344
SM
2169 * subr.el (setq-local, defvar-local): New macros.
2170 (kbd): Redefine as an alias.
2171 (with-selected-window): Leave unrelated frames alone.
2172 (set-temporary-overlay-map): New function.
2173
71873e2b
SM
21742012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * subr.el (user-error): New function.
2177 * window.el (switch-to-buffer):
2178 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2179 (smerge-match-conflict):
2180 * simple.el (previous-matching-history-element)
2181 (next-matching-history-element, goto-history-element, undo-more)
2182 (undo-start):
2183 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2184 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2185 (next-file, tags-loop-scan, list-tags, complete-tag):
2186 * progmodes/compile.el (compilation-loop):
2187 * mouse.el (mouse-minibuffer-check):
2188 * man.el (Man-bgproc-sentinel, Man-goto-page):
2189 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2190 (Info-history-forward, Info-follow-reference, Info-menu)
2191 (Info-extract-menu-item, Info-extract-menu-counting)
2192 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2193 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2194 (Info-next-reference, Info-prev-reference, Info-index)
2195 (Info-index-next, Info-follow-nearest-node)
2196 (Info-copy-current-node-name):
2197 * imenu.el (imenu--make-index-alist)
2198 (imenu-default-create-index-function, imenu-add-to-menubar):
2199 * files.el (basic-save-buffer, recover-file):
2200 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2201 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2202 (checkdoc-message-text, checkdoc-defun):
2203 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2204 * cus-edit.el (customize-changed-options, customize-rogue)
2205 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2206 (custom-variable-mark-to-reset-standard)
2207 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2208 (custom-file):
2209 * completion.el (check-completion-length):
2210 * comint.el (comint-search-arg)
2211 (comint-previous-matching-input-string-position)
2212 (comint-previous-matching-input)
2213 (comint-replace-by-expanded-history-before-point, comint-send-input)
2214 (comint-copy-old-input, comint-backward-matching-input)
2215 (comint-goto-process-mark, comint-set-process-mark):
2216 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2217 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2218
8a61ee22
SM
22192012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2220
66408d1e
SM
2221 * dabbrev.el (dabbrev--ignore-case-p): New function.
2222 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2223 Use it.
2224
8a61ee22
SM
2225 * files.el (automount-dir-prefix): Mark as obsolete.
2226
3c74813a
GM
22272012-05-04 Glenn Morris <rgm@gnu.org>
2228
2229 * patcomp.el, play/bruce.el: Move to obsolete/.
2230
0bfcf5c5
PE
22312012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2232
2233 Fix minor Y10k bugs.
2234 * arc-mode.el (archive-unixdate):
2235 * autoinsert.el (auto-insert-alist):
2236 * calc/calc-forms.el (math-this-year):
2237 * emacs-lisp/copyright.el (copyright-current-year)
2238 (copyright-update-year, copyright):
2239 * tar-mode.el (tar-clip-time-string):
2240 * time.el (display-time-update):
2241 Don't assume years have 4 digits.
2242
78f3273a
CY
22432012-05-04 Chong Yidong <cyd@gnu.org>
2244
2245 * dos-w32.el (file-name-buffer-file-type-alist)
2246 (direct-print-region-use-command-dot-com):
2247 * ffap.el (ffap-menu-regexp):
2248 * find-file.el (ff-special-constructs):
2249 * follow.el (follow-debug):
2250 * forms.el (forms--debug):
2251 * iswitchb.el (iswitchb-all-frames):
2252 * ido.el (ido-all-frames):
2253 * emacs-lisp/timer.el (timer-max-repeats):
2254 * mail/feedmail.el (feedmail-mail-send-hook)
2255 (feedmail-mail-send-hook-queued):
2256 * mail/footnote.el (footnote-signature-separator):
2257 * mail/mailabbrev.el (mail-alias-separator-string)
2258 (mail-abbrev-mode-regexp):
2259 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2260 * progmodes/idlwave.el (idlwave-libinfo-file)
2261 (idlwave-default-completion-case-is-down)
2262 (idlwave-library-routines): Convert defvars to defcustoms.
2263
2264 * mail/rmail.el (rmail-decode-mime-charset):
2265 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2266 (idlwave-shell-fix-inserted-breaks)
2267 (idlwave-shell-activate-alt-keybindings)
2268 (idlwave-shell-use-breakpoint-glyph):
2269 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2270
f7ae6719
SM
22712012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2274
47086495
WS
22752012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2276
2277 * progmodes/verilog-mode.el (font-lock-keywords):
2278 Fix mis-highligting auto. Reported by Craig Barner.
2279 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2280 defines from global name space. Reported by Dan Dever.
2281 (verilog-auto-reset, verilog-auto-reset-widths)
2282 (verilog-auto-tieoff): Support using unbased numbers for
2283 AUTORESET and AUTOTIEOFF.
2284 (verilog-submit-bug-report): Update variable list.
2285 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2286 parenthesis from not matching. Reported by Michael Rytting.
2287 (verilog-auto-template-lint): Fix hash error when linting modules
2288 with no used templates.
2289 (verilog-warn, verilog-warn-error)
2290 (verilog-warn-fatal): When non-interactive report multiple
2291 warnings before exiting. Suggested by Brad Dobbie.
2292 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2293 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2294 to report unused template errors. Reported by Brad Dobbie.
2295 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2296 nets, bug438. Reported by Vns Blore.
2297 (verilog-auto-inout-module, verilog-auto-reg)
2298 (verilog-read-decls, verilog-read-sub-decls-sig)
2299 (verilog-signals-edit-wire-reg, verilog-signals-with):
2300 Fix passing of Verilog data types in ANSI input/output ports
2301 such as "output logic" into the AUTOs. Special case "wire" and
2302 "reg" for backwards compatibility presuming Verilog 2001.
2303 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2304 (verilog-preprocess): Fix replication of preprocess output.
2305 Reported by Brad Dobbie.
2306 (verilog-auto-inst-interfaced-ports):
2307 Create verilog-auto-inst-interfaced-ports, bug429.
2308 Reported by Julian Gorfajn.
2309 (verilog-after-save-font-hook)
2310 (verilog-before-save-font-hook): New variable.
2311 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2312 (verilog-save-font-mods): Wrap disabling fontification, reported
2313 by David Rogoff.
2314 (verilog-do-indent, verilog-pretty-declarations-auto)
2315 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2316 Reported by Pierre-David Pfister.
2317 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2318 of class declarations, bug292. Reported by Kevin Heilman.
2319 (verilog-read-decls): Fix 'parameter type' not appearing in
2320 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2321 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2322 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2323 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2324 Reported by David Kravitz.
2325
23262012-05-03 Michael McNamara <mac@mail.brushroad.com>
2327
2328 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2329 assignment with tests in ifs and for loops.
2330 (verilog-extended-complete-re, verilog-complete-reg): Change so
2331 that DPI inport functions don't look like fuction declarations.
2332 (verilog-pretty-expr): Don't line up assignment
2333 operations to the test and increment in if and for loops
2334 (verilog-extended-complete-re, verilog-complete-reg): Change so
2335 that DPI inport functions don't look like fuction declarations
2336
2e51d4b5
KH
23372012-05-03 Kenichi Handa <handa@m17n.org>
2338
2339 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2340 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2341 (Bug#11282).
2342
2bd785a2
SM
23432012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * emacs-lisp/bytecomp.el
2346 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2347 since cconv.el might have introduced :fun-body, internal-make-closure,
2348 and friends for bytecomp to handle (bug#11391).
2349 * custom.el (defcustom): Avoid ((λ ..) ..).
2350
99d27583
SM
23512012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2354
55a71479
JB
23552012-05-02 Juanma Barranquero <lekktu@gmail.com>
2356
2357 * notifications.el (dbus-debug):
2358 * term/linux.el (gpm-mouse-enable):
2359 * term/screen.el (xterm-register-default-colors): Declare.
2360
7b97c764
CY
23612012-05-02 Chong Yidong <cyd@gnu.org>
2362
2bc356d7
CY
2363 * cus-start.el (gc-cons-percentage, exec-suffixes)
2364 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2365 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2366 (make-cursor-line-fully-visible, void-text-area-pointer)
2367 (font-list-limit): Add customization data.
2368
7b97c764
CY
2369 * allout.el (allout-exposure-change-functions)
2370 (allout-structure-added-functions)
2371 (allout-structure-deleted-functions)
2372 (allout-structure-shifted-functions): Rename abnormal hooks from
2373 *-hook, and convert to defcustoms.
5d3385a0
JB
2374 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2375 Convert to defcustoms.
7b97c764
CY
2376 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2377
2378 * allout-widgets.el: Hook callers changed.
2379
90207a15 23802012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2381
2382 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2383 the yanked message in preference to the default value of
2384 buffer-file-coding-system.
2385
90207a15 23862012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2387
5d3385a0
JB
2388 * window.el (display-buffer--action-function-custom-type):
2389 Fix entry.
d9558cad 2390
90207a15 23912012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2392
2393 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2394
d80ac57b
GM
23952012-05-01 Glenn Morris <rgm@gnu.org>
2396
976f7668
GM
2397 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2398
beb83b5a
GM
2399 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2400
d80ac57b
GM
2401 * cus-edit.el (custom-variable-documentation): Simplify with format.
2402
b593d6a9
AH
24032012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2404 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * simple.el (suggest-key-bindings, execute-extended-command):
2407 Move from keyboard.c.
2408
782fbf2a
CY
24092012-05-01 Chong Yidong <cyd@gnu.org>
2410
2411 * follow.el: Eliminate advice.
2412 (set-process-filter, process-filter, sit-for): Advice deleted.
2413 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2414 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2415 Vars deleted.
782fbf2a
CY
2416 (follow-auto): Use a :set function.
2417 (follow-mode): Rewritten. Don't advise process filters.
2418 (follow-switch-to-current-buffer-all, follow-scroll-up)
2419 (follow-scroll-down): Assume follow-mode is bound.
2420 (follow-comint-scroll-to-bottom)
2421 (follow-align-compilation-windows): New functions.
2422 (follow--window-sorter): New function.
2423 (follow-all-followers): Use it to explicitly sort windows by their
2424 positions; don't make assumptions about next-window order.
2425 (follow-windows-start-end, follow-delete-other-windows-and-split)
2426 (follow-calc-win-start): Doc fix.
2427 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2428 vertical-motion unnecessarily.
2429 (follow-adjust-window): New function.
2430 (follow-post-command-hook): Use it.
2431 (follow-call-set-process-filter, follow-call-process-filter)
2432 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2433 (follow-stop-intercept-process-output, follow-generic-filter):
2434 Functions deleted.
2435 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2436 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2437 New functions, replacing advice on scroll-bar-* commands.
87233a14 2438 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2439
2440 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2441 (comint-postoutput-scroll-to-bottom): Use it.
2442 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2443
290af740
GM
24442012-05-01 Glenn Morris <rgm@gnu.org>
2445
2446 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2447 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2448 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2449 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2450 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2451 Remove no-byte-compile setting.
2452
6eac8dc9
SM
24532012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2456 all-completions code to not return a number in the last cdr.
2457
9cc7819c
LL
24582012-04-30 Leo Liu <sdl.web@gmail.com>
2459
2460 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2461 read-only error.
2462
c93b886f
CY
24632012-04-29 Chong Yidong <cyd@gnu.org>
2464
2465 * follow.el (follow-calc-win-end): Rewrite to handle partial
2466 screen lines correctly (Bug#8390).
2467 (follow-avoid-tail-recenter): Minor cleanup.
2468
8b6c19f4
SM
24692012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 Avoid the obsolete `assoc' package.
2472 * speedbar.el (speedbar-refresh): Avoid adelete.
2473 (speedbar-file-lists): Simplify and avoid aput.
2474 * man.el (Man--sections, Man--refpages): New vars, replacing
2475 Man-sections-alist and Man-refpages-alist.
2476 (Man-build-section-alist, Man-build-references-alist):
2477 Use them; avoid aput.
2478 (Man--last-section, Man--last-refpage): New vars.
2479 (Man-follow-manual-reference): Use them.
2480 Use the `default' arg of completing-read.
2481 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2482
c5bb7569
CY
24832012-04-27 Chong Yidong <cyd@gnu.org>
2484
d1d2e2e8
CY
2485 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2486
15cd8efd
CY
2487 * startup.el (x-apply-session-resources): New function.
2488
2489 * term/ns-win.el (ns-initialize-window-system):
2490 * term/w32-win.el (w32-initialize-window-system):
2491 * term/x-win.el (x-initialize-window-system): Use it to properly
2492 set menu-bar-mode and other vars from X resources, even if the
2493 initial frame is not a window-system frame (Bug#2299).
2494
c5bb7569
CY
2495 * subr.el (read-key): Avoid running filter function when setting
2496 up temporary tool bar entries (Bug#9922).
2497
a8e7d6d7 24982012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2499
2500 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2501 (Bug#11344)
2502
a8e7d6d7 25032012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2504
2505 * select.el (xselect--encode-string): New function, split from
2506 xselect-convert-to-string.
2507 (xselect-convert-to-string): Use it.
2508 (xselect-convert-to-filename, xselect-convert-to-os)
2509 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2510 returned strings are properly encoded (Bug#11315).
2511
a8e7d6d7 25122012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2513
2514 * simple.el (delete-active-region): Move to killing custom group.
2515
a8e7d6d7 25162012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2517
2518 * progmodes/which-func.el (which-func-current): Quote %
2519 characters for mode-line processing.
2520
578c1d4b 25212012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2522
2523 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2524 reaching eob (Bug#11286).
2525
a8e7d6d7 25262012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2527
2528 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2529 (gdb): Make it buffer-local and init to zero.
2530 (gdb-control-commands-regexp): New variable.
2531 (gdb-send): Don't wrap in "-interpreter-exec console" if
2532 gdb-control-level is positive. Increment gdb-control-level
2533 whenever the command matches gdb-control-commands-regexp, and
2534 decrement it each time the command is "end". (Bug#11279)
2535
a8e7d6d7 25362012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2537
2538 * window.el (adjust-window-trailing-edge, enlarge-window)
2539 (shrink-window, window-resize):
2540 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2541 windows (Bug#11276).
2542
b3608390
CY
25432012-04-27 Chong Yidong <cyd@gnu.org>
2544
2545 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2546 fix "missing prefix" warning. All callers changed.
b3608390 2547
797e6e88
SM
25482012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * emacs-lisp/assoc.el: Move to obsolete/.
2551
e95a67dc
SM
25522012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2553
657c21e4 2554 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2555
2556 * term/ns-win.el (ns-define-service):
2557 * progmodes/pascal.el (pascal-goto-defun):
2558 * progmodes/js.el (js--read-tab):
2559 * progmodes/etags.el (tags-lazy-completion-table):
2560 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2561 * emacs-lisp/ewoc.el (ewoc--wrap):
2562 * emacs-lisp/assoc.el (aput, adelete, amake):
2563 * doc-view.el (doc-view-convert-current-doc):
2564 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2565
cb3e7ae0
CY
25662012-04-26 Chong Yidong <cyd@gnu.org>
2567
dce04f7f
CY
2568 * image.el (image-type-from-buffer): Only return supported image
2569 type (Bug#9045).
2570
cb3e7ae0
CY
2571 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2572 value, for symmetry with diff-end-of-hunk.
2573 (diff-split-hunk, diff-find-source-location)
2574 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2575 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2576 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2577 compute the relevant hunk or file properly (Bug#6005).
2578 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2579
0d42eb3e
SM
25802012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * vc/vc-mtn.el:
2583 * vc/vc-hg.el:
2584 * vc/vc-git.el:
2585 * vc/vc-dir.el:
2586 * vc/vc-cvs.el:
2587 * vc/vc-bzr.el:
2588 * vc/vc-arch.el:
2589 * vc/vc.el: Replace lexical-let by lexical-binding.
2590 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2591 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2592 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2593
f08ae1c9
CY
25942012-04-26 Chong Yidong <cyd@gnu.org>
2595
8b71081d
CY
2596 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2597 (diff-mode-shared-map): Bind it to / and [remap undo].
2598
f08ae1c9
CY
2599 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2600 (ediff-window-setup-function): Use it as the default, to set up
2601 windows based on whether the current frame is graphical (Bug#2138).
2602 (ediff-choose-window-setup-function-automatically): Make obsolete.
2603
2604 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2605
ef24141c
SM
26062012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2607
cc356a5d
SM
2608 * ffap.el: Remove old code for obsolete package.
2609 (ffap-complete-as-file-p): Remove.
2610
b4ff4f1f
SM
2611 Use completion-table-with-quoting for comint and pcomplete.
2612 * comint.el (comint--unquote&requote-argument)
2613 (comint--unquote-argument, comint--requote-argument): New functions.
2614 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2615 (comint-quote-filename): Use regexp-opt-charset.
2616 (comint--common-suffix, comint--common-quoted-suffix)
2617 (comint--table-subvert): Remove.
2618 (comint-unquote-function, comint-requote-function): New vars.
2619 (comint--complete-file-name-data): Use them with
2620 completion-table-with-quoting.
2621 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2622 * pcomplete.el (pcomplete-arg-quote-list)
2623 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2624 (pcomplete-unquote-argument-function): Default to non-nil.
2625 (pcomplete-unquote-argument): Simplify.
2626 (pcomplete--common-quoted-suffix): Remove.
2627 (pcomplete-requote-argument-function): New var.
2628 (pcomplete--common-suffix): New function.
2629 (pcomplete-completions-at-point): Use completion-table-with-quoting
2630 and completion-table-subvert.
2631
79c4eeb4
SM
2632 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2633 (minibuffer--double-dollars): Preserve properties.
2634 (completion--sifn-requote): New function.
2635 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2636
ef24141c
SM
2637 * minibuffer.el: Add support for completion of quoted/escaped data.
2638 (completion-table-with-quoting, completion-table-subvert): New funs.
2639 (completion--twq-try, completion--twq-all): New functions.
2640 (completion--nth-completion): New function.
2641 (completion-try-completion, completion-all-completions): Use it.
2642
784e7d6e
LL
26432012-04-25 Leo Liu <sdl.web@gmail.com>
2644
dd2ac746
SM
2645 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2646 Use compilation-message if available to find real filename.
784e7d6e 2647
07875ee7
CY
26482012-04-25 Chong Yidong <cyd@gnu.org>
2649
2650 * vc/diff-mode.el (diff-setup-whitespace): New function.
2651 (diff-mode): Use it.
2652
2653 * vc/diff.el (diff-sentinel):
2654 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2655 Whitespace mode variables based on diff style (Bug#8612).
2656
5055880d
LL
26572012-04-25 Leo Liu <sdl.web@gmail.com>
2658
daf75653
LL
2659 * progmodes/python.el (python-send-region): Add suffix .py to the
2660 temp file.
2661
5055880d
LL
2662 * files.el (auto-mode-alist): Use javascript-mode instead.
2663
db9b177b
AH
26642012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2665
ef24141c 2666 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2667
2668 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2669 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2670 references, see Bug#9.
ef24141c 2671 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2672 when receiving a fault reply.
ef24141c 2673 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2674
2675 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2676 (soap-inspect-simple-type): New function.
db9b177b 2677
ef24141c 2678 * soap-client.el (soap-simple-type): New struct.
db9b177b 2679 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2680 (soap-decode-basic-type, soap-encode-basic-type):
2681 support unsignedInt and double basic types.
db9b177b 2682 (soap-resolve-references-for-simple-type)
ef24141c
SM
2683 (soap-parse-simple-type, soap-encode-simple-type): New function.
2684 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2685
2686 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2687 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2688 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2689 the local name of "soapenc:Array".
2690 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2691 decoding integer, byte and anyURI xsd types.
2692
1fc6097b
CY
26932012-04-25 Chong Yidong <cyd@gnu.org>
2694
2695 * cus-edit.el (custom-buffer-create-internal): Update header text.
2696
afc6df87
EZ
26972012-04-25 Eli Zaretskii <eliz@gnu.org>
2698
2699 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2700 settings on 'system-type', not on 'window-system'. On MS-Windows,
2701 set interactive-mode on in GDB.
2702
dfbd787f
SM
27032012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2706 (ruby-syntax-propertize-regexp): Remove.
2707 (ruby-syntax-propertize-function): Split regexp into chunks.
2708 Match following code directly.
2709
85222d44
DG
27102012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2711
51a8ea2a
DG
2712 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2713 (ruby-syntax-propertize-regexp): New function.
2714 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2715 by a special keyword.
2716
85222d44
DG
2717 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2718 (ruby-syntax-general-delimiters-goto-beg)
2719 (ruby-syntax-propertize-general-delimiters): New functions.
2720 (ruby-syntax-propertize-function): Use them to handle GDL.
2721 (ruby-font-lock-keywords): Move old handling of GDL...
2722 (ruby-font-lock-syntactic-keywords): .. to here.
2723 (ruby-calculate-indent): Adjust indentation for GDL.
2724
b613912b
MA
27252012-04-24 Michael Albinus <michael.albinus@gmx.de>
2726
b5380639
MA
2727 * notifications.el (top): Remove unneeded declarations.
2728 (notifications-specification-version): Change to "1.2".
e43042fe 2729 (notifications-interface, notifications-notify-method)
b613912b
MA
2730 (notifications-close-notification-method): Fix docstring.
2731 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
2732 (notifications-notify): Add :action-items, :resident and
2733 :transient hints. Change "image_data" to "image-data" and
2734 "image_path" to "image-path".
b613912b
MA
2735 (notifications-get-capabilities): New defun.
2736
257440aa
LL
27372012-04-24 Leo Liu <sdl.web@gmail.com>
2738
2739 * progmodes/python.el: Move hideshow setup to the end.
2740
b1bac16e
MR
27412012-04-24 Martin Rudalics <rudalics@gmx.at>
2742
2743 * window.el (handle-select-window): Clear echo area since this is
2744 no more done by read_char (Bug#11304).
2745
d81bd059
SM
27462012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2749 and `/ M' to filter-derived-mode.
2750 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2751 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2752 (ibuffer-mark-by-mode): Use default rather than initial-input.
2753 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2754
c4cf6d91
IA
27552012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2756
2757 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2758 (ibuffer-filter-by-derived-mode): New filter.
2759 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2760
7511ded8
CY
27612012-04-23 Andreas Politz <politza@fh-trier.de>
2762
2763 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2764
775c916b
CY
27652012-04-23 Chong Yidong <cyd@gnu.org>
2766
2767 * cus-edit.el (customize-apropos, customize-apropos-options):
2768 Disable matching of non-option variables (Bug#11176).
2769 (customize-option, customize-option-other-window)
2770 (customize-changed-options): Doc fix.
2771 (customize-apropos-options, customize-apropos-faces)
2772 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2773
2774 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 2775 Fix word list splitting (Bug#11132).
46c71e23
CY
2776 (apropos-symbol, apropos-keybinding, apropos-label)
2777 (apropos-property, apropos-function-button)
2778 (apropos-variable-button, apropos-misc-button): New faces.
2779 (apropos-symbol-face, apropos-keybinding-face)
2780 (apropos-label-face, apropos-property-face, apropos-match-face):
2781 Variables removed (Bug#8396).
2782 (apropos-library-button, apropos-format-plist, apropos-print)
2783 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 2784
2df41f9c
MA
27852012-04-23 Michael Albinus <michael.albinus@gmx.de>
2786
2787 * net/xesam.el (xesam-mode-map): Use let-bound map in
2788 initialization. (Bug#11292)
2789
da00640a
AM
27902012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2791
2792 Preserve ispell session localwords when switching back to
2793 original buffer.
2794
2795 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2796 variable to hold buffer session localwords.
2797 (ispell-kill-ispell): add option 'clear to delete session
2798 localwords.
2799 (ispell-command-loop, ispell-change-dictionary)
2800 (ispell-buffer-local-words): Preserve session localwords when
2801 needed.
2802
2803 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2804 Preserve session localwords when needed.
2805
f621ccf5
AM
28062012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2807
2808 * ispell.el (ispell-insert-word) Remove unneeded function using
2809 obsolete `translation-table-for-input'.
ef24141c
SM
2810 (ispell-word, ispell-process-line, ispell-complete-word):
2811 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 2812
c2d1019e
CY
28132012-04-22 Chong Yidong <cyd@gnu.org>
2814
2815 * cus-edit.el (custom-variable-menu)
2816 (custom-variable-reset-saved, custom-face-menu)
2817 (custom-face-reset-saved): If there is no saved value, make the
2818 "reset-saved" operation bring back the default (Bug#9509).
2819 (custom-face-state): Properly detect themed faces.
2820
eeddc531
CY
2821 * faces.el (face-spec-set): Stop supporting deprecated form of
2822 third arg.
2823
dcbf5805
MA
28242012-04-22 Michael Albinus <michael.albinus@gmx.de>
2825
2826 Move functions from C to Lisp. Make non-blocking method calls
2827 the default. Implement further D-Bus standard interfaces.
2828
ef24141c
SM
2829 * net/dbus.el (dbus-message-internal): Declare function.
2830 Remove unneeded function declarations.
dcbf5805
MA
2831 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2832 (dbus-message-type-method-return, dbus-message-type-error)
2833 (dbus-message-type-signal): Declare variables. Remove local
2834 definitions.
2835 (dbus-interface-dbus, dbus-interface-peer)
2836 (dbus-interface-introspectable, dbus-interface-properties)
2837 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2838 Adapt docstring.
2839 (dbus-interface-objectmanager): New defconst.
2840 (dbus-call-method, dbus-call-method-asynchronously)
2841 (dbus-send-signal, dbus-method-return-internal)
2842 (dbus-method-error-internal, dbus-register-service)
2843 (dbus-register-signal, dbus-register-method): New defuns, moved
2844 from dbusbind.c
2845 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
2846 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2847 New defuns.
dcbf5805
MA
2848 (dbus-call-method-non-blocking): Make it an obsolete function.
2849 (dbus-unregister-object, dbus-unregister-service)
2850 (dbus-handle-event, dbus-register-property)
2851 (dbus-property-handler): Obey the new structure of
2852 `bus-registered-objects'.
2853 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2854 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2855 Use `dbus-call-method'.
2856
cf20dee0
CY
28572012-04-22 Chong Yidong <cyd@gnu.org>
2858
2859 * cus-edit.el (custom-commands, custom-reset-menu)
2860 (Custom-reset-standard): Tweak labels.
2861 (custom-reset-button-menu): Change default to t.
2862 (custom-buffer-create-internal): For the custom-reset-button-menu
2863 case, put the revert button first.
2864 (custom-group-subtitle): New face.
2865 (custom-group-value-create): Align docstring to a specific column.
2866
2867 * wid-edit.el (widget-documentation-link-add): Don't handle
2868 indentation in this function.
2869 (widget-documentation-string-indent-to): New function.
2870 (widget-documentation-string-value-create): Use it.
2871
2872 * autorevert.el (auto-revert):
2873 * epg-config.el (epg):
2874 * ibuffer.el (ibuffer):
2875 * mpc.el (mpc):
2876 * ses.el (ses):
2877 * eshell/eshell.el (eshell):
2878 * net/ange-ftp.el (ange-ftp):
2879 * progmodes/ebnf2ps.el (postscript):
2880 * progmodes/flymake.el (flymake):
2881 * progmodes/prolog.el (prolog):
2882 * progmodes/verilog-mode.el (verilog-mode):
2883 * progmodes/which-func.el (which-func):
2884 * term/xterm.el (xterm):
2885 * textmodes/picture.el (picture):
2886 * textmodes/tildify.el (tildify):
2887 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2888 customization buffers.
2889
583e23bd
AM
28902012-04-22 Alan Mackenzie <acm@muc.de>
2891
2892 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2893 Adding a ) can hide the resulting (..) from searches. Fix it.
2894 Bound the backward search to the position of the existing (.
2895
7dd51bf1
JB
28962012-04-21 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * progmodes/verilog-mode.el (verilog-mode): Check whether
2899 which-func-modes is t before adding verilog-mode.
2900 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2901
d64a438f
LL
29022012-04-21 Leo Liu <sdl.web@gmail.com>
2903
7dd51bf1 2904 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 2905
081e8d65
MV
29062012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
2907
2908 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2909 filling of the last column of a table (Bug#5635).
2910 (woman-find-next-control-line): New arg, specifying an additional
2911 regexp component for the control line.
2912 (woman2-roff-buffer): Use it.
2913 (woman-break-table): New function.
2914 (woman2-TS): Use it.
2915
29162012-04-21 Chong Yidong <cyd@gnu.org>
2917
2918 * woman.el (woman-set-buffer-display-table, woman-decode-region)
2919 (woman-horizontal-escapes, woman-negative-vertical-space)
2920 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2921 (WoMan-warn-ignored): Use ?\s instead of ?\ .
2922
ed571ccb
SM
29232012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * minibuffer.el (completion-file-name-table): Complete user names.
2926
39773899
LL
29272012-04-20 Leo Liu <sdl.web@gmail.com>
2928
2929 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2930 and pcase-let*.
2931
de6ff46d
CY
29322012-04-20 Chong Yidong <cyd@gnu.org>
2933
2934 * server.el (server-execute): Respect initial-buffer-choice if it
2935 is a string and there are no files to open (Bug#2825).
2936 (server-create-window-system-frame, server-create-tty-frame):
2937 Don't switch buffers here.
2d0e8e61
CY
2938 (server-process-filter): Only try to open a window system frame if
2939 compiled with graphical support (Bug#8314).
de6ff46d 2940
54071013
DN
29412012-04-20 Dan Nicolaescu <dann@gnu.org>
2942
2943 * battery.el (battery-echo-area-format): Display remaining time
2944 for sysfs backend too (Bug#11269).
2945 (battery-linux-sysfs): Fix conditional for the charge.
2946
f30d612a
CY
29472012-04-20 Chong Yidong <cyd@gnu.org>
2948
c07a4c0b 2949 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2950 (gdb-inferior-io--init-proc): New function.
2951 (gdb-init-1): Use it.
2952 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2953 responsible for allocating a new pty and hooking it to gdb when
2954 the old pty gets an EIO due to process exit.
2955 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2956 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2957 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2958
2116e93c
EZ
29592012-04-20 Eli Zaretskii <eliz@gnu.org>
2960
2961 * window.el (window-min-size, window-sizable, window-min-delta)
2962 (window-max-delta, window--resizable, window-resizable)
2963 (window-total-size, window-full-height-p, window-full-width-p)
2964 (window-in-direction, window--resize-mini-window, window-resize)
2965 (window--resize-child-windows-normal)
2966 (window--resize-child-windows, window--resize-siblings)
2967 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2968 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2969
c07a4c0b 29702012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2971
ef24141c
SM
2972 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2973 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2974 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2975 pty process (Bug#11273).
2976 (gdb-update): New arg to suppress talking to the gdb process.
2977 (gdb-done-or-error): Use it.
2978 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2979 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2980 sentinel not being called.
2981
2982 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2983
d02766ab
CY
2984 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2985
c07a4c0b 29862012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2987
2988 * net/network-stream.el (open-network-stream): Doc fix.
2989
c07a4c0b 29902012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2991
2992 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2993
c07a4c0b 29942012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2995
2996 Ensure searching for keywords is case sensitive.
2997
2998 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2999 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3000 (c-defun-name, c-mark-function, c-cpp-define-name)
3001 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3002 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3003
ef24141c
SM
3004 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3005 Bind case-fold-search to nil.
f0f6bc35 3006
c07a4c0b 30072012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3008
3009 * mail/sendmail.el (mail-bury): Call return action with the right
3010 Rmail buffer (Bug#11242).
3011
9a864fa2
CY
3012 * server.el (server-process-filter): Handle corner case where both
3013 tty and nowait options are present (Bug#11102).
3014
539aa513
EZ
30152012-04-20 Eli Zaretskii <eliz@gnu.org>
3016
3017 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3018 (top level): Put into the executable the ident-style '$Id:' tag on
3019 windows-nt as well.
539aa513 3020
cfc7d5da
SM
30212012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * electric.el (electric-indent-post-self-insert-function): Check that
3024 electric-indent-mode is enabled in current buffer.
3025
5b01685c
JB
30262012-04-19 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * imenu.el (imenu-progress-message): Restore; it is "used" in
3029 erc/erc-imenu.el and net/snmp-mode.el.
3030
4d6769e1
JB
30312012-04-19 Juanma Barranquero <lekktu@gmail.com>
3032
3033 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3034 (mouse-avoidance-nudge-mouse): Remove unused binding.
3035
3036 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3037
3038 * descr-text.el (describe-char):
3039 * progmodes/python.el (python-describe-symbol):
3040 Don't call `toggle-read-only', set `buffer-read-only'.
3041
3042 * imenu.el (imenu-default-goto-function): Mark unused args.
3043 (imenu-progress-message): Remove obsolete macro; all callers changed.
3044
3045 * subr.el (keymap-canonicalize): Remove unused binding.
3046 (read-passwd): Mark unused arg.
3047
3048 * tutorial.el (tutorial--display-changes): Remove unused binding.
3049 (tutorial--save-tutorial-to): Remove unused variable.
3050
3051 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3052 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3053 (package-generate-autoloads, package-menu--generate)
3054 (package-menu--find-upgrades): Remove unused bindings.
3055
3056 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3057 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3058 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3059 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3060 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3061 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3062 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3063 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3064 (cua-delete-char-rectangle): Mark unused args.
3065 (cua-align-rectangle): Remove unused binding.
3066
3067 * mail/rmail.el (compilation--message->loc)
3068 (epa--find-coding-system-for-mime-charset): Declare.
3069
3070 * net/dbus.el (dbus-register-service): Declare.
3071 (dbus-name-owner-changed-handler): Remove unused binding.
3072
3073 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3074 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3075 (nxml-scan-backward-within): Mark unused arg.
3076 (nxml-dynamic-markup-word): Remove unused binding.
3077
3078 * mouse.el (mouse-menu-major-mode-map):
3079 * emacs-lisp/authors.el (authors-scan-change-log)
3080 (authors-add-to-author-list):
3081 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3082 * emacs-lisp/smie.el (smie-auto-fill):
3083 * mail/sendmail.el (mail-bury):
3084 * mail/unrmail.el (unrmail):
3085 * net/tls.el (open-tls-stream):
3086 * textmodes/picture.el (picture-mouse-set-point):
3087 Remove unused bindings.
3088
8c8fc5df
MA
30892012-04-19 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * net/tramp.el (tramp-action-password): Let-bind
3092 `enable-recursive-minibuffers' to t.
3093
a77b0ac9
SS
30942012-04-18 Sam Steingold <sds@gnu.org>
3095
3096 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3097 instead of 'string to accommodate values like [f11].
3098 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3099 * progmodes/gdb-mi.el: Likewise.
3100
12a106a9
LL
31012012-04-18 Leo Liu <sdl.web@gmail.com>
3102
3103 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3104 current buffer.
3105 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3106 LOCAL is nil.
3107
bc6494ef
CY
31082012-04-18 Chong Yidong <cyd@gnu.org>
3109
3110 * simple.el (line-move): Use forward-line if in batch mode
3111 (Bug#11053).
3112
c09c46b2
CS
31132012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3114
3115 * files.el (after-find-file): Do not try to add a final newline if
3116 the buffer is read-only (Bug#11156).
3117
5f6530ea
RS
31182012-04-17 Richard Stallman <rms@gnu.org>
3119
3120 * mail/rmail.el (rmail-start-mail):
3121 Pass (rmail-mail-return...) for the return-action.
3122 Pass (rmail-yank-current-message...) for the yank-action.
3123 (rmail-yank-current-message): New function.
3124 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3125 (rmail-reply): Likewise.
3126 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3127
3128 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3129 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3130 buffer, not newbuf.
3131
197b6f3c
JB
31322012-04-17 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * server.el (server-ensure-safe-dir): Simplify.
3135
2311d8e5 31362012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3137
2311d8e5
GM
3138 * emacs-lisp/smie.el: Provide smarter auto-filling.
3139 (smie-auto-fill): New function.
3140 (smie-setup): Use it.
98fb480e 3141
2311d8e5
GM
3142 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3143
31442012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3145
3146 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3147 (comment-indent): Use it.
3148
2311d8e5 31492012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3150
3151 * ses.el: The overall change is to add cell renaming, that is
3152 setting fancy names for cell symbols other than name matching
3153 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3154 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3155 (ses-create-cell-variable): New defun.
2311d8e5 3156 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3157 (ses-relocate-formula): Relocate formulas only for cells the
3158 symbols of which are not renamed, i.e. symbols whose names do not
3159 match regexp "\\`[A-Z]+[0-9]+\\'".
3160 (ses-relocate-all): Relocate values only for cells the symbols of
3161 which are not renamed.
3162 (ses-load): Create cells variables as the (ses-cell ...) are read,
3163 in order to check row col consistency with cell symbol name only
3164 for cells that are not renamed.
3165 (ses-replace-name-in-formula): New defun.
3166 (ses-rename-cell): New defun.
4bdf2ad2 3167
fc72b15c
PO
31682012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3169
3170 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3171 New option (bug#11118).
3172 (perl-calculate-indent): Respect it.
3173
12e10e61
GM
31742012-04-17 Glenn Morris <rgm@gnu.org>
3175
3176 * dired-aux.el (dired-mark-read-string): Doc fix.
3177
30009afd
DA
31782012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3179
3180 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3181 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3182
41f03f4d
GM
31832012-04-17 Glenn Morris <rgm@gnu.org>
3184
3185 * mouse.el (mouse-drag-track):
3186 * speedbar.el (speedbar-frame-mode):
3187 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3188
f45f90f3
LL
31892012-04-16 Leo Liu <sdl.web@gmail.com>
3190
3191 * progmodes/python.el: Trivial cleanup.
3192
94ee8db5
GM
31932012-04-16 Glenn Morris <rgm@gnu.org>
3194
121b8917
GM
3195 * vc/vc.el (vc-string-prefix-p):
3196 * vc/pcvs-util.el (cvs-string-prefix-p):
3197 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3198 * mpc.el (mpc-string-prefix-p):
3199 Make all of these into obsolete aliases for string-prefix-p.
3200 Update callers.
3201 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3202
1197ecfa
GM
3203 * textmodes/two-column.el: Move custom options to the start.
3204 (frame-width): Remove compat definition.
3205 (2C-associate-buffer, 2C-dissociate):
3206 Use with-current-buffer rather than save-excursion.
3207 (2C-dissociate): Force a mode-line update.
3208 (2C-autoscroll): Use ignore-errors.
3209
099e7202
GM
3210 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3211 Autoload trivia.
3212
bf350d6a
GM
3213 * emacs-lisp/cl-extra.el (*random-state*):
3214 Remove unnecessary declaration.
3215
0e829eab
GM
3216 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3217
e3ad7552
GM
3218 * play/cookie1.el (cookie-snarf):
3219 Give an explicit error if input file cannot be read.
3220
68892d27
GM
3221 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3222
20f0c46d
GM
3223 * progmodes/perl-mode.el (c-macro-expand):
3224 Remove unnecessary autoload (it is in loaddefs.el).
3225
5a0978ce
GM
3226 * textmodes/picture.el (picture-desired-column)
3227 (picture-update-desired-column): Convert comments to doc-strings.
3228 (picture-substitute): Remove function.
3229 (picture-mode-map): Initialize in the defvar.
3230
6b955486
GM
3231 * woman.el: Remove eval-after-load for tar-mode.
3232 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3233 (woman-tar-extract-file): Autoload it.
3234
94ee8db5
GM
3235 * frame.el (automatic-hscrolling): Make this alias obsolete.
3236
177eca34
AM
32372012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3238
3239 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3240 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3241 (ispell-dictionary-base-alist): Revert to original XEmacs
3242 friendly version for default. [:alpha:] will be added in
3243 `ispell-set-spellchecker-params' if needed
177eca34 3244
c505aaeb
CY
32452012-04-16 Chong Yidong <cyd@gnu.org>
3246
3247 * image.el (imagemagick--extension-regexp): New variable.
3248 (imagemagick-register-types): Use it.
3249 (imagemagick-types-inhibit): Add :set function. Allow new value
3250 of t to inhibit all types.
3251
3252 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3253 so we can preload it.
3254
3255 * loadup.el (fboundp): Preload regexp-opt, needed by
3256 imagemagick-register-types.
3257
60efac0f
CY
32582012-04-15 Chong Yidong <cyd@gnu.org>
3259
3260 * frame.el (scrolling): Remove nearly unused customization group.
3261
3262 * scroll-all.el (scroll-all-mode): Move to windows group.
3263
5dd1713e
CY
32642012-04-15 Chong Yidong <cyd@gnu.org>
3265
3266 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3267
e6fd457e
CY
32682012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3271 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3272
e153c136
GM
32732012-04-15 Glenn Morris <rgm@gnu.org>
3274
3275 * simple.el (process-file-side-effects): Doc fix.
3276
e6fd457e 32772012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3278
3279 * international/mule-cmds.el (set-language-environment): Doc fix.
3280
3603c3b1
JB
32812012-04-14 Juanma Barranquero <lekktu@gmail.com>
3282
3283 * server.el (server-auth-key, server-generate-key): Doc fixes.
3284 (server-get-auth-key): Doc fix. Use `string-match-p'.
3285 (server-start): Reflow docstring.
3286
e6de100c
LI
32872012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3288
3289 * server.el (server-generate-key): `called-interactively-p'
3290 requires a parameter.
3291
29734c21
MN
32922012-04-14 Michal Nazarewicz <mina86@mina86.com>
3293
3294 * server.el (server-auth-key): New variable.
75f1671a 3295 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3296 (server-start): Use the new variable and functions to allow
3297 setting a permanent server key (bug#9423).
3298
d65c9521
LL
32992012-04-14 Leo Liu <sdl.web@gmail.com>
3300
3301 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3302
5ae255c7
PE
33032012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3304
3305 Spelling fixes.
3306 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3307 Emacs uses American spelling.
3308
d5e6342e
JB
33092012-04-14 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3312 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3313 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3314 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3315
ab036cd7
SM
33162012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * progmodes/which-func.el (which-func-modes): Change default.
3319
35dc09a1 33202012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3321
3322 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3323 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3324
35dc09a1 33252012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3326
3327 * custom.el (custom-theme-set-variables): Doc fix.
3328
35dc09a1 33292012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3330
3331 * international/mule.el (set-auto-coding-for-load): Doc fix.
3332
35dc09a1 33332012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3334
35dc09a1
GM
3335 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3336 imenu work again for Objective C Mode. Correct the *-index values,
3337 these having been disturbed by a previous change in 2011-08.
57f845ee 3338
0de3da9f
AM
3339 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3340 Correct two search limits.
3341
35dc09a1 33422012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3343
3344 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3345
35dc09a1 33462012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3347
3348 * international/characters.el: Fix sorting.
3349
35dc09a1 33502012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3351
3352 * international/characters.el: Add more missing Latin case pairs.
3353
35dc09a1 33542012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3355
3356 * files.el (dir-locals-set-class-variables): Doc fix.
3357
35dc09a1 33582012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3359
3f1b5bf8
EZ
3360 * international/characters.el: Add set-case-syntax-pair call for
3361 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3362 counterpart. (Bug#11209)
3363
9f847f41
EZ
3364 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3365
35dc09a1 33662012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3367
3368 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3369
35dc09a1 33702012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3371
35dc09a1
GM
3372 * textmodes/ispell.el (ispell-dictionary-base-alist):
3373 Add data for Hebrew.
e2627d21 3374
35dc09a1 33752012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3376
35dc09a1
GM
3377 * net/rcirc.el (rcirc-cmd-quit):
3378 Revert 2012-03-18 change (Bug#11192).
5c14e333 3379
35dc09a1 33802012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3381
3382 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3383
35dc09a1 33842012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3385
4517fe3a
SM
3386 * minibuffer.el (completion-in-region-mode-map):
3387 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3388
b472a594
VD
33892012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3390
3391 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3392
09b95ce3
MY
33932012-04-13 Masatake YAMATO <yamato@redhat.com>
3394
3395 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3396 to allow `C-M-f' and `C-M-b' to move to the nearest path
3397 separator (bug#9511).
3398
4b63a9ca
LI
33992012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3400
3401 * avoid.el: Require cl when compiling. And also move the
3402 `provide' to the end.
3403
7b55b8bf
TV
34042012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3405
3406 * avoid.el (mouse-avoidance-banish-position): New variable.
3407 (mouse-avoidance-banish-destination): Use it (bug#10165).
3408
adedaa1f
LL
34092012-04-13 Leo Liu <sdl.web@gmail.com>
3410
3411 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3412
70e74021
KB
34132012-04-13 Ken Brown <kbrown@cornell.edu>
3414
3415 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3416 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3417 (browse-url-filename-alist): For the same reason, don't modify
3418 file:// URLs on Cygwin.
3419
e75e89ba
SM
34202012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3423 the region on shift if the binding is already shifted (bug#11221).
3424
82f289a4
GM
34252012-04-12 Glenn Morris <rgm@gnu.org>
3426
3427 * mail/mailpost.el: Move to obsolete/.
3428
d333dc4c
DA
34292012-04-12 Drew Adams <drew.adams@oracle.com>
3430
3431 * imenu.el (imenu--generic-function): Ignore invisible definitions
3432 (bug#10123).
3433
0d15b5ba
VD
34342012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3435
3436 * hexl.el (hexl-bits): New variable.
3437 (hexl-options): Mention the variable in the doc string.
75f1671a 3438 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3439 (hexl-mode): Mention the new variable.
75f1671a
JB
3440 (hexl-mode, hexl-current-address, hexl-current-address):
3441 Use the displen.
0d15b5ba
VD
3442 (hexl-ascii-start-column): New function.
3443 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3444 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3445
64a440db
AM
34462012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3447
3448 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3449 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3450 the encoding, as expected by hunspell.
3451
6decb6c2
SM
34522012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * battery.el (battery--linux-sysfs-regexp): New const.
3455 (battery-status-function): Use it. Remove yeeloong special case.
3456 (battery-yeeloong-sysfs): Remove.
3457 (battery-echo-area-format): Remove yeeloong special case.
3458
088be6fb
SM
34592012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3460
6622e416
SM
3461 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3462 Reported by Noah Friedman.
3463
088be6fb
SM
3464 * subr.el (read-passwd): Use read-string.
3465
b49f886e
LMI
34662012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3467
3468 * vcursor.el (vcursor-move): Increase the priority of the overlay
3469 (bug#9663).
3470
a63067fc
DD
34712012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3472
3473 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3474 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3475
ac3cf14a
WS
34762012-04-11 William Stevenson <yhvh2000@gmail.com>
3477
3478 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3479 define-minor-mode (bug#10760).
3480
c4fc691b 34812012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3482
4d6769e1 3483 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3484 that directories matching `grep-find-ignored-files' won't be
3485 pruned (bug#10351).
3486
af23e2e5
CY
34872012-04-11 Chong Yidong <cyd@gnu.org>
3488
3489 * startup.el (command-line): Remove support for long-obsolete
3490 variable font-lock-face-attributes.
3491
ab7ce8c1
GM
34922012-04-11 Glenn Morris <rgm@gnu.org>
3493
3494 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3495
de8c03dc
SM
34962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * window.el (window--state-get-1): Obey window-point-insertion-type.
3499
050cc68b
LB
35002012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3501
3502 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3503 to previous function when point is on the first character of a
75f1671a 3504 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3505
a38c310c
GM
35062012-04-11 Glenn Morris <rgm@gnu.org>
3507
effed0c2
GM
3508 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3509 not just file-errors.
3510
a38c310c
GM
3511 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3512 (vc-bzr-sha1): Use internal sha1.
3513
0221e323
SM
35142012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3517
43956923
SG
35182012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3519
3520 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3521 that start in the middle of the line (bug#10496).
3522
6a8c9eaf
DN
35232012-04-10 Dan Nicolaescu <dann@gnu.org>
3524
3525 * battery.el (battery-linux-proc-acpi): Only one battery is
3526 discharged at a time, but that seems to confuse battery.el when
3527 computing `rate-type' for the battery not being discharged
3528 (bug#10332).
3529
1930bf5d
SM
35302012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3531
2a718f6f
SM
3532 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3533
599430d0
SM
3534 * international/quail.el: Use dolist and simplify.
3535 (quail-define-package, quail-update-keyboard-layout)
3536 (quail-define-rules): Use dolist.
3537 (quail-insert-kbd-layout, quail-get-translation): CSE.
3538
a2754b6c
SM
3539 * tmm.el: Use dolist, remove left over hook.
3540 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3541 Use dolist.
3542 (calendar-load-hook): Don't mess with it.
3543
1930bf5d
SM
3544 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3545 Use derived-mode-p. Run the diff asynchronously.
3546
9f67961c
LMI
35472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3550
2a8ce227
JB
35512012-04-10 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3554 (list-dynamic-libraries--loaded): New function.
3555 (list-dynamic-libraries--refresh): Use it.
3556
8f33b5f8
NW
35572012-04-10 Nathan Weizenbaum <nweiz@google.com>
3558
1930bf5d
SM
3559 * progmodes/python.el (python-fill-paragraph):
3560 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3561 disabled (bug#7018).
3562
b12f0439
L
35632012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
3564
1930bf5d 3565 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3566 DOS/MS Windows for the Baltic languages. There are still plenty
3567 of texts written in this encoding/codepage (bug#6519).
b12f0439 3568
57c3bd01
GM
35692012-04-10 Glenn Morris <rgm@gnu.org>
3570
3571 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3572 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3573
6c3eab30
FA
35742012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3575
1930bf5d 3576 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3577 next-line "n" and previous-line "p" in order to make recentf more
3578 consistent with ibuffer, dired or org-mode (bug#9387).
3579
24d78a88
LMI
35802012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3581
bc72b5d9
LMI
3582 * image.el (put-image): Return the overlay created instead of the
3583 optional input string (bug#7834). Note that this may break code
3584 that is (for some reason or other) depending on `put-image'
3585 returning the string.
3586
bd2dba5a
LMI
3587 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3588
74beb59f
LMI
3589 * simple.el (zap-to-char): Allow zapping using input methods
3590 (bug#1580).
3591
24d78a88
LMI
3592 * textmodes/fill.el (fill-region): Leave point and mark where they
3593 were before filling (bug#5399).
3594
263f20cd
GM
35952012-04-09 Glenn Morris <rgm@gnu.org>
3596
3597 * version.el (emacs-bzr-get-version):
3598 Handle lightweight checkouts of local branches.
3599
58d1f797
AS
36002012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3601
263f20cd 3602 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3603
b4d3bc10
CY
36042012-04-09 Chong Yidong <cyd@gnu.org>
3605
3606 * custom.el (custom-variable-p): Return nil for non-symbol
3607 arguments instead of signaling an error.
3608 (user-variable-p): Obsolete alias for custom-variable-p.
3609
3610 * apropos.el (apropos-variable):
3611 * files-x.el (read-file-local-variable):
3612 * simple.el (set-variable):
3613 * woman.el (woman-mini-help):
3614 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3615
fd06db5d
GM
36162012-04-09 Glenn Morris <rgm@gnu.org>
3617
e5fcdb5e
GM
3618 * startup.el (normal-top-level): Don't look for leim-list.el
3619 in places where it will not be found. (Bug#910)
3620
fd06db5d
GM
3621 * international/mule-cmds.el (set-default-coding-systems):
3622 * files.el (normal-mode):
3623 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3624 This function was removed with ucs-tables.el in 2008.
3625
b39bb7e1
EZ
36262012-04-08 Eli Zaretskii <eliz@gnu.org>
3627
3628 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3629 ispell-encoding8-command to "-i", without a trailing space.
3630 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3631 separate command-line arguments, to specify the encoding, since
3632 that's how hunspell expects it.
3633
5c5b8e23
GM
36342012-04-08 Glenn Morris <rgm@gnu.org>
3635
3636 * loadup.el: Load bindings before cus-start.
3637 This reduces somewhat the number of "rogue" settings in emacs -Q.
3638
a1ed8b05
GM
36392012-04-07 Glenn Morris <rgm@gnu.org>
3640
3641 * version.el (emacs-bzr-get-version): New function.
dfae128a 3642 (emacs-bzr-version): New variable.
a1ed8b05
GM
3643 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3644 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3645
b142f158
EZ
36462012-04-07 Eli Zaretskii <eliz@gnu.org>
3647
dfae128a
GM
3648 * international/uni-bidi.el, international/uni-category.el:
3649 * international/uni-combining.el, international/uni-decimal.el:
3650 * international/uni-decomposition.el, international/uni-digit.el:
3651 * international/uni-lowercase.el, international/uni-mirrored.el:
3652 * international/uni-name.el, international/uni-numeric.el:
3653 * international/uni-titlecase.el, international/uni-uppercase.el:
3654 Update for Unicode 6.1.
b142f158 3655
9078ead6
EZ
36562012-04-07 Eli Zaretskii <eliz@gnu.org>
3657
3658 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3659
f23d2c7d
LMI
36602012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3661
3662 * window.el (shrink-window): Mention the `window-min-height'
3663 variable in the doc string.
3664
0a0a3573
BG
36652012-04-05 Bastien Guerry <bzg@altern.org>
3666
3667 * color.el (color-lighten-name): Fix typo.
3668
e5248ac9
SM
36692012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * server.el (server--on-display-p): New function.
3672 (server--on-display-p): Use it.
3673
b4243e22
GV
36742012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3675
3676 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3677 (bug#11145).
3678
305d9f44
SM
36792012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * comint.el (comint--common-quoted-suffix): Check string boundary
3682 before comparing (bug#11158).
3683 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3684
3d439cd1
CY
36852012-04-04 Chong Yidong <cyd@gnu.org>
3686
321cc491
CY
3687 * minibuffer.el (completion-extra-properties): Doc fix.
3688
3d439cd1
CY
3689 * subr.el (delayed-warnings-hook): Doc fix.
3690
2d562c0f
DU
36912012-04-04 Daiki Ueno <ueno@unixuser.org>
3692
3693 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3694 selection (Bug#11159).
3695 (epa-insert-keys): Inform that the default public key will be
3696 exported if no key is selected.
3697
4443f204
RS
36982012-04-04 Richard Stallman <rms@gnu.org>
3699
3700 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3701
529c06b6
CY
37022012-04-03 Chong Yidong <cyd@gnu.org>
3703
3704 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3705 mail-insert-file, not its obsolete alias mail-attach-file.
3706
66b907dc
MA
37072012-04-03 Michael Albinus <michael.albinus@gmx.de>
3708
3709 * notifications.el (notifications-notify): Fix docstring.
3710
c0ea195d
GM
37112012-04-02 Glenn Morris <rgm@gnu.org>
3712
3713 * emacs-lisp/authors.el (authors-aliases): Another addition.
3714
5ca64e00
MA
37152012-04-02 Michael Albinus <michael.albinus@gmx.de>
3716
3717 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3718 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3719 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3720
42ee526b
CY
37212012-04-01 Chong Yidong <cyd@gnu.org>
3722
3723 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3724 Handle root directory properly.
3725 (copy-directory): Caller changed.
3726
3727 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3728 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3729
0b021094
GM
37302012-03-31 Glenn Morris <rgm@gnu.org>
3731
40f86458
GM
3732 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3733
7019c177
GM
3734 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3735
a1daddd6
GM
3736 * calendar/calendar.el (calendar-window-list)
3737 (calendar-hide-window): Restore. (Bug#11140)
3738 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3739
0b021094
GM
3740 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3741
40311efc
TV
37422012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3743
3744 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3745 Check if file is a symlink (Bug#10489).
3746
3747 * files.el (copy-directory): Likewise.
3748
5319014e
CY
37492012-03-30 Chong Yidong <cyd@gnu.org>
3750
3751 * image.el (imagemagick-types-inhibit)
3752 (imagemagick-register-types): Doc fix.
3753
935d1290
AM
37542012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3755
ef24141c
SM
3756 * ispell.el (ispell-get-extended-character-mode):
3757 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 3758 and treats ~word as ordinary words in pipe mode.
935d1290 3759
61c6e8fd
GM
37602012-03-30 Glenn Morris <rgm@gnu.org>
3761
3762 * tutorial.el (help-with-tutorial): Ensure local variables don't
3763 happen to make the buffer read-only. (Bug#11127)
3764
81fdff00
SM
37652012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3768 (perl-calculate-indent): Return `noindent' in strings.
3769
6e7a6ec0
SS
37702012-03-28 Sam Steingold <sds@gnu.org>
3771
3772 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3773 instead of the broken adhockery which does not prevent calendar
3774 buffers from being displayed at random after exit.
3775 (calendar-window-list, calendar-hide-window): Remove the broken
3776 adhockery.
3777
fee88ca0
GM
37782012-03-28 Glenn Morris <rgm@gnu.org>
3779
3780 * replace.el (query-replace-map): Doc fix.
3781
38de3354
AS
37822012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3783
3784 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3785 contents. (Bug#11109)
3786
b973155e
SM
37872012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3790 (bug#11077).
3791 (avl-tree--check, avl-tree--check-node): New funs.
3792
dcb6e7b3
MR
37932012-03-27 Martin Rudalics <rudalics@gmx.at>
3794
3795 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
3796 (switch-to-prev-buffer, switch-to-next-buffer):
3797 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
3798 showing a buffer already is done on the same frame.
3799
b4fa35fa
GM
38002012-03-27 Glenn Morris <rgm@gnu.org>
3801
3802 * startup.el (mail-host-address): Doc fix.
3803
f9210e18
SM
38042012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3807 than 197 variables.
3808
c0bf7753
AF
38092012-03-26 Ami Fischman <ami@fischman.org>
3810
3811 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3812
33da7b16
GM
38132012-03-26 Glenn Morris <rgm@gnu.org>
3814
02243d9d
GM
3815 * files.el (save-buffers-kill-emacs): Doc fix.
3816
33da7b16
GM
3817 * startup.el (normal-top-level, command-line, command-line-1):
3818 Give them doc strings.
3819
e5a69fd0
EZ
38202012-03-25 Eli Zaretskii <eliz@gnu.org>
3821
3822 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 3823 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 3824
9a69676a
CY
38252012-03-25 Chong Yidong <cyd@gnu.org>
3826
4125cb8b
CY
3827 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3828 theme if it was previously enabled before (Bug#11031).
3829
dd470960
CY
3830 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3831 spec with custom-face-get-current-spec if its :shown-value is not
3832 determined yet (Bug#9337).
4125cb8b 3833 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 3834
9a69676a
CY
3835 * button.el (button-at): Minor addition to docstring.
3836
6e7e90fa
SL
38372012-03-24 Simon Leinen <simon.leinen@gmail.com>
3838
3839 * vc/vc.el (vc-merge): Fix a prompt.
3840
f06e2758
CY
38412012-03-24 Chong Yidong <cyd@gnu.org>
3842
3843 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3844 point (Bug#9623).
3845
6e7e90fa
SL
3846 * button.el (button-at): Minor addition to docstring.
3847
b9d0879b
SM
38482012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * newcomment.el (comment-choose-indent): No space after BOL.
3851
e71cebb3
SS
38522012-03-22 Sam Steingold <sds@gnu.org>
3853
3854 * window.el (switch-to-prev-buffer): Revert last patch because the
3855 bug turned out to be an advertised feature (Elisp manual 28.14).
3856
335aff35
GM
38572012-03-22 Glenn Morris <rgm@gnu.org>
3858
3859 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3860 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3861
c676576a
LMI
38622012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * net/network-stream.el (network-stream-open-starttls): Make error
3865 message under Windows be less misleading.
3866
126f3d39
LW
38672012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
3868
3869 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3870 understands (bug#9942).
3871
64fee311
CY
38722012-03-22 Chong Yidong <cyd@gnu.org>
3873
3874 * simple.el (end-of-visible-line): Handle return value of
3875 next-single-property-change properly (Bug#9371).
3876
a640d29a
KH
38772012-03-22 Kenichi Handa <handa@m17n.org>
3878
3879 * international/quail.el (quail-insert-kbd-layout): Fix previous
3880 change. To avoid unwanted bidi reordering, use
3881 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3882
39675016
DG
38832012-03-21 Dmitry Gutov <dgutov@yandex.ru>
3884
3885 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3886 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3887 (ruby-beginning-of-indent): Be more careful with the difference
3888 between word-boundary and symbol boundary.
3889 (ruby-mode-syntax-table): Make : a symbol constituent.
3890
0a6934fc 38912012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 3892
3d008e4f
SM
3893 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3894
0a6934fc
SM
38952012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3896
af67c9d7
SM
3897 * progmodes/etags.el (tags-completion-at-point-function):
3898 Improve last fix.
3899
1acad97c
SM
3900 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3901
e298b5da
SS
39022012-03-21 Sam Steingold <sds@gnu.org>
3903
3904 * progmodes/etags.el (tags-completion-at-point-function):
3905 Avoid the error when point is inside the pattern.
3906
91d82a70
JY
39072012-03-21 John Yates <john@yates-sheets.org> (tiny change)
3908
3909 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3910 line (Bug#10855).
3911
69188b79
CY
39122012-03-21 Drew Adams <drew.adams@oracle.com>
3913
3914 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3915
99fc91fe
AK
39162012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
3917
3918 * ido.el (ido-set-current-directory, ido-read-internal)
3919 (ido-choose-completion-string, ido-completion-help): Handle nil
3920 value of ido-completion-buffer (Bug#11008).
3921
087bbb4c
SS
39222012-03-21 Sam Steingold <sds@gnu.org>
3923
3924 * window.el (switch-to-prev-buffer): Do not switch to a visible
3925 window previous buffer, just like with the frame previous buffers.
3926
fb5b8aca
CY
39272012-03-21 Chong Yidong <cyd@gnu.org>
3928
3929 * faces.el (make-face, make-empty-face, copy-face):
3930 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3931 Doc fixes.
3932
dc9924b8
SM
39332012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3936 (widget-complete): Remove broken use of it.
3937
f0bcceb9
CY
39382012-03-20 Chong Yidong <cyd@gnu.org>
3939
dc9924b8
SM
3940 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3941 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3942 characters.
3943
ee52ebf3
TH
39442012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3945
3946 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3947 to draw rectangles, not squares. (Regression introduced by revno
3948 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3949
4c5779ab
CY
39502012-03-18 Chong Yidong <cyd@gnu.org>
3951
3952 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3953 it is not yet defined (for temacs).
3954
15360934
LL
39552012-03-18 Leo Liu <sdl.web@gmail.com>
3956
dc9924b8 3957 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3958
d9a8eb66
EZ
39592012-03-17 Eli Zaretskii <eliz@gnu.org>
3960
3961 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3962 (ispell-choices-win-default-height, ispell-silently-savep)
3963 (ispell-dictionary-alist, ispell-encoding8-command)
3964 (ispell-check-version, ispell-aspell-find-dictionary)
3965 (ispell-valid-dictionary-list, ispell-words-keyword)
3966 (ispell-get-word, ispell-internal-change-dictionary)
3967 (ispell-region, ispell-skip-region-list)
3968 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3969 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3970 (ispell-message-text-end, ispell-message)
3971 (ispell-buffer-local-parsing): Doc fix.
3972
f02ff80d
J
39732012-03-13 Jambunathan K <kjambunathan@gmail.com>
3974
3975 * htmlfontify.el: Add support for code block fontification for ODT
3976 export (Bug #9914).
3977 (hfy-optimisations): Define new option
3978 `body-text-only'
3979 (hfy-fontify-buffer): Honor above setting.
3980 (hfy-begin-span, hfy-end-span): New routines factored out form
3981 `hfy-fontify-buffer'.
3982 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3983 that permit insertion of custom tags.
3984 (hfy-fontify-buffer): Use above handlers.
3985 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3986 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3987 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3988 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3989 bind a special variable `hfy-user-sheet-assoc'.
3990 (htmlfontify-string): New defun.
3991 (hfy-compile-face-map): Make sure that the last char in the
3992 buffer is correctly fontified.
3993 (hfy-face-resolve-face): Whitespace only change.
3994
9ac7a13f
EZ
39952012-03-17 Eli Zaretskii <eliz@gnu.org>
3996
3997 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3998 message more clear.
3999
e2b5bdd7
LL
40002012-03-16 Leo Liu <sdl.web@gmail.com>
4001
4002 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4003
2e492df3
AM
40042012-03-16 Alan Mackenzie <acm@muc.de>
4005
4006 Further optimise the handling of large macros.
4007
4008 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4009 limit to a call of `c-literal-limits'.
4010 (c-determine-+ve-limit): New function.
dc9924b8
SM
4011 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4012 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4013 In CASE 5B, restrict a search limit to 500.
4014 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4015
4016 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4017 Restrict macro bounds to +-500 from after-change's BEG END.
4018
50e94f0c
LL
40192012-03-16 Leo Liu <sdl.web@gmail.com>
4020
4021 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4022
6f09f6ed
AH
40232012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4024
4025 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4026 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4027
c7e73d51
GM
40282012-03-16 Glenn Morris <rgm@gnu.org>
4029
da986230
GM
4030 * view.el (view-buffer, view-buffer-other-window)
4031 (view-buffer-other-frame): Doc fixes re special mode-class.
4032
0835f01e
GM
4033 * subr.el (eval-after-load): If named feature is provided not from
4034 a file, run after-load forms. (Bug#10946)
4035
c7e73d51
GM
4036 * calendar/calendar.el (calendar-insert-at-column):
4037 Handle non-unit-width characters a bit better. (Bug#10978)
4038
3f2eafd1
CY
40392012-03-15 Chong Yidong <cyd@gnu.org>
4040
4041 * emacs-lisp/ring.el (ring-extend): New function.
4042 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4043
4044 * comint.el (comint-read-input-ring)
4045 (comint-add-to-input-history): Grow comint-input-ring lazily.
4046
103af3fe
SM
40472012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4048
663b1677
SM
4049 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4050 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4051
103af3fe
SM
4052 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4053 (imenu-add-to-menubar): Don't add a redundant index.
4054 (imenu-update-menubar): Handle a dynamically composed keymap.
4055
899cb7cb
KY
40562012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4057
4058 * mail/sendmail.el (mail-encode-header):
4059 Bind rfc2047-encode-encoded-words to nil.
4060
3809f91d
GM
40612012-03-13 Glenn Morris <rgm@gnu.org>
4062
4063 * calendar/calendar.el (calendar-string-spread):
4064 Handle non-unit-width characters a bit better. (Bug#10978)
4065
9e345a01
LL
40662012-03-13 Leo Liu <sdl.web@gmail.com>
4067
4068 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4069 directory and file as argument (Bug#10822).
4070
4a07df36
KS
40712012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4072
4073 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4074 For dynamically generated code, follow $PC.
4075 (gdb-disassembly-handler-custom): Handle no function name case.
4076
4aaa9356
TL
40772012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4078
4079 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4080 * emulation/ws-mode.el (ws-query-replace):
4081 * sort.el (sort-regexp-fields):
4082 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4083
225979da
SM
40842012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * dabbrev.el: Fix cycle completion order (bug#10963).
4087 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4088 (dabbrev-completion): Don't use an obarray; provide
4089 a cycle-sort-function.
4090
e2f1fdab
LL
40912012-03-12 Leo Liu <sdl.web@gmail.com>
4092
dc9924b8 4093 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4094 (kill-do-not-save-duplicates): Doc fix.
4095
b19490ed
SM
40962012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * dabbrev.el: Fix cycle completion (bug#10963).
4099 Use lexical binding and wrap to 80 columns.
4100 (dabbrev-completion): Delay computing the list of completions.
4101
4b05d722
KH
41022012-03-12 Kenichi Handa <handa@m17n.org>
4103
4104 * international/quail.el (quail-insert-kbd-layout): Surround each
4105 row by LRO and PDF instead of inserting many LRMs. Pad the left
4106 and right of each non-spacing marks. Insert invisible space
4107 between lower and upper characters to prevent composition.
4108
dbbc2e69
SM
41092012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * minibuffer.el (minibuffer-complete): Don't get confused when the
4112 function is run twice via different commands (bug#10958).
4113 (complete-with-action): Fix docstring.
4114
292112ed
CY
41152012-03-12 Chong Yidong <cyd@gnu.org>
4116
5d1ac394
CY
4117 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4118 (nxml-completion-at-point-function): New function.
4119 (nxml-mode): Use it.
4120 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4121
292112ed
CY
4122 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4123 Load generated autoloads file before byte compiling (Bug#10970).
4124 (package--make-autoloads-and-compile): New helper fun.
4125
4098f8f7
CS
41262012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4127
4128 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4129
8f754691
MA
41302012-03-11 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * autorevert.el (auto-revert-handler): Ensure, that
4133 file-readable-p is applied only for local files or in
4134 auto-revert-tail-mode.
4135
e29ab36b
AS
41362012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4137
dbbc2e69
SM
4138 * server.el (server-eval-at): Handle non-tcp connections.
4139 Decode result string.
ad0bf5b6 4140
e29ab36b
AS
4141 * server.el (server-msg-size): New constant.
4142 (server-reply-print): New function.
4143 (server-eval-and-print): Use it.
4144 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4145 Handle -print-nonl.
4146
de5939ba
CS
41472012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4148
4149 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4150 (Bug#10987).
4151
0c93eabf
CY
41522012-03-11 Chong Yidong <cyd@gnu.org>
4153
397a688f
CY
4154 * simple.el (goto-line): Doc fix (Bug#9938).
4155
2cc775f9
CY
4156 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4157
0c93eabf
CY
4158 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4159 when finished (Bug#10963).
4160
c491fa41
MR
41612012-03-11 Martin Rudalics <rudalics@gmx.at>
4162
4163 * window.el (split-window-below): Fix bug in case where
4164 split-window-keep-point is nil (Bug#10971).
4165
300e8fa5
JL
41662012-03-11 Juri Linkov <juri@jurta.org>
4167
4168 * replace.el (replace-highlight): Set isearch-word to nil
4169 unconditionally. (Bug#10887)
4170
dbf6c5a1
EZ
41712012-03-10 Eli Zaretskii <eliz@gnu.org>
4172
4173 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4174 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4175 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4176 (mairix-widget-create-query): Add usage information about mairix
4177 search forms: negating words, searching for substrings, etc.
4178
b9e501de
JP
41792012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4180
4181 * international/fontset.el (font-encoding-alist): Add an entry for
4182 ksx1001 (Bug#5667).
4183
92795c91
RS
41842012-03-10 Richard Stallman <rms@gnu.org>
4185
1694e6c1
RS
4186 * mail/sendmail.el (mail-encode-header):
4187 Set rfc2047-encode-encoded-words.
4188
607e8555
RS
4189 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4190
de3bc99a
RS
4191 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4192 view buffer means not swapped.
4193 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4194 (rmail-write-region-annotate): Error if real text has disappeared.
4195
92795c91
RS
4196 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4197
699bd04e
CY
41982012-03-10 Chong Yidong <cyd@gnu.org>
4199
4200 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4201 * emulation/cua-base.el (cua--init-keymaps):
4202 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4203
570a1714
MR
42042012-03-10 Martin Rudalics <rudalics@gmx.at>
4205
dbbc2e69
SM
4206 * speedbar.el (speedbar-unhighlight-one-tag-line):
4207 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4208
82dcf4e4
CY
42092012-03-10 Chong Yidong <cyd@gnu.org>
4210
7a2c7ca7
CY
4211 * minibuffer.el (completion-in-region, completion-help-at-point):
4212 Give the completion field overlay a high priority (Bug#6830).
4213
82dcf4e4
CY
4214 * dired.el (dired-goto-file): Recognize absolute file name
4215 listings (Bug#7126).
4216 (dired-goto-file-1): New helper function.
4217 (dired-toggle-read-only): Inhibit warnings.
4218
052e28ac
MA
42192012-03-09 Michael Albinus <michael.albinus@gmx.de>
4220
75f1671a 4221 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4222 there are no properties.
4223
95d5e396
LL
42242012-03-09 Leo Liu <sdl.web@gmail.com>
4225
4226 * savehist.el (savehist-printable): Stricter check for string
4227 value (Bug#10937).
4228
3f018d6d
EZ
42292012-03-09 Eli Zaretskii <eliz@gnu.org>
4230
dbbc2e69
SM
4231 * mail/smtpmail.el (smtpmail-send-it):
4232 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4233 valid mbox format.
4234
f7fd3d79
GM
42352012-03-09 Glenn Morris <rgm@gnu.org>
4236
4237 * files.el (dir-locals-find-file):
4238 Don't check result is regular, readable.
4239 (dir-locals-read-from-file): Demote errors.
4240
6ff6e72f
EZ
42412012-03-08 Eli Zaretskii <eliz@gnu.org>
4242
dbbc2e69
SM
4243 * international/quail.el (quail-insert-kbd-layout):
4244 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4245 layout cell, to prevent their reordering by bidi display engine.
4246 For details, see the discussion in
4247 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4248
9cec7834
AM
42492012-03-08 Alan Mackenzie <acm@muc.de>
4250
4251 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4252 the starting position; make it extend the marked region when
4253 invoked repeatedly - all under appropriate circumstances.
4254 Fixes bugs #5525, #10906.
4255
9a40b8d4
GM
42562012-03-08 Glenn Morris <rgm@gnu.org>
4257
4258 * files.el (locate-dominating-file, dir-locals-find-file):
4259 Undo 2012-03-06 change.
4260
7a08ed35
EZ
42612012-03-07 Eli Zaretskii <eliz@gnu.org>
4262
dbbc2e69
SM
4263 * international/quail.el (quail-help):
4264 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4265 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4266 for the reason.
4267
5aca4f71 42682012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4269
4270 Avoid superfluous registering of signals. (Bug#10807)
4271
4272 * notifications.el (notifications-on-action-object)
4273 (notifications-on-close-object): New defvars.
4274 (notifications-on-action-signal, notifications-on-closed-signal):
4275 Unregister the signal if not needed any longer.
4276 (notifications-notify): Register `notifications-action-signal' or
4277 `notifications-closed-signal', if :on-action or :on-close has been
4278 passed as argument.
4279
78e8b10a
CY
42802012-03-07 Chong Yidong <cyd@gnu.org>
4281
4282 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4283 non-X platforms.
4284
69481eb8
GM
42852012-03-06 Glenn Morris <rgm@gnu.org>
4286
4287 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4288 (x-disown-selection-internal, x-get-selection-internal):
4289 Doc fix (add arglist signatures). (Bug#10783)
4290
133b8e11
KS
42912012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4292
4293 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4294 Handle breakpoints with no "type".
4295
99a83064
GM
42962012-03-06 Glenn Morris <rgm@gnu.org>
4297
4298 * files.el (locate-dominating-file): Add optional predicate argument.
4299 (dir-locals-find-file): Make use of above change.
4300
17798e78
TTN
43012012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4302
4303 * info.el (Info-insert-dir): Also try "dir.gz".
4304
eb182446
GM
43052012-03-06 Glenn Morris <rgm@gnu.org>
4306
8f2114ee
GM
4307 * files.el (dir-locals-find-file):
4308 Ignore non-readable or non-regular files. (Bug#10928)
4309
eb182446
GM
4310 * files.el (locate-dominating-file): Doc fix.
4311
24679323
AS
43122012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4313
4314 * calendar/calendar.el (calendar-set-mode-line):
4315 `getenv' returns a string. (Bug#10951)
4316
01d972a9
LL
43172012-03-05 Leo Liu <sdl.web@gmail.com>
4318
109aa8a9
LL
4319 * simple.el (backward-delete-char-untabify): Constrain point to
4320 field (Bug#10939).
4321
01d972a9
LL
4322 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4323
10607bea
CY
43242012-03-05 Chong Yidong <cyd@gnu.org>
4325
4326 * simple.el (count-words): If called from Lisp, return the word
4327 count, for symmetry with `count-lines'. Arglist changed.
4328 (count-words--message): Args changed. Consolidate counting code
4329 from count-words and count-words-region.
4330 (count-words-region): Caller changed.
4331 (count-lines-region): Make it an obsolete alias.
4332
5dd11cfe
TH
43332012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4334
4335 * saveplace.el (save-place-to-alist)
4336 (save-place-ignore-files-regexp): Allow value nil to disable this
4337 feature.
4338
c349f4e6
CY
43392012-03-04 Chong Yidong <cyd@gnu.org>
4340
4341 * faces.el (face-spec-reset-face): For the default face, reset the
4342 attributes to default values (Bug#10748).
4343
e627be4c
LMI
43442012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4345
4346 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4347 previous patch: Check `message-send-mail-function', and not the
4348 default function (bug#10897).
4349
ebeabff4
MA
43502012-03-04 Michael Albinus <michael.albinus@gmx.de>
4351
a41a6cf4
MA
4352 * notifications.el (notifications-on-action-signal)
4353 (notifications-on-closed-signal): Check for unique service name of
4354 incoming event. Fix error in removing entry.
ebeabff4 4355 (top): Register for signals with wildcard service name.
a41a6cf4 4356 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4357
c1ca42b4
CY
43582012-03-04 Chong Yidong <cyd@gnu.org>
4359
dc9924b8 4360 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4361
ea16568d
GM
43622012-03-04 Glenn Morris <rgm@gnu.org>
4363
4364 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4365 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4366 (expand-abbrev, define-abbrev-table): Doc fixes.
4367
fbae4637
LMI
43682012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4369
4370 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4371 `message-default-send-mail-function' and not `send-mail-function'
4372 when doing the prompting for `sendmail-query-once' before sending
4373 in Message buffers (bug#10897).
4374
a1e7225c
LMI
4375 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4376 This is inconsistent with all the other stream functions, which leave
4377 the setting up to the higher levels (if so wanted) (bug#10931).
4378
56d093a9
AM
43792012-03-02 Alan Mackenzie <acm@muc.de>
4380
4381 Depessimize the handling of very large macros.
4382
4383 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4384 (c-macro-cache-syntactic): New variables to implement a one
4385 element macro cache.
4386 (c-invalidate-macro-cache): New function.
4387 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4388 Adapt to use the new cache.
4389 (c-state-safe-place): Use better the cache of safe positions.
4390 (c-state-semi-nonlit-pos-cache)
4391 (c-state-semi-nonlit-pos-cache-limit):
4392 New variables for...
4393 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4394 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4395 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4396 Use c-state-semi-safe-place.
56d093a9 4397
dbbc2e69
SM
4398 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4399 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4400
817e5c3d
MA
44012012-03-02 Michael Albinus <michael.albinus@gmx.de>
4402
dbbc2e69
SM
4403 * jka-compr.el (jka-compr-call-process):
4404 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4405 not remote.
4406
a032a702
MA
44072012-03-01 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4410 access of FILE2, if FILE1 does not exist.
4411
99a54f21
MA
4412 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4413 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4414
4415 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4416 Add "PAGER=" to `process-environment'.
4417
f6561e1f
MM
44182012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4419
4420 * progmodes/sql.el: Bug fix
4421 (sql-get-login-ext): Save login values in globals.
4422 (sql-get-login): Use new version of `sql-get-login-ext'.
4423 (sql-interactive-mode): Set global `sql-connection' to nil.
4424 (sql-connect): Set global values for connection.
4425 (sql-product-interactive): Save global values as buffer local.
4426
2d44d9cc
LL
44272012-02-29 Leo Liu <sdl.web@gmail.com>
4428
4429 * abbrev.el (define-abbrevs): Reset sys to nil.
4430
96b49301 44312012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4432
bf7f9bc5
JB
4433 * files.el (file-equal-p): Rename from `files-equal-p'.
4434 Return nil when one or both files don't exist.
96b49301 4435 (file-subdir-of-p): Now only top directory must exists,
4436 return nil if it doesn't.
bf7f9bc5
JB
4437 (copy-directory): No need to test with `file-subdir-of-p' after
4438 creating dir.
4439 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4440 to `file-equal-p'.
96b49301 4441
44e97401
GM
44422012-02-28 Glenn Morris <rgm@gnu.org>
4443
4444 * shell.el (shell-mode):
4445 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4446 * play/landmark.el (landmark-font-lock-face-O):
4447 * play/handwrite.el (handwrite):
4448 * play/gomoku.el (gomoku-O):
4449 * net/browse-url.el (browse-url-browser-display):
4450 * international/mule.el (define-charset):
4451 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4452 * filesets.el (filesets-find-file-delay):
4453 * eshell/em-xtra.el (eshell-xtra):
4454 * eshell/em-unix.el (eshell-grep):
4455 * emulation/viper.el (viper-mode):
4456 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4457 * emacs-lisp/easymenu.el (easy-menu-define):
4458 * calendar/timeclock.el (timeclock-use-display-time):
4459 * bs.el (bs-mode):
4460 * bookmark.el (bookmark-save-flag):
4461 Doc fix (standardize possessive apostrophe usage).
4462
c98c6276
CY
44632012-02-27 Chong Yidong <cyd@gnu.org>
4464
bf7f9bc5
JB
4465 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4466 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4467
c98c6276
CY
4468 * font-lock.el (font-lock-specified-p): Rename from
4469 font-lock-spec-present. Callers changed.
4470
9c62cd04 44712012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4472
bf7f9bc5
JB
4473 * emacs-lisp/package.el (package-compute-transaction):
4474 Handle holding a package version to t in package-load-list.
8ac9e529 4475
530739c9
MA
44762012-02-26 Michael Albinus <michael.albinus@gmx.de>
4477
4478 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4479 (tramp-get-inode, tramp-get-device): Use cached values.
4480
487915d7
AM
44812012-02-26 Alan Mackenzie <acm@muc.de>
4482
4483 Check there is a font-lock specification before doing initial
4484 fontification.
4485
4486 * font-core.el (font-lock-mode): Move the conditional from
4487 :after-hook to font-lock-initial-fontify.
4488 (font-lock-default-function): Move the check for a specification
4489 to font-lock-spec-present.
4490
dc9924b8 4491 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4492 (font-lock-spec-present): New function.
4493
4fd96557
JB
44942012-02-26 Jim Blandy <jimb@red-bean.com>
4495
4496 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4497 (gdb-send): Apply it to the operand of the '-interpreter-exec
4498 console' command, so that we can pass arguments with (say) quotes
4499 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4500
9a4888c0
CY
45012012-02-26 Chong Yidong <cyd@gnu.org>
4502
07498861
CY
4503 * help-fns.el (describe-function-1): Clarify description of
4504 remapping (Bug#10844).
4505
9a4888c0
CY
4506 * files.el (files-equal-p): Doc fix.
4507 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4508 and quit the loop once a mismatch is found.
4509
ea8fb88d
JB
45102012-02-25 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * bs.el (bs--show-with-configuration): Don't throw an error
4513 if the window cannot be split; otherwise, subsequent calls to
4514 bs-show fail, restoring a stale window config. (Bug#10882)
4515
525795c1
JD
45162012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4517
4518 * term/ns-win.el (global-map): Bind ns-drag-file to
4519 ns-find-file (Bug#5855, Bug#10050).
4520
f008086f
AS
45212012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4522
4523 * calendar/parse-time.el (parse-time-string): Allow extractor to
4524 return nil.
4525
a3fcfa99
MA
45262012-02-25 Michael Albinus <michael.albinus@gmx.de>
4527
91027d08
JB
4528 * net/tramp.el (tramp-file-name-for-operation):
4529 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4530
4531 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4532 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4533 Add COPY-CONTENTS argument.
a3fcfa99 4534
67b0de11
CY
45352012-02-25 Chong Yidong <cyd@gnu.org>
4536
4537 Add custom groups for VC backends, for consistency with vc-bzr.
4538
4539 * vc/vc-arch.el (vc-arch):
4540 * vc/vc-cvs.el (vc-cvs):
4541 * vc/vc-git.el (vc-git):
4542 * vc/vc-hg.el (vc-hg):
4543 * vc/vc-mtn.el (vc-mtn):
4544 * vc/vc-rcs.el (vc-rcs):
4545 * vc/vc-sccs.el (vc-sccs):
4546 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4547 All relevant defcustoms reassigned.
4548
3c9dfce6
CY
45492012-02-25 Chong Yidong <cyd@gnu.org>
4550
1339bf43
CY
4551 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4552
3c9dfce6
CY
4553 * term/x-win.el (x-initialize-window-system): Reduce default for
4554 x-selection-timeout to 5 seconds (Bug#8869).
4555
25b2e303 45562012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4557
ec70a47d
GM
4558 * files.el (files-equal-p, file-subdir-of-p): New functions.
4559 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4560 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4561 * dired-aux.el (dired-copy-file-recursive): Same.
4562 (dired-create-files): Modify destination when source is equal to
4563 dest when copying files.
53a46cd0 4564 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4565
914260cd
MA
45662012-02-24 Michael Albinus <michael.albinus@gmx.de>
4567
4568 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4569 (Bug#10874)
4570
2cb228f7
AM
45712012-02-23 Alan Mackenzie <acm@muc.de>
4572
4573 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4574 parameter "after-hook:" to allow the expansion to run code after
4575 the execution of the mode hooks.
4576
4577 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4578 from font-lock-mode-internal.
2cb228f7 4579
91027d08 4580 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4581 :after-hook.
4582
8f0fde21
SM
45832012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4584
3e88618b
SM
4585 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4586 (completion--cache-all-sorted-completions): New function.
4587 (completion-all-sorted-completions): Use it.
4588 (completion--do-completion, minibuffer-force-complete):
4589 Use it to re-instate the flush hook.
4590
8f0fde21
SM
4591 * icomplete.el (icomplete-completions): Replace last fix with a better
4592 one (bug#10850).
4593
8e911f6f
DG
45942012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4595
4596 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4597 when it might call us back infinitely (bug#10797).
4598
49fe4321
GM
45992012-02-23 Glenn Morris <rgm@gnu.org>
4600
4601 * minibuffer.el (completion-category-overrides): Doc fix.
4602
b291b572
SM
46032012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4606 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4607
31a9ef2e
GM
46082012-02-23 Glenn Morris <rgm@gnu.org>
4609
5e6e6794 4610 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4611 (authors-obsolete-files-regexps, authors-ignored-files)
4612 (authors-ambiguous-files, authors-renamed-files-alist):
4613 Add more entries.
4614
0bd1e074
JL
46152012-02-23 Juri Linkov <juri@jurta.org>
4616
4617 * isearch.el (isearch-occur): Sync interactive spec with occur's
4618 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4619
b617673c
JL
4620 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4621
19e9789e
JL
46222012-02-22 Juri Linkov <juri@jurta.org>
4623
4624 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4625 (ucs-insert): Doc fix. Check for hex digits in the string.
4626 Don't display `nil' in the error message. (Bug#10857)
4627
f41ce09d
AM
46282012-02-22 Alan Mackenzie <acm@muc.de>
4629
7a71b18d 4630 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4631
ac2eceee
GM
46322012-02-22 Glenn Morris <rgm@gnu.org>
4633
4634 * ffap.el (ffap-c-path):
4635 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4636
abd1f678
CY
46372012-02-22 Chong Yidong <cyd@gnu.org>
4638
4639 * custom.el (load-theme): Doc fix.
4640
f25aef2e
GM
46412012-02-22 Glenn Morris <rgm@gnu.org>
4642
4643 * dired-x.el (dired-guess-shell-alist-default):
4644 Remove escape sequences from nroff output. (Bug#172)
4645
5f8dc2ca
GM
46462012-02-21 Glenn Morris <rgm@gnu.org>
4647
6ff86ec4
GM
4648 * vc/emerge.el (emerge-defvar-local):
4649 Set `permanent-local' property rather than unused `preserved'.
4650
be3223a3 4651 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4652 (picture-mode-map): Use it. (Bug#10860)
4653 (picture-mode): Doc fix.
4654
3fe58f4f
JB
46552012-02-21 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * newcomment.el (uncomment-region-default): Remove unused binding.
4658
f9a998c3
GM
46592012-02-21 Glenn Morris <rgm@gnu.org>
4660
4661 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4662 (picture-self-insert, picture-tab-chars): Doc fix.
4663 (picture-mode-map): Fix C-a, C-e.
4664
c6029348
GM
46652012-02-20 Glenn Morris <rgm@gnu.org>
4666
4667 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4668
ab1ce9d7
LL
46692012-02-20 Leo Liu <sdl.web@gmail.com>
4670
4671 * icomplete.el (icomplete-completions): Check FROM arg before
4672 passing to substring (Bug#10850).
4673
0fd40f89
CY
46742012-02-19 Chong Yidong <cyd@gnu.org>
4675
4676 * comint.el: Require ansi-color.
4677 (comint-output-filter-functions): Add ansi-color-process-output.
4678
4679 * ansi-color.el: Don't set comint-output-filter-functions; it is
4680 now in the initial value defined in comint.el.
4681 (ansi-color-apply-face-function): New variable.
4682 (ansi-color-apply-on-region): Use it.
4683 (ansi-color-apply-overlay-face): New function.
4684
4685 * shell.el (shell): No need to require ansi-color.
4686 (shell-mode): Use ansi-color-apply-face-function to highlight
4687 color escapes using font-lock-face property (Bug#10835).
4688
20af2394
CY
46892012-02-19 Chong Yidong <cyd@gnu.org>
4690
4691 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4692 mode-line formats (Bug#10839).
4693
e23a3fbe
GM
46942012-02-18 Glenn Morris <rgm@gnu.org>
4695
b474519e
GM
4696 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4697
4698 * mail/undigest.el (unforward-rmail-message): Doc fix.
4699
e23a3fbe
GM
4700 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4701
57939ff4
EZ
47022012-02-18 Eli Zaretskii <eliz@gnu.org>
4703
4704 * international/characters.el (script-list): Sync with the latest
4705 Unicode Character Database.
4706
0c23686e
AS
47072012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4708
4709 * international/titdic-cnv.el: Remove duplicate coding tag.
4710 * language/cham.el: Likewise.
4711 * language/tai-viet.el: Likewise.
4712
6818b449
GM
47132012-02-18 Glenn Morris <rgm@gnu.org>
4714
4715 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4716 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4717 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4718 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4719 * calendar/holidays.el (holiday-bahai-holidays)
4720 (calendar-holidays, list-holidays):
4721 Use utf-8 Bahá'í in doc-strings, menus, etc.
4722
0311a3fc
TH
47232012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4724
4725 * saveplace.el (save-place-ignore-files-regexp): New variable
4726 allowing for excluding files from saving their location of point.
4727 The default value matches the temporary commit message editing
4728 files from Git, SVN, Bazaar, and Mercurial.
4729 (save-place-to-alist): Use it.
4730
eb864a71
LM
47312012-02-17 Lawrence Mitchell <wence@gmx.li>
4732 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * newcomment.el (uncomment-region-default): Don't leave extra space
4735 when an arg is provided (bug#8150).
4736
ee0ce425
TZ
47372012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4738
eb864a71 4739 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 4740
95ddf442
GM
47412012-02-17 Glenn Morris <rgm@gnu.org>
4742
4743 * net/socks.el: Require network-stream. (Bug#10599)
4744
48dd1e39 47452012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
4746
4747 * international/charprop.el:
4748 * international/uni-name.el:
4749 * international/uni-old-name.el:
4750 * international/uni-comment.el: Regenerate.
4751
d68cd087
GM
47522012-02-16 Glenn Morris <rgm@gnu.org>
4753
4754 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4755 Interactively in calendar buffer, give an error if not on a date.
4756
13932042
GM
47572012-02-15 Glenn Morris <rgm@gnu.org>
4758
4759 * shell.el (shell-delimiter-argument-list):
4760 Revert 2011-02-17 change. (Bug#8027)
4761
c3a70e2b
CY
47622012-02-15 Chong Yidong <cyd@gnu.org>
4763
60236b0d
CY
4764 * minibuffer.el (completion-at-point-functions): Doc fix.
4765
c3a70e2b
CY
4766 * custom.el (defcustom): Doc fix; note use of defvar.
4767
9f26dc24
GM
47682012-02-15 Glenn Morris <rgm@gnu.org>
4769
4770 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4771 Doc fixes.
4772
6546b134
GM
47732012-02-14 Glenn Morris <rgm@gnu.org>
4774
4775 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4776
d29b2b4c
LI
47772012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4778
4779 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4780 way the ports list is computed.
835bdcba
LI
4781 (smtpmail-query-smtp-server): Prompt the user for a port number if
4782 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 4783
08dcdbc9
TZ
47842012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4785
4786 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4787
2605051a
GM
47882012-02-13 Glenn Morris <rgm@gnu.org>
4789
4790 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4791
7ee99f32
TZ
47922012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4793
4794 * net/gnutls.el (gnutls-trustfiles): New variable.
4795 (gnutls-negotiate): Use it.
4796
5f0af64f
LI
47972012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4798
4799 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4800 does its stuff if Gnus is running.
4801
c14fcc95
AM
48022012-02-13 Alan Mackenzie <acm@muc.de>
4803
4804 Fix a loop in c-set-fl-decl-start.
4805
7a71b18d 4806 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
4807 c-backward-syntactic-ws actually moves backwards.
4808
142b4d90
LL
48092012-02-13 Leo Liu <sdl.web@gmail.com>
4810
4811 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4812 beginning so that all \C-o chars are removed.
4813
fa9958a6
TZ
48142012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4815
dc9924b8 4816 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 4817
0bc5886a
AM
48182012-02-12 Alan Mackenzie <acm@muc.de>
4819
4820 Fix infinite loop with long macros.
4d6769e1 4821 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 4822
d4bd55e7
CY
48232012-02-12 Chong Yidong <cyd@gnu.org>
4824
4825 * window.el (display-buffer): Doc fix (Bug#10785).
4826
66f3fe22
GM
48272012-02-12 Glenn Morris <rgm@gnu.org>
4828
bd7da63e
GM
4829 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4830 (x-disown-selection-internal, x-get-selection-internal):
4831 Sync docs with the xselect.c versions.
4832
66f3fe22
GM
4833 * allout-widgets.el: Add missing license notice.
4834
3e0d2fa7
GM
48352012-02-11 Glenn Morris <rgm@gnu.org>
4836
cfecdf09
GM
4837 * select.el (x-get-selection-internal, x-own-selection-internal)
4838 (x-disown-selection-internal):
4839 * x-dnd.el (x-get-selection-internal): Update declarations.
4840
6d216d7f
GM
4841 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4842
2bed3f04
GM
4843 * window.el (window-sides-slots):
4844 * tool-bar.el (tool-bar-position):
4845 * term/xterm.el (xterm-extra-capabilities):
4846 * ses.el (ses-self-reference-early-detection):
4847 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4848 (verilog-auto-wire-type)
4849 (verilog-auto-delete-trailing-whitespace)
4850 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4851 (verilog-auto-tieoff-declaration):
4852 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4853 (sql-oracle-statement-starters, sql-oracle-scan-on):
4854 * progmodes/prolog.el (prolog-align-comments-flag)
4855 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4856 (prolog-left-indent-regexp, prolog-paren-indent-p)
4857 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4858 (prolog-types, prolog-mode-specificators)
4859 (prolog-determinism-specificators, prolog-directives)
4860 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4861 (prolog-electric-dot-flag)
4862 (prolog-electric-dot-full-predicate-template)
4863 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4864 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4865 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4866 (prolog-program-switches, prolog-prompt-regexp)
4867 (prolog-debug-on-string, prolog-debug-off-string)
4868 (prolog-trace-on-string, prolog-trace-off-string)
4869 (prolog-zip-on-string, prolog-zip-off-string)
4870 (prolog-use-standard-consult-compile-method-flag)
4871 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4872 (prolog-imenu-max-lines, prolog-info-predicate-index)
4873 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4874 (prolog-char-quote-workaround):
4875 * progmodes/cc-vars.el (c-defun-tactic):
4876 * net/tramp.el (tramp-encoding-command-interactive)
4877 (tramp-local-end-of-line):
4878 * net/soap-client.el (soap-client):
4879 * net/netrc.el (netrc-file):
4880 * net/gnutls.el (gnutls):
4881 * minibuffer.el (completion-category-overrides)
4882 (completion-cycle-threshold)
4883 (completion-pcm-complete-word-inserts-delimiters):
4884 * man.el (Man-name-local-regexp):
4885 * mail/feedmail.el (feedmail-display-full-frame):
4886 * international/characters.el (glyphless-char-display-control):
4887 * eshell/em-ls.el (eshell-ls-date-format):
4888 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4889 (lisp-lambda-list-keyword-parameter-indentation)
4890 (lisp-lambda-list-keyword-parameter-alignment):
4891 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4892 * dired-x.el (dired-omit-verbose):
4893 * cus-theme.el (custom-theme-allow-multiple-selections):
4894 * calc/calc.el (calc-highlight-selections-with-faces)
4895 (calc-lu-field-reference, calc-lu-power-reference)
4896 (calc-note-threshold):
4897 * battery.el (battery-mode-line-limit):
4898 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4899 (archive-7z-update):
4900 * allout.el (allout-prefixed-keybindings)
4901 (allout-unprefixed-keybindings)
4902 (allout-inhibit-auto-fill-on-headline)
4903 (allout-flattened-numbering-abbreviation):
4904 * allout-widgets.el (allout-widgets-auto-activation)
4905 (allout-widgets-icons-dark-subdir)
4906 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4907 (allout-widgets-theme-dark-background)
4908 (allout-widgets-theme-light-background)
4909 (allout-widgets-item-image-properties-emacs)
4910 (allout-widgets-item-image-properties-xemacs)
4911 (allout-widgets-run-unit-tests-on-load)
4912 (allout-widgets-time-decoration-activity)
4913 (allout-widgets-hook-error-post-time)
4914 (allout-widgets-track-decoration):
4915 Add missing :version tags to new defcustoms and defgroups.
4916
5fec1b8e
GM
4917 * progmodes/sql.el (sql-ansi-statement-starters)
4918 (sql-oracle-statement-starters): Add custom type.
4919
3e0d2fa7
GM
4920 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4921 (prolog-system-version): Give it a type.
4922
90b671e2
EZ
49232012-02-11 Eli Zaretskii <eliz@gnu.org>
4924
4925 * term/pc-win.el (x-select-text, x-selection-owner-p)
4926 (x-own-selection-internal, x-disown-selection-internal)
4927 (x-get-selection-internal): Sync doc strings and argument lists
4928 with xselect.c, common-win.el and x-win.el. (Bug#10783)
4929
5eac0c02
LL
49302012-02-11 Leo Liu <sdl.web@gmail.com>
4931
4932 * progmodes/python.el (python-end-of-statement): Fix infinite
4933 loop. (Bug#10788)
4934
f82cb659
GM
49352012-02-10 Glenn Morris <rgm@gnu.org>
4936
4937 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4938 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4939
cc26d239
LI
49402012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4941
4942 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4943 about SMTP before checking the From header.
4944
91027d08 4945 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4946 into own function for reuse by emacsbug.el.
4947
1be3ca5a
LL
49482012-02-10 Leo Liu <sdl.web@gmail.com>
4949
4950 * subr.el (condition-case-unless-debug): Rename from
4951 condition-case-no-debug. All callers changed.
4952 (with-demoted-errors): Fix caller.
4953
4954 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4955 * nxml/rng-valid.el (rng-do-some-validation):
4956 * emacs-lisp/package.el (package-refresh-contents)
4957 (package-menu-execute):
4958 * desktop.el (desktop-create-buffer):
91027d08 4959 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4960
b011fbfe
GM
49612012-02-10 Glenn Morris <rgm@gnu.org>
4962
b2096d72
GM
4963 * textmodes/bibtex.el:
4964 Add missing :version tags for new/changed defcustoms.
4965
b011fbfe
GM
4966 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4967
4c7e65bf
LI
49682012-02-09 Lars Ingebrigtsen <larsi@rusty>
4969
4970 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4971 (smtpmail-via-smtp): Use it, or fall back on the From address.
4972 (smtpmail-send-it): Ditto.
4973
f3934f6f
SM
49742012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4977 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4978 (byte-compile-tmp-var): New const.
4979 (byte-compile-defvar): Use it to minimize .elc size.
4980 Just use `defvar' rather than simulate it (bug#10761).
4981
a075a2c5
GM
49822012-02-09 Glenn Morris <rgm@gnu.org>
4983
cf3aa21b
GM
4984 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4985
354998cd
GM
4986 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4987 Add :version tags.
4988
dc9924b8
SM
4989 * progmodes/compile.el (compilation-error-screen-columns)
4990 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4991
dab3703d
GM
4992 * vc/log-view.el (log-view-toggle-entry-display):
4993 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4994
3f88cd72
GM
4995 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4996 (report-emacs-bug-can-use-xdg-email):
4997 (report-emacs-bug-insert-to-mailer): Doc fixes.
4998 (report-emacs-bug): Message fix.
4999
d95b247d
GM
5000 * net/browse-url.el (browse-url-can-use-xdg-open)
5001 (browse-url-xdg-open): Doc fixes.
5002
a075a2c5
GM
5003 * electric.el (electric-indent-mode, electric-pair-mode)
5004 (electric-layout-rules, electric-layout-mode): Doc fixes.
5005 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5006
ffb6157e
MR
50072012-02-08 Martin Rudalics <rudalics@gmx.at>
5008
5009 * server.el (server-unselect-display): Don't inadvertently kill
5010 the current buffer. (Bug#10729)
5011
e1ac4066
GM
50122012-02-08 Glenn Morris <rgm@gnu.org>
5013
34e8a2da
GM
5014 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5015 (sql-list-table): Doc fixes.
5016
b4ac6e8c
GM
5017 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5018 Comment out (does nothing).
5019
e1ac4066
GM
5020 * completion.el (dynamic-completion-mode):
5021 * dirtrack.el (dirtrack-debug-mode):
5022 * electric.el (electric-layout-mode):
5023 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5024 * face-remap.el (text-scale-mode, buffer-face-mode):
5025 * iimage.el (iimage-mode):
5026 * image-mode.el (image-transform-mode):
5027 * minibuffer.el (completion-in-region-mode):
5028 * scroll-lock.el (scroll-lock-mode):
5029 * simple.el (next-error-follow-minor-mode):
5030 * tar-mode.el (tar-subfile-mode):
5031 * tooltip.el (tooltip-mode):
5032 * vcursor.el (vcursor-use-vcursor-map):
5033 * wid-browse.el (widget-minor-mode):
5034 * emulation/tpu-edt.el (tpu-edt-mode):
5035 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5036 * international/iso-ascii.el (iso-ascii-mode):
5037 * language/thai-util.el (thai-word-mode):
5038 * mail/supercite.el (sc-minor-mode):
5039 * net/goto-addr.el (goto-address-mode):
5040 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5041 * progmodes/cwarn.el (cwarn-mode):
5042 * progmodes/flymake.el (flymake-mode):
5043 * progmodes/glasses.el (glasses-mode):
5044 * progmodes/hideshow.el (hs-minor-mode):
5045 * progmodes/pascal.el (pascal-outline-mode):
5046 * textmodes/enriched.el (enriched-mode):
5047 * vc/smerge-mode.el (smerge-mode):
5048 Doc fixes (minor mode argument).
5049
5e0d957f
EZ
50502012-02-07 Eli Zaretskii <eliz@gnu.org>
5051
5052 * ls-lisp.el (ls-lisp-sanitize): New function.
5053 (ls-lisp-insert-directory): Use it to fix or remove any elements
5054 in file-alist with missing attributes. (Bug#4673)
5055
98d7371e
AM
50562012-02-07 Alan Mackenzie <acm@muc.de>
5057
5058 Fix spurious recognition of c-in-knr-argdecl.
5059
5060 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5061 putative K&R region.
5062
667ced3a
AM
50632012-02-07 Alan Mackenzie <acm@muc.de>
5064
eb864a71
LM
5065 * progmodes/cc-engine.el (c-forward-objc-directive):
5066 Prevent looping in "#pragma mark @implementation".
667ced3a 5067
5b77774d
MA
50682012-02-07 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * notifications.el (notifications-on-closed-signal): Make `reason'
5071 optional. (Bug#10744)
5072
af008560
GM
50732012-02-07 Glenn Morris <rgm@gnu.org>
5074
60d47423
GM
5075 * emacs-lisp/easy-mmode.el (define-minor-mode):
5076 Doc fixes for the macro and the mode it defines.
5077
dd605cc4
GM
5078 * image.el (imagemagick-types-inhibit): Doc fix.
5079
af008560
GM
5080 * cus-start.el (imagemagick-render-type): Add it.
5081
5cc59a37
LI
50822012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5083
4d6769e1
JB
5084 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5085 Set the default at load time, too, so that `font-lock-fontify-buffer'
5086 can be called without setting up the entire mode first. This fixes
5087 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5088
9a6dd747
CY
50892012-02-06 Chong Yidong <cyd@gnu.org>
5090
2d16b285
CY
5091 * simple.el (list-processes--refresh): Delete exited processes
5092 (Bug#8094).
5093
171e9b6e
CY
5094 * comint.el (comint-next-prompt): next-single-char-property-change
5095 and prev-single-char-property-change never return nil (Bug#8657).
5096
9a6dd747
CY
5097 * custom.el (defcustom): Doc fix (Bug#9711).
5098
aa4589a7
CY
50992012-02-05 Chong Yidong <cyd@gnu.org>
5100
5c2a252f
CY
5101 * cus-edit.el (custom-variable-reset-backup): Quote the value
5102 before storing it in the customized-value property (Bug#6712).
4aab9006 5103 (custom-display): Add a customization type tag.
983b9602 5104 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5105
aa4589a7
CY
5106 * wid-edit.el (widget-field-value-get): New optional arg to
5107 suppress trailing whitespace truncation.
5108 (character): Use it (Bug#2689).
5109
1ff980ae
AS
51102012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5111
5112 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5113 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5114
03988c98
CY
51152012-02-05 Chong Yidong <cyd@gnu.org>
5116
eeb6cc88
CY
5117 * cus-edit.el (custom-variable-value-create): For mismatched
5118 types, show the current value (Bug#7600).
5119
03988c98
CY
5120 * custom.el (defcustom): Doc fix.
5121
f8cdeef0
GM
51222012-02-05 Glenn Morris <rgm@gnu.org>
5123
5124 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5125
0696d255
JB
51262012-02-05 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5129 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5130 (pp-last-sexp): Use `looking-at-p'.
5131
34c99998
GM
51322012-02-04 Glenn Morris <rgm@gnu.org>
5133
8f05da42
GM
5134 * files.el (revert-buffer):
5135 Doc fix (mention revert-buffer-in-progress-p).
5136
f160676e
GM
5137 * emacs-lisp/ert-x.el (ert-simulate-command):
5138 Check deferred-action-list (which is obsolete) is bound.
5139
c7291ad9
GM
5140 * subr.el (with-wrapper-hook): Doc fixes.
5141
34c99998
GM
5142 * simple.el (filter-buffer-substring-functions)
5143 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5144
6283a7d3
LL
51452012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5146
5147 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5148 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5149
e96e3013
LL
51502012-02-04 Leo Liu <sdl.web@gmail.com>
5151
5152 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5153
8ded50f2
GM
51542012-02-04 Glenn Morris <rgm@gnu.org>
5155
82ff1d13
GM
5156 * image.el (image-extension-data): Add obsolete alias.
5157
987a0a16
GM
5158 * isearch.el (isearch-update): Doc fix.
5159
ea32ef46
GM
5160 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5161
8ded50f2
GM
5162 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5163
eea14f31
GM
51642012-02-03 Glenn Morris <rgm@gnu.org>
5165
5166 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5167 (image-animate-timeout): Doc fix.
5168
5169 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5170
12f381b7
GM
51712012-02-02 Glenn Morris <rgm@gnu.org>
5172
953cebf5
GM
5173 * server.el (server-auth-dir): Doc fix.
5174 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5175
12f381b7
GM
5176 * subr.el (run-mode-hooks): Doc fix.
5177
953a8c3b
JL
51782012-02-02 Juri Linkov <juri@jurta.org>
5179
5180 * image-mode.el (image-toggle-display-image): Remove tautological
5181 `major-mode' from the `derived-mode-p' test.
5182
c5d3843c
KH
51832012-02-02 Kenichi Handa <handa@m17n.org>
5184
9f6e692e 5185 * composite.el (compose-region): Cancel previous change.
c5d3843c 5186
159462d4 51872012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5188
5189 * composite.el (compose-region, compose-string): Signal error for
5190 a null string component (Bug#6988).
5191
9f562668
CY
51922012-02-01 Chong Yidong <cyd@gnu.org>
5193
e2cef717
CY
5194 * view.el (view-buffer-other-window, view-buffer-other-frame):
5195 Handle special modes like view-buffer (Bug#10650).
5196 (view-buffer): Simplify.
5197
9f562668
CY
5198 * frame.el (set-frame-font): Tweak meaning of third argument.
5199
9f6e692e
JB
5200 * dynamic-setting.el (font-setting-change-default-font):
5201 Use set-frame-font (Bug#9982).
9f562668 5202
781acb9f
GM
52032012-02-01 Glenn Morris <rgm@gnu.org>
5204
6035be52
GM
5205 * progmodes/compile.el (compilation-internal-error-properties):
5206 Respect compilation-first-column in the "*compilation*" buffer.
5207
781acb9f
GM
5208 * emacs-lisp/easy-mmode.el (define-minor-mode):
5209 Relax :variable's test for a named function.
5210
abbceb00
AM
52112012-01-31 Alan Mackenzie <acm@muc.de>
5212
5213 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5214 off by one error.
5215
fce3fdeb
CY
52162012-01-31 Chong Yidong <cyd@gnu.org>
5217
5218 * frame.el (set-frame-font): New arg ALL-FRAMES.
5219
5220 * menu-bar.el (menu-set-font): Use set-frame-font.
5221
5222 * faces.el (face-spec-reset-face): Don't apply unspecified
5223 attribute values to the default face.
5224
47893581
JB
52252012-01-31 Juanma Barranquero <lekktu@gmail.com>
5226
5227 * progmodes/cwarn.el (cwarn): Remove dead link.
5228 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5229 Remove * from defcustom docstrings.
5230 (turn-on-cwarn-mode): Make obsolete.
5231 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5232 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5233
e58e988a
GM
52342012-01-31 Glenn Morris <rgm@gnu.org>
5235
60dc2671 5236 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5237 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5238 Allow named functions to be used as the cdr of :variable.
e58e988a 5239
7a3f511d
GM
52402012-01-30 Glenn Morris <rgm@gnu.org>
5241
5242 * emacs-lisp/authors.el (authors-fixed-entries):
5243 Remove reference to deleted file rnewspost.el.
5244
cb882333
JB
52452012-01-29 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * window.el (window-with-parameter): Remove unused variable `windows'.
5248 (window--side-check): Remove unused variable `code'.
5249 (window--resize-siblings): Remove unused variable `first'.
5250 (adjust-window-trailing-edge): Remove unused variable `failed'.
5251 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5252 Use `let', not `let*'.
5253 (balance-windows-2): Remove unused variable `found'.
5254 (window--state-put-2): Remove unused variable `splits'.
5255 (window-state-put): Remove unused variable `selected'.
5256 (same-window-p): Use `string-match-p'.
5257 (display-buffer-assq-regexp): Remove unused variable `value'.
5258 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5259 Mark argument ALIST as ignored.
5260 (pop-to-buffer): Remove unused variable `old-window'.
5261
907201af
EZ
52622012-01-29 Eli Zaretskii <eliz@gnu.org>
5263
5264 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5265 and .lzma compressed files.
5266
ea162670
CY
52672012-01-29 Chong Yidong <cyd@gnu.org>
5268
5b95ee8a
CY
5269 * frame.el (window-system-default-frame-alist): Doc fix.
5270
ea162670
CY
5271 * dynamic-setting.el (font-setting-change-default-font): Don't
5272 change the default face if SET-FONT argument is non-nil (Bug#9982).
5273
d6e6f4b1
SB
52742012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5275
5276 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5277
0f29fa41 52782012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5279
5280 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5281 breakpoints in files outside current directory (Bug#6098).
5282
db174434
CY
52832012-01-29 Chong Yidong <cyd@gnu.org>
5284
6b25e4e2
SE
5285 * progmodes/python.el: Require ansi-color at top-level.
5286
6df6ae42
JB
5287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5288 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5289 (lisp-mode-abbrev-table): Add doc.
5290 (lisp-mode-variables): Don't set local-abbrev-table.
5291 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5292
e70ee681
RW
52932012-01-28 Roland Winkler <winkler@gnu.org>
5294
5295 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5296
ace88aa2
RW
52972012-01-28 Roland Winkler <winkler@gnu.org>
5298
5299 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5300 (bibtex-set-dialect): Use it. Either set global values of
5301 dialect-dependent variables or bind these variables buffer-locally
5302 (Bug#10254).
5303 (bibtex-mode): Call bibtex-set-dialect via
5304 hack-local-variables-hook.
eb864a71
LM
5305 (bibtex-dialect): Update docstring.
5306 Add safe-local-variable predicate.
ace88aa2
RW
5307 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5308 bibtex-set-dialect.
5309 (bibtex-mode-map): Define menu for each dialect.
5310 (bibtex-entry): Fix docstring.
5311
93376c5b
CY
53122012-01-28 Chong Yidong <cyd@gnu.org>
5313
5314 * eshell/esh-arg.el (eshell-quote-argument): New function.
5315
5316 * eshell/esh-ext.el (eshell-invoke-batch-file):
5317 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5318 first arg to eshell-parse-command (Bug#10523).
5319
4372494f
DA
53202012-01-28 Drew Adams <drew.adams@oracle.com>
5321
5322 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5323 `default-directory' is non-nil.
5324
4d4ec1f8
EZ
53252012-01-28 Eli Zaretskii <eliz@gnu.org>
5326
5327 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5328 line that displays system-configuration-options. (Bug#9924)
5329
7c188927
DA
53302012-01-28 Drew Adams <drew.adams@oracle.com>
5331
5332 * descr-text.el (describe-char): Show information about POS, in
5333 addition to information about the character at POS. Improve and
5334 update the doc string. Change "code point" to "code point in
5335 charset", to avoid confusion with the character's Unicode code
5336 point shown above that. (Bug#10129)
5337
e0da685a
EZ
53382012-01-28 Eli Zaretskii <eliz@gnu.org>
5339
5340 * descr-text.el (describe-char): Show the raw character, not only
5341 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5342 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5343 for the reasons.
5344
70550acf
PH
53452012-01-28 Phil Hagelberg <phil@hagelb.org>
5346
eb864a71
LM
5347 * emacs-lisp/package.el (package-install):
5348 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5349
0ce8e868
CY
53502012-01-28 Chong Yidong <cyd@gnu.org>
5351
cb882333
JB
5352 * emacs-lisp/package.el (package-maybe-load-descriptor):
5353 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5354 (package-maybe-load-descriptor): Use it.
5355 (package-download-transaction): Fully load required packages
5356 inside the loop, so that `require' calls work (Bug#10593).
5357 (package-install): No need to call package-initialize now.
5358
2e7f3bea
CY
53592012-01-28 Chong Yidong <cyd@gnu.org>
5360
6e9bad14
CY
5361 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5362
f823b8ca
CY
5363 * tooltip.el (tooltip-mode): Doc fix.
5364 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5365
2680c309
CY
5366 * frame.el (set-cursor-color): Doc fix (Bug#352).
5367
d7a9e63b
CY
5368 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5369 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5370
2e7f3bea
CY
5371 * cus-edit.el (custom-buffer-create-internal): Fix search button
5372 action (Bug#10542).
2ae01800 5373 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5374
fc4f7a23
EW
53752012-01-27 Eduard Wiebe <usenet@pusto.de>
5376
5377 * dired.el (dired-mark-files-regexp):
5378 Include any subdirectory components. (Bug#10445)
5379
7dd37071
ML
53802012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5381
5382 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5383 Handle [host]:port syntax. (Bug#10533)
5384
a268160b
AH
53852012-01-27 Alex Harsanyi <harsanyi@mac.com>
5386
5387 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5388
e43273ef
GM
53892012-01-26 Glenn Morris <rgm@gnu.org>
5390
5391 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5392 * term.el (term-raw-escape-map): Use Control-X-prefix.
5393 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5394
1edf595d
MR
53952012-01-25 Martin Rudalics <rudalics@gmx.at>
5396
5397 * window.el (window-state-get, window--state-get-1): Don't deal
5398 with fixed-sizeness of windows. Simplify code.
5399
fa8eafef
JC
54002012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5401
6df6ae42
JB
5402 * window.el (window--state-get-1, window--state-put-2):
5403 Don't save and restore the mark.
fa8eafef 5404
0b21c100
CY
54052012-01-25 Chong Yidong <cyd@gnu.org>
5406
5407 * custom.el (custom-variable-p): Doc fix.
5408
5ae1a6c8
GM
54092012-01-25 Glenn Morris <rgm@gnu.org>
5410
40047858
GM
5411 * dired.el (dired-goto-file): Handle some of the more common
5412 characters that `ls -b' escapes. (Bug#10596)
5413
5ddce96c
GM
5414 * progmodes/compile.el (compilation-next-error-function):
5415 Respect compilation-first-column in the "*compilation*" buffer.
5416 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5417
5ae1a6c8
GM
5418 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5419
b559f1a9
GM
54202012-01-24 Glenn Morris <rgm@gnu.org>
5421
5422 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5423
6725d21a
JD
54242012-01-24 Julien Danjou <julien@danjou.info>
5425
5426 * color.el (color-rgb-to-hsl): Fix value computing.
5427 (color-hue-to-rgb): New function.
5428 (color-hsl-to-rgb): New function.
5429 (color-clamp, color-saturate-hsl, color-saturate-name)
5430 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5431 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5432
70df4bbe
GM
54332012-01-24 Glenn Morris <rgm@gnu.org>
5434
5435 * vc/vc-rcs.el (vc-rcs-create-tag):
5436 * vc/vc-sccs.el (vc-sccs-create-tag):
5437 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5438
802a2ae2
ML
54392012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5440
5441 * eshell/esh-util.el (eshell-read-hosts-file):
5442 Skip comment lines. (Bug#10549)
5443
d7128bb1
ML
5444 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5445
d1a5c3b4
JB
54462012-01-23 Juanma Barranquero <lekktu@gmail.com>
5447
2724d9c7
JB
5448 * subr.el (display-delayed-warnings): Doc fix.
5449 (collapse-delayed-warnings): New function to collapse identical
5450 adjacent warnings.
5451 (delayed-warnings-hook): Add it.
d1a5c3b4 5452
a5509865
MA
54532012-01-22 Michael Albinus <michael.albinus@gmx.de>
5454
5455 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5456
a5509865
MA
5457 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5458 (tramp-default-user-alist): Don't add "pscp".
5459 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5460 property "login-as", if set. (Bug#10530)
5461
cc6d5805
MA
54622012-01-21 Michael Albinus <michael.albinus@gmx.de>
5463
5464 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5465 "plink1" and "psftp". (Bug#10530)
5466
54672012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5468
5469 * international/mule-cmds.el (prefer-coding-system): Show a
5470 warning message if the default value of file-name-coding-system
5471 was not changed.
5472
f0960428
JC
54732012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5474
cb882333
JB
5475 * windmove.el (windmove-reference-loc):
5476 Fix windmove-reference-loc miscalculation.
f0960428 5477
dd6f2a63
JB
54782012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5479
5480 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5481 default unit.
5482
7b447e9b
GM
54832012-01-21 Glenn Morris <rgm@gnu.org>
5484
117a9ea1
GM
5485 * international/mule.el (auto-coding-alist): Add .tbz.
5486
7b447e9b
GM
5487 * files.el (local-enable-local-variables): Doc fix.
5488 (inhibit-local-variables-regexps): Rename from
5489 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5490 Doc fix. Add some extensions from auto-coding-alist.
5491 (inhibit-local-variables-suffixes):
5492 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5493 (inhibit-local-variables-p):
5494 New function, extracted from set-auto-mode-1.
5495 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5496 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5497 (hack-local-variables): Doc fix. Make the mode-only case
5498 respect enable-local-variables and friends.
5499 Respect inhibit-local-variables-regexps for file-locals, but
5500 not for directory-locals.
5501 (set-visited-file-name):
5502 Take account of inhibit-local-variables-regexps.
5503 Whether it applies may change as the file name is changed.
5504 * jka-cmpr-hook.el (jka-compr-install):
5505 * jka-compr.el (jka-compr-uninstall):
5506 Update for inhibit-first-line-modes-suffixes name change.
5507
dd6e3cdd
MR
55082012-01-20 Martin Rudalics <rudalics@gmx.at>
5509
5510 * help-macro.el (make-help-screen): Temporarily restore original
5511 binding for minor-mode-map-alist (Bug#10454).
5512
0d0deb38
JD
55132012-01-19 Julien Danjou <julien@danjou.info>
5514
5515 * color.el (color-name-to-rgb): Use the white color to find the max
5516 color component value and return correctly computed values.
5517 (color-name-to-rgb): Add missing float conversion for max value.
5518
34a02f46
MR
55192012-01-19 Martin Rudalics <rudalics@gmx.at>
5520
5521 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5522 special state value for window-persistent-parameters.
5523 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5524 (window--state-put-2): Reset all window parameters to nil before
5525 assigning values of persistent parameters.
5526
606c44c4
AM
55272012-01-18 Alan Mackenzie <acm@muc.de>
5528
5529 Eliminate sluggishness and hangs in fontification of "semicolon
5530 deserts".
5531
cb882333
JB
5532 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5533 Change value 10000 -> 3000.
606c44c4
AM
5534 (c-state-safe-place): Reformulate so it doesn't stack up an
5535 infinite number of wrong entries in c-state-nonlit-pos-cache.
5536 (c-determine-limit-get-base, c-determine-limit): New functions to
5537 determine backward search limits disregarding literals.
5538 (c-find-decl-spots): Amend commenting.
5539 (c-cheap-inside-bracelist-p): New function which detects "={".
5540
5541 * progmodes/cc-fonts.el
5542 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5543 backward search.
5544 (c-font-lock-declarations): Fix an occurrence of point being
5545 undefined. Check additionally for point being in a bracelist or
5546 near a macro invocation without a semicolon so as to avoid a
5547 fruitless time consuming search for a declarator. Give a more
5548 precise search limit for declarators using the new
5549 c-determine-limit.
5550
f3860cea
GM
55512012-01-18 Glenn Morris <rgm@gnu.org>
5552
5553 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5554 (set-auto-mode): Doc fixes.
5555
1db03b16
GM
55562012-01-17 Glenn Morris <rgm@gnu.org>
5557
0e6038be
GM
5558 * isearch.el (search-nonincremental-instead): Fix doc typo.
5559
1db03b16
GM
5560 * dired.el (dired-insert-directory): Handle newlines in directory name.
5561 (dired-build-subdir-alist): Unescape newlines in directory name.
5562
4cb0aa75
MA
55632012-01-17 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5566 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5567 (tramp-action-terminal): Use it. (Bug#10530)
5568
1d00653d
SM
55692012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5572
6a6ee00d
MR
55732012-01-16 Martin Rudalics <rudalics@gmx.at>
5574
5575 * window.el (window-state-ignored-parameters): Remove variable.
5576 (window--state-get-1): Rename argument MARKERS to IGNORE.
5577 Handle persistent window parameters. Make copy of clone-of
5578 parameter only if requested. (Bug#10348)
5579 (window--state-put-2): Install a window parameter only if it has
5580 a non-nil value or an existing parameter shall be overwritten.
5581
97912def
MA
55822012-01-15 Michael Albinus <michael.albinus@gmx.de>
5583
5584 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5585
688070a5
EZ
55862012-01-14 Eli Zaretskii <eliz@gnu.org>
5587
5588 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5589 don't pass the (nil) value of `upnode' to string-match.
5590
301afadc
CY
55912012-01-14 Chong Yidong <cyd@gnu.org>
5592
5593 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5594 Fix values recognized by the cursorBlink resource.
301afadc 5595
9e5788aa
PE
55962012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5597
5598 * epg.el (epg--make-temp-file): Avoid permission race condition
5599 when running on old Emacs versions (bug#10403).
5600
3cdb7f5a
GM
56012012-01-14 Glenn Morris <rgm@gnu.org>
5602
5603 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5604
8c82b1b4
AM
56052012-01-13 Alan Mackenzie <acm@muc.de>
5606
5607 Fix filling for when filladapt mode is enabled.
5608
5609 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5610 c-mask-paragraph, pass in `fill-paragraph' rather than
5611 `fill-region-as-paragraph'. (This is a reversion of a previous
5612 change.)
eb864a71
LM
5613 * progmodes/cc-mode.el (c-basic-common-init):
5614 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5615
e517eda4
GM
56162012-01-13 Glenn Morris <rgm@gnu.org>
5617
1498536e
GM
5618 * dired.el (dired-switches-escape-p): New function.
5619 (dired-insert-directory): Use dired-switches-escape-p.
5620 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5621
e517eda4
GM
5622 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5623
328f984d
GM
56242012-01-12 Glenn Morris <rgm@gnu.org>
5625
5626 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5627 changes in adaptive-fill-regexp. (Bug#10276)
5628
2cc769a8
AM
56292012-01-11 Alan Mackenzie <acm@muc.de>
5630
5631 Fix Emacs bug #10463 - put `widen's around the critical spots.
5632
1d00653d 5633 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5634 widen around each invocation of c-state-pp-to-literal. Remove an
5635 unused let variable.
5636
e52c37fa
GM
56372012-01-11 Glenn Morris <rgm@gnu.org>
5638
5639 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5640 Doc fix.
e52c37fa 5641
96f8741e
CY
56422012-01-10 Chong Yidong <cyd@gnu.org>
5643
1d00653d
SM
5644 * net/network-stream.el (network-stream-open-starttls):
5645 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5646 response to the capability command.
5647
b09a806e
GM
56482012-01-10 Glenn Morris <rgm@gnu.org>
5649
5650 * mail/unrmail.el (unrmail): Tweak previous change.
5651
7655cb66
CY
56522012-01-09 Chong Yidong <cyd@gnu.org>
5653
5654 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5655
9d5a8f0b
AM
56562012-01-08 Alan Mackenzie <acm@muc.de>
5657
5658 Optimise font locking in long enum definitions.
5659
5660 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5661 arm to a cond form to handle enums.
5662 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5663 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5664
9a0115ab 56652012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5666
5667 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5668 (Bug#10401)
6bb72cbd 5669
f186bb95
LMI
56702012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5671
29232a68
LMI
5672 * faces.el (set-face-attribute): Clarify the meaning of the nil
5673 frame (bug#10294).
5674
4e5d086d
LMI
5675 * subr.el (with-selected-frame): Mention that the selected frame
5676 is restored (bug#9980).
5677
8e66aebe
LMI
5678 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5679 (bug#9759).
5680
cd394be1 5681 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5682 (password-read): Don't autoload unused function.
5683
adf4e762
JB
56842012-01-07 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * progmodes/which-func.el (which-func-mode): Turn into a
5687 non-interactive function and mark as obsolete (bug#10428).
5688
89bd9ccd
CY
56892012-01-06 Chong Yidong <cyd@gnu.org>
5690
5691 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5692 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5693 functions, along with 1 and -1.
5694
4afee9d5
EZ
56952012-01-06 Eli Zaretskii <eliz@gnu.org>
5696
5697 * time.el (display-time-load-average)
5698 (display-time-default-load-average): Doc fixes. See the thread
5699 starting at
5700 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5701 for the details.
5702
536aea70
GM
57032012-01-06 Glenn Morris <rgm@gnu.org>
5704
665ae865
GM
5705 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5706 has no messages. (Bug#10377)
5707
c869783d
GM
5708 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5709 than Info-edit. (Bug#10385)
5710
2bb4227e
GM
5711 * time.el (display-time-load-average, display-time-next-load-average):
5712 Doc fixes.
5713
7d5944b9
GM
5714 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5715 local setting of buffer-read-only to the input buffer. (Bug#10419)
5716
536aea70
GM
5717 * calendar/calendar.el (calendar-mode):
5718 Locally set scroll-margin to 0. (Bug#10379)
5719
7dccca16
UM
57202012-01-06 Ulrich Mueller <ulm@gentoo.org>
5721
5722 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5723
afbb7930
GM
57242012-01-05 Glenn Morris <rgm@gnu.org>
5725
5726 * eshell/em-unix.el (diff-no-select): Autoload it.
5727 (eshell/diff): Use diff-no-select. (Bug#10420)
5728
04482335
CY
57292012-01-05 Chong Yidong <cyd@gnu.org>
5730
7baca3bc
CY
5731 * shell.el (shell-dynamic-complete-functions): Revert last change.
5732 (shell-command-completion-function): New function.
5733 (shell-completion-vars): Use it to implement
5734 shell-completion-execonly (Bug#10417).
5735
04482335
CY
5736 * custom.el (enable-theme): Don't set custom-safe-themes.
5737
1d00653d
SM
5738 * cus-theme.el (custom-theme-merge-theme):
5739 Ignore custom-enabled-themes and custom-safe-themes.
04482335 5740
bb5aa5d6
MM
57412012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5742
5743 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5744 first prompt in `sql-interacive-mode'.
5745 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 5746 keywords.
6df6ae42 5747 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
5748 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5749 context of original buffer. Invoke `sql-login-hook'.
5750
a7183d7c
EZ
57512012-01-04 Eli Zaretskii <eliz@gnu.org>
5752
5753 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5754 letters in cite-prefix.
5755
a1eacd1e
LMI
57562012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5759
787cdb34
CY
57602012-01-03 Chong Yidong <cyd@gnu.org>
5761
1d00653d
SM
5762 * shell.el (shell-dynamic-complete-functions):
5763 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
5764 comint-filename-completion first (Bug#10417).
5765
30710442
RS
57662012-01-02 Richard Stallman <rms@gnu.org>
5767
5768 * battery.el (battery-status-function):
5769 Detect when to use battery-yeeloong-sysfs.
5770 (battery-echo-area-format): Add string for Yeeloong.
5771 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5772 (battery-yeeloong-sysfs): New function.
5773
f75bfc33
CY
57742012-01-02 Chong Yidong <cyd@gnu.org>
5775
5776 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5777 (dirtrack): Merge code for handling relative filenames in prompt
5778 from shell-dir-cookie-watcher.
5779 (dirtrack-debug-message): New arg to avoid excess format calls.
5780
5781 * shell.el (shell-dir-cookie-re): Variable deleted.
5782 (shell-dir-cookie-watcher): Function deleted.
5783 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5784 with dirtrack-mode.
5785
651e947e
EZ
57862012-01-01 Eli Zaretskii <eliz@gnu.org>
5787
1d00653d
SM
5788 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5789 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
5790 libgnutls-26.dll.
5791
94d4c7dc
AS
57922011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5793
5794 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5795
8d43f3cd
EZ
57962011-12-31 Eli Zaretskii <eliz@gnu.org>
5797
5798 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5799 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5800
98c8795a
MA
58012011-12-29 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5804 also for alternative shells.
5805 (tramp-open-connection-setup-interactive-shell): Check, whether
5806 the shell is a busybox.
5807 (tramp-send-command): Don't suppress multiple prompts for
5808 busyboxes, it hurts.
5809
51281b32
CY
58102011-12-28 Chong Yidong <cyd@gnu.org>
5811
5812 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5813 (gdb-get-source-file): Move mode line update to
5814 gdb-get-source-file (Bug#10087).
5815
2170cb53
CY
58162011-12-25 Chong Yidong <cyd@gnu.org>
5817
5818 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5819 gud-gdb-marker-filter without taking it as an argument.
5820 (gud-gdb-run-command-fetch-lines): Caller changed.
5821 (gud-gdb-completion-function): New variable.
5822 (gud-gdb-completion-at-point): Use it.
5823 (gud-gdb-completions-1): Split from gud-gdb-completions.
5824
5825 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5826 function as separate arguments.
5827 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5828 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5829 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5830 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5831 (gdb-stopped, def-gdb-auto-update-trigger)
5832 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
5833 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5834 Callers changed.
2170cb53
CY
5835 (gud-gdbmi-completions): New function.
5836 (gdb): Use it for generating the completion table.
5837
be8b11bb
AM
58382011-12-24 Alan Mackenzie <acm@muc.de>
5839
5840 Introduce a mechanism to widen the region used in context font
1d00653d 5841 locking. Use this to protect declarations from losing their contexts.
be8b11bb 5842
1d00653d
SM
5843 * progmodes/cc-langs.el (c-before-font-lock-functions):
5844 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 5845 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
5846 functions to be run just before context (etc.) font locking.
5847
5848 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 5849 New, functionality extracted from
be8b11bb 5850 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 5851 (c-in-after-change-fontification): New variable.
be8b11bb
AM
5852 (c-after-change): Set c-in-after-change-fontification.
5853 (c-set-fl-decl-start): Rejig its interface, so it can be called
5854 from both after-change and context fontifying.
b81d40f0
JB
5855 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5856 New functions.
5857 (c-standard-font-lock-fontify-region-function): New variable.
5858 (c-font-lock-fontify-region): New function.
be8b11bb 5859
341cf6ac
JL
58602011-12-24 Juri Linkov <juri@jurta.org>
5861
5862 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5863 (Bug#10348)
5864
bffcee0a
MA
58652011-12-23 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5868 existence of source file. (Bug#10325)
5869
cb5e207c
AM
58702011-12-23 Alan Mackenzie <acm@muc.de>
5871
5872 Fix unstable fontification inside templates.
5873
b81d40f0
JB
5874 * progmodes/cc-langs.el (c-before-font-lock-functions):
5875 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
5876 additionally has c-set-fl-decl-start. The other languages (apart
5877 from AWK) have that as a single entry.
5878
b81d40f0
JB
5879 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5880 The functionality for "local" declarations has been extracted to
cb5e207c
AM
5881 c-set-fl-decl-start.
5882
b81d40f0
JB
5883 * progmodes/cc-mode.el (c-common-init, c-after-change):
5884 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
5885 (c-set-fl-decl-start): New function, extracted from
5886 c-font-lock-enclosing-decls and enhanced.
5887
60ff536c
JB
58882011-12-23 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5891
1c4757d6
JL
58922011-12-22 Juri Linkov <juri@jurta.org>
5893
5894 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
5895
d031f2c7
CY
58962011-12-22 Chong Yidong <cyd@gnu.org>
5897
5898 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5899
bace743a
DA
59002011-12-21 Drew Adams <drew.adams@oracle.com>
5901
5902 * files.el (file-remote-p): Fix docstring. (Bug#10319)
5903
728a1f2b
JC
59042011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5905
5906 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5907
0d373f73
TZ
59082011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
5909
fec0aaa4
TZ
5910 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
5911 highlighting and support. Fix up comments for capitalization.
5912 (cfengine-mode-debug): New var.
5913 (cfengine3-mode): Change the modeline indicator to "CFE3".
5914 (cfengine3-font-lock-keywords): Improve defun highlighting.
5915 (cfengine2-actions): Rename from `cfengine-actions'.
5916 (cfengine2-font-lock-keywords): Rename from
5917 `cfengine-font-lock-keywords'.
5918 (cfengine2-imenu-expression): Rename from
5919 `cfengine-imenu-expression'.
5920 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5921 (cfengine2-beginning-of-defun): Rename from
5922 `cfengine-beginning-of-defun'.
5923 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5924 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5925 (cfengine2-mode): Rename from `cfengine-mode'. Change the
5926 modeline indicator to "CFE2".
5927 (cfengine-mode): Defalias to `cfengine-auto-mode'.
5928 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 5929
bc86f573
CY
59302011-12-21 Chong Yidong <cyd@gnu.org>
5931
5932 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5933 filename argument.
5934
d45ba96b
MR
59352011-12-20 Martin Rudalics <rudalics@gmx.at>
5936
5937 * window.el (window-normalize-buffer-to-display): Remove.
5938 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5939
a6198c90
CY
59402011-12-19 Chong Yidong <cyd@gnu.org>
5941
5942 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5943 Don't signal an error in a predicate function; return non-nil.
5944 (vc-dir-mark-file): Move the error here.
5945 (vc-dir-mark-unmark): If acting on the region, keep going if one
5946 of the entries cannot be marked/unmarked.
5947 (vc-dir-mark-all-files): If current entry is a directory, mark
5948 only child files, as documented.
5949
34c5fb55
VB
59502011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5951
5952 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5953 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5954 addition.
5955
c803b2b7
JD
59562011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5957
5958 * term/ns-win.el (ns-get-selection-internal)
5959 (ns-store-selection-internal): Declare.
1154d12e
JB
5960 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5961 Declare as obsolete.
5962 (ns-get-pasteboard, ns-paste-secondary):
5963 Use ns-get-selection-internal.
5964 (ns-set-pasteboard, ns-copy-including-secondary):
5965 Use ns-store-selection-internal.
c803b2b7 5966
9cff91f8 59672011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5968
5969 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5970 (vc-deduce-fileset): Doc fix.
99a289d9 5971
f16c898a
AS
59722011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5973
5974 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5975
763237c4
SS
59762011-12-13 Sam Steingold <sds@gnu.org>
5977
5978 * man.el (Man-getpage-in-background): When running under a
5979 window-system, ignore $MANWIDTH and $COLUMNS.
5980
5fc1c122
KH
59812011-12-15 Kenichi Handa <handa@m17n.org>
5982
5983 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5984 (setup-ethiopic-environment-internal): Comment out key-binding for
5985 ethio-toggle-punctuation.
5986
13d49cbb
AM
59872011-12-13 Alan Mackenzie <acm@muc.de>
5988
898169a2
AM
5989 Add the switch statement to AWK Mode.
5990
7a71b18d 5991 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5992 "default" to the keywords regexp.
5993
7a71b18d 5994 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5995 expression as the rest.
1d00653d
SM
5996 (c-nonlabel-token-key): Allow string literals for AWK.
5997 Refactor for the other modes.
898169a2 5998
13d49cbb 5999 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6000 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6001 routines. Limit backward searching in c-font-lock-enclosing.decl.
6002
6003 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6004 pp-state and literal type in addition to the limits.
1d00653d 6005 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6006 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6007 (c-slow-in-literal, c-fast-in-literal): Remove.
6008 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6009
6010 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6011 being in a literal. Add a limit for backward searching.
6012
6013 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6014 c-slow-in-literal.
6015
15e0efc7
SM
60162011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6019
454592a6
MR
60202011-12-13 Martin Rudalics <rudalics@gmx.at>
6021
6022 * window.el (delete-other-windows): Use correct frame in call to
6023 window-with-parameter.
6024
87393f26
DP
60252011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6026
6027 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6028 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6029 (makefile-gmake-statements, makefile-makepp-statements):
6030 Use it and add new makepp keywords.
6031 (makefile-makepp-font-lock-keywords): Add new patterns.
6032 (makefile-match-function-end): Match new [...] and [[...]].
6033
11636b22
JB
60342011-12-11 Juanma Barranquero <lekktu@gmail.com>
6035
6036 * ses.el (ses-call-printer-return, ses-cell-property-get)
6037 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6038 (ses-create-cell-variable, ses-reset-header-string)
6039 (ses-cell-set-formula, ses-repair-cell-reference-all)
6040 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6041 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6042 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6043 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6044 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6045 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6046 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6047 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6048 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6049 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6050 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6051 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6052
cf018193
VB
60532011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6054
6055 * ses.el: The overall change is to add cell renaming, that is
6056 setting fancy names for cell symbols other than name matching
6057 "\\`[A-Z]+[0-9]+\\'" regexp .
6058 (ses-create-cell-variable): New defun.
6059 (ses-relocate-formula): Relocate formulas only for cells the
6060 symbols of which are not renamed, i.e. symbols whose names do not
6061 match regexp "\\`[A-Z]+[0-9]+\\'".
6062 (ses-relocate-all): Relocate values only for cells the symbols of
6063 which are not renamed.
6064 (ses-load): Create cells variables as the (ses-cell ...) are read,
6065 in order to check row col consistency with cell symbol name only
6066 for cells that are not renamed.
6067 (ses-replace-name-in-formula): New defun.
6068 (ses-rename-cell): New defun.
6069
ee957461
CY
60702011-12-11 Chong Yidong <cyd@gnu.org>
6071
6072 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6073 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6074
9a9e9ef0
MR
60752011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6076
6077 * window.el (other-window): Fix docstring.
6078
92a8eba5
EZ
60792011-12-10 Eli Zaretskii <eliz@gnu.org>
6080
6081 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6082 `from' or `to' address before taking its substring.
6083 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6084 encoded name is chopped in the middle of the encoded string, and
6085 thus displayed encoded.
6086
e152e577
JB
60872011-12-10 Juanma Barranquero <lekktu@gmail.com>
6088
6089 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6090
e5d84bfe
EZ
60912011-12-10 Eli Zaretskii <eliz@gnu.org>
6092
6093 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6094 to use texinfo-update-node and commands that call it if the
6095 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6096 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6097 (texinfo-all-menus-update, texinfo-master-menu)
6098 (texinfo-update-node, texinfo-every-node-update)
6099 (texinfo-multiple-files-update): Doc fix. Warn against updating
6100 all the @node lines.
6101 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6102 argument is numeric. Explain better in the doc string what the
6103 function really does.
6104 (texinfo-insert-master-menu-list): Improve the error message
6105 displayed if there's no menu in the Top node.
6106 (Bug#2975) See also this thread:
e5d84bfe
EZ
6107 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6108
1d84e9bb
MG
61092011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6110
6111 * speedbar.el (speedbar-supported-extension-expressions):
6112 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6113
382c953b
JB
61142011-12-09 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * printing.el (pr-mode-alist):
6117 * simple.el (filter-buffer-substring-functions)
6118 (completion-list-insert-choice-function):
6119 * window.el (window-with-parameter, window-atom-root)
6120 (window-sides-slots, window-size-fixed, window-min-delta)
6121 (window-max-delta, window--resize-mini-window)
6122 (window--resize-child-windows-normal, window-tree)
6123 (delete-other-windows, quit-window, split-window)
6124 (display-buffer-record-window, special-display-buffer-names)
6125 (special-display-regexps, special-display-popup-frame)
6126 (same-window-p, split-window-sensibly)
6127 (display-buffer-overriding-action, display-buffer-alist)
6128 (display-buffer-base-action, display-buffer, switch-to-buffer)
6129 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6130 (fit-window-to-buffer, recenter-positions)
6131 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6132 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6133 and remove unneeded backslashes in docstrings.
6134
39c9faef
SM
61352011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6136
98449af8
SM
6137 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6138
39c9faef
SM
6139 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6140 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6141 end in ".mk".
6142 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6143 when reading the makefile (bug#10116).
6144
86ed9fdc
SM
61452011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6148 (bug#10116).
6149
5580f89d
GM
61502011-12-06 Glenn Morris <rgm@gnu.org>
6151
6152 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6153
28d3917c
CY
61542011-12-06 Chong Yidong <cyd@gnu.org>
6155
6156 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6157
a98edce9
JB
61582011-12-06 Juanma Barranquero <lekktu@gmail.com>
6159
6160 * textmodes/table.el (table-shorten-cell): Fix typo.
6161
e65adfac
CG
61622011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6163
6164 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6165
71cc0b74
EZ
61662011-12-05 Eli Zaretskii <eliz@gnu.org>
6167
6168 * descr-text.el (describe-char): Fix display of strong
6169 right-to-left characters and directional embeddings and overrides.
6170
6171 * simple.el (what-cursor-position): Fix display of codepoints of
6172 strong right-to-left characters.
6173
315bc30d
CY
61742011-12-05 Chong Yidong <cyd@gnu.org>
6175
6176 * faces.el (read-color): Doc fix.
6177
58a70b94
GM
61782011-12-05 Glenn Morris <rgm@gnu.org>
6179
6180 * align.el (align--set-marker): Add doc-string.
6181 Don't try to move something that is not a marker. (Bug#10216)
6182
5158face
GM
61832011-12-04 Glenn Morris <rgm@gnu.org>
6184
6185 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6186 overly zealous deletion of trailing whitespace.
6187
520fca41
JB
61882011-12-04 Juanma Barranquero <lekktu@gmail.com>
6189
6190 * server.el (server-delete-client): On Windows, do not try to delete
6191 the only terminal.
6192 (server-process-filter): On Windows, treat requests for a tty frame as
6193 if they were for a GUI frame if the running server is in GUI mode.
6194
5e605a2e
GM
61952011-12-03 Glenn Morris <rgm@gnu.org>
6196
6197 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6198
5c3fe83f
SM
61992011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6f5e57e7
SM
6201 * electric.el: Streamline electric-indent's hook.
6202 (electric-indent-chars): Revert to simple list.
6203 (electric-indent-functions): New var.
6204 (electric-indent-post-self-insert-function): Use it.
6205
5c3fe83f
SM
6206 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6207 there's no inferior buffer (bug#10196).
6208 (prolog-consult-compile): Don't use toggle-read-only.
6209
6bdac736
MA
62102011-12-02 Michael Albinus <michael.albinus@gmx.de>
6211
6212 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6213 interrupt. (Bug#10187)
6214
6131ba7f
SM
62152011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6216
99c79fee
SM
6217 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6218 (bug#9160).
6219
6131ba7f
SM
6220 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6221 (bug#10191).
6222
cb0a02ea
JL
62232011-12-02 Juri Linkov <juri@jurta.org>
6224
6225 * info.el (Info-search): Display "end of manual" when Isearch
6226 reaches the end of single-file Info manual. (Bug#9918)
6227
66e0570c
EZ
62282011-12-02 Eli Zaretskii <eliz@gnu.org>
6229
6230 * isearch.el (isearch-message-prefix): Run the input method part
6231 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6232
02b16839
JL
62332011-12-02 Juri Linkov <juri@jurta.org>
6234
6235 * isearch.el (isearch-occur): Use `word-search-regexp' for
6236 `isearch-word'.
6237 (isearch-search-and-update): Add condition for `isearch-word' and
6238 call `word-search-regexp'. (Bug#10145)
6239
0b950688
GM
62402011-12-01 Glenn Morris <rgm@gnu.org>
6241
6242 * eshell/em-hist.el (eshell-hist-initialize):
6243 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6244 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6245
9505c3c7
SM
62462011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6249
1bbe96b2 62502011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6251
a1beca85
SM
6252 * progmodes/verilog-mode.el (verilog-pretty-expr):
6253 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6254 verilog, such as += *= and the like.
6255 (verilog-assignment-operator-re): Regular expression to find the
6256 assigment operator in a verilog assignment.
6257 (verilog-assignment-operation-re): Regular expression to find an
6258 assignment statement for pretty-expr.
6259 (verilog-in-attribute-p): Query returns true if point is in an
6260 attribute context; used to skip these for expression line up from
6261 pretty-expr.
6262 (verilog-in-parameter-p): Query returns true if point is in an
6263 parameter definition context; used to skip these for expression
6264 line up from pretty-expr.
6265 (verilog-in-parenthesis-p): Query returns true if point is in a
6266 parenthetical expression, specifically ( ) but not [ ] or { };
6267 used by pretty-expr.
6268 (verilog-just-one-space): If there is no space, don't add one.
6269 (verilog-get-lineup-indent-2): Specifically skip just attribute
6270 contexts for expression lineup, rather than skipping all
6271 parenthetical expressions.
6272 (verilog-calculate-indent): Fix comment, and fix indent.
6273 (verilog-do-indent): Indent declarations in lists (suggested by
6274 Joachim Lechner).
6275 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6276 skeleton items.
6277 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6278 by Alain Mellan).
6279
1bbe96b2 62802011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6281
6282 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6283 parameters with embedded comments. Reported by Ray Stevens.
6284 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6285 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6286 Reported by Tim Holt.
6287 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6288 instantiated by upper module causing wrong expansion until AUTOed a
6289 second time. Reported by K C Buckenmaier.
6290 (verilog-diff-auto): Fix showing .* as a difference when
6291 `verilog-auto-star-save' off. Reported by Dan Dever.
6292 (verilog-auto-reset, verilog-read-always-signals)
6293 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6294 temporary signals in reset list if
6295 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6296 style to each signal's assignment type, bug381.
6297 Reported by Thomas Esposito.
6288f0ca
WS
6298 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6299 (verilog-uvm-statement-re): Support UVM indentation and
6300 highlighting, with old OVM keywords only.
a1beca85 6301 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6302 Support AUTOTIEOFF creating non-wire data types.
6303 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6304 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6305 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6306 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6307 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6308 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6309 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6310 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6311 non-numeric vector width. Reported by Alex Reed.
6312 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6313 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6314 (verilog-auto-delete-trailing-whitespace):
6315 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6316 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6317 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6318 Fix verilog-scan-cache corruption when running user AUTO expansion
6319 hooks that call indentation routines.
6320 (verilog-simplify-range-expression): Fix typo ignoring lower case
6321 identifiers.
6322 (verilog-delete-auto): Fix delete-autos to also remove user created
6323 automatics, as long as they start with AUTO.
6324 (verilog-batch-diff-auto, verilog-diff-auto)
6325 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6326 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6327 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6328 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6329 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6330 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6331 is disabled and its cache will get corrupt, causing AUTOS not to
6332 expand. Instead use only -quick functions.
6333 (verilog-scan-region): Fix scanning over escaped quotes.
6334 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6335 (verilog-re-search-backward-quick)
6336 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6337 related functions now ignore strings, to fix misparsing of strings
6338 with magic comments embedded in them.
a1beca85
SM
6339 (verilog-read-auto-template):
6340 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6341 Reported by Brad Dobbie.
6342 (verilog-read-auto-template):
6343 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6344 Reported by Brad Dobbie.
6288f0ca
WS
6345 (verilog-auto-inst, verilog-auto-inst-param)
6346 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6347 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6348 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6349 debugging templates without merge conflicts, bug357.
6350 Reported by Brad Dobbie.
6351 (verilog-read-auto-template):
6352 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6353 Reported by Brad Dobbie.
6354 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6355 abbrevs so user won't be asked to save.
6356 (verilog-read-auto-lisp-present): Fix to start at beginning of
6357 buffer in case called outside of verilog-auto.
6358 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6359 to "X-2". Reported by Matthew Myers.
6360 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6361 all inputs from module templates. Reported by Leith Johnson.
6362 (verilog-module-inside-filename-p): Fix locating programs as with
6363 modules.
6364 (verilog-auto-inst-port): Fix vl-width expressions when using
6365 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6366 (verilog-decls-get-regs, verilog-decls-get-signals,
6367 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6368 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6369 verilog-read-decls): Combine reg and wire structures into one var
6370 structure to represent SystemVerilog concepts.
6371 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6372 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6373 (verilog-auto-wire-type, verilog-insert-definition):
6374 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6375 SystemVerilog "logic" keyword instead of "wire"/"reg".
6376 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6377 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6378 ifdef or generate if so there's not a driver conflict).
6379 Reported by Matthew Myers.
6380 (verilog-auto-declare-nettype, verilog-insert-definition):
6381 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6382 `default_nettype none. Reported by Julian Gorfajn.
6383 (verilog-read-always-signals-recurse, verilog-read-decls)
6384 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6385 malformed end statement, bug325. Reported by Joshua Wise and
6386 Andrew Drake.
6387 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6388 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6389 when expanding .* in interfaces, bug320.
6390 Reported by Pierre-David Pfister.
6288f0ca 6391 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6392 name and open parenthesis, bug317.
6393 Reported by Pierre-David Pfister.
6288f0ca
WS
6394 (verilog-simplify-range-expression): Fix simplification of
6395 multiplications inside AUTOWIRE connections, bug303.
6396 (verilog-auto-inst-port): Support parameter expansion in
6397 multidimensional arrays.
6398 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6399 after "assert property". Reported by Julian Gorfajn.
6400 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6401 with multiplication, bug303.
6402 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6403 Reported by Jan Frode Lonnum.
6404
1bbe96b2
GM
64052011-11-30 Juanma Barranquero <lekktu@gmail.com>
6406
6407 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6408 (hfy-shell-file-name, hfy-shell):
6409 * international/fontset.el (x-decompose-font-name): Fix typos.
6410
64112011-11-29 Ken Brown <kbrown@cornell.edu>
6412
6413 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6414 (gdb-version): Remove defvar.
6415 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6416 (gdb-gud-context-command, gdb-non-stop-handler)
6417 (gdb-current-context-command, gdb-stopped): Use it.
6418 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6419 (gdb-non-stop-handler): Don't enable pretty-printing here.
6420 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6421 non-stop mode. Use the following.
6422 (gdb-check-target-async): New defun.
6423 (gud-watch, gdb-stopped): Fix whitespace.
6424 (gdb-get-source-file): Don't try to display the source file if
6425 `gdb-main-file' is nil.
6426
64272011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * align.el: Try to generate fewer markers (bug#10047).
6430 (align--set-marker): New macro.
6431 (align-region): Use it.
6432
c935221f
SM
64332011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6436
e70b5064
CY
64372011-11-29 Chong Yidong <cyd@gnu.org>
6438
6439 * indent.el (indent-for-tab-command, indent-according-to-mode):
6440 Doc fix.
6441 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6442
f3af92b7
MA
64432011-11-29 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6446 aware of remote file names. (Bug#10124)
6447
ed472be9
CY
64482011-11-29 Chong Yidong <cyd@gnu.org>
6449
6450 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6451
24510c22
SM
64522011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * files.el (find-file): Don't use force-same-window (bug#10144).
6455 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6456 use pop-to-buffer if the selected window can't be used.
6457 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6458
c60c3703
EZ
64592011-11-28 Eli Zaretskii <eliz@gnu.org>
6460
6461 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6462 special-mode-map.
6463
e95def75
CY
64642011-11-28 Chong Yidong <cyd@gnu.org>
6465
6466 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6467
c3f1c606
NR
64682011-11-27 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6471 gdb-get-source-file-list on gdb-create-source-file-list.
6472
00db469c
EZ
64732011-11-26 Eli Zaretskii <eliz@gnu.org>
6474
6475 * whitespace.el (whitespace-newline): Use a different foreground
6476 color for 16-color light-background displays.
6477
4ad3bc2a
CY
64782011-11-24 Chong Yidong <cyd@gnu.org>
6479
6480 * window.el (display-buffer--special-action): Doc fix.
6481
e9fce1ac
JB
64822011-11-25 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6485 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6486 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6487 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6488 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6489 (avl-tree-stack-first):
6490 * emacs-lisp/cconv.el (cconv--analyse-use):
6491 * net/gnutls.el (gnutls-negotiate): Fix typos.
6492
cb825e5d
GM
64932011-11-24 Glenn Morris <rgm@gnu.org>
6494
3adbe224
GM
6495 * lpr.el (lpr-windows-system, lpr-lp-system):
6496 * mail/binhex.el (binhex-begin-line):
6497 * progmodes/grep.el (grep-history, grep-find-history):
6498 * textmodes/flyspell.el:
6499 * vc/pcvs-defs.el (cvs-global-menu):
6500 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6501 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6502 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6503
321decc8
GM
6504 * net/tls.el: Fix case of "GnuTLS".
6505
420b63ad
GM
6506 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6507
cb825e5d
GM
6508 * version.el (emacs-build-system): Give it a doc-string.
6509
a0649f08
JL
65102011-11-24 Juri Linkov <juri@jurta.org>
6511
6512 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6513
c0bc0fd4
GM
65142011-11-24 Glenn Morris <rgm@gnu.org>
6515
6516 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6517 if called on a non-mime message just toggle the headers. (Bug#8006)
6518
20db1522
JB
65192011-11-24 Juanma Barranquero <lekktu@gmail.com>
6520
6521 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6522 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6523 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6524 (allout-rebullet-heading, allout-open-sibtopic)
6525 (allout-toggle-current-subtree-encryption)
6526 (allout-toggle-subtree-encryption, allout-encrypt-string)
6527 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6528 (allout-distinctive-bullets-string, allout-auto-activation):
6529 * window.el (window-normalize-buffer-to-display):
6530 * progmodes/verilog-mode.el (verilog-batch-indent):
6531 * textmodes/bibtex.el (bibtex-field-braces-opt)
6532 (bibtex-field-strings-opt):
6533 * vc/cvs-status.el (cvs-tree-merge):
6534 Fix typos.
6535
7262a87c
MA
65362011-11-23 Michael Albinus <michael.albinus@gmx.de>
6537
6538 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6539 `non-essential' to t, in order to avoid remote connections.
6540
283430a1
EZ
65412011-11-23 Eli Zaretskii <eliz@gnu.org>
6542
a1beca85
SM
6543 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6544 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6545 case-insensitively.
6546
d2992a38
ML
65472011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6548
6549 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6550
50419064
GM
65512011-11-23 Glenn Morris <rgm@gnu.org>
6552
da94eca1
GM
6553 * paths.el (rmail-file-name): Reformat the doc-string so that it
6554 is picked up.
6555
9aac4de2
GM
6556 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6557 (rmail-auto-file): Ignore case in the "special" field names,
6558 as mail-fetch-field does for all others.
6559
8038d2d2
GM
6560 * mail/rmail.el (rmail-forward):
6561 * mail/rmailkwd.el (rmail-set-label):
6562 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6563 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6564
f3fe222a
GM
6565 * mail/rmail.el (rmail-current-message): Doc fix.
6566
50419064
GM
6567 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6568
28109f49
SM
65692011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6572
394c65f1
GM
65732011-11-22 Glenn Morris <rgm@gnu.org>
6574
6575 * mail/rmailmm.el (test-rmail-mime-handler)
6576 (test-rmail-mime-bulk-handler)
6577 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6578
f2a0aa3a
JL
65792011-11-21 Juri Linkov <juri@jurta.org>
6580
1154d12e
JB
6581 * calc/calc.el (calc-read-key-sequence):
6582 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6583
9c34a344
LMI
65842011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6585
6586 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6587 Tell the caller that the next line needs recomputation, even
6588 though it doesn't start a sexp (bug#10094).
6589
f04a3be9
SM
65902011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6593
7978747f
SM
65942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6595
f04a3be9
SM
6596 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6597 Use force-same-window.
7978747f 6598
fe7a3057
JB
65992011-11-20 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * descr-text.el (describe-char-unicode-data):
6602 * json.el (json-string-escape):
6603 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6604 (Footnote-unicode, Footnote-style-p):
6605 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6606
24901d61
CY
66072011-11-20 Chong Yidong <cyd@gnu.org>
6608
6609 * window.el (replace-buffer-in-windows): Restore interactive spec.
6610
bac7ff22
SM
66112011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6612
24f3d7b9
SM
6613 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6614
bac7ff22
SM
6615 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6616 (byte-compile-global-not-obsolete-vars): New var.
6617 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6618 Use it.
6619 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6620
cd1181db
JB
66212011-11-20 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6624 * progmodes/pascal.el (electric-pascal-equal):
6625 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6626 * xml.el (xml-substitute-special): Fix typos.
6627
7fb18e9e
GM
66282011-11-20 Glenn Morris <rgm@gnu.org>
6629
6630 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6631 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6632 Doc fixes.
6633 (rmail-decode-mime-charset): Mark as obsolete.
6634
6635 * mail/rmailsum.el (rmail-message-regexp-p-1):
6636 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6637 Before using mime functions, check they are set. (Bug#10077)
6638
d5a6b3ba
JL
66392011-11-19 Juri Linkov <juri@jurta.org>
6640
6641 * info.el (Info-finder-find-node): Use `package--builtins' instead
6642 of `package-alist'. Use node names formed by the pattern "Keyword "
6643 and the keyword name.
6644
e981b61f
AS
66452011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6646
1d00653d 6647 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6648
3ffbc301
JL
66492011-11-19 Juri Linkov <juri@jurta.org>
6650
6651 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6652 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6653 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6654 `old-history', `old-history-forward'. Add let-binding
6655 `window-selected'. Remove calls to `kill-buffer',
6656 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6657 before calling `Info-find-node', so `Info-find-node-2' will reread
6658 the Info file. Restore window positions only when `window-selected'
6659 is non-nil.
6660
30c62133
JL
66612011-11-19 Juri Linkov <juri@jurta.org>
6662
6663 * isearch.el (isearch-lazy-highlight-new-loop):
6664 Remove condition `(not isearch-error)'. (Bug#9918)
6665
6666 * misearch.el (multi-isearch-search-fun): Add condition
6667 `(not bound)' to ignore lazy-highlighting search.
6668 Add the search-failed message "end of multi" when the end of
6669 multi-sequence is reached. Uncapitalize the search-failed
6670 message "Repeat for next buffer".
6671
6672 * info.el (Info-search): Add the search-failed message
6673 "end of the manual" when the end of the manual is reached
6674 in Isearch mode.
6675
645ca9cf
JL
66762011-11-19 Juri Linkov <juri@jurta.org>
6677
6678 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6679 Use non-destructive `remove' instead of `delete' because
6680 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6681 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6682
df754f66
JL
66832011-11-19 Juri Linkov <juri@jurta.org>
6684
6685 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6686 to nil instead of binding `search-ring' and `regexp-search-ring'.
6687 (Bug#9185)
6688
0e23d96a
EZ
66892011-11-19 Eli Zaretskii <eliz@gnu.org>
6690
6691 * simple.el (line-move): Force movement by logical lines for any
6692 hscrolled window, not only when auto-hscroll-mode is on.
6693 (line-move-visual): Update doc string to that effect. (Bug#10076)
6694
8a6ccb66
AS
66952011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6696
6697 * language/european.el (macintosh): Define as alias for mac-roman.
6698
49ae5b39
EZ
66992011-11-19 Eli Zaretskii <eliz@gnu.org>
6700
6701 * mail/rmailmm.el (rmail-mime-display-header)
6702 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6703 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6704 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6705 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6706 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6707 of a raw aref.
6708 (rmail-mime-entity-segment): To get past the tagline, move forward
6709 2 more lines, to account for the 2 empty lines that precede and
6710 follow the line with the buttons.
6711 (rmail-mime-update-tagline): Move one more line, to get past the
6712 empty line that follows the buttons in the tagline. (Bug#9520)
6713
c56cad4a
MR
67142011-11-19 Martin Rudalics <rudalics@gmx.at>
6715
6716 * window.el (window-max-delta-1, window-min-delta-1)
6717 (window-min-size-1, window-state-get-1, window-state-put-1)
6718 (window-state-put-2): Use "window--" prefix.
6719
cbe71af3
SM
67202011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6721
2ad52c60
SM
6722 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6723 (smie-warning-count): New var.
6724 (smie-set-prec2tab): Use it.
6725 (smie-bnf->prec2): Improve warnings. Add docstring.
6726 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6727 (smie-bnf--set-class): New function.
6728 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6729 corner case.
6730
6944dbc1
SM
6731 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6732 (compilation-error-properties, compilation-move-to-column):
6733 Handle compilation-first-column while in the target buffer.
6734
c400c4d7
SM
6735 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6736 Don't hardcode point-min==1.
6737
6dbe3e96
SM
6738 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6739 (eshell-rewrite-for-command): Remove workaround.
6740 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6741 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6742 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6743
cbe71af3
SM
6744 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6745
a8e1496d
GM
67462011-11-17 Glenn Morris <rgm@gnu.org>
6747
6748 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6749 Ignore buffer-local generated-autoload-file if it is the same
6750 as the global value. (Bug#10049)
6751
df85d315
JB
67522011-11-17 Juanma Barranquero <lekktu@gmail.com>
6753
6754 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6755 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6756 (reftex-toc-previous-heading, reftex-toc-max-level)
6757 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6758 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6759 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6760 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6761 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6762 (reftex-toc-rename-label, reftex-toc-visit-location)
6763 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6764 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6765 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6766 leaving "*toc*" only for references to the buffer.
6767
a0c2d0ae
MR
67682011-11-17 Martin Rudalics <rudalics@gmx.at>
6769
6770 * window.el (window-resize, delete-window, split-window):
6771 Replace window-splits by window-combination-resize.
1d00653d 6772 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 6773
35c0bac8
GM
67742011-11-17 Glenn Morris <rgm@gnu.org>
6775
6776 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6777 Make bash entry derive from sh entry, not shell entry.
6778
d0c8fc8a
MA
67792011-11-16 Michael Albinus <michael.albinus@gmx.de>
6780
7262a87c
MA
6781 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6782 local file name.
6783
7877f373
JB
67842011-11-16 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * menu-bar.el (menu-bar-file-menu):
6787 * printing.el (pr-ps-utility):
6788 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6789 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6790 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6791 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6792 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6793 (icalendar--convert-cyclic-to-ical)
6794 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6795 (icalendar--convert-ical-to-diary)
6796 (icalendar--convert-recurring-to-diary)
6797 (icalendar--convert-non-recurring-all-day-to-diary)
6798 (icalendar-import-format-sample):
6799 * progmodes/idlw-shell.el (idlwave-shell-mode):
6800 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6801 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6802 (vhdl-ps-print-init): Fix typos.
6803
10649b82
KM
68042011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6805
9d0cfcd6
GM
6806 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6807 FSF and collapse date sequence, obscure author/maintainer email address
6808 better, remove extra version line, track relocation of author's webpage.
10649b82 6809
9d0cfcd6
GM
6810 * progmodes/python.el (python-pdbtrack-input-prompt)
6811 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6812 regular python pdb prompts. Adjustments shamelessly taken exactly as
6813 suggested in EmacsWiki page (tiny change):
6814 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 6815
58179cce
JB
68162011-11-16 Juanma Barranquero <lekktu@gmail.com>
6817
6818 * expand.el (expand-pos, expand-index, expand-point):
6819 Remove redundant info from docstring.
6820 (expand-add-abbrevs): Doc fix.
6821 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6822 (expand-sample-perl-mode-expand-list): Fix typos.
6823
6824 * net/dbus.el (dbus-event-member-name):
6825 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6826 * term/pc-win.el (msdos-create-frame-with-faces):
6827 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6828
b6f67890
MR
68292011-11-16 Martin Rudalics <rudalics@gmx.at>
6830
6831 * window.el (split-window, window-state-get-1)
6832 (window-state-put-1, window-state-put-2): Rename occurrences of
6833 window-nest to window-combination-limit.
1d00653d 6834 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 6835
ce7ddba0
CY
68362011-11-16 Chong Yidong <cyd@gnu.org>
6837
6838 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6839 regexp (Bug#10033).
6840
3ae704f4
SM
68412011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6844 `completing-read' will remove *Completions* and will preserve
6845 current-buffer for us.
6846 (tmm-add-prompt): Users of *Completions* will always (re)set its
6847 major mode.
6848 (tmm-old-comp-map): Remove.
6849
6ad1cdde
GM
68502011-11-16 Glenn Morris <rgm@gnu.org>
6851
6852 * mail/rmailedit.el: Require rmailmm when compiling.
6853 (rmail-old-mime-state): New declaration.
6854 (rmail-edit-current-message): If editing a mime message,
6855 edit the "raw" message from the mbox buffer.
6856 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6857
d20faa20
GM
68582011-11-15 Glenn Morris <rgm@gnu.org>
6859
6860 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6861 which wasn't being used. Add optional arg to force given state.
6862 (rmail-mime): Add optional arg to force given state.
6863
c7015153
JB
68642011-11-15 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6867 * frame.el (display-mm-dimensions-alist):
6868 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6869 (outline-move-subtree-down):
6870 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6871 (newsticker--treeview-do-get-node):
6872 * net/quickurl.el (quickurl-list-buffer-name):
6873 * progmodes/dcl-mode.el (dcl-mode):
6874 * progmodes/gdb-mi.el (gdb-mapcar*):
6875 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6876
45261b50
GM
68772011-11-15 Glenn Morris <rgm@gnu.org>
6878
6879 * mail/rmail.el (rmail-file-coding-system): It's only ever used
6880 in a boolean sense, so just make it a boolean, and fix the doc.
6881 (rmail-show-mime-function, rmail-mime-feature)
6882 (rmail-require-mime-maybe): Doc fixes.
6883 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6884
6885 * mail/rmailmm.el (rmail-show-mime): Doc fix.
6886
0d26e0b6
JB
68872011-11-15 Juanma Barranquero <lekktu@gmail.com>
6888
6889 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6890 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6891 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6892 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6893
447f30f6
GM
68942011-11-15 Glenn Morris <rgm@gnu.org>
6895
672b871d
GM
6896 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6897 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6898 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6899 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6900 (rmail-mime, rmail-show-mime): Doc fixes.
6901
f6aa5bb1
GM
6902 * term/ns-win.el (mode-line-frame-identification):
6903 Leave it alone. (Bug#10051)
6904
947cd66b
GM
6905 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
6906
447f30f6
GM
6907 * mail/rmailout.el (rmail-output-to-rmail-buffer):
6908 Handle empty buffers. (Bug#9978)
6909
0b381c7e
JB
69102011-11-14 Juanma Barranquero <lekktu@gmail.com>
6911
6912 * international/mule.el (define-charset):
6913 * mail/rmailmm.el (rmail-mime-find-header-encoding):
6914 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6915 * progmodes/verilog-mode.el (verilog-backward-token):
6916 * textmodes/ispell.el (lookup-words):
6917 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6918
71e027ac
GM
69192011-11-14 Glenn Morris <rgm@gnu.org>
6920
56632ce4
GM
6921 * progmodes/executable.el
6922 (executable-make-buffer-file-executable-if-script-p):
6923 Handle file-modes returning nil.
6924
40500957
GM
6925 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6926 message - not necessary, and causes problems. (Bug#9831)
6927
071c2340
GM
6928 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6929
d3cfca60
GM
6930 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6931
71e027ac
GM
6932 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6933 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6934 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6935
89d61221
MR
69362011-11-12 Martin Rudalics <rudalics@gmx.at>
6937
6938 * window.el (window-resize, delete-window): Use window-splits
6939 variable instead of function.
6940 (window-state-get-1, window-state-put-2, window-state-put):
6941 Don't deal with windows' splits status.
6942
98282f6f
GM
69432011-11-12 Glenn Morris <rgm@gnu.org>
6944
6945 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6946 (apropos-documentation): Doc fixes.
6947
40a8bdf6
JB
69482011-11-11 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6951 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6952
65bd19ff
SM
69532011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * electric.el (electric-indent-post-self-insert-function): Make it
6956 possible for a char to only indent in some circumstances.
6957 (electric-indent-mode): Simplify.
6958
54f9154c
MR
69592011-11-11 Martin Rudalics <rudalics@gmx.at>
6960
6961 * window.el (windows-with-parameter): Remove unused function.
6962 (windows-at-side): Rename to window-at-side-list.
6963 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6964 (window-side-check, window-size-ignore, window-size-fixed-1)
6965 (window-in-direction-2): Prefix with "window--".
6966 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6967
68cbc58b
GM
69682011-11-11 Glenn Morris <rgm@gnu.org>
6969
6970 * subr.el (eval-after-load): If FILE is already loaded,
6971 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6972
b2621720
GM
69732011-11-10 Glenn Morris <rgm@gnu.org>
6974
9a4de110
GM
6975 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6976 Call svn via vc-svn-command rather than vc-do-command.
6977 (vc-svn-command): Add --non-interactive. (Bug#9993)
6978 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6979
b2621720
GM
6980 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6981 Add toggle-read-only. (Bug#7292)
6982 * files.el (toggle-read-only): Mention that it should only
6983 be used interactively. (Bug#10006)
6984
1dce7193
SM
69852011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6986
d9ac1a1e
SM
6987 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6988 Adjust regexp for OCaml warnings.
6989
0c325082
SM
6990 * electric.el (electric-pair-post-self-insert-function): Let user
6991 turn it off buffer-locally (bug#9932).
6992
90132c14
SM
6993 * progmodes/python.el (python-beginning-of-statement):
6994 Rewrite (bug#2703).
6995
1dce7193
SM
6996 * progmodes/compile.el: Better handle TABs (bug#9749).
6997 (compilation-internal-error-properties)
6998 (compilation-next-error-function): Obey the target buffer's
6999 compilation-error-screen-columns.
7000
c4e7c63a
JB
70012011-11-09 Juanma Barranquero <lekktu@gmail.com>
7002
7003 * progmodes/meta-mode.el: Remove obsolete comments.
7004 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7005 Fix typos in docstrings.
7006
2cffd681
MR
70072011-11-09 Martin Rudalics <rudalics@gmx.at>
7008
7009 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7010 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7011 (window--resizable): New function. Make all callers of
7012 window-resizable call window--resizable instead.
7013 (window-resizable): Rewrite in terms of window--resizable.
7014
0edcba87
GM
70152011-11-08 Glenn Morris <rgm@gnu.org>
7016
7017 * progmodes/delphi.el (delphi-mode-syntax-table):
7018 Let define-derived-mode define a proper syntax table. (Bug#9994)
7019
4b0d61e3
SM
70202011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * window.el: Stay away from defsubst.
7023 (window-list-no-nils): Remove.
7024 (window-state-get-1, window-state-get): Use backquote instead.
7025
cd394be1 70262011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7027
4b0d61e3 7028 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7029 Fix incorrect use of default argument in `completing-read'.
7030
e1c2c6f2
MR
70312011-11-08 Martin Rudalics <rudalics@gmx.at>
7032
7033 * window.el (display-buffer-function, special-display-function):
7034 Mention display-buffer-record-window but do not mention
7035 help-setup parameter in doc-strings.
b3f4a882 7036 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7037
105216ed
CY
70382011-11-08 Chong Yidong <cyd@gnu.org>
7039
7040 * window.el (window-total-height, window-total-width): Doc fix.
7041 (window-body-size): Move from C.
7042 (window-body-height, window-body-width): Move to C.
7043
0a9f9ab5
SM
70442011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * window.el: Make special-display like display-buffer-alist (bug#9532).
7047 (display-buffer--special-action): New function, morphed
7048 from display-buffer--special.
7049 (display-buffer): Use it to handle special-display-buffers at higher
7050 priority (just after display-buffer-alist).
7051 (display-buffer-fallback-action, display-buffer--other-frame-action)
7052 (pop-to-buffer-same-window): Remove display-buffer--special.
7053
a769dd15
GM
70542011-11-07 Glenn Morris <rgm@gnu.org>
7055
7056 * calendar/cal-menu.el (cal-menu-set-date-title):
7057 Do nothing if not in a calendar. (Bug#9976)
7058
05a61ee3
SM
70592011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * files.el (find-file): Always use selected-window.
7062
be7f5545
MR
70632011-11-07 Martin Rudalics <rudalics@gmx.at>
7064
7065 * window.el (window-combinations): Make WINDOW argument
7066 mandatory. Rewrite doc-string.
7067 (walk-window-subtree, window-atom-check, window-min-delta)
7068 (window-max-delta, window--resize-this-window)
7069 (window--resize-root-window-vertically, window-tree)
7070 (balance-windows, window-state-put): Rewrite doc-strings as to
7071 not mention the term "subwindow".
7072 (window--resize-subwindows-skip-p): Rename to
7073 window--resize-child-windows-skip-p.
7074 (window--resize-subwindows-normal): Rename to
7075 window--resize-child-windows-normal.
7076 (window--resize-subwindows): Rename to
7077 window--resize-child-windows.
7078 (window-or-subwindow-p): Rename to window--in-subtree-p.
7079
3c6702ef
ML
70802011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7081
7082 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7083 Ensure that mbox format messages end in two newlines (Bug#9974).
7084
49745b39
CY
70852011-11-06 Chong Yidong <cyd@gnu.org>
7086
7087 * window.el (window-combination-p): Function deleted; its
7088 side-effect is not used in any existing code.
7089 (window-combinations, window-combined-p): Call window-*-child
7090 directly.
7091
24300f5f
CY
70922011-11-05 Chong Yidong <cyd@gnu.org>
7093
7094 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7095 (window-size-ignore, window-state-get): Callers changed.
7096 (window-normalize-window): Rename from window-normalize-any-window.
7097 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7098 (window-normalize-live-window): Delete.
447f16b8
CY
7099 (window-combination-p, window-combined-p, window-combinations)
7100 (walk-window-subtree, window-atom-root, window-min-size)
7101 (window-sizable, window-sizable-p, window-size-fixed-p)
7102 (window-min-delta, window-max-delta, window-resizable)
7103 (window-resizable-p, window-full-height-p, window-full-width-p)
7104 (window-current-scroll-bars, window-point-1, set-window-point-1)
7105 (window-at-side-p, window-in-direction, window-resize)
7106 (adjust-window-trailing-edge, maximize-window, minimize-window)
7107 (window-deletable-p, delete-window, delete-other-windows)
7108 (record-window-buffer, unrecord-window-buffer)
7109 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7110 (quit-window, split-window, window-state-put)
7111 (set-window-text-height, fit-window-to-buffer)
7112 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7113
89bd5ee1
EZ
71142011-11-04 Eli Zaretskii <eliz@gnu.org>
7115
53479029
EZ
7116 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7117 rfc2047-decode-string.
7118 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7119 warnings.
7120
89bd5ee1
EZ
7121 * window.el (window-body-height, window-body-width): Mention in
7122 the doc string that the return values are in frame's canonical
7123 units. (Bug#9949)
7124
bd17fdee
AM
71252011-11-03 Alan Mackenzie <acm@muc.de>
7126
7127 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7128 change in cc-engine.el.
7129
acc825c5
SM
71302011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7133
1885e5b8
MR
71342011-11-02 Martin Rudalics <rudalics@gmx.at>
7135
7136 * window.el (quit-window): Call unrecord-window-buffer after
7137 showing another buffer in the window. (Bug#9937)
acc825c5 7138 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7139
ebe06da9
JB
71402011-11-02 Juanma Barranquero <lekktu@gmail.com>
7141
7142 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7143 Accept status with more than 9 shelves. (Bug#9935)
7144 Reported by Colin D Bennett <colin@gibibit.com>.
7145
4ee88440
MR
71462011-11-01 Martin Rudalics <rudalics@gmx.at>
7147
7148 * help.el (with-help-window): Don't reference
7149 temp-buffer-show-specifiers in doc-string.
7150
08e1d82c
AS
71512011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7152
7153 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7154 menu-item.
7155
84bd6e9e
VJL
71562011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7157
7158 * whitespace.el: New version 13.2.2.
7159 (whitespace-newline-mode): Disable properly. Reported by Sarah
7160 <EmacsWiki>.
7161
dba0634a
UJ
71622011-10-30 Ulf Jasper <ulf.jasper@web.de>
7163
7164 * net/newst-treeview.el: Remove "Time-stamp".
7165 (newsticker--group-manage-orphan-feeds): Do not call
7166 newsticker--treeview-tree-update.
db22a3c2
JB
7167 (newsticker-treeview-update, newsticker-treeview):
7168 Call newsticker--treeview-tree-update if necessary.
dba0634a 7169
3d8daefe
MR
71702011-10-30 Martin Rudalics <rudalics@gmx.at>
7171
7172 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7173 (window-iso-combinations): Remove "iso-" infix.
7174 Suggested by Chong Yidong.
3d8daefe
MR
7175 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7176 (window-max-delta-1, window-resize, window--resize-siblings)
7177 (window--resize-this-window, adjust-window-trailing-edge)
7178 (split-window, balance-windows-1)
7179 (shrink-window-if-larger-than-buffer):
7180 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7181 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7182
1bc4c3ae
SM
71832011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7186 in place (bug#9907).
7187 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7188 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7189 (eshell-structure-basic-command, eshell-rewrite-while-command)
7190 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7191 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7192 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7193 (eshell-do-pipelines-synchronously, eshell-eval-command):
7194 Use backquotes and prefer setq to set.
7195 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7196 (eshell-macrop): Use functionp.
c1e2f5fa 7197 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7198
30b65d9c
CY
71992011-10-30 Chong Yidong <cyd@gnu.org>
7200
7201 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7202 instead of set-mark (Bug#9810).
7203
2d197ffb
CY
72042011-10-30 Chong Yidong <cyd@gnu.org>
7205
7206 * window.el (split-window-below, split-window-right): Rename from
7207 split-window-above-each-other and split-window-side-by-side
7208 respectively. All callers changed.
7209 (split-window-sensibly, split-window-sensibly): Use them.
7210 (split-window-keep-point): Doc fix.
7211
7212 * isearch.el: Add isearch-scroll property to split-window-below
7213 and split-window-right.
7214
7215 * follow.el (follow-mode):
7216 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7217 * progmodes/ada-xref.el (ada-gdb-application):
7218 * emulation/vip.el (vip-buffer-in-two-windows):
7219 * image-dired.el (image-dired-dired-with-window-configuration):
7220 * dired-x.el (dired-do-find-marked-files):
7221 * dired.el (dired-pop-to-buffer):
7222 * bs.el (bs--show-with-configuration):
7223 * vc/emerge.el (emerge-setup-windows):
7224 * textmodes/two-column.el (2C-two-columns):
7225 * textmodes/reftex-toc.el (reftex-toc):
7226 * progmodes/gdb-mi.el (gdb-setup-windows):
7227 * progmodes/fortran.el (fortran-window-create):
7228 * net/newst-treeview.el (newsticker--treeview-window-init):
7229 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7230 * emulation/tpu-edt.el (tpu-gold-map):
7231 * emulation/crisp.el (crisp-mode-map):
7232 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7233
38bb2ca8
CY
72342011-10-29 Chong Yidong <cyd@gnu.org>
7235
aa4de341
CY
7236 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7237
e1eb5385
CY
7238 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7239
5d2ece3c
CY
7240 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7241 forged Ispell output (Bug#7904).
7242
38bb2ca8
CY
7243 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7244
d0af9f77
SM
72452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * doc-view.el: Avoid ugly errors about not finding nil.
7248 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7249 (doc-view-dvipdf-program, doc-view-unoconv-program)
7250 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7251 Avoid nil or absolute file name as default value.
7252 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7253
52bedd34
AM
72542011-10-28 Alan Mackenzie <acm@muc.de>
7255
db22a3c2 7256 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7257
7e43cfa5
AM
72582011-10-28 Alan Mackenzie <acm@muc.de>
7259
7260 Amend the handling of c-beginning/end-of-defun in nested declaration
7261 scopes.
7262
52bedd34
AM
7263 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7264 cc-langs.el. Change it to a defcustom.
7e43cfa5 7265
52bedd34
AM
7266 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7267 cc-vars.el.
7e43cfa5 7268
d0af9f77
SM
7269 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7270 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7271
52bedd34 7272 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7273 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7274 (c-widen-to-enclosing-decl-scope): New function.
7275 (c-while-widening-to-decl-block): New macro.
7276 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7277 outward for defun boundaries, and correspondingly change symbol
7278 `respect-enclosure' to `go-outward'.
7279 (c-declaration-limits): Change algorithm to report only the "innermost"
7280 defun's boundaries.
7281
1a2ce9ee
DD
72822011-10-28 Deniz Dogan <deniz@dogan.se>
7283
7284 * net/rcirc.el (rcirc-mode): Use hard newlines.
7285
bc97a826
AM
72862011-10-28 Alan Mackenzie <acm@muc.de>
7287
7288 Amend to indent and fontify macros "which include their own semicolon"
7289 correctly, using the "virtual semicolon" mechanism.
7290
52bedd34 7291 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7292
d0af9f77 7293 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7294 Recode to scan one line at a time rather than having \n and \r
58179cce 7295 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7296 (c-forward-label): Amend for virtual semicolons.
58179cce 7297 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7298
52bedd34
AM
7299 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7300 of the new C macros.
bc97a826 7301
52bedd34 7302 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7303 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7304 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7305 (c-opt-cpp-macro-define): Make into a full language variable.
7306 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7307 AWK Mode (including \n, \r) removed, no longer needed.
7308
d0af9f77
SM
7309 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7310 Invoke c-make-macro-with-semi-re.
bc97a826 7311
52bedd34
AM
7312 * progmodes/cc-vars.el (c-macro-with-semi-re):
7313 (c-macro-names-with-semicolon): New variables.
58179cce 7314 (c-make-macro-with-semi-re): New function.
bc97a826 7315
7a6c0941
SM
73162011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * vc/log-edit.el: Fill empty field rather than adding new one.
7319 (log-edit-add-field): New function.
7320 (log-edit-insert-changelog): Use it.
7321
b0c4cdcf
ML
73222011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7323
7324 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7325
ee1f1da9
SM
73262011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7329 (gdb--check-interpreter): New function.
7330 (gdb): Use it.
7331
51bc5f8b
GM
73322011-10-27 Glenn Morris <rgm@gnu.org>
7333
416a2c45
GM
7334 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7335 (least-positive-float, least-negative-float)
7336 (least-positive-normalized-float, least-negative-normalized-float)
7337 (float-epsilon, float-negative-epsilon):
7338 Remove unnecessary declarations.
7339
7340 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7341 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7342 (least-positive-float, least-negative-float)
7343 (least-positive-normalized-float, least-negative-normalized-float)
7344 (float-epsilon, float-negative-epsilon): Add doc-strings,
7345 based on those in cl.texi.
7346
51bc5f8b
GM
7347 * files.el (set-visited-file-name): If the major-mode changed,
7348 reload the local variables. (Bug#9796)
7349
15de15c6
CY
73502011-10-27 Chong Yidong <cyd@gnu.org>
7351
7352 * subr.el (change-major-mode-after-body-hook): New hook.
7353 (run-mode-hooks): Run it.
7354
ee1f1da9
SM
7355 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7356 Use change-major-mode-before-body-hook.
15de15c6
CY
7357
7358 * simple.el (fundamental-mode):
7359 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7360 change introducing fundamental-mode-hook.
7361
5430d399
JB
73622011-10-26 Juanma Barranquero <lekktu@gmail.com>
7363
acc825c5 7364 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7365
ad74a69e
MA
73662011-10-26 Michael Albinus <michael.albinus@gmx.de>
7367
7368 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7369 tramp.el explicitly. (Bug#7583)
ad74a69e 7370
71d4c2a5
SM
73712011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * progmodes/octave-mod.el:
7374 * progmodes/octave-inf.el: Update maintainer.
7375
b1f6fa26
CY
73762011-10-26 Chong Yidong <cyd@gnu.org>
7377
7378 * subr.el (with-wrapper-hook): Rewrite doc.
7379
3f04efd6
MA
73802011-10-25 Michael Albinus <michael.albinus@gmx.de>
7381
7382 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7383 filenames "/method:foo:". (Bug#9793)
3f04efd6 7384
410488d3
SM
73852011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7388 (bug#9865).
7389
c1ebb47e
GM
73902011-10-24 Glenn Morris <rgm@gnu.org>
7391
7392 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7393
7f5c46c7
MA
73942011-10-24 Michael Albinus <michael.albinus@gmx.de>
7395
7396 * notifications.el: Add the requirement of a running D-Bus session
7397 bus to the Commentary.
7398
db2440b6
JL
73992011-10-24 Juri Linkov <juri@jurta.org>
7400
7401 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7402 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7403 (Bug#9364)
7404
feecf435
JL
74052011-10-24 Juri Linkov <juri@jurta.org>
7406
7407 * info.el (Info-following-node-name-re): Add newline to the list
7408 of allowed characters for leading space. (Bug#9824)
7409
a3839de2
SM
74102011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7411
acc825c5
SM
7412 * progmodes/octave-inf.el (inferior-octave-mode-map):
7413 Fix C-c C-h binding.
a3839de2
SM
7414 * progmodes/octave-mod.el (octave-help): Remove.
7415
09388e76
MA
74162011-10-23 Michael Albinus <michael.albinus@gmx.de>
7417
7418 Sync with Tramp 2.2.3.
7419
7420 * net/tramp-cache.el (top): Pacify byte-compiler using
7421 `init-file-user' and `site-run-file'.
7422
7423 * net/trampver.el: Update release number.
7424
86c60681
CY
74252011-10-23 Chong Yidong <cyd@gnu.org>
7426
7427 * files.el (toggle-read-only): Remove obsolete comment about
7428 version control.
7429
7430 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7431 for toggle-read-only. Note that this hasn't called vc-next-action
7432 since 2008-05-02, though it wasn't documented at the time.
7433
a3839de2
SM
7434 * vc/ediff-init.el (ediff-toggle-read-only-function):
7435 Use toggle-read-only.
86c60681 7436
cd5495ff
AM
74372011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7438
7439 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7440 of c-parse-state.
7441
00b77525 7442 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7443 correct faulty logical expression.
cd5495ff
AM
7444 (c-parse-state-state, c-record-parse-state-state):
7445 (c-replay-parse-state-state): New defvar/defuns.
7446 (c-debug-parse-state): Use new functions.
7447
42ee24ed
MR
74482011-10-22 Martin Rudalics <rudalics@gmx.at>
7449
7450 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7451 last fix. Use window-in-direction correctly.
42ee24ed 7452
a7dee7e7
CY
74532011-10-21 Chong Yidong <cyd@gnu.org>
7454
7455 * progmodes/idlwave.el (idlwave-mode):
7456 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7457 require-final-newline; that's done in prog-mode.
7458 Suggested by Stefan Monnier.
a7dee7e7 7459
e07b9a6d
MR
74602011-10-21 Martin Rudalics <rudalics@gmx.at>
7461
7462 * mouse.el (mouse-drag-window-above)
7463 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7464 (mouse-drag-mode-line-1, mouse-drag-header-line)
7465 (mouse-drag-vertical-line-rightward-window): Remove.
7466 (mouse-drag-line): New function.
7467 (mouse-drag-mode-line, mouse-drag-header-line)
7468 (mouse-drag-vertical-line): Call mouse-drag-line.
7469 * window.el (window-at-side-p, windows-at-side): New functions.
7470
7e1361d9
UM
74712011-10-21 Ulrich Mueller <ulm@gentoo.org>
7472
7473 * tar-mode.el (tar-grind-file-mode):
7474 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7475
30fcaf3a
CY
74762011-10-21 Chong Yidong <cyd@gnu.org>
7477
7478 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7479 * progmodes/vera-mode.el (vera-mode):
7480 Use mode-require-final-newline.
30fcaf3a 7481
516eddb0
GM
74822011-10-20 Glenn Morris <rgm@gnu.org>
7483
db22a3c2 7484 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7485
10d5f513
CS
74862011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7487
7488 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7489
ac6c8639
CY
74902011-10-20 Chong Yidong <cyd@gnu.org>
7491
7492 * emulation/cua-base.el (cua-mode):
7493 * mail/footnote.el (footnote-mode):
7494 * mail/mailabbrev.el (mail-abbrevs-mode):
7495 * net/xesam.el (xesam-minor-mode):
7496 * progmodes/bug-reference.el (bug-reference-mode):
7497 * progmodes/cap-words.el (capitalized-words-mode):
7498 * progmodes/compile.el (compilation-minor-mode)
7499 (compilation-shell-minor-mode):
7500 * progmodes/gud.el (gud-tooltip-mode):
7501 * progmodes/hideif.el (hide-ifdef-mode):
7502 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7503 * progmodes/subword.el (subword-mode):
7504 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7505 * progmodes/which-func.el (which-function-mode):
7506 * term/tvi970.el (tvi970-set-keypad-mode):
7507 * term/vt100.el (vt100-wide-mode):
7508 * textmodes/flyspell.el (flyspell-mode):
7509 * textmodes/ispell.el (ispell-minor-mode):
7510 * textmodes/nroff-mode.el (nroff-electric-mode):
7511 * textmodes/paragraphs.el (use-hard-newlines):
7512 * textmodes/refill.el (refill-mode):
7513 * textmodes/reftex.el (reftex-mode):
7514 * textmodes/rst.el (rst-minor-mode):
7515 * textmodes/sgml-mode.el (html-autoview-mode)
7516 (sgml-electric-tag-pair-mode):
7517 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7518 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7519 * emulation/crisp.el (crisp-mode):
7520 * emacs-lisp/eldoc.el (eldoc-mode):
7521 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7522 minor mode behavior.
7523
aa42ab43
JL
75242011-10-19 Juri Linkov <juri@jurta.org>
7525
7526 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7527 the list of hard-coded chars with escape-glyph face.
7528
89400f1d
SM
75292011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7532
305c07f6
MA
75332011-10-19 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7536 running process.
7537
13754b54
GM
75382011-10-19 Glenn Morris <rgm@gnu.org>
7539
7540 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7541 Ignore ignored files. (Bug#9726)
7542
06e21633
CY
75432011-10-19 Chong Yidong <cyd@gnu.org>
7544
7545 Doc fix for minor modes, stating that an omitted argument enables
7546 the mode unconditionally when called from Lisp.
7547
7548 * abbrev.el (abbrev-mode):
7549 * allout.el (allout-mode):
7550 * autoinsert.el (auto-insert-mode):
7551 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7552 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7553 (global-auto-revert-mode):
7554 * battery.el (display-battery-mode):
7555 * composite.el (global-auto-composition-mode)
7556 (auto-composition-mode):
7557 * delsel.el (delete-selection-mode):
7558 * desktop.el (desktop-save-mode):
7559 * dired-x.el (dired-omit-mode):
7560 * dirtrack.el (dirtrack-mode):
7561 * doc-view.el (doc-view-minor-mode):
7562 * double.el (double-mode):
7563 * electric.el (electric-indent-mode, electric-pair-mode):
7564 * emacs-lock.el (emacs-lock-mode):
7565 * epa-hook.el (auto-encryption-mode):
7566 * follow.el (follow-mode):
7567 * font-core.el (font-lock-mode):
7568 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7569 * help.el (temp-buffer-resize-mode):
7570 * hilit-chg.el (highlight-changes-mode)
7571 (highlight-changes-visible-mode):
7572 * hi-lock.el (hi-lock-mode):
7573 * hl-line.el (hl-line-mode, global-hl-line-mode):
7574 * icomplete.el (icomplete-mode):
7575 * ido.el (ido-everywhere):
7576 * image-file.el (auto-image-file-mode):
7577 * image-mode.el (image-minor-mode):
7578 * iswitchb.el (iswitchb-mode):
7579 * jka-cmpr-hook.el (auto-compression-mode):
7580 * linum.el (linum-mode):
7581 * longlines.el (longlines-mode):
7582 * master.el (master-mode):
7583 * mb-depth.el (minibuffer-depth-indicate-mode):
7584 * menu-bar.el (menu-bar-mode):
7585 * minibuf-eldef.el (minibuffer-electric-default-mode):
7586 * mouse-sel.el (mouse-sel-mode):
7587 * msb.el (msb-mode):
7588 * mwheel.el (mouse-wheel-mode):
7589 * outline.el (outline-minor-mode):
7590 * paren.el (show-paren-mode):
7591 * recentf.el (recentf-mode):
7592 * reveal.el (reveal-mode, global-reveal-mode):
7593 * rfn-eshadow.el (file-name-shadow-mode):
7594 * ruler-mode.el (ruler-mode):
7595 * savehist.el (savehist-mode):
7596 * scroll-all.el (scroll-all-mode):
7597 * scroll-bar.el (scroll-bar-mode):
7598 * server.el (server-mode):
7599 * shell.el (shell-dirtrack-mode):
7600 * simple.el (auto-fill-mode, transient-mark-mode)
7601 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7602 (line-number-mode, column-number-mode, size-indication-mode)
7603 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7604 * strokes.el (strokes-mode):
7605 * time.el (display-time-mode):
7606 * t-mouse.el (gpm-mouse-mode):
7607 * tool-bar.el (tool-bar-mode):
7608 * tooltip.el (tooltip-mode):
7609 * type-break.el (type-break-mode-line-message-mode)
7610 (type-break-query-mode):
7611 * view.el (view-mode):
7612 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7613 (global-whitespace-mode, global-whitespace-newline-mode):
7614 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7615
a3839de2
SM
7616 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7617 Fix autogenerated docstring.
06e21633 7618
5214e501
JL
76192011-10-19 Juri Linkov <juri@jurta.org>
7620
7621 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7622 by checking environment variables "DESKTOP_SESSION" and
7623 "XDG_CURRENT_DESKTOP". (Bug#9779)
7624
195f8db9
JL
76252011-10-19 Juri Linkov <juri@jurta.org>
7626
7627 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7628 (browse-url-chromium-program, browse-url-chromium-arguments):
7629 New defcustoms.
7630 (browse-url-default-browser): Check for `browse-url-chromium' and
7631 call `browse-url-chromium-program'.
7632 (browse-url-chromium): New command. (Bug#9779)
7633
343a34ff
JB
76342011-10-18 Juanma Barranquero <lekktu@gmail.com>
7635
7636 * facemenu.el (list-colors-duplicates): On Windows, detect more
7637 duplicates by assuming that only colors matching "^System" are
7638 special "system colors". (Bug#9722)
7639
6978a151
SM
76402011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7643 to distinguish the author from the committer.
7644
6a80b297
MA
76452011-10-18 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7648
b31a5677
JK
76492011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7650
7651 * international/mule.el (sgml-html-meta-auto-coding-function):
7652 Add support for detecting encoding in HTML5 specified only as
7653 <meta charset="UTF-8">. Implementation just makes http-equiv and
7654 content-type parts from HTML4 encoding string optional. (Bug#9716)
7655
80c6d77f
GM
76562011-10-18 Glenn Morris <rgm@gnu.org>
7657
7658 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7659
08b0fee8
CY
76602011-10-18 Chong Yidong <cyd@gnu.org>
7661
7662 * faces.el (cursor): Doc fix.
7663
67e729a5
CY
76642011-10-17 Chong Yidong <cyd@gnu.org>
7665
7666 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7667
343a34ff 76682011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7669
7670 * dirtrack.el (dirtrack): Support shell buffers with path
7671 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7672
0bc06380
TZ
76732011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7674
7675 * json.el: Bump version to 1.3 and note change in History.
7676 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7677
8b79f3e0
SM
76782011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7679
5a7c536b
SM
7680 * comint.el (comint-insert-input, comint-send-input)
7681 (comint-get-old-input-default, comint-backward-matching-input)
7682 (comint-next-prompt): Use nil instead of `input' for field property of
7683 past user input (bug#114).
7684
96a8a0df
SM
7685 * minibuffer.el (completion--replace): Inherit surrounding properties
7686 (bug#114).
7687 (minibuffer-complete-and-exit): Use it.
7688
8b79f3e0
SM
7689 * comint.el (comint--table-subvert): Quote the all-completions output
7690 (bug#9160).
7691
b8f7ff0d
MR
76922011-10-17 Martin Rudalics <rudalics@gmx.at>
7693
8b79f3e0 7694 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7695
b8f7ff0d 7696 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7697 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7698 entries and separate them from frame entries.
7699
c235b555
GM
77002011-10-15 Glenn Morris <rgm@gnu.org>
7701
7702 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7703 Doc fixes.
7704
6bbfa6e1
CY
77052011-10-15 Chong Yidong <cyd@stupidchicken.com>
7706
8b79f3e0
SM
7707 * net/network-stream.el (network-stream-open-starttls):
7708 Improve detection of failure due to lack of TLS support.
ec5c990d 7709
6bbfa6e1
CY
7710 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7711 putting the input text in front and in bold.
7712
98488977
SM
77132011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7714
3d1337be
SM
7715 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7716
ee0b45e4
SM
7717 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7718 empty buffer.
7719
98488977
SM
7720 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7721 unread-command-events rather than pushing yet-another event.
7722
186f4720
EZ
77232011-10-14 Eli Zaretskii <eliz@gnu.org>
7724
7725 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7726 the explanation of the possible choices. Make the options passed
7727 to completing-read shorter.
7728
8b7a997c
AM
77292011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7730
7731 * textmodes/flyspell.el (flyspell-large-region): Make sure
7732 extended character mode is used if defined (Bug#1339).
7733
12587bbb
EZ
77342011-10-13 Eli Zaretskii <eliz@gnu.org>
7735
7736 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
7737 character info for LRE, LRO, RLE, and RLO characters by appending
7738 an invisible PDF.
12587bbb 7739
bad41229
SM
77402011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7743 even in case of error; add debug spec; simplify data flow.
7744 (with-timeout-handler): Remove.
7745
28dbc92f
MA
77462011-10-12 Michael Albinus <michael.albinus@gmx.de>
7747
7748 Fix Bug#6019, Bug#9315.
7749
7750 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7751 complete `buffer-file-name', the local file name part could look
7752 remotely (for example on VMS).
7753
7754 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7755 `tramp-run-real-handler'.
7756 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7757 already quoted by '"'.
7758
7759 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7760 Let `file-name-handler-alist' be nil, the local file name part
7761 could look remotely (for example on VMS).
7762
e1b0b23a
SM
77632011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7766 from here...
7767 (flyspell-post-command-hook): ...to here.
7768
a120bde9
SM
77692011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7772 if not needed.
7773 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7774 using completion. Protect against "slow" callers.
7775 Remove the "message hack".
7776
7ce7717b
JL
77772011-10-11 Juri Linkov <juri@jurta.org>
7778
7779 * isearch.el (isearch-lazy-highlight-word): New variable.
7780 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7781 Use it. (Bug#9727)
7782
c02ee9d6
GM
77832011-10-11 Glenn Morris <rgm@gnu.org>
7784
7785 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7786 like f90-previous-statement does.
7787
93e616fd 77882011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7789
1f190e73 7790 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
7791 only in interactive use, to avoid error.
7792
af7b6078
SM
77932011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * minibuffer.el (completion-file-name-table): Fix last change,
7796 i.e. ignore normal errors but not the other ones.
7797
0563dae9
MR
77982011-10-10 Martin Rudalics <rudalics@gmx.at>
7799
7800 * window.el (special-display-buffer-names)
7801 (special-display-regexps): Remove some remnants of earlier
7802 changes from doc-strings.
366ca7f3
MR
7803 (quit-windows-on): New function.
7804
7805 * vc/vc.el (vc-revert, vc-rollback):
7806 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7807 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 7808 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 7809
49677495
MR
78102011-10-09 Martin Rudalics <rudalics@gmx.at>
7811
7812 * window.el (frame-auto-hide-function): Add version tag.
7813 (Bug#9699)
7814
56f2d1e1
MA
78152011-10-09 Michael Albinus <michael.albinus@gmx.de>
7816
7817 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7818 condition.
7819
112a6592
LL
78202011-10-09 Leo Liu <sdl.web@gmail.com>
7821
7822 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7823 (Bug#9701)
7824
0812589b
GM
78252011-10-08 Glenn Morris <rgm@gnu.org>
7826
7827 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7828 before the first code statement zero indent. (Bug#9690)
7829
b2b0776e
CY
78302011-10-08 Chong Yidong <cyd@stupidchicken.com>
7831
7832 * simple.el (count-words-region): Always count in the region.
7833 Report the number of lines and characters too.
7834 (count-words): New command, which counts in the buffer if the
7835 region is inactive, as count-words-region used to.
7836 (count-words--message): New function. Handle plurals.
7837 (count-lines-region): Make it an alias for count-words-region.
7838
7839 * bindings.el (esc-map): Replace count-lines-region with
7840 count-words-region.
7841
c557cd6b
MR
78422011-10-08 Martin Rudalics <rudalics@gmx.at>
7843
7844 * window.el (window--delete): Delete dedicated frame
7845 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 7846 (switch-to-buffer): Fix doc-string typo.
c557cd6b 7847
61a57ef4 78482011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7849
3a7d293b 7850 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 7851
c3833279
CY
78522011-10-07 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * bindings.el ([M-left],[M-right]): Bind to left-word and
7855 right-word respectively.
7856
21ce8245
GM
78572011-10-07 Glenn Morris <rgm@gnu.org>
7858
7859 * cus-start.el (debug-on-quit): Fix custom type.
7860
6d823bb2
LMI
78612011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7862
0181e193
LMI
7863 * subr.el (define-key-after): Clarify that the function is not
7864 useful for non-menu keymaps.
7865
6d823bb2
LMI
7866 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7867
8e3459ce 78682011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7869
21ce8245 7870 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 7871 in current minibuffer (Fix bug with recursive minibuffers).
7872
a1c2d21e
CY
78732011-10-06 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * progmodes/gdb-mi.el (gdb): Doc fix.
7876
5a4cf282
MR
78772011-10-05 Martin Rudalics <rudalics@gmx.at>
7878
7879 * window.el (frame-auto-hide-function): New option replacing
7880 frame-auto-delete. Suggested by Stefan Monnier.
7881 (window--delete): Call frame-auto-hide-function instead of
7882 investigating frame-auto-delete.
c96111ea
MR
7883 (window-point-1, set-window-point-1): New functions.
7884 (window-in-direction, record-window-buffer, window-state-get-1)
7885 (display-buffer-record-window): Use window-point-1 instead of
7886 window-point.
7887 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 7888
9854542e
SM
78892011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7892
8943cfb0
GM
78932011-10-05 Glenn Morris <rgm@gnu.org>
7894
7895 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7896 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
7897
647ab967
LL
78982011-10-05 Leo Liu <sdl.web@gmail.com>
7899
7900 * subr.el (read-char-choice): Fix argument to buffer-live-p which
7901 works with buffer object.
7902
3ddfbced
SM
79032011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * mpc.el (mpc-tool-bar-map): Add labels.
7906
bdfa5dd2
GM
79072011-10-04 Glenn Morris <rgm@gnu.org>
7908
7909 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7910
0e2070b5
MR
79112011-10-04 Martin Rudalics <rudalics@gmx.at>
7912
7913 * window.el (window--delete): New function.
7914 (frame-auto-delete): Resuscitate option.
7915 (bury-buffer, replace-buffer-in-windows)
7916 (quit-window): Rewrite using window--delete.
7917 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7918 Pass display-buffer-mark-dedicated to window--display-buffer-2
7919 (Bug#9639).
7920
3dc61a09
SM
79212011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7922
915a9b64
SM
7923 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7924 returns a list (bug#9554). Add remote file name completion.
7925 * comint.el (comint--table-subvert): Curry and get quote&unquote
7926 functions as arguments.
7927 (comint--complete-file-name-data): Adjust call accordingly.
7928 * pcomplete.el (pcomplete--table-subvert): Remove.
7929 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7930
3dc61a09
SM
7931 * minibuffer.el (completion-table-case-fold): Use currying.
7932 (completion--styles-type, completion--cycling-threshold-type):
7933 New constants.
7934 (completion-styles, completion-category-overrides)
7935 (completion-cycle-threshold): Use them.
7936 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7937 completion-table-case-fold.
7938
8ea0a993
SB
79392011-10-03 Stephen Berman <stephen.berman@gmx.net>
7940
7941 * minibuffer.el (completion-category-overrides): Fix type of styles
7942 and add more user friendly tags (bug#9660).
7943
8c24b7f6
SM
79442011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7947 (mule-input-method-string): New widget.
7948 (default-input-method, language-info-custom-alist): Use it.
7949
428fe61a
SM
79502011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7951
32c1fffd
SM
7952 * pcomplete.el: Require comint.
7953 (pcomplete--common-suffix): Remove.
7954 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7955 (pcomplete--table-subvert): Sync with comint--table-subvert.
7956 (pcomplete--entries): Use comint-completion-file-name-table.
7957 * comint.el (comint-unquote-filename): Simplify.
7958 (comint-completion-file-name-table): New function (bug#9616).
7959 (comint--complete-file-name-data): Use it.
7960
428fe61a
SM
7961 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7962 (pcmpl-gnu-tar-buffer): Remove.
7963 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7964 around. Make sure pcomplete-suffix-list is only changed temporarily.
7965 Don't look inside the tar's file if it's too large.
428fe61a 7966
04c52e2f
CY
79672011-10-01 Chong Yidong <cyd@stupidchicken.com>
7968
ce3cefcc
CY
7969 * cus-edit.el (custom-mode-map):
7970 * epa.el (epa-key-list-mode-map):
7971 * man.el (Man-mode-map):
7972 * startup.el (splash-screen-keymap):
7973 * simple.el (special-mode-map): Use scroll-up-command and
7974 scroll-down-command.
7975
7976 * progmodes/idlw-help.el (idlwave-help-mode-map):
7977 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7978 * net/newst-plainview.el (newsticker-mode-map):
7979 * emulation/ws-mode.el (wordstar-mode-map):
7980 * emulation/vi.el (vi-com-map):
7981 * calc/calc-graph.el (calc-graph-show-dumb):
7982 * term/sun.el (terminal-init-sun):
7983 * term/ns-win.el (global-map):
7984 * progmodes/grep.el (grep-mode-map):
7985 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7986 * mail/rmail.el (rmail-mode-map):
7987 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7988
04c52e2f
CY
7989 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7990 custom-safe-themes as special.
7991
79adf8c8
JD
79922011-10-01 Julien Danjou <julien@danjou.info>
7993
7994 * notifications.el (notifications-notify): Fix docstring.
7995
63bd50d3
PS
79962011-10-01 Per Starbäck <per@starback.se>
7997
7998 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7999
199e4c7e
MR
80002011-09-30 Martin Rudalics <rudalics@gmx.at>
8001
8002 * startup.el (command-line-1): Fix last fix by inserting
8003 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8004 (Bug#9605) and (Bug#9636)
199e4c7e 8005
fe5f08dd
EZ
80062011-09-29 Eli Zaretskii <eliz@gnu.org>
8007
8008 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8009 window is hscrolled, move by logical lines. (Bug#9607)
8010 (line-move-visual): Update the doc string to the above effect.
8011
b5516bbd
MR
80122011-09-29 Martin Rudalics <rudalics@gmx.at>
8013
ccee00c0
MR
8014 * window.el (display-buffer-record-window): When WINDOW is the
8015 selected window use `point' instead of `window-point'. (Bug#9626)
8016
b5516bbd
MR
8017 * startup.el (command-line-1): Use insert-before-markers when
8018 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8019
b5516bbd
MR
8020 * help.el (help-window): Remove variable.
8021
52aa0014
GM
80222011-09-29 Glenn Morris <rgm@gnu.org>
8023
8024 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8025
df9a7357
JB
80262011-09-29 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * descr-text.el (describe-char-categories): Accept category
8029 descriptions more than one line long.
8030
a8406c20
SM
80312011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8032
88d9610c
SM
8033 * simple.el (delete-trailing-whitespace): Fix last change.
8034
a5daf810
SM
8035 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8036 Don't confuse "y => 3" as the beginning of a `y' operation.
8037
a8406c20
SM
8038 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8039 object has more than 4 slots (bug#9613).
8040
a239d4e9
JB
80412011-09-28 Juanma Barranquero <lekktu@gmail.com>
8042
8043 * subr.el (with-output-to-temp-buffer):
8044 * net/quickurl.el (quickurl, quickurl-browse-url):
8045 Fix typos in docstrings.
8046
693fbdb6
EZ
80472011-09-27 Eli Zaretskii <eliz@gnu.org>
8048
8049 * minibuffer.el (completion-styles)
8050 (completion-category-overrides): Cross reference each other in doc
8051 strings.
8052
8b457e28
GM
80532011-09-27 Glenn Morris <rgm@gnu.org>
8054
8055 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8056 to split-string. (Bug#9606)
8057
85a16208
LMI
80582011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8059
8060 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8061 (bug#9615).
8062
502f9ebd
CY
80632011-09-27 Chong Yidong <cyd@stupidchicken.com>
8064
8065 * emacs-lisp/package.el (list-packages): Fix echo area message.
8066
7690bdea
LL
80672011-09-27 Leo Liu <sdl.web@gmail.com>
8068
8069 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8070
e2ee6f30
MA
80712011-09-25 Michael Albinus <michael.albinus@gmx.de>
8072
8073 * net/dbus.el (dbus-unregister-object): Don't release services for
8074 registered signals. (Bug#9581)
8075
f3f98342
TZ
80762011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8077
8078 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8079 function that picks between cfengine 2 and 3 support
8080 automatically. Update docs accordingly.
8081
dd7aa8dd
KH
80822011-09-22 Kenichi Handa <handa@m17n.org>
8083
8084 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8085 ZERO.
8086 (indian-itrans-v5-table-for-tamil): New variable.
8087 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8088
3f2b07f8
KM
80892011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8090
8091 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8092 that's true if the current command involved collapsing of text.
8093 It's reset to false at the beginning of the next command.
8094 (allout-post-command-business): Move the cursor to the beginning
8095 of entry if the cursor is hidden and collapsing activity just
8096 happened.
8097
371d6a61
CY
80982011-09-24 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8101 tracking (Bug#9541).
8102
2ac2721a
UJ
81032011-09-24 Ulf Jasper <ulf.jasper@web.de>
8104
8105 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8106 (newsticker-show-news): Automatically load html rendering package
8107 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8108 because w3m-fill-column is let-bound" and the error "Symbol's value
8109 as variable is void: w3m-fill-column".
2ac2721a 8110
fac7ae53
MA
81112011-09-24 Michael Albinus <michael.albinus@gmx.de>
8112
8113 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8114 Release services only if they are defined. (Bug#9581)
8115
e08b633b
RS
81162011-09-23 Richard Stallman <rms@gnu.org>
8117
e488d29c
RS
8118 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8119 distinguish start of paragraph from start of its text.
8120
19c38752
RS
8121 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8122
e08b633b
RS
8123 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8124 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8125 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8126
0a39f27e
AS
81272011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8128
8129 * international/mule-diag.el (mule-diag): Insert a newline after
8130 each fontset description.
8131
db4e950d
SM
81322011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * simple.el (delete-trailing-whitespace):
8135 Document last change; simplify.
8136
eca3f3ea
PW
81372011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8138
d68e189a
PW
8139 * simple.el (delete-trailing-whitespace): Also delete
8140 extra newlines at the end of the buffer.
8141
eca3f3ea
PW
8142 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8143 (picture-newline): Use forward-line so as to ignore fields.
8144
01c157cc
SM
81452011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * subr.el (with-wrapper-hook): Fix edebug spec.
8148
022de23e
LMI
81492011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8150
8151 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8152 (bug#4538).
8153
91683089
MA
81542011-09-23 Michael Albinus <michael.albinus@gmx.de>
8155
eca3f3ea
PW
8156 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8157 Fix nasty bug using wrong cached values.
91683089 8158
5bdd6fa4
AM
81592011-09-23 Alan Mackenzie <acm@muc.de>
8160
8161 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8162
97adfb97
CY
81632011-09-23 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * window.el (pop-to-buffer): Ensure right window is selected if we
8166 chose another frame.
8167
d4ef2b50
EZ
81682011-09-22 Eli Zaretskii <eliz@gnu.org>
8169
8170 * simple.el (what-cursor-position): Use get-char-property-change
8171 and next-single-char-property-change, to be able to show display
8172 properties that come from overlays as well as text properties.
8173
72258fe5
CY
81742011-09-22 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8177
8178 * cmuscheme.el (run-scheme, switch-to-scheme):
8179 * cus-edit.el (customize-group, custom-buffer-create)
8180 (customize-browse):
8181 * info.el (info):
8182 * shell.el (shell):
8183 * mail/sendmail.el (mail):
8184 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8185
8f098516
RS
81862011-09-22 Richard Stallman <rms@gnu.org>
8187
8188 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8189 move back only to line beg, don't move back over blank lines.
8190
e74f1bb6
MA
81912011-09-22 Michael Albinus <michael.albinus@gmx.de>
8192
8193 * files.el (copy-directory): Set directory attributes only in case
8194 they could be retrieved from the source directory. (Bug#9565)
8195
bfeef8b6
DK
81962011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8197
8198 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8199 (hs-find-block-beginning, hs-hide-level-recursive):
8200 Ignore strings as well as comments. (Bug#9502)
8201
7e423bb8
AS
82022011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8203
8204 * progmodes/sql.el (sql-comint-postgres):
8205 Convert port number to a string. (Bug#9566)
8206
b4d72fcf
MR
82072011-09-22 Martin Rudalics <rudalics@gmx.at>
8208
8209 * window.el (quit-window): Undedicate window when switching to
8210 previous buffer. Reported by Thierry Volpiatto
8211 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8212 (special-display-popup-frame): When popping up a new frame reset
8213 its previous buffers to nil. Simplify code.
b4d72fcf 8214
a7b88dc6
MA
82152011-09-21 Michael Albinus <michael.albinus@gmx.de>
8216
8217 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8218 and process filter, as done also in `shell-command'.
8219
cf4eacfd
MR
82202011-09-21 Martin Rudalics <rudalics@gmx.at>
8221
eca3f3ea 8222 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8223 Call set-window-start with NOFORCE argument t.
8224 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8225 (quit-window): Reword doc-string. Handle new format of
8226 quit-restore parameter. Don't delete window if it has a
8227 previous buffer we can show instead of the present one.
8228 (display-buffer-record-window): Rewrite using a new format for
8229 the quit-restore window parameter
8230 (special-display-popup-frame, display-buffer-same-window)
8231 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8232 (display-buffer-pop-up-window, display-buffer-use-some-window):
8233 Adapt symbol passed to display-buffer-record-window.
8234 * help.el (help-window-setup): Handle new format of quit-restore
8235 parameter.
8236
8d28cb95
SM
82372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8238
94ab793f
SM
8239 * faces.el (face-list): Fix docstring (bug#9564).
8240
8d28cb95
SM
8241 * window.el (display-buffer--action-function-custom-type):
8242 Don't include internal functions in the Custom interface.
8243
3820edeb
JL
82442011-09-20 Juri Linkov <juri@jurta.org>
8245
8246 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8247 (Info-forward-node, Info-backward-node, Info-next-preorder)
8248 (Info-last-preorder): Use it. (Bug#9528)
8249
5147931d
JL
82502011-09-20 Juri Linkov <juri@jurta.org>
8251
8252 * info.el (Info-last-preorder): Visit last menu item only when
8253 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8254
cf499a1a
JD
82552011-09-20 Julien Danjou <julien@danjou.info>
8256
8257 * password-cache.el (password-cache-remove): Remove entries even if the
8258 value is nil, so that password with a nil value (negative caching) is
8259 possible to invalidate.
8260
f84e2fe2
LM
82612011-09-20 Lawrence Mitchell <wence@gmx.li>
8262
8263 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8264 all whitespace around breakpoint. (Bug#9553)
8265 (f90-find-breakpoint): Only break at whitespace inside a comment.
8266
78054a46
SM
82672011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * minibuffer.el (completion-file-name-table): Keep track of errors.
8270 (completion-table-with-predicate): Handle the case where pred1 is nil.
8271 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8272
345083b2
SM
82732011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8274
e24e27be
SM
8275 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8276 (debugger-return-value): Signal an error if the debugging context does
8277 not await any return value.
8278
345083b2
SM
8279 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8280 * image-mode.el (image-toggle-display-text)
8281 (image-toggle-display-image): Stay away from evil `intangible'.
8282
08d355e3
LL
82832011-09-19 Leo Liu <sdl.web@gmail.com>
8284
8285 * replace.el (occur-revert-arguments): Make it permanent-local.
8286 (occur-mode): Don't call font-lock-defontify.
8287
f01da43f
CY
82882011-09-19 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * net/ldap.el (ldap-search-internal): Don't push empty search
8291 result (Bug#9508).
8292
b6072fa6
SM
82932011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8296
443d6696
MA
82972011-09-19 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8300 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8301
7cc6e154
JL
83022011-09-18 Juri Linkov <juri@jurta.org>
8303
8304 * buff-menu.el (Buffer-menu-mode-map):
8305 * dired.el (dired-mode-map):
8306 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8307 (lisp-interaction-mode-map):
8308 * emacs-lisp/package.el (package-menu-mode-map):
8309 * epa.el (epa-key-list-mode-map):
8310 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8311 (menu-bar-options-menu):
8312 * outline.el (outline-mode-menu-bar-map):
8313 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8314 * vc/vc-dir.el (vc-dir-menu-map):
8315 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8316 Capitalize non-function content words in menu item strings.
8317
8318 * dired.el (dired-mode-map): Add menu item for
8319 `image-dired-dired-toggle-marked-thumbs'.
8320
80302a81
JL
83212011-09-18 Juri Linkov <juri@jurta.org>
8322
8323 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8324 to `isearch-case-fold-search' and restore its original value
8325 after the `isearch-mode' call.
8326
46c5cf66
JL
83272011-09-18 Juri Linkov <juri@jurta.org>
8328
8329 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8330 because `zgrep' returns 1 for successful matches (bug#9226).
8331
d18b513b
JL
83322011-09-18 Juri Linkov <juri@jurta.org>
8333
8334 * info.el (Info-extract-menu-node-name): Check the second match
8335 for empty string (second test-case of bug#9528).
8336 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8337 intermediate nodes to the history (first test-case of bug#9528).
8338
72753f87
JL
83392011-09-18 Juri Linkov <juri@jurta.org>
8340
8341 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8342 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8343
c9384295
JL
83442011-09-18 Juri Linkov <juri@jurta.org>
8345
1154d12e
JB
8346 * info.el (Info-file-supports-index-cookies):
8347 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8348 outputs one more line for long file names (bug#4142).
c9384295 8349
d473dce8
CY
83502011-09-18 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * newcomment.el (comment-normalize-vars): If prompting for
8353 comment-start, set comment-start-skip too (Bug#8424).
8354
2176854d
JB
83552011-09-18 Johan Bockgård <bojohan@gnu.org>
8356
8357 * icomplete.el: Fix previous fix of Bug#5849.
8358 (icomplete-mode): Don't set completion-show-inline-help.
8359 (icomplete-minibuffer-setup): Set completion-show-inline-help
8360 locally during icompletion.
8361
3aace4e4
CY
83622011-09-18 Chong Yidong <cyd@stupidchicken.com>
8363
c940224f
CY
8364 * woman.el (woman2-process-escapes): Don't delete unrecognized
8365 escapes (Bug#7843).
8366
3aace4e4
CY
8367 * files.el (inhibit-first-line-modes-regexps): Add image files.
8368 (hack-local-variables-prop-line): Return nil for malformed
8369 prop-lines (Bug#9044).
8370
710dec63
MA
83712011-09-18 Michael Albinus <michael.albinus@gmx.de>
8372
8373 * net/tramp.el (top): Don't require 'shell.
8374 (tramp-methods): Fix docstring.
8375 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8376 Return complete remote file name. Handle "smb" case.
8377 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8378 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8379
8380 * net/tramp-compat.el (top): Require 'shell.
8381
8382 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8383 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8384 `tramp-current-host'.
8385 (tramp-get-remote-tmpdir): Remove.
8386
8387 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8388 `tramp-tmpdir' entries.
8389 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8390 (tramp-smb-handle-file-attributes): Ignore errors.
8391 (tramp-smb-wait-for-output): Check also for process end.
8392
5d5ac8ec
LMI
83932011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8394
8395 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8396 when sending QUIT (bug#9312).
8397
8c0f49f0
CY
83982011-09-17 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8401 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8402 occur-mode-display-occurrence.
8403 (occur-edit-mode): Add usage message.
8404 (occur-cease-edit): New command.
8405 (occur-after-change-function): Use text properties to find the
8406 position of the prefix text.
8407 (occur-engine): Set stickiness of prefix text properties.
8408
8f1383f7
GM
84092011-09-17 Glenn Morris <rgm@gnu.org>
8410
8411 * progmodes/etags.el (complete-tag):
8412 Fix call to completion-in-region. (Bug#9526)
8413
744ba0e3
JL
84142011-09-17 Juri Linkov <juri@jurta.org>
8415
8416 * textmodes/ispell.el (ispell-word): Add to the error message
8417 the word, ispell program name and current dictionary (bug#9121).
8418 (ispell-tex-arg-end): Capitalize "error" in the error message.
8419
d9bbf400
AS
84202011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8421
8422 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8423 check. (Bug#4251)
8424
8da11505
JL
84252011-09-17 Juri Linkov <juri@jurta.org>
8426
8427 * window.el (window-safe-min-height, window-safe-min-width):
8428 Fix typos (followup to bug#9522).
8429
a91adc7e
SJ
84302011-09-17 Sven Joachim <svenjoac@gmx.de>
8431
8432 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8433
064f328a
EZ
84342011-09-16 Eli Zaretskii <eliz@gnu.org>
8435
8436 * simple.el (line-move): If goal-column is set, move by logical
8437 lines, not by display lines. (Bug#971)
8438 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8439 to reflect the above change.
8440
e69df516
SM
84412011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * image.el (imagemagick-register-types): Use regexp-opt.
8444
cbb0f9ab
CY
84452011-09-15 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * window.el (display-buffer-base-action): Rename from
8448 display-buffer-default-action. Make default value empty.
8449 (display-buffer-overriding-action): Convert to defvar.
8450 (display-buffer-fallback-action): New var.
8451
25322144
CY
84522011-09-15 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8455 declaration.
8456 (package--add-to-archive-contents): If there is a duplicate entry
8457 with an older version, remove it.
8458 (package-menu-mark-delete, package-menu-mark-install)
8459 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8460 (package-menu-mark-obsolete-for-deletion):
8461 Use package-menu-get-status instead of a regexp search.
25322144
CY
8462 (package-menu-get-status): Use tabulated-list-entry.
8463 (package-menu-mark-upgrades): New command.
d770725a 8464 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8465 (package-menu-execute): Do installation before deletion.
8466 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8467 instead of checking major-mode.
8468 (package-menu--find-upgrades): New function.
8469
7520339c
LMI
84702011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8471
8472 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8473 passwords in the log buffer.
65a046c4
LMI
8474 (smtpmail-process-filter): Update the process marker so that the
8475 "broken by peer" status message is inserted in the right place.
7520339c 8476
d3c30954
SM
84772011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8478
3fe48822
SM
8479 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8480 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8481 bibtex-completion-at-point-function.
8482 (bibtex-completion-at-point-function): Use them.
8483
1b8b3954
SM
8484 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8485
d3c30954
SM
8486 * mpc.el (mpc-constraints-tag-lookup): New function.
8487 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8488 also to browser "album|playlist".
8489
72779976
JL
84902011-09-14 Juri Linkov <juri@jurta.org>
8491
8492 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8493 (isearch-edit-string): Use length of `isearch-string' when
8494 `isearch-fail-pos' returns nil.
8495 (isearch-message): Remove duplicate code and call
8496 `isearch-fail-pos' with arg `t'.
8497
a0bf2bcd
CY
84982011-09-14 Chong Yidong <cyd@stupidchicken.com>
8499
17bb0a2d
CY
8500 * replace.el (occur-mode-goto-occurrence): Don't force using other
8501 window (Bug#9499).
8502
a0bf2bcd
CY
8503 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8504
f678e0b6
MR
85052011-09-14 Martin Rudalics <rudalics@gmx.at>
8506
8507 * window.el (display-buffer-window): Remove.
8508 (display-buffer-record-window): Use help-setup window parameter
8509 instead of variable display-buffer-window.
8510 (display-buffer-function, special-display-buffer-names)
8511 (special-display-function): Mention help-setup parameter instead
8512 of display-buffer-window in doc-string.
d3c30954
SM
8513 * help.el (help-window-setup): New argument help-window.
8514 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8515 Reword some messages.
8516 (with-help-window): Pass window used for displaying the buffer
8517 to help-window-setup. Don't set display-buffer-window.
8518
8e39b2e8
GM
85192011-09-13 Glenn Morris <rgm@gnu.org>
8520
8521 * emacs-lisp/debug.el (debugger-make-xrefs):
8522 Preserve point. (Bug#9462)
8523
85e9c04b
CY
85242011-09-13 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * window.el (window-deletable-p): Use next-frame.
8527
1b36ed6a
MR
85282011-09-13 Martin Rudalics <rudalics@gmx.at>
8529
8530 * window.el (window-auto-delete): Remove.
8531 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8532 dedication and previous buffers.
1b36ed6a
MR
8533 (switch-to-prev-buffer): Don't delete window.
8534 (delete-windows-on): Delete a window's frame if and only if the
8535 window is dedicated.
8536 (replace-buffer-in-windows): Delete buffer's window or frame if
8537 and only if window is dedicated.
8538 (quit-window): Handle quit-restore as before last change.
4d61f28d 8539 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8540
ef8ef9fb
CY
85412011-09-13 Chong Yidong <cyd@stupidchicken.com>
8542
8543 * window.el (window-deletable-p): Never delete the last frame on a
8544 given terminal.
8545
b2cba41e
GM
85462011-09-13 Glenn Morris <rgm@gnu.org>
8547
8548 * help.el (describe-key-briefly): Copy previous standard-output change.
8549
51553db6 85502011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8551
8552 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8553
b7556719
GM
85542011-09-13 Glenn Morris <rgm@gnu.org>
8555
8556 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8557 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8558
64b51947
CY
85592011-09-12 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * dired-aux.el (dired-mark-read-string): Don't return default
8562 value on empty input (Bug#9361).
8563 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8564 Omit initial minibuffer contents.
8565 (dired-do-chmod): Signal an error on empty input.
8566 (dired-mark-read-string): Don't return default on empty input.
8567
8568 * files.el (file-modes-symbolic-to-number): Doc fix.
8569
393a301e
SM
85702011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * international/mule-cmds.el (ucs-completions): Remove.
8573 (read-char-by-name): Use complete-with-action instead; add metadata.
8574
fa5660f9
CY
85752011-09-11 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * window.el (display-buffer--action-function-custom-type)
8578 (display-buffer--action-custom-type): New vars.
8579 (display-buffer-alist, display-buffer-default-action)
8580 (display-buffer-overriding-action): Add defcustom types.
8581
4a592f66
CY
8582 * frame.el (delete-other-frames): Doc fix (Bug#276).
8583
73d56dbd
LMI
85842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8585
8586 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8587
37ac18a3
CY
85882011-09-11 Chong Yidong <cyd@stupidchicken.com>
8589
8590 Change modes that used same-window-* vars to use switch-to-buffer.
8591
8592 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8593 Use switch-to-buffer.
8594
8595 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8596 (customize-browse, custom-buffer-create-other-window):
8597 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8598
8599 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8600 (Info-prev, Info-up, Info-speedbar-goto-node)
8601 (info-display-manual): Use switch-to-buffer.
8602 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8603
8604 * mail/sendmail.el (mail): Use switch-to-buffer.
8605 (mail-recover): Use switch-to-buffer-other-window.
8606
8607 * cmuscheme.el (run-scheme, switch-to-scheme):
8608 * ielm.el (ielm):
8609 * shell.el (shell):
8610 * net/rlogin.el (rlogin):
8611 * net/telnet.el (telnet, rsh):
8612 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8613
10195bd6
AS
86142011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8615
8616 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8617
b322f63a
LMI
86182011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8619
39d7fed6
LMI
8620 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8621 so don't mention it (bug#9301).
ba5a81f1 8622 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8623
ee0e9f11
LMI
8624 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8625 match `x', `w32' and `ns', like the manual says (bug#9029).
8626
0b1c89c1 8627 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8628 (process-kill-buffer-query-function): Mention the buffer name in
8629 the query.
0b1c89c1 8630
77549ea8
LMI
8631 * image-mode.el (image-next-line): The line parameter is mandatory
8632 (bug#9258).
8633
803ef892
LMI
8634 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8635 which can be useful (bug#9301).
8636
12980837
LMI
8637 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8638
91054f8f
LMI
8639 * subr.el (match-string): Mention that the current buffer should
8640 be the same as the search was done in (bug#9282).
8641
b322f63a
LMI
8642 * facemenu.el: Disable the remove-* commands if the mark isn't
8643 active (bug#9162).
8644
3199b96f
CY
86452011-09-10 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8648 of display-buffer.
8649 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8650
8651 * replace.el (occur-mode-goto-occurrence)
8652 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8653 and display-buffer.
8654
8655 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8656 display-buffer.
8657
8658 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8659 special-display and same-window variables.
8660 (mail-other-window): Use switch-to-buffer-other-window.
8661 (mail-other-frame): USe switch-to-buffer-other-frame.
8662
393a301e
SM
8663 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8664 Use display-buffer-other-frame.
3199b96f
CY
8665 (gdb-display-gdb-buffer): Use pop-to-buffer.
8666
8667 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8668
8669 * progmodes/python.el: Don't set same-window-buffer-names.
8670
8671 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8672
8673 * window.el (display-buffer-alist): Add *Python*.
8674
8319e0bf
CY
86752011-09-10 Chong Yidong <cyd@stupidchicken.com>
8676
8677 * window.el (display-buffer-alist): Add entry for buffers
8678 previously handled same-window-*.
8679 (display-buffer-alist, display-buffer-default-action)
8680 (display-buffer-overriding-action): Mark as risky.
8681 (display-buffer-alist): Document action function changes.
8682 (display-buffer--same-window-action)
8683 (display-buffer--other-frame-action): New variables.
8684 (switch-to-buffer, display-buffer-other-frame): Use them.
8685 (display-buffer): Rename reuse-frame entry to reusable-frames.
8686 (display-buffer-reuse-selected-window): Function deleted.
8687 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8688 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8689 (display-buffer-special): New function.
8690 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8691 display-buffer-reuse-or-pop-window. Split off special-display
8692 part into display-buffer-special.
8693 (display-buffer-use-some-window): Don't perform any special
8694 pop-up-frames handling.
8695 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8696 (display-buffer--maybe-same-window): Rename from
0d3ff375 8697 display-buffer-maybe-same-window.
8319e0bf 8698
919a69aa
CY
8699 * info.el: Don't set same-window-regexps.
8700 (info-setup): New function.
8701 (info-other-window, info): Call it.
8702
8703 * cus-edit.el: Don't set same-window-regexps.
8704 (customize-group): New argument.
8705 (customize-group-other-window): Use it.
8706 (customize-face, customize-face-other-window): Likewise.
8707 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8708
8319e0bf
CY
8709 * net/rlogin.el:
8710 * net/telnet.el:
8711 * progmodes/gud.el: Don't set same-window-regexps.
8712
8713 * cmuscheme.el:
8714 * ielm.el:
8715 * shell.el:
8716 * mail/sendmail.el:
8717 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8718
25173000
JL
87192011-09-10 Juri Linkov <juri@jurta.org>
8720
8721 * isearch.el (isearch-edit-string): Remove obsolete mention of
8722 `C-w' (`isearch-yank-word-or-char') from docstring.
8723 (isearch-query-replace): Fix typo in docstring (bug#9466).
8724
056e44ef
JL
87252011-09-10 Juri Linkov <juri@jurta.org>
8726
8727 * paren.el (show-paren-function): Don't show escaped parens.
8728 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8729
c3760c17
EZ
87302011-09-10 Eli Zaretskii <eliz@gnu.org>
8731
8732 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8733 (mm-default-file-encoding): Remove autoload forms, they are
8734 replaced with autoload cookies in mml.el and mm-encode.el.
8735 (mail-add-attachment): New command.
8736 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8737 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8738 the doc string.
8739 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8740
fece895e
RT
87412011-09-10 Reuben Thomas <rrt@sc3d.org>
8742
e69df516
SM
8743 * simple.el (count-words-region): Use buffer if there's no region
8744 (bug#9429).
fece895e 8745
5e68ce4a
JL
87462011-09-09 Juri Linkov <juri@jurta.org>
8747
8748 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8749 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8750 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8751
0a6b9622
AM
87522011-09-09 Alan Mackenzie <acm@muc.de>
8753
8754 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8755 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8756
14a29deb
EZ
87572011-09-09 Eli Zaretskii <eliz@gnu.org>
8758
8759 Fix for Savannah bug#9392.
8760 * simple.el (mail-encode-mml): New defvar.
8761
8762 * mail/rmail.el (mail-encode-mml): Add a defvar.
8763 (rmail-enable-mime-composing): Default to t.
8764 (rmail-forward): Use MIME method of forwarding only if both
8765 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8766 Set mail-encode-mml non-nil if the MIME method was used.
8767
8768 * mail/sendmail.el (mml-to-mime): Add autoload form.
8769 (mail-encode-mml): Add a defvar.
8770 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8771 to nil.
8772 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8773 message through mml-to-mime, and reset mail-encode-mml to nil.
8774
28c45130
GM
87752011-09-09 Glenn Morris <rgm@gnu.org>
8776
8777 * woman.el (woman-if-body): When processing an .el block,
8778 do not delete the next .el block as well. (Bug#9447)
69f4b618 8779 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 8780
9b1c252e
MR
87812011-09-08 Martin Rudalics <rudalics@gmx.at>
8782
8783 * window.el (window-deletable-p): Make sure window is live before
8784 invoking window-prev-buffers.
8785
567457e3
LL
87862011-09-08 Leo Liu <sdl.web@gmail.com>
8787
8788 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8789
97f05794
JL
87902011-09-08 Juri Linkov <juri@jurta.org>
8791
8792 * progmodes/compile.el (compilation-environment): Make it
8793 a defcustom (bug#8340).
8794
8b0874b5
MR
87952011-09-08 Martin Rudalics <rudalics@gmx.at>
8796
8797 * window.el (frame-auto-delete): Rename to window-auto-delete.
8798 Make it control auto-deletion of windows and/or frames.
8799 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 8800 for deleting window/frame. (Bug#9419)
8b0874b5
MR
8801 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8802 Rewrite handling of case when window/frame can be deleted.
8803 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 8804 argument t. (Bug#9456)
8b0874b5 8805
4feb6e73
CY
88062011-09-07 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * help-mode.el (help-mode): Restore autoload.
8809
91ab9c13
JL
88102011-09-07 Juri Linkov <juri@jurta.org>
8811
8812 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8813 `compilation-environment'. Set buffer-local
8814 `compilation-environment' to `thisenv' later after (funcall mode).
8815 (Bug#8340)
8816
8817 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8818 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8819 instead of replacing its value. (Bug#8340)
8820
0527e251
JL
88212011-09-07 Juri Linkov <juri@jurta.org>
8822
8823 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8824 based on text properties put by `grep-filter' instead of matching
8825 escape sequences.
8826 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8827 to the value of `grep-error-screen-columns' (bug#9438).
8828
249f792c
JL
88292011-09-07 Juri Linkov <juri@jurta.org>
8830
8831 * simple.el (next-error-highlight, next-error-highlight-no-select):
8832 Doc fix (bug#9432).
8833
ff7271b9
OT
88342011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8835
8836 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8837 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8838
183fc730
LL
88392011-09-07 Leo Liu <sdl.web@gmail.com>
8840
8841 * net/rcirc.el (rcirc-mode): Conditionally initialize
8842 rcirc-input-ring.
8843
77694924
SM
88442011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * emacs-lisp/find-func.el (find-function-C-source): Only set
8847 find-function-C-source-directory after checking that we found a source
8848 file there (bug#9440).
8849
d809b8eb
AM
88502011-09-06 Alan Mackenzie <acm@muc.de>
8851
8852 * isearch.el (isearch-other-meta-char): Wherever a key list is
8853 unread, "unread" the prefix arg, too. This fixes bug #8901.
8854
453de99f
OG
88552011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8856
8857 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8858
90439906
JL
88592011-09-05 Juri Linkov <juri@jurta.org>
8860
8861 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8862
f62bd846
JL
88632011-09-05 Juri Linkov <juri@jurta.org>
8864
8865 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8866 keeping point where processing of grep matches begins, and
8867 continue to delete remaining escape sequences from the same point.
8868 (grep-filter): Make leading zero optional in "0?1;31m" because
8869 git-grep emits "\033[1;31m" escape sequences unlike expected
8870 "\033[01;31m" as GNU Grep does (bug#9408).
8871 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8872
045820ec
JL
88732011-09-05 Juri Linkov <juri@jurta.org>
8874
8875 * subr.el (y-or-n-p): Capitalize "yes".
8876
f5e29b9b
MA
88772011-09-04 Michael Albinus <michael.albinus@gmx.de>
8878
8879 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
8880 `tramp-cache-unload-hook' where appropriate.
8881 (tramp-methods): Rename `tramp-remote-sh' to
8882 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
8883 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8884
8885 * net/tramp-sh.el (top): Don't require 'shell.
8886 (tramp-methods): Add `tramp-remote-shell' and
8887 `tramp-remote-shell-args' entries.
8888 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8889 (tramp-sh-handle-shell-command): Remove.
8890 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8891 Use `tramp-remote-shell'.
8892
2784c434
CY
88932011-09-03 Chong Yidong <cyd@stupidchicken.com>
8894
393a301e 8895 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
8896 (sendmail-query-once): Save directly to send-mail-function.
8897 Update message-send-mail-function too.
8898
8899 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8900
464cdf56
CS
89012011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8902
8903 * progmodes/python.el (python-mode-map): Use correct function to
8904 start python interpreter from menu-bar (as reported by Geert
8905 Kloosterman).
8906 (inferior-python-mode-map): Fix typo.
393a301e 8907 (python-shell-map): Remove.
464cdf56 8908
d37e5c87
DD
89092011-09-03 Deniz Dogan <deniz@dogan.se>
8910
8911 * net/rcirc.el (rcirc-print): Simplify code for
8912 rcirc-scroll-show-maximum-output. There is no need to walk
8913 through all windows to find the right one.
8914
f3ada0ee
CS
89152011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8916
8917 * help.el (help-return-method): Doc fix.
8918
1f3c99ca
MR
89192011-09-03 Martin Rudalics <rudalics@gmx.at>
8920
8921 * window.el (window-deletable-p): Don't return a non-nil value
8922 when there's a buffer that was shown in the window before.
8923 (Bug#9419)
393a301e
SM
8924 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8925 Set window's previous buffers to nil.
1f3c99ca 8926
a3cf097f
EZ
89272011-09-03 Eli Zaretskii <eliz@gnu.org>
8928
8929 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8930 newline before and after the tag line, so it doesn't interfere
8931 with determining the paragraph direction of bidirectional text.
8932
3d03de90
LL
89332011-09-03 Leo Liu <sdl.web@gmail.com>
8934
8935 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8936
c3313451
CY
89372011-09-02 Chong Yidong <cyd@stupidchicken.com>
8938
393a301e 8939 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8940 (pop-to-buffer): Change interactive spec. Pass second argument
8941 directly to display-buffer.
8942 (display-buffer): Fix interactive spec. Use functionp to
8943 distinguish between a function and a list of functions.
8944
8945 * abbrev.el (edit-abbrevs):
8946 * arc-mode.el (archive-extract):
8947 * autoinsert.el (auto-insert):
8948 * bookmark.el (bookmark-bmenu-list):
8949 * files.el (find-file):
8950 * view.el (view-buffer):
8951 * progmodes/compile.el (compilation-goto-locus):
8952 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8953
89894cd8
CY
89542011-09-02 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * window.el (display-buffer-alist): Doc fix.
8957 (display-buffer): Add docstring. Don't treat
8958 display-buffer-default specially.
8959 (display-buffer-reuse-selected-window)
8960 (display-buffer-same-window, display-buffer-maybe-same-window)
8961 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8962 (display-buffer-pop-up-window)
8963 (display-buffer-reuse-or-pop-window)
8964 (display-buffer-use-some-window): New functions.
8965 (display-buffer-default-action): Use them.
393a301e 8966 (display-buffer-default): Delete.
89894cd8
CY
8967 (pop-to-buffer-1): Fix choice of actions.
8968
ae0bc9fb
SM
89692011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * minibuffer.el (completion--insert-strings): Don't get confused by
8972 completion entries that end with an LF char.
8973
e9d90883
EZ
89742011-09-01 Eli Zaretskii <eliz@gnu.org>
8975
8976 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8977
437014c8
CY
89782011-09-01 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8981 (display-buffer-same-window, display-buffer-other-window):
8982 New functions.
437014c8
CY
8983 (pop-to-buffer-1): New function. Use the above.
8984 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8985 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8986
8987 * view.el (view-buffer-other-window, view-buffer-other-frame):
8988 Just use pop-to-buffer.
8989
a5e063d5
TV
89902011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8991
8992 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8993
793d32bb
WH
89942011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8995
8996 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8997
d65e4c15
RS
89982011-08-31 Richard Stallman <rms@gnu.org>
8999
9000 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9001 of the separation of rmail-view-buffer from rmail-buffer.
9002 If you say no to "replace original", the decrypt is in the
9003 view buffer. If you say yes, the decrypt goes into the
9004 rmail buffer also.
9005
f818cd2a
MR
90062011-08-31 Martin Rudalics <rudalics@gmx.at>
9007
9008 * window.el (display-buffer-window): Rewrite doc-string.
9009 (display-buffer-record-window): New function.
9010 (display-buffer-macro-specifiers)
9011 (display-buffer-even-window-sizes, display-buffer-set-height)
9012 (display-buffer-set-width, display-buffer-in-window)
9013 (display-buffer-reuse-window, display-buffer-split-specifiers)
9014 (display-buffer-side-specifiers, display-buffer-split-window-1)
9015 (display-buffer-split-window, display-buffer-split-atom-window)
9016 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9017 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9018 (display-buffer-other-window-means-other-frame)
9019 (display-buffer-normalize-special)
9020 (display-buffer-normalize-default)
9021 (display-buffer-normalize-argument)
9022 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9023 (display-buffer-normalize-specifiers, display-buffer-frame)
9024 (display-buffer-same-window, display-buffer-same-frame)
9025 (display-buffer-other-window)
9026 (display-buffer-same-frame-other-window)
9027 (display-buffer-other-frame, pop-to-buffer-same-window)
9028 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9029 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9030 (switch-to-buffer-same-frame)
9031 (switch-to-buffer-other-window-same-frame)
9032 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9033 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9034 (display-buffer-alist-set): Remove.
9035 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9036 (special-display-regexps, special-display-function):
9037 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9038 parameter.
9039 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9040 (special-display-frame-alist, special-display-popup-frame)
9041 (same-window-buffer-names, same-window-regexps, same-window-p)
9042 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9043 (split-window-preferred-function, split-height-threshold)
9044 (split-width-threshold, window-splittable-p)
9045 (split-window-sensibly, window--try-to-split-window)
9046 (window--frame-usable-p, even-window-heights)
9047 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9048 (window--display-buffer-2, display-buffer-other-frame):
9049 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9050 (display-buffer-default, display-buffer-assq-regexp): New functions.
9051 (display-buffer-alist): Rewrite doc-string.
9052 (display-buffer-default-action)
9053 (display-buffer-overriding-action): New variables.
9054 (display-buffer, switch-to-buffer): Rewrite.
9055 (pop-to-buffer): Restore Emacs 23 behavior but use
9056 window-normalize-buffer-to-display.
9057 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9058 Restore Emacs 23 behavior but use
9059 window-normalize-buffer-to-switch-to.
9060 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9061 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9062 Rewrite using Emacs 23 options.
f818cd2a 9063
5bc3b51d
MA
90642011-08-31 Michael Albinus <michael.albinus@gmx.de>
9065
9066 * net/tramp.el (tramp-root-regexp): Remove.
9067 (tramp-completion-file-name-regexp-unified)
9068 (tramp-completion-file-name-regexp-separate)
9069 (tramp-completion-file-name-regexp-url): Don't use leading volume
9070 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9071 (tramp-drop-volume-letter): Simplify definition.
9072 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9073
b1a4f8e1
SM
90742011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9077 (bug#9356).
9078
5664fa7b
RT
90792011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9080
b1a4f8e1 9081 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9082
9a45d6c3
JL
90832011-08-29 Juri Linkov <juri@jurta.org>
9084
9085 * isearch.el (isearch-done): Don't display message "Mark saved"
9086 when arg `edit' is non-nil to prevent its flicker in the echo area.
9087
fb87e0fb
CY
90882011-08-28 Chong Yidong <cyd@stupidchicken.com>
9089
9090 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9091 obsolete packages for deletion.
9092
09ac1c2a
CS
90932011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9094
9095 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9096 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9097 view-mode from help-mode.
9098 (help-xref-override-view-map): Remove.
9099 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9100 view-mode is not used anymore.
9101
7a1ff57f
CY
91022011-08-28 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * server.el (server-port): Doc fix.
9105
b9696605
CY
9106 * cus-theme.el (custom-theme-choose-mode): Inherit from
9107 special-mode (Bug#9124).
9108 (custom-theme-choose-mode-map): Add special-mode to parent.
9109
ef8cdf8c
AM
91102011-08-28 Alan Mackenzie <acm@muc.de>
9111
9112 * progmodes/cc-fonts.el
9113 (c-make-font-lock-BO-decl-search-function): New function.
9114 (c-basic-matchers-after - "Fontify the clauses after various
9115 keywords"): Extract the three keyword lists for the 3 erroneous
9116 constructs from the list of four, and use the new function above
9117 in place of an old one.
9118
27de4e20
DD
91192011-08-28 Deniz Dogan <deniz@dogan.se>
9120
9121 * net/rcirc.el (rcirc-insert-prev-input)
9122 (rcirc-insert-next-input): Remove unused argument.
9123
356a3681
SM
91242011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9127
3fc9b218
AM
91282011-08-27 Alan Mackenzie <acm@muc.de>
9129
9130 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9131 handle function pointer parameters properly.
9132
538a061c
MR
91332011-08-27 Martin Rudalics <rudalics@gmx.at>
9134
9135 * window.el (display-buffer-reuse-window): Fix case where
9136 selected window was reused with non-nil OTHER-WINDOW argument.
9137 (Bug#9381)
9138
35b1c40c
DD
91392011-08-27 Deniz Dogan <deniz@dogan.se>
9140
9141 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9142 oftc's NickServ messages.
9143
2f6a3e79
GM
91442011-08-27 Glenn Morris <rgm@gnu.org>
9145
9146 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9147
7254299e
CY
91482011-08-26 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * emacs-lisp/package.el (package-install): Call package-initialize
9151 if called interactively.
9152
f8ccf167
LL
91532011-08-26 Leo Liu <sdl.web@gmail.com>
9154
9155 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9156
3e8cd5ce
JL
91572011-08-25 Juri Linkov <juri@jurta.org>
9158
9159 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9160 `search-whitespace-regexp' (bug#9364).
9161
93eb7113
JL
91622011-08-25 Juri Linkov <juri@jurta.org>
9163
9164 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9165 `regexp-search-ring' to their global values to protect from
9166 updating by `read-from-minibuffer' (bug#9185).
9167
f65d1611
JL
91682011-08-25 Juri Linkov <juri@jurta.org>
9169
9170 * textmodes/ispell.el (ispell-command-loop): Add newline
9171 at the end of the "Use option `i'..." line.
9172
f1cf7a31
JL
91732011-08-25 Juri Linkov <juri@jurta.org>
9174
9175 * battery.el (display-battery-mode): If `battery-status-function'
9176 or `battery-mode-line-format' is nil, display the message and set
9177 `display-battery-mode' to nil (bug#9363).
9178
0c95fcf7
EZ
91792011-08-25 Eli Zaretskii <eliz@gnu.org>
9180
9181 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9182 bidi-string-mark-left-to-right; they are unnecessary now.
9183
a2ebe600
DD
91842011-08-25 Deniz Dogan <deniz@dogan.se>
9185
9186 * net/quickurl.el: Documentation typo fixes.
9187
e4ed06f1
CY
91882011-08-25 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9191
e5f1c99e
GM
91922011-08-25 Glenn Morris <rgm@gnu.org>
9193
b2948976
GM
9194 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9195
e5f1c99e
GM
9196 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9197 (smtpmail-via-smtp): Handle nil response from smtp.
9198
f22f4808
JL
91992011-08-24 Juri Linkov <juri@jurta.org>
9200
9201 * proced.el (proced-marked): Inherit from `error' instead of
9202 `font-lock-warning-face'.
9203
9204 * ibuffer.el (ibuffer-marked-face): Change default face from
9205 `font-lock-warning-face' to `warning'.
9206 (ibuffer-deletion-face): Change default face from
9207 `font-lock-type-face' to `error'.
9208
9209 * battery.el (battery-update): Use the face `error' instead of
9210 `font-lock-warning-face' (bug#6117).
9211
6a93965e
JL
92122011-08-24 Juri Linkov <juri@jurta.org>
9213
9214 * faces.el (success): Change face color from "Green3" to
9215 "ForestGreen" on light background (bug#9353).
9216
1ed43b09
CY
92172011-08-24 Chong Yidong <cyd@stupidchicken.com>
9218
5664fa7b
RT
9219 * window.el (quit-window): Rename from quit-restore-window.
9220 Use same arglist as old quit-window.
1ed43b09
CY
9221 (frame-auto-delete): Doc fix.
9222
9223 * view.el (view-mode-exit): Use quit-window.
9224
11dcdbb2
JL
92252011-08-24 Juri Linkov <juri@jurta.org>
9226
9227 * isearch.el (isearch-ring-adjust1): Start visiting previous
9228 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9229 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9230 for empty search string (when the last search string is reused
9231 automatically) to adjust the isearch ring to the last element and
9232 prepare the correct index for further M-p commands (bug#9185).
9233
de62b4df
KH
92342011-08-24 Kenichi Handa <handa@m17n.org>
9235
9236 * international/ucs-normalize.el: If decomposition property of
9237 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9238 nil.
9239 (nfd, nfkd): Likewise.
9240
963b492b
SM
92412011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9244 from process filters aren't reliably transmitted to the surrounding
9245 accept-process-output.
9246 (mpc-proc-check): New function.
9247 (mpc-proc-sync): Use it (bug#8293)
9248
93b6b5e1
SM
92492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9252 Add compatibility functions (bug#9313).
9253
bca633fb
EZ
92542011-08-23 Eli Zaretskii <eliz@gnu.org>
9255
b177498a
EZ
9256 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9257
6df6ae42 9258 * international/uni-bidi.el: Regenerate.
bca633fb 9259
0902a04e
KH
92602011-08-23 Kenichi Handa <handa@m17n.org>
9261
9262 * international/charprop.el:
9263 * international/uni-bidi.el:
9264 * international/uni-category.el:
9265 * international/uni-combining.el:
9266 * international/uni-comment.el:
9267 * international/uni-decimal.el:
9268 * international/uni-decomposition.el:
9269 * international/uni-digit.el:
9270 * international/uni-lowercase.el:
9271 * international/uni-mirrored.el:
9272 * international/uni-name.el:
9273 * international/uni-numeric.el:
9274 * international/uni-old-name.el:
9275 * international/uni-titlecase.el:
9276 * international/uni-uppercase.el: Regenerate.
9277
3bbf23bc
MR
92782011-08-23 Martin Rudalics <rudalics@gmx.at>
9279
9280 * help.el (help-window-setup): Fix message displayed when other
9281 window is reused. (Bug#9341)
9282
b3fd59bd
SM
92832011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9284
1802e444
SM
9285 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9286 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9287
b3fd59bd
SM
9288 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9289 Mark obsolete.
9290 * shell.el (shell-parse-pcomplete-arguments): New function.
9291 (shell-completion-vars): Use it instead (bug#9160).
9292
4eb61348
SM
92932011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9294
867cab74
SM
9295 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9296 strings and comments (bug#9333).
9297
4eb61348
SM
9298 * emacs-lisp/debug.el (debug-arglist): New function.
9299 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9300 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9301
262a1439
JL
93022011-08-22 Juri Linkov <juri@jurta.org>
9303
56ee679c
JL
9304 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9305 Revert regexp that highlights output switches to its old
9306 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9307
262a1439
JL
9308 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9309 to check for empty output (bug#9226).
9310
f13f86fb
CY
93112011-08-22 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9314 symbol-constituent as the default, as that stops font-lock from
9315 working properly (Bug#8843).
9316
c65c9622
LMI
93172011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9318
9319 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9320 `coding-system-for-*' around the process open call to avoid
9321 auth-source side effects.
e7f2c178 9322 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9323 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9324 probe hangs.
c65c9622 9325
23a8a5ab
CY
93262011-08-21 Chong Yidong <cyd@stupidchicken.com>
9327
ff98b2dd
CY
9328 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9329
23a8a5ab
CY
9330 * emacs-lisp/find-func.el (find-function-noselect): New arg
9331 lisp-only.
9332
9333 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9334 signal an error for built-in functions (Bug#6664).
9335
f5e3c598
LMI
93362011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9337
9338 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9339 (smtpmail-try-auth-methods): Use it.
9340
a3f2468a
CY
93412011-08-21 Chong Yidong <cyd@stupidchicken.com>
9342
2c34e8da
CY
9343 * font-lock.el (font-lock-fontify-region)
9344 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9345 (font-lock-default-unfontify-buffer)
9346 (font-lock-default-fontify-region)
9347 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9348
b3fd59bd
SM
9349 * progmodes/compile.el (compilation-error-properties):
9350 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9351 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9352 `ant' regexp.
ee31aabc 9353
a3f2468a
CY
9354 * net/browse-url.el (browse-url-firefox): Don't call
9355 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9356
8e999f70
GM
93572011-08-20 Glenn Morris <rgm@gnu.org>
9358
c21a496a
GM
9359 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9360
59ee0542
GM
9361 * tutorial.el (tutorial--default-keys): Update some default bindings.
9362
8e999f70
GM
9363 * files.el (hack-local-variables): Fully ignore case for "mode:".
9364
e3715033
AM
93652011-08-20 Alan Mackenzie <acm@muc.de>
9366
9367 Resolve invalid use of a regexp in regexp-opt.
9368
4d61f28d
JB
9369 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9370 detection for a java annotation.
e3715033 9371
4d61f28d 9372 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9373 detection for a java annotation.
9374
4d61f28d
JB
9375 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9376 handling for java.
e3715033
AM
9377 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9378
04ed2e9c
CY
93792011-08-20 Chong Yidong <cyd@stupidchicken.com>
9380
9381 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9382 (Bug#9274).
9383
826cee64
AM
93842011-08-20 Alan Mackenzie <acm@muc.de>
9385
58179cce 9386 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9387 such a construct. Mainly for when jit-lock etc. starts a chunk
9388 here.
9389
58179cce 9390 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9391 variable.
58179cce 9392 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9393 c-make-font-lock-search-function.
9394 (c-make-font-lock-search-function): Use the above function.
9395 (c-make-font-lock-context-search-function): New function.
9396 (c-cpp-matchers): Enhance the preprocessor expression case with
9397 the above function
9398 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9399 which takes an expression.
9400
9401 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9402
13009bd8
MR
94032011-08-20 Martin Rudalics <rudalics@gmx.at>
9404
9405 * window.el (display-buffer-reuse-window)
9406 (display-buffer-pop-up-window): Don't reuse or split a side
9407 window.
9408
9234ff7f
GM
94092011-08-19 Glenn Morris <rgm@gnu.org>
9410
9411 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9412 Downcase "Mode:". (Bug#9331)
9234ff7f 9413
f635daa1
CY
94142011-08-18 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * international/characters.el: Add L and R categories.
9417
9418 * subr.el (bidi-string-mark-left-to-right): Rename from
9419 string-mark-left-to-right. Use category search.
9420
9421 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9422
bc987f8b
JL
94232011-08-18 Juri Linkov <juri@jurta.org>
9424
9425 * faces.el (error, warning, success): New faces with definitions
9426 copied from old default values of `font-lock-warning-face',
9427 `compilation-warning', `compilation-info' (bug#6117).
9428
9429 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9430
9431 * progmodes/compile.el (compilation-error): Inherit from `error'.
9432 (compilation-warning): Inherit from `warning'.
9433 (compilation-info): Inherit from `success'.
9434
9435 * dired.el (dired-marked): Inherit from `warning'.
9436 (dired-flagged): Inherit from `error'.
9437
57173b96
LMI
94382011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9439
3e79eb87
LMI
9440 * mail/smtpmail.el (auth-source): Require to avoid problems with
9441 binding variables (bug#9298). Also clean up some unused
9442 autoloads.
9443
b3fd59bd
SM
9444 * net/network-stream.el (network-stream-open-starttls):
9445 Support using starttls.el without using gnutls-cli.
57173b96 9446
02b404de
JL
94472011-08-17 Juri Linkov <juri@jurta.org>
9448
9449 * progmodes/grep.el (rgrep): Handle the case when
9450 `grep-find-command' is a cons cell (bug#9278).
9451
8c9177f2
MR
94522011-08-17 Martin Rudalics <rudalics@gmx.at>
9453
9454 * window.el (display-buffer-pop-up-frame): Run frame creation
9455 function with BUFFER current (as special-display-popup-frame
9456 does). Reported by Drew Adams.
9457
3644a0ab
DU
94582011-08-17 Daiki Ueno <ueno@unixuser.org>
9459
9460 * epa-mail.el: Simplify GnuPG group expansion using
9461 epg-expand-group.
9462 (epa-mail-group-alist, epa-mail-group-modtime)
9463 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9464 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9465 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9466 Remove.
9467
5e617bc2 94682011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9469
9470 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9471
9c4aeabf
AM
94722011-08-16 Alan Mackenzie <acm@muc.de>
9473
9474 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9475 Correct, to avoid the inside of macros.
9476
3a99bf64
RS
94772011-08-16 Richard Stallman <rms@gnu.org>
9478
04963aa8
RS
9479 * epa-mail.el: Handle GnuPG group definitions.
9480 (epa-mail-group-alist, epa-mail-group-modtime)
9481 (epa-mail-gnupg-conf-file): New variables.
9482 (epa-mail-parse-groups, epa-mail-sync-groups)
9483 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9484 (epa-mail-expand-recipients): New functions.
9485 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9486
177549d0
RS
9487 * mail/rmail.el (rmail-epa-decrypt): New command.
9488
fe38beef
RS
9489 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9490 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9491 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9492 (epa-decrypt-armor-in-region): Make error message clearer.
9493
934eacb9
SM
94942011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9497 and "a2b" to "ab" for `prefix'.
9498
d024fb4e
CY
94992011-08-14 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9502 filter groups.
de148fee
CY
9503 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9504 Fourquet (Bug#8804).
d024fb4e 9505
62f1ca49
JB
95062011-08-12 Juanma Barranquero <lekktu@gmail.com>
9507
9508 * startup.el (argi): Declare as global variable (bug#9275).
9509
9ccaaa4b
CY
95102011-08-12 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * subr.el (string-mark-left-to-right): Search the entire string
9513 for RTL script, not just the terminating character. Doc fix.
9514
a3dae87a
SM
95152011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9516
6cd18349
SM
9517 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9518 New function.
9519 (js--regexp-literal, js-syntax-propertize-function): Remove.
9520 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9521 (js-mode-map): Don't rebind electric keys.
9522 (js-insert-and-indent): Remove.
9523 (js-mode): Setup electric-layout and electric-indent instead.
9524
a3dae87a
SM
9525 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9526
9d5cb631
DU
95272011-08-12 Daiki Ueno <ueno@unixuser.org>
9528
9529 * epa.el (epa-progress-callback-function): Fix the logic of
9530 displaying progress.
9531 * epa-file.el (epa-file-insert-file-contents): Make progress
9532 display more user-friendly.
9533 (epa-file-write-region): Ditto.
9534
3e26a4a2
CY
95352011-08-10 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * subr.el (string-mark-left-to-right): New function.
9538
9539 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9540 Use string-mark-left-to-right.
9541 (list-buffers-noselect): Caller changed.
9542
a3dae87a
SM
9543 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9544 Use string-mark-left-to-right.
3e26a4a2
CY
9545 (tabulated-list-print): Recenter after moving point.
9546
ac8cf6e6
JL
95472011-08-10 Juri Linkov <juri@jurta.org>
9548
9549 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9550 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9551 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9552
8d96c9a4
CY
95532011-08-09 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9556 (Bug#7554).
9557
7be1c708 95582011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9559
9560 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9561 character. (Bug#6594)
9562
37e11a63
CY
95632011-08-08 Chong Yidong <cyd@stupidchicken.com>
9564
839dde57
CY
9565 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9566 (image-dired--with-db-file): New macro.
9567 (image-dired-write-tags, image-dired-remove-tag)
9568 (image-dired-create-gallery-lists, image-dired-write-comments)
9569 (image-dired-get-comment, image-dired-mark-tagged-files)
9570 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9571 (image-dired-gallery-generate): Use insert-file-contents.
9572
37e11a63
CY
9573 * time.el (display-time-world-list, display-time-world-display):
9574 * time-stamp.el (time-stamp-string):
9575 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9576 set-time-zone-rule (Bug#7337).
9577
0b4946c4
DU
95782011-08-08 Daiki Ueno <ueno@unixuser.org>
9579
9580 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9581 (epg-error-to-string, epg-errors-to-string): New function.
9582 (epg-wait-for-completion): Reverse errors list.
9583 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9584 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9585 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9586 (epg-sign-keys, epg-generate-key-from-file)
9587 (epg-generate-key-from-string): Format errors by using
9588 epg-errors-to-string (bug#9255).
9589 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9590
75bfc667
JL
95912011-08-07 Juri Linkov <juri@jurta.org>
9592
9593 * faces.el (list-faces-display): Remove extra angle bracket
9594 from `help-mode-map'.
9595
9596 * info.el (Info-history-toc-nodes): Doc fix.
9597
9598 * longlines.el (longlines-mode): Doc fix.
9599
673e08bb
SM
96002011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9601
4640dd88
SM
9602 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9603 of statements and in a few more cases (bug#9183).
9604
673e08bb
SM
9605 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9606 New functions.
9607 (cl-transform-lambda): Use them (bug#9239).
9608
89b3f019
MR
96092011-08-05 Martin Rudalics <rudalics@gmx.at>
9610
9611 * window.el (display-buffer-same-window)
9612 (display-buffer-same-frame, display-buffer-other-window)
9613 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9614 (pop-to-buffer-other-window)
9615 (pop-to-buffer-same-frame-other-window)
9616 (pop-to-buffer-other-frame): Make them defuns.
9617 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9618
640c8776
SM
96192011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * subr.el (make-composed-keymap): Move from C. Change calling
9622 convention, and improve docstring to bring attention to a subtle point.
9623 * minibuffer.el (completing-read-default): Adjust accordingly.
9624
63648a95
MA
96252011-08-03 Michael Albinus <michael.albinus@gmx.de>
9626
9627 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9628 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9629
9630 * net/trampver.el: Update release number.
9631
b796c9b7
SM
96322011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9635 "in" (bug#9190).
9636
2239d7d5
LMI
96372011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9638
e07dd7c3
LMI
9639 * mail/sendmail.el (sendmail-query-once): Restore the current
9640 buffer after querying (bug#9074).
9641
0e6a2bd7
LMI
9642 * dired.el (dired-flagged): Use different faces for marked and
9643 flagged files (bug#6117).
9644
ce887515
LMI
9645 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9646 (bug#4433).
9647
92f2affc
LMI
9648 * ido.el (ido-mode): Switch off the message if called
9649 non-interactively.
9650
57d5aff0
LMI
9651 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9652 before 587, since it appears that that's more likely to work for
9653 more people.
9654
98cd6c18 9655 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9656 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9657 exist.
9658
b96dec83
LMI
9659 * info.el: Remove the `Info-beginning-of-buffer' function
9660 (bug#8325).
9661
b796c9b7
SM
9662 * net/network-stream.el (network-stream-open-starttls):
9663 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9664
d90e2ea0
MR
96652011-08-01 Martin Rudalics <rudalics@gmx.at>
9666
9667 * window.el (display-buffer-in-window): Don't set dedicated status
9668 of window here (Bug#9215).
9669 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9670 (display-buffer-pop-up-side-window)
b796c9b7 9671 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9672
cca09170
SM
96732011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9676 before binding generated-autoload-file.
9677
027b979c
DD
96782011-08-01 Deniz Dogan <deniz@dogan.se>
9679
9680 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9681
3c7ee4f3
MA
96822011-07-30 Michael Albinus <michael.albinus@gmx.de>
9683
9684 Sync with Tramp 2.2.2.
9685
9686 * net/trampver.el: Update release number.
9687
2cc8e51a
JL
96882011-07-30 Juri Linkov <juri@jurta.org>
9689
9690 * dired-aux.el (dired-touch-initial): Remove function.
9691 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9692 current time, and `default' to the last modification time of the
9693 current marked file (bug#6887).
9694
a514d856
JM
96952011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9696
9697 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9698 numeric argument to read-number (bug#9163).
a514d856 9699
8a7eddd7
MA
97002011-07-27 Michael Albinus <michael.albinus@gmx.de>
9701
9702 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9703 connection process, it could be nil.
9704
1ddd96f5
LL
97052011-07-27 Leo Liu <sdl.web@gmail.com>
9706
9707 Simplify url handling in rcirc-mode.
9708
9709 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9710 (rcirc-browse-url-at-mouse): Remove.
9711 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9712
b248a85d
AM
97132011-07-26 Alan Mackenzie <acm@muc.de>
9714
9715 Fontify bitfield declarations properly.
9716
9717 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9718 (c-symbol-chars): Now exported as a lang variable.
9719 (c-not-primitive-type-keywords): New lang variable.
9720
9721 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9722 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 9723 parsed as a bitfield declaration.
b248a85d 9724
b796c9b7
SM
9725 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9726 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
9727 (c-punctuation-in): New function.
9728 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9729 declarations properly.
9730
68575ab0
UJ
97312011-07-26 Ulf Jasper <ulf.jasper@web.de>
9732
9733 * calendar/icalendar.el (icalendar--all-events): Take care of
9734 multiple vcalendars in a single file.
b796c9b7 9735 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 9736
0f0a88b9
DD
97372011-07-25 Deniz Dogan <deniz@dogan.se>
9738
9739 * image.el (insert-image): Clarifying docstring.
9740
0b3f36df
MA
97412011-07-24 Michael Albinus <michael.albinus@gmx.de>
9742
9743 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9744 `tramp-send-command-and-check' if there is no error.
9745 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9746
a9901f61
AM
97472011-07-22 Alan Mackenzie <acm@muc.de>
9748
9749 Prevent cc-langs.elc being loaded at run time.
9750
9751 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9752 cc-langs.
9753
4d61f28d 9754 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
9755 "(require 'cc-langs)". Quote a form so it will evaluate at
9756 (cc-mode's) compilation time.
9757
11d074b2
MA
97582011-07-22 Michael Albinus <michael.albinus@gmx.de>
9759
9760 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9761 loading. (Bug#9114)
9762
938b94c8
MR
97632011-07-21 Martin Rudalics <rudalics@gmx.at>
9764
9765 * window.el (display-buffer-pop-up-window)
9766 (display-buffer-pop-up-side-window)
9767 (display-buffer-in-side-window): Call display-buffer-set-height
9768 and display-buffer-set-width after setting the new window's
b796c9b7 9769 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 9770
bfa4f190
SS
97712011-07-20 Sam Steingold <sds@gnu.org>
9772
9773 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9774 (etags-tags-included-tables): Call `convert-standard-filename' on
9775 the file names contained in TAGS so that windows Emacs can handle
9776 TAGS files created by cygwin ctags.
9777
8ca42262
LMI
97782011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9779
9780 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9781 which apparently didn't work.
9782
5db2afd2 97832011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 9784
5db2afd2
RW
9785 * proced.el (proced-send-signal): For *Marked Processes* buffer
9786 put point at beginning of buffer.
9787
92e15d10
SB
97882011-07-19 Stephen Berman <stephen.berman@gmx.net>
9789
9790 * proced.el (proced-format): Make header lines align with the text
9791 (bug#1779).
9792
1bfd59e5
LMI
97932011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9794
9795 * view.el (view-buffer): Allow running in `special' modes if we're
9796 visiting a file (bug#8615).
9797
f5aae37c
MR
97982011-07-19 Martin Rudalics <rudalics@gmx.at>
9799
9800 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
9801 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9802 New functions.
f5aae37c
MR
9803 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9804 more accurately.
9805
bf2c1571
AM
98062011-07-18 Alan Mackenzie <acm@muc.de>
9807
9808 Fontify declarators properly when, e.g., a jit-lock chunk begins
9809 inside a declaration.
9810
9811 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9812
b796c9b7
SM
9813 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9814 New function.
bf2c1571
AM
9815 (c-complex-decl-matchers): Insert reference to
9816 c-font-lock-enclosing-decls.
9817
9818 * progmodes/cc-engine.el (c-backward-single-comment):
9819 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9820 to nil around calls to (forward-comment -1).
9821
4e190b80
LMI
98222011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9823
12dc863d
LMI
9824 * image.el (put-image): Doc typo fix.
9825
a762e966
LMI
9826 * progmodes/etags.el (tags-search): Doc typo fix.
9827
4e190b80
LMI
9828 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9829 password if we get errors 550 to 554.
9830
f019fb21
LMI
98312011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9832
b796c9b7 9833 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 9834
81746738
LMI
9835 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9836 indentation character (bug#6380).
9837
3ee3a1b5
LMI
9838 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9839
c82f64de
LMI
9840 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9841 to clarify what the problem is (bug#4291).
9842
f019fb21
LMI
9843 * simple.el (current-kill): Clarify what
9844 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
9845 (auto-fill-mode): Document `auto-fill-function' in relation to
9846 `auto-fill-mode' (bug#2470).
f019fb21 9847
0794775d
LM
98482011-07-16 Lawrence Mitchell <wence@gmx.li>
9849
9850 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9851 method if slot is read-only (bug#9035).
9852
be39b8cc
MR
98532011-07-16 Martin Rudalics <rudalics@gmx.at>
9854
b796c9b7 9855 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 9856 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
9857 selected before, see discussion of (Bug#8615), (Bug#6954).
9858 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 9859
6ccf7859
GM
98602011-07-15 Glenn Morris <rgm@gnu.org>
9861
9862 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 9863 Respect help-form.
6ccf7859 9864
87e86684
LM
98652011-07-09 Lawrence Mitchell <wence@gmx.li>
9866
9867 * net/gnutls.el (gnutls-min-prime-bits): New variable.
9868 (gnutls-negotiate): Use it.
9869
d6066239
LMI
98702011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9871
b796c9b7
SM
9872 * net/gnutls.el (gnutls-negotiate):
9873 Upcase `gnutls-algorithm-priority'.
d6066239 9874
bd23ebc0
GM
98752011-07-15 Glenn Morris <rgm@gnu.org>
9876
c65bca65
GM
9877 * jka-compr.el (jka-compr-verbose): Move from here...
9878 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
9879 Add missing :version tag.
9880 * info.el: No need to require jka-compr when compiling.
bd23ebc0 9881
478615cc
LMI
98822011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9883
7b41decb
LMI
9884 * net/gnutls.el (gnutls-algorithm-priority): New variable.
9885 (gnutls-negotiate): Use it.
9886
dbc44fcd
LMI
9887 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9888
06789f97
LMI
9889 * info.el (Info-beginning-of-buffer): New command.
9890 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9891 announcing `b' as the key (bug#8325).
ab896c37 9892 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 9893
c39da690
LMI
9894 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9895
3aa5f34b
LMI
9896 * international/mule-cmds.el
9897 (describe-specified-language-support): Make the error message
9898 clearer (bug#8905).
9899
4bf0979f
LMI
9900 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9901
478615cc
LMI
9902 * isearch.el (isearch-barrier): Add a doc string, since it's
9903 mentioned in a function doc string (bug#8678).
9904
75c68aa1
MR
99052011-07-15 Martin Rudalics <rudalics@gmx.at>
9906
9907 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9908 buffer argument (Bug#9083) and self-identifying label argument.
9909
a7c33da2
GM
99102011-07-15 Glenn Morris <rgm@gnu.org>
9911
9912 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
9913
2f5c6024
LMI
99142011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9915
9916 * man.el (Man-fontify-manpage): Fix message when formatting the
9917 man page (bug#7929).
9918
0bb23927 99192011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
9920
9921 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9922 argument LRM; if non-nil, append an invisible LRM character to the
9923 buffer name.
9924 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9925 last argument non-nil, when formatting buffer names.
0bb23927
EZ
9926 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9927 paragraph direction.
cce4b0a7 9928
621ef9ab
LMI
99292011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9930
d1583c48
LMI
9931 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9932 the man page name (bug#7929).
9933
6a57fb5f
LMI
9934 * image.el (put-image): Mention the `put-image' overlay property
9935 (bug#7834).
9936
d7956b14
LMI
9937 * scroll-bar.el (set-scroll-bar-mode): Mention that
9938 `scroll-bar-mode' lists the values (bug#7772).
9939
5b2d4a66
LMI
9940 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9941 command (bug#7729).
9942
7509a874
LMI
9943 * rect.el (apply-on-rectangle): Return the point after the last
9944 operation.
9945 (string-rectangle): Go to the point after the last operation
9946 (bug#7522).
9947
4fe74b19
LMI
9948 * printing.el (pr-toggle-region): Clarify the documentation
9949 slightly (bug#7493).
9950
b796c9b7
SM
9951 * time.el (display-time-update):
9952 Allow `display-time-mail-function' to return nil (bug#7158).
9953 Fix suggested by Detlev Zundel.
ab283561 9954
fc233c9d
LMI
9955 * vc/diff.el (diff): Clarify the order the file names are read
9956 (bug#7111).
9957
43f5740b
LMI
9958 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9959 the doc string (bug#7015).
9960
f2182a76
LMI
9961 * font-lock.el (font-lock-maximum-decoration): Mention what
9962 numeric levels mean (bug#6935).
9963
621ef9ab
LMI
9964 * startup.el (initial-buffer-choice): Don't mention the `none'
9965 selection, which is against policy.
9966
adc47434
MR
99672011-07-14 Martin Rudalics <rudalics@gmx.at>
9968
b796c9b7
SM
9969 * window.el (display-buffer-normalize-special):
9970 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9971
7e5bfb8f
EZ
99722011-07-14 Eli Zaretskii <eliz@gnu.org>
9973
9974 * subr.el (version<, version<=, version=): Mention "-CVS" and
9975 "-12345" alpha version numbers.
9976
27fa387a
CY
99772011-07-14 Chong Yidong <cyd@stupidchicken.com>
9978
9979 * bindings.el: Add advertised binding for set-mark-command
9980 (Bug#5772).
9981
8bdfa064
CY
99822011-07-14 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * bindings.el (mode-line-other-buffer):
9985 * bookmark.el (bookmark-bmenu-2-window):
9986 * bs.el (bs-cycle-next, bs-cycle-previous):
9987 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9988 switch-to-buffer.
9989
9990 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9991 Delete.
8bdfa064 9992
5eba16a3
JB
99932011-07-14 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * follow.el (follow-debug-message, follow-redisplay):
9996 * jka-cmpr-hook.el (with-auto-compression-mode):
9997 Fix typos in docstrings.
9998
15853710
LMI
99992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10000
a28e4607
LMI
10001 * subr.el (with-silent-modifications): Clarify somewhat what the
10002 macro inhibits (bug#6525).
10003
15853710
LMI
10004 * simple.el (eval-expression): Note what it does if called
10005 interactively (bug#6495).
10006
bee0fcef
CY
100072011-07-13 Chong Yidong <cyd@stupidchicken.com>
10008
b796c9b7
SM
10009 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10010 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10011
10012 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10013 Remove switch-to-buffer.
10014
58274504
LMI
100152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10016
bd2fcc8d
LMI
10017 * files.el (make-directory): Clarify that an error will be raised
10018 if there's an error (bug#6397).
10019
0f04b32c
LMI
10020 * startup.el (initial-buffer-choice): Add `none' as a choice
10021 (bug#6234).
10022
465c5fc8
LMI
10023 * subr.el (add-hook): Clarify section about buffer-local hooks
10024 (bug#6218).
10025
58274504
LMI
10026 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10027
bead9a43
JB
100282011-07-13 Juanma Barranquero <lekktu@gmail.com>
10029
10030 * tabify.el (untabify): Preserve the current column so that point
10031 doesn't move (bug#6032).
10032
3af98a7b
LMI
100332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10034
b796c9b7
SM
10035 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10036 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10037
6240145a
GM
100382011-07-13 Glenn Morris <rgm@gnu.org>
10039
10040 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10041 (dired-insert-directory): Give a message the first time
10042 if ls is found not to support --dired.
10043
1d8c2ccc
LMI
100442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10045
10046 * simple.el (toggle-truncate-lines): Clarify what is toggled
10047 (bug#5580). Text by Drew Adams.
10048
5fc4038e
CY
100492011-07-13 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * simple.el (blink-matching-open): Make the error message from the
10052 last change less verbose.
10053
bf6012e5
DN
100542011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10055
10056 * font-lock.el (font-lock-comment-face): Use the high contrast
10057 "yellow" color for font-lock-comment-face on low color terminals
10058 using a dark background color (bug#4221).
10059
343c3b5a
LMI
100602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10061
7e9505c5
LMI
10062 * dired.el (dired-insert-set-properties): Make the doc string
10063 reflect what it does now (bug#5325).
10064
c26fdcf5
LMI
10065 * simple.el (blink-matching-open): Say that we were unable to find
10066 the match within the limit, if we're limited (bug#5122).
10067
bb388cc5
LMI
10068 * international/mule-cmds.el (prefer-coding-system): Add an
10069 example (bug#4869).
10070
343c3b5a
LMI
10071 * progmodes/etags.el (tags-search): Document `file-list-form'
10072 (bug#4731).
10073
2a517d45
LM
100742011-07-13 Lawrence Mitchell <wence@gmx.li>
10075
10076 * net/browse-url.el (browse-url-default-browser)
10077 (browse-url-browser-function): Make the default browser choice a
10078 bit more logical (bug#4300). Also clean up the doc string.
10079
b6c78ef2
JB
100802011-07-13 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10083 binary endings (bug#4440).
10084
1c4dd947
LMI
100852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10086
a2014063
LMI
10087 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10088 which can be pretty annoying (bug#8971).
10089
9c9c2d88
LMI
10090 * jka-compr.el (jka-compr-verbose): New variable, and use
10091 throughout (bug#8971).
10092
1c4dd947
LMI
10093 * info.el (Info-find-file): Fall back on the installation
10094 directory if we can't find the info node anywhere else.
10095
a1c9f41b
SO
100962011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10097
10098 * vc/vc.el (vc-revert-file):
10099 Don't set file time-stamp in the past. (Bug#5181)
10100
536f3d36
LMI
101012011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10102
7152b011
LMI
10103 * files.el (after-find-file): Give a better error message when
10104 trying to find a symlink that points to a file that doesn't exist
10105 (bug#4398).
10106
536f3d36
LMI
10107 * progmodes/cc-vars.el: Remove (probably) misleading comment
10108 (bug#4396).
10109
460c0fba
JB
101102011-07-12 Johan Bockgård <bojohan@gnu.org>
10111
10112 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10113
7a6bda45
CY
101142011-07-12 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * mouse-sel.el: Hack restoring functionality, while keeping
10117 compatibility with 2010-07-03 changes to mouse selection.
10118 (mouse-sel-primary-overlay): New var.
10119 (mouse-sel-selection-alist): Use it.
10120 (mouse-sel-mode): Doc fix; remove points that are default features
10121 of mouse.el.
10122
c79598ef
JB
101232011-07-12 Johan Bockgård <bojohan@gnu.org>
10124
10125 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10126 Fix previous fix (bug#2490).
10127
ff8be6ef
RW
101282011-07-12 Roland Winkler <winkler@gnu.org>
10129
b796c9b7
SM
10130 * textmodes/bibtex.el (bibtex-initialize):
10131 Use pop-to-buffer-same-window.
ff8be6ef
RW
10132 (bibtex-search-entries): Fix interactive call.
10133
296ba3ee
LMI
101342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10135
f5242a02 10136 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10137 Fontise bytecomp Error lines more correctly (bug#2490).
10138 Fix suggested by Johan Bockgård.
f5242a02 10139
296ba3ee
LMI
10140 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10141
10142 * dired-x.el (dired-guess-default): Use `delete-dups'.
10143
f69fd0d2
CY
101442011-07-12 Chong Yidong <cyd@stupidchicken.com>
10145
10146 * dired.el (dired-mark-prompt):
10147 * dired-aux.el (dired-read-shell-command): Doc fix.
10148
eab5dc07
LMI
101492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10150
b796c9b7
SM
10151 * mail/sendmail.el (sendmail-query-once):
10152 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10153 emacs -Q.
10154
10155 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10156
eab5dc07
LMI
10157 * cus-edit.el (custom-file): Take an optional no-error variable.
10158 (customize-save-variable): Set the variable, and give a warning if
10159 running under "emacs -q".
10160
a1e65d42
JB
101612011-07-11 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * loadhist.el (unload-feature-special-hooks):
10164 Add `auto-coding-functions', `fill-nobreak-predicate' and
10165 `find-directory-functions' (bug#5327).
10166
1d52da10
LMI
101672011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10168
be958f1d
LMI
10169 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10170
5bedb26c
LMI
10171 * cus-edit.el (custom-guess-name-alist): -alist variables should
10172 use the `alist' type (bug#3120). Suggested by Drew Adams.
10173
1d52da10
LMI
10174 * printing.el: Add documentation to all the `pr-toggle-' commands.
10175
cd394be1 101762011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10177
10178 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10179 backends where it makes sense (bug#2623).
10180
dcc88d8a
LMI
101812011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10182
c3de9feb
LMI
10183 * dired-x.el (dired-guess-default): Remove duplicate shell command
10184 entries (bug#2028).
8a93078b 10185 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10186 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10187
dcc88d8a
LMI
10188 * subr.el (remove-duplicates): New conveniency function.
10189
505e3645
LMI
101902011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10191
10192 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10193 (bug#1526).
10194
101952011-07-10 Martin Rudalics <rudalics@gmx.at>
10196
10197 * window.el (display-buffer-normalize-default): Don't invert
10198 meaning of even-window-heights. Reported by Eli Zaretskii
10199 <eliz@gnu.org>.
10200
455e4fa1
BR
102012011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10202
10203 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10204
8e0bc3e9
CY
102052011-07-10 Chong Yidong <cyd@stupidchicken.com>
10206
10207 * window.el (display-buffer): Fix arguments to
10208 display-buffer-reuse-window in last change.
10209
fa7c3228
CY
10210 * faces.el (link): Use a less saturated blue on light backgrounds.
10211
10212 * startup.el (fancy-startup-text, fancy-about-text)
10213 (fancy-startup-tail): Use font-lock faces, for background safety.
10214
c0a7f300
BN
102152011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10216
b796c9b7
SM
10217 * emulation/viper-cmd.el (viper-change-state-to-vi):
10218 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10219
4dc2a129
MR
102202011-07-09 Martin Rudalics <rudalics@gmx.at>
10221
10222 * window.el (display-buffer-default-specifiers): Remove.
10223 (display-buffer-macro-specifiers): Remove default specifiers.
10224 (display-buffer-alist): Default to nil.
b796c9b7 10225 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10226 (display-buffer-pop-up-window): Allow splitting internal
10227 windows. Check whether a live window was created.
10228 (display-buffer-other-window-means-other-frame)
10229 (display-buffer-normalize-arguments): Rename to
10230 display-buffer-normalize-argument and rewrite. Set the
10231 other-window specifier.
10232 (display-buffer-normalize-special): New function.
10233 (display-buffer-normalize-options): Rename to
10234 display-buffer-normalize-default and rewrite.
10235 (display-buffer-normalize-options-inhibit): Remove.
10236 (display-buffer-normalize-specifiers): Rewrite.
10237 (display-buffer): Process other-window specifier and call
10238 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10239 more faithfully.
b796c9b7 10240 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10241 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10242 (display-buffer-in-window, display-buffer-alist-set):
10243 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10244 <tassilo@member.fsf.org>.
10245
2d43b8c9
LL
102462011-07-09 Leo Liu <sdl.web@gmail.com>
10247
10248 * register.el (insert-register): Restore accidental change on
10249 2011-06-26. (Bug#9028)
10250
7f9b7c53
GM
102512011-07-09 Glenn Morris <rgm@gnu.org>
10252
10253 * subr.el (remq): Handle the empty list. (Bug#9024)
10254
f042cfd8
AS
102552011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10256
10257 * mail/sendmail.el (send-mail-function): No longer delay custom
10258 initialization.
10259 * custom.el (custom-initialize-delay): Doc fix.
10260
856b2f11
SM
102612011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10264
afae1d68
MA
102652011-07-08 Michael Albinus <michael.albinus@gmx.de>
10266
10267 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10268 human-friendly prompt.
10269
0757af94
SM
102702011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10273 provided by a particular plugin.
10274
d760b731
LMI
102752011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10276
10277 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10278 save customizations (with "emacs -Q"), just set the variable
10279 instead of erroring out.
10280
10281 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10282
cd79ce90
JL
102832011-07-08 Juri Linkov <juri@jurta.org>
10284
10285 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10286 (archive-zip-update-case): Use 7z if found by `executable-find'.
10287 The order of searching the available programs is the same as in
10288 `archive-zip-extract' (bug#8968).
10289
14cc04aa
CY
102902011-07-07 Chong Yidong <cyd@stupidchicken.com>
10291
10292 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10293 (menu-bar-options-menu): Tweak descriptions.
10294
0a1848ec
LMI
102952011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10296
10297 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10298 menu items into verb phrases (bug#1421). Also refill to fit under
10299 80 columns.
10300
f5bd0689
CY
103012011-07-07 Chong Yidong <cyd@stupidchicken.com>
10302
538e85c6
CY
10303 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10304 (Info-read-node-name): Doc fix (Bug#1084).
10305
f5bd0689
CY
10306 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10307 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10308 (end-of-sexp, beginning-of-sexp)
10309 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10310 (forward-symbol, forward-same-syntax, word-at-point)
10311 (sentence-at-point): Doc fix (Bug#1144).
10312
56ec5115
LMI
103132011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10314
f3f8e37f
LMI
10315 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10316 should cover it (bug#1281).
10317
0757af94 10318 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10319
e9fce1ac 10320 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10321 negotiation fails, then possibly try again with a non-encrypted
10322 connection (bug#9017).
10323
56ec5115
LMI
10324 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10325 be used.
10326
c2f9aec8
RS
103272011-07-07 Richard Stallman <rms@gnu.org>
10328
10329 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10330 property, and handle its changed format.
10331 Look for the correct line number.
10332 Use file's line contents (but not past first =) to find
10333 correct line in message.
10334
ef7b981d 103352011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10336
10337 * international/characters.el (build-unicode-category-table):
10338 Delete it.
0757af94 10339 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10340
0757af94 10341 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10342 to src/chartab.c.
10343 (get-char-code-property): Call unicode-property-table-internal to
10344 load a file. Call get-unicode-property-internal where necessary.
10345 (put-char-code-property): Call unicode-property-table-internal to
10346 load a file. Call put-unicode-property-internal where necessary.
10347 put-unicode-property-internal where necessary.
0757af94
SM
10348 (char-code-property-description):
10349 Call unicode-property-table-internal to load a file.
c805dec0
KH
10350
10351 * international/charprop.el:
10352 * international/uni-bidi.el:
10353 * international/uni-category.el:
10354 * international/uni-combining.el:
10355 * international/uni-comment.el:
10356 * international/uni-decimal.el:
10357 * international/uni-decomposition.el:
10358 * international/uni-digit.el:
10359 * international/uni-lowercase.el:
10360 * international/uni-mirrored.el:
10361 * international/uni-name.el:
10362 * international/uni-numeric.el:
10363 * international/uni-old-name.el:
10364 * international/uni-titlecase.el:
10365 * international/uni-uppercase.el: Regenerate.
10366
10367 * loadup.el: Load international/charprop.el before
10368 international/characters.
10369
e14b388a
CY
103702011-07-07 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * window.el (next-buffer, previous-buffer): Signal an error if
10373 called from a minibuffer window.
10374
10375 * bindings.el: Revert 2011-07-04 change.
10376
354cf0ba
RS
103772011-07-06 Richard Stallman <rms@gnu.org>
10378
10379 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10380 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10381 Treat markers like ints.
10382 (rmail-mime-entity): Doc fix.
10383
a48868a7
LMI
103842011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10385
4906cd3d
LMI
10386 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10387 defcustom again for backwards compatibility.
10388
e0457abe
LMI
10389 * simple.el (shell-command-on-region): Fill.
10390
d67f7e1f
LMI
10391 * dired-aux.el (dired-kill-line): Add a doc string.
10392
fe204702
LMI
10393 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10394 to "\\sw\\|\\s_" (bug#358).
10395
a48868a7
LMI
10396 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10397 (dired-unmark-backward): Ditto.
10398 (dired-flag-backup-files): Ditto.
10399
10400 * dired-x.el (dired-mark-sexp): Ditto.
10401
aa8a705c
RS
104022011-07-06 Richard Stallman <rms@gnu.org>
10403
10404 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10405 (rmail-mime-entity): New arg TRUNCATED.
10406 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10407 New functions.
10408 (rmail-mime-save): Warn if entity is truncated.
10409 (rmail-mime-toggle-hidden): Likewise, for showing.
10410 (rmail-mime-process-multipart): Record when an entity is truncated.
10411
a9a936b9
RS
10412 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10413 if ENTITY is a string.
10414
1f2b92cb
LMI
104152011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
f4f73198 10417 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10418 of faces when `M-C-x'-ing their definitions (bug#8378).
10419 Also clean up the code slightly.
f4f73198 10420
12b16734 10421 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10422 because that makes the colors go away.
12b16734 10423
f0691d22
LMI
10424 * mail/sendmail.el (send-mail-function): Change the default to
10425 `sendmail-query-once'.
9e87df06 10426 (sendmail-query-once): Add an autoload cookie.
f0691d22 10427
1f2b92cb
LMI
10428 * net/network-stream.el (network-stream-open-starttls): Try using
10429 a plain connection even if the server offered STARTTLS, and we
10430 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10431 capability. This should make smtpmail.el work in slightly more
10432 configurations.
10433
1cdd2a1b
MA
104342011-07-06 Michael Albinus <michael.albinus@gmx.de>
10435
10436 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10437 New defun.
10438 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10439
fbcc67e2
MM
104402011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10441
10442 * progmodes/sql.el: Version 3.0
0757af94 10443 (sql-product-alist): Add product :completion-object,
fbcc67e2 10444 :completion-column, and :statement attributes.
0757af94 10445 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10446 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10447 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10448 ansi keywords.
10449 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10450 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10451 (sql-oracle-show-reserved-words): New function for development.
10452 (sql-product-font-lock): Simplify for source code buffers.
10453 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10454 New functions.
10455 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10456 (sql-mode-map): Add statement movement functions.
10457 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10458 New variable.
fbcc67e2
MM
10459 (sql-statement-regexp, sql-beginning-of-statement)
10460 (sql-end-of-statement, sql-signum): New functions.
0757af94 10461 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10462 (sql-show-sqli-buffer): Bug fix.
10463 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10464 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10465 with sql-interactive-mode.
10466 (sql-save-connection): Save buffer local settings.
0757af94 10467 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10468 (sql-product-interactive): Bug fix.
10469 (sql-preoutput-hold): New variable.
10470 (sql-interactive-remove-continuation-prompt): Bug fixes.
10471 (sql-debug-redirect): New variable.
10472 (sql-str-literal): New function.
10473 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10474 Redesign.
fbcc67e2
MM
10475 (sql-oracle-save-settings, sql-oracle-restore-settings)
10476 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10477 (sql-completion-object, sql-completion-column)
10478 (sql-completion-sqlbuf): New variables.
10479 (sql-build-completions-1, sql-build-completions)
10480 (sql-try-completion): New functions.
10481 (sql-read-table-name): Use them.
10482 (sql-contains-names): New buffer local variable.
10483 (sql-list-all, sql-list-table): Use it.
10484 (sql-oracle-completion-types): New variable.
10485 (sql-oracle-completion-object, sql-sqlite-completion-object)
10486 (sql-postgres-completion-object): New functions.
10487
d4eaeab1
GM
104882011-07-06 Glenn Morris <rgm@gnu.org>
10489
10490 * window.el (pop-to-buffer): Doc fix.
10491
322b7dab 104922011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10493
10494 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10495
322b7dab 104962011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10497
322b7dab 10498 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10499
322b7dab 10500 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10501
605dd5bf
CY
105022011-07-05 Chong Yidong <cyd@stupidchicken.com>
10503
10504 * button.el (button): Inherit from link face. Suggested by Dan
10505 Nicolaescu.
10506
7dbfa719
SM
105072011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10508
3db614b0
SM
10509 * progmodes/gdb-mi.el: Fit in 80 columns.
10510 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10511 switch-to-buffer.
10512
7dbfa719
SM
10513 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10514 if imenu is simply not configured (bug#8941).
10515
919d884a
KM
105162011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10517
10518 * allout.el (allout-post-undo-hook): New allout outline-change
10519 event hook to signal undo activity.
10520 (allout-post-command-business): Run allout-post-undo-hook if an
10521 undo just occurred.
7dbfa719
SM
10522 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10523 * allout-widgets.el (allout-widgets-after-undo-function):
10524 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10525 in the vicinity of an undo.
10526 (allout-widgets-mode): Include allout-widgets-after-undo-function
10527 on the new allout-post-undo-hook.
10528
450a0f09
SM
105292011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10532 Let define-derived-mode define it.
10533 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10534 cycles of abbrev-table inheritance (bug#8998).
10535
2de69e00
RW
105362011-07-05 Roland Winkler <winkler@gnu.org>
10537
10538 * textmodes/bibtex.el: Add support for biblatex.
10539 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10540 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10541 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10542 (bibtex-entry-alist, bibtex-field-alist): New variables.
10543 (bibtex-entry-field-alist): Obsolete alias for
10544 bibtex-BibTeX-entry-alist.
10545 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10546 (bibtex-set-dialect): New command.
10547 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10548 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10549 Bind via bibtex-set-dialect.
2de69e00
RW
10550 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10551 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10552 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10553 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10554 Define via bibtex-set-dialect.
450a0f09
SM
10555 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10556 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10557 (bibtex-vec-push, bibtex-vec-incr): New functions.
10558 (bibtex-format-entry, bibtex-field-list)
10559 (bibtex-print-help-message, bibtex-validate)
10560 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10561
2dcdbdd9
SM
105622011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * progmodes/compile.el (compilation-goto-locus):
10565 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10566 * bs.el (bs-cycle-next, bs-cycle-previous):
10567 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10568 * bindings.el (mode-line-other-buffer):
10569 * autoinsert.el (auto-insert):
10570 * arc-mode.el (archive-extract):
10571 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10572
b27640fe
JB
105732011-07-05 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10576 Fix check of `emacs-lock-unlockable-modes'.
10577 Coerce true values of `emacs-lock--try-unlocking' to t.
10578
53bbe3ad
JB
105792011-07-05 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10582 * emacs-lock.el: New file.
10583
1d3cdbc7
JD
105842011-07-05 Julien Danjou <julien@danjou.info>
10585
10586 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10587 than `boundp' to check if face is set.
10588
9173deec
JB
105892011-07-05 Juanma Barranquero <lekktu@gmail.com>
10590
10591 * register.el (registerv-make):
10592 * window.el (window-min-height): Fix typos in docstrings.
10593
869795d6
JD
105942011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10595
9173deec 10596 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10597 Update doc string.
10598
b768cdcd
JB
105992011-07-04 Juanma Barranquero <lekktu@gmail.com>
10600
10601 * server.el (server-execute): Catch quit and call
10602 `server-return-error' to pass the error back to emacsclient and
10603 close the connection (bug#8942).
10604
13aa217b
KM
106052011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10606
10607 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10608 insecure exception for current topic. Also note that auto-saves
10609 are handled differently.
10610
5d3385a0 10611 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10612 State variables for tracking auto-save inhibition situation.
10613
10614 (allout-write-contents-hook-handler): Rename from
10615 'allout-write-file-hook-handler', and describe how it depends on
10616 write-contents-functions sensitivity to non-nil value to prevent
10617 file write.
10618
10619 (allout-auto-save-hook-handler): Remove. auto-save does not check
10620 this in individual buffers, only in the starting buffer, so this
10621 is not the right way for us to inhibit auto-save in a buffer
10622 according to its condition.
10623
10624 (allout-mode): Use new allout-write-contents-hook-handler, and
10625 only with write-contents-functions. Remove auto-save provisions -
10626 they're implemented elsewhere.
10627
10628 (allout-before-change-handler): If undo is in progress, note that
10629 for attention of allout-post-command-business.
10630
10631 (allout-post-command-business): If the command we're following was
10632 an undo, check for change in the status of encrypted items and
10633 adjust auto-save inhibitions accordingly.
10634
10635 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10636 according to whether there are or aren't any plain-text topics
10637 pending encryption.
10638
2dcdbdd9 10639 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10640 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10641 if there are plain-text topics pending encryption.
13aa217b
KM
10642
10643 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10644 buffer-saved-size and some allout state to not inhibit auto-saves
10645 if there are no longer any plain-text topics pending encryption.
10646
0757af94
SM
10647 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10648 No longer provide for exemption of the current topic.
13aa217b 10649
ac89b32c
JL
106502011-07-04 Juri Linkov <juri@jurta.org>
10651
10652 Add 7z operations to delete and save changed members (bug#8968).
10653 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10654 New defcustoms.
10655 (archive-7z-write-file-member): New function.
10656 (archive-7z-summarize): Fix the number of dashes in the
10657 listing output.
10658
8fa39615
SM
106592011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10662 (bug#8958).
10663
2f11b3f1
CY
106642011-07-04 Chong Yidong <cyd@stupidchicken.com>
10665
d66fef2b
CY
10666 * bindings.el: Ignore next-buffer and previous-buffer in
10667 minibuffer-local-map.
10668
2f11b3f1
CY
10669 * font-lock.el (font-lock-builtin-face): Change light background
10670 color to dark slate blue (Bug#6693).
10671
f932a347
WD
106722011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10673
10674 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10675
c8af70e1
SM
106762011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10679 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10680 Add switch-to-buffer.
10681
f158badc
LMI
106822011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10683
10684 * isearch.el (isearch-search-fun-function): Clarify further the
10685 meaning of the function returned.
10686
6d95bd46
MA
106872011-07-04 Michael Albinus <michael.albinus@gmx.de>
10688
10689 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10690
10691 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10692 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10693 Use it.
10694 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10695 `tramp-default-remote-path' does not exist.
10696 (tramp-send-command-and-read): New optional argument NOERROR.
10697 (tramp-open-connection-setup-interactive-shell)
10698 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10699 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10700 (tramp-process-sentinel): Flush also process' connection property.
10701 (tramp-sh-handle-start-file-process): Do not set process
10702 sentinel. It is done now ...
10703 (tramp-maybe-open-connection): ... here. (Bug#8929)
10704
909e6b67
MK
107052011-07-04 MON KEY <monkey@sandpframing.com>
10706
10707 * play/animate.el (animate-string): Doc fixes and allow changing
10708 the buffer name (bug#5417).
10709
107102011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10711
c8af70e1 10712 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10713
f34755dc
PE
107142011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10715
396cec72
PE
10716 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10717 This is simpler and helps future-proof the code.
10718 (timer-until): Use time-subtract and float-time.
08235028 10719 (timer--time-less-p): Use time-less-p.
f34755dc 10720
56e6cc31
JB
107212011-07-04 Juanma Barranquero <lekktu@gmail.com>
10722
3abb79e5
JB
10723 * type-break.el (timep): Use the value of `float-time' to avoid a
10724 byte-compiler warning.
10725
56e6cc31
JB
10726 * server.el (server-eval-and-print): Return any result, even nil.
10727
7b9430b4
PE
107282011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10729
10730 * type-break.el: Accept time formats that the builtins accept.
10731 (timep, type-break-time-difference): Accept any format that
10732 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10733 This is simpler and helps future-proof the code.
10734 (type-break-time-difference): Round rather than ignoring
10735 subseconds components.
10736
3034e9e7
LMI
107372011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10738
10739 * info.el (Info-apropos-matches): Make non-interactive, since it
10740 doesn't seem to do anything useful as a command (bug#8829).
10741
1485f4c0
CY
107422011-07-03 Chong Yidong <cyd@stupidchicken.com>
10743
10744 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 10745 Move from faces.el.
1485f4c0
CY
10746 (frame-default-terminal-background): New function.
10747
10748 * custom.el (custom-push-theme): Don't record faces in `changed'
10749 theme; this doesn't work correctly for per-frame face settings.
10750 (disable-theme): Use face-set-after-frame-default to reset faces.
10751 (custom--frame-color-default): New function.
10752
9fa3dd45
LMI
107532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10754
c8af70e1 10755 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
10756 (bug#8769).
10757
6cbbc20c
KR
107582011-03-29 Kevin Ryde <user42@zip.com.au>
10759
10760 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10761 `perl-Test2' extend to match possible "fail #N" rep count
10762 (bug#8377).
10763
c7f98048
LMI
107642011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
65676592
LMI
10766 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10767 `smtpmail-via-smtp' now returns the error instead of nil.
10768
c7f98048
LMI
10769 * isearch.el (isearch-search-fun-function): Clarify the doc string
10770 (bug#8101).
10771
56e6cc31 107722011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
10773
10774 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10775 unnecessary spaces (bug#8987).
10776
2b216704
LMI
107772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10778
10779 * net/network-stream.el (open-network-stream): Use the
10780 :end-of-capability command thoughout.
10781
107822011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10783
10784 * net/network-stream.el (open-network-stream): Add the
10785 :end-of-capability command parameter, used by pop3.el.
10786
36adf6ce
LMI
107872011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10788
1ca0da0e
LMI
10789 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10790
fc00f69c
LMI
10791 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10792 for list)" (bug#6475).
10793
28fd8759 10794 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 10795 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
10796 an error (bug#6297).
10797
0dd8b6da
LMI
10798 * man.el (Man-reference-regexp): Allow matching possible
10799 word-wrapped references (bug#6289).
10800
ce1438d6
LMI
10801 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10802 for consistency with the other vc buffers (bug#6197).
10803 (vc-checkin): Ditto.
10804
10805 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10806
36adf6ce
LMI
10807 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10808
e83cc1f7
LMI
108092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10810
8a20ca4c
LMI
10811 * custom.el (defcustom): Clarify that :set is only used in the
10812 Customize user interface (bug#6089).
10813
83319045
LMI
10814 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10815 associated with a file, refuse to run instead of erroring out
10816 (bug#6084).
10817
a8392169
LMI
10818 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10819 the doc string, since it appears that using `fill-column' always
10820 controls the width (bug#7845).
10821
e83cc1f7
LMI
10822 * simple.el (shell-command-on-region): Say where the error output
10823 went if `shell-command-default-error-buffer' is set (bug#6857).
10824
e47ca23b
KM
108252011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10826
10827 * allout.el (allout-yank-processing): Adjust cursor position for
10828 backwards-deleted space.
10829
10830 (allout-rebullet-heading): Register changes with
10831 allout-exposure-changed-hook, so the modified topic is properly
10832 decorated.
10833
5cf56143
LMI
108342011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10835
08549772
LMI
10836 * minibuffer.el (completion-in-region): Document PREDICATE
10837 (bug#7136).
10838
48e96771
LMI
10839 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10840 of keyword/argument pairs (bug#6904).
10841
c8af70e1
SM
10842 * replace.el (multi-occur):
10843 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 10844
e17d05e2
LMI
108452011-07-02 Drew Adams <drew.adams@oracle.com>
10846
10847 * dired.el (dired-mark-if): Make the message about whether it's
10848 marking or unmarking clearer (bug#8523).
10849
063b0e45
LMI
108502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
10852 * disp-table.el (display-table-print-array): New function.
10853 (describe-display-table): Use it to print the vectors more pretty
10854 (Bug#8859).
10855
28545e04
MR
108562011-07-02 Martin Rudalics <rudalics@gmx.at>
10857
10858 * window.el (window-state-get-1): Don't assign clone numbers.
10859 Add clone-of item to list of window parameters.
10860 (window-state-put-2): Don't process clone numbers.
10861 (display-buffer-alist): Fix doc-string.
10862
3349e122
SM
108632011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * subr.el (remq): Don't allocate if it's not needed.
10866 (keymap--menu-item-binding, keymap--menu-item-with-binding)
10867 (keymap--merge-bindings): New functions.
10868 (keymap-canonicalize): Use them to refine the canonicalization.
10869 * minibuffer.el (minibuffer-local-completion-map)
10870 (minibuffer-local-must-match-map): Move initialization from C.
10871 (minibuffer-local-filename-completion-map): Move initialization from C;
10872 don't inherit from anything here.
10873 (minibuffer-local-filename-must-match-map): Make obsolete.
10874 (completing-read-default): Use make-composed-keymap to combine
10875 minibuffer-local-filename-completion-map with either
10876 minibuffer-local-must-match-map or
10877 minibuffer-local-filename-completion-map.
10878
d224ac83
GM
108792011-07-01 Glenn Morris <rgm@gnu.org>
10880
3de63bf8
GM
10881 * type-break.el (type-break-time-sum): Use dolist.
10882
d224ac83
GM
10883 * textmodes/flyspell.el (flyspell-word-search-backward):
10884 Replace CL function.
10885
1a1e3f32
SM
108862011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10887
fe3f64d5
SM
10888 * mouse.el (mouse--strip-first-event): New function.
10889 (function-key-map): Use it to map fringe clicks to normal clicks
10890 by default.
10891
eb604e34
SM
10892 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10893 (vc-bzr-revision-completion-table): Add support for annotate and date.
10894
1a1e3f32
SM
10895 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10896 inherit from parent.
10897
5bd35902
LMI
108982011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10899
ace6c69c 10900 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 10901 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 10902
191e2bed
LMI
10903 * dired.el (dired-mode): Fix up the doc string as suggested by
10904 Drew Adams (bug#8817).
10905
5bd35902
LMI
10906 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10907 cookie, since the manual says that it should be possible to add
10908 this function to `find-file-hook' (bug#8709).
10909
eee8207a
TZ
109102011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10911
10912 * progmodes/cfengine.el: Moved all cfengine3.el functionality
10913 here. Noted Ted Zlatanov as the maintainer.
10914 (cfengine-common-settings, cfengine-common-syntax): New functions
10915 to set up common things between `cfengine-mode' and
10916 `cfengine3-mode'.
10917 (cfengine3-mode): New mode.
10918 (cfengine3-defuns cfengine3-defuns-regex
10919 (cfengine3-class-selector-regex cfengine3-category-regex)
10920 (cfengine3-vartypes cfengine3-font-lock-keywords)
10921 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 10922 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 10923
36b148cf
MA
109242011-07-01 Michael Albinus <michael.albinus@gmx.de>
10925
10926 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10927
10928 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10929
0bf4ba9a
MR
109302011-07-01 Martin Rudalics <rudalics@gmx.at>
10931
10932 * window.el (same-window-buffer-names, same-window-regexps)
10933 (same-window-p, special-display-frame-alist)
10934 (special-display-popup-frame, special-display-function)
10935 (special-display-buffer-names, special-display-regexps)
10936 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10937 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10938 (split-window-preferred-function, split-height-threshold)
10939 (split-width-threshold, even-window-heights)
10940 (display-buffer-mark-dedicated, window-splittable-p)
10941 (split-window-sensibly, window-safely-shrinkable-p):
10942 Un-obsolete.
10943 (display-buffer): Don't spread args with function specifier
10944 because special-display-popup-frame won't like it.
10945
35837f51
PE
109462011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10947
d0672f86
PE
10948 Time-stamp simplifications and fixes.
10949 These improve accuracy slightly, and future-proof the code
10950 against some potential changes to current-time format.
10951
b9444d97
PE
10952 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10953 by using time-since and float-time.
10954
0ef923dc
PE
10955 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10956 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10957 + NNN microseconds".
10958
2f81380d
PE
10959 * type-break.el (type-break-time-sum): Rewrite using time-add.
10960
845b5c3e
PE
10961 * play/hanoi.el (hanoi-current-time-float): Remove.
10962 All uses replaced by float-time.
10963
ee6f1be0
PE
10964 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10965 This yields a more-accurate answer.
10966 (rng-time-to-float): Remove; no longer needed.
10967
fe955043
PE
10968 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10969
5777162a
PE
10970 * calendar/timeclock.el (timeclock-seconds-to-time):
10971 Defalias to seconds-to-time, since they're the same thing.
10972
3103f8b6 10973 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10974 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10975 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10976
0e61a35f
SM
109772011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * window.el (bury-buffer): Don't iconify the only frame.
10980 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10981 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10982
ddd63a1e
CY
109832011-07-01 Chong Yidong <cyd@stupidchicken.com>
10984
0e61a35f
SM
10985 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10986 Add mouse-yank-primary.
ddd63a1e 10987
055f4923
TZ
109882011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10989
10990 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10991
6a2fb145
SM
109922011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10995 (find-library-name): Use it to find relative load names when provided
10996 absolute file name (bug#8803).
10997
fd4983f2
LMI
109982011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10999
887d14ad
LMI
11000 * textmodes/flyspell.el (flyspell-word): Consider words that
11001 differ only in case as potential doublons (bug#5687).
11002
c53dc7fc
LMI
11003 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11004 Remove two rather uninteresting debugging-like messages to make
11005 debbugs.el more silent.
11006
fd4983f2
LMI
11007 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11008 a password-like phrase.
11009
7a71b18d 110102011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11011
11012 * progmodes/cc-guess.el: New file.
11013
6a2fb145 11014 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11015
11016 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11017 derived from `c-basic-common-init'.
11018
11019 * progmodes/cc-mode.el (top-level): Require cc-guess.
11020 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11021
1fa280a3
LM
110222011-06-30 Lawrence Mitchell <wence@gmx.li>
11023
11024 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11025
e6597158
AM
110262011-06-30 Alan Mackenzie <acm@muc.de>
11027
1fa280a3
LM
11028 * progmodes/cc-engine.el (c-guess-continued-construct):
11029 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11030 lock is disabled. Name this case as "CASE G".
11031
68ba37fb
KM
110322011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11033
11034 * allout.el (allout-yank-processing): Fix injection of extra space
11035 between bullet and non-whitespace character in first topic when
11036 pasting, ensuring that the actual spacing in the pasted topic
11037 following the bullet char is preserved. This extra space was
11038 causing pasted encrypted topics to get a decrypted status even
11039 when the content was actually still encrypted. Now the decryption
11040 status from before the paste is preserved.
11041
11042 (allout-flag-region): Set all allout overlays so they evaporate
11043 when reduced to zero length (evanescent), to prevent overlay
11044 leakage.
11045
887a0b34
GM
110462011-06-30 Glenn Morris <rgm@gnu.org>
11047
94b9acce
GM
11048 * w32-fns.el (w32-charset-info-alist): Declare.
11049
1d9b46d4
GM
11050 * find-dired.el (find-grep-options): Simplify.
11051
cc232200
GM
11052 * term/ns-win.el (ns-set-resource): Declare.
11053
28e77c46
GM
11054 * ses.el (row, col): Declare dynamic variables honestly.
11055
887a0b34
GM
11056 * textmodes/reftex-parse.el (index-tags): Declare.
11057
658d8eb8
CY
110582011-06-30 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * cus-edit.el (customize-push-and-save): New function.
11061
11062 * files.el (hack-local-variables-confirm): Use it.
11063
1fa280a3
LM
11064 * custom.el (load-theme): New arg NO-CONFIRM.
11065 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11066 (custom-enabled-themes): Doc fix.
11067
11068 * cus-theme.el (customize-create-theme)
11069 (custom-theme-merge-theme): Callers to load-theme changed.
11070
bb617717
LMI
110712011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11072
d61bdd5d
LMI
11073 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11074 short URLs have at least one dot in them (bug #7614).
11075
bb617717
LMI
11076 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11077 nil, because using a pty is apparently too slow (bug #895).
11078
2f31f37a
LMI
110792011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11080
11081 * mail/sendmail.el (sendmail-query-once): New function.
11082 (sendmail-query-once-function): New variable.
11083
3076b24e
GM
110842011-06-29 Glenn Morris <rgm@gnu.org>
11085
faf2a174
GM
11086 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11087
3076b24e
GM
11088 * ses.el (top-level): Require cl when compiling.
11089 (ses-set-localvars): Fix error statement.
11090 Call it at compile time to silence a storm of warnings.
11091
5386012d
MR
110922011-06-29 Martin Rudalics <rudalics@gmx.at>
11093
11094 * window.el (normalize-live-buffer): Rename to
11095 window-normalize-buffer.
11096 (normalize-live-frame): Rename to window-normalize-frame.
11097 (normalize-any-window): Rename to window-normalize-any-window.
11098 (normalize-live-window): Rename to window-normalize-live-window.
11099 (make-window-atom): Rename to window-make-atom.
11100 (window-resize-reset): Rename to window--resize-reset.
11101 (window-resize-reset-1): Rename to window--resize-reset-1.
11102 (resize-mini-window): Rename to window--resize-mini-window.
11103 (resize-subwindows-skip-p): Rename to
11104 window--resize-subwindows-skip-p.
11105 (resize-subwindows-normal): Rename to
11106 window--resize-subwindows-normal.
11107 (resize-subwindows): Rename to window--resize-subwindows.
11108 (resize-other-windows): Rename to window--resize-siblings.
11109 (resize-this-window): Rename to window--resize-this-window.
11110 (resize-root-window): Rename to window--resize-root-window.
11111 (resize-root-window-vertically): Rename to
11112 window--resize-root-window-vertically.
11113 (normalize-buffer-to-display): Rename to
11114 window-normalize-buffer-to-display.
11115 (normalize-buffer-to-switch-to): Rename to
11116 window-normalize-buffer-to-switch-to.
11117 Correspondingly update all callers of the functions listed
11118 above.
11119 (display-buffer-alist, display-buffer-normalize-arguments)
11120 (display-buffer-normalize-options, display-buffer)
11121 (display-buffer-alist-set): Use "function" instead of
11122 "fun-with-args".
11123
1176868d
CY
111242011-06-28 Chong Yidong <cyd@stupidchicken.com>
11125
11126 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11127 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11128 debbugs.gnu.org. Mention acknowledgment email.
11129
20a7a65f
LMI
111302011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11131
11132 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11133 buffer multibyteness, since it shouldn't matter.
11134
5f45cca5
MR
111352011-06-28 Martin Rudalics <rudalics@gmx.at>
11136
11137 * window.el (display-buffer-in-side-window): Handle dedicated
11138 windows as in display-buffer-reuse-window.
11139 (display-buffer-normalize-alist): Use value of override
11140 specifier.
11141 (display-buffer-normalize-specifiers): Use value of
11142 other-window-means-other-frame specifier.
11143 (display-buffer-alist): Rewrite some texts in widgets.
11144 (display-buffer): Spread arguments when calling function
11145 specified by fun-with-args.
11146
ad85fe1f
DD
111472011-06-28 Deniz Dogan <deniz@dogan.se>
11148
1fa280a3
LM
11149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11150 Unnest `let'.
da68c4c8 11151
ad85fe1f
DD
11152 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11153 selectors (Bug#5732).
ec49bd31 11154 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11155
a08cc025
JA
111562011-06-27 Jari Aalto <jari.aalto@cante.net>
11157
11158 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11159 (eshell-ls-date-format): New defcustom.
11160 (eshell-ls-file): Use it.
11161
e2b551c5
SM
111622011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11163
11164 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11165
8982b231
KY
111662011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11167
11168 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11169 (ange-ftp-make-tmp-name): New arg.
11170 (ange-ftp-file-local-copy): Use it.
11171
36c9fa27
J
111722011-06-27 Jambunathan K <kjambunathan@gmail.com>
11173
11174 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11175 no-conversion (Bug#8870).
11176
d68443dc
MR
111772011-06-27 Martin Rudalics <rudalics@gmx.at>
11178
11179 * window.el (window-right, window-left, window-child)
11180 (window-child-count, window-last-child)
11181 (window-iso-combination-p, walk-window-tree-1)
11182 (window-atom-check-1, window-tree-1, delete-window)
11183 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11184 new naming conventions - window-vchild, window-hchild,
11185 window-next and window-prev are now called window-top-child,
11186 window-left-child, window-next-sibling and window-prev-sibling
11187 respectively.
d615d6d2
MR
11188 (resize-window-reset): Rename to window-resize-reset.
11189 (resize-window-reset-1): Rename to window-resize-reset-1.
11190 (resize-window): Rename to window-resize.
11191 (window-min-height, window-min-width)
11192 (resize-mini-window, resize-this-window, resize-root-window)
11193 (resize-root-window-vertically, adjust-window-trailing-edge)
11194 (enlarge-window, shrink-window, maximize-window)
11195 (minimize-window, delete-window, quit-restore-window)
11196 (split-window, balance-windows, balance-windows-area-adjust)
11197 (balance-windows-area, window-state-put-2)
11198 (display-buffer-even-window-sizes, display-buffer-set-height)
11199 (display-buffer-set-width, set-window-text-height)
11200 (fit-window-to-buffer): Rename all "resize-window" prefixed
11201 calls to use the "window-resize" prefix convention.
11202 (display-buffer-alist): Fix symbol for label specifier.
11203 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11204 corresponding specifier.
11205 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11206
b6458526
VB
112072011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11208
11209 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11210 convention.
11211 (ses-call-printer): Does not pass an empty string to formatter when the
11212 cell is empty to keep from barking printer Calc math-format-value.
11213
d31fd9ac
RS
112142011-06-27 Richard Stallman <rms@gnu.org>
11215
43d5bf84
RS
11216 * battery.el (battery-mode-line-limit): New variable.
11217 (battery-update): Handle it.
11218
d31fd9ac
RS
11219 * mail/rmailmm.el (rmail-mime-process-multipart):
11220 Handle truncated messages.
11221
819a6054
GM
112222011-06-27 Glenn Morris <rgm@gnu.org>
11223
11224 * progmodes/flymake.el (flymake-err-line-patterns):
11225 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11226
cedc73f2
VB
112272011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11228
819a6054 11229 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11230 (ses--clean-!, ses--clean-_): New functions.
11231 (ses-range): Add configurability of readout order, and conversion
11232 to Calc vector.
11233
5e5d49b6
VB
11234 * ses.el (ses-repair-cell-reference-all): New function.
11235 (ses-cell-symbol): Set macro as safe, so that it can be used in
11236 formulas.
11237
56e6cc31 11238 * ses.el: Update cycle detection algorithm.
90ca8b49 11239 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11240 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11241 (ses-set-localvars): New function.
11242 (ses-make-cell): Add property-list as a cell element.
11243 (ses-cell-property-get-fun, ses-cell-property-get)
11244 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11245 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11246 New functions.
90ca8b49
VB
11247 (ses-cell-property-set, ses-cell-property-pop)
11248 (ses-cell-property-get-handle): New macro.
11249 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11250 New aliases, used for code readability.
11251 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11252 cycle detection.
11253 (ses-self-reference-early-detection): New defcustom.
fac916bf 11254 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11255 (ses-mode): Use ses-set-localvars.
11256 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11257 before lauching the update processing.
11258 (ses-initialize-Dijkstra-attempt): New function.
11259 (ses-recalculate-cell): Update for cycle detection based on
11260 Dijkstra algorithm.
11261
2bb63e81
VB
11262 * ses.el: Fix commenting and indenting convention.
11263
c9d29fb8
SM
112642011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * bs.el (bs-cycle-next): Complete last change.
11267
d8e4b68b
JB
112682011-06-27 Drew Adams <drew.adams@oracle.com>
11269
11270 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11271
40098786
LMI
112722011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11273
c9d29fb8
SM
11274 * net/network-stream.el (network-stream-open-starttls):
11275 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11276 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11277
40098786
LMI
11278 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11279 to binary to possibly avoid line encoding issues on Windows (among
11280 other things).
11281
468d09d4
LMI
112822011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11283
11284 * net/network-stream.el (open-network-stream): Return an :error
11285 saying what the problem was, if possible.
11286
11287 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11288 server.
11289
11290 * net/network-stream.el (network-stream-open-starttls): If we
11291 wanted to use STARTTLS, and the server offered it, but we weren't
11292 able to because we had no STARTTLS support, then close the connection.
11293 (open-network-stream): Return an :error element, if present.
11294
16f07dd7
CY
112952011-06-26 Chong Yidong <cyd@stupidchicken.com>
11296
88821ca0
CY
11297 * hl-line.el (hl-line-sticky-flag): Doc fix.
11298 (global-hl-line-sticky-flag): New option (Bug#8323).
11299 (global-hl-line-highlight): Obey it.
11300
16f07dd7
CY
11301 * vc/vc.el (vc-revert-show-diff): Default to t.
11302
6b5ccddf
KM
113032011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11304
c9d29fb8
SM
11305 * allout-widgets.el (allout-widgets-post-command-business):
11306 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11307 undecorated when an isearch is continued past, and isearch
11308 automatically collapses them. This leads to "widget leaks", where
11309 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11310 hidden widgets can slow down cursor travel, substantially.
11311 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11312 so we're doing without this nicety.
11313
11314 (allout-widgets-tally-string): Don't try to do a hash-table-count
11315 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11316 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11317 *Messages* when allout-widgets-maintain-tally is t.
11318
355f2e07
MR
113192011-06-26 Martin Rudalics <rudalics@gmx.at>
11320
11321 * window.el (display-buffer-normalize-argument): Rename to
11322 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11323 LABEL argument. Respect special-display-function when popping up
11324 a new frame. Fix code searching for a window showing the buffer
11325 on another frame.
c9d29fb8
SM
11326 (display-buffer-normalize-specifiers):
11327 Call display-buffer-normalize-arguments.
355f2e07
MR
11328 (display-buffer-in-window): Don't undedicate the window if its
11329 buffer remains the same.
11330 Reported by Drew Adams <drew.adams@oracle.com>.
11331 (display-buffer-alist): Add choice for same-window macro
11332 specfier.
11333 (display-buffer): Mention special meaning of LABEL argument in
11334 doc-string. Fix quoting. Don't pop up a new frame even as
11335 fallback.
11336
7ca8fc42
JB
113372011-06-26 Juanma Barranquero <lekktu@gmail.com>
11338
11339 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11340 avoid deleting the current window in some cases (bug#8911).
11341
bc312254
AS
113422011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11343
11344 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11345 (Bug#8934)
11346
2db18f3f
LMI
113472011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11348
c9d29fb8
SM
11349 * net/network-stream.el (network-stream-open-starttls):
11350 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11351 (network-stream-open-tls): Ditto.
11352
6302e0d3
LL
113532011-06-26 Leo Liu <sdl.web@gmail.com>
11354
11355 * register.el (registerv): New struct.
11356 (registerv-make): New function.
c9d29fb8
SM
11357 (jump-to-register, describe-register-1, insert-register):
11358 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11359 struct. (Bug#8415)
11360
5fdd4046
CY
113612011-06-26 Chong Yidong <cyd@stupidchicken.com>
11362
2afef60a
CY
11363 * vc/vc.el (vc-revert-show-diff): New defcustom.
11364 (vc-diff-internal): New arg specifying diff buffer.
11365 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11366 reuse an existing *vc-diff* buffer (Bug#8927).
11367
5fdd4046
CY
11368 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11369
e93db24a
GM
113702011-06-26 Glenn Morris <rgm@gnu.org>
11371
11372 * progmodes/f90.el (f90-critical-indent): New option.
11373 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11374 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11375 (f90-mode): Doc fix.
11376 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11377 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11378 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11379 (f90-match-end): Handle block, critical.
11380
eefff499
GM
113812011-06-25 Glenn Morris <rgm@gnu.org>
11382
f6ba4cc9
GM
11383 * calendar/diary-lib.el (diary-included-files): Doc fix.
11384 (diary-include-files): New function, extracted from
11385 diary-include-other-diary-files and diary-mark-included-diary-files.
11386 (diary-include-other-diary-files, diary-mark-included-diary-files):
11387 Just call diary-include-files.
11388 (diary-mark-entries): Reset diary-included-files on first call.
11389
16712304
GM
11390 * calendar/diary-lib.el (diary-mark-entries)
11391 (diary-mark-included-diary-files):
11392 Visit included diary-files in temp buffers.
11393
5d8e0d43
GM
11394 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11395 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11396 (f90-start-block-re, f90-imenu-generic-expression)
11397 (f90-looking-at-program-block-start, f90-no-block-limit):
11398 Add support for submodules.
11399
ccf7a5d5
GM
11400 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11401 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11402
11fdef7d 114032011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11404
11405 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11406 buffer-file-type before setting its value, to avoid disastrous
eefff499 11407 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11408
74f53697
JB
114092011-06-25 Juanma Barranquero <lekktu@gmail.com>
11410
11411 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11412
11413 * ses.el (ses-unload-function):
11414 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11415
11416 * proced.el (proced-unload-function):
11417 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11418
18a4ce5e
AR
114192011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11420
11421 * server.el (server-create-window-system-frame): Add parameters arg.
11422 (server-process-filter): Doc fix. Handle frame-parameters.
11423
519d22cc
JB
114242011-06-25 Juanma Barranquero <lekktu@gmail.com>
11425
11426 Fix bug#8730, bug#8781.
11427
11428 * loadhist.el (unload--set-major-mode): New function.
11429 (unload-feature): Use it.
11430
11431 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11432 (python-unload-function): New function.
11433
c206f5b0
SM
114342011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11437
f9ad64f3
GS
114382011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11439
11440 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11441 the candidates list.
11442
7d0da90e
JB
114432011-06-24 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11446
14b4e83d
RS
114472011-06-23 Richard Stallman <rms@gnu.org>
11448
11449 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11450 (rmail-variables): Set next-error-move-function.
11451 (rmail-what-message): Take argument POS.
11452 (rmail-next-error-move): New function.
11453
273d2baf
SM
114542011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11457 messages for adjacent non-terminals.
11458
56c2cc9a
RS
114592011-06-23 Richard Stallman <rms@gnu.org>
11460
11461 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11462 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11463 (rmail-start-mail): Don't specify use of rmail-mail-return;
11464 that's done by mail-bury now.
11465 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11466
d59eb518
MA
114672011-06-23 Michael Albinus <michael.albinus@gmx.de>
11468
11469 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11470 SIZE is a number.
11471
02cfc6d6
MR
114722011-06-23 Martin Rudalics <rudalics@gmx.at>
11473
11474 * window.el (get-lru-window, get-mru-window)
11475 (get-largest-window): Never return a minibuffer window.
11476 (display-buffer-pop-up-window): Fix a bug that could lead to
11477 reusing the minibuffer window.
11478 (display-buffer): Pass original specifier argument to
11479 display-buffer-function instead of the normalized one.
11480 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11481
4e323265
LL
114822011-06-22 Leo Liu <sdl.web@gmail.com>
11483
11484 * minibuffer.el (completing-read-function)
11485 (completing-read-default): Move from minibuf.c
11486
7a70468f
RS
114872011-06-22 Richard Stallman <rms@gnu.org>
11488
50718fc2
RS
11489 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11490 to Rmail even if not started by a special Rmail command.
11491
7a70468f
RS
11492 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11493 Copy the buffer currently showing just one message.
11494
297dde5a
RW
114952011-06-22 Roland Winkler <winkler@gnu.org>
11496
11497 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11498 (bibtex-clean-entry): First delete the old key so that a
11499 customized algorithm for generating the new key does not get
11500 confused by the old key.
11501 (bibtex-url): Obey regexp of first step.
11502 (bibtex-search-entries): Do not use add-to-list with local
11503 list-var.
11504
97bb1093
LMI
115052011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11506
11507 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11508 stored a user name, then query for the password first, instead of
11509 waiting for SMTP to give an error message and the trying again.
11510
1c0f1a19
JD
115112011-06-22 Lawrence Mitchell <wence@gmx.li>
11512
11513 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11514 BUFFER in call-process.
11515
396f7c9d
LMI
115162011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11517
11518 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11519 QUIT twice.
ddb7ffee
LMI
11520 (smtpmail-try-auth-methods): Require user name and password from
11521 auth-source.
396f7c9d 11522
8998d1b3
MR
115232011-06-22 Martin Rudalics <rudalics@gmx.at>
11524
11525 * window.el (display-buffer-default-specifiers)
11526 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11527 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11528 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11529
11530 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11531 (special-display-frame-alist, special-display-popup-frame):
11532 Remove duplicate declarations. These are now in window.el.
11533
4ea31e07
LMI
115342011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11535
c9d29fb8
SM
11536 * mail/smtpmail.el (smtpmail-via-smtp):
11537 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11538 server supports it. SMTP servers that support STARTTLS commonly
11539 require it.
11540
11541 * net/network-stream.el (network-stream-open-starttls): Support
11542 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11543 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11544
95f41d9a
LMI
11545 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11546 upgrades with `open-network-stream', and rely solely on
11547 auth-source for all credentials. Big changes throughout the file,
11548 but in particular:
c9d29fb8
SM
11549 (smtpmail-auth-credentials): Remove.
11550 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11551 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11552 MAIL FROM, too.
95f41d9a 11553
c9d29fb8
SM
11554 * net/network-stream.el (network-stream-open-starttls):
11555 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11556 STARTTLS.
11557 (auth-source): Require.
11558 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11559 (network-stream-certificate): Change cert-cert to cert and
11560 cert-key to key.
4ea31e07 11561
065ec2c7
MA
115622011-06-21 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp-cache.el (top): Don't load the persistency file when
11565 "emacs -Q" has been called.
11566
cd93b359
DR
115672011-06-21 Tim Harper <timcharper@gmail.com>
11568
d8e4b68b
JB
11569 * term/ns-win.el (ns-initialize-window-system):
11570 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11571 resource to NO as it is not yet supported by the NS port.
11572
ae9c0411
JB
115732011-06-21 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11576 (list-dynamic-libraries): ...not here.
11577
7f3f739f
LL
115782011-06-21 Leo Liu <sdl.web@gmail.com>
11579
11580 * subr.el (sha1): Implement sha1 using secure-hash.
11581
327c8fb1
MR
115822011-06-21 Martin Rudalics <rudalics@gmx.at>
11583
11584 * window.el (display-buffer-alist): In default value do not
11585 enforce searching a window on any but the selected frame.
11586 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11587 (display-buffer-select-window): Remove function.
11588 (display-buffer-in-window): When a window on another frame gets
11589 reused, do not select it any more but just raise its frame if
11590 necessary (Bug#8851) and (Bug#8856).
11591 (display-buffer-normalize-options): Handle pop-up-frames related
11592 options more faithfully.
11593 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11594 window if it is on another frame.
c9d29fb8
SM
11595 (display-buffer-alist, display-buffer-default-specifiers):
11596 Don't make new frame unsplittable by default.
9e9de014
MR
11597 (display-buffer-normalize-argument): Fix doc-string typo and use
11598 'same-frame-other-window instead of 'other-window when associating
11599 with display-buffer-macro-specifiers.
327c8fb1 11600
7cf3f556
VB
116012011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11602
11603 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11604 New functions.
11605 (5x5-mode-map, 5x5-mode-menu): Bind them.
11606 (5x5-draw-grid): Tweak the solver's rendering.
11607
60a406cf
SM
116082011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11611 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11612
d8e4b68b 116132011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11614
11615 * menu-bar.el: Use function variable instead of switch-to-buffer.
11616 (menu-bar-select-buffer-function): New variable.
60a406cf 11617 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11618
478d6f95
SM
116192011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11622 variable's status.
11623
ca530739
JD
116242011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11625
11626 * x-dnd.el (x-dnd-version-from-flags)
11627 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11628 and long as number (Bug#8899).
11629 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11630
bcd70d97
SM
116312011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11632
60a406cf 11633 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11634 (completion-try-completion, completion-all-completions): Compute the
11635 metadata argument if it's missing; make it optional (bug#8795).
11636
60a406cf 11637 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11638 (widget-complete): Use new :completion-function property.
11639 (widget-completions-at-point): New function.
11640 (default): Use :completion-function instead of :complete.
60a406cf
SM
11641 (widget-default-completions): Rename from widget-default-complete;
11642 Rewrite.
bcd70d97
SM
11643 (widget-string-complete, widget-file-complete, widget-color-complete):
11644 Remove functions.
11645 (file, symbol, function, variable, coding-system, color):
11646 * international/mule-cmds.el (default-input-method, charset)
11647 (language-info-custom-alist):
11648 * cus-edit.el (face): Use new property :completions.
11649
11650 * progmodes/pascal.el (pascal-completions-at-point): New function.
11651 (pascal-mode): Use it.
11652 (pascal-mode-map): Use completion-at-point.
11653 (pascal-toggle-completions): Make obsolete.
11654 (pascal-complete-word, pascal-show-completions):
11655 * progmodes/octave-mod.el (octave-complete-symbol):
11656 Redefine as obsolete alias.
11657 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11658 Signal absence of completion info for old Octave,
11659 (inferior-octave-complete): Redefine as obsolete alias.
11660 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11661 (meta-completions-at-point): Rename from meta-complete-symbol and
11662 adapt it for use on completion-at-point-functions.
11663 (meta-common-mode): Use it.
11664 (meta-looking-at-backward, meta-match-buffer): Remove.
11665 (meta-complete-symbol): Redefine as obsolete alias.
11666 (meta-common-mode-map): Use completion-at-point.
11667 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11668 (makefile-mode-map): Use completion-at-point.
11669 (makefile-completions-at-point): Rename from makefile-complete and
11670 adapt it for use on completion-at-point-functions.
11671 (makefile-mode): Use it.
11672 (makefile-complete): Redefine as obsolete alias.
11673
aebf69c8
DD
116742011-06-20 Deniz Dogan <deniz@dogan.se>
11675
11676 * net/rcirc.el: Delete trailing whitespaces once and for all.
11677
bfbbb27d
DC
116782011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11679
11680 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11681
d264a46b
CY
116822011-06-19 Chong Yidong <cyd@stupidchicken.com>
11683
4ca009e5
CY
11684 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11685
d264a46b
CY
11686 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11687
fbf5b3ce
MR
116882011-06-19 Martin Rudalics <rudalics@gmx.at>
11689
11690 * window.el (display-buffer-other-window-means-other-frame):
11691 Call display-buffer-normalize-alist.
11692 (display-buffer-normalize-specifiers-1): Rename to
11693 display-buffer-normalize-argument. New argument other-frame.
11694 Rewrite.
11695 (display-buffer-normalize-specifiers-2): Rename to
11696 display-buffer-normalize-options.
11697 (display-buffer-normalize-alist-1): New function.
11698 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11699 display-buffer-normalize-alist.
11700 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11701 (display-buffer-normalize-options-inhibit): New variable.
11702 (display-buffer-normalize-specifiers): Rewrite calling
11703 display-buffer-normalize-alist,
11704 display-buffer-normalize-argument, and
11705 display-buffer-normalize-options. Don't call the latter if
11706 display-buffer-normalize-options-inhibit is non-nil.
11707 (frame-auto-delete): New option.
11708 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11709 (window-list-no-nils, window-state-ignored-parameters)
11710 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11711 (window-state-put-1, window-state-put-2, window-state-put):
11712 New functions.
9a028c23
MR
11713 (display-buffer-normalize-options): Move special-display-p group
11714 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 11715
6d10d800
CY
117162011-06-18 Chong Yidong <cyd@stupidchicken.com>
11717
6420d28b
CY
11718 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11719 groups (Bug#8776).
11720 (rx-submatch-n): New function.
11721 (rx): Document it.
11722
ddb8b596
CY
11723 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11724 (Bug#8768).
11725
11726 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11727
77080289
CY
11728 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11729
61dfb316
CY
11730 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11731 anytime existing face settings are present (Bug#8889).
11732
6d10d800
CY
11733 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11734 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11735 Remove unused argument.
11736
be3fb2b8
MR
117372011-06-18 Martin Rudalics <rudalics@gmx.at>
11738
bcd70d97
SM
11739 * window.el (display-buffer-default-specifiers):
11740 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
11741 pop-up-window-min-width, and another reuse-window specifier
11742 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
11743 (display-buffer-normalize-specifiers-2):
11744 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
11745 pop-up-windows is unset. Add a reuse-window specifier for the
11746 case popping up a new window fails.
11747 (special-display-popup-frame): Remove double quoting.
28dec25a 11748 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 11749
1c6d8c76
SM
117502011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11753 according to comint-completion-addsuffix.
11754
11755 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11756 (pcomplete-suffix-list): Mark as obsolete.
11757 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11758 pcomplete-seen in the closure.
11759 (pcomplete-comint-setup): Setup completion-at-point as well.
11760 (pcomplete--entries): New function.
11761 (pcomplete--env-regexp): New var.
11762 (pcomplete-entries): Rewrite to work with partial-completion and
11763 without relying on pcomplete-suffix-list.
11764 (pcomplete-pare-list): Remove, unused.
11765
25aef8b8
MR
117662011-06-17 Martin Rudalics <rudalics@gmx.at>
11767
11768 * window.el (display-buffer-alist): Set pop-up-window-min-height
11769 and pop-up-window-min-width in default value. Reported by
11770 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11771 other-window-means-other-frame.
11772 (display-buffer-macro-specifiers): Comment out entry for
11773 other-window specifier.
11774 (display-buffer-other-window-means-other-frame): New function.
11775 (display-buffer-normalize-specifiers-1): New arguments
11776 buffer-name and label. Treat other-window case specially.
11777 (display-buffer-normalize-specifiers-2): Treat other-window case
11778 specially.
11779 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
11780 (display-buffer-normalize-specifiers):
11781 Call display-buffer-normalize-specifiers-3.
25aef8b8 11782
dbad4f69
MR
117832011-06-17 Martin Rudalics <rudalics@gmx.at>
11784
11785 * window.el (same-window-p): Fix two typos introduced when
11786 adding with-no-warnings.
d1067961
MR
11787 (display-buffer-normalize-specifiers-1): Don't check
11788 pop-up-frames for 'unset initialization.
11789 (display-buffer-normalize-specifiers-2): Major rewrite using
11790 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11791 (pop-up-frames, display-buffer-reuse-frames)
11792 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11793 Suggested by David Engster <deng@randomsample.de>.
11794 (even-window-heights): Initialize to 'unset.
11795 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
11796 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11797 other window case.
dbad4f69 11798
9b9c9e3a
MR
117992011-06-16 Martin Rudalics <rudalics@gmx.at>
11800
bcd70d97
SM
11801 * window.el (display-buffer-normalize-specifiers-1):
11802 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 11803 second argument of display-buffer (Bug#8865).
981d5c09
MR
11804 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11805 (switch-to-buffer-other-window-same-frame)
11806 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11807 Adams (Bug#8875).
9c2755e9
MR
11808 (display-buffer): Don't check noninteractive when calling
11809 display-buffer-pop-up-frame.
11810 (display-buffer-pop-up-frame): Never pop up a frame in
11811 noninteractive mode (Bug#8857).
67222e1d
MR
11812 (enlarge-window, shrink-window): Don't report an error when the
11813 window can't be resized as requested (Bug#8862).
9b9c9e3a 11814
2b75be67
SM
118152011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11816
9ffdd3ba
SM
11817 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11818
cb581a67
SM
11819 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11820
2b75be67
SM
11821 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11822
8c0e3589
AM
118232011-06-15 Alan Mackenzie <acm@muc.de>
11824
cb581a67
SM
11825 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11826 for declarators, disable knr checking to speed up for normal files.
11827 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 11828
b96e6cde
LMI
118292011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11830
4bba86e6
LMI
11831 * net/network-stream.el (open-network-stream): Add the keyword
11832 :always-query-capabilities for the case where you want to force a
11833 `plain' network connection, but the protocol still requires the
11834 capabilitiy command (i.e., SMTP and EHLO).
11835
2b75be67 11836 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
11837 consistency with other `-live-p' functions.
11838
efdcdbf8
SM
118392011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * window.el (same-window-buffer-names, same-window-regexps)
11842 (special-display-frame-alist, special-display-popup-frame)
11843 (special-display-function, special-display-buffer-names)
11844 (special-display-regexps, pop-up-frame-alist)
11845 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11846 (pop-up-windows, split-window-preferred-function)
11847 (split-height-threshold, split-width-threshold, even-window-heights)
11848 (display-buffer-mark-dedicated): Don't encourage the use of
11849 display-buffer-alist from Elisp code.
11850
c5cde042
DN
118512011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11852
11853 * progmodes/python.el (python-mode): Derive from prog-mode.
11854 * progmodes/ps-mode.el (ps-mode):
11855 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 11856 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
11857 * progmodes/ld-script.el (ld-script-mode): Likewise.
11858
baa1c9ab
MR
118592011-06-15 Martin Rudalics <rudalics@gmx.at>
11860
11861 * window.el (display-buffer-alist): Trim default value to avoid
11862 popping up a new frame (Bug#8857) or reusing an arbitrary window
11863 on another frame.
11864 (display-buffer): Do not fall back on popping up a new frame in
11865 batch mode (Bug#8857).
11866
c5dd5a51
CY
118672011-06-14 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * cus-theme.el (describe-theme-1): Use custom-theme-p.
11870 (custom-theme-summary): New function.
11871 (customize-themes): Use it.
11872
d647b7c4
GM
118732011-06-13 Glenn Morris <rgm@gnu.org>
11874
11875 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11876
9481c002
MR
118772011-06-13 Martin Rudalics <rudalics@gmx.at>
11878
357f93d2
MR
11879 * help.el (help-window): Remove variable.
11880 (help-window-point-marker, temp-buffer-max-height)
11881 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11882 (help-print-return-message): Don't set help-window.
11883 (resize-temp-buffer-window): Rewrite cod eand doc-string.
11884 (help-window-setup-finish): Remove.
11885 (help-window-display-message, help-window-setup)
11886 (with-help-window): Major rewrite based on new
11887 display-buffer-window variable.
11888
11889 * help-mode.el (help-mode-finish): Remove help-window related
11890 code.
11891
11892 * view.el (view-exits-all-viewing-windows): Remove reference to
11893 view-return-to-alist in doc-string.
11894 (view-return-to-alist): Make obsolete.
11895 (view-buffer): Call pop-to-buffer-same-window and remove
11896 undo-window code.
11897 (view-buffer-other-window): Call pop-to-buffer-other-window and
11898 simplify code. Ignore second argument.
11899 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11900 simplify code. Ignore second argument.
11901 (view-return-to-alist-update): Make obsolete.
11902 (view-mode-enter): Rename second argument to QUIT-RESTORE.
11903 Rewrite using quit-restore window parameters.
2b75be67
SM
11904 (view-mode-exit): Rename second argument to EXIT-ONLY.
11905 Rewrite using quit-restore-window.
357f93d2
MR
11906 (View-exit, View-exit-and-edit, View-leave, View-quit)
11907 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11908 appropriate arguments.
11909 (view-end-message): Use quit-restore window parameter.
11910
9481c002
MR
11911 * window.el (display-buffer-function): Rewrite doc-string.
11912 (display-buffer-window, display-buffer-alist): New variables.
11913 (display-buffer-split-specifiers)
11914 (display-buffer-side-specifiers)
11915 (display-buffer-macro-specifiers): New constants.
11916 (display-buffer-even-window-sizes, display-buffer-set-height)
11917 (display-buffer-set-width, display-buffer-select-window)
11918 (display-buffer-in-window, display-buffer-reuse-window)
11919 (display-buffer-split-window-1, display-buffer-split-window)
11920 (display-buffer-split-atom-window, display-buffer-pop-up-window)
11921 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11922 (display-buffer-in-side-window, normalize-buffer-to-display)
11923 (display-buffer-normalize-specifiers-1)
11924 (display-buffer-normalize-specifiers-2)
2b75be67
SM
11925 (display-buffer-normalize-specifiers, display-buffer-frame):
11926 New functions.
9481c002
MR
11927 (display-buffer): Major rewrite.
11928 (display-buffer-other-window, display-buffer-other-frame)
11929 (pop-to-buffer, switch-to-buffer-other-window)
11930 (switch-to-buffer-other-frame): Rewrite.
11931 (display-buffer-same-window, display-buffer-same-frame)
11932 (display-buffer-same-frame-other-window)
11933 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11934 (pop-to-buffer-other-window)
11935 (pop-to-buffer-same-frame-other-window)
11936 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11937 (switch-to-buffer-other-window-same-frame): New functions.
11938 (same-window-p, special-display-p): Rewrite disabling warnings.
11939 Make obsolete.
11940 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11941 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11942 Make obsolete
11943 (same-window-buffer-names, same-window-regexps)
11944 (special-display-frame-alist, special-display-popup-frame)
11945 (special-display-function, special-display-buffer-names)
11946 (special-display-regexps, pop-up-frame-alist)
11947 (pop-up-frame-function, split-window-preferred-function)
11948 (split-height-threshold, split-width-threshold)
11949 (even-window-heights): Make obsolete.
11950
9db51aca
GM
119512011-06-12 Glenn Morris <rgm@gnu.org>
11952
11953 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11954 Misc simplifications.
9db51aca 11955
39cffb44
MR
119562011-06-12 Martin Rudalics <rudalics@gmx.at>
11957
11958 * window.el (window-safely-shrinkable-p): Restore function which
11959 was inadvertently removed in change from 2011-06-11. Declare as
11960 obsolete.
11961
2b75be67
SM
11962 * calendar/calendar.el (calendar-generate-window):
11963 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11964 window-safely-shrinkable-p.
11965
a8955be7
GM
119662011-06-12 Glenn Morris <rgm@gnu.org>
11967
11968 * progmodes/fortran.el (fortran-mode-syntax-table):
11969 * progmodes/f90.el (f90-mode-syntax-table):
11970 Set % to punctuation. (Bug#8820)
11971 (f90-find-tag-default): Remove, no longer needed.
11972
f0d4059d
DC
119732011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11974
11975 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11976
1100a63c
CY
119772011-06-11 Chong Yidong <cyd@stupidchicken.com>
11978
11979 * image.el (image-animated-p): Return animation delay in seconds.
11980 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11981 (image-animate-timeout): Remove DELAY argument. Don't assume
11982 every subimage has the same delay; get it from image-animated-p.
11983 (image-animate): Caller changed.
11984
def722bf
MA
119852011-06-11 Michael Albinus <michael.albinus@gmx.de>
11986
11987 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11988 to ignored backtrace functions.
11989
0a2bb1a9
GM
119902011-06-11 Glenn Morris <rgm@gnu.org>
11991
11992 * calendar/appt.el (appt-disp-window-function): Doc fix.
11993 (appt-check): Handle overlapping appointments. (Bug#8337)
11994
6198ccd0
MR
119952011-06-11 Martin Rudalics <rudalics@gmx.at>
11996
11997 * window.el (window-tree-1, window-tree): New functions, moving
11998 the latter to window.el.
11999 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12000 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12001 (bw-refresh-edges): Remove.
12002 (balance-windows-1, balance-windows-2): New functions.
12003 (balance-windows): Rewrite in terms of window tree functions,
12004 balance-windows-1 and balance-windows-2.
12005 (bw-adjust-window): Remove.
12006 (balance-windows-area-adjust): New function with functionality of
12007 bw-adjust-window but using resize-window.
2b75be67
SM
12008 (set-window-text-height): Rewrite doc-string.
12009 Use normalize-live-window and resize-window.
12010 (enlarge-window-horizontally, shrink-window-horizontally):
12011 Rename argument to DELTA.
6198ccd0
MR
12012 (window-buffer-height): New function.
12013 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12014 Rewrite using new window resize routines.
2b75be67
SM
12015 (kill-buffer-and-window, mouse-autoselect-window-select):
12016 Use ignore-errors instead of condition-case.
6198ccd0
MR
12017 (quit-window): Call delete-frame instead of delete-windows-on
12018 for the only buffer on frame.
12019
9397e56f
MR
120202011-06-10 Martin Rudalics <rudalics@gmx.at>
12021
12022 * loadup.el (top-level): Load window before files for the sake
12023 of replace-buffer-in-windows.
12024
12025 * files.el (read-buffer-to-switch)
12026 (switch-to-buffer-other-window)
2b75be67
SM
12027 (switch-to-buffer-other-frame, display-buffer-other-frame):
12028 Move to window.el.
9397e56f
MR
12029
12030 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12031 (previous-buffer): Move to window.el.
12032
12033 * bindings.el (unbury-buffer): Move to window.el.
12034
12035 * window.el (delete-other-windows-vertically): Move after
12036 definition of delete-other-windows.
12037 (other-window, delete-windows-on, replace-buffer-in-windows):
12038 Move here from window.c.
12039 (record-window-buffer, unrecord-window-buffer)
12040 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12041 (switch-to-next-buffer): New functions.
12042 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12043 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12044 (previous-buffer): Move here from simple.el.
12045 Call switch-to-prev-buffer.
9397e56f
MR
12046 (bury-buffer): Move here from buffer.c. Switch to previous
12047 buffer when window cannot be deleted.
12048 (unbury-buffer): Move here from bindings.el.
12049 (ctl-x-map): Move binding for other-window from window.c to
12050 here.
12051 (read-buffer-to-switch, switch-to-buffer-other-window)
12052 (switch-to-buffer-other-frame): Move here from files.el.
12053 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12054 (switch-to-buffer): Move here from buffer.c.
12055 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12056
562dd5e9
MR
120572011-06-10 Martin Rudalics <rudalics@gmx.at>
12058
12059 * window.el (window-min-height, window-min-width): Move here
12060 from window.c. Add defcustoms and rewrite doc-strings.
12061 (resize-mini-window, resize-window): New functions.
12062 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12063 Move here from window.c.
12064 (maximize-window, minimize-window): New functions.
12065 (delete-window, delete-other-windows, split-window): Move here
12066 from window.c.
12067 (window-split-min-size): New function.
12068 (split-window-keep-point): Mention split-window-above-each-other
12069 instead of split-window-vertically.
2b75be67 12070 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12071 Rename split-window-vertically to split-window-above-each-other
12072 and provide defalias for old definition.
12073 (split-window-side-by-side, split-window-horizontally):
12074 Rename split-window-horizontally to split-window-side-by-side
12075 and provide defalias for the old definition.
562dd5e9
MR
12076 (ctl-x-map): Move bindings for delete-window,
12077 delete-other-windows and enlarge-window here from window.c.
12078 Replace bindings for split-window-vertically and
12079 split-window-horizontally by bindings for
12080 split-window-above-each-other and split-window-side-by-side.
12081
12082 * cus-start.el (all): Remove entries for window-min-height and
12083 window-min-width. Add entries for window-splits and
12084 window-nest.
12085
f0da764a
GM
120862011-06-09 Glenn Morris <rgm@gnu.org>
12087
80675c21
GM
12088 * calendar/appt.el (appt-mode-line): New function.
12089 (appt-check, appt-disp-window): Use it.
12090
f0da764a
GM
12091 * files.el (hack-one-local-variable-eval-safep):
12092 Allow minor-modes with explicit +/-1 arguments.
12093
59f623b7
TZ
120942011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12095
12096 * term/xterm.el (xterm): Add defgroup.
12097 (xterm-extra-capabilities): Add defcustom to supply known xterm
12098 capabilities, skip querying them, or query them (default).
12099 (terminal-init-xterm): Use it.
12100 (terminal-init-xterm-modify-other-keys): New function to set up
12101 modifyOtherKeys support to simplify `terminal-init-xterm'.
12102
9aab8e0d
MR
121032011-06-09 Martin Rudalics <rudalics@gmx.at>
12104
12105 * window.el (resize-window-reset, resize-window-reset-1)
12106 (resize-subwindows-skip-p, resize-subwindows-normal)
12107 (resize-subwindows, resize-other-windows, resize-this-window)
12108 (resize-root-window, resize-root-window-vertically)
12109 (window-deletable-p, window-or-subwindow-p)
12110 (frame-root-window-p): New functions.
12111
e8b08aee
GM
121122011-06-09 Glenn Morris <rgm@gnu.org>
12113
12114 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12115 (ange-ftp-get-files): Use it.
12116
254c37a5
AK
121172011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12118
12119 * mail/sendmail.el (mail-recover-1, mail-recover):
12120 * files.el (recover-file, recover-session):
12121 Handle dired-listing-switches not being just a single short option.
12122
35d7dbd3
GM
121232011-06-09 Glenn Morris <rgm@gnu.org>
12124
12125 * calendar/appt.el (appt-display-message, appt-disp-window):
12126 Handle lists of appointments.
12127
387522b2
MR
121282011-06-08 Martin Rudalics <rudalics@gmx.at>
12129
2b75be67
SM
12130 * window.el (one-window-p): Move down in code.
12131 Rewrite doc-string.
12132 (window-current-scroll-bars): Rewrite doc-string.
12133 Normalize live window argument.
387522b2
MR
12134 (walk-windows, get-window-with-predicate, count-windows):
12135 Rewrite doc-string. Use window-list-1.
12136 (window-in-direction-2, window-in-direction, get-mru-window):
12137 New functions.
12138
d8e4b68b 121392011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12140
12141 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12142 Doc fix (Bug#8713).
12143
121442011-06-08 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12147
121482011-06-08 Juanma Barranquero <lekktu@gmail.com>
12149
12150 * loadhist.el (unload-feature-special-hooks):
12151 Add `comint-output-filter-functions'.
12152
0de12c52
IK
121532011-06-08 Ivan Kanis <gnu@kanis.fr>
12154
12155 * calendar/appt.el (appt-check): Move some initializations into the let.
12156
f3d1777e
MR
121572011-06-08 Martin Rudalics <rudalics@gmx.at>
12158
12159 * window.el (window-height): Defalias to window-total-height.
12160 (window-width): Defalias to window-body-width.
12161
18af70d0
CY
121622011-06-07 Chong Yidong <cyd@stupidchicken.com>
12163
12164 * image-mode.el (image-toggle-animation): New command.
12165 (image-mode-map): Bind it to RET.
12166 (image-mode): Update message.
12167 (image-toggle-display-image): Avoid a spurious cache flush.
12168 (image-transform-rotation): Doc fix.
12169 (image-transform-properties): Return quickly in the normal case.
12170 (image-animate-loop): Rename from image-animate-max-time.
12171
2b75be67 12172 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12173 (create-animated-image): Remove unnecessary function.
12174 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12175 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12176 (image-animate-timer): Use car-safe.
12177 (image-animate-timeout): Rename argument.
12178
190b47e6
MR
121792011-06-07 Martin Rudalics <rudalics@gmx.at>
12180
12181 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12182 window.c. Rename first argument to ALL-FRAMES.
12183 Rephrase doc-strings.
12184 (get-buffer-window-list): Rewrite using window-list-1.
12185 Rephrase doc-string.
a1511caf
MR
12186 (window-safe-min-height, window-safe-min-width): New constants.
12187 (window-size-ignore, window-min-size, window-min-size-1)
12188 (window-sizable, window-sizable-p, window-size-fixed-1)
12189 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12190 (window-max-delta-1, window-max-delta, window-resizable)
12191 (window-resizable-p, window-total-height, window-total-width)
12192 (window-body-width): New functions.
12193 (window-full-height-p, window-full-width-p): Rewrite using
12194 window-total-size.
12195 (window-body-height): Rewrite using window-body-size.
190b47e6 12196
85cc1f11
MR
121972011-06-06 Martin Rudalics <rudalics@gmx.at>
12198
12199 * window.el (window-right, window-left, window-child)
12200 (window-child-count, window-last-child, window-any-p)
12201 (normalize-live-buffer, normalize-live-frame)
12202 (normalize-any-window, normalize-live-window)
12203 (window-iso-combination-p, window-iso-combined-p)
12204 (window-iso-combinations)
12205 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12206 (windows-with-parameter, window-with-parameter)
12207 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12208 (window-atom-check, window-side-check, window-check):
12209 New functions.
85cc1f11
MR
12210 (ignore-window-parameters, window-sides, window-sides-vertical)
12211 (window-sides-slots): New variables.
12212 (window-size-fixed): Move down in code. Minor doc-string fix.
12213
e7156492
AS
122142011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12215
12216 * comint.el (comint-dynamic-complete-as-filename)
12217 (comint-dynamic-complete-filename): Correctly call
12218 completion-in-region.
12219
7e821d0d
DD
122202011-06-05 Deniz Dogan <deniz@dogan.se>
12221
12222 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12223 in last change.
12224
ac09b8a1
DD
122252011-06-05 Deniz Dogan <deniz@dogan.se>
12226
12227 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12228 (rcirc): Use it to prompt for encryption.
12229
34699b85
RW
122302011-06-05 Roland Winkler <winkler@gnu.org>
12231
12232 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12233 (bibtex-search-entries): New command bound to C-c C-a.
12234 (bibtex-display-entries): New function.
12235
004dedd3
RW
122362011-06-05 Roland Winkler <winkler@gnu.org>
12237
12238 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12239 (bibtex-insert-kill): After yanking insert newline if necessary.
12240 (bibtex-initialize): Call bibtex-string-files-init only once.
12241 (bibtex-mode): Do not call easy-menu-add.
12242 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12243 (bibtex-yank): Set arg properly if nil.
12244
022fe7ce
RW
122452011-06-05 Roland Winkler <winkler@gnu.org>
12246
2b75be67
SM
12247 * textmodes/bibtex.el (bibtex-search-entry-globally):
12248 New variable.
022fe7ce
RW
12249 (bibtex-search-entry): Use it.
12250
b7c3692a
RW
122512011-06-05 Roland Winkler <winkler@gnu.org>
12252
12253 * textmodes/bibtex.el (bibtex-entry-format): New option
12254 sort-fields.
12255 (bibtex-format-entry, bibtex-reformat): Honor this option.
12256 (bibtex-parse-entry): Return fields in proper order.
12257
8eda563d
JB
122582011-06-05 Juanma Barranquero <lekktu@gmail.com>
12259
12260 * doc-view.el (doc-view-remove-if): Move computation of result out
12261 of `dolist' to silence misleading lexical-binding warning.
12262
7dbe3dbc
CY
122632011-06-04 Chong Yidong <cyd@stupidchicken.com>
12264
12265 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12266 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12267
0c33dd17
MA
122682011-06-04 Michael Albinus <michael.albinus@gmx.de>
12269
12270 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12271 "SunOS 5.10".
12272
f8f91c2b
MA
122732011-06-04 Michael Albinus <michael.albinus@gmx.de>
12274
12275 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12276 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12277 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12278 (tramp-parse-putty):
12279 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12280 (tramp-completion-function-alist-ssh)
12281 (tramp-completion-function-alist-telnet)
12282 (tramp-completion-function-alist-su)
12283 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12284 cookie.
12285
12286 * net/tramp-ftp.el:
12287 * net/tramp-sh.el:
12288 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12289 load "tramp.el" `tramp-set-completion-function'.
12290
e17d9003
SM
122912011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * shell.el: Require and use pcomplete.
12294 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12295 (shell-completion-vars): Set pcomplete-default-completion-function.
12296
6c4cab03
DD
122972011-06-04 Deniz Dogan <deniz@dogan.se>
12298
12299 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12300 `memq' (Bug#8799).
12301
ea9fafe0
SM
123022011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12305
b3e945d3
JB
123062011-06-02 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12309 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12310 * vc/log-view.el (log-view-beginning-of-defun):
12311 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12312 (smerge-refine-forward, smerge-refine-chopup-region):
12313 Silence warning for unused `dotimes' counter variables.
12314
7d520089
SM
123152011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * net/tramp.el (tramp-with-progress-reporter): Rename from
12318 with-progress-reporter. Use `declare'.
12319 * net/tramp-smb.el:
12320 * net/tramp-sh.el:
12321 * net/tramp-gvfs.el: Update all uses.
12322
a1c2400f
JB
123232011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12324
12325 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12326 buffer isn't killed before making it current.
12327
2403c841
SM
123282011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 Silence various byte-compiler warnings.
12331 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12332 `access-type' and new obsolescence format.
12333 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12334 new format.
12335 (byte-compile-check-variable): New `access-type' argument.
12336 Only warn if the access-type is obsolete.
12337 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12338 (byte-compile-variable-set): Adjust callers.
12339 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12340 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12341 setting it as obsolete.
12342 * simple.el (minibuffer-completing-symbol):
12343 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12344 access as obsolete.
12345 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12346 obsolete yet.
12347 * international/quail.el (quail-mouse-choose-completion): Remove unused
12348 code referring to obsolete var.
12349 (quail-choose-completion-string): Remove.
12350 * server.el (server-clients-with, server-kill-buffer-query-function)
12351 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12352 * proced.el (proced-send-signal):
12353 * emacs-lisp/lisp.el (lisp-complete-symbol):
12354 Replace completion-annotate-function with completion-extra-properties.
12355
2462470b
SM
123562011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12357
fb5b2591
SM
12358 * simple.el (goto-line): Use read-number.
12359 (overriding-map-is-bound): Remove.
12360 (saved-overriding-map): Change default.
12361 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12362 Take the map as argument.
12363 (universal-argument, negative-argument, digit-argument): Use it.
12364 (restore-overriding-map): Adjust.
12365 (do-auto-fill): Use fill-forward-paragraph.
12366 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12367
fd6fa53f
SM
12368 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12369 (minibuffer-inactive-mode): New major mode.
12370 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12371 the *Messages* buffer" hack.
12372 (mouse-popup-menubar): Don't burp if the event is a normal key.
12373
2462470b
SM
12374 Miscellaneous tweaks.
12375 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12376 lexical scoping as in subr.el's dolist and dotimes.
12377 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12378 Silence compiler warning.
12379 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12380 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12381 * international/ccl.el (ccl-compile): Trivial simplification.
12382 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12383 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12384 `printflag' argument.
12385 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12386 Purecopy the whole obsolescence data.
12387
108bf785
LL
123882011-06-01 Leo Liu <sdl.web@gmail.com>
12389
12390 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12391 improve doc-string as suggested by Marco Pessotto
12392 <melmothx@gmail.com>.
12393 (rcirc-print): Fix last change.
12394
30a23501
SM
123952011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * minibuffer.el (complete-with-action): Return nil for the metadata and
12398 boundaries of non-functional tables.
12399 (completion-table-dynamic): Return nil for the metadata.
12400 (completion-table-with-terminator): Add default case, using
12401 complete-with-action.
12402 (completion--metadata): New function.
12403 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12404 to try and avoid pathological performance problems.
12405 (completion--embedded-envvar-table): Return `category' metadata.
12406
bcd54f83
LMI
124072011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12408
12409 * subr.el (process-alive-p): New tiny convenience function.
12410
e227544d
SM
124112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12412
12413 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12414 content but also its previous major mode.
12415
e8296fdc
HE
124162011-05-31 Helmut Eller <eller.helmut@gmail.com>
12417
4d61f28d 12418 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12419 *Backtrace* buffer when we exit with C-M-c.
12420
620c53a6
SM
124212011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * minibuffer.el: Add metadata method to completion tables.
12424 (completion-category-overrides): New defcustom.
12425 (completion-metadata, completion--field-metadata)
12426 (completion-metadata-get, completion--styles)
12427 (completion--cycle-threshold): New functions.
12428 (completion-try-completion, completion-all-completions):
12429 Add `metadata' argument to choose completion-styles.
12430 (completion--do-completion): Use metadata to choose cycling.
12431 (completion-all-sorted-completions): Use metadata for sorting.
12432 Remove :completion-cycle-penalty which is not needed any more.
12433 (completion--try-word-completion): Add `metadata' argument.
12434 (minibuffer-completion-help): Check metadata for annotation function
12435 and sorting.
12436 (completion-file-name-table): Return `category' metadata.
12437 (minibuffer-completing-file-name): Make obsolete.
12438 * simple.el (minibuffer-completing-symbol): Make obsolete.
12439 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12440 completion-try-completion.
12441
1257e755
SM
124422011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12445
3767e706
LL
124462011-05-30 Leo Liu <sdl.web@gmail.com>
12447
12448 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12449 (rcirc-print): Decode all incoming messages (bug#8744).
12450 (rcirc-decode-coding-system): Allow value nil for automatic coding
12451 system detection.
3767e706 12452
d1a5d56a
GM
124532011-06-01 Glenn Morris <rgm@gnu.org>
12454
12455 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12456
e8cbec34
CY
124572011-05-29 Chong Yidong <cyd@stupidchicken.com>
12458
12459 * image.el (image-animate-max-time): Allow nil and t values.
12460 Default to nil.
12461 (create-animated-image): Doc fix.
12462 (image-animate-start): Remove second arg; just use
12463 image-animate-max-time.
12464 (image-animate-timeout): Doc fix. Args changed.
12465
12466 * image-mode.el (image-toggle-display-image): Ensure that the
12467 image spec passed to the animate timer is the same object as in
58179cce 12468 the buffer's display property (Bug#6981).
e8cbec34
CY
12469 (image-transform-properties): Doc fix.
12470
12471 * image.el (image-animate-max-time): Default to nil.
12472
159daf87
MR
124732011-05-29 Martin Rudalics <rudalics@gmx.at>
12474
12475 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12476 entire buffer list (Bug#8184).
12477
d66c4c7c
CY
124782011-05-29 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * image.el (imagemagick-types-inhibit)
12481 (imagemagick-register-types): Doc fix.
12482
80aec780
DD
124832011-05-29 Deniz Dogan <deniz@dogan.se>
12484
12485 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12486 default.
12487
1dd3c2d9
CY
124882011-05-29 Chong Yidong <cyd@stupidchicken.com>
12489
12490 * select.el: Don't perform clipboard-manager saving in hooks;
12491 leave the hooks empty.
12492
60e56523
LL
124932011-05-28 Leo Liu <sdl.web@gmail.com>
12494
12495 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12496 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12497 (occur-edit-mode): New major mode (Bug#8463).
12498 (occur-after-change-function): New function.
12499 (occur-engine): Give Occur tags a read-only property.
12500
2b1e1a22
KR
125012011-05-28 Kevin Ryde <user42@zip.com.au>
12502
12503 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12504
5d344e88
CY
125052011-05-28 Chong Yidong <cyd@stupidchicken.com>
12506
8e6ca83d
CY
12507 * bindings.el (help-echo): Make the initial non-indicator dash
12508 empty on graphical terminals (Bug#7295).
12509
5d344e88
CY
12510 * files.el (auto-mode-alist): Move config rule after the
12511 in-stripping one (Bug#8547).
12512
bfbbace7
CY
12513 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12514
fbeba6e2
CY
12515 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12516 setting (Bug#8740).
12517
60ed8c72
AA
125182011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12519
4ac619f0
AA
12520 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12521 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12522 (Bug#8539).
60ed8c72 12523
23db196e
CY
125242011-05-28 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12527
5012f24c
DK
125282011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12529
12530 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12531 (hs-hide-block-at-point, hs-find-block-beginning)
12532 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12533 (Bug#8279).
12534
6a639b16
GM
125352011-05-28 Glenn Morris <rgm@gnu.org>
12536
12537 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12538
d43eaf2c
CY
125392011-05-28 Chong Yidong <cyd@stupidchicken.com>
12540
5199bde1
CY
12541 * help-fns.el (describe-function-1): If the function is a derived
12542 major mode, print the parent mode.
12543
d43eaf2c
CY
12544 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12545 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12546
423428a8
SM
125472011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12548
0ff8e1ba 12549 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12550 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12551 * progmodes/etags.el (tags-completion-at-point-function):
12552 * info-look.el (info-lookup-completions-at-point): Mark as
12553 non-exclusive.
12554 (info-complete): Adjust accordingly.
12555
423428a8
SM
12556 * info-look.el: Convert to lexical-binding and completion-at-point.
12557 (info-lookup-completions-at-point): New function.
12558 (info-complete): Use it and completion-in-region.
12559
b74aa22b
DA
125602011-05-28 Drew Adams <drew.adams@oracle.com>
12561
12562 * isearch.el: Let M-e start with point at the first mismatched char.
12563 (isearch-fail-pos): New function.
12564 (isearch-edit-string): Use it.
12565
66e2e71d
DK
125662011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12567
12568 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12569
b1890b0f 125702011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12571
12572 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12573 traversal functions for avl-trees.
12574 (avl-tree--stack): New struct.
12575 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12576 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12577 (avl-tree--do-enter): Add optional `updatefun' arg.
12578 Change return value.
eb95d01d 12579 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12580 (avl-tree--do-delete): Add `test' and `nilflag' args.
12581 Change return value.
eb95d01d
TC
12582 (avl-tree-member): Add optional `nilflag'
12583 (avl-tree-member-p): New function.
12584 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12585 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12586 (avl-tree-stack-empty-p): New functions.
12587
3769ddcf
TC
12588 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12589 avl-tree--del-balance1 and make it work both ways.
12590 (avl-tree--del-balance2): Remove.
12591 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12592 make it work both ways.
12593 (avl-tree--enter-balance2): Remove.
12594 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12595 New macros.
12596 (avl-tree--mapc, avl-tree-map): Add direction argument.
12597
eb95d01d 125982011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12599
12600 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12601
a9f737ee
CY
126022011-05-27 Chong Yidong <cyd@stupidchicken.com>
12603
12604 * select.el: Support clipboard managers with built-in function
12605 x-clipboard-manager-save, via delete-frame-functions and
12606 kill-emacs-hook.
12607 (xselect-convert-to-targets): Add MULTIPLE target to list.
12608 (xselect-convert-to-save-targets): New function.
12609
c92a1e54
KH
126102011-05-27 Kenichi Handa <handa@m17n.org>
12611
12612 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12613 let-binding rfc2047-encode-encoded-words to nil.
12614
e145f188
GM
126152011-05-27 Glenn Morris <rgm@gnu.org>
12616
5ec8a862
GM
12617 * mail/emacsbug.el: Don't require url-util.
12618
4b29d9fb
GM
12619 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12620
e145f188
GM
12621 * files.el (set-auto-mode):
12622 Also respect mode: entries at the end of the file. (Bug#8586)
12623
7d15102b
GM
126242011-05-26 Glenn Morris <rgm@gnu.org>
12625
98f593b8
GM
12626 * files.el (hack-local-variables-prop-line, hack-local-variables):
12627 Downcase mode names, as seems to be traditional.
27b48e63 12628 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12629
7d15102b
GM
12630 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12631 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12632
51d5b4ec
JD
126332011-05-25 Julien Danjou <julien@danjou.info>
12634
12635 * textmodes/rst.el (rst-define-level-faces): Do not define face
12636 symbol if it is already defined.
12637
91513f63
VB
126382011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12639
12640 * play/5x5.el (5x5-new-game, 5x5-randomize):
12641 Reset 5x5-solver-output to nil when a new grid is cast.
12642 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12643 these debugging traces, as defmacro breaks the compiled code.
12644
4d90d6d0
DK
126452011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12646
12647 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12648
e1b90ef6
LL
126492011-05-24 Leo Liu <sdl.web@gmail.com>
12650
12651 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12652 (vc-bzr-sha1): Adapt.
12653
d8e4b68b 12654 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12655
12656 * bindings.el: Provide sha1 feature.
12657
db0406bb 126582011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12659
12660 * mail/sendmail.el: Require `rfc2047'.
12661 (mail-insert-from-field): Do not perform RFC2047 encoding.
12662 (mail-encode-header): New function.
12663 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12664 buffer to the return value of select-message-coding-system.
12665 Call mail-encode-header.
b8d747b9
KH
12666
12667 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12668
db0406bb 126692011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12670
4d90d6d0
DK
12671 * mail/supercite.el (sc-default-cite-frame):
12672 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12673
eb8a5e9b
GM
126742011-05-24 Glenn Morris <rgm@gnu.org>
12675
f8630703
GM
12676 * progmodes/python.el (brm-menu): Declare.
12677
8831bbed
GM
12678 * emulation/viper.el (viper-set-hooks): Declare.
12679
eb8a5e9b
GM
12680 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12681 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12682 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12683 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12684 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12685 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12686
a2a25d24
SM
126872011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 Add an :exit-function for completion-at-point.
12690
12691 * minibuffer.el (completion--done): New fun.
12692 (completion--do-completion): Use it. New arg `expect-exact'.
12693 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12694 since completion--do-completion does it for us now.
12695 (minibuffer-force-complete): Use completion--done and
12696 completion--replace. Handle sole-completion case with more care.
12697 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12698 (completion-extra-properties): New var.
12699 (completion-annotate-function): Make obsolete.
12700 (minibuffer-completion-help): Adjust accordingly.
12701 Use completion-list-insert-choice-function.
12702 (completion-at-point, completion-help-at-point):
12703 Bind completion-extra-properties.
12704 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12705 * simple.el (completion-list-insert-choice-function): New var.
12706 (completion-setup-function): Preserve it.
12707 (choose-completion): Pay attention to it, shuffle the code a bit.
12708 (choose-completion-string): New arg `insert-function'.
12709
12710 * textmodes/bibtex.el: Convert to lexical binding.
12711 (bibtex-mode-map): Use completion-at-point.
12712 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12713 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12714 (bibtex-complete): Define as obsolete alias.
12715 (bibtex-complete-internal): Remove.
12716 (bibtex-format-entry): Remove unused sub-group in regexp.
12717 * shell.el (shell--command-completion-data)
12718 (shell-environment-variable-completion):
12719 * pcomplete.el (pcomplete-completions-at-point):
12720 * comint.el (comint--complete-file-name-data): Use :exit-function
12721 instead of completion-table-with-terminator so it also works for
12722 choose-completion.
12723
e44e373d
SM
127242011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12725
4f91a816
SM
12726 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12727
782fc819
SM
12728 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12729 (bug#8710).
12730
e44e373d
SM
12731 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12732
381987c3
KM
127332011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12734
12735 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12736 customization variable and implement: If non-nil, auto-fill will
12737 be inhibited while on topic's header line.
12738
b776bc70
VB
127392011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12740
12741 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 12742 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
12743 always have a solution in grid size = 5 cases.
12744 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12745 (5x5-solver-output, 5x5-log-buffer): New vars.
12746 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12747 Make these variables buffer local to achieve 5x5 multi-session-ness.
12748 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12749 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12750 (5x5-solve-suggest): New funs.
12751 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12752 randomize a grid so that we ensure that there is always a solution.
12753 (5x5-make-random-grid): Allow other movement than flipping.
12754
7de88b6e
KR
127552011-05-23 Kevin Ryde <user42@zip.com.au>
12756
12757 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 12758 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
12759 advice and passes PREDICATE.
12760
b1ef1257
SM
127612011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12762
bbca48fe
SM
12763 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12764 byte-compile-lambda if it's actually a lambda.
12765
b1ef1257
SM
12766 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12767 Fix function quoting. Use backquote better.
12768
92a9cc65
YS
127692011-05-22 Yuanle Song <sylecn@gmail.com>
12770
12771 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12772 matching (Bug#8516).
12773
f0fb8059
JA
127742011-01-22 Jari Aalto <jari.aalto@cante.net>
12775
12776 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12777 different face (Bug#8178).
12778
d5b44c93
CY
127792011-05-22 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12782 defface (Bug#8144).
12783
79106a44
SM
127842011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12785
9c848d8a
SM
12786 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12787 funcall as well (bug#8712). Warn when performing those conversions.
12788 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12789
79106a44
SM
12790 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12791
88dfa756
GM
127922011-05-22 Glenn Morris <rgm@gnu.org>
12793
12794 * files.el (hack-local-variables-prop-line): Small simplifications.
12795 (hack-local-variables, hack-local-variables-prop-line):
12796 If MODE-ONLY, return the mode, rather than just `t'.
12797
b7cf2c79
SM
127982011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12801
3f1a8558
GM
128022011-05-21 Glenn Morris <rgm@gnu.org>
12803
7e4ccca3
GM
12804 * files.el (hack-local-variables-prop-line, hack-local-variables):
12805 If only interested in the mode, don't bother doing the other stuff.
12806
637d46ca
GM
12807 * image-mode.el (image-after-revert-hook):
12808 Redraw all frames on which the image is visible. (Bug#8567)
12809
973d955b
GM
12810 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12811
3f1a8558
GM
12812 * wid-edit.el (widget-checklist-match-inline):
12813 Fix 2011-04-19 change. (Bug#8649)
12814
96479927
SM
128152011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12816
1dcf791f
SM
12817 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12818 Also allow singlespace after single-letter capitals followed by a dot.
12819
96479927
SM
12820 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12821 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12822
35fd0881
N
128232011-05-20 Nix <nix@esperi.org.uk>
12824
12825 * files.el (basic-save-buffer-2):
12826 Fix handling of break-hardlink-on-save with non-existent files.
12827
82745640
DD
128282011-05-19 Deniz Dogan <deniz@dogan.se>
12829
12830 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 12831 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 12832
4a720484
GM
128332011-05-19 Glenn Morris <rgm@gnu.org>
12834
d1f21341
GM
12835 * progmodes/f90.el (f90-type-def-re):
12836 Handle "type, bind(c)". (Bug#8691)
12837
4a720484
GM
12838 * emacs-lisp/autoload.el (batch-update-autoloads):
12839 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12840
2fb0a219
MA
128412011-05-18 Michael Albinus <michael.albinus@gmx.de>
12842
12843 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12844 property for the correct connection in case of multihops.
12845
e565dd37
GM
128462011-05-18 Glenn Morris <rgm@gnu.org>
12847
c2571358 12848 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
12849 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12850
e565dd37
GM
12851 Rationalize calendar handling of day and month abbrev-arrays.
12852 * calendar/calendar.el (calendar-customized-p): New function.
12853 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12854 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12855 Add :set function.
12856 (calendar-abbrev-length, calendar-day-abbrev-array)
12857 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12858 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12859 Elements may no longer be nil.
12860 (calendar-day-name, calendar-month-name):
12861 Update for changed nature of abbrev arrays.
12862 * calendar/diary-lib.el (diary-name-pattern):
12863 Update for changed nature of abbrev arrays.
12864 (diary-mark-entries-1): Update calendar-make-alist calls.
12865 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12866 * calendar/cal-html.el (cal-html-day-abbrev-array):
12867 Simply inherit from calendar-day-abbrev-array.
12868
1d99a745
SM
128692011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12870
12871 * progmodes/grep.el (grep-mode): Disable default
12872 compilation-directory-matcher setting (bug#8684).
12873
7c1d9aa0
MA
128742011-05-17 Michael Albinus <michael.albinus@gmx.de>
12875
12876 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12877 instead of "head" and "tail". There were problems with SunOS 5.9,
12878 and it performs better.
12879
3952e9d8
GM
128802011-05-17 Glenn Morris <rgm@gnu.org>
12881
2dd12e7f
GM
12882 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12883
e4157b9c
GM
12884 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12885 Replace obsolete function.
12886
8e249bbd
GM
12887 * shell.el (pcomplete-parse-arguments-function): Declare.
12888
3952e9d8
GM
12889 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12890 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12891 (appt-check): Doc fixes.
12892 (appt-disp-window-function, appt-delete-window-function):
12893 Remove needless special case in custom :type.
12894 (appt-display-count): Default to 0, not nil.
12895 (appt-check): Reset appt-display-count to 0, not nil.
12896
c71a0d48 128972011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 12898
c71a0d48
GM
12899 * progmodes/python.el (python-font-lock-keywords):
12900 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 12901
31d55be9
SM
129022011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12905
3bfacb2f
KR
129062011-05-16 Kevin Ryde <user42@zip.com.au>
12907
12908 * info-look.el (makefile-automake-mode): New setups, looking in
12909 automake manual, then makefile-mode.
12910 (makefile-mode): Remove automake manual, have it just in
12911 makefile-automake-mode since there's various things different or
12912 not relevant to plain make.
12913 (makefile-mode): Remove "other-modes" non-existent automake-mode,
12914 believe a hypothetical automake-mode would go to makefile-mode,
12915 not the other way around.
12916
c8e83751
CY
129172011-05-15 Chong Yidong <cyd@stupidchicken.com>
12918
5e9e35cd
CY
12919 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12920 hunk-end tags (Bug#8672).
12921
c8e83751
CY
12922 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12923 vc-annotate-show-diff-revision-at-line (Bug#8671).
12924
50b23e5a
GM
129252011-05-14 Glenn Morris <rgm@gnu.org>
12926
7210a739
GM
12927 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12928 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
12929 (change-log-font-lock-keywords): Also handle multiple author lines
12930 with leading tabs. (Bug#8644)
7210a739 12931
4691905a
GM
12932 * calendar/appt.el (appt-check): Rename some local variables.
12933 Some simplification/reordering.
12934
50b23e5a
GM
12935 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12936 (feedmail-sendmail-f-doesnt-sell-me-out)
12937 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12938 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12939 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12940 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12941 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12942 (feedmail-binmail-gnulinuxish-template):
12943 Rename from feedmail-binmail-linuxish-template.
12944 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12945 Use insert-buffer-substring.
12946
215cda7c
BC
129472011-05-14 Bill Carpenter <bill@carpenter.org>
12948
12949 * mail/feedmail.el (feedmail-patch-level): Increase.
12950 (feedmail-debug): New custom group.
12951 (feedmail-confirm-outgoing-timeout)
12952 (feedmail-sendmail-f-doesnt-sell-me-out)
12953 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12954 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12955 (feedmail-sender-line, feedmail-from-line)
12956 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12957 (feedmail-spray-this-address)
215cda7c
BC
12958 (feedmail-spray-address-fiddle-plex-list)
12959 (feedmail-queue-use-send-time-for-date)
12960 (feedmail-queue-use-send-time-for-message-id)
12961 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12962 (feedmail-buffer-eating-function):
12963 Doc fixes.
12964 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12965 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12966 (feedmail-message-action-scroll-down): New functions.
12967 (feedmail-queue-directory, feedmail-queue-draft-directory):
12968 Use expand-file-name.
12969 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12970 Remove C-v help entry.
12971 (feedmail-queue-buffer-file-name): New variable.
12972 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12973 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12974 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12975 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12976 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12977 (feedmail-message-action-toggle-spray)
12978 (feedmail-run-the-queue-no-prompts)
12979 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12980 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12981 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12982 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12983 (feedmail-envelope-deducer, feedmail-fiddle-from)
12984 (feedmail-fiddle-sender, feedmail-default-date-generator)
12985 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12986 (feedmail-fiddle-spray-address)
12987 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12988 (feedmail-fiddle-list-of-fiddle-plexes)
12989 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12990 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12991 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12992 Change default. Doc fix.
12993 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12994 (feedmail-binmail-linuxish-template): New constant.
12995 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12996 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12997 (feedmail-send-it): Add debug call.
12998 Use feedmail-queue-buffer-file-name, and
12999 feedmail-send-it-immediately-wrapper.
13000 (feedmail-message-action-send): Add debug call.
13001 Use feedmail-send-it-immediately-wrapper.
13002 (feedmail-queue-express-to-queue): Add debug call.
13003 Run feedmail-queue-express-hook.
13004 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13005 (feedmail-message-action-help-blat):
13006 Rename from feedmail-queue-send-edit-prompt-help-first.
13007 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13008 Check line-endings. Handle errors better.
13009 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13010 Doc fix. Add debug call.
13011 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13012 Use feedmail-queue-send-edit-prompt-inner.
13013 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13014 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13015 from feedmail-queue-send-edit-prompt.
13016 (feedmail-queue-send-edit-prompt-help)
13017 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13018 (feedmail-tidy-up-slug): Add debug call.
13019 Respect feedmail-queue-slug-suspect-regexp.
13020 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13021 (feedmail-dump-message-to-queue): Add debug call.
13022 Expand queue-directory.
13023 (feedmail-dump-message-to-queue): Change message slightly.
13024 Use feedmail-say-chatter.
13025 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13026 (feedmail-send-it-immediately-wrapper): New function.
13027 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13028 Insert empty string rather than newline. Handle full-frame case.
13029 Use catch/throw. Use feedmail-say-chatter.
13030 (feedmail-fiddle-from): Try mail-host-address.
13031 (feedmail-default-message-id-generator): Doc fix.
13032 Bind system-time-locale. Handle missing end.
13033 (feedmail-fiddle-x-mailer): Add debug call.
13034 Handle feedmail-x-mailer-line being nil.
13035 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13036 Add debug call. Use buffer-substring-no-properties.
13037 (feedmail-say-debug, feedmail-say-chatter): New functions.
13038 (feedmail-find-eoh): Give an explicit error.
13039
42c7e61e
UJ
130402011-05-13 Ulf Jasper <ulf.jasper@web.de>
13041
c2571358 13042 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13043 family from helvetica to sans.
c2571358 13044 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13045 etc/images/newsticker.
13046
c2571358 13047 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13048 family from helvetica to sans.
13049
13050 * net/newst-plainview.el (newsticker-new-item-face)
13051 (newsticker-old-item-face, newsticker-immortal-item-face)
13052 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13053 (newsticker-statistics-face): Change default family from
42c7e61e 13054 helvetica to sans.
c2571358 13055 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13056 etc/images/newsticker.
13057
5d3385a0
JB
13058 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13059 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13060 auto-marking.
13061
8497a297
DV
130622011-05-13 Didier Verna <didier@xemacs.org>
13063
13064 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13065 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13066 TODO entries.
8497a297
DV
13067 (lisp-lambda-list-keyword-parameter-indentation)
13068 (lisp-lambda-list-keyword-parameter-alignment)
13069 (lisp-lambda-list-keyword-alignment): New customizable user options.
13070 (lisp-indent-defun-method): Improve docstring.
13071 (extended-loop-p): Fix comment.
13072 (lisp-indent-lambda-list-keywords-regexp): New variable.
13073 (lisp-indent-lambda-list): New function.
13074 (lisp-indent-259): Use it.
13075 (lisp-indent-defmethod): Support for more than one
13076 method qualifier and properly indent methods lambda-lists.
13077 (defgeneric): Provide a missing common-lisp-indent-function property.
13078
f278f87f
SM
130792011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13082 bounds for the empty string (bug#8667).
13083
5233edd7
GM
130842011-05-13 Glenn Morris <rgm@gnu.org>
13085
5237a44f
GM
13086 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13087
8340026c 13088 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13089 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13090
5233edd7 13091 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13092 (appt-time-msg-list): Doc fix.
a5464014 13093 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13094
92d10796
AS
130952011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13096
13097 * progmodes/ld-script.el (ld-script-keywords)
13098 (ld-script-builtins): Update keywords list.
13099
914a0ae1
SM
131002011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13101
c89be45f
SM
13102 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13103
914a0ae1
SM
13104 * shell.el (shell-completion-vars): New function.
13105 (shell-mode):
13106 * simple.el (read-shell-command): Use it.
13107 (blink-matching-open): No need for " [...]" in minibuffer-message.
13108
98dc3df3
GM
131092011-05-12 Glenn Morris <rgm@gnu.org>
13110
13111 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13112 (appt-check): Simplify.
13113
d2fc7e3d 131142011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13115
4d61f28d 13116 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13117 literal "/dev/null".
13118
d2fc7e3d 131192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13120
13121 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13122 Fix typo.
13123
d2fc7e3d 131242011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13125
3f254caa
SM
13126 * progmodes/which-func.el (which-function):
13127 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13128 which might not be defined (Bug#8260).
13129
d45885f7
GM
131302011-05-12 Glenn Morris <rgm@gnu.org>
13131
13132 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13133 Let byte-compile-initial-macro-environment always take precedence.
13134
488086f4
SM
131352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * net/rcirc.el: Add support for SSL/TLS connections.
13138 (rcirc-server-alist): New field `encryption'.
13139 (rcirc): Check `encryption' settings.
13140 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13141 Merge make-local-variable into `set'.
13142 (rcirc--connection-open-p): New function.
13143 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13144 the process is not a network process (e.g. running gnutls-cli).
13145 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13146 Make rcirc-(en|de)code-coding-system local here.
13147 (rcirc-mode): Merge make-local-variable into `set'.
13148 (rcirc-parent-buffer): Make permanent buffer-local.
13149 (rcirc-multiline-minor-mode): Don't do it here.
13150 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13151 there's no server buffer.
13152
7d3b9d44
GM
131532011-05-11 Glenn Morris <rgm@gnu.org>
13154
f64049c6
GM
13155 * newcomment.el (comment-kill): Prefix "unused" local.
13156
93c9df73
GM
13157 * term/w32console.el (get-screen-color): Declare.
13158
7d3b9d44
GM
13159 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13160 Handle symbol elements of byte-compile-initial-macro-environment.
13161
9e2dd53f
LL
131622011-05-10 Leo Liu <sdl.web@gmail.com>
13163
488086f4
SM
13164 * bookmark.el (bookmark-bmenu-mode-map):
13165 Bind bookmark-bmenu-search to `/'.
8b340240 13166
9e2dd53f 13167 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13168 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13169 (Footnote-unicode): New function.
13170 (footnote-style-alist): Add unicode style to the list.
13171 (footnote-style): Doc fix.
9e2dd53f 13172
79b70037
GM
131732011-05-10 Jim Meyering <meyering@redhat.com>
13174
13175 Fix doubled-word typos.
13176 * international/quail.el (quail-insert-kbd-layout): and and -> and
13177 * kermit.el: and and -> and
13178 * net/ldap.el (ldap-search-internal): to to -> to
13179 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13180 * progmodes/js.el (js-mode): and and -> and
13181 * textmodes/artist.el (artist-move-to-xy): at at -> at
13182 (artist-draw-region-trim-line-endings): if if -> if
13183 And Safetyc -> Safety.
13184 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13185
b8f82dc1 131862011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13187 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13188
13189 * files.el (hack-one-local-variable-eval-safep):
13190 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13191
4f99f44b
GM
131922011-05-10 Glenn Morris <rgm@gnu.org>
13193
13194 * calendar/diary-lib.el (diary-list-entries-hook)
13195 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13196 (diary-nongregorian-marking-hook, diary-list-entries)
13197 (diary-include-other-diary-files, diary-mark-entries)
13198 (diary-mark-included-diary-files): Doc fixes.
13199
84f29e6b
JB
132002011-05-09 Juanma Barranquero <lekktu@gmail.com>
13201
13202 * misc.el: Require tabulated-list.el during compilation.
13203
9bedd73a
CY
132042011-05-09 Chong Yidong <cyd@stupidchicken.com>
13205
488086f4
SM
13206 * progmodes/compile.el (compilation-start):
13207 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13208 (compilation-filter-hook): Doc fix.
13209
797c735c
DD
132102011-05-09 Deniz Dogan <deniz@dogan.se>
13211
13212 * wdired.el: Remove outdated installation comment. Fix usage
13213 comment.
13214
5f4b1dfe
JB
132152011-05-09 Juanma Barranquero <lekktu@gmail.com>
13216
13217 * misc.el: Implement new command `list-dynamic-libraries'.
13218 (list-dynamic-libraries--loaded-only-p): New variable.
13219 (list-dynamic-libraries--refresh): New function.
13220 (list-dynamic-libraries): New command.
13221
4c44026c
CY
132222011-05-09 Chong Yidong <cyd@stupidchicken.com>
13223
488086f4
SM
13224 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13225 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13226 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13227 higher priority to avoid clobbering by gnu.
13228
027f966d
CY
132292011-05-08 Chong Yidong <cyd@stupidchicken.com>
13230
13231 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13232 if the face has existing theme settings (Bug#8454).
13233
085f5d7d
CY
132342011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13235
488086f4
SM
13236 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13237 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13238
2a86a00c
RS
13239 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13240 special file names `.' and `..' (Bug#8259).
13241
d9c54a06
CY
132422011-05-08 Chong Yidong <cyd@stupidchicken.com>
13243
488086f4
SM
13244 * progmodes/grep.el (grep-mode-font-lock-keywords):
13245 Remove buffer-changing entries.
d9c54a06
CY
13246 (grep-filter): New function.
13247 (grep-mode): Add it to compilation-filter-hook.
13248
13249 * progmodes/compile.el (compilation-filter-hook)
13250 (compilation-filter-start): New defvars.
13251 (compilation-filter): Call compilation-filter-hook prior to
13252 updating the process mark.
13253
c4662635
SM
132542011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13257
b0512a1d
EZ
132582011-05-07 Eli Zaretskii <eliz@gnu.org>
13259
605c9376
EZ
13260 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13261 mailclient-send-it even if window-system is nil. (Bug#8595)
13262
c4662635
SM
13263 * term/w32console.el (terminal-init-w32console):
13264 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13265 background-mode. (Bug#8597)
13266
d1dc2cc2
SM
132672011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13270 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13271 New functions.
13272 (defgeneric, eieio--defmethod): Use them.
13273 (eieio-defgeneric): Remove.
13274 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13275
915d1300
GM
132762011-05-07 Glenn Morris <rgm@gnu.org>
13277
a3961c3e
GM
13278 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13279 Use let rather than let*.
13280 (timeclock-find-discrep): Remove unused local.
13281
314347b9
GM
13282 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13283
915d1300
GM
13284 * calendar/appt.el (appt-time-msg-list): Doc fix.
13285
275b59b0
NF
132862011-05-06 Noah Friedman <friedman@splode.com>
13287
13288 * apropos.el (apropos-print-doc): Only use
13289 emacs-lisp-docstring-fill-column when it is bound to an integer,
13290 per that variable's documentation.
13291
6c19f744
SM
132922011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13295 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13296
60f884b2
GM
132972011-05-06 Glenn Morris <rgm@gnu.org>
13298
5006e634
GM
13299 * calendar/appt.el (appt-message-warning-time): Doc fix.
13300 (appt-warning-time-regexp): New option.
13301 (appt-make-list): Respect appt-message-warning-time.
13302
548d0a63
GM
13303 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13304 New options.
13305 (diary-add-to-list): Strip comments from the displayed string.
13306 (diary-mode): Set comment-start and comment-end.
13307
60f884b2
GM
13308 * vc/diff-mode.el (smerge-refine-subst): Declare.
13309 (diff-refine-hunk): Don't require smerge-mode when compiling.
13310
989681bb
JB
133112011-05-06 Juanma Barranquero <lekktu@gmail.com>
13312
13313 * simple.el (list-processes): Return nil as the docstring says.
13314
a6bc05e1
MA
133152011-05-05 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13318 to "".
13319 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13320 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13321 determining of binary transfer. (Bug#7383)
13322
23c22e9a
MA
133232011-05-05 Michael Albinus <michael.albinus@gmx.de>
13324
c4662635
SM
13325 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13326 Fix port computation bug. (Bug#8618)
23c22e9a 13327
0bff894f
GM
133282011-05-05 Glenn Morris <rgm@gnu.org>
13329
b8296902
GM
13330 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13331
1f522ce8
GM
13332 * simple.el (shell-dynamic-complete-functions)
13333 (comint-dynamic-complete-functions): Declare.
13334
cf5bee67
GM
13335 * net/network-stream.el (gnutls-negotiate):
13336 * simple.el (tabulated-list-print): Fix declarations.
13337
13338 * progmodes/gud.el (syntax-symbol, syntax-point):
13339 Remove unnecessary and incorrect declarations.
13340
0bff894f
GM
13341 * emacs-lisp/check-declare.el (check-declare-scan):
13342 Handle byte-compile-initial-macro-environment in bytecomp.el
13343
9869b3ae
SM
133442011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 Fix earlier half-done eieio-defmethod change (bug#8338).
13347 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13348 Streamline and change calling convention.
13349 (defmethod): Adjust accordingly and simplify.
13350 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13351 new eieio--defmethod.
13352 (slot-boundp): Minor CSE simplification.
13353
9c1d5ac5
MZ
133542011-05-05 Milan Zamazal <pdm@zamazal.org>
13355
13356 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13357 (glasses-make-readable): Use glasses-separate-capital-groups.
13358
455c834e
JB
133592011-05-05 Juanma Barranquero <lekktu@gmail.com>
13360
13361 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13362 (warning-series): Doc fix.
13363 (display-warning): Don't try to create the buffer if we just found it.
13364
9ed7c8cb
CY
133652011-05-04 Chong Yidong <cyd@stupidchicken.com>
13366
13367 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13368 (autoload-find-generated-file): New function.
13369 (generate-file-autoloads): Bind generated-autoload-file to
13370 buffer-file-name.
9869b3ae
SM
13371 (update-file-autoloads, update-directory-autoloads):
13372 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13373 output file (Bug#7989).
13374 (batch-update-autoloads): Doc fix.
13375
0898ca10
JB
133762011-05-04 Juanma Barranquero <lekktu@gmail.com>
13377
13378 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13379
31dfb76c
GM
133802011-05-04 Glenn Morris <rgm@gnu.org>
13381
f330b642
GM
13382 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13383 function, so it follows changes in calendar-date-style.
13384 (diary-fancy-date-matcher): New function.
13385 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13386 (diary-fancy-font-lock-fontify-region-function):
13387 Use diary-fancy-date-pattern as a function.
13388
31dfb76c
GM
13389 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13390 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13391
48e79d6a
TZ
133922011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13393
13394 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13395 instead of positional arguments. Allow :keylist and :crlfiles
13396 arguments.
13397 (open-gnutls-stream): Call it.
13398
13399 * net/network-stream.el (network-stream-open-starttls): Adjust to
13400 call `gnutls-negotiate' with :process and :hostname arguments.
13401
dd5a5ee0
SM
134022011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13403
ef80fc09
SM
13404 * minibuffer.el (completion--message): New function.
13405 (completion--do-completion, minibuffer-complete)
13406 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13407 (completion--do-completion): Don't ignore completion-auto-help when in
13408 icomplete-mode.
13409
dd5a5ee0
SM
13410 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13411 internal encoding (e.g. tibetan zero is not whitespace).
13412 (global-whitespace-mode): Prefer save-current-buffer.
13413 (whitespace-trailing-regexp): Remove useless save-match-data.
13414 (whitespace-empty-at-bob-regexp): Minor simplification.
13415
b7d22a83
CY
134162011-05-03 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13419
5192af46
AM
134202011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13421
13422 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13423 Use `concat' to create string for insertion.
5192af46 13424
5767d190
SM
134252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13428 Avoid open-line which runs post-self-insert-hook.
13429 (bibtex-fill-entry): Remove unused `end' var.
13430
bf242939
AM
134312011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13432
5767d190
SM
13433 * textmodes/ispell.el (ispell-add-per-file-word-list):
13434 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13435
25666126
LL
134362011-05-03 Leo Liu <sdl.web@gmail.com>
13437
13438 * isearch.el (isearch-yank-pop): New command.
5767d190 13439 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13440 (isearch-forward): Mention it.
13441
52d3c2d0
SM
134422011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13443
1bcace58
SM
13444 * simple.el (minibuffer-complete-shell-command): Remove.
13445 (minibuffer-local-shell-command-map): Use completion-at-point.
13446 (read-shell-command): Setup completion vars here instead.
13447 (read-expression-map): Bind TAB to symbol completion.
13448
52d3c2d0
SM
13449 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13450 error directly rather via storing it into `results'.
13451
35813471
LL
134522011-05-02 Leo Liu <sdl.web@gmail.com>
13453
13454 * vc/diff.el: Fix description.
13455
e793a940
LMI
134562011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13457
13458 * server.el (server-eval-at): New function.
13459
8de66e05
LMI
134602011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13461
13462 * net/network-stream.el (open-network-stream): Take a :nowait
13463 parameter and pass it on to `make-network-process'.
13464 (network-stream-open-plain): Ditto.
13465
dcb79f20
AS
134662011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13467
13468 * faces.el (face-spec-set-match-display): Don't match toolkit
13469 options on terminal frames.
13470
14a7fbd8
SM
134712011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13472
7eabc1be
SM
13473 * progmodes/pascal.el: Use lexical binding.
13474 (pascal-mode-map): Remove author preferences.
13475
14a7fbd8
SM
13476 * pcomplete.el (pcomplete-std-complete): Don't abuse
13477 completion-at-point.
13478
50f84510
JB
134792011-04-28 Juanma Barranquero <lekktu@gmail.com>
13480
6e087a44
JB
13481 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13482 removing code that has been dead since 1991 or so.
13483
50f84510
JB
13484 * startup.el (command-line): When warning about "_emacs", use a
13485 delayed warning to allow the user to filter it out.
13486
0ba690bd
DD
134872011-04-28 Deniz Dogan <deniz@dogan.se>
13488
13489 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13490 user has not joined.
13491
08abfaad
SM
134922011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13495 aren't any completions at point.
13496
638f053a
JB
134972011-04-28 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * subr.el (display-delayed-warnings): New function.
13500 (delayed-warnings-hook): New variable.
13501
8fff8daa
SM
135022011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13503
08abfaad
SM
13504 * minibuffer.el (completion-at-point, completion-help-at-point):
13505 Don't presume that a given completion-at-point-function will always
13506 use the same calling convention.
13507
8fff8daa
SM
13508 * pcomplete.el (pcomplete-completions-at-point):
13509 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13510 pcomplete-seen is non-nil.
13511 (pcomplete-comint-setup): Also recognize the new comint/shell
13512 completion functions.
13513 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13514 pcomplete-seen is non-nil.
13515
841a1577 135162011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13517
841a1577 13518 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13519 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13520 the first character in the entry. This allows for code to add its
211ec907
UJ
13521 own uid to the entry.
13522 (icalendar--convert-float-to-ical): Add export of
13523 `diary-float'-entries save for those with the optional DAY
13524 argument.
13525
2a782793
DC
135262011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13527
13528 * subr.el (shell-quote-argument): Use alternate escaping strategy
13529 when we spot a variable reference in a string.
13530
0438ce91
DC
135312011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13532
13533 * cus-start.el (all): Define customization for debug-on-event.
13534
841a1577 135352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13536
13537 * subr.el (shell-quote-argument): Escape correctly under Windows.
13538
d090ed6c
SM
135392011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13542
bfd31217
MA
135432011-04-25 Michael Albinus <michael.albinus@gmx.de>
13544
d090ed6c
SM
13545 * net/tramp.el (tramp-process-actions): Add POS argument.
13546 Delete region between POS and (pos).
bfd31217 13547
d090ed6c
SM
13548 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13549 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13550 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13551
13552 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13553 position in `tramp-process-actions' call.
13554
13555 * net/trampver.el: Update release number.
13556
e92f3bd3
SM
135572011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13558
850256b5
SM
13559 * custom.el (defcustom): Obey lexical-binding.
13560
e92f3bd3
SM
13561 Fix octave-inf completion problems reported by Alexander Klimov.
13562 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13563 Inherit from octave-mode-syntax-table.
13564 (inferior-octave-mode): Set info-lookup-mode.
13565 (inferior-octave-completion-at-point): New function.
13566 (inferior-octave-complete): Use it and completion-in-region.
13567 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13568 comint-filename-completion.
13569 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13570 symbol elements which shouldn't be word elements.
13571 (octave-font-lock-keywords, octave-beginning-of-defun)
13572 (octave-function-header-regexp): Adjust regexps accordingly.
13573 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13574
cd22b309
JB
135752011-04-25 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * net/gnutls.el (gnutls-errorp): Declare before first use.
13578
8b492194
TZ
135792011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13580
13581 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13582 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13583 default trustfile exists before going to use it. Add missing
5a5fa834 13584 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13585 Reported by Claudio Bley <claudio.bley@gmail.com>.
13586 (open-gnutls-stream): Add usage example.
13587
13588 * net/network-stream.el (network-stream-open-starttls): Give host
13589 parameter to `gnutls-negotiate'.
13590 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13591 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13592
841a1577 135932011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13594
cd22b309
JB
13595 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13596 Use correct match group (bug#8438).
05842630 13597
3ba7869c
CY
135982011-04-24 Chong Yidong <cyd@stupidchicken.com>
13599
512e3ae1
CY
13600 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13601 (package-menu--generate): New arg specifying packages to show.
13602 (package-menu-refresh, package-menu-execute, list-packages):
13603 Callers changed.
13604 (package-show-package-list): New function, replacing deleted
13605 package--list-packages (renamed because it is non-internal).
13606
13607 * finder.el (finder-list-matches): Use package-show-package-list
13608 instead of deleted package--list-packages.
13609
e92f3bd3
SM
13610 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13611 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13612 (vc-annotate-mode-map): Bind it to RET.
13613
7031be6d
UR
136142011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13615
13616 * progmodes/etags.el (next-file): Don't use set-buffer to change
13617 buffers (Bug#8478).
13618
4ef177aa
CY
136192011-04-24 Chong Yidong <cyd@stupidchicken.com>
13620
c8d173eb
CY
13621 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13622
4ef177aa
CY
13623 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13624 (apropos-accumulator): Doc fix.
13625 (apropos-function, apropos-macro, apropos-command)
13626 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13627 (apropos-plist): Add face property.
13628 (apropos-symbols-internal): Fix indentation.
13629 (apropos-print): Simplify help, and recognize apropos-multi-type.
13630 (apropos-print-doc): Use button-type-get to extract the button's
13631 face property. Fill docstring (Bug#8352).
13632
4ffd0d6b 136332011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13634
13635 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13636
c6c32125 13637 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13638 (mpuz-mode-map): Use mapc.
c6c32125
JB
13639 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13640 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13641 Fix typos in docstrings.
13642
58d468b4
JB
13643 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13644 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13645
6470c3c6
JB
13646 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13647
4ffd0d6b 136482011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13649
13650 * minibuffer.el (completion--do-completion): Avoid the "Next char
13651 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13652
3ad8bad0
CY
13653 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13654 mouse-2 into unread-command-events, it is interpreted correctly.
13655
71d73c9c 13656 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13657 (image-toggle-display): Doc fix.
71d73c9c 13658
841a1577 136592011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13660
4ffd0d6b
GM
13661 * textmodes/page.el (what-page): Use line-number-at-pos to
13662 calculate line number (Bug#6825).
6e1dbaa9 13663
c2fb1b60
JB
136642011-04-22 Juanma Barranquero <lekktu@gmail.com>
13665
13666 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13667 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13668 Pass argument NO-DEFAULT to `find-tag-interactive'.
13669
e02f48d7
JB
136702011-04-22 Juanma Barranquero <lekktu@gmail.com>
13671
13672 Lexical-binding cleanup.
13673
13674 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13675 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13676 * progmodes/ada-prj.el (ada-prj-initialize-values)
13677 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13678 (ada-prj-show-value):
13679 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13680 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13681 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13682 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13683 * progmodes/bug-reference.el (bug-reference-push-button):
13684 * progmodes/fortran.el (fortran-line-length):
13685 * progmodes/glasses.el (glasses-change):
13686 * progmodes/octave-mod.el (octave-fill-paragraph):
13687 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13688 (python-pdbtrack-grub-for-buffer, python-sentinel):
13689 * progmodes/sql.el (sql-save-connection):
13690 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13691 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13692 Mark unused parameters.
13693
13694 * progmodes/compile.el (compilation--flush-directory-cache)
13695 (compilation--flush-parse, compile-internal): Mark unused parameters.
13696 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13697 (compilation-next-error-function): Remove unused variable `timestamp'.
13698
13699 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13700 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13701
13702 * progmodes/dcl-mode.el (dcl-end-of-command):
13703 Remove unused variable `start'.
13704 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13705 (dcl-option-value-basic, dcl-option-value-offset)
13706 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13707 Mark unused parameters.
13708 (dcl-save-local-variable): Remove unused variable `val'.
13709 (mode): Declare.
13710
13711 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13712 Mark unused parameters.
13713 (delphi-ignore-changes): Move before first use.
13714 (delphi-charset-token-at): Remove unused variable `start'.
13715 (delphi-else-start): Remove unused variable `if-count'.
13716 (delphi-comment-block-start, delphi-comment-block-end):
13717 Remove unused variable `kind'.
13718 (delphi-indent-line): Remove unused variable `new-point'.
13719
13720 * progmodes/ebrowse.el (ebrowse-files-list)
13721 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13722 Mark unused parameters. Don't quote `lambda'.
13723 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13724 Don't quote `lambda'.
13725 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13726 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13727 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13728 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13729 Use `ignore-errors'.
13730 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13731 (ebrowse-view/find-file-and-search-pattern)
13732 (ebrowse-view/find-member-declaration/definition):
13733 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13734 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13735 Rename parameter PREFIX-ARG to PREFIX.
13736 (ebrowse-tags-read-name): Remove unused variables `start' and
13737 `member-info'.
13738 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13739 to `tags-file'.
13740
13741 * progmodes/etags.el (local-find-tag-hook): Declare.
13742 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13743 Mark unused parameters.
13744
13745 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13746 (executable-interpret): Mark unused parameter.
13747
13748 * progmodes/flymake.el (flymake-process-sentinel)
13749 (flymake-after-change-function)
13750 (flymake-create-temp-with-folder-structure)
13751 (flymake-get-include-dirs-dot): Mark unused parameters.
13752 (flymake-safe-delete-directory): Remove unused variable `err'.
13753
13754 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13755 (speedbar-timer-fn, speedbar-line-text)
13756 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13757 (speedbar-center-buffer-smartly): Declare functions.
13758 (gdb-find-watch-expression): Remove unused variable `array'.
13759 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13760 (gdb-starting): Mark unused parameters.
13761 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13762 (gdb-table-string): Remove unused variable `res'.
13763 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13764 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13765 (gdb-display-buffer): Remove unused variable `cur-size'.
13766
13767 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13768 allow lexical-binding compilation.
13769 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13770 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13771 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13772 Mark unused parameters.
13773 (gud-gdb-marker-filter): Remove unused variable `match'.
13774 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13775 lambda expressions and funcall them, instead of using `fset'.
13776
13777 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13778 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13779
13780 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13781 variable `header-beg'; use `let'.
13782
13783 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13784 `restart', `last-sexp' and `at-do'.
13785
13786 * progmodes/js.el (js--debug): Mark unused parameter.
13787 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13788 (js--splice-into-items): Remove unused variable `item'.
13789 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13790
13791 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13792 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13793 (makefile-complete): Remove unused variable `try'.
13794 (makefile-fill-paragraph, makefile-match-function-end):
13795 Mark unused parameters.
13796
13797 * progmodes/octave-inf.el (inferior-octave-complete):
13798 Remove unused variable `proc'.
13799 (inferior-octave-output-digest): Mark unused parameter.
13800
13801 * progmodes/perl-mode.el (perl-calculate-indent):
13802 Remove unused variable `err'.
13803
13804 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13805 (prolog-indent-line): Mark unused parameters.
13806 (prolog-indent-line): Remove unused variable `beg'.
13807
13808 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13809 (reporter-dont-compact-list): Declare.
13810
13811 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13812 Remove unused variable `char'.
13813 (sh-debug): Mark unused parameter.
13814 (sh-get-indent-info): Remove unused variable `start'.
13815 (sh-calculate-indent): Remove unused variable `var'.
13816
13817 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13818 (simula-electric-keyword): Remove unused variable `null'.
13819 (simula-search-backward, simula-search-forward): Remove unused
13820 variables `begin' and `end'.
13821
13822 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13823 Remove unused variable `pos'.
13824 (vera-electric-tab, vera-comment-uncomment-region):
13825 Mark unused parameters.
13826 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13827
7ede3b65
CY
138282011-04-22 Chong Yidong <cyd@stupidchicken.com>
13829
13830 * emacs-lisp/package.el (package--builtins, package-alist)
13831 (package-load-descriptor, package-built-in-p, package-activate)
13832 (define-package, package-installed-p)
13833 (package-compute-transaction, package-buffer-info)
13834 (package--push): Doc fix. Distinguish more clearly between
13835 version strings and version lists.
13836
121656e9
JB
138372011-04-21 Juanma Barranquero <lekktu@gmail.com>
13838
13839 Lexical-binding cleanup.
13840
13841 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13842 (5x5-make-mutate-best):
13843 * play/fortune.el (fortune-in-buffer):
13844 * play/gomoku.el (gomoku-init-display):
13845 * play/solitaire.el (solitaire, solitaire-do-check):
13846 * play/tetris.el (tetris-default-update-speed-function):
13847 Mark unused parameters.
13848
13849 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13850 (bubbles--shift): Remove unused variable `char-org'.
13851 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13852 (bubbles--show-images): Remove unused variable `char'.
13853
13854 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13855 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13856 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13857 (decipher-analyze-buffer): Use ?\s.
13858 (decipher-make-checkpoint): Remove unused variable `mapping'.
13859
13860 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13861
13862 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13863 Remove unused variable `result'; use `let'.
13864
13865 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13866 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13867 (gametree-children-shown-p, gametree-compute-reduced-score):
13868 Use `ignore-errors'.
13869
13870 * play/handwrite.el (ps-lpr-switches): Declare.
13871 (handwrite): Remove unused variables `pmin' and `lastp'.
13872
13873 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13874
13875 * play/landmark.el (landmark-init-display)
13876 (landmark-update-naught-weights): Mark unused parameters.
13877 (landmark-y): Remove unused variable `noise'. Simplify.
13878 (landmark-human-plays): Remove unused variable `score'.
13879
13880 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13881 (mpuz-try-proposal): Remove unused variable `game'.
13882
13883 * play/zone.el (life-patterns): Declare.
13884
80f499c7
JB
138852011-04-20 Juanma Barranquero <lekktu@gmail.com>
13886
13887 * vc/vc.el (ediff-vc-internal): Declare function.
13888
024ff170
SM
138892011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13890
c0a193ea
SM
13891 * shell.el: Use lexical-binding and std completion UI.
13892 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13893 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13894 comint-preoutput-filter-functions rather than on
13895 comint-output-filter-functions.
13896 (shell-command-completion, shell--command-completion-data)
13897 (shell-filename-completion, shell-environment-variable-completion)
13898 (shell-c-a-p-replace-by-expanded-directory): New functions.
13899 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13900 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13901 (shell-dynamic-complete-environment-variable): Use them.
13902 (shell-dynamic-complete-as-environment-variable)
13903 (shell-dynamic-complete-as-command): Remove.
13904 (shell-match-partial-variable): Match past point.
13905 * comint.el: Clean up use of completion-at-point-functions.
13906 (comint-completion-at-point): New function.
13907 (comint-mode): Use it completion-at-point-functions.
13908 (comint-dynamic-complete): Make it obsolete.
13909 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13910 (comint-c-a-p-replace-by-expanded-history): New function.
13911 (comint-dynamic-complete-functions)
13912 (comint-replace-by-expanded-history): Use it.
13913 * minibuffer.el (completion-table-with-terminator): Allow dynamic
13914 termination strings. Try harder to avoid second try-completion.
13915 (completion-in-region-mode-map): Disable bindings that don't work yet.
13916
2dbaa080
SM
13917 * comint.el: Use lexical-binding. Require CL.
13918 (comint-dynamic-complete-functions): Use comint-filename-completion.
13919 (comint-completion-addsuffix): Tweak custom type.
13920 (comint-filename-completion, comint--common-suffix)
13921 (comint--common-quoted-suffix, comint--table-subvert)
13922 (comint--complete-file-name-data): New functions.
13923 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13924 (comint-dynamic-list-filename-completions): Use them.
13925 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 13926
2dbaa080
SM
13927 * minibuffer.el (completion-in-region-mode):
13928 Keep completion-in-region-mode--predicate global.
13929 (completion-in-region--postch):
13930 Assume completion-in-region-mode--predicate is not null.
13931
c79a6f38
SM
13932 * progmodes/flymake.el (flymake-start-syntax-check-process):
13933 Obey `dir'. Simplify.
13934
024ff170
SM
13935 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13936 we're in VC after all.
13937
1c6c854e
CS
139382011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13939
13940 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13941 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13942 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13943
bed7f140
SM
139442011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13945
332e62ab
SM
13946 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13947 add sanity check.
13948
bed7f140
SM
13949 * obsolete/erc-hecomplete.el: Make obsolete.
13950 * obsolete/: Standardize obsolescence info in the header.
13951
f195c582
GM
139522011-04-20 Glenn Morris <rgm@gnu.org>
13953
13954 * calendar/solar.el (solar-horizontal-coordinates):
13955 Use the longitude argument rather than `calendar-longitude'.
13956 (solar-date-next-longitude): Remove unused locals.
13957
cb79b8c0
VJL
139582011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13959
13960 * whitespace.el: New version 13.2.1.
13961
139622011-04-20 felix <EmacsWiki> (tiny change)
13963
d8e4b68b 13964 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13965 switching between major modes on a file.
13966
602ea69d
SM
139672011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13970 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13971 multi-line comments as well.
13972
06b60517
JB
139732011-04-19 Juanma Barranquero <lekktu@gmail.com>
13974
13975 Lexical-binding cleanup.
13976
13977 * arc-mode.el (archive-mode-revert):
13978 * cmuscheme.el (scheme-interactively-start-process):
13979 * custom.el (custom-initialize-delay):
13980 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13981 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13982 * emacs-lock.el (emacs-lock-clear-sentinel):
13983 * ezimage.el (defezimage):
13984 * follow.el (follow-avoid-tail-recenter):
13985 * fringe.el (set-fringe-mode-1):
13986 * generic-x.el (bat-generic-mode-compile):
13987 * help-mode.el (help-info-variable, help-do-xref)
13988 (help-mode-revert-buffer):
13989 * help.el (view-emacs-todo):
13990 * iswitchb.el (iswitchb-completion-help):
13991 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13992 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13993 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13994 * locate.el (locate-update):
13995 * longlines.el (longlines-encode-region)
13996 (longlines-after-change-function):
13997 * outline.el (outline-isearch-open-invisible):
13998 * ps-def.el (declare-function, charset-dimension, char-width)
13999 (encode-char):
14000 * ps-mule.el (ps-mule-plot-string):
14001 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14002 (recentf-edit-list-select, recentf-edit-list-validate)
14003 (recentf-open-files-action):
14004 * rect.el (delete-whitespace-rectangle-line)
14005 (rectangle-number-line-callback):
14006 * register.el (window-configuration-to-register)
14007 (frame-configuration-to-register):
14008 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14009 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14010 (xselect-convert-to-targets, xselect-convert-to-delete)
14011 (xselect-convert-to-filename, xselect-convert-to-charpos)
14012 (xselect-convert-to-lineno, xselect-convert-to-colno)
14013 (xselect-convert-to-os, xselect-convert-to-host)
14014 (xselect-convert-to-user, xselect-convert-to-class)
14015 (xselect-convert-to-name, xselect-convert-to-integer)
14016 (xselect-convert-to-atom, xselect-convert-to-identity):
14017 * subr.el (declare, ignore, process-kill-without-query)
14018 (text-clone-maintain):
14019 * terminal.el (te-get-char, te-tic-sentinel):
14020 * tool-bar.el (tool-bar-make-keymap):
14021 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14022 * type-break.el (type-break-mode, type-break-noninteractive-query):
14023 * view.el (View-back-to-mark):
14024 * wid-browse.el (widget-browse-action, widget-browse-widget)
14025 (widget-browse-widgets, widget-browse-sexp):
14026 * widget.el (define-widget-keywords):
14027 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14028 Mark unused parameters.
14029
14030 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14031 (align-areas): Remove unused variable `look'.
14032 (align-region): Remove unused variables `real-end' and `pos-list'.
14033
14034 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14035
14036 * bindings.el (mode-line-modified, mode-line-remote):
14037 Mark unused parameters.
14038 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14039
14040 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14041 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14042
14043 * comint.el (comint-history-isearch-pop-state)
14044 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14045 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14046 (comint-substitute-in-file-name): Doc fix.
14047
14048 * completion.el (cmpl-statistics-block): Mark unused parameter.
14049 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14050 (save-completions-to-file, load-completions-from-file):
14051 Remove unused local variable `e'.
14052
14053 * composite.el (compose-chars): Remove unused variable `len'.
14054 (lgstring-insert-glyph): Remove unused variable `g'.
14055 (compose-glyph-string): Remove unused variables `ascent',
14056 `descent', `lbearing' and `rbearing'.
14057 (compose-glyph-string-relative): Remove unused variables
14058 `lbearing', `rbearing' and `wadjust'.
14059 (compose-gstring-for-graphic): Remove unused variables `header',
14060 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14061 (compose-gstring-for-terminal): Remove unused variables `header'
14062 and `nchars'. Use `let', not `let*'.
14063
14064 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14065 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14066 (Custom-buffer-done, custom-buffer-create-internal)
14067 (custom-browse-visibility-action, custom-browse-group-tag-action)
14068 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14069 (widget-magic-mouse-down-action, custom-toggle-parent)
14070 (custom-add-parent-links, custom-toggle-hide-variable)
14071 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14072 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14073 (custom-face-menu-create, custom-variable-menu-create, get)
14074 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14075 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14076 (customize-apropos): Remove unused variable `tests'.
14077 (custom-group-value-create): Remove unused variable `hidden-p'.
14078 (sort-fold-case): Declare.
14079
14080 * cus-theme.el (custom-reset-standard-faces-list)
14081 (custom-reset-standard-variables-list): Declare.
14082 (customize-create-theme, custom-theme-revert, custom-theme-write)
14083 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14084 Mark unused parameters.
14085
14086 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14087
14088 * delim-col.el (delimit-columns-max): Move defvar before first use.
14089
14090 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14091 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14092
14093 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14094 (auto-insert): Declare.
14095 (desktop-restore-file-buffer): Rename desktop-* parameters;
14096 mark unused ones.
14097 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14098 (desktop-buffer): Rename desktop-* parameters.
14099
14100 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14101 (dframe-reposition-frame-xemacs, dframe-help-echo)
14102 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14103 Mark unused parameters.
14104
14105 * dired-aux.el (backup-extract-version-start, overwrite-query)
14106 (overwrite-backup-query, rename-regexp-query)
14107 (rename-non-directory-query): Declare.
14108 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14109 (dired-add-entry): Remove unused variable `orig-file-name'.
14110 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14111 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14112 `dired-copy-preserve-time' directly.
14113 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14114 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14115
14116 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14117 (dired-virtual-revert, dired-make-relative-symlink):
14118 Mark unused parameters.
14119 (manual-program): Declare.
14120 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14121 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14122 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14123
14124 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14125
14126 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14127
14128 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14129 Declare.
14130
14131 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14132
14133 * electric.el (Electric-command-loop): Rename parameter
14134 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14135
14136 * expand.el (expand-in-literal): Remove unused variable `here'.
14137
14138 * facemenu.el (facemenu-add-new-color):
14139 Remove unused variable `docstring'.
14140
14141 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14142 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14143 (face-attr-construct): Mark unused parameter. Doc fix.
14144 (read-color): Remove unused variable `hex-string'.
14145
14146 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14147 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14148 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14149 (display-buffer-other-frame): Remove unused variable `old-window'.
14150 (kill-buffer-hook): Declare.
14151 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14152 Mark unused parameters.
14153 (after-find-file): Pass 1 to `auto-save-mode', not t.
14154
14155 * files-x.el (auto-insert): Declare.
14156 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14157
14158 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14159 variable `buf'. Mark unused parameter.
06b60517
JB
14160 (find-lisp-insert-directory): Mark unused parameter.
14161
14162 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14163 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14164 (format-common-tail): Remove, unused.
14165 (format-deannotate-region): Remove unused variable `loc'.
14166 (format-annotate-region): Remove unused variable `p'.
14167 (format-annotate-single-property-change): Remove unused variables
14168 `default' and `tail'.
14169
14170 * forms.el (read-file-filter): Declare.
14171 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14172
14173 * frame.el (frame-creation-function-alist): Mark unused parameter.
14174 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14175
14176 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14177 Remove unused parameters.
14178 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14179 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14180
14181 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14182 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14183 (hfy-prepare-tag-map): Mark unused parameters.
14184 (htmlfontify-buffer): Use `called-interactively-p'.
14185
14186 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14187 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14188 (ibuffer-do-occur): Mark unused parameters.
14189 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14190 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14191
14192 * ibuffer.el: Don't quote `lambda'.
14193 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14194 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14195 Mark unused parameters.
14196
14197 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14198 (ido-completing-read): Mark unused parameters.
14199 (ido-copy-current-word): Mark unused parameters;
14200 remove unused variable `name'.
14201 (ido-sort-merged-list): Remove unused parameter `dirs'.
14202
14203 * ielm.el (ielm-input-sender): Mark unused parameter.
14204 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14205 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14206 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14207 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14208 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14209
14210 * image-dired.el (image-dired-display-thumbs): Remove unused
14211 variables `curr-file' and `count'.
14212 (image-dired-remove-tag): Remove unused variable `start'.
14213 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14214 variable `curr-file'
14215 (image-dired-rotate-original): Remove unused variable `temp-file'.
14216 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14217 Remove unused variable `file'.
14218 (image-dired-gallery-generate): Remove unused variable `curr'.
14219 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14220
14221 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14222
14223 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14224
14225 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14226
14227 * isearch.el (minibuffer-history-symbol): Declare.
14228 (isearch-edit-string): Remove unused variable `err'.
14229 (isearch-message-prefix, isearch-message-suffix):
14230 Mark unused parameters.
14231
14232 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14233
14234 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14235
14236 * makesum.el (double-column): Remove unused variable `cnt'.
14237
14238 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14239 (ido-ignore-item-temp-list): Declare.
14240
14241 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14242 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14243 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14244 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14245 `mouse-col-delta'.
14246
14247 * mouse-sel.el (mouse-extend-internal):
14248 Remove unused variable `orig-window-frame'.
14249
14250 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14251 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14252 Move declarations before first use.
14253 (pcomplete-opt): Mark unused parameters; doc fix.
14254
14255 * proced.el (proced-revert): Mark unused parameter.
14256 (proced-send-signal): Remove unused variable `err'.
14257
14258 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14259 Rename parameter PREFIX-ARG to ARG.
14260 (ps-basic-plot-string, ps-basic-plot-whitespace):
14261 Mark unused parameters.
14262
14263 * replace.el (replace-count): Define.
14264 (occur-revert-function): Mark unused parameters.
14265 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14266 (isearch-case-fold-search, isearch-string): Declare.
14267 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14268 bind `case-fold-search'. Remove unused variables `beg' and `end',
14269 and simplify.
14270 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14271 COUNT and bind `replace-count'.
14272 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14273 to COUNT.
14274
14275 * savehist.el (print-readably, print-string-length): Declare.
14276
14277 * shadowfile.el (shadow-expand-cluster-in-file-name):
14278 Remove unused variable `cluster'.
14279 (shadow-copy-file): Remove unused variable `i'.
14280 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14281 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14282 (shadow-define-literal-group, shadow-define-regexp-group)
14283 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14284
14285 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14286 (shell): Use `called-interactively-p'.
14287 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14288
14289 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14290 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14291 (delete-backward-char): Remove unused variable `ocol'.
14292 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14293 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14294 (event-apply-hyper-modifier, event-apply-shift-modifier)
14295 (event-apply-control-modifier, event-apply-meta-modifier):
14296 Mark unused parameters.
14297 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14298 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14299
14300 * speedbar.el (speedbar-ignored-directory-expressions)
14301 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14302 (speedbar-find-file, speedbar-dir-follow)
14303 (speedbar-directory-buttons-follow, speedbar-tag-find)
14304 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14305 (speedbar-buffers-line-directory, speedbar-buffer-click):
14306 Mark unused parameters.
14307 (speedbar-tag-file): Remove unused variable `mode'.
14308 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14309
14310 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14311
14312 * talk.el (talk): Remove unused variable `display'.
14313
14314 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14315 (tar-write-region-annotate): Mark unused parameter.
14316
14317 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14318 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14319 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14320 warning by another.
14321
14322 * time-stamp.el (time-stamp-string-preprocess):
14323 Remove unused variable `require-padding'.
14324
14325 * tree-widget.el (widget-glyph-enable): Declare.
14326 (tree-widget-action): Mark unused parameter.
14327
14328 * w32-fns.el (x-get-selection): Mark unused parameter.
14329 (autoload-make-program, generated-autoload-file): Declare.
14330
14331 * wdired.el (wdired-revert): Mark unused parameters.
14332 (wdired-xcase-word): Remove unused variable `err'.
14333
14334 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14335 (whitespace-help-scroll): Remove unused variable `data-help'.
14336
14337 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14338 (widget-image-insert, widget-after-change, default)
14339 (widget-default-format-handler, widget-default-notify)
14340 (widget-default-prompt-value, widget-info-link-action)
14341 (widget-url-link-action, widget-function-link-action)
14342 (widget-variable-link-action, widget-file-link-action)
14343 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14344 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14345 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14346 (widget-insert-button-action, widget-delete-button-action, visibility)
14347 (widget-documentation-link-action, widget-documentation-string-action)
14348 (widget-const-prompt-value, widget-regexp-match, symbol)
14349 (widget-coding-system-prompt-value)
14350 (widget-key-sequence-value-to-external, sexp)
14351 (widget-sexp-value-to-internal, character, vector, cons)
14352 (widget-choice-prompt-value, widget-boolean-prompt-value)
14353 (widget-color--choose-action): Mark unused parameters.
14354 (widget-item-match-inline, widget-choice-match-inline)
14355 (widget-checklist-match, widget-checklist-match-inline)
14356 (widget-group-match): Rename parameter VALUES to VALS.
14357 (widget-field-value-set): Remove unused variable `size'.
14358 (widget-color-action): Remove unused variables `value' and `start'.
14359
14360 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14361 variable `dir'. Doc fix.
06b60517
JB
14362 (windmove-find-other-window): Don't pass it.
14363
14364 * window.el (count-windows): Mark unused parameter.
14365 (bw-adjust-window): Remove unused variable `err'.
14366
14367 * woman.el (woman-file-name): Remove unused variable `default'.
14368 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14369 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14370 (global-font-lock-mode): Declare.
14371 (woman-decode-region): Mark unused parameter.
14372 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14373
14374 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14375 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14376 (x-dnd-handle-moz-url): Remove unused variable `title'.
14377 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14378
14379 * xml.el (xml-parse-tag, xml-parse-attlist):
14380 Remove unused variable `pos'.
14381
bc4f7f3d
GM
143822011-04-19 Glenn Morris <rgm@gnu.org>
14383
14384 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14385 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14386 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14387 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14388 * calendar/cal-html.el (cal-html-insert-minical):
14389 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14390 (calendar-mark-date-pattern):
14391 Prefix "unused" locals.
14392
14393 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14394 optional argument `style'.
14395
14396 * calendar/appt.el (appt-make-list):
14397 * calendar/cal-china.el (calendar-chinese-date-string):
14398 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14399 (diary-hebrew-yahrzeit):
14400 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14401 * calendar/calendar.el (calendar-generate-window):
14402 * calendar/time-date.el (time-to-days):
14403 Remove unused local variables.
14404
16a43933
CY
144052011-04-18 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14408 glyphless-char-display table.
14409 (tabulated-list-glyphless-char-display): New var.
14410
7eed1860
SS
144112011-04-18 Sam Steingold <sds@gnu.org>
14412
14413 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14414 to acknowledgments.
14415
4d2d1ccd
GM
144162011-04-17 Glenn Morris <rgm@gnu.org>
14417
14418 * calendar/diary-lib.el (diary-sexp-entry):
14419 * calendar/holidays.el (holiday-sexp):
14420 Set debug-on-error rather than the removed stack-trace-on-error.
14421
239da61d
GM
144222011-04-16 Glenn Morris <rgm@gnu.org>
14423
14424 * progmodes/f90.el: Use lexical-binding.
14425 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14426
8b05752a
SM
144272011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14428
daca8ba5
SM
14429 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14430 (mail-mode): Setup mailalias completion here instead.
14431 * mail/mailalias.el: Use lexical-binding.
14432 (pattern, mailalias-done): Declare dynamic.
14433 (mail-completion-at-point-function): New function, from mail-complete.
14434 (mail-complete): Use it.
14435 (mail-completion-expand): New function.
14436 (mail-get-names): Use it.
14437 (mail-directory, mail-directory-process, mail-directory-stream):
14438 Don't use `pattern' for lexically bound arg.
14439
6f542485
SM
14440 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14441
037e7c3f
SM
14442 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14443 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14444 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14445
8b05752a
SM
14446 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14447 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14448 (byte-interactive-p): Define them again, for use when inlining
14449 old code.
14450
49093f60
JB
144512011-04-15 Juanma Barranquero <lekktu@gmail.com>
14452
14453 * loadup.el: Use `string-to-number', not `string-to-int'.
14454
b5b8e7de
SM
144552011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14458 gud-gdb-complete-command.
14459 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14460 (gud-gdb-completion-at-point): New function.
14461 (gud-gdb-completions): Remove.
14462
f42efeb5
MA
144632011-04-14 Michael Albinus <michael.albinus@gmx.de>
14464
49093f60
JB
14465 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14466 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14467 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14468 whether `executable-find' is bound.
f42efeb5
MA
14469
14470 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14471
e240cc21
SM
144722011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * minibuffer.el (completion-in-region-mode-predicate)
14475 (completion-in-region-mode--predicate): New vars.
14476 (completion-in-region, completion-in-region--postch)
14477 (completion-in-region-mode): Use them.
14478 (completion--capf-wrapper): Also return the hook function.
14479 (completion-at-point, completion-help-at-point):
14480 Adjust and provide a predicate.
c2bd2ab0
SM
14481
14482 Preserve arg names for advice of subr and lexical functions (bug#8457).
14483 * help-fns.el (help-function-arglist): Consolidate the subr and
14484 new-byte-code cases. Add argument `preserve-names' to extract names
14485 from the docstring when needed.
14486 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14487 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14488 (ad-arglist): Use help-function-arglist's new arg.
14489 (ad-definition-type): Use cond.
14490
c183f693
JB
144912011-04-13 Juanma Barranquero <lekktu@gmail.com>
14492
06641a47
JB
14493 * autorevert.el (auto-revert-handler):
14494 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14495 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14496 Don't quote lambda.
14497
c183f693
JB
14498 * image-mode.el (image-transform-set-scale):
14499 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14500
1e3b6001
G
145012011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14502
14503 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14504 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14505 Upgrades via gnutls-cli are too slow to be done opportunistically.
14506
2d6af8dd
JB
145072011-04-12 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * dframe.el (dframe-current-frame): Remove spurious quote.
14510
c0749a51
GM
145112011-04-12 Glenn Morris <rgm@gnu.org>
14512
088d0d61
GM
14513 * calendar/cal-tex.el (cal-tex-end-document):
14514 Try to automatically use latin1 input if needed.
14515
c0749a51
GM
14516 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14517 Don't try to cons a mark onto an empty element.
14518
5c90fde0
LL
145192011-04-11 Leo Liu <sdl.web@gmail.com>
14520
14521 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14522 buffers.
14523 (ido-kill-buffer-at-head): Support killing virtual buffers.
14524
369e974d
CY
145252011-04-10 Chong Yidong <cyd@stupidchicken.com>
14526
14527 * minibuffer.el (completion-show-inline-help): New var.
14528 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14529 (minibuffer-force-complete, minibuffer-complete-word):
14530 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14531
14532 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14533 to avoid interference from inline help (Bug#5849).
14534
37f1c930
LL
145352011-04-10 Leo Liu <sdl.web@gmail.com>
14536
099c39a4
JB
14537 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14538 Fix typo.
37f1c930 14539
a32d4040
CY
145402011-04-09 Chong Yidong <cyd@stupidchicken.com>
14541
14542 * image-mode.el (image-toggle-display-image): Signal an error if
14543 not in Image mode.
14544 (image-transform-mode, image-transform-resize)
14545 (image-transform-set-rotation): Doc fix.
daca8ba5 14546 (image-transform-set-resize): Delete.
a32d4040
CY
14547 (image-transform-set-scale, image-transform-fit-to-height)
14548 (image-transform-fit-to-width): Handle image-toggle-display-image
14549 and image-transform-resize directly.
14550
099c39a4 145512011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14552
14553 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14554 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14555 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14556 (doc-view-mode-map): Add bindings for the new functions.
14557
099c39a4 145582011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14559
4d61f28d 14560 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14561 Fix typo in docstring.
14562
3726838a
EZ
145632011-04-08 Eli Zaretskii <eliz@gnu.org>
14564
04f33f1e
EZ
14565 * files.el (file-size-human-readable): Produce one digit after
14566 decimal, like "ls -lh" does.
14567
14568 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14569 the file size representation.
14570
3726838a
EZ
14571 * simple.el (list-processes): If async subprocesses are not
14572 available, error out with a clear error message.
14573
cbb59342
CY
145742011-04-08 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * help.el (help-form-show): New function, to be called from C.
14577 Put help-form output in a buffer named differently than *Help*.
14578
e3971c44
EZ
145792011-04-08 Eli Zaretskii <eliz@gnu.org>
14580
14581 * files.el (file-size-human-readable): New function.
14582
14583 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14584 computing the representation inline. Don't require `cl'.
14585
12544bbe
GM
145862011-04-08 Glenn Morris <rgm@gnu.org>
14587
a1de6c6a
GM
14588 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14589
3c4671f4
GM
14590 * net/browse-url.el (browse-url-firefox):
14591 Test system-type, not system-configuration.
14592
b605679c
GM
14593 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14594 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14595 Use log-edit-empty-buffer-p. (Bug#7598)
14596
56442f0c
GM
14597 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14598 (rlogin-mode-map): Initialize in the defvar.
14599 (rlogin): Use ignore-errors.
14600
12544bbe
GM
14601 * replace.el (occur-mode-map): Some fixes for menu items.
14602
eb237b0f
AH
146032011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14604
14605 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14606
7d668f2c
CY
146072011-04-06 Chong Yidong <cyd@stupidchicken.com>
14608
e67a13ab
CY
14609 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14610 issuing unused warnings.
14611
14612 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14613 macro directly.
14614
7d668f2c
CY
14615 * simple.el: Lisp reimplement of list-processes. Based on an
14616 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14617 (process-menu-mode): New major mode.
14618 (list-processes--refresh, list-processes):
14619 (process-menu-visit-buffer): New functions.
14620
14621 * files.el (save-buffers-kill-emacs): Don't assume any return
14622 value of list-processes, which is undocumented anyway.
14623
a83ec3c9
CY
146242011-04-06 Chong Yidong <cyd@stupidchicken.com>
14625
14626 * emacs-lisp/tabulated-list.el: New file.
14627
e91a96fe
CY
14628 * emacs-lisp/package.el: Use Tabulated List mode.
14629 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14630 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14631 table format using Tabulated List mode variables.
14632 (package--push): New macro, replacing package-list-maybe-add.
14633 (package-menu--generate): Use package--push. Renamed from
14634 package--generate-package-list.
14635 (package-menu-refresh, list-packages): Use it.
daca8ba5 14636 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14637 Return insertion data instead of inserting it directly.
099c39a4
JB
14638 (package-menu-describe-package, package-menu-execute):
14639 Use tabulated-list-get-id.
e91a96fe
CY
14640 (package-menu-mark-delete, package-menu-mark-install)
14641 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14642 (package-menu-mark-obsolete-for-deletion):
14643 Use tabulated-list-put-tag.
e91a96fe
CY
14644 (package--list-packages, package-menu-revert)
14645 (package-menu-get-package, package-menu-get-version)
14646 (package-menu-sort-by-column): Functions deleted.
14647 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14648 (package-menu--status-predicate, package-menu--version-predicate)
14649 (package-menu--name-predicate)
14650 (package-menu--description-predicate): Handle arguments in the
14651 Tabulated List format.
14652 (package-list-packages-no-fetch): Call list-packages.
14653
3e214b50
JB
146542011-04-06 Juanma Barranquero <lekktu@gmail.com>
14655
14656 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14657 (after-find-file): Don't bind it.
3e214b50
JB
14658 (revert-buffer-in-progress-p): New variable.
14659 (revert-buffer): Bind it.
14660 Pass nil for `after-find-file-from-revert-buffer'.
14661
14662 * saveplace.el (save-place-find-file-hook): Use new variable
14663 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14664
3f0f1700
GM
146652011-04-06 Glenn Morris <rgm@gnu.org>
14666
c0274801
GM
14667 * Makefile.in (AUTOGEN_VCS): New variable.
14668 (autoloads): Use $AUTOGEN_VCS.
14669
3f0f1700
GM
14670 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14671 * calendar/calendar.el (calendar-mode-map):
14672 Check for toolkit scroll bars. (Bug#8305)
14673
41ea9e48
CY
146742011-04-05 Chong Yidong <cyd@stupidchicken.com>
14675
14676 * minibuffer.el (completion-in-region--postch)
14677 (completion-in-region-mode): Remove unnecessary messages.
14678
6194c800
JB
146792011-04-05 Juanma Barranquero <lekktu@gmail.com>
14680
33256f14
JB
14681 * font-lock.el (font-lock-refresh-defaults):
14682 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14683 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14684
6194c800
JB
14685 * info.el (Info-directory-list, Info-read-node-name-2)
14686 (Info-split-parameter-string): Doc fixes.
14687 (Info-virtual-nodes): Reflow docstring.
14688 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14689 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14690 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14691 Fix typos in docstrings.
14692 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14693 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14694 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14695 (Info-restore-desktop-buffer): Mark unused parameters.
14696 (Info-directory-find-file, Info-directory-find-node)
14697 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14698 (Info-virtual-index-find-node, Info-apropos-find-file)
14699 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14700 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14701 (Info-virtual-index): Remove unused local variable `nodename'.
14702
b87a8200 147032011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14704
b87a8200
DD
14705 * net/rcirc.el: Update my e-mail address.
14706 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14707
3b2ff876
CY
147082011-04-05 Chong Yidong <cyd@stupidchicken.com>
14709
14710 * startup.el (command-line): Save the cursor's theme-face
14711 directly, instead of using face-override-spec.
14712
14713 * custom.el (load-theme): Minor optimization in assigning faces.
14714
8d17e7ca
JB
147152011-04-04 Juanma Barranquero <lekktu@gmail.com>
14716
14717 * help-fns.el (describe-variable): Complete all variables having
14718 documentation, including keywords.
14719 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14720
2fbc1934
JB
147212011-04-04 Juanma Barranquero <lekktu@gmail.com>
14722
14723 Convert to lexical-binding.
14724
14725 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14726 (bs--get-marked-string, bs--get-modified-string)
14727 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14728 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14729 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14730
14731 * ehelp.el (electric-help-execute-extended)
14732 (electric-help-ctrl-x-prefix):
14733 * hexl.el (hexl-revert-buffer-function):
14734 * linum.el (linum-after-change, linum-after-scroll):
14735 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14736
14737 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14738
74f50695
DU
147392011-04-04 Daiki Ueno <ueno@unixuser.org>
14740
14741 * epa-dired.el:
14742 * epa-mail.el:
14743 * epa-hook.el:
14744 * epa-file.el:
14745 * epa.el:
14746 * epg.el: Use lexical binding.
14747
c11325f7
CY
147482011-04-03 Chong Yidong <cyd@stupidchicken.com>
14749
0d9e9a12
CY
14750 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14751
c11325f7 14752 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
14753 dictionary case for flyspell-mark-duplications-exceptions.
14754 Use regexp matching for languages.
c11325f7
CY
14755 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14756 default dictionary (Bug#7926).
14757
da91b5f2
CY
147582011-04-02 Chong Yidong <cyd@stupidchicken.com>
14759
099c39a4
JB
14760 * emacs-lisp/package.el (package--with-work-buffer):
14761 Recognize https URLs.
da91b5f2 14762
099c39a4
JB
14763 * net/network-stream.el: Move from gnus/proto-stream.el.
14764 Change prefix to network-stream throughout.
da91b5f2
CY
14765 (open-protocol-stream): Merge into open-network-stream, leaving
14766 open-protocol-stream as an alias. Handle nil BUFFER args.
14767
14768 * subr.el (open-network-stream): Move to net/network-stream.el.
14769
afa8e9f6
GM
147702011-04-02 Glenn Morris <rgm@gnu.org>
14771
1d2e369d
GM
14772 * find-dired.el (find-exec-terminator): New option.
14773 (find-ls-option): Test for -ls support.
14774 (find-ls-subdir-switches): Test for -b in find-ls-option.
14775 (find-dired, find-grep-dired): Doc fixes.
14776 (find-dired): Use find-exec-terminator.
14777
8abb7da8 14778 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
14779 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14780 (find-name-arg): Remove purecopy.
8abb7da8 14781
f3ca7378
GM
14782 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14783 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14784 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14785 accordingly. Don't add the null-device if not needed.
14786
afa8e9f6
GM
14787 * files.el (save-some-buffers): Doc fix.
14788
35eae264
EZ
147892011-04-02 Eli Zaretskii <eliz@gnu.org>
14790
14791 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14792
26b51db5
JB
147932011-04-01 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14796 Use `dolist' rather than `mapcar'.
14797
7200d79c
SM
147982011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14799
03408648 14800 Add lexical binding.
7200d79c 14801
03408648
SM
14802 * subr.el (apply-partially): Use new closures rather than CL.
14803 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14804 (dolist, dotimes): Use slightly different expansion for lexical code.
14805 (functionp): Move to C.
14806 (letrec): New macro.
14807 (with-wrapper-hook): Use it and apply-partially instead of CL.
14808 (eval-after-load): Preserve lexical-binding.
14809 (save-window-excursion, with-output-to-temp-buffer): Turn them
14810 into macros.
7200d79c 14811
03408648
SM
14812 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14813
14814 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14815 than the arglist.
14816 (help-add-fundoc-usage): Don't add `Not documented'.
14817 (help-function-arglist): Handle closures, subroutines, and new
14818 byte-code-functions.
14819 (help-make-usage): Remove leading underscores.
14820 (describe-function-1): Handle closures.
14821 (describe-variable): Use special-variable-p for completion.
14822
14823 * files.el (lexical-binding): Declare safe.
f488fb65 14824
03408648
SM
14825 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14826 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14827 (pcase): Add `let' pattern.
14828 Change memoization so it actually works.
14829 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14830 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14831 <let>: New case.
f488fb65 14832
03408648
SM
14833 * emacs-lisp/macroexp.el: Use lexical binding.
14834 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14835 Don't convert ' to #' without checking that it's indeed quoting
14836 a lambda.
14837
14838 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 14839 Use eval-sexp-add-defvars.
03408648
SM
14840 (eval-sexp-add-defvars): New fun.
14841
14842 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14843
14844 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14845 Don't autoload.
14846 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14847 than the internal `byte-compile-lambda'.
14848 (defmethod): Don't hide code under quotes.
14849 (eieio-defmethod): New `code' argument.
14850
14851 * emacs-lisp/eieio-comp.el: Remove.
14852
14853 * emacs-lisp/edebug.el (edebug-eval-defun)
14854 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14855 (edebug-toggle): Avoid `eval'.
14856
14857 * emacs-lisp/disass.el (disassemble-internal): Handle new
14858 `closure' objects.
14859 (disassemble-1): Handle new byte codes.
14860
14861 * emacs-lisp/cl.el (pushnew): Silence warning.
14862
14863 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14864 (cl-byte-compile-throw): Remove.
14865 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14866
14867 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14868 closures.
14869
14870 * emacs-lisp/cconv.el: New file.
14871
14872 * emacs-lisp/bytecomp.el: Use lexical binding instead of
14873 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
14874 (byte-compile-initial-macro-environment):
14875 Handle declare-function here.
14876 (byte-compile--lexical-environment): New var.
14877 (byte-stack-ref, byte-stack-set, byte-discardN)
14878 (byte-discardN-preserve-tos): New lap codes.
14879 (byte-interactive-p): Don't use any more.
14880 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14881 New macros.
14882 (byte-compile-lapcode): Use them and handle new lap codes.
14883 (byte-compile-obsolete): Remove.
14884 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14885 (byte-compile-arglist-warn): Check late def of inlinable funs.
14886 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14887 since they should have been expanded by now.
14888 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14889 (byte-compile-from-buffer): Remove unused second arg.
14890 (byte-compile-preprocess): New function.
14891 (byte-compile-toplevel-file-form): New function to distinguish
14892 file-form calls from outside from file-form calls from hunk-handlers.
14893 (byte-compile-file-form): Simplify.
14894 (byte-compile-file-form-defsubst): Remove.
14895 (byte-compile-file-form-defmumble): Simplify now that
14896 byte-compile-lambda always returns a byte-code-function.
14897 (byte-compile): Preprocess.
14898 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14899 Remove, not used any more.
14900 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14901 (byte-compile-make-args-desc): New funs.
14902 (byte-compile-lambda): Handle lexical functions. Always return
14903 a byte-code-function.
14904 (byte-compile-reserved-constants): New var, to make up room for
14905 closed-over variables.
14906 (byte-compile-constants-vector): Obey it.
14907 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14908 (byte-compile-macroexpand-declare-function): New function.
14909 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14910 byte-code-functions.
14911 (byte-compile-form): Check obsolescence here.
14912 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14913 (byte-compile-variable-ref): Remove.
14914 (byte-compile-dynamic-variable-op): New fun.
14915 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14916 (byte-compile-variable-set): New funs.
14917 (byte-compile-discard): Add 2 args.
14918 (byte-compile-stack-ref, byte-compile-stack-set)
14919 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14920 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14921 macroexpand-all instead.
14922 (byte-compile-quote-form): Remove.
14923 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14924 (byte-compile-bind, byte-compile-unbind): New funs.
14925 (byte-compile-let): Handle let* and lexical binding.
14926 (byte-compile-let*): Remove.
14927 (byte-compile-catch, byte-compile-unwind-protect)
14928 (byte-compile-track-mouse, byte-compile-condition-case):
14929 Handle a new :fun-body form, used for lexical scoping.
14930 (byte-compile-save-window-excursion)
14931 (byte-compile-with-output-to-temp-buffer): Remove.
14932 (byte-compile-defun): Simplify.
14933 (byte-compile-stack-adjustment): New fun.
14934 (byte-compile-out): Use it.
14935 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14936
14937 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14938 handler any more.
14939
14940 * emacs-lisp/byte-opt.el: Use lexical binding.
14941 (byte-inline-lapcode): Remove (to bytecomp).
14942 (byte-compile-inline-expand): Pay attention to inlining to/from
14943 lexically bound code.
14944 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14945 any more.
14946 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14947 any more and don't call compiler-macros.
14948 (byte-compile-splice-in-already-compiled-code): Remove.
14949 (byte-code): Don't inline any more.
14950 (disassemble-offset): Receive `bytes' as argument rather than via
14951 dynamic scoping.
14952 (byte-compile-tag-number): Declare before first use.
14953 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14954 `return' even if make-spliceable.
14955 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14956 obsolete interactive-p.
14957 (byte-optimize-lapcode): Optimize new lap-codes.
14958 Don't trip up on new form of `byte-constant' lap code.
14959
14960 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14961
14962 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14963
14964 * custom.el (custom-initialize-default, custom-declare-variable):
14965 Use `defvar'.
14966
14967 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14968 New variables.
14969 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14970 (COMPILE_FIRST): Add macroexp and cconv.
14971 * makefile.w32-in: Mirror changes in Makefile.in.
14972
14973 * vc/cvs-status.el:
14974 * vc/diff-mode.el:
14975 * vc/log-edit.el:
14976 * vc/log-view.el:
14977 * vc/smerge-mode.el:
14978 * textmodes/bibtex-style.el:
14979 * textmodes/css.el:
14980 * startup.el:
14981 * uniquify.el:
da91b5f2
CY
14982 * minibuffer.el:
14983 * newcomment.el:
14984 * reveal.el:
14985 * server.el:
14986 * mpc.el:
14987 * emacs-lisp/smie.el:
14988 * doc-view.el:
14989 * dired.el:
03408648
SM
14990 * abbrev.el: Use lexical binding.
14991
0f0c1f27
EZ
149922011-04-01 Eli Zaretskii <eliz@gnu.org>
14993
14994 * info.el (info-display-manual): New function.
14995
c82b2579
SM
149962011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14999
221ddf68
TH
150002011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15001
15002 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15003 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15004
cba6e77e
GM
150052011-03-31 Glenn Morris <rgm@gnu.org>
15006
e040639f
GM
15007 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15008
cba6e77e
GM
15009 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15010
6d0f1c9e
CS
150112011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15012
15013 * progmodes/python.el (python-default-interpreter)
15014 (python-python-command-args, python-jython-command-args)
15015 (python-which-shell, python-which-args, python-which-bufname)
15016 (python-file-queue, python-comint-output-filter-function)
15017 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15018 variables and functions.
15019
3e2d70fd
SM
150202011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15023 (completion-in-region-mode): New minor mode.
15024 (completion-in-region): Use it.
15025 (completion-in-region--data, completion-in-region-mode-map): New vars.
15026 (completion-in-region--postch): New function.
15027 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15028 New vars.
15029 (completion--capf-wrapper): New function.
15030 (completion-at-point): Use it to track well-behavedness of
15031 hook functions.
15032 (completion-help-at-point): New command.
15033
f3e4086c
JM
150342011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15035
15036 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15037 syntax class to search for whitespace on a single line
15038 (Message-ID: <4D938140.4030905@redhat.com>).
15039
eb7ffc14
LL
150402011-03-30 Leo Liu <sdl.web@gmail.com>
15041
15042 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15043 New commands.
15044 (edit-abbrevs-map): Bind them here.
15045 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15046
d806ab68
KM
150472011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15048
15049 * allout.el (allout-hide-by-annotation, allout-flag-region):
15050 Reduce possibility of overlay leakage by making them volatile.
15051
15052 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15053 hash is not shared between buffers. Mode initialization is
15054 responsible for giving it a useful starting value.
15055 (allout-item-span): Reduce possibility of overlay leakage by
15056 making them volatile.
15057 (allout-widgets-count-buttons-in-region): Add diagnostic function
15058 for tracking down button overlay leaks.
15059
ea622834
LL
150602011-03-29 Leo Liu <sdl.web@gmail.com>
15061
15062 * ido.el (ido-read-internal): Use the default history var
15063 minibuffer-history if no HISTORY is specified.
15064
b62f8267
G
150652011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15066
03408648
SM
15067 * net/imap.el (imap-shell-open, imap-process-connection-type):
15068 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15069 Kerberos, SSL, other subprocesses.
15070
947b6566
LL
150712011-03-28 Leo Liu <sdl.web@gmail.com>
15072
15073 * abbrev.el (abbrev-table-empty-p): New function.
15074 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15075 nonempty ones. (Bug#5937)
15076
5ffb62aa
JD
150772011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15078
15079 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15080
7a097943
LL
150812011-03-27 Leo Liu <sdl.web@gmail.com>
15082
15083 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15084 for foreground and background colors.
15085 (ansi-color-make-color-map): Adapt.
15086
c5b40130
LL
150872011-03-25 Leo Liu <sdl.web@gmail.com>
15088
1f48f7d2
LL
15089 * midnight.el (midnight-time-float): Remove. Note it calculates
15090 the microsecond component incorrectly and seconds-to-time does the
15091 same job.
625897ec 15092 Remove redundant (require 'timer).
1f48f7d2 15093
c5b40130
LL
15094 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15095 (ido-completions): Remove unused arguments. (Bug#8329)
15096
d86d2721
SM
150972011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * minibuffer.el (completion--flush-all-sorted-completions):
15100 Remove itself from hook.
15101 (completion-at-point): Let the functions perform the completion
15102 immediately and return nil or t.
15103 * comint.el (comint-dynamic-complete-functions): Now identical to
15104 completion-at-point-functions.
15105 (comint-dynamic-list-input-ring): Remove unused var `index'.
15106 (comint--match-partial-filename, comint--unquote&expand-filename):
15107 New funs, split from comint-match-partial-filename.
15108 (comint-dynamic-complete): Use completion-at-point.
15109 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15110
e8974c48
DA
151112011-03-24 Drew Adams <drew.adams@oracle.com>
15112
15113 * thingatpt.el: Support `defun'.
15114
def71b5e
LL
151152011-03-23 Leo Liu <sdl.web@gmail.com>
15116
cb5af48e
LL
15117 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15118
def71b5e
LL
15119 * help-mode.el (help-mode-finish): Tweak regexp.
15120
927c53e7
GM
151212011-03-23 Glenn Morris <rgm@gnu.org>
15122
18d05bed
GM
15123 * eshell/esh-opt.el (eshell-eval-using-options):
15124 Do not bind unused local variable `eshell-option-stub'.
15125
927c53e7
GM
15126 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15127
9d0da923
JB
151282011-03-22 Juanma Barranquero <lekktu@gmail.com>
15129
15130 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15131 keymap variable in `with-no-warnings' to avoid a warning when the
15132 keymap has been already `defconst'ed.
15133
4b978a67
LL
151342011-03-22 Leo Liu <sdl.web@gmail.com>
15135
15136 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15137 encode all chars in abbrevs; otherwise use emacs-mule or
15138 utf-8-emacs. (Bug#8308)
15139
5fd62452
JB
151402011-03-22 Juanma Barranquero <lekktu@gmail.com>
15141
0b1596c6
JB
15142 * simple.el (backward-delete-char-untabify):
15143 Avoid warning about using `delete-backward-char'.
15144
5fd62452
JB
15145 * image.el (image-type-file-name-regexps): Make it variable.
15146 `imagemagick-register-types' modifies it, and the user may want
15147 to add new extensions for known image types.
15148 (imagemagick-register-types): Throw error if not using ImageMagick.
15149
0b4e93f1
LL
151502011-03-22 Leo Liu <sdl.web@gmail.com>
15151
15152 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15153 located before rcirc-prompt-end-marker.
15154 (rcirc-complete): Error if point is not after rcirc prompt.
15155 Handle the case when table is nil.
9882e214 15156 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15157
fccee4ab
CY
151582011-03-22 Chong Yidong <cyd@stupidchicken.com>
15159
15160 * custom.el (custom--inhibit-theme-enable): Make it affect only
15161 custom-theme-set-variables and custom-theme-set-faces.
15162 (provide-theme): Ignore custom--inhibit-theme-enable.
15163 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15164 (custom-enabling-themes): Delete variable.
d86d2721
SM
15165 (enable-theme): Accept only loaded themes as arguments.
15166 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15167 (custom-enabled-themes): Forbid themes from setting this.
15168 Eliminate use of custom-enabling-themes.
15169 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15170
af896da6
LL
151712011-03-21 Leo Liu <sdl.web@gmail.com>
15172
15173 * ido.el (ido-read-internal): Add ido-selected to history instead
15174 of user input.
15175
78f64af0
SM
151762011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * subr.el (deferred-action-list, deferred-action-function):
15179 Mark obsolete.
15180
b16ac1ec
LL
151812011-03-21 Leo Liu <sdl.web@gmail.com>
15182
810f7698
LL
15183 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15184 change on 2011-02-13 (bug#8309).
15185
b16ac1ec
LL
15186 * minibuffer.el (read-file-name-function): Change default value.
15187 (read-file-name--defaults): Rename from read-file-name-defaults.
15188 (read-file-name-default): Rename from read-file-name.
15189 (read-file-name): Call read-file-name-function.
15190
4e05e67e
GM
151912011-03-21 Glenn Morris <rgm@gnu.org>
15192
15193 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15194 Doc fixes.
15195
4359915b
CY
151962011-03-21 Chong Yidong <cyd@stupidchicken.com>
15197
15198 * cus-theme.el: Add missing provide statement.
15199 (customize-create-theme): Extract theme value correctly.
15200 (custom-theme-visit-theme): Autoload.
15201 (customize-create-theme): Prompt before inserting default faces.
15202
1fe275ee
JB
152032011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15204
15205 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15206 units and musical notes.
15207
cd394be1 152082011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15209
15210 * ido.el (ido-read-internal): Use completing-read-default.
15211 (ido-completing-read): Fix compatibility with completing-read.
15212
7d476bde
CO
152132011-03-20 Christian Ohler <ohler@gnu.org>
15214
15215 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15216 (ert-delete-all-tests): Use `called-interactively-p' rather than
15217 `interactive-p'.
15218 (ert--make-xrefs-region): Respect END.
15219
fe0fb33e
CY
152202011-03-19 Chong Yidong <cyd@stupidchicken.com>
15221
ff854b0b
CY
15222 * dired-aux.el (dired-create-directory): Signal an error if the
15223 directory already exists (Bug#8246).
15224
fe0fb33e
CY
15225 * facemenu.el (list-colors-display): Call list-faces-display
15226 inside with-help-window.
15227 (list-colors-print): Use display property to align the final
15228 column, instead of checking window-width.
15229
576bce32
EZ
152302011-03-19 Eli Zaretskii <eliz@gnu.org>
15231
4d61f28d 15232 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15233 windows-nt systems.
15234 (emerge-protect-metachars): Quote correctly for ms-dos and
15235 windows-nt systems.
15236
89c41d68 152372011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15238
15239 * info.el (info-initialize): Replace all uses of `:' with
15240 path-separator for compatibility with non-Unix systems.
15241 Cache quoting of path-separator. (Bug#8258)
15242
b14e3e21 152432011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15244
15245 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15246 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15247 (mouse-avoidance-mode): Fix typos in docstrings.
15248
4525ce3e
CY
152492011-03-19 Chong Yidong <cyd@stupidchicken.com>
15250
15251 * startup.el (package-subdirectory-regexp): Move from package.el.
15252 Omit \\` and \\', and let callers add them.
15253
15254 * emacs-lisp/package.el (package-strip-version)
15255 (package-load-all-descriptors): Add \\` and \\' to
15256 package-subdirectory-regexp before using it.
15257 (package-untar-buffer): New arg DIR; ensure that file untars only
15258 into this expected directory. Remove superfluous delete-region.
15259 (package-unpack): Caller changed.
15260 (package-tar-file-info): Use package-subdirectory-regexp.
15261
a904a09a 152622011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15263
a904a09a
SM
15264 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15265 diff-mode-shared-map (bug#8284).
15266 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15267
152682011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15269
15270 * calendar/time-date.el (format-seconds): Use assoc instead of
15271 assoc-string, since assoc-string doesn't exist in XEmacs.
15272
171fc304
JB
152732011-03-17 Juanma Barranquero <lekktu@gmail.com>
15274
15275 * custom.el (custom-known-themes): Reflow docstring.
15276 (custom-theme-load-path): Fix typo in docstring.
15277 (load-theme): Fix typo in error message.
15278 (custom-available-themes, custom-variable-theme-value):
15279 Use `let', not `let*'.
15280
d71990a1
JB
152812011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15282
15283 * calc/README: Mention inclusion of musical notes.
15284
15285 * calc/calc-units.el (calc-lu-quant): Rename from
15286 `calc-logunits-quantity'.
15287 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15288 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15289 (calc-db): Rename from `calc-dblevel'.
15290 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15291 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15292 (calc-np): Rename from `calc-nplevel'.
15293 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15294 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15295 (calc-lu-plus): Rename from `calc-logunits-add'.
15296 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15297 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15298 (calc-lu-minus): Rename from `calc-logunits-sub'.
15299 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15300 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15301 (calc-lu-times): Rename from `calc-logunits-mul'.
15302 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15303 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15304 (calc-lu-divide): Rename from `calc-logunits-div'.
15305 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15306 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15307
15308 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15309 functions being autoloaded.
15310
15311 * calc/calc.el (calc-lu-power-reference): Rename from
15312 `calc-logunits-power-reference'.
15313 (calc-lu-field-reference): Rename from
15314 `calc-logunits-field-reference'.
15315
7a71b18d
GM
15316 * calc/calc-help.el (calc-l-prefix-help):
15317 Mention musical note functions.
d71990a1 15318
40c2934b
SM
153192011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * minibuffer.el (completion-all-sorted-completions):
15322 Use :completion-cycle-penalty text property if present.
15323
b0911414
KM
153242011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15325
15326 * allout.el (allout-yank-processing): Adjust for new rebulleting
15327 regime so bullet being yanked is used without prompting the user
15328 for a choice.
15329
8a05b668
JB
153302011-03-16 Juanma Barranquero <lekktu@gmail.com>
15331
15332 * startup.el (command-line): Warn the user that _emacs is deprecated.
15333
5ba5fb81
JB
153342011-03-16 Juanma Barranquero <lekktu@gmail.com>
15335
15336 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15337 (delphi-verbose, delphi-comment-face, delphi-string-face)
15338 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15339 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15340 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15341 (delphi-new-comment-line, delphi-font-lock-defaults)
15342 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15343 Fix typos in docstrings.
15344
2dab465b
KM
153452011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15346
5ba5fb81 15347 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15348 Invert the roles of character and string values for INSTEAD, so a
15349 string is used for the more common case of a defaulting prompt.
15350
0adf5618
SM
153512011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * progmodes/ruby-mode.el (ruby-backward-sexp):
15354 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15355 * play/gamegrid.el (gamegrid-make-face):
15356 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15357 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15358 * notifications.el (notifications-notify):
15359 * net/xesam.el (xesam-search-engines):
15360 * net/quickurl.el (quickurl-list-insert):
15361 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15362
d72700e5
CY
153632011-03-15 Chong Yidong <cyd@stupidchicken.com>
15364
15365 * startup.el (command-line): Update package subdirectory regexp.
15366
49c5410a
SM
153672011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15368
c6eee9aa
SM
15369 * allout.el (allout-abbreviate-flattened-numbering)
15370 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15371
49c5410a
SM
15372 * subr.el (read-char-choice): Only show the cursor after the prompt,
15373 not after the answer.
15374
047b2bb9
KR
153752011-03-15 Kevin Ryde <user42@zip.com.au>
15376
15377 * help-fns.el (variable-at-point): Skip leading quotes, if any
15378 (bug#8253).
15379
0a57d256
SM
153802011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15383 warning message.
15384
77c992bc
MA
153852011-03-14 Michael Albinus <michael.albinus@gmx.de>
15386
15387 * shell.el (shell): When called interactively, offer to change the
15388 shell file name on remote hosts.
15389
eebc475d
TZ
153902011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15391
15392 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15393 integration for LDAP parameters. The host, base, user or binddn,
15394 and secret tokens can be specified in a netrc file, for instance.
15395 This is optional because an `auth-source' parameter must be
15396 specified in the search attributes.
15397
9d05d1ba
JB
153982011-03-13 Juanma Barranquero <lekktu@gmail.com>
15399
15400 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15401
09d9db2c
GM
154022011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15405 into declaration. Remove redundant and harmful binding.
15406
154072011-03-12 Eli Zaretskii <eliz@gnu.org>
15408
15409 * files.el (file-ownership-preserved-p): Pass `integer' as an
15410 explicit 2nd argument to `file-attributes'. If the file's owner
15411 is the Administrators group on Windows, and the current user is
15412 Administrator, consider that a match.
15413
15414 * server.el (server-ensure-safe-dir): Consider server directory
15415 safe on MS-Windows if its owner is the Administrators group while
15416 the current Emacs user is Administrator. Use `=' to compare
15417 numerical UIDs, since they could be integers or floats.
15418
219bd536
JB
154192011-03-12 Juanma Barranquero <lekktu@gmail.com>
15420
15421 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15422
f3afd36b
MA
154232011-03-12 Michael Albinus <michael.albinus@gmx.de>
15424
15425 Sync with Tramp 2.2.1.
15426
15427 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15428
15429 * net/trampver.el: Update release number.
15430
3aaaa6f1
SM
154312011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15432
94642599
SM
15433 * progmodes/compile.el (compilation--previous-directory): Fix up
15434 various nil/dead-marker mismatches (bug#8014).
15435 (compilation-directory-properties, compilation-error-properties):
15436 Don't call it at a position past the one we're about to change.
15437
3aaaa6f1
SM
15438 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15439 Disable obsolescence warnings in the file that declares it.
15440
14239447
KM
154412011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15442
099c39a4
JB
15443 * allout-widgets.el (allout-widgets-tally):
15444 Initialize allout-widgets-tally as a hash table rather than nil to
15445 prevent mode-line redisplay warnings. Also, clarify the module
15446 description and fix a comment typo.
14239447 15447
135e287c
JB
154482011-03-11 Juanma Barranquero <lekktu@gmail.com>
15449
15450 * help-fns.el (describe-variable): Don't complete keywords.
15451 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15452
ffbf300e
CY
154532011-03-10 Chong Yidong <cyd@stupidchicken.com>
15454
ba08b241
CY
15455 * emacs-lisp/package.el (package-version-join): Impose a standard
15456 string representation for pre/alpha/beta version lists.
15457 (package-unpack-single): Standardize the directory name by passing
15458 it through package-version-join.
15459 (package-strip-rcs-id): Accept any version string that does not
15460 signal an error in version-to-list.
ffbf300e 15461
f346fd6b
MA
154622011-03-10 Michael Albinus <michael.albinus@gmx.de>
15463
15464 * simple.el (delete-trailing-whitespace): Return nil for the
15465 benefit of `write-file-functions'.
15466
ccb55d27
GM
154672011-03-10 Glenn Morris <rgm@gnu.org>
15468
5ceaac0c
GM
15469 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15470
02da65ff
GM
15471 * vc/vc-git.el (vc-git-program): New option.
15472 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15473 (vc-git--call): Use it.
15474
b2f603cc
GM
15475 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15476
5772caab
GM
15477 * cus-edit.el (Custom-newline): If no button at point, look
15478 for a subgroup button at start-of-line. (Bug#2298)
15479
ccb55d27
GM
15480 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15481
ec6ecaed
JD
154822011-03-10 Julien Danjou <julien@danjou.info>
15483
15484 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15485 `cursor-type' is nil.
15486
9d5aa01d
JB
154872011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15488
15489 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15490
b6a5875b
KM
154912011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15492
7a71b18d 15493 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15494 preserves the existing header prefix, rebulleting it if necessary,
15495 rather than replacing it. This is necessary for proper operation
15496 of cooperative addons like allout-widgets.
1154d12e
JB
15497 (allout-make-topic-prefix, allout-rebullet-heading):
15498 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15499 value as alternate bullet to be used, instead of prompting the user
15500 for a bullet character.
b6a5875b 15501
ee545c35
MA
155022011-03-09 Michael Albinus <michael.albinus@gmx.de>
15503
d86d2721
SM
15504 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15505 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15506 `tramp-default-port'.
15507
c47971d7
DD
155082011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15509
15510 * net/rcirc.el (rcirc-handler-001): Remove useless
15511 with-rcirc-process-buffer.
15512 (rcirc-check-auth-status): Swap arguments to string-match.
15513
13522cb4
GM
155142011-03-09 Glenn Morris <rgm@gnu.org>
15515
0be6f4f1
GM
15516 * shell.el (shell-mode):
15517 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15518
13522cb4
GM
15519 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15520 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15521
515de2e3
CY
155222011-03-08 Chong Yidong <cyd@stupidchicken.com>
15523
15524 * emacs-lisp/package.el (package-refresh-contents)
15525 (package-menu-execute): Use condition-case-no-debug.
15526
b511b994
MA
155272011-03-08 Michael Albinus <michael.albinus@gmx.de>
15528
15529 * simple.el (shell-command-to-string): Use `process-file'.
15530
15531 * emacs-lisp/package.el (package-tar-file-info): Handle also
15532 remote files.
15533
d86d2721
SM
15534 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15535 Use `equal' for upload base check.
b511b994 15536
25bbfb31
AM
155372011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15538
15539 * textmodes/texinfo.el (texinfo-environments):
15540 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15541
be996521
GM
155422011-03-08 Glenn Morris <rgm@gnu.org>
15543
e9c8529f
GM
15544 * cus-start.el (cursor-in-non-selected-windows):
15545 Fix :set quoting oddness. (Bug#8192)
15546
be996521
GM
15547 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15548 in some setf expressions. (Bug#2159)
15549
2bb5649e
CY
155502011-03-08 Chong Yidong <cyd@stupidchicken.com>
15551
15552 * custom.el (custom-available-themes): Return themes in
15553 alphabetical order.
15554
33383987 15555See ChangeLog.15 for earlier changes.
e3d51b27
MR
15556
15557;; Local Variables:
15558;; coding: utf-8
e3d51b27
MR
15559;; End:
15560
acaf905b 15561 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15562
15563 This file is part of GNU Emacs.
15564
15565 GNU Emacs is free software: you can redistribute it and/or modify
15566 it under the terms of the GNU General Public License as published by
15567 the Free Software Foundation, either version 3 of the License, or
15568 (at your option) any later version.
15569
15570 GNU Emacs is distributed in the hope that it will be useful,
15571 but WITHOUT ANY WARRANTY; without even the implied warranty of
15572 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15573 GNU General Public License for more details.
15574
15575 You should have received a copy of the GNU General Public License
15576 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.